- 0 Posts
- 10 Comments
Manjaro Gnome worked with my Lenovo T480s out of the box.
mindlessLump@lemmy.worldto
No Stupid Questions@lemmy.world•Why can't code be uncompiled?
8·2 years agoHere is a real world example of someone doing some reverse engineering of compiled code. Might help you understand what is possible, and some of the processes. https://nee.lv/2021/02/28/How-I-cut-GTA-Online-loading-times-by-70/
mindlessLump@lemmy.worldtodatahoarder@lemmy.ml•What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive? (on Linux)
1·2 years agoYou could create a Python script to do this. There is a library called psutil that would help. Basically,
- iterate over mounted drives and see how much each has available
- based on these values, iterate over your backup files and separate them into chunks that will fit on each drive
- copy chunks to respective drives
Would be a fun little project even for a beginner I think.
mindlessLump@lemmy.worldto
Technology@lemmy.world•Android isn't cool with teenagers, and that's a big problemEnglish
31·3 years agoDefinitely not humanity’s biggest problem. Chromium becoming the de facto browser creates a situation where one entity controls standards and influences how the web operates, impacting user choice and freedom, and reduces incentives for privacy and security updates.
This already happened once with IE.
I only use Firefox on desktop, but I doubt it will be a relevant choice much longer.
Edit: wrt telemetry, I was referring to the Android operating system. They collect anything and everything on users and all nearby devices.
mindlessLump@lemmy.worldto
Technology@lemmy.world•Android isn't cool with teenagers, and that's a big problemEnglish
1023·3 years agoI see it as a good thing. Apple is not without faults, but anything that keeps Google from harvesting more data is a win for humanity. The Safari browser is the only thing stopping Google’s browser monopoly. Unfortunately it is forced, and 99% of Apple users probably have no clue they are holding up the last line of defense.
mindlessLump@lemmy.worldto
Futurama @lemmy.world•Bender on the mean streets of New New YorkEnglish
10·3 years agoWe need answers!
I saw something similar to this on an intel Mac running canary years back. I believe toggling GPU acceleration in the settings resolved the issue.
Yo man, looks good! No recommendations here, just live your life brother!



I think there is some info missing. You’re using SSH to access the server where you are running the docker image? Why does your server have X server installed?
I have no experience running Lemmy. It could be the Lemmy instance includes X server to run some kind of GUI? Seems strange.