frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Laser Graffiti

https://laser.consti.de
190•con•2d ago•39 comments

Show HN: We built the smallest dual-band aircraft tracker

https://pantsforbirds.com/the-worlds-smallest-dual-band-ads-b-receiver-module/
81•CoolNamesAllTkn•5d ago•21 comments

Show HN: Markdown Viewer and Editor

https://kingsbridge-consultancy.com/md-viewer/
24•beerglass•12h ago•11 comments

Show HN: FnScribe – Open-source, offline dictation for macOS

https://github.com/AlgorithmicResearchGroup/fnscribe
34•modagent•4d ago•23 comments

Show HN: Corporate Mind Games – logic puzzles with a sarcastic corporate theme

https://corporatemindgames.com/
46•dontwordle•16h ago•13 comments

Show HN: Serendipity – rediscover the web one interesting page at a time

https://serendipity.surf/
4•RaCaS123•5h ago•0 comments

Show HN: Seatlr – We rebuilt our traveler chat into an AI-powered travel network

https://www.seatlr.com/
2•alihadi965•5h ago•0 comments

Show HN: I Built the AI command center that runs all local models in one place

https://generativeide.com/
2•rohangnaneshjh•5h ago•0 comments

Show HN: Floe – an open-source plugin for sample libraries – CLAP/VST3/AU

https://floe.audio/
19•windell•22h ago•10 comments

Show HN: SlideOps – slides from a repo that flag when they drift from the code

https://github.com/glukicov/slideops
21•lukicov•20h ago•5 comments

Show HN: Saccade – Live semantic browser truth for AI agents

https://github.com/nanlogic/saccade
5•sacravenger•9h ago•0 comments

Show HN: A Curated Library of Hero Sections from Fast-Growing Startups

https://www.herotxt.page/
4•lynn_xx•6h ago•2 comments

Show HN: I rebuilt tank game with new style

https://www.battle-tank.com/
3•dutay05•7h ago•0 comments

Show HN: Chaosword – A Crossword?

https://chaosword.com
2•ghosts_•7h ago•0 comments

Show HN: What Happens When You Give Your AI Agents a Voice and an Attitude

https://fellowgeek.github.io/mcp-speak/
9•pcbmaker20•18h ago•5 comments

Show HN: A Bluesky bot that shares Wikipedia links from the HN front page

https://bsky.app/profile/hnwiki.bsky.social
4•doctoboggan•4h ago•1 comments

Show HN: NFC Energy-Harvesting PCB Business Card with an MCU

https://wilsonharper.net/projects/businesscard/
216•WilsonHarper•3d ago•30 comments

Show HN: I missed the moving blocks, so I built a real Linux disk defragmenter

https://github.com/gbin/defragger
96•gbin•6d ago•68 comments

Show HN: Nos4, new nostalgic internet toy. A complete IOS4 right on the browser

https://nos4.fun/
3•1etu•9h ago•0 comments

Show HN: Tubeviz – automatically edit YouTube footage to music

https://github.com/interrupt21h/tubeviz
3•int0x21•12h ago•0 comments

Show HN: cdai – the AI-enhanced cd command

https://github.com/franzenzenhofer/cdai
2•franze•12h ago•0 comments

Show HN: Claude Code Arcade

https://github.com/jystervinou/claude-code-arcade
3•jystervinou•12h ago•0 comments

Show HN: Typebase – A single-folder back end you write in TypeScript

https://typebase.io
118•andrewww-dev•5d ago•46 comments

Show HN: Keel - A conductor, not an agent loop

https://daneb.github.io/keel/
3•danebalia•12h ago•0 comments

Show HN: Guess the AI model from its web design

https://raq.com/blog/can-you-spot-ai-web-design/quiz
5•hawke•13h ago•0 comments

Show HN: Xyzzy – AI teamwork in one Python process, with a tamper-evident log

https://github.com/Project-Nexus-YR/XYZZY
3•Yashiru•14h ago•0 comments

Show HN: Galaxium, an experimental WebGPU space explorer

https://galaxium.app
135•guillaumec•1w ago•40 comments

Show HN: The load-bearing vocabulary of Claude

https://louisabraham.github.io/load-bearing/
700•Labo333•4d ago•326 comments

Show HN: Deslop, a skill that turns legalese and AI slop into plain English

https://github.com/fayerman-source/deslop/
2•fayerman•6h ago•0 comments

Show HN: SubSmith – Turn your own videos into language-learning material

https://subsmith.app
76•IbrahimF96•3d ago•51 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?