Live data from Hacker News

Viewing profile — GrumpySloth

GrumpySloth

HN member
Joined
Sun, Sep 13, 2020, 10:59 AM UTC
HN karma
4,901
Public activity
1,641 items

About GrumpySloth

No profile information was provided.

Recent public activity

  1. comment
    Comment #40103248

    Except the plane is going to survive. Only the passengers aren’t going to. On the other hand, there are going to be new passengers. Assuming we don’t blow up the plane with nukes.

  2. comment
    Comment #40092039

    I suspected Frege, which is why I went looking for a source, but found Peirce instead. Good catch.

  3. comment
    Comment #40091498

    > That you would deride Wittgenstein on a math/CS forum, when he is literally the person who thought up the concept of truth tables, seems quite egregious. That would be Charles Pe…

  4. comment
    Comment #40075387

    Yeah, thanks for the save, Russia: > The Uprising started when the Red Army appeared on the city's doorstep, and the Poles in Warsaw were counting on Soviet front capturing or forw…

  5. comment
    Comment #40075299

    This should be fixed, not embraced.

  6. comment
    Comment #40067796

    Around 2012 XFCE would use around 448MB. That's more than a decade ago.

  7. comment
    Comment #40044284

    Fun fact: , in C is what ; is in ML.

  8. comment
    Comment #40037902

    >> - F ing templates - for those who like them, did you ever see a C++ core file? Or tried to understand a single symbol?* > I have 20+ years of experience writing C++. > Yes, I've…

  9. comment
    Comment #40031715

    > I’m not sure how often it’s posted here but Benno Rice formerly of FreeBSD Core Team has an excellent and amusing discussion of systemd’s technical merits. IMO he makes a couple …

  10. comment
    Comment #40027767

    Although true, in most cases when people talk about dead code elimination, they refer to eliminating code inside a function, whereas tree-shaking unambiguously refers to inter-proc…

  11. comment
    Comment #40026752

    If you regularly switch languages or, even worse, use multiple languages in the same messages, autocorrect gets in the way more than it helps. In monolingual contexts it’s almost a…

  12. comment
  13. comment
    Comment #40015777

    I’ve been suspicious of and disconcerted by the amount of AI-related news coming out of Kagi. I unapologetically hate the current AI craze and am turned off whenever I see it appea…

  14. comment
    Comment #40015308

    As a native Polish speaker I prefer English in many ways. One of the complaints about English listed in TFA is that the words are shorter than in Slavic languages. That’s actually …

  15. comment
  16. comment
    Comment #39990359

    It omits some characters from its output. It also mangles some others through octal escape codes or other such stuff. Depending on flags it will also not handle filenames with spac…

  17. comment
    Comment #39972655

    Shouldn’t deflation cause people to want to spend less? Spending deflating money is throwing out an appreciating asset. Japan used to suffer from long-term deflation and I’ve heard…

  18. comment
    Comment #39970710

    In the case of Poland though only a tiny fraction of it was captured by the Austro-Hungarian Empire. The largest portion was captured by Russia. Second largest by German Empire. I …

  19. comment
    Comment #39970003

    The popularisation of the concept of Central Europe stems from some people being ashamed of being from Eastern Europe and feeling inferior to Western Europe. Eastern Europe is defi…

  20. comment
    Comment #39969935

    A subset of Northern Europe is in Eastern Europe. They’re not disjoint. In particular all Baltic countries are in Eastern Europe (as is visible on the map in the article you linked…

  21. comment
    Comment #39967885

    What do you mean by that? Did Finland change location over time? Also, two Eastern European countries that I have first-hand knowledge of: Poland and Estonia are much more digitise…

  22. comment
    Comment #39954359

    Honestly I blame Ohmyzsh for zsh's reputation of having inscrutable configuration and being bloated or sometimes slow. Those configuration frameworks make people helpless when they…

  23. comment
  24. comment
    Comment #39925378

    I’m talking about C++. You wrote that Clang already had friendly error messages. While they were less unfriendly than GCC, calling them friendly is a stretch. Rust having traits in…

  25. comment
    Comment #39925311

    Not when you called templated functions and were greeted with compile-time template stack traces. Or you called overloaded functions and were presented with 50 alternatives you mig…