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/)D

DaPorkchop_ [any]

@ DaPorkchop_ @lemmy.ml

Posts
3
Comments
284
Joined
3 yr. ago

hi :)

  • every single time I've made hot chocolate this winter i've had this post pop into my head

  • yes but i've already read all the completed ones and I MUST READ MORE

  • This didn't age well.

  • I feel your pain with the blocked nose shit, like pls I just wanna be able to breathe with my mouth closed :(

    My ENT has been recommending me to get a turbinoplasty for years but the only experienced surgeon near me has a waitlist that goes on forever and idk if I'd be able to get it covered by insurance anyway

  • What brand/model was it, if you don't mind me asking?

    inb4 seagate

  • I'm on ml and I can see it just fine.

  • AFAIK the webrender compositor is forcibly disabled on Linux regardless of that setting, which you can see in about:support. (Even then, it only works on Wayland)

  • I was just about to say this! I've been doing 4mg Ev / 5 days for about a month, got my latest results back just hours ago and it would appear that my trough level is slightly above the recommended mean level of 1100 pmol/L. Definitely going to have to cut back a bit...

  • Let b denote the average number of boobs per person. It can be shown that 1 < b < 21.

    1 it is known

  • How about "Worterfindungszeitmangel"?

  • Enby (from NB, from non-binary) is kind of an umbrella term to refer to anyone who doesn't strictly identify with one of the binary genders (male/female). Agender would certainly fall in that category, as would other identities such as genderfluid, pangender, and many more. There are also plenty of people who don't want and/or care to have a more specific label, and just refer to themselves as non-binary, full stop.

    To the best of my understanding, genderqueer is also an umbrella term which means pretty much the same thing as non-binary, but has a somewhat more "radical" nonconformist connotation. There is significant overlap between the two terms and whether someone identifies with one term or the other or both is pretty subjective. Is agender genderqueer? If you identify with both terms, then it is :)

  • pwelshned

  • Apparently this is a well-established channel in China, and they've just recently started translating their backlog of videos to English for YouTube.

  • OTOH, I was introduced to a trans girl at an event recently (although I didn't know it at the time, she passed too well), and we chatted a bit. I learned later through a mutual friend that she was disappointed I hadn't clocked her. Make of that what you will, I guess?

  • My point is that literally nobody has been looking at obfuscated code for at least 5 years by now. All the toolchains automatically handle de- and reobfuscation transparently to the point that nobody has to think about it anymore unless maybe you are one of the like 3 people who is actually maintaining the classloading stage of a modloader, or if you are manually writing a bytecode transformer (which almost nobody has needed to do for years either, ever since tools like Mixin entered the scene).

    For 99.9% of the modding community, and this includes most optimization mods, the only thing that is going to change is everyone deletes a line or two from their build.gradle and continues about their day.

    As far as reporting things to Mojang: again, nothing changes here either, everyone who has ever set up a mod dev environment already has a copy of the deobfuscated source code on their computer, which is the only thing they are looking at when inspecting the minecraft source code or making changes to it. There have been reports on the issue tracker with actual suggested code changes basically since the issue tracker became a thing.