Second day using Claude Code. Most of the time I have to stop it and do adjustments and if I let it write too much code the quality goes to shit quickly. But it also feels less lonely to work on stuff. It's like that rubber duck technique but the duck can talk back and write code
#ElixirLang
08.08.2025 15:50 โ ๐ 4 ๐ 0 ๐ฌ 1 ๐ 0
I'm giving Claude Code a try and until now I had to stop it and and tell it to redo stuff in different ways 6 out of the 8 times... not a good start.
07.08.2025 14:00 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
This was an awesome talk. Thanks for sharing!
07.08.2025 11:27 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
I need to detox from Reddit Iโm so done being bombarded by AI hype bullshit every time I open the app
07.08.2025 09:13 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Should I just take S3 or Tigris and slap a UI in front of it to let users create their own folders? And store metadata in postgres to control folder access per user, to have some isolation going
06.08.2025 09:38 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
I want to make a multi-tenant object storage system like supabase storage for my project. All in #ElixirLang. For what I saw they have their S3 bucket and let users create their own buckets in it (in the end it's all just folders isn't it) with a cool dashboard on it.
06.08.2025 09:35 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0
Nooo I missed it! I'll have to watch the video tomorrow
01.08.2025 19:09 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Nintendo Switch Announcer (gravely): What is the true origin of man's inhumanity to man? What fate awaits our souls in the next life? Death and oblivion await all of us, this September.
<fade to black, slight pause>
Nintendo Switch Announcer: Who's up for ice cream? That's right - Hello Kitty!
31.07.2025 13:37 โ ๐ 1618 ๐ 572 ๐ฌ 6 ๐ 7
Someone give me @expert-lsp.org please I'm done having to delete .elixir_ls and rebuild everytime I touch my mix.exs #ElixirLang
30.07.2025 13:38 โ ๐ 24 ๐ 3 ๐ฌ 0 ๐ 1
Flutter has to completely redesign their UI system to match Apple's new "glass" aesthetic: github.com/flutter/flut...
Meanwhile, we're already running on iOS 26. Glass and all.
#ElixirLang
21.06.2025 14:30 โ ๐ 35 ๐ 6 ๐ฌ 2 ๐ 2
Finally got around the last chapter of the #ash book and added pubsub-based notifications! Tested it with org billing plan changes from Polar to trigger real-time alerts. So satisfying to see them pop up while I change stuff from another window. Love #ash <3
#buildinpublic #ElixirLang
28.07.2025 16:32 โ ๐ 10 ๐ 1 ๐ฌ 1 ๐ 0
Since I've started this BaaS project I wanted to use Polar to handle billing stuff, but there is no sdk for #ElixirLang. So I made one and for the few api endpoints I use it works pretty well: github.com/giusdp/polarex
#buildinpublic
27.07.2025 19:13 โ ๐ 8 ๐ 0 ๐ฌ 0 ๐ 0
After a couple of months of developing my BaaS for gacha games, I noticed I was double querying everytime an user accessed the dashboard. And just like that I've cut in half database usage. #buildinpublic #ElixirLang
27.07.2025 15:03 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
A screenshot of code showing the new `match_mode` option for multi select fields.
```
<Cinder.Table.table resource={MyApp.Book} actor={@current_user}>
<:col
field="tags"
filter={:multi_select}
filter_options={[
options: [
{"Fiction", "fiction"},
{"Bestseller", "bestseller"},
{"Award Winner", "award_winner"},
{"New Release", "new_release"}
],
match_mode: :all # Records must contain ALL selected tags
]}
>
```
Cinder v0.5.0 has been released, with fixes for array fields including a new `match_mode` option - select records where any or all of the array values match the filter! hexdocs.pm/cinder/
26.07.2025 07:19 โ ๐ 39 ๐ 8 ๐ฌ 1 ๐ 0
nvm just got approved
24.07.2025 18:25 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Just passed the 500 tests mark in my #ElixirLang baas project. It makes me more confident and extra disappointed when I get errors on prod
24.07.2025 08:36 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
BBC using #ElixirLang ๐
21.07.2025 15:25 โ ๐ 16 ๐ 3 ๐ฌ 0 ๐ 0
I wanted to put out for the first an #elixir side project of mine but Amazon SES decided to ignore my prod request -.-
I guess Iโll just go with sendgrid or something
24.07.2025 08:14 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
I was looking into implementing refresh tokens in my ash project and found this article, so thanks a lot! Great article.
18.06.2025 06:46 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Whenever I get an email from a service about them deleting my account if I won't log in back soon, it makes me smile. This is how it should be, clean up my old accounts that I've already forgotten about. Less data breaches to worry over.
#GDPR
12.06.2025 07:41 โ ๐ 0 ๐ 3 ๐ฌ 0 ๐ 0
Release v1.19.0-rc.0 ยท elixir-lang/elixir
Type system improvements
Type checking of protocol dispatch and implementations
This release also adds type checking when dispatching and implementing protocols.
For example, string interpolation i...
Elixir 1.19 is a banger! Honestly I'm so pleased with the direction that #ElixirLang is going. My programs just get faster and more correct every time. I just know that we're in good hands. Thank you to everyone on the team for your hard work!
github.com/elixir-lang/...
09.06.2025 13:17 โ ๐ 114 ๐ 23 ๐ฌ 2 ๐ 1
Well, I'm finally done with my phd. Now I can put it next to my name!
06.06.2025 20:29 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Elixir Adoption Questions
Brian Cardarella from DockYard will be on Jacob Luetzow's Elixir Mentor show Friday, June 6th. They will be discussing the topic of Elixir Adoption. The challenges, possibilities, and how the communit...
If you have questions you'd like to ask about @elixir-lang.org adoption while I'm on the Elixir Mentor podcast we put together a question form, you can submit anonymously. We'll read questions on the show and respond to them
forms.gle/UXckz5Y2Qoao...
#ElixirLang
28.05.2025 12:49 โ ๐ 12 ๐ 7 ๐ฌ 1 ๐ 0
Released 0.6.0 of github.com/giusdp/live_...
Now you can do stuff like this.
#ElixirLang #elixir
04.05.2025 12:44 โ ๐ 7 ๐ 0 ๐ฌ 0 ๐ 0
Live Pane
LivePane is a simple and easy to use set of components to make resizable panels in LiveView.
0.4.0 of my little lib is out! Now you can push events to collapse/expand panes. Fixed some stuff, updated the docs, changed something.
live-pane.fly.dev
(website still sucks on mobile)
#ElixirLang #elixir
30.04.2025 09:58 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
Spent the weekend setting up a #minecraft server running in my #homeserver, in a tailscale network with an outside VM hosting a reverse proxy. Now my friends can just connect with an address with 0 setup required. #homelab
Fun fact: 10% of the time to expose MC, 90% of the time to choose the mods.
28.04.2025 08:02 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Released 0.3.0 of github.com/giusdp/live_...
now you can resize panes via keyboard and the components are simple functions so it works on deadviews as well! #elixir #ElixirLang
27.04.2025 09:39 โ ๐ 3 ๐ 1 ๐ฌ 0 ๐ 0
Already pushed a 0.2.0 out cause I've added touch support and pane constraints (min/max size and collapsible panes)!
24.04.2025 13:54 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
building scalable regret in TypeScript
failed upward into seniority
git push origin / despair
๐ฎ indie tech artist
๐๏ธ I made Shader Forge & Shapes
๐ working on https://half-edge.xyz
๐ฅ shader sorceress
๐ math dork
๐ฅ rare YouTuber/streamer
๐ก ex-founder of @NeatCorp
my kids:
๐ฅช @toast.acegikmo.com
๐ฅ @salad.acegikmo.com
๐โโฌ @thor.acegikmo.com
Master Elixir with expert-led courses covering LiveView, OTP, and more. Get hands-on practice and learn at your own pace with videos from Elixir expert Bruce Tate.
Grox.io
๐ Tech Enthusiast | AI & Dev Tools ๐ ๏ธ
๐ฅ Sharing insights on Next.js, Payload, Supabase, Tailwind, AI, and serverless architecture.
๐บ Watch my tutorials & build with me: https://www.youtube.com/channel/UClxm1AYVvel_7Lhft3FPdhg
Software Engineering researcher; Associate Professor at UTFPR, Curitiba, Brazil.
https://adolfont.github.io
Posts mostly in English.
#ElixirLang enthusiast (I also love #LeanLang, #LuaLang, #Erlang).
Podcaster.
My podcasts: @redeemilias.bsky.social
Backend engineer (Elixir/Erlang). Erlang Ecosystem Foundation member. Interested in #kubernetes.
โ๏ธ he/him
๐ Germany
โฝ 1. FC Kรถln
Code creative, 10x talker, Elixir, BEAM, open source/standards/platforms, he/him, part librarian.
Currently a conference: https://goatmire.com
The stuff: https://underjord.io
Elixir shirts: https://oswag.org
Developer of 18XXc & BankBuilder
Go / #ElixirLang / JS Developer
Never thought iโd start a software business to sell beef. but here we are: https://erzeugerland.de
very proud ๐ช๐บ speaking ๐ฉ๐ช๐ต๐ฑ๐ฌ๐ง and a little bit of ๐ฎ๐น&๐ซ๐ท
๐ Ludwigsburg ๐ฉ๐ช
Building internet projects in public.
โฑ https://Dirstarter.com
โฑ https://OpenAlternative.co
โฑ https://EuroAlternative.co
โฑ https://DevSuite.co
High Priestess in the Church of Emacs โข๐ฃ๐ง๐ท๐ฌ๐ง โข Ela/She โข ๐ณ๏ธโ๐
Senior Developer @ Shopify helping make commerce better for everyone. Interested in Rails, Ruby, Elixir, Remix and React.
Sincere poster. No cynicism. Dad to two sets of twins! Co-founder of tryhardstudios.com
- https://MasteringPostgres.com
- https://HighPerformanceSQLite.com
- https://screencasting.com
- https://mostlytechnical.com
- https://aaronfrancis.com
Member of the Elixir core team, speaker, writer. he/him. Platform Engineer at Knock.
President of the @ec.europa.eu
Mother of seven. Brussels-born. European by heart. ๐ช๐บ
Elixir, Rust, Open Source.
https://leandro.io
https://mdelixir.dev
https://autumnus.dev
๐ ๏ธ Building @justcrosspost.app & @repobot.app
๐จโ๐ป Elixir/Ruby SDK dev at @sentry.io
๐ Creator of Elixir Drops ๐ฆ
โค๏ธ Creator of rom-rb and many dry-rb gems and former @Hanamirb.org core team member
#ElixirLang #RubyLang #OpenSource #BuildInPublic
Creator of Elixir. Working at Dashbit and Livebook.
Dev advocate @livebook.dev / Dashbit
- Also, curator @elixir-radar.com
- Past: founder at Plataformatec (acquired by Nubank)
๐ ๏ธ buildinpublic โ๏ธ coffee ๐จโ๐ป programmer ๐ธmusic โChrist follower ๐ญ sharing his thoughts โข Monitor your site โ๏ธ http://sitesure.net โข ๐ https://mailcast.io
#ElixirLang