Viewing profile — bytex64
bytex64
HN member- Joined
- Tue, Mar 30, 2010, 12:53 AM UTC
- HN karma
- 36
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About bytex64
No profile information was provided.
Recent public activity
-
comment
Comment #25735048
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 mo…
-
comment
Comment #25734885
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…
-
comment
Comment #25734532
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 (whi…
-
comment
Comment #7272196
> 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 c…
-
comment
Comment #5105237
I tend to trust in incompetence over conspiracy. With Kim Dotcom, though, who knows?
-
comment
Comment #5105137
Without real privacy, it doesn't protect him or his users.
-
comment
Comment #5105020
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 hav…
-
comment
Comment #3336043
Yep, that was an accident. I've removed the parameter entirely. Nice catch!
-
comment
Comment #3336040
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 us…
-
comment
Comment #3335801
Sure thing. What was ww=0; trying to do? It seems to be the only place ww is referenced.
-
comment
Comment #3333155
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,
-
comment
Comment #3333071
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! :]
-
comment
Comment #3333067
Very nice. I also see you got a few other tricks that I missed, like factoring out the random number generator. I am impressed.
-
comment
Comment #3333064
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
-
comment
Comment #3333032
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 handli…
-
comment
Comment #3333029
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 tri…
-
comment
Comment #3333011
That's weird. I developed it in Opera.