|
@@ -1,6 +1,6 @@
|
|
|
---
|
|
|
-title: OCD Benefits
|
|
|
-slug: ocd-benefits
|
|
|
+title: OC Benefits
|
|
|
+slug: oc-benefits
|
|
|
description: Today I learned how some mild OCD tendencies tend to help with computers.
|
|
|
<!--- authors:
|
|
|
- name: David Windham
|
|
@@ -57,10 +57,11 @@ And then I can just use that port 👇🏼 to specify the PHP version per projec
|
|
|
</FilesMatch>
|
|
|
```
|
|
|
|
|
|
-I leave the command line @ 8.3 and now they match 👏🏼.
|
|
|
+And now they match 👏🏼.
|
|
|
|
|
|
```bash
|
|
|
-david@ovid🏛 :/opt/homebrew/etc/httpd(master○) » php -v
|
|
|
+david@ovid🏛 :/opt/homebrew/etc/httpd(master○) » php -v
|
|
|
+# highlight-next-line
|
|
|
PHP 8.3.9 (cli) (built: Jul 2 2024 14:10:14) (NTS)
|
|
|
david@ovid🏛 :/opt/homebrew/etc/httpd(master○) » pecl list
|
|
|
Installed packages, channel pecl.php.net:
|
|
@@ -69,13 +70,14 @@ Package Version State
|
|
|
imagick 3.7.0 stable
|
|
|
redis 5.3.4 stable
|
|
|
xdebug 3.3.2 stable
|
|
|
-david@ovid🏛 :/opt/homebrew/etc/httpd(master○) » mysql --version
|
|
|
+david@ovid🏛 :/opt/homebrew/etc/httpd(master○) » mysql --version
|
|
|
+# highlight-next-line
|
|
|
mysql Ver 8.3.0 for macos14.2 on arm64 (Homebrew)
|
|
|
```
|
|
|
|
|
|
|
|
|
-Managing a bunch of computers and software is not easy unless you tend to be organized. I had someone ask me at lunch yesterday about my schedule... "if it was rigorous?". And although I hadn't ever put much thought into it... Indeed it is. Does my localhost match my servers? Do all of my dotfiles match between machines? Do all my editor themes match? Do my syntax highlighting themes match? Did I go so far as to create my own [development inspector to match](https://davidawindham.com/chrome-devtools-theme/)? Do all of my config files match? Does my editor match my live sites?
|
|
|
+Managing a bunch of computers and software isn't easy without being organized. I had someone ask me at lunch yesterday about my schedule... "if it was rigorous?". And although I hadn't ever put much thought into it... Indeed it is. Does my localhost match my servers? Do all of my dotfiles match between machines? Do all my editor themes match? Do my syntax highlighting themes match? Did I go so far as to create my own [development inspector to match](https://davidawindham.com/chrome-devtools-theme/)? Do all of my config files match? Does my editor match my live sites?
|
|
|
|
|
|
![](/img/ocd.png)
|
|
|
|
|
|
-**YES** to all of these. So yes... a little OCD kinda works for me.
|
|
|
+**YES** to all of these. And although I'm fairly confident any professional assessment would leave off the `D` because it doesn't seem to be an impairment, a little `OC` kinda works for me.
|