• 0 Posts
  • 43 Comments
Joined 2 years ago
cake
Cake day: October 13th, 2023

help-circle
  • Maybe something could be hacked together to fix copyright, but further complication there is just going to make accurate enforcement even harder. And we already have Google (in YouTube) already doing a shitty job of it and that’s… One of the largest companies on earth.

    We should just kill copyright. Yes, it’ll disrupt Hollywood. Yes it’ll disrupt the music industry. Yes it’ll make it even harder to be successful or wealthy as an author. But this is going to happen one way or the other so long as AI can be trained on copyrighted works (and maybe even if not). We might as well get started on the transition early.














  • First, 100% a red flag. Even if they wanted to give some sort of “I trust you with my life” sort of video, there’s a bunch of better ways to do it. Going for a racist rant makes me think that they’re a racist.

    Secondly, this is deeply submissive - they’re giving you the power to ruin their life. If you want to do that sort of stuff as a couple you should really talk about it first and be on board with receiving that sort of power and responsibility. Entirely possible+reasonable for the receiver to find this shitty because they don’t want to make a choice like this, especially if these are truly held beliefs.

    The healthy response to this is to send them to a therapist. And definitely dump them if they’re actually racist.






  • For a first step you can get away with just add, commit, push, and pull. Maybe reset, but tbh using git like svn at first is fine.

    Next branch, checkout and merge. At this point show, log, bisect and blame also start to be useful.

    I’m not a fan of stash, and would instead recommend reflog and cherry-pick as the first two advanced commands to learn. Then rebase and squash.