podmaster's Journal
http://use.perl.org/~podmaster/journal/
podmaster's use Perl Journalen-ususe Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.2012-01-25T02:34:15+00:00pudgepudge@perl.orgTechnologyhourly11970-01-01T00:00+00:00podmaster's Journalhttp://use.perl.org/images/topics/useperl.gif
http://use.perl.org/~podmaster/journal/
are you a mason?
http://use.perl.org/~podmaster/journal/9958?from=rss
Guess what i'm reading now
[http://www.masonbook.com/book/].
<p>
No typos so far<nobr> <wbr></nobr>;)</p>podmaster2003-01-14T12:23:08+00:00journalMYSQL DOCUMENTATION ON SELECT SYNTAXT IS FALSE
http://use.perl.org/~podmaster/journal/9620?from=rss
<b>update:</b>
It's been a little while, and I don't recall where I got the idea that LIMIT 1 LIMIT 2 is valid syntaxt, but it's not. I'll chalk this up to sleeplesness.
<p>
Try
</p><p>
<code>
SELECT * FROM sometable LIMIT 1 LIMIT 2;
</code>
</p><p>
That's supposed to be legal in mysql, as well as it's own custom equivalent
</p><p>
<code>
SELECT * FROM sometable LIMIT 2,1;
</code>
</p><p>
but mysql BARFS on the first one as illegal syntaxt.
</p><p>
I can't believe my eyes (got mysql4 alpha, and mysql3.2 something).
</p><p>
I'm getting 4.0 Gamma right now to try it there.</p>podmaster2002-12-25T02:40:07+00:00journalBizzare Beeps
http://use.perl.org/~podmaster/journal/8215?from=rss
Mon Oct 7 13:53:28 2002 GMT
<p>
Out of impatience (and maybe frustration),
I podmaster, held down the keys DJK simultaneously
on my Microsoft Natural Keyboard whilst running Win2000
and was confronted with a BEEP every
half a second or so (probably less) and lasting about as much.
</p><p>
Most other key combinations didn't do
any beeping.
</p><p>
Through further testing with the help of
fellow monks (and [katgirl] -- DellPC),
I have come to find that I am not alone.
</p><p>
[PixelRat] chimed in with
"my computer actually reboots when i press
ctrl, alt + delete (and it beeps!)"
</p><p>
[dada] asked if it was the same beep as
produced by print chr(7) -- bell
</p><p>
It was not.
The bell is high pitch and long,
while this one is low pitch and short.
</p><p>
Here is a list of keys which have beeped
for me<nobr> <wbr></nobr>;)
</p><p>
D J K<br>
C N K<br>
E T K<br>
D F K<br>
E R I<br>
R T I<br>
X C<nobr> <wbr></nobr>,<br>
C V<nobr> <wbr></nobr>,<br>
<br>
**all'em people in brackets are perlmonks</p>podmaster2002-10-07T14:01:37+00:00journalA JOURNAL?!??!?
http://use.perl.org/~podmaster/journal/7285?from=rss
Who keeps a journal?
<p>
What kind of man keeps a journal?
</p><p>
Who has time to keep a yournal<nobr> <wbr></nobr>.... in text that is.
<br>
I get tired of typing. Speech-to-text folks, it's a MIRACLE (if you need text ~ audio works for me just fine )</p>podmaster2002-08-24T13:35:36+00:00journal