Days after the fake story about Cursor building a web browser from scratch with GPT-5.2 was debunked. Disbelief should be the default reaction to stories like this.
Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
171–180 of 231 posts
Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#172Earlier quoted context omitted.
This person works for Cloudflare. What else are they "vibe coding?" How long until Cloudflare shuts off half the internet due to a "mistake" again? How much longer are we going to accept that these are mistakes?
> How much longer are we going to accept that these are mistakes? How much longer are shareholders** going to accept that these are mistakes?
Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#173My charitable read on this is that an individual vibe-coded both the post and repository and was able to publish to the Cloudflare blog without it actually being reviewed or vetted. They also are not an engineer and when the agent hallucinated “I have built and tested this and it is production grade,” they took it at face value. You can tell since the code is in a public repository and not Cloudflare’s, which IMO is…
Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#174The developer just "cleaned up the code comments", i.e. they removed all TODOs from the code: https://github.com/nkuntz1934/matrix-workers/commit/2d3969dd... Professionalism at its finest!
I also use this as a simple heuristic: https://github.com/nkuntz1934/matrix-workers/commits/main/ There exist only two commits. I've never seen a "real" project that looks like this.
Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#175Earlier quoted context omitted.
This person works for Cloudflare. What else are they "vibe coding?" How long until Cloudflare shuts off half the internet due to a "mistake" again? How much longer are we going to accept that these are mistakes?
> How much longer are we going to accept that these are mistakes? How much longer are shareholders** going to accept that these are mistakes?
To be fair I've benefited from that in the past; this is an observation of my own that doesn't represent the views of any of my current or former employers.
Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#176Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#177Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#178Since cloudflare are busy editing this blog post to say something completely different from what it originally said, I feel that this archive link is relevant https://archive.ph/AbxU5
Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#179Days after the fake story about Cursor building a web browser from scratch with GPT-5.2 was debunked. Disbelief should be the default reaction to stories like this.
Btw, after I wrote that initial article ("Cursor's latest "browser experiment" implied success without evidence"), I gave it my own try to write a browser from scratch with just one agent, using no 3rd party crates, only commonly available system libraries, and just made a Show HN about it: https://news.ycombinator.com/item?id=46779522 The end result: Me and one agent (codex) managed to build something more or less t…
Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#180I have limited experience with Matrix, but you don't actually need Synapse (reference homeserver) which is quite a resource hog and not even remotely easy to setup/administer.
You can just use the lightweight Continuwuity homeserver for the Matrix part, and Caddy for the reverse proxy/TLS/ACME part, installed on a VPS. Both require minimal configuration, and provide packages for many Linux distributions, as well as Docker images.
(Continuwuity is a fork of conduwuit which was a fork of Conduit. Conduit was abandoned, but is now active again, and there are also other active forks as well. However, it seems to me that Continuwuity is currently the most active fork.)