The #SingTel mobile plan nobody tells you about: Protect Plan monthly, 5gb 5G, 100min talk. S$4.90
Posts by Stephan Wissel
Little thought experiment: on some parts of the German Autobahn there is no speed limit, so I can go 300 km/h (186 mi/h). Since I’m German I’m allowed to do that on a US freeway too, no? #freedomofspeech
What happens when the vendor of a no-neutral-wire-required smart switch underspecs the capacitor #iot #smarthome
Does the #Google gSuite support the #wopi protocol or is that limited to #LibreOffice #Collabera and #o365 ?
When you let a #SOAP architect design a #REST service, you get something like the #WOPI protocol where a request header determines vastly different actions to be taken #openstandards
HAL-Explorer UI image
f you are interested in #rest, #java, #hal, #halforms, #hypermedia, #hateoas, and #angular, please take a look at my project "HAL Explorer".
See github.com/toedter/hal-...
One of the nice things is that all required lower-level concepts that are needed to achieve PQC are baked into the core JDK.
Java's long-term commitment (whatever is in the JDK will be supported for many years by different vendors) make it a perfect choice for writing code that needs PQC.
Question for #OpenSource #license experts: when you ship a #JavaDoc jar, it contains some JS files that are GPL licensed. Does that impact the all over licensing of your product?
Got a link to pre-order?
They rip it out from your beating chest
TIL: when you create a JavaDoc.jar with the JavaDoc command, the resulting jar contains Oracle code licensed under the GPL (even when you don’t use the Oracle #jdk ) I had to cpr legal when they saw it. #Java
Luckily there is #jetbrains dokka command as a drop-in replacement Apache-2.0 licensed
✅ Cover design done! Alhamdulillah!
A hive of fresh Java concurrency insights—buzzing your way soon!
Uuugh
Elevator manufacturers calculate an average of 64kg per passenger when indicating passenger count.
I have news for them 🤪
Ist there a better CLI to create #Java projects with #Maven than `mvn archetype:generate`?
Asking for a friend
If you told rail company they shouldn't spend money on train maintenance, they'd tell you would kill the business (and people). Software is the same, executives just need to get that through the head. www.forrester.com/blogs/the-pr...
(Try -> fail -> recover) *n => succeed
Kopf hoch, Füße hoch
This is The Way!
There are two ways to write bug free software. Only the third one works.
Cat
I‘m watching you
The secret to always having fun is to be VERY flexible in your definition of fun!
Look what came. Author copies of "Real-World Java: Helping You Navigate the Java Ecosystem". For those who know Java, but not the whole ecosystem. Students. People transferring from another language/haven't worked with Java in years/on legacy projects. Check it out: www.amazon.com/Real-World-J...
What #AI or #ML system would you use to train on #IoT data to maximise #smartfarm output? Asking for a friend
TIL to make links embedded in #svg you need xlink:href and need to add the svg as object, not as img, to your #html page
Fancy list of colleague nicknames from @economist.com
“wheelbarrow” (only works when pushed), “broken arrow” (doesn’t work but can’t get fired) and “deck chair” (always folds under pressure)
The business of nicknames
www.economist.com/business/202...
I see, this allows to use the builder to create completely new records too. Could be modified for fields that don’t have a predictable default value. Nice one
Derived #Java record creation using a builder wissel.net/blog/2024/12...