Profile avatar
jovianmoon.io
having fun building things on the internet and sometimes writing about it: 🔗 https://jovianmoon.io
356 posts 158 followers 330 following
Regular Contributor
Active Commenter

26 miles (41 km) on the bike today.

I still type kit. in the browser address bar to try and get to the sveltekit docs 😭

Me building my first full website using tailwind: - the color system is nice - quickly applying things like flex align-center is really nice - the padding / margin units are nice - trying to figure out how to make the classes in the markup more readable.. how do you live like this?

Anyone else using Better-auth with Svelte Kit? I'm setting up a new project with it and it keeps impressing me.. not only does it have a method for everything I've needed, it accomplishes it in just a few lines of code.

Ok... Better Auth is pretty slick.

Question for web developers: What is your preferred way to record / produce videos showcasing websites on a mobile display? I have Screen Studio on a macbook but don't have an iPhone, so I end up using dev tools to emulate the mobile display - it's clunky. Any suggestions? #webdev #mobile

I only own 30 domains. Rookie numbers. Gotta get those numbers up!

Built a small Svelte component that converts Elgato Timestamp logs to YouTube chapter format. Solving my own problem of never adding chapters to archived streams because manual work is tedious. jovianmoon.io/posts/automa... Put everything in a blog post with instructions on how to set up the flow.

Exploring Tailwind and Bits UI. I have resisted tailwind for years. Maybe using it with a component framework will make it make more practical?

Just got a package of goodies from JetKVM (2x +other goodies) Very excited to dig into these bad boys

1st audiobook on Audible: Great! Awesome experience, excited for book 2. 2nd audiobook: Probably great content but HORRIFIC audio quality. How does something with 68K ratings sound like it was recorded with a tin can & wire?

I have a very faithful contributor to my weekly art challenge from Nigeria and I just got a message that they haven't been able to upload for the last few weeks due to network provider changes in their city. This will be an interesting challenge.

Just published an update to the Neovim Svelte Check plugin, ran into some issues where it would fail on certain outputs.. that should be fixed now! github.com/nvim-svelte/...

New blog post: Self-hosting Umami Analytics on a Raspberry Pi with Cloudflare tunnels. A simple weekend project that saves me ~$230/year and runs on hardware I already had. jovianmoon.io/posts/self-h...

Having rolled my own oAuth before, getting oAuth working with pocketbase in ~10 lines of code was a 🤯 moment.