Live data from Hacker News

Viewing profile — ghelmer

ghelmer

HN member
Joined
Wed, Nov 15, 2017, 1:54 AM UTC
HN karma
27
Public activity
16 items

About ghelmer

No profile information was provided.

Recent public activity

  1. comment
    Comment #47662875

    > I sat through a conference session in the late nineties trying to understand the difference between an OLE document, a COM object, and an ActiveX control. I wonder if we attended…

  2. comment
    Comment #47568847

    That is not my experience.

  3. comment
    Comment #44974391

    I find it's helpful to have context to frame what I'm memorizing to help me understand the value.

  4. comment
    Comment #43127453

    > one thing that helps me short-circuit it 99% of the time is a high amount of caffeine The med that helped my dad with migraines was Vanquish (aspirin, acetaminophen, and caffeine…

  5. comment
    Comment #43103518

    I have experienced migraines since my teens, usually starting with annoying visual artifacts, facial numbness, difficulty speaking, and progressing to intense pain. The worst of th…

  6. comment
    Comment #42402997

    I'm not apologizing for MS, and I have no idea what PII protection Recall actually has. If Recall does have real PII logic, it should recognize that a legitimate VISA payment card …

  7. comment
    Comment #40270396

    The barrier to entry for programmers on projects like PostgreSQL and FreeBSD is high, with good and bad results. It seems you have to be very committed to the project (which may in…

  8. comment
    Comment #36114781

    Sounds interesting but behind the WSJ paywall. A story I find very interesting is the recovery of a large number of films found preserved under permafrost under a former ice rink i…

  9. comment
    Comment #34956680

    "The more things change, the more they stay the same" - Jean-Baptiste Alphonse Karr In the late 1980s, "executive dashboards" were all the rage. Vendors were selling tools to tap d…

  10. comment
    Comment #34905422

    I have been unpleasantly surprised when I expect Posix semantics from Windows. Think about parent PIDs. You can't assume a process's parent PID is actually still the parent. Think …

  11. comment
    Comment #34905335

    Windows threw off the Posix elephant, and I spend more than half my time working around the resulting mess when working on Windows code.

  12. comment
    Comment #32745837

    Saw this effect demonstrated at room temperature by an acquaintance at Ames Laboratory over 20 years ago. Have long wondered about its practicality. https://www.eurekalert.org/news…

  13. comment
    Comment #27031403

    Love these posters -- the one referenced in the article, and the other (UNIX feuds) noted in the comments. At one time I had both - lost one on a plane, and lost the other in a mov…

  14. comment
    Comment #22856135

    "They just want to win the argument" is a good summary of what I understood from the article. There are people I regularly encounter who have to inject their opposition or correcti…

  15. comment
    Comment #21350798

    I've written a lot of TCP deep-packet inspection code, including parsing FTP control protocol. So I was surprised by this post by Robert Graham: https://blog.erratasec.com/2019/08/…

  16. comment
    Comment #15700907

    A summer spent testing (and breaking) compilers taught me a lot, including: compilers do have obscure bugs. 99.99999% of program errors are bugs in the code, but the rare compiler …