Keep masking and avoiding Twitter.

Joined January 2011
76 Photos and videos
I've emptied the place out. More info to come later.
1
89
@flatvurm@tabletop.social - Rob Abrazado retweeted
If you want more work done, pay more money.
40
3,335
19,975
I boiled the thing down to a list of assertions that I could then use as guesswork to derive the key, which ultimately is how I got the answers.
1
If I were to go back and try to do it the "right" way, I'd need a whole different way to model the ALU. It's not that it has to perform the operations; it's more like I have to make it reverse-engineer possible inputs from desired outputs. That's fine under many circumstances...
So...Day 18 I worked on a LOT, and I think where I left it it's a brain bug and not a code bug that's stopping me. The example my program is getting wrong I did by hand, and I STILL got it wrong (the same way), so I think I'm misunderstanding the specs. May go back to that later.
So for my second try at an algorithm, I eventually got to something approximating a DFS, except that I would generate child nodes as needed as I was traversing, and then once they were counted, I could abandon them as the traversal continued breadth-wise. But! (3/?)
1
While this prevented my memory from being blown out, it was distressingly slow. I was actually just going to let it run and come back to it, but then I realized I could let it run AND keep working on it, so while the slow version was chugging along... (4/?)