

Furthermore, if you are being paid the same but your productivity goes up, and the owner keeps all the new profits, you’re being robbed.


Furthermore, if you are being paid the same but your productivity goes up, and the owner keeps all the new profits, you’re being robbed.
I want job postings and a way to reach people I worked with.
I absolutely do not want the click bait and slop.
I’ve known several people who moved from QA and testing to developer roles, but usually as an internal transfer.
Most recruiters and management don’t know shit about fuck when it comes to technical details, so it’s not surprising a lot of them think “Oh the guy who knows how software works and how to handle edge cases? No, we don’t want him”
Fuck test automation, it’s a fucking trap get out of it as soon as you can
lol.
Meanwhile, the org I work at has no test automation, so things that should be trivial require hours of tedious, error-prone, manual testing. Also they break stuff and don’t find out until after it’s merged.


I have no regrets from setting my editor to save-on-blur
I keep seeing job posts that have requirements like “must be excited about AI tools”. If the shit was good people would be excited on their own.
It’s all slop from the worst, soulless, people.
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.


Match group should be broken up.
I was on some website the other day and I opened the browser console for unrelated reasons. They had a giant message there that was like “STOP. If someone asked you to paste something here, you are probably going to be hacked. Do not do anything here unless you know what you’re doing.”
Which, admittedly, is probably good advice.


Well I’m not on Windows anymore so I can’t test it out. Does it still have the option to only show text raw and uninterpeted? I absolutely would not want it to, like, show bold instead of **bold**
I wouldn’t want it to do anything other than show the literal text, and anything in that direction is a loss via added friction.


Notepad was supposed to be the simplest lightest weight text editor. It didn’t need to change.
One of the other guys is on Windows and we had to change a config in git to handle it. Not sure what he did on his end. I have vscode on a Mac. Some people at this place have been working since like the 90s and probably are using notepad.
Windows isn’t fit for software development unless you’re doing Windows specific stuff. Maybe you can get by with WSL or cygwyn or similar, but that’s just a bandaid to make the machine less windows. You’ll probably still have problems with like case folding and line endings.


I hate the AI thing in confluence. Stop asking me to improve writing or summarize. I know how to read and write.
I dislike postman. I see job postings that are like “MUST KNOW POSTMAN”. Fuck, people should know how to make API requests but postman isn’t the only tool for that.
Furthermore, if I’m doing automated tests to run on PR I’m not going to use a GUI. Pytest or jest or whatever testing library your language has.
I did use Bruno for a while for convenience during local development, though.


I think a lot about how one time we spent s few hours estimating how long a project would take. Management came back and said no, that’s too long, we’d need to finish in a month.
Well if that’s how long it has to take why not lead with that?
Bunch of idiot empty husks doing cargo-cult “agile”


I like the idea. I don’t want to use facebook or similar, but that’s where stuff like “BuyNothing” is most active.
Unfortunately, I don’t know much about self hosting (beyond what I’ve picked up working in software development) so I don’t see myself running one of these myself. I’d probably use it if it came to my neck of the woods (NYC)


Most developers I’ve looked at would happily just paste the curl|bash thing into the terminal.
I often would skim the script in the browser, but a. This post shows that’s not fool proof and b. a sufficiently sophisticated malicious script would fool a casual read
There’s also the class of comments that explain strange business decisions.
# Product guy said to return January 1st if the user doesn't have a birthday on recordKind of arbitrary but someone with decision making power decreed it.