Wait. Is it not against the HN guidelines to regularly submit links to your own sites? Isn't that considered self-promotion and, thus, against the rules? I've got nothing against the author, personally, as I'd do the same, but seeing his submission page, I'd like to know how normal getting in trouble is for this practice or if the guidelines are enforced at all in this sense.
emailing hn@ycombinator.com is possibly a better way to raise a question about moderation like this fyi. mods may not see this comment but they probably will see a direct email. theyre probably the only ones who can answer your question / nudge you in a direction of understanding appropriately.
I added a real-time chat to my blog, people used it to attack me
91–100 of 110 posts
Re: I added a real-time chat to my blog, people used it to attack me
#92Earlier quoted context omitted.
Someday people will be able to disagree politically again without having to de-platform each other for doing so.
On the one hand, sure, but on the other hand I'm not hosting a Nazi bar and there are some political conversations I'm simply not interested in having. But I'm not even trying to filter for politics, really, so much as literal humanity and basic decency. Just that has become a hard problem. Dealing with trolls whose entire identity is performative politics is another.
Re: I added a real-time chat to my blog, people used it to attack me
#93Earlier quoted context omitted.
Exactly. I remember a website from the late 90s that let anonymous users control an LED sign in some shopping mall in Japan. More often than not there were things like swastikas and penises on the board. This type of behavior is nothing new, unfortunately.
Did these LED controls actually control lights or did they just switch out images?
Re: I added a real-time chat to my blog, people used it to attack me
#94Earlier quoted context omitted.
On the one hand, sure, but on the other hand I'm not hosting a Nazi bar and there are some political conversations I'm simply not interested in having. But I'm not even trying to filter for politics, really, so much as literal humanity and basic decency. Just that has become a hard problem. Dealing with trolls whose entire identity is performative politics is another.
I totally get that, but I also understand that the word "Nazi" has been redefined to mean something other than what it originally meant. This whole "redefinition" of language business has muddied the waters of trying to find literal humanity and basic decency. It is akin to redefining the word "hate" or "love". What you or I feel subjectively as hate or love in a given moment may be due to Vaseline on the lens of rea…
My definition is what matters to me. If you're a white supremacist, white separatist, antisemite, transphobic or homophobic, if you support fascist ideals and violence as a means to political ends, If you think Hitler did nothing wrong, if you think immigration and multiculturalism are objectively harmful to "civilization," that Islam is a "religion of evil" or that the "degenerates" needs to be put against the wall, then I'm going to call you a Nazi and I don't want to hear what you have to say about anything. No I'm not interested in litigating those terms either.
And yes, some of these can be laid at the feet of the left as well as the right. I don't fuck with tankies and BRICS-pilled socialists either.
Not every platform has to be a culture war battleground.
Re: I added a real-time chat to my blog, people used it to attack me
#95Earlier quoted context omitted.
When I checked it out, the chat was a cesspool of racism, zionism, and horny dudes. Occasionally cool fish emojis.
Right now there’s some minor probing, trying to get the site to print variables. There’s racism against Blacks. There’s antisemitism. There are a few people actually trying to say hi to one another. Then there’s a bot that replies to absolutely everyone and invites them to their gay male Chaturbate channel.
Re: I added a real-time chat to my blog, people used it to attack me
#96Re: I added a real-time chat to my blog, people used it to attack me
#97Earlier quoted context omitted.
It’s a blog post written by AI. AI makes everything ponderously dramatic.
That explains the opening line: >Sometimes the most irrelevant piece of a project becomes its absolute protagonist.
'Main focus' would be better in this situation
Re: I added a real-time chat to my blog, people used it to attack me
#98Earlier quoted context omitted.
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.
It pretends to be serious with 5 tables / charts: Django LiveView vs Phoenix LiveView: a real benchmark https://en.andros.dev/blog/80134668/django-liveview-vs-phoen...
Re: I added a real-time chat to my blog, people used it to attack me
#99Earlier quoted context omitted.
It pretends to be serious with 5 tables / charts: Django LiveView vs Phoenix LiveView: a real benchmark https://en.andros.dev/blog/80134668/django-liveview-vs-phoen...
Yeah, maximum concurrent clients being 50 is nothing and you're already seeing a large gap. That is the whole point of the BEAM - it scales well with concurrent stuff which is important with web in general and very important for LiveView.