Your Public Profile

Everything below is editable anytime. Display name and channel link appear next to your name everywhere on the site. The rest fills out your creator section on solution detail pages.

Identity (shown everywhere)
How you appear on the chart, solution pages, and creator showcases.
Primary link clickable from your name on the chart.
Used as the YouTube social link on your creator section.
Right-click your YouTube avatar then Copy image address.
Same drill, but with your channel banner. Optional.
Self-reported. Use whatever format you prefer.
Pull from your YouTube channel "About" tab if you want a quick win.
Bluesky, LinkedIn, Discord, whatever. One slot.

Your Content

For each item below, drop in the videos you have made covering that topic. Up to three featured videos play inline at the top of your section. Additional videos appear in a list below. The total video count is your self-reported count of long-form videos on your YouTube channel covering that item (no Shorts). It determines your sort order on the public page.

{% set voted_items = items | selectattr('voted_on', 'equalto', true) | list %} {% set other_items = items | selectattr('voted_on', 'equalto', false) | list %} {# ── Voted Solutions Bucket ───────────────────────────────────────── #}
Solutions You Voted On
Most likely where your content lives
{{ voted_count }} {% if voted_count == 1 %}solution{% else %}solutions{% endif %}
{% if voted_items %} {% set voted_hw = voted_items | selectattr('type', 'equalto', 'hw') | list %} {% set voted_special = voted_items | selectattr('type', 'equalto', 'special') | list %} {% set voted_os = voted_items | selectattr('type', 'equalto', 'os') | list %} {% if voted_hw %}
Hardware & Solutions
{% for item in voted_hw %} {% include "_item_row.html" %} {% endfor %} {% endif %} {% if voted_special %}
Special Solutions
{% for item in voted_special %} {% include "_item_row.html" %} {% endfor %} {% endif %} {% if voted_os %}
Firewall Operating Systems
{% for item in voted_os %} {% include "_item_row.html" %} {% endfor %} {% endif %} {% else %}
🤔

You haven't voted on any solutions yet. Head over to the voting page to rate the solutions you have personally used. Once you've voted, those solutions will appear here for you to add videos to.

{% endif %}
{# ── Other Solutions Bucket (collapsible) ─────────────────────────── #} {% if other_items %}
Other Solutions
Have content on something you didn't vote on? Add it here.
{{ other_count }} {% if other_count == 1 %}solution{% else %}solutions{% endif %}
{% endif %}