Advertisement · 728 × 90

Posts by Simon Ritter

Sometimes...
I just tried to copy ~23GB of data from my Mac to a Windows share.
It said it would take 3 hours.
After reconfiguring the stupid Mac network settings to turn off packet signing and get rid of those ridiculous .DS_Store files, it now takes 8 minutes.
Really, Apple? Really?

1 month ago 0 0 0 0

Today is quite significant for me personally.
It marks the 30th anniversary of the day I started working at Sun Microsystems.
I try to imagine how I would explain to younger me where I would be in thirty years.
😀

1 month ago 4 0 0 0

It's been a while since Windows has really annoyed me but something seems to have changed...
Why is there no way to tell Windows that I have a FAT-formatted USB key and I DON'T CARE ABOUT NTFS PROPERTIES NOT BEING COPIED?
Every time I copy a file, I get the pop-up.
Every. Bloody. Time.
😠

1 month ago 0 0 0 0

I'm stealing this. 😀

1 month ago 0 0 0 0

I'm very sceptical about so-called Vibe Coding for creating entire enterprise applications using only natural language prompts.

However...

I'm using Claude to generate classes that I'm assembling into a test application, and it is incredible how quickly (and efficiently) I can do this.

1 month ago 0 0 0 0
Preview
Local Variable Type Inference in Java: Friend or Foe? Local variable type inference helps simplify Java code. But in some situations, it can actually make code harder to understand.

Check out my latest blog post on "Local variable type inference: friend or foe?"
www.azul.com/blog/local-v...

2 months ago 2 0 0 0

Interesting times at @azulsystems.bsky.social

3 months ago 8 5 1 0

Today marks exactly ten years since I joined Azul.
It's been a lot of fun and lots of Java.
Here's to the next ten years. Maybe!

4 months ago 9 0 0 0
Advertisement
Post image

Yes, slide 48 is not fair, as you can't get the answer from looking at it.
The answer is Unicode character, \u001d, which ia a soft hyphen (slide 49).
This works fine for me in IntelliJ.

5 months ago 1 0 1 0
Preview
Java Modern Puzzlers, a guide to new programming features A selection of puzzles around new Java language features. This focuses on the switch expression, pattern matching and sealed classes (sort of). - Download as a PPTX, PDF or view online for free

If anyone is interested in the slides from my @devoxx.com BoF session on Modern Java Puzzlers, they can be found here:
www.slideshare.net/slideshow/ja...

5 months ago 8 3 1 0

I'm here at @devoxx.com, and I've worked out that this is the 15th time I've attended the conference.
Join me this afternoon for a fun retrospective on 30 years of Java.
At 1745, I'll be doing a BoF session on Modern Java Puzzlers.

5 months ago 5 0 0 0

I'm on my way to #Dev2Next via Calgary, where I'll be meeting some customers. Looking forward to meeting lots of Java developers.

6 months ago 2 0 0 0

That's great for us UNIX officianados, but seriously, not having a way to hide all file extensions is horrible UI design.
Even worse is you *can* do it, but on a file-by-file basis!!!
Additionally, one of the fields in Finder is 'Kind', which indicates the exact type of file it is.

6 months ago 1 0 1 0

Seriously, what is wrong with the UI designers at Apple?
I want to see NO file extensions.
I go to Finder and deselect "show all file name extensions", which doesn't do what it says, because the extensions are still shown.
That is, unless you manually turn it off for EVERY SINGLE FILE!

6 months ago 0 0 1 0

I have just arrived in Oslo for JavaZone @javazone.bsky.social.
According to my records, this will be my tenth appearance at this great conference.
Join me tomorrow for two sessions: 30 Years of Java and my Java Patterns Details and Puzzles session.

7 months ago 4 0 0 0

Currently trying to install some ancient software.
"Ant version: 1.10.12 lower than required: 1.6.5"
Sigh...

7 months ago 3 0 1 0
Advertisement
Post image

That would be great, except...

It doesn't work for me.

The keyboard shortcut does nothing, and as you can see, no coloured dot in the menu.

I'm running Sonoma 14.6 and Notes v4.11

9 months ago 0 0 1 0

Here's a brilliant example of how Apple have lost their ability to design a decent UI/UX.
Apple Notes.
How is it possible that you can't highlight text?
I mean that is like a *fundamental* requirement for a notes app, and you just can't do it.
🤦

9 months ago 4 0 1 0

It is said that the two hardest things in Computer Science are cache invalidation and naming things.
I want to add a third: version numbering.
Case in point: Apple is releasing the next version of iOS, which is 26 instead of 19.
Java has also had many, many version numbering schemes. 🤔

9 months ago 1 0 2 0

Currently watching @starbuxman.joshlong.com present at @jnationconf.bsky.social.
It's been a while since I've seen Josh present, and his level of energy and enthusiasm is just off the scale!
😀

10 months ago 2 0 0 1
Preview
Java 30 Java's 30th Birthday. I thought a few words of context were in order today to go with these pictures… worked for Sun Microsystems from 1993 until 2016 (it became part of Oracle in 2010). I j...

Steve Elliott was my host manager when I joined Sun back in 1996. He and I share an obsession with keeping Java memorabilia; he has way more than I do.
Check out his 30 years of Java photo compilation here:
www.flickr.com/photos/jabbe...

10 months ago 7 0 0 0

Happy 30th birthday, #Java!

10 months ago 5 1 0 0

I've been writing code since the age of 12, so 48 years (yes, I really am that old).
In the early days of my career, I wrote C on a Wyse 50 terminal, using vi and make.
Today, I use @intellijidea.com with AI for code completion.
A good metaphor is travelling by horse and cart versus a Lamborghini.

11 months ago 18 4 2 0
Preview
Celebrating Java@30, Runtimes Polyglot day [in-person] on 26th APR, 2025, Sat, Apr 26, 2025, 11:00 AM | Meetup The Polyglot Languages and Runtimes Meetup has steadily maintained a monthly cadence, with the goal of empowering the local developer community by showcasing the latest adv

If you're in Bangalore on Saturday, why not join me and others to celebrate Java's 30 years?
www.meetup.com/polyglot-lan...

11 months ago 3 1 0 0
Advertisement

Starting my journey to Bangalore for The Great International Developer Summit.
I'll be talking about JVM warmup (and how to reduce it) on Tuesday and The Art of Java Patterns on Wednesday.
Looking forward to meeting many Java developers.

11 months ago 4 0 0 0

Can anybody explain why my MacBook continually drops shared Windows filesystems but never does so for SAMBA shares from my Linux box? 🤨🤦

1 year ago 1 0 0 0

Java puzzler for the day.
The newarray bytecode takes an argument (atype) to indicate what primitive type the array will store.
atype has defined values from 4 (boolean) to 11 (long).
What are the mysterious atype values of 0, 1, 2 or 3?
🤔

1 year ago 1 0 0 0

Genuine question here.
Is there a single cyclist in London that stops for red lights?
Literally every single cyclist I see happily pedals through a red light, whether it's a junction or a pedestrian crossing.

1 year ago 0 0 2 0
Preview
Duke Turns 30 Celebrate 30 years of Java with Azul! Register for Duke Turns 30, a free online event featuring seminars with Java thought leaders & experts.

It’s incredible to see the Java community thriving after 30 years! I’m honored to keynote Duke Turns 30 and take a look back at Java’s journey - from its humble beginnings to its impact today. Let’s celebrate together and explore how Java continues to shape our world.

www.azul.com/duke-turns-3...

1 year ago 7 1 0 0

Tipping in the U.S. has become ridiculous.
I got an Uber today, which cost $43.65. The three default tips offered were $10, $13 and $15.
That's 23%, 30% or a whopping 34%!!!

1 year ago 0 0 1 0