frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Leap Second

https://en.wikipedia.org/wiki/Leap_second
1•pinkmuffinere•1m ago•1 comments

Read‑only LLM tool for email triage and knowledge extraction?

1•maille•1m ago•0 comments

Show HN: Theme SaaS – Silicon Valley Meets Theme Hospital

https://themesaas.com/
1•fmfamaral•2m ago•0 comments

Ask HN: Any informed guesses on the actual size/architecture of GPT-5.4 etc.?

1•dsrtslnd23•3m ago•0 comments

ThinkPad X14 with Magic Bay

https://www.notebookcheck.net/A-ThinkPad-laptop-with-modules-Unannounced-slim-Lenovo-ThinkPad-X14...
1•bpierre•8m ago•0 comments

Is this the right approach to go from zero to designing quantum algorithms?

https://darshanfofadiya.com/zero-to-quantum/
1•DARSHANFOFADIYA•9m ago•1 comments

AI-powered 10-minute habit that taught my kid to read (and made me a better dad)

https://talperry.com/en/posts/genai/learning-to-read-with-ai/
1•teleforce•9m ago•0 comments

Getting Started in Common Lisp

https://lisp-stat.dev/blog/2026/03/09/getting-started/
1•oumua_don17•11m ago•0 comments

Would America be in recession without the super-rich?

https://www.economist.com/finance-and-economics/2026/03/08/would-america-be-in-recession-without-...
3•javanissen•11m ago•1 comments

Tesla FSD deteriorating "city miles to critical disengagement" 4,109 down to 809

https://twitter.com/GordonJohnson19/status/2031037879732883842
2•toss1•12m ago•0 comments

How fast does a protein fold? Real-time technique captures the moment

https://www.nature.com/articles/d41586-026-00755-x
1•lc0_stein•13m ago•1 comments

Planet Labs announces two week delay on imagery of Iran

https://bsky.app/profile/eliothiggins.bsky.social/post/3mgnwujow5s2f
1•alisonatwork•15m ago•0 comments

New Attack Against Wi-Fi

https://www.schneier.com/blog/archives/2026/03/new-attack-against-wi-fi.html
1•tzury•15m ago•0 comments

The Cost of 'Lightweight' Frameworks: From Tauri to Native Rust

https://www.gethopp.app/blog/hate-webkit
5•birdculture•16m ago•0 comments

Open Weights Isn't Open Training

https://www.workshoplabs.ai/blog/open-weights-open-training
4•addiefoote8•17m ago•1 comments

Async React: The Full Story

https://www.nonsoo.com/posts/async-react
1•nonsootoh•17m ago•0 comments

Halo Actor Demands Trump's White House Remove Voice from 'War Porn' Video

https://nationaltoday.com/us/dc/washington/news/2026/03/09/halo-actor-demands-trumps-white-house-...
1•croes•18m ago•1 comments

Justice Department and Live Nation settle over illegal monopoly case

https://apnews.com/article/livenation-antitrust-justice-department-0a6ef66f497e5f626096de753bfff8ce
1•healsdata•18m ago•0 comments

Evidence for improved DNA repair in the long-lived bowhead whale [pdf]

https://www.nature.com/articles/s41586-025-09694-5
2•thunderbong•19m ago•0 comments

Choosing a Sync Engine for Local-First in 2026

https://johnny.sh/blog/choosing-a-sync-engine-in-2026/
1•johnnydamacha•20m ago•0 comments

Show HN: I built an AI-powered technical interview prep tool

https://crackr.dev/
1•wa5ina•22m ago•1 comments

Can a Fashion Designer Design a Nuclear Reactor?

https://www.ersinakinci.com/p/can-a-fashion-designer-design-a-nuclear
1•earksiinni•22m ago•0 comments

Credits for Manus Registration

https://manus.im/invitation/ZQFSZCXJGQKD1GP
1•doener•22m ago•0 comments

Nvidia Is Planning to Launch an Open-Source AI Agent Platform

https://www.wired.com/story/nvidia-planning-ai-agent-platform-launch-open-source/
4•spenvo•23m ago•0 comments

NVIDIA Triton Inference Server

https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/index.html
2•teleforce•23m ago•0 comments

Secret-time-machine: scan your Git history for secrets you deleted years ago

https://github.com/LakshmiSravyaVedantham/secret-time-machine
2•sravyavedantham•23m ago•1 comments

rag not lag: rl for fast agentic retrieval

https://cgft.io/blog/rag-not-lag/
2•kumama•25m ago•0 comments

Show HN: Manual code review and feedback loop for agents

https://twitter.com/backnotprop/status/2031145299738263567
2•ramoz•26m ago•0 comments

Red Alert 2 for Mac using porting kit [video]

https://www.youtube.com/watch?v=7tN-yRUtZjE
2•nomilk•29m ago•0 comments

Claude Code Starter CLI

https://github.com/cassmtnr/claude-code-starter
1•cassmtnr•29m ago•0 comments
Open in hackernews

Show HN: An open-source DAW plugin built on JUCE, React, and Lyria RealTime

https://github.com/magenta/the-infinite-crate
1•DesaiAshu•1h ago
Hi HN!

I'm a former YC founder/visiting partner and independent musician/producer in SF. About a year ago I started collaborating with the Magenta research team as an artist to explore the role of realtime generative music models in studio production and live performances

Through our early experiments we recognized the need to bridge the gap between server based generative music models and professional audio software, and to design interfaces for generative models that are more steerable and controllable than the current "push button to generate song" paradigm. We built and released a DAW plugin which has used by some of our favorite artists — including a wonderful showcase with Daito Manabe in Tokyo — and was featured as an exciting new music tool at NAMM

Today we're open-sourcing the plugin under Apache 2.0 for the community to fork and build new interfaces with

The plugin is architected using React/TypeScript for the UI layer and JUCE/C++ for DAW connection, audio processing, and websocket audio streaming from the Gemini/Lyria API. This allows rapid iteration on the frontend using hot-reload (Shadcn/Tailwind), while ensuring latency sensitive operations (audio streaming and playback) happen in a compiled and unmanaged language with a tight clock. State is synced between TypeScript and C++ using Zustand’s state management and nlohmann json

The JUCE + React structure was inspired by Spencer Salazar's talk at ADC in 2020 (https://www.youtube.com/watch?v=XvsCaQd2VFE) and hopefully can help make plugin development easier web developers and vibe-coders

We'd love to get your input and ideas for how to improve on it. In the near term, we hope to update the plugin to support on-device inference of the Magenta RealTime open-weights music model for offline use. In the long term, we hope to support future music models with improved controls, such as audio and MIDI input

Cheers!