• 0 Posts
  • 10 Comments
Joined 2 months ago
cake
Cake day: July 6th, 2024

help-circle



  • This is a very rude question, but on this subject of being lean, I looked up your 990, and you pay yourself less than … well, you pay yourself half or a third as much as some of your engineers.

    Yes, and our goal is to pay people as close to Silicon Valley’s salaries as possible, so we can recruit very senior people, knowing that we don’t have equity to offer them. We pay engineers very well. [Leans in performatively toward the phone recording the interview.] If anyone’s looking for a job, we pay very, very well.

    But you pay yourself pretty modestly in the scheme of things.

    I make a very good salary that I’m very happy with.

    That’s pretty cool. But knowing the number would matter.



  • as a chronic documentation reader, the best advice i can give is to document everything Anything that the user can and will potentially interact with, should be extensively documented, including syntax and behavior.

    I don’t know about that. I’ve read some terrible documentation that had everything under the sun. Right now in the library I’m using, the documentation has every available class, every single method, what it’s purpose.

    But how to actually use the damn thing? I have to look up blog posts and videos. I actually found someone’s website that had notes about various features that are better than the docs.

    There’s a delicate balance of signal vs noise.





  • One obstacle may be the assets. Im not a lawyer.

    But you pay for a license to use a piece of music in a commercial software. To make the game open source would imply the music is also something others can use, which wasn’t yours to give away.

    Music is easy to rip out.

    But think about the headaches. Is this 3D model that you purchased and slightly edited licensed in that way? Is this UI for the options page? What about this sound effect? It gets even worse with code dependencies. You paid to use this library…

    It’s now this massive headache to itemize every single thing and determine the origin, as well as if it’s something you can release as part of your open source. And if you do it incorrectly, you can get sued.