Live data from Hacker News

Viewing profile — ghusbands

ghusbands

HN member
Joined
Mon, Aug 08, 2011, 11:14 PM UTC
HN karma
3,072
Public activity
940 items

About ghusbands

JS, C#, HTML, language implementation.

Recent public activity

  1. comment
    Comment #49225176

    The article now says "[UPDATE, SATURDAY 8 AUGUST: Consider this entire story retracted for now. Details forthcoming.]"

  2. comment
    Comment #49159665

    In common usage, "regex" means patterns accepted by regex engines like PCRE. Police the formal term "regular expression" if you like, but ordinary usage does not honour that distin…

  3. comment
    Comment #48872417

    Every optimisation like this increases the chance of other optimisations/vectorisations being able to usefully fire, and sometimes these very specific cases are themselves from opt…

  4. comment
  5. comment
    Comment #47909537

    Do you posit that there are enough examples of 30x8 ellipses encoded in braille online for ChatGPT to learn from but not 31x7 or 31x9 ellipses? That seems unlikely.

  6. comment
    Comment #47887727

    They lost me a little before then - Claude Code's regressions were so very obvious and there's no sign they've learned their lesson in this article or in the comments of those who …

  7. comment
    Comment #47867700

    In the video in question, he doesn't seem able to choose a good scoring function for the stochastic solver (even over multiple weeks), seemingly choosing a linear sum of distances …

  8. comment
  9. comment
    Comment #47863005

    Partly, it's simply that words matter. An interpreter is not a compiler, even if partial evaluators and Futamura transforms are very cool. Posting about them in a context that isn'…

  10. comment
    Comment #47811710

    Yes, that's another great example of the same kind of thing - creating a JIT from an interpreter. It remains true that interpreters do not directly generate machine code.

  11. comment
    Comment #47810381

    That's a partial evaluator, not an interpreter, and it converts an interpreter into compiler, which are different things.

  12. comment
    Comment #47810356

    This is still incorrect. A bytecode interpreter, as its name indicates, interprets a bytecode. Typically, compiling a bytecode to native machine code is the work of a JIT compiler.…

  13. comment
    Comment #47806072

    It has DEFLATE code, Snappy code, LZ4 code, ZSTD exploration, and describes many involved sub-algorithms, with diagrams - what more were you wanting?

  14. comment
    Comment #47762499

    I wonder why most of the "g" characters are cropped.

  15. comment
    Comment #47743849

    True, but that’s using “effects” in a broader sense than people seem to mean here. The discussion seems to be about the visible effects the audience experiences as effects, and whe…

  16. comment
    Comment #47676400

    Even with high effort, the adaptive thinking can just choose no thinking. See bcherny's post they were replying to: https://news.ycombinator.com/item?id=47668520

  17. comment
    Comment #47630047

    Steganography is (hopefully invisibly) hiding information in an image, not creating an image that so obviously encodes information.

  18. comment
    Comment #47491442

    A common misconception is that git works with diffs as a primary representation of patches, and that's the implied reading of "stores diffs". Yes, git uses diffs as an optimisation…

  19. comment
  20. comment
    Comment #47070892

    Yes, once you use 'unsafe' to bypass the safety model, you don't get safety. Edit: If you reply with a reply, rather than edits, you don't get such confusion.

  21. comment
  22. comment
    Comment #46669930

    The comments on this site (HN) may be what most people are talking about. Youtube comments are too easily censored, so they probably will never manage to stick around.

  23. comment
    Comment #46567004

    I would probably see text quality issues on that setup. It depends on how far away the monitor is. PPI on phone screens tends to be much higher than PPI on laptops which tends to b…

  24. comment
    Comment #46566817

    In my experience, it seems to. My astigmatism (or other eye stuff) seems to move different colours different amounts, leading to wider RGB pixels and making things like Cleartype s…

  25. comment
    Comment #46565908

    It's not like the Cleartype tuner actually does what the pages claim - you can go through and use the magnifier to choose the grayscale-only outcomes and still see Windows doing RG…