4 ms·
Well, the general upside to googling for an answer is that often when someone is providing you with the numeric solution they are also describing their algorith
by chunkstuntman 12y ago
Well, the general upside to googling for an answer is that often when someone is providing you with the numeric solution they are also describing their algorithm and implementation. Having it in plain text right on the local hard drive might be more tempting with fewer benefits.
Potential Solution: store the solutions file in an obfuscated format that is easy to decrypt
- giancarlostoro 12y agoStoring them in a sqlite database could be enough "encryption" for the beginner type to not find the solutions right away.
- Pewqazz 12y agoGood point; I'll keep this solution in mind.
- e12e 12y ago> the general upside to googling for an answer is that often when someone is providing you with the numeric solution they are also describing their algorithm and implementation Can't this be seen as a downside as well? I'd much rather have an option of first just seeing if I'm eg off by a magnitude, or an iteration -- rather than having my fun ruined by someone showing me the whole solution...