Live data from Hacker News

Have Your Say. Louder

news.ycombinator.com

1–4 of 4 posts

Have Your Say. Louder

#1
Started this a while back with Django. This lets you write something over a whole webpage in big letters.

Find source at https://github.com/hasithsen/sayit. Hosted at https://sayit.hsen.tech.

Feedback is very much appreciated. Thanks!

Re: Have Your Say. Louder

#3

Clicky: https://sayit.hsen.tech I just checked that it accepts unicode characters (at least latin-1). Back in my days, sites used to crash when the texts was not ascii. Do you have yet spam or other forms of abuse?

Hey thanks! inputs are cleaned through a ModelForm[1][2], and luckily, no spam. At least not yet :)

[1] https://github.com/hasithsen/sayit/blob/main/stage/forms.py [2] https://github.com/hasithsen/sayit/blob/main/stage/models.py