A109373: Semiprimes of the form semiprime + 1
A109373 ➡️ https://oeis.org/A109373
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A109373.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A109373.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A109373.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

A109303: Numbers k with at least one duplicate base-10 digit (A107846(k) > 0)
A109303 ➡️ https://oeis.org/A109303
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A109303.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A109303.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A109303.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

Released: laminas/laminas-cache 4.2.0
#php #laminas
https://github.com/laminas/laminas-cache/releases/tag/4.2.0
A simple comment on a function name led to a much bigger refactoring. Here's why I've learned to welcome code review feedback instead of resisting it. #php #laravel https://masteringlaravel.io/daily/2026-02-04-republished-dont-get-defensive-during-code-review
Released: laminas/laminas-navigation 2.23.0
#php #laminas
https://github.com/laminas/laminas-navigation/releases/tag/2.23.0
IntelliJ IDEA, PyCharm, and other IDEs are getting a Wayland upgrade on Linux
#ide #intellij #intellijidea #java #jetbrains #kotlin #linux #php #python #wayland
https://www.howtogeek.com/wayland-support-is-coming-to-intellij-idea-pycharm-and-other-ides/
Wondering how many APIs implementing standards defined via #openapi specs are validating payload accidentally wrong as the tooling doesn't take into account that pattern fields contain ECMA based regular expression bodies while the spec implementors use PCRE2 or other regex engines available in their programming languages.
Subtle differences in syntax leading to wrong escaping leading to ranges of characters being duplicate singular matches. Or implementations based on different unicode versions etc.
Luckily specs often might have plain and simple regex patterns. Doesn't help when character classes like \w are maybe interpreted as unicode letters and numbers in PCRE2 (/u) while #JavaScript means [A-Za-z0-9_] or whatever other constellations are thinkable. And I don't even understand utf16/utf8 subtleties with surrogate pairs or whatnot.
Fun. I should implement something to help with this in #php. Libs don't seem to take this into account if my understanding is correct.
@toflar presenting #loupe, a search engine build on top of SQLite written in PHP.
Great walkthrough on how Information Retrieval systems implemented their storage layers, and their ways to optimize query and matching algorithms.
A huge work on research and implementation, great job Yanick!
#symfony #php #sqlite #searchengine

Spend two hours on learning how to update the German #php docs #translation and making my first two PRs:
https://github.com/php/doc-de/pull/210
https://github.com/php/doc-de/pull/211
If you ever wanted to learn how to contribute to the translation, but felt it wasn't clear on how to do it:
Feel free to reach out, happy to help you get going.
Laravel Sites Hacked: Public Folder Backdoors, Google-Only Redirects, and CPU Cryptomining (Likely via Livewire RCE) - 5Balloons Tech
How to Prevent array_unique From Reindexing IDs
array_unique drops keys and scrambles IDs.
#php #arrayunique #keys #bug #howto #arrays
https://www.youtube.com/watch?v=aO7pyKzJxLc
CVE Alert: CVE-2020-37083 - chatelao - PHP Address Book - https://www.redpacketsecurity.com/cve-alert-cve-2020-37083-chatelao-php-address-book/
#OSINT #ThreatIntel #CyberSecurity #cve-2020-37083 #chatelao #php-address-book