It doesn't matter anyway, there is no rule of law in the united states. You might as well lie, they will likely jail you no matter what you write on that document.
Let this be a lesson : do not re-develop your game engine when it's almost done already.
You can't delay your game until it's perfect as if you were Shigeru Miyamoto. You need to get something playable with a solid base out the dole, and iterate with feedback.
That seems like a good solution for some people, but personally I would like to keep Google Play off my device unless I'm actually forced yo install it.
I don't like M$, but this is my new number one recommendation for new programmers. It gets them to stay within the command line, while having the normal shortcuts they're used to from using a computer already.
I love Vim, but it's a chore to learn when you're also learning programming on top. Emacs is even worse, it tricks you by being a non-modal GUI, but your keyboard shortcuts all do something new and slightly insane now.
alias ed=$EDITOR
Extremely convenient on a qwerty keyboard.
This should probably be a default nowadays. Does even a single person here use the real
ed
?