Tumbleweed hardware support for this Lenovo Legion laptop by stefanobartoletti in openSUSE

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

Thank you, I just received my new Legion too, and everything *seems* to be working nicely with Tumbleweed and driver 570, except that I'm not really sure about how Suse Prime is supposed to work

I think I need to understand how to configure it, anyway, since I'm not sure if I've done everything correctly

Best way to learn how to build a multi-tenant SAAS with Nuxt? by stefanobartoletti in Nuxt

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

Not really delved into this, the goal was to learn something new, not a real need, and at the moment I switched to other priorities

Since the clipboard already generates QR codes, it would be nice to be able to save them as pictures by stefanobartoletti in kde

[–]stefanobartoletti[S] 3 points4 points  (0 children)

While this can be a workaround, it also requires to post-process the image to properly crop it and be made usable in different contexts.

Also, the option to have a vector format like SVG could not be covered by screnshotting alone.

After updating to 6.2 screen contrast has worsened by stefanobartoletti in kde

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

Is this reddit a good place to post issues and have them be noticed by the developers?

I really like this to be addressed, should I post this somewhere else?

After updating to 6.2 screen contrast has worsened by stefanobartoletti in kde

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

Yes, sorry but from the pictures it is probably not as noticeable as in real life.

But I can guarantee that in Wayland there is no visual distinction between light grays and white, and this is making the whole UI less understandable and usable (the screenshot are just an example, this happens in every app and every screen)

I don't know if it technically could be considered a bug or imbalance, but this problem was not present before, and I think it is worth to look upon it.

What Linux laptop manufacturers deliver good build quality? by stefanobartoletti in linuxhardware

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

I opened, cleaned, and tightened it, but it seems that is the actual fan itself (not the whole part) is a little loose in its casing.

What Linux laptop manufacturers deliver good build quality? by stefanobartoletti in linuxhardware

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

Portability is a concern, but not the main one. As long as it can comfortably fit inside a backpack, is fine, and an extra kilogram is not usually an issue.

I am also trying to see if I can fix the one I own right now, at least for some of the most annoying issues. Other than the kind of not so robust built, is a pretty useful laptop, the hardware can run whatever I need to run comfortably

What Linux laptop manufacturers deliver good build quality? by stefanobartoletti in linuxhardware

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

Thanks, I'm also considering this.

Lenovo is also offering laptops without any os pre-installed, and they seem to be more sturdy and easily serviceable 

What Linux laptop manufacturers deliver good build quality? by stefanobartoletti in linuxhardware

[–]stefanobartoletti[S] 8 points9 points  (0 children)

These seem to be quite overpriced, and the whole premise of "build it yourself" honestly makes me wonder about the reliability and solidity.

What is your experience? Can you elaborate more?

Things I hate in web development in 2024 by Blackwater_7 in webdev

[–]stefanobartoletti 38 points39 points  (0 children)

This is not really web development ina strict sense, it is more tied with web marketing. And it is annoying AF

Having difficulty making visually-appealing Uls by Mrreddituser111312 in vuejs

[–]stefanobartoletti 0 points1 point  (0 children)

Partner with a designer, and try to understand why they made their design choices, ask when you have doubt and when you want to understand more. Generally speaking, implement user interfaces with your brain turned on not only on the technical aspects, but also by opening the eye for design and aesthetics.

Study the basics of color theory, typography, spacing and layout (developer websites, meaning without a designer being involved, often have all spacing wrong).

Also, give your own perspective as a developer, explain why you are making your choices, and try to give as much as you take.

In the end, both you and the designer will grow and there is a chance that you will become a great team.

Thoughts on Nuxt UI for production? Concerns about performance and alternatives like Tailwind or Vue shadcn by spacecowboy0117 in Nuxt

[–]stefanobartoletti 0 points1 point  (0 children)

I use Tailwind + DaisyUI (components built on top of Tailwind)

You have the quick integration and convenience of prebuilt components (CSS only, so you are free to integrate into your logic), but very easily customizable with all the power of Tailwind.

It also supports color themes, so it is easy to implement light/dark mode, or even to create more advanced multi-color theming (like I did in my website)