The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

lume: add videos folder for testing in prod

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso a5be809a 4dbc0b46

+34
+8
lume/src/videos/2023/revali-gale-broken.mdx
··· 1 + --- 2 + title: "Revali's Gale is Broken" 3 + date: 2023-09-24 4 + --- 5 + 6 + <XeblogVideo path="video/2023/shorts/revali-gale" /> 7 + 8 + 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
··· 1 + --- 2 + title: "tclip just got clippier - YouTube Short" 3 + date: 2023-09-30 4 + --- 5 + 6 + <XeblogVideo path="video/2023/tclip-short" /> 7 + 8 + 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). 9 + 10 + ## Script 11 + 12 + Here's what we've been up to with tclip, the best way to share small snippets of text on your tailnet. 13 + 14 + 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. 15 + 16 + We started tclip with a simple design to make it easy to develop. 17 + 18 + Now it uses a beautiful new design with Tailwind. This makes it look similar to our other tools so you know where to look. 19 + 20 + 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. 21 + 22 + 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. 23 + 24 + Try tclip today, your tailnet will love it. See the pinned comment to find out how.
+2
lume/src/videos/_data.yml
··· 1 + layout: blog.njk 2 + type: video