According to https://www.oracle.com/java/technologies/java-se-support-roadmap.html, Java 8 Extended Support will end in December 2030
LaggyKar
- 0 Posts
- 85 Comments
LaggyKar@programming.devto
Technology@lemmy.world•Amazon is making it impossible to remove the DRM from Kindle BooksEnglish
672·6 months agoThe problem is some authors signing exclusivity deal with Amazon, which means breaking the DRM and converting it is the only way to read it on a different e-reader.
LaggyKar@programming.devto
Programmer Humor@programming.dev•Have you been exposed to an IPv6 address at work?
33·7 months agoIt is a single address with an associated subnet mask, indicating what subnet the address is in.
The subnet would be 3fff:a1:1ab:bc67::/64, for the top one.
LaggyKar@programming.devto
Linux@lemmy.ml•I must have died and gone to heaven [nushell]
18·7 months agoLooks like it’s taken a page from PowerShell in passing structured data rather than just text.
but it is a task of a programmer to review it before publishing it.
By contrast however, the programmer does not generally need to review the machine code produced by their compiler when coding in C.
It’s not though. Programming languages, like assembly before them, are deterministic. If you run the same C code again the same environment, it will do the same thing, and altering the code will alter the behaviour correspondingly. It’s possible to reason about it. The same does not apply to LLMs. You can’t reason about their behavior, when means you can’t build anything non-trivial with them. All that is mentioned in the article.
What do you mean? That’s literally just using the service as intended.
LaggyKar@programming.devto
linuxmemes@lemmy.world•What's your mnemonic for pwd?- OMG it means print working directory. My mind instantly goes to password every time. I had to reach puddle wuv dud levels of autism before thinking otherwise. I shame my
6·7 months agoI find it weird when you get “pwd” as a variable
LaggyKar@programming.devto
Technology@beehaw.org•Automated Sextortion Spyware Takes Webcam Pics of Victims Watching Porn
9·7 months agoThe same thing spam e-mails have claimed to have done for ages
LaggyKar@programming.devto
Games@lemmy.world•Are those of us who grew up on older games more attuned to latency?English
81·7 months agoWhen did they have games on tape?
OK, bad examples. On the other hand e.g. X, GitHub, Pornhub, PSN, Steam or Discord do not support IPv6.
I know this is humor, but for the record this wouldn’t work. Each simultaneous TCP connection needs a unique four-tuple (source address, source port, destination address, destination port). If a lot the people behind the NAT try to connect to the same place (destination address and port) at the same time (something popular like Google, YouTube or Netflix), and their source address is the same, the source port needs to be different for each connection. So after at most 65535 connections within a short time the NAT would run out of ports and no one behind the same NAT would be able to open new connections to the same place until the NAT mapping expiries.
So you could have at most tens of thousands of people behind the same NAT, maybe even fewer to make it reliable.
Lossless WebP is still gets way better compression than PNG though, this doesn’t change that. Although they mention they’re looking to improve it in the next version, so we’ll see then.
LaggyKar@programming.devto
Technology@lemmy.world•Apple’s most sweeping software redesign disappoints mainland Chinese consumersEnglish
131·10 months agoThis article really needs some illustration of what the new UI looks like, and what the old one looks like for comparison
LaggyKar@programming.devto
linuxmemes@lemmy.world•POV: Automatic Driver installation for Linux
10·10 months agoAnd now AMDGPU-PRO has dropped the proprietary OpenGL and Vulkan drivers and AMF, so the only thing you would get from it that’s different from the open stack is the OpenCL driver and maybe AMDVLK. https://www.amd.com/en/resources/support-articles/release-notes/RN-AMDGPU-UNIFIED-LINUX-25-10-1.html
LaggyKar@programming.devto
Linux@programming.dev•Linus Torvalds Expresses His Hatred For Case-Insensitive File-Systems
41·1 year agoIf you’re running Wine on a case-sensitive file system, and you it tries to open a file, it would first try to open a file whose case matches exactly. But if it doesn’t find one, it would then need to list all the files in the directory, normalize their case, and go through them all to see if there is a file with the given name but in a different case. That can take some time if there is a lot of files in the directory.
But if you’re on a case-insensitive filesystem, the FS can keep case-normalized names of all files on disk, so you can do a case-insensitive open just as fast as you can do a case-sensitive open.
BTW, another application that can benefit from this is Samba, since SMB is case-insensitive.
LaggyKar@programming.devto
Linux@programming.dev•Linus Torvalds Expresses His Hatred For Case-Insensitive File-Systems
21·1 year agoIt does, but having case insensitivity in the file system can get you better performance.
LaggyKar@programming.devto
Linux@programming.dev•Linus Torvalds Expresses His Hatred For Case-Insensitive File-Systems
12·1 year agoIt isn’t normally, but it, like e.g. Ext4, allows case insensitivity mostly for the sake of Wine.
LaggyKar@programming.devto
Linux@programming.dev•Calibre 8.2 Brings New Kobo and Kindle Features
8·1 year agoKobo store, Google Play Books, and various other places (here in Sweden for example we have Bokus and Adlibris) have Epub downloads. Usually with Adobe Digital Editions DRM (which you can get rid of pretty easily with DeDRM, or alternatively Kobo tablets support Digital Editions), but some books are sold DRM free, or with LCP DRM which I don’t have experience with. Something I’ve noticed at least on Bokus is that many books in Swedish are sold as DRM free Epubs with watermarks, even if they’re translated from an English version which is sold with DRM on the same store, though that’s probably not relevant for people in other regions.

What does this mean? BT.2020 already requires pure monochromatic subpixels (which you’re not gonna get with LCD), so you can’t go beyond that unless you use 4+ subpixels (in which case the extra colors will just go unused, since HDR video is delivered as BT.2020). Or is BT.2020 Pro a smaller gamut than BT.2020?
This article is the only thing I can find on Google which mentions “BT.2020 Pro”, at least in English.