

|| has a similar “oh that’s how it works in other places” behavior. I didn’t realize that for a while.


|| has a similar “oh that’s how it works in other places” behavior. I didn’t realize that for a while.


That’s a good point.
Though sometimes people are just sandbagging. Like I know one guy is just watching Netflix instead of working. I’m downstream from his work, so it’s a little annoying that I have to wait a couple days to get started.
I wouldn’t rat him out because my labor solidarity beats out my annoyance, but the annoyance is real.


One time we spent like more than an hour in a horrible meeting to plan out how long the next step of a project would take. 4 weeks, we said. Management came back and said to do it in 2. Well, why did we fucking have the meeting if they had a deadline in mind already?
On the other hand, at my current job I have seen a lot of “oh that’s going to take a couple days” protests for things that are 20 minutes of work.
Seems like the solution is to get rid of out of touch management.


I deeply dislike sarcasm. It’s neither funny nor helpful.
There was a guy I worked with that was pretty much always sarcastic.[1]. I’d ask him if he’d written the run book yet and he’d say like “Yes, it’s written in the style of a sonnet with hand drawn illustrations”, and I’d be like “I don’t know if that means you wrote it or not”. Everything with him took extra steps because his communication was such a swamp of insincerity.
[1] well, when I asked him to stop being sarcastic he said it wasn’t sarcasm. He was merely being ironic. Nonsense.


Interesting. We used the free localstack at a previous job and it kind of sucked. Mostly we were trying to do S3, and it made adding a lot of files kind of painful. Looks like this has better support for “I need to load a bunch of files into S3 when I start working”.
Can you map a directory and subfolders to S3 with this, or so you need to make calls to “upload” everything?


Still happily using Linux.
I did switch the DE to kde plasma because the cosmic desktop was giving games a lot of trouble. Opening in weird window sizes, mostly. I did some light trouble shooting but decided I didn’t care that much about the desktop environment, so I installed the 2nd one.


Cool. I’m so tired of management huffing their own farts about AI.


I started using bruno for lazy gui “make a request” needs.
But for anything serious python requests is right there, so I mostly used that for testing.


I use keyword arguments in Python to minimize this pain. Instead of
create_user("Bob", True, False)
it’s
create_user(name="Bob", admin=True, send_email=False)
JavaScript makes that more cumbersome with the object thing , but it’s better than nothing.


I use nano for quick edits. I don’t know more than the basics of vim, and don’t do a lot of editing on the terminal so I haven’t needed to.


Still on Linux. Updated to the new pop!_os LTS. It’s been pretty good. The new desktop environment has had a few quirks where I had to fuss with hitting alt+enter to get some games appropriately full screen, but generally it’s been good.
Worth it to be free of microslop


Ars is weirdly pro-windows sometimes , in the comments. I don’t read them as much as I used to.


I did some webdriver stuff for reasons I don’t remember anymore.
I also made a simple Django app to track job applications.
Unsolicited advice:
I want job postings and a way to reach people I worked with.
I absolutely do not want the click bait and slop.


I found Castle Rat when they opened for The Well a bunch of years back. Had no idea what to expect, but they really killed it. Been a fan ever since.
Sometimes the manual steps grow like weeds. Where I’m at now, they haven’t invested in automation much at all. Now deploys take all day. Making a code change is a sweaty manual regression search process. It’s bad.


We used to do retrospectives at one of my old jobs, because everywhere loves cargo-culting agile and scrum stuff.
I quickly realized that a lot of the problems were largely outside the team’s control. It was shit like “The CEO doesn’t believe in designers or UX, so he won’t hire one, so we spend a lot of time doing that work badly ourselves.” Or, “management is making us spend all this time in ‘planning meetings’ so we don’t get anything done”
Stuff that has easy solutions, but we can’t do because some idiot or powerful cry-baby is in the way.


My last job was pretty good about code reviews, when people actually spent time on them. My front end code got much better when the front-end expert actually reviewed it.
My current job, code reviews are a rubber stamp farce and I’ve seen total garbage sail though. The code base is a tire fire. These things are related.


I suggested at my current job that we adopt a policy of fixing things as we go. Boss wasn’t interested. He said his boss said “he doesn’t want people gold plating things”.
Okay. I guess we’ll keep this tower of bash scripts that breaks once a month.
Good. Fuck Microsoft. No regrets about running Linux for the past few years.