

Unfortunately I haven’t used it either, so I can’t answer your questions on this. I don’t have a personal need for any windows apps on my machines, outside of steam games.


Unfortunately I haven’t used it either, so I can’t answer your questions on this. I don’t have a personal need for any windows apps on my machines, outside of steam games.


WinBoat or WinApps might work for you. They’re very similar in function afaik, they both run a windows vm hidden in the background and integrate the windows apps alongside your Linux programs. It’s supposed to be fully compatible with all windows program except kernel anti-cheat.
WinBoat is newer and I think offers a nicer interface and a lot easier setup, WinApps is older so may be easier to find support/documentation on. I’d probably recommend starting with WinBoat first.


Yeah my first thought was just keep running dd commands, and sooner or later you’ll have the hdd wiped.
I learned a lot by using a less common distro (solus). When I would have a problem, the solutions I could find on forums or arch wiki wouldn’t apply to my distro directly, and I would have to look into the solution for long enough to understand what needed to change in order for the solution to work.
You can probably do this on any distro, just by not using commands you find online until you understand what they’re doing and why that might fix your problem. Arch wiki is a great resource for any distro, even though it won’t always be accurate for the distro you’re on.


Wait this is in the US? How, this is even more expensive than Hawaii, and they have obvious reasons for power to be more expensive there


That seems really high, I think power where I live is about 12-14 cents per kilowatt hour. What makes it so expenses where you live?


One of my biggest pet peeves with corporate websites. It’s like they’re afraid that clearly stating what they do will prevent them from growing and doing other things as well. So instead they refuse to say anything coherent.


Some HOAs are better than others.


No, I straight up had two different installation media’s fail until I went back and shut down windows fully. I’ve never run into that before on an install before.
First I tried ZorinOS, and it would fail to even boot into the live environment. I tried multiple times and even made a new install media. Then I tried fedora silverblue, it would get into the install environment but couldn’t do any kind of partitioning etc to the drive. I then rebooted to windows, shut it down fully, and tried again. This time fedora could edit the drive partitions, and zorin could load the live environment and install.
Previously I’ve had issues with shared drives being locked by windows, but this was the first time I’ve ever had an install fail because windows wasn’t shutdown fully. I don’t usually dual boot these days either though (I was setting up this computer for family) so I figured maybe something had changed with newer versions of windows or device security.


Make sure windows was shut down all the way. Normally when you shutdown windows, it only hibernates and it locks it’s partitions to prevent editing. I tried installing Zorin for a family member recently, and it couldn’t install until I booted back into windows and shut it down fully.
To shutdown fully, in windows you need to either hold shift while clicking the shutdown button, or open the run box and run the command shutdown -s -t 00
Recently ran into an issue with Endeavour OS where the built in printer program would give errors when trying to add my network ecotank printer.
Tried using cups terminal and it worked the first time, and is still working weeks later.
So some of the GUI printer apps that distros ship with have issues apparently, but I don’t know the extent of it.


Obviously there have been major improvements over the past 80 years, but that’s still considered the first neural network. The need for multi-layer neural networks was recognized by 1969, but the knowledge of how to do that took awhile to be worked out.


Fun fact, the Perceptron is basically the first machine learning AI, and it was invented in 1943. It took a long time and many advancements in hardware before it became recognizable as the AI of today, but it’s hardly a new idea.
AI is starting to get really smart


This seems cool, but hasn’t Windows 11 started blocking some different apps that replace parts of the UI?


Yeah, I’m fine with it.


I’m not sure to be honest.


If I remember right for steam, you can’t disable updates for all games, but you can set some restrictive rules for when it can update. Stuff like it can only download updates for 1 minute monday morning at 3am.
Wine is a compatibility layer, it works as a translator to let windows programs run on linux. You can think of it like having a translator who allows two people with different languages to talk to each other and work together.
WinBoat is completely different, this is actually running full windows in the background, and then only displaying the apps you want from it. There will be significantly more system resources used, and you won’t be able to run windows apps until the windows VM has started in the background, adding a startup delay. However the advantage is that it will support more software than wine does, with fewer issues.
Wine will always be the better option when it works, but for stuff that doesn’t work this is a decent option.