Live data from Hacker News

I added a real-time chat to my blog, people used it to attack me

en.andros.dev

11–20 of 110 posts

Re: I added a real-time chat to my blog, people used it to attack me

#16

The chat is still there in the corner of this post, with people typing nasty shit into it. Well have fun delving into programmatic censorship I guess. Or just take it out. If you take the former path and post about trying to fix it here then I'm sure you'll get a lot more free testing of your attempts to enforce civility through regex or whatever. Enjoy learning about the Scunthorpe problem.

Neuralink will hopefully filter that out client side /s

If your audience is more than a handful of people, what's the purpose of chat?

Re: I added a real-time chat to my blog, people used it to attack me

#20

TL;DR: this is a toy example, so it doesn't require BEAM VM Hard to take this seriously without the loadtest with the the large number of concurrent users. For a number of users concurrently reading a long-tail blog post - you will get good results even using DotCom era HTTP polling. --- See: Django LiveView vs Phoenix LiveView: a real benchmark https://en.andros.dev/blog/80134668/django-liveview-vs-phoen...

What is there to take seriously? Sending a ~50 bytes to ~200 listeners over a websocket about once a second is trivial even for a Raspberry Pi.
Post reply on HN