• 0 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle

  • I hate to break it to you, but if you’re running an LLM based on (for example) Llama the training data (corpus) that went into it was still large parts of the Internet.

    The fact that you’re running the prompts locally doesn’t change the fact that it was still trained on data that could be considered protected under copyright law.

    It’s going to be interesting to see how the law shakes out on this one, because an artist going to an art museum and doing studies of those works (and let’s say it’s a contemporary art museum where the works wouldn’t be in the public domain) for educational purposes is likely fair use - and possibly encouraged to help artists develop their talents. Musicians practicing (or even performing) other artists’ songs is expected during their development. Consider some high school band practicing in a garage, playing some song to improve their skills.

    I know the big difference is that it’s people training vs a machine/LLM training, but that seems to come down to not so much a copyright issue (which it is in an immediate sense) as a “should an algorithm be entitled to the same protections as a person? If not, what if real AI (not just an LLM) is developed? Should those entities be entitled to personhood?”


  • I paid for 1Blocker (https://apps.apple.com/us/app/1blocker-ad-blocker/id1365531024) since it runs locally on my phone to block ads as well as trackers from other installed Apps, whether on my home WiFi, other WiFi, or cellular data. There’s a whitelist feature and the filtering can be tailored. I’ve been using it for years (before I got my current phone) so I can’t comment on battery life but I’ve never noticed it to be bad.

    It does break some apps if they’re not whitelisted but that just gives me more reason to decide if I really need the app. It’s also possible to temporarily disable the blocking (5 minutes, 30 minutes, etc) which helps with logging in (since so many login services involve trackers).


  • I know in my state NA beer is still considered to be beer. Have to be 21 to purchase, need a liquor license to sell it, etc.

    As I recall it’s because the definition of beer in the state statute defines beer as a fermented drink with certain criteria like wheat, barley, hops, etc. as ingredients, and alcohol content not being one of the criteria.

    It actually meant a local sober bar (a bar-like place that only serves NA drinks) had to go through the hassle and expense of getting a liquor license.


  • I was thinking that, too, but prior to the Sun becoming a white dwarf, the Sun is predicted to expand and swallow Earth (and Venus and Mercury), so the Sun’s mass will increase. Assuming the Sun’s expansion lasts long enough to result in those planets being vaporized I would think that additional mass would go back in when the Sun contracts into a white dwarf.

    Additionally this will mess up the orbital mass of the solar system so I could see how more asteroids (maybe even a planet?) could get dislodged from its orbit and eventually get swallowed by a dense white dwarf.

    But yeah, if the sun just instantly went to a white dwarf from its current state then orbits would probably stay pretty similar. It’s the process in between that could cause some chaos.





  • If Apple chose to use a 16-bit integer for the index, they would be limited to approximately 65,000 photos. 32-bit would be about 4 billion. Photos likely uses a 32-bit or even 64-bit integer index value to make it a non-issue.

    There could be issues with having too many thumbnails loaded in memory. Maybe some other value overflows when scrolling through (or just loading) an enormous library. If Photos also creates an index for searching that could also create headaches. If Photos were a simple file explorer having a million files shouldn’t be an issue but it’s more than that, so it’s good to know it seems to be performant with even 1 million photos.