Page 1 of 3
Spiral Bits
Posted: Mon Dec 15, 2008 7:56 pm
by m!nus
Is there a nice way to go along the path? I thought doding it with the mouse would be the easiest/fastest, but actually it's pretty hard to stay on the trail. Hints?
Posted: Mon Dec 15, 2008 9:52 pm
by therethinker
First I GIMPed it so that there were only 3 colors: from there I did it all programatically.
Using the mouse to trace the path sounds pretty interesting. Good luck with that.
Another idea I just came up with (more importantly for lazy bits) would be to have the kind people at mechanical turk do it for you

Posted: Mon Dec 15, 2008 10:09 pm
by tog
Don't bother tracing it with the mouse. It will be hard work (actually harder than to code it). <deleted spoiler>
Posted: Mon Dec 15, 2008 11:40 pm
by efe
<deleted spoiler/>
Where can I find this challenge on the map?
Posted: Tue Dec 16, 2008 12:25 am
by tails
Efe, don't worry, you'll find it soon.
By the way, I think we *** ****** **** *** *** ******, ** ***** *** **** *** ****** **** ******, because ** *** ****** *** ** ***** **.
EDIT: Deleted spoiler.
Posted: Tue Dec 16, 2008 7:08 am
by tog
Oh, sorry ... of course you're right, tails! Just deleted that spoiler.
Posted: Tue Dec 16, 2008 1:31 pm
by efe
You deleted the spoiler too late
I already guessed the image URL's.
Posted: Tue Dec 16, 2008 6:50 pm
by snibril
Whats the problem with writing the names of the challenges? You can easily get them, when you are logged in.
Posted: Fri Jun 19, 2009 2:52 pm
by Marcellus
Would any of the solvers be so kind to reveal the exact numbers of bits in this spiral?
I don't think that this would spoil the challenge too much but my solver program is quite close to the right number I think and I want to know how close I am.
Thanks in advance!
Posted: Sat Jun 20, 2009 2:20 am
by therethinker
I had my solver leave breadcrumbs of where it had been on the image, which it would then save so I could see how it was doing.
Posted: Mon Jun 22, 2009 5:48 pm
by Marcellus
Thank you for the answer, but I see already where exactly my program goes...
And I went once through the whole marked spiral (and I went very fast through it and it took me half a day already and I missed many mistakes).
So my initial question stays the same - could anyone tell me the exact number of bits in this spiral?
Posted: Mon Jun 22, 2009 7:31 pm
by Zeta
8360
Posted: Tue Jun 30, 2009 6:02 pm
by Allosentient
therethinker wrote:I had my solver leave breadcrumbs of where it had been on the image, which it would then save so I could see how it was doing.
haha, that's what I did
Posted: Wed Sep 14, 2011 4:55 pm
by AMindForeverVoyaging
I'm a bit surprised by the long streaks of pixels of the same (green-ish) color. No matter whether you interpret them as ones or as zeros, that doesn't make for good ASCII code
It does not *have* to be ASCII, of course - but seeing how the challenge here is getting the data at all rather than decoding it, that would have been my first assumption.
Posted: Wed Sep 14, 2011 4:58 pm
by DaymItzJack
I found the encoding easily by doing the first 3-4 bytes by hand.