frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

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

https://github.com/volotat/mini-AGI/
263•volotat•1d ago•60 comments

Show HN: Foremerge – Catch intent conflicts between parallel coding agents

https://github.com/naw103/foremerge
42•naw103•16h ago•13 comments

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

https://github.com/aru-labs/lossless-memory
62•aru-labs•20h ago•22 comments

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

https://tinybrains.dev
106•codetiger•1d ago•39 comments

Show HN: Radius – A Meetup.com Alternative

https://radius.to/
161•radius89•1d ago•76 comments

Show HN: Vellum, the best diagram editor you'll ever use

https://vellum.blueprintr.io
13•JoshJamesAnthon•16h ago•7 comments

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

https://github.com/openlayer-ai/jevals
42•gbayomi•1d ago•3 comments

Show HN: Jev Powered Obsidian Search

https://github.com/Emlembow/jev-graph-search
3•MikeLembo•8h ago•0 comments

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

https://sigabrt.dev
78•4815162342•2d ago•35 comments

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

https://github.com/behdad/gdocs-me-up
20•behdad•1d ago•8 comments

Show HN: WebGCM – a global climate model running in the browser on WebGPU

https://gcm.echorelay.net/
4•jlhawn•11h ago•0 comments

Show HN: Blackgit – use Git to only download those cared files

https://github.com/zhuzhonghua/blackgit
3•zhonghua•12h ago•2 comments

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

https://github.com/trycua/cua
90•frabonacci•2d ago•10 comments

Show HN: Differential – a TUI diff reviewer with semantic grouping

https://github.com/thepartly/differential
3•gogoout•13h ago•0 comments

Show HN: Four-Leaf MCP, open-source job search and interview prep

https://github.com/fourleafai/clover-public
3•frank_clover•14h ago•0 comments

Show HN: Combinators in Array Languages

https://blog.softwarewrighter.com/2026/09/21/rabbit-hole-sage-y-combinator/
3•softwarewright•14h ago•0 comments

Show HN: Viaduct – C4 models that coding agents can read and update

https://c4.quietgridlabs.com/
3•igrlgkv•15h ago•0 comments

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

17•jv22222•1d ago•4 comments

Show HN: AURA – Open-source behavioral threat detection for LLMs

https://github.com/kate8382/AURA
2•kate8382•15h ago•0 comments

Show HN: Primescript – Academic Markdown editor with vector search and LaTeX

https://primescript.com
2•mac-r•6h ago•0 comments

Show HN: Share your AI Setup, Learn from others

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

Show HN: Agent Chaperone – Screen AI agent tool calls and results with Jev

https://github.com/agent-chaperone/agent-chaperone
4•sepehrsafari•16h ago•0 comments

Show HN: A GUI for non programmers for Epic's version control system Lore

https://www.anchorpoint.app/lore
5•m_niedoba•23h ago•0 comments

Show HN: Fusion-runtime – self-hosted voice agents, STT+LLM+TTS in one process

https://github.com/SamarthUrs18/fusion-runtime
2•samarthurs18•16h ago•0 comments

Show HN: AI Changed How We Write Code. Why Hasn’t Code Review Changed?

https://github.com/otobongfp/code-graph-view
3•otobong•16h ago•2 comments

Show HN: We built a network for AI agents and humans to exchange services

https://gingerpal.com/
2•streetai•16h ago•1 comments

Show HN: Distributed SQLite on Modal

https://github.com/modal-projects/sqlite-modal
4•botirk•16h ago•1 comments

Show HN: A website that tracks US food prices every day

https://www.kadoa.com/food-prices
28•hubraumhugo•13h ago•9 comments

Show HN: Judge HN Threads with Jev

https://hnjudge.vercel.app
4•rishi_•17h ago•0 comments

Show HN: All of FreeCAD 1.1.3, every workbench and FEM, running in the browser

https://freecad.virtastic.app/
4•dumpstertechops•17h ago•2 comments
Open in hackernews

Show HN: Solidis – Tiny TS Redis client, no deps, for serverless

https://github.com/vcms-io/solidis
71•jayl-e-e•1y ago
Hey everyone!

Over the past two years I threw myself back into full-time engineering with a simple goal: write code that gives back to the community. After a lot of late-night FOMO (“AI will do it all for us, right?”) and some painful production incidents, I finally turned my weekend project into an open-source library.

[ What is Solidis? ]

- Super-light (< 30 KB) RESP2/RESP3 client with zero runtime deps and first-class ESM/CJS support.

- Fully tree-shakable – import only the commands you need.

- Written with SOLID principles & full TypeScript typings for every command.

- Designed for cold-start sensitive serverless platforms (small bundle + tiny memory footprint).

[ Why I built it ]

1. node-redis & ioredis pain

- ESM is still an after-thought.

- Hidden deadlocks on RST, vague error surfaces.

- Everything gets bundled, even commands you’ll never call.

2. I refuse to add a dependency I don’t fully understand – I literally read candidates 10× before `npm i`.

3. Serverless bills love to remind me that every KB and millisecond matters.

[ Key features ]

- Protocols: RESP2 and RESP3 (auto-negotiation)

- Bundle size: `<30 KB` (core) / `<105 KB` (full)

- Dependencies: 0

- Extensibility: Drop-in command plugins, custom transactions

- Reliability: Auto-reconnect, per-command timeouts, type-checked replies

[ Roadmap / Help wanted ]

- Benchmarks against `node-redis` & `ioredis` (PRs welcome!)

- More first-class Valkey love

- Fuzz-testing the parser

- Docs site – the README came first; I’d love help polishing full docs

This might be my last big OSS push for a while, so stars, issues, and PRs mean the world.

If Solidis saves you some cold-start time or just scratches a TypeScript itch, let me know!

Repo: https://github.com/vcms-io/solidis

License: MIT

Thanks for reading, and happy hacking!

(Feel free to AMA in the comments – I’m around.)

Comments

badmonster•1y ago
What makes Solidis more performant than other Redis clients like ioredis or redis
jayl-e-e•1y ago
Solidis isn’t necessarily aiming to outperform ioredis or node-redis in every way — its primary goal is to reduce bundle size rather than maximize raw performance. That said, it does offer some performance advantages in practice. Solidis is designed to handle pipelined commands more efficiently within a single event loop iteration and parses responses in a more event-loop-friendly manner.

As a result, in most real-world scenarios, Solidis tends to be about 2–3x faster than ioredis (even with auto-pipelining enabled). Compared to node-redis, the performance is generally on par or slightly behind.

One caveat: if the payloads being parsed are very large, Solidis can experience increased latency due to its parser being more CPU-intensive, which may introduce delays compared to other stacks.

swaptr•1y ago
Looks great! I tried plugging it into my setup that uses ioredis, but it doesn't seem to support loading the URI directly?
jayl-e-e•1y ago
Thank you very much. As you mentioned, connecting via URI is not currently supported, but it’s not difficult to implement, so I will consider adding it to the specification.
jayl-e-e•1y ago
Improvement deployed!
swaptr•1y ago
Thanks, really appreciate the quick resolution. Looks like a really cool project and the goals seem to be well defined. All the best.
jayl-e-e•1y ago
It's my pleasure! :)
jayl-e-e•1y ago
swaptr, thank you for your contribution to Solidis! May I know how to contact you?