|
|
|
|
|
by slickdork
1636 days ago
|
|
I played about 3/4ths of bandit. I'm curious your play style: do you google specifically the problem (NOT the literal bandit problem ("bandit24 solution"), but the general solution needed, i.e., "how to recursivly decrypt") or do you read the man pages trying to find the solution? It felt like I was basically decoding the problem, then turning to google for the answer, and it kind of felt like cheating. But that's also how I'd operate in the real world, so I guess it's not cheating? |
|
I put it down and come back to it, too. Each time I start from the beginning, and more bits are just in memory, and looking up specific commands is more about remembering the options than trying to figure out how to do it. When I first started playing, google was my main source but I've started turning to the man pages first, because it ends up being less effort digesting that than reading through a bunch of fluff to get to my specific use case.