--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/content/photography/iceland.markdown Sun Jan 05 18:36:56 2020 -0500
@@ -0,0 +1,8 @@
+(:title "Iceland"
+ :date "2017-07-28T00:00:00Z"
+ :draft false
+ :gallery "iceland"
+ :snip "Two years (plus a bit) in Iceland.")
+
+In 2015 I quit my job and moved to Iceland for graduate school. Two years, one
+Master's degree, and ten thousand photographs later I moved back to the states.
--- a/content/photography/iceland/index.markdown Sun Jan 05 18:23:13 2020 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-(:title "Iceland"
- :date "2017-07-28T00:00:00Z"
- :draft false
- :gallery "iceland"
- :snip "Two years (plus a bit) in Iceland.")
-
-In 2015 I quit my job and moved to Iceland for graduate school. Two years, one
-Master's degree, and ten thousand photographs later I moved back to the states.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/content/photography/plants.markdown Sun Jan 05 18:36:56 2020 -0500
@@ -0,0 +1,13 @@
+(:title "Plants"
+ :date "2017-07-28T00:00:00Z"
+ :draft false
+ :gallery "plants"
+ :snip "Photographs of plants, inspired by Blossfeldt.")
+
+This project started as a joke. I posted a few photographs of plants on
+Instagram alongside my other photos. Purely by accident I posted one plant
+every three images, and because Instagram shows thumbnails in three columns it
+ended up forming a nice line of sepia-toned thumbnails on my profile.
+
+I decided to keep up the rhythm for a while because it looked nice, and two
+years later I'm still making plant photos.
--- a/content/photography/plants/index.markdown Sun Jan 05 18:23:13 2020 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-(:title "Plants"
- :date "2017-07-28T00:00:00Z"
- :draft false
- :gallery "plants"
- :snip "Photographs of plants, inspired by Blossfeldt.")
-
-This project started as a joke. I posted a few photographs of plants on
-Instagram alongside my other photos. Purely by accident I posted one plant
-every three images, and because Instagram shows thumbnails in three columns it
-ended up forming a nice line of sepia-toned thumbnails on my profile.
-
-I decided to keep up the rhythm for a while because it looked nice, and two
-years later I'm still making plant photos.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/content/photography/scotland.markdown Sun Jan 05 18:36:56 2020 -0500
@@ -0,0 +1,8 @@
+(:title "Scotland"
+ :date "2017-07-28T00:00:00Z"
+ :draft false
+ :gallery "scotland"
+ :snip "Two weeks in Scotland.")
+
+In 2014 I spent two weeks in Scotland for my birthday. I rented a car and
+traveled around, photographing as much as I could.
--- a/content/photography/scotland/index.markdown Sun Jan 05 18:23:13 2020 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-(:title "Scotland"
- :date "2017-07-28T00:00:00Z"
- :draft false
- :gallery "scotland"
- :snip "Two weeks in Scotland.")
-
-In 2014 I spent two weeks in Scotland for my birthday. I rented a car and
-traveled around, photographing as much as I could.
--- a/content/resume.markdown Sun Jan 05 18:23:13 2020 -0500
+++ b/content/resume.markdown Sun Jan 05 18:36:56 2020 -0500
@@ -1,9 +1,6 @@
-+++
-date = "2010-09-20T12:34:11Z"
-draft = false
-title = "Résumé"
-
-+++
+(:title "Résumé"
+ :date "2020-01-05T22:30:00Z"
+ :draft false)
I'm Steve. I'm a programmer currently living in Rochester, NY.
@@ -23,21 +20,6 @@
[github]: https://github.com/sjl/
[RU]: https://www.ru.is/
-<div id="toc">
- <nav id="TableOfContents">
-<ul>
- <li>
- <ul>
- <li><a href="#languages">Languages</a></li>
- <li><a href="#timeline">Timeline</a></li>
- <li><a href="#contact-me">Contact Me</a></li>
- </ul>
- </li>
-</ul>
-
-</nav>
- </div>
-
## Languages
My current programming language of choice is for most of my projects is [Common
@@ -93,14 +75,25 @@
## Timeline
+### Senior Software Engineer at [10X Genomics][]
+
+*Remotely since October 2018.*
+
+At 10X Genomics I work on the Platform/Infrastructure team writing backend
+services in [Go][golang].
+
+[10X Genomics]: https://10xgenomics.com/
+[golang]: https://TODO
+
### Senior Software Engineer at [Simple][]
-*Remotely since September 2017.*
+*Remotely from September 2017 to September 2018.*
-After graduating from RU I rejoined my previous team at [Simple][]. I currently
-work on the Backend Engineering team creating and maintaining services in
-[Scala][], [Java][], and [Clojure][]. I'm also in the primary on-call rotation,
-which handles triaging and solving issues detected by our monitoring systems.
+After graduating from RU I rejoined my previous team at [Simple][]. I resumed
+my work on the Backend Engineering team creating and maintaining services in
+[Scala][], [Java][], and [Clojure][]. I was also in the primary on-call
+rotation, which handled triaging and solving issues detected by our monitoring
+systems.
[Simple]: https://simple.com/
[Scala]: https://www.scala-lang.org/
@@ -184,7 +177,7 @@
At [RightNow][] I developed a set of tools to test the effectiveness of
voice-automated telephone systems, written in a combination of [bash
-scripting][] and [Python][], and helped generate statistics about the
+scripting][bash] and [Python][], and helped generate statistics about the
effectiveness of these systems for customers.
[RightNow Technologies]: http://www.rightnow.com/
@@ -202,7 +195,7 @@
If you want to contact me, email is usually best.
-My **email address** is: <steve@stevelosh.com>
+My **email address** is: [steve@stevelosh.com](mailto:steve@stevelosh.com)
My **phone number** is: (585) 520-8386
My **skype username** is: steve.losh
My **mailing address** is: 111 East Ave, Apartment 214, Rochester NY 14604
--- a/generate.lisp Sun Jan 05 18:23:13 2020 -0500
+++ b/generate.lisp Sun Jan 05 18:36:56 2020 -0500
@@ -190,6 +190,7 @@
"Last updated on " (str (human-date (date content))) ".")
(str (force (body content)))))))
+
(defun t/home ()
(with-base ("home")
(who
@@ -204,7 +205,7 @@
(defun t/404 ()
(with-base ("not-found")
(who
- (:h1 "404 Not Fount")
+ (:h1 "404 Not Found")
(:p "If you followed a link to get here, it's bad."))))
@@ -269,7 +270,8 @@
(let ((blog-entries (walk "content/blog"))
(photo-galleries (walk "content/photography"))
(links (read-content "content/links.markdown"))
- (projects (read-content "content/projects.markdown")))
+ (projects (read-content "content/projects.markdown"))
+ (resume (read-content "content/resume.markdown")))
(page/home)
(page/404)
(page/blog/index blog-entries)
@@ -277,7 +279,8 @@
(page/photography/index photo-galleries)
(page/photography/galleries photo-galleries)
(page/simple links)
- (page/simple projects)))
+ (page/simple projects)
+ (page/simple resume)))
#; Scratch --------------------------------------------------------------------