Chris Garvis
694 posts


@levelsio Typical technology adoption curve. We are probably in the late stage of the early adopters
English

It's interesting to see the "hold-outs" against AI slowly come to the other side and get AI-pilled
Many people didn't see the point, had bad first experiences and then thought "it's all hype bs"
Then the models get better, they try a few more times and they get it
Adam Wathan@adamwathan
My mind changed re: programming with AI as soon as I realized how much of the stuff I do when "programming" is just tedious grunt work. Programming with AI actually frees me up to do more programming, not less.
English

@RootCert I have been using Ecto.reset_fields
#reset_fields/2" target="_blank" rel="nofollow noopener">hexdocs.pm/ecto/Ecto.html…
English

When an Ecto data model starts to grow, I tend to reach for ExMachina to define factories.
In my experience, the macros in the package are easier to maintain than generated fixtures, but I always run into a problem: preloading.
#MyElixirStatus


English

Turns out, streaming OpenAI responses is a piece of cake with Req and ServerSentEvents.
Check it out:
#MyElixirStatus
s/o @wojtekmach and @benjreinhart for Req and ServerSentEvents, respectively
English

.@elixirlang's new v1.18 adds an auto_reload option to IEx; saving you a call to `recompile()`.
But I couldn't make it work at first - until I figured it out with some help from the community on ElixirForum.
I wrote up what I learned - link in thread.
#myelixirstatus
English

I'm committed to learning Elixir/Phoenix for the next few months and build a new project with it.
It will be interesting to learn a new framework as a more "seasoned" developer.
I've never learned anything outside of Rails/React since I started coding.
#myelixirstatus
English

I’ve started building AI features for @maybe and reeeeallly like the idea of not using openai/anthropic for it.
What’s the best way for me to get up and running with llama 3.3 (in both a dev and production environment)?
Crucial point here is NOT sending data to a 3rd party API.
English

@src_rip Yup. Not sure it's much faster when I have to check every line to see that it didn't remove something. /cc @cursor_ai
English

@cgarvis I believe it asks the LLM to use sections like:
... The rest of the code ...
And sometimes when it goes to apply this it just doesn't always work
English

@src_rip Here is an example. Removed a bunch of stuff for no reason. Maybe it was trying to refactor? but it didnt' create the functions to cover.

English

@src_rip React is a big foot gun! But is way better than what we use to have.
English

I don't have anything against React per se, and you can build amazing things with it, but somehow the average quality of what is built with it happens to be kind of bad...
Aiden Bai@aidenybai
hey apple your search bar is infinitely re-rendering lol
English

@philipbrown Copy and paste at first. I have a UI library that I’ve been building up that I share via git.
English









