Feed aggregator
The Indie Hacker Economy Is a Pyramid Scheme
Article URL: https://medium.com/westenberg/the-indie-hacker-economy-is-a-pyramid-scheme-d06cb5789648
Comments URL: https://news.ycombinator.com/item?id=49063832
Points: 2
# Comments: 0
I Championed Prediction Markets. Look What They've Become
Article URL: https://newsletter.platypuseconomics.com/p/i-championed-prediction-markets-look
Comments URL: https://news.ycombinator.com/item?id=49063789
Points: 2
# Comments: 1
Triton: DirectX 11 Driver for QEMU
Article URL: https://blog.getutm.app/2026/introducing-triton-directx-11-driver-for-qemu/
Comments URL: https://news.ycombinator.com/item?id=49063767
Points: 1
# Comments: 0
Show HN: Simple HIIT timer for efficient workouts
Hi HN community,
As a busy techie with kids and other family obligations and my recent health diagnosis, I wanted an efficient way to integrate workouts in my daily routine and my research indicated that HIIT/Tabata style routines fit that requirement much better than a dedicated long running/planned workout routine.
I made a simple PWA to help me with that endeavor that I have found useful and hoping some of you may like it as well. No sign ups needed but you can sign in if you'd like to save custom presets and history/progress. You may also enjoy some of the fitness guides/blog posts that I am put together to help someone get started more easily. Built using javascript, vite and firebase.
Feedback is most welcome, both via the app/email or comments here.
Comments URL: https://news.ycombinator.com/item?id=49063766
Points: 1
# Comments: 0
How the Atmos Clock Functions
Article URL: https://atmos-atelier.de/en/atmos-uhr/
Comments URL: https://news.ycombinator.com/item?id=49063757
Points: 1
# Comments: 0
PGSimCity - How PostgreSQL Works
Article URL: https://nikolays.github.io/PGSimCity/
Comments URL: https://news.ycombinator.com/item?id=49063754
Points: 2
# Comments: 0
Show HN: Turn an image into a 3D blockbench model
Article URL: https://github.com/orca-gamedev/img2blockbench
Comments URL: https://news.ycombinator.com/item?id=49063753
Points: 1
# Comments: 0
DLC Protect – Open-Source ECDH Encryption for Steam DLCs
Article URL: https://github.com/Schummlerr/steam-dlc-protection-sdk-
Comments URL: https://news.ycombinator.com/item?id=49063747
Points: 1
# Comments: 0
Liveness proofs in Veil: Part 1
Article URL: https://proofsandintuitions.net/2026/06/24/liveness-proofs-in-veil-part-1/
Comments URL: https://news.ycombinator.com/item?id=49063745
Points: 1
# Comments: 0
Open coordination stack for lattice-building robot swarms
Article URL: https://github.com/jdyar/discrete-assembly-sim
Comments URL: https://news.ycombinator.com/item?id=49063724
Points: 1
# Comments: 0
Quebec scraps AI and automation projects in the public sector
Article URL: https://www.ctvnews.ca/montreal/article/quebec-scraps-ai-and-automation-projects-in-the-public-sector/
Comments URL: https://news.ycombinator.com/item?id=49063723
Points: 1
# Comments: 0
Odella [video]
Article URL: https://www.youtube.com/watch?v=ZdMyH3sd62I
Comments URL: https://news.ycombinator.com/item?id=49063698
Points: 2
# Comments: 0
Show HN: Blind-box commerce made easy
As controversial as this new wave of e-commerce is, its extremely effective.
There's a new Pokemon pack rip site every week now. What there isn't is a way for a store that already sells things to run this themselves, so I built one.
Comments URL: https://news.ycombinator.com/item?id=49063696
Points: 1
# Comments: 0
Unlocking the Halo: Campaign Evolved Secret Debug Menu
Article URL: https://den.dev/blog/halo-campaign-evolved-secret-menu/
Comments URL: https://news.ycombinator.com/item?id=49063684
Points: 1
# Comments: 0
UBI-ticon: High Effort Feature Film using programmatic sonification
Open-source 3D-printed portable MRI machine built for under $70k
Show HN: Port Zero – how I learned to stop worrying and love PORT=0
Hi HN,
Recently I wasted several hours wrangling my dev environment only to find out that the browser frontend was talking to the wrong version of the backend. This got me thinking--why on earth are we still using simple numbers to describe which process to connect to? Why not use names instead? I thought of all the times a program wouldn't start because of port conflicts. The more I thought about it, the crazier it seemed.
Modern operating systems already offer no-conflict ports: if you make your TCP server listen on port 0, the OS assigns you a random available port. But that only solves half the problem.
I built the other half: PortZero. It's a GPLv3 program that watches for processes (and docker containers!) with a special PZ_TUNNEL environment variable:
PZ_TUNNEL=myapp-{branch}.portzero.local:80 npm run dev When it sees such a process or container, PortZero does this:
1. Create a virtual NIC (if it hasn't already)
2. Create a new virtual IP address
3. Create a DNS record that substitutes things like {branch} based on the working directory of the process, and points at that virtual IP address
4. Start listening on that virtual IP address on the port of your choice (e.g. port 80 for http, port 443 for https, port 5432 for postgresql)
5. Forward any TCP connections to that virtual IP address / virtual port to the random, OS-assigned port that your process or container is actually listening on
The result is you don't have to think about ports anymore, you just have to think about subdomains. You can have multiple services available on port 80 without conflicts, as long as they have different portzero.local subdomains.
It does some other cool stuff like:
- Enable HTTPS on local HTTP services by creating a local CA and registering it on your machine
- Enable cloud tunnels so you can access your apps on other devices (paid feature)
Links:
https://github.com/PortZeroNetwork/portzero
Comments URL: https://news.ycombinator.com/item?id=49063648
Points: 2
# Comments: 0
Data centres in NZ: Jobs creators or destroyers?
Article URL: https://www.rnz.co.nz/news/politics/805470/data-centres-in-nz-jobs-creators-or-destroyers
Comments URL: https://news.ycombinator.com/item?id=49063647
Points: 4
# Comments: 0
How to self-host servers in your living room on static IPs
Article URL: https://vimuser.org/l2tp.html
Comments URL: https://news.ycombinator.com/item?id=49063456
Points: 2
# Comments: 0
Show HN: Distill and serve small models with frontier quality for half the cost
Hi HN, we built world-model-optimizer, an open-source tool for continually improve models specialized to agents. Today we are launching `wmo serve`, a tool to route repetitive tasks to distilled smaller models.
Agent traces you already capture are opportunities to get signal on how to make your model cheaper, faster, better. We continuously improve - your specialized model through distillation from open source models - model routing to frontier + custom models - token compaction to remove noise and save tokens
Demo: https://www.youtube.com/watch?v=2_m4Ze6mdko
Pass in traces and an OpenRouter key, and wmo starts a local OpenAI-compatible endpoint to run with your model at a lower cost with equivalent quality. Behind the scenes a router decides which tasks should go to the frontier versus your model. Tinker continually trains as new traces arrive.
We also offer a hosted solution for anyone that just wants a frontier quality endpoint with self-improvement over time at a 40%+ lower cost.
Sign up for the waitlist at https://experientiallabs.ai and give the repo a star!
Comments URL: https://news.ycombinator.com/item?id=49063454
Points: 2
# Comments: 0
