frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

My self-hosted local LLM server setup

https://old.reddit.com/r/LocalLLM/comments/1ub1iu2/my_selfhosted_llm_server_setup_to_access_open
1•onthemarkdata•42s ago•1 comments

The Book with the most meaningful Impact on my Life

https://rz01.org/most-meaningful-book/
1•exitnode•45s ago•0 comments

Concurrent JavaScript: It can work (2017)

https://webkit.org/blog/7846/concurrent-javascript-it-can-work/
1•ksec•1m ago•0 comments

OpenStep User Interface Guidelines [pdf]

https://www.gnustep.org/resources/documentation/OpenStepUserInterfaceGuidelines.pdf
1•jumpocelot•2m ago•0 comments

UK/GB: Plug-in solar: Regulatory amendment and interim product specification

https://www.gov.uk/government/consultations/plug-in-solar
1•DamonHD•2m ago•0 comments

Show HN: An n8n alternative where coding agents build the workflows, not humans

https://velane.sh/
2•abhishekraj272•4m ago•0 comments

Show HN: I built a middleware agent that turns PLC data into REST/gRPC APIs

https://limenedge.com/docs/getting-started
1•Saneth•9m ago•0 comments

Why Japanese Web Design Is So Different (2013)

https://randomwire.com/why-japanese-web-design-is-so-different/
2•downbad_•10m ago•0 comments

Ukraine launches database with 'deep technical data' of Russian weapons

https://kyivindependent.com/ukraine-launches-database-with-deep-technical-data-of-russian-weapons...
3•vrganj•12m ago•0 comments

Getting OpenCode plugins working in your organisation

https://sinn.io/opencode-setup/
1•sifex•13m ago•0 comments

Netref – Networking Quick Reference

https://netref.dev/
1•costabrosky•14m ago•0 comments

The only macOS battery app your MacBook needs

https://www.mac4breakfast.app/
1•1Kapish•14m ago•0 comments

Welcome to the Eternal September of open source. Here's what we plan to do

https://github.blog/open-source/maintainers/welcome-to-the-eternal-september-of-open-source-heres...
1•rolph•15m ago•0 comments

You Might Be Better Off Without Pull Requests(2024)

https://hamvocke.com/blog/better-off-without-pull-requests/
1•rolph•17m ago•0 comments

A new study rewrites the history of the plague

https://www.npr.org/2026/06/19/nx-s1-5860874/a-new-study-rewrites-the-history-of-the-plague
1•Jimmc414•17m ago•0 comments

The Free Press summer reading list

https://www.thefp.com/p/the-free-press-summer-reading-list
1•paulpauper•18m ago•0 comments

The Myth of SpaceX

https://www.theatlantic.com/technology/2026/06/spacex-starlink-ipo-elon-musk-trillionaire/687651/
1•paulpauper•19m ago•0 comments

Tutor who charged thousands to sit exams for students jailed

https://www.bbc.com/news/articles/cq810d7gpkgo
1•paulpauper•20m ago•0 comments

How many of the 170k English words do you REALLY know?

https://vocabulary-size-test.thisisnotai.workers.dev/
1•kashablya•20m ago•0 comments

The Giant Test Kitchen Where Cooks Battle A.I. Slop

https://www.nytimes.com/2026/06/20/business/media/people-inc-ai-test-kitchen.html
1•saikatsg•20m ago•0 comments

Millimeter wave technology drills 100 meters into granite

https://www.thinkgeoenergy.com/quaise-energy-achieves-100-meters-of-drilling-using-millimeter-wav...
2•Jimmc414•24m ago•0 comments

Agents publish HTML on the internet through thethings.ai

https://thethings.ai
1•sptmbr•24m ago•0 comments

Nothing cancels this year's CMF stating unsustainable RAM costs

https://twitter.com/AkisEvangelidis/status/2067855233968156975
2•sim04ful•25m ago•0 comments

Neural Cellular Automata and Recurrent Architectures

https://shonczinner.github.io/posts/gameoflife/
1•kjshsh123•27m ago•0 comments

I don't see any good orchestration system for AI agents

https://ffacu.dev/blog/the-split-terminal-problem
1•ffacu•30m ago•2 comments

Show HN: Make PDFs look scanned (CLI or in the browser via WASM)

https://github.com/overflowy/make-look-scanned
3•overflowy•31m ago•3 comments

Show HN: Saysheep – dumpster diving and free stuff app

https://sloev.github.io/saysheep/
2•supernihil•36m ago•4 comments

India's foremost court declares safe footpaths a constitutional right

https://www.thehindu.com/news/national/supreme-court-declares-the-right-to-walk-carefree-on-footp...
1•dinosor•37m ago•0 comments

Agent Rigor – Stop your AI coding assistant from doom-looping

https://github.com/MeherBhaskar/agent-rigor
1•meherbhaskar•38m ago•0 comments

How it feels to practice for IOAI in Iran

https://howitfeels.netlify.app/
3•linmer•40m 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.