utopiah

joined 2 years ago
[–] utopiah@lemmy.ml 5 points 7 months ago

Going on a limb here but... it's basically the other way around, which games CAN'T you play on Linux. Basically games with actively prevent it via bad anticheat or DRMs.

Otherwise check ProtonDB.

My favorites being Baldur's Gate 3 at the moment but also, not addictive but really excellent Half-life: Alyx and more casually Viewfinder.

[–] utopiah@lemmy.ml 6 points 7 months ago

I never thought I'd say this but... in your case, for work at least I would actually stick to Windows! It looks like most of your tools are from Microsoft and that the environment they will normally run on is Windows. It seems most pragmatic to stay there.

For gaming though (as I've argue few times and can be seen from my history), Proton works well, even for AAA games, unsupported (officially) games and VR. ProtonDB helps you to quickly assess if that's the case for your specific games.

Anyway, what I would suggest though is step back, i.e WHY do you want to step away from Windows. If it's technical then "just" dual boot and properly separating fun from work might be sufficient. If it's more moral and ethical, then earning money from tools that are NOT from Microsoft to gradually decouple, remove the dependency on it, seems like the "right" thing to do.

[–] utopiah@lemmy.ml 4 points 7 months ago (1 children)

Naive question but what does Davinci Resolve do that Kdenlive does not?

I'm asking for a "normal" user, not somebody who is trying to master the latest Dune for a production environment (even though I'd still be curious).

[–] utopiah@lemmy.ml 3 points 8 months ago (1 children)

Neat, naive question, what's the impact on Steam/Proton?

[–] utopiah@lemmy.ml 2 points 8 months ago

Well it'd result in a single file which if you have to copy on a microSD or USD stick might be easier. To also counter my own argument the result of dd can be mounted thus getting a rather useful directory quickly

But anyway my point was rather the opposite, that indeed in most cases rsync, rdiff-backup, even scp (whatever one is most familiar with) to a local NAS, remote server, etc is usually better, at least more understandable for somebody who isn't used to the process.

[–] utopiah@lemmy.ml 13 points 8 months ago (3 children)

At least have a dedicated /home partition. This way if you want to upgrade the OS, change distribution, heck even migrate to a totally different OS your actual data is safe. Also if you need to do a backup, "just" backup /home which is probably going to be significantly faster and convenient than the entire OS. It also avoid using e.g dd and get a rather opaque file.

TL;DR: yes /home keeps your data safe

[–] utopiah@lemmy.ml 15 points 8 months ago

It is absolutely not weird and I would argue it's even important. The whole point of the interview is that BOTH parties evaluate each other according to THEIR criteria. Maybe for them it is not important but for you it's a requirement, maybe you discover through that the culture is not aligned. It's great for both to understand this NOW rather than 3 months down the line, as you started to settle, they teach you everything about their specific infrastructure and... it doesn't work, now both needs to redo the process again.

So yes IMHO it doesn't matter how "silly" it might sound to you, now during the interview process, is the time to insure that it's going to be an actual fit.

You have to also be aware that they might say no, or that the question itself might lead to a rejection. They might just not want this due to internal policy, security, culture, belief system, etc. This might feel like a loss but again, better know now and look for a place that match your needs that later on.

I also don't conduct many interviews, especially not right now, but when I did anything that could help me understand what made the candidate tick, what got them genuinely excited or angry, was super important. Sure I wanted to insure the technical capability but beyond that I was looking for any clue to see if we were compatible beyond just task in, result out, because in the long run that's what would make us both happy.

TL;DR: yes, ask for whatever YOU want.

[–] utopiah@lemmy.ml 2 points 8 months ago

QFIL aka Qualcomm Flash Image Loader but only because the rooting of my XR headset (Lynx) https://lynx.miraheze.org/wiki/Rooting_Process relies on it.

I've done it successfully so now I understand a bit better how it works. I could try to use instead https://github.com/bkerler/edl which looks even more complete and reproducible.

[–] utopiah@lemmy.ml 0 points 9 months ago

Others have mentioned rsync and I'd like to suggest on top of rdiff-backup but it's indeed for files, not partitions or disks. That being said IMHO if you are not managing data-centers and thus swapping entire physical disks by the bucket, you probably don't want to actually care for disks themselves.

If you genuinely have to frequently change not just data but entire systems, maybe looking at nix or cloud-init could help.

[–] utopiah@lemmy.ml 3 points 9 months ago* (last edited 9 months ago) (1 children)

why are you here?

I admit that part confused me too so I checked OP history and found "When MS makes a spam-free, ad-free, telemtry-free, account-free, lightweight version of Windows, I’ll be first in line to buy a license." in https://lemmy.ml/comment/8613421

So I assume OP doesn't care for actual free or open-source software, rather they care first convenience and privacy. Maybe that's where the clashes come from.

[–] utopiah@lemmy.ml 2 points 9 months ago (2 children)

What you worried about then?

[–] utopiah@lemmy.ml 9 points 9 months ago* (last edited 9 months ago)

FWIW :

fabien@fabien-CORSAIR-ONE-i160:~$ cat /home/fabien/bin/screenocr #!/bin/bash

spectacle -r -nb -o /tmp/test.png
tesseract -l eng /tmp/test.png /tmp/ocr
#date +%s >> ~/grab_timed
#cat /tmp/ocr.txt >> ~/grab_timed
firefox --new-tab --url https://duckduckgo.com/?q="$(cat /tmp/ocr.txt)"

PS: was curious about it, done that in August 2022

view more: ‹ prev next ›