frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: misa77 - a codec that decodes 2x faster than LZ4 (at better ratios)

https://github.com/welcome-to-the-sunny-side/misa77
92•nonadhocproblem•4h ago•35 comments

Show HN: Capn-hook for coding agents – don't grep the same mystery twice

https://github.com/cyrusNuevoDia/capn-hook
10•knrz•2d ago•1 comments

Show HN: Painterly – Turn pictures into digital paintings without generative AI

https://github.com/jbunke/painterly
10•flinkerflitzer•3h ago•2 comments

Show HN: 18KB ls alternative in no_std rust and Libc

https://crates.io/crates/fli-tool
16•tracyspacy•6h ago•4 comments

Show HN: Make senders work to get into your inbox

https://www.captchainbox.com
40•felixdoerp•8h ago•64 comments

Show HN: For 10 World Cups, my model's 2 favorites had the champion every time

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=7013338
31•fabioricardo7•8h ago•45 comments

Show HN: Aict – Unix coreutils that output XML/JSON, built for AI agents

https://github.com/synseqack/aict
14•ronak_parmar•6h ago•5 comments

Show HN: Summa, a tool that annotates over whatever you're reading

https://summa.josephruocco.net
3•jruocco•2h ago•1 comments

Show HN: Running server scripts from smartphone via SSH

https://c100k.eu/p/rebootx/updates/20260714-remote-runbooks
4•pmdfgy•6h ago•2 comments

Show HN: Leet Robotics: Learn robotics and ROS2 with hands-on courses

https://www.leetrobotics.com
8•deepresearch•7h ago•0 comments

Show HN: Hedy runs its real-time meeting AI on-device (Mac/Windows/iOS)

https://www.hedy.ai/post/local-ai-meetings-hedy-3-2/
2•julp•3h ago•0 comments

Show HN: Figmaboy – Tauri Figma Clone with a Built in MCP-Enabled CLI for Codex

https://0xmiki.github.io/figmaboy/
3•mikiyas•3h ago•0 comments

Show HN: Running a Website Inside a Website

https://nonogra.ph/running-a-website-inside-a-website-07-15-2026
5•smalltorch•3h ago•1 comments

Show HN: Fork – Customize the web, just by asking

https://withfork.co
4•dhanaway518•3h ago•0 comments

Show HN: 3-line calendar for Apple Watch – free, open source, no sign-in

https://threelinecal.apps.zzn.im/
2•xinbenlv•3h ago•0 comments

Show HN: I Built a Capture the Flag Arena for Agents

https://lab.clayseal.com/
3•yuvvantalreja•3h ago•0 comments

Show HN: Web App Uses RTL-SDR to Align HDTV Antenna

https://tunerscope.com/
23•robotastic•2d ago•3 comments

Show HN: Lineation – One security control plane for all agents

https://lineation.ai
5•camsjams•3h ago•3 comments

Show HN: Ty-extended – a Ty fork with plugin support

https://github.com/regularkevvv/ty-extended
2•demoonkevin•3h ago•0 comments

Show HN: Greenflash – we read every conversation your AI agent has with users

https://www.greenflash.ai/sign-up
5•sailrock•3h ago•8 comments

Show HN: Map of every off-plan project in Bangkok (Thailand has no MLS)

https://baanscope.com
2•kesarito•3h ago•0 comments

Show HN: Mailberry – an AI-native email platform with The Email Brain

https://mailberry.ai/
2•alecbee•3h ago•1 comments

Show HN: Opening lines of famous literary works

https://www.verbaprima.com/
174•plicerin•1d ago•103 comments

Show HN: AI-powered sports analytics and social betting platform

https://statsniper.com/
2•not_wowinter13•3h ago•1 comments

Show HN: OtoDock, run Claude Code and Codex as a team of agents on your server

https://github.com/OtoDock/oto-dock/
2•dimitrismrtzs•3h ago•0 comments

Show HN: StyleSeed – a design-rules engine so AI agents stop building generic UI

https://github.com/bitjaru/styleseed
22•bitjaru0402•6h ago•7 comments

Show HN: Production-grade LangGraph template

https://github.com/brescou/langgraph-agent-stack
3•Brescou•6h ago•0 comments

Show HN: Fast NF4 dequantization Triton kernel (1.41x faster than bitsandbytes)

https://github.com/Griffith-7/nf4-triton-kernel
3•Griffith-7•6h ago•1 comments

Show HN: Sign in with your ChatGPT account for free AI

https://openai-oauth.vercel.app/
3•EvanZhouDev•4h ago•3 comments

Show HN: A photo editor that develops RAW files in the browser

https://vajba.com/image-editor/
2•trivsamt•4h ago•0 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?