Live data from Hacker News

Viewing profile — spmvg

spmvg

HN member
Joined
Thu, Jan 20, 2022, 12:39 PM UTC
HN karma
182
Public activity
20 items

About spmvg

No profile information was provided.

Recent public activity

  1. story
  2. 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/...

  3. 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…

  4. 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…

  5. 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…

  6. 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.

  7. 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!

  8. story
  9. comment
    Comment #41501279

    Tracktion looks like an interesting project, thanks for pointing me to this!

  10. comment
  11. 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…

  12. 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…

  13. 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

  14. 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…

  15. 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 …

  16. 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…

  17. 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…

  18. 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 …

  19. story
  20. story