frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations

https://github.com/arnegiacomo/fugleramme
1100•arnemunthekaas•8h ago•151 comments

Show HN: Capsule – Single-file web apps that save their data into SQLite

https://withcapsule.app/
242•bashtian•7h ago•110 comments

Show HN: Hacking a $20 4G wireless hotspot into a texting device

https://bkovac.github.io/modem-thing/
151•bobili1234•7h ago•29 comments

Show HN: Panel – A research workspace where the agent can build its own panes

https://github.com/greentfrapp/panel
45•greentfrapp•7h ago•11 comments

Show HN: Ordewell – turn one goal into an ordered plan of coding-agent tasks

https://github.com/ordewell/ordewell
43•ac-ciano•7h ago•29 comments

Show HN: Check if your IP has appeared in a residential proxy network

https://haveibeenproxied.com/
44•microcode•6h ago•28 comments

Show HN: Sass – Rust and WASM

https://github.com/zoosky/accent-sass
2•akapaka•1h ago•0 comments

Show HN: Redis City – Explore how Redis works in an interactive 3D model

https://poltora.dev/redis
159•poltora•3d ago•25 comments

Show HN: Loss. a tiny satire about AI progress

https://workatloss.com/
25•pbobak•7h ago•7 comments

Show HN: SCIP MIP solver bindings for Go, ported from russcip

https://github.com/egoisutolabs/scipgo
7•generalist_dev•5h ago•0 comments

Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS

https://github.com/JamesRyanATX/fcbnerd
82•fretlessjazz•22h ago•21 comments

Show HN: Warp – Run DeepSeek v4.1 Flash with 5 GB of RAM at 3.77 tok/s

https://github.com/sqliteai/warp
4•marcobambini•5h ago•1 comments

Show HN: DaiDocs, AI memory as a plain-text file format, not a service

https://github.com/Kerneta/daidocs
3•Amin_Rigi•3h ago•1 comments

Show HN: AirmailAI, a BYOK LLM chat app with a browser extension backend

https://airmailai.net/
3•blake__dev•4h ago•6 comments

Show HN: Open-source passive NFC tag that signs with ECDSA, verified on-chain

https://github.com/mwbpNFTechnology/toluTag/
7•boust16•7h ago•0 comments

Show HN: TrailVid – Cinematic Travel Animations

https://trailvid.com/
3•ShellfishMeme•4h ago•0 comments

Show HN: Omni – Open-source workplace agent, built on Postgres

2•prvnsmpth•4h ago•0 comments

Show HN: TabPFN-3.5, a Tabular Foundation Model for messy real-world tables

https://priorlabs.ai/technical-reports/tabpfn-3-5
9•onasta•4h ago•1 comments

Show HN: Kinesis – Control your Mac with the Meta Neural Band

https://github.com/callbacked/kinesis
119•callbacked•1d ago•45 comments

Show HN: I ported COLMAP (photogrammetry) to the browser in WASM and WebGPU

https://offlinetools.io/colmap-landing/
2•rsp1984•4h ago•0 comments

Show HN: Pelican-bicycle alternatives

https://gally.net/temp/20260914pelican-alternatives/index.html
128•tkgally•1d ago•45 comments

Show HN: Nari Qwen3-TTS and Qwen3-ASR – High accuracy, low latency and cost

https://narilabs.com/blog/nari-labs-leads-coval-voice-ai-benchmarks/
89•toebee•1d ago•31 comments

Show HN: I built a tiny camera that knows where it is

https://mightycamera.com/story
3•asadm•7h ago•4 comments

Show HN: Extract original images from a PDF in the browser

https://imissfiles.com/extract-pdf-images/
4•theholygrail•5h ago•0 comments

Show HN: An open source safety layer for AI agent actions

https://github.com/CTRLRun/ctrlrun
4•arpanghoshal•5h ago•1 comments

Show HN: Claude Meter – a macOS menu-bar meter for Claude's usage limits

https://github.com/sanchitkd/claude-meter
3•sanchitkd•5h ago•0 comments

Show HN: Voice AI that runs on CPUs

https://lokutor.com/
4•lokutor•5h ago•0 comments

Show HN: Eulix - Code navigation for large codebases

5•Nurysso•5h ago•0 comments

Show HN: Async multi-agent coordination across physical environments

https://github.com/BlahBlah23406/agent-comms
3•BlahBlah23406•5h ago•1 comments

Show HN: A malicious NPM install reads your .env. On my Mac it reads a decoy

https://jitpass.com
2•bukershok•5h ago•0 comments
Open in hackernews

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

https://github.com/open-control-systems/control-components
8•dshil•1y 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!