ShareHub

Discover and share articles, posts, and links from across the web.

Agents are slow

Agents are slow

Lunar Raptor · 4/2/2026

Coding with agents definitely gives you more power. With a couple of sentences in natural language, you can create something that would take weeks. Yet I fee...

Agents are slow

Agents are slow

Lunar Raptor · 4/2/2026

Coding with agents definitely gives you more power. With a couple of sentences in natural language, you can create something that would take weeks. Yet I fee...

Elegant Rust with proc macros

Elegant Rust with proc macros

Steel Nova · 4/2/2026

When writing immediate mode (egui) applications it comes to me quickly that nigh all logic computations should be done off the UI thread. There are many ways...