Back in the day when the battery of my Samsung Galaxy S (The original one) went bad I bought a replacement off Amazon for 15 bucks or so. The new battery even had a higher capacity than the original one! Popped the cover off the back of the phone, old battery out, new in, cover back on, done. Phone was better than new afterwards.
Vlyn
From the view of a small team that actually paid for GitLab Bronze: Their pricing is a mess and they keep changing things. We went with GitLab at first, Bronze tier, everything was great.
Then they removed Bronze tier (which was $4 per user per month) and only offered a premium tier from then on, $20 per user per month. Which is insane if you look at GitHub pricing.
So instead of paying that much we went with the free tier afterwards. Then GitLab limited free tier repos to 5 users max. Which was yet again annoying and we had to act on that.
In the end the company moved to GitHub, all we wanted was a stable solution we pay for and be left in peace. GitLab kept messing with things and wasting developer hours (Damn meetings with management). GitHub still has a $4 per user per month tier, GitLab.. wtf.. just raised the price again to $29 per user per month. Are they insane?
DevOps is usually more backend or full stack (though in bigger companies it's its own job entirely).
Python is always a good start in that regard. But honestly, the basics for programming are pretty much the same across languages (with a few exceptions). So you could go with JavaScript, C#, Python, ... whatever beginner friendly language you prefer.
This course gets you started extremely fast (Python, but in your browser, so no need to install anything): https://www.codecademy.com/learn/learn-python-3
Personally for a learning language and if you're using Windows I'd lean towards C# (With Visual Studio Community, it's free). It does give you a good idea of what data types, classes, etc. are and if you want to dive deeper you can transition to C++ afterwards to learn about memory management and pointers (but it's not a fun language to work with, in my personal opinion).
As for DevOps, you could do the first courses for Azure (https://learn.microsoft.com/en-us/training/paths/microsoft-azure-fundamentals-describe-cloud-concepts/) or AWS (https://skillbuilder.aws/?dt=sec&sec=fdt).
If you have any questions, feel free to ask :)
The graph totally threw me off, first I thought this post was a joke that Firefox got slower and is now as slow as Chrome.
For some dumb reason the y-axis shows the score, but it's inverted..
Dude, you can't trust any Lemmy instance at all. It doesn't even matter that the code is open source, the instance owner could just compile their own version that sends them every password in plaintext. There is zero guarantee that your password is safe.
Anyone who reuses passwords has been pwned a dozen times already. Just check your own logins here: https://haveibeenpwned.com/
If you reuse passwords online you have a problem, it's simple as that. Even big companies had breaches that leaked user data, no company is safe. For example one of my old passwords got stolen from Adobe. One from Unreal Engine. And my old logins are currently shared in 2,844 separate data breaches. Not using a password manager with a random password per service nowadays is madness.
But as OP said, they already failed several times. That's like telling someone who nearly drowned in the shallow end of a pool to go jump into the ocean.
See here:
So what would be a good distro to look into for a novice and where should I look for a tutorial?
For me it feels like they do want to learn, but aren't comfortable yet as a day to day user. They want to use Linux, but struggle with commands and how to use it. Having a stable and easy to use system you can use each day without trouble would probably be a better start than telling them to fiddle with Arch. Give them an easy distro and when they want to learn more they can use the crappy old laptop and try to install Arch on there (while leaving their daily driver alone).
I think I learned the most when using Ubuntu for school, 90% of it was easy and straight forward. 10% of it was hell, like back in the day getting HDMI or audio to work. But because the 90% were there I just dug in and spent a dozen hours to troubleshoot the rest.
I tried that after already having about 2 years experience with Ubuntu desktop and an Ubuntu server (but still mostly a Windows user). I'm also a software developer.
And I failed to install Arch on a laptop the last time I tried it out. Ubuntu ran flawlessly, trying to go step by step through the Arch installation I hit a random error (at a step that was very straight forward and easy in the documentation) and got stuck. Messed around with it and at some point gave up.
I mean that's years ago, it probably works a lot better nowadays and especially on more modern hardware, but even so for someone new to Linux I'd never tell them to go with a do-it-yourself install. Slap Ubuntu on that bad boy, let them install a few packages, do a handful of terminal commands and they'll get much farther. Instead of giving up three hours in because a random command (that they still don't understand) is broken.
Sorry, but that's literally every online service. For example if you buy a new virtual server it takes like 5 minutes till a Chinese IP starts to try root passwords.
If someone actually wanted to harm Lemmy they'd just DDOS the biggest instances for a month (which would be easy, it's mostly single servers after all) or attack it with so much spam and large images that storage would break.
Please stop, he's already dead :(
Nothing is safe.
Use a password manager and a unique random password for each service you sign up with. It's the only way to protect your accounts.
The solution has been the same for the last 20 years: Use a password manager, do not reuse passwords. That's it, you're done.
Even if the Lemmy instance admin steals your password (which would be easy!) they can't do anything with it.
That's a weird question, you are comparing a desktop OS with a phone OS (except you are talking about Windows phones, but I don't think you are?).
All it takes to kill your Windows installation is double clicking a random .exe file (and being unlucky that Windows doesn't warn you about this particular file). And nope, if it is a custom program your antivirus won't detect it either. Every time I hear of a company getting a crypto locker on their systems it was over a Windows PC (mostly by email). I haven't heard of your average company getting compromised by a phone yet (but those phones usually don't have network access to shared drives..).
Android is relatively locked down, a lot more than Windows. Even if someone sends you malware per email, there is no easy way to execute it on your phone. It's also not true that you can just install a rogue APK in two clicks, you have to do the following steps:
Definitely not something that happens by accident :)
Overall for your average user I'd say Android is safer.