frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: What if the speed of light was 5 km/h?

https://rivendell.dmitrybrant.com/relativity/
514•dmitrybrant•14h ago•215 comments

Show HN: Filament – Fast data movement engine in Go

https://github.com/galaxy-io/filament
10•ikswolzok•2d ago•0 comments

Show HN: I built an AI 'Fog of War' to kill my 3AM Notion templates

https://www.tryworthit.app/about
2•AvityN•12m ago•1 comments

Show HN: Art – draw one stroke, let symmetry complete it

https://mrdee.in/mandala/
60•cyb0rg0•5d ago•25 comments

Show HN: Syq – copy files between machines fast (better than rsync)

https://greaber.github.io/syq/
3•greaber•1h ago•2 comments

Show HN: We served 5k dynamic websites from a 2-vCPU, 4 GB VPS

https://github.com/Kooboo/Kooboo/blob/main/Docs/5000-sites-benchmark.md
3•zguoqi•1h ago•0 comments

Show HN: Math Gambling

https://kuber.studio/math-gambling/
2•kuberwastaken•1h ago•0 comments

Show HN: Compute polynomials twice as fast

https://thomasahle.com/fast-polynomials/
115•thomasahle•1d ago•36 comments

Show HN: Calmscroll – a reader that shows the current paragraph in the library

https://calmscroll.com
2•amadeuspagel•1h ago•0 comments

Show HN: Orchestrator, spawn and manage Claude Code instances remotely

https://github.com/markusbug/Orchestrator
2•mhaaseth•2h ago•0 comments

Show HN: I built a Cap Table app for myself, now you can use it too for free

https://cap-table.io/
2•ent101•3m ago•0 comments

Show HN: Persistent Jupyter kernel execution and live output streaming in VSCode

https://github.com/rnoro/tithon
7•rnoro_•1d ago•3 comments

Show HN: Pragma Twice – A dystopian sci-fi themed programming game

https://www.bryanpg.com/pragma_twice/
2•umvi•3h ago•0 comments

Show HN: BlindLock – Passwords hidden in a photo, sealed to your TPM/SE

https://blindlock.app/en/
3•BlindLock•3h ago•1 comments

Show HN: I graded 200 AI tools/apps and track any changes in their policies

https://isittrainingonme.com/
4•trainingonme•3h ago•0 comments

Show HN: Apparat/UI – React UI library for vibecoded creative tools

https://github.com/tommyjepsen/apparat-ui
3•tommyjepsen•3h ago•0 comments

Show HN: A free API to query 3.5B subdomains

https://subdomains.jsmon.sh
3•rashahacks•3h ago•0 comments

Show HN: Self-hosted company OS, Claude Code and Codex agents in departments

https://github.com/OtoDock/oto-dock
46•dimitrismrtzs•22h ago•12 comments

Show HN: Botbin.io – pastebin for AI agent artifacts

https://botbin.io/?v=next
7•obilgic•9h ago•3 comments

Show HN: Draw a wheel. See the road it rolls on

https://baselashraf.com/roadwright/
2•BaselAshraf81•4h ago•0 comments

Show HN: Geiger – See every AI agent on your machine and what it can touch

https://github.com/Atomburstofficial/geiger
46•atomburst•1d ago•24 comments

Show HN: Copperhead – Cursor for circuit boards

https://copperhead.sh/
243•animeshchouhan•2d ago•114 comments

Show HN: LLM Attention Visualization

https://ishamf.dev/p/llm-attention-visualizer/
168•ifz•1d ago•26 comments

Show HN: SubnetLens – OSS local network scanner built in Go with a TUI

https://github.com/ostefani/subnetlens
6•ostefani•7h ago•0 comments

Show HN: Free ePub Tools Online – View, Edit and Extract – ePub Toolset

https://epubtoolset.com
3•light001•7h ago•0 comments

Show HN: I couldn't afford interview prep, so I built a free alternative

https://learningto.co/
35•cdnsteve•1h ago•40 comments

Show HN: They chose your competitor. Find out why

https://drop.space
6•zhangchen0411•13h ago•2 comments

Show HN: I turned a 25 year old web platform into a HATEOAS multi-agent system

https://pwnc.it/en/home.php
4•katzito•9h ago•0 comments

Show HN: Rdltr – Inbox zero for your reading list

https://rdltr.app/
23•eduardosasso•22h ago•17 comments

Show HN: Whetuu – An opinionated, zero-config status line and history picker

https://github.com/yamafaktory/whetuu
13•yamafaktory•1d 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?