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

help-circle




  • ImplyingImplications@lemmy.catomemes@lemmy.worldSomebody Fucked Up
    link
    fedilink
    arrow-up
    23
    arrow-down
    26
    ·
    edit-2
    17 hours ago

    Nobody fucked up. This is how good guys with guns stop bad guys with guns. The bad guy shoots first. It’s unrealistic to think it would happen any other way.

    Edit: the secret service was created in 1901. Since their creation they have protected 21 presidents. 4 presidents under their protection have been shot. JFK, Roosevelt, Reagan, and Trump. That’s a 19% failure rate. The bad guy shoots first.


  • That’s not workplace drama, you’ve described interacting with people. It’s difficult to say if it’s always been like this but social media hasn’t helped. People are now used to expressing their beliefs and opinions to everybody, no matter how polarizing or unpopular they might be. It’s not limited to the workplace.

    For not caring about what people think, just remember that nobody’s opinion matters. Your favourite colour is yellow? Cool. You don’t like Taylor Swift? Great. You think all atheists should be killed? Neat. Opinions are like points on Whose Line Is It Anyway. They’re made up and they don’t matter.














  • I played flash games as a kid on Newgrounds. There was an option to submit your own flash games and that made me curious as to how they were made. I searched tutorials on how to make flash games and that was my start.

    Eventually I got interested in making programs outside of Flash. Still being a kid, I wanted to be the coolest programmer/hacker ever so I learned C (the only language hackers use) and intalled linux (the OS for hackers). I mostly use Python now since I can get projects done much faster.

    It doesn’t matter what language you start with. Just learn the core concepts around loops, if statements, data types, data structures, object-oriented programing vs functional programming. Those concepts span across all languages and once you know them you can just google “how to splice string in (language here)” when you’re using a different language. C is great if you also want to learn how computers manage data and how data structures work from first principles, since in C you need to manage memory yourself and it doesn’t come with any advanced data structures built in so you’ll need to implement them yourself.

    I now mostly use my programming knowledge for hobby stuff. I automate tasks, do programming challenges, and mod games.