• 10 Posts
  • 1.72K 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
    ·
    2 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 us 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.





  • The point of the state is to maintain one class’s supremacy over others, violence is just the means to achieving that. It’s not a good thing.

    And not all armed resistance takes the form of open warfare.

    Under a strong state one viable way of resisting the state is community defense. For instance the Black Panthers began open carried to observe police doing traffic stops, because black men kept getting killed.

    The state’s response was weapons bans. That ban targetted the Black Panthers and was selectively enforced against them. This is where California got its reputation for banning guns. It was the state maintaining its ability to oppress people along class and racial lines.




  • So sorry for assuming you were talking about the US when you talked about school shootings.

    I come from a country like that too, but if you think police brutality doesn’t happen in your country then again: political bubble.

    Go ahead, tell me what country you’re from and I’ll burst it for you.

    I used to say the same thing about my country, Australia, where they’ve recently been imprisoning whistleblowers who expose clear government abuse.

    There is no such thing as a state that can be trusted with violence. They always use it to oppress.







  • I really like this idea, and like you point out elsewhere it might be possible to achieve this without prohibitive “river-like” worldgen problems.

    I’ve long thought that a big problem with villages & villagers is that Minecraft’s design philosophy has always prized player-supremacy. That is, the player can change any blocks and very few other things can alter them. (creepers are fine; endermen acne can fuck right off)

    So the villagers are stuck with the village they were given and cannot help themselves.

    If villagers were given the power to dig and build to create the paths they need, repair their buildings and to fight off monsters, they’d be so much more interesting, and players wouldn’t be able to silo them off in little stalls to act as simple vending machines. The player would be forced to respect their autonomy.

    I know the villagers already create big lag, but that’s because they’re constantly recalculating their pathfinding. If they made a path, and only recalculated when they bumped into one another or a block on their path was updated, then they wouldn’t need to do that, and they could have more complex behaviours.

    It would be a lot easier if the villages spawned on reasonable terrain as well.