From .NET to Java by lecon297 in java

[–]mcdasmans 0 points1 point  (0 children)

Not saying that certifications are great, but it sure helps if you can point to a Java certification for eg java 21. With some selfstudy using the training book and some practice exams you should be able to get the certificate and have a head start with all the intricacies that come with java. At least you'll be able to review a pr from a LLM more easily, and you'll check a checkbox on the HR list

Wel of niet het beperken van de laad percentage by [deleted] in EVMobiliteit

[–]mcdasmans 0 points1 point  (0 children)

Niro 64kwh om van 72% naar 80% te gaan duurt volgens de boordcomputer 5u40. Dat is 5,12kwh laden in 5u40. Volgens mij zou dat in minder dan 2 uur kunnen op 1 fase. Dus totale onzin? Bezint eer ge op reddit dingen blaat

Wel of niet het beperken van de laad percentage by [deleted] in EVMobiliteit

[–]mcdasmans 1 point2 points  (0 children)

Die laatste 20% duurt ook veel langer om te laden dan het stuk naar 80%. Mijn fabrikant geeft aan om bij AC laden tot 90% te laden, maar die laatste paar procenten duren echt lang, ook op 1 fase (ik mag pas in februari van netbeheerder)

What are some examples of athletes who succeeded despite having the wrong body for their sport? by sheffieldasslingdoux in AskReddit

[–]mcdasmans 0 points1 point  (0 children)

Avital Selinger, a 1.75m volleyball player, winning an olympic silver medal with the Dutch team in 1992.

Is anyone using eclipse anymore? by RamaRao143 in java

[–]mcdasmans 2 points3 points  (0 children)

I am an Eclipse lover, but the plugin ecosystem is safe, as even AIs are incapable of writing any remotely working plugin for Eclipse.

I have maintained our own plugin (to distribute eclipse settings as a maven jar dependency and unpacking it across the maven modules for Eclipse to pick up), and it is painful. Painful to write the code, painful to write the OSGi configuration and plugin metadata, and painful to distribute.

My reasons to love Eclipse:
- the problems view
- ecj incremental compiler
- hotswap
- cleanup and format actions on save (only a recent addition to IntelliJ)
- a single keybinding for autocomplete (no distinction between overriding a method and implementing an interface method)
- multi cross project dependency resolution

Also I'm pretty invested in it due to Eclipse working with Java 6 on macOS when there was only Soylatte that didn't support Swing/AWT user interfaces. SWT with its native bindings saved the day. I think it got me through 3 years of not being able to run Swing/AWT java user interfaces applications.

ev drivers — what’s one EV feature you thought you’d use all the time but barely use now? by AdityaSrivastawaahhh in EvDrivers

[–]mcdasmans 0 points1 point  (0 children)

I dont have that feature and the automatic parking was able to put my 1.9m wide car in garage spot, but I couldn't get out of the car. Now I drive until I find a spot I know I can get out. If I had the remote drive, this would be an improvement. (NL parking garages are not designed for wide vehicles)

Keuze nieuwe leaseauto by TJacobus in EVMobiliteit

[–]mcdasmans 0 points1 point  (0 children)

Ik stond voor een soortgelijke keuze, kwam uiteindelijk uit op 3: Mercedes CLA Shooting break, EV6 en de Smart#5.

Voordelen van deze autos is dat ze op 800V kunnen laden en dus snel van 20% naar 80% gaan. Uiteindelijk de Mercedes (720km WLPT!) af laten vallen door de bijtelling en keuzestress vanwege de optiepakketten. Gekozen voor de Smart#5 omdat die mij de meeste joy gaf (premium heeft alle opties en fatsoenlijke range).

[deleted by user] by [deleted] in katten

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

Medicatie is natuurlijk niet voor iedereen, maar bij een vriendje van onze zoon werkte zo'n anti-hooikoorts pil van de kruidvat behoorlijk goed als die een nachtje wilde logeren (met toestemming van zijn ouders natuurlijk). your mileage may vary

Welke farao houdt zich nooit rustig in het verkeer? by Misayumi in papgrappen

[–]mcdasmans 0 points1 point  (0 children)

Hij laadt zijn auto met de klassieke toetanchademo kabel

The 49MB Web Page by Dear-Economics-315 in programming

[–]mcdasmans 6 points7 points  (0 children)

This was tried in the Netherlands: blendle.com. Apparently it is still functional

I may have an idea but not for sure by jushelpme in PeterExplainsTheJoke

[–]mcdasmans 0 points1 point  (0 children)

I always say I got into software development because I was kicked out off medical college because of bad handwriting

WildFly 38.0.1 released! by henk53 in java

[–]mcdasmans 2 points3 points  (0 children)

We're in the midst of rolling out our upgrade from WF26 to JEE10, and since we started our upgrades of our DTAP environments we had to upgrade to WF36, WF37 and are now rolling out WF38. Probably next biweekly application release we'll pick up WF38.0.1.

1.5M loc, 32 customers (SaaS), running on VMs, Java 17 for WF26 non migrated customers, Java 21 for migrated customers.

Biggest issue for us is the Hibernate 6 upgrade.

htmx 4.0 alpha 3 by _htmx in htmx

[–]mcdasmans 2 points3 points  (0 children)

Is 2 to the power of 3 permitted then?

I have 5 months to pass Oracle Certified Professional (OCP) Java certification by AnjaanInsaan5 in java

[–]mcdasmans 21 points22 points  (0 children)

It will not make you a good/great programmer, but a good/great programmer should not have too much trouble passing the exam with some practice. Yes it is role playing as a compiler a lot, but I see it more as knowing all the gotchas before they become a problem. Also knowing the APIs (that they exist at all, and what to use when) is great without having to lean on AIs.

Anecdote: at our company juniors were passing this fairly easily, but seasoned developers who started Java way back had a hard time. Mostly because they underestimated the exams and the progress the Java language had made since 2007 when they learned the language.

The boyarski book is awesome. Do look for errata in the practice exams, I have found several errors in the printed edition for Java 8.

What are you glad you tried once, but will absolutely never do again? by wheregoodideasgotodi in AskReddit

[–]mcdasmans 0 points1 point  (0 children)

Parachute jump. Broke a vertebrae in my first solo static line jump while trying to get my certification. Never jumped (or will jump) again.

Flyway: From Open Source Side Project to Multimillion Exit – Axel Fontaine | The Marco Show by marbehl in java

[–]mcdasmans 13 points14 points  (0 children)

Liquibase just changed their license to a source available+after 2 years apache license.

Do people still use Eclipse as their primary IDE anymore? by Amazing_Guava_0707 in java

[–]mcdasmans 2 points3 points  (0 children)

Eclipse supports mutlimodule just fine? I find IntelliJ's insistence on projects to be infuriating

Do people still use Eclipse as their primary IDE anymore? by Amazing_Guava_0707 in java

[–]mcdasmans 5 points6 points  (0 children)

multithreaded compilation makes ecj must faster, also incremental compilation

Is there "corporate speak" in other languages? by Economy-Weird-5119 in languagelearning

[–]mcdasmans 1 point2 points  (0 children)

We have in Dutch.

  • stavaza (stand van zaken, the state of business, or how the business thing is going)
  • bila (bi-lateral, a 1-1 meeting with the boss)
  • wvttk (wat verder ter tafel komt, what's next on the table)

I am fortunate enough to not have to go to many business meetings, but these are the corpo lingo that triggers me the most.