• 2 Posts
  • 12 Comments
Joined 1Y ago
cake
Cake day: Jun 10, 2023

help-circle
rss

Yes, they are different but as you can see it wasn’t smooth either: https://www.techspot.com/news/103899-crowdstrike-also-broke-debian-rocky-linux-earlier-year.html

I’m not sure how ClownStrike works on BSD, though .


The problem with that logic is that this failure was not caused by Microsoft, it was caused by ClownStrike. Their software works on Windows and Linux (not sure about Mac) and they fucked up the linux software a few weeks before the Microsoft incident.

Even if Linux had more market share in the affected endpoints they would still have been affected, just on different timelines I guess.


Yeah I forgot that they do this weird ANSI/ISO mix for laptops.


I believe most people in Europe use a localized ISO layout. I used ISO for most my life but in my personal opinion ANSI is way better for software development. I just don’t see myself ever going back to ISO.

I wish I was brave enough to try Colemak or Dvorak, tho!


Don’t really want to invest in a language designed by Google.


Rust is definitely something I’ve been keeping an eye on. The syntax looks a bit scary, to be honest, but looks very versatile.


Recommend me a programming language
I've been working with a Javascript (+ TypeScript) + Java + SQL stack for the last 10 years. For 2024 I'd like to learn a new programming language, just for fun. I don't have any particular goals in mind, I just want to learn something new. If I can use it later professionally that'd be cool, but if not that's okay too. Requirements: - Runs on linux - Not interested in languages created by Google or Apple - No "joke languages", please Thank you very much! EDIT: I ended up ordering the [paperback version of the Rust book](https://doc.rust-lang.org/stable/book/). Maybe one day I'll contribute to the Lemmy code base or something :P Thank you all for the replies!!!
fedilink

That reminds me, I do own a pine64 device! It was the first thing I got on Kickstarter.

It’s a Pine A64, with 2gb RAM. I wonder if it has enough power to run all those things. It’s a budget device from 8 years ago, probably gonna have a hard time but I’ll give it a try if I manage to find it!


Raspberry Pi was my first choice, but apparently I can’t even back order it :/


Looking for low power devices for selfhosting
Hi friends. I'm a newbie in self-hosting, though I've been managing (virtual) linux servers at work for a couple of years. I'm completely ignorant on the hardware choices out there, hopefully you can point me to the right direction. Here are my requisites: - Low power consumption, I plan to have it connected 24/7 and I'm kinda concerned on how much it will impact the electricity bill - Ethernet port, preferably gigabit but whatever - Graphical performance is not important as I don't plan to connect it to any display. As long as I can ssh into it, I'm good. Services I plan on installing, for starters: - casaOS - pi-hole, or equivalent - Home Assistant - Kitchen Owl (nice to have) - Paperless-ngx (nice to have) I live in europe and my budget is around 80 euros or so. Thanks in advance!
fedilink

I don’t agree with this. It creates a monetary barrier to starting a new channel. If uploading costs money the number of uploads is going to reduce considerably, no one likes to throw money away.


I make bash scripts to automate the configuration of new servers. Stuff like install packages, create users, create groups, configure the database, manage permissions…

I feel like that sort of stuff would be a nightmare to do in high level languages but maybe I’m just too used to bash.


Thanks for the feedback. We currently use a self-hosted Gitlab on our company but it uses a lot of resources. Was wondering if I should take a look at forgejo.


Not sure I would want to host my code on a random instance…

Does it support CI, or is just a version control?