HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thexa4

no profile record

Submissions

Don't be smart and use web standards

derk-jan.com
2 points·by thexa4·vor 2 Jahren·0 comments

comments

thexa4
·vor 4 Monaten·discuss
I'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
·letztes Jahr·discuss
If anyone else runs into this, it's very easy to set up an ssh proxy: ssh -D 8080 user@hostname

Once that connection is set up, point your browser to use localhost:8080 as a socks proxy.
thexa4
·vor 2 Jahren·discuss
I made a mac screensaver that paints your screen based on Game of Life: https://github.com/DelftSolutions/ConwayWatercolor
thexa4
·vor 2 Jahren·discuss
I'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...