Well if you’re going to be so specific as to say “genzedong-style”, maybe pay attention to the “zedong” part? Presumably they believe in socialism-with-chinese-characteristics as a path towards communism.
Putin idk, in my experience they usually only support russia insofar as it undermines the hegemony of the United States, whose consolidated power over global affairs has been a major blocker of left wing movements worldwide since ww2. But there are some who seem to take it more seriously than that and either are too caught up in the memes or legitimately don’t understand that modern russia is a capitalist hellscape.
For me the firefox password manager is totally fine : I know where the encrypted file is and I can manually back it up and copy to an other computer ($HOME/.mozilla/firefox/[profile folder]/key4.db + logins.json). You can decrypt yourself the file easily too.
I use Firefox as well. My uneducated concern. I once installed Chrome on my PC for something specific. During the install, it asked if I would like to import my saved logins from Firefox. I thought: “let’s see”. In fact, it unencrypted the file, and loaded all my passwords. So, my thought is, of someone was to gain access to that file, how hard would it really be to unencrypted it? If chrome can do it as part of their wizard.
Again, feel free to educate me, but that’s my concern
My only gripe is having to insert my password every 15min (afaik it’s either that or having all your accessible by anyone using your computer). That and the fact that they discontinued the password manager they had on Android. This is what made me move to bitwarden.
I’m in a good financial position and swapping the battery isn’t rocket surgery, but it’s a bit of a risk I’m not willing to take. Plus Pixel phones go on a decently deep discount in September before the next model is released.
And I wait until the battery is bloated so it’s kinda a safety thing too.
Just wondering, why not try swapping the battery? Worst case it breaks and you buy a new phone, best case you can keep your phone for a few months/years
“Life happens wherever you are, whether you make it or not.” -Uncle Iroh (Avatar the Last Airbender).
I watched this show as a kid when it originally aired and this quote stuck with me. It’s reminded me to make the best of the situation I’m currently in and enjoy the good things around me.
“Well there’s your problem”, about engineering disasters - it’s also a YouTube channel but there are podcast feeds and it works as audio (that’s how I listen). Also “Know your enemy” is a leftist look at the right.
"Best advice I ever got was an old friend of mine, a black friend, who said you have to go the way your blood beats. If you don’t live the only life you have, you won’t live some other life, you won’t live any life at all. That’s the only advice you can give anybody. And it’s not advice, it’s an observation."
From what I can tell (maybe it’s just jobs around me) employers are not really looking for ruby devs. Since you’ll have to learn JavaScript anyway for the frontend I don’t see a reason to go ruby beyond personal challenge.
Thank you! Then it sounds like the more sensible path is JavaScript and nodejs. While I like the idea of personal challenge, I am trying to learn how to do this so I can get out of the skullduggery of my present career as a senior desktop support engineer. I see myself more going towards DevOps with it. From the reading I did about DevOps, it seems that I would need at least some familiarity with a programing language. I am thinking if I could get a handle on JavaScript and python, I would be in pretty good shape, yes?
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.
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).
Hey! Thank you so much for taking the time to write such a detailed comment. Yes, I truly appreciate the advice. That much said, I am more interested in the free and open source side of computing. I am sick and tired of Microsoft and want to pivot away from them. I get enjoyment out of Linux and the command line; real satisfaction and fun. Nevertheless, I am going to check out the AWS stuff! 😺
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.
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).
DevOps is really just a fancy word for a sysadmin you can ask to code and that knows enough programming to work IAC tools.
If your goal is devOps, learning to code at all is of course the first step, but afterwards I would tend more towards learning the basics of CI/CD, python (because if you know python you can learn other languages quickly) and a healthy dose of cloud environment and IAC tools like terraform and Ansible.
I thought Ruby was still pretty relevant given that Mastodon is essentially coded in Ruby but I am coming to the same conclusion you are based on another person’s comment.
Ruby is used in some large, older existing projects (e.g. GitLab, Redmine, Puppet) but my impression is that a lot of them do not have very much active development of the Ruby parts going on any more.
Probably a few reasons for this. I’m not a ruby dev so take this with a grain of salt.
Ruby doesn’t have a lot to offer beyond languages like Python or Go without its companion web development framework Rails. Ruby on Rails was good for its time (~2012 -> 2015 era was peak), but there are more mature, stable, and widely adopted frameworks available in other languages. RoR touted speed to develop as a feature, but you can do things plenty fast with the aforementioned languages too. On the flip side, rails apps are notoriously slow to boot. I think this became a problem with cloud native infrastructure. For example, Kubernetes likes to spin up services very quickly, and can be painful to work with if that’s not an option (experienced this with Java apps too for that matter). As self hosting on bare metal went by the wayside, so too did interest in developing new apps on rails, imho.
Interesting! Thank you for the perspective. I am seeing a trend of smaller businesses that are bringing services back on premises and self-hosting but I have no interest in working for a small business. I’ve been there, done that, and it was hell.
Yeah, which makes Ruby one of those languages like COBOL, you can make a lot of money if you’re in that world, but I wouldn’t ever recommend that someone should try and join that world, it’s going to be too hard to get in to and it might not stick around for long. I know some people that make a lot of money working in Ruby, but that doesn’t mean that anyone can, unlike javascript which will be valuable anywhere
Thank you! This might be my favorite thread ever! I’ve learned more life lessons sitting in s coffee shop this morning than i have in the last 50 years. If i could remember any of these, i would probably be more kind, thoughtful, and appreciative.
Go the JavaScript route. React is the most popular front end technology rn, and Node is also really common. You’ll have the best chance at either contributing to projects, or getting a job this way
Some people give me shit for it, but one that’s actually gotten me through some struggles is “despite all my rage, I’m still just a rat in a cage.” I have a tendency to push back against things that feel unfair/unjust and it often is more destructive and time-consuming than it’s worth. Sometimes i need a reminder to just accept things the way they are.
asklemmy
Oldest
This magazine is from a federated server and may be incomplete. Browse more on the original instance.