frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Gstack-auto: automated gstack builds with parallelized runs

https://github.com/loperanger7/gstack-auto
1•josh2600•1m ago•1 comments

We built HIGHTITAN instead of using heavy orchestrators

1•HIGHTITAN•5m ago•0 comments

Show HN: AutoBlogWriter – drop-in blog automation SDK for Next.js and React

https://autoblogwriter.app
1•autoblogwriter•9m ago•0 comments

Pulsed High-Power Radio Energy Can Cause Harmful Effects on the Brain (2024)

https://pmc.ncbi.nlm.nih.gov/articles/PMC10914144/
3•greesil•12m ago•0 comments

Cybeetle – AI-powered security scanning and threat intelligence for developers

https://cybeetle.com
1•angeltimilsina•12m ago•1 comments

Eliminating UI Bloat in the EraMix Financial Union Dashboard

1•EraMixOfficial•13m ago•0 comments

Show HN: Clsh – Real terminal on your phone (works with Claude Code)

https://github.com/my-claude-utils/clsh
2•clsh_dev•14m ago•0 comments

VibeSDK: I ported all features of Pydantic AI to TypeScript in 5hrs

https://github.com/a7ul/vibes
1•atulanand94•18m ago•0 comments

Ask HN: Critique the published validation work for my blackjack simulator

1•emerkel•19m ago•0 comments

King Kong: Behind the Scenes Photos That Show the Making of 1933's Classic

https://rarehistoricalphotos.com/king-kong-behind-the-scenes-photos/
1•1659447091•24m ago•0 comments

"How I write software with LLMs"

https://www.stavros.io/posts/how-i-write-software-with-llms/
3•indigodaddy•25m ago•0 comments

The Others

https://dark.ronacher.eu/2026/3/14/the-others/
1•lumpa•26m ago•0 comments

In search of Banksy, Reuters found the artist took on a new identity

https://www.reuters.com/investigates/special-report/global-art-banksy/
2•bookstore-romeo•27m ago•2 comments

AIx is an open standard for disclosing AI involvement in software projects

https://github.com/QAInsights/AIx
2•qainsights•28m ago•2 comments

Man's dog riddled with tumors. He used ChatGPT to design a cancer vaccine

https://finance.yahoo.com/news/mans-dog-riddled-tumors-dying-210500037.html
1•jwilliams•30m ago•0 comments

Show HN: Voxlert – SHODAN and the StarCraft Adjutant narrate my agent sessions

https://github.com/settinghead/voxlert
1•settinghead•32m ago•0 comments

AppFinish – Generate App Store screenshot packs from your raw screenshots

https://appfinish.com/upload
1•nykylomedia•32m ago•0 comments

Easy Way Out RL

https://twitter.com/signulll/status/2033205282717741395
2•razodactyl•32m ago•0 comments

Ask HN: How is your team collaborating while working with coding agents?

2•wek•34m ago•0 comments

Nan Da on Ethics of AIs as Engines of Transductive Inference

https://humanscodes.com/quote/da-transductive-inference
1•ethanmiller•37m ago•1 comments

I built an ephemeral P2P chat with WebRTC, without servers

https://ephemchat.vercel.app/
2•zRinexD•38m ago•1 comments

Show HN: Check for indicators of AI code in a project and dependencies

https://github.com/mat-1/slopcheck
2•matdoesdev•39m ago•0 comments

KakaoTalk's Billionaire Creator Ignited a Global Messaging War (2015)

https://www.forbes.com/sites/ryanmac/2015/03/02/kakaotalk-billionaire-brian-kim-mobile-messaging-...
3•networked•41m ago•0 comments

What Is Agentic Engineering?

https://simonwillison.net/guides/agentic-engineering-patterns/what-is-agentic-engineering/
4•lumpa•42m ago•0 comments

UK rights group launches legal action vs. Steam for distributing music in games

https://www.pcgamer.com/games/notorious-uk-rights-group-launches-legal-action-against-valve-for-d...
1•healsdata•45m ago•0 comments

Simple command-line tool and Emacs package for managing diary entries

https://github.com/radian-software/diary-manager
1•doener•47m ago•0 comments

CachyOS Dethrones Arch as ProtonDB's Top Linux Gamer Desktop Distro

https://www.xda-developers.com/cachyos-dethrones-arch-as-the-top-desktop-distro-for-linux-gamers-...
2•m463•51m ago•0 comments

Lecture 1 – How to Start a Startup (Sam Altman, Dustin Moskovitz)

https://www.youtube.com/watch?v=CBYhVcO4WgI
1•Brysonbw•52m ago•0 comments

An experiment to use GitHub Actions as a control plane for a PaaS

https://towlion.github.io
2•baijum•58m ago•0 comments

Curiosity Candy: Our Inner Toddler on the Internet

https://jaacv.substack.com/p/curiosity-candy-our-inner-toddler
2•jaacv•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•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.