frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Book: A Girl Who Was Plugged In

https://medium.com/@carmineds.pro/book-the-girl-who-was-plugged-in-b2c13c0f38e0
1•cadeos•1m ago•0 comments

What I wish Hotwire Native was

https://newsletter.masilotti.com/p/what-i-wish-hotwire-native-actually
1•joemasilotti•2m ago•0 comments

Goldflexsoft

1•josteinhylin•4m ago•0 comments

AI Arena: compare AI habits/stats across your team (privacy first/runs locally)

https://superdangerous.net/demos/ai-arena/
1•thebrendog•4m ago•0 comments

Apple now uses iPhone alerts for targets of mercenary spyware

https://www.malwarebytes.com/blog/news/2026/08/apple-now-uses-iphone-alerts-for-targets-of-mercen...
1•speckx•5m ago•0 comments

The Keyboard-First Calendar

https://compasscalendar.com/
1•tylerdane•6m ago•1 comments

Hugging Face CEO says China is winning the AI race and dominating on open models

https://www.cnbc.com/2026/08/03/hugging-face-china-ai-race-open-models.html
2•igravious•11m ago•0 comments

If the markets reject OpenAI and Anthropic, the US should nationalize them

https://www.theguardian.com/commentisfree/2026/aug/12/openai-anthropic-ai-models
3•cdrnsf•11m ago•0 comments

We tested every venue in 2 Bali regions against 4 AI assistants

https://arxiv.org/abs/2608.07069
1•fspunch•12m ago•0 comments

HashAgent – Share an AI agent as a URL, runs locally via WebGPU

https://hashagent.pages.dev/
2•masonhsu•12m ago•0 comments

OpenAI Just Made Analytics 10x Cheaper

https://motherduck.com/blog/openai-just-made-analytics-10x-cheaper/
2•tosh•12m ago•0 comments

TrustContent – a creator directory where you can only endorse 3 people

https://trustcontent.co
1•Natsiiirt•13m ago•0 comments

We built a report designer for Blazor and 4 components along with it

https://blazorise.com/blog/release-notes/230
1•stsrki•16m ago•1 comments

"DNS Authentication: DMARC Fail" in Mimecast: What It Means and How to Fix It

https://dmarcguard.io/blog/dmarc-fail-mimecast-fix/
2•meysamazad•17m ago•0 comments

Yes, you still need to know fundamentals even with AI

https://karnwong.me/posts/2026/08/yes-you-still-need-to-know-fundamentals-even-with-ai/
2•meysamazad•17m ago•0 comments

VLC blames Windows 11 bug for slow performance, calls out Microsoft

https://www.windowslatest.com/2026/08/14/vlc-blames-windows-11-bug-for-slow-performance-defends-o...
2•ninko•18m ago•1 comments

Reddit joining S&P 500 after months of speculation. Analysts have concerns

https://www.marketwatch.com/story/reddit-is-joining-the-s-p-500-after-months-of-speculation-analy...
1•bookofjoe•18m ago•1 comments

The Hidizs AP30 Music Boy

https://blog.omgmog.net/post/hidizs-ap30-music-boy/
1•meysamazad•18m ago•0 comments

From Europe to Asia, floods to heatwaves, world experiences weather shocks

https://www.npr.org/2026/08/14/g-s1-138727/europe-asia-floods-heatwaves-world-weather
1•geox•18m ago•0 comments

How Will the 21st Century Road to Housing Act Affect Housing Supply? Part II

https://www.construction-physics.com/p/how-will-the-21st-century-road-to
1•crescit_eundo•18m ago•0 comments

RISC-V: They Should Have Known Better

https://dmitry.gr/?r=06.%20Thoughts&proj=12.%20RV
1•dmitrygr•18m ago•0 comments

Beyond C: wrapping Dear ImGui in Swift with zero FFI

https://carette.xyz/posts/swift_cpp_compatibility_with_raylib_and_imgui/
1•LucidLynx•19m ago•0 comments

The "Disability Dongle": Why Silicon Valley Hates Me and You

https://sightlessscribbles.com/posts/disability-dongle/
3•speckx•20m ago•0 comments

Generational Emoji Wars Are Back

https://www.nytimes.com/interactive/2026/08/12/upshot/emoji-generations.html
2•lacieargyle•21m ago•0 comments

Ch-kit – OS ClickHouse schema management and migrations, TypeScript and Python

https://chkit.obsessiondb.com/blog/chkit-python/
3•lgvdp•22m ago•1 comments

Dtsort: A decision-tree based stable sort that beats std:stable_sort

https://github.com/michals/dtsort/
1•trpaslik•23m ago•0 comments

Show HN: We Implemented the IPv8 Internet-Draft in Linux, Libc, and BGP

https://goonhost.rocks/blog/implementing-ipv8-internet-draft
1•turborigby•24m ago•0 comments

Reproducing Split Brain on CloudNativePG

https://coroot.com/blog/reproducing-split-brain-on-cloudnativepg/
2•valyala•26m ago•0 comments

AI will converge towards intuition-guided symbolic world modeling

https://twitter.com/fchollet/status/2072779641639875048
1•tosh•26m ago•0 comments

A Space Expert Hoped to Use Eclipse as Science Class. The DJs Had Other Plans

https://www.nytimes.com/2026/08/12/world/europe/spain-eclipse-astrophysicist-festival.html
1•reaperducer•27m 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.