You are viewing the thread of a single comment from: Things I'm working on

I'm not sure I ever want to host anything to be honest. When I worked at a certain social media company, we had to build a whole system that allowed moderators to quarantine and archive illegal materials for the FBI. As long as I'm not hosting anything, I don't think I can be held liable for anything anyone posts here, which is great, because I don't feel like babysitting (or even moderating for that matter).

I did try Tailwind, but writing my own CSS ended up being way less annoying. It might be because I'm stupid, but I wasn't able to get tailwind (or any of the popular CSS frameworks) to generate a stylesheet anywhere near as small as what I could do myself. Plus it's making me learn modern CSS!

When I worked at a certain social media company, we had to build a whole system that allowed moderators to quarantine and archive illegal materials for the FBI.

Been there, done that. Just enqueue them and wait on a response from hive et al. Or just build some AI image generator.

Tailwind is a game changer and the concept isn't even necessarily new. It's just re-usable utility classes, and fwiw all modern CSS features are supported in Tailwind and if they aren't you can drop down to the metal and write custom styles (either inline, or in your global.css)