Thread overview | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
February 18, 2014 [video tutorial] Refactoring the number guessing game | ||||
---|---|---|---|---|
| ||||
http://youtu.be/yhK7zvnWmiU |
February 18, 2014 Re: [video tutorial] Refactoring the number guessing game | ||||
---|---|---|---|---|
| ||||
Posted in reply to simendsjo | On Tuesday, 18 February 2014 at 13:00:09 UTC, simendsjo wrote:
> http://youtu.be/yhK7zvnWmiU
Would you be interested in doing a Lets make series on ApplyYourDLang? As this falls under this heading.
|
February 18, 2014 Re: [video tutorial] Refactoring the number guessing game | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rikki Cattermole | On Tuesday, 18 February 2014 at 14:16:27 UTC, Rikki Cattermole wrote:
> On Tuesday, 18 February 2014 at 13:00:09 UTC, simendsjo wrote:
>> http://youtu.be/yhK7zvnWmiU
>
> Would you be interested in doing a Lets make series on ApplyYourDLang? As this falls under this heading.
Combining efforts is always good, but I'm not sure if creating video tutorials can keep my interest for very long.
It also sounds like you have plans to make this a lot more professional: planning content and editing videos. I just press record and upload :/
|
February 18, 2014 Re: [video tutorial] Refactoring the number guessing game | ||||
---|---|---|---|---|
| ||||
Posted in reply to simendsjo | On Tuesday, 18 February 2014 at 14:19:47 UTC, simendsjo wrote:
> On Tuesday, 18 February 2014 at 14:16:27 UTC, Rikki Cattermole wrote:
>> On Tuesday, 18 February 2014 at 13:00:09 UTC, simendsjo wrote:
>>> http://youtu.be/yhK7zvnWmiU
>>
>> Would you be interested in doing a Lets make series on ApplyYourDLang? As this falls under this heading.
>
> Combining efforts is always good, but I'm not sure if creating video tutorials can keep my interest for very long.
>
> It also sounds like you have plans to make this a lot more professional: planning content and editing videos. I just press record and upload :/
Don't worry about that. We can sort out making things higher quality as series goes :)
|
February 18, 2014 Re: [video tutorial] Refactoring the number guessing game | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rikki Cattermole | On Tuesday, 18 February 2014 at 14:20:44 UTC, Rikki Cattermole wrote:
> On Tuesday, 18 February 2014 at 14:19:47 UTC, simendsjo wrote:
>> On Tuesday, 18 February 2014 at 14:16:27 UTC, Rikki Cattermole wrote:
>>> On Tuesday, 18 February 2014 at 13:00:09 UTC, simendsjo wrote:
>>>> http://youtu.be/yhK7zvnWmiU
>>>
>>> Would you be interested in doing a Lets make series on ApplyYourDLang? As this falls under this heading.
>>
>> Combining efforts is always good, but I'm not sure if creating video tutorials can keep my interest for very long.
>>
>> It also sounds like you have plans to make this a lot more professional: planning content and editing videos. I just press record and upload :/
>
> Don't worry about that. We can sort out making things higher quality as series goes :)
Have you written a plan/schedule for the videos somewhere?
And I cannot see a way to move the videos to other users in YouTube.
|
February 18, 2014 Re: [video tutorial] Refactoring the number guessing game | ||||
---|---|---|---|---|
| ||||
Posted in reply to simendsjo | On Tuesday, 18 February 2014 at 14:25:33 UTC, simendsjo wrote:
> On Tuesday, 18 February 2014 at 14:20:44 UTC, Rikki Cattermole wrote:
>> On Tuesday, 18 February 2014 at 14:19:47 UTC, simendsjo wrote:
>>> On Tuesday, 18 February 2014 at 14:16:27 UTC, Rikki Cattermole wrote:
>>>> On Tuesday, 18 February 2014 at 13:00:09 UTC, simendsjo wrote:
>>>>> http://youtu.be/yhK7zvnWmiU
>>>>
>>>> Would you be interested in doing a Lets make series on ApplyYourDLang? As this falls under this heading.
>>>
>>> Combining efforts is always good, but I'm not sure if creating video tutorials can keep my interest for very long.
>>>
>>> It also sounds like you have plans to make this a lot more professional: planning content and editing videos. I just press record and upload :/
>>
>> Don't worry about that. We can sort out making things higher quality as series goes :)
>
> Have you written a plan/schedule for the videos somewhere?
> And I cannot see a way to move the videos to other users in YouTube.
I haven't yet made a plan. Its mostly in my head at the current point in time. However we can do something, perhaps on a repo.
You don't need to move them. You can add any video to a playlist, given a url.
|
February 18, 2014 Re: [video tutorial] Refactoring the number guessing game | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rikki Cattermole | On Tuesday, 18 February 2014 at 14:27:19 UTC, Rikki Cattermole wrote:
> On Tuesday, 18 February 2014 at 14:25:33 UTC, simendsjo wrote:
>> On Tuesday, 18 February 2014 at 14:20:44 UTC, Rikki Cattermole wrote:
>>> On Tuesday, 18 February 2014 at 14:19:47 UTC, simendsjo wrote:
>>>> On Tuesday, 18 February 2014 at 14:16:27 UTC, Rikki Cattermole wrote:
>>>>> On Tuesday, 18 February 2014 at 13:00:09 UTC, simendsjo wrote:
>>>>>> http://youtu.be/yhK7zvnWmiU
>>>>>
>>>>> Would you be interested in doing a Lets make series on ApplyYourDLang? As this falls under this heading.
>>>>
>>>> Combining efforts is always good, but I'm not sure if creating video tutorials can keep my interest for very long.
>>>>
>>>> It also sounds like you have plans to make this a lot more professional: planning content and editing videos. I just press record and upload :/
>>>
>>> Don't worry about that. We can sort out making things higher quality as series goes :)
>>
>> Have you written a plan/schedule for the videos somewhere?
>> And I cannot see a way to move the videos to other users in YouTube.
>
> I haven't yet made a plan. Its mostly in my head at the current point in time. However we can do something, perhaps on a repo.
>
> You don't need to move them. You can add any video to a playlist, given a url.
I'll be more than happy to place the videos elsewhere, but I don't want to commit to a large ongoing project as I'm pretty busy with school too.
Posting your ideas somewhere would be nice though.
I've posted the code so far on bitbucket, but moving to another repo (github?) and changing links in the videos is trivial if you think my videos would fit your playlist - even though they're nothing more than live coding videos :)
|
February 18, 2014 Re: [video tutorial] Refactoring the number guessing game | ||||
---|---|---|---|---|
| ||||
Posted in reply to simendsjo | On Tuesday, 18 February 2014 at 14:36:17 UTC, simendsjo wrote:
> On Tuesday, 18 February 2014 at 14:27:19 UTC, Rikki Cattermole wrote:
>> On Tuesday, 18 February 2014 at 14:25:33 UTC, simendsjo wrote:
>>> On Tuesday, 18 February 2014 at 14:20:44 UTC, Rikki Cattermole wrote:
>>>> On Tuesday, 18 February 2014 at 14:19:47 UTC, simendsjo wrote:
>>>>> On Tuesday, 18 February 2014 at 14:16:27 UTC, Rikki Cattermole wrote:
>>>>>> On Tuesday, 18 February 2014 at 13:00:09 UTC, simendsjo wrote:
>>>>>>> http://youtu.be/yhK7zvnWmiU
>>>>>>
>>>>>> Would you be interested in doing a Lets make series on ApplyYourDLang? As this falls under this heading.
>>>>>
>>>>> Combining efforts is always good, but I'm not sure if creating video tutorials can keep my interest for very long.
>>>>>
>>>>> It also sounds like you have plans to make this a lot more professional: planning content and editing videos. I just press record and upload :/
>>>>
>>>> Don't worry about that. We can sort out making things higher quality as series goes :)
>>>
>>> Have you written a plan/schedule for the videos somewhere?
>>> And I cannot see a way to move the videos to other users in YouTube.
>>
>> I haven't yet made a plan. Its mostly in my head at the current point in time. However we can do something, perhaps on a repo.
>>
>> You don't need to move them. You can add any video to a playlist, given a url.
>
> I'll be more than happy to place the videos elsewhere, but I don't want to commit to a large ongoing project as I'm pretty busy with school too.
> Posting your ideas somewhere would be nice though.
>
> I've posted the code so far on bitbucket, but moving to another repo (github?) and changing links in the videos is trivial if you think my videos would fit your playlist - even though they're nothing more than live coding videos :)
Oh, and I thought of making perhaps 3 more videos: std.getopt, splitting a project into subprojects with dub, and another vibe.d demo. All just as extensions to the simple number guessing game.
We'll see if I ever get this far.
|
February 18, 2014 Re: [video tutorial] Refactoring the number guessing game | ||||
---|---|---|---|---|
| ||||
Posted in reply to simendsjo | On Tuesday, 18 February 2014 at 14:36:17 UTC, simendsjo wrote: > I'll be more than happy to place the videos elsewhere, but I don't want to commit to a large ongoing project as I'm pretty busy with school too. > Posting your ideas somewhere would be nice though. What I was thinking was, for a smaller set of projects grouped together. In one series. This way you're not committed. > I've posted the code so far on bitbucket, but moving to another repo (github?) and changing links in the videos is trivial if you think my videos would fit your playlist - even though they're nothing more than live coding videos :) Seeing how others develop while learning is a very important thing while learning. So yes it very much fits. I've sent you an invite to manage it. You'll be able to do e.g. upload video or add playlists ext. As well as work on the Google+ page [0]. [0] https://plus.google.com/u/0/b/115883286620259563734/ |
February 18, 2014 Re: [video tutorial] Refactoring the number guessing game | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rikki Cattermole | On Tuesday, 18 February 2014 at 14:42:22 UTC, Rikki Cattermole wrote:
> On Tuesday, 18 February 2014 at 14:36:17 UTC, simendsjo wrote:
>> I'll be more than happy to place the videos elsewhere, but I don't want to commit to a large ongoing project as I'm pretty busy with school too.
>> Posting your ideas somewhere would be nice though.
>
> What I was thinking was, for a smaller set of projects grouped together. In one series. This way you're not committed.
>
>> I've posted the code so far on bitbucket, but moving to another repo (github?) and changing links in the videos is trivial if you think my videos would fit your playlist - even though they're nothing more than live coding videos :)
>
> Seeing how others develop while learning is a very important thing while learning. So yes it very much fits.
>
> I've sent you an invite to manage it. You'll be able to do e.g. upload video or add playlists ext. As well as work on the Google+ page [0].
>
> [0] https://plus.google.com/u/0/b/115883286620259563734/
Not sure I'm able to connect.. When pressing the link, it turns up for my G+ user. If I log in as the YouTube user and go to that link, I still turn up as the G+ user. Why on earth won't Google let me merge the accounts?...
|
Copyright © 1999-2021 by the D Language Foundation