unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* vlog about Guile
@ 2020-11-12  9:37 randomlooser
  2020-11-13 23:48 ` Thien-Thi Nguyen
  0 siblings, 1 reply; 8+ messages in thread
From: randomlooser @ 2020-11-12  9:37 UTC (permalink / raw)
  To: guile-user

Hello

I'm Catonano, from a brand new email address

I'm trying to diminish the role of Google in my life, gradually

I made a couple of videos about Guile

They are an experiment

In the videos I explain, in my own terms, how to read a line delimited
file in Guile scheme

Here they are
https://peertube.social/videos/watch/playlist/03ebdbfb-7285-4d1f-8787-01de111a6d6d

It's not a groudbreaking use case

My assumption is that the person(s) watching these videos may be a 
beginner, not only in scheme or Guile, but in programming in general

In fact, I go through what I think is the discovery process in
painstaking detail and slowliness

I was inspired by this talk
https://archive.fosdem.org/2017/schedule/event/legacy_docs/

and this blog post
https://www.hillelwayne.com/post/learning-a-language/

I mention both in the introduction

In the past I hinted at how I feel that the Guile documentation is
lacking in some regards

So I made these videos as an experiment

In the future I could try to cover more use cases

Some remarks:

It's not written material, it's video

This alone is a stark departure from the usual style of materials
discussing Guile

It's not feature oriented, it's use case oriented

I introduce open-input-file, read-line and with-input-from-file as the
need arises, not based on where they are in the manual

It's incomplete and maybe even incorrect in some aspects

But it strives to provide the watcher with a bit of immediate reward

This is another striking departure from the usual

I understand that to many people here, the case of reding a file in
painstaking detail and slowness is not exactly fun

You need to put yourself in someone else's shoes to watch this

Anyway, i thought it was useful to mention this here

Thanks




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: vlog about Guile
  2020-11-12  9:37 vlog about Guile randomlooser
@ 2020-11-13 23:48 ` Thien-Thi Nguyen
  2020-11-14  7:39   ` randomlooser
  0 siblings, 1 reply; 8+ messages in thread
From: Thien-Thi Nguyen @ 2020-11-13 23:48 UTC (permalink / raw)
  To: randomlooser; +Cc: guile-user

[-- Attachment #1: Type: text/plain, Size: 765 bytes --]


() randomlooser <randomlooser@riseup.net>
() Thu, 12 Nov 2020 10:37:36 +0100

   https://peertube.social/videos/watch/playlist/03ebdbfb-7285-4d1f-8787-01de111a6d6d

Just watched them.  Nice.  Keep up the good work.  Of course, i
was (only) slightly disappointed not to see Emacs in action,
but... no big deal.  :-D

Could you post what programs you used to create the video?

-- 
Thien-Thi Nguyen -----------------------------------------------
 (defun responsep (query)               ; (2020) Software Libero
   (pcase (context query)               ;       = Dissenso Etico
     (`(technical ,ml) (correctp ml))
     ...))                              748E A0E8 1CB8 A748 9BFA
--------------------------------------- 6CE4 6703 2224 4C80 7502


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 219 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: vlog about Guile
  2020-11-13 23:48 ` Thien-Thi Nguyen
@ 2020-11-14  7:39   ` randomlooser
  2020-12-28  0:52     ` Joshua Branson via General Guile related discussions
  0 siblings, 1 reply; 8+ messages in thread
From: randomlooser @ 2020-11-14  7:39 UTC (permalink / raw)
  To: Thien-Thi Nguyen; +Cc: guile-user

Il giorno ven, 13/11/2020 alle 18.48 -0500, Thien-Thi Nguyen ha
scritto:
> 
> () randomlooser <randomlooser@riseup.net>
> () Thu, 12 Nov 2020 10:37:36 +0100
> 
>    
> https://peertube.social/videos/watch/playlist/03ebdbfb-7285-4d1f-8787-01de111a6d6d
> 
> Just watched them.  Nice.  Keep up the good work.  

Thank you, I appreciate that

> Of course, i
> was (only) slightly disappointed not to see Emacs in action,
> but... no big deal.  :-D

I'm a bit scared of Geiser because my experiences with it are not
pleasant

But surely it deserves a video, it's a subject in itself

> 
> Could you post what programs you used to create the video?
> 

I used obs for recording the monitor where I show the terminal

I used KDEnlive for montaging

I used Syncthing for transferring the files containing the shooting of
my face talking from the phone to the pc. Now I'm mumbling that rsync
would be probably faster, the files tend to be quite large

That's all




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: vlog about Guile
  2020-11-14  7:39   ` randomlooser
@ 2020-12-28  0:52     ` Joshua Branson via General Guile related discussions
  2020-12-28  5:54       ` Zelphir Kaltstahl
  0 siblings, 1 reply; 8+ messages in thread
From: Joshua Branson via General Guile related discussions @ 2020-12-28  0:52 UTC (permalink / raw)
  To: guile-user


I've also been doing guile programming and putting the videos online.
It's somewhat educational, in that I try to explain what I do as I do
it.  But I'm also trying to do things that I do NOT know how to do.
Maybe some people will find it useful.

  https://video.hardlimit.com/accounts/joshua_branson/video-channels

--
Joshua Branson
Sent from Emacs and Gnus




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: vlog about Guile
  2020-12-28  0:52     ` Joshua Branson via General Guile related discussions
@ 2020-12-28  5:54       ` Zelphir Kaltstahl
  2020-12-29  3:17         ` Joshua Branson
  0 siblings, 1 reply; 8+ messages in thread
From: Zelphir Kaltstahl @ 2020-12-28  5:54 UTC (permalink / raw)
  To: jbranso; +Cc: guile-user

Hello Joshua!

I just visited your channel on hardlimit and looked at your videos,
positively surprised to also see some web development videos for Guile!

Would you create a playlist there, just like you did for your GNU Guix
videos? That would make it easier for people to watch your GNU Guile web
development videos in the correct order. I found it a bit difficult to
find all parts of your web development series.

https://video.hardlimit.com/search?search=Guile%20Web%20Development%20Pure%20Guile%20Part%201

That is what I am looking at currently. It does not show part 1, so
perhaps
https://video.hardlimit.com/videos/watch/93ba1b4d-a98c-456f-8d1b-e1794a0346e6
is part 1, or it is another series.

If you create a playlist, it would also make it easier to link to that,
and I would like to make a section, if there is none yet, on the
guile-awesome list for such content and link to it there.

Also great GNU Guix content you have there. Not sure I will have the
time and energy to watch all that, but perhaps at some point.

EDIT: I just realized, that the GNU Guix playlist has no videos in it:
https://video.hardlimit.com/video-channels/the_gnu_guy/video-playlists.
Anyway, playlists would be great, seeing, that the search function does
not show all parts of your various series of videos.

Regards,
Zelphir

On 12/28/20 1:52 AM, Joshua Branson via General Guile related
discussions wrote:
> I've also been doing guile programming and putting the videos online.
> It's somewhat educational, in that I try to explain what I do as I do
> it.  But I'm also trying to do things that I do NOT know how to do.
> Maybe some people will find it useful.
>
>   https://video.hardlimit.com/accounts/joshua_branson/video-channels
>
> --
> Joshua Branson
> Sent from Emacs and Gnus
>
>
-- 
repositories: https://notabug.org/ZelphirKaltstahl




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: vlog about Guile
  2020-12-28  5:54       ` Zelphir Kaltstahl
@ 2020-12-29  3:17         ` Joshua Branson
  2020-12-29  8:14           ` Zelphir Kaltstahl
  2020-12-29 14:23           ` Amin Bandali
  0 siblings, 2 replies; 8+ messages in thread
From: Joshua Branson @ 2020-12-29  3:17 UTC (permalink / raw)
  To: Zelphir Kaltstahl; +Cc: guile-user


I would love to figure out how to make playlists.  Everytime I try to
make a playlist on hardlimit, I can't seem to figure it out.

Is there something that I'm missing?

-- 
Joshua Branson
Sent from Emacs and Gnus
  https://gnucode.me
  https://video.hardlimit.com/accounts/joshua_branson/video-channels
  https://propernaming.org
  "You can have whatever you want, as long as you help 
enough other people get what they want." - Zig Ziglar
  



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: vlog about Guile
  2020-12-29  3:17         ` Joshua Branson
@ 2020-12-29  8:14           ` Zelphir Kaltstahl
  2020-12-29 14:23           ` Amin Bandali
  1 sibling, 0 replies; 8+ messages in thread
From: Zelphir Kaltstahl @ 2020-12-29  8:14 UTC (permalink / raw)
  To: Joshua Branson; +Cc: guile-user

Hi!

I am sorry, I have not used hardlimit or peertube myself yet, except for
watching videos, so I am of no help there.

Regards,
Zelphir

On 12/29/20 4:17 AM, Joshua Branson wrote:
> I would love to figure out how to make playlists.  Everytime I try to
> make a playlist on hardlimit, I can't seem to figure it out.
>
> Is there something that I'm missing?
>
-- 
repositories: https://notabug.org/ZelphirKaltstahl




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: vlog about Guile
  2020-12-29  3:17         ` Joshua Branson
  2020-12-29  8:14           ` Zelphir Kaltstahl
@ 2020-12-29 14:23           ` Amin Bandali
  1 sibling, 0 replies; 8+ messages in thread
From: Amin Bandali @ 2020-12-29 14:23 UTC (permalink / raw)
  To: Joshua Branson; +Cc: guile-user

Hello,

Joshua Branson writes:

> I would love to figure out how to make playlists.  Everytime I try to
> make a playlist on hardlimit, I can't seem to figure it out.
>
> Is there something that I'm missing?

You should be able to create playlists via
https://video.hardlimit.com/my-account/video-playlists.
Indeed, it seems like you've already created a 'GNU Guix' playlist
under the the_gnu_guy channel account.

To add videos to a playlist, you have to open each video page, and to
the bottom right of the video player, there should be a "Save" button
which you can click and choose playlists to add the video to.

Hope this helps.



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-12-29 14:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-12  9:37 vlog about Guile randomlooser
2020-11-13 23:48 ` Thien-Thi Nguyen
2020-11-14  7:39   ` randomlooser
2020-12-28  0:52     ` Joshua Branson via General Guile related discussions
2020-12-28  5:54       ` Zelphir Kaltstahl
2020-12-29  3:17         ` Joshua Branson
2020-12-29  8:14           ` Zelphir Kaltstahl
2020-12-29 14:23           ` Amin Bandali

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).