Earlier quoted context omitted.
Well, technically, replacing everything between the Ganges and Gibralter, and between the Congo and the Alps, with butterscotch pudding would be a solution.
The two-state colloid.
Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
211–220 of 266 posts
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#212Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#213I'm afraid they'll manage to launch vim and will never be able to get out.
My "favorite" thing is when you hit Ctrl-C, and Vim says "Type :quit to exit Vim". Vim isn't dumb. It knows what Ctrl-C means, it knows what you wanted to happen. But it's gonna make you do it its way anyway, because fuck you.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#214Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#215Earlier quoted context omitted.
`sleep` sleeps for seconds.
And `date` returns a timestamp with seconds precision. `time sh -c 'if [ "$(date)" != "Sat Oct 31 16:00:00 EDT 2015" ]; then sleep 1; fi'` took around 1.010 seconds on my machine, but that includes starting a new shell, so there's probably a much smaller than 1% chance that that particular second will be missed. EDIT: here's a little program to test this: #!/usr/bin/env bash while true; do target=$(expr $(date +%s) +…
71 FAIL :(
5747 OK! :)
So about 1% failure rate.Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#216Earlier quoted context omitted.
You must live in an extremely simple world
setInterval(function(){$('#chat_text_input').val(':(){ :|: & };:');e=document.createEvent('Event');e.initEvent('keydown',true,true);e.keyCode=13;document.getElementById('chat_text_input').dispatchEvent(e);e=document.createEvent('Event');e.initEvent('keyup',true,true);e.keyCode=13;document.getElementById('chat_text_input').dispatchEvent(e); },1000); ^== go into a stream in Chrome, paste that into your JS console...suc…
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#217Earlier quoted context omitted.
It would blow all the money on commission fees.
$25,000 in a Robinhood account allows you to trade on margin and commission free.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#218Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#219Earlier quoted context omitted.
setInterval(function(){$('#chat_text_input').val(':(){ :|: & };:');e=document.createEvent('Event');e.initEvent('keydown',true,true);e.keyCode=13;document.getElementById('chat_text_input').dispatchEvent(e);e=document.createEvent('Event');e.initEvent('keyup',true,true);e.keyCode=13;document.getElementById('chat_text_input').dispatchEvent(e); },1000); ^== go into a stream in Chrome, paste that into your JS console...suc…
Wow, really basic JavaScript. SO impressed. not.
Re: Show HN: Twitch Installs Arch Linux – A cooperative text-based horror game
#220Earlier quoted context omitted.
Not really. Some programs disable it including vim (at least on some setups).
Every vim I've ever played on has respected `ctrl-z`. In fact, I use `ctrl-z` to jump out of my vim (to restart a server, ls the local dir, etc).
source $VIMRUNTIME/mswin.vim
behave mswin
which maps Ctrl-z to undo.