-
๐ Notes
New Thinkpad T470 installed with base Arch Linux and ready to rice it up.
-
๐ Journal
Website under construction
I’ve always believed that people should own and control their own place on the web. That is, if they want to. I have actively kept a personal website for myself for about 10 years now. Gosh… 10 years… In that time I have moved between about 5 different domain names, different focus topics, and different…
-
๐ Programming
Sprinklings of Docker for local development
When I search for docker-related topics online, it almost seems to me that there are two trains of thought for the most part: I believe either of these is a valid approach — whatever feels right to you. Of course it does also depend on how your company / team works. But I’d like to…
-
๐ Programming
PHP’s __call magic method and named arguments
Whilst working on a little library recently, I discovered some interesting behavior with PHP’s __call magic method. Specifically around using named arguments in methods that are caught by the __call method. Given the following class: Calling a non-existing method without named parameters would result in the arguments being given to __call as an indexed array:…
-
๐ Programming
What is the PHP __call magic method?
Consider this PHP class: We could call the bar method as follows: However, in PHP, we have the ability to call methods that don’t actually exist on a class. They can instead be caught by a “magic method” named __call, which you can define on your class. So if you instantiated the BazClass above and…
-
-
๐ Notes
Bought the Horizon Forbidden West tallneck lego.
-
-
-
-
-
I’m in the process of re-designing my website, using WordPress’ block site editor.







