Live data from Hacker News

Viewing profile — thestoicattack

thestoicattack

HN member
Joined
Fri, Apr 16, 2010, 7:47 PM UTC
HN karma
680
Public activity
121 items

About thestoicattack

No profile information was provided.

Recent public activity

  1. comment
    Comment #40908418

    > the readline keybindings come from Emacs > Because I’m a vim user, It took me a very long time to understand where these keybindings come from libreadline supports a basic vi mod…

  2. comment
    Comment #39898879

    git blame does include --ignore-rev and --ignore-revs-file, so maybe if people updated such a file when making small edits, it would make your life easier.

  3. comment
    Comment #37418334

    Dead github theory.

  4. story
  5. comment
    Comment #33279236

    GCC turns a fold over a parameter pack into test/sete and turns std::min == 0 into cmp/cmovg: https://godbolt.org/z/TjK7Gz74M

  6. story
  7. story
  8. story
  9. comment
    Comment #31894939

    In the novel, Rico is Filipino.

  10. comment
    Comment #31422725

    Yeah, I had to click through that article, which didn't link the docket, to get to a tweet with an image of a scan of a two-page order granting leave to file. It seems completely u…

  11. comment
    Comment #31206267

    Ada too, I think.

  12. story
  13. comment
    Comment #30993320

    > No doubt it's similarly easy using the vi keybindings. I'd do kbihelp for the first and k2bdwA for the second.

  14. comment
    Comment #30989415

    > Emmy Noether, Lisa Randall, Elise Meitner, Vera Rubin Chien-Shiung Wu!

  15. comment
    Comment #30948992

    A new analysis from Fermilab measures the W boson as 76 MeV heavier than the Standard Model predicts. The uncertainty in the measurement is 9 MeV.

  16. comment
    Comment #30676187

    (1999) > Published in the May 1999 issue of "The C/C++ Users Journal"

  17. comment
    Comment #30460169

    The article does mention at least one advantage, so it's not as if the ladder is being pulled up for no reason.

  18. story
  19. comment
    Comment #29811272

    As a note, find . -type f -exec grep stuff {} \; will also invoke a new grep process for every file, which can be slow. If you think find is going to return a lot of files, it is o…

  20. comment
    Comment #27835476

    I can't remember my terminal emulator ever crashing, much less crashing due to memory corruption. Maybe I've just been lucky.

  21. story
  22. story
  23. comment
    Comment #26971392

    I'm glad his memoir, "Carrying the Fire", got mentioned. It's one of the best astronaut memoirs.

  24. comment
    Comment #26947691

    House seat changes by state: (+2) TX (+1) CO, FL, MT, NC, OR (-1) CA, IL, MI, NY, OH, PA, WV (0) everyone else

  25. comment
    Comment #26917790

    You could also use std::bit_not https://en.cppreference.com/w/cpp/utility/functional/bit_not