Page 1 of 2

VIndicated

Posted: Wed Aug 24, 2011 7:12 pm
by megabreit
Funny challenge... especially for Emacs and Windows users :-)
^V in the standard gvim Windows installation is mapped to <paste>, so the challenge is slightly harder for the "Followers of Bill"

Re: VIndicated

Posted: Sat Aug 27, 2011 10:10 am
by lifthrasiir
megabreit wrote:Funny challenge... especially for Emacs and Windows users :-)
^V in the standard gvim Windows installation is mapped to <paste>, so the challenge is slightly harder for the "Followers of Bill"
You have C-q as an alternative.

Re: VIndicated

Posted: Sat Aug 27, 2011 8:21 pm
by AMindForeverVoyaging
megabreit wrote:so the challenge is slightly harder for the "Followers of Bill"
I don't see how it would be, since the author's name is displayed right when you start the program. Well at least that is true for gVim version 7.2 under Windows, which is what I'm running here.

Posted: Mon Aug 29, 2011 1:33 pm
by bsguedes
I've opened now this challenge in a computer running Windows and I saw that information for this challenge is displayed differently so it can be a little harder for these users.

Windows : it$aeihea siibea nahxpasriweA m2ao2aahielhxpanA114.
Linux : it<Esc>$ae<Esc>ih<Esc>ea s<Esc>ii<Esc>bea na<Esc>hxpasr<Esc>iwe<Esc>A m<Esc>2ao<Esc>2aa<Esc>hiel<Esc>hxpan<Esc>A<CTRL-v>114.<Esc>

but if you have Windows you can see the second text by viewing the page's source code.

Posted: Mon Aug 29, 2011 6:01 pm
by megabreit
I also stumbled about this, re-checked the challenge text in Linux (Firefox 6)... and it lacks the <ESC> sequences also... looks like the challenge was to easy with the escape sequence visible :-)

Posted: Mon Aug 29, 2011 7:06 pm
by AMindForeverVoyaging
bsguedes wrote: Windows : it$aeihea siibea nahxpasriweA m2ao2aahielhxpanA114.
Linux : it<Esc>$ae<Esc>ih<Esc>ea s<Esc>ii<Esc>bea na<Esc>hxpasr<Esc>iwe<Esc>A m<Esc>2ao<Esc>2aa<Esc>hiel<Esc>hxpan<Esc>A<CTRL-v>114.<Esc>
Wouldn't that rather depend on the browser than on the operating system being used?

Posted: Mon Aug 29, 2011 8:34 pm
by bsguedes
i don't know, I've used FF in both OSs

Posted: Tue Aug 30, 2011 1:32 am
by AMindForeverVoyaging
Hm, indeed neither Firefox nor Opera nor Internet Explorer seem to show the <Esc> tags under Windows. I wonder why? Well, I guess one could use < and > to show the characters properly.

Posted: Tue Aug 30, 2011 9:27 am
by laz0r
It showed the <ESC> tags for me using FF and Windows XP

Posted: Tue Aug 30, 2011 11:41 am
by bsguedes
i've tried chrome and it shows the tags in Win XP
i guess it didn't show the tags in FF because they use FF 1.5 here at work -.-

Posted: Thu Sep 22, 2011 1:57 am
by gunn4r
With a name like VIndication, one would think the answer would be Bill Joy. I guess they should have called it VIMdication. Maybe that would have been too easy.

I must say I was wracking my brain against this one until I looked at the source. It's interesting that the <ESC> would display in some browsers (it didn't for me in Chromium on ubuntu, firefox on Backtrack or Safari on iPhone), because typically things inside <> are considered tags and not displayed.

Thanks to everyone who pointed me in the right direction without giving the answer away, you know who you are. I owe you a beer when I make it to Europe next....

-gunn4r

Posted: Thu Sep 22, 2011 11:20 pm
by DaymItzJack
gunn4r wrote:With a name like VIndication, one would think the answer would be Bill Joy. I guess they should have called it VIMdication. Maybe that would have been too easy.

I must say I was wracking my brain against this one until I looked at the source. It's interesting that the <ESC> would display in some browsers (it didn't for me in Chromium on ubuntu, firefox on Backtrack or Safari on iPhone), because typically things inside <> are considered tags and not displayed.

Thanks to everyone who pointed me in the right direction without giving the answer away, you know who you are. I owe you a beer when I make it to Europe next....

-gunn4r
I'm pissed. I did this in VI without seeing the source, it was much harder lol.

Posted: Sun Oct 16, 2011 11:07 am
by lostilos
It didn't show the <ESC> tags for me using FF and Windows XP.

Posted: Sun Oct 16, 2011 1:32 pm
by AMindForeverVoyaging
I guess if the intention of the challenge is to show the <Esc> tags properly to anyone in any browser, then they would need to be encoded properly, i.e. <Esc>

Then again, maybe we are meant to look at the HTML sourcecode. I guess only virstulte or adum can tell us how it is supposed to be.

Posted: Fri Nov 25, 2011 12:35 pm
by AlbusShin
AMindForeverVoyaging wrote:I guess if the intention of the challenge is to show the <Esc> tags properly to anyone in any browser, then they would need to be encoded properly, i.e. <Esc>

Then again, maybe we are meant to look at the HTML sourcecode. I guess only virstulte or adum can tell us how it is supposed to be.
Yep. That really took me a long time until I saw the source code. Really a challenging one, espacially for Windows users.