Decomposition into weight × level + jump of prime numbers:
- a new classification of primes ➡️ https://decompwlj.com/primedecomp.php
- in 3D - threejs - webGL ➡️ https://decompwlj.com/3Dgraph/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

A137812: Left- or right-truncatable primes
A137812 ➡️ https://oeis.org/A137812
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A137812.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A137812.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A137812.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

Participate in the 100-million-row challenge for PHP, hosted by @brendt
https://stitcher.io/blog/100-million-row-challenge
Ah yes, the age-old tale: spend two years in #architecture #purgatory, only to find salvation in the open arms of #PHP 😇. Who knew the key to world peace was a language everyone loves to hate? 😂 But hey, why ship features when you can debate the elegance of code forever? 🚀
https://laughingmeme.org/2026/02/09/code-has-always-been-the-easy-part.html #coding #humor #developer #life #tech #satire #HackerNews #ngated
Traits in #PHP are a limited purpose tool, but they do have a purpose.
https://www.garfieldtech.com/blog/beyond-abstract
Anyone fancy a #PHP challenge that sounds super simple but might actually be impossible?
One page hit, two sessions. That's all I want!
Start a session, save some data, switch to a new session, save some different data, reload the page and be able to switch between both data arrays.
Should be simple, no?
Whatever I do, the session IDs either end up the same and data crosses over, or the second session's ID changes each time so the data doesn't persist.
I've literally spent all day on this 😩
Question aux pros de Kirby CMS : j’ai fait un site avec beaucoup d’images volumineuses qui sont servies « à la bonne taille » par Kirby avec la fonction crop(). Jusque là super, sauf qu'en prod certaines images (pas toutes) ne sont pas prises en compte et je me retrouve avec quelques miniatures de 5333 px de large (et plus de 1 Mo) au lieu des 1000 px demandés, ce qui est évidemment hautement pénalisant.
Des idées sur ce qui se passe ?
(1/2)
Le site : https://hpaa.fr/

Goin' live with the Laravel team here in a couple mins 🔊
$PHP
RE: https://bsky.app/profile/did:plc:t7557igkeyl2jzzdqxtwvyeb/post/3mfmdfdbuvs2u
How to Filter Arrays While Keeping Keys
array_filter preserves keys by default. No array_values needed.
#php #arrayfilter #keys #howto
https://www.youtube.com/watch?v=fRceJ4RpyOQ
#phpactor is clearly not understanding the assignment :-/

#PHP has final const since 8.1 — because apparently a constant wasn't constant enough.
https://www.php.net/manual/en/language.oop5.final.php#:~:text=Final%20constants%20example

Depending on your expectations, passing an associative array to Eloquent's orWhere method might not do what you think. Here's a real bug I found and the simple fix. #php #laravel https://masteringlaravel.io/daily/2026-02-24-make-sure-you-know-how-orwhere-works-with-multiple-values