What’s the deal with all the random weekly quota resets for agents lately?

The image that makes me say “yay” less often than “god damn it”. Subscription-based coding agents such as Claude Code and Codex famously have 5-hour and weekly quotas on their LLM usage. Both of these are understandable: 5-hour quotas help stagger usage so the servers don’t get overloaded, and weekly resets prevent users from dumping […]
The Kimi K3 Moment

I’ve been running Kimi K3 alongside Claude on my normal coding work, and for all practical purposes I can’t tell them apart. Same tasks, same quality of output, and near identical token counts to get there. I expected an open model to be sloppier or to grind through more tokens on the way to the […]
Setting up your spare Mac for Claude Code to control, a step-by-step guide
Here’s a full step-by-step guide on how to turn your spare Mac into an always-on machine Claude Code can fully control, with computer use enabled. You’ll be able to talk to it from your phone through the Claude app, or from your main Mac over SSH. Why do this? I wanted to create a separate […]
Our Approach to Bioresilience: Isomorphic Labs and Google DeepMind

The global biosecurity landscape is rapidly evolving. Shifting natural ecosystems, global travel and the potential misuse of AI require greater vigilance — yet AI is also a critical tool for our response. We need frontier AI models, and the scientific advances they will enable, to respond to these challenges and help make society more resilient […]
Gleam Is Now on Tangled

Configure Feed Issues Pull Requests Commits Tags Feed URL Select the types of activity you want to include in your feed.
If You Build It, They Will Come

Several times in my life I’ve tried to break in with a new social group. I ran into a cool community I wanted to join, or I moved to a new city and wanted to make friends there, or I just wanted to broaden my horizons. Pretty quickly I learned that the best and fastest […]
Elixir-lang.org has a new design

# Update server state from browser events defmodule MyAppWeb.CounterLive do use MyAppWeb, :live_view def mount(_params, _session, socket) do {:ok, assign(socket, count: 0)} end def handle_event(”increment”, _, socket) do {:noreply, update(socket, :count, &(&1 + 1))} end end
Show HN: Q3Edit – Edit and play Quake 3 maps in the browser
Quake III Arena map editor Open, edit, and save real .map files — brushes, patches, entities, and terrain in a TypeScript + WebGL2 editor, with BSP compilation by id Software’s original q3map compiled to WebAssembly. One click launches your compiled map in browser-native ioquake3. Launch Q3Edit → No game files needed — ships with OpenArena […]
EU ban on destruction of unsold clothes and shoes enters into application

From 19 July, large companies across the EU are prohibited from destroying unsold clothes, clothing accessories and footwear. Medium-sized companies will be subject to the same rules from 2030. The measure, introduced under the Ecodesign for Sustainable Products Regulation (ESPR), aims to prevent the waste of valuable products and the resources used to make them. […]
Why do AI company logos look like buttholes?

If you pay attention to AI company branding, you’ll notice a pattern: Circular shape (often with a gradient) Central opening or focal point Radiating elements from the center Soft, organic curves Sound familiar? It should, because it’s also an apt description of… well, you know. A butthole. The circular AI logo epidemic If you ever […]