Skip to content
View nothing3471's full-sized avatar

Block or report nothing3471

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nothing3471/README.md

nothing3471

I write small tools to solve my own problems. Windows, mostly Python, mostly standard library — if a thing needs an install script before you can try it, I have usually done something wrong.

Most of these start the same way: something I needed either did not exist or refused to export.

Out now

reddit-archive-doctor — an archive of saved Reddit media rots from the inside: hosts swap deleted images for a placeholder your downloader files as the real thing, error pages get saved as GIFs, videos lose their soundtrack. This reads an archive and says what is dead, what is broken, and which missing saves are still worth chasing and where, using the recovery rates from reddit-link-rot. It changes nothing and never talks to Reddit, which matters now that Reddit has closed its API to most new applicants.

lookalikes — burst shots and near-identical frames end up scattered through a photo folder. This moves each group into one review folder, renamed so it sorts together in any file browser; delete the frames you do not want and undo sends the keepers home. It never deletes anything itself, RAW files travel with their JPEG, and every move is logged. It breaks the rule above — PyTorch and an 88 MB model — because the lightweight way, perceptual hashing, missed 777 burst pairs in one folder of 3,919 photos.

reddit-link-rot — I archived 33,716 saved Reddit posts and 10,326 of them pointed at media that no longer loads. So I measured how much was actually recoverable, ran the recovery, and scored the forecast against what came back. At least 70% is recoverable at full quality, and which host the link points at decides almost everything — 92% for direct imgur, 0% for imgur albums. The write-up, the per-host numbers and the audit code.

steam-library-export — Steam has no export button and its library page is virtualised, so you cannot copy-paste it either. One Python file, no dependencies, pulls the whole library through the official Web API and writes CSV, a readable report, and the raw JSON.

docorg — points at a folder of PDFs and EPUBs, extracts text and existing metadata, asks a locally-hosted model what each document actually is, and writes the result back. Nothing leaves your machine. Built against a real library of ~44,000 files, and most of the design is scar tissue from that.

Next

A Steam Deck diagnostic plugin.

A bulk media archiver: resumable, survives hard kills, classifies failures into retry and dead. It is the most sophisticated thing here and the most entangled with my own data, so it goes last.

Popular repositories Loading

  1. reddit-link-rot reddit-link-rot Public

    Measured recovery rates for 10,326 rotted Reddit media links: 70% is recoverable, and which host it points at decides everything.

    Python

  2. steam-library-export steam-library-export Public

    Export your complete Steam library to CSV. Steam's own library page is a virtualised list with no export button; this uses the official Web API instead. No dependencies.

    Python

  3. .github .github Public

    Default community health files for every repository on this account.

  4. nothing3471 nothing3471 Public

    Profile README

  5. docorg docorg Public

    Local-first document metadata extraction and cataloguing for large personal libraries. Reads PDFs and EPUBs, asks a local model what each document is, writes the result back. Nothing leaves your ma…

    Python

  6. nothing3471.github.io nothing3471.github.io Public

    Resume site: operations, case handling and quality, plus the tools I build on my own time.

    HTML