Most of the US economy is in a recession

Business Insider tells the innovative stories you want to know Business Insider tells the innovative stories you want to know Business Insider tells the innovative stories you want to know Business Insider tells the innovative stories you want to know
Blacksky AppView

This is Blacksky’s fork of the AT Protocol reference implementation by Bluesky Social PBC. It powers the AppView at api.blacksky.community. We’re publishing this for transparency and so other communities can benefit from the work. This repository is not accepting contributions, issues, or PRs. If you want the canonical atproto implementation, use bluesky-social/atproto. What’s Different All […]
Lil Finder Guy

Google Gemini (aka the next Siri) has been helpful in modelling out the rest of its body from the single TikTok post. From there, I started generating what Lil Finder Guy might look like working, angry, running, jumping, laughing, and more. Of course, this is all abstraction stacked on abstraction at this point. I do […]
Artificial-life: A simple (300 lines of code) reproduction of Computational Life

A simple (300 lines of code) reproduction of Computational Life: How Well-formed, Self-replicating Programs Emerge from Simple Interaction. Program description A 240×135 grid of 64 instruction-length Brainfuck-like programs are randomly initialized. Every iteration, neighboring programs are randomly paired, have their instruction tapes concattenated together, and are run for a maximum of $2^{13}$ steps. Once execution […]
Agent Safehouse – macOS-native sandboxing for local agents

Getting started Download a single shell script, make it executable, and run your agent inside it. No build step, no dependencies — just Bash and macOS. bash # 1. Download safehouse (single self-contained script) mkdir -p ~/.local/bin curl -fsSL https://raw.githubusercontent.com/eugene1g/agent-safehouse/main/dist/safehouse.sh -o ~/.local/bin/safehouse chmod +x ~/.local/bin/safehouse # 2. Run any agent inside Safehouse cd ~/projects/my-app safehouse […]
Prefix sums at gigabytes per second with ARM NEON

Suppose that you have a record of your sales per day. You might want to get a running record where, for each day, you are told how many sales you have made since the start of the year. day sales per day running sales 1 10$ 10 $ 2 15$ 25 $ 3 5$ 30 […]
Neural Boids

Those aren’t boids. I’m calling them noids – neural boids. No hand-written rules. A small neural network takes in what each agent can see and outputs a steering force. 1,922 learned parameters. That’s the entire program! But before I explain how they work, I want to talk about real birds. How real birds flock A […]
We should revisit literate programming in the agent era

Literate programming is the idea that code should be intermingled with prose such that an uninformed reader could read a code base as a narrative, and come away with an understanding of how it works and what it does. Although I have long been intrigued by this idea, and have found uses for it in […]
Ask HN: Please restrict new accounts from posting
I don’t know if I’m the only one, but I see lots of clearly AI generated posts recently in HN and mostly coming from new accounts (green), it is more noticeable in the Show HN section. I wish the team can either restrict new accounts from posting or at least offer a default filtering where […]
Show HN: I built a real-time OSINT dashboard pulling 15 live global feeds

Global Threat Intercept — Real-Time Geospatial Intelligence Platform ShadowBroker is a real-time, full-spectrum geospatial intelligence dashboard that aggregates live data from dozens of open-source intelligence (OSINT) feeds and renders them on a unified dark-ops map interface. It tracks aircraft, ships, satellites, earthquakes, conflict zones, CCTV networks, GPS jamming, and breaking geopolitical events — all updating […]