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
- HN profile
- View on Hacker News ↗
About throwaway_pdp09
No profile information was provided.
Recent public activity
-
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…
-
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.
-
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…
-
comment
Comment #27858348
Mornington Crescent!
-
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) …
-
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,…
-
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 …
-
comment
Comment #25391431
Does that issue go away if you use packrat vs some other means?
-
comment
Comment #25391220
Can you give an example (or three) where that lets us down? That would be very helpful to me I suspect.
-
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.
-
comment
Comment #25390342
Prev post by me, if it's any help https://news.ycombinator.com/item?id=25210523
-
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 …
-
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…
-
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…
-
comment
Comment #25372111
MDMA works on what's there, it doesn't conjure up what was clearly not there in you at the time.
-
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…
-
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?
-
comment
Comment #25371865
Why?
-
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…
-
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 …
-
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.
-
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…
-
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…
-
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 …
-
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…