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

help-circle


  • When I’m just locally iterating on stuff I’ll usually do a git commit -m "WIP: Description of what I'm trying to do" and then git commit --amend to it. A bit more ergonomic than stashing if I want to switch branches imo. I can also go back to old versions if I want to through the reflog.

    git commit --fixup some-commit is also great for if I discover things in the review for example. You can then do git rebase master --autosquash to flatten them into the commit they belong to and that way you don’t have to bother with commit messages like “fixed typo”. Doing fixups for small fixes is good because it allows you to keep your mr broken up into several commits without also leaving in a bunch of uninteresting history.

    Can recommend checking out the –fixup section in the git documentation if you haven’t heard about --fixup before.












  • I’m not saying that you’re wrong, but I think that people are more likely to put up money if they believe in the model instead of because they are being nagged into it. For example, I have a nebula subscription that I happily pay while I refuse to pay for a yt subscription despite the fact that I watch youtube a lot more. This is more out of spite towards youtube than it not being worth the money (it probably is to be honest). I also donate money to wikipedia while I haven’t ever considered shelling out for encyclopedia britannica for example.

    Video hosting is of course very expensive so I understand that it’s harder to fund wikipedia-style than wikipedia. People are probably happy paying creators they like but less so spending a ton of money on infrastructure.