Unavoidable

Seen on separate days just off Syntagama Square in Athens, Greece. For the non-religious - your author included - these religious zealots are way too active/visible on the streets of…

Meandering Thoughts #53

From the EuroNews article Ranked: These are the best airports in Europe for punctuality and passenger experience: Though I don't know why the author referred to South Africa - which…

OPNSense Port Forwarding

I recently replaced my home router with a device running OPNSense. Very successful production deployment. I deployed a Navidrome server for streaming my personal music collection to Subsonic-supported clients. I…

Meandering Thoughts #52

Anyone job searching knows a quality, well-written CV gives you the best chance of surviving the initial cull of applicants; conversely, misspellings and grammatical mistakes allow those hiring to quickly…

Maintainable Code #1

This code snippet (FirJvmStaticChecker.kt:72) caught my eye while digging into Kotlin codebase: if ( container !is FirClassSymbol || container.classKind != ClassKind.OBJECT || !container.isCompanion() && containerIsAnonymous ) { ... } else…