frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Bread AI – decentralized AI inference using spare GPUs

https://breadai.io
1•rudda•2m ago•0 comments

"Apple has developed an unexpected workaround."

https://unsung.aresluna.org/apple-has-developed-an-unexpected-workaround/
1•speckx•2m ago•0 comments

Jev Is Not a Language Model, but It Breaks Like One

https://blog.checkpoint.com/ai-security/jev-is-not-a-language-model-but-it-breaks-like-one-prompt...
1•patresh•2m ago•0 comments

The same bug fix costs 0.4¢ or $2, depending on which coding agent you ask

https://www.ariwilson.com/writing/bakeoff-results/
1•ariwilson•3m ago•0 comments

Microsoft's Terrifying New Patent (ACR Adjacent)

https://www.youtube.com/watch?v=Smwo493IAfw
1•garrettjoecox•4m ago•0 comments

Underlimit – Beat 2MB PDF upload caps with 1984 fax compression

https://mirceamitu.github.io/underlimit/
1•mirceamitu•5m ago•0 comments

Can your AI model survive its own mistakes?

https://github.com/dmigwi/tapoo
1•dmigwi•5m ago•0 comments

OpenAI Agent Attack on Austral. Gov't Website: First Publicly Disclosed Instance

https://www.wsj.com/tech/ai/openai-agent-hacked-australian-government-website-eecf7a7a
1•bookofjoe•6m ago•1 comments

Machine god metaphors eat your brain

https://www.programmablemutter.com/p/machine-god-metaphors-eat-your-brain
1•AnodicElegy•7m ago•0 comments

Cloudflare Python Workers are now generally available

https://simonwillison.net/2026/Sep/21/cloudflare-python-worker/
1•hn9zmdcaou•9m ago•0 comments

Goodbye Grok bot? Claude just released a competitor

https://code.claude.com/docs/en/claude-code-on-the-web
1•rkovashikawa•9m ago•0 comments

AI, Make the Website Good

https://www.zachleat.com/web/ai-websites/
1•meetpateltech•10m ago•0 comments

Accelerating delivery of CVE fixes with a new Kernel release strategy

https://canonical.com/blog/accelerating-delivery-of-cve-fixes-with-a-new-kernel-release-strategy
2•speckx•11m ago•0 comments

Julius Evola

https://en.wikipedia.org/wiki/Julius_Evola
1•PaulHoule•11m ago•0 comments

Google Takes the A.I. Data Center Race to Outer Space

https://www.nytimes.com/2026/09/24/technology/google-suncatcher-ai-data-center-space.html
4•jbegley•14m ago•0 comments

Google Is Sending an A.I. Data Center to Outer Space

https://www.nytimes.com/2026/09/24/technology/google-suncatcher-ai-data-center-space.html
2•quapster•14m ago•0 comments

Oracle Cites 'Force Majeure' to Shield Itself on Controversial Data Center

https://www.bloomberg.com/news/articles/2026-09-24/oracle-cites-force-majeure-to-shield-itself-on...
4•simonpure•15m ago•0 comments

I want my mesh networks to be signed, not encrypted

https://andanti.no/blog/SignedMesh.html
1•birdculture•15m ago•0 comments

Type-safe documents with conflict resolution. Faster than any CRDT

https://github.com/docukit/docukit
1•nhatcher•15m ago•0 comments

When Computers Were Magic – By John Ward – Goto 10

https://www.goto10retro.com/p/when-computers-were-magic
1•rbanffy•15m ago•1 comments

Show HN: A novel about an AI that starts asking questions, a chapter a day

https://thought-is-free.com/read/ch01/?from=hn
1•rovugui•17m ago•1 comments

Delta Can Sue CrowdStrike,Stranded Passengers Can't–They're Asking Supreme Court

https://viewfromthewing.com/delta-can-sue-crowdstrike-but-stranded-passengers-cant-now-theyre-ask...
2•throw7•17m ago•0 comments

Show HN: Clue Me – Describe the word you're given, Jev tries to guess it

https://yorohan.com/clue-me
2•rohanm93•18m ago•1 comments

Show HN: Jev Approach Control

https://jev-approach-control.vercel.app/
1•senti_sentient•18m ago•0 comments

There's a new way to break RSA that's faster than anything we've seen before

https://arstechnica.com/security/2026/09/theres-a-new-way-to-break-rsa-thats-faster-than-anything...
4•el_duderino•19m ago•0 comments

Simplified Technical English in My Writing

https://www.jakeworth.com/tils/simplified-technical-english-in-my-writing
1•surprisetalk•19m ago•0 comments

ASUS Launches ExpertCenter Pro ET900N G3 (GB300, 748GB, Up to 20 PFLOPS)

https://www.asus.com/us/business/resources/news/expertcenter-pro-et900n/
2•peter_d_sherman•19m ago•0 comments

The iPhone 4 'Antennagate' Press Conference Q&A

https://daringfireball.net/2026/09/iphone_4_antennagate_q_and_a
1•tosh•19m ago•0 comments

From PHP to Xan to Rust: speeding up large CSV imports in Symfony

https://vindle.nl/insights/from-php-to-xan-to-rust-speeding-up-large-csv-imports-in-symfony
1•TomvdPeet•20m ago•0 comments

AWS becomes first cloud provider approved for NATO RESTRICTED workloads

https://www.aboutamazon.com/news/aws/aws-first-cloud-provider-nato-restricted-workloads
2•Betelbuddy•20m 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.