Josh Nussbaum
@joshnuss.com
710 followers 98 following 530 posts
Just an ape riding a rotating rock through outer space. Software developer 🇨🇦 Building sveltestripe.com, airbadge.dev
Posts Media Videos Starter Packs
joshnuss.com
I see, it sounds like you're having success with it, and it's saving you a lot of time.

I guess my experience is different
joshnuss.com
Do you find the code they generate is accurate and useful?

Do find that the overall time spent writing prompts, correcting errors, re-writing prompts is faster than learning and solving yourself?
joshnuss.com
uhh, that's not very nice that treated you like that.

Good places to work are hard to find.
joshnuss.com
😅 hopefully the crypto scammers go from "block chains" to "cell block in chains"
joshnuss.com
Text splitting animation with Animate.js:

svelte.dev/playground/1...
joshnuss.com
Welcome Ilja,

Thanks for sharing it 🙏
joshnuss.com
Looks like a useful template!

You definitely could use content-collections to handle the blog portion.

content-collections works great for SSG sites (and SSR and CSR too)
joshnuss.com
I think it should work well with Svead or SvelteSeo
joshnuss.com
Oh wow, installation is fast too 🚄

Hearing so many good things about Omarchy
joshnuss.com
Correct, mostly just vanilla CSS with open-props.
joshnuss.com
and it works perfectly with Animotion!

It looks just like an editor, but it's actually html & css and fully animatable
joshnuss.com
Built some window widgets for an upcoming video.

Code: svelte.dev/playground/7...
joshnuss.com
Built a simple animated theme switcher with Svelte

Code: svelte.dev/playground/a...
Reposted by Josh Nussbaum
joshnuss.com
New Video: Build custom Neovim workflows ✨
youtu.be/F6glb6L7A_U

With some SvelteKit examples:

- Creating routes
- Loading a snippet when file created
- Switching between related files
Build custom Neovim workflows with vim.ui
YouTube video by Josh Nussbaum
youtu.be
joshnuss.com
Thanks Shivani, glad you liked it 😊

Customizing neovim can feel a little tricky, but once you start playing around, it's actually pretty straightforward. Lots of examples out there and it has good docs.

Here's the code if you wanna try it:

gist.github.com/joshnuss/ad4...
Custom Neovim workflows using vim.ui
Custom Neovim workflows using vim.ui. GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
joshnuss.com
New Video: Build custom Neovim workflows ✨
youtu.be/F6glb6L7A_U

With some SvelteKit examples:

- Creating routes
- Loading a snippet when file created
- Switching between related files
Build custom Neovim workflows with vim.ui
YouTube video by Josh Nussbaum
youtu.be
joshnuss.com
Question:

Do you prefer coding videos with graphics and slides?
Or just someone typing in their editor?
joshnuss.com
@allandeutsch.com @flotes-dev.bsky.social I plan to record a YouTube video about how to build stuff like this and I'll link to the code and snippets. Stay tuned 😊
joshnuss.com
Built some default templates for Svelte in Neovim ✨
joshnuss.com
At the local electronics store today, they said the open hardware project "OpenBuilds" has shut down due to Trump tariffs:

builds.openbuilds.com/threads/open...

Bummer, cause it was such a cool project.
joshnuss.com
I was thinking to use snippets or something like vim-projectionist for the content.

Because the default content of a file depends on the location and file name, for example src/routes/**/+page.svelte src/routes/**/+layout.svelte src/lib/**/*.svelte would each have different default template