Jonathan Klein
banner
jonny-cat.bsky.social
Jonathan Klein
@jonny-cat.bsky.social
Runner, dad, developer | Enjoyer of Elixir/React/iOS development.
Ah, 3/14 - “pi day” for those who care enough about math to celebrate it, but don’t care enough about math to be disturbed by the approximation of pi as 3.14.
March 14, 2025 at 1:47 PM
According to Spotify, I only listened to “No Rules” by Windows 95 Man this year. Like, nothing else, that’s it.
December 6, 2024 at 3:59 PM
Not that I really needed any reminder of how awesome Phoenix LiveView is, but a couple of hours wrestling with SwiftUI really drives the point home. #elixir #elixirlang
December 6, 2024 at 11:13 AM
It’s snowing in #Boston - time for the annual listen to that one Fleet Foxes song.
December 5, 2024 at 2:54 PM
The two competing things that come to mind when devs hear functional programming - clean chains of side-effect free data manipulation, or inscrutable syntactic nonsense:

data
|> map()
|> filter()
|> sort()
|> join()

OR

infixr 9 ∘
(∘) :: (b -> c) -> (a -> b) -> (a -> c)
f ∘ g = \x -> f (g x)
December 4, 2024 at 11:29 AM
Phoenix LiveView is now officially at 1.0.0, though it feels much more mature than that. Give it a try if you want to get off of Mr React’s Wild Ride. #elixir-lang

www.phoenixframework.org/blog/phoenix...
Phoenix LiveView 1.0.0 is here! - Phoenix Blog
LiveView 1.0 is out!
www.phoenixframework.org
December 4, 2024 at 11:17 AM
It’s not bad, but I was disappointed that Ernest Hemingway refused to make an endorsement in the presidential race.
If you have recently cancelled your subscription to the Washington Post, I have an excellent free replacement for you.
Spirited Debate
Entertainment News As Discussed By Bitchy Ghosts
spiriteddebate.news
December 3, 2024 at 8:23 PM
Reposted by Jonathan Klein
Yisss.🔥🔥Latest LiveView RC now supports `{@foo}` style interpolation (like Surface). Not only that, but if you run `mix format`, it will *auto* migrate the syntax. 🔥🔥

#ElixirLang
December 2, 2024 at 7:38 PM