Urgent.News

What's breaking now, across thousands of outlets.

Tech

OpenRig - Peer to Peer donation based hardware sharing platform

This is a submission for Weekend Challenge: Generosity Edition What I Built I grew up teaching myself to code in Pakistan on hardware that struggled to run modern dev tools. GPU hours on Lambda Labs cost $0.50–$3/hr. For a student trying to fine-tune a model or run a training job, that's not accessible. OpenRig is a peer-to-peer compute sharing platform. Donors register their idle hardware and…

This submission is part of the Weekend Challenge: Generosity Edition, where the creator built OpenRig, a peer-to-peer compute sharing platform. In traditional GPU cloud services, costs can range from $0.50 to $3 per hour, making it inaccessible for students fine-tuning models or running training jobs. OpenRig enables donors to register their idle hardware, which runs a lightweight agent binary.

Recipients describe their needs in plain English, and the platform uses Google Gemini AI to match them with the most suitable hardware based on social and educational impact. Once approved, the donor spins up an isolated Docker container with SSH access, which is then connected through a bore tunnel. The recipient receives SSH credentials in their dashboard to connect to the resource.

The donor can revoke access at any time, automatically tearing down the container and tunnel. The platform utilizes a relay architecture to prevent exposing donors' IP addresses, with bore acting as an open-source TCP tunnel. Docker provides resource-capped containers, while Google Gemini 3.6 Flash scores the requests for impact, ensuring donors prioritize impactful use cases rather than making random selections.

The agent architecture is a standalone Go binary that polls the backend every 3 seconds to fetch provisioning and revocation data. The main challenge was ensuring donors' real IPs remain hidden, achieved through the relay architecture. The project was built in 48 hours using Go, Fiber v3, SQLite, SvelteKit, Tailwind CSS, Supabase, Google Gemini, and bore.

The creator notes plans for future improvements, such as replacing Docker with Firecracker for proper VM isolation, hosting the bore server, adding session expiry enforcement, proper bore process monitoring, and making the agent a proper system service.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

I built a pay-per-call image processing API that AI agents can pay for with USDC

I keep experimenting with the x402 protocol — HTTP 402 payment-gated APIs where AI agents pay per call in USDC on Base, no accounts or API keys. Yesterday it was QR codes; today it's image processing.

  • Image Toolkit API allows AI agents to pay for image processing services in USDC on Base blockchain.
  • Four operations (resize, convert, compress, thumbnail) available at $0.01 USDC per call.
  • API built with Python, Pillow, and Caddy server on $4 VPS, awaiting community feedback.

Bulk URL Checker – Batch HTTP Status & Redirect Tracking for 100 URLs, SSRF-Protected

## Why I built this Checking URLs one at a time during a site migration or relaunch is tedious, and the tools that do it in bulk for free — Ahrefs, SEMrush, Screaming Frog — gate that behind a paid…

  • Bulk URL Checker aids site migrations with 100 URL checks per run
  • Tool checks redirects up to 20 hops, streaming real-time results
  • SSRF protection validates redirect destinations against private IPs

Building a Birthstone Lookup Into a Gift-Shop Checkout: An Engineering Walkthrough

If you run an online gift shop, you eventually hit a question that looks nothing like an engineering problem until it becomes one: "Can the customer just type their birthday and get the right…

  • Multiple birthstone lists exist, such as U.S. traditional, modern, mystical, and Ayurvedic
  • Systems must handle various calendar formats like DD/MM/YYYY and MM/DD/YYYY
  • Birthstone data stored in JSON file for maintainability and easy updates

Matt Haughey: ‘The Car Industry a/B Tested Selling a Car With and Without CarPlay and the Results Are Not Shocking’

Matt Haughey: One case in point is the Honda Prologue EV. It’s a partnership between Honda and Chevrolet, where the Prologue is basically a Chevy Blazer EV with Honda badges, slight visual differences…

  • Honda Prologue outsells Chevrolet Blazer by 43%, 73%, and 166% in three periods
  • Prologue includes Apple CarPlay and Android Auto integration, unlike Blazer
  • In 2026, consumers purchase Prologue 1.5 times more often than Blazer

More from Sunday 6 September →