--- 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
{{artist.name | escape}}
{% endfor %}
{% endif %} {% if albums.size > 0 %}

Listening: albums

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

Reading: books

{% endif %} {% if articles.size > 0 %}

Reading: favorite articles

{% endif %} {% if movies.size > 0 %}

Watching: movies

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

Watching: tv

{% endif %}

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