

“Please help exonerate us! We totally had the right to shoot someone because they didn’t pay $3.50!”
“Please help exonerate us! We totally had the right to shoot someone because they didn’t pay $3.50!”
Or Google/Reddit/Meta.
I’m not a software dev (I’m a SysEng), and have never touched Rust (I’ve looked at the Rust source code and it scares me haha), but I know a fair amount of Go, and even the Go compiler is a pain in the ass occasionally. I’ve “mother fucked” it so many times.
I’m not rejecting it, I’m just saying that it’s very difficult to completely change the code of a critical piece of software. The long-term goal is for Rust to overtake C in the kernel (from what I understand, I’m a System Engineer, not a software dev. I know Go, not Rust) due it being memory-safe and about 30 years newer. Critical code gets left untouched (a lot of the time) because no one wants to be the one that breaks shit (and get bitched out by Linus 😂) so I’m sure there is tons of code from the early 90s that could be made better with a newer language like Rust, but it’s not as mature as C right now so that’s not going to happen for a while, if at all.
Ah, but I still agree with the C devs, it creates unnecessary headaches for them. Also, old habits die hard.
I view it as the same way ZFS is supported: Linus and Greg KH are like “you can maintain it, but we don’t give a shit about it, and if what we do breaks ZFS support, well too bad.”
Me and at least two more of my coworkers (we got laid off at the same time) weren’t software devs, we’re Linux Sys Admins/Engineers. No one is safe.
with layoffs low
🤣🤣🤣 Tell that to the million or so tech workers that have been laid off en massé the past year! My friend’s friend was a Senior Software Developer at Oracle for years and just got laid off a few days ago. Disney laid me off last year and I’m still looking for a job.
Meanwhile in Miami it’s a low of 82 and a high of 89, with a feels like of 100 everyday because of 80% + humidity until the end of October. My apartment is in a newer building and is well insulated. I forgot to turn on my AC two nights ago before I passed out for the night. When I woke up around 10 AM it was 71% humidity in my apartment 🥵 I walked around outside for about 10-15 minutes yesterday in basketball shorts and a light T-shirt and was dripping in sweat.
part of the problem is that old-time kernel developers are used to C and don’t know Rust," Torvalds said. “They’re not exactly excited about having to learn a new language that is, in some respects, very different. So there’s been some pushback on Rust.”
Linus hit the nail on the head. If you’ve been a Kernel dev for a decade or more, and have spent decades learning the ins and outs of C, why would you want to switch to something that is similar, but different in a lot of ways, just because a small subset of devs think it’s the best way forward? Let them handle Rust and the majority of devs will keep using C, even though Rust is objectively better.
As one of the other quotes suggested: fork the kernel project and rewrite it entirely in Rust, that way there isn’t any push back from the C devs. Replacing C with Rust in the upstream kernel is akin to replacing the engine in a car while it’s running or being used every day.
SmartTube for Android TV is a must as well
I’ve had YouTube Premium since the days when it was called YouTube Red, so like a decade. I’ve grown used to not seeing any ads from Google and anytime I watch a video not using my account it’s torture.
A lot of creators have just turned into corporate shills. I stopped watching ETA Prime’s channel about tech reviews because it was becoming pretty clear that mostly everything he got was paid for by the company. Also, most creators are putting their own ads into their content.
I remember downloading the scene on American Pie where Shannon Elizabeth strips naked over our 33.6 link and it took like an hour, at an amazing resolution of like 240p for a two minute clip 😂
How long did that take? A month or two? I’ve backfilled my NAS with about 40 TB before over a 1 gig fiber pipe in about a week or so of 24/7 downloading.
I’m currently in the process of transferring about 50 TB from one zpool to another (locally), so I can destroy and recreate it.
I’ve downloaded a few torrents that were around 5 TB each, they’re PS4 and Xbox 360 game collections.
So it’s not as bad as it seems, at least.
Ah, yes, good old blood magic. As a teen (I’m a dude) I was interested in witchcraft/Wicca and watched Charmed and The Craft a lot. That makes sense once you said that. Thanks :)
I’d say lay off the gaba dealies withdrawals for em can be insomnia
I’m an insomniac anyway, Id’ rather knock myself out than stay awake for like a day or two straight and be miserable due to lack of sleep. I actually take Gabapentin as well, which helped me not feel like ass in the morning (the usual outcome of taking like 15 mg of Ambien, previous to about 2-3 years ago)
I feel you on the job thing, when I was 23 it took me many months to find a job in IT, it was awful, I remember the stress of it, I needed it desperately to stay in the country, otherwise I’d be deported to hell.
Luckily I’m a citizen so I don’t have to worry about that, but yeah, it’s absolutely miserable and demeaning. Half of the time is spent creating an account for something that you’ll never use again, verifying that your resume was parsed correctly, and then answering the same bullshit discrimination questions. 30% of it is spent wading through all the job postings from recruiters with horrible/useless job descriptions, and if you find one you like, talking to them for 20 minutes about the exact same stuff that’s on your resume and you go into detail about it and they stop you because they have no clue what you’re talking about. My mom keeps telling me “you may have to go for something that you don’t want” because she doesn’t understand that getting a helpdesk job takes just as much effort as getting a Linux System Engineer job.
I see what you’re saying, but if you randomly come out and say “Here, I got you an Amazon gift card out of the blue, buy whatever you want” after they did something like this they’re going to know whats up. Also, I’m pretty sure most dads would rather not have that thought in their mind when they see an Amazon box addressed to their daughter and she runs to her room to open it up. I’m 38 and my dad is your typical “Dirty Old Man” that started making sexual comments about women around me when I was like 13, but I don’t think I ever felt comfortable talking about anything like this around him until I was like 19 or 20.
The thing that annoys me the most is how it cares about whitespace/carriage returns. I remember back in college when I was taking a CS class, learning Python and writing the Code on a Windows PC, emailing it to myself, and then attempting to run the code on Linux. Before I learned about the carriage return conversions, I remember having to rewrite about 75 lines of code before I got it to run. 🤬