Search found 20 matches

by osterlaus
Sat Sep 18, 2010 2:38 pm
Forum: Runaway Robot Puzzle
Topic: Runaway Robot Puzzle
Replies: 47
Views: 122685

megabreit wrote:@Meelo: I'm a bit confused... your profile says you're in level 3 in OneOfUs :?
This is the forum for the Runaway-bots ;)
by osterlaus
Wed Mar 04, 2009 12:18 pm
Forum: The Hacker's Server
Topic: List of Hacker.org members online
Replies: 16
Views: 19921

osterlaus wrote:Hopefully have all the members not (!) taken the same PW on their mailservers...
Well, this was no posting of mine - so someone already used my account...
by osterlaus
Wed Mar 04, 2009 11:16 am
Forum: The Hacker's Server
Topic: List of Hacker.org members online
Replies: 16
Views: 19921

Hopefully have all the members not (!) taken the same PW on their mailservers...
by osterlaus
Sun Feb 22, 2009 9:41 am
Forum: Challenges Solved
Topic: Listen to me
Replies: 12
Views: 1598

Well, having decoded your base64ed string, I don't see any code after [code...
by osterlaus
Sun Feb 22, 2009 9:39 am
Forum: Challenges Solved
Topic: Secure Room
Replies: 2
Views: 678

Don't you need a table name for UNION?
by osterlaus
Sun Feb 22, 2009 9:38 am
Forum: Challenges Solved
Topic: Yin and Yang
Replies: 17
Views: 3248

That was a nice challenge - what did you try first? I approached a bitwise (or should I say pixelwise in this case) OR which worked immediately. However the solution was not very readable in white. Did a XOR combination maybe lead to success too? Don't ask me why, but this was my first approach. I ...
by osterlaus
Sun Feb 15, 2009 9:57 pm
Forum: Challenges Solved
Topic: Patience
Replies: 10
Views: 2036

I took another nice approach: I calculated the ending strings from 1 upwards recognizing that the ending patterns occur only at some numbers. At the end of my optimization, I had the condition "l % 390625 == 259683" which I added to the while-loop which sets l to the next random number. An...
by osterlaus
Sun Feb 15, 2009 9:05 am
Forum: Challenges Solved
Topic: Branches
Replies: 10
Views: 4133

I got the same solution on another way: I converted the java code into C which should compile to faster code. But it didn't compile on the first run and so I found the loop. After having it erased, the solution was near. My first approach didn't help that much: I started to inline a lot of functions...
by osterlaus
Sat Feb 14, 2009 2:50 pm
Forum: Challenges Solved
Topic: My Instructions
Replies: 6
Views: 840

Oh, yeah, now I got it - well, according to the solution of the challenge, this is a pipelining feature / problem called "Delayed branching" in MARS. I got it disabled, and so you are right. What do you think - should I give Adum a new version with delayed branches or should this be a nice...
by osterlaus
Sat Feb 14, 2009 10:13 am
Forum: Challenges Solved
Topic: My Instructions
Replies: 6
Views: 840

Hmmm, as I see, the program would not break at 0x15200001 as this line tests $9 (which is $t1, filled with 10 in the line above) against 0. If this is not equal, branch by one line - we've stepped over break.
by osterlaus
Sat Feb 14, 2009 9:25 am
Forum: Challenges Solved
Topic: My Instructions
Replies: 6
Views: 840

This seems to depend onto the disassembler you used. I also heard about unusable labels.
by osterlaus
Wed Feb 04, 2009 9:06 am
Forum: Challenges
Topic: A Life Worth Living Challenge
Replies: 28
Views: 31505

There is a fast program to solve it via brute-force, and surely you could also arrange some kind of formula instead of running the program.
by osterlaus
Sun Jan 25, 2009 12:00 am
Forum: General Puzzles
Topic: Chart history's meaning
Replies: 2
Views: 20221

Once more: Who could give me a hint about the axis' meaning.....?
by osterlaus
Mon Jan 12, 2009 2:29 pm
Forum: Challenges Solved
Topic: Execution Style
Replies: 10
Views: 1319

Yeah, this was a really nice challenge! Loved to handle this different ways of simplification
by osterlaus
Wed Dec 31, 2008 10:57 am
Forum: Runaway Robot Puzzle
Topic: Runaway Robot Puzzle
Replies: 47
Views: 122685

remark _for_ the moderators: i think this thread gives away too much information on the well-scaling algorithms, even when i read it after coding mine... may someone removes at least some of the information given? After all it takes a lot of fun out of the coding, if you know exactly what to do.. I...