this post was submitted on 29 Feb 2024
78 points (90.6% liked)

Linux

46751 readers
1967 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I had to test/fix something at work and I set up a Windows VM because it was a bug specific to Windows users. Once I was done, I thought, “Maybe I should keep this VM for something.” but I couldn’t think of anything that wasn’t a game (which probably wouldn’t work well in a VM anyway) or some super specific enterprise software I don’t really use.

I also am more familiar with the Apple ecosystem than the Microsoft one so maybe I’m just oblivious to what’s out there. Does anyone out there dual boot or use a VM for a non-game, non-niche industry Windows exclusive program?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 5 months ago (1 children)
[–] [email protected] 3 points 5 months ago (1 children)

Yeah, that makes sense. I’m not an irrational hater of Microsoft — maybe a little — but Excel is very good. The people who need Excel, often genuinely need Excel, specifically.

And Numbers on the macOS ecosystem is shockingly bad. Like, I’d rather barebones Gnumeric from 10 years ago for my purposes.

[–] [email protected] 4 points 5 months ago* (last edited 5 months ago) (1 children)

I ain't no hardcore Excel user so can't speak for others, but I've been able to completely switch to Excel Online and use Office Scripts and Power Automate for tasks for which I used VBA previously. In fact, Power Automate has been great for doing stuff like updating workbooks through scheduled or event-driven flows, without even having to open Excel. I can see VBA going away soon with these technologies.

With the state of O365 these days, there's zero need for me to have a native MSO install, and this no need for a Windows VM either (for day-to-day/personal stuff). The only reason I still keep Windows VMs though is for occasionally testing random things for work.

[–] possiblylinux127 1 points 5 months ago (1 children)
[–] [email protected] 1 points 5 months ago (1 children)

These are work files and shared between teams, so I'd rather maintain 100% MSO compatibility. :) Also, most of the time these files are on Sharepoint or OneDrive, so it makes it convenient to edit with M365 - don't need to save files locally and re-upload/sync them.

[–] possiblylinux127 0 points 5 months ago

Oh that makes sense if it is for work. I though you were just using it for personal use.