Live data from Hacker News

Viewing profile — mlegendre

mlegendre

HN member
Joined
Wed, Aug 17, 2022, 11:59 AM UTC
HN karma
22
Public activity
12 items

About mlegendre

No profile information was provided.

Recent public activity

  1. comment
    Comment #46467854

    And conversely, `/dev/stdout` (resp. `/dev/stderr`) is a convenient way to "redirect" output to stdout (resp stderr) instead of a file

  2. comment
    Comment #46467686

    Or you can use `/dev/stdin`, which has the upside of not needing tool support. I somewhat regularly use this on Linux. I think it also works on OS X

  3. comment
    Comment #41455667

    Amusingly, in French, "desed" sounds like "décéde", which means die / decease. That's quite a fitting name for a tool one would use in "I need to debug a sed script" situations!

  4. comment
    Comment #37915021

    The first link [1] in section "4. Code and test improvements" leads to a patch series with a cover letter which reads There are a number of tests that still follow an old conventio…

  5. comment
    Comment #37903650

    Beware that the trailing slash in the string after `gitdir` is significant! This string is a globbing pattern (it is not obvious at first sight, and seldom mentioned), and the trai…

  6. comment
    Comment #37774783

    > LineageOS is not the answer Could you expand on that? I am curious because I have been using LineageOS on Pixel 2 / Pixel 2 XL phones for a while (and it works very well, I might…

  7. comment
    Comment #37600278

    Sadly I can't remember this part; I'm pretty sure there were comical bits to it. This makes me want to dig out the gitlab issue, and turn it into a better write-up! This'll have to…

  8. comment
    Comment #37592772

    Your mouse story makes me think of the day the CI system at work turned out not to be robust to vibrations. One day we started having flaky tests, seemingly out of nowhere. We quic…

  9. comment
    Comment #35254215

    This enables the C-r / M-c / C-t key bindings, but there's also a completion.bash file. This enables the "**" completion trigger, which can contextually complete paths, envvar name…

  10. comment
    Comment #33531313

    I am now reading The Grug Brained Developer for the first time, and thoroughly enjoying every minute of my time. Thank you for writing this!

  11. comment
    Comment #32824756

    > If you're a paying user it's 5GB per repository. TFA says 10 GB (and so does my experience). > A namespace is basically a user or project I believe you meant to write "a user or …

  12. comment
    Comment #32495614

    "Reproducible environments" sounds like a strong argument to me. If you don't have a reproducible environment, you have no guarantee that your code will work at any point in time. …