frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Building a Multilingual Blog with FastHTML

https://simn.fr/posts/multilingual-blog-fasthtml
1•indigodaddy•28s ago•0 comments

The World's Biggest Animal Migration

https://www.wsj.com/world/africa/worlds-biggest-animal-migration-great-nile-b67e3c0b
1•Stratoscope•4m ago•1 comments

How the Slavic Migration Reshaped Central and Eastern Europe

https://www.mpg.de/25256341/0827-evan-slavic-migration-reshaped-central-and-eastern-europe-150495-x
2•gmays•4m ago•0 comments

Show HN: CompareGPT – Spotting LLM Hallucinations with Multi-Model Comparison

1•tinatina_AI•12m ago•0 comments

GitHub/spec-kit: Toolkit to help you get started with Spec-Driven Development

https://github.com/github/spec-kit
1•dmmalam•14m ago•0 comments

The Three Laws of Humanics

https://pinchito.es/2025/three-laws-humanics
2•alexfernandez•23m ago•0 comments

Removing yellow stains from fabric with blue light

https://phys.org/news/2025-09-yellow-fabric-blue.html
1•bookofjoe•32m ago•0 comments

AI robots can carve stone statues. buildings are next

https://www.fastcompany.com/91366303/ai-robots-can-already-carve-stone-statues-entire-buildings-a...
1•theptip•32m ago•0 comments

3D (and 2D) forward pathtracing in a compute shader

https://wrighter.xyz/blog/2023_08_18_forward_pathtracing_in_comp_shader
2•ibobev•33m ago•0 comments

Rendering flame fractals with a compute shader

https://wrighter.xyz/blog/2023_08_17_flame_fractals_in_comp_shader
2•ibobev•33m ago•0 comments

Using Claude Code to modernize a forgotten Linux kernel driver

https://dmitrybrant.com/2025/09/07/using-claude-code-to-modernize-a-25-year-old-kernel-driver
36•dmitrybrant•41m ago•6 comments

Vibe Coding Fiasco: AI Agent Goes Rogue, Deletes Company's Database

https://www.pcmag.com/news/vibe-coding-fiasco-replite-ai-agent-goes-rogue-deletes-company-database
2•hackernj•42m ago•2 comments

We're building a new kind of computer to beat GPUs on optimization

https://www.resonantcomputer.com/
1•iq19zero•51m ago•1 comments

Private Go proxies: How they work and why it matters

https://riverqueue.com/blog/dependabot-private-go-proxies
2•clra•51m ago•0 comments

One mother for two species via obligate cross-species cloning in ants

https://www.nature.com/articles/s41586-025-09425-w
1•bryanrasmussen•57m ago•0 comments

My Vercel v0 weekend: A working app, a happy friend, and a $50 bill

1•ryado•58m ago•2 comments

AI SDRs do not solve the cold outreach problem

1•TigerSolo•1h ago•0 comments

The entropy formula for the Ricci flow and its geometric applications

https://arxiv.org/abs/math/0211159
2•ibobev•1h ago•0 comments

Show HN: AI API for 3D container packing

https://3dpack.ing/api-docs.html
1•reverseblade2•1h ago•0 comments

Muscular stress is the biggest cause of workplace injuries

https://safetyspace.co/manual-handling-techniques
1•safety-space•1h ago•0 comments

FCC plans to kill Wi-Fi on school buses, hotspots for library patrons

https://www.theregister.com/2025/09/05/fcc_to_kill_wifi_school_buses/
3•Bender•1h ago•0 comments

Reg hack attends job interview hosted by AI avatar struggles exit uncanny valley

https://www.theregister.com/2025/09/06/ai_job_interview_experience/
2•Bender•1h ago•2 comments

OpenAI reorg at risk as Attorneys General push AI safety

https://www.theregister.com/2025/09/05/openai_reorg_at_risk/
1•Bender•1h ago•0 comments

ChatGPT's Micro-Cap Portfolio: Week 10

https://nathanbsmith729.substack.com/p/chatgpts-micro-cap-portfolio-week-cbc
1•geox•1h ago•0 comments

GitHub shouldn't allow AGPL project templates

https://github.com/dannysmith/tauri-template/issues/1
3•johnbellone•1h ago•7 comments

Why more old people are dying after falls

https://www.nytimes.com/2025/09/07/health/falls-deaths-elderly-drugs.html
3•bookofjoe•1h ago•1 comments

Daily Crypto Trading Tournaments (Fake Funds, Real Prizes)

1•Moosaabbas•1h ago•1 comments

Formatting code should be unnecessary

https://maxleiter.com/blog/formatting
22•MaxLeiter•1h ago•13 comments

Show HN: hn30 – Alternative interface for the top HN stories

https://hn30.yamanlabs.com/
2•yaman071•1h ago•1 comments

Dittobytes: Metamorphic compiler that makes each build look different

https://github.com/tijme/dittobytes
2•amazonhut•1h ago•0 comments
Open in hackernews

Show HN: RNN Musical Instrument

https://blog.cochlea.xyz/rnn-instrument.html
1•cochlear•3h ago
In this small demo, I first overfit a single-layer RNN, decomposing a short segment of classical music into two "factors":

- a sparse "control signal", something like a score, representing the injection of energy into the system or instrument(s) - an RNN which models the resonances of the instrument(s) being played

Finally, hand-tracking landmarks (thanks to MediaPipe) are mapped onto the RNN's input space via a random linear projection.

While recent text-to-music models are a groundbreaking technology, I'm exploring ways to enhance the _real-time_ experience (and joy) of action and reaction that comes when we play a musical instrument, or even when we tap on some random object that sounds particularly pleasant.

In "Livewired", David Eagleman discusses the astounding ability of our neural networks to quickly integrate new senses and sources of information. Similarly, I think musicians are able to quickly and expertly map high-dimensional signals onto the space of possible sounds.

I'd like to grow this collection of sensors, projections, and resonance models.