frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

New attack turned Microsoft 365 Copilot into 1-click data theft tool

https://www.bleepingcomputer.com/news/security/new-attack-turned-microsoft-365-copilot-into-1-cli...
1•Brajeshwar•1m ago•0 comments

Starmer, the Under-16s Are Smarter Than You

https://fireborn.mataroa.blog/blog/starmer-the-under-16s-are-smarter-than-you/
2•garo-pro•1m ago•0 comments

Xbox Game Studios boss Craig Duncan steps down

https://www.thegamebusiness.com/p/xbox-game-studios-boss-craig-duncan
2•HelloUsername•4m ago•0 comments

BLAKE3 at 13GB/s on Zen 5

https://kerkour.com/blake3-really-fast-zen5
2•Keyb0ardWarri0r•4m ago•0 comments

Dow jumps 600 points, hits fresh record on potential Iran deal; SpaceX rises

https://www.cnbc.com/2026/06/14/stock-market-today-live-updates.html
1•SilverElfin•5m ago•0 comments

First Proof Second Batch [pdf]

https://1stproof.org/assets/docs/report.pdf
1•chaoxu•6m ago•0 comments

Ask HN: How do you find your target audience

1•bnova•6m ago•0 comments

Largest Substring Between Two Equal Characters

https://www.arraycast.com/2026/05/18/Episode-125.html
1•tosh•6m ago•0 comments

Why Can't We Agree on a Plugin Format?

https://jasonrobert.dev/blog/2026-06-04-why-cant-we-agree-on-a-plugin-format/
2•hulksmash5756•8m ago•0 comments

Show HN: AWS Security Cards – attack vectors and detection for 75 AWS services

https://github.com/TocConsulting/aws-security-cards
1•CloudHackerFr•8m ago•0 comments

Show HN: SHP.network – Auto-deploy your own VPN server

https://shp.network
1•SHPnetwork•9m ago•0 comments

Firefox 152 Adds JPEG XL Support and Redesigned Settings

https://linuxiac.com/firefox-152-adds-jpeg-xl-support-and-redesigned-settings/
1•speckx•10m ago•0 comments

Anthropic Sued over Limits on Its $200-a-Month AI Plans

https://www.wsj.com/tech/ai/anthropic-sued-over-limits-on-its-200-a-month-ai-plans-e2a109e4
2•JumpCrisscross•10m ago•0 comments

Show HN: Voolime – per-app volume keys for Windows

https://github.com/victor141516/voolime
1•victor141516•11m ago•0 comments

Deep-sea metals may have helped early life use phosphate

https://www.science.org/content/article/metal-driven-chemical-reaction-deep-sea-may-explain-origi...
1•logickkk1•12m ago•0 comments

IP Crawl: Living atlas of open webcams discovered on the public internet

https://ipcrawl.com/
2•arm32•14m ago•0 comments

Best IPTV Apps for 2026 – Tested on Fire TV, Android, and iOS

https://xtreamcode.tv/blog/best-iptv-apps-2026
2•nathany664•15m ago•1 comments

EA Advertising will let brands 'integrate' ads into games

https://www.pcgamer.com/gaming-industry/say-hello-to-ea-advertising-which-will-let-your-favourite...
3•thm•16m ago•0 comments

Show HN: Kimün – A TUI note taking app Obsidian compatible and Vim friendly

https://github.com/nico2sh/kimun
1•pnikosis•16m ago•0 comments

Iroh 1.0

https://www.iroh.computer/blog/v1
32•chadfowler•19m ago•9 comments

It Is Trivially Easy to Use Reddit to Manipulate AI Search, Research Suggests

https://www.404media.co/it-is-trivially-easy-to-use-reddit-to-manipulate-ai-search-research-sugge...
4•Brajeshwar•19m ago•0 comments

Yottasynth, an open-source synthesizer with Persian microtonal tuning support

https://github.com/yottanami/yottasynth
1•yottanami•20m ago•0 comments

Show HN: Treenix. Typed runtime for humans and agents

https://github.com/treenix-io/treenix
1•treenix_io•21m ago•0 comments

My Homelab AI Dev Platform

https://rsgm.dev/post/ai-dev-platform/
2•rsgm•22m ago•0 comments

Token-saviour – routing skill for AI agent tool selection (~70% fewer tokens)

https://github.com/vagkaratzas/skills/blob/main/token-saviour/SKILL.md
1•vagkaratzas•23m ago•0 comments

BM25 vs. Vector vs. Hybrid Search

https://search.playground.weaviate.io/
1•plurby•24m ago•0 comments

Modrinth Joins Spark Universe

https://modrinth.com/news/article/joining-spark-universe
2•EDM115•25m ago•0 comments

Americans Aren't Money Savvy, and They're Only Getting Worse

https://www.nytimes.com/2026/06/12/your-money/americans-financial-knowledge.html
1•MattSayar•26m ago•0 comments

Savearoundtrip: Publish an HTTPS DNS record, skip a round trip

https://savearoundtrip.com/
2•robin_reala•28m ago•0 comments

Tcom: ASCII Video Chats from the Terminal

2•smalltorch•29m 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.