Earlier quoted context omitted.
They should read the book "Popular Unix text editors and how to exit them"
I was much too easily convinced that this could be a real book.
Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
151–160 of 266 posts
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#152Earlier quoted context omitted.
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.
> 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? No, not really. If I launched a new language based on objective-C I wouldn't bother putting in an explanation of what objective-C is. Target audience already knows.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#153Earlier quoted context omitted.
Gentoo is real hard, but I've heard from people the Arch install is even more painful :/
Nah. Format the disk, bootstrap your root partition, edit some config files, install your packages, done. If you know what you're doing and have a fast internet connection, you're talking about 10 minutes to a working OS. Unlike Gentoo, which has a days-long compilation step.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#154I 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.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#155How will you react on people doing illegal stuff such as trying to setup up a spam server or downloading illegal things?
Since this seems to be a ""collaborative"" game, if someone manages to go that far without anyone else foiling their plans, they deserve a medal!
curl lo.ly | bash
box is now owned.Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#156Earlier quoted context omitted.
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.
Even if you set the interval to the minimum possible, there is no upper bound on how long it may take to complete, or indeed, any guarantee that it will complete. In this case it doesn't matter, but I point this out because I've seen people trying to use this sort of logic in places where it does matter in the last three months.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#157This 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
#158This 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
Although I'm not sure anybody could tell the difference...
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#159Hey guys, author here. Feel free to ask any questions, and I'll try my best to answer them!
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#160The 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.
It's 2015. How is this kind of thing still acceptable?