frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: TeXbrain, a LaTeX editor that runs pdfTeX in the browser via WASM

https://github.com/swimmingbrain/texbrain
74•swimmingbrain•8h ago•16 comments

Show HN: LatticeDB – Like SQLite but for graph databases

https://github.com/jeffhajewski/latticedb
130•smiths1999•13h ago•36 comments

Show HN: I made a Raspberry with Qwen my local car AI

https://github.com/ThinkOffApp/CarWatch
121•petruspennanen•14h ago•34 comments

Show HN: I wrote a BASIC interpreter that boots on UEFI machines

https://tarjan.itch.io/thoreaubasic
131•Gorsefound•2d ago•38 comments

Show HN: I built self-hosted deployment automation tool for Windows and IIS

https://fdeploy.com/
28•dt3ft•22h ago•15 comments

Show HN: Lightweight system monitor for Linux VPS written in Go

https://github.com/leodeim/vpsmon
55•ygagaga•13h ago•16 comments

Show HN: Browser automation with no chromedriver and no Node driver

https://github.com/angeldevmobile/Orion
3•usxr1515•3h ago•0 comments

Show HN: A techno machine in one HTML file, with verifiable renders

https://ssx360.github.io/rack-02/?src=hn
230•ssx360•1d ago•46 comments

Show HN: PicoMQ – Durable Streams over HTTP, on object storage

https://picomq.com/
151•adesh_nalpet•1d ago•28 comments

Show HN: Reachpad CLI – Spin up free sandboxes in seconds to develop apps

https://github.com/Reachpad/reachpad-cli
3•sakuraiben•6h ago•0 comments

Show HN: Wireshark in a TUI

https://github.com/yeet-src/pktscope
6•ok_major_9889•11h ago•1 comments

Show HN: GlassBox – what the browser reveals, and how identifiable you are

https://glassbox.codecanary.org
125•tke248•1d ago•59 comments

Show HN: Use-Fs – A React Hook for the File System Access API and OPFS

https://use-fs.com/
3•linesofcode•7h ago•0 comments

Show HN: 1 Bit Pixel, pixel art editor with a CRT soul (iPad/Mac)

https://1bitstudio.app/pixel/
4•selimonder•8h ago•1 comments

Show HN: Graphlib 3.1 – the C++ 23, header only solution to directional graphs

https://github.com/RANDOMFNP/Graphlib
2•RandomFNP•8h ago•0 comments

Show HN: Ecdeos – P2P Web/Native Distributed OS on Entity Core Protocol

https://ecdeos.org
2•billatbillslab•8h ago•0 comments

Show HN: A Modern GUI Library for Ada: CSS Styling, XML UI, SDL3

https://github.com/ovenpasta/adi2
57•ovenpasta•1d ago•23 comments

Show HN: Flostep – Diagrams people can actually walk through

https://flostep.dev/
26•pandurang90•1d ago•14 comments

Show HN: Sillage a 4 MB memory that lets a frozen language>model remember

https://github.com/riscoss63/sillage
4•riscoss•10h ago•0 comments

Show HN: Screen memory without screenshots, just text to Markdown

https://github.com/dragthelake/ambient-context
61•Dramatize•1d ago•25 comments

Show HN: MulmoTerminal – Run many Claude Code sessions, see which needs you

https://github.com/receptron/mulmoterminal
5•isamu138•10h ago•5 comments

Show HN: Vanilla OS 3 Reunion – Immutable and Reproducible Operating System

https://vanillaos.org/blog/article/2026-08-24/vanilla-os-3-reunion---stable-release
31•NN708•1d ago•13 comments

Show HN: I missed the moving blocks, so I built a real Linux disk defragmenter

https://github.com/gbin/defragger
2•gbin•11h ago•1 comments

Show HN: Dribbling the AI Watermark Directly In-Prompt

https://www.explore-exploit.com/p/dribbling-the-ai-watermark-directly
2•jejay•11h ago•0 comments

Show HN: Kern – container and resource runtime in a 1.5 MB binary, no daemon

https://github.com/getkern/kern
68•realexweb•1d ago•9 comments

Show HN: I built a cybersecurity challenge for university students

https://vitb-polimi-cyber-v4.vercel.app/
2•adityainsights•13h ago•0 comments

Show HN: See how much your AI knows about you

https://www.withcorpus.com/knows
21•cgnry•1d ago•13 comments

Show HN: Typeclip – types your clipboard like a human, for screen recordings

https://github.com/cssllcio/typeclip
3•izenme•13h ago•0 comments

Show HN: Is this the limit of what a solo founder can build?

https://limitpixel.com/
2•truth_behold•13h ago•2 comments

Show HN: Offer discounts and get more visitors

https://outdiscount.lol/
2•devarifhossain•13h 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?