For cloud programming, I find ChromeOs linux performance to be perfectly acceptable. The price penalty on Apple products is too high. I also HATED the fact that I has to give Apple my credit card to get it to work. Apple treats your laptop like it owns it. I was unable to delete Itunes and had to sign Terms of Service that I didn't want.
Linux market share passes 4% for first time; macOS dominance declines
11–20 of 27 posts
Re: Linux market share passes 4% for first time; macOS dominance declines
#12Is anyone working on getting MacOS and iOS apps working under Linux? Because most effort seems to be in the other direction.
Re: Linux market share passes 4% for first time; macOS dominance declines
#13I'm surprised Google doesn't come out with something akin to Chrome but that is a full Linux with the abiliy to load full applications on it... and something that can be installed from an ISO on old (or new) machines. What would be the downside of this?
Crostini gives you Linux container inside ChromeOS. If you want pure Linux experience you can install whatever distro you want as well.
Re: Linux market share passes 4% for first time; macOS dominance declines
#14Obviously my case is a bit of an outlier, but once you add up enough outliers you might see a real impact.
Edit: I'm really going to miss the Mac. As much as I love the Linux CLI, Linux GUIs are a huge mess. A simple example: on MacOS you can use Emacs style keyboard shortcuts (^A, ^E, ^K, etc) to manipulate text in just about any text field in any app. AFAIK no such thing exist in Linux, which generally uses Windows style shortcuts (Home, End) that a much more limited. Another example is the ever-present "Help" menu in Mac apps that can be used to find/run other menu items.
Re: Linux market share passes 4% for first time; macOS dominance declines
#15For cloud programming, I find ChromeOs linux performance to be perfectly acceptable. The price penalty on Apple products is too high. I also HATED the fact that I has to give Apple my credit card to get it to work. Apple treats your laptop like it owns it. I was unable to delete Itunes and had to sign Terms of Service that I didn't want.
Re: Linux market share passes 4% for first time; macOS dominance declines
#16I'm surprised Google doesn't come out with something akin to Chrome but that is a full Linux with the abiliy to load full applications on it... and something that can be installed from an ISO on old (or new) machines. What would be the downside of this?
https://support.google.com/chromebook/answer/9145439?hl=en
You can also get ChromeOS as an ISO, but they mostly advertise it to enterprises to reuse old hardware, and not to end users. https://chromeenterprise.google/intl/en_uk/os/chromeosflex/
Re: Linux market share passes 4% for first time; macOS dominance declines
#17For cloud programming, I find ChromeOs linux performance to be perfectly acceptable. The price penalty on Apple products is too high. I also HATED the fact that I has to give Apple my credit card to get it to work. Apple treats your laptop like it owns it. I was unable to delete Itunes and had to sign Terms of Service that I didn't want.
Get what to work?
Re: Linux market share passes 4% for first time; macOS dominance declines
#18I wonder if this could be related to M1/2/3 Macs being worse for x86 system software development than the old Intel Macs. I work on ROS[1] which runs on x86 Linux platforms, but usually develop on a Mac. I may have to move to a Linux laptop soon because there's not an easy path (that I'm aware of) to running x86 ROS code on an M3: compiling the entire system for arm would be a huge headache while running x86 code in…
Re: Linux market share passes 4% for first time; macOS dominance declines
#19I wonder if this could be related to M1/2/3 Macs being worse for x86 system software development than the old Intel Macs. I work on ROS[1] which runs on x86 Linux platforms, but usually develop on a Mac. I may have to move to a Linux laptop soon because there's not an easy path (that I'm aware of) to running x86 ROS code on an M3: compiling the entire system for arm would be a huge headache while running x86 code in…
Re: Linux market share passes 4% for first time; macOS dominance declines
#20I wonder if this could be related to M1/2/3 Macs being worse for x86 system software development than the old Intel Macs. I work on ROS[1] which runs on x86 Linux platforms, but usually develop on a Mac. I may have to move to a Linux laptop soon because there's not an easy path (that I'm aware of) to running x86 ROS code on an M3: compiling the entire system for arm would be a huge headache while running x86 code in…
GTK used to have functionality for using Emacs shortcuts in text fields, but they removed it in GTK 4: https://gitlab.gnome.org/GNOME/gtk/-/issues/1669
One issue was that because there's no separate command key, you'd end up with other functionality overriding the shortcuts (i.e. Ctrl+P would bring up the print dialog).