frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Pre-Authentication RCE in WordPress Core

https://wp2shell.com/
1•patrikg•2m ago•0 comments

When you give a Nix Developer in charge of a website

https://twitter.com/Malix_Labs/status/2077521369663742252
1•eveeifyeve•6m ago•0 comments

We Built Sandbox Infrastructure for Autonomous Agents

https://neosigma.ai/blog/agent-workspaces
1•AdityaBilawar•7m ago•0 comments

T-Mobile's billing-system migration made free lines billable

https://arstechnica.com/tech-policy/2026/07/t-mobile-bungled-forced-plan-migration-canceling-some...
1•logickkk1•7m ago•0 comments

Cabure: Small Gitops Operator

https://github.com/GreedyKomodoDragon/cabure
1•greedykomodo•8m ago•0 comments

Automated job application system, sponsored by the American Mathematical Society

https://www.mathjobs.org/jobs
1•Eridanus2•8m ago•0 comments

Free tool to download Reddit data from community dumps

https://github.com/Tryhard-cs/reddit-download-tool
1•Tryhard3141•9m ago•0 comments

GonzoCapital – The Inside VC Stories

https://www.gonzocapital.net/confessions-of-a-compromised-capitalist/
2•robmay•10m ago•0 comments

There's no evidence that mobile phones will give you brain cancer

https://www.rnz.co.nz/life/wellbeing/no-evidence-mobile-phones-cause-brain-cancer-new-study
3•billybuckwheat•12m ago•0 comments

About the OpenSubsonic API

https://opensubsonic.netlify.app/
1•toomuchtodo•13m ago•1 comments

Tinfoil.com

https://www.tinfoil.com/default.htm
2•willmeyers•14m ago•1 comments

Flock CEO Apologizes for Calling Activists 'Terrorists'

https://www.forbes.com/sites/thomasbrewster/2026/07/17/flock-ceo-sorry-for-labelling-activists-te...
5•chaps•17m ago•0 comments

What I learned inside escape room with one of the most brilliant mathematicians

https://www.begiant.ca/stories/people/jacob-tsimerman-math
1•amichail•17m ago•0 comments

Show HN: Fluent, tiny lang for reactivity and autograd

https://mlajtos.github.io/fluent/?code=VG91cg
1•mlajtos•20m ago•0 comments

Astronomers spot first atmosphere around a potentially habitable alien world

https://www.science.org/content/article/astronomers-spot-first-atmosphere-around-potentially-habi...
1•gmays•20m ago•1 comments

Stripe and Advent make $53B bid for PayPal

https://www.ft.com/content/3738e814-9470-4d7d-94a6-ac5e001a968e
1•PhilipA•23m ago•1 comments

Flock Safety had a car journalist stalked, wrongly accused, and detained

https://www.thedrive.com/news/inside-the-flock-dragnet-how-systemic-errors-led-to-police-ambushin...
11•monksy•23m ago•0 comments

Smoke, fire, floods: US faces triple extreme summer weather threats

https://www.reuters.com/business/environment/smoke-fire-floods-us-faces-triple-extreme-summer-wea...
1•montalbano•24m ago•0 comments

Agent Security Is a Systems Problem

https://arxiv.org/abs/2605.18991
2•bradreaves2•25m ago•1 comments

A24 Is Copyright Striking Backrooms Artwork Older Than the Movie

https://www.thegamer.com/the-backrooms-a24-copyright-strike-artwork/
1•josephcsible•26m ago•0 comments

Show HN: I ported Fallout 1 to the PSP

https://github.com/abduznik/fallout1-ce-psp
2•abduznik•26m ago•3 comments

Making TLA+ and x86 Kiss via Z3Py

https://www.philipzucker.com/kissin_tla/
2•matt_d•26m ago•0 comments

It Is Not the Critic Who Counts (1910)

https://www.trcp.org/2011/01/18/it-is-not-the-critic-who-counts/
2•Eridanus2•27m ago•0 comments

Mullin Threatens 'Prison Time' for State Officials Not Cooperating on Elections

https://www.mediaite.com/media/news/just-in-mullin-threatens-prison-time-for-state-officials-not-...
4•rawgabbit•27m ago•0 comments

How to Write Unmaintainable Code (2015)

https://github.com/droogans/unmaintainable-code
3•theanonymousone•28m ago•1 comments

Bridgetown: Next-Generation Progressive Site Generator

https://www.bridgetownrb.com/
2•thunderbong•28m ago•0 comments

Ask HN: Is AI sycophancy a way to reduce compute rather than make users happier?

1•amichail•29m ago•0 comments

The Zilog Z80 has turned 50

https://goliath32.com/blog/z80.html
18•st_goliath•29m ago•0 comments

Perldelta – what is new for Perl v5.44.0

https://metacpan.org/dist/perl/view/pod/perldelta.pod
2•birdculture•29m ago•0 comments

Show HN: Tools Berry – client-side calculators with open-source tax engines

https://tools-berry.com/
1•edmonddaher•31m ago•1 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.