frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

"Not Conio but Compatible" Adapter for Atari ST Vbcc

https://retrogamecoders.com/atari-st-vbcc-c-not-conio/
1•ibobev•45s ago•0 comments

Unlocking parallel test-time scaling for long-horizon agents

https://blog.doubleword.ai/swe-bench-pro-64-deepseek-agents
1•ibobev•1m ago•0 comments

Bennett's Conjecture in Lean 4: Counter-Models of Spinoza's Propositions

https://arxiv.org/abs/2605.02331
1•wslh•1m ago•0 comments

Unfinished Business with 1-Bit Audio Chords

https://bumbershootsoft.wordpress.com/2026/09/19/unfinished-business-with-1-bit-audio-chords/
1•ibobev•2m ago•0 comments

Six months running my own trading system on a real account

https://romainfx.substack.com/p/six-months-running-my-own-trading
1•QSignalFX•2m ago•0 comments

Show HN: Sixup – IPv6 routing in one binary, replaces odhcp6c/radvd/odhcpd/ndppd

https://github.com/lqs/sixup
1•lqs_•2m ago•0 comments

Shakti

https://shakti.com/
1•merriman-xyz•2m ago•0 comments

Show HN: Griz`: a faster, more token efficient way to edit files

https://twitter.com/Douglance/status/2103115694074446258
1•douglaswlance•3m ago•0 comments

Is There a Monster in the Data Lake?

https://read.misalignedmag.com/is-there-a-monster-in-the-data-lake-93353e4ffd1c
1•lcubw•3m ago•1 comments

Orphanedfilms: Open-Source Movie Browser for the Internet Archive

https://archive-movie-browser.vercel.app/
1•toomuchtodo•5m ago•1 comments

Forging 1024-bit RSA signatures in nearly SNFS time [pdf]

https://eprint.iacr.org/2026/2131.pdf
1•int0x29•5m ago•0 comments

What are the odds that AI will affect the election?

1•hsnewman•6m ago•0 comments

Show HN: Panda Stretch, 1 minute stretches for who sit all day

https://panda-stretch.com/
1•lawChainHot•7m ago•0 comments

Chats: How Lovable's Agents Work Together

https://lovable.dev/blog/how-lovable-agents-work-together
1•oscarfr•9m ago•0 comments

Dear AI Agent Swarms

https://smales.com/dear-ai-agents/
1•andrewcastmate•10m ago•0 comments

Pedlars and Pedlary Entrepreneurs

https://pedlars.info/
1•Bluestein•11m ago•0 comments

Lingo – open-source Android app for smart glasses, Shokz, and a smartwatch

https://github.com/7dollarbooks/lingo
1•7dollarbooksdev•11m ago•0 comments

The Golden Spike, and Resurrecting the Vale(n) Programming Language

https://verdagon.dev/blog/golden-spike-reviving-vale-valen
1•surprisetalk•12m ago•0 comments

Show HN: I'm crawling 11k homepages every week to track which fonts they use

https://fontsovertime.com/
1•fcjr•13m ago•0 comments

Novo CEO sees advantages in souping up NYSE listing: report

https://www.fiercepharma.com/pharma/doustdar-says-novo-open-upgrading-its-nyse-listing
1•PaulHoule•13m ago•0 comments

Gov.uk founder warns AI gold rush could leave Britain locked in

https://www.theregister.com/public-sector/2026/09/22/govuk-founder-warns-ai-gold-rush-could-leave...
1•TMWNN•15m ago•0 comments

Show HN: PippinVR – open-source Virtual Screen environment for macOS

https://github.com/triscuitcircuit/PippinVR
1•Whigmal•15m ago•0 comments

Give me feedback for my birthday

https://www.ericallen.io/hn
4•iEricAllen•16m ago•1 comments

Sam Altman's Remarks at the United Nations Security Council

https://openai.com/index/sam-altman-un-security-council-remarks/
1•ksec•16m ago•0 comments

Paperclip meta-harness for your agents

https://paperclip.ing/
3•FloatArtifact•17m ago•0 comments

Australian PM says OpenAI hacked government health website

https://www.yahoo.com/news/world/articles/australian-pm-says-openai-hacked-232712261.html
1•pseudolus•18m ago•0 comments

The broken windows theory of coding agents

https://www.manager.dev/newsletter/the-broken-windows-theory-of-coding-agents
1•flail•19m ago•0 comments

Fearless SIMD v1.0 is here

https://linebender.org/blog/fearless-simd-1-0/
2•robin_reala•19m ago•0 comments

War with a Mate [audio]

https://warwithamate.co.uk/
1•mooreds•19m ago•0 comments

Show HN: Wb-flow – Multi-agent CLI where state lives in Markdown, not context

https://flow.wbc-ui.com
1•wissemb1•21m ago•0 comments
Open in hackernews

TPP

https://github.com/universe-components/touchpoint
3•wchswchs•1y ago

Comments

wchswchs•1y ago
I've been exploring some new ideas while working on TPP, a protocol for multi-agent systems, and one of the concepts I'm really excited about is something I’m calling "Gear-Based Programming."

It’s a different take compared to traditional block-based programming—there are no explicit concepts like tasks or tools. The idea is to simplify the way we design and build intelligent agents, especially when it comes to multi-agent collaboration.

I think this could evolve into a new programming paradigm for the AI era—kind of like how object-oriented programming replaced procedural programming back in the day.

Curious to hear your thoughts. Does this idea resonate with anyone? Has anyone tried similar approaches?

wchswchs•1y ago
In the past, building an adaptive system often meant defining dozens of different extension interfaces just to barely make it work. With TPP, that's no longer necessary—adaptive behavior can be achieved with just a single, unified type of interface.