thexa4·4 maanden geleden·discussI've created a llama.cpp integration with Copilot in vscode. The extension readme contains setup instructions: https://marketplace.visualstudio.com/items?itemName=delft-so...
thexa4·vorig jaar·discussIf anyone else runs into this, it's very easy to set up an ssh proxy: ssh -D 8080 user@hostnameOnce that connection is set up, point your browser to use localhost:8080 as a socks proxy.
thexa4·2 jaar geleden·discussI made a mac screensaver that paints your screen based on Game of Life: https://github.com/DelftSolutions/ConwayWatercolor
thexa4·2 jaar geleden·discussI've backed up a forum[1] by crawling it using wget and creating a WARC file.I hosted it again by writing a python script[2] to serve responses from that WARC file again and put it behind nginx with caching enabled.[1] https://forums.empiresmod.com/index.php[2] https://gitlab.com/thexa4/warc-server[2, deb package] https://gitlab.com/thexa4/warc-server/-/jobs/5213679726/arti...