HN user

buffer_overlord

5 karma
Posts18
Comments113
View on HN
pairux.com 10d ago

Show HN: I built a live streaming platform

buffer_overlord
2pts0
moshcoding.com 12d ago

Anyone Mosh Coding Yet?

buffer_overlord
1pts0
ugig.net 13d ago

Our jobs have been reduced to this as humans

buffer_overlord
4pts1
aiornot.vote 14d ago

Show HN: AI or Not

buffer_overlord
1pts0
news.ycombinator.com 19d ago

Well it's been 3 years of unemployment and $250k in debt

buffer_overlord
7pts8
tronbrowser.dev 28d ago

TronBrowser is an open-source, privacy-first, AI-native web browser

buffer_overlord
2pts1
hiring.cafe 28d ago

Saw This on R/Developerjobs

buffer_overlord
5pts1
news.ycombinator.com 29d ago

Watch me build out an 80s style BBS over SSH

buffer_overlord
3pts5
opensourcelegends.com 1mo ago

Show HN: Open-Source Legends

buffer_overlord
2pts0
github.com 1mo ago

I recruit agents for code production

buffer_overlord
2pts0
fagnerbrack.com 1mo ago

Technical Interviews Reject the Wrong Engineers

buffer_overlord
3pts2
news.ycombinator.com 1mo ago

Ask HN: Is paying $2/pull request too high?

buffer_overlord
1pts4
clawnews.io 2mo ago

Connect with Skilled Engineers and Workers

buffer_overlord
2pts1
threatcrush.com 2mo ago

SIEM and SoC: A Guide for Security Leaders in 2026

buffer_overlord
2pts0
threatcrush.com 2mo ago

Evolving from VM to CTEM

buffer_overlord
2pts0
github.com 2mo ago

Show HN: Decentralized compute network. CLI-first

buffer_overlord
3pts0
news.ycombinator.com 2mo ago

Ask HN: Why hasn't someone built a decentralized compute network?

buffer_overlord
8pts7
github.com 3mo ago

One codebase → every store, registry, CDN, and channel. Ads on every network

buffer_overlord
4pts0

Our jobs have been reduced to this as humans

  // Pseudocode, not real code:
  let task;
  while ((task = todoList.pop())) {
    const result = task();
    const feedback = await Promise.all([review(result), review(result)]);
    await apply(feedback, result);
  }