frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Gerrymandle - Daily puzzle game where you redraw electoral districts

https://gerrymandle.cc/
26•realmofthemad•2h ago•10 comments

Show HN: Display.dev – the agent-agnostic workspace for HTML and .md artifacts

https://display.dev/
7•ottilves•3h ago•3 comments

Show HN: We built an 8-bit CPU as 2nd year EE students

https://github.com/c0rRupT9/STEPLA-1
96•CorRupT9•2d ago•31 comments

Show HN: Inkwash, a watercolor sketching app and explanation

https://johnowhitaker.github.io/inkwash/about
241•Yenrabbit•4d ago•28 comments

Show HN: An 8-bit live gamecast for baseball

https://ribbie.tv/watch
238•brownrout•1d ago•127 comments

Show HN: Sudoku Word Search," hidden words required to solve letter-sudoku

https://www.sudokuwordsearch.com/
3•bahbahbahbah•2h ago•0 comments

Show HN: Spin Lab

https://srijanshukla.com/artifacts/spin-lab/
38•srijanshukla18•2d ago•27 comments

Show HN: High-Res Neural Cellular Automata

https://cells2pixels.github.io/
197•esychology•1d ago•51 comments

Show HN: Capacitor Alarm Clock

https://github.com/ArcaEge/capacitor-alarm-clock
148•arcaege•4d ago•43 comments

Show HN: Glassboard – Draw over everything on your Mac, Khan-academy style

https://stem.ps/glassboard/
5•stemps23•4h ago•3 comments

Show HN: Cluely is easily detectable / detector source code

https://github.com/niravrohra/Honrly-app
5•nirav_rohra•6h ago•1 comments

Show HN: StarScope – Free astronomy dashboard for observers outside the US/UK

https://starscope.live/feed
20•xenophin•2d ago•2 comments

Show HN: Deconvolution – a Rust image deconvolution and restoration crate

https://github.com/pbkx/deconvolution
33•rmi0•3d ago•5 comments

Show HN: cuTile Rust: Safe, data-race-free GPU kernels in Rust

https://github.com/nvlabs/cutile-rs
105•melihelibol•1d ago•18 comments

Show HN: Conduit, Floss SSH/Mosh/SFTP Client (Android and iOS) Now on App Store

https://github.com/gwitko/Conduit
3•gwitko•7h ago•1 comments

Show HN: BlitzGraph – Supabase for graphs, built for LLM agents

https://blitzgraph.com
14•lveillard•2d ago•7 comments

Show HN: Local personal data redaction for any AI tools

https://github.com/sophia486/pii-gui
12•unusual_typo•15h ago•7 comments

Show HN: A dbt-first semantic assumption check for SQL changes

https://github.com/hiteshsundraaa/semzero-public-alpha-launch
2•hiteshsundraaa•8h ago•0 comments

Show HN: Gimji – local-first project notes with tasks, boards, and calendars

https://github.com/skorotkiewicz/gimji
3•modinfo•8h ago•1 comments

Show HN: Profiler and Runtime Reporter for eBPF programs (brr)

https://github.com/tanelpoder/brr/
2•tanelpoder•8h ago•0 comments

Show HN: Fata – Spaced repetition to fight skill rot from AI coding

https://fata.dev
118•djoume•1w ago•53 comments

Show HN: Garden of Flowers – an archive of pictorial typography before ASCII art

https://garden-of-flowers.heikkilotvonen.com/
156•california-og•2d ago•27 comments

Show HN: VoiceDraw – Talk system design out loud, the diagrams draw themselves

https://voicedraw.com/
47•ajaypanthagani•1d ago•19 comments

Show HN: Attagram, a tiny printer that gives kids a magical daily digest

https://www.attagram.com/
7•mvkel•11h ago•3 comments

Show HN: Sabela – A Reactive Notebook for Haskell

https://sabela.datahaskell.com/
46•mchav•4d ago•5 comments

Show HN: Vpod – Tiny Linux sandbox running in WASM

https://github.com/capsulerun/vpod
10•mavdol04•1d ago•4 comments

Show HN: Veterinarian turned founder, AI lawn diagnosis

https://grassdx.com/
76•andrewbr•2d ago•60 comments

Show HN: Kage – Shadow any website to a single binary for offline viewing

https://github.com/tamnd/kage
700•tamnd•3d ago•140 comments

Show HN: Criterion Closet as a website – pull any of 1,247 films off the shelf

https://the-criterion-closet.vercel.app/
7•olievans•17h ago•3 comments

Show HN: machine0 – Persistent NixOS VMs You Control from the CLI

https://machine0.io
95•bwm•3d ago•36 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?