frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Huzzah – a novel approach to coding with AI

https://www.danielvaughn.dev/posts/huzzah/
239•danielvaughn•8h ago•138 comments

Show HN: ParqDB – Vector search in the browser from Parquet over HTTP"

https://search.parqdb.io/
8•petrizhang•3h ago•2 comments

Show HN: I trained a 125M model to autocomplete piano on-device

https://simedw.com/2026/08/20/midi-autocomplete/
534•simedw•15h ago•110 comments

Show HN: Open-source Stripe Connect alternative

https://zoneless.com
67•tinyprojects•13h ago•29 comments

Show HN: Omacosy – Omarchy-style tiling desktop for macOS, no SIP

https://github.com/paulsp94/omacosy
50•paulsp•13h ago•39 comments

Show HN: Fsel –. a Rust TUI launcher, fuzzy picker and clipboard browser

https://github.com/Mjoyufull/fsel
2•Rikona_Kurasaki•1h ago•0 comments

Show HN: XListman – one-binary, self-hosted mailing list manager

https://github.com/barats/xlistman
2•baratsemet•1h ago•0 comments

Show HN: Steppewm stacking Wayland window manager

https://keygen.sbs/steppewm/
2•uncognic•1h ago•0 comments

Show HN: We chased a weather balloon across Montana and never found it

https://radi8.dev/blog/uplink/
53•radeeyate•10h ago•22 comments

Show HN: Check if any of the $656M in unclaimed royalties at The MLC is yours

https://pub.doub.ly/
66•knaught•13h ago•37 comments

Show HN: A data viewer for choosing Frigate-compatible IP cameras

https://github.com/ch-bas/cctv-camera-database
37•martinAndy•6h ago•3 comments

Show HN: Crypto and NFT Project Directory – Other Worlders

https://otherworlders.com/nft-directory/
3•wowinter15•1h ago•0 comments

Show HN: TakoVM – Serverless file systems for agents

https://tako-research.github.io/TakoVM/
3•sakuraiben•3h ago•0 comments

Show HN: luoluoAI – OpenAI-compatible and Claude Messages API gateway

https://api.luoluocoder.com/
2•siofeng•4h ago•0 comments

Show HN: ImageSage – Photo manager using Local AI on Windows

https://apps.microsoft.com/detail/9mt89hd9s6sm?hl=en-US&gl=US
2•ringlochid•1h ago•1 comments

Show HN: DumpSort – drop screenshots/PDFs, get a named zip (browser-only)

https://dumpsort.vercel.app
3•davidlifschitz•6h ago•0 comments

Show HN: WaveHouse – Supabase for ClickHouse

https://wavehouse.dev
14•ericandr•10h ago•3 comments

Show HN: Molecule.dev is an AI-first composable package ecosystem

https://github.com/molecule-dev/molecule
2•loh•7h ago•1 comments

Show HN: Praxos – team messaging with built-in memory

https://www.praxos.ai/
5•mogusian•7h ago•2 comments

Show HN: Streambench – Native Mac Client for Kafka and NATS

https://streambench.app
13•valentinprgnd•6d ago•4 comments

Show HN: PingChange – monitor web pages and OpenAPI specs for meaningful changes

https://pingchange.com
2•epigos•7h ago•0 comments

Show HN: Verified business dashboards inside ChatGPT and Claude via MCP Apps

https://www.corpusiq.io/docs/hermes/mcp/mcp-apps-interactive-ui
2•corpusiq_io•7h ago•0 comments

Show HN: sce (Simple Console Editor)

https://github.com/volution/simple-console-editor
15•ciprian_craciun•5d ago•0 comments

Show HN: Automatically detect and patch walking-dead states in Sierra games

https://github.com/katiahayati/lucasartsifier/
157•wkfauna•2d ago•97 comments

Show HN: Sourcery – Benchmark for search APIs on the sources they return

https://sameerhimati.com/sourcery/
3•sameerhimati•7h ago•1 comments

Show HN: Astronomy Buddy–what's worth pointing a telescope at tonight

https://astronomy-buddy.com/
3•TheFunkyMonk•8h ago•0 comments

Show HN: Sitmap – a World in Conflict inspired map maker for Cold War scenarios

https://tomaytotomato.github.io/sitmap/
7•tomaytotomato•15h ago•3 comments

Show HN: Encrypt messages locally into self-contained links

https://diaryof.me/tools/
4•cryptographical•8h ago•1 comments

Show HN: Sentrint, a security scanner for projects build with LLMs

https://sentrint.com/
5•Gourabdg•15h ago•2 comments

Show HN: Paint-by-numbers pixel art that 24 strangers fill in together

https://fillgood.io
5•einkaufspilot•8h 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?