Today I saw an ATM in a bank, that seems real, with a Windows version that needs to be activated! π€―
19.07.2025 21:19 β π 0 π 0 π¬ 0 π 0@julien.deniau.me
PHP and Typescript developer. I interested people talking about timezones. Maintainer of #immutablejs and #prettier-plugin-gherkin
Today I saw an ATM in a bank, that seems real, with a Windows version that needs to be activated! π€―
19.07.2025 21:19 β π 0 π 0 π¬ 0 π 0I've referenced it enough that now it's all I can hear when I read it. Now you have to hear it too π ericwbailey.website/published/yo...
30.06.2025 14:44 β π 70 π 28 π¬ 8 π 10Il y a des disclaimer sur les versions texte, mais les versions vocales ne mettent pas Γ§a.
(qui plus est je pense que Γ§a va Γͺtre comme les les messages "boire de l'alcool est mauvais pour la santΓ©" ou "au quotidien prenez les transports en commun")
C'est malheureusement le risque de L'IA : tu es ici sur un point trop spΓ©cifique pour qu'il soit pertinent. En plus de Γ§a, il a probablement agrΓ©gΓ© des rΓ©ponses de plein de gens qui se posent la question ou mΓͺme donne la mauvaise rΓ©ponse.
09.06.2025 13:49 β π 1 π 0 π¬ 1 π 0I updated #immutablejs documentation to avoid indexing old version, and it starts to work.
Weirdly qwant has indexed the v5 page while Google still index the v3 π
#immutablejs documentation now have a page about the devtools browsers extension!
immutable-js.com/browser-exte...
Je trouve quel les comptes US ont plus migrΓ© sur bsky et du coup j'y trouve plus mon compte dans les gens que je suis pour la veille tech.
J'ai toujours du mal Γ trouver mon compte sur masto, mΓͺme si l'ambiance est plus "cozy".
Why timezones are complicated? Just look at this slide and the next one π
ptomato.name/talks/tc39-2...
The contribution was made by a single volunteer, not by a Mozilla employee.
spidermonkey.dev/blog/2025/04...
ITS HAPPENING
Firefox 127 shipped today making it the first browser to support Temporal - the new API for working with Dates, times, timezones + durations
You might want to look at Vivaldi browser : it's chromium based too and has a lot of customization options.
25.05.2025 06:44 β π 0 π 0 π¬ 0 π 0Γa me fait penser aux GPS : les gens ne savent plus se repΓ©rer dans une ville sans GPS, et la deuxiΓ¨me fois que l'on revientβ¦ on remet le GPS car on n'a pas mΓ©morisΓ© le trajet.
Est-ce que Γ§a va faire pareil avec l'IA ? L'avenir nous le dira π
Clairement on est a la croisΓ©e des chemins sur l'IA.
Je n'ai pas encore fait mon article de blog sur mon avis (j'ai juste le titre π).
L'IA est un bon outil, je l'utilise aussi pas mal, mais je pense qu'on y pend la connaissance, et parfois revenir au dΓ©part permet d'apprendre et de mΓ©moriser !
The one where I muse about how this simple bit of code radically changes how the web itself seems to behaveβ¦
webkit.org/blog/16967/t...
I forked the unmaintained devtools and extensions repository and pushed the code on the immutable-js organization:
github.com/immutable-js...
The #immutablejs browser extension is back!
You can have a human-readable version when you `console.log` an immutable object.
Bonus: it's now available for Firefox too!
For chromium-based : chromewebstore.google.com/detail/immut...
For Firefox : addons.mozilla.org/fr/firefox/a...
Surtout que mΓͺme les applis de Google mettent ce genre de messages !
21.05.2025 11:35 β π 0 π 0 π¬ 0 π 0Iterator helpers have become Baseline Newly available
https://web.dev/blog/baseline-iterator-helpers?hl=en
Focus on tabs of a browser. Two tabs are grouped under the name "coucou", three tabs have their menu opened on the "add tabs to group".
Firefox released a feature that is great in @vivaldi.com : the possibility to "group" tabs together !
20.05.2025 11:33 β π 0 π 0 π¬ 0 π 0#immutablejs chrome extension doesn't work since chrome requires manifest v3 for extensions.
I am working on releasing a new version soon.
Bonus : it will also be available on Firefox! π
A code snippet showing how to use the new PHP pipe operator from the v3 RFC. function getUsers(): array { return [ new User('root', isAdmin: true), new User('john.doe', isAdmin: false), ]; } function isAdmin(User $user): bool { return $user->isAdmin; } // This is the new syntax. $numberOfAdmins = getUsers() |> fn ($list) => array_filter($list, isAdmin(...)) |> count(...); var_dump($numberOfAdmins); // int(1);
#PHP on a good way to get a pipe operator with: wiki.php.net/rfc/pipe-ope...
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
Merci aux bΓ©nΓ©voles de l' #AFUPDay #AFUPDayLyon!
16.05.2025 15:44 β π 7 π 1 π¬ 0 π 1Les slides de ma prΓ©sentation Γ l' #AFUPDay Lyon sont disponibles.
Vous pouvez cliquez sur l'icΓ΄ne de speaker pour avoir les notes.
julien.deniau.me/open-source-...
Merci beaucoup !
16.05.2025 11:43 β π 0 π 0 π¬ 0 π 0π«π· Big O: La boussole du dΓ©veloppeur pour comprendre les performances https://www.amaliamaturana.com/fr/big-o-la-boussole-du-developpeur-pour-comprendre-les-performances/
12.05.2025 07:16 β π 0 π 1 π¬ 0 π 0So cool to see that issues reported for immutable-js now contains playground link!
07.05.2025 17:48 β π 0 π 0 π¬ 0 π 0Oh crap, I haven't blogged since december! I need to write an article soon!
07.05.2025 11:20 β π 0 π 0 π¬ 0 π 0I'm doing the exact same opposite: I accept only people that I've met somewhere else (internet beeing a valid place but somewhere out of LinkedIn)
29.04.2025 17:07 β π 3 π 0 π¬ 1 π 0Screenshot of immutablejs playground. The image display a List containing another List, that contains some data of different types. The rendering is clear and readable.
#immutablejs playground now handle nested objects!
immutable-js.com/play/#TGlzdC...
#immutablejs playground can now be shared or bookmarked directly with url.
immutable-js.com/play/#TGlzdC...