frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OpenAI finds global Chinese intimidation operation thru official's use ChatGPT

https://edition.cnn.com/2026/02/25/politics/chatgpt-china-intimidation-operation
1•jb1991•5s ago•0 comments

What happened after Elon Musk took the Russian army offline

https://www.politico.com/news/2026/02/25/elon-musk-russian-army-starlink-00793742
1•Anon84•2m ago•0 comments

The Imagination Curriculum

https://zoescaman.substack.com/p/the-imagination-curriculum
1•MindGods•4m ago•0 comments

Hobby Equipment Organisation Using Ottoman Single Bed

https://dreamhomestore.co.uk/collections/ottoman-beds
1•jessica01decor•5m ago•1 comments

Securing Coturn: Configuration Guide with Copy-Paste Templates

https://www.enablesecurity.com/blog/coturn-security-configuration-guide/
1•obscure6•5m ago•0 comments

The watchers, pt. 2: the correspondence

https://vmfunc.re/blog/persona-2/
1•pamcake•6m ago•1 comments

Implementing WebNN with the Help of AI

https://medium.com/@polyglot_factotum/sketching-webnn-with-ai-part-two-of-the-slop-diaries-8df62d...
1•polyglotfacto•8m ago•1 comments

Is auto-logging UPI spends from payment receipts a useful feature?

https://icorpus.vercel.app/
1•mathan_karthik•8m ago•1 comments

Why your Vitest test suite is slow (and how to fix it)

https://medium.com/ekino-france/why-your-vitest-test-suite-is-slow-and-how-to-fix-it-068fbaf6d6eb
1•damnhotuser•9m ago•0 comments

Show HN: Frouter – Live-ping and auto-configure free AI models for coding agents

https://github.com/jyoung105/frouter
1•jyoung105•10m ago•0 comments

Coalton: Efficient, statically typed functional programming language

https://github.com/coalton-lang/coalton
1•tosh•10m ago•0 comments

Cybertank – Hand code or Bring your AI agent and destroy the enemy

https://cybertank.squidcode.com
1•pro_methe5•10m ago•0 comments

Show HN: A real-time strategy game that AI agents can play

https://llmskirmish.com/
8•__cayenne__•11m ago•0 comments

Debian Removes Free Pascal Compiler / Lazarus IDE

https://forum.lazarus.freepascal.org/index.php?topic=73405.0
2•mariuz•11m ago•0 comments

Show HN: The gap between tracking time and getting paid is frustratingly manual

1•jonobird1•14m ago•0 comments

Russia fines Google for distributing VPN services

https://www.reuters.com/world/russia-fines-google-distributing-vpn-services-tass-reports-2026-02-25/
1•giuliomagnifico•14m ago•0 comments

Show HN: Audio DSP One-Liners

https://beta.loopmaster.xyz/browse/one-liners
1•stagas•16m ago•0 comments

Show HN: AgentFolio – Reputation registry for autonomous AI agents

https://agentfolio.io
1•bobrenze•19m ago•0 comments

TypeScript Unit Dimensions Converter

https://github.com/mihailShumilov/unitsafe
1•mihailshumilov•20m ago•1 comments

CookLLM – Learn LLM internals by building one from scratch

https://cookllm.com
1•SiliconGen•21m ago•1 comments

Show HN: I built a sub-20ms crypto API in Go

https://psychosomat.github.io/LimpioRelease-hn-article/
1•arturstankevicz•24m ago•1 comments

My AI Coding Workflow

https://refactoring.fm/p/my-ai-coding-workflow
1•lucaronin•28m ago•0 comments

A computer for every agent (Cursor cloud sandbox feature release video)

https://www.youtube.com/watch?v=6Nru5OQq9O4
1•Sammi•29m ago•0 comments

Distributed Cognitive Escalation: How Digital Systems Turn Belief into Identity

https://samuelgabrielsg.substack.com/p/distributed-cognitive-escalation
1•samuelgabrielsg•31m ago•0 comments

Veo 3.2 Is on the Way: Improved World Modeling and Physics Simulation

https://Veo3-2.app/
1•Jenny249•31m ago•0 comments

Reduced the size of Golang binaries by up to 77%

https://www.datadoghq.com/blog/engineering/agent-go-binaries/
3•fanf2•31m ago•0 comments

Michael Pollan punctures the AI bubble

https://www.theatlantic.com/books/2026/02/michael-pollans-new-book-pops-ai-bubble/686119/
4•FinnLobsien•32m ago•0 comments

PageMaker pioneer Paul Brainerd dies at 78

https://daringfireball.net/linked/2026/02/24/paul-brainerd-rip
1•tannhaeuser•36m ago•0 comments

Schrödinger's color theory completed after 100 years

https://www.sciencedaily.com/releases/2026/02/260222092302.htm
1•thunderbong•41m ago•0 comments

Determinant – a minimal deterministic governance layer for AI pipelines

2•Hnidopich•42m 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•9mo ago

Comments

gwynforthewyn•9mo 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.