Lyon, France
> The proliferation of Google's "Gemini" brand across a wide array of products has created a complex and often misunderstood ecosystem.
At least it's not biased 😄
> The proliferation of Google's "Gemini" brand across a wide array of products has created a complex and often misunderstood ecosystem.
At least it's not biased 😄
🏦 J’y partage comment, chez Bedrock Streaming, nous optimisons nos couts AWS — en allant bien plus loin que les traditionnelles réservations 💪
aws.amazon.com/fr/blogs/fra...
🏦 J’y partage comment, chez Bedrock Streaming, nous optimisons nos couts AWS — en allant bien plus loin que les traditionnelles réservations 💪
aws.amazon.com/fr/blogs/fra...
I like the questions at the end:
- Does it need to be configurable?
- Does it need syntax of its own?
blog.yossarian.net/2025/01/10/B...
I like the questions at the end:
- Does it need to be configurable?
- Does it need syntax of its own?
blog.yossarian.net/2025/01/10/B...
This is due to SQL's "Three Valued Logic", which considers a comparison with NULL, such as `NULL != 'value'`, as neither `true` or `false`, but `uknown`.
More on the subject: modern-sql.com/concept/thre...
This is due to SQL's "Three Valued Logic", which considers a comparison with NULL, such as `NULL != 'value'`, as neither `true` or `false`, but `uknown`.
More on the subject: modern-sql.com/concept/thre...
So I can notify people that I saw the message, with an eye emoji or a loading one, and then come back to it later with this in the search bar:
hasmy::eyes:
So I can notify people that I saw the message, with an eye emoji or a loading one, and then come back to it later with this in the search bar:
hasmy::eyes:
Reminds me of the paramedic method.
Funny enough, it comes from this post, by @theletterf.bsky.social, warning against using AI to generate docs: passo.uno/whats-wrong-...
Reminds me of the paramedic method.
Funny enough, it comes from this post, by @theletterf.bsky.social, warning against using AI to generate docs: passo.uno/whats-wrong-...
Especially that despite high interest rates, there is a LOT of investment in AI.
Outside AI: not much. This is unlikely to change until rates don't change.
Especially that despite high interest rates, there is a LOT of investment in AI.
Outside AI: not much. This is unlikely to change until rates don't change.
Explanation will have to include parts of the code that are not essential or misguiding, as refactor will try to rework them for a better understanding.
Explanation will have to include parts of the code that are not essential or misguiding, as refactor will try to rework them for a better understanding.
We built a proof-of-concept OS that ditches app silos for a truly generative UI. It's controlled by voice or text and handles links, images, and navigation on the fly.
marmelab.com/blog/2025/07...
We built a proof-of-concept OS that ditches app silos for a truly generative UI. It's controlled by voice or text and handles links, images, and navigation on the fly.
marmelab.com/blog/2025/07...
➡️ https://symfony.com/blog/kicking-off-the-symfony-ai-initiative
➡️ https://symfony.com/blog/kicking-off-the-symfony-ai-initiative
Here are 10 curated features, a couple you may have heard of, and many more I'm sure you'll discover here! 👇🧵
Here are 10 curated features, a couple you may have heard of, and many more I'm sure you'll discover here! 👇🧵
Maybe one day they'll reach the contributors page 😄
Maybe one day they'll reach the contributors page 😄
Can't wait to update my stack to test it!
➡️ https://symfony.com/blog/new-in-symfony-7-3-jsonstreamer-component
Can't wait to update my stack to test it!
les-tilleuls.coop/en/blog/fran...
les-tilleuls.coop/en/blog/fran...
Here's a 🧵 about the history of the RFCs
bsky.app/profile/moni...
A way to chain callable, passing results from left to the first argument on right, like a bash pipe operator.
It eases reading code compared to callbacks, and less error-prone than temp vars.
See below ⬇️ 1/4
Here's a 🧵 about the history of the RFCs
bsky.app/profile/moni...
A way to chain callable, passing results from left to the first argument on right, like a bash pipe operator.
It eases reading code compared to callbacks, and less error-prone than temp vars.
See below ⬇️ 1/4
A way to chain callable, passing results from left to the first argument on right, like a bash pipe operator.
It eases reading code compared to callbacks, and less error-prone than temp vars.
See below ⬇️ 1/4
So a typo on this tag in a feature file and the whole file is ignored. Difficult to spot, when you've got hundred of files.
So better idea here, using paths, so we don't miss any file.
So a typo on this tag in a feature file and the whole file is ignored. Difficult to spot, when you've got hundred of files.
So better idea here, using paths, so we don't miss any file.
It's main use to me is to combine it with DataProvider: test method parameters can then be used as placeholders, which will be replaced in --testdox with the values from the data provider.
docs.phpunit.de/en/12.0/attr...
It's main use to me is to combine it with DataProvider: test method parameters can then be used as placeholders, which will be replaced in --testdox with the values from the data provider.
docs.phpunit.de/en/12.0/attr...