Do we really need a video about this in 2024? Shouldn’t this be already a core part of our education as software engineers?
Do we really need a video about this in 2024? Shouldn’t this be already a core part of our education as software engineers?
The title of the post is “how to avoid if-else hell”, not “how to avoid conditionals”. Not sure what’s your point.
Well, the title is click bait then.
Title: “Linux is the worst!”
Content: if your favorite software is Microsoft Excel.
It really depends on the quality of the pineapple to me. Sometimes it is dry and it sucks. Sometimes it is kinda melted, which gives a sweet to the pizza without making the texture weird.
They didn’t convince anyone of anything, they just have a great free-tier service, so people prefer using it than self-hosting something. You can also self-hosted Github if you want the features they offer, besides Git.
I’ve only had beef with a single dev ever. The maintainer of Prometheus, Brian Brazil, or whatever his name is. His attitude is so shitty towards people proposing actually good ideas that would push his product forward.
deleted by creator
I’ve never been able to successfully write a jq command without having to Google it. It is something so complex and I don’t do it often, so I just forget everything.
I hope they figure out something with more I tuitive syntax, something SQL-like that people can write without having to look at a manual.
Anyways, AI is here… pretty soon we’ll just translate natural text to whatever overly complex language there is.
I’m sure I’ll get replies of people saying jq is easy. It isn’t for me, right now I can t even remember how to filter and create associations between objects. I think I’ll just start writing small python apps to process JSON. A bit longer but at least I can maintain it. The only issue is that Python is too heavy… I’ll figure something out.
I’ve been thinking for a while that what we actually need is a modern shell language. Like a mix between python and shell. Imagine if you had native support to read a JSON using shell.
Edit: oh shit. Said all of this and then saw the comment below talking about Nushell. Today is a good day.
It’s honestly crazy that tools like npm don’t force you to encrypt the tokens for the npm repos. They don’t even support it. Any stupid read_file() with http.post() can screw 1000 people.
You need to create a list of incidents that reached customers. Create a matrix that has the incident ID, the link to the incident documentation and the type of test that would have caught the incident.
Then they’ll see that their incidents would have been caught by the tests you want to. push instead of an angry customer.
ok
Why are they downvoting this? It happened to me. Do they think this is a manager making up shit to force people to go to the office? Ridiculous.
I left Lemmy for like 6 months because I got tired of the echo chamber. I’m usually inclined to the left but this was just too much and too extreme. There were some pretty interesting topics that I learned here, like how badly designed society is and why cars are an artificial need. Those “intellectual” discussions (if you could call them that) kept me engaged, but even those spaces were ruined by people totally closed to the idea of a middle-ground.
Can you identify someone by just hearing their voice?
Nobody tell this guy about omega v6
10 minutes after migrating from Maven to Gradle…
"Wow, I can do the same I did with Maven with such a small configuration and a few lines of code".
2 months later…
"Wtf is broken!!? Wtf is going on?"
2 hours later…
"Wtf is broken!!? Wtf is going on?"
It’s strange how Mastodon is so willingly letting them in. Fishy… Fishy and hairy. Like a fish with some nice bangs. Maybe a mullet. A little mustache too, recently brushed with a little mustache brush.
I wouldn’t mind if someone stole and curated the top posts from certain subreddits I’m interested in.
I really don’t dislike reddit for their communities but for their CEO and corporate greed. The content is great.
I’m not there because I don’t want to give them money after they mistreated their users.
My expectation is that this is something core that programmers should be aware of all the time. Forgetting about this is like forgetting what an interface is. It’s at the core of what we do. At least I think so, maybe I’m wrong assuming this is something every programmer should be aware of all the time.