keedon·3 anni fa·discussThe link appears to be broken, try: http://www.exemark.com/FORTH/Ting_Laws_of_Computing_v4.pdf
keedon·7 anni fa·discussThe computer mouse was invented back in the 60s, its hardly modern technology
keedon·7 anni fa·discussIsn't the change mainly due to the iPhone being released? Before that it was a copy of the blackberry look & feel
keedon·8 anni fa·discussThis is mock German - Google translate is probably taking spitzens parken as peak parking. But it is probably a refernce to blinkenlights https://en.wikipedia.org/wiki/Blinkenlights
keedon·8 anni fa·discussI think it would help with clarity - too much nesting in a function can mean it's doing too much and might need splitting into several functions
keedon·8 anni fa·discuss for n in [i for i in range(100) if i%2 == 0]: print n Will work (if a bit repetitive looking)