Live data from Hacker News

Viewing profile — larme

larme

HN member
Joined
Mon, Jan 16, 2012, 10:54 AM UTC
HN karma
199
Public activity
95 items

About larme

No profile information was provided.

Recent public activity

  1. comment
    Comment #48938841

    For me creating the exact sound is not very interesting from sound designing perspective. You can always sample the real instrument. Like physical modeling synthesis, the interesti…

  2. comment
    Comment #48937696

    People who are interested in this application should check synplant[0]. It has a ML technology called "Genopatch" which gives you 2 functionality: 1. you can try to describe a soun…

  3. comment
    Comment #48880984

    Before LLM there has already been Fields medalist[0] who creates professional software[1]. [0]: https://en.wikipedia.org/wiki/Martin_Hairer [1]: https://www.hairersoft.com/

  4. comment
    Comment #48860462

    This description sounds like a cult.

  5. comment
    Comment #48239056

    > It's a big democracy red flag when a majority wants to take a lot from a tiny minority It’s not “taking”. The rich give out some money so the society has a higher probability to …

  6. comment
    Comment #48233201

    Go is not high performance enough. Like what others said, you implement the high performance part in C++ and use python to glue them.

  7. comment
    Comment #48212408

    Try pair reading it with a good thinking LLM like GPT 5.5 or Claude Opus. I found it help me a lot. I have started learning SBCL internal from the beginning of this year with the h…

  8. comment
    Comment #48195606

    Some of these models are open weight. You can try hosting them and do the price calculation yourself. They also publish papers talking about how to save kv cache and computation po…

  9. comment
    Comment #47592287

    That's amazing. I wonder how accurate is the synth engine?

  10. comment
    Comment #46499338

    It’s true that American companies have benefited from sending jobs overseas. Instead of trying to stop them, perhaps we could explore ways to share this money more fairly across th…

  11. comment
    Comment #45953927

    Have you tried pocket 386? https://arstechnica.com/gadgets/2024/08/a-few-weeks-with-the...

  12. comment
    Comment #45335992

    Thanks for the answers!

  13. comment
    Comment #45329014

    I'm very interesting in this field (realtime audio + GPU programming). How do you deal with the latency? Do you send or multiple single vectors/buffers to GPU? Also I think because…

  14. comment
    Comment #44533895

    Wow that's really thorough

  15. comment
    Comment #43370509

    > What features has Google killed, do you think? The problem is more like google can implement whatever feature they want and force it into web standard > How often has this been a…

  16. comment
    Comment #42643878

    I use rpi zero 2 as a coding server (paired with my iphone and a splitted keyboard) when I have slow or no internet. It's quite usable if you just mosh/ssh into it and use emacs/vi…

  17. comment
    Comment #42405382

    The same logic applies to capital punishment

  18. comment
    Comment #42339418

    It indicates how much does google search suck nowadays.

  19. comment
    Comment #42249246

    Ye, SE Lain has lots of tech reference. This website lists many of them: https://www.cjas.org/~leng/lain.htm

  20. comment
    Comment #42245164

    entrepreneurs suck anyway.

  21. comment
    Comment #42078817

    I didn't use google's image search for a long time so I don't know that. But I think kagi pays to use google's data as one of their source. So it's possible the image search result…

  22. comment
    Comment #42078663

    Try jmp.chat, you can use an XMPP client to receive phone calls and sms. I use the following services: - phone number: jmp.chat and a textnow number as backup - email: fastmail - s…

  23. comment
    Comment #41932718

    don't act like kids calling their parents to stop an argument

  24. comment
    Comment #41198327

    try combining a type c male to USB female adapter and a USB A to type c cable together to get a working type c to type c cable

  25. comment
    Comment #41126330

    I use a docker image as my whole development environment and the experience is similar. I can do whatever I want inside the container, and all will gone after I restart it. For the…