Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bytex64
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
bytex64
6y ago
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 the b
2.
▲
by
bytex64
6y ago
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 Choir of Ult
3.
▲
by
bytex64
6y ago
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).
4.
▲
by
bytex64
13y ago
> 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'm
5.
▲
by
bytex64
14y ago
I tend to trust in incompetence over conspiracy. With Kim Dotcom, though, who knows?
6.
▲
by
bytex64
14y ago
Without real privacy, it doesn't protect him or his users.
7.
▲
by
bytex64
14y ago
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, if they'd tried to g
8.
▲
by
bytex64
15y ago
Yep, that was an accident. I've removed the parameter entirely. Nice catch!
9.
▲
by
bytex64
15y ago
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(). I removed the reset
10.
▲
by
bytex64
15y ago
Sure thing. What was ww=0; trying to do? It seems to be the only place ww is referenced.
11.
▲
by
bytex64
15y ago
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>
12.
▲
by
bytex64
15y ago
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! :]
13.
▲
by
bytex64
15y ago
Very nice. I also see you got a few other tricks that I missed, like factoring out the random number generator. I am impressed.
14.
▲
by
bytex64
15y ago
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
15.
▲
by
bytex64
15y ago
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.
16.
▲
by
bytex64
15y ago
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 fun. I'm not sure h
17.
▲
by
bytex64
15y ago
That's weird. I developed it in Opera.