@atoponce Howdy!
Just wanted to say thank you for your excellent ZFS blog posts-- learning ZFS from those was what landed me my first internship, which kickstarted the rest of my career.
Who knows where I'd be without them?
compooters and the outdoors please
More active on my private alt. If I seem silent on important issues it's because I'm saying it all there.
| Pronouns | They / Them |
| Time / Zone | ET / UTC - 4 |
| Age | late-20s |
| Destruction | is the greatest song ever written |
@atoponce Howdy!
Just wanted to say thank you for your excellent ZFS blog posts-- learning ZFS from those was what landed me my first internship, which kickstarted the rest of my career.
Who knows where I'd be without them?
I want to be able to do `Date at Time`.
The first part is easy enough: `infix fun Date.at(time: Time): DateTime`.
But how do I do 24-hour time nicely? If it's normally said in English as "1500 (fifteen hundred) hours", then I can't do `val Int.hours: Time get() = Time(this / 100, this % 100)` because that's already defined for making a `Duration` :/
I'm starting to think that improving your tooling and processes results in linear improvements, but technical debt is just that-- debt. It grows exponentially, compounding on itself.
So if you're not starting improving early, actively, and mindfully, then you're in a bad spot.