• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle
  • I don’t really get people saying fuck Nintendo. It’s their IP, and Yuzu team was pretty blatant it’s made for piracy

    Because a significant percent of people have always seen IP as theft and IP lawsuits as shakedowns. Real Talk - IP was codified to solve one problem (it wasn’t casual piracy, it was inventors being ripped off by evil businesses), and it made that problem worse. We should’ve just thrown it out from there and tried something else, but then the evil businesses convinced the soccer moms that their little Billy listening to Metallica on Napster was everything wrong with this country.

    It’s not what you do when you try to stay under the radar

    And people walked down the street smoking pot in my state before it was legalized. We still said “FUCK the war on drugs” when they got harassed by cops.


  • Isn’t that the definition of a race condition, though? In this case, the builds are racing and your success is tied to the builds happening to happen at the right times.

    Or do you mean “builds 1 and 2 kick off at the same time, but build 1 fails unless build 2 is done. If you run it twice, build 2 does “no change” and you’re fine”?

    Then that’s legit.



  • What’s Ubuntu’s “particular madness”? They used to be a little FOSS-only, but they’ve chilled out on that.

    I agree on the other points, though, with one caveat on both.

    No matter how many games run on linux, it won’t be enough because there aren’t ever going to be linux exclusives. Without linux exclusives, there will always be more games that run in Windows than Linux, even if the majority of them run in linux AND run better than in Windows.

    Office sounds like a big deal, but Apple managed to prove you don’t need it. The real problem Linux has with office is that it has no well-marketed office suite. There’s nothing wrong with Libre- or Open- except the complete lack of advertising and passive training to its nuances that we get from MS and Apple office products.

    It’s not that linux can’t win on games or office. It’s that the game is rigged against it on both. It took me a few years back in the early 00’s, but I quickly realized that there will never be a “year of the linux desktop” regardless of how good Linux gets at games, office, user-friendliness, or anything.

    And that’s ok because MY life is easier when I use linux.


  • I don’t know if we know it’s shrinking back for sure. With the exception of Q1’23, there seems to be a balance around 19M sales per quarter. There’s a way to read it as shrinking, but there’s also a way to read it as stabilizing. There’s just not enough samples to be certain.

    What we have to remember is that we’re finally reaching a turning point in GPU pricing. Laptops that were in the $2000+ range a year or two ago are closer to the $1000 commodity price. There had been a “value stall” that just broke, where a new computer used to not be a significant upgrade on an old one, and so people might hold onto their current computers a year or two longer.

    I mean, I sure I pulled a few discounts out of my ass, but I just landed an i9 laptop with a 4090 for just over $2k as a replacement to a computer that died. Two years ago almost to the day I bought a middle-of-the-road gaming machine with a 3070 in it for about the same price.


  • I wonder at the various nuances of that. My wife and I have 4 phones and 3 tablets between us between home and work. It would seem any multi-person household would be likely to have more mobile devices than PCs due to the variety of the former. So that chart seems to be that there are more mobile devices per person, but perhaps no reduction in PCs.

    In fact, PC sales rocketed up in Q3’20 for very obvious reasons, and have largely not come back down to pre-COVID levels.


  • I think it’s a matter of expertise. I am stuck dealing with people who write Javascript/Typescript like it’s C# because they’re C# senior devs. It’s not world-ending until issues of speed, scale, or other “why we use best practices” raise their ugly heads. Then it is world-ending. I can only help with so many design standards when you still see everything show up in a classes-and-subclasses mindset with hard-to-catch concurrency bugs. I actually caught a developer trying to spin up a child process to wait on a socket response.

    So in FinTech, I can imagine it becomes a bigger deal faster.


  • It’s a “tool for the job” game. I don’t trust a junior developer to write a login system. I’ve found security flaws in login systems written by senior developers who “know what they’re doing TM”. Unless I’m the expert in a given domain, it’s better to trust something written by those experts.

    For the record (since it’s fixed anyway), I discovered a common login timing vulnerability on one of our production systems that had been in place for nearly 15 years. Luckily we didn’t have enough traffic for anyone to notice it before me.