Live data from Hacker News

Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game

twitchinstalls.com

71–80 of 266 posts

Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game

#71

Earlier quoted context omitted.

wait, you mean "sudo rm -rf / --no-preserve-root"?

wait, you mean "sudo shred /dev/sda1 &"?

wait, �ջ;Y?�2�c�Ig7aus�_1��S���^���{9��§5�?�a B'����W�E��ʧ�X*C��J�4���ѡ�s�]q������a]���

Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game

#73

Earlier 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.

What's the worst that could happen?

Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game

#74
post #34
post #26

Earlier 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

:q!

https://www.youtube.com/watch?v=AiM5zEEI_Jo

Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game

#75

The 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.

Why would it have to be the exact millisecond? "$(date)" will have that value for 1 second, assuming the format is correct. There is some very small timespan in which it could fail, but the chances are very much in favor of successfully exiting the loop.

Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game

#76
post #68

Any 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…

Are you sure Twitch is on HTML5? IIRC, the blog post you linked to only mentions the controls being in HTML5, not the player itself. The other component that switched from Flash to HTML5 was the chat player I believe.

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

#77
post #44

This 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

> - Twitch manages a portfolio

This could actually work very well.

Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game

#78
post #27

I'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.

vim defaults to 100% backwards compatible with vi. It has an option "nocompat" that enables some non-backwards compatible improvements.

ZZ definitely still works regardless of nocompat though.

Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game

#80

The 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.

Many solutions, e.g. make sleep 0.9 sec, i.e. less than period to guarantee entering the critical 1 second span at least once.
Post reply on HN