@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` :/
@frostclaws I've been meaning to. I'm entering the trough of disillusionment with Rust and I'm curious about Swift.
Is the ecosystem still unfortunately apple-dependent?