Live data from Hacker News

Viewing profile — gdavisson

gdavisson

HN member
Joined
Mon, May 26, 2014, 5:36 AM UTC
HN karma
347
Public activity
82 items

About gdavisson

No profile information was provided.

Recent public activity

  1. comment
    Comment #47842411

    Classical brute force is embarrassingly parallel, but Grover's algorithm (the quantum version) isn't. To the extent you parallelize it, you lose the quantum advantage, which means …

  2. comment
    Comment #46253029

    "Grue" has a surprising variety of meanings: Obsolete/dialiectical English: to shudder with fear, or a shudder (related to "gruesome") Computer games: in Zork, a monster that eats …

  3. comment
    Comment #42677147

    Except that sometimes chasing these unicorn entitles leads to... finding the unicorn entities. That's basically what happened with the neutrino. Neutrinos were originally proposed …

  4. comment
    Comment #42344175

    You're refuting a strawman. The junk DNA claim is not, and as far as I can see never had been, that all non-coding DNA is junk. It's that most of our genome -- around 90% -- is jun…

  5. comment
    Comment #42104847

    https://doi.org/10.1016/j.visres.2024.108404

  6. comment
    Comment #42091342

    That's not correct; you cannot use a double-slit test to check for entanglement. Running a photon through a double-slit setup always just produces a single dot, not a any sort of p…

  7. comment
    Comment #40769905

    Brackets are used in shell wildcard ("glob") expressions. For example, if you try to use "[bar]" as a command, the shell will first look for files named "b", "a", and "r" in the cu…

  8. comment
    Comment #39832838

    True, but since everyone in the study -- both those with and without diagnosed COVID-19 infections -- had been subject to this, it shouldn't affect the results. Essentially, they'r…

  9. comment
    Comment #38255066

    Photons are their own antiparticle, so this is not an issue.

  10. comment
    Comment #37990536

    echo -n is not safe, because some versions of echo will just print "-n" as part of their output (and add a newline at the end, as usual). In fact, XSI-compliant implementations are…

  11. comment
    Comment #37961412

    I (vaguely) remember playing games with terminal echoback on physical terminals back in the early-mid 1980s when I was in college. This was on a VAX/VMS system. Someone (I don't re…

  12. comment
    Comment #36636032

    That's what I do. I have one account ("Apple ID") for iCloud, and a separate one for music and App Store purchases. A couple of caveats, though: Apple encourages using the same acc…

  13. comment
    Comment #36497973

    I find that the `pbpaste | something | pbcopy` idiom is common enough that it's worth having a shell function for it: pbfilter() { if [ $# -gt 0 ]; then pbpaste | "$@" | pbcopy els…

  14. comment
    Comment #36497774

    It usually doesn't matter much, but there are some situations where it can matter a lot. For one thing, you can't use seek() on a pipe, so e.g. `cat bigfile | tail` has to read thr…

  15. comment
    Comment #36376586

    Actually, the article ends with "The ampersand isn’t the only former member of the alphabet. Learn what led to the extinction of the thorn and the wynn." (which links to https://ww…

  16. comment
    Comment #35595207

    I don't know about that particular analysis, but there've been a number of such claims that don't stand up (mostly because, as you ask, the districts themselves don't follow Benfor…

  17. comment
    Comment #35515317

    I recently watched a YouTube video from someone who'd tracked a nasty intermittent parasitic draw [0]. The problem only happened after turning the ignition on & back off (so the st…

  18. comment
    Comment #34851627

    "They filter AT LEAST 95% of the particles above a certain size." That's a common misunderstanding; they filter at least 95% of particles of all sizes . It's actually intermediate-…

  19. comment
    Comment #34761677

    That study didn't compare suicide rates with and without surgery, it compared post-op trans people with the general population (i.e. mostly cisgender people). It explicitly says "T…

  20. comment
    Comment #34761282

    That's just plain wrong. Mental properties in general (e.g. personality) are not easily measurable, but that doesn't mean they don't exist (or can't exist without a non-material so…

  21. comment
    Comment #34759501

    First, why do you consider it to be a problem in the mind, rather than the body? It seems to me that, fundamentally, gender dysphoria is a mismatch between the mind and the body. D…

  22. comment
    Comment #34706185

    They weren't in the medical literature. The 10k prediction was in STAT news ( https://www.statnews.com/2020/03/17/a-fiasco-in-the-making-a... ) (note: it wasn't a hard prediction, …

  23. comment
    Comment #34444704

    I have an example of the opposite: When I was quite young, I got into model rocketry as a hobby. Buying engines required a pyrotechnician's license, and I was too young to get one,…

  24. comment
    Comment #34176450

    bash is the default interactive shell for users, but dash is the default shell for scripts with a #!/bin/sh shebang (or no shebang, unless they're run from bash), system() calls, e…

  25. comment
    Comment #34099586

    The Democrats' Senate Majority PAC is planning to return $1M contributed by SBF and $2M from Nishad Singh; the House Majority PAC got $6M from SBF and "will send funds in question …