Viewing profile — hnu0847
hnu0847
HN member- Joined
- Sun, May 20, 2018, 6:43 PM UTC
- HN karma
- 239
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About hnu0847
No profile information was provided.
Recent public activity
-
comment
Comment #46412358
Hardcore History 73 - Mania for Subjugation III [1] Fall of Civilizations 20 - Persia - An Empire in Ashes [2] [1] https://www.dancarlin.com/product/hardcore-history-73-mania-... […
-
comment
Comment #46149314
Don't all RAM manufacturers offer a lifetime warranty? That said, if the shortage gets bad enough then maybe they could find themselves in a situation where they were unable/unwill…
-
comment
Comment #45919137
> You have to actually examine the real bits on the drive. What is the best utility for doing this?
-
comment
Comment #45159912
> For those who are interested, here is an interview with a very active former Delta Force operator. Do you have any other similar podcasts, videos, etc. to recommend that feature …
-
comment
Comment #45159903
> I have watched a lot of ex-special forces guys on YT. What specific channels would you recommend?
- comment
-
comment
Comment #43824524
> as dut will probably make you sterile eventually. What is the evidence for this?
-
comment
Comment #42783198
Are there any specific sources you would recommend?
-
story
Ask HN: Favorite Podcast Episodes of 2024?
What were your favorite podcast episodes released in 2024? Mine were: Hardcore History 71 - Mania for Subjugation [1] Fall of Civilizations 19 - Terror of the Steppe [2] [1] https:…
-
comment
Comment #42111351
What color temperature do you use in the daytime and what temperature before sleep?
-
comment
Comment #42093159
In what ways do you customize/vary color temperature?
-
comment
Comment #38871133
The G2 05 used to be my pen of choice but within the last few years I've noticed the ink tubes dry out and become unusable long before they actually run out of ink.
-
story
Ask HN: Favorite Podcast Episodes of 2023?
What were your favorite podcast episodes released in 2023? Hardcore History: Twilight of the Æsir Parts I and II [1][2] were good. [1] https://www.dancarlin.com/product/hardcore-hi…
-
comment
Comment #36328332
There's a very good Radiolab episode that discusses this: https://radiolab.org/podcast/anesthesia
-
comment
Comment #35213207
> the “official” food pyramid put out by the government still tells people to eat mostly refined grains and carbs. Apparently this isn't true anymore. The Food Pyramid was replaced…
-
comment
Comment #34162492
Agreed, I hope some article, book, documentary, etc. is eventually published about this.
-
story
Ask HN: Favorite Podcast Episodes of 2022?
What were your favorite podcast episodes of 2022? Mine were: Hardcore History Blitz 68 - Human Resources (https://www.dancarlin.com/product/hardcore-history-68-blitz-human-resource…
-
comment
Comment #33667166
That reminds me of this article: https://waitbutwhy.com/2014/05/life-weeks.html
-
comment
Comment #32521538
Here's a video about the event from a youtube channel (Fascinating Horror) devoted to covering unique/unusual disasters: https://www.youtube.com/watch?v=0vARd-Vnwbo
-
comment
Comment #32220996
Gell-Mann Amnesia Out of curiosity, can you give a recent example of a video from Computerphile that was incorrect?
-
comment
Comment #32154307
As a child I was equally interested in hardware and software but ultimately ended up earning an MSEE because I wanted to design CPUs. At the time I was in school (early-mid 2000's)…
-
comment
Comment #31994206
There are HN meetups? Do you have more information on this?
-
comment
Comment #31863765
> In all honesty, I need to change my pipes to copper, or pex, but have procrastinating for years. Hence, I always buy Moen, and tell people just how good the company is. What does…
-
comment
Comment #30387695
So basically this: sub() {} does not try to parse the /1;#/+ as an argument because the () indicates there are no arguments (although they could be explicitly included if f were ca…
-
comment
Comment #30365480
Why does the following expect arguments: : sub {}; Don't all perl subroutines allow any number of arguments (including 0) to be passed? Does the fact that the above is an anonymous…