Viewing profile — thestoicattack
thestoicattack
HN member- Joined
- Fri, Apr 16, 2010, 7:47 PM UTC
- HN karma
- 680
- Public activity
- 121 items
- HN profile
- View on Hacker News ↗
About thestoicattack
No profile information was provided.
Recent public activity
-
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…
-
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.
-
comment
Comment #37418334
Dead github theory.
- story
-
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
- story
- story
- story
-
comment
Comment #31894939
In the novel, Rico is Filipino.
-
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…
-
comment
Comment #31206267
Ada too, I think.
- story
-
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.
-
comment
Comment #30989415
> Emmy Noether, Lisa Randall, Elise Meitner, Vera Rubin Chien-Shiung Wu!
-
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.
-
comment
Comment #30676187
(1999) > Published in the May 1999 issue of "The C/C++ Users Journal"
-
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.
- story
-
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…
-
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.
- story
- story
-
comment
Comment #26971392
I'm glad his memoir, "Carrying the Fire", got mentioned. It's one of the best astronaut memoirs.
-
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
-
comment
Comment #26917790
You could also use std::bit_not https://en.cppreference.com/w/cpp/utility/functional/bit_not