„I deleted my source code“
https://joppe.dev/2026/02/26/i-deleted-my-source-code/
„The classic development workflow we all know and loved, is disappearing fast. We will no longer care about the nitty gritty details of how the code works. We will only care that it does.“
Experiment in #php that has unit tests, some spec markdown files plus skill files to fill the src folder on every push according to specs/tests.
Old heads cry in #UML, model driven development and flow based whatever. Can't remember all the hyped methodologies. Thought visual driven development. Typed that into Google and found "visual reverse engineering" that uses legacy UIs to guess what a system does and recreates it in "not #COBOL" or "not #Delphi"!?
Lots of "The Purpose of a System is What it Does" systems out there nowadays, I guess. What do old cyberneticists make of all of this? #posiwid
1 file #symfony #php application
https://wouterj.nl/2026/02/200-lines-of-symfony
Template Literals vs Heredoc: String Battle ROYALE!
JavaScript's template literals vs PHP's heredoc - which formatting is prettier? WTF!
#javascript #php #jsvsphp #templateliterals #heredoc #stringinterpolation #multilinestrings #viralcoding #es6 #syntaxcomparison #stringformatting #mindblown
https://www.youtube.com/watch?v=Q7Uw-2gmJaI
Generator Expressions: Memory-Efficient MAGIC!
Python's generator expressions vs PHP's generators - which saves more memory? INSANE results!
#php #python #phpvspython #generators #generatorexpressions #yield #lazyevaluation #memoryefficiency #viralcoding #pythonmagic #mindblown #performance
https://www.youtube.com/watch?v=SSbCvMSXeik
A153213: Primes p such that both p-2 and p+2 are not squarefree
A153213 ➡️ https://oeis.org/A153213
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A153213.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A153213.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A153213.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

A152470: Largest of three consecutive primes whose sum is a prime
A152470 ➡️ https://oeis.org/A152470
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A152470.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A152470.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A152470.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

✅ (Solved) How to Fix #PHP Warning: Module ‘imagick’ already loaded Error
This article provides a guide for how to fix PHP Warning: Module 'imagick' already loaded errors.
🛠️ How to Fix PHP Warning: Module 'imagick' already loaded Error
When PHP encounters this warning, it means that the Imagick extension is being loaded more than once in your configuration files. While the warning itself usually won’t ...
Continued 👉 https://blog.radwebhosting.com/how-to-fix-php-warning-module-imagick-already-loaded/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #troubleshooting #imagemagick #redis

A147991: Sequence S such that 1 is in S and if x is in S, then 3x-1 and 3x+1 are in S
A147991 ➡️ https://oeis.org/A147991
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A147991.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A147991.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A147991.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

A147562: Number of "ON" cells at n-th stage in the "Ulam-Warburton" two-dimensional cellular automaton
A147562 ➡️ https://oeis.org/A147562
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A147562.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A147562.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A147562.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

Implement Parser with Fibers
https://github.com/tempestphp/100-million-row-challenge/pull/199
https://github.com/tempestphp/100-million-row-challenge/pull/200
Result:
https://github.com/tempestphp/100-million-row-challenge/blob/main/leaderboard.csv
https://github.com/tempestphp/100-million-row-challenge/blob/main/leaderboard-single-thread.csv
How to Stop array_map From Losing Keys
array_map resets keys and breaks associations.
#php #arraymap #keys #bug #howto #arrays
https://www.youtube.com/watch?v=mFY-PR9aG3Y