Mama told me not to come.

She said, that ain’t the way to have fun.

  • 22 Posts
  • 7.45K Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle

  • That’s not how I see it. Here’s how I interpret it.

    Johnny practices his whole life to be the best he can. The devil shows up and challenges him, so he says it might be a mistake (probably knows the devil will cheat), but trusts his training and accepts. He plays his heart out and beats the devil at his own game, despite the devil trying to cheat. He wins the golden fiddle and, filled with confidence, says he’s up for another challenge. He knows he’s the best because he beat the cheating devil.

    I don’t see it as talking about pride or gambling, but knowing your abilities and reaping the fruits of your labor. If it was about pride, he would’ve been caught by the devil.


  • I’ve been playing it as well, and it really is quite good. It’s not very challenging though, which is a bummer, but they’ve done a great job on the world.

    Some nitpicks:

    • lots of collectibles
    • broom isn’t very fast, and upgrades are lame
    • no quidditch, and fast travel makes the broom kinda pointless
    • way too much pointless loot (lots of trips to sell stuff), and the whole gear system is dumb

    But those are pretty petty things. Quest design is pretty good, casting spells is fun, and side content is largely worth doing. I think it’ll age pretty well.


  • Just look at the backlash he got for comparing ad block’s impact to that of piracy.

    Well yeah, because he’s objectively wrong, yet doubled and (I think) tripled down on it.

    What he meant was that blocking ads eliminates his revenue (which is bad), but it’s not piracy by any definition I’ve ever heard of.

    That said, I don’t think it has anything to do with how trustworthy LMG is, there are plenty of other reasons to have concerns about that (GN made a video about that). I watch them occasionally as entertainment, but rarely for actual information.

    Not because they didn’t go far enough to discourage using coupon codes.

    I’m not arguing that they should discourage people from using coupons, I’m arguing they should have explained why Honey is problematic and why they’re no longer taking their sponsorships. There should be no call to action, merely information that Honey isn’t great. Users can then consider other sources for coupons that may be more friendly for affiliate links, or not, the information is merely why they’re no longer working w/ Honey as a sponsor.










  • Generally speaking, if a professor recommends something, it probably sucks. Their information is incredibly outdated and is usually whatever they used in their own undergrad program.

    At school I learned:

    • Java
    • PHP
    • MySQL
    • C#
    • C++
    • Racket (Lisp)

    Each of those has a better alternative, with C# being the least bad. For example:

    • Java -> Kotlin
    • PHP -> Python
    • MySQL -> SQLite or Postgres
    • C# -> Python (desktop QT GUIs) or web stack (e.g. Tauri for desktop web stack)
    • C++ -> Rust (non-games) or a game engine
    • Lisp -> Haskell

    Formal education is for learning concepts, learn programming languages and tools on your own.