Hacker Newsnew | past | comments | ask | show | jobs | submit | michaelbarton's commentslogin

Sounds like the most blatant case of false advertising since the movie The Neverending Story

Exactly. It’s not that getting rid of duplicates is bad, is that they may be a symptom of something worse. E.g. incorrect aggregation logic

Malware might be a bit of stretch but could refer to this issue?

https://github.com/steveyegge/beads/issues/1857


I’m worried we end up with an AIG moment, and we all end up on the hook.


That's a valid fear imo.


There used to be a saying along the lines of “while you’re designing your application to scale to 1m requests/min, someone out there is making $1m ARR with php and duct tape”

It feels like this takes on a whole new meaning now we have agents - which I think is the same point you were making


Curious what you might consider “adequate shrinking”?

Horshoe priors, partial pooling, something more?

I realize that might be highly subject


I guess this depends on the problem at hand.

But I was thinking about a typical hierarchical model with partial pooling and standard weakly informative priors.


What’s interesting to me is that is funded by the Norwegian government


I wonder if anyone can say if there’s much risk of sub prime private credit? Not sure if that’s the right term. My understanding is that synthetic CDOs are the rise again, this backed by private credit - which the article is discussing


I wonder if then Idris would be even better than that since it has even more typing


Without being facetious, isn’t HTML a dialect of XML and very widely used?


HTML is actually a dialect of SGML. XHTML was an attempt to move to an XML-based foundation, but XML's strictness in parsing worked against it, and eventually folks just standardized how HTML parsers should interpret ill-formed HTML instead.


I do wish they at least allowed you to make any tag self closing so I can do <div class="my-element" /> without needing to include a </div>


Ah good to know. It’s interesting (to me) how similar they look to each other but you and other commentators below mention how they’re more like distant cousins

I suppose the proof is in the parsing


No, HTML was historically supposed to be a subset of SGML; XML is also an application of SGML. XHTML is the XML version of HTML. As of HTML5, HTML is no longer technically SGML or XML.


HTML is far loosier-goosier in its syntax than XML allows. There was an attempt to nail its syntax down in the pre-HTML 5 days; that's XHTML. When HTML 5 pivoted away from that, that spelled the end of these two things ever coming together.

Really, I think you can trace a lot of the "XML is spooky old technology" mindset to the release of HTML 5. That was when XML stopped being directly relevant to the web, though of course it still lives on in many other domains and legacy web apps.


> There was an attempt to nail its syntax down in the pre-HTML 5 days; that's XHTML. When HTML 5 pivoted away from that, that spelled the end of these two things ever coming together.

Exactly the opposite; WHATWG “Living Standard” HTML (different releases of which were used as the basis for W3C HTML5, 5.1, and 5.2 before the W3C stopped doing that) includes an XML serialization as part of the spec, so now the HTML-in-XML is permanently in sync with and feature-matched with plain HTML.


https://html.spec.whatwg.org/multipage/xhtml.html

“Warning! Using the XML syntax is not recommended, for reasons which include the fact that there is no specification which defines the rules for how an XML parser must map a string of bytes or characters into a Document object, as well as the fact that the XML syntax is essentially unmaintained — in that, it’s not expected that any further features will ever be added to the XML syntax (even when such features have been added to the HTML syntax).”


No, HTML was a specific application profile of SGML (modern HTML, I believe, no longer technically is), XML is a newer (than HTML) application profile of SGML inspired by HTML but aiming for greater generality.

XHTML was an attempt to encode HTML semantics (approximately, each version of XHTML also altered some semantics from HTML and previous XHTML versions) in XML, and the XML serialization of modern, WHATWG HTML exactly encodes HTML semantics in XML.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: