Autohypnosis
Posted: Tue Dec 15, 2009 1:32 am
*Update*
I've attached the source code and a sample configuration with three "phases." However, there are no images -- you'll have to find and move them into the pics folders yourselves. I recommend at least 10 per folder. Here's the link where you can download processing: http://processing.org/download/
config.txt contains the names of folders containing images for each phase. You can define how many phases the program expects by simply adding or removing lines.
messages.txt contains the text that appears on the screen. Each line begins with the phase number and a single word (e.g., "0 fun" - indicates that the word fun may be chosen during the first phase).
*Original Post*
For lack of a better term...
To be clear, I view hypnosis on the same level as acupuncture or herbal remedies, which is to say, not very high. On the other hand, I find the idea of being hypnotized fairly exciting. To be so deeply under the control of a dominating woman that she influences my thoughts, fears, dreams, and desires appeals to me like the warmth of a blanket on a chilly Saturday morning or water to a parched throat.
Without such a woman in my life, I have set about instantiating my fantasy in software. My ideas are based largely on a format I found here (or, linked here) on Milovana. In these examples, pictures among a particular theme (e.g., something humiliating like panties or cock sucking) alternate in quick succession while text flashes briefly (perhaps subliminally) around the screen. Sometimes, the images are accompanied by a synthetic female voice.
While I've enjoyed these examples, the videos quickly become repetitive. They're fairly short -- they contain a limited set of photos. If I had to guess, I would say between 10 and 20 are rotated in a constant order. The text, while initially unknown (and therefore, exciting) eventually appears in predictable patterns and can be deciphered. The synthetic voice is just not cool. Just to clarify, I think these limitations are there because of the medium and not necessarily present in the creator's vision.
The program isn't finished and after the next set of planned improvements, I don't really know where else to take it. Here's what it does now:
The program is broken down into a "primary activity" that is supposed to capture and maintain the conscious effort of the user and several "secondary activities." The secondary activities include the hypnosis components that make up the majority of the examples I talked about above: quick presentation of photos and text. The idea here is that the secondary activities might be more effective if the user is distracted by a primary activity. In this case, the primary activity is an animated "stroke" graphic that wanders randomly around the screen. The animation conveys the pattern (i.e., up and down, down only, up only, head up and down, head down only, and head up only) and speed of stroking.
The next part gets a little more complicated. The photos and text are divided into themes along a continuum of "normal" vanilla stuff to complete and total perversion/humiliation. The photos and text are presented randomly within each theme but the program progresses from one theme to the next in a very gradual and systematic way that is meant to be relatively undetectable to the user. So, while the user is being fed masturbation instructions, the pictures gradually change from beautiful women undressing to whatever. The stages are defined in advance by the user or dom and can be as extensive and thorough as the "programmer" wants. For example, in my test setup, each stage contains over a hundred photos. The hard part is that the categories have to be created and filled by hand. Although, the program is created in processing (a variation on java), the scale of the photos and everything would make it impractical to host online.
That's the program as it stands now. At the moment, the masturbation instructions don't change systematically - that would be easy to do they way I've set it up but, I don't really have a vision for what to do there.
Any comments? What do you guys think?
I'd be happy to share the code if anyone is interested.
-Xen
I've attached the source code and a sample configuration with three "phases." However, there are no images -- you'll have to find and move them into the pics folders yourselves. I recommend at least 10 per folder. Here's the link where you can download processing: http://processing.org/download/
config.txt contains the names of folders containing images for each phase. You can define how many phases the program expects by simply adding or removing lines.
messages.txt contains the text that appears on the screen. Each line begins with the phase number and a single word (e.g., "0 fun" - indicates that the word fun may be chosen during the first phase).
*Original Post*
For lack of a better term...
To be clear, I view hypnosis on the same level as acupuncture or herbal remedies, which is to say, not very high. On the other hand, I find the idea of being hypnotized fairly exciting. To be so deeply under the control of a dominating woman that she influences my thoughts, fears, dreams, and desires appeals to me like the warmth of a blanket on a chilly Saturday morning or water to a parched throat.
Without such a woman in my life, I have set about instantiating my fantasy in software. My ideas are based largely on a format I found here (or, linked here) on Milovana. In these examples, pictures among a particular theme (e.g., something humiliating like panties or cock sucking) alternate in quick succession while text flashes briefly (perhaps subliminally) around the screen. Sometimes, the images are accompanied by a synthetic female voice.
While I've enjoyed these examples, the videos quickly become repetitive. They're fairly short -- they contain a limited set of photos. If I had to guess, I would say between 10 and 20 are rotated in a constant order. The text, while initially unknown (and therefore, exciting) eventually appears in predictable patterns and can be deciphered. The synthetic voice is just not cool. Just to clarify, I think these limitations are there because of the medium and not necessarily present in the creator's vision.
The program isn't finished and after the next set of planned improvements, I don't really know where else to take it. Here's what it does now:
The program is broken down into a "primary activity" that is supposed to capture and maintain the conscious effort of the user and several "secondary activities." The secondary activities include the hypnosis components that make up the majority of the examples I talked about above: quick presentation of photos and text. The idea here is that the secondary activities might be more effective if the user is distracted by a primary activity. In this case, the primary activity is an animated "stroke" graphic that wanders randomly around the screen. The animation conveys the pattern (i.e., up and down, down only, up only, head up and down, head down only, and head up only) and speed of stroking.
The next part gets a little more complicated. The photos and text are divided into themes along a continuum of "normal" vanilla stuff to complete and total perversion/humiliation. The photos and text are presented randomly within each theme but the program progresses from one theme to the next in a very gradual and systematic way that is meant to be relatively undetectable to the user. So, while the user is being fed masturbation instructions, the pictures gradually change from beautiful women undressing to whatever. The stages are defined in advance by the user or dom and can be as extensive and thorough as the "programmer" wants. For example, in my test setup, each stage contains over a hundred photos. The hard part is that the categories have to be created and filled by hand. Although, the program is created in processing (a variation on java), the scale of the photos and everything would make it impractical to host online.
That's the program as it stands now. At the moment, the masturbation instructions don't change systematically - that would be easy to do they way I've set it up but, I don't really have a vision for what to do there.
Any comments? What do you guys think?
I'd be happy to share the code if anyone is interested.
-Xen