frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Redis Rubix Bridge a HTTP API Redis Gateway

https://github.com/rubix-studios-pty-ltd/rubix-redis-bridge
2•rubixvi•1h ago
Rubix Redis Bridge is an open source Redis HTTP API gateway compatible with Upstash Redis, Upstash Rate Limiter and Upstash Realtime.

Before the usual comments, yes, native TCP is faster and exposing Redis directly to the internet is dangerous.

The problem is that Redis has traditionally been difficult to use from serverless platforms and environments with dynamic IP addresses, strict firewall policies or networking restrictions where opening a Redis port is either impractical or impossible.

Cloudflare recently introduced Workers support to address this problem. While that approach works, it still relies on creating Redis connections from a serverless runtime, which can become inefficient when every request establishes a new connection.

Rubix Redis Bridge takes a different approach. Similar to Upstash, it exposes Redis through an HTTP API gateway instead of exposing Redis itself. Unlike projects such as Webdis or other Redis-over-HTTP gateways, Rubix Redis Bridge supports Pub/Sub, is written in Rust, and includes strict security boundaries designed to minimise the attack surface of an internet-facing Redis service.

The bridge does not create a new Redis connection for every HTTP request or rely on inefficient command loops. Commands are pipelined where appropriate and grouped into MULTI/EXEC transactions where possible to reduce round trips and improve efficiency.

Current benchmarks show approximately a 25 to 33 percent operational overhead compared to direct Redis TCP connections while still achieving around 7,000 to 10,000 operations per second, depending on workload.

Why Rubix Redis Bridge instead of Upstash?

Rubix Redis Bridge delivers a comparable HTTP API while remaining completely self-hosted.

Key advantages include:

No vendor lock-in. No enterprise licensing restrictions. Freedom to choose Redis, Valkey, DragonflyDB, KeyDB or other compatible backends. Infrastructure remains under your control. Costs are based on your own hosting rather than managed service pricing. Compatible with Upstash Redis SDKs, Rate Limiter and Realtime. Your data remains yours and is stored wherever you choose to host it.

https://github.com/rubix-studios-pty-ltd/rubix-redis-bridge

Check it out, be aggressive and judgemental, as this will allow us to fix, optimise and continue to develop this project.

The Anti-Mac User Interface (1996)

https://www.nngroup.com/articles/anti-mac-interface/
1•ninglor•2m ago•0 comments

Show HN: Homer's Odyssey Tree Viewer

https://github.com/pettijohn/homer-odyssey-tree/
2•pettijohn•4m ago•0 comments

Japan Builds Intelligence Agency It Hasn't Had Since World War II

https://www.nytimes.com/2026/07/13/world/asia/japan-intelligence-agency.html
1•gmays•10m ago•0 comments

Zoom warns of critical account takeover vulnerability

https://www.bleepingcomputer.com/news/security/zoom-warns-of-critical-account-takeover-vulnerabil...
1•tatersolid•10m ago•0 comments

Great mysteries of archaeology: an ancient Amazonian world revealed from the sky

https://theconversation.com/great-mysteries-of-archaeology-an-ancient-amazonian-world-revealed-fr...
2•zeristor•11m ago•0 comments

SQLite should have (Rust-style) editions

https://mort.coffee/home/sqlite-editions/
5•gnyeki•12m ago•0 comments

Concurrent JavaScript: It can work (2017)

https://webkit.org/blog/7846/concurrent-javascript-it-can-work/
1•Altern4tiveAcc•12m ago•0 comments

Are my evals lying to me?

https://hoplabs.substack.com/p/are-my-evals-lying-to-me
1•joanwestenberg•14m ago•0 comments

UK 16- and 17-year-olds to be encouraged to follow midnight social media curfew

https://www.theguardian.com/technology/2026/jul/14/uk-16-17-year-olds-midnight-social-media-curfew
1•bookofjoe•15m ago•0 comments

Anthropic Accidentally Made the Perfect Commercial

https://www.theatlantic.com/technology/2026/07/anthropic-ai-commercial/687925/
3•samizdis•16m ago•0 comments

I don't like the "staff engineer archetypes"

https://www.seangoedecke.com/staff-engineer-archetypes/
2•gfysfm•16m ago•0 comments

Carucate, An Ancient Unit of Land

https://en.wikipedia.org/wiki/Carucate
2•frikyng•16m ago•0 comments

Nobel-Winning U.S. Chemist Omar Yaghi Will Move to China to Lead A.I. Institute

https://www.nytimes.com/2026/07/09/science/nobel-winning-us-chemist-will-move-to-china-to-lead-ai...
4•yogthos•18m ago•1 comments

Show HN: Autoportrait- Painting Timelapses in JavaScript

https://github.com/philipfweiss/autoportrait
1•philipfweiss•20m ago•0 comments

I Didn't Sign the "We Must Act Now [on AI]" Statement (Yet)

https://www.noahpinion.blog/p/why-i-didnt-sign-the-we-must-act
2•nozzlegear•20m ago•0 comments

Agentty – A drop-in alternative to claude-code, written in C++26. 11.0 MB binary

https://github.com/1ay1/agentty
1•tfeayush•24m ago•0 comments

Fuse – an open source MCP/CLI tool to speed up Claude Code on C# codebases

https://github.com/Litenova-Solutions/Fuse
2•litenova•25m ago•0 comments

Zerostack – An agent that's less sloppy than Elon's attempts

https://github.com/gi-dellav/zerostack
1•gidellav•25m ago•0 comments

Hardware Builders Need More Than Text-to-CAD

https://opuslabs.substack.com/p/hardware-needs-its-vibe-coding-moment
1•opuslabs•26m ago•0 comments

Ford's Chairman Warns America Can't Keep Chinese Cars Out Forever

https://www.carscoops.com/2026/07/bill-ford-chinese-cars-warning/
6•nikodunk•28m ago•2 comments

Microsoft Project Aion (Copilot OS Incubation Effort) [video]

https://www.youtube.com/watch?v=GggquwTdmuk
1•Topfi•28m ago•0 comments

Show HN: H5i-Python: Python SDK for Programmable Multi-Agent Orchestration

https://github.com/h5i-dev/h5i-python
1•syumei•30m ago•0 comments

Ask HN: Is page 2 HN better?

3•Towaway69•31m ago•1 comments

You can't bug fix your way out of the vulnpocalypse

https://alexgaynor.net/2026/jul/15/you-cant-bugfix-your-way-out-of-the-vulnpocalypse/
1•tabletcorry•31m ago•0 comments

Baml: The Programming Language for Agents

https://github.com/BoundaryML/baml
2•pykello•31m ago•1 comments

LLM Networking with MikroTik

https://blog.greg.technology/2026/07/14/llm-networking-with-mikrotik.html
2•gregsadetsky•31m ago•0 comments

P2P local file transfer based on WebRTC

https://pairdrop.net/
4•halb•33m ago•3 comments

Show HN: Swagsocial

https://swag.nomaakip.xyz/browse
2•wishyt•35m ago•0 comments

FCC to repeal 39% TV ownership cap in boost for Trump-friendly news orgs

https://arstechnica.com/tech-policy/2026/07/fcc-to-repeal-39-tv-ownership-cap-in-boost-for-trump-...
11•derbOac•36m ago•1 comments

Autonomous Security – EDR for AI Agents

https://a16y.ai
3•boxstream•37m ago•0 comments