This website is hosted as simple static files, but it’s managed via a private WordPress instance that runs from my personal computer. I’m in the middle of retiring my circa 2014 laptop for a new M1 Mac mini and migrating this WordPress system was — about as rough as I expected. What follows are some random notes in case [...]
astorm
I’m not writing much PHP these days, but my general impression is the PHP 8 release has been rough on project maintainers. I spent a bit of time this weekend catching up. Back in the fall Platform.sh, a PHP cloud hosting company, posted a ten part series on changes coming in PHP 8.0. With the language released they’ve [...]
astorm
I recently bought one of the new M1 Macs to replace my aging laptop, and with it came MacOS 11 Big Sur. There’s lots of foundational shifting things happening with Apple’s computers there days — one of those is the official deprecation of programming runtimes that have been shipping with OS X since its earliest days. [...]
astorm
My internets brought me this boring looking syllabus for a MacEwan University course on the unix command line. The course itself looks both useful and practical, but what piqued my interest was the slides from the first three lectures contain one of the most concise-yet-digestible descriptions of the long history of unix variants [...]
astorm
This entry is part 6 of 6 in the series Magento Front End 2020. Earlier posts include React: Hello Web Programmer, What is Magento PWA Studio, Magento PWA Studio: Looking at the Tools, A note on the PHP UPWARD Server, and Hyvä Admin: UI Components you can use. This is the most recent post in the series. Is our previous two articles we [...]
astorm
I just pushed the big red button on the 2.3.5 release of Commerce Bug. This is a small bug fix release that allows Commerce Bug to run in Magento systems that have opted to remove the RequireJS library. Commerce Bug doesn’t rely on RequireJS for any core functionality — even back in 2015 I was wary enough of the new [...]
astorm
This entry is part 4 of 6 in the series Magento Front End 2020. Earlier posts include React: Hello Web Programmer, What is Magento PWA Studio, and Magento PWA Studio: Looking at the Tools. Later posts include Hyvä Admin: UI Components you can use, and Magento Front End 2020: A Preview and Review of Hyvä. Kristof (of Fooman and ExtDN [...]
astorm
This entry is part 3 of 6 in the series Magento Front End 2020. Earlier posts include React: Hello Web Programmer, and What is Magento PWA Studio. Later posts include A note on the PHP UPWARD Server, Hyvä Admin: UI Components you can use, and Magento Front End 2020: A Preview and Review of Hyvä. In our previous article we talked a bit [...]
astorm
This entry is part 2 of 6 in the series Magento Front End 2020. Earlier posts include React: Hello Web Programmer. Later posts include Magento PWA Studio: Looking at the Tools, A note on the PHP UPWARD Server, Hyvä Admin: UI Components you can use, and Magento Front End 2020: A Preview and Review of Hyvä. From time to time someone will [...]
astorm
This entry is part 1 of 6 in the series Magento Front End 2020. Later posts include What is Magento PWA Studio, Magento PWA Studio: Looking at the Tools, A note on the PHP UPWARD Server, Hyvä Admin: UI Components you can use, and Magento Front End 2020: A Preview and Review of Hyvä. React is not the easiest development technology to [...]
astorm
In a rare bit of “spam that was useful”, Perforce (who I guess own the Zend brand now?) published/publicized a white paper on how to get started with PHP Extension development. I don’t think there’s anything in here that isn’t up on the PHP Internals Book website or in the long out of print Extending and [...]
astorm
If you’re creating code for other Node.js developers to use, chances are you’ll need a dash of run-time type checking. While TypeScript can help you with your types on a per-project basis you can’t force third party programmers to use it. Node’s built-in util module provides a number of useful methods for [...]
astorm
What went wrong with the libdispatch. A tale of caution for the future of concurrency.. This post from “Thomas“, the creator of the OS X/Mac OS utility TimeMachineEditor crossed my desk the other day. I remember when Apple announced Grand Central Dispatch (the branded name for libdispatch) as a thing, and being surprised that [...]
astorm