Anarchaia

Experimental, impressionistic sub-paragraph tumblin' (think obstsalat)

19nov2007

IMG_1770

If today was not an endless highway,
If tonight was not a crooked trail,
If tomorrow wasn’t such a long time,
Then lonesome would mean nothing to you at all.
— Bob Dylan, Tomorrow Is A Long Time

#ruby-lang
15:51 <chris2> i just see corundum around, and cmeme2 for logging
15:51 <manveru> not even a chanserv :(
15:51 <chris2> why do you want a chanserv?
15:52 <manveru> it makes me feel like i know at least one guy in the channel
CIMG7972-7974

People are crazy and times are strange
I’m locked in tight, I’m out of range
I used to care, but things have changed
— Bob Dylan, Things Have Changed

#ruby-lang
11:30 <wackimonki> does anyone know how to find a repeated element in an array?
11:41 <chris2> come on, it's easy to write manually
11:43 <chris2> i like this variant: a.find_all { |e| a.index(e) != a.rindex(e) }