Viewing profile — kalak451
kalak451
HN member- Joined
- Fri, Aug 13, 2010, 8:25 PM UTC
- HN karma
- 83
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About kalak451
No profile information was provided.
Recent public activity
-
comment
Comment #22893139
I assume he is talking about Richard King. I don't think he has his own channel. but as mentioned Stefan Gotteswinter and Keith Rucker both have videos of the scraping skills they …
-
comment
Comment #21546091
I suspect that if netflix went to the ISPs to cache their data, the ISPs would be more than happy to charge them for it like to do with other content networks. In this case, netfli…
-
comment
Comment #3859568
I read books constantly, and I do own a 2nd generation Kindle, but I think it is buried in a box somewhere from a move I did last fall. I do 99% of my reading these days on either …
-
comment
Comment #3490797
You would think so, but I still see new projects started every day using Apache for something nginx would be a much better fit for. I think that mostly the admins and architects on…
-
comment
Comment #3462301
The getter/setter stuff in java is a huge waste of space and time. However, at least in the enterprise space, all of the tooling and frameworks assume your code follows the java be…
-
comment
Comment #2581048
Great article, but they seem to barely mention the most mind bending fact about the experiment: They are generating a 1km wide blast of neutrinos in suburban Chicago and sending it…
-
comment
Comment #2489468
A few months ago the NY Times wrote an article about how they did static generation for their election results mini-site. The HN discussion was here: http://news.ycombinator.com/it…
-
comment
Comment #2438833
Some people were watching TV online before, now lots of people are watching TV online. Hulu has played a big part in that. I suspect the number of people watching Hulu every week d…
-
comment
Comment #2340904
I really appreciate that this example shows a useful testing strategy and handles the big scheduling gotcha (rescheduling jobs.) Neither are hard solutions once the answer is known…
- story
-
comment
Comment #2236784
Does google require you to use their service the same way apple does? Or is their service just there for developers that want to use it(at a 10% cost?)
-
comment
Comment #2221580
I guess my point is that it really does work both ways, the iPad existing may help me sell things, and me selling those things helps sell iPads. So how about both sides just focus …
-
comment
Comment #2221481
Hmmm....and if my app gets someone to buy your iPad, what do I get?
-
comment
Comment #2206594
So is this being driven by people working on the VP8 codec or the WebM project? Or is MPEG LA just trying to show that VP8 really is just a patent encumbered at h.264(and protect/a…
-
comment
Comment #2189747
I had to read this as part of my Rhetoric class my freshman year of college. I hated just about every minute of it, very hard to absorb, more than a big long winded in places. It a…
-
comment
Comment #2188929
I noticed they did this to Jalopnik the other day, makes it much more difficult to browse the list of headlines. I very rarely want to read the first story on the list, or each sto…
-
comment
Comment #2175474
Kind of neat, but what is with all the static methods and inner classes? Makes things kind of ugly, and very hard to write independent tests.
-
comment
Comment #2120763
JUnit stores all of the meta data about each test case in the test instance itself, so all of the reporting is based off of these classes. It has always puzzled me why it was done …
-
comment
Comment #2120078
Ruby’s Test::Unit library (which we use for Basecamp’s tests) creates a new instance of the test class for each test. Not only that, but it holds onto each of those instances, so i…
- story