@peach Seemed a bit unnecessary to me too at first. Two things: chaining operations and UTF-8 support.
https://github.com/laravel/framework/pull/57581
#php #laravel
Now this animation is available for the 1000 sequences decomposed on my website.
Accessible from the 3Dgraph, 2Dgraph500terms and 2dgraphs pages ➡️ https://decompwlj.com
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research
4: The palindromes in base 10 (A002113) ➡️ https://decompwlj.com/3DgraphGen/Palindromes.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research
3: The triangular numbers (A000217) ➡️ https://decompwlj.com/3DgraphGen/Triangular_numbers.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research
2: The prime numbers (A000040) ➡️ https://decompwlj.com/3DgraphGen/Prime_numbers.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research
Generation of four sequences decomposed into weight × level + jump (log(weight), log(level), log(jump)) - three.js animation:
🧵⬇️
1: The natural numbers (A000027) ➡️ https://decompwlj.com/3DgraphGen/Natural_numbers.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research
How to Avoid array_rand Returning a String
array_rand returns a string for one item.
#php #arrayrand #arrays #bug #howto #random
https://www.youtube.com/watch?v=k8ouLh94GP4
#changelog CodeIgniter has been added to our marketplace #autoinstall #php → https://changelog.alwaysdata.com/515/detail/
The March meetup is in the books.
Great turnout at Xelon in Zug — lots of new faces. Storm-related train delays meant we ended up with one speaker on the night, but the conversations made up for it.
Thanks to everyone who came out, and to Xelon for hosting.

🔥 On démarre la journée à #Symfony_Live Paris 2026 !
Fabien Potencier, @fabpot ouvre le bal avec “Concevoir des TUI en PHP” 💻✨
TUI, Symfony Terminal, et même une PR en live 👀🚀
Let’s go Paris! 🇫🇷🔥
#Symfony #PHP #TechEvent

Albireo CMS ver. 2026.03.25 (release) https://maxsite.org/albireo/changelog #albireo #cms #webdev #php
```
// Uncork private properties and methods using dark reflection magic
$clientClass = new ReflectionClass($this->client);
$defaultOptions = $clientClass->getProperty('default_options')->getValue($this->client);
```
... and it worked.