G
Guest
Guest
[I'm SexyAl2K, but I'm having problems with the whole login thing]
I've tried long and hard to find an erotic story that's got the computer element as I described as a big part of the story... Even better is if you make one of your stories target the geek audience, using technical terminology and stuff, including a glossary either before or after the story itself. And this sort of story, I'd absolutely love it if I can find one.
Here are some ideas:
-------------------------------------------------------------
A incredibly shy computer nerd in high school comes to the aid of a girl who just lost her big report on the school lab computer. She has no backup copy of it anywhere else, so the nice nerd helps her recover the file.
To add more drama to the story, make it so that the nerd has to do far more than run a file recovery program that he bought somewhere -
* Some virus came along and encrypted her file [essentially convert it into undecipherable garbage], so he has to take it apart to figure out its encrypt/decrypt algorithm and then put together a little program to decrypt her file
* I need to give a little background info on this one before I present the idea (For those who are familiar with PC file system theory, you can skip this and the next paragraph). Essentially, whenever you delete a file on a PC, it's never really deleted [yeah, deleting it in the Windows recycle bin doesn't do it either!]. Instead, the operating system is made to think that the file doesn't exist anymore. But the contents of the file are still on the disk. This stuff will remain on the disk until it is eventually overwritten by another file allocated on the disk. Now with forensic level equipment, you could actually peer down several generations of overwrites, but most people aren't going to have this sort of equipment, much less knowledge. For those that are interested in this, Peter Guttman's highly technical paper has everything you need to know: http://www.usenix.org/publications/library/proceedings/sec96/full_papers/gutmann/
For those who ever feel a need to securely delete a file:
http://www.tolvanen.com/eraser/
[Technical detail alert: Essentially, there is an area of the disk, at the very beginning that holds what is called the FAT (File Allocation Table) This is a database of entries that provide a map to all the files currently on disk. When you delete a file, the first letter of its filename as listed in the FAT is replaced with a 0. And no, you can't just go rename your file and type in a '0' as the beginning of the filename and expect to suddenly disappear. Instead, you have to use a program that puts in the numeral 0, as opposed to the textual '0' that you see on your screen]
++++++++++ The Idea +++++++++++++
Basically, what if the file did actually get overwritten and the girl really wants it back. Then, because this nerd probably won't have access to heavy duty data recovery equipment, he could search the Windows Swap File [this is where your Windows virtual memory is located. If you ever run out of space in your machine's memory chips, this file then gets treated as if its one of those memory chips].
Temporary files [I remember at least with Word 7.0, that I wrote some sci-fi story back in 1996. Get this, by 1998, years after I last touched the file containing that story, I find bits and pieces of that story in files temporarily created by Windows to temporarily dump data into].
Cluster tips [yeah, when you allocate a file on disk, the measurement of how much space it gets on the disk is, at the system level, measured in what are called clusters. The size of each cluster is defineable. The problem is though, what if the file content itself doesn't exactly take up all the clusters it has been given. Then any previous data beyond the file data is still preserved in the cluster that's not completely occupied].
Examining floppy disks [the best way anybody would do this in real life would be to insert the disk and make a disk image, essentially being a complete electronic photocopy of the disk, onto the hard drive. It's much more efficient and faster to examine a disk image than the floppy disk itself].
---------------------------------------------------------------
---------------------------------------------------------------
A computer nerd is a lonely kid who likes to check out the girls in his school and one day he becomes acquainted with a hottie and she requests him to change her grades.
---------------------------------------------------------------
---------------------------------------------------------------
Some computer virus writer decides he a likes a girl so much that he writes a fast spreading virus that hails her as a hot girl
---------------------------------------------------------------
---------------------------------------------------------------
Some computer geek decides that one particular hot chick has been so nice to him that why not make a demo for her [a demo is a program that spashes way cool graphics onto the screen possibly with sound. Yes, 'demo' is commonly associated with one of those time limited shareware programs, but trust me on this one. For those who are real curious, check out: www.hugi.de]
---------------------------------------------------------------
---------------------------------------------------------------
The guy's into hacking the goverment or some corporate computers and you could weave a huge plot based on that and have him laying some chick he knows in between his hacking expeditions. Hell, you could even detail his involvement with co-conspirators. Whatever you can think of
---------------------------------------------------------------
---------------------------------------------------------------
Now what would be really interesting is if you ever cast a female(s) into the computer hacker/virus writer/whatever role. Even more, if you really want to make a story that stands out, is to have them do hacking from say, an Apple II, Atari ST or whatever old machine you can think of.
Well, that's all I can think of for now, good luck!
I've tried long and hard to find an erotic story that's got the computer element as I described as a big part of the story... Even better is if you make one of your stories target the geek audience, using technical terminology and stuff, including a glossary either before or after the story itself. And this sort of story, I'd absolutely love it if I can find one.
Here are some ideas:
-------------------------------------------------------------
A incredibly shy computer nerd in high school comes to the aid of a girl who just lost her big report on the school lab computer. She has no backup copy of it anywhere else, so the nice nerd helps her recover the file.
To add more drama to the story, make it so that the nerd has to do far more than run a file recovery program that he bought somewhere -
* Some virus came along and encrypted her file [essentially convert it into undecipherable garbage], so he has to take it apart to figure out its encrypt/decrypt algorithm and then put together a little program to decrypt her file
* I need to give a little background info on this one before I present the idea (For those who are familiar with PC file system theory, you can skip this and the next paragraph). Essentially, whenever you delete a file on a PC, it's never really deleted [yeah, deleting it in the Windows recycle bin doesn't do it either!]. Instead, the operating system is made to think that the file doesn't exist anymore. But the contents of the file are still on the disk. This stuff will remain on the disk until it is eventually overwritten by another file allocated on the disk. Now with forensic level equipment, you could actually peer down several generations of overwrites, but most people aren't going to have this sort of equipment, much less knowledge. For those that are interested in this, Peter Guttman's highly technical paper has everything you need to know: http://www.usenix.org/publications/library/proceedings/sec96/full_papers/gutmann/
For those who ever feel a need to securely delete a file:
http://www.tolvanen.com/eraser/
[Technical detail alert: Essentially, there is an area of the disk, at the very beginning that holds what is called the FAT (File Allocation Table) This is a database of entries that provide a map to all the files currently on disk. When you delete a file, the first letter of its filename as listed in the FAT is replaced with a 0. And no, you can't just go rename your file and type in a '0' as the beginning of the filename and expect to suddenly disappear. Instead, you have to use a program that puts in the numeral 0, as opposed to the textual '0' that you see on your screen]
++++++++++ The Idea +++++++++++++
Basically, what if the file did actually get overwritten and the girl really wants it back. Then, because this nerd probably won't have access to heavy duty data recovery equipment, he could search the Windows Swap File [this is where your Windows virtual memory is located. If you ever run out of space in your machine's memory chips, this file then gets treated as if its one of those memory chips].
Temporary files [I remember at least with Word 7.0, that I wrote some sci-fi story back in 1996. Get this, by 1998, years after I last touched the file containing that story, I find bits and pieces of that story in files temporarily created by Windows to temporarily dump data into].
Cluster tips [yeah, when you allocate a file on disk, the measurement of how much space it gets on the disk is, at the system level, measured in what are called clusters. The size of each cluster is defineable. The problem is though, what if the file content itself doesn't exactly take up all the clusters it has been given. Then any previous data beyond the file data is still preserved in the cluster that's not completely occupied].
Examining floppy disks [the best way anybody would do this in real life would be to insert the disk and make a disk image, essentially being a complete electronic photocopy of the disk, onto the hard drive. It's much more efficient and faster to examine a disk image than the floppy disk itself].
---------------------------------------------------------------
---------------------------------------------------------------
A computer nerd is a lonely kid who likes to check out the girls in his school and one day he becomes acquainted with a hottie and she requests him to change her grades.
---------------------------------------------------------------
---------------------------------------------------------------
Some computer virus writer decides he a likes a girl so much that he writes a fast spreading virus that hails her as a hot girl
---------------------------------------------------------------
---------------------------------------------------------------
Some computer geek decides that one particular hot chick has been so nice to him that why not make a demo for her [a demo is a program that spashes way cool graphics onto the screen possibly with sound. Yes, 'demo' is commonly associated with one of those time limited shareware programs, but trust me on this one. For those who are real curious, check out: www.hugi.de]
---------------------------------------------------------------
---------------------------------------------------------------
The guy's into hacking the goverment or some corporate computers and you could weave a huge plot based on that and have him laying some chick he knows in between his hacking expeditions. Hell, you could even detail his involvement with co-conspirators. Whatever you can think of
---------------------------------------------------------------
---------------------------------------------------------------
Now what would be really interesting is if you ever cast a female(s) into the computer hacker/virus writer/whatever role. Even more, if you really want to make a story that stands out, is to have them do hacking from say, an Apple II, Atari ST or whatever old machine you can think of.
Well, that's all I can think of for now, good luck!