• 0 Posts
  • 7 Comments
Joined 21 days ago
cake
Cake day: October 18th, 2025

help-circle
  • PIs often have no idea what people in their group are actually working on. They may at times just give a general direction of what research should be about. It is common for people doing research for a company to list the CTO or whatever relevant figure as author. The fact that you do not do it reveals nothing regarding the fact that this is quite common practice.







  • The main reason I use git is it allows me to make mistakes without hard consequences. Any fuckup is just one reset away from being fixed. I like to: I have to fix this thing. While attempting to fix it I discover there is another thing that needs fixing on which everything revolves. I fix the second thing and commit. I’m now free to fuck around the code all I want and I’m sure I won’t lose that fix.

    For this I really like to use --fixup when I find out the change was not completely right or does not fit well with some other changes I need to do. I really like git absorb which automates this a bit.