's Avatar

@namxam

17
Followers
220
Following
13
Posts
11.12.2024
Joined
Posts Following

Latest posts by @namxam

But those chapters are included in the book, right?

29.01.2025 14:45 👍 0 🔁 0 💬 1 📌 0

Generell sieht die Stelle super interessant aus. Vor allem mal ein Unternehmen mit einem nicht-digitalem Produkt und einer Mission mit der man sich identifizieren kann.
Bei derartigen Ausschreibungen finde ich es immer schade, dass keine Gehaltsspanne angegeben ist.

25.01.2025 08:42 👍 1 🔁 0 💬 1 📌 0

Looks super interesting. So far I have been using the WittyPi 4 L3V7 board, which seems to be quite similar in functionality.

24.01.2025 18:58 👍 1 🔁 0 💬 1 📌 0

Yeah, especially downtime usually is not recognizable. But I have to manage an app running on RaspberryPis with some hardware attached. It would be wonderful to hot upgrade those and keep the apps internal state. I should checkout if nerves project has anything in their toolbox for that.

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

That's really impressive. And as a web dev I always thought I will never encounter a use case. But I have one app, which can only run a single instance and could benefit. But I am too scared and probably too lazy to give hot code upgrades a try.

30.12.2024 22:42 👍 1 🔁 0 💬 1 📌 0

I remember that I always wanted to use it, at it offered so much. The only thing unclear was persistence. I think it was never designed to handle it. But there was some work on it. But I completely forgot to check on it the last few years.

30.12.2024 21:16 👍 0 🔁 0 💬 1 📌 0

Apple LC II. Only game I had was A-Train. I was so jealous of my friends with their "gaming" PCs

22.12.2024 11:10 👍 0 🔁 0 💬 0 📌 0

Yew, but for demos or rapid prototypes this might come in really handy as one has to shift focus less frequently. I love it.

20.12.2024 17:37 👍 1 🔁 0 💬 0 📌 0

Oh, I never thought about inlining it into my heex template. Usually, I create a dedicated function which pattern matches on its inputs and render the badge.

20.12.2024 14:51 👍 2 🔁 0 💬 1 📌 0

Happens to me all the time. But I guess I should share it more often, so people can correct me / suggest other solutions. Much easier to learn this way than figuring it out yourself.

13.12.2024 20:08 👍 1 🔁 0 💬 1 📌 0

Actually you can assign/2 and just pass a map or keyword list. Or am I missing something?

13.12.2024 18:53 👍 1 🔁 0 💬 1 📌 0

Yeah, me too. Working in a VR company, this is huge news. Although I am a bit scared that it is just another 1-2 years product which gets discontinued.

12.12.2024 21:13 👍 1 🔁 0 💬 1 📌 0

I just discovered, that you can pass a tuple as second parameter to Enum.sort/2. In order to sort dates, it would be Enum.sort(list, {:desc, Date}). Although I would prefer a clever way to sort structs, I get why it is how it is. Now I just have to remember it :D #ElixirLang #til

12.12.2024 21:11 👍 5 🔁 1 💬 2 📌 0