Earlier quoted context omitted.
wait, you mean "sudo rm -rf / --no-preserve-root"?
wait, you mean "sudo shred /dev/sda1 &"?
Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
71–80 of 266 posts
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#72This 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
#73Earlier quoted context omitted.
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.
It looks like there is a system reset command that can be voted for.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#74Earlier quoted context omitted.
They should read the book "Popular Unix text editors and how to exit them"
quit ? exit ? end ? done ? bye ? quit! ? ^X ? ^C ? ^C ? help ? ? ? ^Z $ killall ed $ vi
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#75The code currently given in the stream is `while [ "$(date)" != "Sat Oct 31 16:00:00 EDT 2015" ]; do \ sleep 1; done` ... so I hope the process wakes up on the correct millisecond.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#76Any idea how to play this on Fedora without flash? I've tried gnome-twitch that crashes a LOT and now trying to use livestreamer-twitch-gui which is not able to find the stream. livestreamer http://www.twitch.tv/twitchinstallsarchlinux says it cannot find any streams on this URL.
The stream is offline (it starts tomorrow) so livestreamer won't find it now. I'm not on Linux ATM but Twitch moved to HTML5 video a while ago [1]. You should be able to watch it in Chrome. Firefox seems to show a black window for all streams because of a JS error apparently. I uninstalled Flash a while ago (and turned it off in Chrome) and have been watching Twitch with no issues. 1. http://blog.twitch.tv/2015/07/vi…
Attempting to watch Twitch with Flash disabled on Chrome and Firefox on Windows displays the "You need Adobe Flash Player to watch this video. " message.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#77This 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
This could actually work very well.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#78I'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.
ZZ definitely still works regardless of nocompat though.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#79Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#80The code currently given in the stream is `while [ "$(date)" != "Sat Oct 31 16:00:00 EDT 2015" ]; do \ sleep 1; done` ... so I hope the process wakes up on the correct millisecond.