Avatar

mindlessLump

mindlessLump@lemmy.world
Joined
2 posts • 39 comments
Direct message

I have a 15 pro and don’t think I experienced this. I know that photos on a Mac will run in the background, scanning your photos for faces and objects. That could be what happened, along with some other indexing. Surprised it occurred while on battery though. I wouldn’t worry about it unless it consistently happens.

permalink
report
reply

Haha, indeed. I was giving a satirical take of how many older people feel. It’s hard to have your independence taken away from you.

permalink
report
parent
reply

The Big Blue Book of Bicycle Repair

permalink
report
reply

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.

permalink
report
reply

You 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.

permalink
report
reply

Yo man, looks good! No recommendations here, just live your life brother!

permalink
report
reply

Here 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/

permalink
report
parent
reply

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.

permalink
report
reply

I’ll have to check out this book. Just remember HTML cannot be parsed with regex

permalink
report
reply