Yes, I see what you mean - I'll have a look!
On Wed, Oct 09, 2013 at 10:17:28PM +0200, Sampsa Laine wrote:
I meant in a browser, so you'd have a script that you can call to display SIXEL images
stored on a server, like <IMG> tags but using JS function calls instead :)
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 9 Oct 2013, at 22:15, Erik Olofsen <e.olofsen at xs4all.nl> wrote:
I use SpiderMonkey for stand-alone Javascript - adding a ppm output
function would not be difficult!
On Wed, Oct 09, 2013 at 10:12:36PM +0200, Sampsa Laine wrote:
A JS library that could display SIXEL images would be pretty awesome though :)
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 9 Oct 2013, at 22:11, Erik Olofsen <e.olofsen at xs4all.nl> wrote:
With a little effort, I could write a tool to convert sixel to ppm...
Perhaps in C, so that it would work as a foreign command under VMS.
A plugin would be more difficult...
On Wed, Oct 09, 2013 at 07:32:48PM +0200, Sampsa Laine wrote:
That's awesome!
I wonder if we could turn this into a SIXEL decoding plugin for websites somehow..
So you could have a whole bunch of SIXEL images on a website, an INDEX.HTML that imports this javascript and then displays the images?
Because I haven't found any utilities to convert images FROM sixel to other formats, just one to convert netpbm -> sixel.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 9 Oct 2013, at 19:28, Erik Olofsen <e.olofsen at xs4all.nl> wrote:
Hi Sampsa,
At http://rullf2.xs4all.nl/sg/sg.html
type
js> load('monkey.js')
js> display(s$)
It needs 'continue script' once or twice.
:)
Erik
On Tue, Oct 08, 2013 at 04:06:36PM +0200, Sampsa Laine wrote:
On 8 Oct 2013, at 16:03, Erik Olofsen <e.olofsen at xs4all.nl> wrote:
Hi all,
For those interested in Sixels, I ported the code (quick and dirty)
from ftp://ftp.cs.utk.edu/pub/shuford/terminal/all_about_sixels.txt
to Javascript and combined it with Flot and a JQuery terminal:
http://rullf2.xs4all.nl/sg/sg.html
You then get a Javascript terminal, with a display function; some examples:
js> example$
js> display(example$)
js> display(Array(5).join('CA at ACGOG'))
js> display('HECNET')
and
js> display(digital$)
Considering the run time to display the latter image, photos should
perhaps not be too detailed...
Cool - any change you could add my logo (B&W picture of angry monkey from Family Guy)?
That would totally make my day.
$ mc ncp copy known nodes from sgc to both
Van: Steve Davidson
Verzonden: woensdag 9 oktober 2013 22:07
Aan: hecnet at Update.UU.SE
Beantwoorden: hecnet at Update.UU.SE
Onderwerp: RE: [HECnet] Nodelist errors from MIM::
$ Copy sgc::nu2.com *.*
$ @nu2
Be careful that your SCSSYSTEMID and DECnet node number are the same or
it will be a mess. You have been warned!
-Steve
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Sampsa Laine
Sent: Wednesday, October 09, 2013 4:04 PM
To: hecnet at Update.UU.SE
Subject: Re: [HECnet] Nodelist errors from MIM::
Refresh my memory, how do I invoke that?
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 9 Oct 2013, at 22:02, Steve Davidson <jeep at scshome.net> wrote:
> Sampsa,
>
> As long as your SCSSYSTEMID and your DECnet node number are in sync
you
> can use NetUpdate from SGC:: or SG
>
> -----Original Message-----
> From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
> Behalf Of Sampsa Laine
> Sent: Wednesday, October 09, 2013 2:57 PM
> To: hecnet at Update.UU.SE
> Subject: [HECnet] Nodelist errors from MIM::
>
> When I tried to update my nodelist just now on CHIMPY, I got a few
> errors in Area 9.
>
> Any ideas?
>
> --- SNIP ----
>
> CHIMPY$ mcr ncp copy known node from mim to both
> %NCP-W-INVPVA, Invalid parameter value , Address
>
>
>
> %NCP-W-INVPVA, Invalid parameter value , Address
> Remote node = 9.1 (GEWT)
>
>
> %NCP-W-INVPVA, Invalid parameter value , Address
>
>
>
> %NCP-W-INVPVA, Invalid parameter value , Address
> Remote node = 9.2 (MANDY)
>
>
> %NCP-W-INVPVA, Invalid parameter value , Address
>
>
>
> %NCP-W-INVPVA, Invalid parameter value , Address
> Remote node = 9.4 (MINDY)
>
>
>
>
I use SpiderMonkey for stand-alone Javascript - adding a ppm output
function would not be difficult!
On Wed, Oct 09, 2013 at 10:12:36PM +0200, Sampsa Laine wrote:
A JS library that could display SIXEL images would be pretty awesome though :)
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 9 Oct 2013, at 22:11, Erik Olofsen <e.olofsen at xs4all.nl> wrote:
With a little effort, I could write a tool to convert sixel to ppm...
Perhaps in C, so that it would work as a foreign command under VMS.
A plugin would be more difficult...
On Wed, Oct 09, 2013 at 07:32:48PM +0200, Sampsa Laine wrote:
That's awesome!
I wonder if we could turn this into a SIXEL decoding plugin for websites somehow..
So you could have a whole bunch of SIXEL images on a website, an INDEX.HTML that imports this javascript and then displays the images?
Because I haven't found any utilities to convert images FROM sixel to other formats, just one to convert netpbm -> sixel.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 9 Oct 2013, at 19:28, Erik Olofsen <e.olofsen at xs4all.nl> wrote:
Hi Sampsa,
At http://rullf2.xs4all.nl/sg/sg.html
type
js> load('monkey.js')
js> display(s$)
It needs 'continue script' once or twice.
:)
Erik
On Tue, Oct 08, 2013 at 04:06:36PM +0200, Sampsa Laine wrote:
On 8 Oct 2013, at 16:03, Erik Olofsen <e.olofsen at xs4all.nl> wrote:
Hi all,
For those interested in Sixels, I ported the code (quick and dirty)
from ftp://ftp.cs.utk.edu/pub/shuford/terminal/all_about_sixels.txt
to Javascript and combined it with Flot and a JQuery terminal:
http://rullf2.xs4all.nl/sg/sg.html
You then get a Javascript terminal, with a display function; some examples:
js> example$
js> display(example$)
js> display(Array(5).join('CA at ACGOG'))
js> display('HECNET')
and
js> display(digital$)
Considering the run time to display the latter image, photos should
perhaps not be too detailed...
Cool - any change you could add my logo (B&W picture of angry monkey from Family Guy)?
That would totally make my day.
Also,
It will skip your DECnet area so as NOT to damage the DECnet database of
clusters - if you chose to use DECnet as the transport. That should not
normally be a problem because you are charged with managing your own
name and number space anyway.
-Steve
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Sampsa Laine
Sent: Wednesday, October 09, 2013 4:04 PM
To: hecnet at Update.UU.SE
Subject: Re: [HECnet] Nodelist errors from MIM::
Refresh my memory, how do I invoke that?
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 9 Oct 2013, at 22:02, Steve Davidson <jeep at scshome.net> wrote:
Sampsa,
As long as your SCSSYSTEMID and your DECnet node number are in sync
you
can use NetUpdate from SGC:: or SG
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Sampsa Laine
Sent: Wednesday, October 09, 2013 2:57 PM
To: hecnet at Update.UU.SE
Subject: [HECnet] Nodelist errors from MIM::
When I tried to update my nodelist just now on CHIMPY, I got a few
errors in Area 9.
Any ideas?
--- SNIP ----
CHIMPY$ mcr ncp copy known node from mim to both
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.1 (GEWT)
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.2 (MANDY)
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.4 (MINDY)
With a little effort, I could write a tool to convert sixel to ppm...
Perhaps in C, so that it would work as a foreign command under VMS.
A plugin would be more difficult...
On Wed, Oct 09, 2013 at 07:32:48PM +0200, Sampsa Laine wrote:
That's awesome!
I wonder if we could turn this into a SIXEL decoding plugin for websites somehow..
So you could have a whole bunch of SIXEL images on a website, an INDEX.HTML that imports this javascript and then displays the images?
Because I haven't found any utilities to convert images FROM sixel to other formats, just one to convert netpbm -> sixel.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 9 Oct 2013, at 19:28, Erik Olofsen <e.olofsen at xs4all.nl> wrote:
Hi Sampsa,
At http://rullf2.xs4all.nl/sg/sg.html
type
js> load('monkey.js')
js> display(s$)
It needs 'continue script' once or twice.
:)
Erik
On Tue, Oct 08, 2013 at 04:06:36PM +0200, Sampsa Laine wrote:
On 8 Oct 2013, at 16:03, Erik Olofsen <e.olofsen at xs4all.nl> wrote:
Hi all,
For those interested in Sixels, I ported the code (quick and dirty)
from ftp://ftp.cs.utk.edu/pub/shuford/terminal/all_about_sixels.txt
to Javascript and combined it with Flot and a JQuery terminal:
http://rullf2.xs4all.nl/sg/sg.html
You then get a Javascript terminal, with a display function; some examples:
js> example$
js> display(example$)
js> display(Array(5).join('CA at ACGOG'))
js> display('HECNET')
and
js> display(digital$)
Considering the run time to display the latter image, photos should
perhaps not be too detailed...
Cool - any change you could add my logo (B&W picture of angry monkey from Family Guy)?
That would totally make my day.
$ Copy sgc::nu2.com *.*
$ @nu2
Be careful that your SCSSYSTEMID and DECnet node number are the same or
it will be a mess. You have been warned!
-Steve
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Sampsa Laine
Sent: Wednesday, October 09, 2013 4:04 PM
To: hecnet at Update.UU.SE
Subject: Re: [HECnet] Nodelist errors from MIM::
Refresh my memory, how do I invoke that?
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 9 Oct 2013, at 22:02, Steve Davidson <jeep at scshome.net> wrote:
Sampsa,
As long as your SCSSYSTEMID and your DECnet node number are in sync
you
can use NetUpdate from SGC:: or SG
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Sampsa Laine
Sent: Wednesday, October 09, 2013 2:57 PM
To: hecnet at Update.UU.SE
Subject: [HECnet] Nodelist errors from MIM::
When I tried to update my nodelist just now on CHIMPY, I got a few
errors in Area 9.
Any ideas?
--- SNIP ----
CHIMPY$ mcr ncp copy known node from mim to both
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.1 (GEWT)
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.2 (MANDY)
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.4 (MINDY)
Sampsa,
The current version can be found in the default DECnet account on SGC::
or SG1::. The file name is NU2.COM. You will get those errors with
this system - that is normal. It has to clear out old definitions
before inserting new ones.
-Steve
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Sampsa Laine
Sent: Wednesday, October 09, 2013 2:57 PM
To: hecnet at Update.UU.SE
Subject: [HECnet] Nodelist errors from MIM::
When I tried to update my nodelist just now on CHIMPY, I got a few
errors in Area 9.
Any ideas?
--- SNIP ----
CHIMPY$ mcr ncp copy known node from mim to both
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.1 (GEWT)
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.2 (MANDY)
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.4 (MINDY)
Refresh my memory, how do I invoke that?
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 9 Oct 2013, at 22:02, Steve Davidson <jeep at scshome.net> wrote:
Sampsa,
As long as your SCSSYSTEMID and your DECnet node number are in sync you
can use NetUpdate from SGC:: or SG
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Sampsa Laine
Sent: Wednesday, October 09, 2013 2:57 PM
To: hecnet at Update.UU.SE
Subject: [HECnet] Nodelist errors from MIM::
When I tried to update my nodelist just now on CHIMPY, I got a few
errors in Area 9.
Any ideas?
--- SNIP ----
CHIMPY$ mcr ncp copy known node from mim to both
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.1 (GEWT)
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.2 (MANDY)
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.4 (MINDY)
Sampsa,
As long as your SCSSYSTEMID and your DECnet node number are in sync you
can use NetUpdate from SGC:: or SG
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Sampsa Laine
Sent: Wednesday, October 09, 2013 2:57 PM
To: hecnet at Update.UU.SE
Subject: [HECnet] Nodelist errors from MIM::
When I tried to update my nodelist just now on CHIMPY, I got a few
errors in Area 9.
Any ideas?
--- SNIP ----
CHIMPY$ mcr ncp copy known node from mim to both
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.1 (GEWT)
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.2 (MANDY)
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.4 (MINDY)
When I tried to update my nodelist just now on CHIMPY, I got a few errors in Area 9.
Any ideas?
--- SNIP ----
CHIMPY$ mcr ncp copy known node from mim to both
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.1 (GEWT)
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.2 (MANDY)
%NCP-W-INVPVA, Invalid parameter value , Address
%NCP-W-INVPVA, Invalid parameter value , Address
Remote node = 9.4 (MINDY)