From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.134.102 with SMTP id i99mr2765765iod.8.1515943951121; Sun, 14 Jan 2018 07:32:31 -0800 (PST) X-Received: by 10.157.32.68 with SMTP id n62mr22811ota.6.1515943950981; Sun, 14 Jan 2018 07:32:30 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!g80no1817789itg.0!news-out.google.com!b73ni14264ita.0!nntp.google.com!w142no1357648ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 14 Jan 2018 07:32:30 -0800 (PST) In-Reply-To: <737e28b0-a75b-4cf9-b25d-0308a0b7f2a9@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.113.16.86; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 76.113.16.86 References: <991ce13e-7d56-4bbe-803e-e8ae21eabe02@googlegroups.com> <67aa827e-249b-4ca3-a0e0-aeecc674d306@googlegroups.com> <4e92ad4d-4858-48c6-8be7-d625c7b3df01@googlegroups.com> <19087866-3fd2-46e1-aab7-847d04db7880@googlegroups.com> <2d2e73fe-a521-4ba6-9137-3737e5e27c19@googlegroups.com> <12efb380-2280-4a1b-9823-4e3ef82ac57c@googlegroups.com> <12c67f4c-7cb4-477b-8431-05ec3a218df4@googlegroups.com> <25a894cc-0cad-4fb7-8974-0b53b7aeda83@googlegroups.com> <50674b8f-be71-4db4-87b3-5043cb477ba8@googlegroups.com> <976c010e-2e2c-4e6b-b6d5-91664ecf0b65@googlegroups.com> <99263163-1ac2-4199-bd2a-ee6029025581@googlegroups.com> <97265c7c-6aeb-451a-91fc-e3d8a45036eb@googlegroups.com> <737e28b0-a75b-4cf9-b25d-0308a0b7f2a9@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: anything for big data in ada? From: Shark8 Injection-Date: Sun, 14 Jan 2018 15:32:31 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 4314 X-Received-Body-CRC: 1229014327 Xref: reader02.eternal-september.org comp.lang.ada:49895 Date: 2018-01-14T07:32:30-08:00 List-Id: On Friday, January 12, 2018 at 10:43:57 AM UTC-7, polymorph self wrote: > On Wednesday, January 10, 2018 at 11:58:43 PM UTC-5, Shark8 wrote: > > On Tuesday, January 9, 2018 at 6:34:24 PM UTC-7, polymorph self wrote: > > > On Wednesday, January 3, 2018 at 3:22:07 PM UTC-5, Shark8 wrote: > > > > On Wednesday, January 3, 2018 at 12:22:29 PM UTC-7, polymorph self = wrote: > > > > > On Saturday, December 30, 2017 at 9:19:29 PM UTC-5, Shark8 wrote: > > > > > > On Friday, December 29, 2017 at 1:52:36 PM UTC-7, polymorph sel= f wrote: > > > > > > >=20 > > > > > > > Again stop giving advice until you have shown you can make so= me ada powered websites. > > > > > >=20 > > > > > > I've made one, a small toy [but functional] bulletin-board site= -- it won the competition that David Botton was running. And there's a co= uple of people here who have done thing with David's Gnoga, the one that sp= rings immediately to mind is the game at http://pasta.phyrama.com/ > > > > >=20 > > > > > but nothing live on the net now right? > > > >=20 > > > > My bulletin-board? No, it's not live. > > > > The game -- at http://pasta.phyrama.com/ -- *IS* live. > > >=20 > > > but thats not yours :) > >=20 > > So? > >=20 > > >=20 > > > where is your live site? > >=20 > > My site isn't live anymore -- I had to move and haven't set it up yet, = and the dynamic nature of my PC's IP address would prevent putting it up as= a consistently accessible site. > >=20 > > > dynamic with ada powered? > >=20 > > What? I don't understand the question. >=20 > dynamic as in not static html > computed responses > like any website you interact with. Yes; as I said upthread it was a fully functional bulletin board. I most ce= rtainly did not statically encode posts, rather I parsed them and stored th= em (using the Ada Tree container, for representing formatting) so that they= could be displayed in HTML or whatever "viewer"/format I wished. (I only i= mplemented HTML, as it was only for a contest, but could have done somethin= g like a PostScript renderer or generate WPD.) > oh so u dont have a ada powered site? > ok Again, it's not on the internet, and even if I were to run it off my PC the= ISP I have doesn't give me a static IP address and so it would not be cons= istently accessible.