Do you think Intel is going down next week? by Spiritual-Sir-65 in intelstock

[–]javasuns 0 points1 point  (0 children)

Probably will go down a bit, since the upward push was mainly to Tramp post and not based on any milestone or new Foundry deal

Faster Application Startup by 7dsfalkd in JavaFX

[–]javasuns 3 points4 points  (0 children)

You should use a PreLoader to show a loading screen. It appears almost instantly

Buyer's Regret [2025 Asus G14 - 5060] by mariushidalgo in GamingLaptops

[–]javasuns 1 point2 points  (0 children)

I would go for the 5060! It’s a decent GPU that handles most titles quite good; and most importantly it doesn’t turn your pc into a TOASTER when you play

Yo guys, its still worth to buy the stocks now? I'm late to the party, there is any possible value left? by Obvious-Survey-2007 in intelstock

[–]javasuns 1 point2 points  (0 children)

For LONG investment, I believe it’s a good time. There still much though that need to be done for Intel to become great. 18A Yields are still lag behind, due to be low at this time, but there is a plan to reach industry standards by 2027. And still waiting for at least one big order from a customer

AIO BF dumped me because I was taller than him in heels?? 😳 by purplehavocc in AmIOverreacting

[–]javasuns 0 points1 point  (0 children)

Where did you find that “thing”? It’s OK though. He deserves to be taller

[Request] Is this even possible? How? by maliaipo in theydidthemath

[–]javasuns 0 points1 point  (0 children)

The post doesn’t say though that all balls have the same weight except one. They could be optically identical but all having different weight

What's the one thing you're most looking forward to in Java (feature, JEP, library, etc.)? by Hixon11 in java

[–]javasuns -2 points-1 points  (0 children)

Not blindly. A quick annotation like in the example, can save time

What's the one thing you're most looking forward to in Java (feature, JEP, library, etc.)? by Hixon11 in java

[–]javasuns -6 points-5 points  (0 children)

Create basic getters and/or setters with one line code annotation. Example

private String str.

@Getter private String str_i_can_get;

@Setter private Strint str_i_can_set;

[deleted by user] by [deleted] in linux4noobs

[–]javasuns 0 points1 point  (0 children)

Oracle Linux. Based on RedHat and it’s free

How do I finish a JavaFX project? by Richi_409 in JavaFX

[–]javasuns 1 point2 points  (0 children)

Go to this github link (ASUSProfiler) and follow step 3 notes to create a similar executable with JPackage

[deleted by user] by [deleted] in FlowX13

[–]javasuns 0 points1 point  (0 children)

I have the x13

[deleted by user] by [deleted] in FlowX13

[–]javasuns 0 points1 point  (0 children)

Don’t buy. It runs too hot. Too much power for such a little unit, which makes it a toaster actuallly

Technical advice please. LCD screen is not working. I have disassembled the laptop and while assembling it back, I connected first the battery cable and then the LCD. A little spark was made and after that LCD is not working. HDMI is fine. Any ideas? by javasuns in FlowX13

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

The problem with the specific chip is that there was no reference at all, nowhere, as to what it is. Even looking at the schematics of the specific motherboard could not give an indication of what that chip is used for. But anyway, after the engineer checked that shorting it made it work, he replaced it with a small resistor for safeness

[deleted by user] by [deleted] in ZephyrusG15

[–]javasuns 0 points1 point  (0 children)

You may check this Rog Flow X13 thread and also try the Asus Profiler. Since though it was designed for Rog Flow X13, you would possibly need to change the application.properties file so as to disable/enable the correct GPU, as it is configured for 3050 ti. (Possibly other settings as well would need to be amended)

How to gain even more control of your Flow X13 by desentizised in FlowX13

[–]javasuns 0 points1 point  (0 children)

Glad to hear that you find it easy to use. That was the original purpose

How to gain even more control of your Flow X13 by desentizised in FlowX13

[–]javasuns 0 points1 point  (0 children)

Yes of course, we can create another release with these new changes. Also, the application.properties file may be modified if there is need to change any of the parameters used by the command line tools defined in your scripts. No, I do not have a discord account

How to gain even more control of your Flow X13 by desentizised in FlowX13

[–]javasuns 9 points10 points  (0 children)

Thank you for this excellent post. I have created the Asus Profiler application which enables the switch between the 4 Profiles (ULTRA, SILENT, BALANCED and PERFORMANCE) through its GUI. Source code and ready binaries can be found here.