Moderators: Aesthetics , Drones , Hexagon Sun
zeitgeist
Dayvan Cowboy
Posts: 1416 Joined: Thu Sep 20, 2007 9:51 pm
Location: where teh wild things are
Post
by zeitgeist » Mon Apr 29, 2013 4:37 pm
Anyone know the significance of this line in the terminal.js?
Code: Select all
else{var codes={97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",96:"0",190:".",192:"`",188:",",191:"/",186:";",222:"'",220:"\\",219:"[",221:"]
is that like setting up the keyboard for special characters? or something else?
Impossible Geometry
Boqurant
Posts: 90 Joined: Fri Apr 26, 2013 10:24 pm
Location: New England
Contact:
Post
by Impossible Geometry » Mon Apr 29, 2013 4:38 pm
guys im sorry to derail the brainstorming session but i cant get over how god damn cool this all is! hahahahah WTF IS GOING ON
kidfortoday70
Boqurant
Posts: 90 Joined: Tue Jun 23, 2009 6:38 am
Location: Inland Empire, CA
Contact:
Post
by kidfortoday70 » Mon Apr 29, 2013 4:39 pm
Impossible Geometry wrote: guys im sorry to derail the brainstorming session but i cant get over how god damn cool this all is! hahahahah WTF IS GOING ON
This.
chishkebab
New Seed
Posts: 7 Joined: Mon Apr 29, 2013 3:11 pm
Post
by chishkebab » Mon Apr 29, 2013 4:40 pm
HOW did I miss isogram???
Lassigo
New Seed
Posts: 1 Joined: Mon Apr 29, 2013 4:34 pm
Post
by Lassigo » Mon Apr 29, 2013 4:40 pm
Perhaps we should look
here , at the wiki for hexagon.
I tried the a+c+e=b+d+f, which would result in 667127, but that doesn't work..
Last edited by
Lassigo on Mon Apr 29, 2013 4:41 pm, edited 1 time in total.
Keeoaddi
Eagle Minded
Posts: 407 Joined: Sat Nov 24, 2012 11:28 am
Post
by Keeoaddi » Mon Apr 29, 2013 4:40 pm
1996 – Bill Clinton signs welfare reform into law, representing major shift in US welfare policy
co-incidence?
clinton knows
Last edited by
Keeoaddi on Mon Apr 29, 2013 4:48 pm, edited 1 time in total.
orange hexagon sun
New Seed
Posts: 9 Joined: Sun Apr 28, 2013 10:03 pm
Location: Midlands, UK
Contact:
Post
by orange hexagon sun » Mon Apr 29, 2013 4:42 pm
Is it safe to assume that the album is called 'cosecha' now then?
Infinite Lines of Colourful Sevens
Waterbagel
Dayvan Cowboy
Posts: 1922 Joined: Sun Aug 09, 2009 12:50 am
Location: gulf coast US
Post
by Waterbagel » Mon Apr 29, 2013 4:42 pm
Keeoaddi wrote: >1996 – Bill Clinton signs welfare reform into law, representing major shift in US welfare policy
co-incidence?
I doubt this tidbit's relevance, but keep on sleuthing.
60-10
Boqurant
Posts: 66 Joined: Tue Dec 06, 2011 3:49 am
Location: USA
Post
by 60-10 » Mon Apr 29, 2013 4:43 pm
GUYS!!!! I just tried copy and pasting the date from the website onto here and it change to 909389!!!
Orange
Laubotje
Friendly Stranger
Posts: 12 Joined: Mon Apr 29, 2013 4:42 pm
Post
by Laubotje » Mon Apr 29, 2013 4:43 pm
Hey, a friend of mine is an expert in these kinds of things, he's busy cracking the code:)
jay bee
Posts Quantity
Posts: 126 Joined: Sun Mar 16, 2008 1:06 pm
Location: Brittany/Fresh West/London
Post
by jay bee » Mon Apr 29, 2013 4:44 pm
Well I for one am going to write them a nice little letter in the password spot, I'd be logging the attempts and having a giggle personally
ambivalenceavenue
Boqurant
Posts: 54 Joined: Tue Apr 23, 2013 10:24 am
Location: London, UK
Post
by ambivalenceavenue » Mon Apr 29, 2013 4:44 pm
zeitgeist wrote: Anyone know the significance of this line in the terminal.js?
Code: Select all
else{var codes={97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",96:"0",190:".",192:"`",188:",",191:"/",186:";",222:"'",220:"\",219:"[",221:"]
is that like setting up the keyboard for special characters? or something else?
This is assisting in the mapping of JavaScript key codes to the keyboard -
http://www.cambiaresearch.com/articles/ ... -key-codes
kidfortoday70
Boqurant
Posts: 90 Joined: Tue Jun 23, 2009 6:38 am
Location: Inland Empire, CA
Contact:
Post
by kidfortoday70 » Mon Apr 29, 2013 4:44 pm
orange hexagon sun wrote: Is it safe to assume that the album is called 'cosecha' now then?
Could just be the name of this whole clue hunting thing
Magrathea
Dayvan Cowboy
Posts: 1045 Joined: Tue Feb 08, 2011 4:57 am
Location: The Great White North(east)
Post
by Magrathea » Mon Apr 29, 2013 4:45 pm
Yeah I tried something with isogram, taking in the order we have each digit without repeating it
hit a wall pretty fast... something else
FernieCanto
Eagle Minded
Posts: 355 Joined: Mon Apr 29, 2013 4:12 pm
Post
by FernieCanto » Mon Apr 29, 2013 4:45 pm
zeitgeist wrote: Anyone know the significance of this line in the terminal.js?
Code: Select all
else{var codes={97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",96:"0",190:".",192:"`",188:",",191:"/",186:";",222:"'",220:"\",219:"[",221:"]
is that like setting up the keyboard for special characters? or something else?
I think it's made so that the shift key has no function; when you try to type a "!", by pressing shift+1, it simply receives a "1".
xpahos
Friendly Stranger
Posts: 10 Joined: Sat Feb 04, 2012 12:40 am
Post
by xpahos » Mon Apr 29, 2013 4:45 pm
zeitgeist wrote: Anyone know the significance of this line in the terminal.js?
Code: Select all
else{var codes={97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",96:"0",190:".",192:"`",188:",",191:"/",186:";",222:"'",220:"\",219:"[",221:"]
is that like setting up the keyboard for special characters? or something else?
yes, It's keycodes on additional part of keyboard, numpad.
Magrathea
Dayvan Cowboy
Posts: 1045 Joined: Tue Feb 08, 2011 4:57 am
Location: The Great White North(east)
Post
by Magrathea » Mon Apr 29, 2013 4:46 pm
orange hexagon sun wrote: Is it safe to assume that the album is called 'cosecha' now then?
no, not at all
60-10
Boqurant
Posts: 66 Joined: Tue Dec 06, 2011 3:49 am
Location: USA
Post
by 60-10 » Mon Apr 29, 2013 4:46 pm
909389
Orange
gmgsinc
Friendly Stranger
Posts: 11 Joined: Fri Apr 26, 2013 12:06 pm
Location: Dublin & Aberdeen
Contact:
Post
by gmgsinc » Mon Apr 29, 2013 4:47 pm
ambivalenceavenue wrote:
Yeah, and then logs to GA what the use tried:
Code: Select all
var attemptPassword = function (password, success, fail) {
$.getJSON("password.php?attempt=" + password, function (data) {
if (data.error === true) {
ga('send', 'event', 'password', 'fail', password, 1);
fail();
} else {
ga('send', 'event', 'password', 'success', password, 1);
window.location = data.url;
}
console.log(data);
})
}
As a side note, to the VAX operating system, the first VAX was introduced in 1977!!!!
One's and Zero's
Keeoaddi
Eagle Minded
Posts: 407 Joined: Sat Nov 24, 2012 11:28 am
Post
by Keeoaddi » Mon Apr 29, 2013 4:47 pm
60-10 wrote: GUYS!!!! I just tried copy and pasting the date from the website onto here and it change to 909389!!!
you must have already had that on the clipboard, i don't think you can copy/paste from/into this new page