frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: VS Code Agent Kanban: Task Management for the AI-Assisted Developer

https://www.appsoftware.com/blog/introducing-vs-code-agent-kanban-task-management-for-the-ai-assi...
62•gbro3n•5h ago•26 comments

Show HN: Locode, a local first CLI that routes tasks to local LLMs or Claude

https://github.com/chocks/locode
2•chocks•42m ago•0 comments

Show HN: Run autoresearch on a gaming PC (Windows and RTX GPUs fork)

https://github.com/jsegov/autoresearch-win-rtx
2•segov•1h ago•0 comments

Show HN: Skir – like Protocol Buffer but better

https://skir.build/
98•gepheum•23h ago•55 comments

Show HN: I built a real-time OSINT dashboard pulling 15 live global feeds

https://github.com/BigBodyCobain/Shadowbroker
282•vancecookcobxin•21h ago•109 comments

Show HN: Mcp2cli – One CLI for every API, 96-99% fewer tokens than native MCP

https://github.com/knowsuchagency/mcp2cli
133•knowsuchagency•11h ago•93 comments

Show HN: I built a site where strangers leave kind voice notes for each other

https://kindvoicenotes.com
25•thepaulthomson•18h ago•17 comments

Show HN: Reviving a 20-year-old puzzle game Chromatron with Ghidra and AI

https://quesma.com/blog/chromatron-recompiled/
22•stared•2d ago•7 comments

Show HN: Engram – open-source persistent memory for AI agents (Bun and SQLite)

https://github.com/zanfiel/engram
2•zanfiel•5h ago•1 comments

Show HN: Husky hook that blocks Git push until you do your pushups

https://git-push.app
7•zimboy•7h ago•2 comments

Show HN: Eyot, A programming language where the GPU is just another thread

https://cowleyforniastudios.com/2026/03/08/announcing-eyot/
74•steeleduncan•1d ago•15 comments

Show HN: Run 500B+ Parameter LLMs Locally on a Mac Mini

https://github.com/opengraviton/graviton
4•fatihturker•9h ago•2 comments

Show HN: WolfStack – Proxmox-like server management in a single Rust binary

https://wolfscale.org/
28•wolfsoftware•21h ago•2 comments

Show HN: cursor-tg – Run Cursor Cloud Agents from Telegram

https://github.com/tb5z035i/cursor-tg
3•tb5z035i•7h ago•0 comments

Show HN: Curiosity – DIY 6" Newtonian Reflector Telescope

https://curiosity-telescope.vercel.app/
80•big_Brain69•1d ago•22 comments

Show HN: OpenMeters – A fast and free audio metering/visualization suite

https://github.com/httpsworldview/openmeters
12•httpsworldview•15h ago•0 comments

Show HN: Botais (Battle of the AI's) – Competitive Snake Game for LLMs

https://botais.sello.dev
3•giza182•7h ago•3 comments

Show HN: Finsight – A Privacy First, AI Credit Card and Bank Statement Analyzer

https://github.com/AJ/FinSight
3•aj•8h ago•1 comments

Show HN: OxiMedia – Pure Rust Reconstruction of FFmpeg and OpenCV

https://github.com/cool-japan/oximedia
11•kitasan•17h ago•8 comments

Show HN: Bunway – Express-compatible web framework for Bun

https://bunway.jointops.dev/
3•rockstarsb•9h ago•0 comments

Show HN: ANSI-Saver – A macOS Screensaver

https://github.com/lardissone/ansi-saver
102•lardissone•2d ago•37 comments

Show HN: µJS, a 5KB alternative to Htmx and Turbo with zero dependencies

https://mujs.org
155•amaury_bouchard•2d ago•81 comments

Show HN: U-Claw – An Offline Installer USB for OpenClaw in China

https://www.u-claw.org/
4•17vibe•7h ago•0 comments

Show HN: Environment Variable Checker

https://github.com/Chrilleweb/dotenv-diff
8•chrillemn•18h ago•0 comments

Show HN: Moongate – Ultima Online server emulator in .NET 10 with Lua scripting

https://github.com/moongate-community/moongatev2
286•squidleon•3d ago•164 comments

Show HN: AlphaPerch – Track product execution for companies you follow using AI

https://alphaperch.com
3•sebasnar•13h ago•0 comments

Show HN: Compose Launcher – A macOS app to run multiple Docker Compose files

https://github.com/yingbo/compose-launcher
3•yingbo•13h ago•0 comments

Show HN: Kula – Lightweight, self-contained Linux server monitoring tool

https://github.com/c0m4r/kula
89•c0m4r•2d ago•56 comments

Show HN: Claude-replay – A video-like player for Claude Code sessions

https://github.com/es617/claude-replay
101•es617•3d ago•34 comments

Show HN: I open-sourced my Steam game, 100% written in Lua, engine is also open

https://github.com/willtobyte/reprobate
61•delduca•2d ago•22 comments
Open in hackernews

Show HN: C++ library for embedded and IoT projects (ESP32)

https://github.com/open-control-systems/control-components
8•dshil•10mo ago
Hi everyone.

I've recently released control-components, a C++ library I've been using for most of my embedded projects. It is written in C++17 (with some features from C++20) and uses STL and FreeRTOS under the hood. It contains a lot of building blocks that is commonly used in embedded and IoT projects: finite state machines (FSM), various counters, synchronisation primitives, system loops, sensors, schedulers, HTTP, WiFi, Web GUI, and much more. It also provides GitHub CI workflows for build automation (ccache, various checks).

In general, it's a good starting point for an ESP32 project. It is still low-level, so it can be easily integrated into the existing project. See my another project, https://github.com/open-control-systems/bonsai-firmware - an agro-tech toolkit, for how control-components can be used.

If you find it useful, please let me know!