Sabitlenmiş Tweet
Adrien Poly
2.8K posts

Adrien Poly
@adrienpoly
CTO @plume_app : Ruby on Rails, JS, OSS contributor: https://t.co/BnzORnWN7O & https://t.co/PDHHQmjpN6
Bordeaux, France Katılım Mart 2010
1.7K Takip Edilen2K Takipçiler
Adrien Poly retweetledi
Adrien Poly retweetledi

If you use factory_bot with Rails and have always been jealous of those fixture guys, check out FixtureKit! github.com/Gusto/fixture_…
English

🚨 L’Allemagne passe la vitesse supérieure sur l’électrique !
Selon les projections officielles de NOW GmbH :
✅ 70 % des voitures neuves vendues en 2030 seront électriques
✅ Près de 8 millions de VE sur les routes
✅ + 2,4 millions d’hybrides rechargeables
La transition est clairement lancée outre-Rhin ⚡🔋
Qu’en pensez-vous ? La France va-t-elle suivre le rythme ?




Français

@DrGomi Quand on parle aujourd'hui de développement durable on nous endors avec des matériaux recyclés etc en oubliant complètement la vraie définition de DURABLE
Français

Écologie ; il y a 25 ans j ai acheté ce karcher de marque suroil ; c était un premier prix chez Leroy merlin ; marque française ; pompe avec piston laiton , pas un seul composant plastique ; poids autour de 20 kilos ; actuellement un karcher premier prix pèse 5 à 7 kg , tout est en plastique, et il tient maximum 150 heures ; quelques années en cas d usage régulier ; là il faisait disjoncter mon différentiel ; j ai juste changé le condensateur ; c est reparti pour au moins dix ans.

Français

@DFintelligence Je pense qu’il faut rajouter à cela que le niveau d’exigence sur les produits va augmenter. Un saas ne sera plus un simple CRUD mais un système intelligent hyper connecté. Et ça va demander des compétences pour le faire
Français

J’ai une thèse sur le métier de développeur. Je pense qu’au final, la hype actuelle autour de l’IA dans le code que l’on vit peut donner, à terme, encore plus de travail aux devs. C’est pour ça que je ne crois pas du tout au « c’est finito les développeurs ». (Et la thèse s’applique aussi peut-être aux métiers artistiques.)
Je m’explique : beaucoup de personnes non tech, qui voyaient le code comme quelque chose d’obscur, peuvent se dire « ah, peut-être que je peux ESSAYER ». Et c’est exactement cet essai qui va changer énormément de choses.
Les entreprises sont actuellement REMPLIES de profils non techniques qui essayent de développer dans leur coin des projets, des plateformes, bref, bricoler des trucs avec de l’IA qui code.
Prenons un exemple très concret : je ne sais pas vous, mais moi je reçois de moins en moins de messages de ce pote qui te dit « hey, j’ai une idée à 20 milliards de dollars, tu peux dev cette app stp ».
Mais évidemment, ces personnes n’arrivent pas à faire le dernier kilomètre : la mise en ligne, le scale, la maintenabilité… bref, tout ce qui fait qu’un dev est un dev.
Tout bon dev sait très bien que ce n’est pas parce que le « code marche » que c’est du bon code.
Donc oui, il y a eu un effondrement de l'embauche dans les métiers de l'IA... mais je pense que, d’ici quelques mois/années, on va se retrouver avec une demande astronomique de profils dev pour prendre des cas d’usage « testés » en mode dirty avec l’IA et les développer sérieusement.
Typiquement, maintenant, ce même pote s’est transformé en quelqu’un qui te dit « j’ai testé ça avec l’IA, mais j’ai besoin d’engager quelqu’un pour vraiment le faire maintenant ».
Je vais même aller plus loin : je pense que, très prochainement, ça sera une nouvelle manière pour des PM de « tester » des produits et des fonctionnalités métier sans « embêter » les équipes de dev.
Bref. C’est une thèse. Je n’en sais rien si ça sera vrai ou faux, c’est pour poser la discussion. Mais je pense vraiment que l'IA va permettre d'augmenter encore plus la valeur du travail humain.
(btw j'ai détaillé cette thèse dans mon livre si plus de data vous interesse -j'ai horreur de dire ca --help--)
Vous en pensez quoi ?
Français
Adrien Poly retweetledi

I made Solid Queue fiber-based.
Threads need one DB connection each: they can all query concurrently. Fibers share one connection because only one runs at a time.
100 concurrent jobs:
threads: 102 db connections
fibers: 3 db connections
Plus 20% faster on real LLM streaming workloads.
PR is up on rails/solid_queue.
paolino.me/solid-queue-do…
English

An update about @shortrubynews
I have not sent a new edition for almost 3 weeks. Let me explain why and what is next.

English

@seuros @strzibnyj There isn't any boost when switching from Rspec to Minitest. The real boost comes from using fixtures instead of Factories
English

This is noise and a lie, authored by someone who either wants clout or doesn’t know what they're doing.
RSpec is slower and creates a lot of magic you don’t need 99% of the time.
But unless this community is turning into MLM vendors, there is absolutely no way this story is true.
Even if the tests were rewritten in Assembly, you wouldn’t reach that kind of speed boost.
The agents probably stubbed everything.
I know FactoryBot, RSpec, and Minitest internals (I’ve contributed to them).
This story smells like: I pressed the turbo button on an old DX486 and now I’m playing GTA 6 in 8K with it.
Just use @grok or any LLM to verify the claims.
These people are hoping someone using RSpec will contact them and ask:
"Are you available for hire? We have a test suite that takes 2 hours; I heard you can make it 47 seconds."
English

Built in Passkey support in Rails is coming github.com/rails/rails/pu…
English

@blackcat_dev @levelsio same for me but on an old Iphone 12 pro. Got this since iOS26
English

@levelsio I just returned from a trip to Spain and it happened multiple times a day, what I noticed is it only happened if I went into the camera via the camera icon on the locked screen, but if I used the physical shortcut button on the 17 pro, it never happened 🫠
English
Adrien Poly retweetledi

Just released elixirevents.org , and open source events and talks directory for Elixir & BEAM events, conferences, talks, and meetups.
The idea is for it to be community sourced and maintained, so welcoming any PR contributions with data and application code improvements.
The work @adrienpoly , @marcoroth_ and others have done on RubyEvents was the inspiration for this project, so thank you for that :)
#myelixirstatus
English
Adrien Poly retweetledi

TestProf 1.6.0 is out with the features inspired by our recent work on the Whop's test suite: TPS (tests-per-second) profiler/linter, GC mode for memory prof, improved RSpecDissect output.
Use our upgraded docs to learn more: test-prof.evilmartians.io/guide/profiler…
Vladimir Dementyev@palkan_tula
Whop's RSpec suite runs in ~2 mins with ~30k examples. Against a real database (actually, three of them)! The secret? TestProf and knowing what you're doing (or your AI generating). P.S. We haven't even started fixturizing FactoryBot yet.
English

Been playing with RubyLLM tool calling lately. @paolino and team absolutely nailed this. Such a clean piece of conceptual compression🤌🤌🤌
English
Adrien Poly retweetledi

RubyLLM 1.14 is out!
- Tailwind Chat UI generator: run one command, get a beautiful working AI chat app
- Rails generators for agents, tools, and schemas
- Providers now self-register their config options
- Big batch of fixes: Faraday memory bloat, MySQL/MariaDB compat, agent config propagation
github.com/crmne/ruby_llm…
English

@yarotheslav yes exactly in our case I kept the repo public since it is static pages it doesn't really matter anyway. But thanks for reminding me about CF option
English

@adrienpoly important note: github pages is not free for private repos.
but you can publish private repos for free on cloudflare
English










