public inbox for cygwin-talk@cygwin.com
 help / color / mirror / Atom feed
* Re: MVFS results
       [not found]           ` <4A5EFC69.10408@gmail.com>
@ 2009-07-16 11:15             ` Dave Korn
  2009-07-17  0:32               ` Christopher Faylor
  0 siblings, 1 reply; 11+ messages in thread
From: Dave Korn @ 2009-07-16 11:15 UTC (permalink / raw)
  To: The Vulgar and Nostalgic And This Time Correctly Addressed
	Cygwin-Talk Maiming List

Dave Korn wrote:
> [nonsense]

  Bah, wrong list, sorry.

    cheers,
      DaveK

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: MVFS results
       [not found]                     ` <20090717000248.GB20981@ednor.casa.cgf.cx>
@ 2009-07-17  0:18                       ` Eric Blake
  2009-07-17  0:30                         ` Dave Korn
  2009-07-17  0:28                       ` Dave Korn
       [not found]                       ` <COL102-W45E99859A86FACF4F28D53B51E0@phx.gbl>
  2 siblings, 1 reply; 11+ messages in thread
From: Eric Blake @ 2009-07-17  0:18 UTC (permalink / raw)
  To: The Cygwin-Talk Hippo List

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Christopher Faylor on 7/16/2009 6:02 PM:
>> $ for f in msg0003*; do while read file; do wget -O patch.txt "$file";
>> patch -p2 < patch.txt; done < $f ; git commit -a -m "fold in $f"; done
> 
> I always just use the toggle switches on the front panel of my computer.

Your computer has a front panel?  Doesn't that block access to all the
vacuum tube relays and jumper wires?  Next, I bet you're even going to
tell me that your computer takes up less space than a hippo - preposterous!

- --
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkpfwwIACgkQ84KuGfSFAYDI5wCcDAnpWfm3m8QYkxIfwR+9WqfF
GHgAn1I5wcp69voAuF2kOnKjLOlH96FZ
=g3sX
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: MVFS results
       [not found]                     ` <20090717000248.GB20981@ednor.casa.cgf.cx>
  2009-07-17  0:18                       ` Eric Blake
@ 2009-07-17  0:28                       ` Dave Korn
  2009-07-17  8:00                         ` Corinna Vinschen
       [not found]                       ` <COL102-W45E99859A86FACF4F28D53B51E0@phx.gbl>
  2 siblings, 1 reply; 11+ messages in thread
From: Dave Korn @ 2009-07-17  0:28 UTC (permalink / raw)
  To: The Vulgar And Quite Professionally Mean Cygwin-Talk Maiming List

Christopher Faylor wrote:
> On Thu, Jul 16, 2009 at 11:13:43PM +0000, Eric Blake wrote:
>> Corinna Vinschen <corinna-cygwin <at> cygwin.com> writes:
>>> Oh well.  Ok, I planned to check this change in and let you then test
>> >from CVS.  But since that's a problem for you, here's the patch.  The
>>> important part is that Cygwin should now always create symlinks as
>>> shortcuts on MVFS, regardless of the CYGWIN=winsymlink setting.  Please
>>> check.
>> Not quite.  I've finally got my tree in the state where I could apply
>> this patch.  For the record (more documenting it for myself, than
>> anything else), I used setup.exe to get 1.7.0-51 sources, used 'git
>> init && git add .  && git commit -m 1.7.0-51' to make it easier to
>> track commits, then ran these commands to grab all CVS changes since
>> that point:
>>
>> $ wget
>> http://cygwin.com/ml/cygwin-cvs/2009-q3/msg0003{0,1,2,3,4,5,6,7,8}.html
>>
>> $ for f in msg*.html; do sed -n
>> 's,.*\(http://sources.redhat.com/cgi-bin[^<]*\)<.*,\1, s,&amp;,\&,gp'
>> $f > ${f%.html}.txt; done
>>
>> $ for f in msg0003*; do while read file; do wget -O patch.txt "$file";
>> patch -p2 < patch.txt; done < $f ; git commit -a -m "fold in $f"; done
> 
> I always just use the toggle switches on the front panel of my computer.
> 
> Much easier.
> 
> cgf

  I always just bang two rocks together.  With a cute fluffy kitten trapped in
between.  It doesn't have quite as much computational power, but at least it's
needlessly sadistic and cruel.

  Much more satisfying.

    cheers,
      DaveK

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: MVFS results
  2009-07-17  0:18                       ` Eric Blake
@ 2009-07-17  0:30                         ` Dave Korn
  0 siblings, 0 replies; 11+ messages in thread
From: Dave Korn @ 2009-07-17  0:30 UTC (permalink / raw)
  To: The Vulgar and Preposterous Cygwin-Talk Maiming List

Eric Blake wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> According to Christopher Faylor on 7/16/2009 6:02 PM:
>>> $ for f in msg0003*; do while read file; do wget -O patch.txt "$file";
>>> patch -p2 < patch.txt; done < $f ; git commit -a -m "fold in $f"; done
>> I always just use the toggle switches on the front panel of my computer.
> 
> Your computer has a front panel?  Doesn't that block access to all the
> vacuum tube relays and jumper wires?  Next, I bet you're even going to
> tell me that your computer takes up less space than a hippo - preposterous!

  Apropos of nothing, it just occurred to me that if anyone ever wrote a
special version of cpp with custom features aimed specifically at entrants in
the IOCCC, it should be called a "C preposteriser".

    cheers,
      DaveK

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: MVFS results
  2009-07-16 11:15             ` MVFS results Dave Korn
@ 2009-07-17  0:32               ` Christopher Faylor
  2009-07-17  0:43                 ` Dave Korn
  0 siblings, 1 reply; 11+ messages in thread
From: Christopher Faylor @ 2009-07-17  0:32 UTC (permalink / raw)
  To: cygwin-talk

On Thu, Jul 16, 2009 at 12:28:31PM +0100, Dave Korn wrote:
>Dave Korn wrote:
>> [nonsense]
>
>  Bah, wrong list, sorry.

It really is ok to be humorous in the Cygwin list.

Or do I mean contemptuously sarcastic?  Hmm.  Come to think of it there
obviously is no difference.

cgf

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: MVFS results
  2009-07-17  0:32               ` Christopher Faylor
@ 2009-07-17  0:43                 ` Dave Korn
  2009-07-17  0:52                   ` Dave Korn
  0 siblings, 1 reply; 11+ messages in thread
From: Dave Korn @ 2009-07-17  0:43 UTC (permalink / raw)
  To: The Vulger And Sarcastic And Contemptuous *And* Unprofessional
	Cygwin-Talk Maiming... oh, you know the routine

Christopher Faylor wrote:
> On Thu, Jul 16, 2009 at 12:28:31PM +0100, Dave Korn wrote:
>> Dave Korn wrote:
>>> [nonsense]
>>  Bah, wrong list, sorry.
> 
> It really is ok to be humorous in the Cygwin list.

  I know, but I wouldn't have bothered with a silly "To:" line if I had meant
to send it there!

> Or do I mean contemptuously sarcastic?  Hmm.  Come to think of it there
> obviously is no difference.

  Say, is that commutative?  I just wondered which would be worse:
contemptuous sarcasm, or sarcastic contempt.


  Oh wait!  I could be facetious too!

    cheers,
      DaveK

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: MVFS results
  2009-07-17  0:43                 ` Dave Korn
@ 2009-07-17  0:52                   ` Dave Korn
  0 siblings, 0 replies; 11+ messages in thread
From: Dave Korn @ 2009-07-17  0:52 UTC (permalink / raw)
  To: Dave Korn; +Cc: The Oops I Did It Again Cygwin-Talk Maiming List

Dave Korn wrote:
> Christopher Faylor wrote:
>> On Thu, Jul 16, 2009 at 12:28:31PM +0100, Dave Korn wrote:
>>> Dave Korn wrote:
>>>> [nonsense]
>>>  Bah, wrong list, sorry.
>> It really is ok to be humorous in the Cygwin list.
> 
>   I know, but I wouldn't have bothered with a silly "To:" line if I had meant
> to send it there!

  *selfasskick*

  I just did it again.  Right, that's all from me for tonight folks!

    cheers,
      DaveK

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: MVFS results
  2009-07-17  0:28                       ` Dave Korn
@ 2009-07-17  8:00                         ` Corinna Vinschen
  2009-07-17 14:14                           ` Dave Korn
  0 siblings, 1 reply; 11+ messages in thread
From: Corinna Vinschen @ 2009-07-17  8:00 UTC (permalink / raw)
  To: cygwin-talk

On Jul 17 01:35, Dave Korn wrote:
>   I always just bang two rocks together.  With a cute fluffy kitten trapped in
> between.  It doesn't have quite as much computational power, but at least it's
> needlessly sadistic and cruel.
> 
>   Much more satisfying.

You're actually Doctor Chaotica, ruler of the cosmos, right?  Dave Korn
is just your pseudonym.


Corinna

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: MVFS results
  2009-07-17  8:00                         ` Corinna Vinschen
@ 2009-07-17 14:14                           ` Dave Korn
  2009-07-17 18:29                             ` Christopher Faylor
  0 siblings, 1 reply; 11+ messages in thread
From: Dave Korn @ 2009-07-17 14:14 UTC (permalink / raw)
  To: The Vulgar And Unprofessional and Black-Hearted Soul of Evil
	Cygwin-Talk Maiming and Disembowelling and Tormenting and
	Kitten-Squashing List

Corinna Vinschen wrote:
> On Jul 17 01:35, Dave Korn wrote:
>>   I always just bang two rocks together.  With a cute fluffy kitten trapped in
>> between.  It doesn't have quite as much computational power, but at least it's
>> needlessly sadistic and cruel.
>>
>>   Much more satisfying.
> 
> You're actually Doctor Chaotica, ruler of the cosmos, right?  Dave Korn
> is just your pseudonym.

  No, it's worse than that - I am Dave Korn, and Doctor Chaotica is just my
pseudonym!  Muahahahaha-ha-ha-haaaaa!

    cheers,
      DaveK

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: MVFS results
       [not found]                           ` <alpine.LRH.0.9999.0907170932050.23720@honker.vgersoft.com>
@ 2009-07-17 14:18                             ` Dave Korn
  0 siblings, 0 replies; 11+ messages in thread
From: Dave Korn @ 2009-07-17 14:18 UTC (permalink / raw)
  To: Thread finally TITTTL'd

Steve Thompson wrote:
> On Fri, 17 Jul 2009, Dave Korn wrote:
> 
>> I wanted to "save" one, I did that by leaving the power on
>> indefinitely ...
> 
> You had power? Luxury! I had to keep pedaling the bicycle!
> 
> -s

  You had Monty Python sketches?  Luxury!  In my day we didn't have jokes, we
just had a transcript of a forty-year old weather forecast written in crayon
on a scrap of paper, and we had to laugh hysterically at it for twenty-nine
hours a day or father would beat us wi' rocks!

    cheers,
      DaveK


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: MVFS results
  2009-07-17 14:14                           ` Dave Korn
@ 2009-07-17 18:29                             ` Christopher Faylor
  0 siblings, 0 replies; 11+ messages in thread
From: Christopher Faylor @ 2009-07-17 18:29 UTC (permalink / raw)
  To: cygwin-talk

On Fri, Jul 17, 2009 at 03:26:56PM +0100, Dave Korn wrote:
>Corinna Vinschen wrote:
>> On Jul 17 01:35, Dave Korn wrote:
>>>   I always just bang two rocks together.  With a cute fluffy kitten trapped in
>>> between.  It doesn't have quite as much computational power, but at least it's
>>> needlessly sadistic and cruel.
>>>
>>>   Much more satisfying.
>> 
>> You're actually Doctor Chaotica, ruler of the cosmos, right?  Dave Korn
>> is just your pseudonym.
>
>  No, it's worse than that - I am Dave Korn, and Doctor Chaotica is just my
>pseudonym!  Muahahahaha-ha-ha-haaaaa!

I've always suspected that the more-famous David Korn was just a shell
of a programmer compared to our version.  Now I know why.

cgf

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-07-17 18:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <loom.20090715T192219-408@post.gmane.org>
     [not found] ` <20090715204831.GA27613@calimero.vinschen.de>
     [not found]   ` <loom.20090715T213245-387@post.gmane.org>
     [not found]     ` <20090716090703.GH27613@calimero.vinschen.de>
     [not found]       ` <h3mrap$f0n$1@ger.gmane.org>
     [not found]         ` <20090716094505.GJ27613@calimero.vinschen.de>
     [not found]           ` <4A5EFC69.10408@gmail.com>
2009-07-16 11:15             ` MVFS results Dave Korn
2009-07-17  0:32               ` Christopher Faylor
2009-07-17  0:43                 ` Dave Korn
2009-07-17  0:52                   ` Dave Korn
     [not found]       ` <loom.20090716T133741-21@post.gmane.org>
     [not found]         ` <20090716151121.GO27613@calimero.vinschen.de>
     [not found]           ` <loom.20090716T154525-611@post.gmane.org>
     [not found]             ` <20090716165112.GS27613@calimero.vinschen.de>
     [not found]               ` <loom.20090716T165527-559@post.gmane.org>
     [not found]                 ` <20090716174525.GT27613@calimero.vinschen.de>
     [not found]                   ` <loom.20090716T225222-72@post.gmane.org>
     [not found]                     ` <20090717000248.GB20981@ednor.casa.cgf.cx>
2009-07-17  0:18                       ` Eric Blake
2009-07-17  0:30                         ` Dave Korn
2009-07-17  0:28                       ` Dave Korn
2009-07-17  8:00                         ` Corinna Vinschen
2009-07-17 14:14                           ` Dave Korn
2009-07-17 18:29                             ` Christopher Faylor
     [not found]                       ` <COL102-W45E99859A86FACF4F28D53B51E0@phx.gbl>
     [not found]                         ` <4A5FCD8E.8090805@gmail.com>
     [not found]                           ` <alpine.LRH.0.9999.0907170932050.23720@honker.vgersoft.com>
2009-07-17 14:18                             ` Dave Korn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).