Baptiste Langlade
baptouuuu@phpc.social
Posts
-
Post #4277705
Le 27 août je serai au Digital Summ'r pour participer à une table ronde sur le facteur différentiant des équipes à l'ère de l'#IA https://www.digitalsummr.com/acceleration-par-l-ia-et-facteur-x-ce-que-l-ia-ne-remplace-toujours-pas
-
Post #3656838
Empire of AI by Karen Hao After The Dropout, Super Pumped and WeCrashed, now I can’t wait for ClosedAI (rather sooner than later 🙏) In the meantime this is an excellent read 👌
-
Post #1634494
We May Be Living Through the Most Consequential Hundred Days in Cyber History, and Almost Nobody Has Noticed https://ringmast4r.substack.com/p/we-may-be-living-through-the-most
-
Post #1634490
The Side Effect You Can’t See: Perceptual Parochialism in Software Engineering https://mamad.purbo.org/posts/side-effects-and-scale/
-
Post #1634488
Since the start of the #AI frenzy I've told my team it's solving a problem we don't have. What we need is higher abstractions and tools to help us think about them more formally. I could give examples about this opinion but lacked a formal description. Now I have one: Perceptual Parochialism. We don't need more (code), we need to compress information. https://mamad.purbo.org/posts/perceptual-parochialism/
-
Post #1290080
#TodayWithBlackBox BB: this scenario shouldn't pass with data X Me: oh well that's an edge case that shouldn't be generated Me: fix then run 10k scenarii to make sure everything's ok BB: the scenario 6773 shouldn't have passed with data Y 🤣
-
Post #1290079
New release of #php innmind/black-box: It improves the default shrinking mechanism to stop shrinking when the shrunk values change the type of assertion failure. This prevents hiding the original failure that made the test fail. https://github.com/Innmind/BlackBox/releases/tag/6.11.0
-
Post #1290071
RE: https://phpc.social/@sebastian/116366849320349204 Property based testing pushes the relation "I hate my code"/"this is so fun" to a new level 😉
-
Post #1290070
RE: https://phpc.social/@sebastian/116366849320349204 Property Based Testing once again has found a bug in one of my packages 🤗
-
Post #1290069
Property Based Testing be like:
-
Post #1290068
Anyone here that tried Codeberg ? Every week something new on GitHub is breaking 😢
-
Post #1290066
I don’t know if this is a true story or not. But I think it’s bound to happen. And I fear this is the way we’ll bring regulations on ourselves 😕 https://www.tobru.ch/an-ai-vibe-coding-horror-story/
-
Post #902194
"Square-cube law" I reckon there should be a "scaling effect" law for software. (I prefer the french translation of this page, a bit more content) https://en.wikipedia.org/wiki/Square–cube_law
-
Post #704664
Que vous aimeriez coder en français, pensiez que le ciel va nous tomber sur la tête ou même que c'est une hérésie d'y penser. Venez au meetup de l'AFUP la semaine prochaine où je ferai un retour de 6 ans à coder en français. https://www.meetup.com/afup-lyon-php/events/313022005/
-
Post #704662
A bit of a dense read but quite enlightening. From the origin of the transistor, to the economic dynamics, to political and geopolitical strategies. I can’t recommend it enough to anyone in the IT field. Et merci l' @afup pour le cadeau speaker 🙏 je l’aurais jamais lu en temps normal
-
Post #704660
I'm adding an "extensive CI" to my projects lately to generate 1000 scenarii per _proof_ when publishing a new release to make sure everything is fine. I didn't expect that for innmind/filesystem it would yield ~280k tests and ~22 million assertions total 😅 https://github.com/Innmind/Filesystem/actions/runs/21336641960
-
Post #704659
An AI Agent Published a Hit Piece on Me https://theshamblog.com/an-ai-agent-published-a-hit-piece-on-me/
-
Post #704657
"I don't know about you people but I don't want to live in a world where someone else makes the world a better place than we do" - Gavin Belson Silicon Valley is so gold 😍 Every tech hype cycle should urge for a re-watch
-
Post #704655
A master class on system thinking by Russ Ackoff A system is greater than the sum of its parts. Trying to optimise each part in isolation will optimise the whole system; it might even break the system value. "If you don't remember that, you will regret it!" https://www.youtube.com/watch?v=OqEeIG8aPPk
-
Post #704654
RE: https://phpc.social/@baptouuuu/116221512846992957 Talk ajouté à la bibliothèque https://baptouuuu.github.io/bibliotheque/conferences/#if-russ-ackoff-had-given-a-ted-talk
-
Post #704652
I don't know why but testing a test framework with itself always makes me smile 😁
-
Post #549144
Feels good when I stumble on code examples from other modern languages and I see a lot of similarities with Innmind (https://innmind.org) 😌 https://javaevolved.github.io #php
-
Post #465880
Transitions: The easiest way to improve your tech talk https://medium.com/@saronyitbarek/transitions-the-easiest-way-to-improve-your-tech-talk-ebe4d40a3257
-
Post #255232
I've learned "make impossible states impossible" through my functional programming journey. It's now paying dividends at work. No need to track down states changes to make sure there's implicit bugs. The static analysis do it for us 😌 https://www.youtube.com/watch?v=IcgmSRJHu_8