• 1 Post
  • 153 Comments
Joined 2 years ago
cake
Cake day: June 4th, 2023

help-circle

  • A friend who thinks exactly the same as I do and can get excited at the same ideas? Hell yeah, we’d be inseparable. I have so many projects that would be much easier done with two people. Also, free gym buddy/trainer. My partner would be into it as well for a multitude of reasons. The only trouble would be living space.

    I can’t think of anything worthwhile we can do as a single legal entity so first thing we’d do is probably acquire a new legal identity so we can legally work and be taxed separately and just generally participate in society. It would be pretty easy to prove that we’re genetically identical and therefore are identical twins born at the same time at the same place to the same parents. Everything else can be chalked up to clerical error. The people in charge of this aren’t paid enough to care and dig any further than that.


  • It gives you an early signal that the relationship won’t work out if the other party decides to contribute nothing for no reason other than to have their cake and eat it too.

    I’m of the belief that when it comes to relationships, if you’re thinking about it transactionally, then you’re doing things wrong. As long as being together is a net positive for both parties, then it doesn’t matter if one contributes more than the other.

    On a more pragmatic note, you can contribute a lot through non-financial means and these are difficult to quantify, so it’s simply not worth the effort to do that kind of bean counting. If you don’t feel that they’re pulling their weight, then you talk about it and make some adjustments.

















  • In the context of programming:

    • Good for boilerplate code and variables naming when what you want is for the model to regurgitate things it has seen before.
    • Short pieces of code where it’s much faster to verify that the code is correct than to write the code yourself.
    • Sometimes, I know how to do something but I’ll wait for Copilot to give me a suggestion, and if it looks like what I had in mind, it gives me extra confidence in the correctness of my solution. If it looks different, then it’s a sign that I might want to rethink it.
    • It sometimes gives me suggestions for APIs that I’m not familiar with, prompting me to look them up and learn something new (assuming they exist).

    There’s also some very cool applications to game AI that I’ve seen, but this is still in the research realm and much more niche.