Viewing profile — 1337p337
1337p337
HN member- Joined
- Sun, Sep 19, 2010, 3:32 AM UTC
- HN karma
- 924
- Public activity
- 217 items
- HN profile
- View on Hacker News ↗
About 1337p337
Activity stream (mostly code) is at stream.debu.gs.
Recent public activity
- story
-
comment
Comment #39298070
I loved that language. I actually forked it, used it for a lot of stuff, bloated it (started by just trying to port to x86-64, ended up with a mini-FORTH with regexes, FFI to C, et…
-
comment
Comment #33489995
Appears to work: http://demo.fedilist.com/instance?sort=mau
-
comment
Comment #33489843
Looks like you are correct, yeah, and the raw logs show 7,410 of the 10,729 live instances have it. Lemme hack it in real quick; I can't put it onto the big pages and not sure how …
-
comment
Comment #33489652
Believe it or not, the resource use is mostly bandwidth for that page. Something like 2MB of HTML; the actual data is mostly cached.
-
comment
Comment #33489618
That'd be cool, but it just uses publicly available APIs for this. Most of the data like that isn't reported through the public APIs across various types of software. Bad data is t…
-
comment
Comment #33489546
Ha, indeed. It seems to be up for me, but that's why I put it on the demo subdomain and left off HTTPS: it's a demo, not quite ready for production. (It's also getting flooded with…
-
comment
Comment #33489489
This applies if you're thinking of Twitter as a business or as a tool for mass-broadcast. If you think of something with a similar format but that fits a different space, that's th…
-
comment
Comment #21915201
The main advantage of tools like this are that you can use them to communicate. When I don't have the need to do that, I don't use them. I try to use tools that will remember this …
-
comment
Comment #21822283
Forth isn't super practical in such an environment; gForth in particular is a bit "large". (Not that this is bad, but it's of the second school the article mentions.) If you wanted…
- story
-
comment
Comment #14628986
Yep, that's why I left it off the list. I've actually written some LambdaNative. Unfortunately, we ended up going with Cordova, but you can guess which one was more fun to write.
-
comment
Comment #14623877
Stock Scheme does not have much in the way of interfaces to the outside world (long story) but there are several Scheme variants where people are doing larger projects. Racket is s…
-
comment
Comment #14617952
Not a false dichotomy at all. Ignoring that the size of the team is exactly two (and there's only so much you can keep in your head), when you have a metric, you optimize for it. I…
-
comment
Comment #13384341
Well, PG presents them as different bets, one of which paid off. They were the same essential bet from Newton's perspective. For example, books on physics at the time referred to r…
-
comment
Comment #13383933
There wasn't quite the sharp division of disciplines, either. Thinking about it that way comes from the public school system (which the author ought to know, because if I'm not mis…
-
comment
Comment #10979029
At the risk of getting downvoted myself, I wonder why all of your comments are getting downvoted. Is it such a terrible opinion that it doesn't even belong on HN? A lot of people t…
-
comment
Comment #10977433
Unfortunately it just returns the code, not a compliant response (e.g., 405 should return an Allow: header).
-
comment
Comment #10977203
Unfortunate that it's just a link to an image on Twitter, but not entirely surprising. Kicking off a thread to manage stdio is the usual solution, since even polling requires a sys…
-
comment
Comment #8675916
It was a good thing. Not just for the standardization bodies, for everyone. The "Fierce Idiocy of 'New!'"[1] died down for a little while and briefly it was possible to rely on a s…
- story
-
comment
Comment #8322668
The OS doesn't power down the antenna while there are open network connections. Did your tests wait long enough to turn off the antenna, was the test environment clean (i.e., nothi…
-
comment
Comment #6832902
Definitely performance is a nice benefit. I don't use AdBlock; I have a few thousand lines in my /etc/hosts that map various bad actors (vast chunks of Javascript that doesn't do a…
-
comment
Comment #6222795
Fun times in bash, but very boring in the Inferno shell: listen -A 'tcp!*!9000' { {req := "{sed '/^\r$/q'}; echo 'HTTP status and headers elided'; echo $req} & }
-
comment
Comment #6205681
I've wondered about this while tossing around the idea with an old boss. LA is notorious for being a difficult place to build or expand a freeway, and the congestion problems are g…