Live data from Hacker News

Viewing profile — michaelhoffman

michaelhoffman

HN member
Joined
Tue, Dec 13, 2011, 12:08 AM UTC
HN karma
5,334
Public activity
810 items

About michaelhoffman

https://hoffmanlab.org/

https://twitter.com/michaelhoffman

https://github.com/michaelmhoffman

https://hnbadges.netlify.app/?user=michaelhoffman

Recent public activity

  1. comment
    Comment #46481709

    I understand why this is bad, but I personally would sign up for a Microsoft account anyway. Mainly, I don't want all my stuff in "C:\Users\micha". Is there a way to set your usern…

  2. comment
    Comment #45251703

    When FASTA was invented in 1985, generally sequencing reads would be about half that. The simplicity of FASTA seems like a dream compared to the GenBank flat file format used befor…

  3. comment
    Comment #44313322

    Using machine learning, he counted all of the yurts. Counting all of the yurts that happen to be using machine learning is a way more difficult problem.

  4. comment
    Comment #42482121

    > I assume the author means "out of all the ISAs I know"? Out of all the ISAs where they know whether it provides integer division or not.

  5. story
  6. comment
    Comment #41103556

    This is not "hard-coded" as I would describe it. It is defined in `gv.el`: (gv-define-setter buffer-string (store) `(insert (prog1 ,store (erase-buffer)))) Unfortunately, it is mar…

  7. comment
    Comment #40780408

    This used to be the case until Emacs 24.1, in 2012. Passing a nil argument to a minor mode function call now ENABLES the minor mode unconditionally. This is so that you can write e…

  8. comment
    Comment #40766905

    Wherever possible, I use sina plots, which provide many of the advantages of violin plots while actually showing the individual data points. https://en.wikipedia.org/wiki/Sina_plot…

  9. story
  10. comment
    Comment #39807517

    When would you need to use rdmsr and wrmsr in a crisis?

  11. comment
    Comment #39094800

    I wonder if they swapped the benchmark results somehow. Because on my computer, I get roughly the same times but with {} twice as fast as dict().

  12. comment
    Comment #37793369

    I don't think so, but in 2023 "PC" can refer to a whole bunch of different things, and "5150" is precisely clear about what it refers to.

  13. comment
    Comment #37559770

    I hope it keeps its blazing-fast startup. I regularly used Paint instead of Photoshop on a system where I had both because Paint starts instantly but Photoshop took a bit.

  14. comment
    Comment #37372147

    The Bay Area has inadequate public transport for a metro of its size, but its utility is kind of another universe from the Austin's CapMetro.

  15. comment
    Comment #37338864

    This is super cool. I use Emacs `abbrev-mode` for taking contemporaneous notes but autosuggesting words would be great.

  16. comment
    Comment #37329626

    It seems like you may be reading some things into my comment that I didn't write? I made no claims about the procedure being fair or unfair—I'm just describing what it is.

  17. comment
    Comment #37328518

    I am faculty at University of Toronto. As part of the process of considering someone for tenure here, the university solicits six appraisals from relevant experts at other institut…

  18. comment
    Comment #37294654

    Of course, we don't NEED a new Twitter, but many folks WANT a new Twitter.

  19. comment
    Comment #36850000

    They're in good company—the C standard also has something called an "expression statement" which is similar.

  20. comment
    Comment #36790579

    > A Python program may contain statements or expressions. Here's a Python program that contains no statements: 42. According to the Python Language Reference, that is a Python prog…

  21. comment
    Comment #36619657

    I like the four-document model. While it isn't a perfect fit for all cases, for many it is a good start. We wrote a review of bioinformatics software documentation, which includes …

  22. comment
    Comment #36158004

    How else are they supposed to cross from one corner to the other?

  23. comment
    Comment #36060616

    Here, "GB" stands for "United Kingdom of Great Britain and Northern Ireland", not "Great Britain". > The codes are chosen, according to the ISO 3166/MA, "to reflect the significant…

  24. story
  25. comment
    Comment #35741727

    It's based on the errors the proposers actually found in the wild, which seem to mostly be people attempting to use constant powers of 2 or 10.