Feed aggregator

Trump Slams Anthropic as 'Woke,' Orders Feds to Stop Using Claude AI

CNET Feed - Fri, 02/27/2026 - 4:22pm
The company refused to grant the Department of Defense permission to use it for mass domestic surveillance or for fully autonomous weapons systems.
Categories: CNET

ChatGPT Has Almost 1 Billion Weekly Users, OpenAI Says

CNET Feed - Fri, 02/27/2026 - 4:21pm
That's up from 700 million users in September last year and more than doubled from where it was last year.
Categories: CNET

Show HN: I Built a $1 Escalating Internet Billboard – Called Space

Hacker News - Fri, 02/27/2026 - 4:07pm

Hey HN —

I made something simple called Space.

It’s one digital billboard.

Anyone can buy it. It starts at $1. Every time someone buys it, the price increases by exactly $1.

That’s the whole mechanic.

Why I Built It

I wanted to test a constraint:

What happens when ownership is singular, public, and progressively more expensive?

At $1 it’s impulse. At $100 it’s intentional. At $1,000 it’s a statement.

By the time it reaches $1,000, it will have generated $500,500 in total revenue — purely from the $1 incremental mechanic.

I’m curious about:

How price escalation changes meaning

Whether late buyers value symbolism over reach

What people choose to display when cost forces consideration

The Constraint Layer

The constraint is the point.

Only one “space” exists at a time.

Price is deterministic (+$1 per transaction).

The entire history is embedded in the current price.

The value increases because participation increases it.

No auctions. No bidding logic. No variable pricing.

Just math and participation.

Technical Side (Where I’d Love Feedback)

This has been more interesting to build than I expected.

Some things I’ve been dealing with:

Race conditions around concurrent purchases

Locking logic so two buyers don’t claim the same price

Ensuring atomic increments on the backend

Payment confirmation before state mutation

Preventing replay or double-submission exploits

Keeping it minimal without overengineering it

Right now it’s intentionally lightweight. But I’m thinking about:

Should price increments be fully on-chain / provable?

Is there a cleaner way to handle concurrency at scale?

Would you introduce time decay or leave it purely linear?

Should the historical ownership chain be immutable + public?

What safeguards would you add?

Part of me wants to keep it naive and raw. Part of me wants it architecturally tight.

Comments URL: https://news.ycombinator.com/item?id=47185617

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: I vibe coded a DAW for the terminal. how'd I do?

Hacker News - Fri, 02/27/2026 - 4:05pm

So, I've never written a line of Rust in my life. I wouldn't know an `&mut this` from a mutandis. But I saw a tweet about a month ago that said, in this new era of AI, you'd be able to just take a library that you love, throw a TUI around it, and call it an app. So I spent about 200 bucks last month, here's what I came up with:

Imbolc is a DAW that runs entirely in your terminal. It talks to scsynth over OSC and ships 58 instruments and 39 effects. VSTs are a work in progress, also GarageBand loops if you want to recreate "Umbrella".

The codebase is about 60k? lines of Rust across 5 crates, with ~1,100 tests. I don't actually know. It's funny because I've always been the one writing code, and now I was everybody except the one writing code: QA, Product, Design.

Some prompts that worked well: "Looking at this codebase, what looks like an obvious retrofit?" "Where can we lean on the compiler?" After an agent completed a task, I'd interview it — where did you have trouble, what felt like a hack, what would you do differently. v1 was clojure, v2 was java, v3 is rust. v4 will be stones and sticks.

So nowadays out here in the deep future, I think programming will become a matter of taste. Here's what I think demonstrates my sensibilities:

- Accessibility: This is what I'm most proud of. TUIs are usually terrible for screen readers. In Imbolc, every action in the UI is available as a typed command (after I started typing this up I thought, is that true? turns out it wasn't, so now the compiler enforces this.). - LAN collaboration: Multiple people can connect to a shared session over the local network and share midi clock, tuning, effects buses, etc. Audio is never sent over the network. - Weird musical choices: With the "Global" just intonation setting, your absolute tuning can drift over time. I was thinking about how an accordion looks kind of like a qwerty keyboard, so I added a quasi Stradella layout. A432 by default, and so on. - Command palette, themes, keybindings, Diataxis docs. It requires SuperCollider installed (scsynth on PATH). macOS and Linux 1st class, BSDs are next on the roadmap, no Windows.

It's still alpha, there are plenty of rough edges. But it is genuinely fun to dink around on, I'd love to know what you all think.

Comments URL: https://news.ycombinator.com/item?id=47185603

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: A pure Python HTTP Library built on free-threaded Python

Hacker News - Fri, 02/27/2026 - 4:01pm

Hey HN,

I built a small HTTP framework to experiment with free-threaded and wanted to share some observations. Barq is ~500 lines of pure Python — no C extensions, no Rust, no Cython. It uses only the standard library plus Pydantic.

Benchmarks (Barq 4 threads vs FastAPI 4 worker processes):

- JSON: Barq 10,114 req/s vs FastAPI 5,665 req/s → Barq +79%

- DB query: Barq 9,962 req/s vs FastAPI 1,015 req/s → Barq +881%

- CPU bound: Barq 879 req/s vs FastAPI 1,231 req/s → FastAPI +29%

Comments URL: https://news.ycombinator.com/item?id=47185550

Points: 1

# Comments: 0

Categories: Hacker News

The Problem with P(doom)

Hacker News - Fri, 02/27/2026 - 4:01pm
Categories: Hacker News

Today's Wordle Hints, Answer and Help for Feb. 28, #1715

CNET Feed - Fri, 02/27/2026 - 4:00pm
Here are hints and the answer for today's Wordle for Feb. 28, No. 1,715.
Categories: CNET

Today's NYT Connections: Sports Edition Hints and Answers for Feb. 28, #523

CNET Feed - Fri, 02/27/2026 - 4:00pm
Here are hints and the answers for the NYT Connections: Sports Edition puzzle No. 523, for Saturday, Feb. 28.
Categories: CNET

Pages