When people plain-language declare things as "safe" or "unsafe" it's clear they don't have a background in technical risk assessment. When people call 5G "safe" or "unsafe", it's clear they don't know about radiation effects on human health. The correct answer is "we don't have data". Edit: The fact that people would rather make fun of me and imagine me as an "non-ionizing radiation tin foil hatter" (I am not, non-io…
I could say the same thing about people who talk about radiation without mentioning what part of the frequency spectrum they are referring to.
Ask HN: What would the Dunning-Kruger “test” be for your field?
31–40 of 95 posts
Re: Ask HN: What would the Dunning-Kruger “test” be for your field?
#32If you don't know, entity resolution is the process of matching unique rows in two or more databases. Are these the same movies? Are these the same person?
Novice DE: Oh easy, just merge on the name.
Intermediate DE: OH GOD NO.
Expert DE: That's complicated, but I have a plan.
Re: Ask HN: What would the Dunning-Kruger “test” be for your field?
#33When people plain-language declare things as "safe" or "unsafe" it's clear they don't have a background in technical risk assessment. When people call 5G "safe" or "unsafe", it's clear they don't know about radiation effects on human health. The correct answer is "we don't have data". Edit: The fact that people would rather make fun of me and imagine me as an "non-ionizing radiation tin foil hatter" (I am not, non-io…
Well yeah but have you considered that if you put a mouse in a slowly oscillating catastrophic magnetic field you get a usually statistically insignificant outcome!! Wake up sheeple
As material science closes the tetrahertz gap, the longitudinal studies, by their very definition, take time to complete (longitudinal studies = exposing animals or individuals at lower doses for much longer periods of times).
It's natural for an undisciplined mind to assume they're also non-ionizing. But it is a mark of a disciplined scientific mind to be cautious and instead not extrapolate outside the existing dataset.
Re: Ask HN: What would the Dunning-Kruger “test” be for your field?
#34Re: Ask HN: What would the Dunning-Kruger “test” be for your field?
#35Dunning-Kruger separating mid- and senior-level devs: JUNIOR DEV: My code is simple and easy to understand. MID-LEVEL DEV: My code is subtle, clever, innovative, expressive, hyper-optimized, and ingenious. SENIOR DEV: My code is simple and easy to understand. -- Source: John Arundel, https://twitter.com/bitfield/status/1219174978748370945 But take that for what it's worth: https://twitter.com/bitfield/status/11847410…
Re: Ask HN: What would the Dunning-Kruger “test” be for your field?
#36Don't know about questions, but there are couple of answers I have learned to be serious red flags: 1. Yes, I understand. (with no further elaboration or clarifying questions) 2. It's okay/good/going well (again, with no further elaboration when asking how something is going/set up etc) First one typically translates to something between "I have a completely unfounded illusion of understanding" and "I have no clue bu…
Whenever I have casual conversations with individuals that have the same skillset as me, outside of the environment where I wear my professional "all knowing" persona - Admitting that you don't understand something sparks incredible conversations.
What's even more incredible, is that every time I've stood up and said "I actually have no idea how X works. It is magic to me." Every single time somebody else in the room that had me completely convinced they had a strong grasp on those concepts will also admit they don't know either.
These answers are also my red flags. But I place more blame on culture than the individual sometimes.
Re: Ask HN: What would the Dunning-Kruger “test” be for your field?
#37In grappling (Brazilian jiu-jitsu), it is very apparent from one sparring round with a person to get a sense for what they know and get a general idea for their skill/belt level. The exact belt is determined by that person's coach by measuring their skill against their personal potential. An analogy to software would be to pair program with a person. You both get a feel for each other's strengths and weaknesses while…
Re: Ask HN: What would the Dunning-Kruger “test” be for your field?
#38When people plain-language declare things as "safe" or "unsafe" it's clear they don't have a background in technical risk assessment. When people call 5G "safe" or "unsafe", it's clear they don't know about radiation effects on human health. The correct answer is "we don't have data". Edit: The fact that people would rather make fun of me and imagine me as an "non-ionizing radiation tin foil hatter" (I am not, non-io…
Re: Ask HN: What would the Dunning-Kruger “test” be for your field?
#39In grappling (Brazilian jiu-jitsu), it is very apparent from one sparring round with a person to get a sense for what they know and get a general idea for their skill/belt level. The exact belt is determined by that person's coach by measuring their skill against their personal potential. An analogy to software would be to pair program with a person. You both get a feel for each other's strengths and weaknesses while…
Genuine question. It would be fascinating if there were documented examples.
Note that this is distinct from having a company culture where pair programming is common. I am skeptical that just because you occasionally look over each other’s shoulder and exchange ideas, that the software ends up being fundamentally different from the ground up. It seems unlikely that two people would both decide to rewrite an entire subcomponent of the project from scratch, whereas individuals do that often. And the results turn out better (but only when the person is an effective programmer, otherwise it’s just a mess).
I don’t think you’d learn much from pairing with me. You’d see me sitting, staring at the screen for long periods of time, saying nothing. Or experimenting with pasting various code tweaks into a repl. The final result that makes it into a text editor is the outcome of both processes, and these have long time horizons. Sometimes far longer than someone else could reasonably tolerate.
Re: Ask HN: What would the Dunning-Kruger “test” be for your field?
#40In data engineering, I think your responses to the 'entity resolution' problem are a good Dunning Kurger style litmus test. If you don't know, entity resolution is the process of matching unique rows in two or more databases. Are these the same movies? Are these the same person? Novice DE: Oh easy, just merge on the name. Intermediate DE: OH GOD NO. Expert DE: That's complicated, but I have a plan.