frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Make cursed fonts like Times New Bastard

https://bastardica.mitpit.com
813•MitPitt•1d ago•116 comments

Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design

https://github.com/devdotfast/whiteboard
368•sidharthkmenon•23h ago•126 comments

Show HN: Encryption as a Service

https://rypt.dev/
3•levidurfee•29m ago•0 comments

Show HN: Choreoglyphs – our new, invisible writing system

https://choreoglyphs.com/
2•spython•1h ago•1 comments

Show HN: CiteRank, track whether ChatGPT and Perplexity cite your site

https://citerank.thecompound.tech
2•kyisaiah47•1h ago•1 comments

Show HN: Xtriever – offline RAG retrieval on a phone

https://github.com/mirth/xtriever
2•hessdalenlight•1h ago•0 comments

Show HN: Agentic CUDA Kernel Optimizer

https://github.com/bertaye/agentic-cuda-optimizer
29•bertaye•6h ago•7 comments

Show HN: Ctxfw – In-memory AST pruner and token firewall for Cursor and Claude

https://github.com/heuristicolab/ctxfw
2•mikemo88•2h ago•0 comments

Show HN: Born after 26 Sept. 1983? You may never have existed

https://stanislas-petrov-1983.surge.sh/
3•BaudouinVH•2h ago•1 comments

Show HN: Air-gapped file encryption as self-decrypting HTML page

https://cms-sfx-demo.apeleg.com/
80•emurlin•1d ago•29 comments

Show HN: Koi.rest – watch some fish and regain your balance

https://koi.rest
206•hxii•19h ago•59 comments

Show HN: Hard Stop: Kernel-level preemption for autonomous AI agents

https://arxiv.org/abs/2609.29808
2•joseluispino•4h ago•0 comments

Show HN: Wave – Layered gradient wave backgrounds using Three.js and shaders

https://wave.subworkflow.ai/
5•jimle_uk•4h ago•0 comments

Show HN: AgentRun: DSL to turn agents into workflows

https://github.com/Parcha-ai/agentrun
44•miguelrios•1d ago•10 comments

Show HN: Treepeat – Code similarity detection using Tree-sitter

https://github.com/dsummersl/treepeat
61•91awebsi•3d ago•8 comments

Show HN: Organic OS – An over-engineered biological cellular OS in Rust

https://github.com/strahinjastojanovic826-code/organic_os
2•srbin•4h ago•0 comments

Show HN: Avoid smooth spinners, use low-FPS spinners

https://nh2.me/low-fps-spinners/low-fps-spinners.html
19•nh2•14h ago•16 comments

Show HN: Tlx – E2E chat over SSH under 500 lines of code

https://github.com/achempion/tlx
4•achempion•5h ago•7 comments

Show HN: Hamilton – a no-internet Android health dashboard, named after my dog

https://play.google.com/store/apps/details?id=com.gads.hamilton&hl=en_US
6•hamilton_app•4h ago•7 comments

Show HN: Most Hated Tools

https://www.mosthatedtools.app/
27•leonagano•1d ago•20 comments

Show HN: Can an AI agent bypass a post-quantum signed authorization policy?

https://github.com/max-russo-com/MAX_AUTHORIZATION_SANDBOX
3•max-russo•9h ago•0 comments

Show HN: TiddlyInstall – Single HTML file that makes cross-platform installers

https://robertsdotpm.github.io/_static/tiddlyinstall.html
3•Uptrenda•9h ago•0 comments

Show HN: Critic – Review code with the agent that wrote it

https://www.critic.run/
8•snyy•23h ago•4 comments

Show HN: Reteach – AI tutor that feels human

https://www.reteach.study/
3•antariksh_verma•10h ago•1 comments

Show HN: A benchmark comparison of C++ vs. Node.js performance

https://vikky2810.github.io/blog/cpp-vs-node/
5•vikky2810•11h ago•1 comments

Show HN: Drop – A rootless Linux sandbox with gVisor support

https://droprun.sh/
188•mixedbit•3d ago•63 comments

Show HN: JevBench, a reproducible benchmark for typed decision models

https://benchmarkheaven.com/jev-models
146•florianstandhar•3d ago•37 comments

Show HN: Modos E-Ink Screen Framework 13 Laptop

https://www.thingiverse.com/thing:7413807
3•cittadhammo•4h ago•2 comments

Show HN: Npunlock – Run custom C kernels for Intel NPUs

https://github.com/hsfzxjy/npunlock
66•hsfzxjy•3d ago•16 comments

Show HN: I built a post-mortem debugger for native Windows x64/x86 crashes

https://www.forensicdbg.com
37•Loren_SL•1d ago•7 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?