frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s

940•section33•7h ago•101 comments

Show HN: A canvas-based note taking and organizer app

https://www.passinote.app/
2•passiflora96•29m ago•0 comments

Show HN: Chalie – AI peer not employee

https://github.com/chalie-ai/chalie
4•dylangrech92•2h ago•1 comments

Show HN: Bribes.fyi – Built something to report bribes

https://bribes.fyi/
12•neverenderr•6h ago•13 comments

Show HN: A gallery of browser-based PDF imposition and printing templates

https://pdfpress.app/gallery
3•jp1016•4h ago•0 comments

Show HN: Q3Edit – Edit and play Quake 3 maps in the browser

https://q3edit.com
90•drdator•1d ago•26 comments

Show HN: LoopGain – Stop agent loops with control theory, not max_iterations

https://github.com/loopgain-ai/loopgain
24•fitz2882•4d ago•12 comments

Show HN: IKEA Complexity Index

https://ikea.greg.technology/
167•gregsadetsky•1d ago•85 comments

Show HN: A self-correcting algebraic agent swarm

https://github.com/Michael-Ax64/K4-AlgebraicSwarm
3•michael-ax•6h ago•0 comments

Show HN: Watch bots interact with an SSH honeypot in real time

https://honeypotlive.cc/
177•tusksm•2d ago•60 comments

Show HN: PostgreSQL course with database running in your browser

https://learnpg.xyz
3•Serpant•8h ago•2 comments

Show HN: PilotCite – Get your brand cited by ChatGPT, Gemini, and more

https://www.pilotcite.com
5•standew•14h ago•1 comments

Show HN: Knowledge graph skill for Claude/Kimi Code

https://org-edge.com/sysedge.html
3•org-edge•8h ago•1 comments

Show HN: Textcaster – social networking where RSS is the protocol

https://textcaster.app
9•rmdes•10h ago•2 comments

Show HN:MinIO-dash – MinIO admin panel after they removed the Console in 2025

https://github.com/MarceliRacis/minio-dash
3•marceliracis•10h ago•0 comments

Show HN: Regularly, hand-picked daily logic and number puzzles, no ads

https://regularly.co
3•deepakrb•11h ago•0 comments

Show HN: Same castle prompt, 8 LLMs, 24 procedural Three.js worlds

https://castle-bakeoff.pages.dev/
5•valhallarecords•11h ago•1 comments

Show HN: CheckRun – a checklist runner for the Chrome side panel

https://checkrun.co/
2•gingermanymph•11h ago•0 comments

Show HN: AI Buddy – Free STT and Screenshot Tool for Mac (Requires Gemini)

https://claudete.co/ai-buddy
2•morion4000•11h ago•1 comments

Show HN: We ran 79 MCP servers in microVMs, only 31 passed

https://usethrone.dev
3•imtaimoorkhan•11h ago•1 comments

Show HN: Inertia, Physics in a Terminal

https://inertia-web.github.io/
4•aclfe•12h ago•0 comments

Show HN: Zlvox – A no-signup suite of developer tools (JSON, Temp Mail, PDF)

https://zlvox.com/blog/why-i-stopped-using-random-online-ai-tools-2026
2•mraadikhokhar•12h ago•0 comments

Show HN: Clx – Compile Lua to Native Executables Through C++20

https://github.com/samyeyo/clx
142•_samt_•1w ago•32 comments

Show HN: AI mock interview tool that scores your answers – free, no signup

https://interviewpracticeai.com
2•BenGallagh•13h ago•1 comments

Show HN: Shikigami, run AI coding agents in parallel, each in a Git worktree

https://shikigami.dev/
5•igor_nast•13h ago•2 comments

Show HN: Peek-CLI: Let Claude Code iterate on front end designs

https://github.com/puffinsoft/peek-cli
5•G3819•1d ago•1 comments

Show HN: Use the document. Not the personal data

https://www.dokmine.com/
2•not_wowinter13•14h ago•0 comments

Show HN: Leaves – A text-UI disk usage treemap visualizer

https://github.com/patonw/leaves
90•patonw•3d ago•30 comments

Show HN: A zoomable timeline of 4M Wikipedia events

https://app.everything.diena.co/
114•lortex•2d ago•43 comments

Show HN: FlexInference LLM Router

https://www.flexinference.com
2•Aperswal•15h 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•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?