CINXE.COM
February | 2019 | Follow Me And Die!
<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" lang="en-US"> <![endif]--> <!--[if !(IE 7) & !(IE 8)]><!--> <html lang="en-US"> <!--<![endif]--> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>February | 2019 | Follow Me And Die!</title> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="pingback" href="https://followmeanddie.com/xmlrpc.php"> <!--[if lt IE 9]> <script src="https://followmeanddie.com/wp-content/themes/twentyfourteen/js/html5.js?ver=3.7.0"></script> <![endif]--> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//pagead2.googlesyndication.com' /> <link rel="alternate" type="application/rss+xml" title="Follow Me And Die! » Feed" href="https://followmeanddie.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Follow Me And Die! » Comments Feed" href="https://followmeanddie.com/comments/feed/" /> <!-- This site uses the Google Analytics by ExactMetrics plugin v8.2.3 - Using Analytics tracking - https://www.exactmetrics.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-RTY03KLJSD" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var em_version = '8.2.3'; var em_track_user = true; var em_no_track_reason = ''; var ExactMetricsDefaultLocations = {"page_location":"https:\/\/followmeanddie.com\/2019\/02\/"}; if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations ); } else { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations; } var disableStrs = [ 'ga-disable-G-RTY03KLJSD', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.ExactMetricsDualTracker = { helpers: {}, trackers: {}, }; if (em_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = exactmetrics_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') { ExactMetricsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dNDMyYj': true, }); if ( ExactMetricsLocations.page_location ) { __gtagTracker('set', ExactMetricsLocations); } __gtagTracker('config', 'G-RTY03KLJSD', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by ExactMetrics --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/followmeanddie.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=c27095ba39256d598f9c5935cb8041ea"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://followmeanddie.com/wp-includes/css/dist/block-library/style.min.css?ver=c27095ba39256d598f9c5935cb8041ea' media='all' /> <style id='wp-block-library-theme-inline-css'> .wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--green: #24890d;--wp--preset--color--dark-gray: #2b2b2b;--wp--preset--color--medium-gray: #767676;--wp--preset--color--light-gray: #f5f5f5;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='twentyfourteen-lato-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/fonts/font-lato.css?ver=20230328' media='all' /> <link rel='stylesheet' id='genericons-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/genericons/genericons.css?ver=3.0.3' media='all' /> <link rel='stylesheet' id='twentyfourteen-style-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/style.css?ver=20241112' media='all' /> <link rel='stylesheet' id='twentyfourteen-block-style-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/css/blocks.css?ver=20240708' media='all' /> <!--[if lt IE 9]> <link rel='stylesheet' id='twentyfourteen-ie-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/css/ie.css?ver=20140711' media='all' /> <![endif]--> <script src="https://followmeanddie.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=8.2.3" id="exactmetrics-frontend-script-js" async data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" id='exactmetrics-frontend-script-js-extra'>var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/followmeanddie.com","hash_tracking":"false","v4_id":"G-RTY03KLJSD"};</script> <script src="https://followmeanddie.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://followmeanddie.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://followmeanddie.com/wp-content/themes/twentyfourteen/js/functions.js?ver=20230526" id="twentyfourteen-script-js" defer data-wp-strategy="defer"></script> <!-- Google tag (gtag.js) snippet added by Site Kit --> <!-- Google Analytics snippet added by Site Kit --> <script src="https://www.googletagmanager.com/gtag/js?id=GT-P8VL5DM" id="google_gtagjs-js" async></script> <script id="google_gtagjs-js-after"> window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag("set","linker",{"domains":["followmeanddie.com"]}); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "GT-P8VL5DM"); </script> <!-- End Google tag (gtag.js) snippet added by Site Kit --> <link rel="https://api.w.org/" href="https://followmeanddie.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://followmeanddie.com/xmlrpc.php?rsd" /> <meta name="generator" content="Site Kit by Google 1.141.0" /><script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//followmeanddie.com/?wordfence_lh=1&hid=9BA51AFC756336F096D7B66B39A1F0E5'); </script> <!-- Google AdSense meta tags added by Site Kit --> <meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236"> <meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com"> <!-- End Google AdSense meta tags added by Site Kit --> <style type="text/css">.broken_link, a.broken_link { text-decoration: line-through; }</style> <!-- Google AdSense snippet added by Site Kit --> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6927444287228882&host=ca-host-pub-2644536267352236" crossorigin="anonymous"></script> <!-- End Google AdSense snippet added by Site Kit --> <!-- Google Tag Manager snippet added by Site Kit --> <script> ( function( w, d, s, l, i ) { w[l] = w[l] || []; w[l].push( {'gtm.start': new Date().getTime(), event: 'gtm.js'} ); var f = d.getElementsByTagName( s )[0], j = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore( j, f ); } )( window, document, 'script', 'dataLayer', 'GTM-P77GVFP' ); </script> <!-- End Google Tag Manager snippet added by Site Kit --> <link rel="icon" href="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-180x180.jpg" /> <meta name="msapplication-TileImage" content="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-270x270.jpg" /> </head> <body class="archive date wp-embed-responsive header-image list-view full-width footer-widgets"> <!-- Google Tag Manager (noscript) snippet added by Site Kit --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P77GVFP" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) snippet added by Site Kit --> <div id="page" class="hfeed site"> <div id="site-header"> <a href="https://followmeanddie.com/" rel="home"> <img src="https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black.jpg" width="1260" height="303" alt="Follow Me And Die!" srcset="https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black.jpg 1260w, https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black-300x72.jpg 300w, https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black-768x185.jpg 768w, https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black-1024x246.jpg 1024w" sizes="(max-width: 1260px) 100vw, 1260px" decoding="async" fetchpriority="high" /> </a> </div> <header id="masthead" class="site-header"> <div class="header-main"> <h1 class="site-title"><a href="https://followmeanddie.com/" rel="home">Follow Me And Die!</a></h1> <div class="search-toggle"> <a href="#search-container" class="screen-reader-text" aria-expanded="false" aria-controls="search-container"> Search </a> </div> <nav id="primary-navigation" class="site-navigation primary-navigation"> <button class="menu-toggle">Primary Menu</button> <a class="screen-reader-text skip-link" href="#content"> Skip to content </a> <div id="primary-menu" class="nav-menu"><ul> <li class="page_item page-item-2 page_item_has_children"><a href="https://followmeanddie.com/about/">About</a> <ul class='children'> <li class="page_item page-item-4119 page_item_has_children"><a href="https://followmeanddie.com/about/other-sites/">Social</a> <ul class='children'> <li class="page_item page-item-4094"><a href="https://followmeanddie.com/about/other-sites/badges/">Badges</a></li> <li class="page_item page-item-4132"><a href="https://followmeanddie.com/about/other-sites/tsr/">TSR</a></li> </ul> </li> </ul> </li> <li class="page_item page-item-5636"><a href="https://followmeanddie.com/medieval-demographics-made-easy-2/">Medieval Demographics Made Easy</a></li> <li class="page_item page-item-8042"><a href="https://followmeanddie.com/my-podcast/">My Podcast</a></li> <li class="page_item page-item-8041"><a href="https://followmeanddie.com/my-youtube/">My YouTube</a></li> <li class="page_item page-item-7981 page_item_has_children"><a href="https://followmeanddie.com/projects/">Projects</a> <ul class='children'> <li class="page_item page-item-5070 page_item_has_children"><a href="https://followmeanddie.com/projects/sign-up-for-kickstarter-updates/">Card Game</a> <ul class='children'> <li class="page_item page-item-6517"><a href="https://followmeanddie.com/projects/sign-up-for-kickstarter-updates/card-game-faq/">Card Game FAQ</a></li> </ul> </li> <li class="page_item page-item-4352 page_item_has_children"><a href="https://followmeanddie.com/projects/patreon/">Patreon</a> <ul class='children'> <li class="page_item page-item-4348"><a href="https://followmeanddie.com/projects/patreon/kickstarters/">Kickstarters</a></li> <li class="page_item page-item-4460"><a href="https://followmeanddie.com/projects/patreon/cafepress-shop/">TeeSpring & CafePress</a></li> </ul> </li> <li class="page_item page-item-4111"><a href="https://followmeanddie.com/projects/rpgosr-works/">RPG Works</a></li> <li class="page_item page-item-4270"><a href="https://followmeanddie.com/projects/selling/">Selling</a></li> </ul> </li> <li class="page_item page-item-4099"><a href="https://followmeanddie.com/reading-read/">Reading</a></li> <li class="page_item page-item-8093"><a href="https://followmeanddie.com/rpga-list/">RPGA List</a></li> <li class="page_item page-item-4128 page_item_has_children"><a href="https://followmeanddie.com/rpgs/">RPGs</a> <ul class='children'> <li class="page_item page-item-4151"><a href="https://followmeanddie.com/rpgs/add-pdfs/">AD&D PDFs</a></li> <li class="page_item page-item-8000 page_item_has_children"><a href="https://followmeanddie.com/rpgs/gaming/">Gaming</a> <ul class='children'> <li class="page_item page-item-4103"><a href="https://followmeanddie.com/rpgs/gaming/playing/">Playing</a></li> <li class="page_item page-item-4105"><a href="https://followmeanddie.com/rpgs/gaming/running/">Running</a></li> </ul> </li> <li class="page_item page-item-4116"><a href="https://followmeanddie.com/rpgs/osr-search/">OSR Search</a></li> <li class="page_item page-item-4262"><a href="https://followmeanddie.com/rpgs/reviews/">Reviews</a></li> </ul> </li> </ul></div> </nav> </div> <div id="search-container" class="search-box-wrapper hide"> <div class="search-box"> <form role="search" method="get" class="search-form" action="https://followmeanddie.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div> </div> </header><!-- #masthead --> <div id="main" class="site-main"> <section id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <header class="page-header"> <h1 class="page-title"> Monthly Archives: February 2019 </h1> </header><!-- .page-header --> <article id="post-5990" class="post-5990 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-osr"> <a class="post-thumbnail" href="https://followmeanddie.com/2019/02/28/spontaneous-generation/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2019/02/SpontaneousGeneration-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Spontaneous Generation" decoding="async" srcset="https://followmeanddie.com/wp-content/uploads/2019/02/SpontaneousGeneration-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2019/02/SpontaneousGeneration-672x372.png 672w" sizes="(max-width: 1038px) 100vw, 1038px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2019/02/28/spontaneous-generation/" rel="bookmark">Spontaneous Generation</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2019/02/28/spontaneous-generation/" rel="bookmark"><time class="entry-date" datetime="2019-02-28T22:04:39-05:00">February 28, 2019</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2019/02/28/spontaneous-generation/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>In the real world, the idea of <a rel="noreferrer noopener" aria-label="spontaneous generation (opens in a new tab)" href="https://en.wikipedia.org/wiki/Spontaneous_generation" target="_blank">spontaneous generation</a>, where maggots and flies come from rotting meat was disproved and replaced by the actual method of like creatures spawning like creatures. That is called biogenesis. [Catch the companion podcast <a href="https://anchor.fm/follow-me-and-die/episodes/Episode-88---Thursday-Thoughts---Spontaneous-Generation-e3bcd4" target="_blank" rel="noreferrer noopener" aria-label="here (opens in a new tab)">here</a>.]</p> <p>However, in a fantasy world, spontaneous generation can be real.</p> <p>So normal creatures that die spawn maggots and flies.</p> <p>Monstrous and magical creatures would spawn something more fantastic.</p> <p>For example, if a dragon is slain, suppose the creatures spawned from it are carrion crawlers and purple worms.</p> <p>Not ever creature needs to do this, but once you have one creature do this, if the players make the connection, they will burn every dead body ever encountered. Perhaps some creatures only spontaneously generate from the ashes of their cremated bodies.</p> <p>Some creatures will have more rapid spontaneous generation than others. The more powerful a creature, the more rapid and impressive spontaneous generation could be.</p> <p>There are a couple of ways I see of handling this.</p> <p>One option is to specify a certain type of 2 or 3 creatures that are generated when a specific creature dies.</p> <p>The other option is to generate a table of the kinds of things that can be spontaneously generated. Perhpas there is only a chance of it happening, or the onset of the new creature is variable, etc.</p> <p>It occurs to me that this is one way a seemingly inaccessible dungeon manages to re-populate.</p> <p>Perhaps only certain creatures have this happen. </p> <p>I can imagine a table where after d6 minutes or hours the creature either dissolves into slime and sludge or blows away as ash in the wind or generates 1 to 3 random unrelated creatures. This limits the efficacy of collecting parts. Get them now or they won’t last long enough for you to come back.</p> <p>This is an idea to keep in the back of your mind for when weird things get mixed together. Like when the players mess with the experiments on the wizard’s workbench. Perhaps some horrid beast is created by messing with wizard’s experiments. It could be some “regular” monster, or some hideous creature created by the 1e DMG table for randomly generating creatures from the lower planes.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a></span></footer></article><!-- #post-5990 --> <article id="post-5969" class="post-5969 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-osr"> <a class="post-thumbnail" href="https://followmeanddie.com/2019/02/13/building-an-encouraging-and-supportive-community/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2019/02/BuildingSupportiveEncouragingCommunity-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Building Supportive & Encouraging Community" decoding="async" srcset="https://followmeanddie.com/wp-content/uploads/2019/02/BuildingSupportiveEncouragingCommunity-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2019/02/BuildingSupportiveEncouragingCommunity-672x372.png 672w" sizes="(max-width: 1038px) 100vw, 1038px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2019/02/13/building-an-encouraging-and-supportive-community/" rel="bookmark">Building An Encouraging And supportive Community</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2019/02/13/building-an-encouraging-and-supportive-community/" rel="bookmark"><time class="entry-date" datetime="2019-02-13T20:35:42-05:00">February 13, 2019</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2019/02/13/building-an-encouraging-and-supportive-community/#comments">8 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I have been honored by some of my Twitter followers for my positive presence there.</p> <p>On Twitter, I have been mentioned as one of the positive influences in the OSR, more than once in the last week.</p> <p>I know that I am not perfect, and fail far too often for my liking at being a good person. It is far easier to present your best side online: Don’t try to argue with people, or discount their opinions or experiences. </p> <p>I’ve tried to win arguments online, and one day a few years ago, realized it was a waste of effort. I might still write a rant about something to get it out of my system, but I rarely post them now. The things that bother me usually are not worth bothering other people about them. </p> <p>However, this week has been quite the eye opener to the TTRPG crowd. <strong>We can learn from this</strong>, someone who is a horrible person online is more likely to be a horrible person.</p> <p>We can’t stop people from being horrible. Their dysfunction, or whatever it is, can’t be cured with online discourse. Only someone with authority in their personal lives whom they truly respect has a shot at making that impact. Unfortunately, for some of these people, they are either their own echo chamber and masters of manipulation, or those who agree with their brand of nonsense flock to them forming an echo chamber.</p> <p>An echo chamber is a good thing when it reinforces positive traits and experiences. However, the negative version of that is often that people in those negative groups don’t see or hear the dissonance as they are on a different channel. Their twisted ideas of right and wrong and self-justification shield them from the rest of the world.</p> <p>My concern is how can we learn from this and keep those new to the online TTRPG experience safe from those who seek to cause trouble and outrage to promote their own agenda or products?</p> <p>I want to focus on the positive. Making a sign saying stay away from X on every social media page only serves the purposes of those who seek any publicity. They fully believe that any publicity is good publicity. <em> Please don’t feed the trolls.</em></p> <p>I’m not about making a blacklist and curating it, that never ends well as those always end up influenced and controlled by those with the wrong motivations. </p> <p>If we follow anyone online who is horrible to others, please unfollow them. Don’t mention or re-tweet their nonsense. Let their influence wain. Maintain a long memory so that in a few years they don’t make a sudden comeback sneaking in with a new crowd. This same problem exists among the charlatans and false prophets that are nearly all TV and radio preachers. Those that get exposed as frauds fall from sight, and in ten or fifteen years show up again. </p> <h4 class="wp-block-heading">Screenshot, Block, Report, and Ignore</h4> <p>Where physical safety and mental and emotional well-being permit, I recommend to screenshot and report those causing you grief online, then block, and ignore them. If they are the lowest level of jerks, this is usually enough. I blocked the most surly of the TTRPG people from all my socials a few months ago, and my feeds suddenly became brighter and more encouraging.</p> <p>Online interactions need to be efficient. It is better to block someone at the first sign of nonsense and re-think it based on the experience of others than to put up with nonsense. All online communities of TTRPG people should oust anyone who displays disrespect to others. Make it clear that such behavior is not tolerated. Allow X number of chances, but whatever line you set, stand firm and expel and block them when they cross it. </p> <h4 class="wp-block-heading">Help and Encourage</h4> <p>For the very few that will learn from their mistakes, help and encourage them in their efforts to change. Keep the reins in check, however, in case they are not genuine in their change of heart, or not resolute in their determination to change. </p> <p>Be the kind of person you want your online experience to be. If you want a fun and engaging online experience, be fun and engaging.</p> <h4 class="wp-block-heading">Modify Your Behaviors</h4> <p>I grew up with a strong sarcasm inherited from my father. I have struggled to keep it in check, as it is not always well received. A lot of my sarcasm is of the dissing or casting shade variety, and I find when I type it out, it doesn’t feel right, so I delete it before sending. Unfortunately, it is far too easy to let my mouth spew the stupid thoughts that springs to mind when face to face.</p> <p>I have said things that have caused fresh acquaintances to look at me with questioning looks. Those first impressions are hard to overcome. It is the same online. If we spew venom and so forth online, that will be the first impression others have of us.</p> <p>I try to be genuine to who I am and the way I am in real life, but I have found online, at least with a text based interaction, I more easily catch myself and say a lot less things that cause athlete’s esophagus.</p> <h4 class="wp-block-heading">Be Helpful</h4> <p>I like to help others, one reason I’ve had a tech support job for 21 years now. I was also a volunteer firefighter/EMT, and have mentioned a few times, was a pastor for ten years.</p> <p>I don’t always have something helpful to add to a conversation. I’ve seen some posts by people I follow online about personal tragedy or personal connection to recent events in the news. I want to say something to them, but my words are inane and pointless. Nothing I say can fix it. So I click the like or heart emoji, and maybe post a gif. </p> <p>As Thumper said, “If you can’t say sumthin’ nice, don’t say nuthin’ at all.” </p> <h4 class="wp-block-heading">Honesty</h4> <p>Honest criticism of a game product should be proper criticism. That includes what you liked, and for what you didn’t how would you fix it or improve it? </p> <p>A hospital chaplain once told me, “The truth hurts, bullshit kills.” [I had to take a unit of chaplain studies long ago, and was on the oncology floor of a hospital two days a week. I chose the oncology ward to deal with my own issues involving disease, death, and dying.] </p> <p>At the same time, the truth does not need to be delivered in a cold and cruel or heartless manner. One can pick their words to speak the truth direct and true without being intentionally hurtful. For example, a victim of an online jerk deserves more careful phrasing than the online jerk. The jerk needs the most direct and concise explanation of what the issue is. If they are unteachable, block them.</p> <h4 class="wp-block-heading">Group Honesty</h4> <p>As a group, the TTRPG online community needs to be aware of the jerks who give TTRPGs a bad name. Publishers need to vet individuals and ensure their online presence is not that of jerk supreme before enshrining their names and ideas in various products. If someone is hurtful in one group, they must not be allowed to skulk around at the fringes of other groups. </p> <p>There are those who claim allegiance and even that they are leaders and authorities on what is and isn’t OSR. The do it yourself mentality of the OSR is, “Oh, Yeah? To heck with you! I’ll do it my way!” and we ignore the jerks. Unfortunately, our ignoring the jerks has led to much chaos and trouble for those we failed to warn or shield from the crap. This has led to the jerks being the “face” of the OSR to many. Which has led to the OSR being generalized as a bunch of jerks. </p> <p>I am part of the OSR, or consider myself as such. I found the OSR back in 2007 or 2008 when I started looking for game opportunities online. I started this blog in the summer of 2009. Unfortunately, I didn’t feel that I was able to do anything about the online jerks I encountered. I’m still not sure what I can do. <em>How do you rally others to a cause who are content to let it slide? </em></p> <p>They don’t want the hassle of dealing with things when they “poke the bear.” Other than anonymous reporting, how does one deal with such jerks? I’d have to unblock them and allow their nonsense into my life and wait for something worthy of reporting. [It should go without saying one should only report with evidence so that something is more likely to be done about them.] I really don’t want to do that, as I’ve got enough things in my life causing me stress. Some of the things I have mentioned online or on my podcast. </p> <h4 class="wp-block-heading">Input/Advice</h4> <p>What tried and true methods of dealing with online jerks actually works? I’m looking for proven methods to:</p> <ul class="wp-block-list"><li>Reform their behavior.</li><li>Keep their nonsense from bothering others.</li><li>Prevent the like minded from drawing encouragement to do likewise.</li><li>Help those harmed by the jerks to prevent them leaving the hobby.</li><li>Making this hobby a warm and welcoming place to meet like minded people who want to play!</li></ul> <h4 class="wp-block-heading">Conclusion</h4> <p>I grew up when it was normal for it to be hard to find other players. If not for Roll20, I would not get to play regularly. I try to be a positive influence on the games I am in, both as a player and GM. Excluding people from the table to me is so antithetical to the idea of RPGs that I just can’t comprehend it. </p> <p>Everyone who is a fan of TTRPGs should feel welcome to “pull up a chair at the table” and never have to worry about being judged or excluded as long as they are there to engage with the game and have fun. I invite you to help make that goal a reality.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a></span></footer></article><!-- #post-5969 --> <article id="post-5834" class="post-5834 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-apps tag-blogging tag-tech"> <a class="post-thumbnail" href="https://followmeanddie.com/2019/02/06/github-project-for-g-links-in-blogs/" aria-hidden="true"> <img width="1017" height="576" src="https://followmeanddie.com/wp-content/uploads/2019/02/GMitigationGitHubProject_Screenshot_2019-02-06_07-57-00-1017x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="G+ Mitigation GitHub Project" decoding="async" loading="lazy" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2019/02/06/github-project-for-g-links-in-blogs/" rel="bookmark">GitHub Project For G+ Links In Blogs</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2019/02/06/github-project-for-g-links-in-blogs/" rel="bookmark"><time class="entry-date" datetime="2019-02-06T08:00:39-05:00">February 6, 2019</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2019/02/06/github-project-for-g-links-in-blogs/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Bloggers who use <a rel="noreferrer noopener" aria-label="Blogger (opens in a new tab)" href="https://www.blogger.com" target="_blank">Blogger</a> were given <a rel="noreferrer noopener" aria-label="the biggest disappointment (opens in a new tab)" href="https://www.tenkarstavern.com/2019/02/google-spells-it-out-comments-posted-as.html" target="_blank">the biggest disappointment</a> yesterday when all the G+ comments for all Blogger blogs were deleted by Google. I have a blogger account, but it is just a link to my blog and lists each post from this blog. I never used blogger for my RPG blogging.</p> <p>Those of us who don’t use Blogger still have time to preserve our G+ comments.</p> <p>Thankfully, I only had two comments from G+, both from the same person. I used the <a href="https://archive.org/web/" target="_blank" rel="noreferrer noopener" aria-label="Internet Archive (opens in a new tab)">Internet Archive</a> to make an archive of his G+ page. I then added a note at the end of the two articles involved:</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>[<strong>EDIT:</strong> Google is deleting all G+ comments to non-blogger blogs. Below is one of two G+ comments on my blog I want to save. 02/06/2019]</p></blockquote> <ul class="wp-block-list"><li>I then pasted in the comment,</li><li>The Date,</li><li>The Commenter’s name,</li><li>and the link to the G+ site.</li></ul> <p>I left the link text as the original G+ page, but I used the Internet Archive URL for the link. (See the <strong><a href="https://github.com/Lmh1/G-MitigationForBlogs/blob/master/InternetArchive.md">Internet Archive page</a></strong> in this repository.)</p> <h4 class="wp-block-heading">G+ Links</h4> <p>All bloggers, including those using Blogger, still have time to handle those G+ links that still exist on their blog posts.</p> <h4 class="wp-block-heading">Internet Archive</h4> <p>The <a href="https://archive.org/web/" target="_blank" rel="noreferrer noopener" aria-label="Internet Archive (opens in a new tab)">Internet Archive</a>, AKA Wayback Machine, has a way to request that a public URL (link) be archived.</p> <code>https://web.archive.org/save/<URL></code> <p>Where the above link is modified where the link to archive is used in place of <URL></p> <p>For example, the G+ page for Follow Me, and Die! would look like this:</p> <p><strong>REQUEST LINK: </strong>(The following should be one line.)</p> <code> https://web.archive.org/<p>save/https://plus.google.com/+Followmeanddie</code> <p><strong>RESULTING LINK:</strong>(The following should be one line.)</p> <CODE>https://web.archive.org/web/20190206103057/<P>https://plus.google.com/+Followmeanddie</CODE> <p>Each time you use a request link, you get a new resulting link, that has the data and time as part of the URL. You do not need to generate a new request if the page has not changed since you last generated it.</p> <h4 class="wp-block-heading">GitHub Project</h4> <p>I am by no means a master coder, but I know SQL, and I know how I want to handle the issues with my blog. I like to help others, so I am sharing my process and inviting anyone who wants to participate to step up. Anyone who is a better and faster scripter than I is welcome to build a script to do this. <strong>NOTE:</strong> I am looking for cross-platform solutions, i.e. a single solution that will work on any Operating System (OS)</p> <p><a href="https://github.com/Lmh1/G-MitigationForBlogs" target="_blank" rel="noreferrer noopener" aria-label="Here you can find my minimal, in-progress project that I started this morning before work. (opens in a new tab)">Here you can find my minimal, in-progress project that I started this morning before work.</a></p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/apps/" rel="tag">Apps</a><a href="https://followmeanddie.com/tag/blogging/" rel="tag">Blogging</a><a href="https://followmeanddie.com/tag/tech/" rel="tag">Tech</a></span></footer></article><!-- #post-5834 --> <article id="post-5816" class="post-5816 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-apps tag-blogging tag-g tag-osr"> <a class="post-thumbnail" href="https://followmeanddie.com/2019/02/04/good-luck-if-you-linked-to-anything-on-g/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2019/02/GoodLuckIfYouLinkedToAnythingOnG-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Good Luck If You Linked To Anything On G+" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2019/02/GoodLuckIfYouLinkedToAnythingOnG-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2019/02/GoodLuckIfYouLinkedToAnythingOnG-672x372.png 672w" sizes="auto, (max-width: 1038px) 100vw, 1038px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2019/02/04/good-luck-if-you-linked-to-anything-on-g/" rel="bookmark">Good Luck If You Linked To Anything On G+</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2019/02/04/good-luck-if-you-linked-to-anything-on-g/" rel="bookmark"><time class="entry-date" datetime="2019-02-04T22:02:20-05:00">February 4, 2019</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2019/02/04/good-luck-if-you-linked-to-anything-on-g/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I have a BA in history, which means I have training on how to do research and cite my sources.</p> <p>Following along with my training, even RPG blogging, I link back to my sources online.</p> <p>When writing about RPGs, especially “OSR” topics, I found a lot of great ideas, discussion, and all around inspiration on G+.</p> <p>It occurred to me a couple of days ago that I should see how many things I linked to on G+ and try to copy those things and add the source to my blog posts, so the information is not lost to the mists of time.</p> <p>I use an extension on my blog that lets me do a search and replace on things across my entire blog. It has an option to do a “dry run” and for the free version show how many instances of a given phrase it finds before it replaces it.</p> <h4 class="wp-block-heading">Great . . . .</h4> <p>I searched for the key part of the URL for G+: <em>plus.google.com</em>.</p> <p>Here are my results for a few of the tables:</p> <ul class="wp-block-list"><li>Comments – 2</li><li>Links: 4</li><li>Posts: 867!</li></ul> <h4 class="wp-block-heading">Comments</h4> <p>The comments are from the same person and link back to his G+ page. I copied the long text in the about page and the graphic to a google doc. That was easy!</p> <h4 class="wp-block-heading">Links</h4> <p>The links are to the <a href="https://plus.google.com/b/107411251706927346819/+Followmeanddie" target="_blank" rel="noreferrer noopener" aria-label="Follow Me, And Die! (opens in a new tab)">Follow Me, And Die!</a> G+ page. OK, I can screenshot it or something and provide a nostalgia page or something.</p> <p>The other three are to the <a rel="noreferrer noopener" aria-label="Metamorphosis Alpha (opens in a new tab)" href="https://plus.google.com/u/0/b/107411251706927346819/communities/116604194143817399386" target="_blank">Metamorphosis Alpha</a>, the <a rel="noreferrer noopener" aria-label="Swords & Wizardry (opens in a new tab)" href="https://plus.google.com/u/0/b/107411251706927346819/communities/105496313464716843665" target="_blank">Swords & Wizardry</a>, and <a rel="noreferrer noopener" aria-label="Tenkar's Landing (opens in a new tab)" href="https://plus.google.com/u/0/b/107411251706927346819/communities/108924907625049062401" target="_blank">Tenkar’s Landing</a> G+ community pages. I can use G+ Exporter to grab those and post to a page or site for historical purposes, but that’s a whole other ball of wax.</p> <h4 class="wp-block-heading">Posts</h4> <p>The 867 posts are links in 157 actual posts. Counting this post, I now have 780 posts.</p> <p>I can go into the database and search for the unique links and go from there. </p> <p>I’ve got some ideas of how I can hack together a crude solution. I’m not the best script coder, but I plan to do my best to copy what’s on the other end of all these links. But first, just in case, I’m going to grab my favorite G+ discussions that stand out in my mind</p> <p>Unfortunately, trying to preserve this background history of my RPG life during my time on G+ is going to sidetrack me from other things. </p> <h4 class="wp-block-heading">Conclusion</h4> <p>Unlike blogs and websites, there is no archive of all of G+. Google is just going to delete it. It would be really cool if Google and The Internet Archive could work out a deal. </p> <p>If you have a favorite G+ discussion, get it now — if you can find it.</p> <p>[<strong>UPDATE:</strong> I just found that if you use the Evernote web clipper and tell it to use the default option of Article, it will save the entire G+ thread. <strong>NOTE:</strong> It is literal about what is copied. Be sure to unhide all comments with the view x previous comments link, if any.]</p> <figure class="wp-block-image"><img loading="lazy" decoding="async" width="309" height="581" src="https://followmeanddie.com/wp-content/uploads/2019/02/image.png" alt="" class="wp-image-5820" srcset="https://followmeanddie.com/wp-content/uploads/2019/02/image.png 309w, https://followmeanddie.com/wp-content/uploads/2019/02/image-160x300.png 160w" sizes="auto, (max-width: 309px) 100vw, 309px" /></figure> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/apps/" rel="tag">Apps</a><a href="https://followmeanddie.com/tag/blogging/" rel="tag">Blogging</a><a href="https://followmeanddie.com/tag/g/" rel="tag">G+</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a></span></footer></article><!-- #post-5816 --> <article id="post-5794" class="post-5794 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-tools"> <a class="post-thumbnail" href="https://followmeanddie.com/2019/02/02/simpler-tools-just-as-cool/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2019/02/BlogPostCoolToolsSameResultsxcf-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Cool Tools Same Results" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2019/02/BlogPostCoolToolsSameResultsxcf-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2019/02/BlogPostCoolToolsSameResultsxcf-672x372.png 672w" sizes="auto, (max-width: 1038px) 100vw, 1038px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2019/02/02/simpler-tools-just-as-cool/" rel="bookmark">Simpler Tools, Just As Cool</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2019/02/02/simpler-tools-just-as-cool/" rel="bookmark"><time class="entry-date" datetime="2019-02-02T21:51:02-05:00">February 2, 2019</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2019/02/02/simpler-tools-just-as-cool/#comments">1 Comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>As an RPG content producer, I’ve spent a lot of money on fancy tools, some that require more money when versions are updated, etc. Check out <a href="https://anchor.fm/follow-me-and-die/episodes/Episode-77---Saturday-Sprawl---15---Simpler-Tools--Just-As-Cool-e33jmq" target="_blank" rel="noreferrer noopener" aria-label="episode 77 (opens in a new tab)">episode 77</a> of my podcast where I discuss this topic<strong>*</strong>.</p> <p>Several years ago, I was very big into Linux and free and open source software. I’m still a proponent of free and open source software, I just had issues in the past finding Linux based solutions for some of my workflows.</p> <p>I have a pretty powerful Windows 7 Pro desktop that I dual boot Linux <a rel="noreferrer noopener" aria-label="Kubuntu (opens in a new tab)" href="https://kubuntu.org/" target="_blank">Kubuntu</a>. The same system flies on <a rel="noreferrer noopener" aria-label="Linux (opens in a new tab)" href="https://en.wikipedia.org/wiki/Linux" target="_blank">Linux</a>. For example, I used <a href="https://en.wikipedia.org/wiki/GIMP" target="_blank" rel="noreferrer noopener" aria-label="Gimp (opens in a new tab)">Gimp</a> for image editing. Gimp takes forever to load on Windows, yet opens quickly on Linux. On Linux it isn’t lightning fast, but it’s noticeably faster than on Windows. Also my C:\ drive, where Windows and most programs are installed is a solid state drive. Linux is on a partition of my hard drive.</p> <p>I’m looking at going back to my roots in computing. By that I mean more plain text and more reliance on the keyboard rather than the mouse. I started with a <a rel="noreferrer noopener" aria-label="TI-99 4/A (opens in a new tab)" href="https://en.wikipedia.org/wiki/Texas_Instruments_TI-99/4A" target="_blank">TI-99 4/A</a> when my Dad bought our first computer. All programming on <a rel="noreferrer noopener" aria-label="BASIC (opens in a new tab)" href="https://en.wikipedia.org/wiki/BASIC" target="_blank">BASIC</a> was plain text. When I went to college, I studied computer science for the first three semesters and was in the first freshman class that did NOT have to use <a href="https://en.wikipedia.org/wiki/Punched_card" target="_blank" rel="noreferrer noopener" aria-label="punch cards (opens in a new tab)">punch cards</a>.</p> <p>Way back in the mid 80’s I used <a href="https://en.wikipedia.org/wiki/WordStar" target="_blank" rel="noreferrer noopener" aria-label="WordStar (opens in a new tab)">WordStar</a> a text based word processor with tabs for bold, underline, italics, etc. It was perfect for formatting any kind of paper I had to turn in in college.</p> <p><a href="https://en.wikipedia.org/wiki/VisiCalc" target="_blank" rel="noreferrer noopener" aria-label="VisiCalc (opens in a new tab)">VisiCalc</a>, the first spreadsheet was a text based interface. I never used it, but saw plenty of people use it.</p> <p>Later, in the mid 90’s I had what may have been the last DOS based version of MS-Word when my Dad got a new PC with Windows 3.0 and gave me his old one. I didn’t like the idea of a mouse back then, and have used one so long now that it’s second nature.</p> <p>However, I’ve been doing some research on the tools I use for producing my content in all it’s forms. I’ve used Linux off and on for 15 years. Most of my work is done on Windows, but there are many programs that I use that are cross platform, like <a href="https://www.libreoffice.org/" target="_blank" rel="noreferrer noopener" aria-label="Libre Office (opens in a new tab)">Libre Office</a>, <a rel="noreferrer noopener" aria-label="Gimp (opens in a new tab)" href="https://www.gimp.org/" target="_blank">Gimp</a>, <a rel="noreferrer noopener" aria-label="Inkscape (opens in a new tab)" href="https://en.wikipedia.org/wiki/Inkscape" target="_blank">Inkscape</a>, <a rel="noreferrer noopener" aria-label="Audacity (opens in a new tab)" href="https://en.wikipedia.org/wiki/Audacity_(audio_editor)" target="_blank">Audacity</a>, <a rel="noreferrer noopener" aria-label="Discord (opens in a new tab)" href="https://discordapp.com/" target="_blank">Discord</a>, <a rel="noreferrer noopener" aria-label="Chrome (opens in a new tab)" href="https://www.google.com/chrome/" target="_blank">Chrome</a>, and more.</p> <p>I draft a lot in a text editor, <a rel="noreferrer noopener" href="https://www.notetab.com/" target="_blank">NoteTab Pro</a>, but it’s fancy GUI programmable text editor with lots of bells and whistles I have used for 20 years and an update for whatever comes after Windows 10 or the ability to work on it, may be lost. I have no way of knowing. There is no single tool that does all that this text editor can do, and I’ll never find it, short of learning to code and build my own text editor. Rather than invest that sort of time, I’m looking at finding tools with the power to do the jobs I need.</p> <p>I’ve used the <a href="https://en.wikipedia.org/wiki/Vim_(text_editor)" target="_blank" rel="noreferrer noopener" aria-label="vim (opens in a new tab)">vim</a> text editor off and on over the years, and it has a lot of power built in. It is the default text editor on many Linux distributions. Linux follows the <a rel="noreferrer noopener" aria-label="Unix philosophy (opens in a new tab)" href="https://en.wikipedia.org/wiki/Unix_philosophy" target="_blank">Unix philosophy</a> for programs, do one thing and do it well. The ability to send the output of one program to another allows one with the basic default tools in Linux to make scripts to do all the things you want or need to do. If there is a new computing challenge you need to overcome on Linux, you have a good shot of hacking a chain of scripts together to do what you want.</p> <p>That all leads me to what my last week of research into topics parallel to my production of various RPG related content</p> <p>In the past I’ve looked into moving to Linux to avoid the whole issue with Microsoft. I kept avoiding it because of my addiction to my favorite text editor, <a rel="noreferrer noopener" aria-label="NoteTab Pro (opens in a new tab)" href="https://www.notetab.com/" target="_blank">NoteTab Pro</a>, that I’ve used nearly every day for 20 years. I take notes, draft games ideas, keep lists, campaign notes, adventure prep, and more. I’ve built thousands of little helper scripts that help me do my day job and also help me with personal tasks. I’m even credited in the help file as a beta tester, since I helped beta test so many updates over the years. I was very active on the mailing lists for at least a decade. I even started a mailing list for how to use it on Linux via <a href="https://en.wikipedia.org/wiki/Wine_(software)" target="_blank" rel="noreferrer noopener" aria-label="Wine (opens in a new tab)">Wine</a>, so I can have it available until I figure out how to replace it.</p> <p>This all started when I started digging in to <a rel="noreferrer noopener" aria-label="Markdown (opens in a new tab)" href="https://en.wikipedia.org/wiki/Markdown" target="_blank">Markdown</a>, the text markup language used to change a text file into web pages, or more impressively, a PDF. The tools to do this are free. Right now, I’m using a $20 program, <a rel="noreferrer noopener" aria-label="Serif Page Plus (opens in a new tab)" href="https://affinity.store/buy/pageplus/" target="_blank">Serif Page Plus</a>, that is not supported, and a very fancy replacement, <a rel="noreferrer noopener" aria-label="Affinity Publisher (opens in a new tab)" href="https://affinity.serif.com/en-us/publisher/" target="_blank">Affinity Publisher</a>, is in beta. I have no idea what it will cost, but it just keeps getting more and more bells and whistles. <a rel="noreferrer noopener" aria-label="Markdown (opens in a new tab)" href="https://en.wikipedia.org/wiki/Markdown" target="_blank">Markdown</a> can’t do all I want to do, but I’m versed in mark up from the <a rel="noreferrer noopener" aria-label="WordStar (opens in a new tab)" href="https://en.wikipedia.org/wiki/WordStar" target="_blank">WordStar</a> days back in the mid 80’s, and <a rel="noreferrer noopener" aria-label="HTML (opens in a new tab)" href="https://en.wikipedia.org/wiki/HTML" target="_blank">HTML</a> in the late 90’s to present. All you need is a text editor, vim has syntax highlighting for it, so that’s a plus. Vim is also free. <a href="https://en.wikipedia.org/wiki/Pandoc" target="_blank" rel="noreferrer noopener" aria-label="Pandoc (opens in a new tab)">Pandoc</a> the interpreter for converting <a rel="noreferrer noopener" href="https://en.wikipedia.org/wiki/Markdown" target="_blank">Markdown</a> to other formats is also free. </p> <p><a rel="noreferrer noopener" href="https://en.wikipedia.org/wiki/Markdown" target="_blank">Markdown</a> can’t do two column PDFs, which is what I have been producing so far, in all my PDFs. There are some clunky ways to get it to do that. But it can format tables and handle a lot of things.</p> <p>For even more power, there is <a rel="noreferrer noopener" aria-label="LaTeX (opens in a new tab)" href="https://en.wikipedia.org/wiki/LaTeX" target="_blank">LaTeX</a>, which has even more fancy formatting options and can do two column layout. There is even a <a rel="noreferrer noopener" aria-label="LaTeX (opens in a new tab)" href="https://en.wikipedia.org/wiki/LaTeX" target="_blank">LaTeX</a> plugin called <a href="https://ctan.org/pkg/rpg-module?lang=en" target="_blank" rel="noreferrer noopener" aria-label="RPG module (opens in a new tab)">RPG module</a> that someone designed to format a PDF like an old school module. While the level of formatting in it is not yet fully in my grasp, I am slowly getting there.</p> <p>I found a great very fancy graphical editor, <a href="http://www.xm1math.net/texmaker/" target="_blank" rel="noreferrer noopener" aria-label="Texmaker (opens in a new tab)">Texmaker</a>, for working with <a rel="noreferrer noopener" aria-label="LaTeX (opens in a new tab)" href="https://en.wikipedia.org/wiki/LaTeX" target="_blank">LaTeX</a>, and through YouTube, tons of videos by people showing how to do the basics and some more complex things.</p> <p>Then I found a guy on YouTube who’s doing all his stuff on Linux via almost 100% terminal based programs. He even records video and audio with the same camera and microphone I use. All I need is an easy to use video editor, and I can probably move to Linux nearly full time. I have a couple of programs that are Windows only, and Wine does not support them, so some sort of Linux program to take their functionality needs to be located.</p> <p>The internet runs on Linux, Microsoft is even doing things with Linux, and there are rumors it may add Linux to Windows. </p> <ul class="wp-block-list"><li>I have an Android phone which is based on linux. </li><li>So I’ve already recorded episodes straight to my phone.</li><li>Linux is based on unix</li><li>Mac OS is based on unix.</li><li>iPhone is also based on unix.</li></ul> <p>My prior efforts to move to Linux had lots of reasons not to. Programs have improved so much in the last several years, that it makes less and less sense for me to stick with Windows. This is especially true of consumers who only use their computers for the internet, email, social media, and office suite products. Linux is faster than Windows and you don’t need all the crap that most big name computer sellers throw on there. Viruses are less of an issue. Unless you have a very niche program that you have to use, there is little reason for most users to stick with Windows. </p> <p><strong>NOTE:</strong> Computer games tend to be one reason, many would stick with Windows. I’m not a computer gamer, as I lose track of time and I’m not productive if I get lost for hours on end. </p> <p>The other reasons that I will need to dip into Windows for personal projects is for taxes. I haven’t researched lately, but last I checked about 7 or 8 years ago, there was no computer based tax software for Linux. Of course, one can use the online option many tax companies now offer. </p> <p>Another is genealogy programs. I have a Windows based genealogy program called Legacy that has some helpful tools and I have a lot of data clean up to do before going with Linux. There is a great cross platform genealogy program with a Windows port, called <a rel="noreferrer noopener" aria-label="LifeLines (opens in a new tab)" href="http://lifelines.sourceforge.net/" target="_blank">LifeLines</a>. Current development is <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://github.com/MarcNo/lifelines" target="_blank">here</a>. It has a lot of power and flexibility.</p> <p>Of course, the biggest reason I will keep using Windows every day is that’s what we have to use at work. However, many of the tools I use on Linux, I also can use on Windows. Since they’re free, and I don’t have a locked down laptop, I can install software that helps me get my job done. </p> <p>I’m starting with trying to format the text of my first PDF to get it in to a two column layout and polished tables. The great thing is, I can make separate files for different pieces and call them as I need them. For example, the title page has very little that changes from one PDF to another, and the OGL only changes slightly in the last section where one credits other works and adds their new title. I’ve got lots of notes and ideas for how to improve my workflow. Trying to use a graphical editor to make it look like what I want it just a challenge. I’m going to dust off my general mark up skills and make something that looks better, and I can easily modify the look. I can also easily use the same source document to make web pages, PDF, or any other format I want or need.</p> <p>I also have in mind to use <a rel="noreferrer noopener" aria-label="GitHub (opens in a new tab)" href="https://github.com/" target="_blank">GitHub</a> for collaboration on projects. GitHub uses <a rel="noreferrer noopener" aria-label="Git (opens in a new tab)" href="https://en.wikipedia.org/wiki/Git" target="_blank">Git</a>, which was written by <a rel="noreferrer noopener" aria-label="Linus Torvalds (opens in a new tab)" href="https://en.wikipedia.org/wiki/Linus_Torvalds" target="_blank">Linus Torvalds</a>, the guy who started and still oversees Linux development. I haven’t finalized anything, it is more of a long term project to dig into once I am producing my monthly PDFs totally via plain text with markup tags.</p> <p>The looming demise of G+ and their announcement that all consumer G+ accounts will be deleted after April 2, 2019 has really driven home the point that I need to be more responsible with my data and present it on my blog and sites I control, and use social media to direct others back to my blog. I also know I need to revise the look of my blog, and I have lots of ideas for that.</p> <p>I have 3 games to finish prepping for <a rel="noreferrer noopener" aria-label="Marmalade Dog (opens in a new tab)" href="https://marmaladedog.org/" target="_blank">Marmalade Dog</a>, here in Kalamazoo, MI in a couple of weeks, and three more games to prep for <a rel="noreferrer noopener" aria-label="Gary Con (opens in a new tab)" href="https://garycon.com/" target="_blank">Gary Con</a>. You can bet, I will be making those preparations in Linux so I maximize the proficiency of use of my new tools.</p> <p>Above, I mentioned Discord. I have played in regular Roll20 games and used the Linux version of Discord and it works just like the Windows version.</p> <p>Roll20, since it is browser based, works just fine on Linux.</p> <p>If you don’t have any need for a program that is only Windows and it won’t run right via Wine, there is little need to stay on Windows. Linux is great for extending the life of old hardware. Since Linux is so fast, i.e. efficient, compared to Windows, it is a lot faster. </p> <p>You can even download <a href="https://en.wikipedia.org/wiki/ISO_image">iso</a> files of most Linux distributions and burn them to a CD, or put on a thumb drive to try them out. I’d recommend against dual booting as it limits the usefulness of your computer. If you really want to run Windows and Linux, I’d suggest installing Linux as the only OS on your system, and find a free virtual machine software, and install Windows to a virtual machine. That will give you access to your Windows based programs, and is even more secure as you can deny the virtual machine internet access.</p> <p><strong>*</strong>I recorded this episode via Linux using Audacity, which is the same program I use on Windows.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/tools/" rel="tag">Tools</a></span></footer></article><!-- #post-5794 --> </div><!-- #content --> </section><!-- #primary --> <div id="secondary"> <h2 class="site-description">Ramblings of an Old Gamer</h2> <nav class="navigation site-navigation secondary-navigation"> <div class="menu-site-badges-container"><ul id="menu-site-badges" class="menu"><li id="menu-item-7984" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7984"><a rel="me" href="https://dice.camp/@FollowMeAndDie">Mastodon</a></li> <li id="menu-item-7985" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7985"><a href="https://www.youtube.com/c/Followmeanddie">You Tube</a></li> <li id="menu-item-7986" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7986"><a href="https://twitter.com/followmeanddie1">Twitter</a></li> <li id="menu-item-7987" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7987"><a href="https://www.facebook.com/FollowMeAndDie">Facebook</a></li> <li id="menu-item-7988" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7988"><a href="https://www.instagram.com/followme_anddie/?hl=en">Instagram</a></li> <li id="menu-item-7989" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7989"><a href="https://www.tiktok.com/@follow.me.and.die?">TikTok</a></li> <li id="menu-item-7990" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7990"><a href="https://www.twitch.tv/followmeanddie">Twitch</a></li> </ul></div> </nav> <div id="primary-sidebar" class="primary-sidebar widget-area" role="complementary"> <aside id="text-35" class="widget widget_text"><h1 class="widget-title">Support My Blog</h1> <div class="textwidget"><p>Links to DriveThruRPG and Game Science are Affiliate links. A portion of your purchase price supports this blog and my other efforts.</p> </div> </aside><aside id="custom_html-3" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://www.drivethrurpg.com//saleguide.php?affiliate_id=203222"><img src="http://www.drivethrurpg.com//images/site_resources/DTRPG-HugeDiscounts-BannerB.png" border="0" alt="Huge Discounts on your Favorite RPGs @ DriveThruRPG.com" /></a></div></aside><aside id="custom_html-2" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://www.gamescience.com/?AffId=22"><img border="0" src="http://followmeanddie.com/wp-content/uploads/2017/09/GameScience.png"></a></div></aside><aside id="custom_html-10" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="https://www.patreon.com/bePatron?u=604764" data-patreon-widget-type="become-patron-button">Become a Patron!</a><script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script></div></aside><aside id="custom_html-9" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#46b798', 'P5P4SPFF');kofiwidget2.draw();</script> </div></aside><aside id="custom_html-11" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div class="alignleft"> <script type="text/javascript"> amzn_assoc_ad_type = "banner"; amzn_assoc_marketplace = "amazon"; amzn_assoc_region = "US"; amzn_assoc_placement = "assoc_banner_placement_default"; amzn_assoc_campaigns = "amazonhomepage"; amzn_assoc_banner_type = "rotating"; amzn_assoc_p = "42"; amzn_assoc_width = "234"; amzn_assoc_height = "60"; amzn_assoc_tracking_id = "fmad20-20"; amzn_assoc_linkid = "2d640fe573ea07c548ad1a8933b3f12e"; </script> <script src="//z-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetScript&ID=OneJS&WS=1"></script> </div></div></aside><aside id="custom_html-5" class="widget_text widget widget_custom_html"><h1 class="widget-title">Listen on Anchor</h1><div class="textwidget custom-html-widget"><iframe src="https://anchor.fm/follow-me-and-die/embed" height="102px" width="400px" frameborder="0" scrolling="no"></iframe></div></aside><aside id="rss-2" class="widget widget_rss"><h1 class="widget-title"><a class="rsswidget rss-widget-feed" href="http://followmeanddie.com/feed/"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://followmeanddie.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://followmeanddie.com/">Follow Me And Die!</a></h1><nav aria-label="Follow Me And Die!"><ul><li><a class='rsswidget' href='https://followmeanddie.com/2023/12/31/time-rolls-on/?utm_source=rss&utm_medium=rss&utm_campaign=time-rolls-on'>Time Rolls On</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/07/29/the-dreams-in-garys-basement-update/?utm_source=rss&utm_medium=rss&utm_campaign=the-dreams-in-garys-basement-update'>The Dreams In Gary’s Basement Update</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/07/18/14th-blogversary/?utm_source=rss&utm_medium=rss&utm_campaign=14th-blogversary'>14th Blogversary!</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/05/07/my-first-experience-using-chatgpt/?utm_source=rss&utm_medium=rss&utm_campaign=my-first-experience-using-chatgpt'>My First Experience Using ChatGPT</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/03/28/gary-con-15/?utm_source=rss&utm_medium=rss&utm_campaign=gary-con-15'>Gary Con 15</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/01/28/ogl-rollercoaster-end-of-the-ride/?utm_source=rss&utm_medium=rss&utm_campaign=ogl-rollercoaster-end-of-the-ride'>OGL Rollercoaster – End of the Ride?</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/31/making-up-a-game-with-my-granddaughter/?utm_source=rss&utm_medium=rss&utm_campaign=making-up-a-game-with-my-granddaughter'>Making up A Game with My Granddaughter</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/13/farewell-rpgba/?utm_source=rss&utm_medium=rss&utm_campaign=farewell-rpgba'>Farewell RPGBA</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/11/dungeon-23-challenge-narrowing-the-scope/?utm_source=rss&utm_medium=rss&utm_campaign=dungeon-23-challenge-narrowing-the-scope'>Dungeon 23 Challenge Narrowing The Scope</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/09/dungeon-23-challenge/?utm_source=rss&utm_medium=rss&utm_campaign=dungeon-23-challenge'>Dungeon 23 Challenge</a></li></ul></nav></aside><aside id="custom_html-7" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://www.drivethrurpg.com/browse/pub/13430/Follow-Me-And-Die-Entertainment-LLC?affiliate_id=203222"><img border="0" src="https://followmeanddie.com/wp-content/uploads/2022/11/DTRPGPubPageForBlog140x200Avatar.png" alt="My Publisher Page on DriveThruRPG"></a></div></aside><aside id="custom_html-8" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="https://secure.backblaze.com/r/01cjx8"><img border="0" src="https://followmeanddie.com/wp-content/uploads/2018/08/backblaze-logo.gif" alt="Get a free month of BackBlaze"></a></div></aside><aside id="linkcat-108" class="widget widget_links"><h1 class="widget-title">TABLES</h1> <ul class='xoxo blogroll'> <li><a href="http://followmeanddie.com/2014/10/26/10-tons-cement-reveal-ant-nest/" title="Not my table, but a very interesting one.">10 Tons Cement Reveal Ant Nest</a></li> <li><a href="http://followmeanddie.com/2014/11/24/adventuremodule-names/">Adventure/Module Names</a></li> <li><a href="http://followmeanddie.com/2014/11/07/all-the-dice-tablesgenerators/" title="A collection of tables from across the OSR.">All The Dice Tables/Generators</a></li> <li><a href="http://followmeanddie.com/2014/05/15/calendar-and-random-generation/">Calendar And Random Generation</a></li> <li><a href="http://followmeanddie.com/2016/09/04/dice-chain-to-inspire-number-of-player-character-racial-enclaves/" title="Dice Chain For Number of Racial Enclaves">Dice Chain For Number of Racial Enclaves</a></li> <li><a href="http://followmeanddie.com/2014/11/07/dice-drop-generators/" title="A collection of tables from across the OSR.">Dice Drop Generators</a></li> <li><a href="http://followmeanddie.com/2012/08/28/directions/">Directions</a></li> <li><a href="http://followmeanddie.com/2014/03/15/encounter-tables/">ENCOUNTER TABLES Aren’t Just For Monsters</a></li> <li><a href="http://followmeanddie.com/2016/12/19/undead-in-add-part-2/" title="Expanded Turning Undead Chart">Expanded Turning Undead Chart</a></li> <li><a href="http://followmeanddie.com/2015/03/29/fmad-humanoid-age-table/">FMAD Humanoid Age Table</a></li> <li><a href="http://followmeanddie.com/2015/03/29/fmad-name-generator/">FMAD Name Generator</a></li> <li><a href="http://followmeanddie.com/2014/11/27/group-name-generator/">Group Name Generator</a></li> <li><a href="http://followmeanddie.com/2016/02/25/ideas-for-hidden-itemssecret-doors/" title="Hidden & Secret">Hidden & Secret</a></li> <li><a href="http://followmeanddie.com/2014/06/21/how-many-hours-of-daylight/">How Many Hours of Daylight?</a></li> <li><a href="http://followmeanddie.com/2015/02/21/locks/">Locks</a></li> <li><a href="http://followmeanddie.com/2015/05/27/loot-carriers-table/" title="Loot Carriers">Loot Carriers</a></li> <li><a href="http://followmeanddie.com/2014/11/01/osr-converters/">OSR Converters</a></li> <li><a href="http://followmeanddie.com/2014/03/26/rule-of-9s/">Rule of 9’s</a></li> <li><a href="http://followmeanddie.com/2016/09/06/ship-names/" title="Ship Names">Ship Names</a></li> <li><a href="http://followmeanddie.com/2014/10/17/what-is-the-osr-2/">What is the OSR?</a></li> </ul> </aside> <aside id="archives-2" class="widget widget_archive"><h1 class="widget-title">Archives</h1><nav aria-label="Archives"> <ul> <li><a href='https://followmeanddie.com/2023/12/'>December 2023</a></li> <li><a href='https://followmeanddie.com/2023/07/'>July 2023</a></li> <li><a href='https://followmeanddie.com/2023/05/'>May 2023</a></li> <li><a href='https://followmeanddie.com/2023/03/'>March 2023</a></li> <li><a href='https://followmeanddie.com/2023/01/'>January 2023</a></li> <li><a href='https://followmeanddie.com/2022/12/'>December 2022</a></li> <li><a href='https://followmeanddie.com/2022/11/'>November 2022</a></li> <li><a href='https://followmeanddie.com/2022/09/'>September 2022</a></li> <li><a href='https://followmeanddie.com/2022/04/'>April 2022</a></li> <li><a href='https://followmeanddie.com/2022/03/'>March 2022</a></li> <li><a href='https://followmeanddie.com/2021/12/'>December 2021</a></li> <li><a href='https://followmeanddie.com/2021/10/'>October 2021</a></li> <li><a href='https://followmeanddie.com/2021/07/'>July 2021</a></li> <li><a href='https://followmeanddie.com/2021/05/'>May 2021</a></li> <li><a href='https://followmeanddie.com/2021/04/'>April 2021</a></li> <li><a href='https://followmeanddie.com/2021/03/'>March 2021</a></li> <li><a href='https://followmeanddie.com/2021/02/'>February 2021</a></li> <li><a href='https://followmeanddie.com/2021/01/'>January 2021</a></li> <li><a href='https://followmeanddie.com/2020/12/'>December 2020</a></li> <li><a href='https://followmeanddie.com/2020/09/'>September 2020</a></li> <li><a href='https://followmeanddie.com/2020/08/'>August 2020</a></li> <li><a href='https://followmeanddie.com/2020/07/'>July 2020</a></li> <li><a href='https://followmeanddie.com/2020/06/'>June 2020</a></li> <li><a href='https://followmeanddie.com/2020/05/'>May 2020</a></li> <li><a href='https://followmeanddie.com/2020/04/'>April 2020</a></li> <li><a href='https://followmeanddie.com/2020/03/'>March 2020</a></li> <li><a href='https://followmeanddie.com/2020/02/'>February 2020</a></li> <li><a href='https://followmeanddie.com/2020/01/'>January 2020</a></li> <li><a href='https://followmeanddie.com/2019/12/'>December 2019</a></li> <li><a href='https://followmeanddie.com/2019/11/'>November 2019</a></li> <li><a href='https://followmeanddie.com/2019/10/'>October 2019</a></li> <li><a href='https://followmeanddie.com/2019/09/'>September 2019</a></li> <li><a href='https://followmeanddie.com/2019/08/'>August 2019</a></li> <li><a href='https://followmeanddie.com/2019/07/'>July 2019</a></li> <li><a href='https://followmeanddie.com/2019/06/'>June 2019</a></li> <li><a href='https://followmeanddie.com/2019/05/'>May 2019</a></li> <li><a href='https://followmeanddie.com/2019/04/'>April 2019</a></li> <li><a href='https://followmeanddie.com/2019/03/'>March 2019</a></li> <li><a href='https://followmeanddie.com/2019/02/' aria-current="page">February 2019</a></li> <li><a href='https://followmeanddie.com/2019/01/'>January 2019</a></li> <li><a href='https://followmeanddie.com/2018/12/'>December 2018</a></li> <li><a href='https://followmeanddie.com/2018/11/'>November 2018</a></li> <li><a href='https://followmeanddie.com/2018/10/'>October 2018</a></li> <li><a href='https://followmeanddie.com/2018/09/'>September 2018</a></li> <li><a href='https://followmeanddie.com/2018/08/'>August 2018</a></li> <li><a href='https://followmeanddie.com/2018/07/'>July 2018</a></li> <li><a href='https://followmeanddie.com/2018/06/'>June 2018</a></li> <li><a href='https://followmeanddie.com/2018/05/'>May 2018</a></li> <li><a href='https://followmeanddie.com/2018/04/'>April 2018</a></li> <li><a href='https://followmeanddie.com/2018/03/'>March 2018</a></li> <li><a href='https://followmeanddie.com/2018/02/'>February 2018</a></li> <li><a href='https://followmeanddie.com/2018/01/'>January 2018</a></li> <li><a href='https://followmeanddie.com/2017/12/'>December 2017</a></li> <li><a href='https://followmeanddie.com/2017/11/'>November 2017</a></li> <li><a href='https://followmeanddie.com/2017/10/'>October 2017</a></li> <li><a href='https://followmeanddie.com/2017/09/'>September 2017</a></li> <li><a href='https://followmeanddie.com/2017/08/'>August 2017</a></li> <li><a href='https://followmeanddie.com/2017/07/'>July 2017</a></li> <li><a href='https://followmeanddie.com/2017/06/'>June 2017</a></li> <li><a href='https://followmeanddie.com/2017/05/'>May 2017</a></li> <li><a href='https://followmeanddie.com/2017/04/'>April 2017</a></li> <li><a href='https://followmeanddie.com/2017/03/'>March 2017</a></li> <li><a href='https://followmeanddie.com/2017/02/'>February 2017</a></li> <li><a href='https://followmeanddie.com/2017/01/'>January 2017</a></li> <li><a href='https://followmeanddie.com/2016/12/'>December 2016</a></li> <li><a href='https://followmeanddie.com/2016/11/'>November 2016</a></li> <li><a href='https://followmeanddie.com/2016/10/'>October 2016</a></li> <li><a href='https://followmeanddie.com/2016/09/'>September 2016</a></li> <li><a href='https://followmeanddie.com/2016/08/'>August 2016</a></li> <li><a href='https://followmeanddie.com/2016/06/'>June 2016</a></li> <li><a href='https://followmeanddie.com/2016/05/'>May 2016</a></li> <li><a href='https://followmeanddie.com/2016/04/'>April 2016</a></li> <li><a href='https://followmeanddie.com/2016/03/'>March 2016</a></li> <li><a href='https://followmeanddie.com/2016/02/'>February 2016</a></li> <li><a href='https://followmeanddie.com/2016/01/'>January 2016</a></li> <li><a href='https://followmeanddie.com/2015/11/'>November 2015</a></li> <li><a href='https://followmeanddie.com/2015/10/'>October 2015</a></li> <li><a href='https://followmeanddie.com/2015/09/'>September 2015</a></li> <li><a href='https://followmeanddie.com/2015/08/'>August 2015</a></li> <li><a href='https://followmeanddie.com/2015/07/'>July 2015</a></li> <li><a href='https://followmeanddie.com/2015/06/'>June 2015</a></li> <li><a href='https://followmeanddie.com/2015/05/'>May 2015</a></li> <li><a href='https://followmeanddie.com/2015/04/'>April 2015</a></li> <li><a href='https://followmeanddie.com/2015/03/'>March 2015</a></li> <li><a href='https://followmeanddie.com/2015/02/'>February 2015</a></li> <li><a href='https://followmeanddie.com/2015/01/'>January 2015</a></li> <li><a href='https://followmeanddie.com/2014/12/'>December 2014</a></li> <li><a href='https://followmeanddie.com/2014/11/'>November 2014</a></li> <li><a href='https://followmeanddie.com/2014/10/'>October 2014</a></li> <li><a href='https://followmeanddie.com/2014/08/'>August 2014</a></li> <li><a href='https://followmeanddie.com/2014/07/'>July 2014</a></li> <li><a href='https://followmeanddie.com/2014/06/'>June 2014</a></li> <li><a href='https://followmeanddie.com/2014/05/'>May 2014</a></li> <li><a href='https://followmeanddie.com/2014/04/'>April 2014</a></li> <li><a href='https://followmeanddie.com/2014/03/'>March 2014</a></li> <li><a href='https://followmeanddie.com/2014/02/'>February 2014</a></li> <li><a href='https://followmeanddie.com/2012/08/'>August 2012</a></li> <li><a href='https://followmeanddie.com/2009/08/'>August 2009</a></li> <li><a href='https://followmeanddie.com/2009/07/'>July 2009</a></li> </ul> </nav></aside><aside id="linkcat-2" class="widget widget_links"><h1 class="widget-title">Blogroll</h1> <ul class='xoxo blogroll'> <li><a href="http://alexschroeder.ch/wiki/RPG" rel="noopener" title="An RPG blogger from Germany who blogs in English." target="_blank">Alex Schroeder</a></li> <li><a href="http://arsphantasia.wordpress.com/" rel="noopener" title="A blog about fantasy cartography and game design." target="_blank">ars phantasia</a></li> <li><a href="http://batintheattic.blogspot.com/" rel="noopener" title="A blog on 30 years of gaming and Sandbox Fantasy." target="_blank">Bat In The Attic</a></li> <li><a href="http://blogofholding.com/" rel="noopener" target="_blank">Blog of Holding</a></li> <li><a href="http://blogsontape.paperspencils.com/" rel="noopener" title="Blogs read so they can benefit visually impaired and those with long commutes." target="_blank">Blogs On Tape</a></li> <li><a href="http://cartographersguild.com/" rel="noopener" title="A forum created by and for map makers and aficionados, a place where every aspect of cartography can be admired, examined, learned, and discussed." target="_blank">Cartographers Guild</a></li> <li><a href="https://cavegirlgames.blogspot.com/" rel="noopener" target="_blank">Cavegirl's Game Stuff</a></li> <li><a href="http://oldguyrpg.blogspot.com/" rel="noopener" title="Sharing joy of playing the original editions of Dungeons & Dragons." target="_blank">Chgowiz's Old Guy RPG Blog</a></li> <li><a href="https://chgowiz-games.blogspot.com/" rel="noopener" target="_blank">CHICAGOWIZ'S GAMES</a></li> <li><a href="https://web.archive.org/web/20240414183825/http://unknownzine.blogspot.com/" rel="noopener" target="_blank">Destination Unknown</a></li> <li><a href="http://harbingergames.blogspot.com/" rel="noopener" target="_blank">Don't Split The Party</a></li> <li><a href="https://doomslakers.blogspot.com/" rel="noopener" title="James V. West’s blog" target="_blank">Doomslakers</a></li> <li><a href="http://www.dragonsfoot.org/" rel="noopener" title="Welcome to Dragonsfoot, the home of First Edition Advanced Dungeons & Dragons!" target="_blank">Dragons Foot</a></li> <li><a href="https://dreamsofmythicfantasy.blogspot.com/" title="Regular lists of what’s new in the OSR on DTRPG.">Dreams of Mythic Fantasy</a></li> <li><a href="http://rpg.drivethrustuff.com/index.php" rel="noopener" title="Online Store for Electronic Versions of Rules and Supplemental Materials for a variety of companies and genres." target="_blank">DriveThru RPG</a></li> <li><a href="http://dungeonsndigressions.blogspot.com/" rel="noopener" title="Sharing my love of early edition D&D, its modern clones, and the inspiration I derive from them. Sieze la rolo lud tago!" target="_blank">Dungeons and Digressions</a></li> <li><a href="https://dungeonspossums.blogspot.com/" rel="noopener" title="Reviews, Art, and More" target="_blank">Dungeons and Possums</a></li> <li><a href="http://www.dwarvenautomata.com/" rel="noopener" title="A blog detailing the process of creating/running the Curabel campaign setting." target="_blank">Dwarven Automata</a></li> <li><a href="http://rpgcharacters.wordpress.com/" rel="noopener" target="_blank">Dyson's Dodecahedron (Maps)</a></li> <li><a href="https://fantasyheartbreak.blogspot.com/" rel="noopener" target="_blank">Fantasy Heartbreak Workshop</a></li> <li><a href="http://gothridgemanor.blogspot.com/" rel="noopener" target="_blank">Gothridge Manor</a></li> <li><a href="http://greyhawkgrognard.blogspot.com/" rel="noopener" target="_blank">Greyhawk Grognard</a></li> <li><a href="http://greyhawkery.blogspot.com/" rel="noopener" target="_blank">Greyhawkery</a></li> <li><a href="http://grumblingrognard.blogspot.com/" rel="noopener" title="Grumbler, old school gamer and adventurer. In other words, quite the curmudgeon." target="_blank">Grumbling Grognard</a></li> <li><a href="http://hillcantons.blogspot.com/" rel="noopener" target="_blank">Hill Cantons</a></li> <li><a href="http://inkwellideas.com/" rel="noopener" title=" Inkwell Ideas specializes in RPG Software & Tools such as our Hexographer & Dungeonographer map creation software and the DungeonMorph Dice & Cards." target="_blank">Inkwell Ideas</a></li> <li><a href="https://web.archive.org/web/20230715061117/https://www.lostkingdom.net/" rel="noopener" target="_blank">Lost Kingdom</a></li> <li><a href="http://nerdomancerofdork.wordpress.com/" rel="noopener" target="_blank">NERD-O-MANCER OF DORK</a></li> <li><a href="https://www.dungeoncontest.com/" rel="noopener" title="The Annual One Page Dungeon Contest is a great source of maps and ideas." target="_blank">One Page Dungeon</a></li> <li><a href="http://www.giantitp.com/comics/oots.html" rel="noopener" title="Online comic about stick figure adventures that mocks and celebrates RPGs at the same time." target="_blank">Order of the Stick</a></li> <li><a href="http://osrsearch.blogspot.com/" rel="noopener" target="_blank">OSR Search</a></li> <li><a href="https://web.archive.org/web/20170606055841/http://osrtoday.com/" rel="noopener" target="_blank">OSR Today</a></li> <li><a href="https://web.archive.org/web/20200927031008/http://www.penandpapergames.com/" rel="noopener" title="Resource for finding players and GMs for various RPGs." target="_blank">Pen And Paper Games</a></li> <li><a href="https://web.archive.org/web/20200817162022/https://www.rueink.com/" rel="noopener" title="Illustrator & Cartographer" target="_blank">Rue Ink – Deven Rue</a></li> <li><a href="http://sandboxofdoom.blogspot.com/" rel="noopener" target="_blank">Sandbox of Doom</a></li> <li><a href="http://www.tabletopgameandhobby.com/" rel="noopener" title="This game store is owned by one of the guys in one of the groups I played D&D with in high School. It turns out I used to live just a few miles from here, but did not learn about it until several years after I moved to Michigan." target="_blank">Table Top Game and Hobby</a></li> <li><a href="http://www.tenkarstavern.com/" rel="noopener" target="_blank">Tenkar's Tavern</a></li> <li><a href="http://www.theescapist.com/" rel="noopener" title="The Reality of Fantasy Games Roleplaying Advocacy Since 1995" target="_blank">The Escapist</a></li> <li><a href="https://goblinburg.blogspot.com/" rel="noopener" target="_blank">The Goblinburg Notebook</a></li> <li><a href="http://muleabides.wordpress.com/" rel="noopener" target="_blank">The Mule Abides</a></li> <li><a href="http://timbrannan.blogspot.com/" rel="noopener" target="_blank">The Other Side</a></li> <li><a href="https://web.archive.org/web/20231201055053/http://thegreatblackbell.blogspot.com/" rel="noopener" target="_blank">The Tolling of the Great Black Bell</a></li> <li><a href="https://frothsofdnd.blogspot.com/" rel="noopener" target="_blank">Thought Eater</a></li> <li><a href="https://www.martinralya.com/yore/" rel="noopener" target="_blank">Yore</a></li> </ul> </aside> <aside id="categories-4" class="widget widget_categories"><h1 class="widget-title">Categories</h1><nav aria-label="Categories"> <ul> <li class="cat-item cat-item-12"><a href="https://followmeanddie.com/category/board-games/">Board Games</a> </li> <li class="cat-item cat-item-154"><a href="https://followmeanddie.com/category/cards/">Cards</a> </li> <li class="cat-item cat-item-324"><a href="https://followmeanddie.com/category/rant/">Rant</a> </li> <li class="cat-item cat-item-177"><a href="https://followmeanddie.com/category/rpgs/">RPGs</a> </li> <li class="cat-item cat-item-57"><a href="https://followmeanddie.com/category/writing/">Writing</a> </li> </ul> </nav></aside><aside id="tag_cloud-2" class="widget widget_tag_cloud"><h1 class="widget-title">Tags</h1><nav aria-label="Tags"><div class="tagcloud"><ul class='wp-tag-cloud' role='list'> <li><a href="https://followmeanddie.com/tag/2015-a-to-z-blogging-challenge/" class="tag-cloud-link tag-link-89 tag-link-position-1" style="font-size: 11.625899280576pt;" aria-label="2015 A to Z Blogging Challenge (31 items)">2015 A to Z Blogging Challenge</a></li> <li><a href="https://followmeanddie.com/tag/add/" class="tag-cloud-link tag-link-61 tag-link-position-2" style="font-size: 17.467625899281pt;" aria-label="AD&D (121 items)">AD&D</a></li> <li><a href="https://followmeanddie.com/tag/advicetools/" class="tag-cloud-link tag-link-14 tag-link-position-3" style="font-size: 21.89928057554pt;" aria-label="Advice/Tools (337 items)">Advice/Tools</a></li> <li><a href="https://followmeanddie.com/tag/april-2014-a-to-z-blogging-challenge/" class="tag-cloud-link tag-link-32 tag-link-position-4" style="font-size: 11.726618705036pt;" aria-label="April, 2014 A to Z Blogging Challenge (32 items)">April, 2014 A to Z Blogging Challenge</a></li> <li><a href="https://followmeanddie.com/tag/art/" class="tag-cloud-link tag-link-92 tag-link-position-5" style="font-size: 8.8057553956835pt;" aria-label="Art (16 items)">Art</a></li> <li><a href="https://followmeanddie.com/tag/blogging/" class="tag-cloud-link tag-link-44 tag-link-position-6" style="font-size: 15.352517985612pt;" aria-label="Blogging (75 items)">Blogging</a></li> <li><a href="https://followmeanddie.com/tag/campaign-building/" class="tag-cloud-link tag-link-9 tag-link-position-7" style="font-size: 10.31654676259pt;" aria-label="Campaign Building (23 items)">Campaign Building</a></li> <li><a href="https://followmeanddie.com/tag/cities/" class="tag-cloud-link tag-link-96 tag-link-position-8" style="font-size: 12.63309352518pt;" aria-label="Cities (40 items)">Cities</a></li> <li><a href="https://followmeanddie.com/tag/contests/" class="tag-cloud-link tag-link-40 tag-link-position-9" style="font-size: 9.5107913669065pt;" aria-label="Contests (19 items)">Contests</a></li> <li><a href="https://followmeanddie.com/tag/conventions/" class="tag-cloud-link tag-link-34 tag-link-position-10" style="font-size: 14.748201438849pt;" aria-label="Conventions (65 items)">Conventions</a></li> <li><a href="https://followmeanddie.com/tag/httpd20darkages-blogspot-compd-40th-anniversary-blog-hop-challenge-html/" class="tag-cloud-link tag-link-125 tag-link-position-11" style="font-size: 11.625899280576pt;" aria-label="D&D 40th Anniversary Blogging Challenge (31 items)">D&D 40th Anniversary Blogging Challenge</a></li> <li><a href="https://followmeanddie.com/tag/dcc/" class="tag-cloud-link tag-link-86 tag-link-position-12" style="font-size: 9.3093525179856pt;" aria-label="DCC (18 items)">DCC</a></li> <li><a href="https://followmeanddie.com/tag/dice/" class="tag-cloud-link tag-link-81 tag-link-position-13" style="font-size: 10.820143884892pt;" aria-label="Dice (26 items)">Dice</a></li> <li><a href="https://followmeanddie.com/tag/flavor/" class="tag-cloud-link tag-link-7 tag-link-position-14" style="font-size: 18.071942446043pt;" aria-label="Flavor (141 items)">Flavor</a></li> <li><a href="https://followmeanddie.com/tag/fluffinspiration/" class="tag-cloud-link tag-link-15 tag-link-position-15" style="font-size: 20.187050359712pt;" aria-label="Fluff/Inspiration (226 items)">Fluff/Inspiration</a></li> <li><a href="https://followmeanddie.com/tag/follow-me-and-die/" class="tag-cloud-link tag-link-5 tag-link-position-16" style="font-size: 8.3021582733813pt;" aria-label="Follow Me And Die (14 items)">Follow Me And Die</a></li> <li><a href="https://followmeanddie.com/tag/game-design/" class="tag-cloud-link tag-link-16 tag-link-position-17" style="font-size: 17.769784172662pt;" aria-label="Game Design (131 items)">Game Design</a></li> <li><a href="https://followmeanddie.com/tag/garycon/" class="tag-cloud-link tag-link-93 tag-link-position-18" style="font-size: 11.021582733813pt;" aria-label="GaryCon (27 items)">GaryCon</a></li> <li><a href="https://followmeanddie.com/tag/inspiration/" class="tag-cloud-link tag-link-8 tag-link-position-19" style="font-size: 8pt;" aria-label="Inspiration (13 items)">Inspiration</a></li> <li><a href="https://followmeanddie.com/tag/kickstarter/" class="tag-cloud-link tag-link-37 tag-link-position-20" style="font-size: 14.748201438849pt;" aria-label="Kickstarter (65 items)">Kickstarter</a></li> <li><a href="https://followmeanddie.com/tag/legacy-dd/" class="tag-cloud-link tag-link-17 tag-link-position-21" style="font-size: 11.323741007194pt;" aria-label="Legacy D&D (29 items)">Legacy D&D</a></li> <li><a href="https://followmeanddie.com/tag/manuals/" class="tag-cloud-link tag-link-60 tag-link-position-22" style="font-size: 12.532374100719pt;" aria-label="Manuals (39 items)">Manuals</a></li> <li><a href="https://followmeanddie.com/tag/maps/" class="tag-cloud-link tag-link-38 tag-link-position-23" style="font-size: 14.647482014388pt;" aria-label="Maps (64 items)">Maps</a></li> <li><a href="https://followmeanddie.com/tag/marmalade-dog/" class="tag-cloud-link tag-link-84 tag-link-position-24" style="font-size: 8.8057553956835pt;" aria-label="Marmalade Dog (16 items)">Marmalade Dog</a></li> <li><a href="https://followmeanddie.com/tag/megadungeons/" class="tag-cloud-link tag-link-43 tag-link-position-25" style="font-size: 12.532374100719pt;" aria-label="Megadungeons (39 items)">Megadungeons</a></li> <li><a href="https://followmeanddie.com/tag/metamorphosis-alpha/" class="tag-cloud-link tag-link-100 tag-link-position-26" style="font-size: 9.5107913669065pt;" aria-label="Metamorphosis Alpha (19 items)">Metamorphosis Alpha</a></li> <li><a href="https://followmeanddie.com/tag/modules/" class="tag-cloud-link tag-link-39 tag-link-position-27" style="font-size: 11.625899280576pt;" aria-label="Modules (31 items)">Modules</a></li> <li><a href="https://followmeanddie.com/tag/monsters/" class="tag-cloud-link tag-link-71 tag-link-position-28" style="font-size: 9.5107913669065pt;" aria-label="Monsters (19 items)">Monsters</a></li> <li><a href="https://followmeanddie.com/tag/movies/" class="tag-cloud-link tag-link-45 tag-link-position-29" style="font-size: 10.31654676259pt;" aria-label="Movies (23 items)">Movies</a></li> <li><a href="https://followmeanddie.com/tag/news/" class="tag-cloud-link tag-link-18 tag-link-position-30" style="font-size: 9.5107913669065pt;" aria-label="News (19 items)">News</a></li> <li><a href="https://followmeanddie.com/tag/news-reviews-culture/" class="tag-cloud-link tag-link-20 tag-link-position-31" style="font-size: 20.287769784173pt;" aria-label="News Reviews & Culture (236 items)">News Reviews & Culture</a></li> <li><a href="https://followmeanddie.com/tag/opdc/" class="tag-cloud-link tag-link-33 tag-link-position-32" style="font-size: 8.5035971223022pt;" aria-label="OPDC (15 items)">OPDC</a></li> <li><a href="https://followmeanddie.com/tag/osr/" class="tag-cloud-link tag-link-51 tag-link-position-33" style="font-size: 22pt;" aria-label="OSR (349 items)">OSR</a></li> <li><a href="https://followmeanddie.com/tag/play/" class="tag-cloud-link tag-link-22 tag-link-position-34" style="font-size: 14.647482014388pt;" aria-label="Play (63 items)">Play</a></li> <li><a href="https://followmeanddie.com/tag/reviews/" class="tag-cloud-link tag-link-200 tag-link-position-35" style="font-size: 12.129496402878pt;" aria-label="Reviews (35 items)">Reviews</a></li> <li><a href="https://followmeanddie.com/tag/reviews-culture/" class="tag-cloud-link tag-link-19 tag-link-position-36" style="font-size: 12.330935251799pt;" aria-label="Reviews & Culture (37 items)">Reviews & Culture</a></li> <li><a href="https://followmeanddie.com/tag/roll20/" class="tag-cloud-link tag-link-95 tag-link-position-37" style="font-size: 9.3093525179856pt;" aria-label="Roll20 (18 items)">Roll20</a></li> <li><a href="https://followmeanddie.com/tag/science-fiction/" class="tag-cloud-link tag-link-109 tag-link-position-38" style="font-size: 10.31654676259pt;" aria-label="Science Fiction (23 items)">Science Fiction</a></li> <li><a href="https://followmeanddie.com/tag/software/" class="tag-cloud-link tag-link-10 tag-link-position-39" style="font-size: 8.3021582733813pt;" aria-label="Software (14 items)">Software</a></li> <li><a href="https://followmeanddie.com/tag/stories/" class="tag-cloud-link tag-link-6 tag-link-position-40" style="font-size: 9.7122302158273pt;" aria-label="Stories (20 items)">Stories</a></li> <li><a href="https://followmeanddie.com/tag/swords-wizardry/" class="tag-cloud-link tag-link-110 tag-link-position-41" style="font-size: 8.8057553956835pt;" aria-label="Swords & Wizardry (16 items)">Swords & Wizardry</a></li> <li><a href="https://followmeanddie.com/tag/tables/" class="tag-cloud-link tag-link-66 tag-link-position-42" style="font-size: 12.532374100719pt;" aria-label="Tables (39 items)">Tables</a></li> <li><a href="https://followmeanddie.com/tag/take-one-thing-and-expand-on-it/" class="tag-cloud-link tag-link-234 tag-link-position-43" style="font-size: 8.8057553956835pt;" aria-label="Take One Thing and Expand on It (16 items)">Take One Thing and Expand on It</a></li> <li><a href="https://followmeanddie.com/tag/ucon/" class="tag-cloud-link tag-link-68 tag-link-position-44" style="font-size: 8.3021582733813pt;" aria-label="UCON (14 items)">UCON</a></li> <li><a href="https://followmeanddie.com/tag/white-star/" class="tag-cloud-link tag-link-114 tag-link-position-45" style="font-size: 10.31654676259pt;" aria-label="White Star (23 items)">White Star</a></li> </ul> </div> </nav></aside><aside id="block-5" class="widget widget_block widget_text"> <p></p> </aside> </div><!-- #primary-sidebar --> </div><!-- #secondary --> </div><!-- #main --> <footer id="colophon" class="site-footer"> <div id="supplementary"> <div id="footer-sidebar" class="footer-sidebar widget-area" role="complementary"> <aside id="block-10" class="widget widget_block"> <ul class="wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex"></ul> </aside> </div><!-- #footer-sidebar --> </div><!-- #supplementary --> <div class="site-info"> <a href="https://wordpress.org/" class="imprint"> Proudly powered by WordPress </a> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <script src="https://followmeanddie.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script src="https://followmeanddie.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script> <script src="https://followmeanddie.com/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b" id="jquery-masonry-js"></script> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/ Object Caching 134/279 objects using Disk Page Caching using Disk Served from: followmeanddie.com @ 2024-12-11 20:45:36 by W3 Total Cache -->