frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Mediator.ai – Using Nash bargaining and LLMs to systematize fairness

https://mediator.ai/
59•sanity•17h ago•26 comments

Show HN: WeTransfer Alternative for Developers

https://dlvr.sh/
3•mariusbolik•1h ago•0 comments

Show HN: Holos – QEMU/KVM with a compose-style YAML, GPUs and health checks

https://github.com/zeroecco/holos
44•zeroecco•11h ago•21 comments

Show HN: A fake small claims court for petty complaints

https://benlirio.com/petty-small-claims/
2•blirio•4h ago•0 comments

Show HN: Prompt-to-Excalidraw demo with Gemma 4 E2B in the browser (3.1GB)

https://teamchong.github.io/turboquant-wasm/draw.html
153•teamchong•1d ago•61 comments

Show HN: I built an AI that assigns YOU tasks

https://www.pause.build/
2•chaidhat•6h ago•4 comments

Show HN: Palmier – bridge your AI agents and your phone

https://github.com/caihongxu/palmier
4•caihongxu•6h ago•4 comments

Show HN: Run TRELLIS.2 Image-to-3D generation natively on Apple Silicon

https://github.com/shivampkumar/trellis-mac
197•shivampkumar•1d ago•34 comments

Show HN: Git Push No-Mistakes

https://github.com/kunchenguid/no-mistakes
10•akane8•14h ago•2 comments

Show HN: MCPfinder – An MCP server that finds and installs other MCP servers

https://mcpfinder.dev/
5•coderai•11h ago•0 comments

Show HN: Alien – Self-hosting with remote management (written in Rust)

100•alongub•17h ago•43 comments

Show HN: Shader Lab, like Photoshop but for shaders

https://eng.basement.studio/tools/shader-lab
156•ragojose•4d ago•46 comments

Show HN: Faceoff – A terminal UI for following NHL games

https://www.vincentgregoire.com/faceoff/
125•vcf•1d ago•41 comments

Show HN: MDV – a Markdown superset for docs, dashboards, and slides with data

https://github.com/drasimwagan/mdv
147•drasim•2d ago•53 comments

Show HN: Mimi in the browser – hear the semantic/acoustic split

https://www.frisson-labs.com/mimi-codec
3•ymaws•9h ago•1 comments

Show HN: A lightweight way to make agents talk without paying for API usage

https://juanpabloaj.com/2026/04/16/a-lightweight-way-to-make-agents-talk-without-paying-for-api-u...
51•juanpabloaj•1d ago•11 comments

Show HN: Auto-generated titles and colors for parallel Claude Code sessions

https://github.com/jbarbier/which-claude-code
2•julien421•10h ago•0 comments

Show HN: Eris – desktop PGP workstation with simple GUI

https://eris.sibexi.co/
2•Sibexico•10h ago•0 comments

Show HN: Ctx – a /resume that works across Claude Code and Codex

https://github.com/dchu917/ctx
4•dchu17•16h ago•0 comments

Show HN: Themeable HN

https://github.com/insin/comments-owl-for-hacker-news/releases/tag/v3.6.1
3•insin•17h ago•0 comments

Show HN: I Built SwiftUI but for macOS MDM

https://github.com/photon-hq/Astrolabe
5•RyanZhuuuu•12h ago•0 comments

Show HN: GeoFastMapAPI – open-source Fast vector and raster server for mapmakers

https://geofastmap.com/
2•rupestre-campos•12h ago•0 comments

Show HN: Simple CLI tool to convert PDFs to dark mode, with TOC preservation

https://github.com/rngil/dark-pdf
3•rngil•12h ago•1 comments

Show HN: CyberWriter – a .md editor built on Apple's (barely-used) on-device AI

https://cyberwriter.app
14•uncSoft•19h ago•5 comments

Show HN: Smol machines – subsecond coldstart, portable virtual machines

https://github.com/smol-machines/smolvm
490•binsquare•3d ago•147 comments

Show HN: Newsmaps.io a map of how news topics are covered by different countries

https://www.newsmaps.io/
18•mkoh•1d ago•6 comments

Show HN: AI Coding Agent Guardrails enforced at runtime

https://sigmashake.com
4•cavalrytactics•15h ago•0 comments

Show HN: Pwneye – discovering and accessing IP cameras (ONVIF/RTSP)

https://github.com/Hackerest/pwneye
3•mcisternino•15h ago•0 comments

Show HN: I made a calculator that works over disjoint sets of intervals

https://victorpoughon.github.io/interval-calculator/
310•fouronnes3•3d ago•54 comments

Show HN: Hora – A Native SwiftUI Google Calendar Client for macOS

https://horacal.app/
4•szamski•16h ago•2 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•11mo 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•11mo ago
What makes Solidis more performant than other Redis clients like ioredis or redis
jayl-e-e•11mo 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•11mo 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•11mo 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•11mo ago
Improvement deployed!
swaptr•11mo 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•11mo ago
It's my pleasure! :)
jayl-e-e•11mo ago
swaptr, thank you for your contribution to Solidis! May I know how to contact you?