frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models

261•adam_rida•7h ago•125 comments

Show HN: Palmier Pro – Open-source macOS video editor built for AI

https://github.com/palmier-io/palmier-pro
129•harrisontin•12h ago•20 comments

Show HN: I built a local Node.js conduit for the BorgIOS network

https://github.com/bitmonky/borgHUI
2•BorgIOS•7m ago•0 comments

Show HN: OneCLI – OSS credential gateway that keeps secrets out of AI agents

https://github.com/onecli/onecli
81•Jonathanfishner•11h ago•29 comments

Show HN: Claude-thermos keeps your Claude session warm for you

https://github.com/izeigerman/claude-thermos
82•s0ck_r4w•10h ago•70 comments

Show HN: Trifle – Open-source analytics that stores answers, not events

https://trifle.io/
38•iluzone•1d ago•8 comments

Show HN: Remux – an open-source tmux workspace designed for iPhone

https://github.com/h3nock/remux
89•bitwise42•12h ago•31 comments

Show HN: Whetuu – a zero-config cross-shell prompt written in Zig

https://yamafaktory.github.io/whetuu/
46•yamafaktory•12h ago•29 comments

Show HN: Connecting my dumb garage and car's homelink buttons to Home Assistant

https://dsauerbrun.com/writing/dumb-garage
7•dsauerbrun•5h ago•0 comments

Show HN: A factory simulator game built on Spreadsheets

https://www.logisheets.com/?craft=factory-simulator
3•JeremyHe•2h ago•0 comments

Show HN: Turo – An Aggressive Token-Saving Proxy for CLI AI Agents

https://github.com/kdeps/turo
2•jjuliano•2h ago•1 comments

Show HN: Life Tile – Passive time tracker that shows your day as a Mondrian grid

https://apps.apple.com/us/app/life-tile-auto-tracker/id6767332648
2•choyongjoon•3h ago•0 comments

Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)

https://bento.page/slides/
986•starfallg•1d ago•230 comments

Show HN: macOS menu-bar manager for SSH port forwards

https://github.com/lx2026/RelayBar
39•linxy97•12h ago•6 comments

Show HN: I built a zero-latency developer tool suite in pure Vanilla JavaScript

https://omnideck.cc/
19•AAPD_Studio•13h ago•10 comments

Show HN: Dally – A little every day adds up

https://mctools.site
17•totaldude87•13h ago•2 comments

Show HN: Flow Matching model inference in C

https://github.com/ecrasevvv/c-fm/tree/master
4•ecrasevvv•10h ago•0 comments

Show HN: Advanced Coffee Search Covering Over 17,000 coffees

https://beangenie.coffee/coffee
2•epicwynn•5h ago•1 comments

Show HN: Cactus Hybrid: We taught Gemma 4 to know when it's wrong

https://github.com/cactus-compute/cactus-hybrid
183•HenryNdubuaku•1d ago•40 comments

Show HN: Hanky – ETL style framework for loading flash cards into Anki

https://github.com/Haeata-Ash/hanky
10•funfruit•13h ago•0 comments

Show HN: GapQuery – find app-market gaps from 35,600 apps and their reviews

https://www.gapquery.com
6•northify•12h ago•0 comments

Show HN: I simulated closing the Strait of Hormuz on real oil trade data

https://globaloilnetwork.staffinganalytics.io/
6•eliotho•14h ago•3 comments

Show HN: DeepSQL – A self-hostable DBA agent for Postgres and MySQL

https://deepsql.ai/
50•venkat971•3d ago•29 comments

Show HN: Web swing through midtown NYC

https://www.swingnyc.com/
75•shahahmed•1d ago•26 comments

Show HN: HN Hall of Fame – browse 3,100 legendary Hacker News links

https://www.orangecrumbs.com/hall/
205•oyster143•1d ago•38 comments

Show HN: Notebooker.ai – NotebookLM alternative, your own models, keys, storage

https://notebooker.ai/
3•mistakevin•8h ago•0 comments

Show HN: I made YAFL – a E2EE file handoff for AI agents

https://yafl.dev
4•marcushorndt•13h ago•1 comments

Show HN: What's AI's go-to, public or private healthcare?

https://www.modelbias.ai/prompt/public-or-private-healthcare
8•bnfcl•13h ago•3 comments

Show HN: Syncle – Open-source real-time database synchronization engine

https://github.com/osmanahmadxai/SYNCLE
3•osmanahmadxai•9h ago•0 comments

Show HN: ReadKinetic – a free, local-first speed reader for your own books

https://www.readkinetic.com/app/
101•SamuraiLion•1d ago•67 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?