1998Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  Java and Javascript -->
<!--X-From-R13: Qnyvona Fverfvnf Rnexybpx <pnyvonaNqnexybpx.pbz> -->
<!--X-Date: Tue, 17 Feb 1998 04:55:38 +0000 -->
<!--X-Message-Id: 199802170049.TAA01114#relay,mnsinc.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199802142034.PAA04515#relay,mnsinc.com -->
<!--X-Reference: Pine.LNX.3.96.980216230248.1507A&#45;100000#mpc,dyn.ml.org -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev]  Java and Javascript</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:caliban#darklock,com">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00507.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00509.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00502.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00593.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00508">Author</A>
&nbsp;|&nbsp;<A HREF="#00508">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00508">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]  Java and Javascript</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev]  Java and Javascript</LI>
<LI><em>From</em>: Caliban Tiresias Darklock &lt;<A HREF="mailto:caliban#darklock,com">caliban#darklock,com</A>&gt;</LI>
<LI><em>Date</em>: Mon, 16 Feb 1998 19:49:30 -0500</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
At 03:37 PM 2/16/98 +0000, Matt Chatterley wrote:
&gt;On Mon, 16 Feb 1998, Caliban Tiresias Darklock wrote:
&gt;&gt; At 11:11 AM 2/14/98 +0000, Mat Chatterley wrote:
&gt;&gt; &gt;
&gt;&gt; &gt;Absolutely agreed that the browser interface is not useful. If anything,
&gt;&gt; &gt;it means a waste of resources!
&gt;
&gt;Albeit in a slightly ranty form, this contains some very interesting
&gt;points (and I'm not certain to what degree this is serious, but in either 
&gt;case, an interesting attitude - not necessarily Caliban's). Dissection in
&gt;parts follows.

Well, I went flying off on a tirade as usual. I have a tendency to do that,
and I just hope I'm not leaving people with the idea that I'm some bitter,
pathetic jerk who has nothing better to do than argue with people. ;)
 
&gt;&gt; No it doesn't! Quit assuming that your MUD is the only damn thing I want to
&gt;&gt; do while I'm online! I want all the same integrated features I'm used to,
&gt;
&gt;But given that assumption (a reasonable one when writing a mud client, I
&gt;think), 

I don't. I have not done one and only one thing on my computer for years. I
average eight to twelve open applications at a time (right now I have 16
open).

&gt;using the browser environment when not necessary *would* entail a
&gt;waste of resources. This is perhaps not a valid enough argument on its own
&gt;(OTOH, Netscape puts my machine through the wringer, and I have 64 mbs of
&gt;ram plus a fast disk). Even so, its a design thing - I hate to see big and
&gt;unwieldy things being used for tasks that can be accomplished with
&gt;smaller, neater programs (and also, it makes things more accessible to
&gt;'lower power' machines). Of course, it means I don't have to deal with
&gt;bugs in other peoples software, too.

I can see both sides of this issue. I have a healthy aversion to canned
code and downloaded components, but sometimes you have to ask yourself why
you ought to build something someone else already did. The major question
is whether the benefit outweighs the liability -- for example, if you build
your client in Java, you inherit any security bug that might be found in
Java. You have to ask yourself whether that's a risk worth taking; do you
want the software done and out the door faster, or do you want it
bulletproof? Time is a commodity, but so is reliability... and when you use
someone else's framework, you're investing a lot of trust in that person. 

&gt;&gt; dammit, and your client can most definitely make use of forward and back

&gt;&gt; while I'm playing if you use an interface that uses that -- like a
separate
&gt;&gt; help window on the side in a frame, for example. Browser-based clients can
&gt;&gt; provide a lot of functionality and a lot of convenience, and I see a lot of
&gt;
&gt;Actually, I can't think of any extra functionality that could be offered
&gt;by a Browser based client. Could you give some examples? (Genuine
&gt;interest). How would you find it more convenient?

Consider a framed site, with the terminal session in one frame, a table of
contents in another, and the help file in another. I can browse the help
and news and all that while I play, without spamming the hell out of my
screen. Back and forward are useful there. Someone else could design an
add-on product which sat on top of yours, and just run it in a separate
frame or window. If I play several games like this, I could fit two or more
in the same browser window. I could write Java and JavaScript that
interacted with the world, or even use dedicated client software of some
sort ot add to it. The availability of the 'chrome' is sometimes essential
for this sort of thing, and the resources the chrome actually takes up are
miniscule. After all, you have the whole application loaded anyway. 

&gt;It's not the only argument; just one consideration. And you may not wish
&gt;to use the entire machine up for your mudding! 

I should certainly hope not, but all the same you shouldn't be thinking
about the 640K barrier when you build a client. ;)

&gt;You might want to run it in
&gt;the background, or low-priority rather than in a browser (I think you must
&gt;accept that browsers are fairly huge things, now).

Browsers are also absolutely essential to most online activity. I think a
larger number of people than you realise have their web browsers open all
the time *anyway*. I've got three Netscape windows open as we speak. Plus a
pair of NetTerm sessions to shell accounts and three MUDs. If I could do
all of those in the browser, I would SAVE resources, since the browser
would have a significant amount of shared code between windows.

&gt;There are many machines below average. Personally, I own a p133 (intel),
&gt;with 5gb total storage space (not all available currently), and two

&gt;cd-roms (4x and 2x). The video card has 1mb ram, and the sound card
&gt;doesn't work. It also has 64 mb ram (oh, and the CPU only clocks 100
&gt;because the PSU is overloaded by the SCSI bus). The 4x cdrom is kinda
&gt;busted, too. None of this is likely to change any time soon - I make the
&gt;assumption that I am not the only person behind what some people consider
&gt;to be 'standard'.

The system that cost $1500 last year (I just did some research on this
recently) was a P133 with 32 megs and a 2 GB hard drive. 2 megs of video
RAM was standard. A 4xCD was about standard. In other words -- yes, you are
average. Better, in some respects. You have more RAM and disk than most
people.

&gt;The more resources the browser uses, the fewer are available for my client
&gt;if I wish to make it do clever and/or attractive things, though.

But some of those resources are things you can use yourself. Like the GIF
and JPEG display code, the scripting engine, the document object model, the
protocol support... you could actually use an SMTP mail server for your
users and an IMAP mail interface on your back end. There's a lot of
rendering code handled for you there, and it's that much work you don't
have to do. And your users already have all their preferences set up, and
all their druthers accounted for, and they already know how to use it. All
in all, using the browser could be a really big design win if you leverage
the technology right, and can actually SAVE memory and disk space.
 
&gt;This is no different to instally any other substantial piece of software.
&gt;Btw, AFAIK no reboots or anything of that sort are actually required to
&gt;get JRE running on windows (certainly was not needed when I test installed
&gt;an old copy of JDK 1.02 I had on the windows machine here).

When I last installed the JDK, I had to manually enter several environment
variables and registry keys. It was not something I'd wish on a novice.
I've also never had to do that with any piece of software I have ever
installed, with the exception of the Gnu Win32 utilities which required a
similar setup. (I think it's a UNIX thing. UNIX people seem to have this
idea that you should have to prove you're worthy to run their software. So
they make you do fifty weird technical things, and if you can manage that
then you must know what you're doing.)
 
&gt;It could also be pretty hard to integrate Java and Javascript in any way
&gt;like this (as far as I can see). The trouble with JS really is that its a
&gt;scripting language which was (as far as I can tell) intended for embedded
&gt;objects in webpages, rather than 'dynamic objects' like Java itself.

Netscape has a specific connectivity option (LiveConnect) between Java and
Javascript. MSIE supports it pretty well, as far as I can tell. Not like I
use MSIE much.

JavaScript is a lot more robust than it used to be. And on the Microsoft
front, ASP in particular is an exciting technology. It's starting to look
like I may never have to write another CGI script in my life. ;)
 
&gt;&gt; What ever happened to single player games? I don't like team sports and I
&gt;&gt; don't like competition and mainly I want something that I can play and have
&gt;&gt; fun with even if there's no one else there. Most of the time there isn't
&gt;&gt; going to be anyone else involved. (Sort of like my sex life.) This network
&gt;&gt; game boom has really caused a lot of the single player stuff to suffer.
&gt;
&gt;Can't a lot of muds be played single-player (this is an interesting
&gt;notion).

Yeah, but they suck. I've tried. ;)


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00593" HREF="msg00593.html">Re: [MUD-Dev]  Java and Javascript</A></strong>
<ul compact><li><em>From:</em> Matt Chatterley &lt;matt#mpc,dyn.ml.org&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00494" HREF="msg00494.html">Re: [MUD-Dev]  Java and Javascript</A></STRONG>
<UL><LI><EM>From:</EM> Caliban Tiresias Darklock &lt;caliban#darklock,com&gt;</LI></UL></LI>
<LI><STRONG><A NAME="00502" HREF="msg00502.html">Re: [MUD-Dev]  Java and Javascript</A></STRONG>
<UL><LI><EM>From:</EM> Matt Chatterley &lt;matt#mpc,dyn.ml.org&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00507.html">Re: [MUD-Dev] Moore's Law sucks (was: 3D graphics)</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00509.html">Re: [MUD-Dev]  The MLI Project</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00502.html">Re: [MUD-Dev]  Java and Javascript</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00593.html">Re: [MUD-Dev]  Java and Javascript</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00508"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00508"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>Re: [MUD-Dev]  Java and Javascript</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00456" HREF="msg00456.html">Re: [MUD-Dev]  Java and Javascript</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Sat 14 Feb 1998, 00:41 GMT
<UL>
<LI><strong><A NAME="00462" HREF="msg00462.html">Re: [MUD-Dev]  Java and Javascript</A></strong>, 
Matt Chatterley <a href="mailto:matt#mpc,dyn.ml.org">matt#mpc,dyn.ml.org</a>, Sat 14 Feb 1998, 19:00 GMT
<UL>
<LI><strong><A NAME="00494" HREF="msg00494.html">Re: [MUD-Dev]  Java and Javascript</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Mon 16 Feb 1998, 20:15 GMT
<UL>
<LI><strong><A NAME="00502" HREF="msg00502.html">Re: [MUD-Dev]  Java and Javascript</A></strong>, 
Matt Chatterley <a href="mailto:matt#mpc,dyn.ml.org">matt#mpc,dyn.ml.org</a>, Mon 16 Feb 1998, 23:36 GMT
<UL>
<LI><strong><A NAME="00508" HREF="msg00508.html">Re: [MUD-Dev]  Java and Javascript</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Tue 17 Feb 1998, 04:55 GMT
<UL>
<LI><strong><A NAME="00593" HREF="msg00593.html">Re: [MUD-Dev]  Java and Javascript</A></strong>, 
Matt Chatterley <a href="mailto:matt#mpc,dyn.ml.org">matt#mpc,dyn.ml.org</a>, Wed 25 Feb 1998, 23:51 GMT
<UL>
<LI><strong><A NAME="00594" HREF="msg00594.html">Re: [MUD-Dev]  Java and Javascript</A></strong>, 
Jon A. Lambert <a href="mailto:Jon.A.Lambert#ix,netcom.com">Jon.A.Lambert#ix,netcom.com</a>, Thu 26 Feb 1998, 02:02 GMT
<UL>
<LI><strong><A NAME="00596" HREF="msg00596.html">Re: [MUD-Dev]  Java and Javascript</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Thu 26 Feb 1998, 03:24 GMT
<UL>
<LI><strong><A NAME="00600" HREF="msg00600.html">Re: [MUD-Dev]  Java and Javascript</A></strong>, 
Jon A. Lambert <a href="mailto:Jon.A.Lambert#ix,netcom.com">Jon.A.Lambert#ix,netcom.com</a>, Thu 26 Feb 1998, 05:58 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>