RSS Parrot

BETA

🦜 Synchronous Messages | Stuart Marks on Java, Software Systems, and other topics

@stuartmarks.wordpress.com@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Stuart Marks on Java, Software Systems, and other topics

Your feed and you don't want it here? Just e-mail the birb.

Site URL: stuartmarks.wordpress.com

Feed URL: stuartmarks.wordpress.com/feed

Posts: 10

Followers: 1

Detoxifying the JDK Source Code

Published: December 13, 2024 07:18

There’s been a fair amount of churn through the JDK source code recently, up until Rampdown Phase 1 of JDK 24, which was last week. (RDP1 is similar to what other projects might call “feature freeze.”) A lot of the code changes are from a bunch of people…

The Importance of Writing Stuff Down

Published: February 23, 2023 05:41

I’m watching the latest JEP Café video from my colleague José Paumard, where he talks about the Comparator interface. One of the things you can do with a Comparator is to use it to sort a list: If a class implements the Comparable interface, that means…

Why Write an Empty finalize() Method?

Published: April 28, 2022 02:44

Now that JEP 421 (Deprecate Finalization for Removal) has been delivered in JDK 18, it seems like more people are talking about finalization and how to migrate to alternatives such as Cleaner. I had an interesting Twitter conversation about this with Heinz…

Bill Shannon (1955-2020)

Published: July 3, 2020 04:19

I was saddened to hear news of Bill Shannon’s recent passing. He joined Sun very early, as employee number 11, soon after Sun’s founding in 1982. As far as I know, he was the earliest Sun employee remaining at Oracle. He was an engineering leader already…

Scanner is a Weird but Useful Beast

Published: April 15, 2020 00:30

The other day on Twitter I said, “Scanner is a weird beast. I wouldn’t necessarily use it as a good example for anything.” The context was a discussion about classes that are both an Iterator and are AutoCloseable. As it happens, Scanner is such an…

Oracle Code One 2019

Published: September 27, 2019 23:15

Here’s a quick summary of Oracle Code One 2019, which was last week. It essentially started the previous week at the “Chinascaria”, Steve Chin‘s Community BBQ for JUG leaders and friends. Although Steve is now at JFrog, he’s continuing the BBQ tradition.…