Viewing profile — rrobukef
rrobukef
HN member- Joined
- Fri, Feb 12, 2016, 8:29 AM UTC
- HN karma
- 536
- Public activity
- 376 items
- HN profile
- View on Hacker News ↗
About rrobukef
No profile information was provided.
Recent public activity
-
comment
Comment #46943463
The fact that the height of adult males with ADHD is greater than that of males without ADHD (first figure/graphs, G & H) should indicate that there is no causative link that the m…
-
comment
Comment #45220293
An ESTA is not only for Tourism.
-
comment
Comment #45198654
That is not what the article says.
-
comment
Comment #44709356
I disagree, wood pellets are more expensive than oil for energy, especially if only counting the production cost of oil w/o the tax. So even the first time an old forest is cut, wh…
-
comment
Comment #43988582
Per abstract, the effect is stronger in poor regions (precisely "across five levels of social deprivation"). They did control for affluence.
-
comment
Comment #42953948
Yes, and libraries pay for that access. They also don't obfuscate the origin or remove the advertising. Don't equate libraries with what OpenAI does.
-
comment
Comment #41783197
Quitting implies there is a problem, the authors even state so. But is it really¹? I'm quite sure "Over 90% of college students quit college within a decade". They graduate. Should…
-
comment
Comment #41783085
Every tenured professor is expected to have at very least one PhD student. A PhD takes on average less than 8 years and a tenure more than 20. Though I think a more reasonable repl…
-
comment
Comment #41320406
Don't you scenario-test your processes? /s
-
comment
Comment #41284086
Pacemaker and hearing aids as well, eventually a temp-teacher will cause a right mess.
-
comment
Comment #41263442
Wouldn't the compiler optimize (x-y)!=0 to x!=y? Seems like a good optimisation to me and one probably in accordance to the C standard. It would also make it impossible to have a d…
-
comment
Comment #41104647
It is a neat game. With a bit of trying you can find some patterns: * Every tile has two orientations 0 and 180 degrees which allows to cut a lot of possibilities for small fields.…
-
comment
Comment #40926731
They are trained to duplicate, we just hope they do so by abstracting patterns. Various techniques stack the deck to make it difficult to memorize everything but it still happens e…
-
comment
Comment #40298715
Imagine how fast Phelps could swim with this!
-
comment
Comment #39201183
You have an urn of 50 red and 50 green balls. Roll a die and add a red ball for every pip. What is the probability of the next ball you take being red? I say both can be a question…
-
comment
Comment #39201125
So? There's plenty of problem statements with irrelevant data. Children are also getting taught to determine which is relevant in class. But also, it's not irrelevant because for t…
-
comment
Comment #39201049
Watch out. Because your bits are indexed you have a different problem than before. The first red ball does not give you a significant bit. Instead: Make a sample and now you know t…
-
comment
Comment #39048575
OIDC/oAuth seems like the solution: make it somebody else's problem. But OIDC tokens can be stolen, they can change domains because of misconfiguration or bad redirect urls.
-
comment
Comment #38802982
Because you may have meant --f=oo or -f -o -o, both of which are standard unix interpretations of single-dash multi-character flags (e.g. ls, ssh). Or maybe the newest version adde…
-
comment
Comment #38523215
The sidelining is to show damages to her reputation etc. Page 50 or so starts the description alleging how the administration and the dean gutted her department by blocking, reallo…
- comment
-
comment
Comment #37960066
Minimum wage in canada in '99 was +-9$. Did he work 6 hours per week at 50% tax burden?
-
comment
Comment #37164144
Please just make the block-list a plain-text human-readable file. That way I can update the file when a new torrent website is convicted and black-listed.
-
comment
Comment #37036205
Unless you have a contract stating the non-collection of PII, the you can wash your hands. OTOH, it's just as easy to be willfully blind about that.
-
comment
Comment #37031745
In the case of 3 with children 1 and 5 and 5 with children 4 and 6. 3 and 5 have two nodes. If you add 7 as a child of 6, the tree is unbalanced. This is not one of the cases shown…