I only post peak content ya feel me 🚀🚀
Xylight
- 1 Post
- 4 Comments
Joined 4 months ago
Cake day: June 9th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I will make sure to post truly funny and intellectual content next time like “windows bad haha”
Xylight@feddit.onlineto Ask Lemmy@lemmy.world•What's the smallest laptop that runs Linux and is actually usable?English12·3 months agoHey, well, the ChatGPT chart shows it, so it must be true!
It might be overkill, but my website xylight.dev is written in Svelte with the framework Sveltekit. I use the
adapter-static
and disabled the client JavaScript withexport const csr = false
in my+layout.ts
.I really like Svelte since it lets me write reusable components really quickly, with very native feeling markup that, once I prerender it, expands into normal HTML.