What if you could develop self-service apps that interacted with users via IM? In this episode, with the news (see news release) that Voxeo is acquiring IMified host Dan York speaks with IMified.com co-founder Adam Kalsey about the service, what developers can do with it, how they can get involved and how the service works.
You can download or play the podcast here (in Quicktime):
This Voxeo podcast can be found on the web at http://blogs.voxeo.com/ett. If you have comments or feedback about this show, you can either leave comments here on the show blog site or email Dan York.
In this brief Emerging Tech Talk episode, host Dan York provides an update about the ETT show itself, what’s been going on, why the number of shows has dropped off, where it is going, etc., and also talks about the workflow he uses in producing the show and some of the challenges therein.
You can download or play the podcast here (in Quicktime):
This Voxeo podcast can be found on the web at http://blogs.voxeo.com/ett. If you have comments or feedback about this show, you can either leave comments here on the show blog site or email Dan York.
This Voxeo podcast can be found on the web at http://blogs.voxeo.com/ett. If you have comments or feedback about this show, you can either leave comments here on the show blog site or email Dan York.
In this special April 1st edition, host Dan York announces the addition of support for the COBOL language to Voxeo’s Tropo.com voice application platform and explains the rationale behind it. This new COBOL support was announced earlier today in a Tropo blog post.
You can download or play the podcast here (in Quicktime):
This Voxeo podcast can be found on the web at http://blogs.voxeo.com/ett. If you have comments or feedback about this show, you can either leave comments here on the show blog site or email Dan York.
Yesterday Skype announced the beta of their “Skype For SIP” service that will allow Skype users to call premise call servers/IP-PBXs via SIP and for those servers to make outbound calls to PSTN phone numbers using Skype’s network and at Skype’s rates. In this episode, host Dan York talks about the announcement and what it all means for Skype interoperability (or lack thereof). Dan also wrote at length about Skype For SIP over at:
This Voxeo podcast can be found on the web at http://blogs.voxeo.com/ett. If you have comments or feedback about this show, you can either leave comments here on the show blog site or email Dan York.
What is the “rich communication experience” that we are trying to build? Why can’t that experience work over today’s Public Switched Telephone Network (PSTN)? What do we need to make this experience happen?
In this 10-minute presentation at the Emerging Communication Conference (eComm), I sought to answer the question of why we want to move beyond the PSTN - outlining the kind of experience we are seeking, the pieces of the communications puzzle that are currently available, the issues we need to address and the roadblocks that are in place. I end asking people to think about what is the experience we want to build - and to bring more people into that conversation to make it happen.
This talk began forming last summer when eComm organizer Lee Dryburgh made a comment on the internal eComm Program Advisory Board mailing list about how he was tired of people always taking shots at how poor the PSTN was without offering a few of what we were aiming to achieve. At about the same time, fellow blogger Aswath Rao asked why “VoIPers wanted to kill off the PSTN.” I decided to put together an answer - and the result was this presentation.
The slides to go along with this talk are available here, although to be honest they really need to be synced to the audio to be understood (which I’ll do at some point):
This Voxeo podcast can be found on the web at http://blogs.voxeo.com/ett. If you have comments or feedback about this show, you can either leave comments here on the show blog site or email Dan York.
Would you like to develop voice applications in programming languages you already know? In this episode, Voxeo CEO Jonathan Taylor speaks from the stage of the Emerging Communication Conference (eComm) 2009 in San Francisco, CA, as he announces the launch of Tropo.com - a new way to create voice applications in programming languages like python, ruby, groovy, JavaScript and PHP.
The slides that go along with this presentation are embedded below the video.
This presentation was also recorded by the eComm conference and will be made available on the eComm blog over the next months. We’ll updated this blog post when that version is available.
You can download or play the podcast here (in Quicktime):
This Voxeo podcast can be found on the web at http://blogs.voxeo.com/ett. If you have comments or feedback about this show, you can either leave comments here on the show blog site or email Dan York.
Building on the intro to version control systems in Emerging Tech Talk #24, in this episode Dan York describes how the Git distributed version control system is different from non-distributed version control systems such as CVS and SVN and then goes on to provide a very basic demonstration of using Git.
There’s obviously far more to using git than can be demonstrated in a short video here, so if you are interested in learning more there are many tutorials and other info available on the Git documentation page.
You can download or play the podcast here (in Quicktime):
Emerging Tech Talk #025 - Learning Git, Part 2 - Getting Started with Git [9:46m]: Play Now | Play in Popup | Download
Note that viewing in Quicktime will give you the highest quality (and may allow you to actually read the demo).
Is the screencast of the terminal shell readable when you viewed the video?
After watching this, I think I needed to zoom in more so that the text was larger. I’m not sure how this would actually look in an iPhone, for instance. (I will look soon.) Something to remember for next time. Anyway, any feedback on how good or poor the viewing was would be appreciated.
And yes, I know the transition from me speaking to the screencast was a bit harsh… still working through some nuances of my tool chain.
If you enjoyed this show, please consider one (or more) of these options:
This Voxeo podcast can be found on the web at http://blogs.voxeo.com/ett. If you have comments or feedback about this show, you can either leave comments here on the show blog site or email Dan York.
Now wait a minute, you say, you aren’t a programmer, so why should you care?
Well, the reality is that I’ve used version control systems for writing books… developing courseware… for web sites… for configuration files… even for home directories of users. Basically, any time I have had a group of files where I want to track revisions to those files - or have wanted to collaborate with someone else and have a solid history of what changes we each have made. Once you start using a version control system, it is simply amazing the number of uses you have for them (only some of which might actually involve programming).
Anyway, “traditional” version control systems (also sometimes called “source code management” (SCM) systems, although there are nuances in the naming) such as the open source Concurrent Versions System (CVS), Subversion (SVN) and the many commercial equivalents all more or less use the model of having a central server from which users “check out” files and then “check in” (or “commit”) any changes they make back to the central server. In more recent years, distributed version control systems (DVCS) have emerged that fundamentally change the paradigm for how a user interacts with their information. Several new open source DVCS’ have emerged, including darcs, mercurial, bazaar and git. For several reasons, I’m currently working with git, but most of what I cover in this and the next episode are similar across the various DVCS systems.
In this first of three episodes I talk about version control systems in general and the different components that make up such a system. I discuss repositories, working copies as well as concepts such as branching and merging - and then wrap up with a few of the issues associated with traditional systems such as CVS and SVN that git sets out to solve.
You can download or play the podcast here:
Emerging Tech Talk #024 - Learning Git, Part 1 - Intro to Version Control Systems [9:42m]: Play Now | Play in Popup | Download
This Voxeo podcast can be found on the web at http://blogs.voxeo.com/ett. If you have comments or feedback about this show, you can either leave comments here on the show blog site or email Dan York.
At ITEXPO East 2009 in Miami, FL, host Dan York interviewed Irv Shapiro, CEO of IfByPhone ( http://www.ifbyphone.com ) about how his service makes it easy for developers to create voice applications. He talks about three application examples and also three magic ingredients, one of which is Asterisk and one of which is Voxeo’s Prophecy. He also invited developers to sign up for a free developer account at http://www.phonemashup.com/
This Voxeo podcast can be found on the web at http://blogs.voxeo.com/ett. If you have comments or feedback about this show, you can either leave comments here on the show blog site or email Dan York.