Ask HN: Programming Problems for Plane Rides
21–29 of 29 posts
Re: Ask HN: Programming Problems for Plane Rides
#22Re: Ask HN: Programming Problems for Plane Rides
#23You could do "airbus scheme".
Re: Ask HN: Programming Problems for Plane Rides
#24Re: Ask HN: Programming Problems for Plane Rides
#25I 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…
Re: Ask HN: Programming Problems for Plane Rides
#26Re: Ask HN: Programming Problems for Plane Rides
#27Re: Ask HN: Programming Problems for Plane Rides
#28Slightly 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…