--- layout: main --- {% include "header.liquid" %}

Currently

{{ status.emoji }} {{ status.content }}

{% heroicon "solid" "map" "Map" "width=20 height=20" %} Living in Camarillo, California with my beautiful family, 4 rescue dogs and a guinea pig.

{% heroicon "solid" "code" "Code" "width=20 height=20" %} Working at HashiCorp

NBA Rooting for the Lakers, for better or worse.

{{ content }}

Making

{% heroicon "solid" "terminal" "Terminal" "width=20 height=20" %} Hacking away on random projects like this page, my blog, and whatever else I can find time for.

{% if artists %}

Listening: artists

{% for artist in artists %}
{{ artist.name }}
{{ artist.playcount }} plays
{{artist.name | escape}}
{% endfor %}
{% endif %} {% if albums %}

Listening: albums

{% for album in albums %}
{{ album.name }}
{{ album.artist.name }}
{{album.name | escape}}
{% endfor %}
{% endif %} {% if books %}

Reading: books

{% endif %} {% if articles %}

Reading: favorite articles

{% endif %} {% if movies %}

Watching: movies

{% for movie in movies %}
{{ movie.title }}
{{movie.title | escape}}
{% endfor %}
{% endif %} {% if tv %}

Watching: tv

{% endif %}

This is a now page, and if you have your own site, you should make one too.