• 1 Post
  • 463 Comments
Joined 1 year ago
cake
Cake day: August 8th, 2023

help-circle
  • I guess how much I’m still the same person. Sure, I have a house, a job, I’m an adult. But I also still play video games, including stuff like RCT which I lived back in the day. My brain still switches from interest to interest, and my brain is still completely obsessed whatever interests me at the moment. Ultimately I’m still that slightly weird nerdy kid, just grown up.

    12 y/o me would probably be amazed that his fancy new Nintendo DS is still alive and kicking almost 20 years down the line. In hindsight it’s not too surprising though, because I always treated it with the utmost respect and care.


  • Mice and scissors that can be used in both left and right hands are oppression by the woke communists!!!1! All part of the WEF plan (sponsored by Soros) to make everyone ambidextrous and to destroy our right-hand supremacy! Bill Gates put secret nanobots in the vaccines to make us more left-handed. Wake up, don’t believe what the fake news media tells you!

    (/s, though I hope that was clear)


  • Honestly, however much I want to pretend to be better than that, I think it does work on me. Obviously not on a conscious level, I know how numbers work, but some part of my monkey brain sees the 1 instead of the 2 and therefore concludes that it must be way cheaper. It’s a feeling that no amount of facts is going to disable. And in the end many purchasing decisions aren’t based on a full analysis but on feelings.


  • We played this game called Icarus last weekend because of a free weekend. It was okay for me, but I also have a pretty high-end PC for the 1080p monitor connected to it. Even for me the game was quite janky, but for my friends with older hardware the game wasn’t a good time. One friend’s microphone randomly turned into a max-volume noise generator while playing on multiple occasions, something that has never happened before. Another (who plays on Linux) experienced constant crashes and weird behaviour.

    After that disappointment we went back in time to The Showdown Effect for the first time in years, which was still as hilarious as ever. Apparently there’s an updated free to play version now (called reloaded or something?) so we’d have to check that out. Would recommend it if you’re looking to have some mayhem with friends .

    Edit: oh yeah and I also bought Grid Legends because it has a big sale and I like racing games. The driving physics don’t annoy me like the ones in The Crew or Forza so I’m having a good time with it till now









  • I’m not American, and I don’t agree with these people either, but I don’t think that calling them lazy and ignorant makes any sense. In the fucked up democracy of the US it’s clear that the only way to get what you want for the coming 4 years is to vote for the least bad candidate. At the same time I can definitely understand that if you view both candidates was horrible, though one way more horrible than the other, you would feel conflicted about voting for either of them.

    Let’s do a thought experiment. Assuming both candidates are still roughly equally “popular”. If both candidates wanted to start a genocide, but one would want to kill only 50% of the amount of innocents that the other would kill, how would you vote? Would you vote for the one who is overall the less bad option, which will in turn make you give your vote for something horrible. Or would you abstain and signal that the democracy as it currently stands has lost your confidence entirely, even if it means that on the short term the consequences might be way worse?

    Not voting actually costs the democrats something, and should (if they want to win next time) force them to think how to better represent you next time.

    It’s fucked up that your democracy came to this. It has become an annoying game theory dilemma instead of voting for the candidate that you actually believe in. Our system here in the Netherlands is certainly also not perfect, since we have too many parties and too long coalition negotiations, but at least I feel like it represents people way better. Anyone can start a party and capture seat if they represent a large enough niche.



  • gerryflap@feddit.nlto196@lemmy.blahaj.zoneRule
    link
    fedilink
    English
    arrow-up
    23
    arrow-down
    1
    ·
    17 days ago

    Using Haskell you can write it way more concise:

    iseven :: Int -> Bool
    iseven 0 = True
    iseven 1 = False
    iseven 2 = True
    iseven 3 = False
    iseven 4 = True
    iseven 5 = False
    iseven 6 = True
    iseven 7 = False
    iseven 8 = True
    ...
    

    However, we can be way smarter by only defining the 2 base cases and then a recursive definition for all other numbers:

    iseven :: Int -> Bool
    iseven 0 = True
    iseven 1 = False
    iseven n = iseven (n-2)
    

    It’s having a hard time with negative numbers, but honestly that’s quite a mood



  • I use it for sim racing sometimes and it’s amazing to feel like I’m in an F1 car or something. Until I get nauseous after 15 minutes or something. It’s also a bit of a hassle to set up. That being said, maybe it would be cooler if I got into beat saber or something.

    Was it over hyped? Maybe. But it’s still a cool technology and I’d be sad to see it fall into nothingness. I don’t see a future where everyone is wearing VR glasses, but it’s still a very neat thing to enjoy every now and then.


  • gerryflap@feddit.nltoAsk Lemmy@lemmy.world*Permanently Deleted*
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    26 days ago

    Unfortunately yes. Unfortunately Lemmy is too small for many of the things I did on Reddit. I mainly enjoyed lurking around in discussions on Reddit, only posting comments when I really cared (just like I do now here on Lemmy). Whenever I played a game, watched a show, etc I’d go to Reddit to read about other people’s opinions and discussions. But Lemmy is too small to have any meaningful discussion about a specific game or some other content.

    Often I see here the “if you miss it why not create it” sentiment, but that’s just not how I used Reddit. I often don’t want to have a meaningful discussion with s small group of people but rather read the opinions and memes of a large group of people.

    So far, I’ve been able to limit it to browser usage though. The web experience of Reddit is abysmal, but at least I can block the ads etc. And I’m still here for all the content that is on Lemmy.




  • Apart from the many compatibility issues with all kinds of random games that can usually be fixed within an hour (but still cost me too much time), the biggest one is specific stuff like playing Assetto Corsa with mods in VR using a Logitech wheel. It’s already a pretty hefty stack of things to keep working on Windows, but on Linux I cannot even get AC to start so I have no idea whether the rest will work.

    I’m already fighting computers all day. When I get home tired the last thing I want to do is to fight the computer even more. I just want a game to start without issue. Even on my Steam deck I have regular hard crashes of the system in multiple games, and my PC is probably less supported due to the more random set of packages installed