frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Garibaldi, History's Sexiest Revolutionary?

https://www.historyextra.com/period/victorian/historys-sexiest-revolutionary-meet-the-mesmerising...
1•thomassmith65•1m ago•0 comments

How can DOGE fix federal IT? Lock out vendor lock-in

https://federalnewsnetwork.com/commentary/2025/04/how-can-doge-fix-federal-it-lock-out-vendor-loc...
1•hhs•2m ago•0 comments

Russians confront wartime internet cuts with public shrug, private fury

https://www.washingtonpost.com/world/2025/11/15/russia-mobile-internet-cuts/
1•bookofjoe•3m ago•1 comments

Tech Capitalists Don't Care About Humans

https://jacobin.com/2025/11/musk-thiel-altman-ai-tescrealism/
3•tablets•14m ago•0 comments

The Numbers Rant

https://sniffnoy.dreamwidth.org/591165.html
1•andsoitis•16m ago•0 comments

Terranova is lifting land out of flood zones using terraforming robots

https://www.terranova.inc/
1•Olshansky•19m ago•0 comments

Start, Fresh – Redesigning the Windows Start Menu for You

https://microsoft.design/articles/start-fresh-redesigning-windows-start-menu/
1•akyuu•22m ago•0 comments

In Praise of Tinkering

https://brnt.sh/in-praise-of-tinkering/
2•andsoitis•22m ago•0 comments

The longest-running newspaper

https://www.historytoday.com/archive/months-past/longest-running-newspaper
1•hhs•23m ago•0 comments

Nested Taiji Holes

https://www.1a-insec.net/blog/97-nested-taiji/
1•andsoitis•26m ago•0 comments

Ehtml

https://e-html.org/
1•guseyn•27m ago•1 comments

I've Tested 50 Air Quality Monitors. These Are the Biggest Problems I Found

https://www.airgradient.com/blog/the-state-of-air-quality-monitoring/
1•ahaucnx•28m ago•0 comments

Show HN: PG Slot Notify, Monitor Postgres Slot Growth Directly from Slack

https://github.com/PeerDB-io/pgslot-notify-bot
1•saisrirampur•28m ago•0 comments

Referential Transparency

https://quamserena.com/2025-11-15/referential-transparency
1•quamserena•28m ago•0 comments

Apple’s board is preparing for Tim Cook to step down as early as next year

https://www.ft.com/content/0d424625-f4f8-4646-9f6e-927c8cbe0e3e
2•Wowfunhappy•30m ago•1 comments

Report: Tim Cook to Step Down as Apple CEO 'as Soon as Next Year'

https://www.macrumors.com/2025/11/15/report-tim-cook-to-step-down-as-soon-as-next-year/
1•akyuu•31m ago•1 comments

Solving Project Euler #45

https://loriculus.org/blog/euler-45/
2•wenderen•36m ago•0 comments

AirPods Libreated from Apple's Ecosystem

https://github.com/kavishdevar/librepods
2•moonleay•39m ago•1 comments

Show HN: SelenAI – Terminal AI pair-programmer with sandboxed Lua tools

https://github.com/Almclean/selenai
1•moridin•42m ago•0 comments

How Many Cells Are in the Human Body? Fast Facts

https://www.healthline.com/health/number-of-cells-in-body
2•kamaraju•42m ago•0 comments

Why Is Metroid So Laggy? Part 1 – Loading Rooms and Running Out of Time [video]

https://www.youtube.com/watch?v=3G6vkRz-_0I
1•Shorn•43m ago•0 comments

Noninvertible symmetries: What's done cannot be undone

https://physicstoday.aip.org/features/noninvertible-symmetries-whats-done-cannot-be-undone
2•hhs•43m ago•0 comments

Prototype to Production

https://www.kaggle.com/whitepaper-prototype-to-production
1•simonpure•43m ago•0 comments

When UPS charged me a $684 tariff on $355 of vintage computer parts

http://oldvcr.blogspot.com/2025/11/when-ups-charged-me-684-tariff-on-355.html
16•goldenskye•45m ago•2 comments

AI Limits: How Junior Developers Can Thrive by Understanding AI's Limits

https://practicalsecurity.substack.com/p/the-ai-reasoning-ceiling-how-junior
1•atilla_bilgic•48m ago•0 comments

Show HN: Cont3xt – Infinite context window on laptop

https://github.com/elevend0g/cont3xt
1•elevend0g•49m ago•0 comments

CLU

https://en.wikipedia.org/wiki/CLU_(programming_language)
2•brek•49m ago•0 comments

Icelandic in danger of dying out due to AI and English-language media –former PM

https://www.theguardian.com/world/2025/nov/15/icelandic-is-in-danger-of-dying-out-because-of-ai-a...
1•bookofjoe•53m ago•0 comments

If You Apply DDD to DDD, You Won't Get DDD

https://docs.eventsourcingdb.io/blog/2025/11/13/if-you-apply-ddd-to-ddd-you-wont-get-ddd/
2•goloroden•55m ago•2 comments

A European monsoon-like climate in a warmhouse world

https://www.nature.com/articles/s41467-025-64241-0
2•doener•55m ago•1 comments
Open in hackernews

TPP

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

Comments

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