frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Markets are competitive if and only if P = NP

https://arxiv.org/abs/2602.20415
103•kscarlet•1h ago•73 comments

Half-Baked Product

https://weli.dev/blog/half-baked-product/
937•weli•8h ago•282 comments

America, 1926: What a Forgotten 100-Year-Old Report Says About Who We Are

https://www.derekthompson.org/p/america-1926-an-absurdly-deep-dive
40•momentmaker•1h ago•19 comments

Jamesob's guide to running SOTA LLMs locally

https://github.com/jamesob/local-llm
45•livestyle•1h ago•22 comments

Factories Are Just Rooms

https://interconnected.org/home/2026/07/03/factories
37•arbesman•1h ago•14 comments

Give Smart People the Tools to Do Smart Things

https://superuserdone.com/posts/2026-07-03-give-smart-people-the-tools/
32•SuperUserDone•2h ago•13 comments

PostgreSQL and the OOM Killer: Why We Use Strict Memory Overcommit

https://www.ubicloud.com/blog/postgresql-and-the-oom-killer-why-we-use-strict-memory-overcommit
81•furkansahin•3h ago•30 comments

Claude, please stop trying to memorize random crap

https://12gramsofcarbon.com/p/agentics-memorizing-session-transcripts
11•theahura•1h ago•0 comments

Hunting a 16-year-old SQLite WAL bug with TLA+

https://ubuntu.com/blog/hunting-a-16-year-old-sqlite-bug-with-tla-is-dqlite-affected
54•peterparker204•3d ago•1 comments

Best Simple System for Now

https://dannorth.net/blog/best-simple-system-for-now/
25•daan-k•1h ago•3 comments

The Life and Times of Maxis, Part 1: SimEverything

https://www.filfre.net/2026/07/the-life-and-times-of-maxis-part-1-simeverything/
9•doppp•1h ago•0 comments

Valve open source the Steam Machine e-ink screen so you can make your own

https://www.gamingonlinux.com/2026/07/valve-open-source-the-steam-machine-e-ink-screen-so-you-can...
288•ahlCVA•3h ago•40 comments

The Fall and Rise of Screwworm

https://www.construction-physics.com/p/the-fall-and-rise-of-screwworm
52•crescit_eundo•3h ago•19 comments

My Dad Helped Build North America's Oat Supply Chain: Can It Be Remade?

https://ambrook.com/offrange/perspective/how-we-lost-our-oats
17•surprisetalk•3d ago•2 comments

Wordgard: The new in-browser rich-text editor from the creator of ProseMirror

https://wordgard.net/
157•indy•8h ago•70 comments

Right to Local Intelligence

https://righttointelligence.org/
425•thoughtpeddler•17h ago•147 comments

CarPlay Is Additive

https://www.caseyliss.com/2026/7/2/carplay-is-additive-you-dolts
476•sprawl_•15h ago•625 comments

Anatomy of Persistent Memory's 3 Layers: Comparing ContextNest, Mem0 and Zep

https://promptowl.ai/resources/persistent-memory-ai-agents/
10•sparkystacey•2h ago•0 comments

How working with a blind client revealed invisible accessibility gaps

https://iinteractive.com/resources/blog/read-only
71•fortyseven•3d ago•49 comments

The Safari MCP server for web developers

https://webkit.org/blog/18136/introducing-the-safari-mcp-server-for-web-developers/
204•coloneltcb•15h ago•58 comments

crustc: entirety of `rustc`, translated to C

https://github.com/FractalFir/crustc
351•Philpax•18h ago•75 comments

Program-as-Weights: A Programming Paradigm for Fuzzy Functions

https://arxiv.org/abs/2607.02512
17•simonpure•4h ago•1 comments

Local Reasoning for Global Properties

https://tratt.net/laurie/blog/2026/local_reasoning_for_global_properties.html
23•mpweiher•2d ago•2 comments

Commodore 64 Basic for PostgreSQL

https://thombrown.blogspot.com/2026/07/load-plcbmbasic81-commodore-64-basic.html
44•hans_castorp•7h ago•8 comments

Reality has a surprising amount of detail (2017)

https://johnsalvatier.org/blog/2017/reality-has-a-surprising-amount-of-detail
342•vinhnx•5d ago•127 comments

Quake in 13 Kilobytes (2021)

https://js13kgames.com/games/q1k3
113•mortenjorck•6d ago•16 comments

Hackers shoveled snow for company, were rewarded with network admin access

https://www.theregister.com/security/2026/07/02/hackers-shoveled-snow-for-company-were-rewarded-w...
57•ike_usawa•3h ago•32 comments

Alibaba to ban Claude Code in workplace over alleged backdoor risks, source says

https://www.reuters.com/world/china/alibaba-ban-claude-code-workplace-over-alleged-backdoor-risks...
275•nsoonhui•8h ago•229 comments

Exapunks (2018)

https://www.zachtronics.com/exapunks/
316•yu3zhou4•22h ago•109 comments

Gemini Code Assist will be shut down on July 17

https://docs.cloud.google.com/gemini/docs/code-review/review-repo-code
51•ushakov•4h ago•37 comments
Open in hackernews

Show HN: TaskPeace – a task queue my AI coding agents pull work from over MCP

https://taskpeace.com/
3•JulianQuinn•2h ago

Comments

JulianQuinn•2h ago
Honestly, this started as a throwaway script. Im running about 40 small sites and most of my day had turned into being a dispatcher for Claude Code and Cursor, re-typing "ok now do this" over and over. So I built TaskPeace: you rank one global list once, and the agent pulls the top task over MCP (get_next_task), does the work, writes a short result back when it's done, then moves to the next one. It'll run down the list unattended.

The bit I actually needed was task leasing, so I can point two or three agents at one queue without them grabbing the same task. Completing a task requires a written result, which sounds like busywork but it's the only reason I trust leaving it running for an hour.

Free to use, $10/mo if you want unlimited runs. It's MIT and you can self-host it (npm run serve, no database needed). There's a demo on the homepage that runs in your browser, no signup. It's early and definitly still rough in places, fair warning.

docheinestages•38m ago
Some suggestions:

The landing page has an information overload (at least for me). I have a hard time understanding what to look at, because it's both a landing page with very dense writings, and at the same time something that looks like a real app.

Less is more. Look at some of the best landing pages out there. They tell the core story with a few words. A video where you walk through your product is even better.

sysfiend•7m ago
Just recently started playing with the idea of an agent that has multiple agents as subordinates. My main agent has the context of the system, controls api keys, tokens, etc. and has a high level overview of each project. Then I have an agent per project and some general "experts" (such as db expert, devops expert, etc.). My main agent (the captain) takes my inputs and then splits the tasks and reports back when the subagents have done the work. I wonder if this idea of having a queue may or may not benefit someone with my setup (running on openclaw). Have you tried this kind of setup yourself and, if so, what are the benefits of using a queue system?