frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: The Channels SDK – Bring Any Agent to Any Channel (Slack, MS Teams)

https://github.com/CopilotKit/channels-sdk
44•davidmckayv•1h ago•11 comments

Show HN: Silo – S3-compatible object storage, a maintained fork of MinIO

https://silo.pgsty.com
16•Vonng•1h ago•1 comments

Show HN: I spent 2 years designing a mechanical Magic Keyboard

https://electronicmaterialsoffice.com/
182•aemerson_•3h ago•140 comments

Show HN: Science for Kids

https://science.ocaho.com/
11•rahimnathwani•4h ago•3 comments

Show HN: See every Google ad any company is running (free, no signup)

https://vaytric.com/google-ads-lookup/
5•tradi3•2h ago•2 comments

Show HN: A terminal glued to the macOS dock

https://github.com/palamim/starboard
13•leopalamim•7h ago•3 comments

Show HN: Validate your idea, know what to charge, and how to get first users

https://nellailabs.ai
4•nitin_flanker•18m ago•0 comments

Show HN: Photo to Video AI – Animate a photo with a motion prompt

https://www.phototovideo-ai.net/
2•zduoduo•3h ago•0 comments

Show HN: FormLab, a no-signup formulation lab notebook in the browser

https://lab.formvix.com/
3•juliu1980•4h ago•0 comments

Show HN: Wallfacer – A terminal session manager for Claude Code, and more

https://github.com/pradipta/wallfacer
31•pradiptasarma•14h ago•21 comments

Show HN: How will the Aug 12 eclipse look like from your address?

https://eclipse2026times.com/
5•cpcdoy•4h ago•3 comments

Show HN: demake – one source project compiles to any retro game console ROM

https://geosona.com/demake/
33•gste•6h ago•8 comments

Show HN: Simple algorithm and color space to generate diverse skin tones

https://toneyalexander.github.io/inclusive-color-space/
614•automatoney•2d ago•99 comments

Show HN: QR codes where your photo is the code, not pasted on top

https://sqr.art
2•mikaelcarlavan•6h ago•5 comments

Show HN: HUD, an open-source minimal terminal UI for ClaudeCode, Codex, OpenCode

https://github.com/adrida/hud-mode
23•adam_rida•1d ago•1 comments

Show HN: My receipt printer prints an original artwork every morning

https://github.com/matt-w-horn/morningprint
22•spectraldrift•22h ago•6 comments

Show HN: S3mini v1 – Tiny and fast S3 client, no-deps, for Node, Bun, Cloudflare

https://codeberg.org/thinking_tools/s3mini
4•Peter_J•9h ago•0 comments

Show HN: Maple-Preview – Ternary 20B MoE running at 120 tok/s on a iPhone

https://deepgrove.ai/maple-preview
168•edwardbzhang•1d ago•52 comments

Show HN: ClickBench Playground – a playground for 110 database systems

https://benchmark.clickhouse.com/playground/
21•zX41ZdbW•23h ago•5 comments

Show HN: Modern Browsers Don't Need the Cookie Anymore

https://kuber.studio/cookie/
19•kuberwastaken•1d ago•25 comments

Show HN: Fine-tune an 8B model on a 4 GB laptop GPU

https://github.com/MakazhanAlpamys/Soup
135•MakazhanAlpamys•2d ago•28 comments

Show HN: An AI agent that trades inside limits you set, starting on paper

https://quantsignals.xyz/fst
15•henryzhangpku•1d ago•7 comments

Show HN: Run an 80B Qwen in 4.3 GB of RAM on a Mac, and a 35B on an iPhone

https://github.com/leonickson1/Swiftlet
310•leonickson•3d ago•139 comments

Show HN: Humor Arena – Which frontier model is funniest?

https://laugh.so/benchmark/
8•killiandunne1•18h ago•5 comments

Show HN: SIMD Viterbi Decoder in Rust

https://github.com/brian-armstrong/fec
63•brian-armstrong•1d ago•11 comments

Show HN: ssh ssh.place

https://ssh.place
182•jeninh•3d ago•119 comments

Show HN: Elevators

https://john.fun/elevators
1668•Jrh0203•6d ago•413 comments

Show HN: Arxid – keyed, non-enumerable ID obfuscation

https://github.com/lucasolopes/arxid
7•byolopes•1d ago•0 comments

Show HN: Sift – MCP aggregator that exposes 2 tools instead of hundreds

https://github.com/Narasimha1997/sift
4•Narasimha1997•13h ago•0 comments

Show HN: Diffing Binary Files

https://withkord.com/diff
17•wennyyustalim•1d ago•6 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?