

Managers are often idiots in over their heads. AI is really aggravating that problem.


Managers are often idiots in over their heads. AI is really aggravating that problem.


“I’m a Grok guy,” said Vance. “I think it’s the best. It’s also the least woke!”
What a fucking idiot. Really wants everyone to go back to sleep


Good. The more people switch, the more support there will be.


Business Idiots. Ed Zitron wrote a whole thing about how many business leaders are out of touch with users and their own products. They live in their own little pocket dimension with each other, and only really care about shareholders.
Yeah, display port worked fine. It was when I plugged the second monitor in to HDMI I realized the problem. And then couldn’t get online to search for issues.
I had to tether the desktop to my phone over USB to get a network connection.
I later installed pop!_os , tested all that stuff, and it worked out of the box.
After booting, test WiFi, BT and audio functionality.
This is an important step. One time I boldly just installed without testing anything in the live session, and discovered that HDMI and Ethernet didn’t work. Woops.
It’s like do-gooder derogation. ( https://en.wikipedia.org/wiki/Do-gooder_derogation )
Someone doing something good? Fuck them. They think they’re better than us?? Where do they get off??!?
A lot of people are trash and are emotionally invested in both the way things currently are, and that they are a very good person


Personally I feel like SQL syntax is upside down, and things are used before they are defined.
SELECT
a.id -- what the fuck is a?
, a.name
, b.city -- and b??
from users a -- oh
join city b on a.id = b.user_id -- oh here's b
I’d expect it to instead be like
From users a
join city b on a.id = b.user_id
SELECT
a.id,
a.name,
b.city
Lowering indent levels is nice in functions. Early returns mean you don’t have to think as much. “If it got here, I know foo isn’t null because it already would have returned”.
Yeah some comments are not useful
# returns the value as a string
return str(user.id)
Some comments are
# returns the user id as a string because ZenDesk's API throws errors if it gets a number.
# See ticket RA-1037
# See ZenDesk docs: https://etc/
return str(user.id)


I bought a fancy desktop PC recently so I’m not in the market. Otherwise I would consider it, but only if the desktop environment was usable for general computing. I believe it is, but I’m not sure if its version of Linux would be best for like software development.


Gop is like a clock where only the minute hand is stopped and the hour hand is flapping all over. Sometimes it’s kind of correct, but not for the bigger picture.
One of my jobs went to microservices. Not really sure why. They had daily active users in the thousands, maybe. But it meant we spent a lot of time on inter-service communication, plus local development and testing got a lot more complicated.
But before that, it was a single API written in Go by an intern, so maybe it was an improvement.


I think a lot about the guy I worked with that said he was going to Palantir. We were like “but what if they have you doing awful things?” He was like, big shrug. He was always friendly to people in the office, but I guess that’s as far as it went.


Have you talked to a lot of tech workers? I feel like there’s a set of left wing ones, a larger set of libertarian types, and an even larger set of people who are shockingly ignorant of politics and history.
It’s wild to me how some places I’ve worked are like locked down, all the infrastructure is in terraform or whatever and can be deployed immediately… and other places are like “ssh into prod with the credentials from confluence, edit the config in vim, and paste the new code into a new file”
This should be a climate crime and the management responsible forced to pick up trash or some other appropriate punishment


I don’t think an average user is going to know how to interpret the output of mount or findmt


I think it would be pretty funny if jesus did return and cast all these rich assholes into the lake of fire. Because they fucking deserve it.
I feel like most people don’t buy software anymore. Everything runs in the browser.
Like, nerds and enthusiasts and game playing people sure. But most people? Nah. It’s all Instagram, Facebook, tiktok, Reddit, YouTube. Maybe like roll20 if they’re a dnd nerd. Most people aren’t doing Photoshop or blender.