- 1 Post
- 177 Comments
DaPorkchop_@lemmy.mlto
Linux@lemmy.ml•GNOME 49 Alpha Released With X11 Support Disabled By Default, Many New Features
5·1 year agoKDE user here, I still use X11 to play old Minecraft versions. LWJGL2 uses xrandr to read (and sometimes modify? wtf) display configurations on Linux, and the last few times I’ve tried it on Wayland it kept screwing the whole desktop up.
DaPorkchop_@lemmy.mlto
KDE@lemmy.kde.social•KDE devs have been quietly working on Plasma Keyboard, a new on-screen keyboard for desktop and mobile part of the “We Care About Your Input” KDE Goals initiative. Although not ready for texting yet,
5·1 year agoIn the future, you can generally solve these sorts of build errors by just installing the development package for whatever library is missing. On Debian-based systems, that would be something along the lines of
sudo apt install libecm<tab><tab>see what appears, choose one which looks reasonable with-devsuffix
DaPorkchop_@lemmy.mlto
Open Source@lemmy.ml•The Open-Source Software Saving the Internet From AI Bot Scrapers
91·1 year agoIt takes like half a second on my Fairphone 3, and the CPU in this thing is absolute dogshit. I also doubt that the power consumption is particularly significant compared to the overhead of parsing, executing and JIT-compiling the 14MiB of JavaScript frameworks on the actual website.
DaPorkchop_@lemmy.mlto
Linux@lemmy.ml•Nvidia 580 series of drivers will be the last to support GPUs based on the Maxwell, Pascal, and Volta architectures.
21·1 year agoNouveau is dead, it’s been replaced with Zink on NVK.
DaPorkchop_@lemmy.mlto
Linux@lemmy.ml•Curious about performance of nouveau on old laptops with discrete graphics
4·1 year agoIn my experience, nouveau is painfully slow and crashes constantly to the point of being virtually unusable for anything. The developers agree, as in the last couple months nouveau has been phased out of Mesa entirely. More recent Mesa versions now implement OpenGL on Nvidia using Zink on NVK, and the result is quite a bit faster and FAR more stable.
If your distribution currently still ships a Mesa version which uses nouveau, I would personally recommend you just stick with the Intel graphics for now.
Aside from checking the kernel log (
sudo dmesg) and system log (sudo journalctl -xe) for any interesting messages, I might suggest simply watching for any processes which are abnormally high while the system is running slow. My initial approach would be to usehtop(disable “Hide Kernel Threads” and enable “Detailed CPU Time”), and seeing which processes, if any, are eating up your CPU time. The colored core utilization bars at the top show how much CPU time is being spent on what: gray for disk wait, red for kernel, green for regular user process, etc. That information will be a good starting point.
Again, that would be TIFF. TIFF images can be encoded either with each line compressed separately or with rectangular tiles compressed separately, and separately compressed blocks can be read and decompressed in parallel. I have some >100GiB TIFFs containing elevation maps for entire countries, and my very old laptop can happily zoom and pan around in them with virtually no delay.
There is a reason why TIFF is one of the most popular formats for raster geographic datasets :)
DaPorkchop_@lemmy.mlto
Privacy@lemmy.ml•US embassy wants 'every social media username of past five years' for new visas
4·1 year ago“i only use 4chan”
DaPorkchop_@lemmy.mlto
Linux@lemmy.ml•is there any way to automatically edit several mkv files to get rid of the file title on debian 12.11?
2·1 year agoI would be very hesitant to run sed on a bunch of files consisting primarily of highly compressed binary data.
Okay, you can’t just drop that bombshell without elaborating. What sort of bug could exist in a program which contains a single return instruction?!?
why did you take a 4chan greentext and reformat it like it’s taken from some kind of corporate slideshow
Botulinum toxin
DaPorkchop_@lemmy.mlto
Technology@lemmy.ml•Coin-sized nuclear 3V battery with 50-year lifespan enters mass production
2·1 year agoThere is nothing nuclear about microwaves.
DaPorkchop_@lemmy.mlto
Buy European@feddit.uk•Buy European mentioned by Dutch public broadcaster NOS
4·1 year agoIronic that the thumbnail is a bunch of Dell servers.
DaPorkchop_@lemmy.mlto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Is Firefox still the recommended browser of choice here?English
13·1 year agoA huge chunk of Linux development is subsidized by the hundreds of corporations which depend on it and pay developers to maintain things. There is no corporate interest in developing and/or maintaining an alternative browser engine when chromium already exists and dominates the market.
Y’all are too creative for me… I have:
- poweredge-r520-0
- poweredge-t620-0
- poweredge-t620-1
- pi4-0
- pi3b-0
- pi3b-1
- pi3b-2
- pi3b-3
- vostro-3525-0
- ideapad-c340-0
If you have infinite monkeys on IDEs, some subset of 1000 of them will eventually make Firefox.






I will never touch flatpak for this reason, I’d rather deal with compiling software myself and faffing around with dependency issues than have 8 copies of every system library sitting around.