frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I turned my quote collection into a walkable 3D library (desktop-only)

https://jakubhalmes.com/library/
2•jac08h•36m ago•2 comments

Show HN: Learn by rebuilding Redis, Git, a database from scratch

https://shipthatcode.com
2•acley•40m ago•0 comments

Show HN: Mtg – Arcade games for the terminal, in Rust with Ratatui

https://github.com/modern-terminal-games/mtg
3•funnyfoobar•1h ago•0 comments

Show HN: Getting GLM 5.2 running on my slow computer

https://github.com/JustVugg/colibri
873•vforno•2d ago•219 comments

Show HN: HTMLDrive – serve HTML files from your Google Drive

https://html-drive.com
15•debamitro•3d ago•9 comments

Show HN: 18 Words

https://18words.com/
1111•pompomsheep•2d ago•352 comments

Show HN: Axletic – a local-first workout tracker for iPhone

https://www.axletic.app
3•bjar2•2h ago•0 comments

Show HN: Richest people in the world by wealth creation instead of ownership

https://anti-forbes-list.vercel.app
5•sakshyampatro•4h ago•1 comments

Show HN: Wyrm – Solve algebra by touch, built on an open-source soundness engine

https://github.com/dicroce/wyrm_math
77•dicroce•2d ago•21 comments

Show HN: Reverse-engineering web apps into agent tools

85•pancomplex•1d ago•35 comments

Show HN: Frugon – Find which LLM calls a cheaper model could handle (local, MIT)

https://github.com/Rodiun/frugon
63•jarodrh•4d ago•12 comments

Show HN: Make images render brighter than white by abusing Rec.2100 PQ profiles

https://superwhite.app/blog/how-it-works
2•nimrodyar•3h ago•0 comments

Show HN: Reviving my 2001 college band with AI

https://www.fadingmaize.com
54•jacobgraf•1d ago•58 comments

Show HN: Code Airlock: Run Claude Code and Codex in Disposable MicroVMs

https://github.com/Trivo25/code-airlock
2•zkTrivo•4h ago•0 comments

Show HN: Dotenv-Diff v3.0.0

https://github.com/Chrilleweb/dotenv-diff
7•chrillemn•3d ago•1 comments

Show HN: Abralo – Free, easy way to run several Claude Code agents in one window

https://abralo.com/
34•cwbuilds•2d ago•29 comments

Show HN: Phobos – A tiny scale-free kernel language with tile-DAG support

https://www.joa-ebert.com/posts/2026-07-07-phobos-lang/
10•joajoa•4d ago•1 comments

Show HN: SubjectiveZero, an open-source agentic node editor for creative coding

https://sxp.studio/apps/subz
23•tasoeur•22h ago•4 comments

Show HN: Tinyreplay – lightweight session replay without analytics/cloud

https://github.com/kzekiue/tinyreplay
2•kzekiue•5h ago•0 comments

Show HN: Runloom – Go-style coroutines for Python free-threaded

https://github.com/robertsdotpm/runloom
46•Uptrenda•1d ago•29 comments

Show HN: Akshara vision localfirst layout aware OCR and document restorer

https://bgraaj.github.io/akshara-vision/
2•bgraj•5h ago•0 comments

Show HN: A deterministic I Ching engine, cross-validated against another impl

https://github.com/yaomancy/liuyao-engine
2•Jincheng-xie•5h ago•0 comments

Show HN: I mapped 8.5M research papers into an interactive atlas

https://tomesphere.com/atlas
80•leonickson•2d ago•25 comments

Show HN: Krbn, a pencil-style 3D renderer with SVG output

https://github.com/vpalos/Krbn
2•vpalos•8h ago•1 comments

Show HN: Analog Watch

https://analog.watch
104•ezekg•1d ago•95 comments

Show HN: FableCut – A browser video editor AI agents can drive (zero deps)

https://github.com/ronak-create/FableCut
97•ronak_parmar•2d ago•58 comments

Show HN: Rubiks Cube Solver

https://speedcube.com.br/
23•wozzp•1d ago•13 comments

Show HN: Follow London Trains in 3D

https://ride.nexttrain.london/
154•mgranados•6d ago•62 comments

Show HN: Velocity – a keyless 3D globe that fuses 15 live Intel feeds

https://github.com/AndrewCTF/osint-geospatial-console
4•AndrewCTF•12h ago•1 comments

Show HN: @playbykey/theory - Music theory TypeScript engine and MCP server

https://theory-engine.docs.playbykey.com/
2•codewithbre•12h ago•4 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?