9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Réf. : Re: [9fans] mothra
@ 2000-07-19 12:05 boyd.roberts
  2000-07-19 12:31 ` [9fans] " Howard Trickey
  0 siblings, 1 reply; 11+ messages in thread
From: boyd.roberts @ 2000-07-19 12:05 UTC (permalink / raw)
  To: 9fans



    The next real hard part is getting the layout (especially tables!)

sed | tbl | troff

you see the way i'm thinking?




^ permalink raw reply	[flat|nested] 11+ messages in thread
* Réf. : Re: [9fans] mothra
@ 2000-07-19 16:08 boyd.roberts
  0 siblings, 0 replies; 11+ messages in thread
From: boyd.roberts @ 2000-07-19 16:08 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 675 bytes --]




they also share the fact that they're both abortions.



                                                                  
 (Embedded                                                        
 image moved   Andy Newman <atrn@zeta.org.au>                     
 to file:      19/07/2000 17:23                                   
 pic01411.pcx)                                                    
                                                                  



Veuillez répondre à atrn@zeta.org.au; Veuillez répondre à 9fans@cse.psu.edu

Pour: 9fans@cse.psu.edu
cc:    (ccc: Boyd ROBERTS/EST/DOSI/BANQUE_INDOSUEZ/FR)
Objet:    Re: [9fans] mothra



[-- Attachment #2: Type: text/plain, Size: 229 bytes --]


Chris Locke wrote:
>You are confusing Java and Javascript.
>They share 4 letters of their name and that's about all.

Oh come on. The operator lexicon is almost identical!

--
Chuck Berry lied about the promised land


[-- Attachment #3: pic01411.pcx --]
[-- Type: application/octet-stream, Size: 2427 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Réf. : Re: [9fans] mothra
@ 2000-07-19 10:12 boyd.roberts
  0 siblings, 0 replies; 11+ messages in thread
From: boyd.roberts @ 2000-07-19 10:12 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]




the writing of java* should be punishable by death.



                                                                  
 (Embedded                                                        
 image moved   Chris Locke <chris@cjl1.demon.co.uk>               
 to file:      19/07/2000 11:28                                   
 pic18590.pcx)                                                    
                                                                  



Veuillez répondre à 9fans@cse.psu.edu

Pour: 9fans@cse.psu.edu
cc:    (ccc: Boyd ROBERTS/EST/DOSI/BANQUE_INDOSUEZ/FR)
Objet:    Re: [9fans] mothra



[-- Attachment #2: Type: text/plain, Size: 257 bytes --]



Randolph Fritz <randolph@cyber-dyne.com> wrote in message
>
>   It would be perfectly practical to implement 9P as a Javascript
>   class.

You are confusing Java and Javascript.
They share 4 letters of their name and that's about all.
Chris.


[-- Attachment #3: pic18590.pcx --]
[-- Type: application/octet-stream, Size: 2427 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Réf. : Re: [9fans] mothra
@ 2000-07-19 10:10 boyd.roberts
  0 siblings, 0 replies; 11+ messages in thread
From: boyd.roberts @ 2000-07-19 10:10 UTC (permalink / raw)
  To: 9fans



i don't think of building as a huge lump of code is the way to go.
start with a simple design and glue it together with a simple
set of tools.  tools that do _one_ thing; keeps the code
smaller and when it breaks you know where to look and the
design can evolve.




^ permalink raw reply	[flat|nested] 11+ messages in thread
* Réf. : Re: [9fans] mothra
@ 2000-07-18 13:35 boyd.roberts
  0 siblings, 0 replies; 11+ messages in thread
From: boyd.roberts @ 2000-07-18 13:35 UTC (permalink / raw)
  To: 9fans



given i wrote a DLL (to my shame) once that talked SOCKS4
transparently and sat on top of winsock (ie. it looked like
winsock) i saw what socket calls netscape made.  i was less than
impressed.  i just had a look at the winsock code in mozilla.
yep, as i expected -- clueless bozos.

check this:

   BOOL IsWinsockLoaded (int sp)
   {
        if (hWinsock == NULL)
        {
            WSADATA wsaData;
            WSAStartup(0x0101, &wsaData);
        }
    //  Quick macro to tell if the winsock has actually loaded for a particular
    //      function.
    //  Debug version is a little more strict to make sure you get the names
   right.
    #ifdef DEBUG
        return hWinsock != NULL && spArray[(int)(sp)] != NULL;
    #else //  A little faster
        return hWinsock != NULL;
    #endif
    }

this _abortion_ is called before _every_ winsock call.

duh... load it on startup and chuck away a swath of
redundant, inefficient code;  bugs waiting to happen.

and THIS:

            WSAStartup(0x0101, &wsaData);

a hard wired _constant_?

the prosecution rests.

i even saw a telnet that looped on write() after making an async
connect().  duh, select() anyone?




^ permalink raw reply	[flat|nested] 11+ messages in thread
* Réf. : Re: [9fans] mothra
@ 2000-07-18 13:18 boyd.roberts
  0 siblings, 0 replies; 11+ messages in thread
From: boyd.roberts @ 2000-07-18 13:18 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 668 bytes --]




mozilla?  have you tried to use version 6 on '98?

now, would you port it?

nuh.



                                                                  
 (Embedded                                                        
 image moved   Wladimir Mutel <mwg@alkar.net>                     
 to file:      18/07/2000 14:46                                   
 pic30578.pcx)                                                    
                                                                  



Veuillez répondre à 9fans@cse.psu.edu

Pour: 9fans@cse.psu.edu
cc:    (ccc: Boyd ROBERTS/EST/DOSI/BANQUE_INDOSUEZ/FR)
Objet:    Re: [9fans] mothra



[-- Attachment #2: Type: text/plain, Size: 328 bytes --]



Lucio De Re <lucio@proxima.alt.za> wrote:

>>   Gecko rendering engine is small and almost suitable for embedding,

> Is a URL for gecko readily available?

     http://www.mozilla.org/ - get the source
     It should be in Mozilla source, I guess.

--
mwg@alkar.net, 340044, 7442333, 7786458 - Владимир Мутель


[-- Attachment #3: pic30578.pcx --]
[-- Type: application/octet-stream, Size: 2427 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Réf. : Re: [9fans] mothra
@ 2000-07-18  9:52 boyd.roberts
  0 siblings, 0 replies; 11+ messages in thread
From: boyd.roberts @ 2000-07-18  9:52 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 658 bytes --]




surely no one would be that stupid.

the word 'crock' springs to mind...



                                                                  
 (Embedded                                                        
 image moved   "Douglas A. Gwyn" <gwyn@arl.army.mil>              
 to file:      18/07/2000 10:25                                   
 pic19491.pcx)                                                    
                                                                  



Veuillez répondre à 9fans@cse.psu.edu

Pour: 9fans@cse.psu.edu
cc:    (ccc: Boyd ROBERTS/EST/DOSI/BANQUE_INDOSUEZ/FR)
Objet:    Re: [9fans] mothra



[-- Attachment #2: Type: text/plain, Size: 63 bytes --]


Surely somebody must be trying to port Mozilla to Plan 9?


[-- Attachment #3: pic19491.pcx --]
[-- Type: application/octet-stream, Size: 2427 bytes --]

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

end of thread, other threads:[~2000-07-19 19:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-19 12:05 Réf. : Re: [9fans] mothra boyd.roberts
2000-07-19 12:31 ` [9fans] " Howard Trickey
2000-07-19 12:51   ` [9fans] " Lucio De Re
2000-07-19 12:41     ` Colin DeVilbiss
2000-07-19 19:57   ` [9fans] Re: Réf. : " Steve Kilbane
  -- strict thread matches above, loose matches on Subject: below --
2000-07-19 16:08 boyd.roberts
2000-07-19 10:12 boyd.roberts
2000-07-19 10:10 boyd.roberts
2000-07-18 13:35 boyd.roberts
2000-07-18 13:18 boyd.roberts
2000-07-18  9:52 boyd.roberts

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 NNTP newsgroup(s).