Not exactly “full of” - it was more like 3 classrooms with 30 each. Still a lot of Macs, but keep in mind this was a high school of 2000 students. Also, I’m pretty sure the Macs were paid for with grants for the visual arts programs rather than standard public funding.
data1701d
In some ways this is true. However, I feel like in the case of Adobe, someone needs to take another shot at a good FOSS image editor. Adobe is really starting to mess itself with generative AI; knowing many artists, they hate generative AI image tech as a threat to their job, so I find it weird that Adobe is alienating one of their largest user bases. I find it weird how Inkscape is really good and has evolved (I actually switched to it from Adobe Illustrator and don´t regret it), while GIMP has barely changed in 10 years.
I get that some parts of an image editor are complex, but at some point, it's just a chain of mathematical operations. Maybe I'm wrong, but when I get the time, it's almost tempting to take a stab at the issue.
I think it depends. If a school has a laptop for each student, it is most certainly a Chromebook. However, a lot of schools also have a mix of systems. In elementary school, I was taught to use Microsoft Office on Windows, for instance. At my high school, all the students had Chromebooks, but there were also some labs with Windows machines; graphic design, photography, and film classes had labs full of 5K iMacs.
I added an apt repo someone had created. I've checked how it works, and it's just a CI routine pulling the latest Discord package for the website and throwing it in a repo.
I had no idea there was even a native Spotify port for Linux.
Most of that sounds pretty easy to pull off. I have a few thoughts, though:
- What games do you run in Steam?
- Just a bit of a warning: Discord is annoying about updates, at least with the Debian version. I can't remember what the Flatpak does.
- For MS Office, most distros should come with LibreOffice. If you have problems with LibreOffice, then Google Docs should be fine.
- You'll have to run Spotify from the browser, but I imagine that won't be a problem, as you're probably not an audiophile
- Run GIMP as a Flatpak, as distro versions tend to have weird bugs with the resynthesizer plugin.
Mint’s fine. I might also recommend PopOS - it just seems to be less crappy Ubuntu.
When I exchange files between host and guest, I usually just go to the directory I want to share and run python3 -m http.server
I encrypt my disk with LVM on my Debian laptop. You'll need to reinstall your operating system, as you have to do special partitioning. If your device has a TPM, you can use Clevis to set it to auto-decrypt.
You might be able to script something with Debootstrap. I tested Bcachefs on a spare device once and couldn't get through the standard Debian install process, so I ended up using a live image to Debootstrap the drive. You should be able to give a list of packages to install and copy over configs to the partition.
Honestly, make an issue in the OpenRGB Gitlab.
I got a Roccat Pyro that didn't work, and when I found that out, I was able to test someone's pull requests before they were merged.
True. Industry entrenchment would be a big issue. I can think of two ways to try to fight it. The less viable option would be trying for PSD support, which would be a lot of work. The other option would be to write a Photoshop plugin to allow working with the new file format in Photoshop. This might be annoying to end users having to deal with the format, but also easier developer-wise because you could make sure Photoshop handles rendering right; you'd just need a way to warn about operations in Photoshop that can't be converted to the new FOSS program's native format.