9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Web Gardens
@ 2015-10-12  4:57 Andrew Simmons
  2015-10-12  6:55 ` Skip Tavakkolian
                   ` (2 more replies)
  0 siblings, 3 replies; 25+ messages in thread
From: Andrew Simmons @ 2015-10-12  4:57 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

As a diversion from the discussion of the existential essence of Javascript, could I ask the group for a view on the meaning of the term "Web Garden"? I was just asked about this in a job interview. Supplementary question - how would you implement a Web Garden in Plan9?

> On 9/10/2015, at 2:48 PM, Hugo Rivera <uair00@gmail.com> wrote:
> 
> ahh, thanks.
> 
> 2015-10-08 20:32 GMT-04:00 Ryan Gonzalez <rymg19@gmail.com>:
>> The newest OSX version: http://www.apple.com/osx/whats-new/.
>> 
>>> On October 8, 2015 6:57:15 PM CDT, Hugo Rivera <uair00@gmail.com> wrote:
>>> 
>>> Who is el capitán?
>>> 
>>> 2015-10-08 19:06 GMT-04:00 marius eriksen <marius@monkey.org>:
>>>> 
>>>> works great. and the split view feature is fantastic with full screen
>>>> acme.
>> 
>> --
>> Sent from my Nexus 5 with K-9 Mail. Please excuse my brevity.
> 
> 
> 
> -- 
> Hugo
> 



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

* Re: [9fans] Web Gardens
  2015-10-12  4:57 [9fans] Web Gardens Andrew Simmons
@ 2015-10-12  6:55 ` Skip Tavakkolian
  2015-10-12  8:18   ` hiro
  2015-10-12  9:49   ` Staven
  2015-10-12 16:13 ` Kurt H Maier
  2015-10-12 22:43 ` Aleksandar Kuktin
  2 siblings, 2 replies; 25+ messages in thread
From: Skip Tavakkolian @ 2015-10-12  6:55 UTC (permalink / raw)
  To: 9fans

if it's the term used by IIS, i think it refers to how a server
handles web requests: (a) one process handling all requests -- i.e.
in a select() loop -- or (b) a process pool, with each process
handling one request.  the latter is a "web garden" model.

plan9's httpd starts a proc for each new request.

> As a diversion from the discussion of the existential essence of
> Javascript, could I ask the group for a view on the meaning of the
> term "Web Garden"?  I was just asked about this in a job interview.
> Supplementary question - how would you implement a Web Garden in
> Plan9?




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

* Re: [9fans] Web Gardens
  2015-10-12  6:55 ` Skip Tavakkolian
@ 2015-10-12  8:18   ` hiro
  2015-10-12  9:49   ` Staven
  1 sibling, 0 replies; 25+ messages in thread
From: hiro @ 2015-10-12  8:18 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

sounds organic, try to avoid that job.



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

* Re: [9fans] Web Gardens
  2015-10-12  6:55 ` Skip Tavakkolian
  2015-10-12  8:18   ` hiro
@ 2015-10-12  9:49   ` Staven
  2015-10-12 10:11     ` Charles Forsyth
                       ` (2 more replies)
  1 sibling, 3 replies; 25+ messages in thread
From: Staven @ 2015-10-12  9:49 UTC (permalink / raw)
  To: 9fans

I thought a web garden was a hobbyist version of a server farm.




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

* Re: [9fans] Web Gardens
  2015-10-12  9:49   ` Staven
@ 2015-10-12 10:11     ` Charles Forsyth
  2015-10-12 10:55     ` Steve Simon
  2015-10-12 12:29     ` Anthony Sorace
  2 siblings, 0 replies; 25+ messages in thread
From: Charles Forsyth @ 2015-10-12 10:11 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

No, that's a web allotment

On 12 October 2015 at 10:49, Staven <staven@staven.pl> wrote:

> I thought a web garden was a hobbyist version of a server farm.
>
>
>

[-- Attachment #2: Type: text/html, Size: 467 bytes --]

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

* Re: [9fans] Web Gardens
  2015-10-12  9:49   ` Staven
  2015-10-12 10:11     ` Charles Forsyth
@ 2015-10-12 10:55     ` Steve Simon
  2015-10-12 12:29     ` Anthony Sorace
  2 siblings, 0 replies; 25+ messages in thread
From: Steve Simon @ 2015-10-12 10:55 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

I think I once saw one at the Chelsea flower show,
Designed and produced by a team of 37 spiders...

-Steve

> On 12 Oct 2015, at 10:49, Staven <staven@staven.pl> wrote:
>
> I thought a web garden was a hobbyist version of a server farm.
>



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

* Re: [9fans] Web Gardens
  2015-10-12  9:49   ` Staven
  2015-10-12 10:11     ` Charles Forsyth
  2015-10-12 10:55     ` Steve Simon
@ 2015-10-12 12:29     ` Anthony Sorace
  2 siblings, 0 replies; 25+ messages in thread
From: Anthony Sorace @ 2015-10-12 12:29 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

I had never heard this term before, but this is perfect. Well done.

> I thought a web garden was a hobbyist version of a server farm.



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

* Re: [9fans] Web Gardens
  2015-10-12  4:57 [9fans] Web Gardens Andrew Simmons
  2015-10-12  6:55 ` Skip Tavakkolian
@ 2015-10-12 16:13 ` Kurt H Maier
  2015-10-12 20:02   ` Andrew Simmons
  2015-10-16  2:10   ` erik quanstrom
  2015-10-12 22:43 ` Aleksandar Kuktin
  2 siblings, 2 replies; 25+ messages in thread
From: Kurt H Maier @ 2015-10-12 16:13 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Mon, Oct 12, 2015 at 05:57:16PM +1300, Andrew Simmons wrote:
> As a diversion from the discussion of the existential essence of Javascript,
> could I ask the group for a view on the meaning of the term "Web Garden"?
> I was just asked about this in a job interview.

This is a concept that has developed in the Windows world because a lot
of the .net web server tech tends to share state per-process.  In order
to have multiple backend processes running on a single server you
generally have to play games with information sharing between processes.
It's just another reason web services on Windows can be such a pain in
the ass.

> Supplementary question - how would you implement a Web Garden in Plan9?

We've found it easier to hire more web sharecroppers when yields aren't
sufficient.

khm



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

* Re: [9fans] Web Gardens
  2015-10-12 16:13 ` Kurt H Maier
@ 2015-10-12 20:02   ` Andrew Simmons
  2015-10-16  2:10   ` erik quanstrom
  1 sibling, 0 replies; 25+ messages in thread
From: Andrew Simmons @ 2015-10-12 20:02 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Thanks to all for the excellent and occasionally informative suggestions. I don’t think there’s any risk of my being offered the job, but I wish I’d had the concepts of “web allotment” and “web sharecropper” to hand during the interview.

> On Oct 13, 2015, at 5:13 AM, Kurt H Maier <khm@sciops.net> wrote:
> 
> On Mon, Oct 12, 2015 at 05:57:16PM +1300, Andrew Simmons wrote:
>> As a diversion from the discussion of the existential essence of Javascript, 
>> could I ask the group for a view on the meaning of the term "Web Garden"? 
>> I was just asked about this in a job interview. 
> 
> This is a concept that has developed in the Windows world because a lot
> of the .net web server tech tends to share state per-process.  In order
> to have multiple backend processes running on a single server you
> generally have to play games with information sharing between processes.
> It's just another reason web services on Windows can be such a pain in
> the ass.
> 
>> Supplementary question - how would you implement a Web Garden in Plan9?
> 
> We've found it easier to hire more web sharecroppers when yields aren't
> sufficient.
> 
> khm
> 




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

* Re: [9fans] Web Gardens
  2015-10-12  4:57 [9fans] Web Gardens Andrew Simmons
  2015-10-12  6:55 ` Skip Tavakkolian
  2015-10-12 16:13 ` Kurt H Maier
@ 2015-10-12 22:43 ` Aleksandar Kuktin
  2015-10-13  8:15   ` Charles Forsyth
  2 siblings, 1 reply; 25+ messages in thread
From: Aleksandar Kuktin @ 2015-10-12 22:43 UTC (permalink / raw)
  To: 9fans

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

>On Mon, 12 Oct 2015 17:57:16 +1300
>Andrew Simmons <kodogo@gmail.com> wrote:
>
> As a diversion from the discussion of the existential essence of
> Javascript, could I ask the group for a view on the meaning of the
> term "Web Garden"? I was just asked about this in a job interview.
> Supplementary question - how would you implement a Web Garden in
> Plan9?

How do you call isolated ecosystems put up by the big players
(Facebook, Tweeter and such) that hold all the data within and disallow
linking to that data from the outside? I seem to remember "Web Garden"
was used, but it could also be a "Walled Garden"..

- -- 
Svi moji e-mailovi su kriptografski potpisani. Proverite ih.
All of my e-mails are cryptographically signed. Verify them.
- --
You don't need an AI for a robot uprising.
Humans will do just fine.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBAgAGBQJWHDeHAAoJEKa4cgqNx31/pWcP/3i7rBawmHLFLnl6m5jB6hMb
HDaa2qDGrum3COn94sukeKApcUUmCJcA8HrWZryctfzT+5JAK/1XnfSdi5X3oRJv
hJY2P1a/aW8y9aOXyE6xh4e2h586mU5YOvpN9sY6oltSvB4K+8SgBxQ3ib1KXQtf
2vIuOTpo1d0bvXdI67qbfoj3ewY094FvLkPDDsLTV4f5Qz0ICJYt0o2IdvnUfUtW
isWAA352ujsxrItJ9dvUSSSSRRhIpihKB1ufdIE//DvOEb9ZOcIyXdNYlpOKwHgd
GutOBvj6IakYA6ORZpILCLT93E+iHP83AnLMWq3orW6X32hkQHQoWlxzASDN0TtS
zFork2otQnaQImgZtSukH4aBlYemqvZqkqz07haleSEJIuuZgZM/geBmLLZgFTA7
W0QPsP7vEfbm7uGFGtu7oEzdNMLQNiFTtpKQo4f70WGBjOQpcddAPVnbilXcLTnv
wYs+U0k1pBRMyLtHMhWza2elx6D96AmahMr1AaSjskPvDVaGMcvyP9NkAGny9C7x
/ma1D1N995YWuPU8QEK9uXR0j2owBPp5Oh3mv2Eoy9GIpMjTNXRJNRGD3RUATjYm
jtiBWbd0C3EpIHx11ucJ3/lr6vxE8PHGjih2Vp20J7vkbYQHRaF8NXoDsKXObnFw
aC7pcWHF0eUln9KxQtl+
=KDva
-----END PGP SIGNATURE-----

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

* Re: [9fans] Web Gardens
  2015-10-12 22:43 ` Aleksandar Kuktin
@ 2015-10-13  8:15   ` Charles Forsyth
  2015-10-14  3:29     ` Lyndon Nerenberg
  0 siblings, 1 reply; 25+ messages in thread
From: Charles Forsyth @ 2015-10-13  8:15 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

On 12 October 2015 at 23:43, Aleksandar Kuktin <akuktin@gmail.com> wrote:

> but it could also be a "Walled Garden"..


with shrubbery to hide data from outsiders and, for defence in depth,
another shrubbery slightly higher for a two-level
effect, with a little path for authorised users

[-- Attachment #2: Type: text/html, Size: 616 bytes --]

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

* Re: [9fans] Web Gardens
  2015-10-13  8:15   ` Charles Forsyth
@ 2015-10-14  3:29     ` Lyndon Nerenberg
  2015-10-14  8:32       ` Charles Forsyth
  0 siblings, 1 reply; 25+ messages in thread
From: Lyndon Nerenberg @ 2015-10-14  3:29 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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


On Oct 13, 2015, at 1:15 AM, Charles Forsyth <charles.forsyth@gmail.com> wrote:

> with shrubbery to hide data from outsiders and, for defence in depth, another shrubbery slightly higher for a two-level
> effect, with a little path for authorised users

The reference implementation:

  https://www.youtube.com/watch?v=ifmRgQX82O4

--lyndon


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 817 bytes --]

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

* Re: [9fans] Web Gardens
  2015-10-14  3:29     ` Lyndon Nerenberg
@ 2015-10-14  8:32       ` Charles Forsyth
  2015-10-14  8:35         ` Charles Forsyth
  2015-10-15  6:21         ` Lyndon Nerenberg
  0 siblings, 2 replies; 25+ messages in thread
From: Charles Forsyth @ 2015-10-14  8:32 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

On 14 October 2015 at 04:29, Lyndon Nerenberg <lyndon@orthanc.ca> wrote:

> The reference implementation:
>
>   https://www.youtube.com/watch?v=ifmRgQX82O4
>

No, it's https://www.youtube.com/watch?v=zIV4poUZAQo

[-- Attachment #2: Type: text/html, Size: 839 bytes --]

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

* Re: [9fans] Web Gardens
  2015-10-14  8:32       ` Charles Forsyth
@ 2015-10-14  8:35         ` Charles Forsyth
  2015-10-14 15:25           ` Andrew Simmons
  2015-10-15  6:22           ` Lyndon Nerenberg
  2015-10-15  6:21         ` Lyndon Nerenberg
  1 sibling, 2 replies; 25+ messages in thread
From: Charles Forsyth @ 2015-10-14  8:35 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

On 14 October 2015 at 09:32, Charles Forsyth <charles.forsyth@gmail.com>
wrote:

> No, it's https://www.youtube.com/watch?v=zIV4poUZAQo
>

As usual, the official reference was short on the implementation detail.
Try https://www.youtube.com/watch?v=QTQfGd3G6dg

[-- Attachment #2: Type: text/html, Size: 785 bytes --]

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

* Re: [9fans] Web Gardens
  2015-10-14  8:35         ` Charles Forsyth
@ 2015-10-14 15:25           ` Andrew Simmons
  2015-10-14 16:34             ` Skip Tavakkolian
  2015-10-15  6:22           ` Lyndon Nerenberg
  1 sibling, 1 reply; 25+ messages in thread
From: Andrew Simmons @ 2015-10-14 15:25 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

This reminds me, should you find yourself in Auckland, be sure to visit Roger the Shrubber in Mangere for all of your Web shrubbery requirements:

http://www.localist.co.nz/l/tazcwz


> On Oct 14, 2015, at 9:35 PM, Charles Forsyth <charles.forsyth@gmail.com> wrote:
> 
> 
> On 14 October 2015 at 09:32, Charles Forsyth <charles.forsyth@gmail.com> wrote:
> No, it's https://www.youtube.com/watch?v=zIV4poUZAQo
> 
> As usual, the official reference was short on the implementation detail. Try https://www.youtube.com/watch?v=QTQfGd3G6dg




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

* Re: [9fans] Web Gardens
  2015-10-14 15:25           ` Andrew Simmons
@ 2015-10-14 16:34             ` Skip Tavakkolian
  0 siblings, 0 replies; 25+ messages in thread
From: Skip Tavakkolian @ 2015-10-14 16:34 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

http://1.bp.blogspot.com/-Yw6bz1YMdV8/VH8UTXIGcjI/AAAAAAAADBk/FXdkiyPq_kU/s1600/monty%2Bpython%2Bgeneral%2Btoo%2Bsilly.jpg


On Wed, Oct 14, 2015 at 8:25 AM, Andrew Simmons <kodogo@gmail.com> wrote:

> This reminds me, should you find yourself in Auckland, be sure to visit
> Roger the Shrubber in Mangere for all of your Web shrubbery requirements:
>
> http://www.localist.co.nz/l/tazcwz
>
>
> > On Oct 14, 2015, at 9:35 PM, Charles Forsyth <charles.forsyth@gmail.com>
> wrote:
> >
> >
> > On 14 October 2015 at 09:32, Charles Forsyth <charles.forsyth@gmail.com>
> wrote:
> > No, it's https://www.youtube.com/watch?v=zIV4poUZAQo
> >
> > As usual, the official reference was short on the implementation detail.
> Try https://www.youtube.com/watch?v=QTQfGd3G6dg
>
>
>

[-- Attachment #2: Type: text/html, Size: 1693 bytes --]

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

* Re: [9fans] Web Gardens
  2015-10-14  8:32       ` Charles Forsyth
  2015-10-14  8:35         ` Charles Forsyth
@ 2015-10-15  6:21         ` Lyndon Nerenberg
  1 sibling, 0 replies; 25+ messages in thread
From: Lyndon Nerenberg @ 2015-10-15  6:21 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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


On Oct 14, 2015, at 1:32 AM, Charles Forsyth <charles.forsyth@gmail.com> wrote:

> No, it's https://www.youtube.com/watch?v=zIV4poUZAQo

No, that's just management.

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 817 bytes --]

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

* Re: [9fans] Web Gardens
  2015-10-14  8:35         ` Charles Forsyth
  2015-10-14 15:25           ` Andrew Simmons
@ 2015-10-15  6:22           ` Lyndon Nerenberg
  1 sibling, 0 replies; 25+ messages in thread
From: Lyndon Nerenberg @ 2015-10-15  6:22 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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


On Oct 14, 2015, at 1:35 AM, Charles Forsyth <charles.forsyth@gmail.com> wrote:

> As usual, the official reference was short on the implementation detail. Try https://www.youtube.com/watch?v=QTQfGd3G6dg

This, of course, is just the SEC review.

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 817 bytes --]

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

* Re: [9fans] Web Gardens
  2015-10-12 16:13 ` Kurt H Maier
  2015-10-12 20:02   ` Andrew Simmons
@ 2015-10-16  2:10   ` erik quanstrom
  2015-10-16  3:48     ` Kurt H Maier
  1 sibling, 1 reply; 25+ messages in thread
From: erik quanstrom @ 2015-10-16  2:10 UTC (permalink / raw)
  To: 9fans

On Mon Oct 12 09:16:37 PDT 2015, khm@sciops.net wrote:
> On Mon, Oct 12, 2015 at 05:57:16PM +1300, Andrew Simmons wrote:
> > As a diversion from the discussion of the existential essence of Javascript,
> > could I ask the group for a view on the meaning of the term "Web Garden"?
> > I was just asked about this in a job interview.
>
> This is a concept that has developed in the Windows world because a lot
> of the .net web server tech tends to share state per-process.  In order
> to have multiple backend processes running on a single server you
> generally have to play games with information sharing between processes.
> It's just another reason web services on Windows can be such a pain in
> the ass.
>

i'd recommend a google search

https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=web%20garden

- erik



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

* Re: [9fans] Web Gardens
  2015-10-16  2:10   ` erik quanstrom
@ 2015-10-16  3:48     ` Kurt H Maier
  2015-10-16  3:53       ` Prof Brucee
  2015-10-18 15:41       ` erik quanstrom
  0 siblings, 2 replies; 25+ messages in thread
From: Kurt H Maier @ 2015-10-16  3:48 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Thu, Oct 15, 2015 at 07:10:01PM -0700, erik quanstrom wrote:
>
> i'd recommend a google search
>
> https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=web%20garden
>

I deeply apologize for failing to summarize to your satisfaction.  I
have bookmarked the url you provided and welcome any feedback I Can use
to improve my understanding in this matter.

khm



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

* Re: [9fans] Web Gardens
  2015-10-16  3:48     ` Kurt H Maier
@ 2015-10-16  3:53       ` Prof Brucee
  2015-10-17  1:51         ` Jeff Sickel
  2015-10-18 15:41       ` erik quanstrom
  1 sibling, 1 reply; 25+ messages in thread
From: Prof Brucee @ 2015-10-16  3:53 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

Sounds like a lot of bullshit to me. No fish slapping.
On 16/10/2015 2:50 PM, "Kurt H Maier" <khm@sciops.net> wrote:

> On Thu, Oct 15, 2015 at 07:10:01PM -0700, erik quanstrom wrote:
> >
> > i'd recommend a google search
> >
> >
> https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=web%20garden
> >
>
> I deeply apologize for failing to summarize to your satisfaction.  I
> have bookmarked the url you provided and welcome any feedback I Can use
> to improve my understanding in this matter.
>
> khm
>
>

[-- Attachment #2: Type: text/html, Size: 989 bytes --]

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

* Re: [9fans] Web Gardens
  2015-10-16  3:53       ` Prof Brucee
@ 2015-10-17  1:51         ` Jeff Sickel
  2015-10-17  4:44           ` Winston Kodogo
  0 siblings, 1 reply; 25+ messages in thread
From: Jeff Sickel @ 2015-10-17  1:51 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

Next thing we know someone will produce a Grey Gardens fork of Plan 9.

Now that I said it, it’s likely the GPL version is the Plan 9 Grey Gardens tree.

-jas



> On Oct 15, 2015, at 10:53 PM, Prof Brucee <prof.brucee@gmail.com> wrote:
> 
> Sounds like a lot of bullshit to me. No fish slapping.
> 
> On 16/10/2015 2:50 PM, "Kurt H Maier" <khm@sciops.net <mailto:khm@sciops.net>> wrote:
> On Thu, Oct 15, 2015 at 07:10:01PM -0700, erik quanstrom wrote:
> >
> > i'd recommend a google search
> >
> > https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=web%20garden <https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=web%20garden>
> >
> 
> I deeply apologize for failing to summarize to your satisfaction.  I
> have bookmarked the url you provided and welcome any feedback I Can use
> to improve my understanding in this matter.
> 
> khm
> 


[-- Attachment #2: Type: text/html, Size: 1981 bytes --]

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

* Re: [9fans] Web Gardens
  2015-10-17  1:51         ` Jeff Sickel
@ 2015-10-17  4:44           ` Winston Kodogo
  0 siblings, 0 replies; 25+ messages in thread
From: Winston Kodogo @ 2015-10-17  4:44 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

To be honest, I didn’t understand the “Grey Gardens” reference until I used
this new “Google” thing that Erik recommends. Were I not scared of being
called silly by Skip, I would recommend merging this exciting new potential
fork of Plan9 into the forthcoming "Great British Code Off" fork of Plan9,
of which I am the sole proprietor. But I won’t do that. Instead, I will
just say "On your marks, get set, Code!".



On Oct 17, 2015, at 2:51 PM, Jeff Sickel <jas@corpus-callosum.com> wrote:

Next thing we know someone will produce a Grey Gardens fork of Plan 9.

Now that I said it, it’s likely the GPL version is the Plan 9 Grey Gardens
tree.

-jas



On Oct 15, 2015, at 10:53 PM, Prof Brucee <prof.brucee@gmail.com> wrote:

Sounds like a lot of bullshit to me. No fish slapping.

On 16/10/2015 2:50 PM, "Kurt H Maier" <khm@sciops.net> wrote:
On Thu, Oct 15, 2015 at 07:10:01PM -0700, erik quanstrom wrote:
>
> i'd recommend a google search
>
>
https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=web%20garden
>

I deeply apologize for failing to summarize to your satisfaction.  I
have bookmarked the url you provided and welcome any feedback I Can use
to improve my understanding in this matter.

khm

[-- Attachment #2: Type: text/html, Size: 1912 bytes --]

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

* Re: [9fans] Web Gardens
  2015-10-16  3:48     ` Kurt H Maier
  2015-10-16  3:53       ` Prof Brucee
@ 2015-10-18 15:41       ` erik quanstrom
  2015-10-18 18:11         ` hiro
  1 sibling, 1 reply; 25+ messages in thread
From: erik quanstrom @ 2015-10-18 15:41 UTC (permalink / raw)
  To: 9fans

On Thu Oct 15 20:50:52 PDT 2015, khm@sciops.net wrote:
> On Thu, Oct 15, 2015 at 07:10:01PM -0700, erik quanstrom wrote:
> >
> > i'd recommend a google search
> >
> > https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=web%20garden
> >
>
> I deeply apologize for failing to summarize to your satisfaction.  I
> have bookmarked the url you provided and welcome any feedback I Can use
> to improve my understanding in this matter.

relax.

i posted that link because "web gardens" are off topic, and well addressed
outside this mailing list.

- erik



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

* Re: [9fans] Web Gardens
  2015-10-18 15:41       ` erik quanstrom
@ 2015-10-18 18:11         ` hiro
  0 siblings, 0 replies; 25+ messages in thread
From: hiro @ 2015-10-18 18:11 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

back to upgrading the themes for El Käptn drawterm.

On 10/18/15, erik quanstrom <quanstro@quanstro.net> wrote:
> On Thu Oct 15 20:50:52 PDT 2015, khm@sciops.net wrote:
>> On Thu, Oct 15, 2015 at 07:10:01PM -0700, erik quanstrom wrote:
>> >
>> > i'd recommend a google search
>> >
>> > https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=web%20garden
>> >
>>
>> I deeply apologize for failing to summarize to your satisfaction.  I
>> have bookmarked the url you provided and welcome any feedback I Can use
>> to improve my understanding in this matter.
>
> relax.
>
> i posted that link because "web gardens" are off topic, and well addressed
> outside this mailing list.
>
> - erik
>
>



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

end of thread, other threads:[~2015-10-18 18:11 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-12  4:57 [9fans] Web Gardens Andrew Simmons
2015-10-12  6:55 ` Skip Tavakkolian
2015-10-12  8:18   ` hiro
2015-10-12  9:49   ` Staven
2015-10-12 10:11     ` Charles Forsyth
2015-10-12 10:55     ` Steve Simon
2015-10-12 12:29     ` Anthony Sorace
2015-10-12 16:13 ` Kurt H Maier
2015-10-12 20:02   ` Andrew Simmons
2015-10-16  2:10   ` erik quanstrom
2015-10-16  3:48     ` Kurt H Maier
2015-10-16  3:53       ` Prof Brucee
2015-10-17  1:51         ` Jeff Sickel
2015-10-17  4:44           ` Winston Kodogo
2015-10-18 15:41       ` erik quanstrom
2015-10-18 18:11         ` hiro
2015-10-12 22:43 ` Aleksandar Kuktin
2015-10-13  8:15   ` Charles Forsyth
2015-10-14  3:29     ` Lyndon Nerenberg
2015-10-14  8:32       ` Charles Forsyth
2015-10-14  8:35         ` Charles Forsyth
2015-10-14 15:25           ` Andrew Simmons
2015-10-14 16:34             ` Skip Tavakkolian
2015-10-15  6:22           ` Lyndon Nerenberg
2015-10-15  6:21         ` Lyndon Nerenberg

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).