History of Lambda Syntax

2 pointsposted a day ago
by tanelpoder

6 Comments

gnabgib

a day ago

You've been tricked by your local URL

tanelpoder

a day ago

I submitted the link that Julian posted (to his article) on X yesterday. There’s indeed some refresh action in my browser too, but the article opens up.

gnabgib

a day ago

When it was first submitted the URL was http://0.0.0.0:4000/ .. that's since been magically fixed (by a mod?). I checked http://www.hydromatic.net and the post wasn't visible their either (most recent was Morel Rust release 0.2.0)

tanelpoder

a day ago

Interesting. I just posted the link from this X post [1] without modifying it (and it wasn’t 0.0.0.0…). I think one thing HN does is that when it detects a HTTP redirect, it will start using the referred to URL instead…

[1] https://x.com/julianhyde/status/1982637782544900243

gnabgib

a day ago

Yep.. it was the canonical header (not the fault of your submission, it's wrong on the blog and will effected SEO):

  <link rel="canonical" href="http://0.0.0.0:4000/draft-blog/2025/10/26/history-of-lambda-syntax.html" />
.. that the blog is called draft-blog doesn't help either.