Michele Guerini Rocco

Results 94 comments of Michele Guerini Rocco

> The internal symmetric key would be encrypted with a passphrase-derived key and stored in .git-crypt/keys. Or even derived from the passphrase: I'd use something like PBKDF2 or Scrypt. It...

So, I run 2to3 on sc-controller and manually fixed stuff like unicode encoding issues. It still doesn't build and I'm not sure what's the problem. If anyone wants to continue...

@kozec so you plan on rewriting scc before the end of life of python 2?

> Which means every OS in the world, as Python2 will no longer be available. You won't get bug fixes. There will be no new builds. Nothing. It's EOL full...

If no one intends to port it to python3 a possible solution could be what the Oil shell does: taking a stripped down python2 interpreter with dependencies and bundle all...

@Patola are you running it with python2?

I had better luck using [ngx_http_sub_module](http://nginx.org/en/docs/http/ngx_http_sub_module.html). Basically you have to rewrite all the absolute paths: ``` sub_filter_once off; sub_filter_types *; sub_filter 'action="/' 'action="/dht/'; sub_filter 'href="/' 'href="/dht/'; sub_filter 'src="/' 'src="/dht/'; sub_filter...

> Just out of curiosity, why do you need to put nginx in front of golang? I moved my instance to a remote server (it was running from my computer)...

I have found an issue with a script I made: ```js // ==UserScript== // @name Kill subreddit style // @description Unload all subreddits custom stylesheets // @author rnhmjoj // @include...

Ah, thank you! it's working. This used to work with violentmonkey... is it just slower to load the scripts then?