Joined March 2023
18 Photos and videos
I wanna see the global Git commit graph overlaid on Claude’s uptime, I bet it’s a 1:1 correlation
1
46
I’ve always felt like for simple job / function retry there was a lighter dep. you could bring than Oban I think I can finally vibe code it now All OTP primitives and file system….here goes nothin
1
2
146
I don't even use my editor anymore. It's just Claude and the GitHub diff window
39
AI is amazing at writing code. Amazing. It's awful, and I mean awful, at organizing code It makes sense when you know AI is just a _really good_ next word predictor
2
1
40
Codebase architecture is a skill that is never taught and yet it's now more valuable than ever.
1
36
John Elm Labs retweeted
Elixir Radar issue 491 is out! 📣 You can read it here: buff.ly/alySdZq This issue comes with content from @JohnElmLabs @AtomikSnowman @mrpopov_com @jaguar0ndi , Stuart Page and Peter Ullrich. Thank you! #ElixirLang #MyElixirStatus

6
17
1,131
Anybody gotten a decent system to "compose" claude slash commands? Something like "do feature [x]. /test /format /commit /open-pr #MyElixirStatus
1
83
TOON is premature optimization
47
HexDocs over swagger for public REST api documentation? Good Idea? bad idea? #MyElixirStatus
1
1
57
Claude fails to add some code comments and loses its mind 😭
79
Does anybody else's macOS updates seem to nuke their local Postgres installs into some sort of black hole? I swear every time I get a MacOS update I have to re-install Postgres entirely
99
Public API functions should always return ok/error tuples The second tuple val shouldn't be just a primitive/struct. Wrap it in a map to allow extension of the return value w/o breaking / updating all call-sites. Broke: {:ok, "string"} Woke: {:ok, %{message: "string"}}
2
2
14
1,030
🚨 hot take 🚨 File organization in your codebase is a waste of time, and the ultimate form of bike shedding
128
Does anybody have a rec on a better code review / diff viewing tool? The GitHub UI/X is so awful
3
1
4
1,728
Elixir is so good for AI because the language is so small and terse. You need so many fewer tokens versus, say, a JavaScript / node app.
3
3
47
2,131
John Elm Labs retweeted
Replying to @JohnElmLabs
stay tuned
1
1
2
159
Anybody fine tuned a model on their Elixir codebase? Was it easy? Hard? How were the results? #MyElixirStatus
1
6
1,118
Please stop using `when not is_nil(var)`. Tells you nothing about what the data is supposed to be. Be assertive. Say what you _want_, not what you don't. Use is_binary, is_struct, is_boolean, is_list. I'm begging you. #MyElixirStatus
1
1
17
699
John Elm Labs retweeted
Replying to @JohnElmLabs

1
1
3
197