Search
1000 results for “solnic”
-
Days working on the Sentry SDK and the rest of the time spent thinking about and working on agents. Peter Solnica is an OG in the Ruby community, has been doing Elixir for a long time now and will be bringing his perspectives on coding agents and Elixir.
https://goatmire.com/talk/i-see-dead-agents
We were very selective about AI and agent talks for Goatmire, we think you'll find the ones we picked interesting whether you appreciate the bots or not.
-
Days working on the Sentry SDK and the rest of the time spent thinking about and working on agents. Peter Solnica is an OG in the Ruby community, has been doing Elixir for a long time now and will be bringing his perspectives on coding agents and Elixir.
https://goatmire.com/talk/i-see-dead-agents
We were very selective about AI and agent talks for Goatmire, we think you'll find the ones we picked interesting whether you appreciate the bots or not.
-
Paolo Sorrentino, Claire Denis, Samuel Abrahams, Gastón Solnicki Films Added to BFI London Film Festival
#Variety #Festivals #Global #News #BfiLondonFilmFestival #ClaireDenis #PaoloSorrentino #SianClifford -
Paolo Sorrentino, Claire Denis, Samuel Abrahams, Gastón Solnicki Films Added to BFI London Film Festival
#Variety #Festivals #Global #News #BfiLondonFilmFestival #ClaireDenis #PaoloSorrentino #SianClifford -
Paolo Sorrentino, Claire Denis, Samuel Abrahams, Gastón Solnicki Films Added to BFI London Film Festival
#Variety #Festivals #Global #News #BfiLondonFilmFestival #ClaireDenis #PaoloSorrentino #SianClifford -
Paolo Sorrentino, Claire Denis, Samuel Abrahams, Gastón Solnicki Films Added to BFI London Film Festival
#Variety #Festivals #Global #News #BfiLondonFilmFestival #ClaireDenis #PaoloSorrentino #SianClifford -
Paolo Sorrentino, Claire Denis, Samuel Abrahams, Gastón Solnicki Films Added to BFI London Film Festival
#Variety #Festivals #Global #News #BfiLondonFilmFestival #ClaireDenis #PaoloSorrentino #SianClifford -
Kromě toho, že východní část obchvatu uleví dopravně přetíženému městysu Častolovice, tak zároveň zlepší napojení na průmyslovou zónu Solnice-Kvasiny. #KostelecnadOrlicí #Královehradeckýkraj #obchvat https://www.transportminutes.eu/stavba-obchvatu-castolovic-zahajena/
-
Yes! I do similar with #Aider, especially with my work's legacy systems.
https://hachyderm.io/@solnic/114460884352849679 -
There was a comment under phoenix.new ann on reddit that it makes no sense because there's not enough #ElixirLang code out there for LLMs to be trained on thus results are poor - wanna debunk that right now.
Yes, there's definitely more JS or Python code out there but clearly there was already enough Elixir code for LLMs to become *really good* at generating it.
Now AI editors can read docs and use MCP tools to help themselves, which changed the rules of the game.
That's why the amount of training code data is probably no longer that important.
I use Claude 4 and I can tell you that it crushes every task I throw at it in my pretty complex Phoenix apps. It writes great tests, it can perform tough refactorings, and it's pretty good at debugging too.
With tidewave Claude 4 became even more effective at writing Elixir simply because it can figure things out by using iex, inspecting logs, looking at db via Ecto etc.
Personally I hope that phoenix.new will eventually become an extension that I can use locally, but it doesn't change the fact it's an important and good initiative that makes perfect sense and probably has a strategic meaning for the Elixir language.
#ElixirLang #PhoenixFramework #AI
https://www.reddit.com/r/elixir/comments/1lg73s6/phoenixnew_the_remote_ai_runtime_for_phoenix/
-
Both missions accomplished! 🎉
Brain's still buzzing after a fantastic #ElixirConfEU event last week. I enjoyed the talks and the talking. I didn't manage to chat to every person that I wanted to but that's OK.
Huge thanks to the organizers, speakers and the amazing #ElixirLang community!
-
Lately, I've been using LLMs more for code investigation than for code generation. Here's Augment in VS Code spitting out a code flow diagram instantly instead of me jumping between files and building a mental model in my head to understand what's going on.
-
Lately, I've been using LLMs more for code investigation than for code generation. Here's Augment in VS Code spitting out a code flow diagram instantly instead of me jumping between files and building a mental model in my head to understand what's going on.
-
Lately, I've been using LLMs more for code investigation than for code generation. Here's Augment in VS Code spitting out a code flow diagram instantly instead of me jumping between files and building a mental model in my head to understand what's going on.
-
Lately, I've been using LLMs more for code investigation than for code generation. Here's Augment in VS Code spitting out a code flow diagram instantly instead of me jumping between files and building a mental model in my head to understand what's going on.
-
Lately, I've been using LLMs more for code investigation than for code generation. Here's Augment in VS Code spitting out a code flow diagram instantly instead of me jumping between files and building a mental model in my head to understand what's going on.
-
I feel like the API for sending messages within #LiveView components could be improved (or I'm just missing something) because `send(self(), ...)` is a quite confusing call given that self() may not be what one could think. And yeah I know it's "basic stuff" but newcomers surely are tripping on it.
-
How do you implement multi-step forms in LiveView? I have a LV that coordinates its "step" live components (and they may or may not have their own live sub components) and I find this setup quite complex. As always, handling state is the tricky part.
*Some* state from a step needs to be passed to the next step, and then the user may want to go back and make changes and go forward again. What's your strategy in cases like this?
I also need to deal with async processes and report progress in the UI, when a sub-sub-component triggers it, the parent LV receives an update and it has to route it back to the sub-sub-component, which is messy for my taste.
So, same question - what's your approach?
🤔
-
Finally managed to update @justcrosspost landing page with a new slogan and updated screenshots + added "and more" section summarizing other features 🙂
-
🧵 Here's a chart showing monthly costs that @justcrosspost generates with info about each service and some screenshots 🖼️
#buildinpublic #crossposting #crosspostingapp #costs #solopreneur
👇🏻
-
📣 New screencast!
"Vibe Coding a feature in my Elixir Phoenix app - 100% real Cursor AI experience"
This is an over hour long session when I just sat down and told Cursor to build automatic CHANGELOG.md updates in my upcoming RepoBot app.
-
Marching again (in March 🤪) towards a 30-day 100% successful post publishing streak in @justcrosspost
25 days to go 🤞🏻
-
Who would have thought that building a publishing platform that supports cross-posting to multiple social networks all by yourself is going to be a challenge? 🤣
Every day comes with a new unexpected challenge. The UI is still the hardest part due to trouble with automatic testing. My e2e suite keeps growing and is much more stable than before but every new spec I add is a trial-and-error experience.
My strategy is to add missing spec every time a UI bug is found or there's a regression. Sometimes it can take up to an hour just to get that e2e spec pass. If you compare this to backend tests, where I can write dozens of new test scenarios in less than an hour...UI is hard 🙃
-
ZOMG! 🔟 paying @justcrosspost customers 🎊 🥳 🎉
THANK YOU!
I shall finally record a product update screencast to celebrate 🙂 JustNeedToFindTime 🙃
-
🧵 One of my quality goals for @justcrosspost was to have 30+ days with 0 (zero) failed posts (a situation where nothing was published) - and I'm happy to report that I've reached that goal! PHEEEW 🎉
#buildinpublic #crossposting #crosspostingapp #solopreneur
👇🏻
-
Current language stats in @justcrosspost GitHub repository:
💜 74.9% #ElixirLang
💛 18.5% Vanilla #JavaScriptSo far so good. I like how the codebase is evolving and maturing.
-
The most requested @justcrosspost feature is now an auto-scheduler with drag'n'drop support - so there we go, here's a short demo of what I have in the works.
How do you like it? 🤔
#buildinpublic #crossposting #crosspostingapp #socialmediascheduler
-
The most requested @justcrosspost feature is now an auto-scheduler with drag'n'drop support - so there we go, here's a short demo of what I have in the works.
How do you like it? 🤔
#buildinpublic #crossposting #crosspostingapp #socialmediascheduler
-
The most requested @justcrosspost feature is now an auto-scheduler with drag'n'drop support - so there we go, here's a short demo of what I have in the works.
How do you like it? 🤔
#buildinpublic #crossposting #crosspostingapp #socialmediascheduler