Viewing profile — caditinpiscinam
caditinpiscinam
HN member- Joined
- Sat, Apr 11, 2020, 12:40 AM UTC
- HN karma
- 809
- Public activity
- 192 items
- HN profile
- View on Hacker News ↗
About caditinpiscinam
Recent public activity
- story
-
comment
Comment #47932917
We have various methods of measuring individual intelligence (which are pretty sketchy imo). But do we have any way to measure or quantify the intelligence of the larger structures…
-
comment
Comment #47932812
Generative AI is the average of all human knowledge
-
comment
Comment #47759767
UI note in case the creators of this site are reading: having a right-click on the site logo open a special logo-download menu is probably the wrong choice. If I right click on you…
-
comment
Comment #47759684
A whole new type of "vacuum tube"
-
comment
Comment #47756898
That data center is in the Memphis suburbs, 5 miles from the airport, in the third largest city in the state. Wouldn't call it rural
-
comment
Comment #47682071
That's still assuming that they're competing as consumer tools, rather than competing to discover the next miracle drug or trading algorithm or whatever. The idea is that there'd m…
-
comment
Comment #47645242
Was "emptional" intentional, or a typo? Apparently it's a real word. > From emption + -al Adjective (obsolete, rare) Capable of being purchased
-
comment
Comment #47498813
I think a lot of developers look at Typescript and come away thinking that a static type system is something you can retrofit onto any language. These devs ask why anyone would sti…
-
comment
Comment #47498383
That seems like too much for a single person to do, but I can also see how having too many controllers all trying to coordinate amongst themselves could be bad. How do airports det…
-
comment
Comment #47495780
This is the article I saw, but I agree it seems like its going much faster in the video https://www.aljazeera.com/news/2026/3/23/air-canada-crash-at...
-
comment
Comment #47494266
Damn that's awful. I read elsewhere that the plane was only going 24mph when it hit the truck, and I didn't understand how the collision could have been that damaging, but I wasn't…
-
comment
Comment #47473812
Surely all of behavior and consciousness are encoded in the connections between cells. I think the question you want to ask is how much those connections are determined by DNA.
-
comment
Comment #47473774
Am I right in thinking that even if you had all of the connections and weights mapped out for a brain, the specifics of synaptic plasticity are still pretty poorly understood?
-
comment
Comment #47472224
"William and Mary" -- Roald Dahl https://user.ceng.metu.edu.tr/~ucoluk/yazin/William_and_Mary...
-
comment
Comment #47472208
It surprises me how many applications don't give you the option to see your password in plain text as you enter it. The messaging around password security is that we should be maki…
-
comment
Comment #47434276
You say progress, I say enshittification. What this article says: *The median apartment rent in Austin has dropped X% over the past 5 years* What this article does not say: *Apartm…
-
comment
Comment #47357373
Nah. Python gets it right; all high level languages should operate this way. Division by zero is a bug 90% of the time. Errors should never pass silently. Special cases aren't spec…
-
comment
Comment #47357200
There are no non-confusing options, but some of those are still clearly worse than others. What should sorted([3, nan, 2, 4, 1]) give you in Python? A) [1, 2, 3, 4, nan] is an good…
-
comment
Comment #47357021
Respectfully, I disagree. If NaNs were meant to represent unknown quantities, then they would return false for all comparisons. But NaN != NaN is true. Assuming that two unknowns a…
-
comment
Comment #47345895
We've all heard the phrase "the sum of all human knowledge". I've been feeling more and more that generative AI represents the average of all human knowledge. Which has its place. …
-
comment
Comment #47345846
This reminds me of conversations around plagiarism that come up when working with students: that question of "this other person expressed this idea better than I can, why can't I j…
-
comment
Comment #47345760
Same. I vaguely remembered "fulmen" from Latin class but I didn't know there was a derived English word. > from Latin fulminatus, past participle of fulminare "hurl lightning, ligh…
-
comment
Comment #47314405
You could put up a divider separating the drivers from the passengers... like in a taxi
-
comment
Comment #47239742
I think you raise a valid point about the bias inherent in these models. I'm skeptical of the distinction that some people make between punching up vs down, and I don't think it's …