frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Incus 7.0 LTS has been released

https://discuss.linuxcontainers.org/t/incus-7-0-lts-has-been-released/26641
1•ropyeett•3m ago•1 comments

Two alleged murder plots brought India, US and Canada to a diplomatic crisis

https://www.bloomberg.com/features/2025-india-sikh-separatist-deaths/
1•areoform•3m ago•0 comments

Makúh Residencial – buy land in Yucatán with an online quote tool and financing

https://makuhresidencial.com/
1•Sabu87•5m ago•0 comments

From Nand to Tetris

https://www.nand2tetris.org
1•lopespm•11m ago•0 comments

Perspectival Ball Mixing

https://www.mint-teapot.com/balls/perspective/
1•mint-teapot•14m ago•0 comments

Chinese court rules firms can't lay off workers on AI grounds

https://fortune.com/2026/05/03/chinese-court-layoffs-workers-ai-replacement-labor-market/
2•latexr•17m ago•1 comments

CollectorVision Part 8: The Sol Ring Benchmark –Testing Hardest Card Recognition

https://blog.hanclin.to/posts/gh-26/
3•fragmede•18m ago•0 comments

Codex's precision and attention to detail is *crazy* when set up correctly

3•ditchfieldcaleb•20m ago•0 comments

Whole-body ultrasound captures full cross-sections in 10 seconds

https://medicalxpress.com/news/2026-04-body-ultrasound-captures-full-sections.html
3•PaulHoule•30m ago•0 comments

DeepSeek V4 Pro: The First Chinese Model at the Frontier

https://foodtruckbench.com/blog/deepseek-v4-pro
2•nnx•32m ago•0 comments

Show HN: Better Design – 28 Shadcn design systems (OSS, MCP: Cursor/Claude Code)

https://github.com/marvkr/better-design
3•marvinkr•34m ago•0 comments

The Physics Behind the Thumb on Hose Trick

https://practical.engineering/blog/2026/5/5/the-physics-behind-the-thumb-trick
3•sohkamyung•35m ago•0 comments

VECT: Ransomware by Design, Wiper by Accident

https://research.checkpoint.com/2026/vect-ransomware-by-design-wiper-by-accident/
2•gnabgib•35m ago•0 comments

Apache HTTP Server: HTTP2: double free and possible RCE on early reset

https://www.cve.org/CVERecord?id=CVE-2026-23918
2•IncandescentGas•36m ago•0 comments

We Analyzed 20 Most Common Fake WordPress Plugins. Here's What They Do

https://blog.imunify360.com/20-most-common-fake-wordpress-plugins
2•shaunpud•38m ago•0 comments

Izeria.com a website/app to discover spots and gamify visiting your local area

https://www.izeria.com/en
3•eltados•39m ago•3 comments

Human brain changes after first psilocybin use

https://www.nature.com/articles/s41467-026-71962-3
5•karma_daemon•42m ago•2 comments

Ubuntu Is Run by "N00bs" (and It Shows)

https://techrights.org/n/2026/05/05/Ubuntu_is_Run_by_N00bs_and_It_Shows.shtml
3•amcclure•43m ago•0 comments

How much of the scientific literature is generated by AI?

https://www.nature.com/articles/d41586-025-03504-8
2•warbaker•45m ago•0 comments

IronMap – Self-hosted fitness tracker with community gym equipment database

https://github.com/bhman792/ironmap
2•bhman79•45m ago•0 comments

An atmosphere around a tiny, icy world beyond Pluto

https://apnews.com/article/pluto-atmosphere-kuiper-belt-c6b0ec2e0631f47c25ce18479b14e1ed
4•tcp_handshaker•53m ago•0 comments

AI tools could enable bioterrorism

https://www.economist.com/science-and-technology/2026/05/05/how-ai-tools-could-enable-bioterrorism
5•pseudolus•53m ago•1 comments

AI Has America's Oldest Monopoly Problem – Part 1

https://easydays.substack.com/p/ai-has-americas-oldest-monopoly-problem
5•marcammann•56m ago•0 comments

How SSA Makes Long Context Practical

https://subq.ai/how-ssa-makes-long-context-practical
3•sirobg•57m ago•0 comments

Ukrainian forces test direct-to-device satellite imagery for frontline troops

https://spacenews.com/ukrainian-forces-test-direct-to-device-satellite-imagery-for-frontline-troops/
4•tcp_handshaker•57m ago•0 comments

When a Search Stack Starts to Strain

https://www.searchplex.net/blog/when-a-search-stack-starts-to-strain
3•eskimo87•57m ago•0 comments

Beware the Man of One Study (2014)

https://www.slatestarcodexabridged.com/Beware-The-Man-Of-One-Study
3•caminanteblanco•1h ago•0 comments

CommFuse: Hiding Tail Latency via Communication Decomposition and Fusion

https://arxiv.org/abs/2604.24013
3•matt_d•1h ago•0 comments

Google Confirms Critical Android 0-Click Vulnerability

https://www.forbes.com/sites/daveywinder/2026/05/05/google-confirms-critical-android-0-click-vuln...
4•turrini•1h ago•0 comments

Firefox Gets FIPS 140-3 Power: WolfPKCS11 Unleashes WolfCrypt in NSS

https://www.wolfssl.com/firefox-gets-fips-140-3-power-wolfpkcs11-unleashes-wolfcrypt-in-nss/
3•aidangarske•1h 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.