frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Positive emotional bias could be a sign of cognitive decline in the aging

https://medicalxpress.com/news/2025-08-positive-emotional-bias-early-cognitive.html
1•PaulHoule•2m ago•0 comments

You Are Inevitably Performative

https://rishigurjar.com/blog/inevitable-performativeness
1•rishigurjar•4m ago•0 comments

Obsidian Offering $5000 Bounty for Notion API Importer

https://github.com/obsidianmd/obsidian-importer/issues/421
1•twapi•5m ago•0 comments

Consumer Reports calls on Microsoft to extend support for Windows 10

https://advocacy.consumerreports.org/research/consumer-reports-calls-on-microsoft-to-extend-suppo...
2•giardini•9m ago•0 comments

NativeLaunch – Expo/React Native Starter Template with Supabase, CI/CD

https://nativelaunch.dev
1•jonypopovv•10m ago•1 comments

Goodnight Moon

https://lookingatpicturebooks.substack.com/p/goodnight-moon
1•duck•16m ago•0 comments

With Strings Attached

https://reviewcanada.ca/magazine/2025/10/with-strings-attached-review-a-cultural-history-of-the-v...
1•tintinnabula•17m ago•0 comments

Fiverr Bets Its Future on AI as Layoffs Signal Shift

https://elnion.com/2025/09/17/fiverr-bets-its-future-on-ai-as-layoffs-signal-radical-shift/
1•dezb•19m ago•0 comments

AI-Powered Professional Intelligence (early stage)

https://skillbeacon.ai/
1•TobiX86•25m ago•1 comments

Firebender, powerful coding agent in IntelliJ in 70 seconds

https://firebender.com/blog/cursor-for-intellij
1•kevo1ution•29m ago•0 comments

Reviewing the LibreSDR / ZynqSDR 70 MHz to 6 GHz PlutoSDR Clone (2024)

https://www.rtl-sdr.com/tech-minds-reviewing-the-libresdr-zynqsdr-70-mhz-to-6-ghz-plutosdr-clone/
1•transpute•32m ago•0 comments

Adyen to Collaborate with Google on Agent Payments Protocol

https://www.adyen.com/knowledge-hub/adyen-google-collaborate-agent-payments
1•tomkit•41m ago•0 comments

Fiverr to lay off 30% of workforce in AI push

https://www.reuters.com/technology/online-marketplace-fiverr-lay-off-30-workforce-ai-push-2025-09...
4•brettnak•41m ago•0 comments

Google Agentic Payments Protocol and X402: Agents Can Now Pay Each Other

https://www.coinbase.com/developer-platform/discover/launches/google_x402
2•tomkit•42m ago•1 comments

Immersive Linear Algebra

https://immersivemath.com/ila/index.html
2•the-mitr•43m ago•0 comments

Oldest mummifications found in southern China and Southeast Asia

https://www.pnas.org/doi/10.1073/pnas.2515103122
2•wslh•43m ago•0 comments

Eagle Mode: Zoomable User Interface (ZUI)

https://eaglemode.sourceforge.net/
1•TheFreim•43m ago•0 comments

Powering AI Commerce with the New Agent Payments Protocol (AP2)

https://cloud.google.com/blog/products/ai-machine-learning/announcing-agents-to-payments-ap2-prot...
1•tomkit•45m ago•0 comments

San Francisco Politician Recalled over the Great Highway's Closure

https://www.nytimes.com/2025/09/17/us/joel-engardio-san-francisco.html
2•mikhael•48m ago•0 comments

I just want an 80×25 console, but that's no longer possible

https://changelog.complete.org/archives/10881-i-just-want-an-80x25-console-but-thats-no-longer-po...
2•teddyh•51m ago•0 comments

What's Up with Peter Thiel's Obsession with the Antichrist?

https://newrepublic.com/article/200471/peter-thiel-obsession-antichrist-religion
30•petethomas•53m ago•4 comments

Saudi Arabia cracks down on music 'lounges' after conservative backlash

https://www.ft.com/content/2714824e-a68d-41f8-b8ca-06f9e5e8c83f
4•petethomas•55m ago•0 comments

By the way, what's a AA? A taxonomy of the video game production scope

https://hushcrasher.substack.com/p/taxonomy-of-games
1•zdw•56m ago•0 comments

Managing Tech Debt: Foundations Before Scaling Systems

https://guptadeepak.com/tech-debt-why-fixing-the-foundation-comes-before-building-the-castle/
1•guptadeepak•58m ago•1 comments

Show HN: Markdown to Word – Free Online Converter

https://markdowntoword.io/
1•light001•1h ago•0 comments

Scientists Link Wealthy-Favored Superfood to ALS, or Lou Gehrig's Disease

https://www.boredpanda.com/the-health-food-loved-by-the-wealthy-linked-to-lou-gehrigs-disease/
2•amichail•1h ago•0 comments

Compiling with Continuations

https://swatson555.github.io/posts/2025-09-16-compiling-with-continuations.html
1•swatson741•1h ago•0 comments

Show HN: A Simplest Single Page Application (SPA) Library for Alpine.js

https://github.com/vseryakov/alpinejs-app
1•vlad1719•1h ago•0 comments

Show HN: I built USJobs.fyi for youngsters to explore different careers

https://usjobs.fyi/
1•bytenomad•1h ago•0 comments

The Asus Gaming Laptop ACPI Firmware Bug: A Deep Technical Investigation

https://github.com/Zephkek/Asus-ROG-Aml-Deep-Dive
21•signa11•1h ago•6 comments
Open in hackernews

TPP

https://github.com/universe-components/touchpoint
3•wchswchs•4mo ago

Comments

wchswchs•4mo 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•4mo 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.