@stloyd came up with a proposition of adding HTLM entry type to Flow #PHP and leveraging DOM\HTMLDocument introduced in PHP8.4
Which in my opinion will open a whole new world of possibilities 🤩
You can check the progress and details here: https://github.com/flow-php/flow/issues/1912
I wrote down some thoughts about my hope for #PHP open source: https://stitcher.io/blog/sponsoring-open-source
Day 1 of the #ipc #phpconference is about to start #php

Von-Neumann-Architektur war ein Fehler #PHP
A034837 Numbers that are divisible by the first digit
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A034837.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A034837.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A034837.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

A034709: Numbers divisible by their last digit
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A034709.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A034709.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A034709.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

So sánh Llama 3.3 70B và GPT-OSS 20B/120B tạo code PHP qua Ollama:
- GPT-OSS 20B nhanh hơn (40s vs 1-1.5 phút), code dài nhưng chú thích chi tiết, dễ đọc hơn Llama 3.3 70B.
- Llama 3.3 70B code gọn, nhưng chú thích ít, ít nhất quán và dễ lỗi nhỏ.
- GPT-OSS 120B chậm hơn nhưng cho code chính xác và dễ hiểu nhất.
Nên chọn GPT-OSS để có code chất lượng, dễ bảo trì.
#LLM #AI #PHP #Ollama #Llama3 #GPTOSS #LậpTrình
https://www.reddit.com/r/LocalLLaMA/comments/1ohyuci/llama3370b_vs_gptoss20b_for_php_
Vue Fes Japan 2025 参加レポート
https://qiita.com/saitojo1106/items/7971cc403617675188e1?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #PHP #PHPUnit #Laravel #mvc #Vue_js
in case you want to debug-log information for source code which is not easily accessible (e.g. because it is contained in a .phar-file), put your logging statement into a always-false conditional-break-point from within your IDE.

CakePHP vs CodeIgniter: Which #PHP Framework is Best for Development?
This article presents an in-depth comparison of two of the most popular PHP frameworks: #CakePHP vs CodeIgniter. After reading, you will have a better understanding of these two frameworks, including the features, strengths, and weaknesses of each. Both CakePHP and #CodeIgniter are popular with PHP developers, but which PHP framework is best for your next project? ...
Continued 👉 https://blog.radwebhosting.com/cakephp-vs-codeigniter-which-php-framework-is-best-for-development/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #websitedevelopment

Another nice example baked into #PHP why having different return types for the same function is a really bad idea. It just results in way more effort to do things right everywhere this function is used.

https://github.com/bakame-php/aide-ndjson #OSS #NDJSON #PHP a simple package to parse and build NDJSON document in PHP