--- 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.

NBA Rooting for the Lakers, for better or worse. (On to next season 💜💛.)

{{ 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.

{% heroicon "solid" "hand" "hand" "width=20 height=20" %} Assembling lists of ad and tracker-blocking tools.

{% if artists.size > 0 %}

Listening: artists

{% for artist in artists %}
{{ artist.name }}
{{ artist.playcount }} plays
{%- capture artistImg %}{{ artist.name | artist }}{% endcapture -%} {%- capture artistName %}{{ artist.name | escape }}{% endcapture -%} {% image artistImg, artistName, 'rounded-lg', '225px', 'eager' %}
{% endfor %}
{% endif %} {% if albums.size > 0 %}

Listening: albums

{% for album in albums %}
{{ album.name }}
{{ album.artist.name }}
{%- capture albumImg %}{{ album | album }}{% endcapture -%} {%- capture albumName %}{{ album.name | escape }}{% endcapture -%} {% image albumImg, albumName, 'rounded-lg', '225px' %}
{% endfor %}
{% endif %} {% if books.size > 0 %}

Reading: books

{% for book in books %}
{{ book.title }}
{%- capture bookImg %}{{book.image | book: site.oku-host, site.cdn-books}}{% endcapture -%} {%- capture bookName %}{{book.title | escape}}{% endcapture -%} {% image bookImg, bookName, 'rounded-lg w-full', '180px' %}
{% endfor %}
{% endif %} {% if movies.size > 0 %}

Watching: movies

{% for movie in movies %}
{{ movie.title }}
{%- capture movieImg %}{{movie.image | movie: site.letterboxd-host, site.cdn-movies}}{% endcapture -%} {%- capture movieName %}{{movie.title | escape}}{% endcapture -%} {% image movieImg, movieName, 'rounded-lg w-full', '180px' %}
{% endfor %}
{% endif %} {% if tv.size > 0 %}

Watching: tv

{% for episode in tv %}
{{ episode.episode.title }}
{{ episode.show.title }} • S{{ episode.episode.season }}E{{ episode.episode.number }}
{%- capture tvImg %}{{episode.show.title | tv}}{% endcapture -%} {%- capture tvName %}{{ episode.episode.title | escape}} {{ episode.show.title | escape }}{% endcapture -%} {% image tvImg, tvName, 'rounded-lg w-full', '180px' %}
{% endfor %}
{% endif %}

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