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


Groups > comp.lang.forth > #8890

Re: Would green arrays produce something with a web browser? like a cheap appliance?

From Arnold Doray <invalid@invalid.com>
Newsgroups comp.lang.forth
Subject Re: Would green arrays produce something with a web browser? like a cheap appliance?
Date 2012-01-16 03:56 +0000
Organization A noiseless patient Spider
Message-ID <jf075e$qi3$1@dont-email.me> (permalink)
References <21380514.535.1326191319881.JavaMail.geo-discussion-forums@yqnb23> <7f3539b2-0e82-46ae-bf07-94725136d5c0@p13g2000yqd.googlegroups.com> <jeisak$von$1@dont-email.me> <81cba3c9-a3f2-40ba-867d-c6e393b0d0a4@e8g2000yqd.googlegroups.com>

Show all headers | View raw


On Sun, 15 Jan 2012 11:05:57 -0800, rickman wrote:

> On Jan 10, 9:31 pm, Arnold Doray <inva...@invalid.com> wrote:
>> On Tue, 10 Jan 2012 14:45:07 -0800, Jason Damisch wrote:
>> > On Jan 10, 2:28 am, gavino <gavcom...@gmail.com> wrote:
>> >> Would green arrays produce something with some persistance and a web
>> >> browser? perhaps staggeringly cheap?  or perhaps something like
>> >> plan9's 9p that could repalce the web with a network file system or
>> >> some other metaphore?
>>
>> > No, but you can investigate iTV as they were developing cheap web
>> > browser which might have been pretty cool.  But, the internet and
>> > internet programming has become so complex due to such technologies
>> > as Javascript and Flash, that a simple cheap web-browser would in
>> > fact have limited scope and abilities, and only be able to use a
>> > subset of the internet.  This would not be a mass appeal device.
>>
>> With a high speed connection, it might be possible to offload the heavy
>> lifting (CSS rendering, Javascript interactivity) to a server. Your
>> "Web Device" doesn't do very much apart from display the resulting
>> image, the network connection and relaying the user input. The new
>> Kindle Fire's browser takes this approach.
>>
>> The GA144 could conceivably be used in this context. You could probably
>> strip out some of the peripheral chips from existing designs, because
>> the GA144 can do a lot of these in software. CM illustrates some of
>> this capability in the latest Forth Day "fireside" video. I found it
>> absolutely fascinating.
>>
>> Cheers,
>> Arnold
> 
> What peripheral chips could you push inside the GA144?  I think it to be
> highly unlikely you could get Ethernet at any standard speed above 10
> Mbps in a GA144.  Same with USB above 12 Mbps.  You could probably drive
> a VGA signal at fairly low resolution, but who wants that?  I think 1024
> pixels would be required even for a state of the art handheld device.
> 

I don't think the problems you mention are insurmountable. 10 Mbps could 
be OK if you're clever in how you compress the image data you're sending 
from server to console. The server does the heavy lifting, the console 
only displays and relays user input. 

> The peripherals is where the GA144 falls short in many ways.  If you
> don't mind rewriting all the code and limited the applications to a
> minimum subset the chip will be a good platform.  But you will need to
> add devices to get the standard interfaces running at standard rates;
> USB, Ethernet, HDMI, ...
> 

Of course you'd have to do this. But it isn't that hard if you control 
all the harware. You'd only need one driver for each. 

Cheers,
Arnold

Back to comp.lang.forth | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Would green arrays produce something with a web browser? like a cheap appliance? gavino <gavcomedy@gmail.com> - 2012-01-10 02:28 -0800
  Re: Would green arrays produce something with a web browser? like a cheap appliance? "Elizabeth D. Rather" <erather@forth.com> - 2012-01-10 08:24 -1000
  Re: Would green arrays produce something with a web browser? like a cheap appliance? BruceMcF <agila61@netscape.net> - 2012-01-10 10:49 -0800
    Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-01-10 20:48 +0100
      Re: Would green arrays produce something with a web browser? like a cheap appliance? BruceMcF <agila61@netscape.net> - 2012-01-11 11:01 -0800
    Re: Would green arrays produce something with a web browser? like a cheap appliance? gavino <gavcomedy@gmail.com> - 2012-02-02 15:49 -0800
  Re: Would green arrays produce something with a web browser? like a cheap appliance? Jason Damisch <jasondamisch@yahoo.com> - 2012-01-10 14:45 -0800
    Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-01-11 02:31 +0000
      Re: Would green arrays produce something with a web browser? like a cheap appliance? Jason Damisch <jasondamisch@yahoo.com> - 2012-01-10 20:35 -0800
        Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-01-11 07:21 +0000
          Re: Would green arrays produce something with a web browser? like a cheap appliance? "Rod Pemberton" <do_not_have@noavailemail.cmm> - 2012-01-11 07:23 -0500
            Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-01-11 14:21 +0000
            Re: Would green arrays produce something with a web browser? like a cheap appliance? Jason Damisch <jasondamisch@yahoo.com> - 2012-01-11 09:02 -0800
          Re: Would green arrays produce something with a web browser? like a cheap appliance? Jason Damisch <jasondamisch@yahoo.com> - 2012-01-11 08:55 -0800
      Re: Would green arrays produce something with a web browser? like a cheap appliance? "Rod Pemberton" <do_not_have@noavailemail.cmm> - 2012-01-11 07:22 -0500
      Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-15 11:05 -0800
        Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-01-16 03:56 +0000
          Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-16 08:01 -0800
            Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-01-16 16:23 +0000
              Re: Would green arrays produce something with a web browser? like a cheap appliance? Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-01-16 20:53 +0000
                Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-16 15:12 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-01-17 11:45 +0000
                Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-17 04:50 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-01-18 01:00 +0100
                Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-17 19:57 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-01-18 16:20 +0000
                Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-18 08:11 -0800
              Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-16 12:52 -0800
            Re: Would green arrays produce something with a web browser? like a cheap appliance? Paul Rubin <no.email@nospam.invalid> - 2012-01-16 10:30 -0800
              Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-16 12:39 -0800
                And the relavant question is ? ????? - was once [Re: Would green arrays produce something with a web browser? like a cheap appliance?] Richard Owlett <rowlett@pcnetinc.com> - 2012-01-16 15:43 -0600
                Re: And the relavant question is ? ????? - was once [Re: Would green arrays produce something with a web browser? like a cheap appliance?] "A. K." <akk@nospam.org> - 2012-01-16 23:07 +0100
                Re: And the relavant question is ? ????? - was once [Re: Would green arrays produce something with a web browser? like a cheap appliance?] rickman <gnuarm@gmail.com> - 2012-01-16 15:14 -0800
                Re: And the relavant question is ? ????? - was once [Re: Would green arrays produce something with a web browser? like a cheap appliance?] Richard Owlett <rowlett@pcnetinc.com> - 2012-01-16 23:06 -0600
                Re: And the relavant question is ? ????? - was once [Re: Would green arrays produce something with a web browser? like a cheap appliance?] Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-01-17 19:35 +0000
                Re: And the relavant question is ? ????? - was once [Re: Would green arrays produce something with a web browser? like a cheap appliance?] Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-01-17 11:53 +0000
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Paul Rubin <no.email@nospam.invalid> - 2012-01-16 22:36 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-18 13:01 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-01-19 01:39 +0100
                Re: Would green arrays produce something with a web browser? like a cheap appliance? forther <forther@gmail.com> - 2012-01-18 17:05 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-01-19 22:45 +0100
                Re: Would green arrays produce something with a web browser? like a cheap appliance? forther <forther@gmail.com> - 2012-01-19 14:08 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-01-20 00:15 +0100
                Re: Would green arrays produce something with a web browser? like a cheap appliance? forther <forther@gmail.com> - 2012-01-18 17:11 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-01-19 14:49 +0000
                Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-19 11:30 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-01-20 03:19 +0000
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-01-21 23:40 +0100
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-01-22 04:59 +0000
                Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-19 11:01 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Paul Rubin <no.email@nospam.invalid> - 2012-01-19 14:26 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-24 06:29 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-01-19 23:27 +0100
                Re: Would green arrays produce something with a web browser? like a cheap appliance? gavino <gavcomedy@gmail.com> - 2012-01-23 07:50 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-24 07:08 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Brad <hwfwguy@gmail.com> - 2012-01-25 19:11 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-26 14:14 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Mark Wills <markrobertwills@yahoo.co.uk> - 2012-01-27 03:47 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-30 12:53 -0800
  Re: Would green arrays produce something with a web browser? like a cheap appliance? Brad <hwfwguy@gmail.com> - 2012-01-10 17:04 -0800
    Re: Would green arrays produce something with a web browser? like a cheap appliance? "Rod Pemberton" <do_not_have@noavailemail.cmm> - 2012-01-11 07:24 -0500
    Re: Would green arrays produce something with a web browser? like a cheap appliance? gavino <gavcomedy@gmail.com> - 2012-02-02 15:48 -0800

csiph-web