php

Back Open Paginator
17.03.2026 09:47
decompwlj (@decompwlj@mathstodon.xyz)

Decomposition into weight × level + jump of prime numbers:
- a new classification of primes ➡️ decompwlj.com/primedecomp.php
- in 3D - threejs - webGL ➡️ decompwlj.com/3Dgraph/Prime_nu

#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





Show Original Post


17.03.2026 09:46
decompwlj (@decompwlj@mathstodon.xyz)

A195069: Numbers k such that (number of prime factors of k counted with multiplicity) less (number of distinct prime factors of k) = 10
A195069 ➡️ oeis.org/A195069

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A195069.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A1950
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#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





Show Original Post


17.03.2026 05:17
decompwlj (@decompwlj@mathstodon.xyz)

A192607: Nonludic numbers: complement of A003309
A192607 ➡️ oeis.org/A192607

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/Nonludic
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/Nonlu
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#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





Show Original Post


17.03.2026 05:12
decompwlj (@decompwlj@mathstodon.xyz)

A191113: Increasing sequence generated by these rules: a(1)=1, and if x is in a then 3x-2 and 4x-2 are in a
A191113 ➡️ oeis.org/A191113

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A191113.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A1911
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#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





Show Original Post


17.03.2026 04:44
drdub (@drdub@mastodon.archive.org)

Today is good day to learn that in #PHP, if the documentation says

function foo expects arguments A and B and if B is not defined it'll be like passing "null"

that does NOT mean that

foo(A) and foo(A, null)

will produce the same results.

Actually, it might be the case that foo(A, null) throws an exception and dies.

Keeping life exciting, PHP is.




Show Original Post


17.03.2026 03:09
darkghosthunter (@darkghosthunter@mastodon.social)

I wish PHP 9.0 had a feature called "Flag".

No more bitwise operators, just fluent flag declaration. I'll prefer that rather than adding numbers and then wondering what is "8 | 16".





Show Original Post


16.03.2026 22:14
jaapio (@jaapio@phpc.social)

@jetbrains is sunsetting the feature I use every day! Code-with-me will be removed, the way to do pair programming for remote teams.

blog.jetbrains.com/platform/20

Why does jetbrains keep pushing me away? First forcing their AI, now end of code-with-me. I need to look for an alternative replacement. #php #pairprogramming #remote #ide




Show Original Post


16.03.2026 20:10
s_hulard (@s_hulard@mamot.fr)

I was ready to create an issue on @phpunit because of a strange behavior that I dug for a few hours...

While writing the description and explaining the details, I found that the issue was my own code...

Take the time to step back and explain to someone, an issue or an object on your desk. Most of the time a solution will come !!

#MyLife #Developer #PHP




Show Original Post


16.03.2026 18:07
objects (@objects@akkoma.tubul.net)

Wrote a simple #PHP script that runs once an hour.
Against a database with a couple of hundred records.
On a VPS that manages to hold its own against the bots while hosting both a fedi instance and a code forge.

But still it irks that it’s doing N+1 selects 😞 (actually, more like 3N+1 even)




Show Original Post


16.03.2026 17:17
jclermont (@jclermont@phpc.social)

Using loadMissing() to avoid duplicate queries? If the relationship was previously loaded with a filter, you might silently get incomplete data. Here's when the extra query is actually worth it. #php #laravel masteringlaravel.io/daily/2026




Show Original Post


16.03.2026 16:53
norbert (@norbert@phpc.social)

flow-php/parquet just got another significant performance boost 🤯

Our next goal is to create an php extension that would let us use Apache Arrow C++ parquet implementation and make parquet in #PHP even faster!





Show Original Post


16.03.2026 15:02
ghostwriter (@ghostwriter@phpc.social)

I miss PHP Internals News podcast.

I hope the PHP Foundation introduces Elizabeth Barron through official channels instead of random streams shilling AI slop, copyright infringement, and JetBrains subscriptions.

#PHP




Show Original Post


1 ...76 77 78 79 80 81 82 83 84 85 86 ...524
UP