frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: CheapFoodMap – A map of good meals under $10

https://cheapfoodmap.com/
226•jaep1•18h ago•204 comments

Show HN: Open-source engine running Gemma 4 26B in 2 GB RAM on any M-series Mac

https://github.com/drumih/turbo-fieldfare
830•gitpusher42•20h ago•294 comments

Show HN: Two AI eyes argue about morality, using the sociology of justification

https://orb-eye-ten.vercel.app/
2•zamtam•1h ago•0 comments

Show HN: Wiki-like edit for Lean 4 project Physlib

https://jstoobysmith.github.io/PhyslibVerso/
2•leanexplorer•2h ago•0 comments

Show HN: A local merge queue for parallel Claude Code agents

https://github.com/funador/claude-code-merge-queue
39•funador•11h ago•13 comments

Show HN: Ask what reviewers love and hate about any Google Play app

https://seam.obverselabs.com/
2•OtmaneBenazzou•2h ago•0 comments

Show HN: DeltaSnap – Undo for Mac, built on APFS snapshot entitlement from Apple

https://scaleninja.com/blog/deltasnap/
2•yadvr•2h ago•0 comments

Show HN: Qwen Scribe – local transcription and dictation for Apple Silicon

https://github.com/VladUZH/qwen-scribe
87•sidclaw•21h ago•18 comments

Show HN: An app that logs your meal's calories from a photo

https://btrapp.com/
10•behzodhalil•4h ago•3 comments

Show HN: I built myself the simplest worktree management tool

https://github.com/kerem-kaynak/wt
2•kasktra•2h ago•1 comments

Show HN: Ripple – Auto-fixes downstream code when APIs change

https://aakash2408.github.io/ripple/
2•Aakash2408•2h ago•0 comments

Show HN: I built a tool finding potential users discussing problems

https://agenmatic.ai/features
4•Nancylily•2h ago•10 comments

Show HN: A Dark Cave – minimalist survival/settlement building game

https://a-dark-cave.com/
2•julez_•2h ago•0 comments

Show HN: My AI keeps getting smarter. I don't. So I built Engram

https://github.com/nagisanzenin/engram
2•nagisanzeninz•3h ago•0 comments

Show HN: BPM Companion – app that matches playlist to your cadence (beta)

https://bpmcompanion.app/
2•ksh2u•3h ago•0 comments

Show HN: Found Live Driving Conditions all over the world. Lets see

https://www.wfy24.com/en/routes
2•weatherfun•3h ago•0 comments

Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLite

https://kedge.dev/
62•wgjordan•19h ago•15 comments

Show HN: Focal Harvest – local web research and OSINT pipeline

https://techno-neighbour.github.io/focal-harvest/
2•xlr8_track•3h ago•2 comments

Show HN: The Federalist Papers, typeset as the 1787 newspapers they ran in

https://federalistreader.org/
42•vhwalke•21h ago•11 comments

Show HN: Full stack development from one codebase web, Android, and iOS

https://github.com/usedowe/dowe-lang
10•victorriba•11h ago•1 comments

Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript

https://github.com/twalichiewicz/HNewhere
414•twalichiewicz•1d ago•116 comments

Show HN: Dreeve, a self-hosted dashboard for your sports and fitness data

https://github.com/dreeveapp/dreeve
15•frogfuhrer•17h ago•2 comments

Show HN: RunNburn – Run a 295B Moe from a 98GB GGUF on a 64GB RAM Desktop

https://github.com/coderredlab/runNburn
6•coderredlab•10h ago•0 comments

Show HN: Run Full Kimi K3 with 29 GB of RAM

https://github.com/sqliteai/waste/
8•marcobambini•5h ago•2 comments

Show HN: Emboss – a Python PDF engine that keeps documents as structured data

https://github.com/GGChamp85/Emboss
6•gauravgupta85•5h ago•1 comments

Show HN: Alarium – a live 3D flight tracker built on community ADS-B

https://www.alarium.tech
4•brandonponce•8h ago•0 comments

Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library

https://github.com/reflex-dev/xy
131•apetuskey•1d ago•46 comments

Show HN: Dibba – Automated Personal Finance

https://apps.apple.com/us/app/dibba/id6759825700
2•safonovklim•6h ago•0 comments

Show HN: Legionlinuxtui – Control Lenovo legion laptops in the terminal

https://github.com/nooneknowspeter/legionlinuxtui
4•nooneknowspeter•9h ago•0 comments

Show HN: GlobeHoppr – find a route between cities using limited-distance jumps

https://globehoppr.com
5•JohnJohnson123•10h 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?