frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Statement from Dario Amodei on our discussions with the Department of War

https://www.anthropic.com/news/statement-department-of-war
1420•qwertox•7h ago•750 comments

The Hunt for Dark Breakfast – Can we derive breakfasts we have never observed?

https://moultano.wordpress.com/2026/02/22/the-hunt-for-dark-breakfast/
95•moultano•2h ago•39 comments

Google Workers Seek 'Red Lines' on Military A.I., Echoing Anthropic

https://www.nytimes.com/2026/02/26/technology/google-deepmind-letter-pentagon.html
194•mikece•2h ago•79 comments

What Claude Code Chooses

https://amplifying.ai/research/claude-code-picks
335•tin7in•11h ago•135 comments

80386 Protection

https://nand2mario.github.io/posts/2026/80386_protection/
13•nand2mario•2d ago•0 comments

Layoffs at Block

https://twitter.com/jack/status/2027129697092731343
614•mlex•8h ago•642 comments

Will vibe coding end like the maker movement?

https://read.technically.dev/p/vibe-coding-and-the-maker-movement
356•itunpredictable•13h ago•351 comments

AirSnitch: Demystifying and breaking client isolation in Wi-Fi networks [pdf]

https://www.ndss-symposium.org/wp-content/uploads/2026-f1282-paper.pdf
338•DamnInteresting•14h ago•162 comments

Dear Time Lords: Freeze Computers in 1993

https://graydon2.dreamwidth.org/322461.html
11•zdw•1h ago•0 comments

What does " 2>&1 " mean?

https://stackoverflow.com/questions/818255/what-does-21-mean
199•alexmolas•10h ago•118 comments

Parakeet.cpp – Parakeet ASR inference in pure C++ with Metal GPU acceleration

https://github.com/Frikallo/parakeet.cpp
16•noahkay13•2h ago•2 comments

I rendered 1,418 confusables over 230 fonts. Most aren't confusable to the eye

https://paultendo.github.io/posts/confusable-vision-visual-similarity/
19•paultendo•1d ago•5 comments

Launch HN: Cardboard (YC W26) – Agentic video editor

https://www.usecardboard.com/
104•sxmawl•11h ago•53 comments

An Introduction to the Codex Seraphinianus, the Strangest Book Ever Published

https://www.openculture.com/2026/02/an-introduction-to-the-codex-seraphinianus.html
52•vinhnx•3d ago•12 comments

LiteLLM (YC W23): Founding Reliability Engineer – $200K-$270K and 0.5-1.0% equity

https://www.ycombinator.com/companies/litellm/jobs/unlCynJ-founding-reliability-performance-engineer
1•ij23•4h ago

Smartphone market forecast to decline this year due to memory shortage

https://www.idc.com/resource-center/press-releases/wwsmartphoneforecast4q25/
205•littlexsparkee•7h ago•196 comments

Hydroph0bia – fixed SecureBoot bypass for UEFI firmware from Insyde H2O (2025)

https://coderush.me/hydroph0bia-part3/
48•transpute•7h ago•1 comments

OsmAnd's Faster Offline Navigation (2025)

https://osmand.net/blog/fast-routing/
138•todsacerdoti•11h ago•42 comments

I baked a pie every day for a year and it changed my life

https://www.theguardian.com/lifeandstyle/2026/feb/22/a-new-start-after-60-i-baked-a-pie-every-day...
253•NaOH•3d ago•165 comments

Palm OS User Interface Guidelines (2003) [pdf]

https://cs.uml.edu/~fredm/courses/91.308-spr05/files/palmdocs/uiguidelines.pdf
178•spiffytech•13h ago•85 comments

Museum of Plugs and Sockets

https://plugsocketmuseum.nl/index.html
92•ohjeez•3d ago•34 comments

A Nationwide Book Ban Bill Has Been Introduced in the House of Representatives

https://bookriot.com/hr7661-book-ban-legislation/
81•LostMyLogin•2h ago•42 comments

BuildKit: Docker's Hidden Gem That Can Build Almost Anything

https://tuananh.net/2026/02/25/buildkit-docker-hidden-gem/
164•jasonpeacock•16h ago•56 comments

Understanding the Go Runtime: The Memory Allocator

https://internals-for-interns.com/posts/go-memory-allocator/
46•valyala•3d ago•8 comments

Show HN: Hacker Smacker – Spot great (and terrible) HN commenters at a glance

https://hackersmacker.org
104•conesus•2d ago•115 comments

Show HN: Deff – Side-by-side Git diff review in your terminal

https://github.com/flamestro/deff
91•flamestro•12h ago•53 comments

Move tests to closed source repo

https://github.com/tldraw/tldraw/issues/8082
25•nilsbunger•1d ago•19 comments

Show HN: Linex – A daily challenge: placing pieces on a board that fights back

https://www.playlinex.com/
57•Humanista75•2d ago•20 comments

Cartographic Symbologies: The Art and Design of Expression in Historic Maps

https://exhibits.stanford.edu/cartosym/browse
14•starkparker•3d ago•0 comments

Nano Banana 2: Google's latest AI image generation model

https://blog.google/innovation-and-ai/technology/ai/nano-banana-2/
533•davidbarker•14h ago•500 comments
Open in hackernews

Parakeet.cpp – Parakeet ASR inference in pure C++ with Metal GPU acceleration

https://github.com/Frikallo/parakeet.cpp
16•noahkay13•2h ago

Comments

noahkay13•2h ago
I built a C++ inference engine for NVIDIA's Parakeet speech recognition models using Axiom(https://github.com/Frikallo/axiom) my tensor library.

What it does: - Runs 7 model families: offline transcription (CTC, RNNT, TDT, TDT-CTC), streaming (EOU, Nemotron), and speaker diarization (Sortformer) - Word-level timestamps - Streaming transcription from microphone input - Speaker diarization detecting up to 4 speakers

ghostpepper•1h ago
Off topic but if anyone is looking for a nice web-GUI frontend for a locally-hosted transcription engine, Scriberr is nice

https://github.com/rishikanthc/Scriberr