windhamdavid 1 month ago
parent
commit
7095f612a8
6 changed files with 75 additions and 10 deletions
  1. 1 0
      docs/computers/_computers.md
  2. 4 4
      docs/computers/lisa.md
  3. 26 0
      docs/computers/ovid.md
  4. 15 5
      docs/editors/vs.md
  5. 27 0
      docs/waf/deno.md
  6. 2 1
      sidebars.js

+ 1 - 0
docs/computers/_computers.md

@@ -1,5 +1,6 @@
 ### Computers
 
+[Lisa](lisa) |
 [Ovid](ovid) |
 [Macs](macs) |
 [Magic](magic) |

+ 4 - 4
docs/computers/lisa.md

@@ -1,10 +1,10 @@
-# Lisa
+# Lisa ๐Ÿ“ฑ
 
-M1 iPad Pro - on the road or couch
+M1 iPad Pro - on the road or couch - It's a reference to the 1983 Apple model and Lisa Simpson - https://davidawindham.com/lisa/
 
 
 ## Apps
 
 - forScore - https://forscore.co/
-- ProCreate - 
-- Terminus - sync SSH keys
+- ProCreate - https://procreate.com
+- Terminus - sync SSH keys - https://termius.com

+ 26 - 0
docs/computers/ovid.md

@@ -8,6 +8,32 @@
 
 ### Log
 
+- **24.11.13** - overwrote mysql to v.9 had to reinstall mysql8.4 to match servers.
+
+```sh
+david@ovid๐Ÿ› :~ ยป brew info mysql                                                             130 โ†ต
+==> mysql: stable 9.0.1 (bottled)
+Open source relational database management system
+https://dev.mysql.com/doc/refman/9.0/en/
+Conflicts with:
+  mariadb (because both install the same binaries)
+  percona-server (because both install the same binaries)
+Installed
+/opt/homebrew/Cellar/mysql/9.0.1_6 (324 files, 308.8MB) *
+  Poured from bottle using the formulae.brew.sh API on 2024-11-11 at 14:33:34
+From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/m/mysql.rb
+License: GPL-2.0-only WITH Universal-FOSS-exception-1.0
+==> Dependencies
+Build: bison โœ˜, cmake โœ˜, pkg-config โœ”
+Required: abseil โœ”, icu4c@76 โœ”, lz4 โœ”, openssl@3 โœ”, protobuf โœ”, zlib โœ”, zstd โœ”
+==> Caveats
+Upgrading from MySQL <8.4 to MySQL >9.0 requires running MySQL 8.4 first:
+ - brew services stop mysql
+ - brew install mysql@8.4
+ - brew services start mysql@8.4
+ - brew services stop mysql@8.4
+ - brew services start mysql
+```
 - **24.11.11** - upgraded postgresql@15 to add pgvector for ai retrieval
 - **24.07.14** - added [PHP 8.3.9](#languages) and [summarized it](/posts/oc-benefits)
 - **24.07.14** - nvm - removed node@16 & set v20.15.1 as default

+ 15 - 5
docs/editors/vs.md

@@ -8,13 +8,10 @@ Visual Studio Code is my primary text editor. I occasionally use JetBrains and I
 
 ## Extensions
 
-### mine
-
-- Wikipedia Hyperlinker ( windhamdavid )
-
 ### others
 
 - Atom One Dark Theme ( Mahmoud Ali )
+- Azure Repos ( Microsoft )
 - C/C++ ( Microsoft )
 - C/C++ Extension Pack ( Microsoft )
 - C/C++ Themes ( Microsoft )
@@ -25,6 +22,7 @@ Visual Studio Code is my primary text editor. I occasionally use JetBrains and I
 - Community Material Theme ( equinusocio )
 - CSV to Markdown Table ( Machiore )
 - Debugger for Firefox ( Firefox Dev Tools )
+- Deno ( deno.land )
 - Dev Containers ( Microsoft )
 - Docker ( Microsoft )
 - Edit csv ( janisdd )
@@ -40,6 +38,9 @@ Visual Studio Code is my primary text editor. I occasionally use JetBrains and I
 - GitLens ( GitKraken )
 - Go ( Go Team at Google )
 - Go Template Support ( jinlimig2 )
+- Grammerly ( Rahul Kadyan )
+- Gutenberg Highlights ( chrisrhymes )
+- HMTL-validate
 - IntelliCode ( Microsoft )
 - IntelliCode API Usage ( Microsoft )
 - isort ( Microsoft )
@@ -65,21 +66,30 @@ Visual Studio Code is my primary text editor. I occasionally use JetBrains and I
 - md-graph ( Ian J Sikes )
 - MDX ( unified )
 - One Dark Pro ( binaryify )
+- Partial Diff ( Ryuichi Inagaki )
 - PHP Debug ( Xdebug )
 - PHP Intelephense ( Ben Mewburn )
+- Prettier ( Prettier )
 - Pylance ( Microsoft )
 - Python ( Microsoft )
+- Python Debugger ( Microsoft )
 - Rainbow CSV ( mechatroner )
 - React ( Microsoft )
 - React Native ( Microsoft )
 - Remote Explorer ( Microsoft )
 - Remote SSH ( Microsoft )
 - Remote SSH: Editing ( Microsoft )
+- Stylelint ( Stylelint )
 - Rust Analyzer ( The Rust Programming Language )
 - Sunburst Theme ( gerane )
+- Table Editor ( sswatson )
+- Tailwind CSS ( Tailwind Labs )
 - Transmit ( Fabio Spaminato )
-- VIM ( vscodevim )
+- ๐Ÿ”ฅ Wikpedia Hyperlinker ( windhamdavid ๐Ÿ‘ˆ๐Ÿป )
+- WordPress Block Markup ( Carolina Nymark )
 - WordPress Hooks IntelliSense ( John Billion )
+- WordPress Syntax Highlighting ( Matthias Hunt )
+- VIM ( vscodevim )
 - YAML ( Red Hat )
 
 

+ 27 - 0
docs/waf/deno.md

@@ -0,0 +1,27 @@
+# Deno
+
+( **24/11/14** ) Deno is technically a JS/TS/WA runtime instead of a framework. I'm a big fan of the simple top down all-in-one approach. Although I've dabbled around with it previously, I'm **all in** after watching an interview with and by Ryan Dahl[^1][^2]. I haven't had enough time with Rust to have a solid opinion, so I have to trust the opinions of others I respect.
+
+## References
+
+- Deno - https://deno.com
+- Docs - https://docs.deno.com
+- Fresh - https://fresh.deno.dev
+- JSR - https://jsr.io
+- Dashboard - https://dash.deno.com/
+- Deploy - https://deno.com/deploy
+- SaaSKit - https://deno.com/saaskit
+
+## Log
+
+## Notes
+
+- _How to self-host Deno Fresh_ - https://timharek.no/blog/how-to-self-host-deno-fresh
+- _Install the Deno JavaScript Runtime on Ubuntu 20.04_ - https://www.digitalocean.com/community/tutorials/how-to-install-the-deno-javascript-runtime-on-ubuntu-20-04
+- Run Deno runtime with PM2 - https://dev.to/aralroca/from-node-to-deno-5gpn#forever--pm2
+- _Install and Use the Deno Javascript Runtime_ - https://www.linode.com/docs/guides/how-to-install-and-use-deno/
+
+---
+
+[^1]: _Creator of Node talks Deno 2.0 and the Future of JS_ - https://www.youtube.com/watch?v=2x2eIhn2BJM
+[^2]: _Ryan Dahl introduces Deno 2_ - https://www.youtube.com/watch?v=H8VLifMOBHU

+ 2 - 1
sidebars.js

@@ -55,6 +55,7 @@ module.exports = {
       type: 'category',
       label: 'Frameworks',
       items: [
+        'waf/deno',
         'waf/nextjs',
         'waf/rails',
         'waf/react',
@@ -83,7 +84,7 @@ module.exports = {
       items: [
         'saas/akamai',
         'saas/aws',
-        'saas/github'
+        'saas/github',
         'saas/google',
         'saas/heroku',
         'saas/openai',