Adrien Roches

9 Followers
25 Following
17 Posts
PHP / Symfony / Docker developper
Bloghttps://roc-it.tech
CVhttps://www.adrien-roches.fr/
@afilina curious to see your scripts and what you've been doing with it. Love bash and I find it is much underrated. Instead it is often the big stack.
@afilina which mouse did you choose in the end ?
@afilina yup I see your point. I was more into "save your thoughts" from harry Potter. But I have the same needs. That's why I remember this and was wondering if you found anything useful. I try to work on my memory with different exercise to create a sort of second memory. But daily things get in the way of the rigor it requires.
@afilina yup I tend to avoid AI as well. Wondering though if it could help in such cases... I remember that you mentioned that the current way of taking notes of ideas was too slow compared to what you have in mind. Paper doesn't seem to answer this issue.
Hey @afilina , I remember once you were searching an app for mind map if I recall. Did you find it ? Did you try something like https://korben.info/goblin-tools-des-ia-minimalistes-pour-vaincre-la-procrastination.html ?
Goblin Tools - Des IA minimalistes pour vaincre la procrastination | Le site de Korben

Si vous êtes comme moi, il est probable que vous vous mettiez à procrastiner très fort lorsqu’une tâche à faire vous parait trop grosse ou trop floue ...

Le site de Korben

Congrats @neirda & @jean_beru 👏

📣🤩 These 2 brilliant experts from the SensioLabs Tech team will unveil a new @symfony bundle proudly hosted by SensioLabs

Join their talk on December 6 at #Symfony_Con Vienna 2024 🎡

🔗 https://symfony.com/blog/symfonycon-vienna-2024-the-missing-gotenberg-bundle-components-assemble

SymfonyCon Vienna 2024: The missing Gotenberg Bundle. Components, Assemble! (Symfony Blog)

With wkhtmltopdf deprecated, we built a Symfony bundle using Gotenberg for fast and memory-efficient PDF generation with HttpClient and async support. Discover with Adrien Roches & Hubert how we made …

@afilina @airtonzanon I recently saw a go-to in a bad indented code that looked like it was at a certain line when in fact it was conditionned by a if statement with brackets. If you need inspiration ;)
@ellisgl @skobkin you can also have an enum that lists all enums which are also implementing the interface
@afilina @asgrim as with any repository we need to go into settings to check what it does by default. If I remember correctly, on gitlab, there is a cleanup task by default on 'ew repositories. You can either disable it or configure it differently. BTW when it was introduced they make it so it doesn't affect old repositories to avoid BC. They globally have a very cool upgrading path.
@derickr @afilina @dseguy but why ? I tend to think that because what makes it nullable is the default, by changing the default we also change the type hint of the argument.