Today, on March 18, Oracle should release the new #Java24 / #JDK24!
I’ll also have to update my well-known “Java Versions Cheat Sheet” (https://bit.ly/andbin-jvcs), and I’ll do it in the afternoon/evening when all new resources will be live and working.
Today, I published a new #shader on #Shadertoy. The code is very short, but the result is nice since I also carefully chose a pleasant color palette!
https://www.shadertoy.com/view/WffXR4
27.2.2025 19:38Today, I published a new #shader on #Shadertoy. The code is very short, but the result is nice since I also carefully chose a pleasant color...We are almost getting close to the release of #Java24, which will be on March 18! Two interesting (and awaited) finalized features are the Class-File API (https://openjdk.org/jeps/484) and Stream Gatherers (https://openjdk.org/jeps/485). Many other new features are still in the experimental/preview/incubator stage.
In the last year, I was so busy with work that I hadn’t time to “play” with new Java features. But Java 24 could be a good version for me to try these new features!
27.2.2025 17:34We are almost getting close to the release of #Java24, which will be on March 18! Two interesting (and awaited) finalized features are the...Yesterday, I published a new #shader on #Shadertoy. It’s a sort of animated “smoke cloud”.
https://www.shadertoy.com/view/wcS3Dc
26.2.2025 17:47Yesterday, I published a new #shader on #Shadertoy. It’s a sort of animated “smoke cloud”.https://www.shadertoy.com/view/wcS3Dc#glsl...Hi, recently, I started studying and developing simple #GLSL #shaders, “fragment shaders”, to be precise. I discovered there are various little platforms like https://www.shadertoy.com but also the less-known https://oneshader.net (and even https://editor.thebookofshaders.com) where it’s possible to develop and share “toy” shaders without the need to have ultra-advanced skills on OpenGL, WebGL, etc.
Developing these shaders is a fun (really entertaining!) activity that nicely combines #programming, #math, and #graphics. I have already made some shaders on Shadertoy, which you can see here:
➡️ https://www.shadertoy.com/user/andbin
At this time, I am unable to develop very sophisticated/stunning shaders. Anyway, my actual shaders seem nice and pleasant. Feel free to comment here (or on Shadertoy) if you like my shaders. Clearly, I am still at the beginning! Thanks.
#shader #shaderart #shadertoy #digitalart
22.2.2025 18:07Hi, recently, I started studying and developing simple #GLSL #shaders, “fragment shaders”, to be precise. I discovered there are various...Hi! I had quite forgotten to have my account here, so I haven’t posted anything for a long time. I’m sorry. This year, I will try to post much more interesting/valuable content! And I also want to thank those who started following me. 😊
20.2.2025 17:53Hi! I had quite forgotten to have my account here, so I haven’t posted anything for a long time. I’m sorry. This year, I will try to...Hi, a few days ago, I published an article about how to build “executable” JAR files with Apache Maven. The article provides a good and comprehensive description of all the various steps and is appropriate for command-line or GUI applications. I haven’t offered a complete project as an example, but I may do it in the future.
https://andbin.dev/java/building-executable-jar-files-with-maven
1.5.2024 16:56Hi, a few days ago, I published an article about how to build “executable” JAR files with Apache Maven. The article provides a good and...Hi! After a long time, I’m back here. In the last weeks, I made several improvements to my #Java Versions #CheatSheet, https://andbin.github.io/java-versions-cheat-sheet/ .
Now, it’s updated to the latest Java versions, plus some tweaks at the styling level.
22.4.2024 16:55Hi! After a long time, I’m back here. In the last weeks, I made several improvements to my #Java Versions #CheatSheet,...I published an article about the new factory methods in map collections since JDK 19 a few days ago. It’s a short article I wrote mainly as a reminder for other developers (and also for me).
https://andbin.dev/java/map-factory-methods-jdk-19
2.12.2023 15:18I published an article about the new factory methods in map collections since JDK 19 a few days ago. It’s a short article I wrote mainly...In the last week, I started studying a bit of Groovy lang. I don’t have any specific book at my disposal. However, since I have an excellent and “crystal-clear” knowledge of the Java language, I think that, at least for me, it will be sufficient to read the Groovy Language Documentation (which is very readable, as far as I can see) and related API docs. Plus lots of exercise. 😉
Do you agree with this? Have you had a similar experience?
Hi! #Java developers, check out my new article, “String building and formatting in Java”. It is a good overview of all the features to build/format strings. The article is intended for beginners but, of course, can also be used as a recap for seasoned developers.
https://andbin.dev/java/string-building-and-formatting
3.11.2023 17:42Hi! #Java developers, check out my new article, “String building and formatting in Java”. It is a good overview of all the features to...My family bought a new smart TV for the kitchen last week. Initially, I had problems configuring the TV since the Wi-Fi connection didn't work immediately. After many minutes of thinking about what was going wrong, I finally solved the mystery. Time ago, I switched our Wi-Fi security from "WPA+WPA2" to "WPA2 only". The TV successfully connected to the Wi-Fi after I restored the "WPA+WPA2" setting. 😞
💡 So, a reminder for other users: if your brand new TV (or other appliance) doesn't connect to your Wi-Fi (even with the correct password), check immediately the Wi-Fi security settings, particularly the WPA vs WPA2 issue. 😉
And note, check this preferably *before* purchasing. 😉 😉
#wifi #smarttv #networking
https://andbin.dev/java/hypothetical-mapstream
Hi! A few months ago, I wrote an article about a new hypothetical mapStream method for the Java Stream API. To date, I have not received any kind of feedback. So, I am writing here hoping to receive some feedback in the future. 😉 Thanks.
#java