Let us not look back in anger or forward in fear, but around us in awareness.
Today's fortune
Related Posts:
Pasting a remote file into your local clipboard (* mouse not required)So, I'm updating a configuration file on a remote server (using MobaXterm), and I need to copy the contents into some Trello documentation running in a browser on my local Windows machine. The old fashioned way to do it is t… Read More
The end of the mouse eraDoug Englebart invented the computer mouse nearly 50 years ago. Before HD, before GPU, before UX, the mouse let people interact with an information rich virtual space with ease. The generation whose work productivity pr… Read More
Disabling Plugins in JenkinsIf a plugin upgrade causes problems, Jenkins may not restart. You'll be welcomed by an error message and a stack trace. Don't panic! Go into your Jenkins plugin directory, list files by date, and then disable the most recent … Read More
PHP array de-duplication trick that'll save you lots of CPU (* YMMV) Always code as if the person who ends up maintaining your code is a violent psychopath who knows where you live. ― John Woods Today, I discovered this curious gem in legacy code: <?php // ✂ ...snip... wall of code that… Read More
Wielding PHP magic with the Callable Object PatternThe PHP magic method __invoke provides a powerful way to encapsulate functionality while separating state from results and errors. I'm no warlock. I eschew the magic methods PHP offers in favor of explicit method signatures.… Read More
0 comments:
Post a Comment
Share your thoughts!