Live data from Hacker News

Viewing profile — thedjinn

thedjinn

HN member
Joined
Wed, Jan 19, 2011, 3:34 PM UTC
HN karma
295
Public activity
83 items

About thedjinn

Freelance software consultant with a particular interest in performance optimization, signal processing and dataflow programming.

Recent public activity

  1. story
  2. comment
    Comment #24791037

    How many images does your app typically need to avoid overfitting?

  3. comment
    Comment #23618164

    Most people probably don't even refer to the macOS versions by number but by codename.

  4. comment
    Comment #23584510

    I'm on a 2012 MBP with similar experiences. Every year I think about finally replacing it, but hold off on it because everything still works fine apart from some increased fan nois…

  5. comment
    Comment #20477359

    That will make you a 10x developer today but a 0.01x developer when shit hits the fan.

  6. comment
    Comment #20268127

    It's basically a Pi, a buck regulator, a tiny COB USB audio interface and an SSD1306-based 128x32 display. Removed all connectors and replaced them with soldered wires so it packs …

  7. comment
    Comment #20266414

    I built a guitar stomp box using a Raspberry Pi Zero to trigger samples with a foot switch. Runs on 9 volts and has a very bright OLED display so I can still see what it's doing wh…

  8. comment
    Comment #17990309

    Looks decent. I would suggest adding more tunings for us metal players that play lower tunings (for example, I play 2 whole steps down)

  9. comment
    Comment #17423146

    That's more keystrokes. ;)

  10. comment
    Comment #17423100

    Not really a trick of Vim itself, but when using Vim from the terminal I find ctrl-z very useful to background Vim, type in a few shell commands for git or whatever and then use "f…

  11. comment
    Comment #17178409

    That's great, now I need a middle name. Any good suggestions?

  12. comment
    Comment #15609957

    Well, please enlighten us then!

  13. comment
    Comment #15405186

    Looks fine to me. What's wrong about that syntax?

  14. comment
    Comment #14690099

    Yes, that works. However, you would be facing the same problems. You can read out the pressure of a touch but the initial pressure is not the strongest since the finger is still in…

  15. comment
    Comment #14689135

    Exactly. The general idea is that you get a measurement of the applied force, so integrating that value gives you an approximate velocity.

  16. comment
    Comment #14689099

    3D touch is not supported on all devices unfortunately.

  17. comment
    Comment #14689092

    The accuracy is a trade-off between latency and precision. The touch event arrives as soon as you touch the screen, but the actual force of your touch still needs a few millisecond…

  18. story
  19. comment
    Comment #14551728

    I have been using React Native for a year now on a large project and came to the same conclusion. I find using Redux can quickly lead to over-engineered software. As goes with ever…

  20. comment
    Comment #14460619

    Most music is mixed not to have any useful spectral information below that frequency anyway. And if you want beat then a better thing you can do is look at the half-wave rectified …

  21. comment
    Comment #14460074

    Pretty boring if it's just FFT based. I'd love to see music visualizations make use of more sophisticated musical feature detection, like polyphonic note recognition or tempo/rhyth…

  22. comment
    Comment #14451880

    I wonder if it's possible to use some kind of translator, like Apple did with Rosetta to run PowerPC code on x86. This is of course not interesting for the Surface but it might be …

  23. comment
    Comment #14426747

    Don't forget there's also Xcode's built-in view debugger. Very useful tool!

  24. comment
    Comment #14357227

    A while ago I read about the DMZ between North/South Korea being a place where endangered species thrive again.

  25. comment
    Comment #14350758

    No, such a claim would be complete nonsense. We are using a local database as a mirror for offline use, which is a key requirement. Profiling (a forgotten art nowadays) shows that …