this post was submitted on 18 Nov 2025
389 points (95.3% liked)
Showerthoughts
38184 readers
939 users here now
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted clever little truths, hidden in daily life.
Here are some examples to inspire your own showerthoughts:
- Both “200” and “160” are 2 minutes in microwave math
- When you’re a kid, you don’t realize you’re also watching your mom and dad grow up.
- More dreams have been destroyed by alarm clocks than anything else
Rules
- All posts must be showerthoughts
- The entire showerthought must be in the title
- No politics
- If your topic is in a grey area, please phrase it to emphasize the fascinating aspects, not the dramatic aspects. You can do this by avoiding overly politicized terms such as "capitalism" and "communism". If you must make comparisons, you can say something is different without saying something is better/worse.
- A good place for politics is c/politicaldiscussion
- Posts must be original/unique
- Adhere to Lemmy's Code of Conduct and the TOS
If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.
Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report, the message goes away and you never worry about it.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
While I run Linux on a desktop, I've always owned a Windows laptop. I decided last week that instead of ever running Windows 11, I'm going to buy a Macbook and dual boot it with Linux. Yes I know I can run Linux on any number of PC hardware laptops, there are occasionally windows only utilities needed to run firmware or some other proprieatry application. If I can know I can always fall back to OSX for system updates and running proprietary commercial software, I'll know I never need to touch Windows 11.
May when Microsoft realizes Windows 11 is Vista 2.0, Windows 12 may be great. With Linux and OSX, I don't see myself coming back to Windows even then though.
Don't you have problems with ARM not being able to run x86_64 software?
Yeah, it seems like kind of a headache to try to get Linux distros that work properly on Macs from what I've searched at least. Asahi Linux seems like the only one that works reliably compared to all the options available to Ryzen and Intel CPUs.
When it comes to Mac since they've moved to their own chips it's seemed like its better to get a Mac to use MacOS, and Linux is more a fall back option in the future when it loses support with how it can be buggy.
Didn't Valve just fix this with Fex?
Valve didn't make Fex, and while it's a compatibility layer, that doesn't mean it runs everything.
Just look at Proton and you can see after years (and focusing exclusively on games) it's still not near 100%.
I've been in the Raspberry Pi world for awhile and had a taste of both the more limited selection of ARM based binaries, but also exposed to a bit of cross compiling. I'm sure I'll run into things that are x86 specific, but that will also give me a chance to be exposed to the benefits and limits of x86 emulation on Apple Silicon.
This brings me to cloud compute. For x86 binaries with no chance of substitution/cross compiling, I am planning on spinning up an x86 cloud instance that will likely accommodate a few more of my needs. I'm fully aware that there will be some applications that will simply have no accommodation, mitigation, or substitution on ARM and I'll have to "go without". I do have x86 a Linux desktop in regular use.
Lastly, I also take advantage of ARM based cloud compute, as it is SUBSTANTIALLY cheaper than x86 cloud compute. Having a native workstation architecture matching the cloud compute architecture, I think, can possibly make live easier instead of harder.
Worst comes to worst, I can press an old x86 laptop back into service running Linux.
I'd be curious to hear how you end up liking it.
As someone who spends a lot of time on the command-line, I've generally preferred MacOS over Windows as my not-Linux OS. But my impression is that for people who like the Windows or Linux GUI, MacOS is a bigger (and less pleasant) change.
And even on the command-line, MacOS is a different *nix distro and makes seme pretty weird choices (launchd, plists, /etc is actually /private/etc, ...) whereas you could have vanilla Ubuntu inside WSL2.