Viewing profile — kingfishr
kingfishr
HN member- Joined
- Wed, Mar 23, 2011, 12:51 AM UTC
- HN karma
- 30
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About kingfishr
No profile information was provided.
Recent public activity
-
comment
Comment #5555441
Oh, that'll be great! That's not quite the same as a sliding window of last 5 minutes, but it'll definitely work for my use case. (Intuitively, a sliding window seems very hard/imp…
-
comment
Comment #5555346
Hey, this is very close to something I've been needing recently (and in Go, nonetheless). Is there any way to get a similar thing for a sliding window of a stream? For example, to …
-
comment
Comment #5211570
Great demo! This is probably obvious, but for the first time it occurs to me that motion blur is essentially the same as anti-aliasing. They are eye-tricking hacks to work around a…
-
comment
Comment #5194035
ATI?
-
comment
Comment #4957425
You could also do this without a server at all. You could just have a script put your data into the html/js template and open up the page with something like bcat. http://rtomayko.…
-
comment
Comment #4907510
Oh shoot: http://gist.io/3135754 http://bl.ocks.org/1353700 Two of my favorite gist frontends, broken :(
-
comment
Comment #4768440
Really? I feel pretty much the exact opposite way. I find the docs to be thorough, accurate, and concise.
-
comment
Comment #4731604
I had this problem right when I started using rbenv. Eventually with some help I realized that just starting bash was slightly slow, and that all the various bash scripts that rben…
-
comment
Comment #4705154
This is a cool idea, and I love the convenience of deploying a single-binary app when using Go for servers. When deploying web servers, though, I'd prefer to leave the images and o…
-
comment
Comment #4694842
I believe this also includes the bitmap marking GC changes which will make the GC copy-on-write friendly. This is pretty important for a lot of folks running Ruby web servers. See,…
-
comment
Comment #4367658
Readline has vi mode, and it's amazing. I use vi mode in zsh, bash, ruby, python, mysql, etc. and I can't live without it any more. I still have fit-of-rage moments when I try to u…
-
comment
Comment #4173967
We don't have immediate plans for other VCSs. None of the people who built Barkeep use other VCSs on a regular basis, and we initially built it around our own needs. Right now our …
-
comment
Comment #4082720
I'm American, and I've never paid for an SMS in my life. You can block texts via your carrier so that people can't cost you 20 cents or whatever by sending you a text. I'm pretty s…
-
comment
Comment #4077732
And it has 'pragmatic control' :D
-
comment
Comment #4077014
I don't know much about Django/Flask, but the arguments presented seem to apply to Rails as well. At my company we're moving off of Rails completely in favor of SOA structured arch…