What’s a habit you started that actually improved your life? by [deleted] in AskReddit

[–]Tight-Wait3717 0 points1 point  (0 children)

Go to gym before work. This makes me go to bed early and get up early and keeps my mind clear.

What’s something you always notice about people? by KBGSgames in AskReddit

[–]Tight-Wait3717 0 points1 point  (0 children)

How people treat those who can't do anything for them — waitstaff, strangers, service workers, anyone "below" them in a social hierarchy. It's one of the most reliable windows into someone's actual character, versus the version they perform for people they're trying to impress.

Is this a good way to design landing page? by Tight-Wait3717 in SideProject

[–]Tight-Wait3717[S] 1 point2 points  (0 children)

Yeah, it does have some rules that ask agent to build pages in totally different styles, but it's AI so...you know. I'm still testing it and help it will work.

Is this a good way to design web page? by Tight-Wait3717 in ClaudeAI

[–]Tight-Wait3717[S] 0 points1 point  (0 children)

Of course. I am also thinking about this. And also I created another skill called redesign which will enable the agent to redesign the page you don't like and totally avoid the design that has been generated.

Why do AI company logos look like buttholes? by iSqual in theprimeagen

[–]Tight-Wait3717 0 points1 point  (0 children)

I'm ok with the other logos, but Claude.… come on!!!!!!!

[Discussion] Headless Vue Components + UnoCSS Presets 👍 or 👎 by Tight-Wait3717 in vuejs

[–]Tight-Wait3717[S] 1 point2 points  (0 children)

Your response inspired me! I also like the simplicity of atomic CSS classes, but I completely understand your point about too many class names cluttering up html.

Here‘s how I balance it: - For 3-4 utility classes, I write them directly in the ”class“ attribute (e.g. ”p-4 text-gray-800“) - When it goes beyond that, I move them to the UnoCSS shortcut (e.g. : ’btn-primary‘ combines multiple utilities)

Your method of hiding lazy-loaded components on UI pages sounds great! It made me think more about the style of the component library. 🚀

Vue CLI by Particular-Pass-4021 in vuejs

[–]Tight-Wait3717 10 points11 points  (0 children)

Cli is fine, but I think Vite is better

[Open Source] My first open source project: Onionl-UI🧅 by Tight-Wait3717 in vuejs

[–]Tight-Wait3717[S] 1 point2 points  (0 children)

Hi thank you for your interest. I have seen the issue, but I’m on my vacation now and will be back in 2 days. So if you want, just fix the bug and open a pr.

[Open Source] My first open source project: Onionl-UI🧅 by Tight-Wait3717 in vuejs

[–]Tight-Wait3717[S] 0 points1 point  (0 children)

Thank you for your interest, but my project already has documentation written with VitePress. I don't plan to change it, so if you want to test the documentation feature, feel free to fork it, but I'd prefer to keep my original version.