• 11 Posts
  • 1.74K Comments
Joined 1 year ago
cake
Cake day: June 29th, 2023

help-circle












  • Yeah, that’s absolutely fair, and it’s a bit snobby of me to get all up in arms about forgetting a formula - although it is high school level where I live. But to be handed the formula, informed that there’s an issue and still not fix it is the really hard part to wrap my head around, given it’s such a basic formula.

    I guess I’m also remembering someone I knew who got a programming job off the back of someone else’s portfolio, who absolutely couldn’t program to save their life and revealed that to me in a glaring way when I was trying to help them out. It just makes me think of that study that was done that suggested that there might be a “programmer brain” that you either have or you don’t. They ended up costing that company a lot to my knowledge.



  • Excrubulent@slrpnk.netto196@lemmy.blahaj.zoneStone Rule
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 days ago

    Downvotes being visible is possible throughout lemmy because the voting is federated and therefore public. Whether downvotes show depends on whatever frontend you’re using, so your mobile app or your instance’s web view. There has recently been an update that changed how votes are displayed, so it’s possible your instance has updated to that.





  • Wait wait wait so… this person forgot the pythagorean theorem?

    Like that is the most basic task. It’s d = sqrt((x1 - x2)^2 + (y1 - y2)^2), right?

    That was off the top of my head, this person didn’t understand that? Do I get a job now?

    I have seen a lot of programmers talk about how much time it saves them. It’s entirely possible it makes them very fast at making garbage code. One thing I’ve known for a long time is that understanding code is much harder than writing it, and so asking an LLM to generate your code sounds like it’s just creating harder work for you, unless you don’t care about getting it right.