

Your average user is comparing the time to setup a new game vs a punch in the face, no contest punch in the face all day! Now if you are getting punched in the face for more than 5 hours then maybe they will start considering an alternative…
Your average user is comparing the time to setup a new game vs a punch in the face, no contest punch in the face all day! Now if you are getting punched in the face for more than 5 hours then maybe they will start considering an alternative…
YunoHost is trying to make it easier than a synology NAS to install services and get them setup properly but I agree that to configure your network properly is difficult and everyone’s setup is different so specific knowledge is required.
I really hope they do but I’m keeping my expectations realistic.
An open alternative to Apple/Google/Samsung pay seems impossible…
The actual % numbers are probably not that important. Software developers and hardware manufacturers are looking for a critical mass of users of their product. So if 20% of the world switch from Windows to Linux but they are the 20% that only use a web browser then why would the compatibility landscape change? Adobe are not going to do the hard work to support Linux just because schools and libraries switch to Linux. Even if every government mandates using Linux for government offices would Cricut suddenly support Linux?
I think this is the only feature that matters. For a user switching away from Windows I would love to hear about the user experience between buying a system76 (or another Linux system seller) vs a Mac laptop. Complaining that Linux doesn’t work with your hardware is like complaining that the hackintosh that you built doesn’t work with your hardware.
I selfhost my own email and you are absolutely correct it is musch easier to receive than to send. I use a 3rd party to send all my outgoing mail on my behalf.
Exactly!
I should have prefaced my situation better: I live in a country where the ISP censors certain websites and online services. The closest Linode is not on my continent (so the latency is noticeable). So my need to be connected to the Wireguard VPN really depends on what I’m doing. Having a split DNS system is seamless and I only activate the VPN manually as needed (both at home and when I’m out) Otherwise I would have just asked my ISP for a static IP, opened some ports and installed tailscale for everything else.
Maybe you would be interested to try linuxfromscratch?
Gooble-gobble, gooble-gobble!
Please share that article! 5% feels like just around the corner!
This sentiment would only apply to fictional people in fairytales. I.e. criminals break laws because they are themselves bad and good honest people would never require being imprisoned in the first place. In this hypothetical good/evil then maximum punishment for the evil makes sense. The problem is that real people are more complex than that and so the punishment you are proposing is not proportional to the crimes committed. I know its easier to not have to consider all the variables in every case and just proclaim “to hell with them all!” and call it a day but I hope that we are all not so desperate that we can’t take the time to think about the issues and make a balanced (but more complex) opinion.
If you want a fair comparison between Windows, MacOS and Linux then I think its wrong to compare distros that don’t come pre-installed when you buy your device.
Not one single MacBook owner had to install their OS and configure drivers etc. None of my family, friends or coworkers had to install Windows on any of their PCs (I know that some people do but not in any of my social circles).
Consider Pop_OS from System76 or Tuxedo OS from Tuxedo Computers, they have identical user experiences as Mac or PC:
Step 1: Buy computer Step 2: Turn on Step 3: Answer some one time setup questions Step 4: Get on with your life
If you have the opportunity to build your own PC and fresh install an OS from scratch then when you come across a problem that you don’t have experience with you will be understandably frustrated.
Specifically Windows has the advantage that hardware manufactures always make drivers for Windows. If your hardware is supported then the Linux OS installation is not very different, but when the hardware is not plug-and-play then configuring Linux becomes its own kind of frustration torture.
TL;DR Get your computer with the OS already installed, then Linux is no more frustrating than a Mac or PC. Install Linux yourself and your mileage may vary.
Why is it expected that social media companies will find a solution for this? Political discussions are part of the democratic process so why would any of the big social networks (who are effectively advertising companies) have an incentive to foster the fair and open exchange of ideas and information?
Few weeks late to pitch in now but I can +1 docker-mailserver.
It has almost everything included and the configuration files are quite straightforward and flexible enough that you can drop little edits into the individual services if you need to tweak something.
My setup is very close to what you want: I use fetchmail to pull in from my old gmail and yahoo inboxes, I also have my own domain so I configured the MX records so that emails go straight to my server, with a fallback to my email provider (any mail that doesn’t make it directly to my mailserver will still get pulled into my inbox with fetchmail when it comes back online).
Docker-mailserver allows you to set the SMTP of your instance to use your provider. This is important because it means that they do all the reputation stuff so that your emails work properly (and both my home ISP and my VPS provider don’t do sending over pot 25 anyway).
So when I need to connect a new client (like Thunderbird) to my email I don’t need to manually config anything as docker-mailserver has all the auto config messages so its really seamless. At the same time my risk is low because even if my sever is off my provider will still receive anything on my behalf. I can only send using the username I have paid for from my provider and switching between gmail and yahoo is not possible without rewriting configs and restarting services but its not something I want anyway. On the receiving side I can have any number of aliased usernames that will all be received by my server (but only when its on so i use them rarely and for disposable addresses).
Big downsides are:
Most of my complaints stem from the fact that I’m not very good at this but in the end it has been very satisfying to drop the occasional: “I host my own email BTW”
Good luck! Let us know how you get along!