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
Show HN: Draw a fish and watch it swim with the others
201–210 of 247 posts
Re: Show HN: Draw a fish and watch it swim with the others
#202Earlier 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…
Re: Show HN: Draw a fish and watch it swim with the others
#203Re: Show HN: Draw a fish and watch it swim with the others
#204Now to share with my grandkids.
Re: Show HN: Draw a fish and watch it swim with the others
#205Re: Show HN: Draw a fish and watch it swim with the others
#206Re: Show HN: Draw a fish and watch it swim with the others
#207The 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.
Re: Show HN: Draw a fish and watch it swim with the others
#208Re: Show HN: Draw a fish and watch it swim with the others
#209Re: Show HN: Draw a fish and watch it swim with the others
#210There’s a museum in Tokyo that has this but for physically drawn fish and is then projected on a large wall. Cool to see a digital version