Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by ⁣Una, the moon minus two (unascribed@sleeping.town), page 8

  1. ⁣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

    arghh, the version of systemd in Ubuntu 18.04 is two versions too old for DNS-over-TLS

    In conversation Saturday, 23-Nov-2019 01:21:20 EST from sleeping.town permalink
  2. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 21:34:29 EST ⁣Una, the moon minus two ⁣Una, the moon minus two

    correction: ARM TrustZone is a special secure hypervisor, and comparing it to Intel ME or AMD PSP is unfair

    In conversation Thursday, 21-Nov-2019 21:34:29 EST from sleeping.town permalink
  3. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 21:33:18 EST ⁣Una, the moon minus two ⁣Una, the moon minus two
    • Xenon Fiber

    @xenon you want -u

    In conversation Thursday, 21-Nov-2019 21:33:18 EST from sleeping.town permalink
  4. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 21:33:05 EST ⁣Una, the moon minus two ⁣Una, the moon minus two
    • Xenon Fiber

    @xenon -U is update, not username

    In conversation Thursday, 21-Nov-2019 21:33:05 EST from sleeping.town permalink
  5. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 21:32:39 EST ⁣Una, the moon minus two ⁣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

    In conversation Thursday, 21-Nov-2019 21:32:39 EST from sleeping.town permalink
  6. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 21:31:42 EST ⁣Una, the moon minus two ⁣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

    In conversation Thursday, 21-Nov-2019 21:31:42 EST from sleeping.town permalink
  7. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:42:15 EST ⁣Una, the moon minus two ⁣Una, the moon minus two
    • ben

    @ben i don't know the details

    i seem to remember some forms of modern sleep requiring the ME though

    In conversation Thursday, 21-Nov-2019 20:42:15 EST from sleeping.town permalink
  8. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:41:29 EST ⁣Una, the moon minus two ⁣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

    In conversation Thursday, 21-Nov-2019 20:41:29 EST from sleeping.town permalink
  9. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:40:04 EST ⁣Una, the moon minus two ⁣Una, the moon minus two
    • ben

    @ben also surely that'd break various system functions like sleep

    In conversation Thursday, 21-Nov-2019 20:40:04 EST from sleeping.town permalink
  10. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:39:52 EST ⁣Una, the moon minus two ⁣Una, the moon minus two
    • ben

    @ben still has a management engine

    In conversation Thursday, 21-Nov-2019 20:39:52 EST from sleeping.town permalink
  11. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:38:36 EST ⁣Una, the moon minus two ⁣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)

    In conversation Thursday, 21-Nov-2019 20:38:36 EST from sleeping.town permalink
  12. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:37:09 EST ⁣Una, the moon minus two ⁣Una, the moon minus two

    also that doesn't cost thousands of dollars

    In conversation Thursday, 21-Nov-2019 20:37:09 EST from sleeping.town permalink
  13. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:36:57 EST ⁣Una, the moon minus two ⁣Una, the moon minus two

    gimmie a cpu that can go reasonably fast and has no management engine. pleas.

    In conversation Thursday, 21-Nov-2019 20:36:57 EST from sleeping.town permalink
  14. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:25:51 EST ⁣Una, the moon minus two ⁣Una, the moon minus two
    • codl
    • flussence 🦖️‍🍍️🔵

    @flussence @codl whAT THE FUCK

    In conversation Thursday, 21-Nov-2019 20:25:51 EST from sleeping.town permalink
  15. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:18:41 EST ⁣Una, the moon minus two ⁣Una, the moon minus two
    • Sprite Lo'Ween - Ocean Man

    @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

    In conversation Thursday, 21-Nov-2019 20:18:41 EST from sleeping.town permalink
  16. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:17:03 EST ⁣Una, the moon minus two ⁣Una, the moon minus two
    • Sprite Lo'Ween - Ocean Man

    @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

    In conversation Thursday, 21-Nov-2019 20:17:03 EST from sleeping.town permalink
  17. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:16:04 EST ⁣Una, the moon minus two ⁣Una, the moon minus two
    • Sprite Lo'Ween - Ocean Man

    @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

    In conversation Thursday, 21-Nov-2019 20:16:04 EST from sleeping.town permalink
  18. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:14:45 EST ⁣Una, the moon minus two ⁣Una, the moon minus two
    • Sprite Lo'Ween - Ocean Man

    @sc I am still dealing with the fallout from config files I've carried over from the install where I did this

    In conversation Thursday, 21-Nov-2019 20:14:45 EST from sleeping.town permalink
  19. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:14:27 EST ⁣Una, the moon minus two ⁣Una, the moon minus two
    • Sprite Lo'Ween - Ocean Man

    @sc source: i did this once

    In conversation Thursday, 21-Nov-2019 20:14:27 EST from sleeping.town permalink
  20. ⁣Una, the moon minus two (unascribed@sleeping.town)'s status on Thursday, 21-Nov-2019 20:14:18 EST ⁣Una, the moon minus two ⁣Una, the moon minus two
    • Sprite Lo'Ween - Ocean Man

    @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.

    In conversation Thursday, 21-Nov-2019 20:14:18 EST from sleeping.town permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.