• 0 Posts
  • 10 Comments
Joined 21 days ago
cake
Cake day: June 16th, 2024

help-circle
  • Canada either did, or still does, have a law like this. Years ago back when getting chipped cards for satellites was a pretty big thing, a lot of people near the US border could get ones from the US that weren’t available in Canada and get the chipped card or whatever it was. At one point the company made a request to the Canadian authorities to crack down on it, and the response was something to the effect of ‘your product isn’t available here, you don’t have standing to ask us to do that’.

    It’s easier to define it as this:

    If you commercially release something and region restrict it, people in any region where you don’t also provide a legal way to purchase/use it should be free to get it however they want.


  • It’s not insinuating anything like that. It’s stating a simple fact that they got 6 Billion dollars for basically zero effort and resources. All of the things you’ve described are to allow people to buy more games. They cement valve simply as a store front and platform but not a game developer.

    This is the point as to why Half life and most other games were basically dropped. Valve made 6 billion in passive income while trying to build a game selling and delivery platform. Even the best game in the world isn’t going to make that kind of income and it’s likely to take more effort than what they’ve done already.


  • This isn’t anyone playing anything. This is a story about how people bought $19 billion worth of games and then never played them (which would suggest they likely never downloaded them either). Valve made over $6 billion and used no more resources than serving up the store page and the payment processing.

    and this is why Valve is in no rush to pump out games like they used to. Why they have no real burning desire to continue half life. They made enough money to keep the lights on indefinitely by doing no more than simply letting an automatic process run that any first year web developer could set up.



  • I test all scripts as I generate them. I also generate them function by function and test. If I’m not getting the expected output it’s easy to catch that. I’m not doing super complicated stuff, but for the few I’ve had to do, it’s worked very well. Just because I don’t remember perfect syntax because I use it a couple of times a year doesn’t mean I won’t catch bugs.


  • Gen AI is best used with languages that you don’t use that much. I might need a python script once a year or once every 6 months. Yeah I learned it ages ago, but don’t have much need to keep up on it. Still remember all the concepts so I can take the time to describe to the AI what I need step by step and verify each iteration. This way if it does make a mistake at some point that it can’t get itself out of, you’ve at least got a script complete to that point.