• 0 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle
  • Excuse me if I don’t appreciate when the compiler adamantly refuses to do its job when there’s one single unused variable in the code, when it could simply ignore that variable and warn me instead.

    I also don’t enjoy having to format datetime using what’s probably the most reinventing-the-wheel-y and most weirdly US-centric formatting schemes I have ever seen any programming language build into itself.




  • Which is why I love concept albums where the artist sings a bunch of songs that tell some story of a fisherman who catches a magic mermaid type creature who can cure cancer, but the mermaid type creature ends up becoming a trapped carnival attraction at a freak show instead. Or about the story of a mad scientist type dude who conducts experiments on his patients, creates an evil demagogue who then becomes a tyrant whose reign ends in a terrible war that causes a lot of death and destruction. Or about a bunch of AI who find themselves in disagreement with their creators and then say bye to the solar system and just fuck off into deep space.












  • My company recently made a website for some finance company. They told our designer what they wanted, the designer did her thing, we presented the design, they gave their feedback, we made changes, and at some point we arrived at a design that the client approved.

    First thing the client did after the site went live was to completely replace all the text. All of it. The design was specifically made to accommodate the text that they had written themselves. The new text was SIGNIFICANTLY more than what the site was designed around, and of course it broke the whole thing.

    “Why does this section look so bad”, asks the client. Could that be because you pasted four whole paragraphs into a box that was supposed to display one short sentence, you absolute moron? The site’s been up for about a week and they’re already demanding a rather extensive redesign of the whole thing. Why the fuck did you approve it then?


  • herrvogel@lemmy.worldtoProgrammer Humor@lemmy.mlWe all know
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    8 months ago

    Man if you actually use proper http status codes instead of returning 200 to every single request no matter the outcome, you’re already better than a lot of “senior” developers. If you’ve written any amount of half-useful readmes or docs or even comments, you’re well above the average. If you’re aware that git has more than 3 commands, you’re well on your way to godhood.





  • Programming is just one part of the whole process of creating software. There’s more than just writing code. There’s also planning, design, architecture, testing, deployment, maintenance, etc. All that is engineering. Unsurprisingly, people with software engineering training tend to have a more complete idea as to what goes into it all.