Elsewhere on the page, they avoid mentioning Yandex. In fact, do they ever mention Yandex?
That’s probably not to advertise for that company. I don’t see why it’s sad?
HN user
Building Mailmeteor.com
Elsewhere on the page, they avoid mentioning Yandex. In fact, do they ever mention Yandex?
That’s probably not to advertise for that company. I don’t see why it’s sad?
You would just get called from an agent (bot) based in your country. There’s no easy way to prevent that. Fraud is massive and it’s becoming cheaper and easier to run at scale.
It’s a duplicate in fact
Can you elaborate?
It's a static site that renders the youtube thumbnail + a red play button. When you click on it, it loads the youtube iframe. So it's basically deferring the cookie consent and all.
We implemented it as a drop-in replacement:
-- <iframe src="https://www.youtube.com/embed/aqz-KE-bpKQ">
++ <iframe src="https://www.embedlite.com/embed/aqz-KE-bpKQ">
Nothing else needed.It’s énorme!
The aircraft career has a submarine and other ships to defend him.
So they are all at risk.
Thanks for sharing your thoughts too. I still have the feeling that broad adoption comes from simple things that just work. And the complicated stuff is more optional.
Temporal is a good idea, but the API is too complicated for broad adoption:
- new Date() equivalent in Temporal is `const now = Temporal.Now.zonedDateTimeISO();`.
- Date.now() equivalent is `Temporal.Now.instant().epochMilliseconds`
- It’s PascalCase, where JS is mostly snakeCase.
- nanoseconds per default. who needs that except Bloomberg? It should have been an option
It’s definitely great all the efforts put in place, but it’s not going to be a replacement to Date which such a complicated design.
Have you heard of Mailmeteor?
Same thing in France with Vinted
Quite impressive the number of IP addresses that Amazon detains.
Reminds me of Mike Horn, who travelled around the globe trying to say on the equator as much as he can. That being the longest round-trip.
He walked a bit, but mostly sailed though.
The book (Equator) worths the read. Especially the part in Africa.
Unreadable...
They will just have to change of LLM provider.
McDonald’s has brand moat. So does Coca-Cola. And many more products. The switching cost is null, but the brand does it all.
Same as GitHub or Slack downtimes severely impact productivity.
It’s one thing to provide hints of a response (10 blue links) and the response (AI).
Too much JavaScript for me. Why not offering something as simple as `<a href="…" rel="prefetch">`
You built emojipedia? I’m impressed.
By the way the link is broken on your website.
On the YouTube embed aspect, using a component can take lots of time and efforts.
Just sharing another approach where you keep the YouTube embed iframe, but replace the domain "youtube.com" by this specific domain "embedlite.com". It loads only the thumbnail of the video and when someone clicks on it, it loads the full YouTube player.
More info: https://www.embedlite.com
OP here. YouTube embed iframe is a nightmare in terms of performance. Almost 1MB per video embedded. That’s insane!
We tried different techniques to improve this and ended up building an (open source) solution that’s dead-simple.
Why this timeline? What’s missing today that would make it possible in 5-10 years?
Maybe content marketing ins’t dead after all. Just the readers have shifted and now you write for LLMs. They will be trained on your articles, to summarize them for LLM readers (aka humans).
In a world where AI is the front door to commerce and discovery, the question for marketers is: Will the model remember you?
So the question for marketers is: how do you get into the model. And once you are in, how do you outperform others that are in the model too?
Apparently, it’s for fighting scams: https://blog.google/technology/safety-security/how-were-usin...
Looks like a (web) Landing Page to me. Funny that the marketing UI is still the same.
Content marketing is dead. AI has killed it. One of our main marketing channels was writing SEO-oriented articles on our company’s blog. The traffic has steadily decreased over the last year despite huge efforts.
That doesn’t mean SEO is dead though.
Curious about the use cases here. Building AI Agents? But which one?
I have one question: why ˋTemporal`? That looks weird to me. Why now `Time`?