• 0 Posts
  • 6 Comments
Joined 3 months 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.



  • 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.