frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Hyprmark – Markdown viewer for the Hyprland ecosystem

https://github.com/robinduckett/hyprmark
1•robinduckett•1m ago•0 comments

A resume builder for pets, for those who need to prove their animal isn't feral

https://petresume.co/
2•droopyKnees•12m ago•1 comments

The Khan Ted Institute

https://khanted.org/Home
2•capex•19m ago•0 comments

Ask HN: API Request for Feedback OK in Show HN?

2•casefile_dev•20m ago•2 comments

Opentargets-py – Python SDK for the Open Targets drug discovery database

https://pypi.org/project/opentargets-py/
2•goknurarican•24m ago•0 comments

Old Computers Sucked

https://oldcomputerssucked.com/
2•st_goliath•24m ago•0 comments

Is ChatGPT's web front end being intentionally degraded?

https://chatgpt.com
2•linzhangrun•27m ago•3 comments

Rise against the Machines: The Luddites [video]

https://www.youtube.com/watch?v=oeFTuD4Mnug
1•linsomniac•30m ago•0 comments

At the HumanX conference, everyone was talking about Claude

https://techcrunch.com/2026/04/12/at-the-humanx-conference-everyone-was-talking-about-claude/
1•Rafsark•30m ago•0 comments

The Cost of Cheap Clone Boards: Streaming Video on an STM32H750

https://msj.prose.sh/debug_streaming_weact_stm32h750
1•melastmohican•32m ago•1 comments

Robotaxi is now rolling out in Dallas and Houston

https://twitter.com/robotaxi/status/2045564609504116771
2•iknowstuff•33m ago•2 comments

AI chip startup Cerebras files for IPO

https://techcrunch.com/2026/04/18/ai-chip-startup-cerebras-files-for-ipo/
2•AnhTho_FR•34m ago•0 comments

Show HN: I built a CLI to fake Git commits

https://github.com/TDiblik/git-forge
2•TDiblik•39m ago•0 comments

No more bill shocks budget alerts comes to Cloudflare

https://projektisle.com/2026/04/no-more-bill-shocks-budget-alerts-comes-to-cloudflare/
1•todotask2•40m ago•0 comments

PostgreSQL Just Got Its Biggest Upgrade That Will Change DB Performance in 2026

https://medium.com/@CodingWithAbhi/postgresql-17-performance-upgrade-2026-f4222e71f577
1•breve•42m ago•0 comments

That 90s Chat Program You Don't Remember

https://www.youtube.com/watch?v=fMKiz7KTSz4
1•1o1o1o1o1•46m ago•0 comments

Deutsche Telekom has a bad DKIM key

https://infosec.exchange/@badkeys/116407565746342278
4•icco•46m ago•0 comments

Show HN: nvsx – A hook layer for NVSentinel GPU fault remediation

https://github.com/nav-beep/nvsx
1•essekar•48m ago•0 comments

MuJoCo – Advanced Physics Simulation

https://github.com/google-deepmind/mujoco
1•modinfo•49m ago•0 comments

Mailinator's Universal IDP

https://www.mailinator.com/introducing-mailinators-universal-idp/
3•zinxq•54m ago•0 comments

Hire a Freelancer Quantitative Developer

https://mathematicsconsultants.com/2026/04/19/hire-a-freelance-phd-quantitative-developer-or-rese...
1•GeniusConsult•56m ago•0 comments

The Social Battery and Symbolic Systems: Religion as Mediated Reciprocity

https://www.academia.edu/165768082/The_Social_Battery_and_Symbolic_Systems_Religion_as_Mediated_R...
1•W_G_III•59m ago•0 comments

Decision Density

https://jamesshelley.com/decision-density.html
1•zdw•59m ago•0 comments

Show HN: Slop Cop Claude Code / Cursor Plugin

https://github.com/yasyf/slop-cop
2•yasyfm•1h ago•0 comments

HTML5 Coupler Loop – Working

https://neocities.org/
4•rogmash•1h ago•7 comments

Sandboxes and Worktrees: My Secure Agentic AI Setup in 2026

https://mikemcquaid.com/sandboxed-agent-worktrees-my-coding-and-ai-setup-in-2026/
3•jdorfman•1h ago•0 comments

Five Days That Remade the Supreme Court

https://www.nytimes.com/2026/04/18/us/politics/supreme-court-shadow-docket.html
5•mitchbob•1h ago•1 comments

Changes in the system prompt between Claude Opus 4.6 and 4.7

https://simonwillison.net/2026/Apr/18/opus-system-prompt/
4•simonw•1h ago•1 comments

Show HN: Open Passkey – open-source passkey auth with free "backendless" host

https://github.com/locke-inc/open-passkey
2•connorpeters•1h ago•0 comments

OpenAI's April 2026 Policy Release: Industrial Policy for the Intelligence Age

https://www.landgate.com/news/energy-intelligence-for-open-ai-s-industrial-policy-blueprint
1•ninjahawk1•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•10mo ago

Comments

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