summaryrefslogtreecommitdiffstats
path: root/2020/subtitles/emacsconf-2020--05-bard-bivoumacs-building-a-bandcamp-like-page-for-an-album-...
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-12-20 00:50:57 -0500
committerSacha Chua <sacha@sachachua.com>2020-12-20 00:50:57 -0500
commit2178faed022bdae1b9ee57cd788e83fb3212529e (patch)
tree1bd67e0639636dfebbe73814b4037a34300f0ae8 /2020/subtitles/emacsconf-2020--05-bard-bivoumacs-building-a-bandcamp-like-page-for-an-album-of-music--grant-shangreaux.vtt
parentc1055f6d1e3fc4247ba7f621d77e07410bd8b722 (diff)
downloademacsconf-wiki-2178faed022bdae1b9ee57cd788e83fb3212529e.tar.xz
emacsconf-wiki-2178faed022bdae1b9ee57cd788e83fb3212529e.zip
Add transcript to 05
Diffstat (limited to '2020/subtitles/emacsconf-2020--05-bard-bivoumacs-building-a-bandcamp-like-page-for-an-album-of-music--grant-shangreaux.vtt')
-rw-r--r--2020/subtitles/emacsconf-2020--05-bard-bivoumacs-building-a-bandcamp-like-page-for-an-album-of-music--grant-shangreaux.vtt30
1 files changed, 15 insertions, 15 deletions
diff --git a/2020/subtitles/emacsconf-2020--05-bard-bivoumacs-building-a-bandcamp-like-page-for-an-album-of-music--grant-shangreaux.vtt b/2020/subtitles/emacsconf-2020--05-bard-bivoumacs-building-a-bandcamp-like-page-for-an-album-of-music--grant-shangreaux.vtt
index dff7fcb0..debfa46c 100644
--- a/2020/subtitles/emacsconf-2020--05-bard-bivoumacs-building-a-bandcamp-like-page-for-an-album-of-music--grant-shangreaux.vtt
+++ b/2020/subtitles/emacsconf-2020--05-bard-bivoumacs-building-a-bandcamp-like-page-for-an-album-of-music--grant-shangreaux.vtt
@@ -7,7 +7,7 @@ Hello, my name is Grant Shangreaux.
This is my talk titled Bard Bivou(m)acs:
00:00:07.279 --> 00:00:07.919
-Publishing Music
+Publishing Music
00:00:07.919 --> 00:00:10.719
with Emacs. I'm a software
@@ -121,7 +121,7 @@ but that's a whole different topic.
So when I want to share my music,
00:01:41.040 --> 00:01:42.720
-I want to do it without impacting
+I want to do it without impacting
00:01:42.720 --> 00:01:43.520
anyone's freedom.
@@ -277,7 +277,7 @@ ability to listen to the tracks,
organize playlists.
00:03:39.680 --> 00:03:41.280
-On top of that, it gave me
+On top of that, it gave me
00:03:41.280 --> 00:03:42.959
super-powered metadata authoring.
@@ -304,7 +304,7 @@ I've got this. These files here. So
you can see these files are mp3s.
00:04:04.480 --> 00:04:06.080
-They're recorded on a
+They're recorded on a
00:04:06.080 --> 00:04:07.599
digital recorder.
@@ -466,7 +466,7 @@ When packaging these up for a release,
for people to download,
00:06:28.000 --> 00:06:30.319
-it's nice to be able to have that
+it's nice to be able to have that
00:06:30.319 --> 00:06:32.400
filename reflect the track number and the
@@ -568,7 +568,7 @@ As I was going through this, I
wanted to challenge myself and just be,
00:07:59.039 --> 00:08:00.400
-like, can I do this
+like, can I do this
00:08:00.400 --> 00:08:03.520
just all with Emacs? Can I just make this?
@@ -637,7 +637,7 @@ insert is just like typing, so you put
strings in, you put new lines in,
00:08:48.800 --> 00:08:50.959
-you can build some strings together.
+you can build some strings together.
00:08:50.959 --> 00:08:52.080
Here you can see
@@ -649,7 +649,7 @@ I'm doing a random number, so every time
I execute this,
00:08:55.360 --> 00:08:57.920
-my content change,s so I can generate
+my content changes. I can generate
00:08:57.920 --> 00:09:01.040
dynamic content in HTML blocks
@@ -748,7 +748,7 @@ Bivou(m)acs template,
and that's basically a big
00:10:15.920 --> 00:10:18.240
-a big string of HTML. It's just
+a big string of HTML. It's just
00:10:18.240 --> 00:10:21.200
my whole page of HTML
@@ -823,7 +823,7 @@ Okay, moving on.
So the other thing was that as I was
00:11:30.240 --> 00:11:32.079
-developing this, I decided to use
+developing this, I decided to use
00:11:32.079 --> 00:11:33.200
Org Babel and some of his
@@ -844,7 +844,7 @@ and put actions in Javascript, and also I
used SVG for authoring stuff.
00:11:42.480 --> 00:11:46.079
-It was a little bit complicated.
+It was a little bit complicated.
00:11:46.079 --> 00:11:47.680
It probably would have been simpler had I
@@ -877,7 +877,7 @@ in Elisp to format it and spit out the
HTML that I want.
00:12:07.120 --> 00:12:10.320
-By doing this, then, I can
+By doing this, then, I can
00:12:10.320 --> 00:12:12.880
just change things in my Org file which,
@@ -1018,7 +1018,7 @@ and pause buttons. I didn't know this,
but if you edit an SVG file, you can
00:14:02.800 --> 00:14:08.800
-toggle back and forth
+toggle back and forth
00:14:08.800 --> 00:14:13.199
between the code and the image.
@@ -1072,7 +1072,7 @@ It's pretty much just my tool right now.
Not requiring the web browser... I can
00:14:51.040 --> 00:14:54.079
-ship playlists so that you can just
+ship playlists so that you can just
00:14:54.079 --> 00:14:58.000
click or link to a playlist on your favorite
@@ -1102,7 +1102,7 @@ You can contact me. I'm shoshin on #emacs
in IRC and on sourcehut. You can email me
00:15:21.040 --> 00:15:23.680
-grant@churls.world, personal, or
+grant@churls.world, personal, or
00:15:23.680 --> 00:15:26.800
grant@unabridgedsoftware.com. All right, now.