Viewing profile — spmvg
spmvg
HN member- Joined
- Thu, Jan 20, 2022, 12:39 PM UTC
- HN karma
- 182
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About spmvg
No profile information was provided.
Recent public activity
- story
-
comment
Comment #44720995
This is a really good find, thanks for that. It's from 2000 and still relevant. Added an issue to support hours: https://github.com/spmvg/open_it_maintenance_planner/issues/...
-
comment
Comment #44697579
Thanks all already for the responses and feedback. I posted this to HN a few days ago and I noticed it getting a little traction today. I really appreciate it! It's way past bedtim…
-
comment
Comment #44697554
Thanks for your feedback! I'm not very proud of the data input in the sidebar as well (especially when there is also a scrollbar). Let me illustrate a bit what my motivation was: Q…
-
comment
Comment #44697471
Thanks! I like your suggestion. I was doubting a lot between hours and days and eventually settled on days because I noticed product managers (in bigco) making rough estimates base…
-
comment
Comment #44697425
Yes I didn't focus on mobile at all, and I notice it renders but drag-and-drop is broken, argh... I think I underestimated how many people would be checking this out on mobile.
-
story
Show HN: Open IT Maintenance Planner
Made and open-sourced a little web-based tool I use to generate maintenance plans for IT. Let me know what you think, contributions are welcome!
- story
-
comment
Comment #41501279
Tracktion looks like an interesting project, thanks for pointing me to this!
- comment
-
comment
Comment #41501247
Half the fun of this project has been doing it in Python and performance hasn't been an issue so far, which says something about how fast Python is already. And indeed native would…
-
comment
Comment #41501183
Cython and related tools will be the direction to take if performance becomes a bottleneck indeed! Interestingly enough, the audio callback is being handled fast enough on my not-i…
-
comment
Comment #41491442
So far CPU usage hasn't been an issue at all (<1% usually on my not-very-impressive laptop), which surprised me as well
-
comment
Comment #41491380
I apparently only have the old Windows MME drivers indeed (and ASIO, on Win10). Need to look into why I can't find WASAPI and if I can assume other Windows users have those by defa…
-
comment
Comment #41491327
Debugging an existing DAW to see how they do it under the hood is an interesting idea. Haven't done that yet. About another interface: I do want to keep the application supporting …
-
comment
Comment #41490696
With Ableton and the default ASIO configuration on my Scarlett I get 96 ms combined input+output latency without any processing in between, so that's probably what made my ears ble…
-
comment
Comment #41490315
Indeed, it is not a guarantee that the "sleep" will be exactly that long. In the code I'm not "sleeping" in any sensitive places, instead I'm relying on the callback to the audio s…
-
comment
Comment #41490205
Interesting comment! I'm going to figure out if using another driver allows me to get under 20 ms in latency. Right now I'm measuring around 300 ms in latency round-trip, which is …
- story
- story