Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.vms > #58652

Re: HTTP/2 stole my Applet

From Richard Maher <maherrj@gmail.com>
Newsgroups comp.os.vms, comp.lang.java.programmer, comp.lang.javascript
Subject Re: HTTP/2 stole my Applet
Date 2016-06-20 18:01 +0800
Organization Aioe.org NNTP Server
Message-ID <nk8etu$9u5$1@gioia.aioe.org> (permalink)
References <nk0e09$1a68$1@gioia.aioe.org> <00B0ABEE.100C0E1C@SendSpamHere.ORG>

Cross-posted to 3 groups.

Show all headers | View raw


On 17-Jun-16 6:58 PM, VAXman-@SendSpamHere.ORG wrote:
 > In article <nk0e09$1a68$1@gioia.aioe.org>,
Richard Maher <maher_rjSPAMLESS@hotmail.com> writes:
 >> For those of you who've been following on
 >> along at home all these years,and may have a passing
 >> interest in what I was talking about, you can find the
 >> source-code for my Applet at
 >> https://drive.google.com/folderview?
id=0B7Rmd3Rn8_hDY0RkbWwtVV9DdDg&usp=sharing
 >>
 >>
 >> For those of you who are new, my Applet facilitated the following
 >> UA/Browser<->Application Server functionality: -
 >>
 >> - Single-Signon without session-hijackable cookie bollocks?
 >>
 >> - Single, persistent network connection across multiple active
 >>
 >> tabs in a browser instance?
 >>
 >> - Full-on synchronous of asynchronous I/O capability?
 >>
 >> - 1:M relationship between messages sent to received?
 >>
 >> - Retention of server-affinity if/when needed?
 >>
 >> - Run-time discovery of Application Servers
 >>
 >> - Takes up 0px by 0px GUI real estate
 >>
 >> - Dependency injection on the Handshake/authentication logic
 >>
 >> - and much much more . . .
 >>
 >> Anyway, I may be the last person on the planet to admit Applets
 >> are dead
 >> but I'm sure I'm not the only one who shed a tear at their passing.
 >>
 >> For the Javascript people this is how Tier3Client was instantiated: -
 >>
 >>       try {
 >>         t3Client = new Tier3Client(
 >>                        "Demo", "http://192.168.1.159/Applets/",
 >>                        2048, 1022, kickOff, epicFail, "ISO-8859-1",
 >> "N", Tier3Client.GUIAWT,
 >>                        null,Tier3Client.WARNING);
 >>       } catch (err){
 >>             alert((err.description||err.message));
 >>         throw err;
 >>       }
 >>
 >> This example can be found in Randomator.html and the object code
 >> can be
 >> found in Tier3Client.js.
 >>
 >> Cheers Richard Maher
 >>
 >> PS. If anyone knows a half decent lawyer who operates on contingency
 >> fees please send him my way. HTTP/2 has a lot more than persistent,
 >> multiplexed, TCP/IP connections but I can tell you that that the
 >> similarity of algorithms involved is far greater and more substantial
 >> than the first few bars of "Stairway to Heaven"!
 >>
 >> http://www.bbc.com/news/world-us-canada-36546726
 >
 > Trying to turn this into a Spirit-ed debate, RIchard?
 >

You're just about old enough to have covered those gigs aren't you Brian 
:-) Or was the pony-tail a bit avant garde even for the 60s?
Perhaps you'll have to submit your BoxBrownie as evidence?

Anyway Led Zeppelin are heading for a fall and with over $550million
in revenue to date, it's going to cost 'em big time.
https://www.youtube.com/watch?v=dXMYb93EW2s

If you think the case is ridiculous and doesn't have a hope of getting 
up just look to the precedence of Men at Work "The land down under"
http://www.news.com.au/entertainment/music
/men-at-works-colin-hay-says-down-under-lawsuit-contributed-to-death-of-
his-dad-and-bandmate/news-story/db47d17797386c960b7a7737974ea1ce

I doubt many who didn't attend primary school in Oz know "kookaburra 
sits in the old gum tree" but the similarity with the flute-break is 
uncanny. Well, the judge thought so.

Is all of this happening because people/companies/trusts are just 
feeding a few bars at a time into Google and seeing what it guesses?

I'm happy that all plagiarizing bastards get their comeuppance! The 
corridors
of W3C and IETF are so stacked with left-wing ideologues and sycophants
prostrating themselves before the scribes and pharisees that original 
thought
simply has to be sourced elsewhere :-( How many of them have actually 
cut-code
for a living? Having said that this particular gripe is with Google and 
the authors of SPDY.

Anyway I'd like to thank Arne for all his help in developing the killer
architecture for the Web that sadly came after its time. I owe you a cut 
of everything I made from it.

Feel free to collect your beer anytime :-)

Cheers Richard Maher

PS. Good defense: "If anyone can remember who was at those gigs,
the line-up, or what was played, then they simply weren't there".

PPS. Did no one pause to look at my code and be dumbstruck by its
sheer beauty long enough to stroke my ego?

Back to comp.os.vms | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

HTTP/2 stole my Applet Richard Maher <maher_rjSPAMLESS@hotmail.com> - 2016-06-17 16:56 +0800
  Re: HTTP/2 stole my Applet   VAXman-  @SendSpamHere.ORG - 2016-06-17 10:58 +0000
    Re: HTTP/2 stole my Applet Richard Maher <maherrj@gmail.com> - 2016-06-20 18:01 +0800
      Re: HTTP/2 stole my Applet helbig@asclothestro.multivax.de (Phillip Helbig (undress to reply)) - 2016-06-20 19:28 +0000
      Re: HTTP/2 stole my Applet Qu0ll <qu0ll64@gmail.com> - 2016-06-21 17:39 +1000
        Re: HTTP/2 stole my Applet lawrencedo99@gmail.com - 2016-06-22 03:25 -0700
          Re: HTTP/2 stole my Applet "Craig A. Berry" <craigberry@nospam.mac.com> - 2016-06-22 07:22 -0500
          Re: HTTP/2 stole my Applet helbig@asclothestro.multivax.de (Phillip Helbig (undress to reply)) - 2016-06-22 21:21 +0000
            Re: HTTP/2 stole my Applet lawrencedo99@gmail.com - 2016-06-22 14:51 -0700
          Re: HTTP/2 stole my Applet David Froble <davef@tsoft-inc.com> - 2016-06-22 20:05 -0400
      Re: HTTP/2 stole my Applet Richard Maher <maherrj@gmail.com> - 2016-06-22 13:22 +0800
        Re: HTTP/2 stole my Applet   VAXman-  @SendSpamHere.ORG - 2016-06-22 12:39 +0000
  Re: HTTP/2 stole my Applet Qu0ll <qu0ll64@gmail.com> - 2016-06-18 03:36 +1000
  Re: HTTP/2 stole my Applet Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-06-17 23:16 +0200
  Re: HTTP/2 stole my Applet lawrencedo99@gmail.com - 2016-06-17 17:24 -0700
    Re: HTTP/2 stole my Applet Simon Clubley <clubley@remove_me.eisner.decus.org-Earth.UFP> - 2016-06-18 15:21 +0000
      Re: HTTP/2 stole my Applet lawrencedo99@gmail.com - 2016-06-18 16:35 -0700
        Re: HTTP/2 stole my Applet David Froble <davef@tsoft-inc.com> - 2016-06-18 22:59 -0400
          Re: HTTP/2 stole my Applet lawrencedo99@gmail.com - 2016-06-18 21:42 -0700
            Re: HTTP/2 stole my Applet David Froble <davef@tsoft-inc.com> - 2016-06-19 01:35 -0400
              Re: HTTP/2 stole my Applet Paul Sture <nospam@sture.ch> - 2016-06-19 09:00 +0200
                Re: HTTP/2 stole my Applet lawrencedo99@gmail.com - 2016-06-19 00:32 -0700
                Re: HTTP/2 stole my Applet David Froble <davef@tsoft-inc.com> - 2016-06-19 23:37 -0400
                Re: HTTP/2 stole my Applet lawrencedo99@gmail.com - 2016-06-22 03:22 -0700
                Re: HTTP/2 stole my Applet David Froble <davef@tsoft-inc.com> - 2016-06-22 16:29 -0400
              Re: HTTP/2 stole my Applet lawrencedo99@gmail.com - 2016-06-19 00:33 -0700
                Re: HTTP/2 stole my Applet Bill Gunshannon <bill.gunshannon@gmail.com> - 2016-06-19 16:06 -0400
                Re: HTTP/2 stole my Applet lawrencedo99@gmail.com - 2016-06-22 03:21 -0700
          Re: HTTP/2 stole my Applet Bill Gunshannon <bill.gunshannon@gmail.com> - 2016-06-19 15:59 -0400
        Re: HTTP/2 stole my Applet Bill Gunshannon <bill.gunshannon@gmail.com> - 2016-06-19 15:57 -0400
      Re: HTTP/2 stole my Applet Bill Gunshannon <bill.gunshannon@gmail.com> - 2016-06-19 15:56 -0400
  The smoking gun Richard Maher <maher_rjSPAMLESS@hotmail.com> - 2016-06-23 20:20 +0800

csiph-web