Show HN: XKCD-inspired StackSort
gkoberger.github.com
Show HN: XKCD-inspired StackSort
1–10 of 210 posts
Re: Show HN: XKCD-inspired StackSort
#2It tries to sort a list or JSON by fetching code from StackOverflow until it properly sorts the input.
Re: Show HN: XKCD-inspired StackSort
#3Re: Show HN: XKCD-inspired StackSort
#4This was inspired by the alt-text from last week's "Ineffective Sorts" xkcd ( http://xkcd.com/1185/ ). It tries to sort a list or JSON by fetching code from StackOverflow until it properly sorts the input.
Re: Show HN: XKCD-inspired StackSort
#5Edit: It makes me want to do something crazy like setup a tool chain that cobbles whole programs together with trial and error like this. Throw enough resources at it maybe it will be faster and cheaper than your avg. developer.
It will be an unmaintainable mess as if you used Brainfuck or Perl. But it will run, by god, it will run. :D
You laugh now, but imagine a bizarre combination of genetic programming and machine learning with Stackoverflow and Github used as corpuses. Great Scott!
Re: Show HN: XKCD-inspired StackSort
#6This was inspired by the alt-text from last week's "Ineffective Sorts" xkcd ( http://xkcd.com/1185/ ). It tries to sort a list or JSON by fetching code from StackOverflow until it properly sorts the input.
Do you test the result, or just hope if it runs, it actually worked?
Re: Show HN: XKCD-inspired StackSort
#7If you give it about 30 seconds it works eventually, this is beautiful. I had a good laugh. Edit: It makes me want to do something crazy like setup a tool chain that cobbles whole programs together with trial and error like this. Throw enough resources at it maybe it will be faster and cheaper than your avg. developer. It will be an unmaintainable mess as if you used Brainfuck or Perl. But it will run, by god, it wil…
Re: Show HN: XKCD-inspired StackSort
#8If you give it about 30 seconds it works eventually, this is beautiful. I had a good laugh. Edit: It makes me want to do something crazy like setup a tool chain that cobbles whole programs together with trial and error like this. Throw enough resources at it maybe it will be faster and cheaper than your avg. developer. It will be an unmaintainable mess as if you used Brainfuck or Perl. But it will run, by god, it wil…
Re: Show HN: XKCD-inspired StackSort
#9This was inspired by the alt-text from last week's "Ineffective Sorts" xkcd ( http://xkcd.com/1185/ ). It tries to sort a list or JSON by fetching code from StackOverflow until it properly sorts the input.
Do you test the result, or just hope if it runs, it actually worked?
1) I thought it would defeat the purpose
2) "Sort" is very arbitrary. Do you want to sort by key or value? Is "1000" bigger or smaller than "2"? etc