Earlier quoted context omitted.
"Finally" figured it out? Did Google not give you this result? https://en.wikipedia.org/wiki/Twitch_Plays_Pok%C3%A9mon
Yes, but isn't it expected to find that information in the "About" section of the main site instead of needing to search for it? I am just asking for an introductory paragraph like the first paragraph in that Wikipedia article. I apologize for my tone, but I still think it was a fair complaint.
Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
161–170 of 266 posts
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#162Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#163Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#164This is definitely going to be good fun. Next in series: - Twitch manages a portfolio - Twitch defuses a bomb - Twitch controls air traffic - Twitch performs a heart surgery
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#165http://www.twitch.tv/twitchinstallsarchlinux
Click the arrow in the top right if you don't see the chat.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#166Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#167Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#168Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#169Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#170Earlier quoted context omitted.
wait, �ջ;Y?�2�c�Ig7aus�_1��S���^���{9��§5�?�a B'����W�E��ʧ�X*C��J�4���ѡ�s�]q������a]���
Random binary dumps aren't what they used to be. You should manually decode some 8-bit ascii by hand: $ python Python 2.7.6 Type "help", "copyright", "credits" or "license" for more information. >>> import random >>> print(''.join([chr(random.randint(32,255)) for x in range(50)]).decode("latin-1")) ¿IBÄõq½¦Áºn}@õÖhzUÌÓQ£m5ë¢ümÇ®=ÇÆªLÛHt Now that's quality random binary garbage.
[1] https://docs.python.org/3/library/random.html?highlight=rand... (There's no such hint for the 2.x docs, but I'm guessing it was just added later for clarification)
[2] https://docs.python.org/3/library/random.html?highlight=rand...