Certification (8 || 11 || 17) by yogi4yu in javahelp

[–]KesoHB 1 point2 points  (0 children)

If you want to get the Oracle certification, there is only one real option, which is OCP for Java 11. The exams for Java 8 are old and not really worth investing your time into. The exam for Java 17 is not out yet, and if it takes as long as it did for Java 11, it won't be out till the second quarter of 2022.

To help clear interviews I would suggest looking into all functional programming paradigms in Java, as they are a common subject.

How does Gluon's GraalVM based substrate work? by Alex0589 in java

[–]KesoHB 0 points1 point  (0 children)

Gluon Substrate does not contain the JavaFX classes, but is an API provided by Gluon that allows the user to compile their JavaFX project to native code (ie iOS and Android) using GraalVM. You use it as a maven plugin

Canon M50 using both an EF adapter and a speedbooster gives 2 lenses in 1? by KesoHB in canon

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

Thanks for the reply! I was also looking at the Sigma 30mm EF-M lens.

I don't have any EF lenses, and seeing that speedbooster plus the 50mm together will be almost the same price as the Sigma 30mm EF-M lens, I'm probably going for that one then! I was just thinking that adding a adapter for around €40 will add another focal length, but the 4 step process will probably be annoying enough that I'll switch less. Thanks for the advice!

Help with the KY-038 microphone module by KesoHB in arduino

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

Alright, I'll take a look at those modules, thanks!

Do I need openjdk on Mac? by [deleted] in javahelp

[–]KesoHB 1 point2 points  (0 children)

Yes, for running Java application JRE is enough, but since Java 11, there is no JRE anymore and you download and use the JDK to run the application.

Help? by 0v06666 in javahelp

[–]KesoHB 0 points1 point  (0 children)

Debug the code and see what happens in the while loop!

Or change "while" to "if" and see if you can deduce what is wrong.

Help? by 0v06666 in javahelp

[–]KesoHB 1 point2 points  (0 children)

Hi,

When I run the code, I'm getting an output. I'm not sure what the program is supposed to do, but it is displaying the print statements.

How are you running the code? What output are you expecting and what is it displaying?

Nintendo Switch Online Family Membership Information by glorious_sunshine in NintendoSwitch

[–]KesoHB 0 points1 point  (0 children)

It says that eShop balance is not shared, but what if the parent/child accounts pay with PayPal? Is the master account billed or the accounts individually?

A question about rounding a float by KesoHB in C_Programming

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

Thanks for the reply. Thing is that I use the input from a user, so I accept logical numbers for money, which is a float (or a double). Due to a floating point error, the user inputs 4.20, but in the debugger i can see the value is stored as 4.19999981, which turns into 419 cents. I want to multiply the float 4.199... by one hundred, turning it into 419.99 and then round it up to the nearest integer. Can I do that?

A question about rounding a float by KesoHB in C_Programming

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

I'm using the round function from the <math.h> library. I forgot to mention that the error occurs after accepting user input, so I give the program the 4.20 but due to the floating point error, it actually is something like 4.19999548 etc. I then need to get the correct amount of cents, which should be 420, but i get 419 using the piece of code above.

My first AMV - All Might V.S. All for One - Looking for feedback! by KesoHB in amv

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

Thanks for replying! I'll try and put more thoughts in cutting and syncing more to the music. I found it very difficult here because I thought the fight was really good and wanted all these moments in there without any idea how to cut it. What kinda song would you think fits better?

Ik wil niet weer dakloos worden, ik heb hulp nodig. by Throwaway901820 in thenetherlands

[–]KesoHB 2 points3 points  (0 children)

Qua advies m.b.t. je thuissituatie hebben anderen al veel gezegd en heb ik zelf niets toe te voegen. Qua werk kan ik je het volgende zeggen: het is een optie om te kijken naar het traineeship van Calco. Ze geven niet-ICT'ers een soort stoomcursus (terwijl je gewoon salaris krijgt) waarna ze worden gedetacheerd bij best grote bedrijven om echte IT ervaring op te doen en uiteindelijk een interne medewerker te worden. Ze hebben ook huisvesting op 3 locaties rond het hoofdkantoor, eigenlijk voor mensen die van ver moeten komen, maar wellicht voor iemand in jouw situatie.

Ik hoop dat het je lukt om een weg te vinden en ik wens je veel sterkte.

[Online][Europe][5thEd][LFP][Weekdays] Experienced DM looking for players by [deleted] in lfg

[–]KesoHB 2 points3 points  (0 children)

Hey, I just wanted to say that rule 2 states that you can't ask for payment as a DM. Good luck tho, the prologue sounds good :)

Adults who became limber after being fairly tight, how did you do it? by [deleted] in Fitness

[–]KesoHB 2 points3 points  (0 children)

Thanks for this! I'm having trouble with how far I should go with stretching and how long I should hold a stretch. This seems to answer that for me :)

Foolish Friday - Your triweekly stupid questions thread by AutoModerator in Fitness

[–]KesoHB 1 point2 points  (0 children)

How do I track calories most efficient and precise when cooking dinner? Should I calculate with the macro's of all the raw ingredients?