frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

DRAM bots being deployed to hoover up memory chips and components

https://www.tomshardware.com/pc-components/dram/dram-bots-reportedly-being-deployed-to-hoover-up-...
1•akyuu•1m ago•0 comments

Show HN: STDF yield analytics in the browser, data never leaves your machine

https://stdf.io/
1•ZenithR9•1m ago•0 comments

Show HN: AI-powered WCAG color contrast checker that preserves brand colors

https://github.com/Danishmk1286/WCAG-Contrast-Checker-Ai
1•danishmk1286•2m ago•0 comments

Morgan Stanley lays off 2,500 employees across all divisions

https://www.reuters.com/business/world-at-work/morgan-stanley-lays-off-2500-employees-across-all-...
4•rvz•8m ago•0 comments

As Bad Atime as Any: Every Read a Write

https://ben.enterprises/as-bad-atime-as-any
7•nicosalm•8m ago•0 comments

Cutile.jl: Tile-Based GPU Programming for CUDA GPUs

https://discourse.julialang.org/t/ann-cutile-jl-tile-based-gpu-programming-for-cuda-gpus/136011
1•KenoFischer•8m ago•0 comments

The "Roguelike" War Is Over

https://www.goldenkronehotel.com/wp/2020/01/15/the-roguelike-war-is-over/
1•hu3•9m ago•0 comments

Custom triangle-wave engine sounds for rally game [video]

https://www.youtube.com/watch?v=TGYRQXOBcLc
1•ramsharm1•10m ago•0 comments

Show HN: Elite Coders – AI devs that join your Slack, GitHub, and Jira

https://www.elitecoders.ai/
2•eibrahim•11m ago•0 comments

MacBook Neo Compromises

https://www.macrumors.com/2026/03/04/macbook-neo-compromises/
1•dabinat•13m ago•0 comments

Aldo's Game of Music

https://www.aldodevos.nl/game_of_music/
1•leontrolski•14m ago•0 comments

Show HN: I built a quick AI skills test that generates a LinkedIn certificate

https://www.skillgrade.ai/
1•matwiemann•16m ago•1 comments

RTL: WTF: Read the web like Right-to-Left readers do

https://rtl.wtf/
1•birdculture•17m ago•0 comments

Why can't you tune your guitar?

https://www.ethanhein.com/wp/2019/why-cant-you-tune-your-guitar/
1•digitallogic•18m ago•0 comments

Show HN: Accel-GPU v1.0 – NumPy for browser GPU

https://github.com/Phantasm0009/accel-gpu
1•Phantasm0009•19m ago•1 comments

Pg_stat_ch: A PostgreSQL extension that exports every metric to ClickHouse

https://clickhouse.com/blog/pg_stat_ch-postgres-extension-stats-to-clickhouse
1•samaysharma•19m ago•0 comments

Show HN: Just Take A Note – browser notepad that stores everything locally

https://chromewebstore.google.com/detail/just-take-a-note/pjidjoeplknpljmopemnhddajdcbhgbj
1•caioricciuti•20m ago•0 comments

Software isn't dying, but it is becoming more honest

https://www.helenmin.com/blog/software-is-becoming-more-honest
1•nadis•21m ago•0 comments

Show HN: Agentica – open-source coding agent with more models, less cost

https://agentica.genlabs.dev
2•ccocks•22m ago•0 comments

Ask HN: The new wave of AI agent sandboxes?

2•ATechGuy•22m ago•0 comments

Show HN: SellifyMate – Automate daily Etsy sale campaigns with countdown timers

https://sellifymate.com
1•simonij•22m ago•0 comments

Tesla's Secret Weapon Is a Giant Metal Box

https://www.theatlantic.com/technology/2026/03/tesla-energy-elon-musk-batteries/686236/
1•fortran77•27m ago•2 comments

Xkcd: NPM Edition

https://43081j.com/npm-xkcd/
2•patrikcsak•27m ago•1 comments

Higher tariffs likely this week, says US Treasury

https://www.bbc.com/news/articles/cjwzzq70qgvo
3•tartoran•28m ago•1 comments

Why the Best AI Engineers Are Former Managers

https://www.tolans.com/relay/why-the-best-ai-engineers-are-former-managers
3•jshchnz•29m ago•0 comments

Show HN: I built a browser game where you compete against OpenAI, Anthropic, etc

https://thefrontier.pages.dev
1•adityapatni•30m ago•0 comments

Show HN: LearnCodeGuide- AI tool that analyzes you code and gives a health score

https://www.learncodeguide.com/
1•AndreiDia•32m ago•1 comments

Slosizer: Right-size reserved LLM capacity Based on SLO

https://pypi.org/project/slosizer/
1•neehao•32m ago•0 comments

Copilot Memory now on by default for Pro and Pro+ users in public preview

https://github.blog/changelog/2026-03-04-copilot-memory-now-on-by-default-for-pro-and-pro-users-i...
3•qainsights•35m ago•2 comments

Analytics and Customer Engagement

https://booly.co
1•davismartens•37m ago•1 comments
Open in hackernews

TPP

https://github.com/universe-components/touchpoint
3•wchswchs•10mo ago

Comments

wchswchs•10mo 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•10mo 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.