frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Homebrew 6.0.0

https://brew.sh/2026/06/11/homebrew-6.0.0/
1203•mikemcquaid•19h ago•277 comments

Show HN: FablePool – pool money behind a prompt, and Fable builds it in public

https://fablepool.com
385•matthewbarras•11h ago•198 comments

Show HN: Boo – Screen-style terminal multiplexer built on libghostty

https://github.com/coder/boo
74•kylecarbs•12h ago•24 comments

Show HN: Claw Patrol, a security firewall for agents

https://github.com/denoland/clawpatrol
93•rough-sea•2d ago•26 comments

Show HN: Manob: A social media plaform without algorithm, ads, or data-tracking

2•Iamahmedsalman•3h ago•0 comments

Show HN: Dont lose your friends, use a Kadoodle to plan your next event

https://kalerum.com/en/tools/kadoodle
3•mailforge•3h ago•1 comments

Show HN: Extend UI – open-source UI kit for modern document apps

https://www.extend.ai/ui
244•kbyatnal•1d ago•79 comments

Show HN: HelixDB – A graph database built on object storage

https://github.com/HelixDB/helix-db/tree/main
149•GeorgeCurtis•1d ago•42 comments

Show HN: TunnelMind – reputation API for IPs, ASNs, and ad-tech supply chains

https://tunnelmind.ai/
9•o2k•12h ago•5 comments

Show HN: I built a Red Flag Warning zone-check tool for the East Bay in 48h

https://redflag-check.info
14•vedant28t•1d ago•3 comments

Show HN: A Claude Code statusline that shows live World Cup scores

https://github.com/arturogarrido/claudinho
3•arturogarrido•6h ago•0 comments

Show HN: ZeroFS – Make S3 your primary storage

https://www.zerofs.net/
6•Eikon•12h ago•0 comments

Show HN: Open-source API Key server written in Go by Ory

https://github.com/ory/talos/tree/master
31•leetvibecoder•17h ago•3 comments

Show HN: Gravity – Interactive solar-system simulator, from Newton to Einstein

https://qunabu.github.io/Gravity/
210•qunabu•2d ago•50 comments

Show HN: I applied Lyapunov stability theory to detect when LLM agents spiral

https://github.com/vishal-dehurdle/state-harness
7•visha1v•21h ago•2 comments

Show HN: Deploy personal apps with your agent via Buildy

https://buildy.so/
4•grouchy•8h ago•0 comments

Show HN: Nuts – pip/NPM for Java with first-class workspaces, JDK provisioning

https://github.com/thevpc/nuts
3•thevpc•1d ago•1 comments

Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs

https://github.com/luke8086/gentleos32
128•luke8086•4d ago•104 comments

Show HN: Performative-UI – A react component library of design tropes

https://vorpus.github.io/performativeUI/
1169•lizhang•3d ago•210 comments

Show HN: Atlasphere – Live Infrastructure Diagrams

30•andreygrehov•2d ago•17 comments

Show HN: Artie – Real-time data replication to your warehouse, now self-serve

https://www.artie.com
25•tang8330•2d ago•6 comments

Show HN: Heard – offline LoRa mesh that keeps hiking groups together

https://github.com/luciobaiocchi/heard
8•luciobaiocchi•12h ago•0 comments

Show HN: Resonate – Low-latency, high-resolution spectral analysis

https://alexandrefrancois.org/Resonate/
45•arjf•5d ago•22 comments

Show HN: macOS menu bar gauges for your Claude Code quota

https://github.com/grzegorz-raczek-unit8/claude-quota
64•grzracz•1d ago•40 comments

Show HN: AVP – an agent can't leak a secret it never had

https://github.com/inflightsec/agent-vault-proxy
3•radku•13h ago•0 comments

Show HN: Stillwind – High Resolution Electronic Component Search

https://stillwind.ai
7•hannesfur•14h ago•0 comments

Show HN: Claumon – forecasting Claude Code usage limits with a Gamma process

https://github.com/fabioconcina/claumon
6•fabioconcina•21h ago•0 comments

Show HN: Gitdot – A better GitHub. Open-source, written in Rust

https://gitdot.io/
328•baepaul•3d ago•304 comments

Show HN: Nucleus – A security-hardened, Nix-native container runtime

https://github.com/sig-id/nucleus
39•0kenx•2d ago•13 comments

Show HN: Ustps (UDP Speedy Transmission Protocol Secure) and USSH

https://github.com/x1colegal/USTP-Secure
13•x1colegal•3d ago•7 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?