git » homepage.git » master » tree

[master] / OUT / Home.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
	  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	  <title>Home</title>
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-XCMVL5K44X"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
      gtag('config', 'G-XCMVL5K44X');
    </script>
	  <style type='text/css'>
      html {
          --s: 82px; /* control the size */
          --c1: #b2b2b2;
          --c2: #ffffff;
          --c3: #d9d9d9;
          
          --_g: var(--c3) 0 120deg,#0000 0;
          background:
              conic-gradient(from -60deg at 50% calc(100%/3),var(--_g)),
              conic-gradient(from 120deg at 50% calc(200%/3),var(--_g)),
              conic-gradient(from  60deg at calc(200%/3),var(--c3) 60deg,var(--c2) 0 120deg,#0000 0),
              conic-gradient(from 180deg at calc(100%/3),var(--c1) 60deg,var(--_g)),
              linear-gradient(90deg,var(--c1)   calc(100%/6),var(--c2) 0 50%,
                              var(--c1) 0 calc(500%/6),var(--c2) 0);
          background-size: calc(1.732*var(--s)) var(--s);
      }
      div#main {
          margin: 40px auto;
          max-width: 800px;
          line-height: 1.4;
          font-size: 1.1em;
          padding: 1em;
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          border-radius: 0.75em;
          background-color: white;
      }
      img[src*="float_right"] {
          float: right;
          border-radius: 0.75em;
      }
      img[src*="200px"] {
          width: 200px;
      }
		  strike     { color: grey                }
		  u          { text-decoration: none;
					         background-color: yellow   }
		  tt         { color: #2e3436;            }
		  pre        { color: #2e3436;
					         margin-left: 20px          }
		  h1,h2,h3,h4,h5 {
				  color: #cc3b12;
          margin: 0 auto;
      }
		  p          { margin-top: 0              }
		  span.zim-tag {
			    color: #ce5c00;
		  }
		  div.zim-object {
			    border-style:solid;
			    border-width:1px;
		  }
	  </style>
  </head>
  <body>
    <div id="main">
      <div>
      </div>
      <div class='pages'>
	      <div class='content Home'>
          <h1 id="alans-homepage">Alan's Homepage</h1>
          <p><img src="Home/headshot_2018_float_right_200px.jpg"
          alt="headshot_2018_float_right_200px.jpg" /></p>
          <p>Hello, and welcome to the personal homepage of Alan
          Dipert!</p>
          <ul>
          <li><a href="ConsultingPractice.html"
          title="wikilink">ConsultingPractice</a> is about the
          professional software engineering consulting services I
          provide.</li>
          <li><a href="PersonalBackground.html"
          title="wikilink">PersonalBackground</a> is about my personal
          history and interests.</li>
          <li><a href="TechWorks.html" title="wikilink">TechWorks</a> is
          a list of technical presentations, workshops, papers, and
          other works I've created or helped to create.</li>
          </ul>
          <p>The best way to contact me is by email at <a
          href="mailto:alan@tailrecursion.com"><span>alan@tailrecursion.com</span></a>.
          I also maintain a <a href="CoffeeTime.html"
          title="wikilink">CoffeeTime</a> to meet with folks. In
          addition, you can find me on the follow social media
          websites:</p>
          <ul>
          <li><a href="https://twitter.com/alandipert">Twitter</a> is
          where I post infrequently, usually about technology.</li>
          <li><a href="https://github.com/alandipert/">GitHub</a> is
          where I typically collaborate on open source software and <a
          href="https://github.com/alandipert?tab=stars">star
          interesting projects</a> I run across.</li>
          <li><a
          href="https://www.linkedin.com/in/alandipert/">LinkedIn</a> is
          where I maintain my work history and professional
          connections.</li>
          <li><a
          href="https://news.ycombinator.com/user?id=wooby">Hacker
          News</a> is where I occasionally submit links and engage The
          Internet in discussion.</li>
          </ul>
          <h1 id="updates">Updates</h1>
          <table>
          <thead>
          <tr class="header">
          <th style="text-align: left;">Date</th>
          <th style="text-align: left;">Note</th>
          </tr>
          </thead>
          <tbody>
          <tr class="odd">
          <td style="text-align: left;">2023-10-16</td>
          <td style="text-align: left;">Began migration to <a
          href="https://pandoc.org/">Pandoc</a> for site generation,
          starting with this page.</td>
          </tr>
          <tr class="even">
          <td style="text-align: left;">2022-12-02</td>
          <td style="text-align: left;">Added <a
          href="GitOnSharedHost.html"
          title="wikilink">GitOnSharedHost</a> to describe setting up a
          read-only Git repo on Dreamhost.</td>
          </tr>
          <tr class="odd">
          <td style="text-align: left;">2021-07-01</td>
          <td style="text-align: left;">Added <a href="HomePhotos.html"
          title="wikilink">HomePhotos</a> to document family media
          archival strategy.</td>
          </tr>
          <tr class="even">
          <td style="text-align: left;">2021-06-24</td>
          <td style="text-align: left;">Added <a
          href="AsyncAwaitGotchas.html"
          title="wikilink">AsyncAwaitGotchas</a>, about obscure
          async/await JavaScript errors in Google Chrome.</td>
          </tr>
          <tr class="odd">
          <td style="text-align: left;">2021-02-05</td>
          <td style="text-align: left;">Added SciCloj presentation
          comparing Common Lisp to Clojure to <a href="TechWorks.html"
          title="wikilink">TechWorks</a>.</td>
          </tr>
          <tr class="even">
          <td style="text-align: left;">2020-12-31</td>
          <td style="text-align: left;">Added to <a
          href="Lisp/CommonLispIteration.html"
          title="wikilink">Lisp/CommonLispIteration</a>, added
          ClojureScript Podcast appearance to <a href="TechWorks.html"
          title="wikilink">TechWorks</a>.</td>
          </tr>
          <tr class="odd">
          <td style="text-align: left;">2020-12-15</td>
          <td style="text-align: left;">Added <a
          href="TechSolutions.html" title="wikilink">TechSolutions</a>
          to record solutions to software problems and errors I
          encounter.</td>
          </tr>
          <tr class="even">
          <td style="text-align: left;">2020-11-23</td>
          <td style="text-align: left;">Added <a href="CoffeeTime.html"
          title="wikilink">CoffeeTime</a>.</td>
          </tr>
          <tr class="odd">
          <td style="text-align: left;">2020-11-23</td>
          <td style="text-align: left;">Added <a
          href="Lisp/CommonLispIteration.html"
          title="wikilink">Lisp/CommonLispIteration</a>.</td>
          </tr>
          <tr class="even">
          <td style="text-align: left;">2020-11-21</td>
          <td style="text-align: left;">Customized Zim export HTML/CSS
          template.</td>
          </tr>
          <tr class="odd">
          <td style="text-align: left;">2020-11-13</td>
          <td style="text-align: left;">Added <a
          href="Lisp/GherkinHistory.html"
          title="wikilink">Lisp/GherkinHistory</a>.</td>
          </tr>
          <tr class="even">
          <td style="text-align: left;">2020-11-10</td>
          <td style="text-align: left;">Added three <a
          href="https://www.cognitect.com/cognicast/">Cognicast</a>
          appearances to <a href="TechWorks.html"
          title="wikilink">TechWorks</a>.</td>
          </tr>
          <tr class="odd">
          <td style="text-align: left;">2020-11-09</td>
          <td style="text-align: left;">Added <a
          href="FairDivision.html"
          title="wikilink">FairDivision</a>.</td>
          </tr>
          <tr class="even">
          <td style="text-align: left;">2020-11-02</td>
          <td style="text-align: left;">Deployed new <a
          href="https://zim-wiki.org/">Zim</a>-based site and
          established redirects from previous URLs.</td>
          </tr>
          </tbody>
          </table>
	      </div>
      </div>
    </div id="main">
  </body>
</html>