Haha I genuinely couldn't tell. I liked it which made me think that it was actually created by a human but had me a bit concerned that my detector is losing calibration.
> The Apple Weather app has gotten better over time
Interesting, I think it's gotten worse over time. Even basics like what the temperature will be in a few days. It's consistently ~5+ degrees off on the low side.
You can take a look at JS commands and hooks. Ultimately I came to the determination that while LiveView is cool, I think I want the opposite. I’m hoping Hologram will be the answer.
Generally I find static typing to be overrated, even more so with elixir due to pattern matching and immutability. I think elixir’s set-theoretic types will be a nice addition and will provide some compile-time safety checks without needing to explicitly define types for everything. It remains to be seen how far they’ll take this approach.
Yeah it’d be nice if they had a mix task to include your js frontend of choice and it “just worked”. Many have used inertia with success. I’m taking a different approach and pairing svelte with Phoenix channels.