frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Duolicious – Open-source dating app

https://github.com/duolicious/duolicious
1•nietzscheese•1m ago•0 comments

The Last Museum: a search site for museum art

https://lastmuseum.com/
1•ohjeez•1m ago•0 comments

Why the Metaverse Failed

https://josh.earth/posts/metaverse-failed
1•joshmarinacci•2m ago•0 comments

Ask HN: What do SRE do at your company?

1•petemc_•4m ago•0 comments

Evolving Thoughts on AI in 2026

https://chriskiehl.com/article/evolving-thoughts-on-ai-2026
1•goostavos•11m ago•0 comments

Show HN: Gotaper – A minimalist, journal-inspired race planner for athletes

https://gotaper.app/
1•ezeoleaf•11m ago•0 comments

Ablo – The collaboration layer for AI agents

https://github.com/Abloatai/ablo
1•luckymonkybaby•19m ago•0 comments

Donald Trump is kicking out Chinese firms and keeping their tech

https://www.economist.com/china/2026/06/28/donald-trump-is-kicking-out-chinese-firms-and-keeping-...
3•miohtama•19m ago•0 comments

Don't Use VPN Servces

https://gist.github.com/joepie91/5a9909939e6ce7d09e29
4•backlit4034•20m ago•1 comments

Building a macOS Native GUI for Apple Container

https://www.reddit.com/r/swift/s/ZkDZUfxnRD
2•frizlab•21m ago•0 comments

Lonnie Johnson, in some ways, could personify the 'American Dream' (2013)

https://thecontextofthings.com/2013/11/09/lonnie-johnson-in-some-ways-could-personify-the-america...
1•zeristor•21m ago•1 comments

Ornith 1.0: This is new class of self-improving model [video]

https://www.youtube.com/watch?v=25j4kMGhKGw
1•SweetSoftPillow•22m ago•0 comments

Newly discovered spider builds spring loaded snare to catch ants

https://phys.org/news/2026-06-newly-australian-ballista-spider-snare.html
1•chimpanzee•24m ago•0 comments

MovementHound: Windows lateral movement enumeration with minimal‑rights focus

https://github.com/pol4ir/MovementHound
1•korkiipl•25m ago•0 comments

Rescued from the flames: the Cotton Genesis restored to life

https://www.bl.uk/stories/blogs/posts/rescued-from-the-flames-the-cotton-genesis-restored-to-life
2•bryanrasmussen•33m ago•0 comments

Productivity up 0.3 percent in first quarter 2026

https://www.bls.gov/opub/ted/2026/productivity-up-0-3-percent-in-first-quarter-2026.htm
3•mattas•35m ago•0 comments

Homemade 3D printed metal watch using vintage LED matrix displays

https://old.reddit.com/r/3Dprinting/comments/1ui3ndq/my_brother_and_i_designed_our_own_3dprinted_...
2•dgellow•40m ago•0 comments

Software Architecture Is More Important [video]

https://www.youtube.com/watch?v=k4xHQpKyLWY
2•fallinditch•41m ago•0 comments

How to Use Claude Code: A Complete Beginner's Guide (2026)

https://dest.host/b/how-to-use-claude-code/
2•snorbleck•43m ago•0 comments

Australia doubles the maximum penalty for its social media ban

https://www.engadget.com/2203358/australia-doubles-maximum-penalty-social-media-ban/
3•01-_-•46m ago•0 comments

Show HN: Bash4LLM+ – A lightweight, dependency-free Bash wrapper for LLM APIs

https://github.com/kamaludu/bash4llm/
6•kamaludu•46m ago•3 comments

1M Passports Leaked Online

https://www.schneier.com/blog/archives/2026/06/one-million-passports-leaked-online.html
11•garo-pro•47m ago•3 comments

Show HN: NanoEuler – GPT-2 scale model in pure C/CUDA from scratch

https://github.com/JustVugg/nanoeuler
8•vforno•51m ago•1 comments

TOP500 at ISC'26: We Have a New Number 1 – By George Cozma

https://chipsandcheese.com/p/top500-at-isc26-we-have-a-new-number
18•rbanffy•52m ago•7 comments

Ante: A New Way to Blend Borrow Checking and Reference Counting

https://verdagon.dev/blog/ante-blending-borrowing-rc
5•g0xA52A2A•52m ago•0 comments

Researchers Set Hybrid Bonding Records

https://spectrum.ieee.org/hybrid-bonding-2677022836
3•rbanffy•53m ago•0 comments

Nourish: A New Wayland Compositor Powered by Vulkan with Infinite Scrolling

https://www.phoronix.com/news/Nourish-Wayland-Compositor
3•okso•53m ago•1 comments

Ford rehires 'gray beard' engineers after AI falls short

https://techcrunch.com/2026/06/28/ford-rehires-gray-beard-engineers-after-ai-falls-short/
56•rbanffy•54m ago•26 comments

Enough Numbers to Build a Universe

https://www.stephendiehl.com/posts/universe/
2•tmach32•55m ago•0 comments

Cloudflare cut 1,100 jobs and then grew its engineering team by 45 percent

https://thenextweb.com/news/cloudflare-builders-sellers-measurers-engineering-surge-ai-layoffs
6•karlmush•55m 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.