Lots of copyright infringement claims are starting currently, Disney vs Midjourney for example. Is training an AI copying? Maybe it‘s next level copying, sort of like if you copied the entire printing press rather than a specific newspaper. You get the entire solution space of ideas for a particular paper. All possible combinations of the ideas outlined in a work of art. It's like stealing the negative of a film, except the negative is dynamic. #
2025/06/14 #
Matt Odell [1:11:42]: “Not only do I expect there to be pain, I expect it to be like, in terms of measurement, in terms of like dollar amount, and people amount, like the most pain we've seen out of all of the cycles, just because we are operating at a scale higher than we've ever operated at before, and I think that the easy thing is to say […] it'll just go up forever. Directionally I actually do agree with that, I just think there are going to be valleys in between. I think there is going to be pain in between, and you have to be able to survive that pain and not be over leveraged and destroyed when it happens, and that's why the stay humble part is important.” #
I finally managed to get VSCode devcontainers working with private Github repos. The trick was to mount some files from the host OS to the container. Works pretty well, but the thing to remember is that with ssh keys, you get access to all repos in a Github account, so the only really safe way is to have seperate Github accounts for each project, and use different key pairs for each. I never got it working with the fine grained access tokens over https, no idea if it‘s even possible. #