Ke🅱️in

34 Followers
105 Following
1.7K Posts

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.

PronounsThey / Them
Time / ZoneET / UTC - 4
Agelate-20s
Destructionis 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?

even if it's just for tuples, cmon
add pattern matching to Kotlin, cowards
Kotlin needs a standard 3-clause for-loop

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` :/

hecc I like kotlin
Who called it VS Code and not Work From Chrome
a follow-up to yew called crankdat

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.