Cowtown Coder
cowtowncoder.bsky.social
Cowtown Coder
@cowtowncoder.bsky.social
Coder, OSS Author (Jackson, Woodstox, java-uuid-generator etc); father; hiker; immigrant; worker. Born in Finland, lives nowadays in the magnificent US Pacific Northwest.
Reposted by Cowtown Coder
/5 Now. Members of the United States military are not obligated to follow unlawful orders. This is baked into the law; it’s not subject to dispute. A soldier refusing an order will have to establish the order was ”manifestly unlawful.”
November 20, 2025 at 4:42 PM
There's some more code for data format & data type modules but probably less than core.

Makes sense, too, in that 1 developer (like me) can keep it all in my head (to some degree), being in low 100ks. Couldn't if it was 1M+ I suspect.
November 21, 2025 at 12:58 AM
Human level attention to answers for sure 😀
November 6, 2025 at 11:42 PM
why did the MF ask me if it chose to do something else.

This is not the kind of boot-licking I expected from my GenAI servant.... :-/
November 6, 2025 at 11:04 PM
Reposted by Cowtown Coder
Does anyone know if JD met with Dick Cheney lately?
November 4, 2025 at 7:32 PM
Excellent! Was hoping that works since otherwise options would be limited (needing explicit ordering, likely).
October 31, 2025 at 4:27 PM
so the challenge is: does user want (a) Record field declaration order or (b) Alphabetic ordering.
October 31, 2025 at 4:18 PM
I think you may want to disable `MapperFeature.SORT_CREATOR_PROPERTIES_FIRST` if so -- Records are... challenging as ordering is implied by record declaration, somehing POJOs don't have.
October 31, 2025 at 4:17 PM