Viewing profile — farginay
farginay
HN member- Joined
- Mon, Dec 02, 2013, 2:44 PM UTC
- HN karma
- 86
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About farginay
No profile information was provided.
Recent public activity
-
comment
Comment #7290014
Clang v. GCC all over again?
-
comment
Comment #7264124
I've always wondered about the aggregate effect of wind pressure across the length of the cable. It seems like it could be significant.
-
comment
Comment #7253143
Very good article.
-
comment
Comment #7252974
Be wary of an architect who hands you anything and tells you to implement it. Real architects talk to you and sit down and write code with you.
-
comment
Comment #7252295
I think it is fairer to say that tests can specify a system but not to the extent that you personally want to.
-
comment
Comment #7252292
Different thing. Spec# is about embedding specs in your code. Spek appears to be a Behaviour Driven Development (BDD) framework ala RSpec. http://rspec.info/
-
comment
Comment #7233940
Does anyone have a list of the 50+ options? No article seems to show them.
-
comment
Comment #7214339
I've long wanted a shell with logical separation of each command/output pair.
-
comment
Comment #7212388
Like this? :-) http://www.youtube.com/watch?v=n2k9JwGpm1w#t=50s
-
comment
Comment #7205597
He starts with an anecdote about cheating and then lays out HFT an implies it is cheating without saying how. If he had to defend his assertion that it is cheating he wouldn't have…
-
comment
Comment #7177670
I'd prefer to live in a society where things like this were a matter of research rather than pronouncements by bureaucrats: > "The distraction of the giant screen in the Tesla is n…
-
comment
Comment #7137195
But is it illegal, or is this simply a civil thing?
-
comment
Comment #7136642
I'm still not sure what the legal rationale is for treating link publication as copyright violation. When you publish a link, you are not copying anything, the person following the…
-
comment
Comment #7084584
To me it's odd to see an article talk about empathy as a skill or a thing you can do. I've always thought being empathy as something you are at a feeling level. I did some looking …
-
comment
Comment #7059123
This post reinforces my sense that Scala is the new C++.
-
comment
Comment #7030774
You say "a hub" but I wonder whether it would be many? How close would such an effect be to hubs we see in scale free networks? In those, preferential attachment seems to induce hu…
-
comment
Comment #7030755
I think that if it was your money paying for a lawyer you'd see the problem more readily. The way you described the legal process is accurate: have a trial, having findings of fact…
-
comment
Comment #7025569
Is there some result in the theory of random graphs that says that you can't have a graph of a certain size without developing hubs? It seems to happen in most systems.
-
comment
Comment #7017189
Freedom of press is guaranteed only to those who own one. -- A. J. Liebling
-
comment
Comment #7016991
If that's all they were concerned with they could just use GPS readings to invalidate the service agreement rather than switching the machine off. In any case, I wish that Congress…
-
comment
Comment #6996909
I'd hope that all costs are transparent at public universities.
-
comment
Comment #6994807
I believe there was a copyright safe harbor for content on the internet before DMCA. However, it may have been just through case law. BBS and USENet operators took advantage of it …
-
comment
Comment #6987072
We have privatized prisons with quotas for the number of prisoners. http://www.huffingtonpost.com/2013/09/19/private-prison-quot... What is a cry of "entrapment" next to incentive?…
- story
-
comment
Comment #6929055
It's interesting to see how the array programming languages have handled this. The way it works (loosely) is that everything is an array. A scalar is kind of a degenerate array, an…