frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

15 months of building an OSS Azure emulator with and without AI

https://topaz.thecloudtheory.com/blog/15-months-building-oss-with-and-without-ai/
1•kamilmrzyglod•1m ago•0 comments

Run your own self-hosted LLMs with Docker Compose

https://totaldebug.uk/posts/self-hosted-llms-ollama-open-webui-docker-compose/
1•marksie1988•4m ago•0 comments

WannaCry cluster from 2017 still spreading in 2026 – 269 samples in 72h

https://sshlab.eu/blog/a-wannacry-cluster-from-2017-still-active-in-2026-b5bdaad3
1•dblanko•8m ago•0 comments

The space bit of SpaceX is worth $8 a share, says Morgan Stanley

https://www.ft.com/content/09a62ed4-16af-433c-adb7-c877d1975388
2•iamflimflam1•8m ago•0 comments

Ask HN: Is there anything good in the existence of LLMs?

1•sirnicolaz•9m ago•0 comments

Zero-Trust Workload Identity in Kubernetes with Spiffe, Spire, and Cilium

https://www.freecodecamp.org/news/implement-zero-trust-workload-identity-in-kubernetes-with-spiff...
1•enz•10m ago•0 comments

Browser extension to filter out all unknown brands from Amazon search results

https://chromewebstore.google.com/detail/amazonbrandfilter/mhfjchmiaocbleapojmgnmjfcmanihio
2•alecco•18m ago•1 comments

Beyond Refusal: Aligned vs. Abliterated LLMs for Vulnerability Analysis

https://arxiv.org/abs/2607.05842
1•sbulaev•19m ago•0 comments

Moraine: Unified Agent Tracing

https://github.com/eric-tramel/moraine
1•handfuloflight•20m ago•0 comments

The social physics of conversation: Communication patterns matter

https://andiroberts.com/citizenship/the-social-physics-of-conversation-citizenship-leadership
1•kiyanwang•21m ago•0 comments

The hard part wasn't the code. The hard part was the thinking that produced it

https://medium.com/@mjmoughtin/the-reframe-2f2a74aa4b93
1•raychis•21m ago•1 comments

The Download: your stake in OpenAI, and the Treasury's AI warning

https://www.technologyreview.com/2026/07/07/1140197/the-download-your-openai-stake-treasury-ai-wa...
1•joozio•21m ago•0 comments

Zebra-Rs Rust Version of GNU Zebra, Quagga, FRR

https://zebra.rs
1•kishiguro•23m ago•0 comments

Leave a failing test before you go on vacation

https://lukapeharda.com/article/leave-a-failing-test-before-you-go-on-vacation/
1•srijan4•24m ago•0 comments

Show HN: Plugin to Connect Pi to Signal

https://github.com/aalzubidy/pi-signal
1•sub-e12•25m ago•0 comments

Badger: Low-level SQLite file format visualizer

https://github.com/nikitazigman/badger
1•thunderbong•26m ago•0 comments

Microsoft Laid Off a 37-Year Vet

https://twitter.com/layoffai/status/2074629736140075212
3•taubek•31m ago•0 comments

The Four Core Areas of Responsibility for an Engineering Manager

https://softwareleads.substack.com/p/the-four-pillars-of-engineering-management
1•kiyanwang•32m ago•0 comments

Show HN: Jot, a menu bar app that catches a thought before it's gone

https://jot.arunbrahma.com
1•masterbrewer•34m ago•0 comments

Highlite – Make any website your virtual whiteboard

https://get-highlite.app
1•ryoann•34m ago•0 comments

Not all model upgrades are upgrades

https://developer.microsoft.com/blog/not-all-model-upgrades-are-upgrades
1•waldekm•36m ago•0 comments

Turn a €5 ESP32-S3 Board into a Browser-Based Workbench for Hardware Hacking

https://www.hackster.io/geo-tp/turn-a-5-esp32-s3-board-into-a-browser-based-workbench-b528dd
1•geotp•36m ago•0 comments

OpenAI to unveil GPT-5.6 on Thursday after delaying launch

https://www.reuters.com/technology/openai-gets-us-approval-broad-gpt-56-rollout-axios-reports-202...
1•adithyaharish•37m ago•0 comments

B2B Payment Platforms for Global Businesses in 2026: A Comparative Guide

https://www.xtransfer.com/blog/b2b-payment-platforms-global-business
1•pingx•37m ago•0 comments

Omp

https://omp.sh/
1•217•38m ago•2 comments

Nextdocs.io – AI Slide Generation

https://www.nextdocs.io
1•galacticdessert•39m ago•0 comments

My Name Is SiMON

https://github.com/ProphetGang/formal_symbol_language
1•ProphetGang•45m ago•1 comments

Vagrant-tart: Vagrant plugin for Tart; run macOS VMs on M-series using Vagrant

https://github.com/letiemble/vagrant-tart
1•gurjeet•50m ago•0 comments

From Quantum Relative Entropy to the Semiclassical Einstein Equations

https://journals.aps.org/prl/pdf/10.1103/lmq8-nsty
1•sonicrocketman•51m ago•0 comments

Notes and reading materials on finite topological spaces

https://math.uchicago.edu/~may/finite
2•gone35•54m 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.