frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: CUA-S1 – A System One Model for Computer Use

https://github.com/trycua/cua
72•frabonacci•13h ago•8 comments

Show HN: Frost – frosted-glass Linux icons where file types say what they are

https://github.com/thissayantan/frost-icon-theme
10•thissayantan•8h ago•0 comments

Show HN: Rubrol – Sub-10ms PDF engine using Typst instead of Headless Chrome

https://rubrol.com/
9•halfradaition•6h ago•0 comments

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

https://github.com/arnegiacomo/fugleramme
2356•arnemunthekaas•4d ago•259 comments

Show HN: Text-me: a personal agent that learns your pace

https://aiworthusing.com/agent-index/text-me
5•melfernand•5h ago•0 comments

Show HN: Jev-lint – semantic linter with plain English rules

https://github.com/zdenham/jev-lint
5•zdenham•5h ago•1 comments

Show HN: DH Tools – 40 client-side developer and productivity tools

https://denizlihub.com/
5•denizlihub•6h ago•0 comments

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

https://cactuscompute.com/needle
226•HenryNdubuaku•2d ago•91 comments

Show HN: Jev-align, a CLI to calibrate Jev to your judgement

https://github.com/sutro-sh/jev-align
3•sethkim•6h ago•0 comments

Show HN: I am vibe coding a drone

https://ai-eng-design-production.up.railway.app/login
3•couAUIA•7h ago•0 comments

Show HN: Set, offline Markdown note-taking app with device-to-device sync

https://app.writewithset.com
3•aavshr•7h ago•0 comments

Show HN: Forexfin – Trading calculators, alerts and a journal in one place

https://forexfin.tech/
3•howtobatman101•7h ago•0 comments

Show HN: Kibana-agent – query Kibana logs from CLI

https://github.com/hyzyla/kibana-agent
3•hyzyla•7h ago•0 comments

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

https://scry.io/
59•Xyra•2d ago•25 comments

Show HN: I wrote a custom assembler for CHIP-8 in C++

https://github.com/Tackx/c8-ass
26•tack1234•2d ago•4 comments

Show HN: Share your AI Setup, Learn from others

https://mysetup.ai/
241•steveybrown•2d ago•138 comments

Show HN: Connectome-inspired spiking network you can try in the browser

https://awareliquid-sparse-snn-demo.static.hf.space/index.html
4•EverestAn•8h ago•0 comments

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

https://snapdrop.me
107•Capira•2d ago•49 comments

Show HN: Play DSS and DS2 dictation files online without uploading your audio

https://speechtext.ai/online-dss-player
3•robgehring•9h ago•0 comments

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

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

Show HN: OpenWand – A mission to remove chat interface from working with AI

https://github.com/SunnyLich/OpenWand
3•OpenWand•9h ago•0 comments

Show HN: CrabBoss, radio automation software

https://crabboss.vercel.app
3•sonyarianto•14h ago•0 comments

Show HN: KillSwitch – a programming language designed to be difficult for LLMs

https://killswitch-lang.org
7•dom96•10h ago•2 comments

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

https://github.com/Alurith/jeff
26•imalessandro•1d ago•5 comments

Show HN: Seal – Letters and passwords that open for your family after you die

https://github.com/jasonepage/Seal
11•jpage2•1d ago•7 comments

Show HN: Flyover Country – guide to the window seat with AR

https://flyovercountry.app/
2•headsupernova•11h ago•0 comments

Show HN: BreachScanner – Check if your email has been in data breaches

https://github.com/Aaronmike481/BreachScanner
2•thewalnut124•12h ago•3 comments

Show HN: Reader – I made a Mac workspace for books, browser tabs, notes, and AI

https://github.com/Marvy101/reader-source
3•marvy101•12h ago•1 comments

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

https://liveworld.info/
39•harisingh1612•1d ago•37 comments

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

https://bkovac.github.io/modem-thing/
208•bobili1234•4d ago•37 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?