Hacker News
23.9K subscribers
117K links
Top stories from https://news.ycombinator.com (with 100+ score)
Contribute to the development here: https://github.com/phil-r/hackernewsbot
Also check https://t.me/designer_news

Contacts: @philr
Download Telegram
Llasa: Llama-Based Speech Synthesis (Score: 150+ in 18 hours)

Link: https://readhacker.news/s/6tL2K
Comments: https://readhacker.news/c/6tL2K
Bloom Filters (Score: 152+ in 12 hours)

Link: https://readhacker.news/s/6tMTt
Comments: https://readhacker.news/c/6tMTt
Google is hurting new apps that have less users than competitors (🔥 Score: 154+ in 3 hours)

Link: https://readhacker.news/s/6tP7c
Comments: https://readhacker.news/c/6tP7c
Show HN: I built a synthesizer based on 3D physics (🔥 Score: 155+ in 2 hours)

Link: https://readhacker.news/s/6tQ9L
Comments: https://readhacker.news/c/6tQ9L

I've been working on the Anukari 3D Physics Synthesizer for a little over two years now. It's one of the earliest virtual instruments to rely on the GPU for audio processing, which has been incredibly challenging and fun. In the end, predictably, the GUI for manipulating the 3D system actually ended up being a lot more work than the physics simulation.
So far I am only selling it direct on my website, which seems to be working well. I hope to turn it into a sustainable business, and ideally I'd have enough revenue to hire folks to help with it. So far it's been 99% a solo project, with (awesome) contractors brought in for some of the stuff that I'm bad at, like the 3D models and making instrument presets/videos.
The official launch announcement video is here: https://www.youtube.com/watch?v=NYX_eeNVIEU
But if you REALLY want to see what it can do, check out what Mick Cormick did with in on the first day: https://x.com/Mick_Gordon/status/1918146487948919222
I've kept a fairly detailed developer log about my progress on the project since October 2023, which might be of interest to the hardcore technical folks here:
https://anukari.com/blog/devlog
I also gave a talk at Audio Developer Conference 2023 (ADC23) that goes deep into a couple of the problems I solved for Anukari: https://www.youtube.com/watch?v=lb8b1SYy73Q
Images of Soviet Venus lander falling to Earth suggest its parachute may be out (🔥 Score: 151+ in 2 hours)

Link: https://readhacker.news/s/6tQhV
Comments: https://readhacker.news/c/6tQhV
Show HN: GPT-2 implemented using graphics shaders (Score: 150+ in 7 hours)

Link: https://readhacker.news/s/6tPuG
Comments: https://readhacker.news/c/6tPuG

Back in the old days, people used to do general-purpose GPU programming by using shaders like GLSL. This is what inspired NVIDIA (and other companies) to eventually create CUDA (and friends).
This is an implementation of GPT-2 using WebGL and shaders. Enjoy!