← Back to context

Comment by akkartik

6 days ago

Yeah, my install instructions are consistently:

1. Download LÖVE from its website.

2. Download my app (as Lua source code).

It's not going to lead to Instagram-level downloads, but that's not the aim. My goal is to teach people a little at a time to be thoughtful about whom they trust to run code on their devices. Forcing people to take 2 steps hopefully has 2 benefits:

1. You start from day 1 to take baby steps in being mindful of how software is put together for you to use. It's not just a single hermetically sealed box. This part comes from one supplier, this part from another. Both can be modified, and require different skills to modify.

2. You start from day 1 to take baby steps in thinking about whom to trust. Here there are 2 separate projects that would be very hard to collude together. That limits at least the level of malicious stuff I can do.

Summary: I don't want a bunch of people blindly trusting me. I want a few people choosing mindfully to trust me.