Today I realized something critical about myself: I really want to feel like I'm in control when I'm leading projects.
This makes me want to choose any methodology or tool to reduce the uncertainty. Just because of the promise of it.
I feel like I must learn to embrace uncertainty though.
04.02.2025 20:44 β π 2 π 0 π¬ 0 π 0
Strangely, I am really getting an enormous amount of fun out of studying AWT and Swing - and just composing and throwing together desktop apps for fun.
26.01.2025 21:13 β π 1 π 0 π¬ 1 π 0
My highlight of the work week:
- Assigned to begin a new product capability
- Read the book on User Story Mapping
- Build first map with a small team
- Already reaping rewards: shared understanding, spotted potential issues, clear way forward
22.01.2025 20:40 β π 1 π 0 π¬ 0 π 0
At the slight chance that anyone might find this interesting, I could share a few diagrams about the "architecture" and design as a conversation starter.
PS: This old article by Fowler was good martinfowler.com/eaaDev/uiArc...
22.01.2025 20:35 β π 0 π 0 π¬ 0 π 0
Finally finished my TodoMVC implementation in Java Swing, including a reasonable architecture.
Complex stuff:
- Layout rules
- Build custom components that compose well
- State and event handling, nested observables, leaky event handlers - OUCH
Result: I appreciate declarative UI frameworks A LOT!
22.01.2025 20:34 β π 2 π 0 π¬ 1 π 0
YouTube video by KryptoNight
Make a Trade... What are you doing with your life!?
Today is one of these days again:
m.youtube.com/watch?v=GkM6...
15.01.2025 12:04 β π 2 π 0 π¬ 0 π 0
This.
My employer decided to grow teams to ~15 with two metrics per employee: number of PRs raised and number of PRs reviewed. There's a public leaderboard - and stack ranking.
It had a tremendously negative effect on culture, including people gaming the system with automated fake work.
12.01.2025 19:10 β π 10 π 1 π¬ 1 π 0
Probably true, I wrote most of my front end code before web components existed.
There it was divs in divs in divs. With the occasional span in between.
But I did start with tables and invisible spacer pixels :D
12.01.2025 17:53 β π 1 π 0 π¬ 1 π 0
Really got some cleanup to do next, since this ROUGHLY looks like what I wanted, but has become impossible to navigate:
12.01.2025 15:55 β π 1 π 0 π¬ 0 π 0
I probably should have added context: I've noticed this only for looking up archaic stuff about Java's old Swing framework.
12.01.2025 15:52 β π 0 π 0 π¬ 0 π 0
Typically, Claude can come up with better answers than I can find myself using search.
I guess the training data included a lot of stuff that is either not indexed or not prioritized.
12.01.2025 15:46 β π 1 π 0 π¬ 1 π 0
There's always one more JPanel you can add to get to your desired layout :D
12.01.2025 15:17 β π 1 π 0 π¬ 1 π 0
JPanel is my new div
12.01.2025 15:10 β π 1 π 0 π¬ 1 π 0
Thanks for sharing, I might take a look.
12.01.2025 11:37 β π 0 π 0 π¬ 0 π 0
"a technology from 1997 that stopped in time"
That is exactly the reason :) I'm doing what you might call "archeology". I've always loved learning about where we came from, because it helps to understand where we are today.
12.01.2025 09:04 β π 2 π 0 π¬ 1 π 0
Oh, and in case you are wondering, the current state of my rabbit hole:
Study Software Design -> Learn History of OO -> Practice with Chess Engine -> Make Chess Engine Fast -> Performance Tune JVM -> Visualize Data in JFreeCharts -> Combine charts into app -> Learn Swing ...
12.01.2025 07:52 β π 4 π 0 π¬ 1 π 0
Current status: learning #java Swing by trying to reimplemented "TodoMVC".
I'm wasting a huge amount of time trying to lay things out well and find myself thinking "if only I had CSS ...".
However, I wonder if CSS is actually easier / more straightforward to learn (or if it is just my experience).
12.01.2025 07:50 β π 6 π 1 π¬ 4 π 0
The Swing Connection
It was surprisingly difficult to find good resources about #java Swing and AWT.
I was looking for high-level guides with a focus on architecture and internals. Most things were just "this is how you use this component".
This was the only great guide I found: - web.archive.org/web/20030212...
11.01.2025 13:25 β π 5 π 1 π¬ 0 π 0
YouTube video by Steven Brant
If Russ Ackoff had given a TED Talk...
@ruthmalan.bsky.social this immediately made me think of the Russ Ackoff talk you had shared.
One can't improve a system by optimizing each individual parts. E.g. an organization won't get better by "optimizing" each individual.
www.youtube.com/watch?v=OqEe...
07.01.2025 18:33 β π 6 π 1 π¬ 0 π 0
Management: "Great idea, in each person's performance review, we're going to highlight the number of pull requests. Oh, and there's also a public leaderboard. And stack ranking."
Conversation with a dev today "no worries, we have fake repos with fake PRs and fake reviews".
Funny if it wasn't true.
07.01.2025 18:31 β π 3 π 0 π¬ 1 π 0
The line chart is all fine and well, but Iβm looking to do heatmaps soon. So I needed a larger toolkit :D
05.01.2025 15:38 β π 1 π 0 π¬ 1 π 0
I donβt recall the details, and I didnβt take any notes unfortunately. Some combination of reactive updates, object identity, code being run only server or client side etc..
Itβs taken me maybe five days to find the root cause, but once we found it, it was easy to avoid for all of us.
05.01.2025 13:43 β π 1 π 0 π¬ 0 π 0
JFreeChart came with Swing support out of the box (whereas JavaFX requires another module). I wanted to learn both out of curiosity anyway, so yet another rabbit hole :D
05.01.2025 13:38 β π 0 π 0 π¬ 1 π 0
Looking for
04.01.2025 20:39 β π 1 π 0 π¬ 0 π 0
But once I knew where their mental was off, I was able to spot many more bugs triggered by the same mistake in understanding β some more, some less serious.
04.01.2025 20:39 β π 1 π 0 π¬ 2 π 0
Most recent example: I looked into a SvelteKit application, where some UI state didn't update after a log in.
The fix in place was "just reload the entire SPA". It worked, but it was fixing a symptom.
By diving deep, I learned about the framework and the gap in the owners of the web app.
04.01.2025 20:39 β π 3 π 0 π¬ 1 π 0
Bugs can be a useful deep-dive trigger:
When I encounter a bug and have no idea what is going on, it shows me that my mental model is wrong. So I begin peeling away the abstractions until I can properly fix it.
Using that new understanding, I can often spot many more defects in the same codebase.
04.01.2025 20:39 β π 8 π 1 π¬ 1 π 0
Having fun with #java, JFreeCharts and Swing (currently exploring the performance of my chess game algorithm with custom tooling).
Amazed at how quickly I was able to throw together a decent UI!
04.01.2025 19:45 β π 5 π 1 π¬ 1 π 0
I think I didnβt mention this before, but I was on a year-long sabbatical (but returned to paid work this week).
Itβs been an amazing time, and I can only recommend it to anyone who can afford to do it! Especially, if youβre feeling like you need a larger change.
03.01.2025 11:22 β π 4 π 0 π¬ 1 π 0
Effective Java author, API Designer, CMU Prof, Swell guy.
Reproducible bugs are candies ππ¬
Software Teaming - Mob Programming
Trains and mentors software developers in... well... software development, come to think of it. If you're serious about your investment in your dev teams, visit https://www.codemanship.co.uk
Java Language Architect at Oracle. Author, Java Concurrency in Practice (http://amzn.to/2nzZnkl). Also, cats.
Java Champion & ASF VP Data Privacy. I write and speak about code, ethics, and what it means to build systems that last.
Logging Off? https://grobmeier.de
SW Designer/consultant/mentor, author, inventor of Responsibility-Driven Design & xDD meme, heuristica (design heuristics!), patterns enthusiast, science/engineering nerd, jogger, gardener, amateur baker
wirfs-brock.com/rebecca
Comics as thinking. Eisner winner. Unflattening from HarvardUP (http://bit.ly/1vENIO7). Former Detroiter/NYer/YYC/now assoc prof SFSU-Comics Studies!
https://spinweaveandcut.com/
Tags #comics
#Unflattening #Nostos
Keynote speaker, trusted advisor, curious, Keeper of the Weird, Good Omen fan, friend, offer of hugs, unicorn, learner & more :)
Want us all to be kind to each other
May skeet in bad Swedish.
Have space for new clients.
Cis, she/her
Human person who makes software for video.
MoQ Enthusiast.
Also https://hachyderm.io/@englishm
DM 4 Signal
he/him
Curious guy, systems thinker, Founder of Redwoods, The Question, & Sparkbox, design system consultant and coach. Loves coffee, photography, poetry, volleyball, and cheating at hide and seek.
https://bencallahan.com/
https://sparkbox.com/
when I say old-school I mean commodore and amstrad; yβall pronounce kubernetes wrong; stay hangry; you canβt park there mate!
talking about: kubernetes, golang, sustainability, software carbon emissions, cloudstack, openstack
Created http://adventofcode.com, http://compute-cost.com, http://anoik.is, http://was.tl/projects/; Principal Architect at https://acvauctions.com
Trying to understand the world and make it better. Technology, systems thinking, electronics, robotics, software.
Creator c4model.com & structurizr.com | Author "Software Architecture for Developers" | Software architecture and diagramming workshops worldwide | Patreon at patreon.com/simon_brown
Interested in building excellent software engineering organizations. Also in event-driven architecture, highly available and scalable systems, domain-driven design, and the intersection of architecture and organization.
π» Building!
βοΈ Writing about #EngineeringStrategy, #TeamTopologies, and #WardleyMapping
Posts in CAT/ES/EN.
https://aleixmorgadas.dev
π Barcelona
He/him They/Them.
Software Developer @MongoDB. Opinions are my own.
Rewrite or modernize exisitng app? Maybe something in between? Join me on 31 March 7 pm CET https://arkency.com/webinars/rescuing-rails-applications/
Software Developer @arkency
CMU Design PhD, SocioTechnologist, Ergonaut.