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
Loved reading this post about #PHP ’s new URI extension - the amount of work in making it good, secure, and extendible for the future is impressive, but the benefits being extended not only to PHP, but also to upstream projects is quite delightful.
https://thephp.foundation/blog/2025/10/10/php-85-uri-extension/
🔔 #PHP object-mapper library Valinor v2.2.1 released!
This version is sponsored by @eliashaeussler who sent a very generous donation ❤️
A huge effort was spent on this release to fix a nasty bug, but this *could* break your app if you use mapper converters — please read release notes carefully:
https://github.com/CuyZ/Valinor/releases/tag/2.2.1
#php #symfony Doctrine это корм для собак https://www.doctrinepet.ru/
Живите теперь с этим
p.s. задолбала эта фигня вместо документации по ORM Doctrine
A028374: Curved numbers: numbers that have only curved digits (0, 2, 3, 5, 6, 8, 9)
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/Curved_numbers.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/Curved_numbers.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/Curved_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

A028260: Numbers with an even number of prime divisors (counted with multiplicity); numbers k such that the Liouville function lambda(k) (A008836) is positive
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A028260.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A028260.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A028260.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 Install Centmin Mod on #AlmaLinux #VPS (5 Minute Quick-Start Guide) Here's a detailed step-by-step guide on how to install Centmin Mod on AlmaLinux VPS server.
What is Centmin Mod?
Centmin Mod is a shell-based, menu-driven installer that automates the deployment of a LEMP (Linux, Nginx, MariaDB/MySQL, PHP-FPM) stack on CentOS, AlmaLinux, and Rocky Linux servers. Designed for efficiency and performance, it ...
Continued 👉 https://blog.radwebhosting.com/how-to-install-centmin-mod-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #csf #centminmod #php #letsencrypt
The Castor Task Runner is Now Stable! #symfony #PHP
https://jolicode.com/blog/the-castor-task-runner-is-now-stable
The Castor Task Runner is Now Stable! #symfony #PHP
https://jolicode.com/blog/the-castor-task-runner-is-now-stable
AdminNeo is a full-featured database management tool written in PHP. It consists of a single file ready to deploy to the target server. Free for commercial and non-commercial use.

The Castor Task Runner is Now Stable! #symfony #PHP
Posted into SYMFONY FOR THE DEVIL @symfony-for-the-devil-mobileatom
How do you use #monolog like logger in a #php library?
I am looking for something like #tracing from #rust world where the library logs the messages but logs only written to console/file if app creates log subscribers.