1

Jean Marie is dead. One less, 5.999.999 to go

Comments
  • 0
    @retoor there's around 6 millions far right voters in france, roughly
  • 6
    Life really is nicer when you're not mad 24/7

    You should try it sometime
  • 1
    @12bitfloat you don't understand the concept of living, you robot. Of course happiness reside in the lack of desire and passion. But on the other hand, what is the fun in that. I fully embrace my diverse nevroses and crazyness.

    According to some zen master, there is no inherent differences between the moving mind and the resting mind. Think about it bro
  • 0
    @12bitfloat plus come on, the dude is a litteral nazi who notoriously attached some guy's dick to a generator. It's a good day really :3
  • 0
    @retoor everything is coding.
  • 0
    anyway wife's not happy coz i pay taxes. I hate this fucking country omg i was happy as a beachbum
  • 3
    @antigermgerm Doing something fun and being happy > getting mad 24/7 at politics

    I really enjoy writing my game but you do you 🤷‍♂️
  • 2
    @retoor Kinda true, that's one thing I enjoy about Rust. You really feel like you did something
  • 0
    @retoor I always hated JavaScript and python but now I think they aren't that bad. Actually kinda cool languages for quickly writing something :D
  • 0
    @retoor Honestly GC is fast enough for 95% of things

    Only when you need real raw performance (database, game engine, number crunching) is it worth it writing in a lower level language
  • 1
    @retoor Yeah virtual machines are hard :D I know because I've written some

    C is actually really good for writing them. In Rust I had to do some tricks like putting function arguments in a specific order to align with the ABI to eliminate some mov insns lol

    In C you can just have a computed goto and that's it :D
Add Comment