[-] 0v0@sopuli.xyz 3 points 4 months ago

This element is never generated as a candidate in the picker, probably a quirk of this specific site. I just looked at the DOM and saw this related element next to the dark mode button.

[-] 0v0@sopuli.xyz 9 points 4 months ago

Also add acoup.blog##.darkmode-layer to your filters.

[-] 0v0@sopuli.xyz 7 points 5 months ago

According to Wikipedia:

In March or April 2023, it dimmed to magnitude 12.3. A similar dimming occurred in the year before the 1946 outburst, indicating that it will likely erupt between April and September 2024.

[-] 0v0@sopuli.xyz 1 points 5 months ago

You can give chisel a try. It tunnels all traffic over http/https, and the client can then create port forwards, just as with ssh, to access other services.

[-] 0v0@sopuli.xyz 12 points 7 months ago

Yes, for example, syncing on a kernel panic could lead to data corruption (which is why we don't do that). For the same reason REISUB is not recommended anymore: The default advice for a locked-up system should be SysRq B.

[-] 0v0@sopuli.xyz 3 points 8 months ago

Try removing all the superfluous default routes.

[-] 0v0@sopuli.xyz 1 points 9 months ago

I think glider can do this, with -strategy rr (Round Robin mode). I have not used it in this way myself, so you might need to experiment a little. Proxychains can also do this, but it doesn't present a socks5 interface itself (it uses LD_PRELOAD, so it won't work everywhere).

[-] 0v0@sopuli.xyz 4 points 10 months ago

Argon2id (cryptsetup default) and Argon2i PBKDFs are not supported (GRUB bug #59409), only PBKDF2 is.

There is this patch, although I have not tested it myself. There is always cryptsetup luksAddKey --pbkdf pbkdf2.

[-] 0v0@sopuli.xyz 5 points 10 months ago

GRUB works just fine with LUKS2 these days. There is no need to switch bootloaders.

[-] 0v0@sopuli.xyz 4 points 10 months ago

This seems right and exactly the way I've set it up. On subvolid=5 I have subvolumes @ and @home, in /etc/fstab I mount / as subvol=@, and /home as subvol=@home.

[-] 0v0@sopuli.xyz 41 points 10 months ago

https://stackoverflow.com/questions/10602504/how-does-user-js-work-in-firefox-in-detail:

It just looks like a JavaScript file. Once upon a time in Netscape 3 and maybe 4 it actually was, but now it's just a file with a .js extension and a very restricted syntax that's parsed by a separate (non-JS) parser and not executed in any way.

view more: next ›

0v0

joined 1 year ago