New post from the WhateverThing: CascadiaPHP 2019 - Day Two https://whateverthing.com/blog/2019/09/27/cascadiaphp-2019-day-two//
New post from the WhateverThing: CascadiaPHP 2019 - Day Two https://whateverthing.com/blog/2019/09/22/cascadiaphp-2019-day-two//
New post from the WhateverThing: CascadiaPHP 2019 - Day One https://whateverthing.com/blog/2019/09/20/cascadiaphp-2019-day-one//
Working on a "product landing page" skeleton for sculpin and Tailwind. Progress so far: https://beryllium.github.io/sculpin-tailwind-landing-skeleton/ (template repo: https://github.com/beryllium/sculpin-tailwind-landing-skeleton )
RT @seldaek@twitter.com
Composer v1.9 is out now! With https://github.com/composer/composer/releases/tag/1.9.0 and a few other minor bugfixes #composerphp
New post from the WhateverThing: Late Night Links, Volume 5 https://whateverthing.com/blog/2019/07/04/late-night-links-volume-5//
Some of the local scenery: https://www.flickr.com/photos/beryllium/48111186686/in/dateposted/
Heh, glitch is fun. I made this little tool pretty quickly. https://glitch.com/~tangible-fold
Tales from the WhateverThing: "Afterlyfe" https://whateverthing.com/tales/afterlyfe/
Tales from the WhateverThing: "The Renegade" https://whateverthing.com/tales/the-renegade/
Anyone on phpc.social using League\Container? I find it odd that `->add(MyInterface::class, MyService::class)` doesn't pull the concretion from the container; to get the behaviour I want, I need to use something like `$container->add(MyInterface::class, function () use ($container) { return $container->get(MyService::class); })`.
Anyone else find that odd?
Sometimes "Quality Assurance" means shovelling around inside a puddle to try and unclog a drain.
https://www.flickr.com/photos/beryllium/47931016261/in/photostream/
Oh, wait, technically the Hives are the integrations and the Bees are the individual configurations you set up. And then Chains are what knits the Bees into workflows. Or something. :)