frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Diffing Binary Files

https://withkord.com/diff
6•wennyyustalim•1h ago•2 comments

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

https://quantsignals.xyz/fst
8•henryzhangpku•4h ago•3 comments

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

https://github.com/adrida/hud-mode
4•adam_rida•2h ago•1 comments

Show HN: We built an open USB-C Power Delivery analyzer and programmable sink

https://github.com/T76-org/drpd
4•mtabini•2h ago•0 comments

Show HN: Sixteen sign-in pages for one app, switchable with one env var

https://wordhoard-design-lab.vercel.app
2•sidclaw•2h ago•0 comments

Show HN: LLM control of deterministic coder – Sif 1.0 – LLMs as vibe coders

https://github.com/Mac-at-SifSys/Sif-1.0
4•tmbird•2h ago•2 comments

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

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

Show HN: Kotro – local control plane for coding agents

https://github.com/kotro-labs/kotro-proxy-engine
4•rameshpandian•2h ago•0 comments

Show HN: Mvn-lite – I taught Maven to be an introvert for coding agents

https://pvrlabs.xyz/articles/introverted-maven.html
3•ejboy•2h ago•0 comments

Show HN: TestFlight iOS native Buzz client "Hive for Buzz"

https://testflight.apple.com/join/ecMyGtBy
3•pompeii•2h ago•0 comments

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

https://kuber.studio/cookie/
6•kuberwastaken•4h ago•4 comments

Show HN: Twocal – Calendar sync that verifies both sides actually agree

https://twocal.app/
2•gsudarkoff•3h ago•0 comments

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

https://github.com/lucasolopes/arxid
2•byolopes•3h ago•0 comments

Show HN: SIMD Viterbi Decoder in Rust

https://github.com/brian-armstrong/fec
59•brian-armstrong•19h ago•10 comments

Show HN: AgentTerm – open tools to replace the terminal for any coding-agent CLI

https://github.com/albertwujj/agent-term
3•aywu•3h ago•0 comments

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

https://deepgrove.ai/maple-preview
160•edwardbzhang•22h ago•49 comments

Show HN: I built one of the most advanced web-based drum/beat sequencers

https://maximecb.github.io/groovie/#a_96_bar_berlin_techno_arrangement/FdAnck8QxEjUoejHv1EvwfEK6C...
4•maxime_cb•3h ago•2 comments

Show HN: An app to dump notes during the day and plan todos without distraction

https://today.spqrk.net/
3•SPQRK•6h ago•0 comments

Show HN: Buy My Agent MCP Server – Search AI Agents from Any MCP Client

https://www.buy-my-agent.com/connect
2•buymyagent•4h ago•0 comments

Show HN: RequestGuard – Protect AI from following your links

https://go.requestguard.com/
2•mariusbolik•4h ago•0 comments

Show HN: Audio-tldr – Summarize any video or podcast locally with Whisper

https://github.com/AugustusW/audio-tldr-skill
4•AugustusW•4h ago•0 comments

Show HN: Overcheck – self-hosted uptime monitoring, API and multi-user access

https://github.com/overcheck/overcheck
4•fadibar•4h ago•0 comments

Show HN: LearnOS – Open-source, AI-native Coursera you run locally

https://learnos.opara-ai.com/
4•learn_os•4h ago•0 comments

Show HN: I replaced my clipboard manager with a screen-edge shelf 800 downloads

https://edgedrop.vercel.app/
3•Deepender25•4h ago•0 comments

Show HN: Randomverse – An algorithm-free, randomized global social feed

https://randomverse-social.vercel.app
4•MohammedBokir•4h ago•0 comments

Show HN: PageForth - An on-device AI news reader that summarizes any site

https://pageforth.com/
2•nate•4h ago•0 comments

Show HN: CMYK HSL Picker

https://brzozo.ws/utils/cmyk-hsl-picker/
3•RicoElectrico•4h ago•0 comments

Show HN: The Museum of Stack Overflow

https://closedasduplicate.com/
3•hafiz_•4h ago•0 comments

Show HN: Labgrid-MCP – let AI agents drive real embedded hardware labs

https://github.com/onurcelep/labgrid-mcp
7•oclp•5h ago•0 comments

Show HN: AuditBadger – SOC 2 and ISO 27001 – AI drafts, you approve

https://auditbadger.com/
9•mlitwiniuk•5h ago•3 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?