Viewing profile — reginaldjcooper
reginaldjcooper
HN member- Joined
- Mon, May 27, 2013, 3:23 PM UTC
- HN karma
- 662
- Public activity
- 255 items
- HN profile
- View on Hacker News ↗
About reginaldjcooper
No profile information was provided.
Recent public activity
-
comment
Comment #6995590
So only if you help them associate all of your internet traffic with a registration. Hm, sounds privacy-conscious.
-
comment
Comment #6985258
thank you very much I love this stuff
-
comment
Comment #6980315
I was worried it might be an empirical result :) thanks for responding, though, and I'd love to see the post when it's finished
-
comment
Comment #6980301
Without curly braces it is simpler to mess up if you revisit the code, maybe especially adding ambiguous else conditions. I'm sure you and the GP would never forget to add curly br…
-
comment
Comment #6980001
That is really interesting. If it's not too much trouble to write out, could you explain what causes the latency difference between kernel wake-up and other thread wake-up?
-
comment
Comment #6960125
I am having an incredibly difficult time understanding why int-or-string cards are desirable also. You'd end up with multiple functions like heartsGameCardValue and euchreGameCardV…
-
comment
Comment #6960019
Right? But the GP was asserting minimum wage is a willful transaction also. Actually if the laborers don't like their minimum wage, they cannot opt out of it either, they need to e…
-
comment
Comment #6959974
I once read an interesting article on how OkCupid was doing question weighting wrong because people would mark matching on factual questions (like, "What is the largest of these? A…
-
comment
Comment #6959845
This is the first time I have seen it. I like it, I see it as an antonym to whatever we call those "top ten weird science facts" posts. It signals that here is an author who is try…
-
comment
Comment #6959808
Just what we need, some more Objectivism. If the free market ensured that all people were given a wage that adequately reflected their value, the bottom 40% of earners would be get…
-
comment
Comment #6953223
I just wanted to write that I like the iOS platform and devices when jailbroken, but I am also sick of their walled garden bullshit. So, cheers for standing up for your principles …
-
comment
Comment #6953218
For many people the restrictions protect them from installing malware, and is a huge benefit. For the majority of us reading, I think we know enough to not install weird applicatio…
-
comment
Comment #6953212
I wish we'd collectively only buy things where the root exploit was like ticking an "I want root" checkbox. If buyers collectivized their buying power we wouldn't need to worry abo…
-
comment
Comment #6950655
Could you go as far as messing with the carrier bundles? I had a problem a while ago where Safari would reinstall the carrier's default bookmarks every time it reopened. To be fair…
-
comment
Comment #6950600
Excellent point! This is my old iPod Touch 4th Gen, I have since gotten an Android phone.
-
comment
Comment #6950427
It sure did make me feel better about myself. Did telling that person he was using his phone wrong make you feel better about yourself? There wasn't even a problem. "I like f.lux."…
-
comment
Comment #6950393
And sex education filtering.
-
comment
Comment #6950385
Yes those were the two choices, jailbreak or not stare at the phone before sleep. Very perceptive, aroch.
-
comment
Comment #6950378
My top three: Freedom to copy your data out of an app into your computer even if the app doesn't "allow" it. E.g., get into Notes.app's sqlite database after they decide to delete …
-
comment
Comment #6950334
I'm with you on not trusting US companies, fine. But you somehow expected tptacek to inspect and criticize Telegram with such scrutiny that he finds all of the problems pro bono ? …
-
comment
Comment #6950317
If you don't think "hire people that know what they are doing with crypto" is better advice than "have a contest that doesn't even prove security under known plaintext attacks and …
-
comment
Comment #6950302
> precisely because they show how willing they are to improve their service. Multiple people that know what they are doing have remarked that the system Telegram has created is a b…
-
comment
Comment #6943030
Yes, well done. My one-acre homestead is indeed exactly the same as a sovereign state, it in fact changes nothing when the scale is millions of times that large. Also access to pri…
-
comment
Comment #6942033
This was the proper response. "Career" has become the formal version of "job" anyway. I would be wholly unsurprised if A/B testing showed that applicants for "career" are more expe…
-
comment
Comment #6935411
> When I started with Java, it seemed appropriate to put hundreds of getter / setter methods. Is there much advantage to that over allowing the variable to be accessed directly? Oh…