Live data from Hacker News

Viewing profile — superbatfish

superbatfish

HN member
Joined
Wed, Jun 11, 2014, 2:36 AM UTC
HN karma
508
Public activity
128 items

About superbatfish

No profile information was provided.

Recent public activity

  1. comment
    Comment #47426429

    This is accurate and the parent commenter here seems to be echoing a common misconception. Either they are confused or they need to elaborate more to demonstrate that they have a v…

  2. comment
    Comment #47404776

    When I read an article about Python optimizations, I typically expect to have significant objections. But this one was great, actually.

  3. comment
    Comment #44947543

    >Implementing `pipe` would be fun, but I'll leave it as an exercise for the reader. I like exercise: https://gist.github.com/stuarteberg/6bcbe3feb7fba4dc2574a989...

  4. comment
    Comment #43005395

    On the other hand, the authors make plenty of other great points -- about the fact that LLMs can produce bullshit, can be inaccurate, can be used for deception and other harms, are…

  5. comment
    Comment #43001118

    The author makes this assertion about LLMs rather casually: >They don’t engage in logical reasoning. This is still a hotly debated question, but at this point the burden of proof i…

  6. comment
    Comment #38613350

    Honestly, this might be an unpopular opinion, but I'll just say it: Brainfuck is not a great programming language for production use-cases.

  7. comment
    Comment #37803741

    Gotta love the word “just” in that first paragraph. The majority of the research money behind most (if not all) drugs, is spent well after academia’s contribution. Clinical trials …

  8. comment
    Comment #36085162

    Personally, I think I would, at least at first. If someone without the necessary expertise chimes in with an unhelpful answer within minutes of a question being asked, then everyon…

  9. comment
    Comment #35330341

    It think the parent's point here could be rephrased like this: Copyright law treats "involved a human" vs. "involved a machine" as fundamentally different just because humans are s…

  10. comment
    Comment #35248045

    There are at least two potential issues pertaining to copyright law here, and it's not clear which one you're asking about. That's why the responses you're getting here seem to be …

  11. comment
    Comment #35174102

    You might already be advanced beyond high-level introductory material, but this short book chapter by Chris Lattner himself was a good read for me (a casual reader, not a compiler …

  12. comment
    Comment #34650787

    The answer is that once you’re able to definitively recognize it in at least one form, you’ll start to recognize similar, not quite identical forms. The sapling form is not quite t…

  13. comment
    Comment #34073257

    I'm afraid you have it exactly backwards. The problem isn't that it doesn't work -- the problem is that it does work. And to the extent that it isn't perfect, well, it's still impr…

  14. comment
    Comment #33923959

    The Systems 1 & 2 analogy has also been made by Emad Mostaque, (CEO of Stability AI). He probably wasn’t the first, I bet.

  15. comment
    Comment #33749363

    The Koyaanisqatsi cinematographer went on to become a director himself, and made the movie “Baraka” in the same style. IMHO, it’s even better.

  16. comment
    Comment #33647549

    Some people like granular comments, and some people only want high-level comments. I’ve long suspected that both camps are correct, because they’re using different languages. A sin…

  17. comment
    Comment #33581110

    According to Dmitry Kobak, some details in these figures are merely convergence artifacts, and no longer produced when using more recent versions of UMAP. https://twitter.com/hippo…

  18. comment
    Comment #33349993

    He explicitly mentioned that path…

  19. comment
    Comment #33215232

    Matt Yglesias’s new podcast “Bad Takes” did an episode about this, covering some of the meta-issues (as you might imagine). https://www.grid.news/story/podcasts/2022/09/30/bad-take…

  20. comment
    Comment #32892472

    This question wording is very unfortunate: “Do you mind if your comment is made public?” Many people will respond with the opposite answer they intend to convey. This is especially…

  21. comment
    Comment #32745843

    If you are willing to accept the various caveats that come with -ffast-math for your own library, then it looks like it's okay to use -ffast-math during compilation , but not durin…

  22. story
  23. comment
    Comment #31493069

    I'm a big fan of the logging module, but it can't solve the problem of silencing or redirecting noisy C extensions. For extensions which you control, maybe the ideal option would b…

  24. comment
    Comment #31481257

    The redirect() method shown in this post only works for output that is written via the Python sys.stdout handle. If your code links against C/C++ extensions that have internal prin…

  25. comment
    Comment #29130414

    As a variant of option 2, could one create a new tag at the pre-merge commit?