Viewing profile — braindongle
braindongle
HN member- Joined
- Fri, Nov 17, 2017, 12:29 AM UTC
- HN karma
- 349
- Public activity
- 132 items
- HN profile
- View on Hacker News ↗
About braindongle
No profile information was provided.
Recent public activity
-
comment
Comment #25995239
Yes, if they have a known vulnerability in the wild in a currently-supported product, the rest is just details. Tangentially, I wonder: has anyone built a friendly browse/search in…
-
comment
Comment #25714476
Agreed, "global warming" is poor marketing. It's also a common colloquialism among climate change deniers, no? So, if you need to explain to someone how cold weather doesn't mean "…
-
comment
Comment #25714456
Is it one or the other? I don't know anything about dark rooms where captains of industry who profit from fossil fuels orchestrate climate denialism. Sounds plausible. But in any e…
-
comment
Comment #25714248
This is great. People who don't trust experts and cynically think that everything is political can readily say "It's really cold! See, global warming and climate change are fake!" …
-
comment
Comment #25194538
For some reason, I have a PhD in Health Policy and clinical practice, so, I'm inclined to look at the healthcare system when thinking about this question. IMO it's simple (and this…
-
comment
Comment #25124593
Aviation accounts for 1.9% of global greenhouse gas emissions [0]. If we're going to take a sober look at where to focus our efforts, this: "Global aviation’s contribution to the c…
- comment
-
comment
Comment #25040427
Yes, or (in this case?) interpreting it. I think of spreadsheets as visual functional programming environments. The humble spreadsheet has an interesting kinship with the most tren…
- comment
-
comment
Comment #24890080
Really, a ding here? I thought HN was where you go to discuss what's actually going on under the hood, not so much "now you need a Google account", which will surface itself in you…
-
comment
Comment #24879136
TLS not E2E. When Zoom got called out for lying about having E2E [0], I looked into the landscape around this a bit. Facetime and Signal are E2E, but don't support recording, which…
-
comment
Comment #24795709
Yes, cleaner, and no switch in Python.
-
comment
Comment #24794839
If I'm teaching young'ns per se using a toy language, I'd reach for Scratch. It's history and Google's embrace of it seem like strong endorsements. Are there other good candidates …
-
comment
Comment #24084760
Who cares about the philosophical implications of the theorems? Philosophers! The linked article is about how the theorems destroyed Whitehead et al's aspirations to find One Algeb…
-
comment
Comment #24083068
If you're uninitiated and simply want to grok where true-but-unprovable comes from, I recommend: https://www.quantamagazine.org/how-godels-incompleteness-the... Wolchover is master…
-
comment
Comment #23943100
Hear here! I'm reminded of Freud's "Civilization and Its Discontents", wherein he expands his ideas about psychopathology to civilization as a whole. Tellingly, psychologists call …
-
comment
Comment #23912778
Maybe someone here can explain: I've come across more than a few philosophers, of the PhD/academic flavor, who are dismissive of Wittgenstein's work. I have a gist-level understand…
-
comment
Comment #23892875
A reasonable perspective for sure. But I don't see it. Asked a question about the nature of magnetic force by a lay person, he saw fit to launch into a lecture about causation. He …
-
comment
Comment #23889820
As a liberal/progressive/democrat in today's society, you're pro-labor, therefore pro-union, right? When do you make an exception? I see a parallel with our healthcare system. Undo…
-
comment
Comment #23754154
Yes, this article should parade the p-value to make its point and for some reason it doesn't. On p-values and linear regression in general, though: when you're new to inferential s…
-
comment
Comment #23719206
Cloud portability? Containerization if your app isn't built with serverless in mind, serverless if it is. Is there anything snowflake-y about the Big Three's offerings for containe…
-
comment
Comment #23483073
One other other thing. Functional thinking has greatly changed the landscape of client-server applications that are hosted in the cloud as well. If your aim is apps, maybe don't bo…
-
comment
Comment #23483000
One other thing. You will be thinking functions first if you get into data science, say with Python/Pandas. In general, Pandas functions are vectorized, meaning that they operate o…
-
comment
Comment #23482794
I can't speak authoritatively about Java, but it looks like map-reduce is available in Java 8 by casting a collection to a stream [0]. Considering the definitions of map and reduce…
-
comment
Comment #23469013
An excellent list. Regarding functional programming, I recommend starting with a gentle approach that doesn't require picking up a new language: 1. Stop creating counters/loops and…