Last updated: 2026-04-16
ClawdBot Oura Sync is a personal, single-user application developed by Brian Mosher for his own use. It reads data from the Oura Ring API and writes summary fields to a private Google Spreadsheet.
| {"test": true} |
WSL 2 uses a Hyper-V Virtual Network adapter. Network connectivity works without any issue when a VPN is not in use. However when a Cisco AnyConnect VPN session is established Firewall Rules and Routes are added which breaks connectivity within the WSL 2 VM. This issue is tracked WSL/issues/4277
Below outline steps to automatically configure the Interface metric on VPN connect and update DNS settings (/etc/resolv.conf) on connect/disconnect.
| git --work-tree=/c/Dropbox/TextFolder/ --git-dir=/c/Users/bmosher/source/git_folder_for_repo.git init | |
| cd git_folder_for_repo.git/ | |
| git branch -a | |
| git checkout -b main | |
| git branch -a | |
| git config --global user.email "email@email" | |
| git config --global user.name "Brian Mosher" | |
| git remote add origin git@gist.github.com:123456789101111111.git | |
| git fetch origin | |
| git branch -a |
| // ==UserScript== | |
| // @name vertexFinder | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description logs clicked vertex coordinates in parent element percentages to console for CSS polygon clip-path | |
| // @author Brian Mosher | |
| // @match https://mosherbrian.github.io/* | |
| // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
| // @grant none | |
| // ==/UserScript== |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Dragon Trainer Monthly</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <style type="text/css"> | |
| body { | |
| margin: 0 auto; |
| // ==UserScript== | |
| // @name Gist HTML Live Preview | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Display a button on GitHub Gist HTML files to preview the file using https://raw.githack.com to serve the page in developer mode. | |
| // @author Brian Mosher | |
| // @match https://gist.github.com/* | |
| // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
| // @grant none | |
| // ==/UserScript== |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Random Ron</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <style type="text/css"> | |
| body { | |
| margin: 0 auto; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Character & Word Count</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <style type="text/css"> | |
| body { | |
| margin: 0 auto; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Password Visibility - Multiple Forms</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <style type="text/css"> | |
| body { | |
| margin: 0 auto; |