frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

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

https://github.com/patonw/leaves
44•patonw•4h ago•12 comments

Show HN: A modern port of Linux to a ten-year-old QWERTY phone

27•tmzt•4h ago•5 comments

Show HN: Galois connections for composable numeric casts in Rust

https://github.com/cmk/connections
18•partialsolve•3h ago•1 comments

Show HN: Rudo - A small, elegant dock for Wayland

https://github.com/skorotkiewicz/rudo
2•modinfo•38m ago•0 comments

Show HN: QBasic Gorillas (Repeeled)

https://gameswithtony.com/gorillas/
14•TonyAlicea10•5h ago•11 comments

Show HN: Be the ChatBOT

https://bethechatbot.com/
5•keito•1h ago•2 comments

Show HN: Sentinel – open-source QA agent that reads your code before it clicks

https://blog.simbastack.com/announcing-sentinel/
13•asenna•4h ago•3 comments

Show HN: Algotrek – Algorithms visualized, problem shape shifting and a tutor

https://app.algotrek.io
9•nyggy•5h ago•2 comments

Show HN: Tree, truth, druid, dryad, and tar share one Proto-Indo-European root

https://p.migdal.pl/tree-of-tree/
3•stared•2h ago•0 comments

Show HN: Firefox in WebAssembly

https://developer.puter.com/labs/firefox-wasm/
236•coolelectronics•23h ago•119 comments

Show HN: Wallflower – A Quiet Social Reader

https://thewallflower.app/about
6•tldrthelaw•6h ago•0 comments

Show HN: misa77 - a codec that decodes 2x faster than LZ4 (at better ratios)

https://github.com/welcome-to-the-sunny-side/misa77
154•nonadhocproblem•1d ago•47 comments

Show HN: One More Letter

https://playonemoreletter.com/
83•hmate9•21h ago•56 comments

Show HN: I built an open source alternative to Workflowy

https://dotflowy.com
2•campak•4h ago•0 comments

Show HN: Open-source AI app builder you can embed into your own SaaS

https://github.com/totalumlabs/ai-app-builder-open
5•francescjuille•4h ago•0 comments

Show HN: I Built an Accent Changer App

https://accentchanger.com/
5•wbemaker•8h ago•11 comments

Show HN: PokeTokenBar – Raise a Pokémon with your AI token usage

https://github.com/chattymin/PokeTokenBar
2•chattymin•4h ago•1 comments

Show HN: Token Gobbler – the goofy game where you're the LLM

https://tokengobbler.vercel.app/
2•dschwede•4h ago•2 comments

Show HN: Tmux tab markers for Claude Code, Grok, and pi sessions

https://github.com/jhickner/tmux-agent-tabs
2•jhickner•4h ago•0 comments

Show HN: Docs.dev Your Own Hosted Docs Platform in Minutes

https://docs.dev
8•linktothenew•4h ago•4 comments

Show HN: A spectral live stream of NYC sunlight

https://nyc-stream.enody.lighting
4•carterpeterson•4h ago•0 comments

Show HN: Ingestr CDC – open-source CDC replication in Go

https://bruin-data.github.io/ingestr/getting-started/cdc.html
2•karakanb•4h ago•0 comments

Show HN: Democr.ai – self-hosted agentic AI runtime with audit and RBAC

https://github.com/democr-ai/democrai
2•fabio2•5h ago•0 comments

Show HN: Trying to fix the web scraping industry's benchmark problem

https://github.com/usestring/web-data-frontier-benchmark
16•rohitshenoy•5h ago•0 comments

Show HN: Nous – give GTM agents one context graph across your tools

https://github.com/NousC/opennous
10•sethiaakash04•5h ago•9 comments

Show HN: I've built a words game based on binary search

https://hilogame.cc/
43•ludovicianul•7h ago•42 comments

Show HN: I built a Clojure runtime on top of Chez Scheme

https://yogthos.net/posts/2026-07-02-jolt.html
3•yogthos•5h ago•0 comments

Show HN: Ramsford – AI butler for travel, cruise planning, and daily tasks

https://ramsford.ai/
2•ramsford1000•5h ago•0 comments

Show HN: E-- – A language you dial between English and Python

https://github.com/frmoded/e--
26•OdedF•6d ago•17 comments

Show HN: Low-latency local LLM runner via OpenJDK Panama FFM (Java 22)

https://github.com/projectargus-cc/libargus.cc
38•KingJoker•2d ago•9 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?