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

help-circle

  • Well. When I copy and paste source code into my program and compile it it also doesn’t retain the actual code. It’s still not allowed.

    If I on the other hand read source code, remember and reapply it in a sort of similar way later on then that’s totally fine. But that’s not what OpenAI did there. There wasn’t a human involved that read the articles and then used that knowledge to adjust the LLM.

    There question i would have is where is the line there? Does that mean that as soon as there is some automated process that uses the data it’s fine?

    E.g. could I have a script that reads all NYT articles, extracts interesting information and provides them in a different format to users?



  • Might be a fundamental difference in opinion. I don’t see us anywhere near anything related to artificial life.

    What they’ve built there is a product, a computer program and they used other folks data to build it without getting their permission. I also cannot go and just copy and paste source code from all over the internet to build my program. There are licenses attached to it that determine what you can or can’t do with it.

    I feel like just because the term “learning” is involved people no longer view it as simply building or programming a system. Which it is.










  • I don’t care about stuff working OOTB - half the fun is messing around with things IMO.

    I generally agree. Backups for me are just something I don’t want to tinker with. It’s important to me that they work OOTB, are easy to grasp and I have a good overview.

    The web interface is important to me because it gives me that overview from any device I’m currently using without needing to type anything into a terminal. The OOTB is important to me since I want to be able to easily set this all up again even without access to my Ansible setup or previous configuration.

    To each their own. I’m not saying your way of doing this is wrong. It’s just not for me. This is just my reasoning / preferences. It’s also the reason something like borg wasn’t my chosen solution, even though it’s generally considered great.


  • Features that are important to me are things like an easy overview of all backup jobs (ideal via a web UI), snapshots going back every day for a week and after that every month. Backup to providers like Backblaze or AWS and the ability to browse these backups and individual snapshots.

    I’d assume that you can build all of this with git annex in some way. But I really want something that works out of the box. E.g. install the backup software give it some things to backup and an B2 bucket and then go.

    What I’m curious about is that the git-annex site explicitly days that they aren’t a backup system, but you describe it as such.