frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Chernoff Face

https://en.wikipedia.org/wiki/Chernoff_face
1•nycdatasci•55s ago•0 comments

Sub-$7k sportscar might be just what the future needs

https://arstechnica.com/cars/2026/08/the-opposite-of-a-hypercar-is-fun-meet-the-gasolini-ar1/
1•rbanffy•1m ago•0 comments

If – A senior Engineer to a Junior Engineer, 2026

https://mooresolutions.io/if.html
1•dizlexic•2m ago•0 comments

Open-source Mailchimp alternative on your own SES

https://github.com/Notifuse/notifuse
1•pierrebaz•5m ago•0 comments

You have no cookies. We know who you are anyway

https://shaderghost.gg/
1•charlieirish•5m ago•0 comments

Monero FCMP++ Cryptography Implementation Audited by Trail of Bits

https://magicgrants.org/2026/08/17/Monero-FCMP-Cryptography-Implementation-ToB
1•ementally•6m ago•0 comments

Iran threatens to go on offensive in Strait of Hormuz if diplomacy with US fails

https://www.reuters.com/world/middle-east/iran-threatens-go-offensive-strait-hormuz-if-diplomacy-...
1•root-parent•6m ago•0 comments

Jane Street has paid up large to avoid its numbers leaking out

https://www.ft.com/content/28a51284-98cc-4767-a306-0540d265687f
3•petethomas•7m ago•0 comments

Tangled: The next-generation social coding platform

https://tangled.org
2•icy•7m ago•0 comments

Ex-oil engineer warns about potential climate collapse [video]

https://www.youtube.com/watch?v=mBFos_T7cT0
2•simonebrunozzi•8m ago•0 comments

'Godfather of AI' Geoffrey Hinton Warns of Mass Unemployment

https://in.mashable.com/tech/112942/will-ai-take-your-job-godfather-of-ai-geoffrey-hinton-warns-o...
2•datakan•8m ago•0 comments

Show HN: Lightweight In-Browser QR Generator with Vector and PNG Export

https://convertix-fast-imager-co.blogspot.com/p/blog-page.html
1•convertix123•9m ago•0 comments

I got tired of project tools like Jira, so I wrote my own

https://github.com/esbeneickhardt/Planly
1•ebbemonster•9m ago•0 comments

Why Are Rivers So Mathematical?

https://www.quantamagazine.org/why-are-rivers-so-mathematical-20260810/
2•bcaulfield•10m ago•0 comments

CEO who fired 900 employees over Zoom gets fired, demands job back

https://local12.com/news/nation-world/ceo-fired-zoom-vishal-garg-better-home-finance-demands-job-...
3•01-_-•10m ago•0 comments

Letta Agents SDK: An SDK for stateful agents

https://www.letta.com/blog/introducing-the-letta-agent-sdk/
6•forthwall•12m ago•0 comments

Saor.io – Persistent memory for AI agents, free, connects via MCP

https://saor.io
1•mrjaxon•13m ago•0 comments

Journalist Darryl K. Taft leaves a legacy of respected work and quiet integrity

https://thenewstack.io/darryl-taft-technology-journalist/
2•ohjeez•15m ago•0 comments

Foreign Principal

https://www.bitchute.com/video/Syw8bb8mtsEN/
1•untiledsource•15m ago•0 comments

From Financial Statements to a Living Graph

https://financialstatementsplanninggraphv21.vercel.app/
2•Mojca•20m ago•0 comments

Ask HN: Does xPal's privacy model solve problems other messengers have not?

1•Brandon-Coll•21m ago•0 comments

Ubuntu Is Growing Faster on Windows Than on Linux

https://itsfoss.com/news/canonical-wsl-growth/
3•speckx•22m ago•0 comments

Creating the Futurescape for the Fifth Element

https://theasc.com/article/fantastic-voyage-creating-the-futurescape-for-the-fifth-element/
4•sarah-robiin•22m ago•0 comments

SF's rent is through the roof- but not relative to pre-pandemic?

https://notanothersubstack.com/2026/08/16/sfs-rent-is-through-the-roof-but-not-relative-to-pre-pa...
2•raybb•23m ago•0 comments

AI-enriched Linux 7.2 delivers cache-aware scheduling – here's everything new

https://www.zdnet.com/article/ai-linux-7-2-release-cache-aware-scheduling/
3•CrankyBear•23m ago•0 comments

Let the app idea die in the chat

https://misikir.com/ideadie.html
3•justhw•24m ago•0 comments

Show HN: LLM choose-your-own-adventure game to go undercover as top CEOs

https://undercover.games/play
2•arpit_bansal•25m ago•1 comments

How to Work with Designers

https://twitter.com/spakhm/status/2089409015499374765
4•tosh•26m ago•0 comments

Show HN: A Buyer's Editor to Fix B2B Procurement PDF Hell with API and MCP

https://orbitquote.com/
4•diegowiprich•26m ago•0 comments

Best code editor without AI?

3•nerdyguy90•26m ago•1 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.