HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thexa4

no profile record

Submissions

Don't be smart and use web standards

derk-jan.com
2 points·by thexa4·il y a 2 ans·0 comments

comments

thexa4
·il y a 4 mois·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
·l’année dernière·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
·il y a 2 ans·discuss
I made a mac screensaver that paints your screen based on Game of Life: https://github.com/DelftSolutions/ConwayWatercolor
thexa4
·il y a 2 ans·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...
thexa4
·il y a 3 ans·discuss
I've reported a similar issue on mac where it gets slower over time [1]. I hope it gets fixed at some point.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1799681
thexa4
·il y a 3 ans·discuss
You can add another format to the multipart/alternative container. Just like html emails often have a text fallback. It requires picking a Content-Type name (application/vnd.<your_name>.something) but then you can attach any additional metadata you want: https://kevinjmcmahon.net/articles/html-and-plain-text-multi...

The hard bit is getting email clients to use your information.