Vlyn

joined 2 years ago
[–] Vlyn@lemmy.ml 2 points 2 years ago (1 children)

Just be careful with AWS, you need a PhD in it to even approximate what hosting will cost you. The company I currently work for is all-in on Azure, which has been working out great so far. It's also much easier to see your monthly cost on there with budget alerts and so on.

Either way, DevOps is extremely expensive. For the money you pay for a single VM in the "cloud" you could get a really nice virtual server from your favorite hosting provider. But if you just want to learn for now, stick with the free offerings (and be very careful with them! Plenty of stories of someone getting a $1000 or even $15000 bill because they messed up along the line).

[–] Vlyn@lemmy.ml 3 points 2 years ago (2 children)

Yeah, I have no clue how they make software that's so damn inefficient.

Don't even get me started, for example I bought a personal license from Jira (Atlassian) to run on my Linux server. Tiny university project, 5 users (with no one using it most of the time) and the thing ate up all my memory and used half my CPU cores just by idling. That server also hosted Minecraft, which used less resources than that..

[–] Vlyn@lemmy.ml 1 points 2 years ago (3 children)

Oh and I didn't answer your original question: If you have to select between Ruby and JavaScript, 100% go with the JavaScript course :)

Though DevOps and "free" or "open source" doesn't really mix. The moment you touch DevOps you'll either land at Amazon (AWS) or Azure (Microsoft) or Google (Google Cloud).

Sure, in theory you could set up your own servers with your own clusters, but then you're a system administrator and not DevOps.

Btw. Azure might be Microsoft, but they have plenty of Linux options on there, it's not a Windows shop at all.

[–] Vlyn@lemmy.ml 24 points 2 years ago (3 children)

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:

  1. Open the Settings app on your Android device.
  2. In the Settings menu, tap Apps.
  3. Tap Special app access (or Advanced > Special app access).
  4. Tap Install unknown apps.
  5. Select an app to use to install an APK file—your browser and file management apps are the best option here.
  6. Tap the Allow from this source slider to allow APK files to be installed via that app.

Definitely not something that happens by accident :)

Overall for your average user I'd say Android is safer.

[–] Vlyn@lemmy.ml 5 points 2 years ago

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@lemmy.ml 17 points 2 years ago (8 children)

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?

[–] Vlyn@lemmy.ml 4 points 2 years ago (8 children)

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 :)

[–] Vlyn@lemmy.ml 29 points 2 years ago (1 children)

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..

[–] Vlyn@lemmy.ml 6 points 2 years ago

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.

[–] Vlyn@lemmy.ml 5 points 2 years ago (1 children)

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.

[–] Vlyn@lemmy.ml 6 points 2 years ago (3 children)

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.

[–] Vlyn@lemmy.ml 62 points 2 years ago (6 children)

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.

view more: ‹ prev next ›