 |





 |
|
 |
 |
 |
 |
|
 |
 |
I use to tease Grandma and call her a 'druggy' cuz of all the prescription stuff she would take. Today I counted what I'm taking and I'm talking more prescription meds than Grandma. Gaw ... i'm only 21 not 65 wtf!?!
I wake up and take 4 different types of meds totaling 9 pills. In 6 hours I take 2 different types of meds totaling 4 pills. In another 6 hours right before bedtime I take 5 different types of meds totaling 10 pills. Then in the middle of the night I can take the same thing I take in the middle of the day since it is suppose to be every 6 hours I take the meds but usually I don't. However, sometimes not taking the meds causes so much pain that it causes me to wake up at night and I take the pills anyways.
So yah... I'm a 'druggie' now. Thank you magical drug Fiorinal!! I'm suppose to take it every 6 hours and without it I'm in so much pain I can hardly sit up. Fiorinal truly is a magical drug. Oh, almost forgot: I was prescribed some high powered anti nausea medicine I'm suppose to take with the Fiorinal but so far I've only taken 2 pills. I don't need it. Also, I was prescribed Vicodin to take with the Fiorinal. For half a week I took it every 4 hours but I realized it just made me not all there and didn't remove much of any pain. After that I stopped taking it. The nausea meds are mainly to be combined with the Vicodin.
Also, I'm not suppose to chew anything. I'm not suppose to smile, frown, talk, or move my mouth much at all. The problem is I'm starving!! I've been on this diet for a week and there is only so much pudding one can take, even if it is one of my fav dessert foods. Today I bought tons of Slim Fast. If I can't eat anything then I'll drink it! So far today I've had a milk shake, 3 cans of slim fast, and string cheese (not sure if I'm allowed to have that, but whatever). What I need to do is find someone who knows what the hell mead is so they can show me some good liquid bread. I don't mind a side effect of being drunk. ;)
So yah......
I don't often post about myself and usually post random funny youtube links and stuff but honestly I'm getting tired it all. I hope this post doesn't bore you.
|
 |
 |
 |
 |
|
 |
 |



 |
|
 |
 |
 |
 |
|
 |
 |
note: doc gave me some meds that get rid/remove the pain from my migraine so I'm doing good. No need to worry! ^_^
So, what do you do when you have a migraine that lasts for almost a week strait, makes it to painful to play video games or just about anything? Program, that is what! -yah i'm a geek ;)
In the last 48 hours I started a program that would decrypt RSA. It seemed like a fun challenge and in the past I wrote a formula that sqrt() instead of mod() -er % thinngy. divided, you know? - and I honestly thought it would perform slower than brute force but after making it and a brute force version back to back at slowest my program is about 300 times faster. However, it averages at 400 to 600 times faster for most rsa number cracking. I'm not going to get into details right now, but so far this project has been a lot of fun.
On day one I wrote most of v1. It was under 1 page in size for the whole program (obviously not including the header files) and was quite simple to write. I was pleased with the results. On day two I was curious about threading. I have a core 2 duo in my comp and my program runs at a max 99.6% cpu out of 200%. wonderful... So I spent at least three hours learning POSIX linux threading stuff but it turns out to be C and not C++ even if I did get most of it working in C++. Geez, even the tutorials said C++. liars! So I looked at wrappers. There are tons of C++ wrappers but none of them stood out and I was in a bad mood spending half my day wasted so i was like, "fuck it" and I searched for unix's fork() command stuff. It is well documented but there are not really any good tutorials I could find. I know what you're thinking, 'fork!?! that isn't productive! you shouldn't use it!' blah blah blah. It ended up working out really well after I gave up on the tutorials and dived into the direct documentation.
So now my program threads and I set a #define NUM_THREADS up default to 2 right now cuz, you know, core 2 duo and I expected a max of a 1.8x increase but instead I got, as far as I can tell, a full blown 2x speed increase! ok, maybe a 1.99999x increase or something but my program is breathing fire right now! ;)
So, anyways, if you've made it this far either you're crazy, bored, or know what the hell I'm talking about. For the latter: If you run osx I can compile you a version if you want to check out. I currently don't have any user input though. the RSA= is a define as well as the brute force number to start. All that is required is osx 10.5.1 or better. Sorry but 10.4 isn't 64-bit and this is a x86_64 program only. Also, I'm to lazy to look it up but if you run linux and know how I can compile it without booting into a linux distro I'd be happy to. still required: 64bit os so 64bit linux. Oh and windows users are out of the loop. Windows, linux, and unix are all fucking crazy retarded when it comes to threads. Windows has its own way of doing it and therefor my program is not cross comptable unless I install a 64 bit win xp or vista and compile it directly on the OS. oh also, did I forget to mention that I'd have to chance most of the program too? not really fun if you ask me. maybe I should have used a universal thread wrapper that works for linux and windows for cross computability. oh well...
|
 |
 |
 |
 |
|
 |
 |

|
 |
|
 |