frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Give every tool LLM wiki and bypass Claude Code SSH Throttle

1•jakemattison•20s ago•0 comments

Mojo: SIMD

https://mojolang.org/docs/std/builtin/simd/SIMD/
1•tosh•1m ago•0 comments

Germany's spy agency picks French AI firm over Palantir

https://www.politico.eu/article/germany-spy-agency-picks-france-ai-firm-over-palantir/
1•rustoo•6m ago•0 comments

The LLM Fine-Tuning Guide

https://www.promptinjection.net/p/the-ultimate-llm-ai-fine-tuning-guide-tutorial
1•JustMyNews•9m ago•0 comments

Show HN: Forecasting my backyard weather with a 22M time-series model

https://huggingface.co/spaces/bitsofchris/time-series-ai-weather-forecast
1•chrisdevs•10m ago•0 comments

Ecsypno and UT Austin ISO join forces for free services to non-profits

https://ecsypno.com/blogs/news/building-a-worldwide-web-vulnerability-scanner
1•tasos_laskos•11m ago•1 comments

Reduce software supply-chain risks with coordinated agentic review

https://thirdpass.dev/
1•rndhouse•12m ago•1 comments

RapidFire Lite – Zero-dependency API load tester in pure Python

https://github.com/arjuninfotechinc/rapidfire-lite
1•hifiarjun•18m ago•0 comments

100 Best Novels of All Time

https://www.theguardian.com/books/ng-interactive/2026/may/12/the-100-best-novels-of-all-time
1•bookofjoe•18m ago•0 comments

The Wild Cyberwest

https://xm4ch1ne.github.io/2026-05-17-the-wild-cyberwest/
1•futurisold•19m ago•0 comments

Show HN: Proper, a Rails-shaped Python web framework

https://properproject.org/
1•jp_sc•19m ago•0 comments

Simulacra Levels and Their Interactions

https://www.lesswrong.com/posts/qDmnyEMtJkE9Wrpau/simulacra-levels-and-their-interactions
1•epestr•20m ago•0 comments

KV Cache Is Becoming the Memory Hierarchy of Inference

https://touchdown-labs.com/blog/kv-cache-memory-hierarchy-inference.html
1•matt_d•20m ago•0 comments

Show HN: I made a printable graph papaer templates website

https://printablegraphpaper.org/
2•atharvtathe•22m ago•1 comments

LocalLightChat – New AI Chat UI that handles 500k tokens on a 15 year old laptop

https://www.locallightai.com/llc/
1•JustMyNews•22m ago•0 comments

HuggingFace

https://huggingface.co/spaces/bestsugardaddyapp/sugardaddyapps
2•hankerapp•22m ago•0 comments

Nerds, ninjas, and neutrons: The story of The Nuclear Emergency Support Team

https://thebulletin.org/premium/2023-03/nerds-ninjas-and-neutrons-the-story-of-the-nuclear-emerge...
1•novafacing•23m ago•0 comments

The Kind of AI Adoption I Believe In

https://blog.namar0x0309.com/2026/05/the-kind-of-ai-adoption-i-actually-believe-in/
1•namar0x0309•23m ago•0 comments

A few ways of specifying per-theme colours in only CSS

https://chrismorgan.info/css-themed-colours
2•birdculture•26m ago•0 comments

How to Share the AI Windfall

https://www.economist.com/finance-and-economics/2026/05/14/how-to-share-the-ai-windfall
2•andsoitis•27m ago•0 comments

XS: A programming language. Anywhere, anytime, by anyone

https://xslang.org
2•yacin•30m ago•0 comments

Show HN: Freelang – a direct-to-assembly syscall lang with rad concurrency

https://freelang.dev
1•keepamovin•35m ago•1 comments

Reddit Is Blocking Some Users from Accessing Its Website from Mobile Devices

https://arstechnica.com/information-technology/2026/05/why-reddit-blocked-my-daily-visit-to-its-m...
4•Brajeshwar•36m ago•1 comments

The Programming Language for Agents

https://zerolang.ai/
1•alex_x•38m ago•0 comments

Three's a party: US, China, and now Russia are on the prowl in GEO

https://arstechnica.com/space/2026/05/threes-a-party-us-china-and-now-russia-are-on-the-prowl-in-...
2•rbanffy•38m ago•0 comments

What Software Is Made Of

https://siderea.dreamwidth.org/1219758.html
1•teddyh•40m ago•0 comments

Show HN: Whisper Large V3 Turbo Stream API

https://www.makeform.ai/f/mtwDANdO
1•tamnv•43m ago•0 comments

EV charging station fire caused by remote technician, report finds

https://vancouver.citynews.ca/2026/05/15/ev-charger-fire-caused-u-s/
1•Throwthrowbob•43m ago•0 comments

South Korea says it will pursue all options to avoid Samsung strike

https://www.reuters.com/business/world-at-work/south-korea-says-it-will-pursue-all-options-avoid-...
3•01-_-•46m ago•0 comments

Europe Just Unveiled a Serious Rival to SpaceX's Starship

https://scitechdaily.com/europe-just-unveiled-a-serious-rival-to-spacexs-starship/
3•01-_-•47m 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•11mo ago

Comments

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