arghh, the version of systemd in Ubuntu 18.04 is two versions too old for DNS-over-TLS
Notices by Una, the moon minus two (unascribed@sleeping.town), page 8
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Saturday, 23-Nov-2019 01:21:20 EST Una, the moon minus two
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 21:34:29 EST Una, the moon minus two
correction: ARM TrustZone is a special secure hypervisor, and comparing it to Intel ME or AMD PSP is unfair
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 21:33:18 EST Una, the moon minus two
@xenon you want -u
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 21:33:05 EST Una, the moon minus two
@xenon -U is update, not username
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 21:32:39 EST Una, the moon minus two
why not use a normal implementation written in java? i guess because they had all this code generation/cross-compilation tooling laying around and figured they may as well use it
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 21:31:42 EST Una, the moon minus two
did you know: graal, a thing that lets you run various other languages on the jvm, has an implementation of regex
that's right, it compiles regexes to java bytecode
the reason is some languages need perl-compatible regular expressions and the Pattern class offered by Java itself is not perl-compatible
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:42:15 EST Una, the moon minus two
@ben i don't know the details
i seem to remember some forms of modern sleep requiring the ME though
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:41:29 EST Una, the moon minus two
my favorite feature of AMD Ryzens is they have two management engines!
the platform security processor is a full ARM core with its own management engine, TrustZone
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:40:04 EST Una, the moon minus two
@ben also surely that'd break various system functions like sleep
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:39:52 EST Una, the moon minus two
@ben still has a management engine
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:38:36 EST Una, the moon minus two
these restrictions disqualify at least:
- basically any CPU made more than 8 years ago (slow)
- recent OpenPOWER chips (expensive)
- ARM (management engine) -
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:37:09 EST Una, the moon minus two
also that doesn't cost thousands of dollars
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:36:57 EST Una, the moon minus two
gimmie a cpu that can go reasonably fast and has no management engine. pleas.
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:25:51 EST Una, the moon minus two
@flussence @codl whAT THE FUCK
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:18:41 EST Una, the moon minus two
@sc if you're feeling dangerous you can do a recursive sed on all dotfiles in your homedir and /etc replacing your name, but this is... very dangerous, depending on how unique your name is.
if you're feeling tedium, you can do a recursive grep in the aforementioned locations and manually correct the files
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:17:03 EST Una, the moon minus two
@sc customarily, uids for real users start at 1000, and therefore, if you are the only user on the system, your uid will always be 1000, but this is not exactly a safe assumption. not all distros start users at 1000 (some go as low as 100) and they are assigned sequentially
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:16:04 EST Una, the moon minus two
@sc a lot of programs make the decision to store your username instead of your user id specifically to survive config copies across installations where your uid is different for any reason
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:14:45 EST Una, the moon minus two
@sc I am still dealing with the fallout from config files I've carried over from the install where I did this
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:14:27 EST Una, the moon minus two
@sc source: i did this once
-
Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:14:18 EST Una, the moon minus two
@sc in theory there are three places your name needs to be updated, but that will only update the passwd database and your homedir name. anything else storing your username might break spectacularly and you are better off making a new user.