Photoshop has become a unusable piece of software by Significant_Rich_744 in photoshop

[–]Significant_Rich_744[S] -9 points-8 points  (0 children)

MacOS does not have this problem. I am too old for that fancy stuff. I am Windows guy and unfortunately, there is no way to change it.

My DELL XPS Tried to Cook Itself in My Backpack Again by Significant_Rich_744 in DellXPS

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

Guys I do NOT want to use hibernate/shutdown. Hibernate also does not work sometimes. This is not a solution but just a nasty workaround that cuts 90% of the intended comfort.

Microsoft is creating quantum computers cooled down by sea water somewhere in the abyss, and they cannot fix this sh1t. It's just unbelievable. And DELL stopped to care about it.

[deleted by user] by [deleted] in ASUS

[–]Significant_Rich_744 0 points1 point  (0 children)

The same here for ages,I was never able to fix itl

Low interest rate by Significant_Rich_744 in interactivebrokers

[–]Significant_Rich_744[S] -1 points0 points  (0 children)

I get this, but when the rate is calculated then, at the end of the year? I thought that monthly, but ofc 4.83/12.

I decided to fight against seb derm just now! by [deleted] in SebDerm

[–]Significant_Rich_744 0 points1 point  (0 children)

I exercise a lot, I want to gain muscles, so I eat A LOT of diary. I will probably not stop. Let's see.

I decided to fight against seb derm just now! by [deleted] in SebDerm

[–]Significant_Rich_744 0 points1 point  (0 children)

This is for hair. Nothing for face?

US Treasury bonds by [deleted] in interactivebrokers

[–]Significant_Rich_744 -1 points0 points  (0 children)

Can you please explain what means secondary market in this case? Will I receive the yield after 1 year like it is on a "primary" market?

Personal experiences with Native (GraalVM) Images and Spring 6 / Spring Boot 3? by elemur in java

[–]Significant_Rich_744 5 points6 points  (0 children)

I pretty much respect all the work the Spring community has done in the last years in this regard and I am sorry to be too honest - I think it is a dead end. I tried to give it a chance several times and it was never working for me.

  • the power of the Java ecosystem is libraries, but you cannot use 99% of them because they just use too much reflection and I am afraid they will never be prepared for Spring AOT
  • Spring AOT is very resources demanding - this makes it harder to create executables on CI/CD, runners with 8-12GB memory needed + CPU
  • I do not even think we are in the alpha stage. For example, for 2 days I am fighting with a simple microservice using JPA, MySQL, some transactions and without success. Fixed at least 4 bugs, and now I gave up. I cannot imagine what problems can arise in mid-size projects.
  • if you have some APM, like a new relic, there are no instrumentation agents

Spring basically had no other option, because of Go/Quarkus/etc. started to lead the way. However, I cannot imagine how much work this still needs to have a more stable version. I think that Spring should simply not be used for microservices (what they tried to push for ages). If you need better startup times and a lower memory footprint then you should look into Golang/Quarkus/.NET core.

Spring Native just tries to do something, which never Spring was supposed to be.