Live data from Hacker News

Viewing profile — acmj

acmj

HN member
Joined
Sun, Mar 05, 2017, 6:11 PM UTC
HN karma
240
Public activity
79 items

About acmj

No profile information was provided.

Recent public activity

  1. comment
    Comment #47958009

    I am not sure what is " the draft human genome" you are talking about. Two separate human genomes were published in 2001: the HGP genome and the celera genome. The HGP genome then …

  2. comment
    Comment #47957564

    No, at initial release, the human genome from the NIH side was done by bac-to-bac, not by shotgun.

  3. comment
    Comment #47957525

    You are confused by the human genome project vs the celera genome project. No, the human genome project didn't include his sample.

  4. comment
    Comment #47456099

    Well, they can keep stealing as long as someone open weight their models.

  5. comment
    Comment #46225517

    Going from something like "Go lacks a builtin arena allocation" to "Go risks becoming the COBOL" is a long stretch. First, Go is slower than C/C++/rust without complex memory alloc…

  6. comment
    Comment #44836490

    How is "full booked" a real shame?

  7. comment
    Comment #44811424

    Pypy is 10x faster and is compatible with most cpython code. IMHO it was a big mistake not to adopt JIT during the 2-to-3 transition.

  8. comment
    Comment #44565715

    Are there studies to show those paying $200/month to openai/claude are more productive?

  9. comment
    Comment #43688418

    I wouldn't say this easily if I were the sacrifice, especially as a visa holder.

  10. comment
    Comment #43687958

    I guess Harvard saw the decision at Columbia made the situation worse [1], so they decided to make a different one. [1] https://www.science.org/content/article/nih-freezes-all-rese…

  11. comment
    Comment #43687265

    People here have little idea about how Harvard works. Harvard is financially vulnerable. It is currently running on a deficiency considering the endowment. And Harvard can't freely…

  12. comment
    Comment #43610205

    Some part of this article is opinionated. Curl may be well written but this is more likely to be the result of the overall structure than the number of characters per line. Actuall…

  13. comment
    Comment #43457171

    std::deque typically uses chunked arrays. It is more complex but tends to be faster than a ring buffer based implementation.

  14. comment
  15. comment
    Comment #43455364

    The most important part is to have a standard, which doesn't need to be perfect. On argument parsing, I actually think the GNU way is the best so far. I have seen various deviation…

  16. comment
    Comment #43453952

    > argp parses `foo --bar -1` as `foo --bar=-1` the way you expect when `--bar` takes an value, but Kong treats `-1` as a flag. This seems a bug in Kong. Has someone reported it?

  17. comment
    Comment #43453431

    When I use a command-line tool, I don't know and don't care if it is written in Go or not. I just want to use it the same way as most of the other traditional Unix tools. The Go st…

  18. comment
    Comment #43453161

    In general, command-line argument parsers should just follow the GNU style. No more, no less. Deviations confuse users as it is not immediately obvious to them what rules a parser …

  19. comment
    Comment #43179917

    Too little, too late

  20. comment
    Comment #43167808

    You need to know what is good code. Opinions may vary a lot between programmers, even senior ones. The Clean Code cult would tell you to find good code there but that is the most p…

  21. comment
    Comment #43120845

    > The next major Julia release, 1.12, is likely to appear in mid-2025. It will finally include the ability to generate static binaries of a reasonable size, appropriate for distrib…

  22. comment
    Comment #42981101

    People often forget the best way to win a tech debate is to actually do it. Once multiple developers criticized that my small program is slow due to misuse of language features. Th…

  23. comment
    Comment #42366227

    I agree. How to deal with deletions is a 101 of hash table implementation. Many CS majors could get it right or at least know about the caveat. It is amusing that many high-quality…

  24. comment
    Comment #42323227

    [flagged]

  25. comment
    Comment #39728570

    Sure, nothing beats bootcamp but that is not strictly macos. Apple's GPTK released last year seems to have greatly advanced gaming compatibility. Probably lots of games still don't…