A TON of work was done on my custom CMS over the last few days. Design changes, a minor code refresh, and full mobile accessibility across the board. A full write-up will be out... eventually.
https://HisVirusness.com/hvmark
#webdev #php #flatfile #indieweb #smallweb
A046642: Numbers k such that k and number of divisors d(k) are relatively prime
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A046642.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A046642.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A046642.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 in 3D, threejs - webGL (log(weight), log(level), log(jump))
➡️ 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
A046411: Composite numbers the concatenation of whose prime factors is a prime
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A046411.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A046411.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A046411.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

The Secret Header That Makes Your PHP App 10x More Secure. #PHP
https://www.phparch.com/2025/11/the-secret-header-that-makes-your-php-app-10x-more-secure/
The Secret Header That Makes Your PHP App 10x More Secure. #PHP
Posted into SYMFONY FOR THE DEVIL @symfony-for-the-devil-mobileatom
Released: laminas/laminas-validator 3.11.0
#php #laminas
https://github.com/laminas/laminas-validator/releases/tag/3.11.0
Released: laminas/laminas-filter 3.4.0
#php #laminas
https://github.com/laminas/laminas-filter/releases/tag/3.4.0
Feature launches don't need to be all or nothing.
With Beacon, roll out new features gradually — release when you’re ready.
Something not working? Roll it back. Instantly. No deploys.
Controlled rollouts, built for Laravel & Pennant.
🔗 https://beaconhq.io/?mtm_campaign=launch&mtm_source=mastadon&mtm_content=rollouts
Собираем простейшую RAG-систему на PHP с фреймворком Neuron AI за вечер
RAG (Retrieval-Augmented Generation или генерация, дополненная поиском) - это метод искусственного интеллекта, сочетающий генеративную большую языковую модель (LLM) с внешней базой знаний для создания более точных, контекстно-зависимых и актуальных ответов. Принцип его работы заключается в том, что сначала извлекается релевантная информация из набора документов или источников данных, а затем эта информация передается в LLM для формирования окончательного ответа. Этот процесс позволяет модели выдавать более точные ответы, менее подверженные “галлюцинациям”, и ее можно обновлять без дорогостоящего переобучения. Сегодня мы разберёмся, как собрать базовую RAG-систему на PHP (да, да, не надо удивляться) с помощью фреймворка Neuron AI . Это будет наш маленький proof-of-concept - минимально работающий, но вполне реальный пример. Ну что, начнём генерацию?
https://habr.com/ru/articles/966792/
#rag #rag_ai #php #llm #llmагент #rag_api #vectorization #embeddings #neuron
@backpackforlaravel Is country set? Personally like this over isset(). Can you also do :
$country = $user?->profile?->country?;
Composer 2.9 Release
#php
https://blog.packagist.com/composer-2-9/