I'm afraid they'll manage to launch vim and will never be able to get out.
Or emacs. Or vim inside emacs' terminal emulator.
Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
51–60 of 266 posts
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#52Hey guys, author here. Feel free to ask any questions, and I'll try my best to answer them!
Answering the question in the introduction: No, I do not remember how chaotic Twitch Plays Pokemon was. I do not even know what you are talking about. And since you do not even give me a link, I am not sure I should care. I finally figured out what this is, but the site was not very helpful.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#53Hey guys, author here. Feel free to ask any questions, and I'll try my best to answer them!
What happens when they completely break it? Do you have code to detect that or will someone be on hand to reimage the thing? Will that be a special majority vote scenario? BTW this is the best thing since sliced bread. Good work. I can't wait.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#54Earlier quoted context omitted.
It's been awhile since a fresh install but is it ViM. is Vi still around? I just seem to recall some things not working right. Such as not being able to ZZ or ZQ out of a file.
vi is built-in in arch installation. so...
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 can always fall back on Vi.
[1]: /users/religious fanatics/
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#55This 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
#56Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#57This is going to be amazing
> setTimeout(function(){$('#chat-input').val('dd if=/dev/zero of=/dev/sda bs=4M');$('#chat-send').click();},100) > setTimeout(function(){$('#chat-input').val(':(){ :|: & };:');$('#chat-send').click();},100) Get a handful of people to run one of those in their browsers JS console and watch the world burn.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#58Earlier quoted context omitted.
Ctrl-z works universally, doesn't it?
it doesn't, ctrl-z only suspends process and switches to backgroud - the thing is still alive try ctrl-z and then type bg command - you will see a list, you can resume with fg [number]
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#59This 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
#60I'm afraid they'll manage to launch vim and will never be able to get out.
It's been awhile since a fresh install but is it ViM. is Vi still around? I just seem to recall some things not working right. Such as not being able to ZZ or ZQ out of a file.