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
A053176: Primes p such that 2p+1 is composite
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A053176.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A053176.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A053176.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

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

A052499: If n is in the sequence then so are 2n and 4n-1
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A052499.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A052499.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A052499.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

I'm not 100% sure this is the right way, but I sure didn't have “Contribute to the php.net web site" on my 2025 bingo card, and yet…
/cc @Crell
https://github.com/php/web-php/pull/1689
@mwop @pollita @Crell I haven't used #PHP (much) in a long time. Curious, I tried to look up the ”pipe" operator. All of these failed to get me any useful results.
URLs:
- php.net/pipe
- php.net/|
- php.net/|>
- php.net/operators.pipe
Search Docs box:
- pipe (found some Swoole stuff…)
- |
- |>
- Searching the operators page (https://www.php.net/manual/en/language.operators.php ) for “pipe” or “|" (did find bitwise or…)
I found it by guessing Functional Operators.
As a former manual contributor, this made me sad. /-:
CVE Alert: CVE-2025-14091 - TrippWasTaken - PHP-Guitar-Shop - https://www.redpacketsecurity.com/cve-alert-cve-2025-14091-trippwastaken-php-guitar-shop/
#OSINT #ThreatIntel #CyberSecurity #cve-2025-14091 #trippwastaken #php-guitar-shop
String Concatenation - Dots vs Interpolation
💻 String Interpolation vs Concatenation! Junior developers use dot concatenation everywhere (hard to read!), while senior devs use PHP's string interpolation with curly braces. Plus, see how heredoc syntax makes HTML generation clean. Readable code matters! #PHP #StringInterpolation #CleanCode #Readability #BestPractices
#php #programming #coding #webdevelopment #softwareengineering #juniorvssenior #codereview #programmingtips #phptutoria...
manual
Sculpin 4.x will include an experimental "live editor mode", so you can edit your content inside your web browser when running "generate --watch --server --editor".
But that command line invocation is getting extremely silly. It should be condensed into a single command.
How do folks feel about a "run" command? Or what about making it the default behaviour, so running "vendor/bin/sculpin" is enough to go into generate+watch+serve+edit mode?
#sculpin #php #StaticSiteGenerator #StaticSite
PHP Attack Plan For Static Global Functions
⚡ PHP Attack Plan For Static Global Functions - Code quality comparison! Junior developers make common mistakes, senior devs write clean code. Learn from this! Which approach do you use? #PHP #WebDev #CodingTips #coding
#php #programming #coding #webdevelopment #softwareengineering #juniorvssenior #codereview #programmingtips #phptutorial #codingtutorial #bestpractices #phpprogramming #codequality #clea...
https://www.youtube.com/watch?v=FuqEkHP5EUw
No one ever complains about their tests running too fast, but in today's video, I explain why I avoid a popular technique for making your test suite faster. #php #laravel https://masteringlaravel.io/daily/2025-12-05-video-why-we-dont-use-sqlite-for-tests
Released: laminas/laminas-paginator 3.0.0
#php #laminas
https://github.com/laminas/laminas-paginator/releases/tag/3.0.0