Spiral Bits

User avatar
m!nus
Posts: 202
Joined: Sat Jul 28, 2007 6:49 pm
Location: Germany

Spiral Bits

Post 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?
therethinker
Posts: 144
Joined: Fri Mar 28, 2008 11:29 pm
Location: #hacker.org on Freenode

Post 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 :P
tog
Posts: 70
Joined: Fri Nov 14, 2008 11:23 am
Location: Germany

Post by tog »

Don't bother tracing it with the mouse. It will be hard work (actually harder than to code it). <deleted spoiler>
Last edited by tog on Tue Dec 16, 2008 7:06 am, edited 1 time in total.
User avatar
efe
Posts: 45
Joined: Sun Oct 26, 2008 10:28 am
Location: germany

Post by efe »

<deleted spoiler/>
Where can I find this challenge on the map?
Last edited by efe on Tue Dec 16, 2008 1:34 pm, edited 1 time in total.
tails
Posts: 191
Joined: Tue Jun 10, 2008 7:51 pm
Location: Tokyo

Post by tails »

Efe, don't worry, you'll find it soon.

By the way, I think we *** ****** **** *** *** ******, ** ***** *** **** *** ****** **** ******, because ** *** ****** *** ** ***** **.

EDIT: Deleted spoiler.
Last edited by tails on Tue Dec 16, 2008 10:53 am, edited 2 times in total.
tog
Posts: 70
Joined: Fri Nov 14, 2008 11:23 am
Location: Germany

Post by tog »

Oh, sorry ... of course you're right, tails! Just deleted that spoiler.
User avatar
efe
Posts: 45
Joined: Sun Oct 26, 2008 10:28 am
Location: germany

Post by efe »

You deleted the spoiler too late :)

I already guessed the image URL's.
snibril
Posts: 31
Joined: Sun Oct 26, 2008 11:18 pm

Post by snibril »

Whats the problem with writing the names of the challenges? You can easily get them, when you are logged in.
Marcellus
Posts: 2
Joined: Fri Oct 31, 2008 1:34 pm

Post 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!
therethinker
Posts: 144
Joined: Fri Mar 28, 2008 11:29 pm
Location: #hacker.org on Freenode

Post 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.
Marcellus
Posts: 2
Joined: Fri Oct 31, 2008 1:34 pm

Post 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?
Zeta
Posts: 62
Joined: Thu Apr 16, 2009 3:37 pm

Post by Zeta »

8360
Allosentient
Posts: 273
Joined: Thu Apr 10, 2008 9:47 pm

Post 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
AMindForeverVoyaging
Forum Admin
Posts: 496
Joined: Sat May 28, 2011 9:14 am
Location: Germany

Post 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.
DaymItzJack
Posts: 106
Joined: Thu Oct 29, 2009 9:21 pm

Post by DaymItzJack »

I found the encoding easily by doing the first 3-4 bytes by hand.
Post Reply