Re: Docker, was Containers was Watson interface

2014-12-11 Thread Paul McNett
On 12/11/14, 8:55 AM, Alan Bourke wrote: I had a play with it on the Docker website - it's very cool, albeit like many things (coughcloudcough) a sexy buzzword repackaging of a concept that's been around for a while. It's sort of the natural extension of virtual machines. Deploying a container

Re: Docker, was Containers was Watson interface

2014-12-11 Thread Alan Bourke
I had a play with it on the Docker website - it's very cool, albeit like many things (coughcloudcough) a sexy buzzword repackaging of a concept that's been around for a while. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to:

Docker, was Containers was Watson interface

2014-12-11 Thread Ted Roche
Continuing on the thread of containers, here's a little video tutorial on Docker from O'Reilly; the first three chapters are free and might give all some insights to what everyone is talking about with "Containers:" http://shop.oreilly.com/product/0636920035732.do On Mon, Nov 10, 2014 at 2:21 AM

Re: Watson interface

2014-11-11 Thread Ed Leafe
On Nov 11, 2014, at 5:34 PM, Kurt @ VR-FX wrote: > By the way - and maybe it was already mentioned in one of the other threads. > If you can programmatically send a Q to Watson - am curious if IBM has opened > up a public webpage - where the Public can send Q's to Watson??? Watson requires dom

RE: Watson interface

2014-11-11 Thread Bill Arnold
Hi Kurt, I think a project like Watson can truly have HUGE Potential. I will have to read thru the rest of the Thread. But, I did see you started a new thread - since communication w/Watson required usage of Containers technology. Will definitely have to finish reading both threads - as I am Defi

Re: Watson interface

2014-11-11 Thread Kurt @ VR-FX
Hey there Bill! When I first saw the Title of this Email thread show up in my Inbox - I was curious as to what it was about. But, before opening the e-mail, I realized it was probably about the IBM project - which was featured on Jeopardy. My Mom is a Huge fan of that game show - and, needless

Re: Watson interface

2014-11-10 Thread Mike Copeland
Thierry, Well put, clear and concise. Thanks! Mike Thierry Nivelet wrote: To adapt a software to a new environment, 2 main solutions arise: either rebuild the software for this new environment, or build an adapter (aka interface, wrapper, container) from the 'old' software to this new envir

Re: Watson interface

2014-11-10 Thread Thierry Nivelet
To adapt a software to a new environment, 2 main solutions arise: either rebuild the software for this new environment, or build an adapter (aka interface, wrapper, container) from the 'old' software to this new environment. Obviously building a 'container' is a generic effort that can't be done

RE: Containers was Watson interface

2014-11-10 Thread Bill Arnold
Christof, It seems this should have some bearing on Mike's interest. --- I'm not sure... This article talks about running Windows Server applications as a container. It'll help to deploy server based Windows applications on Windows Server 2014 R2/2016 and onward. There is no mention

Re: Containers was Watson interface

2014-11-10 Thread Christof Wollenhaupt
> > > http://azure.microsoft.com/blog/2014/10/15/new-windows-server-containers-and > > > -azure-support-for-docker/ > >

Containers was Watson interface

2014-11-09 Thread Bill Arnold
Mike and Ted, I do see where Linux is the biggest player, but the WSJ article I cited has this mention: "Mike Schutz, a general manager working on Microsoft's cloud-software services, said the company has worked with container technologies for years and moved to incorporate the technology into Wi

Re: Watson interface

2014-11-09 Thread Mike Copeland
Exactly! Thanks Ted...I've been reading about containers so long now my eyes are getting crossed. It looks GREAT for a Linux solution, something like Apache or a LAMP solution. Once again, this is making me feel old. :( Mike Ted Roche wrote: On Sun, Nov 9, 2014 at 1:23 PM, Mike Copeland

Re: Watson interface

2014-11-09 Thread Ted Roche
On Sun, Nov 9, 2014 at 1:23 PM, Mike Copeland wrote: > My question is whether containers can be of use for my situation. > Short form: I don't think so. :Containers like Docker are the latest repackaging of chroot folders -- essentially, you run the same kernel and OS utilities, but are isolated

RE: Watson interface

2014-11-09 Thread Bill Arnold
Mike, My question is whether containers can be of use for my situation. --- Looks like it. Just took a quick look at https://www.centos.org/ and there's a notice there saying that mages for docker are now available. Looks like transiting to containers will be a natural progress

Re: Watson interface

2014-11-09 Thread Mike Copeland
Bill Arnold wrote: A few days ago, the WSJ ran an article entitled "Software Firms Scramble to Jump Into Containers" I read it with great interest because it might relate to solving my Watson connection problem - and then I realized it may also help VFP applications in general. The gist of it,

RE: Watson interface

2014-11-09 Thread Bill Arnold
FoxInCloud falls right in the middle of the 'containers' category ... -- Thierry, could you elaborate? Bill ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of

Re: Watson interface

2014-11-09 Thread Thierry Nivelet
FoxInCloud falls right in the middle of the 'containers' category ... Thierry Nivelet http://foxincloud.com/ Give your VFP app a second life in the cloud > Le 9 nov. 2014 à 03:18, Bill Arnold a > écrit : > > A few days ago, the WSJ ran an article entitled "Software Firms Scramble to > Jump Int

RE: Watson interface

2014-11-08 Thread Bill Arnold
A few days ago, the WSJ ran an article entitled "Software Firms Scramble to Jump Into Containers" I read it with great interest because it might relate to solving my Watson connection problem - and then I realized it may also help VFP applications in general. The gist of it, what I'm seeing, is t

RE: Watson interface

2014-11-07 Thread Bill Arnold
The latest version of West Wind Web Connection (5.70) has some REST based services. Also check out http://www.psgsdk.com and see if that could help you... Bill Anderson - Thanks, Bill I'd like to implement this using VFP as the client and Watson as the server, without requiring

Re: Watson interface

2014-11-07 Thread Bill Anderson
Bill, The latest version of West Wind Web Connection (5.70) has some REST based services. Also check out http://www.psgsdk.com and see if that could help you... Bill Anderson On Fri, Nov 7, 2014 at 4:36 PM, Bill Arnold < billjarn...@h2officesolutions.com> wrote: > I should have mentioned these

RE: Watson interface

2014-11-07 Thread Bill Arnold
I should have mentioned these URL's on the subject 1. JSON for Visual FoxPro by Craig Boyd on 11-2008 http://www.sweetpotatosoftware.com/spsblog/CommentView,guid,5f96efd7-f350-4b c8-86c5-caffd9e833eb.aspx 2. The ActiveVFP page " AVFP- best choice for using FoxPro with REST as a RESTful server. A

Watson interface

2014-11-07 Thread Bill Arnold
I figure some people might be interested in hooking up to Watson from FoxPro, so I'll share what I learn as I go along, eventually, hopefully, some code examples. Till now all I had was enthusiasm and some knowledge from reading articles on the subject. But this week I received a note from IBM invi