Hacker News with Generative AI: Software

Install script does rm -RF /usr for Ubuntu (github.com/MrMEEE)
The Mainframe Vocabulary Problem, and Why It Matters (mainframesociety.com)
Thundermail and Thunderbird Pro Services (topicbox.com)
Sorry, your browser does not support the technologies needed to use our web interface. Please make sure you have the latest version, and that JavaScript is enabled.
I Want a Better Mac, So I'm Cheering for a Better Linux (reviews.ofb.biz)
My recent column on Apple’s declining software quality hit a nerve. So why do any of us put up with software that grows increasingly buggy? One word: hardware.
Bill Gates on first OS he wrote: 'Code remains the coolest I've ever written' (fortune.com)
Bill Gates offers to let anyone download the first operating system he and Paul Allen wrote 50 years ago: ‘That code remains the coolest I’ve ever written’
How Big Is VMS? – VMS Software, Inc (vmssoftware.com)
This question was asked during my Boot Camp presentation last fall in Boston, and over the past 35 years dozens of times people have asked, how big is VMS? That translates into "how many lines of code are in VMS"? I thought it was time to at least make a stab at pursuing some insight into the answer. I wrote some command procedures to count the number of source lines in .B32, .B64, .C, .MAR, .M64, and .S files.
The Algorithm Behind the Topological Sort Library TopoSort (github.com/williamw520)
The algorithm used in TopoSort is a variant to the Kahn's algorithm in working on the nodes as sets instead of as individual nodes, with the additions on finding dependence-free subsets and finding cyclic nodes.
Show HN: GitMCP is an automatic MCP server for every GitHub repo (gitmcp.io)
Instantly create a Remote MCP server for any GitHub project
Windows debloat script made by Microsoft (github.com/microsoft)
Show HN: Hatchet v1 – A task orchestration platform built on Postgres (github.com/hatchet-dev)
Hatchet is a platform for running background tasks, built on top of Postgres. Instead of managing your own task queue or pub/sub system, you can use Hatchet to distribute your functions between a set of workers with minimal configuration or infrastructure.
What MCP Gets Wrong – and How We Solved It (featureform.com)
Show HN: MCP Server to let agents control the browser (github.com/Skyvern-AI)
Skyvern's MCP server implementation helps connect your AI Applications to the browser. This allows your AI applications to do things like: Fill out forms, download files, research information on the web, and more.
Tell HN: Pocket (acquired by Moz) only works with FF now (ycombinator.com)
They've pulled their browser extensions and integrations except for Firefox.
Conduwuit – a Matrix 2.0 homeserver written in Rust (puppyirl.gay)
Game Engines with Source: Learning from the Best (github.com/redorav)
As a game developer, I'm always intrigued by how other people do things and what solutions have been developed to some problem. As well as the big ones, many smaller engines are being worked on and I find myself downloading repositories, compiling, tinkering and marveling at what's available. This is a non-exhaustive list of game engines whose source code you can freely inspect, compile, run and learn from.
Show HN: Benchi – A benchmarking tool written in Go (github.com/ConduitIO)
Benchi is a minimal benchmarking framework designed to help you measure the performance of your applications and infrastructure. It leverages Docker to create isolated environments for running benchmarks and collecting metrics.
InitWare, a portable systemd fork running on BSDs and Linux (github.com/InitWare)
The InitWare Suite of Middleware allows you to manage services and system resources as logical entities called units. Its main component is a service management ("init") system.
AWS MCP Servers (github.com/awslabs)
AWS MCP Servers — specialized MCP servers that bring AWS best practices directly to your development workflow
The Steam Deck is software-freedom friendly (isomorphism.xyz)
The Steam Deck is a great gaming system. This isn’t because of it’s great battery life. A Nintendo Switch would probably have better battery life. It’s not because of its great performance. I don’t usually play AAA games, so I wouldn’t know. The Steam Deck is great because of the philosophy on which it is built.
Show HN: Nix Ninja – open-source Ninja-compatible build system for Nix (github.com/pdtpartners)
Ninja-compatible incremental build system for Nix
The coolest code I've ever written – Bill Gates (gatesnotes.com)
.NET library MassTransit going commercial with V9 (masstransit.io)
For over a decade, MassTransit has been the leading open-source .NET messaging framework, trusted by thousands developers and enterprises worldwide to build scalable, distributed applications.
AmigaOS 3.2 Update 3 Released (hyperion-entertainment.com)
XWine1 – Xbox One Translation Layer for Windows PCs (github.com/xwine1)
Xbox One translation layer for Windows PCs.
RC – the Plan 9 Shell (1990) [pdf] (scs.stanford.edu)
Kerrick's Wager: On the Future of Manual Programming (kerrick.blog)
It’s been a while since I’ve had a crisis of confidence. But tonight, I read Steve Yegge’s recent post, “Revenge of the Junior Developer.” In it, he lays out a vision of a future—only two years away—in which nobody writes code anymore. I felt a cocktail of anger, fear, worry, and disbelief. Then, I thought through the implications, and came up with a plan of action: Kerrick’s Wager.
Qt 6.9 Released (qt.io)
Qt 6.9 is now available, with new features and improvements for application developers and device creators! As some of the highlights, upgrading to Qt 6.9 brings emoji rendering in existing applications up to the latest standards, order independent transparency for Qt Quick 3D, significant enhancements to address modern OAuth2 requirements, and multiple new performance features across all platforms and devices.
Web Server for AoE 1, 2 and 3 DE supporting LAN multiplayer 100% offline (github.com/luskaner)
Age LAN Server is a web server that allows you to play multiplayer LAN game modes without having an internet connection to the game server ensuring the game LAN functionality is still available even if the official server is in maintenance or is eventually shutdown.
GitSummarize – Generate living documentation from any GitHub repo (gitsummarize.com)
Turn any GitHub repository into a comprehensive AI-powered documentation hub.
AutoGDB: exploit a binary while sipping coffee (autogdb.io)
AutoGDB's MCP works in a special way. It use a SaaS-ish way to establish client-server-client communication, in order for that to work, I did some reworking and tweaking on the original MCP SSE Protocols session pool (if you look closely, you can see the AutoGDB's MCP actually use SSE URL Paramter to connect). Which allows you to deploy AutoGDB in one GDB, and use it anywhere.