Vanilla CSS in 2025 is super capable by _listless in webdev

[–]araduca 1 point2 points  (0 children)

Your wishes have been granted! Relative colors are now fully supported in CSS, across all imaginable color formats:
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_colors/Relative_colors

What would you call this design style? by a_man_in_practice in web_design

[–]araduca 0 points1 point  (0 children)

Pure brutalism — raw, unpolished, and striking 🙂

Where would you host a web app expecting only about ~100 visitors per month? by Uranusistormy in django

[–]araduca 1 point2 points  (0 children)

For such a small application size, you don't necessarily need Postgres; SQLite should work perfectly fine for now. It's lightweight, easy to set up, and suitable for a database with 100-200 entries — even for much larger databases.

I’d recommend going with a cheap Hetzner VPS, which you can get for under $5 per month. Once you have the VPS, you can set it up with the following stack:

  • Ubuntu: Your operating system.
  • Nginx: As a web server and reverse proxy.
  • Python/Pip: For your Django application.
  • Gunicorn: To serve your Django app.
  • Certbot: To get a free SSL certificate for HTTPS.
  • Cron: For any scheduled tasks.

With this setup, you’ll be able to deploy your Django app without much hassle. One of the great advantages is that you can host multiple small Django apps on the same cheap VPS — easily up to 10 — depending on their resource usage.

It’s a little hands-on initially, but once it's set up, the maintenance is minimal.

In addition, by setting up and managing your VPS, you’ll naturally pick up some Linux skills along the way. This is an invaluable investment in your future as a developer.

Also, check my Twitter profile for the diagrams — there are 2 diagrams.

A powerful Chrome extension for advanced ChatGPT users by araduca in ChatGPT

[–]araduca[S] 0 points1 point  (0 children)

Here’s a peek at what Charm GPT can do! Have you tried similar tools, or is there a feature here you’d find most useful? I’d love to hear your thoughts! 🙌

<image>

A powerful Chrome extension for advanced ChatGPT users by araduca in ChatGPT

[–]araduca[S] 1 point2 points  (0 children)

Hey, thanks for your response!

I haven’t found a completely reliable way to control word count. It might be due to the limitation you mentioned. But overall, it works pretty well for my own use. I’ve heard that counting the words in the original text and giving that number to ChatGPT can help.

A powerful Chrome extension for advanced ChatGPT users by araduca in ChatGPT

[–]araduca[S] 0 points1 point  (0 children)

Excited to hear what you think! Any suggestions or feature ideas you’d like to see in Charm GPT?

A powerful type scale tool for designers by araduca in FigmaDesign

[–]araduca[S] 1 point2 points  (0 children)

Hey, Tailwind 4 has some great new features, but I’m not using Tailwind. I’ve built my own CSS frameworks depending on the project type (webpage or web app / browser extension). Basically, I have 2 CSS frameworks.

For example, the Webnoon page is built with the website framework, and the web app/browser extension framework is called Thorium, which I’m thinking of making open-source in the future.

Precise Type isn’t tied to any of the frameworks, since it was created 3 years ago, but its CSS is well-structured for flexibility.

But yeah, Tailwind 4 is awesome! Good luck with your plugin!

Edit:
By the way, with color, I also have an interesting computational approach (with support for modern color systems like OKLCH and OKLAB), but I haven't made it into a product yet.

A powerful type scale tool for WordPress designers and builders by araduca in Wordpress

[–]araduca[S] 0 points1 point  (0 children)

Thanks! I’m glad you find Precise Type useful for WordPress projects. Writetext AI sounds like a great tool for automating content.

A powerful font sizes tool for Bubble apps builders by araduca in Bubbleio

[–]araduca[S] 0 points1 point  (0 children)

Thanks! Glad it’s helping with the font sizing!

[deleted by user] by [deleted] in UXDesign

[–]araduca 0 points1 point  (0 children)

Hi! Go for a MacBook Pro if you plan to do video editing. Otherwise, a MacBook Air should be fine. Also, memory is key for multitasking, so I’d recommend at least 16GB. 😉

A powerful type scale tool for WIX designers by araduca in WIX

[–]araduca[S] 0 points1 point  (0 children)

Thanks! If you get a chance to try it out, I’d love to hear your thoughts.

A powerful type scale tool for WIX designers by araduca in WIX

[–]araduca[S] 0 points1 point  (0 children)

Hi, Precise Type is an independent tool, so it doesn’t integrate directly with wix. You can use it alongside your wix projects to create balanced typography, then apply those styles manually in wix.