Live data from Hacker News

Viewing profile — hnu0847

hnu0847

HN member
Joined
Sun, May 20, 2018, 6:43 PM UTC
HN karma
239
Public activity
60 items

About hnu0847

No profile information was provided.

Recent public activity

  1. 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-... […

  2. 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…

  3. comment
    Comment #45919137

    > You have to actually examine the real bits on the drive. What is the best utility for doing this?

  4. 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 …

  5. comment
    Comment #45159903

    > I have watched a lot of ex-special forces guys on YT. What specific channels would you recommend?

  6. comment
  7. comment
    Comment #43824524

    > as dut will probably make you sterile eventually. What is the evidence for this?

  8. comment
    Comment #42783198

    Are there any specific sources you would recommend?

  9. 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:…

  10. comment
    Comment #42111351

    What color temperature do you use in the daytime and what temperature before sleep?

  11. comment
    Comment #42093159

    In what ways do you customize/vary color temperature?

  12. 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.

  13. 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…

  14. comment
    Comment #36328332

    There's a very good Radiolab episode that discusses this: https://radiolab.org/podcast/anesthesia

  15. 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…

  16. comment
    Comment #34162492

    Agreed, I hope some article, book, documentary, etc. is eventually published about this.

  17. 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…

  18. comment
    Comment #33667166

    That reminds me of this article: https://waitbutwhy.com/2014/05/life-weeks.html

  19. 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

  20. comment
    Comment #32220996

    Gell-Mann Amnesia Out of curiosity, can you give a recent example of a video from Computerphile that was incorrect?

  21. 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)…

  22. comment
    Comment #31994206

    There are HN meetups? Do you have more information on this?

  23. 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…

  24. 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…

  25. 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…