aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-10-28 14:52:30 -0400
committerXe Iaso <me@xeiaso.net>2023-10-28 14:52:30 -0400
commita5be809a28ecd0fa410942a8ef1ae3670985dd23 (patch)
treec9c9be7150379100d755a76cb0559af71e967242
parent4dbc0b4627449a7cad131cdb295ae100d3e7e805 (diff)
downloadxesite-a5be809a28ecd0fa410942a8ef1ae3670985dd23.tar.xz
xesite-a5be809a28ecd0fa410942a8ef1ae3670985dd23.zip
lume: add videos folder for testing in prod
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--lume/src/videos/2023/revali-gale-broken.mdx8
-rw-r--r--lume/src/videos/2023/tclip-short.mdx24
-rw-r--r--lume/src/videos/_data.yml2
3 files changed, 34 insertions, 0 deletions
diff --git a/lume/src/videos/2023/revali-gale-broken.mdx b/lume/src/videos/2023/revali-gale-broken.mdx
new file mode 100644
index 0000000..448d274
--- /dev/null
+++ b/lume/src/videos/2023/revali-gale-broken.mdx
@@ -0,0 +1,8 @@
+---
+title: "Revali's Gale is Broken"
+date: 2023-09-24
+---
+
+<XeblogVideo path="video/2023/shorts/revali-gale" />
+
+This was another video that helped me learn Final Cut Pro and Motion. Specifically what I did here was clone the [Mr Beast](https://www.youtube.com/channel/UCX6OQ3DkcsbYNE6H8uQQuVA) style of having text in a weird font for captions. I used the TikTok text-to-speech voice for comedic effect. \ No newline at end of file
diff --git a/lume/src/videos/2023/tclip-short.mdx b/lume/src/videos/2023/tclip-short.mdx
new file mode 100644
index 0000000..6c5880f
--- /dev/null
+++ b/lume/src/videos/2023/tclip-short.mdx
@@ -0,0 +1,24 @@
+---
+title: "tclip just got clippier - YouTube Short"
+date: 2023-09-30
+---
+
+<XeblogVideo path="video/2023/tclip-short" />
+
+This was a project that I used to help me learn Final Cut Pro. This ended up never being released at work, but I think it's worth preserving for posterity's sake. This is intended to be the YouTube short version of [this post](https://tailscale.dev/blog/tclip-updates-092023).
+
+## Script
+
+Here's what we've been up to with tclip, the best way to share small snippets of text on your tailnet.
+
+Have little snippets of code you want to share? Need to copy an error message to a coworker or two? Tclip is there for you. You can install it today on Docker, fly, or NixOS.
+
+We started tclip with a simple design to make it easy to develop.
+
+Now it uses a beautiful new design with Tailwind. This makes it look similar to our other tools so you know where to look.
+
+Tclip uses sqlite to store all your data securely and durably. But the way we used sqlite required us to pull in a C compiler. This made it hard for us to cross-compile and distribute tclip.
+
+So we got rid of that with a new SQLite package. Now we can distribute it for every OS that Tailscale supports a lot easier.
+
+Try tclip today, your tailnet will love it. See the pinned comment to find out how. \ No newline at end of file
diff --git a/lume/src/videos/_data.yml b/lume/src/videos/_data.yml
new file mode 100644
index 0000000..506d072
--- /dev/null
+++ b/lume/src/videos/_data.yml
@@ -0,0 +1,2 @@
+layout: blog.njk
+type: video \ No newline at end of file