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
🎄 Holiday gift from #Symfony!
Watch Fabien Potencier’s keynote “20 Years of Symfony, What’s Next?” — FREE 🎁
The perfect way to close the year & look ahead 🚀
👉 https://live.symfony.com/account/replay/video/1131
#PHP https://symfony.com/blog/20-years-of-symfony-a-gift-for-the-community
A070865: Smallest prime such that the difference of successive terms is strictly increasing
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A070865.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A070865.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A070865.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

A070552: Semiprimes k such that k+1 is also a semiprime
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A070552.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A070552.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A070552.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

RE: https://phpc.social/@jay/115811048552980980
And here it is 🤞🏻
https://github.com/rectorphp/rector-src/pull/7785
I just wrote my first custom Rector rule and it took me just four hours of trial and error. It wraps negated instance checks in parentheses, so
!$foo instance of Foo
to
!($foo instance of Foo)
I think I will try to get it into the core project 🤞🏻
Maybe one day #PHP can have true modules. Twould be nice to export/import a la ES but with a sensible syntax, eg
from helpers use { pick };
Dad, stop nerding out and love me
#cats #catswhocode #php

We take security seriously in our projects. Composer 2.9 now blocks vulnerable packages natively, which means we can finally remove roave/security-advisories. One less dependency to manage. #php #laravel https://masteringlaravel.io/daily/2025-12-30-composer-2-9-adds-native-security-protection
Do you map or loop? 👇
Functional elegance or just fancy syntax? What do you think👇

Released: laminas/laminas-loader 2.12.0
#php #laminas
https://github.com/laminas/laminas-loader/releases/tag/2.12.0
@ocramius I took my final decision not to use Laravel unless absolutely needed (like paid for this) when I added lots of typehints, sent quite a large PR, and it was declined because "it's not needed at the moment". Then I said no, sorry not sorry. I like PHP's evolution, and writing in #PHP 5 style is something that doesn't inspire me.