Jonathan Klein's Avatar

Jonathan Klein

@jonny-cat

Runner, dad, developer | Enjoyer of Elixir/React/iOS development.

75
Followers
411
Following
8
Posts
18.11.2024
Joined
Posts Following

Latest posts by Jonathan Klein @jonny-cat

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.

14.03.2025 13:47 👍 0 🔁 0 💬 0 📌 0

Don’t even need to read that article, yes, of course I am.

06.12.2024 19:14 👍 2 🔁 0 💬 0 📌 0

According to Spotify, I only listened to “No Rules” by Windows 95 Man this year. Like, nothing else, that’s it.

06.12.2024 15:59 👍 0 🔁 0 💬 0 📌 0

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

06.12.2024 11:13 👍 3 🔁 0 💬 0 📌 0

It’s snowing in #Boston - time for the annual listen to that one Fleet Foxes song.

05.12.2024 14:54 👍 1 🔁 0 💬 0 📌 0

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)

04.12.2024 11:29 👍 2 🔁 0 💬 0 📌 0
Phoenix LiveView 1.0.0 is here! - Phoenix Blog LiveView 1.0 is out!

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...

04.12.2024 11:17 👍 0 🔁 0 💬 0 📌 0

It’s not bad, but I was disappointed that Ernest Hemingway refused to make an endorsement in the presidential race.

03.12.2024 20:23 👍 2 🔁 0 💬 0 📌 0
Post image

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

02.12.2024 19:38 👍 75 🔁 11 💬 9 📌 0