frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Lone dev spends 2 years figuring out how to make anyone 10 times more productive

https://www.taskloco.com/
1•taskloco_nyc•3m ago•0 comments

Re: I Stopped "Creating Content"

https://unattributed.cc/re-why-i-stopped-creating-content
1•speckx•3m ago•0 comments

Hermes AI agent used to automate attack on Thai Finance Ministry

https://www.bleepingcomputer.com/news/security/hermes-ai-agent-used-to-automate-attack-on-thai-fi...
1•Brajeshwar•3m ago•0 comments

The Chuwi MiniBook X N150, One Year Later

https://taoofmac.com/space/reviews/2026/07/25/1700
1•rcarmo•9m ago•0 comments

Writing a (valid) C program without main()

https://labs.iximiuz.com/tutorials/c-program-without-main-a1eea557
5•birdculture•9m ago•0 comments

The End of Physical Games: What We Lost When Games Went Digital [video]

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

Show HN: Free mentor for learning programming languages, fast and efficient

https://github.com/KubiKDB/AI-Tools-For-Learning
1•superquizonline•15m ago•0 comments

Wildfires Overrun NASA Deep Space Communications Complex in Spain

https://newscord.org/article/wildfires-overrun-nasa-deep-space-communications-complex-in-robledo-...
2•OgsyedIE•17m ago•0 comments

Virginia study on groundwater, data centers calls for tighter water regulations

https://apnews.com/article/data-centers-virginia-groundwater-gov-spanberger-study-564e5d3c2520190...
2•1vuio0pswjnm7•18m ago•0 comments

Wind turbine is being used to produce zero-carbon "green ammonia" fertilizer

https://energiesmedia.com/wind-turbine-stopped-electricity-wind-water-air/
20•speckx•21m ago•4 comments

MouthPad: Human-Mouth Interface [video]

https://www.youtube.com/watch?v=xReyIF5pwRo
2•mgh2•21m ago•0 comments

ChatGPT invoked God, told pastor not to worry about his symptoms

https://www.wionews.com/trending/chatgpt-invoked-god-told-pastor-not-to-worry-about-his-symptoms-...
3•theanonymousone•21m ago•0 comments

Show HN: Less-pager-mini: What a cross-platform pager would be like

https://github.com/dawsonhuang0/Less-Pager-Mini
2•dawson0•22m ago•1 comments

Zig by Example

https://zigbyexample.neocities.org/
3•signa11•23m ago•0 comments

C/C++ Path Library

https://likle.github.io/cwalk/
2•ankitg12•23m ago•0 comments

FreeBSD ports frozen after someone commits the 150MB Linux Copilot binary

https://www.osnews.com/story/145593/freebsd-ports-frozen-after-someone-commits-the-entire-150mb-l...
2•birdculture•24m ago•0 comments

Soccer outcome probabilities are calculated

https://ronikobrosly.github.io/blog/2026/7/23/soccer_sim/
2•venice_dev•25m ago•0 comments

Timed YouTube video transcripts in .txt and .pdf

2•cristyg0101•25m ago•0 comments

Laserbrain: The Smart Recursion Harness

https://phronesis.world/laserbrain/
2•theanonymousone•26m ago•0 comments

Apple's Robo-Repo

https://pluralistic.net/2026/07/25/cruel-cruelty-oh-cruelty/#digital-arm-breakers
2•nashashmi•27m ago•0 comments

Just Surf

https://ben.page/surf
2•pavel_lishin•28m ago•0 comments

Most Common English Words, 1953 vs. 2023

https://pudding.cool/2026/07/essential-words/
2•e8d08f•28m ago•0 comments

YC: Requests for Startups – Fall 2026

https://www.ycombinator.com/rfs
2•kpw94•29m ago•0 comments

Tesla swapped a solar owner's lease contract for the Book of Enoch

https://electrek.co/2026/07/23/tesla-solar-lease-contract-book-of-enoch/
2•pavel_lishin•30m ago•0 comments

The Open-Source Release of ML Video Codec (MLVC)

https://techcommunity.microsoft.com/blog/linuxandopensourceblog/announcing-the-open-source-releas...
4•jongalloway2•31m ago•1 comments

Show HN: I built remembered checkout for Voice calls

https://ringup.dev/
2•atifnayeem•31m ago•0 comments

How to Mount a Balcony Awning

https://solar.lowtechmagazine.com/2025/07/how-to-mount-a-balcony-awning/
2•karakoram•31m ago•0 comments

Tell HN: A.I Labs are headed by people without world manufacturing experience

2•dzonga•32m ago•1 comments

Nobody catches themselves envying – the cover story arrives first

https://pilgrima.ge/p/the-evil-eye
2•momentmaker•34m ago•0 comments

Bringing PyTorch Monarch to AMD GPUs

https://pytorch.org/blog/bringing-pytorch-monarch-to-amd-gpus-single-controller-distributed-train...
3•gmays•35m 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.