frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Gander, an Android file viewer that asks for no permissions at all

https://github.com/mokshablr/gander
97•mokshablr•6h ago•50 comments

Show HN: A udev implementation in Guile Scheme

https://codeberg.org/goodev/goodev
15•mbakke•4d ago•5 comments

Show HN: Distilling DeepSeek into GPT-OSS doesn't transfer censorship. Try it

https://www.ctgt.ai/research/distillation-censorship-transfer
136•cgorlla•18h ago•68 comments

Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLite

https://kedge.dev/
117•wgjordan•1d ago•20 comments

Show HN: What should the GUI for AI agents look like?

https://marbleos.com/demo
74•akbabu•7h ago•44 comments

Show HN: Optimize and serve models with Fable quality at half the cost

https://github.com/experientiallabs/world-model-optimizer
68•SilenN•4d ago•28 comments

Show HN: I made a game where you build a CPU from logic gates

https://select.supply/game/chipbuilder
85•laurentiurad•1d ago•67 comments

Show HN: Cubic Doggo 06R: 12-DOF 4-Legged Robot with IMU

https://github.com/SphericalCowww/CubicDoggo_06R
4•SphericalCowww•5d ago•0 comments

Show HN: Open-source engine running Gemma 4 26B in 2 GB RAM on any M-series Mac

https://github.com/drumih/turbo-fieldfare
896•gitpusher42•1d ago•330 comments

Show HN: Claude-account – switch Claude Code accounts without logging in again

https://github.com/hamzarehmandeveloper/claude-account
50•hamza_rehman•21h ago•26 comments

Show HN: Noisegate – a differential-privacy gateway for untrusted AI agents

https://github.com/yashmahajan10/llm-differential-privacy-gateway
17•yashmahajan10•18h ago•0 comments

Show HN: A Handwritten Blogging Platform

https://handwritten.blog/
6•emilesilvis•5h ago•4 comments

Show HN: Tileroot – save/restore tiling WM layouts (sway, Hyprland, i3)

https://github.com/Hinikaa/tileroot
2•hinikaa•6h ago•0 comments

Show HN: Local text, image, video, music and 3D from one CLI, no Python

https://github.com/sawfwair/mere-run
13•sawfwair•23h ago•5 comments

Show HN: Supapool – a Supabase per coding agent in ~400 ms

https://supapool.io/
29•kevo1ution•1d ago•8 comments

Show HN: Port Zero – How I learned to stop worrying and love PORT=0

https://portzero.net/
19•octopoc•4d ago•20 comments

Show HN: Widen – Open-source Mac Postgres GUI with local or cloud text-to-SQL

https://widen.dev/
7•thedreammachine•11h ago•0 comments

Show HN: CheapFoodMap – A map of good meals under $10

https://cheapfoodmap.com/
277•jaep1•1d ago•244 comments

Show HN: Qwen Scribe – local transcription and dictation for Apple Silicon

https://github.com/VladUZH/qwen-scribe
93•sidclaw•1d ago•20 comments

Show HN: Great Spectations, the Spec Checker

https://greatspectations.org
4•RustyRussell•11h ago•0 comments

Show HN: DMARC.quest SPF/DKIM/DMARC Demystified

https://www.dmarc.quest
2•junkDrawer_ai•8h ago•0 comments

Show HN: Prizm – One API key for every top AI video, image and voice model

https://www.prizmkey.com
2•jking413•8h ago•0 comments

Show HN: ShowTrust – Testimonials Collection Tool and Widget Embed

https://showtrust.to
2•sev_tinker•8h ago•0 comments

Show HN: Eloqra - Live Chat with Telegram integration

https://eloqra.app
4•sev_tinker•8h ago•2 comments

Show HN: The fastest JSON parser for Go

https://github.com/buger/jsonparser
6•LeonidBugaev•8h ago•1 comments

Show HN: A local merge queue for parallel Claude Code agents

https://github.com/funador/claude-code-merge-queue
42•funador•1d ago•22 comments

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

https://github.com/twalichiewicz/HNewhere
425•twalichiewicz•2d ago•122 comments

Show HN: Reclip – AI Video Clipper, Voiceover and Creator Tools

https://www.reclip.io
2•qwikhost•9h ago•0 comments

Show HN: NegativeEV – I built a tool to help people see how bad their bets are

https://negativeev.com/
6•qkwrv•17h ago•5 comments

Show HN: [Target: Calamity] A visualization of how long we have to change course

https://TargetCalamity.org
3•MaxONeill159•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?