Java & Railroads @ mtrail.ch
Side projects: JaCoCo, javaalmanac.io, javabubble.social
javabubble | https://javabubble.org/ |
JaCoCo | https://jacoco.org/jacoco |
The Java Version Almanac | https://javaalmanac.io |
GitHub | https://github.com/marchof |
Java & Railroads @ mtrail.ch
Side projects: JaCoCo, javaalmanac.io, javabubble.social
javabubble | https://javabubble.org/ |
JaCoCo | https://jacoco.org/jacoco |
The Java Version Almanac | https://javaalmanac.io |
GitHub | https://github.com/marchof |
And no, these recommendations are not generated by AI, just plain if/else 😆
https://github.com/marchof/java-almanac/blob/master/site/layouts/partials/upgrade.html
Just added update recommendations for every Java release. See section "Should I update?" for example here:
What would be your recommendations?
Today we received a pure AI generated PR in #JaCoCo. While the content is actual impressive it has several flaws.
https://github.com/jacoco/jacoco/pull/1906
My feeling about this is what I added as a comment: "I don't feel like spending my personal free time for other's laziness."
How do you deal with pure AI contributions?
No matter how much Google ask to install "Gemini CLI: your open-source AI agent" for your terminal on macOS, Linux, Unix or other oses, do not install it. Here is a snippet from their policy:
Google collects your prompts, related code, generated output, code edits, related feature usage information, and your feedback to provide, improve, and develop Google products and services and ML technologies.
All your data on disk will be the part of AI training which is privacy nightmare
Why I love #opensource? Many glitches are quickly noted and get fixed. ❤️
https://github.com/marchof/java-almanac/commit/91939aa1c4b0668e33853540bbd27dc40fcd6b33
Last week I posted a puzzler: Which of these are valid variable name?
short euro€;
double world世界;
long wavy﹏;
char bell\u0007;
They all are!!! https://horstmann.com/unblog/2021-05-14/index.html
On Mastodon, I got five votes, none with the correct answer. On LinkedIn, many more, and 40% with the right answer. Come on, Mastodoners...we can do better.