Re: [ANN] core.async (and more) video tutorials

2014-06-05 Thread Timothy Baldridge
Code is here: https://github.com/halgari/clojure-tutorial-source I'll try to get a forum setup soon, or at least some sort of mailing list Timothy Baldridge On Thu, Jun 5, 2014 at 6:15 PM, Dylan Butman wrote: > Thanks for doing these Tim! Very good stuff. >> >> Would like to echo the above r

Re: [ANN] core.async (and more) video tutorials

2014-06-05 Thread Dylan Butman
> > Thanks for doing these Tim! Very good stuff. > > Would like to echo the above requests for source code. Can you put what > you're working from on github for all the videos? I found myself wanting to > use some of your pipeline stuff today and I'd rather not watch 20 minutes > of video again

Re: [ANN] core.async (and more) video tutorials

2014-06-05 Thread Dylan Butman
Thanks for doing these Tim! Very good stuff. Would like to echo the above results for code. Can you put what you're working from on github for all the videos? I found myself wanting to use some of your pipeline stuff today and I'd rather not watch 20 minutes of video again to type it out -

Re: [ANN] core.async (and more) video tutorials

2014-05-30 Thread Juan Manuel Gimeno Illa
Where can we asks questions about de videos? Will the site create a kind of forum for it? Thanks. Juan Manuel PS: I've been having problems reproducing the behaviour of the code in the second episode on aync. El martes, 27 de mayo de 2014 19:55:12 UTC+2, tbc++ escribió: > > Thanks for all

Re: [ANN] core.async (and more) video tutorials

2014-05-28 Thread Devin Walters
Forgive me if I just missed it, but do you have the code from the videos somewhere? I was toying with the pipeline< example and kept feeling like it'd be nice to just grab the source. Thanks, '(Devin Walters) > On May 27, 2014, at 12:55, Timothy Baldridge wrote: > > Thanks for all the suggest

Re: [ANN] core.async (and more) video tutorials

2014-05-27 Thread Juan Manuel Gimeno Illa
El martes, 27 de mayo de 2014 19:55:12 UTC+2, tbc++ escribió: > > Thanks for all the suggestions. > > 1) Yes, there seems to be an issue with downloading free videos. From what > I'm seeing in the admin settings I only have the option for "paid and > downloadable" and "free". Free disables the

Re: [ANN] core.async (and more) video tutorials

2014-05-27 Thread Timothy Baldridge
Thanks for all the suggestions. 1) Yes, there seems to be an issue with downloading free videos. From what I'm seeing in the admin settings I only have the option for "paid and downloadable" and "free". Free disables the downloading. I'll contact PivotShare and see if they can change that. 2) Sou

Re: [ANN] core.async (and more) video tutorials

2014-05-27 Thread Ivan Ryakhov
Greate work, Tim! My advice is to split the screen by vertical but not horisontal. Your code are not so wide and there is a lot of empty space on the right side. I think it would be useful to place a REPL to the right side of the screen to obtain a vast space for code and REPL ineractions. What

Re: [ANN] core.async (and more) video tutorials

2014-05-27 Thread Juan Manuel Gimeno Illa
Seems strange. I get 0 downloads remaining for all the videos (both the free and the paid). Juan Manuel El martes, 27 de mayo de 2014 09:44:29 UTC+2, Las escribió: > > Hi, > > >> Btw When I click on the download video button, nothing gets downloaded. >> Tried on Firefox/Chrome - Mac. Is that a

Re: [ANN] core.async (and more) video tutorials

2014-05-27 Thread László Török
Hi, > Btw When I click on the download video button, nothing gets downloaded. > Tried on Firefox/Chrome - Mac. Is that a known issue? > Same here. I could only download the videos I paid for, but not the free one. > Also, I had sent you this email via support on that site but didn't get > any r

Re: [ANN] core.async (and more) video tutorials

2014-05-26 Thread Mayank Jain
Hi Tim, Thanks for the wonderful Logic intro video. Any idea if you'll be doing more of Logic tutorials? Your video was actually quite helpful. I never really understood it, but getting a sense of it. Looking forward to more of Logic videos :). Btw When I click on the download video button, noth

Re: [ANN] core.async (and more) video tutorials

2014-05-26 Thread Juan Manuel Gimeno Illa
Will there be a forum to ask questions about the videos? And will the code be available (although I think rewriting it may reforce learning sometimes I won't have the time)? Thanks !! Juan Manuel El jueves, 22 de mayo de 2014 00:32:55 UTC+2, tbc++ escribió: > > From time to time I get asked

Re: [ANN] core.async (and more) video tutorials

2014-05-24 Thread Joel Holdbrooks
Zippers might be another good topic. They ship with Clojure and are a bit mystical to folks who are curious but don't know how to get started. On Wednesday, May 21, 2014 3:32:55 PM UTC-7, tbc++ wrote: > > From time to time I get asked to do more writing on core.async, and I've > come to the real

Re: [ANN] core.async (and more) video tutorials

2014-05-24 Thread Timothy Baldridge
A Cursive Clojure video is in the pipeline. Thanks for the idea! Timothy On Fri, May 23, 2014 at 9:25 AM, Juan Manuel Gimeno Illa wrote: > The videos look very good and seem very interesting. > > One idea: some video about how to create & configure a project in cursive > would be helpful as we

Re: [ANN] core.async (and more) video tutorials

2014-05-23 Thread Juan Manuel Gimeno Illa
The videos look very good and seem very interesting. One idea: some video about how to create & configure a project in cursive would be helpful as well. Juan Manuel El viernes, 23 de mayo de 2014 05:56:45 UTC+2, tbc++ escribió: > > I'm using Cursive Clojure (Intelij). It has a "Presentation Mod

Re: [ANN] core.async (and more) video tutorials

2014-05-22 Thread Timothy Baldridge
I'm using Cursive Clojure (Intelij). It has a "Presentation Mode" which is pretty good, but I use Cursive as my main IDE these days. On Thu, May 22, 2014 at 7:41 PM, Jason Gilman wrote: > Thanks for the videos. The first one was good. What text editor are you > using in the videos? I haven't see

[ANN] core.async (and more) video tutorials

2014-05-22 Thread Jason Gilman
Thanks for the videos. The first one was good. What text editor are you using in the videos? I haven't seen that one before. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that post

Re: [ANN] core.async (and more) video tutorials

2014-05-21 Thread Ambrose Bonnaire-Sergeant
Nice work! I've really enjoyed your past videos. Ambrose On Thu, May 22, 2014 at 6:32 AM, Timothy Baldridge wrote: > From time to time I get asked to do more writing on core.async, and I've > come to the realization that try as I might, I'm not a writer. However I > recently started a set of vi

Re: [ANN] core.async (and more) video tutorials

2014-05-21 Thread Devin Walters
Awesome! Thanks Tim! '(Devin Walters) > On May 21, 2014, at 17:32, Timothy Baldridge wrote: > > From time to time I get asked to do more writing on core.async, and I've come > to the realization that try as I might, I'm not a writer. However I recently > started a set of video tutorials I'm m

[ANN] core.async (and more) video tutorials

2014-05-21 Thread Timothy Baldridge
>From time to time I get asked to do more writing on core.async, and I've come to the realization that try as I might, I'm not a writer. However I recently started a set of video tutorials I'm making available today. The videos average about 12min in length and focus on a single topic. Currently I