Good News! Austrian Ministry Kicks Out Microsoft in Favor of Nextcloud
https://programming.dev/post/39841374
Debuggeando código PHP como un campeón

Weird Web October - Days 22, 23, 25, 29 & 30 ✅
Catching up during lunch breaks!
#weirdweboctober #webdev #php #html #css
Still havent chosen a Peertube instance to host videos or stream, so Im pivoting back to thoughts about my personal website.
I will want to pull videos into this website if I *do* keep them up (and move them off of YT). My comfort level on posting creative works (or even WIPs) is still bad, but I will want to build a website where I can add that kind of content in the future.
Also, wanna import my journals from Dreamwidth into my new site. (The idea for my website is to make sure it brings in things I have used other platforms for, centralizing that into a platform agnostic way, independant of platform owners pulling fuck-shit.)
So, what CMS (or Framework) should I use? Wordpress is still halfway on the table but I am still wanting to look into other CMSes/DiY frameworks.
#Blogging #CMS #ContentManagementFramework #SmallWebsites #ContentManagementSystems
#HTML #CSS #PHP
Awesome...
#FrankenPhp
in the @jetbrains's « State of #PHP »
And just like @brendt, @dunglas's "monster" definitely is one of my favorite highlights this year (right after the new PIPE operator -- 😜 )
More #PHP stats here:
https://blog.jetbrains.com/phpstorm/2025/10/state-of-php-2025/
/cc @cooptilleuls

#ThingsILearned at #InternetArchive: We have our own task queuing system. Like Celery or Amazon SQS but written in #PHP at least a decade before any of those. It has recently handled its task number 5 billion.
When you upload a file, the task system (called "catalog") will generate derivative formats, like OCRing books or transcoding videos. Some tasks has taken months to run end-on-end.
update on my social site Vasnic https://vasnic.hstn.me
added the option to view erotic posts or not
#webdesign #php #news
Have you ever wanted to step debug a test and run queries from your database client to see what's going on? Here's a simple way to see that uncommitted data. #php #laravel https://masteringlaravel.io/daily/2025-10-28-how-to-read-uncommitted-data-in-your-database-tool-while-debugging-a-test
Frameworks: Great Servants or Dangerous Masters?
🔹 Frameworks = Structure & speed
🔹 But too much reliance = Less control
Are you coding freely… or inside their walls?
🔗 LINK: https://www.phpwayoflife.com/fr/manifesto#frameworks
#PHP #Framework #Coding #SoftwareArchitecture #WebDev #Tech

so this would probably be a very bad idea, but gonna ask anyways...
I don't understand why something like this is not possible with #php property hooks
the `set` hook accepts `null` and I would expect the argument to be handled there before actually setting hitting the constructor's argument
WYT ?

🆕 blog! “A Self-Hosted Favicon Proxy written in PHP”
In theory, you should be able to get the base favicon of any domain by calling /favicon.ico - but the reality is somewhat more complex than that. Plenty of sites use a wide variety of semi-standardised images which are usually only discoverable from the site's HTML.
There are several services which allow you to …
👀 Read more: https://shkspr.mobi/blog/2025/10/a-self-hosted-favicon-proxy-written-in-php/
⸻
#favicon #HowTo #HTML #php