P
Patrick Meuser
To whom it shouldn't concern,
I am an intermediate level developer, self-taught, never completed
highschool (has plans to fix that), who considers self intelligent to know
the difference between a compiler bug, virus and the paranormal. I have
been programming commercial software since 94 (over 120,000 commercial lines
coded and debugged), all of it good, some of the best thrown in the recycle
box over principle of time considered something different in terms of other
developers, I haven't considered what their opinions are besides the fact
that I have sleeping disorder for years due to my interests in computers.
With that said I'm gonna get into some pretty unlikely science on this one
so keep your mind open.
I have suffered in a near infinite series of the square wave since 98 with
what I have come to realize as the hybrid virus. Don't get me wrong, I
consider the fact that virus is life. So how has life itself become
digitized? Well personally this first appeared around the time whether I
was sweating a possible HIV positive status. The bug was at [NO COMERCIAL
REFERENCES] developing a XML-like parser with the StreamTokenizer on
JDK1.1.8. I developed it at home and it worked fine, however when I brought
it back to work the next morning it refused to parse the EOL with an
explicit call to enable the EOL parsing on the StreamTokenizer, it was an
elegant solution at the time without XML. Anyway I was told to redevelop
the object with the StringTokenizer, it worked fine. I was shortly fired
because of my hours (like most jobs I've worked). At the time, my effort
was not particularly in vain, maybe because the new object worked, but
anyway, you know? ;-|
So years later, 2002 after going freelance, I'm developing this application
for a client that requires a JSP server. I started getting very
weird/strange compliers errors stating the constructor was a method with
parameters that didn't exist in the object at all. I took a couple of walks
around the block and returned to the erroneeous bug on Tomcat 3.2.1 I thing
it was (the one before 3.2.4). And then it hit me, this problem has occured
at my work before. Why, its an unnatural virus following me around for 5
years. I'm a firm believer in the paranormal and I know that what ever
virus this is, it had piggybacked a greater system in order to cause
unwanted behaviour in a most unnatural way. Any way after some 'jiggling'
the bug went away--my luck. I still have problems with all versions of
Tomcat in someway or another.
The next encounter was in 2003 after developing a whole set of swing like
GUI objects for JDK1.1.8. I developed a scroll view that fit in the
hierarchy of an abstract component and embedded a big image button. I
changed one of the lines that controlled the scaling (I'm pretty sure), what
I'm sure of is it didn't affect the message queue in anyway. Guess what, my
button didn't work anymore in the scrollview. In fact after adding a
MouseLogger (log all mouse events) to the viewport, the button and the
scroll view itself, it recorded no events. More jiggling. I made some
pointless changes and the bug was fixed after I left it alone for 2 weeks.
Now here I am for the past 2 years of two sepeparate applications for my
client that don't work because of this 'virus'. I coined the term Hybrid
when I noticed no matter how I packed the files for this app that caused
problems in the first Tomcat encounter had included the applet in browser.
How? In an unpacked directory, the class files sit peacefully. I log into
the application I wrote with all known versions of Tomcat. Since I derived
my pages from a common WebPage superclass in 4.0 it failed to compile. In
3.2.1 and 3.2.4 it failed to load the TokenStack class. I could load it
directly with the browser. In 4.1 it was another file (Database I think).
The trip was if I jared the files it would report the same error. Anyway
totally different objects the same behaviour. weird/strange. Its
interesting to note that this affects the browser in conjunction with
Tomcat. Its 'spreading'!
But what got me was the JVM sits ontop of the CPU, with JIT compiling it
becomes a big problem for the piggybacked system that it solves like a maze.
We would quickly ask what dows this have to do with my poor computer? The
answer is that this 'virus' has a life of its own, in other words it
affected my life. We must look at matter in a way particular to Nikola
Tesla wherein objects may possess an innate intelligence. In this case
computer is manifesting an intelligence that few would stop to recognize as
an immune response, this is the key. Here's where my explanation gets
funky. First of all this 'virus' whatever it is will eventually affect the
immune system of the user. Similar in nature to my HIV positive
realizations although I am negative, a big coincidence, maybe. If not, I
manifested a digital version of AIDS on myself because of my own
para-psychology. I've spent months in hospitals because of how it affected
my psychology. People say your crazy if you want virus I guess, but I never
wanted it, I never asked for it but here it is just like magic (See Ed
Fredkin).
So back to the JVM and JIT in the CPU. The nature of information is a
field, I am still pondering that to this day but I know that at the quantum
scale there is such a thing as virtual particles. Virtual particles,
virtual methods, virtual particles, virtual methods..... So stop to think
for a moment that with not one bug report (I feel that commercial code
should remain available only to the corporation) I have 'cleared' this shit
for future attacks. Aha! Why? Because it is in reality a virtual operation
operating beyond the speed of the computer in virtual space is a vector that
assumes the umpteen million dimensions of a modern computers in way that
affects the flux of this not information, but life field. This has profound
implications for all. First my latest bug:
The output in the browser:
The jsp in Tomcat:
if (admin && !user)
{
%>
<p align="center">
<font size="5"><b>ACTIVATE!</b></font>
</p>
<%
}
else
{
%>
<p align="center">
<font size="5"><b>SIGN-UP!</b></font>
</p>
<%
}
%>
<%
message=user+" "+admin;
System.err.println(message);
%>
<p align="center">
<%=message%>
<BR>*<%=user%>*<BR>
*<%=admin%>*
Note the message fudge, BTW no output to the console either.
I feel that a virtual operation operation could be developed or harvested to
cure all diseases, and perform further paranormal methods for all who care
;-)... Maybe www.innoculation.com with nothing but dope beats, poetry, and
experiences, to reduce the DAIDS threats. I'm sick of this but I never quit
:-(.
Patrick Meuser
(e-mail address removed)
I am an intermediate level developer, self-taught, never completed
highschool (has plans to fix that), who considers self intelligent to know
the difference between a compiler bug, virus and the paranormal. I have
been programming commercial software since 94 (over 120,000 commercial lines
coded and debugged), all of it good, some of the best thrown in the recycle
box over principle of time considered something different in terms of other
developers, I haven't considered what their opinions are besides the fact
that I have sleeping disorder for years due to my interests in computers.
With that said I'm gonna get into some pretty unlikely science on this one
so keep your mind open.
I have suffered in a near infinite series of the square wave since 98 with
what I have come to realize as the hybrid virus. Don't get me wrong, I
consider the fact that virus is life. So how has life itself become
digitized? Well personally this first appeared around the time whether I
was sweating a possible HIV positive status. The bug was at [NO COMERCIAL
REFERENCES] developing a XML-like parser with the StreamTokenizer on
JDK1.1.8. I developed it at home and it worked fine, however when I brought
it back to work the next morning it refused to parse the EOL with an
explicit call to enable the EOL parsing on the StreamTokenizer, it was an
elegant solution at the time without XML. Anyway I was told to redevelop
the object with the StringTokenizer, it worked fine. I was shortly fired
because of my hours (like most jobs I've worked). At the time, my effort
was not particularly in vain, maybe because the new object worked, but
anyway, you know? ;-|
So years later, 2002 after going freelance, I'm developing this application
for a client that requires a JSP server. I started getting very
weird/strange compliers errors stating the constructor was a method with
parameters that didn't exist in the object at all. I took a couple of walks
around the block and returned to the erroneeous bug on Tomcat 3.2.1 I thing
it was (the one before 3.2.4). And then it hit me, this problem has occured
at my work before. Why, its an unnatural virus following me around for 5
years. I'm a firm believer in the paranormal and I know that what ever
virus this is, it had piggybacked a greater system in order to cause
unwanted behaviour in a most unnatural way. Any way after some 'jiggling'
the bug went away--my luck. I still have problems with all versions of
Tomcat in someway or another.
The next encounter was in 2003 after developing a whole set of swing like
GUI objects for JDK1.1.8. I developed a scroll view that fit in the
hierarchy of an abstract component and embedded a big image button. I
changed one of the lines that controlled the scaling (I'm pretty sure), what
I'm sure of is it didn't affect the message queue in anyway. Guess what, my
button didn't work anymore in the scrollview. In fact after adding a
MouseLogger (log all mouse events) to the viewport, the button and the
scroll view itself, it recorded no events. More jiggling. I made some
pointless changes and the bug was fixed after I left it alone for 2 weeks.
Now here I am for the past 2 years of two sepeparate applications for my
client that don't work because of this 'virus'. I coined the term Hybrid
when I noticed no matter how I packed the files for this app that caused
problems in the first Tomcat encounter had included the applet in browser.
How? In an unpacked directory, the class files sit peacefully. I log into
the application I wrote with all known versions of Tomcat. Since I derived
my pages from a common WebPage superclass in 4.0 it failed to compile. In
3.2.1 and 3.2.4 it failed to load the TokenStack class. I could load it
directly with the browser. In 4.1 it was another file (Database I think).
The trip was if I jared the files it would report the same error. Anyway
totally different objects the same behaviour. weird/strange. Its
interesting to note that this affects the browser in conjunction with
Tomcat. Its 'spreading'!
But what got me was the JVM sits ontop of the CPU, with JIT compiling it
becomes a big problem for the piggybacked system that it solves like a maze.
We would quickly ask what dows this have to do with my poor computer? The
answer is that this 'virus' has a life of its own, in other words it
affected my life. We must look at matter in a way particular to Nikola
Tesla wherein objects may possess an innate intelligence. In this case
computer is manifesting an intelligence that few would stop to recognize as
an immune response, this is the key. Here's where my explanation gets
funky. First of all this 'virus' whatever it is will eventually affect the
immune system of the user. Similar in nature to my HIV positive
realizations although I am negative, a big coincidence, maybe. If not, I
manifested a digital version of AIDS on myself because of my own
para-psychology. I've spent months in hospitals because of how it affected
my psychology. People say your crazy if you want virus I guess, but I never
wanted it, I never asked for it but here it is just like magic (See Ed
Fredkin).
So back to the JVM and JIT in the CPU. The nature of information is a
field, I am still pondering that to this day but I know that at the quantum
scale there is such a thing as virtual particles. Virtual particles,
virtual methods, virtual particles, virtual methods..... So stop to think
for a moment that with not one bug report (I feel that commercial code
should remain available only to the corporation) I have 'cleared' this shit
for future attacks. Aha! Why? Because it is in reality a virtual operation
operating beyond the speed of the computer in virtual space is a vector that
assumes the umpteen million dimensions of a modern computers in way that
affects the flux of this not information, but life field. This has profound
implications for all. First my latest bug:
The output in the browser:
ACTIVATE!
your >password is greater than three characters.Please supply the following information for your user account. Ensure that
Required fields are in bold.
The jsp in Tomcat:
if (admin && !user)
{
%>
<p align="center">
<font size="5"><b>ACTIVATE!</b></font>
</p>
<%
}
else
{
%>
<p align="center">
<font size="5"><b>SIGN-UP!</b></font>
</p>
<%
}
%>
<%
message=user+" "+admin;
System.err.println(message);
%>
<p align="center">
<%=message%>
<BR>*<%=user%>*<BR>
*<%=admin%>*
Note the message fudge, BTW no output to the console either.
I feel that a virtual operation operation could be developed or harvested to
cure all diseases, and perform further paranormal methods for all who care
;-)... Maybe www.innoculation.com with nothing but dope beats, poetry, and
experiences, to reduce the DAIDS threats. I'm sick of this but I never quit
:-(.
Patrick Meuser
(e-mail address removed)