frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Semble – Code search for agents that uses 98% fewer tokens than grep

https://github.com/MinishLab/semble
17•Bibabomas•4h ago•13 comments

Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol

https://tangled.org/rocksky.app/rocksky
104•tsiry•1d ago•43 comments

Show HN: I made a printable graph papaer templates website

https://printablegraphpaper.org/
6•atharvtathe•5h ago•7 comments

Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model

https://github.com/cactus-compute/needle
764•HenryNdubuaku•5d ago•210 comments

Show HN: Watch a neural net learn to play Snake

https://ppo.gradexp.xyz/
195•c1b•3d ago•45 comments

Show HN: Epiq – Distributed Git based issue tracker TUI

https://ljtn.github.io/epiq/
88•jolaflow•1d ago•46 comments

Show HN: Burn, baby, burn (those tokens)

https://github.com/dtnewman/burn-baby-burn
129•dtnewman•2d ago•28 comments

Show HN: Forecasting my backyard weather with a 22M time-series model

https://huggingface.co/spaces/bitsofchris/time-series-ai-weather-forecast
3•chrisdevs•4h ago•0 comments

Show HN: Gigacatalyst – Extend your SaaS with an embedded AI builder

60•namanyayg•5d ago•27 comments

Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands

https://github.com/sleuth-io/sx
49•detkin•2d ago•27 comments

Show HN: Serene Bach – a Go weblog engine that runs as CGI or HTTP

https://github.com/serendipitynz/serenebach
3•takkyun•16h ago•0 comments

Show HN: Running the second public ODoH relay

https://numa.rs/blog/posts/odoh-anonymous-dns-without-an-account.html
124•rdme•3d ago•41 comments

Show HN: TikTok but for scientific papers

https://andreaturchet.github.io/website/index.html
196•ciwrl•6d ago•77 comments

Show HN: Nibble

https://github.com/glouw/nibble
101•glouwbug•3d ago•24 comments

Show HN: Hermes-agentmemory, pull-model episodic memory with real deletes

https://github.com/MukundaKatta/hermes-agentmemory
5•mukundakatta•1d ago•0 comments

Show HN: GridTravel – A community based travel app for users to share routes

https://www.gridtravel.app
60•knuaym9•2d ago•39 comments

Show HN: Browser based sythesizer, drum machine and squencer

https://github.com/madmonk13/modal-16
19•madmonk•1d ago•4 comments

Show HN: Agentic interface for mainframes and COBOL

https://www.hypercubic.ai/hopper
97•sai18•5d ago•50 comments

Show HN: Statewright – Visual state machines that make AI agents reliable

https://github.com/statewright/statewright
126•azurewraith•5d ago•55 comments

Show HN: Built a verifiable, open-source SoC 2 readiness scanner

https://loxeai.com
2•arjavmehta•20h ago•0 comments

Show HN: Got ghosted by tech companies so I built a tool to track ghost jobs

https://csvfirst.pythonanywhere.com/insights/hiring-data/job-listings-that-stay-open-for-years/
6•ktmartin•23h ago•3 comments

Show HN: I built a screen recorder that captures console logs, requests and more

https://userplane.io/
2•wizenheimer•1d ago•0 comments

Show HN: I made a Clojure-like language in Go, boots in 7ms

https://github.com/nooga/let-go
290•marcingas•1w ago•85 comments

Show HN: MIT OSS LinkedIn DMs for Agents (CLI and Example TUI)

https://allman.sh
5•toobulkeh•1d ago•1 comments

Show HN: Strava for AI coding – analytics on your Copilot/Claude/Codex usage

https://github.com/microsoft/AI-Engineering-Coach
8•aymenfurter•1d ago•1 comments

Show HN: Infinite Swap – Trade a bottle cap up to a house

https://infiniteswap.app/
6•dansquizsoft•1d ago•3 comments

Show HN: TRUST – Coding Rust like it's 1989

https://github.com/wojtczyk/trust
177•wojtczyk•1w ago•87 comments

Show HN: A modern Music Player Daemon based on Rockbox firmware

https://github.com/tsirysndr/rockbox-zig
122•tsiry•1w ago•28 comments

Show HN: Rust but Lisp

https://github.com/ThatXliner/rust-but-lisp
216•thatxliner•1w ago•73 comments

Show HN: An index of indie web/blog indexes

https://theindex.fyi
154•rocketpastsix•1w ago•39 comments
Open in hackernews

Show HN: Webtor – open-source torrent streaming engine

https://webtor.io
34•vintikzzzz•1y ago
Hi HN,

I built Webtor — an open-source engine that lets you stream .torrent and magnet links directly in the browser.

- No swarm exposure — all torrent traffic runs server-side

- In-browser playback via HLS

- Progressive download with resume support

- Lightweight JS SDK and public API

- Fully self-hostable via Docker

Demo: https://webtor.io

GitHub: https://github.com/webtor-io

SDK: https://github.com/webtor-io/embed-sdk-js

Self-hosted: https://github.com/webtor-io/self-hosted

API: https://rapidapi.com/paveltatarsky-Dx4aX7s_XBt/api/webtor

Would love feedback!

Comments

harvey9•1y ago
It looks like if I use your hosted service to stream then you become the distributor of any copyright material in that torrent. Is that correct, and if so aren't you likely to be taken down or blocked in jurisdictions where that is enforced?
angra_mainyu•1y ago
Popcorn time seems like the safer bet
vintikzzzz•1y ago
True, Popcorn Time was slick — but if I remember correctly, it runs as a local app and immediately connects you to the swarm. That means your IP is exposed and you’re technically distributing content while watching it.

Webtor works differently — all torrent traffic goes through the backend, and your browser just receives the stream over HTTPS. No swarm connection from the user side at all.

So it’s not as feature-rich maybe, but it’s built with privacy and accessibility in mind — especially for people who can’t or don’t want to touch P2P directly.

vintikzzzz•1y ago
That’s a valid concern, and I’m aware of the risks involved.

Webtor is a tool, not a content provider — it doesn’t index or host anything itself. Users supply their own torrent or magnet links, and the system processes them on demand, like a torrent client with a browser interface.

That said, if someone uses the hosted version to stream content that triggers a copyright complaint — yes, I may receive a DMCA notice, and in that case I’ll take the content down as required.

This is also exactly why the project is fully open-source and self-hostable — anyone can run it privately, with full control and different legal boundaries depending on their jurisdiction.

noman-land•1y ago
If this is a tool and doesn't host any content, what exactly will you be taking down upon receiving a DMCA?
KomoD•1y ago
> what exactly will you be taking down upon receiving a DMCA?

Content on the hosted instance...?

vintikzzzz•1y ago
Good question.

Even though Webtor doesn’t host or index any content itself, users can generate direct links like https://webtor.io/{infohash} to access specific torrents. Sometimes these links get shared publicly — on forums, blogs, or aggregators — and that’s usually how DMCA notices find their way to me.

When that happens, I remove access to that specific infohash from the hosted service. It’s not about removing stored files (since there’s no persistent storage), but about disabling further processing of that particular torrent.

0manrho•1y ago
> or host anything itself.

It does, or there would be nothing to download.

> and the system processes them on demand > Webtor is a tool, not a content provider

By assembling the chunks into content it then provides via a link to download.

Is the implication here that the data is transient (eg time-gated or single use links) or something?

We're in the age of AI and Automation. Just because you aren't publishing an index of your content doesn't mean there aren't plenty of others searching, indexing, scraping, and aggregating it, nor does it mean the content isn't provided to the internet/public.

vintikzzzz•1y ago
The content is only partially downloaded to the servers, and only on demand. Storage is limited — old, inactive cached data is removed when space is needed for new requests.

There’s also the ability to revisit previously used content via direct links like https://webtor.io/{infohash} — this lets users bookmark a stream or return to it later. However, availability still depends on whether the content is cached or needs to be fetched again.

I actually experimented with making content indexable in the past, but many torrents turned out to be pirated — and eventually triggered DMCA notices. So I chose not to publicly expose anything on the hosted version.

Automation is possible: there’s a public API and a lightweight SDK for embedding content into external websites.

toomuchtodo•1y ago
Looks like an open source version of put.io? Very cool! You might list hosters and jurisdictions where it’s friendly to host the remote torrent component and they’ll ignore IP claims and other copyright holder love letters.
doublerabbit•1y ago
Any documentation on how to self-host without Docker?

I use FreeBSD.

vintikzzzz•1y ago
There are currently around 14 individual components involved — torrent engine, HLS pipeline, subtitles, storage, APIs, etc.

It’s technically possible to run everything manually without Docker, but you’d need to wire all services together, manage configs, ports, and background jobs.

That’s why I strongly recommend the Docker setup — it’s the easiest way to get things running.

You can absolutely take a look at the Dockerfile (https://github.com/webtor-io/self-hosted/blob/main/Dockerfil...). It should give you a clear idea of how things are connected, if you want to replicate it manually on FreeBSD.