That’s the plan. Unfortunately the market is kind of meh. Lots of AI slop. Lots of getting ghosted.
- 1 Post
- 383 Comments
There’s a lot of fear at my job about changing code. I’ve been trying to tell them to start writing automated tests. Or at least a linter to check for syntax errors. They’re all like “ooh that sounds hard maybe next quarter”
Meanwhile, a trivial change requires a whole day because the developer has to manually test everything.
I just unilaterally added checks to code I have ownership over, but anything shared I’m getting “maybe in two quarters we can prioritize this” from management.
My job has a “scrum master”. She’s nice, I guess, but as far as I can tell her entire job is sharing her screen so we can look at tickets. Then people tell her what to click on and what text to change. It’s excruciating because it would just be faster for the person talking to change it, instead of being like “remove the second bullet point. No, not that one”
On top of that they have all these tasks for “unit testing” but they don’t actually do unit testing. Someone just said, in the distant past, we should do testing so it’s there.
jjjalljs@ttrpg.networkto
Science Memes@mander.xyz•I watched several videos on a Combine Harvester's inner workingsEnglish
20·10 days agoTo many “smart” people have stood up and taken the credit for hundreds of others and generations of work.
Like CEOs taking credit for all the work their engineers did.
jjjalljs@ttrpg.networkto
Asklemmy@lemmy.ml•Does anyone else hate how everyone is trying to make money all the time?
5·13 days agoI guess I’m lucky almost no one I know is trying to side hustle slop their way into money. I don’t think I would put up with that happily.
People believe based on feelings, not facts. That’s all it is.
I feel like every retro I’ve attended has been a farce.
“What went bad? We said doing it this way would be harder and more risk prone. Management insisted we do it that way, and it took longer than and caused a site outage.”
"What should we do differently?’
“Listen to the team next time”
“That won’t happen”
One of the guys I worked with said be prefers the chatbot because stack overflow always made him feel stupid when he’d ask for help. The emotional dimension is big for some people.
jjjalljs@ttrpg.networkto
Linux@lemmy.ml•planning to switch from windows 11 to Ubuntu on my laptop
3·26 days agoI just recommend checking things from the live boot environment. I found out once that some things didn’t work (HDMI , Ethernet, Wi-Fi) only after installing, and it was a hassle. Ended up switching to a different distro that did work out of the box.
jjjalljs@ttrpg.networkto
Privacy@lemmy.ml•People with nothing to hide need not be bothered about surveillance, Supreme Court says
4·29 days agoPeople’s inability to grapple with cognitive dissonance, and how people often go with “I’m a good person making good choices” instead of the more difficult path of changing, is part of why everything is so horrible.
jjjalljs@ttrpg.networkto
Privacy@lemmy.ml•People with nothing to hide need not be bothered about surveillance, Supreme Court says
10·30 days agoBut of course, she shrugged it off and said she did not care.
Getting people to care is strangely hard. I think it’s because accepting some of the things we want people to care about means grappling with how the world is unfair and fucked up, and people are emotionally just not ready for that. People are stupid cowards.
jjjalljs@ttrpg.networkto
Privacy@lemmy.ml•People with nothing to hide need not be bothered about surveillance, Supreme Court says
14·30 days agoI feel like there should be circumstances where if you’re accused of something and found innocent, you need to be made whole. Maybe that’s a huge payout. Maybe you get all your stuff back.
If the police bring you in for questioning because you were riding your bike, and you’re shown innocent, they should pay out like $500/hour to you.
- it’s free
- runs on a wider range of hardware
- is more customizable
- can run much windows software with wine or proton
- has a large ecosystem of native software
- much of it free and open source
The advantage of Mac is it’s more widely used and thus more widely supported (for things that are supported at all). You can just buy an apple computer from a trusted source and it’ll work. Linux doesn’t quite have that yet. If more people move to Linux , you’ll find better drivers and stuff.
jjjalljs@ttrpg.networkto
Programmer Humor@programming.dev•You can pry pattern matching from my cold dead hands
152·1 month agoMost of the code at my current job doesn’t even have the optional type annotations. You just see like
def something(config). What’s config? A dict? A list? A string? Who the fuck knows.Unfortunately most of the developers seem to have a very pre-modern take on programming and aren’t interested in changing anything.
jjjalljs@ttrpg.networkto
Programmer Humor@programming.dev•You can pry pattern matching from my cold dead hands
13·1 month agoGet a code formatter. Ruff is popular. So is black. Never think about it again.
Much of this slots into time outside work rather than the workday itself.
- walk a different route to a destination
- pick an algorithm and walk with no destination (eg: straight until you hit a light not in your favor, then turn. Works in urban envs)
- go somewhere you don’t normally go. Eg: library, different coffee shop, that little art store you always see
- go to the library. Walk along the shelf with eyes closed and pick a book at random.
- pick a genre of music you never listen to. Listen to it.
- cook or prepare a meal unlike your normal fare
- go to a thrift store. Buy a cheap article of clothing you wouldn’t normally wear. Wear it. See how it feels
- find free or cheap art (music, theater, whatever) in your area. Go.
- journal. Spend a few minutes writing down your day’s details
- hit wikipedia’s random article button. Read it.
I’ve seen at a very large company a workflow that involved manually updating an excel workbook and (I think) saving it on confluence, so a python script could download it and parse it later. It wasn’t even doing formulas. It was just like less than a hundred lines of text in a half dozen sheets.
jjjalljs@ttrpg.networkto
Linux@lemmy.ml•Linux is awesome at home, but aren't y'all forced to use Windows at work?
1·1 month agoAs someone who works in software, I’ve been using macs at work for more than a decade. One job had Linux machines. One place had windows for developers and it was a shit show.
Apple isn’t amazing but at least the terminal is sensible.
You’re not listening to me and I don’t think you’re worth listening to. Go away. Goodbye.
Oof. I’ve had places that the pipeline was getting long. At one of my previous jobs I made it so all the tests could run locally, and we were keeping the full build as slow as possible.
We also didn’t do any browser tests (eg: selenium) because those tend to be slow and most people are bad at making them stable.
It’s important to know whats worth testing.