frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Build your own theme park

https://www.magicpatterns.com/theme-park
43•thealexanderlee•13h ago•18 comments

Show HN: We built the smallest dual-band aircraft tracker

https://pantsforbirds.com/the-worlds-smallest-dual-band-ads-b-receiver-module/
27•CoolNamesAllTkn•9h ago•4 comments

Show HN: Devx – Autonomous AI coding agent built for Android Termux and desktop

https://github.com/apvcode/Termux-Dev
11•apvcode•9h ago•1 comments

Show HN: Every push-up becomes an attack in a camera-counted RPG game

https://pushup.quest/
20•not_wowinter13•9h ago•6 comments

Show HN: I wrote a BASIC interpreter that boots on UEFI machines

https://tarjan.itch.io/thoreaubasic
154•Gorsefound•3d ago•43 comments

Show HN: LatticeDB – Like SQLite but for graph databases

https://github.com/jeffhajewski/latticedb
179•smiths1999•1d ago•49 comments

Show HN: Buslens – where can I get to by bus? (UK)

https://rupertlinacre.com/buslens/
77•RobinL•22h ago•54 comments

Show HN: Tally – Track campaign donors, promises, and voting records

https://tally-2026.github.io/
2•Somnora•6h ago•1 comments

Show HN: TexLite – A lightweight self-hosted LaTeX workspace

https://github.com/SWUFE-DB-Group/TexLite
20•thisispi•15h ago•0 comments

Show HN: Bury.lol – a $2 pixel-art graveyard for things that died

https://bury.lol/
11•alertcubes•15h ago•0 comments

Show HN: TeXbrain, a LaTeX editor that runs pdfTeX in the browser via WASM

https://github.com/swimmingbrain/texbrain
117•swimmingbrain•1d ago•27 comments

Show HN: NetSour, the modular packet analyzer TUI

https://github.com/thegoodduck/NetSour
4•thegoodduck•10h ago•0 comments

Show HN: How much of Hacker News is about AI?

https://hnstats.com
69•beekthos•16h ago•46 comments

Show HN: Timber (iOS) and Timber Tabs (Mac) – best offline read-aloud LLMs

https://timberreader.com/
11•Fe2_O3•12h ago•1 comments

Show HN: Prompt Builder – Free Templates

https://www.promptbuilder.space/templates
18•LandoLorinse•16h ago•0 comments

Show HN: Lightweight system monitor for Linux VPS written in Go

https://github.com/leodeim/vpsmon
61•ygagaga•1d ago•17 comments

Show HN: Railo – Deterministic security patch bot using AST and Z3 (no LLMs)

https://www.railo.dev
4•mdzariflatif•12h ago•1 comments

Show HN: Fab Friends a crowdfunding site for Rwandan college students

https://www.joinfabfriends.org
4•muramira•8h ago•0 comments

Show HN: I built self-hosted deployment automation tool for Windows and IIS

https://fdeploy.com/
34•dt3ft•1d ago•20 comments

Show HN: SSH Session Monitor – read-only Windows OpenSSH monitoring

https://github.com/issacnitin/SshSessionMonitor
3•issacnitin•13h ago•0 comments

Show HN: Family sync with no server – Apple-signed entitlements on iOS

https://receiptiq.me/blog-family-sync-architecture
5•nichliu•13h ago•0 comments

Show HN: Invader – an indie iOS podcast player that never phones home

https://invader.gg/
3•HeadOfProbing•9h ago•3 comments

Show HN: A techno machine in one HTML file, with verifiable renders

https://ssx360.github.io/rack-02/?src=hn
236•ssx360•2d ago•46 comments

Show HN: Infra Lang – Compile a Single DSL to K8s, Compose, Helm and Terraform

3•Tuvi•10h ago•0 comments

Show HN: Find Perth jobs. Hire local talent

https://jobsinperth.com.au
2•wowinter15•10h ago•0 comments

Show HN: Ten_cubed – Artificially restricted social graph

https://tencubed.dev
3•darkpicnic•10h ago•0 comments

Show HN: Convolens – Real time slides and fact-checking

https://demo.convolens.ai
3•Banbanaste•10h ago•0 comments

Show HN: Highball – Run Windows games on Apple Silicon, with an open game db

https://github.com/gauthierpiarrette/highball
4•gauthierpiarret•15h ago•0 comments

Show HN: PicoMQ – Durable Streams over HTTP, on object storage

https://picomq.com/
154•adesh_nalpet•2d ago•31 comments

Show HN: Use GLM-5.3 in Cursor today via tokengo API

https://www.tokengo.com
3•bingus-bongo•10h ago•2 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?