- 4 Posts
- 15 Comments
sue_me_please@awful.systemsto Technology@lemmy.world•Windows 10 only has a year of support: 12 months left to keep Copilot off your desktop or learn LinuxEnglish1·10 months agoYeah, you either need a separate GPU or a iGPU/dGPU that supports SR-IOV. Some Intel iGPUs support it, and allow you to make virtual GPUs that can be pass-through`ed to VMs.
sue_me_please@awful.systemsto Technology@lemmy.world•US to probe Tesla's 'Full Self-Driving' system after pedestrian killed in low visibility conditionsEnglish16·10 months agoBecause a global pandemic broke your sensor supply chain and you still want to sell cars with FSD anyway, so cameras-only it is!
sue_me_please@awful.systemsto Technology@lemmy.world•Google is Killing uBlock Origin. No Chromium Browser is Safe.English21·10 months agoThis isn’t sufficient. I’ve been running DNS adblocking for a decade, advertisers have wised up to it and can easily sidestep it.
sue_me_please@awful.systemsto Technology@lemmy.world•Windows 10 only has a year of support: 12 months left to keep Copilot off your desktop or learn LinuxEnglish191·10 months agoDifferent OSes for different use cases. You have a job to do. Just use Windows.
If you want to use Linux, use it on your own machines on your own time.
That said, there are a few things you can do if you really want to use Linux:
- Test if the app works on Wine, Proton, etc. Even GPU accelerated apps can work, depending on the software/driver stack.
- Run a Windows VM and pass-through a GPU. That way you’ll get native performance on the app that’s GPU intensive. Use KVM and the CPU overhead will be negligible.
- If you’re doing 3D modeling/rendering, SFX, video editing or ML/AI, there are a lot of options on Linux. Some options that exist in Windows also have Linux versions.
sue_me_please@awful.systemsto Technology@lemmy.world•Lots of PCs are poised to fall off the Windows 10 update cliff one year from todayEnglish7·10 months agoThese days IPP Print Everywhere support makes driverless printing easy
sue_me_please@awful.systemsto Linux@lemmy.ml•Google is preparing to let you run Linux apps on Android, just like Chrome OSEnglish8·10 months agoLooks like Google is calling it Play Integrity these days: https://developer.android.com/privacy-and-security/safetynet/deprecation-timeline
But it’s this: https://developer.android.com/google/play/integrity
It’s an API that ensures you’re running apps on the hardware and Android ROMs Google approves of. It can also ensure that apps are not running on rooted phones.
Developers can integrate it into their apps. Banking apps do it, for example, and won’t run in Waydroid as a result. More and more apps integrate it over time.
sue_me_please@awful.systemsto Linux@lemmy.ml•Google is preparing to let you run Linux apps on Android, just like Chrome OSEnglish2·10 months agoYou can use QEMU’s usermode emulation to transparently run ARM binaries with binfmt_misc on x86.
sue_me_please@awful.systemsto Linux@lemmy.ml•Google is preparing to let you run Linux apps on Android, just like Chrome OSEnglish2·10 months agoYou can test Linux out by using a live USB instance or in a VM. You can also dual boot so you’ll always have Windows available if you need it.
You can also install WSL on Windows or something like Git Bash or MSYS2 to get a Linux-y environment on Windows.
sue_me_please@awful.systemsto Linux@lemmy.ml•Google is preparing to let you run Linux apps on Android, just like Chrome OSEnglish5·10 months agoWill never happen because of SafetyNet. Google does not want you running Android apps on anything other than their approved Android ROMs.
sue_me_please@awful.systemsto Linux@lemmy.ml•Your Most Frustrating Configuration Experience?English4·10 months agoThe hell that was configuring XFree86
Embrace
Extend
Extinguish <-- you are here
sue_me_please@awful.systemsto Technology@lemmy.world•OpenAI Pleads That It Can’t Make Money Without Using Copyrighted Materials for FreeEnglish3·11 months agothe “Bob Dylan-ness” or “Hemingway-ness”
This is a dumb argument and it’s still wrong. Likeness is protected by copyright laws. See Midler v. Ford.
sue_me_please@awful.systemsto Technology@lemmy.world•Firefox is on the brink of being dropped by the US GovernmentEnglish6·2 years agoUSWDS is new and is a response to exactly that problem. You’d be blaming people who have nothing to do with the status quo who were hired to fix the problems you’ve experienced.
sue_me_please@awful.systemsto Technology@lemmy.world•Firefox is on the brink of being dropped by the US GovernmentEnglish8·2 years agoI’m using passkeys in Firefox everyday just fine.
All you need to do is insert the
kvm
module and use something like QEMU to take advantage of it. I’d assume if you’re using QEMU then you’re using KVM by default.