[vox-tech] a funny thing...

Debi vox-tech@lists.lugod.org
Wed, 28 Nov 2001 13:27:45 -0800


--=====================_156661887==_.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed

This may explain the fish--apparently she is named "Wanda!"

On 25 May 2001 15:25:44 -0700, George wrote:
 > On Tue, May 22, 2001 at 06:50:54PM -0500, Steve Fox wrote:
 > > Twice now since I've been using GNOME 1.4 I've had Wanda the Fish go
 > > floating across my desktop for no apparent reason. She goes across all
 > > workspaces, and no extra process shows up in 'ps' either. Therefore, I'm
 > > thinking that this is an easter egg in the panel or something.
 >
 > Tsk tsk tsk, how come people always first think of the panel when there are
 > easter eggs.
 >
 > > Anyone care to fill me in how in the world Wanda gets triggered?
 >
 > Perhaps it doesn't ...

Aha! I think I have found it!

static gboolean
check_screen_timeout (gpointer data)
{
     if (((rand () >> 3) % 4000) == 666) {
         check_screen ();
     }
     return TRUE;
}

and check_screen is indeed an "incredibly evil function" ;)

Am I right? (I'm just starting to hack on GNOME stuff, so sorry if I'm
giddy :)

-- 

Steve Fox
http://k-lug.org

http://lists.gnome.org/archives/gnome-list/2001-June/msg00172.html

At 01:00 PM 11/28/2001, you wrote:
it's a hidden secret placed by the application's programmer.

 > Micah Cowan wrote:
 > >
 > > On Wed, Nov 28, 2001 at 09:18:11AM -0800, Aaron King wrote:
 > > > Strange thing just happened.  I was working at my computer (Mandrake
 > > > 8.1, Gnome 1.4.0.4, Sawfish 1.0, some KDE apps running) when a small
 > > > fish swam across the screen.

--=====================_156661887==_.ALT
Content-Type: text/html; charset="us-ascii"

<html>
This may explain the fish--apparently she is named
&quot;Wanda!&quot;<br><br>
On 25 May 2001 15:25:44 -0700, George wrote:<br>
&gt; On Tue, May 22, 2001 at 06:50:54PM -0500, Steve Fox wrote:<br>
&gt; &gt; Twice now since I've been using GNOME 1.4 I've had Wanda the
Fish go<br>
&gt; &gt; floating across my desktop for no apparent reason. She goes
across all<br>
&gt; &gt; workspaces, and no extra process shows up in 'ps' either.
Therefore, I'm<br>
&gt; &gt; thinking that this is an easter egg in the panel or
something.<br>
&gt; <br>
&gt; Tsk tsk tsk, how come people always first think of the panel when
there are<br>
&gt; easter eggs.<br>
&gt; <br>
&gt; &gt; Anyone care to fill me in how in the world Wanda gets
triggered?<br>
&gt; <br>
&gt; Perhaps it doesn't ...<br><br>
Aha! I think I have found it!<br><br>
static gboolean<br>
check_screen_timeout (gpointer data)<br>
{<br>
&nbsp;&nbsp;&nbsp; if (((rand () &gt;&gt; 3) % 4000) == 666) {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; check_screen ();<br>
&nbsp;&nbsp;&nbsp; }<br>
&nbsp;&nbsp;&nbsp; return TRUE;<br>
}<br><br>
and check_screen is indeed an &quot;incredibly evil function&quot;
;)<br><br>
Am I right? (I'm just starting to hack on GNOME stuff, so sorry if
I'm<br>
giddy :)<br><br>
-- <br><br>
Steve Fox<br>
<font color="#0000FF"><u><a href="http://k-lug.org/" eudora="autourl">http://k-lug.org</a><br><br>
</u></font><a href="http://lists.gnome.org/archives/gnome-list/2001-June/msg00172.html" eudora="autourl">http://lists.gnome.org/archives/gnome-list/2001-June/msg00172.html</a><br><br>
At 01:00 PM 11/28/2001, you wrote:<br>
it's a hidden secret placed by the application's programmer.<br><br>
&gt; Micah Cowan wrote:<br>
&gt; &gt; <br>
&gt; &gt; On Wed, Nov 28, 2001 at 09:18:11AM -0800, Aaron King
wrote:<br>
&gt; &gt; &gt; Strange thing just happened.&nbsp; I was working at my
computer (Mandrake<br>
&gt; &gt; &gt; 8.1, Gnome 1.4.0.4, Sawfish 1.0, some KDE apps running)
when a small<br>
&gt; &gt; &gt; fish swam across the screen.&nbsp; <br>
</html>

--=====================_156661887==_.ALT--