frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Write your BPF programs in Go, not C

https://github.com/boratanrikulu/gobee
91•boratanrikulu•4d ago•41 comments

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

https://github.com/tantara/openbrief
68•tantara•13h ago•12 comments

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

https://www.tinyvolt.com/geomatic
68•nivter•1d ago•16 comments

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

https://github.com/tomfunk/fungible
14•tomfunk•13h ago•7 comments

Show HN: Riot, a modern multicore actor-based ecosystem for OCaml

https://riot.ml
4•leostera•4h ago•0 comments

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

https://audiomass.co/?multitrack=1
523•pantelisk•1d ago•115 comments

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

https://github.com/human-avatar/skills-for-humanity
7•finnworks•5h ago•0 comments

Show HN: Lily Design System: Components for React, Vue, Svelte, HTML, More

https://lilydesignsystem.github.io/
4•jph•7h ago•0 comments

Show HN: Rapel – chunked resumable downloads in unstable networks

https://github.com/redraw/rapel
3•autorun•8h ago•1 comments

Show HN: TryPost – open-source Social Media Scheduler

https://trypost.it/en
7•paulocastellano•15h ago•2 comments

Show HN: Volt – front end tooling for Phoenix that runs inside the BEAM

https://github.com/elixir-volt/volt
19•dannote•21h ago•1 comments

Show HN: Pgcraft – a lazygit-style TUI for Postgres

https://github.com/lucasfrederico/pgcraft
6•lucasfrederico•8h ago•0 comments

Show HN: Nerve – self hosted runtime for AI agents

https://github.com/ClickHouse/nerve
4•animetyan•12h ago•4 comments

Show HN: Using Tailscale with an OrbStack VM on macOS

https://github.com/highpost/tailscale-macos-vm
4•highpost•13h ago•1 comments

Show HN: Unsiloed AI – #1 on olmOCR-Bench

7•adnan9999•13h ago•4 comments

Show HN: Built a tool to create brand-consistent images using AI

https://inktag.io
4•gsharma1•14h ago•0 comments

Show HN: Bae – AI companion built around persistent memory architecture

https://bae.ppl.studio
2•zeshutmax•14h ago•0 comments

Show HN: Freenet, a peer-to-peer platform for decentralized apps

https://freenet.org/
383•sanity•4d ago•269 comments

Show HN: I made Pokémon but with real animals in the real world

https://apps.apple.com/gb/app/animalis-game/id6762081213
3•robert-whiteley•15h ago•0 comments

Show HN: Anyone interested in a tool helps to explore C++ ASTs

https://uvic-aurora.github.io/acav-manual/index.html
48•leomicv•4d ago•4 comments

Show HN: Hypergraph – directed hypergraph library in Rust (40 graph algorithms)

https://github.com/yamafaktory/hypergraph
2•yamafaktory•16h ago•0 comments

Show HN: ShadowCat – file transfer through QR Codes in a Browser

https://github.com/unprovable/ShadowCat
165•unprovable•4d ago•63 comments

Show HN: My homelab is outperforming the stock market

https://stocks.sjer.red
13•shepherdjerred•1d ago•1 comments

Show HN: Cursed Browser – a VLM reads the HTML and hallucinates the page

https://github.com/scosman/cursed_browser
7•scosman•17h ago•1 comments

Show HN: Linear Chess – Normal Chess, on a 1D board

https://youbee.cloud/chess/chess.html
3•MarcellusDrum•17h ago•0 comments

Show HN: Kanban CLI (A local-first, agent-first task manager for the terminal)

https://codeberg.org/hydrafog/kanban
17•hydra-f•1d ago•8 comments

Show HN: Rmux – A programmable terminal multiplexer with a Playwright-style SDK

https://github.com/helvesec/rmux
192•shideneyu•5d ago•94 comments

Show HN: The Front Page – Newspaper-style front page for Hacker News

https://thefrontpage.dev/
24•stagas•1d ago•8 comments

Show HN: Agent.email – sign up via curl, claim with a human OTP

97•adisingh13•4d ago•107 comments

Show HN: I Dedicated 4 Years to Mastering Offline Password Cracking

267•bojta-lepenye•4d ago•60 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?