This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - mapar007
Pages: 1 ... 23 24 [25] 26 27 ... 38
361
« on: April 02, 2010, 10:46:44 am »
This encryption is theoretically impossible to crack (IRL, it's just really really hard).
One-time pads are impossible to break if you have a true source of randomness. (in practice: a sufficiently non-deterministic source) Basically it does this: (Alice & Bob are the participants, Alice transmits to Bob) [this is what I remember from reading Bruce Schneier's book 'Applied Cryptography'] Alice and Bob are both in possession of the random string R, of length n. (or both have a cryptographically secure RNG with identical seeds) Alice wants to transmit message M (with length n) to Bob. She XORs every bit of M with the corresponding bit of R, and transmits the resulting ciphertext C to Bob. Bob, having received C, XORs every bit of C with the corresponding bit of R, thus recreating M. Then, both strings are discarded. (it's insecure to continue using them) Eve, the eavesdropper, stands nowhere nearer to the solution, since R is completely (at least, in theory) random, and no part of R recurs systematically throughout the ciphertext. Impossible to break this scheme, but hard to implement, since the strings R must be distributed in advance to guarantee security. EDIT: oops, I missed Galandros' post earlier... Sorry.
362
« on: April 02, 2010, 09:30:47 am »
Dutch is consistent as well, in theory. The regional dialects, however, are not. The only thing about Dutch is the irregular stress. Even native speakers have trouble with that.
363
« on: April 02, 2010, 05:08:57 am »
I can't read French SMS-like style... This is why I don't frequent TI-Bank so often. Somehow, my Wernicke-center is more tolerant to bad spelling in English than in French
364
« on: April 02, 2010, 05:06:40 am »
I honestly don't know. Maybe the Belgian radio will come over, so you can listen on klara.be.
Wait a minute, no wishful thinking...
365
« on: April 02, 2010, 04:49:01 am »
August, and beginning of september.
366
« on: April 02, 2010, 04:43:51 am »
I presume that's the Wacky Fun Random Numbar Generaz0r? That made me chuckle a whole day... * mapar007 goes to reread the joke
367
« on: April 02, 2010, 04:42:02 am »
Yup, indeed, tonight I start the coding run. This afternoon, I'll have to lend a hand at my little brother's birthday party... Don't really like that, but someone has to volunteer to run around the house with a bunch of 10-year olds. There's no fencing training tonight (last friday before Easter), so nothing impedes the Sacred activity of Coding.
368
« on: April 02, 2010, 04:33:42 am »
Mine was the one with the radium processor, but I only saw it like 7 years later... I've been in the community for little more than 2 years.
369
« on: April 02, 2010, 03:54:58 am »
My 'awesomeness by calc84maniac'-sensor is going nuts again.
Kudos! Let's get rid of this crappy emulator by TI!
370
« on: April 02, 2010, 03:39:56 am »
Well, maybe TI will send a dmca notice to Netham45 for using monochrome colors like on their old calcs
That made me LOL. Anyway, this was a good joke... btw, ticalc.org did better in the previous years. Didn't like their joke that much, but the comments were funny.
371
« on: April 02, 2010, 03:26:26 am »
The problem with strings is that they are tokenized, and not every token is the same size, so the calc has to go through ALL OF THEM to access a random point in the string. This is not much of an issue in map displaying, but with collision detection, the delays add up real quick.
372
« on: April 01, 2010, 11:33:45 am »
Since his notice had the wrong date on it, you can discard it, I think. It is of no legal value. Of course, I'm not a lawyer, so don't take my word for it.
Edit: unless, of course, it's a joke and you fooled us all.
373
« on: April 01, 2010, 11:31:16 am »
Mmmh... I actually think the pronounciation-spelling relation is far more complicated in English than in French. (in French, when I hear a word, I can almost always immediately spell it, and vice versa, while in English, this is way harder for me.)
374
« on: March 31, 2010, 09:19:17 am »
Well, that's pretty much the reason why I said this wouldn't be airtight. (and that 'more than half' counts for me, at least... )
375
« on: March 31, 2010, 09:18:01 am »
There is _WriteFlashUnsafe... There is _WriteFlash and WriteFlashUnsafe, and, funnily enough, _WriteAByte and _WriteAByteSafe. Both use fallthrough to prevent writing to the cert. page. (and maybe also the 7x pages in OS space? Iambian?)
Pages: 1 ... 23 24 [25] 26 27 ... 38
|