summaryrefslogtreecommitdiff
path: root/.html/email.html
diff options
context:
space:
mode:
authorOwen Jacobson <owen.jacobson@grimoire.ca>2015-07-03 22:31:49 -0400
committerOwen Jacobson <owen.jacobson@grimoire.ca>2015-07-03 22:35:09 -0400
commit76aed6ef732de38d82245b3d674f70bab30221e5 (patch)
treed50e9a296d91ef8a49bcb29c3e80096f200a3c26 /.html/email.html
parent92f66d3e3a0996bb1fad9dc83d7e184f92673e5d (diff)
Fuck it, serve the files directly.
Diffstat (limited to '.html/email.html')
-rw-r--r--.html/email.html98
1 files changed, 98 insertions, 0 deletions
diff --git a/.html/email.html b/.html/email.html
new file mode 100644
index 0000000..95df2a8
--- /dev/null
+++ b/.html/email.html
@@ -0,0 +1,98 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>
+ The Codex »
+ Why I Didn't Answer Your Email
+ </title>
+
+ <link
+ rel='stylesheet'
+ type='text/css'
+ href='http://fonts.googleapis.com/css?family=Buenard:400,700&amp;subset=latin,latin-ext'>
+ <link
+ rel="stylesheet"
+ type="text/css"
+ href="media/css/reset.css">
+ <link
+ rel="stylesheet"
+ type="text/css"
+ href="media/css/grimoire.css">
+</head>
+<body>
+
+<div id="shell">
+
+ <ol id="breadcrumbs">
+
+ <li class="crumb-0 not-last">
+
+ <a href="./">index</a>
+
+ </li>
+
+ <li class="crumb-1 last">
+
+ email
+
+ </li>
+
+ </ol>
+
+
+
+ <div id="article">
+ <h1 id="why-i-didnt-answer-your-email">Why I Didn't Answer Your Email</h1>
+<p><img alt="An email appears! Aww, man. Will I think differently after reading it? If
+yes, then read immediately. If no, then will I act differently after reading
+it? If yes, then read immediately. If no, then is it from someone funny? If
+yes, then read immediately. If no, UNREAD FOREVER." src="/media/email/flowchart"></p>
+<p>I get a lot of email, often while I'm in <a href="http://blog.ninlabs.com/2013/01/programmer-interrupted/">the middle of something
+thought-intensive</a>.
+Managing interruptions and my attention means I have to triage emails based on
+only two things: who sent them, and what they wrote in the subject line. If I
+didn't answer yours, it's probably not personal: I probably glanced at it when
+it arrived and mentally put it on the “later” pile instead of the “now” pile,
+and “later” can be a very long time indeed.</p>
+<p>If it was actually important that I read and respond to your email, and I
+couldn't tell that from the subject, what the hell is wrong with your writing?
+If you can live without my reply, well, you're smart: work something out
+without me. I'll probably think it's cool.</p>
+ </div>
+
+
+
+<div id="comments">
+<div id="disqus_thread"></div>
+<script type="text/javascript">
+ /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+ var disqus_shortname = 'grimoire'; // required: replace example with your forum shortname
+
+ /* * * DON'T EDIT BELOW THIS LINE * * */
+ (function() {
+ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+ dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+ })();
+</script>
+<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
+<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
+</div>
+
+
+
+ <div id="footer">
+ <p>
+
+ The Codex —
+
+ Powered by <a href="http://markdoc.org/">Markdoc</a>.
+
+<a href="https://bitbucket.org/ojacobson/grimoire.ca/src/master/wiki/email.md">See this page on Bitbucket</a> (<a href="https://bitbucket.org/ojacobson/grimoire.ca/history-node/master/wiki/email.md">history</a>).
+
+ </p>
+ </div>
+
+</div>
+</body>
+</html> \ No newline at end of file