• 0 Posts
  • 28 Comments
Joined 5 months ago
cake
Cake day: August 6th, 2024

help-circle



  • _____@lemm.eetoProgrammer Humor@lemmy.mlLean vs. fast
    link
    fedilink
    English
    arrow-up
    24
    ·
    edit-2
    2 months ago

    > someone nitpicks word you used in a variable declaration

    > you change it

    > someone more senior says the former made more sense

    > this goes on for far longer than it should

    > eventually you get a real review from someone in your team that identified something actually needs to change

    > you change it and re request reviews

    rinse and repeat



  • _____@lemm.eetoProgrammer Humor@programming.devMicrosoft Please Fix
    link
    fedilink
    English
    arrow-up
    124
    arrow-down
    2
    ·
    2 months ago

    let’s turn this into a constructive angle for future devs and current juniors: just learn git cli, I promise you it is much simpler than it seems.

    all those memes about git having like a thousand commands are true, but you really will only use like 7 at most per month.

    learn push, pull, merge, squash, stash, reset, im probably missing like one or two

    I promise you again: it is much simpler than it seems. and you won’t have to use these stupid git GUI things, and it will save you a hassle because you will know what commands you are running and what they do

    short disclaimer: using git GUI is totally fine but low-key you are missing out on so much




  • very hot take:

    regular people will never get rid of twitter or meta, Facebook. YouTube. it’s incompatible with their psychology.

    they need to use what other people are using, they need to see “content” from their followed users

    switching to another platform will kill that for them for weeks and stall their “growth”

    to be forward thinking and to give up something you’ve had is too much for the average person

    which is why I’m on Lemmy: there’s nothing reddit offers to me that makes me “give” it up, it’s always been there but now that there’s competition it’s worth trying something new out

    I honestly think id anything Lemmy will have a slow decrease of users until it comes to a halt






  • _____@lemm.eetoProgrammer Humor@programming.devSometimes, it's backwards
    link
    fedilink
    English
    arrow-up
    60
    arrow-down
    2
    ·
    edit-2
    4 months ago

    I think it’s on a case by case basis but having help desk ppl help you out and opening powershell and noodling without any concept of problem solving made me make this face once.

    It probably goes both ways, I’m a dev and I assembled computers at 12 yo so I believe I have a lot of experience and knowledge when it comes to hardware. I’ve also written code for embedded platforms.

    IT people in my pov can really come across as enthusiast consumers when it comes to their hardware knowledge.

    “did you guys hear Nvidia has the new [marketing term] wow!” . Have you ever thought about what [marketing term] actually does past just reading the marketing announcement?

    At the same time I swear to God devs who use macs have no idea how computers work at all and I mean EXCLUDING their skill as a dev. I’ve had them screen share to see what I imagine is a baby’s first day on a computer.

    To close this rant: probably goes both ways




  • Eh, not sure if this is true at all. I think the reality is that niche specialized roles are valuable (frontend expert) but you are not “hacking” your way in full stack unless you are a junior or just bad at development.

    I don’t consider myself to be hacking anything I do, even things I’m not as strong in (ci cd) I pay full attention to documentation and examples before blinding coding or writing ci scripts