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/)O
Posts
0
Comments
26
Joined
2 yr. ago

  • Is it some kind of historical elective course

    No, there was a poster showing correspondence with Latin on the wall, somewhere. The symbols are almost 1-1 with modern orthography, so it takes only about a week of practice. And I was really bored.

    never seen Glagolic in the wild

    It's about as distant from modern use as runes are for germanic speakers, but maybe with different connotations. Decorative nonsense.

    But I did submit essays written with that when I wanted to fail with style. :)

    I also met a guy in college who used it to keep notes. That guy was also bored.

  • It was widespread in Croatia until the late middle ages, about XIV-XV century.

    Noone knows how to read it, apart from some linguists and overzealous Witcher fans.

    I could fluently read and write it in high school. Was bored.

  • Yo, setup hibernation and use hybrid sleep as your default sleep.

    ln -s /etc/systemd/system/suspend.target ../../../usr/lib/systemd/system/suspend-then-hibernate.target

    Now any sleep is hybrid. The machine suspends, then wakes up after a timeout, and enters hibernation. The timeout is configurable in systemd-sleep.conf(5).

    With this combo I find that I prefer S0 to S3. S0 drains the battery about twice as fast, sure, but it resumes instantaneously, while S3 takes about 30 seconds (!) to resume on this machine. And the thing hibernates and powers off if I leave it for an hour anyway.

  • Yall understand that what actually changed is a symlink? That systemd-run is now linked from run0, and that's enough to make a SUID-less sudo?