Live data from Hacker News

Viewing profile — geosh

geosh

HN member
Joined
Tue, Jun 13, 2023, 7:37 AM UTC
HN karma
13
Public activity
8 items

About geosh

No profile information was provided.

Recent public activity

  1. comment
    Comment #39939356

    A link to the commentary asks me to share my data with their 165 partners. I find it ironic.

  2. comment
    Comment #39626737

    I had to double check if posh isn't some of 1st April RFC

  3. comment
    Comment #38376932

    This is from February 2022. This should be in the title.

  4. comment
    Comment #38057029

    It's in the article. You should read it. tl;dr - healthy individual without family history could be more likely to refuse the screening (less refuses were diagnosed with CRC than t…

  5. comment
    Comment #37118963

    It's like a communist party opens a dam or a factory earlier just because it's the party's anniversary.

  6. comment
    Comment #36421397

    Oh, I forgot about \+. I still pipe to xargs every single time.

  7. comment
    Comment #36421385

    I've never used plan9. In Linux you do "find -print0 | xargs -0" to deal with that. Im not sure how one can do \0 separator with du, plan9's du(1) doesn't list such option.

  8. comment
    Comment #36415792

    ... | xargs grep -Hn regex This will also be faster, because you fork less.