
๐จ๐๐ ๐๐๐ ๐บ๐๐๐๐๐๐ ๐ต๐ธ
5.4K posts

๐จ๐๐ ๐๐๐ ๐บ๐๐๐๐๐๐ ๐ต๐ธ
@src_rip
https://t.co/9Bfzbylxro on YT LiveView Expert, interests: Elixir | Phoenix | NeoVim | Web Performance | Accessibility | WebRTC | Svelte | building https://t.co/nSnSCsmfmB





SCHULZ: โZohran was saying keep it at 78 degrees. This is America. I put my sh*t at 64 just to spite him even suggesting such a thing.โ




Does anyone even actually review AI generated code from frontier models? I never look at it anymore and makes me question my tech stack choice often. I'm choosing based on what the tech allows me to do and its ecosystem, not on what I've known or identified as (Rails dev).


While that is true, there are a lot of dead ends. Which are basically unsolvable since it's over websockets. The double mount, the weird wrangling with forms and sessions. The server load. All that for not being faster than a simple http request. What are the benefits of Liveview can you tell me? :) For me it was the handle_event calls. But i just got the same working with datastar and it just feels better. I might be wrong in the long run, but we will see :)

Every LiveView mounts twice โ once for the dead render, once when the socket connects. Everyone reaches for connected?(socket), but it doesn't stop the double mount; it just hides it. What that quietly costs you, and how to actually mount once: elixirdrops.net/d/9mrw2kg3

I run a bunch of @claudeai code agents in parallel, each in its own git worktree of my #elixir app. They all need to boot a server + Postgres without colliding. My trick: zero per-worktree config. Everything is derived from the worktree's directory name at boot.


Got em. I poison my AGENTS.md (and other things like code comments) all over the place with prompt injections like this to find people who don't review their code and sling it off to another human. Catches folks all the time and then its an instant ban. As I've said, I don't care if you don't review your own code. But if you're submitting code to an OSS project and crossing a human boundary, it is simple courtesy to do some human review.


