<!DOCTYPE html>
<html lang="en">
<head>

    <title>The Portfolio of Writer Marcello De Feo</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <link rel="preload" as="style" href="https://portfolio.defeo.io/assets/built/screen.css?v=d630245796">
    <link rel="preload" as="script" href="https://portfolio.defeo.io/assets/built/source.js?v=d630245796">
    
    <link rel="preload" as="font" type="font/woff2" href="https://portfolio.defeo.io/assets/fonts/inter-roman.woff2?v=d630245796" crossorigin="anonymous">
<style>
    @font-face {
        font-family: "Inter";
        font-style: normal;
        font-weight: 100 900;
        font-display: optional;
        src: url(https://portfolio.defeo.io/assets/fonts/inter-roman.woff2?v=d630245796) format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
</style>

    <link rel="stylesheet" type="text/css" href="https://portfolio.defeo.io/assets/built/screen.css?v=d630245796">

    <style>
        :root {
            --background-color: #ffffff
        }
    </style>

    <script>
        /* The script for calculating the color contrast has been taken from
        https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
        var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
        accentColor = accentColor.trim().slice(1);

        if (accentColor.length === 3) {
            accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
        }

        var r = parseInt(accentColor.substr(0, 2), 16);
        var g = parseInt(accentColor.substr(2, 2), 16);
        var b = parseInt(accentColor.substr(4, 2), 16);
        var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        var textColor = (yiq >= 128) ? 'dark' : 'light';

        document.documentElement.className = `has-${textColor}-text`;
    </script>

    <meta name="description" content="A collection of essays, features, satire, news, and fiction">
    <link rel="icon" href="https://portfolio.defeo.io/content/images/size/w256h256/2025/10/tlm-logo.png" type="image/png">
    <link rel="canonical" href="https://portfolio.defeo.io/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    <link rel="next" href="https://portfolio.defeo.io/page/2/">
    
    <meta property="og:site_name" content="Marcello De Feo">
    <meta property="og:type" content="website">
    <meta property="og:title" content="The Portfolio of Writer Marcello De Feo">
    <meta property="og:description" content="A collection of essays, features, satire, news, and fiction">
    <meta property="og:url" content="https://portfolio.defeo.io/">
    <meta property="og:image" content="https://portfolio.defeo.io/content/images/size/w1200/2025/06/CasinCaillebotte_wide_banner-1.jpg">
    <meta property="article:publisher" content="https://www.facebook.com/defeo.io">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="The Portfolio of Writer Marcello De Feo">
    <meta name="twitter:description" content="A collection of essays, features, satire, news, and fiction">
    <meta name="twitter:url" content="https://portfolio.defeo.io/">
    <meta name="twitter:image" content="https://portfolio.defeo.io/content/images/size/w1200/2025/06/CasinCaillebotte_wide_banner-1.jpg">
    <meta name="twitter:site" content="@defeo_io">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="302">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "Marcello De Feo",
        "url": "https://portfolio.defeo.io/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://portfolio.defeo.io/content/images/2025/10/tlm-logo-1.png",
            "width": 60,
            "height": 60
        }
    },
    "url": "https://portfolio.defeo.io/",
    "name": "Marcello De Feo",
    "image": {
        "@type": "ImageObject",
        "url": "https://portfolio.defeo.io/content/images/size/w1200/2025/06/CasinCaillebotte_wide_banner-1.jpg",
        "width": 1200,
        "height": 302
    },
    "mainEntityOfPage": "https://portfolio.defeo.io/",
    "description": "A collection of essays, features, satire, news, and fiction"
}
    </script>

    <meta name="generator" content="Ghost 6.13">
    <link rel="alternate" type="application/rss+xml" title="Marcello De Feo" href="https://portfolio.defeo.io/rss/">
    
    <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js" data-key="13d2936c5c8313c7d8b505919b" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-search="https://marcello-de-feo.ghost.io/" data-locale="en" crossorigin="anonymous"></script>
    
    <link href="https://portfolio.defeo.io/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=d630245796"></script><style>:root {--ghost-accent-color: #ff4000;}</style>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=d630245796">
    <link rel="preconnect" href="https://fonts.bunny.net"><link rel="stylesheet" href="https://fonts.bunny.net/css?family=cardo:400,700|poppins:400,500,600"><style>:root {--gh-font-heading: Cardo;--gh-font-body: Poppins;}</style>

</head>
<body class="home-template gh-font-heading-cardo gh-font-body-poppins has-sans-title has-sans-body">

<div class="gh-viewport">
    
    <header id="gh-navigation" class="gh-navigation is-left-logo gh-outer">
    <div class="gh-navigation-inner gh-inner">

        <div class="gh-navigation-brand">
            <a class="gh-navigation-logo is-title" href="https://portfolio.defeo.io">
                    <img src="https://portfolio.defeo.io/content/images/2025/10/tlm-logo-1.png" alt="Marcello De Feo">
            </a>
            <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>            <button class="gh-burger gh-icon-button" aria-label="Menu">
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128ZM40,72H216a8,8,0,0,0,0-16H40a8,8,0,0,0,0,16ZM216,184H40a8,8,0,0,0,0,16H216a8,8,0,0,0,0-16Z"></path></svg>                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"></path></svg>            </button>
        </div>

        <nav class="gh-navigation-menu">
            <ul class="nav">
    <li class="nav-about"><a href="https://portfolio.defeo.io/about/">About</a></li>
    <li class="nav-music"><a href="https://portfolio.defeo.io/music/">Music</a></li>
    <li class="nav-food"><a href="https://portfolio.defeo.io/food/">Food</a></li>
    <li class="nav-the-last-meritocracy"><a href="https://www.defeo.io/">The Last Meritocracy</a></li>
    <li class="nav-dad-yolks"><a href="https://dadyolks.food">Dad Yolks</a></li>
</ul>

        </nav>

        <div class="gh-navigation-actions">
                    <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>        </div>

    </div>
</header>

    

        <section class="gh-header is-magazine has-image gh-outer">


    <div class="gh-header-inner gh-inner">


                    <article class="gh-card post tag-music">
    <a class="gh-card-link" href="/the-reluctant-musical-polymath-star/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/10/j6mJiKaRRXDPBChDYETS4Q-1200-80.jpg.webp 160w,
                            /content/images/size/w320/format/webp/2025/10/j6mJiKaRRXDPBChDYETS4Q-1200-80.jpg.webp 320w,
                            /content/images/size/w600/format/webp/2025/10/j6mJiKaRRXDPBChDYETS4Q-1200-80.jpg.webp 600w,
                            /content/images/size/w960/format/webp/2025/10/j6mJiKaRRXDPBChDYETS4Q-1200-80.jpg.webp 960w,
                            /content/images/size/w1200/format/webp/2025/10/j6mJiKaRRXDPBChDYETS4Q-1200-80.jpg.webp 1200w,
                            /content/images/size/w2000/format/webp/2025/10/j6mJiKaRRXDPBChDYETS4Q-1200-80.jpg.webp 2000w"
                    sizes="640px"
                    src="/content/images/size/w600/2025/10/j6mJiKaRRXDPBChDYETS4Q-1200-80.jpg.webp"
                    alt="The reluctant musical polymath star"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Music</p>
            <h3 class="gh-card-title is-title">The reluctant musical polymath star</h3>
                <p class="gh-card-excerpt is-body">Paquin might have introduced himself already on TikTok but his bravura debut, Hahaha, is the sound of someone ready to welcome everyone to the party</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-10-31">31 Oct 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    <div class="gh-header-left">
                    <article class="gh-card post tag-essays">
    <a class="gh-card-link" href="/the-nerfection-of-pobody/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/10/0cdbe56d-9f45-45e7-a0a9-48968b34ccef_2083x1221.webp 160w,
                            /content/images/size/w320/format/webp/2025/10/0cdbe56d-9f45-45e7-a0a9-48968b34ccef_2083x1221.webp 320w,
                            /content/images/size/w600/format/webp/2025/10/0cdbe56d-9f45-45e7-a0a9-48968b34ccef_2083x1221.webp 600w,
                            /content/images/size/w960/format/webp/2025/10/0cdbe56d-9f45-45e7-a0a9-48968b34ccef_2083x1221.webp 960w,
                            /content/images/size/w1200/format/webp/2025/10/0cdbe56d-9f45-45e7-a0a9-48968b34ccef_2083x1221.webp 1200w,
                            /content/images/size/w2000/format/webp/2025/10/0cdbe56d-9f45-45e7-a0a9-48968b34ccef_2083x1221.webp 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/10/0cdbe56d-9f45-45e7-a0a9-48968b34ccef_2083x1221.webp"
                    alt="The nerfection of pobody"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Essays</p>
            <h3 class="gh-card-title is-title">The nerfection of pobody</h3>
                <p class="gh-card-excerpt is-body">Learn your limits, them work within them</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-10-24">24 Oct 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    <article class="gh-card post">
    <a class="gh-card-link" href="/the-capriciousness-of-grief/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/10/photo-1574254706427-213d446e2f2b.jpeg 160w,
                            /content/images/size/w320/format/webp/2025/10/photo-1574254706427-213d446e2f2b.jpeg 320w,
                            /content/images/size/w600/format/webp/2025/10/photo-1574254706427-213d446e2f2b.jpeg 600w,
                            /content/images/size/w960/format/webp/2025/10/photo-1574254706427-213d446e2f2b.jpeg 960w,
                            /content/images/size/w1200/format/webp/2025/10/photo-1574254706427-213d446e2f2b.jpeg 1200w,
                            /content/images/size/w2000/format/webp/2025/10/photo-1574254706427-213d446e2f2b.jpeg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/10/photo-1574254706427-213d446e2f2b.jpeg"
                    alt="The capriciousness of grief"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">The capriciousness of grief</h3>
                <p class="gh-card-excerpt is-body">The five stages of grief are not always linear, equally proportionate, or even experienced</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-10-01">01 Oct 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    <article class="gh-card post tag-essays">
    <a class="gh-card-link" href="/if-were-being-honest/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/10/photo-1591890799317-f3fce0047d15.jpeg 160w,
                            /content/images/size/w320/format/webp/2025/10/photo-1591890799317-f3fce0047d15.jpeg 320w,
                            /content/images/size/w600/format/webp/2025/10/photo-1591890799317-f3fce0047d15.jpeg 600w,
                            /content/images/size/w960/format/webp/2025/10/photo-1591890799317-f3fce0047d15.jpeg 960w,
                            /content/images/size/w1200/format/webp/2025/10/photo-1591890799317-f3fce0047d15.jpeg 1200w,
                            /content/images/size/w2000/format/webp/2025/10/photo-1591890799317-f3fce0047d15.jpeg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/10/photo-1591890799317-f3fce0047d15.jpeg"
                    alt="If we&#x27;re being honest"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Essays</p>
            <h3 class="gh-card-title is-title">If we&#x27;re being honest</h3>
                <p class="gh-card-excerpt is-body">When the definition of self has nothing to do with who you are, it&#x27;s a problem.</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-09-18">18 Sep 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    </div>
                    <div class="gh-header-right">
                    <article class="gh-card post tag-essays">
    <a class="gh-card-link" href="/did-we-forgot/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/10/photo-1529156069898-49953e39b3ac.jpeg 160w,
                            /content/images/size/w320/format/webp/2025/10/photo-1529156069898-49953e39b3ac.jpeg 320w,
                            /content/images/size/w600/format/webp/2025/10/photo-1529156069898-49953e39b3ac.jpeg 600w,
                            /content/images/size/w960/format/webp/2025/10/photo-1529156069898-49953e39b3ac.jpeg 960w,
                            /content/images/size/w1200/format/webp/2025/10/photo-1529156069898-49953e39b3ac.jpeg 1200w,
                            /content/images/size/w2000/format/webp/2025/10/photo-1529156069898-49953e39b3ac.jpeg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/10/photo-1529156069898-49953e39b3ac.jpeg"
                    alt="Did we forgot?"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Essays</p>
            <h3 class="gh-card-title is-title">Did we forgot?</h3>
                <p class="gh-card-excerpt is-body">We promised we never would. I think we did.</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-09-11">11 Sep 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    <article class="gh-card post tag-essays">
    <a class="gh-card-link" href="/whining-about-a-first-world-problem/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/10/8de2ca19-3936-4cb6-b23d-b49d4349de34_1024x608.webp 160w,
                            /content/images/size/w320/format/webp/2025/10/8de2ca19-3936-4cb6-b23d-b49d4349de34_1024x608.webp 320w,
                            /content/images/size/w600/format/webp/2025/10/8de2ca19-3936-4cb6-b23d-b49d4349de34_1024x608.webp 600w,
                            /content/images/size/w960/format/webp/2025/10/8de2ca19-3936-4cb6-b23d-b49d4349de34_1024x608.webp 960w,
                            /content/images/size/w1200/format/webp/2025/10/8de2ca19-3936-4cb6-b23d-b49d4349de34_1024x608.webp 1200w,
                            /content/images/size/w2000/format/webp/2025/10/8de2ca19-3936-4cb6-b23d-b49d4349de34_1024x608.webp 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/10/8de2ca19-3936-4cb6-b23d-b49d4349de34_1024x608.webp"
                    alt="Whining about a first-world problem"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Essays</p>
            <h3 class="gh-card-title is-title">Whining about a first-world problem</h3>
                <p class="gh-card-excerpt is-body">Time to get out the world&#x27;s tiniest violin</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-09-02">02 Sep 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    <article class="gh-card post tag-essays">
    <a class="gh-card-link" href="/the-great-imposter/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/10/photo-1750691434057-fc1271058186.jpeg 160w,
                            /content/images/size/w320/format/webp/2025/10/photo-1750691434057-fc1271058186.jpeg 320w,
                            /content/images/size/w600/format/webp/2025/10/photo-1750691434057-fc1271058186.jpeg 600w,
                            /content/images/size/w960/format/webp/2025/10/photo-1750691434057-fc1271058186.jpeg 960w,
                            /content/images/size/w1200/format/webp/2025/10/photo-1750691434057-fc1271058186.jpeg 1200w,
                            /content/images/size/w2000/format/webp/2025/10/photo-1750691434057-fc1271058186.jpeg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/10/photo-1750691434057-fc1271058186.jpeg"
                    alt="The Great Imposter"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Essays</p>
            <h3 class="gh-card-title is-title">The Great Imposter</h3>
                <p class="gh-card-excerpt is-body">Sometimes fact trumps syndrome</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-08-29">29 Aug 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    </div>



    </div>

</section>

    


<section class="gh-container is-grid has-sidebar gh-outer">
    <div class="gh-container-inner gh-inner">
        
            <h2 class="gh-container-title">
                Latest
            </h2>

        <main class="gh-main">
            <div class="gh-feed">

                                    <article class="gh-card post">
    <a class="gh-card-link" href="/though-im-not-handy/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/10/cdef5798-2e5b-406d-9d61-64818c873d4f_2406x1353.webp 160w,
                            /content/images/size/w320/format/webp/2025/10/cdef5798-2e5b-406d-9d61-64818c873d4f_2406x1353.webp 320w,
                            /content/images/size/w600/format/webp/2025/10/cdef5798-2e5b-406d-9d61-64818c873d4f_2406x1353.webp 600w,
                            /content/images/size/w960/format/webp/2025/10/cdef5798-2e5b-406d-9d61-64818c873d4f_2406x1353.webp 960w,
                            /content/images/size/w1200/format/webp/2025/10/cdef5798-2e5b-406d-9d61-64818c873d4f_2406x1353.webp 1200w,
                            /content/images/size/w2000/format/webp/2025/10/cdef5798-2e5b-406d-9d61-64818c873d4f_2406x1353.webp 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/10/cdef5798-2e5b-406d-9d61-64818c873d4f_2406x1353.webp"
                    alt="Though I&#x27;m not handy"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Though I&#x27;m not handy</h3>
                <p class="gh-card-excerpt is-body">It&#x27;s time to think about life beyond myself</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-08-22">22 Aug 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                    <article class="gh-card post">
    <a class="gh-card-link" href="/tonight-i-throw-myself-in-two/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/10/994ecba2-45d3-4202-8837-9226bb255bc4_594x395.webp 160w,
                            /content/images/size/w320/format/webp/2025/10/994ecba2-45d3-4202-8837-9226bb255bc4_594x395.webp 320w,
                            /content/images/size/w600/format/webp/2025/10/994ecba2-45d3-4202-8837-9226bb255bc4_594x395.webp 600w,
                            /content/images/size/w960/format/webp/2025/10/994ecba2-45d3-4202-8837-9226bb255bc4_594x395.webp 960w,
                            /content/images/size/w1200/format/webp/2025/10/994ecba2-45d3-4202-8837-9226bb255bc4_594x395.webp 1200w,
                            /content/images/size/w2000/format/webp/2025/10/994ecba2-45d3-4202-8837-9226bb255bc4_594x395.webp 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/10/994ecba2-45d3-4202-8837-9226bb255bc4_594x395.webp"
                    alt="Tonight, I throw myself in two"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Tonight, I throw myself in two</h3>
                <p class="gh-card-excerpt is-body">The best relationship is the one that slowly grows over time</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-08-12">12 Aug 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                    <article class="gh-card post">
    <a class="gh-card-link" href="/failing-with-fire/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/10/4ddcd841-df43-48de-bc54-e9fb79dcb02f_4032x3024.webp 160w,
                            /content/images/size/w320/format/webp/2025/10/4ddcd841-df43-48de-bc54-e9fb79dcb02f_4032x3024.webp 320w,
                            /content/images/size/w600/format/webp/2025/10/4ddcd841-df43-48de-bc54-e9fb79dcb02f_4032x3024.webp 600w,
                            /content/images/size/w960/format/webp/2025/10/4ddcd841-df43-48de-bc54-e9fb79dcb02f_4032x3024.webp 960w,
                            /content/images/size/w1200/format/webp/2025/10/4ddcd841-df43-48de-bc54-e9fb79dcb02f_4032x3024.webp 1200w,
                            /content/images/size/w2000/format/webp/2025/10/4ddcd841-df43-48de-bc54-e9fb79dcb02f_4032x3024.webp 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/10/4ddcd841-df43-48de-bc54-e9fb79dcb02f_4032x3024.webp"
                    alt="Failing with fire"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Failing with fire</h3>
                <p class="gh-card-excerpt is-body">A reflection on burnout, growth, and slowing down</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-08-05">05 Aug 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                    <article class="gh-card post">
    <a class="gh-card-link" href="/toothpicks-tinfoil-and-tiramisu/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/10/photo-1724116379273-ba32b70d112c.jpeg 160w,
                            /content/images/size/w320/format/webp/2025/10/photo-1724116379273-ba32b70d112c.jpeg 320w,
                            /content/images/size/w600/format/webp/2025/10/photo-1724116379273-ba32b70d112c.jpeg 600w,
                            /content/images/size/w960/format/webp/2025/10/photo-1724116379273-ba32b70d112c.jpeg 960w,
                            /content/images/size/w1200/format/webp/2025/10/photo-1724116379273-ba32b70d112c.jpeg 1200w,
                            /content/images/size/w2000/format/webp/2025/10/photo-1724116379273-ba32b70d112c.jpeg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/10/photo-1724116379273-ba32b70d112c.jpeg"
                    alt="Toothpicks, tinfoil, and tiramisu"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Toothpicks, tinfoil, and tiramisu</h3>
                <p class="gh-card-excerpt is-body">Restaurant culture in the 90&#x27;s was a unique experience</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-08-02">02 Aug 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                    <article class="gh-card post">
    <a class="gh-card-link" href="/on-the-provenance-of-self/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/10/8ac0c4b0-988c-4d3c-820f-f746c3b175e6_3281x2460.webp 160w,
                            /content/images/size/w320/format/webp/2025/10/8ac0c4b0-988c-4d3c-820f-f746c3b175e6_3281x2460.webp 320w,
                            /content/images/size/w600/format/webp/2025/10/8ac0c4b0-988c-4d3c-820f-f746c3b175e6_3281x2460.webp 600w,
                            /content/images/size/w960/format/webp/2025/10/8ac0c4b0-988c-4d3c-820f-f746c3b175e6_3281x2460.webp 960w,
                            /content/images/size/w1200/format/webp/2025/10/8ac0c4b0-988c-4d3c-820f-f746c3b175e6_3281x2460.webp 1200w,
                            /content/images/size/w2000/format/webp/2025/10/8ac0c4b0-988c-4d3c-820f-f746c3b175e6_3281x2460.webp 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/10/8ac0c4b0-988c-4d3c-820f-f746c3b175e6_3281x2460.webp"
                    alt="On the provenance of self"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">On the provenance of self</h3>
                <p class="gh-card-excerpt is-body">Physics holds us together, language defines our reality</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-07-25">25 Jul 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                    <article class="gh-card post">
    <a class="gh-card-link" href="/im-sorry-for-what-i-said-or-did-or-thought/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/10/photo-1578088060994-08c86dee9602.jpeg 160w,
                            /content/images/size/w320/format/webp/2025/10/photo-1578088060994-08c86dee9602.jpeg 320w,
                            /content/images/size/w600/format/webp/2025/10/photo-1578088060994-08c86dee9602.jpeg 600w,
                            /content/images/size/w960/format/webp/2025/10/photo-1578088060994-08c86dee9602.jpeg 960w,
                            /content/images/size/w1200/format/webp/2025/10/photo-1578088060994-08c86dee9602.jpeg 1200w,
                            /content/images/size/w2000/format/webp/2025/10/photo-1578088060994-08c86dee9602.jpeg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/10/photo-1578088060994-08c86dee9602.jpeg"
                    alt="I&#x27;m sorry for what I said, or did, or thought"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">I&#x27;m sorry for what I said, or did, or thought</h3>
                <p class="gh-card-excerpt is-body">Ignorance is a starting place for growth</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-07-18">18 Jul 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                    <article class="gh-card post">
    <a class="gh-card-link" href="/goodnight-my-love-goodnight-goodnight/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/10/64c50dc6-9e2b-49b2-87e8-f1b44072d930_1200x675.webp 160w,
                            /content/images/size/w320/format/webp/2025/10/64c50dc6-9e2b-49b2-87e8-f1b44072d930_1200x675.webp 320w,
                            /content/images/size/w600/format/webp/2025/10/64c50dc6-9e2b-49b2-87e8-f1b44072d930_1200x675.webp 600w,
                            /content/images/size/w960/format/webp/2025/10/64c50dc6-9e2b-49b2-87e8-f1b44072d930_1200x675.webp 960w,
                            /content/images/size/w1200/format/webp/2025/10/64c50dc6-9e2b-49b2-87e8-f1b44072d930_1200x675.webp 1200w,
                            /content/images/size/w2000/format/webp/2025/10/64c50dc6-9e2b-49b2-87e8-f1b44072d930_1200x675.webp 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/10/64c50dc6-9e2b-49b2-87e8-f1b44072d930_1200x675.webp"
                    alt="Goodnight, my love. Goodnight, goodnight."
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Goodnight, my love. Goodnight, goodnight.</h3>
                <p class="gh-card-excerpt is-body">A retrospective on mental health and its impact on the death of Robin Williams</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-07-10">10 Jul 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                    <article class="gh-card post">
    <a class="gh-card-link" href="/an-unanswered-call/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/10/photo-1517673132405-a56a62b18caf.jpeg 160w,
                            /content/images/size/w320/format/webp/2025/10/photo-1517673132405-a56a62b18caf.jpeg 320w,
                            /content/images/size/w600/format/webp/2025/10/photo-1517673132405-a56a62b18caf.jpeg 600w,
                            /content/images/size/w960/format/webp/2025/10/photo-1517673132405-a56a62b18caf.jpeg 960w,
                            /content/images/size/w1200/format/webp/2025/10/photo-1517673132405-a56a62b18caf.jpeg 1200w,
                            /content/images/size/w2000/format/webp/2025/10/photo-1517673132405-a56a62b18caf.jpeg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/10/photo-1517673132405-a56a62b18caf.jpeg"
                    alt="An unanswered call"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">An unanswered call</h3>
                <p class="gh-card-excerpt is-body">To love what you do, you must do what you love.</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-07-03">03 Jul 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                    <article class="gh-card post">
    <a class="gh-card-link" href="/the-ants/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/10/photo-1630355734638-320a0fac2870.jpeg 160w,
                            /content/images/size/w320/format/webp/2025/10/photo-1630355734638-320a0fac2870.jpeg 320w,
                            /content/images/size/w600/format/webp/2025/10/photo-1630355734638-320a0fac2870.jpeg 600w,
                            /content/images/size/w960/format/webp/2025/10/photo-1630355734638-320a0fac2870.jpeg 960w,
                            /content/images/size/w1200/format/webp/2025/10/photo-1630355734638-320a0fac2870.jpeg 1200w,
                            /content/images/size/w2000/format/webp/2025/10/photo-1630355734638-320a0fac2870.jpeg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/10/photo-1630355734638-320a0fac2870.jpeg"
                    alt="The ants"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">The ants</h3>
                <p class="gh-card-excerpt is-body">A formic-able opponent can get under your skin.</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-06-26">26 Jun 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                    <article class="gh-card post">
    <a class="gh-card-link" href="/notes-from-a-low-point/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/06/photo-1517346665566-17b938c7f3ad.jpeg 160w,
                            /content/images/size/w320/format/webp/2025/06/photo-1517346665566-17b938c7f3ad.jpeg 320w,
                            /content/images/size/w600/format/webp/2025/06/photo-1517346665566-17b938c7f3ad.jpeg 600w,
                            /content/images/size/w960/format/webp/2025/06/photo-1517346665566-17b938c7f3ad.jpeg 960w,
                            /content/images/size/w1200/format/webp/2025/06/photo-1517346665566-17b938c7f3ad.jpeg 1200w,
                            /content/images/size/w2000/format/webp/2025/06/photo-1517346665566-17b938c7f3ad.jpeg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/06/photo-1517346665566-17b938c7f3ad.jpeg"
                    alt="Notes from a low point"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Notes from a low point</h3>
                <p class="gh-card-excerpt is-body">The experience of depression and how to support it</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-06-19">19 Jun 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                    <article class="gh-card post">
    <a class="gh-card-link" href="/love-or-first-punch/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/06/afa63b1e-0e32-4dbd-9922-c8539c299ed7_1024x768.jpg 160w,
                            /content/images/size/w320/format/webp/2025/06/afa63b1e-0e32-4dbd-9922-c8539c299ed7_1024x768.jpg 320w,
                            /content/images/size/w600/format/webp/2025/06/afa63b1e-0e32-4dbd-9922-c8539c299ed7_1024x768.jpg 600w,
                            /content/images/size/w960/format/webp/2025/06/afa63b1e-0e32-4dbd-9922-c8539c299ed7_1024x768.jpg 960w,
                            /content/images/size/w1200/format/webp/2025/06/afa63b1e-0e32-4dbd-9922-c8539c299ed7_1024x768.jpg 1200w,
                            /content/images/size/w2000/format/webp/2025/06/afa63b1e-0e32-4dbd-9922-c8539c299ed7_1024x768.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/06/afa63b1e-0e32-4dbd-9922-c8539c299ed7_1024x768.jpg"
                    alt="Love or first punch"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Love or first punch</h3>
                <p class="gh-card-excerpt is-body">It&#x27;s hard to take control under the threat of violence.</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-06-12">12 Jun 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                    <article class="gh-card post">
    <a class="gh-card-link" href="/on-lgbtq-hate-crimes-in-the-united-states/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/10/0_f-t6kyrkmMs7T44U.webp 160w,
                            /content/images/size/w320/format/webp/2025/10/0_f-t6kyrkmMs7T44U.webp 320w,
                            /content/images/size/w600/format/webp/2025/10/0_f-t6kyrkmMs7T44U.webp 600w,
                            /content/images/size/w960/format/webp/2025/10/0_f-t6kyrkmMs7T44U.webp 960w,
                            /content/images/size/w1200/format/webp/2025/10/0_f-t6kyrkmMs7T44U.webp 1200w,
                            /content/images/size/w2000/format/webp/2025/10/0_f-t6kyrkmMs7T44U.webp 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/10/0_f-t6kyrkmMs7T44U.webp"
                    alt="On LGBTQ+ hate crimes in the United States"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">On LGBTQ+ hate crimes in the United States</h3>
                    <p class="gh-card-excerpt is-body">Pride Month is here. It is a time to celebrate the LGBTQ+ community, and to reckon with the hatred that got us to this point.

Since 1958, there have been 408 documented acts of violence against members of the LGBTQ+ community in the United States alone. Nearly half of those</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-06-10">10 Jun 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>



            </div>

                <div class="gh-more is-title">
                    <a href="https://portfolio.defeo.io/page/2">See all <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></a>
                </div>
        </main>

            <aside class="gh-sidebar">
                <div class="gh-sidebar-inner">
                    <section class="gh-about">
                            <img class="gh-about-icon" src="https://portfolio.defeo.io/content/images/2025/10/tlm-logo.png" alt="Marcello De Feo" loading="lazy">
                        <h3 class="gh-about-title is-title">Marcello De Feo</h3>
                            <p class="gh-about-description is-body">A portfolio of essays, features, satire, news, and fiction</p>
                    </section>
                </div>
            </aside>

    </div>
</section>
    
    <footer class="gh-footer gh-outer">
    <div class="gh-footer-inner gh-inner">

        <div class="gh-footer-bar">
            <span class="gh-footer-logo is-title">
                    <img src="https://portfolio.defeo.io/content/images/2025/10/tlm-logo-1.png" alt="Marcello De Feo">
            </span>
            <nav class="gh-footer-menu">
                <ul class="nav">
    <li class="nav-sign-up"><a href="https://www.defeo.io/subscribe">Sign up</a></li>
    <li class="nav-bluesky"><a href="https://bsky.app/profile/defeo.io">Bluesky</a></li>
    <li class="nav-instagram"><a href="https://www.instagram.com/defeo.io">Instagram</a></li>
    <li class="nav-medium"><a href="https://read.defeo.io/">Medium</a></li>
    <li class="nav-linkedin"><a href="https://www.linkedin.com/in/marcellodefeo/">LinkedIn</a></li>
    <li class="nav-facebook"><a href="https://facebook.com/defeo.io">Facebook</a></li>
    <li class="nav-twitter"><a href="http://x.com/defeo_io/">Twitter</a></li>
</ul>

            </nav>
            <div class="gh-footer-copyright">
                Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a>
            </div>
        </div>


    </div>
</footer>    
</div>


<script src="https://portfolio.defeo.io/assets/built/source.js?v=d630245796"></script>



</body>
</html>
