| DATE | OPPONENT | TIME | TV | RADIO |
|---|---|---|---|---|
| 2/20 | Huskies | 01:05 PM | NESN/NESN 360 | |
| 2/21 | @Twins | 01:05 PM | NESN/NESN 360 | WEEI 93.7 |
| 2/22 | Blue Jays | 01:05 PM | NESN/NESN 360 | WEEI 93.7 |
| 2/23 | @Rays | 01:05 PM | WEEI 850 | |
| 2/24 | Pirates | 01:05 PM | NESN/NESN 360 | WEEI 850 |
| 2/25 | @Twins | 01:05 PM | NESN/NESN 360 | WEEI 850 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "tasks": [ | |
| { | |
| "name": "Slovakia vs Sweden (Men's Group B)", | |
| "epoch": 1771067400 | |
| }, | |
| { | |
| "name": "Latvia vs Germany (Men's Group C)", | |
| "epoch": 1771067400 | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------------------------------------------------------------------ | |
| ZFS Subsystem Report Fri Jan 23 13:12:50 2026 | |
| Linux 6.12.33-production+truenas 2.3.4-1 | |
| Machine: bobbynewmark (x86_64) 2.3.4-1 | |
| ARC status: | |
| Total memory size: 125.5 GiB | |
| Min target size: 3.1 % 3.9 GiB | |
| Max target size: 99.2 % 124.5 GiB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="view view--quadrant"> | |
| <div class="layout"> | |
| <div class="grid grid--cols-2"> | |
| <div class="grid"> | |
| <div class="col"> | |
| <div class="item"> | |
| <div class="content"> | |
| <img class="image w--min-10 w--max-10 h--min-10 h--max-10" src="{{ weather_50266.weather_image }}" /> | |
| </div> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir -p ~/Library/LaunchAgents | |
| cat << EOF > ~/Library/LaunchAgents/com.dosburros.SSH_AUTH_SOCK.plist | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>com.dosburros.SSH_AUTH_SOCK</string> | |
| <key>ProgramArguments</key> | |
| <array> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Paylocity Enhance | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js | |
| // @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
| // @namespace https://app.paylocity.com/ | |
| // @version 0.1 | |
| // @description Try to make Paylocity's UI marginally better | |
| // @author Sean Graham | |
| // @match https://app.paylocity.com/PerformanceManagement/Reviews/activeReviews | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=paylocity.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unbind C-b | |
| set -g prefix C-a | |
| bind -r a send-prefix | |
| bind C-a last-window | |
| # https://gist.github.com/admackin/4507371 | |
| # fix ssh agent when tmux is detached | |
| # See .ssh/rc for socket linking | |
| set -g update-environment -r | |
| set-environment -g SSH_AUTH_SOCK $HOME/.ssh/agent.sock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " .vimrc | |
| " Originally Jon Parise (jon@csh.rit.edu) | |
| " Modified by Sean Graham (grahams@sean-graham.com) | |
| " set encoding=utf-8 | |
| if file_readable(expand("~/.vimrc_local")) | |
| source ~/.vimrc_local | |
| endif |
NewerOlder