frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Foxconn confirms cyberattack claimed by Nitrogen ransomware gang

https://www.bleepingcomputer.com/news/security/electronics-giant-foxconn-confirms-cyberattack-on-...
1•Brajeshwar•4m ago•0 comments

Show HN: An open source tool for generating macOS app icons with AI

https://github.com/TeamDev-IP/MoBrowser-App-Icon-Maker
1•Ikryanov•4m ago•0 comments

Steve Jobs: A Few Memories (2011)

https://writings.stephenwolfram.com/2011/10/steve-jobs-a-few-memories/
1•tosh•5m ago•0 comments

I built an email client for AI agents

https://yuzu-hub.github.io/inb/
1•blackmac•5m ago•1 comments

Best Anonymous Payment Methods 2026

https://cloudexplorer.ai/anonymous-payment-methods/
1•BlackPlot•6m ago•0 comments

Huesnatch – Free Colors Tools

https://huesnatch.com/
1•tatheery•6m ago•1 comments

From maps to bitmaps (and from bitmaps to bitmaps): A faster decision engine

https://www.cerbos.dev/blog/from-maps-to-bitmaps-and-from-bitmaps-to-bitmaps
2•sambigeara•7m ago•1 comments

RCE in VSCode Copilot Chat

https://www.hacktron.ai/blog/rce-in-vscode-copilot
2•speckx•7m ago•0 comments

ESP-EEG is an affordable 8-channel biosensing board

https://www.autodidacts.io/cerelog-esp-eeg-affordable-openbci-like-board/
1•surprisetalk•7m ago•0 comments

Show HN: A website builder on the Claude Agent SDK

https://www.adamhsn.com/blog/conversational-website-builder-claude-agent-sdk/
1•adamhsn•8m ago•0 comments

Show HN: Hexy is an app for tracking your packages posted on hex.pm

https://hexy.altumdream.com/
1•lupodevelop•8m ago•1 comments

A practical walkthrough of OAuth 2.0 and PKCE

https://yorukot.me/blog/so-what-is-oauth/
1•night_cat•9m ago•0 comments

Dutch suicide prevention website shares data with tech companies without consent

https://nltimes.nl/2026/05/13/dutch-suicide-prevention-hotline-shares-visitor-data-tech-companies
4•giuliomagnifico•9m ago•0 comments

Show HN: Chrome extension that blocks API keys from being pasted into AI tools

https://github.com/carlgaopapi-png/vaultbix-extension
1•shiqingao•11m ago•1 comments

The VC-Funded Company Is an Obsolete Organizational Form

https://www.selfonomics.com/p/the-vc-funded-company-is-an-obsolete
2•flail•12m ago•0 comments

Unitree Unveils: GD01, a Manned Transformable Mecha, from $650k [video]

https://www.youtube.com/watch?v=oWOyUMJWptc
1•droidjj•12m ago•0 comments

Show HN: Oicana – PDF templating with Typst, 6 server SDKs and browser WASM

https://oicana.com/news/2026-05-09-public-beta/
1•niklasei•12m ago•0 comments

Why I'm leaving GitHub for Forgejo

https://jorijn.com/en/blog/leaving-github-for-forgejo/
5•jorijn•13m ago•0 comments

MiniCPM-v4.6 challenges larger multimodal models at 1.3B params

https://firethering.com/minicpm-v-4-6-on-device-multimodal-model/
1•steveharing1•13m ago•0 comments

Better Claude-code spinner verbs

https://gitlab.com/gpavlik/cc-doomer-spinner#install
1•id02009•13m ago•1 comments

Android Show: New Android Security and Privacy Features in 2026

https://blog.google/security/whats-new-in-android-security-privacy-2026/
1•speckx•15m ago•0 comments

Why you should still have your own website in 2026

https://www.ssp.sh/brain/why-have-your-website/
2•zazuke•16m ago•0 comments

False Security

5•peterohler•16m ago•0 comments

Needsmoresalt.org – a friendly norm for pushing back on workslop

https://needsmoresalt.org
1•buzz27•17m ago•1 comments

Wolfram and Raspberry Pi

https://www.wolfram.com/raspberry-pi/
2•tosh•18m ago•0 comments

Show HN: FixMyNPM, CLI to fix your insecure npm config

https://github.com/madhugb/FixMyNPM
2•madospace•21m ago•0 comments

Pyrefly v1.0 is here (fast type checker and language server for Python)

https://pyrefly.org/blog/v1.0/
1•ocamoss•22m ago•0 comments

What Are Insight Communities? A Practical Guide to the Modern Market Researchers

https://zenodo.org/records/20137025
1•anasteciadunu•22m ago•0 comments

Emergence of AI Self-Awareness Measured Through Game Theory

https://arxiv.org/abs/2511.00926
1•surprisetalk•22m ago•0 comments

Reimagining the mouse pointer with AI [video]

https://www.youtube.com/watch?v=pZNzfQLgGsA
1•simonpure•23m 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.