frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: AllMCPs – Directory of MCP Servers

https://allmcps.com
1•ghosts_•2m ago•0 comments

U.S. lawmakers request information from DoorDash on use of Chinese AI models

https://www.cnbc.com/2026/07/31/us-lawmakers-doordash-chinese-ai-models.html
1•tito•2m ago•0 comments

Scott Jenson – How the Desktop UX needs to evolve [video]

https://www.youtube.com/watch?v=-IOLRcFC6OY
1•JeremyTheo•3m ago•0 comments

AI Has Passed Every Exam. It Has Never Had an Idea

https://manasbihani.substack.com/p/ai-has-passed-every-exam-it-has-never
2•manasb25•5m ago•0 comments

My Personal Software Journey: Self-Hosting Agent-Built Apps on a Mac Mini

https://metedata.substack.com/p/016-my-personal-software-journey
2•young_mete•6m ago•0 comments

A Country Within Myself

https://www.metanoia-research.com/dispatch-005-a-country-within-myself/
2•metanoia_•7m ago•0 comments

Ask HN: When did we go from agentic loops to graphs?

1•grandimam•8m ago•0 comments

Explosive donated to museum brings bomb squad to Eudunda Family Heritage Gallery

https://www.abc.net.au/news/2026-07-31/historian-discovers-explosive-in-museum-donations-sa/10696...
1•Tomte•8m ago•0 comments

The Screen Act Threatens Privacy Far Beyond Adult Websites

https://www.eff.org/deeplinks/2026/07/screen-act-threatens-privacy-far-beyond-adult-websites
1•Brajeshwar•8m ago•0 comments

Show HN: Agentmetry – local-first flight recorder for AI coding agents

https://agentmetry.ai/
1•blitzcrieg1•12m ago•0 comments

Did you know about Dulus? The AI harness that is giving free agentic AI?

1•devdulus•12m ago•0 comments

Dates That Don't Exist (2015)

https://blog.yossarian.net/2015/06/09/Dates-That-Dont-Exist
2•EndXA•13m ago•0 comments

The Future of Technosignature Searches: Constraining the Fermi Paradox

https://arxiv.org/abs/2606.00463
1•root-parent•16m ago•0 comments

Ruby on Rails RCE

https://github.com/rails/rails/security/advisories/GHSA-xr9x-r78c-5hrm
1•campuscodi•17m ago•0 comments

In Turkey, your coffee comes with a side of destiny

https://www.cnn.com/2025/08/26/travel/turkey-coffee-istanbul-ottoman-empire
2•koolhead17•18m ago•0 comments

Earth Overshoot Day

https://en.wikipedia.org/wiki/Earth_Overshoot_Day
2•soupspaces•18m ago•0 comments

Datacenters in Space

https://cacm.acm.org/news/datacenters-in-space/
2•visha1v•19m ago•0 comments

Old Concrete Was Better

https://blog.jimgrey.net/2026/07/31/old-concrete-was-better/
2•speckx•20m ago•0 comments

Watobot: Free WhatsApp API – multi tenancy, unique encryption and ban mitigation

https://github.com/pocha/mudbot
1•pocha•22m ago•0 comments

Western men are going abroad to find traditional wives

https://www.economist.com/culture/2026/04/16/western-men-are-going-abroad-to-find-traditional-wives
3•bryanrasmussen•22m ago•1 comments

Assessment of open AI math results

https://twitter.com/stalkermustang/status/2083485500250198453
6•paulpauper•23m ago•1 comments

Type designers have created a free font that "poisons" AI

https://www.creativebloq.com/design/fonts-typography/type-designers-have-created-a-free-font-that...
4•rafaepta•24m ago•1 comments

How can plain Wi-Fi see you move through a wall?

https://freipaul.com/posts/how-can-wifi-see-you-move-through-a-wall
2•PHr15•24m ago•0 comments

What do consultants get paid for?

https://www.siliconcontinent.com/p/what-do-consultants-get-paid-for
2•paulpauper•26m ago•3 comments

Reading Minds Almost: Scientists Just Reconstructed Vision from Brain Waves

https://blog.ai.princeton.edu/2026/07/31/reading-minds-almost-scientists-just-reconstructed-what-...
1•taylorbuley•26m ago•0 comments

Six Months at OpenAI

https://mihai.page/six-months-at-openai/
3•jdkee•26m ago•0 comments

Kevin Warsh's stripped-back Fed communication 'backfiring' say investors

https://www.ft.com/content/57aac838-baee-406d-b4ac-c0ffda351aee
2•paulpauper•26m ago•0 comments

The OpenAI and Anthropic AI Hacking Sprees Are a Messy New Legal Frontier

https://www.wired.com/story/openai-anthropic-ai-hacking-sprees-illegal/
3•joozio•30m ago•0 comments

A Hermes Agent Skill Looping Between Codex and Claude Code

https://codenote.net/en/posts/issue-to-pr-autonomous-loop-hermes-agent-skill/
1•yruzin•30m ago•0 comments

Waxy Refresh: Supercut.org – 20% of Videos Hosted On Vimeo No Longer Accessible

https://waxy.org/2026/07/waxy-refresh-supercut-org/
3•tech234a•32m 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.