> This makes me think I should upload my random computational intelligence assignments and get sweet, delicious karma.
Does karma matter that much to you?
> Edit: OK, I was a bit snarky, but I'm serious.
Well, what's stopping you? The fear of getting people to hate at you like this in comments? Really, you can do much better than this.
> I see these things on HN all the time. These are, quite literally, undergraduate projects.
They are people taking steps on the ladder to proficiency, as such they should be encouraged rather than be beaten down.
> I don't see people upvoting "My First Stack" or "Check out this Pet Shop I wrote in J2EE".
I don't see people submitting those either, which is one reason they're not being voted up. Once upon a time you too were a beginner. And in the eyes of many you probably still are.
> Computational intelligence is not some land of super wise geniuses that mere mortals cannot ascend to. It's all pretty straightforward.
Exactly! And what better way to demonstrate that by showing it, in a language that is generally despised.
> Eg, my Ant Colony Optimiser for a Travelling Salesman Problem:
> https://github.com/jchester/ruby-ry48p-aco
> and my Genetic Algorithm for optimising Ackley's Function:
> https://github.com/jchester/ruby-ackley-genetic-algorithm
That's pretty neat code ;)