frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: An update to our long-turn FreeCiv experience

https://freeciv.andrewmcgrath.info/
2•verelo•16m ago•0 comments

Show HN: Open-Source AI Racing Harness

https://www.elodin.systems/post/elodin-ai-grand-prix-race-sim-harness
12•danAtElodin•4h ago•4 comments

Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS

https://tinycld.org/
68•nathanstitt•10h ago•32 comments

Show HN: I made an emergency page for my family

https://help.delduca.org
64•delduca•10h ago•91 comments

Show HN: CSP Radar – Build a Content Security Policy without breaking your site

https://cspradar.com
2•itsdevdaniel•3h ago•0 comments

Show HN: Posthorn, self-hosted mail gateway

https://github.com/craigmccaskill/posthorn
71•craigmccaskill•20h ago•49 comments

Show HN: Filemat – an open-source web-based file manager

https://github.com/bingud/filemat
15•bingud•10h ago•12 comments

Show HN: A website that tracks every stock trade Congress makes

https://congress.kadoa.com/
54•hubraumhugo•1d ago•18 comments

Show HN: Claude Code's $200 plan is a 17× subsidy on the raw API

https://github.com/Coral-Bricks-AI/coral-ai/tree/main/claude-code-token-xray
5•Hiteshjain118•7h ago•12 comments

Show HN: OAuth 2.0 framework for MCP servers

https://github.com/brooksmcmillin/mcp-authflow
2•bengal•8h ago•0 comments

Show HN: Hodor – a 701KB native macOS prompt launcher for AI tools

https://hodor.design
4•woodydesign•8h ago•0 comments

Show HN: Demon – open-source real-time music diffusion engine, 25Hz local GPU

https://daydreamlive.github.io/DEMON/
13•ryanontheinside•8h ago•10 comments

Show HN: Gochan – A library of channel architectures for Go, inspired by Rust

https://github.com/amorey/gochan
4•andres•8h ago•0 comments

Show HN: Enigma – a walkthrough from Caesar ciphers to a working Enigma machine

https://enigma.rory.codes/
4•mrroryflint•9h ago•0 comments

Show HN: OpenBrief – Local-first video downloader/summarizer

https://github.com/tantara/openbrief
90•tantara•2d ago•17 comments

Show HN: Rapel – chunked resumable downloads in unstable networks

https://github.com/redraw/rapel
18•autorun•1d ago•7 comments

Show HN: Audiomass – a free, open-source multitrack audio editor for the web

https://audiomass.co/?multitrack=1
542•pantelisk•3d ago•119 comments

Show HN: Game Boy pixel pipeline explorer

https://pixelpipeline.xyz
7•blueblazin•11h ago•0 comments

Show HN: CoreTex – An Open-Source, Unix-like, biomimetic, flat-file AI Harness

https://github.com/mrdanielcasper/CoreTex
14•danielcasper•12h ago•17 comments

Show HN: Gave Claude Code ADHD.. Now it thinks 3x better

https://adhdstack.github.io/
5•udit_50•12h ago•1 comments

Show HN: Geomatic – A command-driven geometry studio enabled with autodiff

https://www.tinyvolt.com/geomatic
72•nivter•2d ago•17 comments

Show HN:The skill to resume work on Claude Code without unnecessary context

https://github.com/sofumel/claude-handoff-revive
3•sofumel•12h ago•5 comments

Show HN: Droast, a Dockerfile linter that stopped being polite

https://ewry.net/droast-dockerfile-linter/
2•immanuwell•12h ago•0 comments

Show HN: TUI to keep track of local GSD (get-shit-done) projects

https://github.com/bitcreed/gsd-meta-manager/
8•_blk•1d ago•1 comments

Show HN: Axion – Browser-based guitar amp/effects rig

https://axion.cab/
3•rhysfonixone•13h ago•3 comments

Show HN: Cross-agent messaging and shared memory over the local filesystem

https://oacp.dev
11•haoranchg•1d ago•6 comments

Show HN: skills-for-humanity – 171 structured reasoning skills for Claude Code

https://github.com/human-avatar/skills-for-humanity
25•finnworks•1d ago•5 comments

Show HN: Fungible – A local personal finance app in the terminal

https://github.com/tomfunk/fungible
27•tomfunk•2d ago•13 comments

Show HN: DDoS detection in 500 lines of Python (MIT, no cloud, no account)

https://github.com/Flowtriq/ftagent-lite
8•jacob_masse•1d ago•4 comments

Show HN: Epstein Index – Stock returns of Epstein-linked companies since 2008

https://epstein-index-six.vercel.app/
2•milanmuriithi•6h 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?