Live data from Hacker News

Viewing profile — mmcclimon

mmcclimon

HN member
Joined
Sun, Apr 14, 2013, 9:00 PM UTC
HN karma
816
Public activity
148 items

About mmcclimon

Writing Go at MongoDB; previously Perl at Fastmail. www.mcclimon.org

Recent public activity

  1. comment
    Comment #46448974

    Cold ketchup on hot french fries is one of life's great joys, though.

  2. comment
    Comment #43405698

    > You can invoke git-who as git who by setting up an alias in your global Git config This works even without the alias, by the way: by default `git whatever` will search your path …

  3. comment
    Comment #40901919

    FWIW, the latest stable release is 7.0.12, released a week or so ago: https://www.mongodb.com/docs/upcoming/release-notes/7.0/ . (I'm not sure why the URL has /upcoming/ in it, act…

  4. comment
    Comment #40482439

    Field size for American football is definitely standardized: 100 yards between goal lines and 160 feet wide. Lots of Americans will have an intuitive sense for how long something l…

  5. story
  6. comment
    Comment #32550500

    Man with PhD in subject is pedantic about that subject on Hacker News, film at 11. ;) There are, of course, stylistic norms, and a lot of those norms are shared across lots of kind…

  7. comment
    Comment #32546064

    I'm not sure what your dissent is, so I'm not sure how to respond to it. I think you're saying that you had a good experience in your music theory classes, which used Bach chorales…

  8. comment
    Comment #32545929

    What I mean when I say that music theory is a descriptive enterprise is quite literal: the research that professional music theorists do is designing theories to describe music we …

  9. comment
    Comment #32545473

    Fair point; that's partly my own bias (I know basically nothing about non-Western musics), and partly because of the article I'm responding to ("Bach doesn't tell us anything about…

  10. comment
    Comment #32545223

    We know quite a lot about Greek music theory (Thomas Mathiesen's Apollo's Lyre: Greek Music and Music Theory in Antiquity in the Middle Ages is the go-to source here: https://archi…

  11. comment
    Comment #32545123

    Oh boy. Music theory, as such, has no "rules," and so of course Bach did not invent them. Music theory is a descriptive enterprise, which aims to make sense of music as composed/pe…

  12. comment
    Comment #32371511

    While acknowledging that git's CLI is often unintuitive: `git tag` lists tags, `git branch` lists branches, and `git remote` lists remotes, so I don't think I understand this parti…

  13. comment
    Comment #32049690

    The current version of perl is 5.36 (it's a really good perl). The language formerly known as Perl 6 is now called Raku. The "Perl 7 initiative" referred to in the grandparent is t…

  14. comment
    Comment #32049139

    Very little of git as used by most people is Perl these days; almost everything has been rewritten in C by now. A few things remain, but they're pretty niche: git-send-email, the g…

  15. comment
    Comment #32049105

    Perl may or may not be relevant in 2022 (it's certainly relevant to me ), but this article does not do a great job at explaining Perl's merits. The example code, in particular, is …

  16. story
  17. comment
    Comment #31535249

    Yeah, `git log --format=%ae | sed s/.*@//` will get you most of the way there, and then it’s down to how you want to deal with the domains themselves, as you say!

  18. comment
    Comment #31271900

    The rule we have is that anything that is not idempotent and not run as a matter of daily routine must dry-run by default, and not take action unless you pass --really. This has sa…

  19. comment
    Comment #30316939

    Yeah, that seems to be the case (confirmed with their little example at https://github.com/mdn/dom-examples/tree/master/server-sent-... ). Once the connection is closed you can see…

  20. comment
    Comment #30316261

    Hmm! You're right that I hadn't looked it a while, so I checked before making the comment above. I'm still seeing the same thing I always have, which is "No response data available…

  21. comment
    Comment #30314043

    SSEs are one of the standard push mechanisms in JMAP [1], and they're part of what make the Fastmail UI so fast. They're straightforward to implement, for both server and client, a…

  22. comment
    Comment #29329501

    Just to second this…Joe has done lots of great work at Fastmail, but ‘vesta show’ might be my favorite.

  23. comment
    Comment #29060145

    Oh yeah, our support team is worth their weight in gold. They're all real people who know an awful lot of arcana about the nuts and bolts of email, and much more friendly and helpf…

  24. comment
    Comment #29059521

    For what it's worth: as a Fastmail employee, it's also extremely irritating for us!

  25. comment
    Comment #28973879

    (I work for Fastmail.) One of our attempts at doing some mitigation of the attack caused this; we fixed it about 16:00 US Eastern this afternoon. Sorry about that! Without getting …