Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ST
Posts
1
Comments
360
Joined
2 yr. ago

  • Someone commented on another video that they saw the Ram Air Turbine extended. So they would've lost power, supporting your electrical fire theory. Also it seems extending the RAT disables some safeguards, that can cause the wheels to lock and catch fire.

    The other video: https://youtu.be/EPiNC5JpEYs

  • Permanently Deleted

    Jump
  • Does it also restore the content of unsaved files of the application?

    That's up to the application.

    If not, I'll prefer systemctl hibernate. I wonder, what this new feature is for.

    I believe this is for storing the position of specific windows, for multi-window applications (e.g. GIMP's multi-window mode). So hibernation is very unrelated.

  • On Asus motherboards you can enable 'Memory Context Restore', and it'll remember the training. Unfortunately it seems rapid changes in the weather make my system unstable with it on.

  • I've seen some that activate an insane number of breakpoints, so that the page freezes when the dev tools open. Although Firefox let's you disable breaking on breakpoints all together, so it only really stops those that don't know what they're doing.

  • That looks to be Volcanic Islands, which has good support with amdgpu and no support by radeon, according to Wikipedia.

    I'm not sure what you meant by "set up radron kernel driver", but you could maybe try blacklisting it.

  • Maybe, but also I think I was looking at the raw 'data bits', not 'binary' data. It's actually almost exactly 4GiB, even when dropping down to minimum error correction (1.7 GiB otherwise).

    (1454942×2953)÷1024÷1024÷1024≈4.00

    Edit: So if alphanumeric mode could store lowercase letters, base64 would've stored more.

  • For those wondering, when using the biggest QR code with the maximum error correction (10,208 bytes), 1,454,942 QR codes is slightly less than 14GiB, which should be more than enough for a Windows ISO.

    My math: (1454942×10208)÷1024÷1024÷1024≈13.83

    Edit: Damn another guy beat me to it, now I wonder how I'm so far off.

  • Chonk

    Jump
  • Satellite imagery seems cheaper than you might think though. I've had SkyFi in my favourites for a while after they sponsored a YouTube video, and they seem to start at $8 per km2 for a new photo or $2.50 for a previously taken one.

  • Cloudflare tunnels uses a QUIC connection between the cloudflared on the server and Cloudflare itself, which is encrypted similarly to HTTPS.

    Whatever protocol cloudflared uses to talk to your webserver locally is configurable through the Cloudflare access web UI (just change http to https). I've actually got it configured to use unix sockets, which lets me treat it differently in my nginx config.