frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash

https://cactuscompute.com/needle
171•HenryNdubuaku•1d ago•78 comments

Show HN: LiveWorld – Every 24/7 YouTube live camera on one globe

https://liveworld.info/
19•harisingh1612•3h ago•21 comments

Show HN: Scry, programmable internet search w/ congestion pricing

https://scry.io/
46•Xyra•1d ago•22 comments

Show HN: Ax-check.com – Can agents use your product?

https://www.ax-check.com/
28•0x63_Problems•1d ago•34 comments

Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations

https://github.com/arnegiacomo/fugleramme
2320•arnemunthekaas•3d ago•255 comments

Show HN: Jeff – A read-only CLI for semantic code review using Jev

https://github.com/Alurith/jeff
16•imalessandro•9h ago•1 comments

Show HN: An OSS Python dependency scanner for exploited, unmaintained packages

https://github.com/binuka200/package-doctor
3•binukajayaweera•3h ago•1 comments

Show HN: Snapdrop: Instantly share files between devices. No setup, no signup

https://snapdrop.me
97•Capira•1d ago•45 comments

Show HN: Share your AI Setup, Learn from others

https://mysetup.ai/
231•steveybrown•1d ago•135 comments

Show HN: TypeSeer – on-device autocomplete for every text field on macOS

https://typeseer.com/
3•animateus•5h ago•1 comments

Show HN: Procedurally Generated Mineral Gems

https://gems.0x0000007a.com/
2•Dramatize•7h ago•0 comments

Show HN: Go Implementation of Systemd Time

https://gitlab.com/allddd/go-systemd-time
3•allddd•8h ago•0 comments

Show HN: Yello. Let your agents chat with other people's agents

https://yello.sh
2•tony_francis•8h ago•2 comments

Show HN: LingBot-World 2.0 (1.3B) running at 16 FPS on one RTX 5090

https://github.com/kaarelkaarelson/lingbot-world-v2-realtime
2•kaarelson•8h ago•1 comments

Show HN: A model index from the AI Gateways

https://www.computesdk.com/benchmarks/ai-gateway/models
5•heygarrison•8h ago•0 comments

Show HN: Microsoft Office running with Wine on Linux with no virtualization

https://github.com/Tombert/office365_flake
84•tombert•1d ago•79 comments

Show HN: I built a new version of my fun spatial 3D online meeting app

https://flat.social
97•pawelwentpawel•1d ago•52 comments

Show HN: Craigslist for agent skills, curated by a human

https://skillbay.sh/
25•skeptrune•1d ago•18 comments

Show HN: Timeline, a team project planner with a fast canvas Gantt view

https://github.com/vakahnke/Timeline
2•vakahnke•10h ago•1 comments

Show HN: A Prometheus exporter for Sagemcom F3896 cable modems

https://github.com/colinedwardwood/sagemcom-docsis-exporter
2•b1shp•10h ago•0 comments

Show HN: Jev helps you to not run malicous code

https://github.com/luantak/is-malicious
2•lu4p•10h ago•0 comments

Show HN: Koi Editor Alpha

https://koieditor.com/
5•hackermanai•11h ago•2 comments

Show HN: Learn divergently/chaotically with tree-learn

https://tree-learn.srijanshukla18.workers.dev
2•srijanshukla18•11h ago•0 comments

Show HN: App Launch: GrabThat (NLP Launcher for Windows)

https://grabthat.ai/
2•kevanparker•11h ago•0 comments

Show HN: Figranium – Stack blocks to build browser workflows and call via API

https://github.com/figranium/figranium
3•asernasr•12h ago•0 comments

Show HN: AttaLambda: a language where types and data are made of untyped lambdas

https://attalambda.com
44•kserrec•4d ago•7 comments

Show HN: Hacking a $20 4G wireless hotspot into a texting device

https://bkovac.github.io/modem-thing/
206•bobili1234•3d ago•37 comments

Show HN: Free game to destroy any web page

https://page-rage.com/
16•alexreardon•1d ago•7 comments

Show HN: Servers for AI, not another AWS

https://rawhq.io
2•eulerpoolapi•12h ago•0 comments

Show HN: A4 list. Two weeks, folded small

https://a4list.enzom.dev/
4•emadda•12h 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?