frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Rip.so – a graveyard for dead internet things

https://rip.so
27•bozdemir•1h ago•17 comments

Show HN: Rocky – Rust SQL engine with branches, replay, column lineage

https://github.com/rocky-data/rocky
61•hugocorreia90•19h ago•4 comments

Show HN: Auto-Architecture: Karpathy's Loop, pointed at a CPU

https://github.com/FeSens/auto-arch-tournament/blob/main/docs/auto-arch-tournament-blog-post.md
161•fesens•17h ago•34 comments

Show HN: Drive any macOS app in the background without stealing the cursor

https://github.com/trycua/cua
135•frabonacci•18h ago•32 comments

Show HN: Live Sun and Moon Dashboard with NASA Footage

https://www.lumara-space.app/
200•beeswaxpat•21h ago•62 comments

Show HN: TiGrIS, a tiling compiler that fits ML models onto embedded devices

https://github.com/raws-labs/tigris
19•asteinh•3h ago•0 comments

Show HN: OSS Agent I built topped the TerminalBench on Gemini-3-flash-preview

https://github.com/dirac-run/dirac
384•GodelNumbering•1d ago•141 comments

Show HN: Utilyze – an open source GPU monitoring tool more accurate than nvtop

https://www.systalyze.com/utilyze
122•ManyaGhobadi•1d ago•28 comments

Show HN: Pi-hosts – Give the Pi coding agent access to your servers

https://github.com/hunvreus/pi-hosts
16•hunvreus•8h ago•0 comments

Show HN: A terminal spreadsheet editor with Vim keybindings

https://github.com/garritfra/cell
121•garritfra•1d ago•51 comments

Show HN: GeoTraceroute – Traceroutes on a 3D globe and submarine cables

https://geotraceroute.com
21•Himred•8h ago•1 comments

Show HN: 49Agents – 2D Canvas IDE for Orchestrating Agents, Repos, Issues

https://github.com/49Agents/49Agents
14•alpadurza•10h ago•1 comments

Show HN: I built another to do list. But it does a lot

https://apps.apple.com/us/app/rotation-list-shared-to-do/id6758746324
11•toddh•11h ago•2 comments

Show HN: I wrote a DOOM clone in my own programming language

https://spectrelang.org/log/devlog#cubedoom
20•pizza_man•22h ago•5 comments

Show HN: ClusterdOS – Kubernetes without the platform team

https://gitlab.com/aranya-tech/public/clusterdos
13•druid•11h ago•1 comments

Show HN: Waiting for LLMs Suck – Give your user a game

https://github.com/ftaip/waiting-game
34•dalemhurley•1d ago•15 comments

Show HN: Effected Keyboard 2 – Effects as You Type

13•vitalipom•13h ago•0 comments

Show HN: A TUI for Markdown view an editing

https://mdee.bkh.dev
19•cloked•14h ago•1 comments

Show HN: Devicons, +1300 logos and icons in React, SVG, and icon format

https://devicons.io/
18•vorillaz•1d ago•2 comments

Show HN: The Unix Magic poster, annotated (updated)

https://github.com/drio/unixmagic
74•drio•2d ago•7 comments

Show HN: I mapped the latest UK fuel prices by county

https://fuelfox.uk/regional
19•sircipher•15h ago•2 comments

Show HN: Open Bias – proxy that enforces agent behavior at runtime

https://github.com/open-bias/open-bias/
20•algomaniac•15h ago•4 comments

Show HN: Tiao, A two-player turn-based board game

https://playtiao.com
73•trebeljahr•2d ago•35 comments

Show HN: Free textbook on engineering thermodynamics

https://thermodynamicsbook.com/
187•2DcAf•2d ago•47 comments

Show HN: Unusual Wikipedia

https://unusualwiki.nk412.com/
38•grilledchickenw•1d ago•3 comments

Show HN: AgentSwift – Open-source iOS builder agent

https://github.com/hpennington/agentswift
63•hpen•1d ago•9 comments

Show HN: Ragnerock, an AI data analysis tool

https://www.ragnerock.com
13•mmahowald27•17h ago•4 comments

Show HN: Decaf – rewrites webpage comments using on-device Gemini Nano

https://github.com/milind-soni/Decaf
15•milindsoni201•17h ago•1 comments

Show HN: PrePrompt – rewrites vague prompts before they reach the LLM

https://preprompt.org/
22•yashdeeptehlan•1d ago•5 comments

Show HN: SyncVibe – Code with friends in the terminal, each with your own AI

https://syncvibe.online/
18•curious1008•19h ago•4 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•11mo 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•11mo ago
What makes Solidis more performant than other Redis clients like ioredis or redis
jayl-e-e•11mo 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•11mo 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•11mo 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•11mo ago
Improvement deployed!
swaptr•11mo 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•11mo ago
It's my pleasure! :)
jayl-e-e•11mo ago
swaptr, thank you for your contribution to Solidis! May I know how to contact you?