frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript

https://github.com/twalichiewicz/HNewhere
313•twalichiewicz•11h ago•81 comments

Show HN: Vimgolf.ai – Learn Vim by playing through a map of levels

https://vimgolf.ai
2•nickandbro•18m ago•0 comments

Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library

https://github.com/reflex-dev/xy
124•apetuskey•17h ago•46 comments

Show HN: How far do I have to go to run into 100k people?

https://imjasonh.github.io/playground/population-rays/
67•ImJasonH•5d ago•43 comments

Show HN: Lean4 Datalog DSL Based on Google Zanzibar for AI Projects

https://github.com/jagg-ix/zil-lean
14•kbradero•7h ago•2 comments

Show HN: Firemaps Spain – Live wildfire map with wind flow for ES and PT

https://firemapsspain.online/
8•kalamarico•4h ago•2 comments

Show HN: Learning Rust by writing a Markdown to HTML compiler

https://andreadimatteo.com/md-to-html-compiler.html
20•deotman•8h ago•3 comments

Show HN: I made a convenient file sharing service (NOT A STARTUP)

https://coldfiles.dev/
2•bunchy7s•2h ago•1 comments

Show HN: Formally verified 3D CSG: Trust 93 lines spec, not 1000 lines AI code

https://github.com/schildep/verified-3d-mesh-intersection
109•permute•20h ago•48 comments

Show HN: Game Boy on the Beam – A DMG Emulator in Pure Elixir

https://gb-dmg.live/
5•douglascorrea•3h ago•0 comments

Show HN: Scala Tutorials – interactive Scala 3 lessons in the browser

https://scalatutorials.com
77•eranation•4d ago•35 comments

Show HN: PR review time decreased by N3MO:impact analyzer (15 days free trial)

https://n3mo.vercel.app
3•RajX_dev•4h ago•2 comments

Show HN: Magpie, a CLI to Turn Your AI Agent into a Bookkeeper

https://github.com/kyle-visner/magpie
8•kvisner•10h ago•0 comments

Show HN: Cynative – Read-only CLI in Go that explains your live infrastructure

https://github.com/cynative/cynative
16•szin•17h ago•4 comments

Show HN: tale.fyi, we deserve a home for fiction

https://tale.fyi/@sam/announcing-tale-fyi-read-or-listen-to-an-entire-book-from-a-single-link
71•samuelcole•20h ago•66 comments

Show HN: Yap – OSS on-device voice dictation for macOS with no model to download

https://github.com/FrigadeHQ/yap
101•pancomplex•1d ago•41 comments

Show HN: Robust Blockchain Infrastructure

https://onfinality.io/en
2•cyrbuzz•5h ago•1 comments

Show HN: Segue – Save context in one AI, load it in another by a short handle

https://segue.ai/
31•csaguiar•21h ago•21 comments

Show HN: MetrIQ – An AI fitness coach who supports you

https://metriq.fitness
3•zinas•6h ago•2 comments

Show HN: Beakdown – a game inspired by Joust/Skirmish

https://beakdown.fun/
10•novlrdotcom•13h ago•16 comments

Show HN: I spent 3 years building the CRM I wanted to use

https://ninjapipe.com
2•dinuka_jay•6h ago•0 comments

Show HN: FeyNoBg – Automatic background removal model and training library

https://usefeyn.com/blog/feynobg/
118•snyy•1d ago•29 comments

Show HN: AiTextToHandwriting] – Text to Handwriting Converter

https://aitexttohandwriting.com/
2•zhou594660747•7h ago•0 comments

Show HN: SeaTicket – Duplicate Bug Finder for GitHub

4•Daniel-Pan•7h ago•2 comments

Show HN: MegaDSP an effects plugin for DAWs with 50 effects

5•locusofself•7h ago•0 comments

Show HN: MD Flow – native macOS/iOS app for browsing and reading Markdown files

https://www.markdownfinder.app/en
2•azambrano•8h ago•0 comments

Show HN: BrowserAct: Browser Layer for Your AI Agent

https://github.com/browser-act/skills
14•aanthonymax•1d ago•2 comments

Show HN: Flashpaper – Self-destructing secret sharing with no database

https://flashpaper.app/
25•minpym•18h ago•10 comments

Show HN: Physically accurate black hole you can put in your room

https://blackhole.plav.in
472•aplavin•5d ago•183 comments

Show HN: Can you distinguish NBA shooting streaks from randomness?

https://www.hothand.study/
2•Tippedcellar405•9h ago•1 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?