- 1 Post
- 170 Comments
DaPorkchop_@lemmy.mlto
Android@lemdro.id•Is Fast Charging Killing the Battery? A 2-Year Test on 40 PhonesEnglish
23·4 天前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?
DaPorkchop_@lemmy.mlto
Games@lemmy.world•Minecraft is removing code obfuscation in Java EditionEnglish
21·12 天前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.gradleand 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.
DaPorkchop_@lemmy.mlto
Games@lemmy.world•Minecraft is removing code obfuscation in Java EditionEnglish
25·13 天前This doesn’t really change too much for the modding scene, it just allows the deobfuscation step to be skipped when setting up a dev environment. Mojang has already been providing official deobfuscation mappings for years, and before that we had community-made ones which were already pretty great.
There are already plenty of mods which drastically overhaul how major parts of the game work to get better performance, and there are some projects like Gregtech: New Horizons and CleanroomMC which have pretty much completely torn apart and rebuilt the game on older versions from before official deobfuscation mappings were even available.
DaPorkchop_@lemmy.mlto
Asklemmy@lemmy.ml•men of lemmy, if you've ever taken estrogen, what was it like?
2·14 天前I want to give you a belated “thank you” for writing this up! I had kinda been feeling like I’d reached a dead end with my whole gender exploration adventure, but you have not only inspired me to do a second (longer) trial run using EV instead of EEn (which I have just started), but I’m also gonna go to a local meetup for trans/enby/questioning people later this week. Something about your comment here really helped me get out of the rut I was in. Thanks for all your support!!! ❤️
The number of times I’ve spent hours trying to figure out some obscure issue only to stumble upon a multiple-years-old stackoverflow post of myself asking the same question isn’t that high, but definitely higher than I’d like to admit.
DaPorkchop_@lemmy.mlto
Asklemmy@lemmy.ml•men of lemmy, if you've ever taken estrogen, what was it like?
5·29 天前Re-reading your original question, it should have been pretty obvious in retrospect that I am not really in the target audience. welp, my bad :P
I didn’t get any blood work done unfortunately, since my doctor’s office refuses to do it without a specific request from my GP (and the whole reason I wanted to do a trial run DIY was because I can’t realistically do this kind of stuff the legit way at the moment), so I just went with a dose a bit higher than the dosages I’d seen recommended online for “most” people and figured it was unlikely that that wouldn’t be enough. Since I saw nipple changes almost immediately I assumed that it was doing the trick, but the expected other effects just never came and I stopped when my nipples had become large enough that I was about to start needing a bra to stop them visibly poking through my shirt.
I didn’t really consider that the longer half-life was super relevant to the “startup delay”, most resources I found online seemed to show it nearly reaching the steady state level after only one or two doses. If that was actually the problem that’s a pretty big derp on my part, but I’m already planning to give it another shot once I’m not living at home.
DaPorkchop_@lemmy.mlto
Asklemmy@lemmy.ml•men of lemmy, if you've ever taken estrogen, what was it like?
17·29 天前I did estrogen monotherapy for about 2 months earlier this year. Quite frankly, the only changes I noticed was an immediate and significant increase in nipple sensitivity+size, and a reduction of nighttime erections. Other than that I didn’t notice any of the early changes which I had been lead to expect within the first few weeks: no emotional differences, no reduction in skin oiliness, no changes in body temperature, etc.
For what it’s worth, I was taking 1.4ml/week of 40% estradiol enanthate without any antiandrogens, am in my early 20s and have a very low body mass.
DaPorkchop_@lemmy.mlto
Programmer Humor@programming.dev•Everyone knows what an email address is, right? (Quiz)
1·3 个月前Yes, the top-level domain is still just a domain. I’m not aware of any public Internet services which are reachable from a TLD directly, and it’s strongly discouraged by ICANN, but there isn’t any technical limitation preventing e.g. someone at Verisign from setting up
example@com.
To be fair, for most of those other mediums don’t need as much time to consume. An old song takes a few minutes to listen to and a movie can be watched in a couple hours, but I have played thousands of hours of Minecraft (and will continue playing it for the foreseeable future).
DaPorkchop_@lemmy.mlto
Ask Lemmy@lemmy.world•Do you use poweroff or suspend on your Linux systems? Why?
1·7 个月前Not sure what you’re trying to ask, are you asking if using sudo to sign in as a different user will make kernel updates take effect? If so, the answer is no.
Linux is an operating system kernel, which basically means it’s a program which runs other programs inside of it. For any “normal” program running inside Linux, you can update it by installing the new version and then exiting and relaunching the program so that the installed updates take effect. Similarly, after installing the Linux kernel itself, you have to exit and restart the kernel in order for the update to take effect. Because the kernel runs programs inside of it, exiting the kernel means all of those programs will be exited as well, and because the kernel is the only program running directly on the hardware, exiting the kernel means that your computer will power off. In simpler terms: getting kernel updates to take effect necessarily means you need to exit the old kernel and launch the new one, and there is no way to do that without reboot.
DaPorkchop_@lemmy.mlto
Ask Lemmy@lemmy.world•Do you use poweroff or suspend on your Linux systems? Why?
2·7 个月前This assumes you have a machine which supports proper S3 sleep, which newer devices increasingly do not :(
A lot of modern laptops only support S0 “modern standby”, which basically means the kernel puts all processes including itself on pause, but the CPU and all other components are still powered despite being idle.
DaPorkchop_@lemmy.mlto
Ask Lemmy@lemmy.world•Do you use poweroff or suspend on your Linux systems? Why?
1·7 个月前Depends on your setup :) My PC pulls somewhere around 80W just for RAM.
(tested by comparing the idle power draw with only one DIMM installed vs all of them)
DaPorkchop_@lemmy.mlto
Ask Lemmy@lemmy.world•Do you use poweroff or suspend on your Linux systems? Why?
5·7 个月前Just chiming in to point out that powering off and then starting back up won’t cause any additional SSD wear, reading from flash memory doesn’t use up write cycles* (because there is no writing going on!). In fact, regularly restarting could be slightly more friendly for your SSD, because the /tmp directory, old log files, etc. get deleted on startup, freeing up the storage blocks used by the deleted files so that the SSD can use them for its internal wear balancing.
*technically, flash memory reads do very slightly degrade the data being read, but this effect is absolutely negligible compared to other forms of passive bit rot in flash memory and is basically irrelevant unless you’re intentionally trying to corrupt data using reads (which won’t happen because the flash controller will fix it before it becomes corrupt to the point of being illegible)
I can’t believe they removed the photo of a dead pigeon captioned “An example of packet loss.”
DaPorkchop_@lemmy.mlto
No Stupid Questions@lemmy.world•Am I going crazy, or has people's spelling gotten awful lately?
2·7 个月前it’s the mispeling vyrus






pwelshned