Page 7 of 11

Posted: Mon Dec 04, 2006 2:39 pm
by martha
Kasdeja wrote:spacie was CiW. She no longer even has an account on here. There were more than just OpAphid reasons for her leaving. Let's not talk badly about here, here, o.k.? She did have friends here.
No one was talking badly about her. No need to get defensive.

Posted: Mon Dec 04, 2006 2:45 pm
by deagol
Xy Xy Xy Xy 20 XX XX Xy XX Xy XX XX XX 3f
-----------------------------------------
Yyyy Yyyyyyyy?
The 20 in the middle is a space, the 3f at the end is a question mark. The rest XX and Xy seem to be the 12 filename hex codes. 6 are in the form number-letter (Xy) and the other 6 in the form number-number (XX). Also, each group has a capital letter, which fits with the Yy formatting.

My guess is:
Xy=y:1c 1f 4c 6b 6d 6f = * * L k m o (why are 2 invalid?)
XX=X:46 61 62 66 67 69 = F a b f g i

So now we have:
Lyyy FXyXyXXX?

Posted: Mon Dec 04, 2006 2:45 pm
by Kasdeja
martha wrote:
Kasdeja wrote:spacie was CiW. She no longer even has an account on here. There were more than just OpAphid reasons for her leaving. Let's not talk badly about here, here, o.k.? She did have friends here.
No one was talking badly about her. No need to get defensive.
Now, now, I wasn't being defensive...just thinking ahead. Nobody likes when their friend's actions are misinterpreted and such. That's all. Either way...I don't know why she's on this list.

Posted: Mon Dec 04, 2006 2:46 pm
by diastres
deagol wrote:
Xy Xy Xy Xy 20 XX XX Xy XX Xy XX XX XX 3f
-----------------------------------------
Yyyy Yyyyyyyy?
The 20 in the middle is a space, the 3f at the end is a question mark. The rest XX and Xy seem to be the 12 filename hex codes. 6 are in the form number-letter (Xy) and the other 6 in the form number-number (XX). Also, each group has a capital letter, which fits with the Yy formatting.

My guess is:
Xy=y:1c 1f 4c 6b 6d 6f = * * L k m o (why are 2 invalid?)
XX=X:46 61 62 66 67 69 = F a b f g i

So now we have:
Lyyy FXyXyXXX?
1c = File Seperator
1f = Line Seperator

Posted: Mon Dec 04, 2006 2:51 pm
by martha
Kasdeja wrote:
martha wrote:
Kasdeja wrote:spacie was CiW. She no longer even has an account on here. There were more than just OpAphid reasons for her leaving. Let's not talk badly about here, here, o.k.? She did have friends here.
No one was talking badly about her. No need to get defensive.
Now, now, I wasn't being defensive...just thinking ahead. Nobody likes when their friend's actions are misinterpreted and such. That's all. Either way...I don't know why she's on this list.
It just seemed defensive to me, since we were not even close to talking bad about her. There really didn't seem a point in telling us to not bad mouth her. It was my fault for bringing the whole subject up, since I pointed it out that she was on the list, but I still find it interesting that she's on the list, since she doesn't have an account here anymore.

Posted: Mon Dec 04, 2006 2:52 pm
by windsong
All this Xyxxxyyy stuff is flying right over my head. How are you figuring this out?

Posted: Mon Dec 04, 2006 2:57 pm
by ForeverMourn
deagol wrote: Xy Xy Xy Xy 20 XX XX Xy XX Xy XX XX XX 3f
-----------------------------------------
Yyyy Yyyyyyyy?


My guess is:
Xy=y:1c 1f 4c 6b 6d 6f = * * L k m o (why are 2 invalid?)
XX=X:46 61 62 66 67 69 = F a b f g i

So now we have:
Lyyy FXyXyXXX
Does that look familiar to you?

Posted: Mon Dec 04, 2006 2:57 pm
by diastres
This was in file 69:

Code: Select all

Xy Xy Xy Xy 20 XX XX Xy XX Xy XX XX XX 3f
-----------------------------------------
Yyyy Yyyyyyyy?
Then we have the file names:

Code: Select all

1c 1f 4c 6b 6d 6f 46 61 62 66 67 69
If we used a combination of those, you could day that X is always a number. That means y is a letter. So...

Xy: 1c 1f 4c 6b 6d 6f = Lkmo [Hex] (1f and 1c don't convert to a letter.)

XX: 46 61 62 66 67 69 = Fabfgi [Hex]

Also notice, if you take one X out of everything you'll get:

yyyyXXyXyXXX

BUT 20 is space and 3f is ? so:

yyyy XXyXyXXX?

Which is the same length as:

Yyyy Yyyyyyyyy?

Now, I can't go anywhere with LkmoFabfgi. It doesn't anagram to anything that makes sense to me. I'm wondering if we have to do something to it?

Does that help you, WindSong?

Posted: Mon Dec 04, 2006 2:58 pm
by Kasdeja
martha wrote:
Kasdeja wrote:
martha wrote: No one was talking badly about her. No need to get defensive.
Now, now, I wasn't being defensive...just thinking ahead. Nobody likes when their friend's actions are misinterpreted and such. That's all. Either way...I don't know why she's on this list.
It just seemed defensive to me, since we were not even close to talking bad about her. There really didn't seem a point in telling us to not bad mouth her. It was my fault for bringing the whole subject up, since I pointed it out that she was on the list, but I still find it interesting that she's on the list, since she doesn't have an account here anymore.
I'm blunt, not defensive. Either way, no use talking about it.

Yes, I agree that it is odd she's on this list.

Posted: Mon Dec 04, 2006 3:03 pm
by windsong
diastres wrote:This was in file 69:

Code: Select all

Xy Xy Xy Xy 20 XX XX Xy XX Xy XX XX XX 3f
-----------------------------------------
Yyyy Yyyyyyyy?
Then we have the file names:

Code: Select all

1c 1f 4c 6b 6d 6f 46 61 62 66 67 69
If we used a combination of those, you could day that X is always a number. That means y is a letter. So...

Xy: 1c 1f 4c 6b 6d 6f = Lkmo [Hex] (1f and 1c don't convert to a letter.)

XX: 46 61 62 66 67 69 = Fabfgi [Hex]

Also notice, if you take one X out of everything you'll get:

yyyyXXyXyXXX

BUT 20 is space and 3f is ? so:

yyyy XXyXyXXX?

Which is the same length as:

Yyyy Yyyyyyyyy?

Now, I can't go anywhere with LkmoFabfgi. It doesn't anagram to anything that makes sense to me. I'm wondering if we have to do something to it?

Does that help you, WindSong?
Not really, but thanks for trying :o

Posted: Mon Dec 04, 2006 3:11 pm
by sphinx
deagol wrote:
Xy Xy Xy Xy 20 XX XX Xy XX Xy XX XX XX 3f
-----------------------------------------
Yyyy Yyyyyyyy?
The 20 in the middle is a space, the 3f at the end is a question mark. The rest XX and Xy seem to be the 12 filename hex codes. 6 are in the form number-letter (Xy) and the other 6 in the form number-number (XX). Also, each group has a capital letter, which fits with the Yy formatting.

My guess is:
Xy=y:1c 1f 4c 6b 6d 6f = * * L k m o (why are 2 invalid?)
XX=X:46 61 62 66 67 69 = F a b f g i

So now we have:
Lyyy FXyXyXXX?
Look Familiar?

Posted: Mon Dec 04, 2006 3:14 pm
by deagol
ForeverMourn wrote:
deagol wrote: Xy Xy Xy Xy 20 XX XX Xy XX Xy XX XX XX 3f
-----------------------------------------
Yyyy Yyyyyyyy?


My guess is:
Xy=y:1c 1f 4c 6b 6d 6f = * * L k m o (why are 2 invalid?)
XX=X:46 61 62 66 67 69 = F a b f g i

So now we have:
Lyyy FXyXyXXX
Does that look familiar to you?
Ok, changing the 1's in 1c and 1f for 6's (unused letters in bold):
Xy=y:6c 6f 4c 6b 6d 6f = l o L k m o (why are 2 invalid?)
XX=X:46 61 62 66 67 69 = F a b f g i

Lyyy FXyXyXXX?
Look FamilXXX? (XXX are bfg, or 62 66 67 in hex)
Look Familiar? (so 'bfg' = 'air' or 61 69 72 in hex) ?

Posted: Mon Dec 04, 2006 3:16 pm
by windsong
All of that just to say look familiar?

Posted: Mon Dec 04, 2006 3:16 pm
by Killthesmiley
dude forevermourn has been saying that for the past couple of hours...

was that completely out of coincidence??? Or was she saying look familiar because she figured it out

Posted: Mon Dec 04, 2006 3:25 pm
by Scalare
I don't understand with what logic you change b f g to a i r? Could you explain?