Viewing profile — throwaway0010
throwaway0010
HN member- Joined
- Sat, Apr 19, 2014, 5:47 PM UTC
- HN karma
- 84
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About throwaway0010
No profile information was provided.
Recent public activity
-
comment
Comment #8345845
Yes and the responses are implemented with methods. Always.
-
comment
Comment #8345581
The coke bit has regional variance. In the entire southern US "coke" is a fully generic term for all carbonated beverages: http://laughingsquid.com/soda-pop-or-coke-maps-of-regiona…
-
comment
Comment #8337195
And the object responds to the "foo" message by calling a method. The difference is whether we're discussing the invocation or the response. OP's usage of method isn't incorrect in…
-
comment
Comment #8293627
The source of the 30% statistic is from a selection-biased sample of people who undergo paternity testing because there is already a question as to who is the father. It's not an a…
-
comment
Comment #8239437
Sure, but you can say the same about going to bed at night with the intent of waking up in the morning.
-
comment
Comment #8208815
It is. Cgroup provides limits for memory, CPU time. We already have other accounting mechanisms for processes/threads (rlimits) and for inodes and disk space (disk quota systems). …
-
comment
Comment #8187071
Interestingly these programs are currently disallowed in California, I believe due mostly to Prop 103: http://www.consumerwatchdog.org/focusarea/prop-103-californi...
-
comment
Comment #8167993
Indeed. I can negotiate a connection to google.com:80 successfully on a 1000ms latency pipe just fine. Slowly, but fine.
-
comment
Comment #8125316
"Isn't that mainly terrorism, not paedophilia?" It's nothing at all. Plenty of innocent people are on those lists having done nothing . That the pretext is terrorism is irrelevant.…
-
comment
Comment #8115670
Interestingly the system you describe, marking two points and measuring time between them is illegal in California: Definition of a speed trap: http://www.dmv.ca.gov/pubs/vctop/d17…
-
comment
Comment #8094315
The only nonsense here is your belief that a hiring process can accurately predict future results. Hiring is incredibly difficult: Vast volumes of literature have been written on t…
-
comment
Comment #8092916
It's not really an analogy; The divide is still along similar racial lines. Civil asset forfeiture laws predominantly impact poor black or Hispanic people. Here's what the ACLU has…
-
comment
Comment #8082703
'Unless a company has been completely asleep at the wheel, there is no scenario under which people will suddenly go "woah woah woah! these 200 people must go!".' Of course there is…
-
comment
Comment #8079835
"Mass firings, however justified, represent broken management" I don't think you've supported this opinion very well. Here's a counterpoint: Hiring and firing are a completely norm…
-
comment
Comment #8078542
You don't think businesses should fire under-performers? That's nuts.
-
comment
Comment #8050192
"The motivation behind the new system call has more to do with chroot environments, where the device might not be available at all. " Why wouldn't one simply create the appropriate…
-
comment
Comment #8048217
If the job is unnecessary why would it be a good idea to "save" it?
-
comment
Comment #7894553
It's absolutely useful and it's telling that you think it is not.
-
comment
Comment #7894414
Contribution is not a prerequisite for criticism. Deserved criticism, in this case.
-
comment
Comment #7883719
Agreed. The name for this is "regulatory capture." http://en.wikipedia.org/wiki/Regulatory_capture
-
comment
Comment #7883606
> Also, C is extensively standardised Not really, at least not in the sense that you mean here: The generation of machine code in shared objects. There is a distinct lack of defini…
-
comment
Comment #7862432
Most of the non-technical people I know are very VERY upset with facebook and privacy, but are still using it in much the same fashion as they're still using their AT&T phone or Co…
-
comment
Comment #7844007
There's a good deal of nuance to these sorts of questions. For example, police may look at your house from the street in the visible spectrum, but may not look at your house from t…
-
comment
Comment #7739466
The objectionable part is that it's not a regional issue. Vampires chasing money are everywhere and will relocate to follow the cash teat. This would've happened anywhere in the US…
-
comment
Comment #7710533
A few popular database drivers use escaping under the hood for parameterized query arguments. mysql2 ruby gem (and any rails stack on top of it) for example.