frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue

https://llmgame.scalex.dev
2•Wirbelwind•46m ago•1 comments

Show HN: LiteParse v2, now in Rust 100x faster

https://github.com/run-llama/liteparse/
3•pierre•1h ago•0 comments

Show HN: Open-Source AI Racing Harness

https://www.elodin.systems/post/elodin-ai-grand-prix-race-sim-harness
40•danAtElodin•17h ago•4 comments

Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS

https://tinycld.org/
102•nathanstitt•23h ago•33 comments

Show HN: Electrical Grid Mapping Launchpad

https://MapYourGrid.org/map-it/
5•andreashd11•4h ago•1 comments

Show HN: AT4K Launcher - Apple TV inspired Launcher for Android TVs

https://at4klauncher.com
6•avadhesh18•4h ago•2 comments

Show HN: Reassign – a 24-hour dial for planning your day

https://reassign.app
6•smuk3c•4h ago•15 comments

Show HN: I made an emergency page for my family

https://help.delduca.org
77•delduca•23h ago•97 comments

Show HN: LaunchPact – get upvotes for your ProductHunt launch

https://www.launchpact.io
6•devtanna•5h ago•2 comments

Show HN: Posthorn, self-hosted mail gateway

https://github.com/craigmccaskill/posthorn
78•craigmccaskill•1d ago•56 comments

Show HN: Teleport-env – <500ms stateful rollbacks for AI agents via CRIU

https://github.com/JaiCode08/teleport-env
6•Jainish08•11h ago•0 comments

Show HN: A website that tracks every stock trade Congress makes

https://congress.kadoa.com/
58•hubraumhugo•1d ago•20 comments

Show HN: Filemat – an open-source web-based file manager

https://github.com/bingud/filemat
17•bingud•23h ago•12 comments

Show HN: Sweetpad – VS Code extension for building iOS/Swift apps

https://github.com/sweetpad-dev/sweetpad
6•hyzyla•16h ago•0 comments

Show HN: OpenBrief – Local-first video downloader/summarizer

https://github.com/tantara/openbrief
91•tantara•2d ago•17 comments

Show HN: Audiomass – a free, open-source multitrack audio editor for the web

https://audiomass.co/?multitrack=1
546•pantelisk•3d ago•120 comments

Show HN: An update to our long-turn FreeCiv experience

https://freeciv.andrewmcgrath.info/
5•verelo•13h ago•0 comments

Show HN: Hodor – a 701KB native macOS prompt launcher for AI tools

https://hodor.design
8•woodydesign•21h ago•2 comments

Show HN: Geomatic – A command-driven geometry studio enabled with autodiff

https://www.tinyvolt.com/geomatic
74•nivter•3d ago•17 comments

Show HN: Rapel – chunked resumable downloads in unstable networks

https://github.com/redraw/rapel
19•autorun•2d ago•9 comments

Show HN: CSP Radar – Build a Content Security Policy without breaking your site

https://cspradar.com
4•itsdevdaniel•16h ago•0 comments

Show HN: Iron – A Programmable Compiler that can convert 6.3M LOC/s

https://github.com/dogmaticdev/IRON
6•dogmaticdev•16h ago•0 comments

Show HN: VAEN – Package and import portable AI coding-agent Harnesses

https://github.com/sjhalani7/vaen
8•sjhalani7•16h ago•3 comments

Show HN: Open-source alternative to Duolingo for learning anything

https://www.zoonk.com/
6•ceolin•17h ago•0 comments

Show HN: Game Boy pixel pipeline explorer

https://pixelpipeline.xyz
12•blueblazin•1d ago•5 comments

Show HN: Cross-agent messaging and shared memory over the local filesystem

https://oacp.dev
13•haoranchg•1d ago•6 comments

Show HN: Fungible – A local personal finance app in the terminal

https://github.com/tomfunk/fungible
28•tomfunk•2d ago•13 comments

Show HN: skills-for-humanity – 171 structured reasoning skills for Claude Code

https://github.com/human-avatar/skills-for-humanity
28•finnworks•2d ago•5 comments

Show HN: TUI to keep track of local GSD (get-shit-done) projects

https://github.com/bitcreed/gsd-meta-manager/
11•_blk•1d ago•2 comments

Show HN: Claude Code's $200 plan is a 17× subsidy on the raw API

https://github.com/Coral-Bricks-AI/coral-ai/tree/main/claude-code-token-xray
9•Hiteshjain118•20h ago•16 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?