Live data from Hacker News

Ask HN: Programming Problems for Plane Rides

news.ycombinator.com

21–29 of 29 posts

Re: Ask HN: Programming Problems for Plane Rides

#25

I often do this on flights, and in addition to solving "puzzles" you can always try to build a well-defined system from scratch. For example: - A JSON parser (bring the BNF from http://json.org/) - Simplified Lisp interpreter - Forth compiler (for example: https://github.com/JohnEarnest/Four.Ps) - Emulator for a simple CPU or MCU (6502, 1801, etc- bring a datasheet) Projects like these are not "practical", as everyth…

The http://norvig.com/spell-correct.html code was written on one flight, for another example.

Re: Ask HN: Programming Problems for Plane Rides

#27
Slightly off-topic, but I'm actually disappointed by the spread of Internet access to things like planes and trains. One of the things I enjoy the most about flying is that I feel disconnected from the rest of the world, and I try to take advantage of this to focus on a book or programming problem for the duration of the flight, without worries or distractions. I haven't yet been on a flight with wifi, but I suspect that the illusion of isolation would be broken for me, and my ability to focus would suffer dramatically. Hopefully, most airlines will see it as another thing they can charge me for.

Re: Ask HN: Programming Problems for Plane Rides

#28

Slightly off-topic, but I'm actually disappointed by the spread of Internet access to things like planes and trains. One of the things I enjoy the most about flying is that I feel disconnected from the rest of the world, and I try to take advantage of this to focus on a book or programming problem for the duration of the flight, without worries or distractions. I haven't yet been on a flight with wifi, but I suspect…

I am wholeheartedly in agreement with you, to the extent that I took a 36 hour train ride a few months ago partly to disconnect from the normal flow of life, and from the 24/7 Internet access that I am accustom to.
Post reply on HN