• 0 Posts
  • 47 Comments
Joined 3 years ago
cake
Cake day: June 9th, 2023

help-circle

  • Piatro@programming.devto196@lemmy.blahaj.zoneJK Ruleing
    link
    fedilink
    English
    arrow-up
    4
    ·
    8 days ago

    If you can separate the artist’s power and wealth from the art, this works, typically when they’ve been dead for a while. Otherwise you’re just feeding them. Rowling herself has used the money to actively fight trans people’s rights in court and used her influence to give her actions public backing.





  • Basically any channel that started doing “reaction” content. Oh you’re reading the top page of Reddit today? Cool, what creative value does that have to me? Absolutely none. Goodbye. I get that it’s really popular but I have no idea why, and I get it’s cheap to make but it’s also shit, so you get what you pay for I guess.

    The only exception to this is Jimmy Broadbent who occasionally does his “Sim Racing Stewards” series which is basically his take on Reddit user submitted clips of their online racing mishaps. I find it really interesting to watch because he has so much sim racing experience and, albeit less, experience of real world racing with real life stewards and racing rules. It’s entertaining and interesting and I want to know his opinion on these incidents because he has enough context to have an opinion, and doesn’t act like his opinion is gospel.





  • Mint is honestly your best bet. I installed it for my parents on their aging laptop and they’re allergic to the terminal and they’re getting on great with it. Requiring a password for administrative actions is generally a good thing for security but you could disable it (unfortunately the only way I know how is via the terminal!). I’m biased here because I’m a techy person but I’ve used Windows, macOS and Linux professionally for years and I always have to troubleshoot things. Windows, in my experience, has always been worse than the others because while Linux has very technical or terminal-based solutions a lot of the time, Windows official support generally tells you to “just reinstall or restore from a system restore point” which is such overkill for most problems. That or registry edits.











  • I booked a flight recently, the translation engine was obviously having issues so instead of giving helpful labels for form fields it was stuff like: “{{ name.first }}”, which I could figure out for the most part, but then on submission I got an error with no description at all. I opened the dev tools and resubmitted the form to find the API response which gave me the actual error. 2 pages previously a form field hadn’t been set correctly by the web page (it was a drop-down, I selected an option, the error said it was null). I managed to force the field to populate properly and hey presto, submission works. Ridiculous.