• 0 Posts
  • 115 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • I meant that in the video it’s consistently not worked for a very long time. Seems the switch to HDMI left it behind. While it would be nice if devices supported it like he asked, the fact it was skipped in the HDMI standard and not mandated by law means it’s unlikely devices racing too the bottom line will ever care. And that’s basically what we see. Only the most expensive devices even acknowledge it’s an issue.

    That said, I hope VLC devs see his video and improve things. I’m sure it’s more complicated then it seems but it would be cool for them to add that to the ways they’re better than every other player put there.











  • My SOs system76 had intermittent graphics issues and their tech support had hour-long calls with me over several weeks and additional emails correspondence where we did some very in-depth testing and monitoring of the machine. I think most of the testing was that their team genuinely wanted to know if it was a hardware or software issue and fix it right.

    In the end they replaced the entire motherboard under warranty because they pointed out in another month and it wouldn’t be covered and it might fix it. It did.

    I suspect it was just a bad Nvidia GPU. It sucks that it had the problem and that it was difficult to track down but all laptops break.

    I challenge anyone to find that level of support from a Windows manufacturer without having a corporate account.










  • neclimdul@lemmy.worldtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    1
    ·
    3 months ago

    Every other ci in existence you just write a command. Then if it doesn’t work you run the command on your machine and fix it.

    Actions are “magic” which means you have to fake the ci runner with tools and reverse engineer the action to run local debugging and if it failed you might not even fully know what was running with digging into the actions source.

    GitHub provides you the tools and their “easy” until they aren’t.

    It’s very Microsoft though. It feels like trying to write a Windows app and trying to get your random Net environment definition to line everything up and compile in VS then hoping the same thing happens when you deploy.