frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Brigade System Helps Restaurants Succeed. Does It Also Lead to Abuse?

https://www.nytimes.com/2026/03/25/dining/noma-brigade-system.html
1•ripe•45s ago•0 comments

Before Leon AI 2.0, I want to say this

https://blog.getleon.ai/before-leon-ai-2-0-i-want-to-say-this/
1•Louistiti•2m ago•0 comments

Show HN: Let Me Emoji That for You

https://letmeemojithatforyou.com
1•kilroy123•3m ago•0 comments

I said code review was dead. Here's what I got wrong – and right

https://www.aviator.co/blog/code-review-dead/
1•tonkkatonka•3m ago•1 comments

Agent-browser – Browser automation CLI

https://agent-browser.dev/commands
2•kristianpaul•5m ago•0 comments

Building an AI Data Analyst Sucks

https://getbruin.com/blog/build-your-own-ai-data-analyst/
1•karakanb•6m ago•0 comments

Code Review usage will count toward Codex limit instead of having separate limit

https://help.openai.com/en/articles/12642688-using-credits-for-flexible-usage-in-chatgpt-freegopl...
2•jeremyg22•6m ago•0 comments

Show HN: Building an open-source product demo platform

https://livedemo.ai
1•gapostolov•8m ago•2 comments

Children of Heaven

https://spontaneousoddities.substack.com/p/children-of-heaven
2•surprisetalk•11m ago•0 comments

Microscope Light

https://mitxela.com/projects/microlight
1•surprisetalk•11m ago•0 comments

"Roadrunner": a bipedal, wheeled robot for multi-modal locomotion [video]

https://www.youtube.com/watch?v=9kae-UAME1U
1•surprisetalk•11m ago•0 comments

macOS Tips (2024)

https://blog.xoria.org/macos-tips/
2•surprisetalk•11m ago•1 comments

Show HN: New Hacker News Watchlists Crome Extension

https://chromewebstore.google.com/detail/hn-watchlists-hacker-news/hecdejfkdohajgcfmgekpbjhkoaohplg
1•losalah•12m ago•0 comments

The Casino That's Eating the World

https://www.nytimes.com/2026/03/23/opinion/prediction-markets-gambling.html
1•ChrisArchitect•13m ago•1 comments

NASA Sets Out New Plans and Timelines for Moon Base and Nuclear Mars Mission

https://www.nytimes.com/2026/03/24/science/nasa-moon-base-mars-spacecraft.html
1•Brajeshwar•13m ago•0 comments

Show HN: I build a free feed reader that reimagines what is possible with RSS

https://hypertexting.com/blog/introducing-hypertexting/
1•calebhailey•13m ago•0 comments

An Extensive Benchmark of C and C++ Hash Tables

https://jacksonallan.github.io/c_cpp_hash_tables_benchmark/
3•klaussilveira•14m ago•0 comments

My quest to preserve VHS- era gaming culture, one eBay bid at a time

https://www.theguardian.com/games/2026/mar/25/my-quest-to-preserve-vhs-era-video-culture-one-ebay...
1•toomuchtodo•14m ago•0 comments

The best design style extraction and reuse skill on the market.

https://github.com/zanwei/design-dna
1•Johnson8053•16m ago•0 comments

I Put a Full JVM Inside a Browser Tab. It "Works". Technically. Eventually

https://bmarti44.substack.com/p/i-put-a-full-jvm-inside-a-browser
1•PaulHoule•16m ago•0 comments

Supreme Court Sides with Cox in Copyright Fight over Pirated Music

https://www.nytimes.com/2026/03/25/us/politics/supreme-court-cox-music-copyright.html
16•oj2828•17m ago•3 comments

I built a game where an AI judges whether things deserve each other

https://yoursoulmateis.wtf
1•edgardou•17m ago•1 comments

Malicious Litellm 1.82.8: Credential Theft and Persistent Backdoor

https://safedep.io/malicious-litellm-1-82-8-analysis/
1•alokDT•17m ago•0 comments

I built a YAML DSL for Temporal workflows

https://zigflow.dev/articles/why-i-built-a-yaml-dsl-for-temporal-workflows/
1•mrsimonemms•17m ago•0 comments

A Rare Blog

https://andys.blog/rare/
1•andytratt•18m ago•0 comments

Comprehensive C++ Hashmap Benchmarks (2022)

https://martin.ankerl.com/2022/08/27/hashmap-bench-01/
2•klaussilveira•18m ago•0 comments

I made a college punching bag for rejected highschoolers

https://re.ject.ing
1•skillseeddev•18m ago•1 comments

Elon Musk demands judge's recusal over LinkedIn post after $2B verdict

https://nypost.com/2026/03/25/business/elon-musk-seeks-recusal-of-delaware-judge-over-linkedin-su...
1•1vuio0pswjnm7•18m ago•0 comments

Quantum frontiers may be closer than they appear

https://blog.google/innovation-and-ai/technology/safety-security/cryptography-migration-timeline/
1•jgrahamc•19m ago•0 comments

So Much for O(1)

https://yasint.dev/hash-maps-under-the-hood/
2•sn0wflak3s•19m ago•0 comments
Open in hackernews

Show HN: Wordbird: free dictation for Mac running Nvidia Parakeet locally

https://github.com/tillahoffmann/wordbird
3•earthnail•1h ago
Dear HN,

Wordbird is an open-source voice dictation app for macOS, powered by Nvidia Parakeet running locally on Apple Silicon via MLX. You can teach it project-specific terms like brand names or frameworks using a project-level WORDBIRD.md file.

Run it via `uvx wordbird`.

Press a hotkey, speak, and your words are transcribed and pasted into whatever app is focused. A small LLM, also running locally, post-processes the transcription to fix errors. If you use apps like VS Code, Zed, Terminal.app or iTerm, Wordbird will know which directory you're in, look up a project-specific WORDBIRD.md file, and if it exists, use it for post-processing the transcription. With the VS Code extension this even works via SSH.

My friend Till Hoffmann wrote this because he was "tired of yet another subscription", and standard dictation just gets too many technical terms wrong. I'm posting this here on his behalf because he's not as active on HN. I've really fallen in love with Wordbird, already made some small PRs, and I hope that many here will find it equally useful.

Really eager to hear feedback (I'll make sure Till monitors this thread as well)!