• 0 Posts
  • 15 Comments
Joined 2 years ago
cake
Cake day: June 29th, 2023

help-circle

  • I don’t subscribe to any streaming services. I have vinyls and tapes. If I want to listen to music on the go, I use my walkman with music I’ve recorded from vinyl or, in very rare cases, YouTube.

    My 9 year-old has a walkman too and it’s the greatest thing ever. She doesn’t have a smartphone, but the walkman enables her to listen to her own mixtape when we’re traveling. She loves it.

    Actually, I’ve seen quite a few people with feature phones around lately, a walkman would be perfect for them for the same reason.

    Also, making mixtapes is still as great as it was back then. A playlist is not the same, not by a long shot. I made one for my little sister recently and it was all kinds of fun to make sure both sides were filled, that the mood and energy was cohesive, that it was tracks I genuinely believed she would enjoy but also tracks that I knew she wouldn’t seek out on her own. (Fuck algorithms for recommending music — they won’t challenge you or surprise you.)

    Edit: Also, releasing on cassette isn’t even that new this time around. For instance, all of Mac Miller’s stuff has been available on cassette for at least a few years. Like, check out HHV’s listing of cassettes: https://www.hhv.de/en/records/catalog/filter/tape-D2M74N4U9 and https://imusic.dk/exposure/8138/kassettebaand has a surprising number of metal albums on cassette.





  • I’m a big Mega Man (mostly Classic) fan. I think MN9 was judged way too harshly. It’s not a bad game in its own right, not markedly great either, but certainly a passable and enjoyable one nonetheless.

    People were hoping for another Mega Man X but of course it was never going to be exactly that. They need fangames and ROM hacks for that, not someone who could lose pretty much everything (job, work, money) if they stray too close to Capcom’s IP. I don’t know exactly how much Comcept promised and how much was hype built up by fans, but somewhere along the way expectations became misaligned and people were pissed and disappointed.

    But yeah, going into it without any big expectations certainly helped me enjoy it.









  • madsen@lemmy.worldtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    5
    ·
    edit-2
    1 year ago

    I wouldn’t trust an LLM to produce any kind of programming answer. If you’re skilled enough to know it’s wrong, then you should do it yourself, if you’re not, then you shouldn’t be using it.

    I’ve seen plenty of examples of specific, clear, simple prompts that an LLM absolutely butchered by using libraries, functions, classes, and APIs that don’t exist. Likewise with code analysis where it invented bugs that literally did not exist in the actual code.

    LLMs don’t have a holistic understanding of anything—they’re your non-programming, but over-confident, friend that’s trying to convey the results of a Google search on low-level memory management in C++.