frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

HN: The Good Parts

https://danluu.com/hn-comments/
2•adletbalzhanov•3m ago•0 comments

Why it's appearing sorry message when I trying to post?

1•Edymilson•4m ago•0 comments

What We Tell AI

https://www.whatwetellai.com/
1•Funes-•5m ago•0 comments

As demand for Meta AI glasses explodes, it's harder to avoid creepy recordings

https://arstechnica.com/tech-policy/2026/08/meta-ai-glasses-may-get-creepier-and-apps-that-detect...
1•Alephinitesimal•6m ago•0 comments

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

https://arxiv.org/abs/2608.16157
1•throwaway2027•7m ago•0 comments

The Great Convergence

https://nicholascharriere.com/blog/the-great-convergence/
1•nichochar•7m ago•0 comments

The Legends of the Canary and the Sleeping Keeper

https://github.com/svandragt/jotta-tools/blob/main/LEGENDS.md
1•pacifika•8m ago•1 comments

Why Egyptian farmers are growing crops under solar panels

https://grist.org/energy/why-egyptian-farmers-are-growing-crops-under-solar-panels/
3•higginsniggins•18m ago•0 comments

Why Elasticsearch is becoming a columnar database

https://www.elastic.co/search-labs/blog/elasticsearch-columnar-storage
2•shivanshuag•18m ago•0 comments

Poolside laguna s 2.1 vision

https://huggingface.co/numinousmuses/laguna-s-2.1-vision
1•joshkolo•19m ago•0 comments

Teen Boys Are Using Meta Glasses to Harass and Bully Girls at High Schools

https://futurism.com/artificial-intelligence/teen-boys-meta-glasses-harass-bully-girls-school
2•kendricklamar•19m ago•0 comments

Paul Atkins Misreads Adam Smith and the American Founding

https://sites.duke.edu/thefinregblog/2026/08/03/paul-atkins-misreads-adam-smith-and-the-american-...
3•zaik•23m ago•0 comments

Explorable Explanations

https://worrydream.com/ExplorableExplanations/
1•dropbox_miner•24m ago•0 comments

Jamglue.com – A Forgotten Website, Revived

https://jamglue.com/
1•hacksore•26m ago•1 comments

Tesla and others begin record vehicle recall in China

https://www.reuters.com/world/tesla-fix-software-millions-china-made-imported-evs-china-2026-08-21/
3•diggernet•28m ago•0 comments

Electric shock gloves in use by police departments in Bellevue, Omaha

https://nebraskapublicmedia.org/en/news/news-articles/electric-shock-gloves-already-in-use-by-pol...
3•rendx•30m ago•1 comments

Detexify Got Vibed

https://detexify.kirelabs.org/
2•ks2048•30m ago•1 comments

A Call for Action: The "Leiden Declaration on AI and Math"

https://www.ams.org/journals/notices/202608/noti3386/noti3386.html
7•pykello•35m ago•1 comments

Show HN: Kinodesk – Unlimited Remote Desktop Sharing

https://kinodesk.net/
2•AutomationGoat•35m ago•1 comments

The Kill Chain Has a Thinking Problem

https://foxandlion.pub/analysis/the-kill-chain-has-a-thinking-problem
6•asdfwebdf•37m ago•0 comments

Ubuntu to soon have more WSL users than native Linux users

https://itsfoss.com/news/canonical-wsl-growth/
3•notRobot•40m ago•1 comments

Doom, in a Terminal

https://twitter.com/ParsaKhaz/status/2090227125341286856
3•parsak•40m ago•0 comments

Minecraft, in a Terminal

https://twitter.com/ParsaKhaz/status/2090831600753995880
4•parsak•41m ago•0 comments

Basics of Futexes (2018)

https://eli.thegreenplace.net/2018/basics-of-futexes/
3•cassepipe•41m ago•0 comments

Show HN: ChickenButt a Native GTK Chat Client for Ollama on Linux

https://www.chickenbutt.dev/
2•HimTortons•43m ago•1 comments

Futuristic 'hologram' tech promises ultra-realistic human telepresence (2018)

https://www.nbcnews.com/mach/science/futuristic-hologram-tech-promises-ultra-realistic-human-tele...
4•peter_d_sherman•44m ago•1 comments

Replacing 223-node agent graph with a single OSS LLM

https://www.netic.ai/blog/replacing-node-agent-graph-with-open-source-llm
2•yester01•45m ago•0 comments

Show HN: OzBrain, a shared brain for knowledge between agents and your team

https://ozbrain.com
9•dariusmonsef•47m ago•2 comments

Gutterwire is a new kind of anti-clickbait news "excerpt aggregator"

https://www.gutterwire.com/
2•jeffgoldblumle•47m ago•0 comments

Modplay by Mark J Cox

https://esoom.com/mark/dev/modplay.html
3•bananaboy•50m 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.