Live data from Hacker News

Viewing profile — throwaway_pdp09

throwaway_pdp09

HN member
Joined
Wed, Sep 04, 2019, 1:58 PM UTC
HN karma
1,611
Public activity
1,581 items

About throwaway_pdp09

No profile information was provided.

Recent public activity

  1. comment
    Comment #28683605

    It's animated (and there are 3 on that page totalling 35MB). Some systems unfold each frame into its own image and store that. Please open firefox to that page, leave it open for a…

  2. comment
    Comment #28673538

    Your damn animated gif has sucked up >4.7GB in my browser and crashed it. Not impressed. Did animation actually add anything significant anyway.

  3. comment
    Comment #28431487

    I'm doing a project perhaps relevant to this. Talk of declarative schemas (or what you imply they offer) is very interesting and I'd like to know more but I can't find anything rel…

  4. comment
    Comment #27858348

    Mornington Crescent!

  5. comment
    Comment #25396930

    Parsing (use of rather than theory) matters as it affects my work. So I followed up. See https://youtu.be/Jes3bD6P0To Tree sitter is based on LR parsing (see 23:30 in above video) …

  6. comment
    Comment #25396864

    You're ignoring the ; which are sync points. > How can you be sure that that } is the end of a certain defined block If it's not in a string, what else is it but a typo? If a typo,…

  7. comment
    Comment #25396799

    Yours is the toxic comment. Appeal to authority is fine if the authority is an authority and WB has proven his. Suggestions of intention to flatter and accusations of hero worship …

  8. comment
    Comment #25391431

    Does that issue go away if you use packrat vs some other means?

  9. comment
    Comment #25391220

    Can you give an example (or three) where that lets us down? That would be very helpful to me I suspect.

  10. comment
    Comment #25391196

    Text -> parser -> AST -> job done. If it's any different in an IDE vs anything else I'd like to know how.

  11. comment
    Comment #25390342

    Prev post by me, if it's any help https://news.ycombinator.com/item?id=25210523

  12. comment
    Comment #25390334

    I have some idea what I'm talking about, see my post https://news.ycombinator.com/item?id=25210523 and I don't kniow about why using a packrat over anything else. I pull something …

  13. comment
    Comment #25373225

    > let's say your bank's website uses JavaScript, what do you do Well mate, take a guess :) I do it on the phone only (and I don't mean smartphone). I've had a little exposure to ba…

  14. comment
    Comment #25372795

    > maybe I should try it with some Firefox extensions So you're making fun of me although you haven't tried it. Yeah, okay. > But I expect 95% of the web to break if I disable it An…

  15. comment
    Comment #25372111

    MDMA works on what's there, it doesn't conjure up what was clearly not there in you at the time.

  16. comment
    Comment #25371998

    > Americans aren’t capable of dealing with a problem where their actions impact others more than themselves. While it's true USA'ians are probably more individualistic than many ot…

  17. comment
    Comment #25371885

    You acknowledge javascript has all the serious downsides of flash, then denigrate us who disable it for the very reasons you've given?

  18. comment
  19. comment
    Comment #25359799

    > easy to tell if a type can have cycles or not at compile-time, you just need to check if it refers to itself Certainly useful at times as I suppose it may be used to ensure you d…

  20. comment
    Comment #25357206

    I purposefully used the word 'efficient' in my original post. Of course you can find cycles many ways, but floyd's (or similar) are not acceptably fast and never can be in general …

  21. comment
    Comment #25357069

    Would you consider full graph scan efficient? Would you like a full graph scan after every allocation, millions of times a second? I don't understand why you said that.

  22. comment
    Comment #25356815

    Fair question, was unclear. Cycle detection at point of creation (when a pointer is set). You can do a full scan of data structure graph after every malloc but that's equivalent to…

  23. comment
    Comment #25356797

    Fast web pages unquestionably exist. This just spends a lot of text (and 2 pointless images, as noted by the top comment in that article) to pretend they don't. Now there's a reaso…

  24. comment
    Comment #25351592

    Pretty sure no efficent run-time algo for general cycle detection exists. It has (AFAIK) been a big area in garbage collection for a long while, so smart people have been all over …

  25. comment
    Comment #25351550

    I've used MS Word over very many years and I'm happy to say that it is a far better product now than it ever was in terms of reliability and doing what it's supposed to do. I'd eve…