top | item 12869164

(no title)

yefim | 9 years ago

Reminds me of stacksort[1]

[1] https://gkoberger.github.io/stacksort/

discuss

order

dabber|9 years ago

Very funny. I hadn't seen this before. I particularly like:

>>Is it safe?

>>Uh… it evals both user input and random code, unchecked, from an external site. This is what security-minded folks would refer to as Very Bad™.

gkoberger|9 years ago

I do my best to make it safe(ish), though :) It only runs code samples that were posted before I made StackSort.

nom|9 years ago

It's not hard to imagine that stacksort works, but seeing it in action is really something different. It's scary and awesome at the same time.