Hey guys! Glad (and a little panicked) to see this get some more attention. I've shut down signups/logins because I don't have time to moderate, and right now you really have to moderate. :| So long and thanks for all…
Despite my ex-roommate's well-intentioned defense, I was probably sober for most of it. It was also a decade ago and I'm somewhat wiser now. As mentioned elsewhere, I learned a lot about making such bold claims to the…
Sorry about that! Should be working now. Here's something I never thought I'd say: Perl made breaking changes. My guess is additional strict things broke the gitweb CGI script (which was hopelessly out of date anyway).
> I can't be the only one who refuses to use their service because of it Certainly not, but the vast majority of people seem to be willing to trust them and pay for service, so I can understand why it's not a priority.…
I tend to trust in incompetence over conspiracy. With Kim Dotcom, though, who knows?
Without real privacy, it doesn't protect him or his users.
Release early, release often works pretty well when the whole world is waiting for you to make a mistake. They are certainly getting a lot of valuable advice for free. It would have been better for their users, however,…
Yep, that was an accident. I've removed the parameter entirely. Nice catch!
I've merged in your changes and made a few improvements, too. I streamlined the timeout handling so that it uses setTimeout instead of clearing and resetting setInterval. I also used color literals instead of CSS rgb().…
Sure thing. What was ww=0; trying to do? It seems to be the only place ww is referenced.
I thought the same thing until I watched a talk a few weeks ago about HTML5, and the guy demonstrated the world's smallest text editor: data:text/html,<pre contenteditable>
Ah, I used 11.60. It just came out a few days ago, and it may have added bind(). I seem to recall they added some ES5 features in this release. Go upgrade! :]
Very nice. I also see you got a few other tricks that I missed, like factoring out the random number generator. I am impressed.
I read somewhere that most browsers have a practical limit to what you can paste in. What I should have written was that it would fit in an address bar. shrug
I thought about it. It's been so long since I've played Nokia snake that I didn't remember whether it queued inputs or not. I decided not to bother since it would make input handling more complicated.
If you're curious, the "readable" version is here: http://bytex64.net/code/datasnake/snake.html I started out writing it as straightforward as possible, then applied functional tricks to slim it down. That was a lot of…
That's weird. I developed it in Opera.
Hey guys! Glad (and a little panicked) to see this get some more attention. I've shut down signups/logins because I don't have time to moderate, and right now you really have to moderate. :| So long and thanks for all…
Despite my ex-roommate's well-intentioned defense, I was probably sober for most of it. It was also a decade ago and I'm somewhat wiser now. As mentioned elsewhere, I learned a lot about making such bold claims to the…
Sorry about that! Should be working now. Here's something I never thought I'd say: Perl made breaking changes. My guess is additional strict things broke the gitweb CGI script (which was hopelessly out of date anyway).
> I can't be the only one who refuses to use their service because of it Certainly not, but the vast majority of people seem to be willing to trust them and pay for service, so I can understand why it's not a priority.…
I tend to trust in incompetence over conspiracy. With Kim Dotcom, though, who knows?
Without real privacy, it doesn't protect him or his users.
Release early, release often works pretty well when the whole world is waiting for you to make a mistake. They are certainly getting a lot of valuable advice for free. It would have been better for their users, however,…
Yep, that was an accident. I've removed the parameter entirely. Nice catch!
I've merged in your changes and made a few improvements, too. I streamlined the timeout handling so that it uses setTimeout instead of clearing and resetting setInterval. I also used color literals instead of CSS rgb().…
Sure thing. What was ww=0; trying to do? It seems to be the only place ww is referenced.
I thought the same thing until I watched a talk a few weeks ago about HTML5, and the guy demonstrated the world's smallest text editor: data:text/html,<pre contenteditable>
Ah, I used 11.60. It just came out a few days ago, and it may have added bind(). I seem to recall they added some ES5 features in this release. Go upgrade! :]
Very nice. I also see you got a few other tricks that I missed, like factoring out the random number generator. I am impressed.
I read somewhere that most browsers have a practical limit to what you can paste in. What I should have written was that it would fit in an address bar. shrug
I thought about it. It's been so long since I've played Nokia snake that I didn't remember whether it queued inputs or not. I decided not to bother since it would make input handling more complicated.
If you're curious, the "readable" version is here: http://bytex64.net/code/datasnake/snake.html I started out writing it as straightforward as possible, then applied functional tricks to slim it down. That was a lot of…
That's weird. I developed it in Opera.