CouchSurfer.co.uk
Travel · Encryption · Running · Programing · Spain · Cyber · Building in public

All projects

Things
I've built.

Hobby projects, experiments, and research notes. All built in public. All honest about what works and what doesn't.

4 PROJECTS and counting
Filter
Python 

HostsMaster 5000

I spend more time than you would imagine editin hosts files on my machines and VM's, on linux this is lovely and easy 'sudo vi /etc/hosts' but on Windows is it in system or system32 ? run the text editor as Administrator . . . so I wrote a very simple python script that quickly allows me to add, amend, comment and delete entries - all from the CLI

Javascript 

Audio to Transcript to LLM

Not really useful (well no better than real applications designed for the purpose) but a collection of local private java script applications that will record system audio, transcribe the audio into text and then allow you to question the transcript using a local LLM. Essentially a local browser way to pass your anti corruption and bribary training without needing to pay too much attention.

Python

Claude Useage Bar

A floating window that displays a progress bar as you use your allocation for the current 5 hour window of you Claude Pro account, plus some other nice to haves such as suto session start at configurable times.

Javascript 

DoNotForget

A tiny web application I use to keep a record of things I need to not forget (such as expenses that work owes me) that offers quick entry, robust storage and easy ticking off. Reminded me how much I dislike Java script, but had fun with Cloudflare pages and D1 managed databse and Supabase for authentication.