frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

M5Stack Launches PaperMono: A Compact E-Ink Development Terminal

https://shop.m5stack.com/blogs/news/m5stack-launches-papermono-a-compact-e-ink-development-termin...
1•big_toast•2m ago•1 comments

Accept() and Socket Inheritance

https://purplesyringa.moe/blog/accept-and-socket-inheritance/
1•ibobev•2m ago•0 comments

Artificial Analysis: What Is the Intelligence Index Measuring?

https://itsmonkey.business/blogposts/01-On_Artificial_Analysis.html
1•baddash•2m ago•0 comments

Going Freestanding

https://antonz.org/going-freestanding/
1•ibobev•2m ago•0 comments

Why your infrastructure is more important than the next LLM release

https://www.ito.ai/blog/ai-model-plateau-why-infrastructure-matters-more-next-release
2•jevanish•2m ago•0 comments

Walmart to Start Accepting Apple Pay and Google Pay

https://techcrunch.com/2026/08/21/walmart-to-finally-start-accepting-apple-pay-and-google-pay/
1•speckx•4m ago•0 comments

Writing a C preprocessor for bgfx shader compiler

https://bkaradzic.github.io/posts/preprocessor/
1•ibobev•5m ago•0 comments

A.I. Agents Are Taking Online Courses for Cheating Students

https://www.nytimes.com/2026/08/10/us/ai-cheating-online-degrees.html
2•malshe•5m ago•1 comments

Wall Street Monetizes Misery

https://charlesepstein.substack.com/p/how-wall-street-monetizes-misery
2•chuckepstein•5m ago•0 comments

Estimating article processing charges paid to 14 publishers for open access

https://arxiv.org/abs/2608.16322
1•theanonymousone•8m ago•0 comments

I'd Rather Risk Cancer Than See AI Move This Fast

https://www.theatlantic.com/technology/2026/06/ai-cancer-progress/687654/
1•TiredOfLife•9m ago•0 comments

Making LEDs at Home [video]

https://www.youtube.com/watch?v=VHyoz8fFpUM
2•elias_t•10m ago•0 comments

Show HN: Steganeur – Hide secret messages in LLM-generated text (Rust)

https://github.com/marcsnid/steganeur
2•marcsnid•12m ago•0 comments

The artistry in 8-bit and 16-bit pixel art

https://www.youtube.com/watch?v=LMlh0re9fMk
1•bookofjoe•13m ago•0 comments

NATO's Operations Continue as Russia Escalates in Romania

https://olgalautman.substack.com/p/update-natos-operations-continue
2•speckx•13m ago•0 comments

The Anniversary of the 1968 Invasion of Czechoslovakia

https://komando1.substack.com/p/when-the-brotherly-tanks-arrived
2•inglor_cz•15m ago•1 comments

Put your startup on the map. Get visibility. Anyone can steal your spot back

https://www.flagwars.lol/
2•sebmatts•15m ago•0 comments

Building a mostly self-hosted, disposable agentic software factory

https://blog.jakesaunders.dev/building-an-almost-fully-self-hosted-sandboxed-agentic-software-fac...
3•jakelsaunders94•18m ago•0 comments

Kobo can run apps now

https://bandarlabs.github.io/Cobalt/
3•thepoet•21m ago•0 comments

Oura ring misleads consumers about sleep-tracking accuracy

https://techcrunch.com/2026/08/21/oura-faces-lawsuit-accusing-it-of-misleading-consumers-about-sl...
3•tracyhenry•23m ago•0 comments

DRC Ebola outbreak 'growing exponentially,' UN says

https://www.dw.com/en/congo-ebola-spread-vaccine/a-78457248
5•speckx•24m ago•0 comments

OpenAI Codex adds hidden "Daybreak Blue" and "Daybreak Red" cybersecurity models

https://github.com/openai/codex/commit/5bcd7b0fbcefb41d0caa8db1a212ad7d47cf93ab
2•bakigul•25m ago•0 comments

Show HN: eInk Optimized Manga with Kindle Comic Converter (+Kobo/KOreader)

https://github.com/ciromattia/kcc
2•seam_carver•25m ago•0 comments

A GitHub App Saved Us Hours of Manual Effort

https://www.godaddy.com/resources/news/how-a-github-app-saved-us-hours-of-manual-effort
2•tmuhlestein•26m ago•0 comments

Anthropic plans to change enterprise data retention policy

https://www.reuters.com/business/anthropic-plans-change-enterprise-data-retention-policy-source-s...
4•jonbaer•27m ago•0 comments

Show HN: Roastme.gg – Pay to get publicly roasted by AI

https://roastme.gg
2•alexcloudstar•27m ago•0 comments

How to Make a World Model

https://www.reactor.inc/blog/open-dreamer
1•willemhelmet•28m ago•0 comments

Show HN: Caspian – Talk to Human Tool for AI Agents

https://github.com/TryCaspian/caspian-sdk
3•dipanshuhappy•28m ago•0 comments

Show HN: Mini DBA – monitoring for on prem and cloud databases in 1 place

https://demo.minidba.com/kiosk-human-check?returnUrl=%2F
2•badlydressedboy•29m ago•0 comments

What happens when a GPU reads memory

https://blog.doubleword.ai/what-happens-when-a-gpu-reads-memory
3•ibobev•29m 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.