frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Never Buy A .online Domain

https://www.0xsid.com/blog/online-tld-is-pain
401•ssiddharth•3h ago•219 comments

How to fold the Blade Runner origami unicorn (1996)

https://web.archive.org/web/20011104015933/www.linkclub.or.jp/~null/index_br.html
153•exvi•2d ago•14 comments

Topological Naming Problem

https://wiki.freecad.org/Topological_naming_problem
21•tripdout•4d ago•1 comments

GNU Texmacs

https://www.texmacs.org/tmweb/home/welcome.en.html
16•remywang•1h ago•3 comments

Danish government agency to ditch Microsoft software (2025)

https://therecord.media/denmark-digital-agency-microsoft-digital-independence
532•robtherobber•6h ago•280 comments

The Misuses of the University

https://www.publicbooks.org/the-misuses-of-the-university/
3•ubasu•13m ago•0 comments

Show HN: Django Control Room – All Your Tools Inside the Django Admin

https://github.com/yassi/dj-control-room
44•yassi_dev•2h ago•12 comments

Show HN: A real-time strategy game that AI agents can play

https://llmskirmish.com/
154•__cayenne__•6h ago•55 comments

100M-Row Challenge with PHP

https://github.com/tempestphp/100-million-row-challenge
119•brentroose•6h ago•42 comments

Claude Code Remote Control

https://code.claude.com/docs/en/remote-control
294•empressplay•9h ago•185 comments

US orders diplomats to fight data sovereignty initiatives

https://www.reuters.com/sustainability/boards-policy-regulation/us-orders-diplomats-fight-data-so...
211•colinhb•2h ago•185 comments

I'm helping my dog vibe code games

https://www.calebleak.com/posts/dog-game/
1048•cleak•23h ago•337 comments

Launch HN: TeamOut (YC W22) – AI agent for planning company events

https://app.teamout.com/ai
12•vincentalbouy•2h ago•23 comments

Confusables.txt and NFKC disagree on 31 characters

https://paultendo.github.io/posts/unicode-confusables-nfkc-conflict/
33•pimterry•2d ago•22 comments

The History of a Security Hole

https://www.os2museum.com/wp/the-history-of-a-security-hole/
17•st_goliath•3d ago•1 comments

Event Horizon Labs (YC W24) Is Hiring

https://www.ycombinator.com/companies/event-horizon-labs/jobs/xGQicps-founding-infrastructure-eng...
1•ocolegro•4h ago

Pi – A minimal terminal coding harness

https://pi.dev
515•kristianpaul•18h ago•256 comments

Red Hat takes on Docker Desktop with its enterprise Podman Desktop build

https://thenewstack.io/red-hat-enters-the-cloud-native-developer-desktop-market/
60•twelvenmonkeys•3h ago•38 comments

Mercury 2: Fast reasoning LLM powered by diffusion

https://www.inceptionlabs.ai/blog/introducing-mercury-2
299•fittingopposite•18h ago•114 comments

Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3

https://github.com/moonshine-ai/moonshine
294•petewarden•18h ago•66 comments

Japanese Death Poems

https://www.secretorum.life/p/japanese-death-poems-part-3
103•NaOH•2d ago•30 comments

I pitched a roller coaster to Disneyland at age 10 in 1978

https://wordglyph.xyz/one-piece-at-a-time
517•wordglyph•1d ago•187 comments

Turing Completeness of GNU find

https://arxiv.org/abs/2602.20762
96•todsacerdoti•11h ago•25 comments

Mac mini will be made at a new facility in Houston

https://www.apple.com/newsroom/2026/02/apple-accelerates-us-manufacturing-with-mac-mini-production/
593•haunter•19h ago•608 comments

Hacking an old Kindle to display bus arrival times

https://www.mariannefeng.com/portfolio/kindle/
316•mengchengfeng•21h ago•85 comments

Show HN: Scheme-langserver – Digest incomplete code with static analysis

https://github.com/ufo5260987423/scheme-langserver
29•ufo5260987423•1d ago•0 comments

Nearby Glasses

https://github.com/yjeanrenaud/yj_nearbyglasses
399•zingerlio•23h ago•176 comments

Cl-kawa: Scheme on Java on Common Lisp

https://github.com/atgreen/cl-kawa
65•varjag•3d ago•18 comments

Show HN: Emdash – Open-source agentic development environment

https://github.com/generalaction/emdash
191•onecommit•22h ago•66 comments

Steel Bank Common Lisp

https://www.sbcl.org/
257•tosh•22h ago•101 comments
Open in hackernews

The History of a Security Hole

https://www.os2museum.com/wp/the-history-of-a-security-hole/
17•st_goliath•3d ago

Comments

amabito•3d ago
IOPB bit semantics are inverted from what you might expect: 0 means permitted, 1 means denied. So zeroed pcb memory silently grants access to every port in range -- that's why this was consistently reproducible, not flaky. One sizeof() away from correct the whole time.