Viewing profile — Kafka
Kafka
HN member- Joined
- Wed, Sep 23, 2009, 7:41 PM UTC
- HN karma
- 245
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About Kafka
Recent public activity
-
comment
Comment #6130445
I'm not sure but I came to think of the HATEOAS constraint of REST.
-
comment
Comment #5276324
Here's a Ruby one-liner n=1234567;(1..n).reduce{|t,n|s=i=0;loop{i+=1;s+=rand;break if s>=1};t+i}.to_f/n
-
comment
Comment #5029053
I might be the last one on earth that still runs a Rails 1.1.x app. This time the ancient one dodged a bullet. "ah, actually 1.1.x isn't vulnerable. The issue first arrived in 2.0"…
-
comment
Comment #4975880
Tried it on a Mac mini of age but still a Core 2 Duo. It was very slow in Google Chrome. If it's moving smoothly on more modern computer I guess It's time to upgrade. On another no…
-
comment
Comment #4598321
Could you please explain why it would output that?
- story
-
comment
Comment #4486265
In Ruby: # Ethiopian Multiplication # usage: ruby em.rb 673 7 m, n = ARGV.map(&:to_i) product = 0 while m >= 1 puts "%4d : %4d %s" % [m, n, m.even? ? "Ignore" : ""] product += n un…
- comment
-
comment
Comment #4442500
I played with the same kind of hack back in the nineties and then in JavaScript+HTML table in 2001. http://plea.se/me/galen_man.htm (it was hideously slow to scroll down back then)…
-
comment
Comment #3371559
1.upto(100){|n|puts [["Fizz"][n%3],["Buzz"][n%5]].inject{|m,e|m=m.nil? ? e:m+=e||""}||n}
-
comment
Comment #3371370
NoMethodError: undefined method `first' for "":String in Ruby 1.9.3
-
comment
Comment #3195589
From the comment by David Luckham.
-
comment
Comment #3195586
"Even in 1969 the AI lab had a direct news feed from the New York Times. And on-line text chatting between users, with video support was possible"
-
comment
Comment #3141895
If I'm not mistaken he also mentions LINQ wich is a wonderful extensions of C# and the .NET Framework. It feels like LINQ and Clojure could be a interesting match.
-
comment
Comment #3068445
That was what I thought he was aiming for to but then he, out of nowhere, suddenly praised PHP. I'm 99% sure that I don't have to check out PHP again to see if it's really somethin…
-
comment
Comment #3068429
I wish there was a video of "The Mother of All Demos" where you could actually read the text.
-
comment
Comment #3054945
Wonderful slides! I hope there will be video further on. I didn't like "It is critical to remember that play is not exercise." and to improve it I would like to add something like …
-
comment
Comment #2967494
I'll get straight to the elephant in the room and I'm even ignorant enough to ask it before I tried to find out myself (though at gun point I would lean more towards one that the o…
-
comment
Comment #2707670
http://www.slideshare.net/gvwilson/bits-of-evidence-2338367 - the slides from Bits of Evidence http://www.youtube.com/watch?v=_5UwJM2kGfo - Bits of Evidence: Code inspections Unfor…
-
story
Evidence based software development
Some time ago I read the slides from Greg Wilsons excellent presentation Bits of Evidence. Today I found out that it's on YouTube (see comment). I find it fascinating that the scie…
- story
-
comment
Comment #2466314
The Sudoku solver by Peter Norvig http://norvig.com/sudoku.html and not only for the code but also for the excellent essay.
-
comment
Comment #2418959
Neat but it seems the pixel plotting could be optimized but I guess I should keep my mouth shut until I've tried to draw that big with my http://plea.se/me/leif/canvas_leif.html
-
comment
Comment #2370876
It depends on how many servers you are willing to run. When you have 500 million users, and a decent amount of them, accesses your site multiple times a day, CPU cycles per request…
-
comment
Comment #2370862
> Goldman Sachs alone stores more data than the entire web Why would you believe that Goldman Sachs stores more data than can be reached by HTTP?! Only YouTube amounts to petabytes…