frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Blast Radius 1.0

https://blastradius.dpdns.org/
1•codebyaditya•7m ago•0 comments

Show HN: BiNeuron – Local, open-source alternative to ChatGPT Codex

https://github.com/just-not-google/BiNeuron/tree/main
2•waratecs1234•8m ago•0 comments

Everybody's Lost Their Minds

https://www.netmeister.org/blog/everybodys-lost-their-minds.html
1•HotGarbage•8m ago•0 comments

Build your own Devin in one prompt

https://github.com/cayu-dev/cayu
3•nurazem•14m ago•0 comments

Monsanto's Cruel, and Dangerous, Monopolization on American Farming (2008)

https://www.vanityfair.com/news/2008/05/monsanto200805
3•kamaraju•14m ago•0 comments

California may gut state net neutrality law to comply with Trump admin demand

https://arstechnica.com/tech-policy/2026/09/california-may-gut-state-net-neutrality-law-to-comply...
4•rsingel•17m ago•0 comments

Overlord – a trust kernel for AI agents

https://github.com/B1tR0n1n/overlord
2•b1tr0n1n•17m ago•0 comments

PickiPedia: Artifical_Dumb

https://pickipedia.xyz/wiki/PickiPedia:Artifical_Dumb
2•jMyles•20m ago•0 comments

RL Is Everything, Everywhere, All at Once

https://skypilot.ai/blog/rl-everything
2•covi•31m ago•1 comments

Show HN: Pqp, an open-source Discord alternative with watch parties

https://github.com/rafaelcg/pqp
1•rafgg•34m ago•0 comments

Ctenophores: Wonders of Biology

https://www.quantamagazine.org/ctenophores-arent-just-beautiful-theyre-biological-wonders-20260916/
2•randomImmigrant•36m ago•0 comments

Understanding Why You'd Use Effect TS

https://cm.xyz/blog/understanding-why-youd-use-effect-ts
3•handfuloflight•37m ago•0 comments

Show HN: Spendalyst – tells you when a recurring charge changes price

https://app.spendalyst.com/demo
1•Fsmith10•39m ago•0 comments

CV Forge – tailor your resume to any job with AI

https://shop.lumnika.com/compliancesnap/
1•deusautoai725•42m ago•0 comments

Where Rust Ends and the Kernel Begins

https://cacm.acm.org/blogcacm/where-rust-ends-and-the-kernel-begins/
1•sohkamyung•44m ago•0 comments

Mission Kit

https://missionkit.io/
2•dadado•47m ago•1 comments

Evaluating S2S Model Quality with Human Preference Data

https://research.withdavid.ai/blog/st-s2s-eval
1•EliasLittle•52m ago•0 comments

"Start with a Monolith" Was Good Advice. AI Is Changing That

https://medium.com/scalar-engineering/architecture-in-the-ai-era-part-1-summary-start-with-a-mono...
2•feeblefakie•53m ago•1 comments

Snap launches $2,195 Specs smart glasses

https://finance.yahoo.com/technology/article/snap-launches-2195-specs-smart-glasses-234000058.html
4•geoffbp•54m ago•0 comments

DeepSeek-v4.1 Flash: Pushing the Limits of KV Cache Compression

https://zartbot.github.io/blog/model_arch/dsv41flash_arch/en.html
5•mfiguiere•54m ago•0 comments

What regulatory capture actually looks like

https://marginalrevolution.com/marginalrevolution/2026/09/what-regulatory-capture-actually-looks-...
2•maxutility•55m ago•1 comments

Tin: full-text search for Postgres

https://planetscale.com/blog/introducing-tin
4•gtCameron•1h ago•0 comments

Part-human part-mouse brain developed in science breakthrough

https://www.bbc.com/news/articles/c60m3k28j81mo
3•marc__1•1h ago•0 comments

Show HN: FastRecall, ultra-cheap memory across AI models

https://fastrecall.ai/
2•tomrose•1h ago•0 comments

Michael Burry slams OpenAI, Anthropic for 'self-serving' calls to slow AI

https://nypost.com/2026/09/14/business/big-short-trader-michael-burry-slams-openai-anthropic-for-...
15•nsagent•1h ago•0 comments

Spanish data watchdog publicises first AI agent-linked data breach report

https://www.reuters.com/business/spanish-data-watchdog-publicises-first-ai-agent-linked-data-brea...
2•geoffbp•1h ago•0 comments

Xcode-Project-Format

https://github.com/apple/xcode-project-format
2•interpol_p•1h ago•0 comments

Flowchart: How pixels become an Apple Reference Image

https://claude.ai/artifact/BcyyGRDRimvZgza7d9ts1c
2•alwillis•1h ago•0 comments

Supply Chain Compromise of Korean-Language Windows 11 Installation Media

https://www.logpresso.com/en/blog/2026-09-08-windows11-report-eng
2•ledoge•1h ago•1 comments

Pangram – AI detector for text and images

https://www.pangram.com
2•doodlesdev•1h ago•0 comments
Open in hackernews

How to Compile Your DB Migrations into Your Binary Using Goose

https://playtechnique.io/blog/compiled-goose-migrations.html
2•gwynforthewyn•1y ago

Comments

gwynforthewyn•1y ago
Figuring out the technique for this involved reading a number of github issues, so I tried to make it as simple as possible to see what the 2 step process is to be able to compile your migrations.

The benefit of this approach with migrations is being able to use golang itself to figure out if a migration should run e.g. you can check an environment variable to see if you're in the dev environment and if you are then you could run a migration to populate your seed data.