Marc R. Hoffmann

@marcandsweep
1 Followers
65 Following
35 Posts

Java & Railroads @ mtrail.ch

Side projects: JaCoCo, javaalmanac.io

javabubblehttps://javabubble.org/
JaCoCohttps://jacoco.org/jacoco
The Java Version Almanachttps://javaalmanac.io/

Please stop logging *and* rethrowing exceptions at the same time in #Java. In most cases the same exception will appear twice in the logs:

catch(SomeException e) {
log.error("Error", e);
throw new OtherException(e);
}

You should either (in that order):
* just let it propagate (if unchecked)
* rethrow only (probably wrapped)
* log only (and preferably handle somehow)
* log and throw without wrapping the original (if you want to hide the original exception, e.g. for security reasons)

As we are proving these days, nobody needs Musk or Twitter. The community just needs the community. If it's a strong one, like the #java community, it will just go where it can communicate. Old days we had blogs and Adobe Wave (if you remember), then Twitter, now this. Tomorrow - who knows - we are fluid

Dear UI enthusiasts, any ideas to clean up the table on https://javabubble.io/ a bit especially to allow more social links?

Please comment here or on https://github.com/marchof/javabubble/issues/182

Hey #Java folks, until Elon bans http://JavaBubble.org, please spread the word. Simply go to your settings, look for import, and merge the CSV file. And if you'd like your name in that JavaBubble list, please send a PR.
---
RT @HeinzKabutz
Find interesting #java folks on Mastodon by simply importing the following CSV file https://javabubble.org/api/bubble/following.csv
https://twitter.com/heinzkabutz/status/1603733954426609664
Java Bubble

@grobmeier @marcandsweep it is a super contribution. no need to feel awkward; you identified a need and provided a guide for it 👏🏻.

Marc - with his javabubble.org work - also inspired me to go and code that “Java Bubble” bot 😀

I made a short video how to use JavaBubble.org to get started on Mastodon very quickly by importing lots of #java folks to your following list.

https://youtu.be/3OnwXpbibIc

It's also my video premiere, so... :-)

Thanks @marcandsweep for the list and the work - it helped me a lot.

#TwitterMigration #opensource

How to use JavaBubble.org to follow #Java people on Mastodon quickly

YouTube
Find interesting #java folks on Mastodon by simply importing the following CSV file https://javabubble.org/api/bubble/following.csv

#OpenJDK 21 development has just started. Download of 21-ea+1 is already available.

https://javaalmanac.io

The Java Version Almanac

Systematic collection of information about the history and the future of Java.

The Java Version Almanac

Welcome to the #JavaBubble @christhalinger 👋

https://javabubble.org/

Java Bubble

Today I rediscovered the Java Version Almanach by @marcandsweep.

In-depth comparison of all Java version from 1.0 to 20, their features and APIs

https://javaalmanac.io/

#Java

The Java Version Almanac

Systematic collection of information about the history and the future of Java.

The Java Version Almanac