Group Borrowing: Zero-Cost Memory Safety with Fewer Restrictions

Child groups That’s a useful rule, and it can get us pretty far. But let’s make it even more specific, so we can prove more programs memory-safe. For example, look at this snippet: ref hp_ref = d.hp # Ref to contents damage = a.calculate_damage(d) a_energy_cost = a.calculate_attack_cost(d) d_energy_cost = d.calculate_defend_cost(a) a.use_energy(a_energy_cost) d.use_energy(d_energy_cost) d.damage(damage) print(hp_ref) # […]
Prosper AI (YC S23) Is Hiring Founding Account Executives (NYC)
You need to enable JavaScript to run this app.
The Math Behind GANs
Generative Adversarial Networks refer to a family of generative models that seek to discover the underlying distribution behind a certain data generating process. This distribution is discovered through an adversarial competition between a generator and a discriminator. As we saw in an earlier introductory post on GANs, the two models are trained such that the […]
The Most Important Machine Learning Equations: A Comprehensive Guide
Motivation Machine learning (ML) is a powerful field driven by mathematics. Whether you’re building models, optimizing algorithms, or simply trying to understand how ML works under the hood, mastering the core equations is essential. This blog post is designed to be your go-to resource, covering the most critical and “mind-breaking” ML equations—enough to grasp most […]
The Case for Crazy Philanthropy

An unprecedented amount of private philanthropy is flowing into science and medicine these days. Multiple private foundations such as the Howard Hughes Medical Institute, Wellcome Trust, Novo Nordisk Foundation, and Gates Foundation, each with over $20 billion endowments, focus mostly or solely on science, and there are more philanthropists than can be listed who are […]
Fossjobs: A job board for Free and Open Source jobs
This is a job board exclusively for paid free & open source jobs: We only list jobs at organizations that improve and involve FOSS or open hardware projects. Merely using open source as part of the job is not enough. Listings are free. Submit jobs you find! You can also send us job links to […]
Petition to stop Google from restricting sideloading and FOSS apps
As Google will allow only apps from verified developers to be installed on Android (previous discussion): https://news.ycombinator.com/item?id=45017028 A developer started a petition to stop Google from limiting app installation on Android devices unless developers provide personal identity documents. Even though Google has not revoked similar controversial policies in the past, we do our best as […]
OpenRouter is down

[Automated] Chat (/api/v1/chat/completions) was inaccessible Chat (/api/v1/chat/completions) is operational again. 12:29 PM on August 28, 2025 [Automated] Generation (/api/v1/generation) was inaccessible Generation (/api/v1/generation) is operational again. 12:38 PM on August 28, 2025
Are OpenAI and Anthropic Losing Money on Inference?

I keep hearing what a cash incinerator AI is, especially around inference. While it seems reasonable on the surface, I’ve often been wary of these kind of claims, so I decided to do some digging. I haven’t seen anyone really try to deconstruct the costs in running inference at scale and the economics really interest […]
Claude Code Checkpoints
🔍 Automatic Change Detection Continuously monitors your entire project for file changes. No setup required – just select your project folder and start coding. 💾 One-Click Checkpoints Create instant snapshots of your project state before making risky changes. Each checkpoint captures all files and their contents. 📊 Visual Diff Viewer See exactly what changed between […]