Live data from Hacker News

Show HN: Draw a fish and watch it swim with the others

drawafish.com

201–210 of 247 posts

Re: Show HN: Draw a fish and watch it swim with the others

#201
post #196

Earlier quoted context omitted.

I am literally trying my best to draw a fish only to be told it is only 30% likely to be a fish. Cruel.

My hot dog with a smiley face got a 64%, I'm sorry. Semi relevant Silicon Valley clip (maybe nsfw, language) https://www.youtube.com/watch?v=ACmydtFDTGs

Well what's the difference between a lamprey and an hot dog?

Re: Show HN: Draw a fish and watch it swim with the others

#202
post #190

Earlier quoted context omitted.

To be fair, everything on the client is raw string interpolation. It's only secure if you comprehensively vet everything once it's on the server.

That's absolutely not true. Sanitization on the client is significantly safer, because the client knows how it parses HTML, while the server can, at best, guess (and hope it follows the spec). When you set element.textContent = someUserGeneratedContent, the browser guarantees that the user-generated content will never be parsed as HTML. response.write(" " + sanitize(someUserGeneratedContent) + " ") has no such guaran…

If that’s all you want, it’s trivial to replace all < and & with their encodings.

Re: Show HN: Draw a fish and watch it swim with the others

#205
This is my favorite thing today! I only saw one penis fish (with the penis nestled inside the face, as a facial feature of sorts). That's pretty good for a drawing app on the internet, well done! I've given up on running public apps that accept user contributions.

Re: Show HN: Draw a fish and watch it swim with the others

#207

The leaderboard is fascinating. Some people are clearly putting a lot of time into this, while the rest of us are trying to sneak phallic shapes past your CNN. 1. https://drawafish.com/rank.html?userId=1753510318634_cdeh6a4...

I was extremely happy with my 60% Wang fish. And now after looking at the leaderboard I feel bad.

I drew a real triumphant one that edged over the 60% threshold. Then read that the mod queue was at 63% and had to do it all over again.

Re: Show HN: Draw a fish and watch it swim with the others

#208
post #201
post #196

Earlier quoted context omitted.

My hot dog with a smiley face got a 64%, I'm sorry. Semi relevant Silicon Valley clip (maybe nsfw, language) https://www.youtube.com/watch?v=ACmydtFDTGs

Well what's the difference between a lamprey and an hot dog?

[flagged]
Post reply on HN