frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Lossless-memory – a personal AI memory that never summarizes

https://github.com/aru-labs/lossless-memory
10•aru-labs•49m ago•0 comments

Show HN: Mini-AGI – Dynamic continual learning model trained on 8GB VRAM

https://github.com/volotat/mini-AGI/
171•volotat•8h ago•33 comments

Show HN: Jev-CLI – CLI wrapper for JEV typesafe AI model

https://github.com/joshLong145/jev-cli
2•joshLong145•19m ago•0 comments

Show HN: SQLBraid – Write SQL directly in TypeScript without a query-builder DSL

https://github.com/Clickin/SQLBraid
2•Clickin•51m ago•0 comments

Show HN: A competition for small neural networks that play strategy games

https://tinybrains.dev
90•codetiger•22h ago•29 comments

Show HN: Local-coder – Build a team of coding agents with local models

https://github.com/gmarland/local-coder
2•gamerdrome•1h ago•1 comments

Show HN: Radius – A Meetup.com Alternative

https://radius.to/
148•radius89•20h ago•66 comments

Show HN: Maki, an open-source multi-agent LLM framework (local or hosted)

https://github.com/BowlOfData/maki
2•bowlofdata•2h ago•0 comments

Show HN: jevals – replacing LLM judges with typed Jev decisions

https://github.com/openlayer-ai/jevals
29•gbayomi•14h ago•1 comments

Show HN: Gdocs-me-up: a high-fidelity Google Docs exporter

https://github.com/behdad/gdocs-me-up
16•behdad•12h ago•5 comments

Show HN: Sigabrt.dev – cronjob monitor with an SSH TUI

https://sigabrt.dev
76•4815162342•2d ago•34 comments

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

https://github.com/arnegiacomo/fugleramme
2380•arnemunthekaas•6d ago•265 comments

Show HN: Lightspeed, build real time apps the Laravel way (+asteroids demo)

12•jv22222•14h ago•2 comments

Show HN: Ambits – agentic grep/rg tool will history tracking

https://github.com/joshLong145/ambits
4•joshLong145•10h ago•0 comments

Show HN: CUA-S1 – A System One Model for Computer Use

https://github.com/trycua/cua
89•frabonacci•1d ago•10 comments

Show HN: Less Prompts, More Guardrails

https://yasyf.com/writing/less-prompts-more-guardrails/
3•yasyfm•9h ago•1 comments

Show HN: Hibi – An open-source obsidian alternative

https://github.com/schmayterling/hibi
3•ryanamay•10h ago•0 comments

Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash

https://cactuscompute.com/needle
231•HenryNdubuaku•3d ago•91 comments

Show HN: Share your AI Setup, Learn from others

https://mysetup.ai/
249•steveybrown•4d ago•138 comments

Show HN: Snapdrop: Instantly share files between devices. No setup, no signup

https://snapdrop.me
109•Capira•3d ago•49 comments

Show HN: Scry, programmable internet search w/ congestion pricing

https://scry.io/
60•Xyra•3d ago•25 comments

Show HN: Ifso.io – Personal finance simulator with no sign up required

https://ifso.io/try
8•timer_interrupt•21h ago•2 comments

Show HN: AgentTrace–Observability and runtime self-healing engine for AI agents

https://github.com/mohitkumar188/AgentTrace
4•mohitkumar18•15h ago•0 comments

Show HN: Mahabharata Characters – 307 figures with gunas and decision primitives

https://huggingface.co/datasets/gnumanth/mahabharata-characters
4•init0•9h ago•1 comments

Show HN: Ax-check.com – Can agents use your product?

https://www.ax-check.com/
37•0x63_Problems•3d ago•39 comments

Show HN: Frost – frosted-glass Linux icons where file types say what they are

https://github.com/thissayantan/frost-icon-theme
13•thissayantan•1d ago•1 comments

Show HN: Judge Jev – Can you convince Jev of your innocence?

https://judge-jev.com/
4•theRealestAEP•19h ago•3 comments

Show HN: Testing a non-generative decision model on 5,500 CLINC150 inputs

https://github.com/chr-kelly/jev-cookbook
3•tgdhtdujeytd•19h ago•0 comments

Show HN: I inadvertently built an English to Bash transpiler

https://github.com/gioblu/NPC-Forge/blob/main/npcs/termy/README.md
3•gioscarab•19h ago•3 comments

Show HN: TetherPHP – a small PHP framework designed for agents and humans

https://tetherphp.com/
2•dillonsmartdev•19h 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!