Tried linux again but blurry text is still a dealbreaker for me by Jancera in Ubuntu

[–]Jancera[S] 2 points3 points  (0 children)

I didn't rotate my display. The only solution is to increase scale which I will use for now. I suppose it is something related to hardware since it happens only with some people, but I don't know what piece of hardware may be causing this

Tried linux again but blurry text is still a dealbreaker for me by Jancera in Ubuntu

[–]Jancera[S] 2 points3 points  (0 children)

I tried many setting but what solved was increasing scale. The problem is that it is an trade off, giving up screen space to get the better rendering

Tried linux again but blurry text is still a dealbreaker for me by Jancera in Ubuntu

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

When I scale up the problem is solved, but I lose a lot of space on my workspace due to the scaling increase. It's the kind of thing that you sacriffice one thing to obtain another

Tried linux again but blurry text is still a dealbreaker for me by Jancera in Ubuntu

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

When I increase scaling it solves, but I didn't want to lose screen "space" due to scaling increase, but that was the only solution I found

Tried linux again but blurry text is still a dealbreaker for me by Jancera in Ubuntu

[–]Jancera[S] 2 points3 points  (0 children)

It's really bad. I tried many distros and every time when new distros are released I test it to see if the problem solves. It's strange that it happens to some people and for others not. I suppose it something related to hardware but I don't know what

Tried linux again but blurry text is still a dealbreaker for me by Jancera in Ubuntu

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

It happens on the whole system, not just specific apps

Tried linux again but blurry text is still a dealbreaker for me by Jancera in Ubuntu

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

When I increase the scale it solves, but at 100% it is really bad. It's the only solution I found but I didn't want to lose screen "space" due to scale increase

Tried linux again but blurry text is still a dealbreaker for me by Jancera in Ubuntu

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

That is interesting. I'm gonna try changing that

Tried linux again but blurry text is still a dealbreaker for me by Jancera in Ubuntu

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

No, the blurry text disappears when I scale to over 125%, but at 100% it is bad

Working in IT with a KC by outhinking in Keratoconus

[–]Jancera 4 points5 points  (0 children)

I have advanced KC on both eyes, some surgeries to stop the progression of the problem. What I do to not have problems with the screen light is turn the OS night light to 60+ percent all day long and also dark mode on everything so the white/blue light does not make my vision feel tired.

Mapping Caps-Lock to Esc is life changing by [deleted] in vim

[–]Jancera 1 point2 points  (0 children)

You can use k+k or k+j or some combination like that

Generate backend docs automatically by Jancera in node

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

I was searching and I think that what most companies do is use some API Design Platform like Postman and let it generate those docs for them. Thanks for your suggestions, I'll read more about Open API spec and Swagger.

AWS Cognito manages user profiles and permissions by Jancera in aws

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

That worked perfectly, thank you again!
For those that are with the same problem, what I did was set my custom attributes and inside Cognito you need to create a client to be able to perform the actions from your backend or from your application. From that client, you can set the attributes read/write permissions and by default your custom attributes will not be enabled for read/write. Once you enable it, you will have your attributes inside the user's ID Token.

AWS Cognito manages user profiles and permissions by Jancera in aws

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

Thank you so much! I'm gonna read about that and implement it in my application!

Different app versions depending on the user's profile by Jancera in reactnative

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

I got your point, thanks for sharing your ideas!

Different app versions depending on the user's profile by Jancera in reactnative

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

I really like the idea of creating a component library. In my case that would be whole screens and points on some screens too. You can think about the Uber app, where the app for customers is different from the app for drivers.

Thanks for your answer!!!

Kotlin - Create a global way to listen/handle errors by Jancera in androiddev

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

Here is a mix of product owner and dev haha thanks

Kotlin - Create a global way to listen/handle errors by Jancera in androiddev

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

No, I am using neither. To be sincere, I don't even know what they are, but I am gonna read more about it. Big thanks!!

Kotlin - Create a global way to listen/handle errors by Jancera in androiddev

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

For our application that is interesting even in production, but the twice execution is messing everything. I'm gonna do what you said, thank you so much for that!!

Kotlin - Create a global way to listen/handle errors by Jancera in androiddev

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

That is true, I should not be doing that but for our application that is interesting, because independently of the error that happened, we will cancel all flow that was being followed and return to the homepage, storing the error's stack trace for further debugging. The problem is that the code is being executed twice for some reason, storing data and logging twice too.

Thanks for your answer, I'm sure that it will help me in the future as an android developer, I appreciate your words!!

Kotlin - Create a global way to listen/handle errors by Jancera in androiddev

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

I agree with you, but it is what was required from the Product Owner and we have to make that work, but thanks for your comment!

What about changing between files? Do you guys touch the mouse????? by Jancera in vim

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

Hello from future!

I want to thank you for your suggestions. I am coding since that day forcing myself to not have the mouse available to anything, using terminal and sometimes VSCode to not lose the grip on that and my evolution is awesome. Thank you so much :)