···11+---
22+title: "Revali's Gale is Broken"
33+date: 2023-09-24
44+---
55+66+<XeblogVideo path="video/2023/shorts/revali-gale" />
77+88+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.
+24
lume/src/videos/2023/tclip-short.mdx
···11+---
22+title: "tclip just got clippier - YouTube Short"
33+date: 2023-09-30
44+---
55+66+<XeblogVideo path="video/2023/tclip-short" />
77+88+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).
99+1010+## Script
1111+1212+Here's what we've been up to with tclip, the best way to share small snippets of text on your tailnet.
1313+1414+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.
1515+1616+We started tclip with a simple design to make it easy to develop.
1717+1818+Now it uses a beautiful new design with Tailwind. This makes it look similar to our other tools so you know where to look.
1919+2020+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.
2121+2222+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.
2323+2424+Try tclip today, your tailnet will love it. See the pinned comment to find out how.