frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Nibble

https://github.com/glouw/nibble
52•glouwbug•7h ago•5 comments

Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model

https://github.com/cactus-compute/needle
673•HenryNdubuaku•1d ago•188 comments

Show HN: Gigacatalyst – Extend your SaaS with an embedded AI builder

57•namanyayg•1d ago•24 comments

Show HN: Agentic interface for mainframes and COBOL

https://www.hypercubic.ai/hopper
89•sai18•1d ago•47 comments

Show HN: Statewright – Visual state machines that make AI agents reliable

https://github.com/statewright/statewright
113•azurewraith•1d ago•51 comments

Show HN: Containarium – self-hosted sandbox for AI agents, MCP-native

https://github.com/footprintai/Containarium
3•hsin003•6h ago•0 comments

Show HN: MerryDiv – Track dividends across all your brokerage accounts

https://www.merrydiv.com/
2•zouko•6h ago•0 comments

Show HN: TikTok but for scientific papers

https://andreaturchet.github.io/website/index.html
186•ciwrl•2d ago•76 comments

Show HN: Claude-pee: use Claude -p without the programmatic usage credit pool

https://github.com/sbhattap/claude-pee/tree/main
6•subarnab•8h ago•2 comments

Show HN: Petri – Drop-in Postgres image that forks a DB per test

https://github.com/taktekhq/petri
4•nizarmah•9h ago•0 comments

Show HN: Showing the same info in 248 different UI

https://whoareyou.infiniwa.com/
3•ym705•9h ago•0 comments

Show HN: Torrix, self hosted, LLM Observability,(no Postgres, no Redis)

https://github.com/torrix-ai/install
31•AdarshRao23•20h ago•2 comments

Show HN: Neural window manager, neural network moving windows from mouse actions

https://lusob.github.io/neural-os/
4•lusob•15h ago•0 comments

Show HN: A modern Music Player Daemon based on Rockbox firmware

https://github.com/tsirysndr/rockbox-zig
120•tsiry•4d ago•26 comments

Show HN: FixMyNPM, CLI to fix your insecure npm config

https://github.com/madhugb/FixMyNPM
10•madospace•20h ago•1 comments

Show HN: OpenGravity – A zero-install, BYOK vanilla JS clone of Antigravity

https://github.com/ab-613/opengravity
102•ab613•2d ago•30 comments

Show HN: Micromort Risk Visualizer

https://boxed.github.io/micromort/
4•boxed•14h ago•0 comments

Show HN: Gox – Strict static analyzer for Go designed for LLM-written code

https://github.com/mentasystems/gox
4•kidandcat•20h ago•0 comments

Show HN: An index of indie web/blog indexes

https://theindex.fyi
151•rocketpastsix•3d ago•39 comments

Show HN: I made a Clojure-like language in Go, boots in 7ms

https://github.com/nooga/let-go
278•marcingas•4d ago•83 comments

Show HN: E2a – Open-source email gateway for AI agents

https://github.com/Mnexa-AI/e2a
46•mnexa•2d ago•3 comments

Show HN: AgentKanban for VS Code – A task board with agent harness integration

https://www.agentkanban.io/
4•gbro3n•22h ago•0 comments

Show HN: Rust but Lisp

https://github.com/ThatXliner/rust-but-lisp
210•thatxliner•4d ago•72 comments

Show HN: Ratify Protocol – prove who authorized an AI agent, offline, in <1ms

https://github.com/identities-ai/ratify-protocol
4•chuks•17h ago•0 comments

Show HN: Countries where you can leave your MacBook at a random coffee shop

https://vouchatlas.com
74•canergl•4d ago•89 comments

Show HN: Splice – A programming language with custom VM for embedded systems

https://github.com/Open-Splice/Splice
2•amitabhi•18h ago•0 comments

Show HN: Mainline – a project tool with no backlog, story points or surveillance

https://mainline.dev/demo
4•natyoung•18h ago•0 comments

Show HN: DAGraph – local-first reactive graph from arithmetic to OLAP SQL

https://dagraph.com
6•notfirstpost•18h ago•1 comments

Show HN: Chimera, a leaderless runtime with selectable settlement profiles

https://chimera.sigil.black/demo
4•SIGILonHN•18h ago•0 comments

Show HN: Mistle – Open-source infrastructure for running sandboxed coding agents

https://github.com/mistlehq/mistle
6•jonathanlowhy•18h ago•0 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•12mo 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•12mo ago
What makes Solidis more performant than other Redis clients like ioredis or redis
jayl-e-e•12mo 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•12mo 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•12mo 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•12mo ago
Improvement deployed!
swaptr•12mo 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•12mo ago
It's my pleasure! :)
jayl-e-e•12mo ago
swaptr, thank you for your contribution to Solidis! May I know how to contact you?