Earlier quoted context omitted.
Except that those won't work - the input has to be received one-character at a time, i.e. one character per chat message.
simple pseudo-code PoC, another 2 minutes of coding to fix that limitation.
Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
111–120 of 266 posts
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#112This 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
FTFY
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#113I'm afraid they'll manage to launch vim and will never be able to get out.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#114Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#115This 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
I wouldn't honestly be surprised if Twitch managed to get better returns than a lot of automated trading software...
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#116I wonder what Twitch's policy on meta-gaming is.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#117Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#118I was thinking, "won't Twitch ban this for not being a game?". But the I realized that this itself is a game. I wonder what Twitch's policy on meta-gaming is.
http://twitch.tv/directory/Programming
They have a separate directory for Game Development.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#119Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#120Earlier quoted context omitted.
Vi is everywhere. Its part of the POSIX standard and comes out of the box (in one flavor or another) with every Linux Distro, OSX, HP-UX, AIX, Solaris, Darwin, FreeBSD, OpenBSD, and DragonFlyBSD. ViM is just Vi iMproved. They share most their keybinds but VIM has the whole plugin architecture thing. This is a big sticking point for a lot of VIM users [1]. If you ever end up on a Unix box that doesn't have VIM, you ca…
At least on Ubuntu, vi is really VIM: zck@zck-desktop:~$ vi --version VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jan 2 2014 19:39:32)
$ vi --version
vi: illegal option -- -
Usage: vi [- | -s] [-l] [-L] [-R] [-r [file]] [-t tag]
[-v] [-V] [-w size] [+cmd | -c cmd] file...
$ pacman -Qi vi
Name : vi
Version : 1:070224-2
Description : The original ex/vi text editor
Architecture : x86_64
URL : http://ex-vi.sourceforge.net/
Licenses : custom:ex
Groups : base
Provides : None
Depends On : ncurses
Optional Deps : s-nail: used by the preserve command for notification [installed]
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 290.00 KiB
Packager : Evangelos Foutras
Build Date : Sun 06 Sep 2015 03:34:15 PM EDT
Install Date : Fri 18 Sep 2015 10:33:33 PM EDT
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
(ok, I'm not actually on Arch, but I'm downstream of Arch, and that package is directly from Arch)