frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

i-RAM

https://en.wikipedia.org/wiki/I-RAM
1•cassepipe•1m ago•0 comments

Cyclists have crashed on Market St. tracks for 130 years. Why can't SF fix them?

https://sfstandard.com/2026/08/28/market-street-cyclist-safety-hazard/
1•zachwdc•1m ago•0 comments

Brave browser adds email aliases to help users evade tracking

https://www.bleepingcomputer.com/news/security/brave-browser-adds-email-aliases-to-help-users-eva...
1•Brajeshwar•2m ago•0 comments

RSSMonster – An agentic RSS reader built on local embeddings and small models

https://github.com/pietheinstrengholt/rssmonster/
1•pietheinstrengh•3m ago•0 comments

Laser Graffiti

https://laser.consti.de/
1•con•3m ago•0 comments

The IBM PC, Part 2: Tsunami

https://technicshistory.com/2026/08/29/the-ibm-pc-part-2-tsunami/
1•cfmcdonald•5m ago•0 comments

In Chile's Atacama Desert, the biggest telescope ever built is taking shape

https://www.bbc.com/future/article/20260827-the-biggest-telescope-of-all-time-is-nearly-ready-cou...
1•Betelbuddy•10m ago•0 comments

I came across DBYTE, a small programming language

1•lexsandra56•11m ago•1 comments

Running an LLM in the Browser: Verifying WebGPU, and Local Inference

https://capytoolkit.com/blog/developer-tools/running-llm-browser-verifying-webgpu-model-hashes-lo...
1•ChillyCapy•17m ago•0 comments

Crossing Boundaries with Integration Events

https://deniskyashif.com/2026/08/29/crossing-boundaries-with-integration-events/
1•alembic_fumes•19m ago•0 comments

FreeToken: Efficient Edge-Native Moe Serving with Bandwidth-Adaptive Execution

https://arxiv.org/abs/2608.16157
2•gmays•22m ago•0 comments

TurnBench

https://turnbench.sesame.com/
1•selimonder•22m ago•0 comments

But where does taste come from?

https://dustycloud.org/blog/but-where-does-taste-come-from/
2•paroneayea•22m ago•0 comments

Show HN: I built a physical dream machine for my wife

https://twitter.com/oblomovius/status/2094053464552698325
1•oblo_mov•23m ago•2 comments

Ask HN: How do I make sure ChatGPT/Claude/Gemini forget all prior conversations?

1•chirau•25m ago•0 comments

ClaudeDevs: We're permanently raising standard weekly limits in Claude Code

https://twitter.com/chandlerwilcox/status/2093742530659766324
2•isolli•26m ago•1 comments

Rust Function Overloading – Call for Experimentation

https://blog.rust-lang.org/inside-rust/2026/08/19/overloading-experiment/
1•torutofu•27m ago•0 comments

Write the Fucking Manual

https://wtfmbook.com/
1•theletterf•28m ago•0 comments

Judge rule AI-generated child sex abuse material is protected by First Amendment

https://reason.com/volokh/2026/08/27/home-possession-of-ai-generated-porn-depicting-fake-children...
3•DeepLogin•35m ago•0 comments

90 days of attacks on AI infrastructure

https://www.wiz.io/blog/ai-infrastructure-honeypot
1•coder-pm•41m ago•1 comments

Software project folder structure for isolating agent scope

https://graphthinking.blogspot.com/2026/08/software-project-folder-structure-for.html
1•physicsgraph•41m ago•0 comments

Show HN: Podiom – durable sessions, scheduling and goals for local Claude/Codex

https://github.com/Podiom/Podiom
3•Maphielbso•42m ago•0 comments

Prevalence of Silent Atherosclerosis Across Adult Life

https://doi.org/10.1056/nejmoa2609059
1•sbulaev•43m ago•0 comments

Openpyxl silently drops cached formula values when you edit an unrelated cell

https://kookerella.com/posts/ai-agent-silently-breaks-formula-values/
1•mnicholls•45m ago•0 comments

Zoom activated my mic and played "recording in progress" at 4AM

https://imgur.com/a/0NQ0rFk
5•telmop•46m ago•1 comments

Onefile-unlock: a crypto paywall in one self-contained HTML file

https://raw.githack.com/EltonCherrington/onefile-unlock/main/onefile-unlock.html
1•memctlagent2026•51m ago•0 comments

Why Does Top Gun (1986) Feel So Gay Despite Being About a Straight Navy Pilot?

https://decodingvibes.com/blog/why-top-gun-feels-so-gay-despite-being-about-a-straight-navy-pilot/
4•altmanaltman•53m ago•0 comments

Get(key) in libmdbx by up to x1000 using a lock‑free cache on top of a B‑tree

https://github.com/orgs/Mithril-mine/discussions/314
1•erthink•56m ago•0 comments

Claude Session URL appended to commit messages and PR descriptions by default

https://github.com/anthropics/claude-code/issues/66504
66•sparsesignal•59m ago•65 comments

Ask HN: Do you run A/B Tests?

3•hackeryogi•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.