Fark => Digg => Reddit => Lemmy

  • 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle

  • Removing his ability to play stocks at all is removing his ability to earn money. His investors will leave him and the interest on his loans will liquidate him. We’ve seen more than a few of his type flash up and fade away. Milken. Pickens. Belfort. And of course, Madoff. Just to name a few we know by a single name.

    He would still be wealthier than 99.99% of people but then so are a lot of folks on the planet. That’s 80 million people left over in that .01%. That’s not all that powerful at all. It’s removing him from the .00001% thats the goal. And killing his stock market abilities would do that over-night. It’s why he bought Twitter, he had to because this was the alternative.





  • Nah there’s no wizardry here. The game itself is actually very simple in terms of processing. You only see maybe a dozen enemies at once, if that, ever, and whenever you do its in a locked arena area. A tiny arena even.

    As FPS games go, Doom is wildly simplistic, which makes it that much more impressive that it’s as fun and repayable as it is. I personally thought the narrative actually managed to carry a lot of that weight (i loved the story) but it was also the gameplay itself - they did a superb job making the player actually learn the guns and why you’d use each one, rather than just letting them have a favorite.

    Don’t get me wrong though, I don’t mean to belittle them. Doom is a chefs egg. Every cook can make an egg, but making a perfect egg every time is something that takes the mastery of a chef. Id is very much the chef in the analogy.







  • I feel like the hurdles are kind of features. If your elderly parents can’t figure out then they can’t well flood it with trash. Reddit was the same way at first, oh so long ago. People weren’t used to the format and users without any tech savvy were dissuaded from entry. That turned into a libertarian foundation. This time around the generations that are tech savvy aren’t libertarians, they’re progressives. So we’re seeing a progressive foundation in the federation become established, and that’s going to narrate the future culture here, just like libertarians narrated the culture of reddit for so long.




  • You can create a functional enum view by just assigning enums as the column names and storing a single row of the int (or whatever enum) representation.

    Then use that view in a cross join. You can (almost) eliminate magic numbers entirely and makes the code much more human legible.

    Example

    CREATE VIEW AS enum.OrderType
    SELECT 
    CAST (1 as 'New'),
    CAST (2 as 'Pending'),
    CAST (3 as 'Shipped')
    GO
    
    -- Assuming a table with OrderId and OrderTypeId
    
    SELECT              o.OrderId 
    FROM                dbo.Orders AS o
    CROSS JOIN          enum.OrderType AS ot
    WHERE               o.OrderTypeId = ot.[Pending]
    
    -- Only returns orders where TypeId = 2
    

  • The api changes really were about protecting their gold mine of data from ai data models scraping for data. Reddit wants to use that data to create its own models and then replace moderators with those models. The ultimate goal here is to turn the existing dataset into an automoderator on steroids that they could sell anywhere. Trouble is someone else is going to beat them to it.

    There was a reason these changes lined up so nicely with Google doing the same thing. Everyone’s realizing they’ve been spouting their gold from firehoses and they’re being reactionary and turning them off asap instead of just like, accepting it as a facet of having a public social network.



  • I literally haven’t played my PC since getting my steam deck, it’s fantastic. When they make a Steam Deck 2 I’ll preorder it.

    Pro-tip I’ve discovered: Don’t trust Steam’s “not supported” flag. It’s probably supported fine, if you can enter a command line to bypass the launcher. 99% of the “not supported” guys are launcher problems. And you can play your Epic and GOG games through Heroic Launcher.

    Played MGS5 through to completion, worked flawlessly. Played through the Kingdom series. Been playing Offworld Trading Company. Call of Juarez Gunslinger. Mortal Kombat 11. Devil May Cry 5. Played Elite Dangerous a bit just to make sure it would (requires bypassing launcher but works). Going to do a replay of Fallout New Vegas here once I’m done with OTC, or maybe Fallout 4 or Outer Worlds. Also been meaning to throw Cyberpunk at it to see how it handles but I don’t suspect it’s gonna present a problem.

    Seriously, these things are the missing link in PC gaming.