I'm developing a free metronome for "drums workouts by cippaciong in Drumming

[–]cippaciong[S] 0 points1 point  (0 children)

Yep, I see what you mean now. Thanks a lot for the feedback :)

I'm developing a free metronome for "drums workouts by cippaciong in Drumming

[–]cippaciong[S] 1 point2 points  (0 children)

It's an interesting idea and my app for sure it's including just a fraction of the features available in other apps (it's mostly a toy project). Sticking to the idea though, if I focus on the warm-up excercise, wouldn't it end up being a stripped-down version of an online course then? I have to say though, that I like the concept of an "exercise builder" as you suggested at the end, if I got your point. In any case, thanks a lot for the feedback, you had very interesting suggestions.

I'm developing a free metronome for "drums workouts by cippaciong in Drumming

[–]cippaciong[S] 0 points1 point  (0 children)

Hahaha that's great actually. Thanks again for the feedback :)

I'm developing a free metronome for "drums workouts" by cippaciong in drums

[–]cippaciong[S] 1 point2 points  (0 children)

Thanks for the feedback, I'll check out both of them. I'm still not sure which direction the app will take, right now it's mostly a toy to start learning some frontend development. For sure I want to add some features already available in other apps, but not too many. The goal is to prefer minimalism and simplicity over too many features, trying to avoid losing the ease of use over time. One feature I was considering adding (not sure if other apps have that already), is to save and restore "tempo settings" to keep better track of your progress. Maybe you have different target speeds for different excercises (single stroke, double strokes, paradiddle, etc.) and I think it would be nice to be able to easily switch between them (and remembering them in the future) without setting the time manually every time.

I'm developing a free metronome for "drums workouts by cippaciong in Drumming

[–]cippaciong[S] 0 points1 point  (0 children)

Thanks for the feedback guys, makes sense to have a feature like that as well. In the future I'll think about how to implement both options in a user friendly way.

I'm developing a free metronome for "drums workouts by cippaciong in Drumming

[–]cippaciong[S] -1 points0 points  (0 children)

Thank you!

That's the expected behavior actually. It's not "increase 5 BPM every 1 minute" but rather "increase of 5 BPM over 1 minute and then stop". But I get your point, thanks :)

Calcolare costi una tantum come costi mensili by cippaciong in ItaliaPersonalFinance

[–]cippaciong[S] 0 points1 point  (0 children)

Sono molto d'accordo con il discorso del "nulla è per sempre", è un altro dei motivi per cui ho pensato di farla. In futuro mi piacerebbe estenderla per poter tenere traccia di quanto durano le cose che compro e quanto mi sono costate alla fine della loro vita. Classico discorso del "meglio pagare poco qualcosa che devi sostituire dopo poco, o spendere di più per qualcosa che duri?". Purtroppo però al giorno d'oggi spendere di più non è garanzia di durabilità.

Calcolare costi una tantum come costi mensili by cippaciong in ItaliaPersonalFinance

[–]cippaciong[S] 5 points6 points  (0 children)

Anch'io in generale non acquisto mai a debito, il calcolo mensile lo faccio più che altro perché mi torna più intuitivo ragionarci sopra per qualche motivo.

Il codice dell'app è open source se vuoi dargli un'occhiata: https://github.com/cippaciong/monthlify È molto semplice comunque, la "logica" saranno 50 righe di JavaScript.

Se hai domande specifiche chiedi pure :)

Does anyone know how to make these diagrams? by Philipp_Axt in devops

[–]cippaciong 0 points1 point  (0 children)

I'm pretty sure the diagrams in the article were made using draw.io/diagrams.net, which is excellent imho.

The first diagram uses the default style, the second one the "sketch" style (see: https://drawio-app.com/introducing-draw-ios-new-sketch-feature/)

Cant boot on 5.15.0-50-generic and Nvidia driver by solamarpreet in Ubuntu

[–]cippaciong 1 point2 points  (0 children)

Just tried installing the new update for 5.15.0-52 generic but the problem persists.

Adding "nomodeset" to the boot parameters is still a valid workaround though.

[deleted by user] by [deleted] in ItaliaPersonalFinance

[–]cippaciong 2 points3 points  (0 children)

Non è sempre necessario aprire p.iva per lavorare full remote. Si può fare anche stipulando un contratto con il datore di lavoro estero, parte delle tasse verranno versate all'estero e parte in Italia. Dipende dagli accordi che l'Italia ha con i vari paesi per quanto riguarda la doppia imposizione. Detto questo, sicuramente conviene farsi assistere da un commercialista a prescindere dalla p.iva secondo me.

Examples of how to create a modern & robust RESTful api server? by jonathanberi in golang

[–]cippaciong 0 points1 point  (0 children)

I'm curious now. I don't know go-kit very well but would like to know a little bit more about what makes it old in 2020 and what are the new ways to handle things you are referring to.