Profile avatar
theuglycoder.bsky.social
👨‍💻 Senior Java Engineer 🎮 Video games are my jam 🚀 Dreaming of that Principal/Staff Engineer role someday 📚 Love a good sci-fi read 🌍 Always up for a travel adventure
73 posts 29 followers 33 following
Regular Contributor
Active Commenter

I want to build a backup and media server at home, preferably with a NAS, but everything is so expensive and I have no idea which one to choose to get started.

At last, a couple of pleasant days after enduring those harsh, long winters, but I just couldn't bring myself to go outside. Why does my brain work against me?

I dearly miss Australian summers 🥲

JVM bear-trap: val today = LocalDate.now() val later = LocalDate.now().plusDays(30) val daysBetween = today.until(later).days On Jan 30th "daysBetween" is magically.... 1. Way to avoid the bug: ChronoUnit.DAYS.between(today, later) Who was dropped on their head before writing the LocalDate API?

Settings - Accessibility - Require alt text before posting - Enable

I haven't posted many pictures, but alt text is crucial for accessibility. It ensures visually impaired users can understand images via screen readers. By adding descriptive alt text, I aim to make my content more inclusive for everyone and hope others do too.

He was a Maven boy, stuck in XML land, his builds as predictable as Monday rain. She was a Gradle girl, grooving with Groovy flair and wild spins. One day, he tripped into her flexible world, trading his XML for a Groovy ride. "Welcome to the dance floor," she laughed!

Happy New Year! 🥳

Tap

Apparently, this is now a routine

Weird that coffee somehow makes me sleepy.

Husband: I wish you looked at me the way you are looking at that pizza Me: here, hold this slice

Winters are hard. No matter how much I try.

Aurora DSQL feels like Postgres but drives like serverless - Get the full scoop in my latest blog 👇 blog.datachef.co/aurora-dsql-...