My foray into AI and its lies. I won't be relying on it any time soon!
https://www.arnan.me/google-gemini-is-a-big-fat-liar
#ai #gemini #google #work #php #development
Хватит винить кривые руки. Твой язык программирования энергетически тебе не подходит
Привет, Хабр! На днях HR-отдел отклонил мое резюме на позицию джуна. Вместо фидбека я получил ответ «В нашей команде слишком много козерогов, и нашему тарологу не понравился ваш Сатурн». Сначала я хотел возмутиться, но потом подумал. Может звезды не врут? Возможно наш звездный язык программирования определяется в зависимости от расположения планет во время первого запуска IDE. Я провел фундаментальное исследование, проанализировал натальные карты Гвидо ван Россума, Страуструпа и прочих, и составил первый в мире точный гороскоп языков программирования . И результат меня поразил...
https://habr.com/ru/companies/timeweb/articles/1017214/
#cpp #c++ #python #javascript #java #haskell #php #знаки_зодиака #астрология
Enough code for the day, time for some Minecraft!
Heh, why deal with YT error pages in the morning if you can make it so that it won't look for XML feeds around those hours.
Win! \o/
Man, code verifying with Google Gemini (or getting some feedback/ideas) is annoying sometimes - Stop overcomplicating simple things you stupid bot!
`strtotime(gmdate('m-d-Y'))` is NOT better than `gmmktime()` just because the other nerds talking to it use it.
GRRR!
#google #gemini #ai #php #development
Happy April Fools' Day! 🐘♾️
Did you know there's a hidden Easter egg in PHP today? I'm so thrilled to see my "InPHPinity" elePHPant logo live!
🛠️ How to check:
Just run phpinfo(); TODAY, and look at the top right corner of the page!
Let me know if you spot it! 👀✨
#PHP #AprilFools #elePHPant #InPHPinity

A256634: Numbers n such that the decimal expansions of both n and n^2 have 0 as smallest digit and 7 as largest digit
A256634 ➡️ https://oeis.org/A256634
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A256634.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A256634.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A256634.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

In the decomposition into weight × level + jump, the Twin Prime Conjecture becomes: "The number of prime numbers with a weight of 3 is infinite"
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #numbers #TwinPrimes #conjecture #primes #PrimeNumbers #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

A256418: Congrua (possible solutions to the congruum problem): numbers k such that there are integers x, y and z with k = x^2-y^2 = z^2-x^2.
A256418 ➡️ https://oeis.org/A256418
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/Congrua.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/Congrua.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/Congrua.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

More code quality fixes in Empathy land. Empathy core lib, ELib Base and ELib CMS have all had tests migrated to Pest. Also in any of those libs you can now run 'composer check' to run code formatting, static analysis and tests with one command! #programming #webdev #php
I'm working on something for #WordPress that would be nice to open source.... but I don't want to feed the LLMs & I don't know how to do so without that happening.
So.... 🤷♀️.
Типобезопасная работа с массивами PHP, ускоряемся в 4 раза
Всем привет! Эта статья больше веха для себя, чем полезная информация для кого либо, но если вам близка тема парсинга API-ответов, то думаю вам будет интересно. Что получилось От базовой версии получилось ускориться в 4 раза, отставание от wplake/typed сократилось до "всего лишь" x2, если вам критична скорость вам к wplake/typed , если вам критична читаемость выбирайте sbwerewolf/language-specific .
https://habr.com/ru/articles/1017758/