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
Grrr. Getting hit by a fairly aggressive scraper on my blog.
Same user-agent, but different IP addresses - all from China.
It is using JS - but I really don't want to put up a CAPTCHA or similar. Deters too many legitimate visitors.
Anyone have a simple solution for WordPress / PHP?

I woke them up, and now they're looking for new families. #elephpants #php @SenseException @elephpantme @phpc @php
A024898: Positive integers k such that 6*k - 1 is prime
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A024898.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A024898.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A024898.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

A024894: Numbers k such that 5*k + 1 is prime
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A024894.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A024894.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A024894.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

Simplify PHP Environment Management with CoreEnv. #PHP
https://dev.to/sachinsanchania/simplify-php-environment-management-with-coreenv-3dlo
Simplify PHP Environment Management with CoreEnv. #PHP
Posted into SYMFONY FOR THE DEVIL @symfony-for-the-devil-mobileatom
Centralizing code quality commands in PHP projects: composer scripts vs Makefile. #PHP
Posted into SYMFONY FOR THE DEVIL @symfony-for-the-devil-mobileatom
Just published a new article for fellow PHP developers
How to centralize your code-quality commands: tests, static analysis, formatting, and refactoring, in a single place.
Compare Composer scripts vs Makefile, with practical examples.
#php #developer #automation #makefile #composer
Book Spotlight: Desarrollo de Aplicaciones web con PHP 8 (2a Edición) https://leanpub.com/desarrollodeaplicacioneswebconphp8
2a Edición del manual de «Desarrollo de Aplicaciones Web con PHP 8» que proporciona al lector una completa guía de referencia de los aspectos básicos del lenguaje estudiando desde conexiones con bases de datos, a conceptos como la recursividad, Orientación a Objetos, el patrón de diseño Modelo-Vista-Controlador y el framework para testing PHPUnit.
#books #ebooks #php #programming

Day 8 of the shutdown, still getting back into the swing of writing code for hours every day after years away from it. The brain "muscle" memory is still there - notably getting into the Flow for hours and completely forgetting to eat.
Today's project is refactoring the data access layer to add modern models. Hoping to get authentication done shortly. #PHP https://codeberg.org/krusynth/Valvalis