One day, one decomposition
A235592: Numbers k such that k*(k+1) - prime(k) is prime
3D graph, threejs - webGL https://decompwlj.com/3Dgraph/A235592.html
2D graph, first 500 terms https://decompwlj.com/2Dgraph500terms/A235592.html
#PHP's self is a type that refers to the current class, to use with the class's methods. It is also possible to use it on exported closures.
https://php-tips.readthedocs.io/en/latest/tips/selfOnAClosure.html
PHP recap for week 16/2025
https://discu.eu/weekly/php/2025/16/
Get RSS feeds and support this bot with the premium plan: https://discu.eu/premium
Anyone in #php land care to explain what is going on with CVE-2024-8928? It was part of the PHP audit report, but no info in NIST MITER etc. Then I see CVE-2024-11233 which looks awful similar. Are these duplicates? I want to know if my site is vulnerable to the audit's findings or not, why is it like this?
Hey #PHP world. Anyone have strong opinions/experience between
and
for tracking code test coverage in a private project? Superficially they look the same, with different pricing models. Any reason to use one vs the other?
I don't think I need more than just coverage tracking; phpstan + phpmetrics locally should handle everything else, I think.
#Laravel should include soon a great PR that will help a lot of devs mapping collection items manually.
It's a simple `AsCollection::map(Item::class)` and `AsCollection::map([Item::class, 'fromArray])` cast.
It creates Collections and maps into a class instance, or a callable. No need to make your own anymore.
Confident it will land on Laravel 12.10 anytime this week.
Using #PSR-3 placeholders properly in #PHP (and other awesome alliterations).
https://peakd.com/hive-168588/@crell/using-psr-3-placeholders-properly
Woohoo! Version v6.2.12 of Firefly III has just been released
. Check it out over at GitHub, Docker, or download it using your favorite package manager.
#opensource #oss #newrelease #php #software #personalfinance #selfhosted
What’s funny to me is that after all of this new tech to develop for iOS and the crazy cross-platform builds and native code modules…. I’m STILL using frikkin PHP to implement dynamic open graph images. I mean, it feels dirty, but it was already on the host, and way easier than spinning up a whole node server just to share the website code with the phone app. So dumb. #php
Parallel Processing with PHP: why, how, and when. #PHP
Posted into SYMFONY FOR THE DEVIL @symfony-for-the-devil-mobileatom
From the archive! Spelling Words With The Elements
This is a look at a simple script that spells words using the symbols for elements. For example, the word "yes" would be the symbols for Yttrium and Einsteinium, or "YEs".
https://www.hashbangcode.com/article/spelling-words-elements
This was recently re-created as a tool in our tools section.
https://www.hashbangcode.com/tools/spell-elements
You can now spell the phrase "EsSeNTiAl TeAsPoON SAtISFAcTiON ReSeArCH" using element symbols!