Interesting that I could _immediately_ tell the model visualization was built with Claude
I enjoyed this. But reading the claim that the iPhone was bad compared to other phones of the day makes me question it all. That's so incredibly backwards. It _was_ a much better internet in your pocket. If you couldn't…
I think a lot of this type of problem goes away with immutable data and being more careful with side effects (for example, firing them all at once at the end rather than dispersed through the calculation)
You think the only reason vim & emacs aren't used as much as iOS/Android/Windows (or equivalent defaults on those platforms) is familiarity?
I think there have been and will continue to be UX improvements to programmer tools. GitHub is one example. You think tools that stagnate will continue to see the same levels of adoption in new generations of…
I use and love emacs, but pointing to it as an example of how to evolve UX over time is indicative of your perspective. iOS/Windows/Android are used by the majority of people on the planet, emacs is not. Which UX do you…
Day-tomic I believe
Isn't it because there's a ton of new supply of labor from around the world?
Maybe the system was different back then, but now Avoid will only avoid the player as a teammate, they can still be on the enemy team. So if someone is too good, there's no incentive to avoid them.
indeed
We're working on task management + email, I kept your comment [1] from awhile ago. I don't see any way to contact you in your profile, are you interested in trying an alpha? Email me at garrett at twobird.com [1]…
Mike Duncan and Revolutions is great, endorse! His previous podcast, The History of Rome, is also great.
I know -- I meant more about making sure they don't make public places unsafe/unclean.
Yeah, when I first saw the flow, I was shocked...
I think we should do everything we can to give/push them into treatment, but at the very least they don't get to make streets unsafe and unclean for others, they have to go elsewhere
100% this -- is this really an unpopular opinion?
In Our Time is a wonderful podcast, always interesting content! Also, as an American, the pace of the show and way of speaking is itself interesting to me.
This was one of the biggest things that struck me when I visited Japan. Their cities are just so much friendlier/better than 99% of American cities.
This brings back thoughts I've had that we should be working with normalized data in code, rather than thick objects. I think the main reason we don't is because there's a lack of tooling around it in our languages. I…
This is the right answer and I wish more languages would make this dramatically more ergonomic to do. Store the most basic normalized truth and query/derive what you need.
But how will you decide which is worth knowing if you never look? I get why you may want to take it in at a slower pace than a social media feed, but it seems like there's no way to tell what's worth knowing if you…
> On the whole, you are not ignorant if you don't consume the news, not by any standard. I don't mean this in an insulting way, but aren't you ignorant (by definition) of current events if you don't read/hear about them?
> I guess I overlooked it because the other way is so logically trivial, since it basically boils down Yeah, that's (part of) Hickey's point. That the "best" type systems fail this test, and require manual programmer…
Yes, the default of a lot of languages, (Java, C, etc) where nil is implicitly a member of every other type is a bad default. But that's a separate question.
I agree that there are reasons for Maybe a to be a different type from (a | nil) but there are also good reasons to prefer (a | nil). Like most things, it's a set of tradeoffs. What I appreciated about this talk was…
Interesting that I could _immediately_ tell the model visualization was built with Claude
I enjoyed this. But reading the claim that the iPhone was bad compared to other phones of the day makes me question it all. That's so incredibly backwards. It _was_ a much better internet in your pocket. If you couldn't…
I think a lot of this type of problem goes away with immutable data and being more careful with side effects (for example, firing them all at once at the end rather than dispersed through the calculation)
You think the only reason vim & emacs aren't used as much as iOS/Android/Windows (or equivalent defaults on those platforms) is familiarity?
I think there have been and will continue to be UX improvements to programmer tools. GitHub is one example. You think tools that stagnate will continue to see the same levels of adoption in new generations of…
I use and love emacs, but pointing to it as an example of how to evolve UX over time is indicative of your perspective. iOS/Windows/Android are used by the majority of people on the planet, emacs is not. Which UX do you…
Day-tomic I believe
Isn't it because there's a ton of new supply of labor from around the world?
Maybe the system was different back then, but now Avoid will only avoid the player as a teammate, they can still be on the enemy team. So if someone is too good, there's no incentive to avoid them.
indeed
We're working on task management + email, I kept your comment [1] from awhile ago. I don't see any way to contact you in your profile, are you interested in trying an alpha? Email me at garrett at twobird.com [1]…
Mike Duncan and Revolutions is great, endorse! His previous podcast, The History of Rome, is also great.
I know -- I meant more about making sure they don't make public places unsafe/unclean.
Yeah, when I first saw the flow, I was shocked...
I think we should do everything we can to give/push them into treatment, but at the very least they don't get to make streets unsafe and unclean for others, they have to go elsewhere
100% this -- is this really an unpopular opinion?
In Our Time is a wonderful podcast, always interesting content! Also, as an American, the pace of the show and way of speaking is itself interesting to me.
This was one of the biggest things that struck me when I visited Japan. Their cities are just so much friendlier/better than 99% of American cities.
This brings back thoughts I've had that we should be working with normalized data in code, rather than thick objects. I think the main reason we don't is because there's a lack of tooling around it in our languages. I…
This is the right answer and I wish more languages would make this dramatically more ergonomic to do. Store the most basic normalized truth and query/derive what you need.
But how will you decide which is worth knowing if you never look? I get why you may want to take it in at a slower pace than a social media feed, but it seems like there's no way to tell what's worth knowing if you…
> On the whole, you are not ignorant if you don't consume the news, not by any standard. I don't mean this in an insulting way, but aren't you ignorant (by definition) of current events if you don't read/hear about them?
> I guess I overlooked it because the other way is so logically trivial, since it basically boils down Yeah, that's (part of) Hickey's point. That the "best" type systems fail this test, and require manual programmer…
Yes, the default of a lot of languages, (Java, C, etc) where nil is implicitly a member of every other type is a bad default. But that's a separate question.
I agree that there are reasons for Maybe a to be a different type from (a | nil) but there are also good reasons to prefer (a | nil). Like most things, it's a set of tradeoffs. What I appreciated about this talk was…