- 1 Post
- 26 Comments
I think that is the main thing I need to do. Check all my cloud saves for the games I want to continue. Thanks.
Excellent news.
mindlessLump@lemmy.worldto Programming@programming.dev•Recommend me a programming language3·1 year agoI would second Elixir. Either that or Rust. Sure both are popular, but for good reason.
They are completely different from the languages you use.
You will be introduced to new paradigms.
As a person who used the same stack as you (albeit typescript instead of JavaScript), I think it would be a waste of time to learn C#. It is so close to Java, and learning it may make you hate having to use Java, because it seems a bit better put together. Even though it runs on Linux, and is a good language, I don’t think there is ever a reason to chose it over Java, because M$.
mindlessLump@lemmy.worldto Health - Resources and discussion for everything health-related@lemmy.world•Preparing to Hang Up the Car Keys as We AgeEnglish6·1 year agoHaha, indeed. I was giving a satirical take of how many older people feel. It’s hard to have your independence taken away from you.
mindlessLump@lemmy.worldto Health - Resources and discussion for everything health-related@lemmy.world•Preparing to Hang Up the Car Keys as We AgeEnglish413·1 year agoFuck that. My kids (if I have any) can pry my keys from my keys from my cold dead hands.
Manjaro Gnome worked with my Lenovo T480s out of the box.
Check out exif tool. You could also incorporate jq a command line json parser, to extract data from the json file. If you are trying to do higher level sorting/organization, you may consider using a scripting language other than bash/zsh. Guaranteed there is a Python package for reading exif data.
mindlessLump@lemmy.worldto PlayStation@lemmy.world•What are you playing this week? (2024.01.12)English1·1 year agodeleted by creator
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/
PS5 and the Xbox are great consoles. I still have and use my PS4. I don’t think you would regret buying one to compliment your steam deck. Disclaimer: I own neither a PS5 nor a steam deck.
I’ll have to check out this book. Just remember HTML cannot be parsed with regex
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)6·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.
The Big Blue Book of Bicycle Repair
mindlessLump@lemmy.worldto Canada@lemmy.ca•Once They Were Pets. Now Giant Goldfish Are Menacing the Great Lakes.51·2 years agoGood use of AI + drones. Identification and eradication of invasive species. Sounds dystopian when I type it out, especially once AI identifies humans as invasive.
mindlessLump@lemmy.worldto Programming@programming.dev•Cool SQL editor that I found today, licensed under GPL 391·2 years agoEach electron app has its own Chromium runtime. With the prevalence of electron apps, the result is multiple instances of chromium running on your machine. Chromium isn’t light weight. On top of that, there is the philosophical aspect. Do we really need to be shipping an entire browser for the purpose of creating a UI? That being said I understand why so many electron apps are created. HTML/JS/CSS are powerful and easy to use (IMO) and cross platform. I just try to avoid them and use alternatives to electron.
mindlessLump@lemmy.worldto Programming@programming.dev•Cool SQL editor that I found today, licensed under GPL 384·2 years agoFor real. Wouldn’t even consider it
mindlessLump@lemmy.worldtointerestingasfuck@lemmy.world•Encountered A Spinning Ice Disc Yesterday3·2 years agoI hadn’t heard of them. I’ll be on the look out from now on.
mindlessLump@lemmy.worldtointerestingasfuck@lemmy.world•Encountered A Spinning Ice Disc Yesterday3·2 years agoHad you ever seen one before?
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.