Running Windows Games on a Hobby OS with Wine

A few months ago, I posted about Astral, a hobby OS I have been working on over the years, running Minecraft. Since then, others have gotten modern versions of Minecraft to run as well as Factorio (using a glibc compatible libc). However, while these games are made or packaged in a way that makes it […]
PR spam today looks like email spam in the early 2000s

I’m Rahul, and I work at Greptile, where we build AI agents that review pull requests. Greptile reviews PRs for OpenClaw which became the fastest-growing repo in GitHub history almost overnight. That gave us a front row seat to something strange. Last December, OpenClaw was getting two pull requests a week. By February, that number […]
Show HN: Nub – A Bun-like all-in-one toolkit for Node.js

A fast all-in-one toolkit that augments Node.js instead of replacing it A Bun-like DX on top of stock node, written in Rust. nub index.ts # TypeScript-first Node.js runtime nub run dev # 24× faster pnpm run nubx prisma generate # 19× faster npx nub install # 2.5× faster pnpm install nub watch src/server.ts # native […]
45°C cooling design cuts data center water use to near zero

Hot tubs sit at about 38 to 40 degrees Celsius, warm enough that most people can only soak for about 15 minutes. NVIDIA’s newest AI servers can run their cooling liquid even hotter — up to 45 degrees Celsius, or 113 degrees Fahrenheit. That higher temperature limit is precisely what makes them more energy efficient. […]
AI Is Designing Radio Chips That Humans Couldn’t Even Imagine

Summary RFIC design is a complex “dark art” that limits progress in wireless technologies like 5G, autonomous vehicles, and satellite communications. Princeton researchers use reinforcement learning and inverse design to rapidly create RFICs from scratch. Diffusion models rapidly generate novel or human-interpretable RF layouts, achieving record performance and drastically reducing design time. Future progress needs […]
Show HN: LookAway, a Mac break reminder that knows when not to interrupt

Fits your workflowlike a glove Customize timers, sounds, backgrounds, and messagesto create a break experience that suits you Choose from a collection of calming sounds or add your own Set the perfect break ambiance with custom images, wallpapers, or gradients Add personalized messages to keep yourself motivated and refreshed Integrate screen breaks intoyour workflow with […]
Stealing Is a Skill

I’m slowly developing my own list of advice: have a creative mindset, embrace radical transparency, and write down what makes you happy. I’d like to add one more to the list: stealing is a skill! Stealing is good for the soul. If done well, you will be able to build value at lightning pace and […]
Founding a company in Germany: €9600, 152 days and I still can’t send an invoice

I started founding my second company in Germany in late January. It is now late June. In that time, the state, two courts, a notary, a law firm, a tax firm, and software vendors have all found a way to bill me. Every single one of them, on time. I have spent more than 9,600 […]
Minimus container images are now free
This catalog is published by Minimus. All product names, logos, and marks, other than those belonging to Minimus, shown are owned by their respective rights holders and appear here only to identify the open source software each image contains. Minimus claims no ownership of those marks and implies no affiliation with, endorsement by, certification by, […]
Fusion Programming Language

Fusion Fork me on GitHub Fusion is a programming language designed for implementing reusable components (libraries) for C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript and OpenCL C, all from single codebase. A ”Hello, world” library: public class HelloFu { public static string GetMessage() { return ”Hello, world!”; } } can be translated to […]