We do jira + bitbucket + confluence + teams.
You joke but people do that. I've seen people repurpose their old android phones to host small services on their home networks. I won't comment on how reasonable it is because battery, but it's a thing.
I got fired when the company decided to downsize.
"How is that dumb?" you ask? That happened less than two weeks after I was hired. The boss man's speech indicated that that was the result of a long deliberation by corporate. So if you knew there could be layoffs any moment, why the fuck were you hiring?
Plenty of brands stopped offering manual variants of plenty of models. IIRC BMW practically begged people to stop asking for manual variants, saying it just does not make any sense to mess with the supply chain and the production line and the car itself just to put an objectively inferior transmission inside it.
Sir please it's not break dancing, it's breaking. IOC insists on using the latter, because they are desperately trying to convince people that it's a sport and the dance in the name makes that more difficult.
At first I thought break dancing was a stupid sport to include in the Olympics. The I figured if those hoop throwing and ribbon twirling stuff can be Olympic sports, why can't break dancing? It certainly has plenty of athleticism in it. More than many other sports in fact.
I still think the overly hip-hop-y style looks weird in the context of Olympics though. Contestants with funky nicknames, and presenters waving their arms while grabbing their crotch like it's a rap concert don't scream "prestigious international event that involves thousands of top tier athletes" to me. Though I guess it might be because I'm not used to it.
Ad blockers don't protect you against dumbass frontend devs who serve 5mb png files to be stuffed into 600x400 boxes.
Manually optimizing the code I wrote in C, so that it runs noticeably slower and has all sorts of stupid bugs that weren't there before. All in a good night's work.
Also important, will it be available and affordable. I don't much care about arm laptops if they cost an arm (heh) and a leg to buy and then a couple fingers to import into the mythical and exotic land of not-US.
That bit was important to include in the video in my opinion because of the circumstances.
He didn't break his computer while messing around with the kernel, changing system settings by recklessly copy&pasting random commands he found on the internet. It happened while trying to install a very popular software from the distro's official package manager, following what's otherwise standard installation procedure. A lot of people broke their systems the exact same way until that bug was fixed.
We all like to pretend Linux is "there", but it was a clear and important example of how it's not really. Because the user is dumb and the user has no idea what they're doing. At least that's the core assumption an OS should operate under if it is to be used by anyone and everyone. You can't claim even your grandma can run Arch when trying to install Steam can bork your system. And no, warnings are not a valid defense in this case. You will never teach the average user to not ignore those. Unfortunately it's the OS's job to protect the user from their own recklessness, and again, warnings are not always enough. Especially when you're getting warnings while doing something so mundane.
I stopped doing frontend work when responsive design became important. Super unpleasant work. Now I'm happier at the backend where I don't have to worry about how my shit looks on the 7 million possible screen sizes people are likely to use. Life is more peaceful here.
In my company we have a very modern agile workflow where QA is top priority.
At least that what we advertise. In reality it's all an unorganized clusterfuck where I'm pretty sure I am the only one who bothers to write automated tests. Who's got time to write tests bro just push that shit out ASAP we'll deal with it when the client calls us in the middle of the night to complain about previously-working shit being broken now.
Javascript is a beautiful language where '3' - 1 = 2 but '3' + 1 = '31'.