frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Humanoid Robot Companions

https://www.reuters.com/technology/chinas-ubtech-launches-ai-powered-lifelike-companion-robots-20...
1•takerofnaps•53s ago•0 comments

Sitting for more than 30 minutes increases the risk of dying from cancer

https://journals.plos.org/plosmedicine/article?id=10.1371%2Fjournal.pmed.1004767
2•BiosIT•7m ago•0 comments

Simple White Line Is America's Greatest Unsung Innovation

https://www.wsj.com/business/white-line-road-invention-america-250-8ce6bb89
1•erex78•9m ago•1 comments

When the ability to smell goes away

https://arstechnica.com/science/2026/07/when-the-ability-to-smell-goes-away/
1•Brajeshwar•10m ago•0 comments

Static Types Come to the Beam – Annette Bieniusa and Guillaume Duboc [video]

https://www.youtube.com/watch?v=X_CPDt3PeDE
1•markoutso•11m ago•0 comments

Positioning Without Satellites or Base Stations

https://hackaday.com/2026/07/01/positioning-without-satellites-or-base-stations/
1•DarkContinent•11m ago•0 comments

Do Wavy Walls Use Fewer Bricks? I Tested It in Blender

https://blog.tymscar.com/posts/crinklecranklewalls/
1•tymscar•15m ago•0 comments

It's time to go back to the founding text

https://www.theguardian.com/us-news/ng-interactive/2026/jul/04/250-years-declaration-of-independence
1•classified•17m ago•0 comments

Show HN: Home Page as a Chatbot

https://github.com/haltakov/chatbot-page
1•vladoh•17m ago•0 comments

Show HN: World Release Notes – Every country as a software project

https://worldreleasenotes.com/
1•7rin0•20m ago•0 comments

New York City Real-Time Subway Status Visualization

https://subway.joonas.wtf/
1•bookofjoe•23m ago•0 comments

Show HN: GREF – Interactive search and replace for terminal and Vim

https://github.com/albertize/gref
1•albertize•24m ago•0 comments

Where's the holistic AI productivity data?

https://rachelandrew.co.uk/archives/2026/06/11/wheres-the-holistic-ai-productivity-data/
1•tobr•27m ago•0 comments

Sylix, an free alternative of Cursor & Copilot

https://sylixide.com/
1•Sai-09•29m ago•0 comments

Show HN: I built a personalized AI newsletter you configure by replying to it

https://briefednewsletter.com/
1•tozcoded•32m ago•0 comments

Is Israel's 'buffer zone' inside Lebanon an attempt to grab gas reserves?

https://www.aljazeera.com/features/2026/6/12/is-israels-buffer-zone-inside-lebanon-an-attempt-to-...
2•hebelehubele•36m ago•0 comments

Show HN: Thèque, a private visual library for the things you save

https://theque.app
2•ecuzmici•37m ago•0 comments

An Analyst's Missed Remark Surfaced in Deadly Iran School Strike Probe

https://www.bloomberg.com/news/features/2026-06-26/an-analyst-s-missed-remark-surfaced-in-deadly-...
1•r721•37m ago•1 comments

Windows CE Dreamcast Community Edition (wince-dc)

https://github.com/maximqaxd/wince-dc
3•msephton•37m ago•0 comments

Towards a formal theory of computer insecurity: a language-theoretic approach [video]

https://www.youtube.com/watch?v=AqZNebWoqnc
1•binyu•40m ago•0 comments

Why AI Gurus Are Building Toys While the World Needs Architects

https://medium.com/@alanscottencinas/the-scale-wall-why-ai-gurus-are-building-toys-while-the-worl...
2•encinas88•40m ago•1 comments

1666 Great Fire of London

https://en.wikipedia.org/wiki/Great_Fire_of_London
2•simonebrunozzi•40m ago•0 comments

Introduction to Conditional Flow Matching – Part I, Normalizing Flows

https://huet.ing/posts/cfm_part_i/
1•DeanMoriarty123•42m ago•1 comments

Tell HN: Check your subscription renewals (VPNs, etc.). They cost too much

2•simonebrunozzi•43m ago•1 comments

China's electromagnetic rocket launch technology

https://timesofindia.indiatimes.com/science/chinas-electromagnetic-rocket-launch-technology-could...
3•Tomte•46m ago•0 comments

How little exercise can you get away with?

https://www.economist.com/science-and-technology/2026/07/03/how-little-exercise-can-you-get-away-...
4•Brajeshwar•47m ago•2 comments

I found a malware hiding in my TailwindCSS config file

https://infosecwriteups.com/i-found-north-korean-dprk-malware-hiding-in-my-tailwind-config-js-45a...
6•donohoe•47m ago•3 comments

The Android's Dream; a Love Letter to the Bomb

https://kyleobrien.me/the-androids-dream-a-love-letter-to-the-bomb/
1•kyo3•50m ago•0 comments

The Secret History of Polymarket

https://unlimitedhangout.com/2026/06/investigative-series/the-secret-history-of-polymarket-part-1/
2•tilltheend•52m ago•0 comments

Trace Institute

https://traceinstitute.org/
1•mpartel•53m 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.