frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: s@: decentralized social networking over static sites

http://satproto.org/
310•remywang•11h ago•132 comments

Show HN: Elevators.ltd

https://elevators.ltd
3•pkstn•32m ago•2 comments

Show HN: I built a tool that watches webpages and exposes changes as RSS

https://sitespy.app
262•vkuprin•19h ago•64 comments

Show HN: I built a screen recorder with automatic zoom effects

https://rookieclip.com/
3•this-is-shreya•54m ago•6 comments

Show HN: Klaus – OpenClaw on a VM, batteries included

https://klausai.com/
147•robthompson2018•19h ago•84 comments

Show HN: A context-aware permission guard for Claude Code

https://github.com/manuelschipper/nah/
109•schipperai•12h ago•64 comments

Show HN: XLA-based array computing framework for R

https://github.com/r-xla/anvil
8•sebffischer•3d ago•1 comments

Show HN: Autoresearch@home

https://www.ensue-network.ai/autoresearch
65•austinbaggio•12h ago•11 comments

Show HN: Open-source browser for AI agents

https://github.com/theredsix/agent-browser-protocol
128•theredsix•21h ago•43 comments

Show HN: Bandmeter: Per-program network usage monitor for Linux, built with GPUI

https://github.com/emamoah/bandmeter
2•emamoah•2h ago•0 comments

Show HN: Vanilla JavaScript refinery simulator built to explain job to my kids

https://fuelingcuriosity.com/game.html
102•fuelingcurious•18h ago•45 comments

Show HN: Satellite imagery object detection using text prompts

https://www.useful-ai-tools.com/tools/satellite-analysis-demo/
50•eyasu6464•3d ago•18 comments

Show HN: I built an ISP infrastructure emulator from scratch with a custom vBNG

https://aether.saphal.me/dashboard/default
58•saphalpdyl•22h ago•17 comments

Show HN: AI-powered one-click translator for Pokémon GBA ROM hacks

https://github.com/Olcmyk/Meowth-GBA-Translator
4•booffa•4h ago•3 comments

Show HN: Jurassic Park Unix System Kubernetes Viewer

https://github.com/jlandersen/k8s-unix-system
3•jlandersen•4h ago•2 comments

Show HN: Free audiobooks with synchronized text for language learning

https://discovox.org/en/library
14•floo•14h ago•10 comments

Show HN: AutoICD API – AI clinical coding platform for ICD-10 and SNOMED

https://autoicdapi.com
3•FedeUY•7h ago•0 comments

Show HN: MCP server for ICD-10 and SNOMED clinical coding

https://github.com/fcggamou/autoicd-mcp
3•FedeUY•7h ago•0 comments

Show HN: How I topped the HuggingFace open LLM leaderboard on two gaming GPUs

https://dnhkng.github.io/posts/rys/
446•dnhkng•1d ago•110 comments

Show HN: A tool that audits healthcare ML models for safety and trust

https://htas.runable.site/
3•AyodeleFikayomi•10h ago•2 comments

Show HN: K9 Audit – Causal intent-execution audit trail for AI agents

https://github.com/liuhaotian2024-prog/K9Audit
2•zippolyon•11h ago•0 comments

Show HN: I built an open harness that excels at autonomous ML research

https://github.com/snoglobe/helios
2•snwy•11h ago•0 comments

Show HN: DD Photos – open-source photo album site generator (Go and SvelteKit)

https://github.com/dougdonohoe/ddphotos
69•dougdonohoe•1d ago•21 comments

Show HN: Gitingest for Jupyter Notebook Accessibility

https://jupycheck.vercel.app/
3•deviscold•11h ago•1 comments

Show HN: I Was Here – Draw on street view, others can find your drawings

https://washere.live
65•mrktsm__•2d ago•48 comments

Show HN: LLM Observability Stack for Local Dev – Agent Super Apy

https://github.com/simple10/agent-super-spy
2•simple10•12h ago•0 comments

Show HN: Manage Cursor agents from your smartphone

https://c100k.eu/p/rebootx
3•pmdfgy•14h ago•0 comments

Show HN: Ink – Deploy full-stack apps from AI agents via MCP or Skills

https://ml.ink/
7•august-•20h ago•0 comments

Show HN: Joha – a free browser-based drawing playground with preset shape tools

https://joha-app.pages.dev/
13•smlee•4d ago•3 comments

Show HN: Ash, an Agent Sandbox for Mac

https://ashell.dev
13•amsha•1d 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•9mo 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•9mo ago
What makes Solidis more performant than other Redis clients like ioredis or redis
jayl-e-e•9mo 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•9mo 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•9mo 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•9mo ago
Improvement deployed!
swaptr•9mo 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•9mo ago
It's my pleasure! :)
jayl-e-e•9mo ago
swaptr, thank you for your contribution to Solidis! May I know how to contact you?