Elementary OS – Fast, open, privacy-respecting replacement for Windows and macOS
21–30 of 431 posts
Re: Elementary OS – Fast, open, privacy-respecting replacement for Windows and macOS
#22I've recommended Fedora to several "I'm scared of computers" people recently and the experience has been very good. The new GNOME does require 5 minutes of tutorial, but after that they've been completely happy exploring on their own. The new "Software" app is an excellent GUI for installing new apps and updating the system. Personally I use Macs but if I didn't, Fedora would probably be my next choice. It has by far…
Fedora is my daily driver, and I think it really strikes a good balance between stability, security, and bleeding edge. Having said that, I hesitate to recommend Fedora to newbies. Some things about it can be scary and unpredictable. SELinux is enabled by default, and gnome shows audit2allow notifications every time there is an AVC denial. Someone coming from windows will be scared by seeing dozens of errors the very…
More recently I had a Fedora update eat my Broadcom wifi drivers which isn’t fun to fix when you don’t have an easy way to hardwire a connection and your cell connection is too weak to tether reliably.
Re: Elementary OS – Fast, open, privacy-respecting replacement for Windows and macOS
#23I don't like the "Pay What You Want" system they have to download the OS. It feels misleading that you have to click on custom then enter 0 to download for free. I totally understand how important donations are to keep a project going but this one rubs me off the wrong way. I hope I'm not the only one.
That is like the first thing I saw too. I was not fooled. But maybe this system works better then a free + donate button. Only data can tell... Maybe people are donating more with this system?
Re: Elementary OS – Fast, open, privacy-respecting replacement for Windows and macOS
#24I don't like the "Pay What You Want" system they have to download the OS. It feels misleading that you have to click on custom then enter 0 to download for free. I totally understand how important donations are to keep a project going but this one rubs me off the wrong way. I hope I'm not the only one.
Re: Elementary OS – Fast, open, privacy-respecting replacement for Windows and macOS
#25Can I install .deb packages or other Linux-compatible ones?
Otherwise it's going to be hard to adopt an OS if there are not enough of the apps I use, no?
Re: Elementary OS – Fast, open, privacy-respecting replacement for Windows and macOS
#26I'll be honest.. I tried elementary os when they first released it but never got it's charm. It always felt like an inferior version of macOS... Which I don't like. I personally prefer to develop on a Linux install... But elementary OS is not what I'd use if Linux is an option
Re: Elementary OS – Fast, open, privacy-respecting replacement for Windows and macOS
#27One of the cons of Linux--which is the OS I use exclusively--is that most apps are made by programmers, and programmers often don't care and don't have design skills. elementary OS looks absolutely stunning, and it's perfect if you stick to curated apps and you just want something that works.
Most importantly, they were able to finally find a way for devs to get paid, so that they can continue working and debugging their apps. On this aspect, I really don't understand the critics: people need money in life. If a project brings a little bit of money, you can keep working on it. End-users win because there are updates, less bugs, and new versions instead of abandoned projects.
In addition, as for their 70/30 fee they redistribute the money (I don't know in what percentage) on BountySource, so that the project gets developed further.
Honestly, other distros have a lot to learn from elementary.
Re: Elementary OS – Fast, open, privacy-respecting replacement for Windows and macOS
#28I'll be honest.. I tried elementary os when they first released it but never got it's charm. It always felt like an inferior version of macOS... Which I don't like. I personally prefer to develop on a Linux install... But elementary OS is not what I'd use if Linux is an option
Elementary doesn’t fix needing to drop to a command line, and the UIs are only unusually consistent and well thought when you stick with the built in software. But the overall experience of it feels like someone actually thought about it more than the alternatives I’ve tried.
Re: Elementary OS – Fast, open, privacy-respecting replacement for Windows and macOS
#29The project is interesting and I have to give it props for being one of the few Linux distros that’s put the necessary level of thought into UI/UX and made consistency a priority. That said, I question some of their technical choices, most namely the choice of Vala as the project’s official language. Not that Vala is bad, but it’s incredibly niche at best and I think it severely limits contributions. Not many are goi…
Vala seems then a logical choice, especially at the time they were deciding. The question I have is: will Vala be supported further by Gnome in foreseeable future? I heard some time ago that it's not so sure. I would be pleased to hear otherwise.
Re: Elementary OS – Fast, open, privacy-respecting replacement for Windows and macOS
#30The project is interesting and I have to give it props for being one of the few Linux distros that’s put the necessary level of thought into UI/UX and made consistency a priority. That said, I question some of their technical choices, most namely the choice of Vala as the project’s official language. Not that Vala is bad, but it’s incredibly niche at best and I think it severely limits contributions. Not many are goi…
I briefly flirted with contributing to the project, but the code was a horrendous mess and the build system was worse (CMake mess; most of the dependencies were implicit; etc). Vala aims to be intuitive for C# developers, which is a nice goal but everything is built on the trashfire that is GObject and the Vala abstraction leaks like a seive. Hopefully much of that was fixed with time, but I doubt GObject is any bett…