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

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Luca by the way.</title>
    <link rel="stylesheet" href="/assets/built/screen.css?v=38c2766764">

            <link rel="preload" as="image" href="https://images.unsplash.com/photo-1529260830199-42c24126f198?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDZ8fHJvbWV8ZW58MHx8fHwxNzc0OTIyNTc2fDA&amp;ixlib&#x3D;rb-4.1.0&amp;q&#x3D;80&amp;w&#x3D;2000">

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

    <script>
        /* The script for calculating the color contrast was 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);
        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="Tech, travel, and food without the cringe — smart finds, honest takes, and stories worth bookmarking, from gadgets and gateways to cafés, corners, and cravings.">
    <link rel="icon" href="https://www.lucabytheway.com/content/images/size/w256h256/2026/03/Favicon-fat.png" type="image/png">
    <link rel="canonical" href="https://www.lucabytheway.com/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    <link rel="next" href="https://www.lucabytheway.com/page/2/">
    
    <meta property="og:site_name" content="Luca by the way.">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Luca by the way.">
    <meta property="og:description" content="Tech, travel, and food without the cringe — smart finds, honest takes, and stories worth bookmarking, from gadgets and gateways to cafés, corners, and cravings.">
    <meta property="og:url" content="https://www.lucabytheway.com/">
    <meta property="og:image" content="https://www.lucabytheway.com/content/images/size/w1200/2026/03/IMG_2947_Small-1.jpg">
    <meta property="article:publisher" content="https://www.facebook.com/capula">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Luca by the way.">
    <meta name="twitter:description" content="Tech, travel, and food without the cringe — smart finds, honest takes, and stories worth bookmarking, from gadgets and gateways to cafés, corners, and cravings.">
    <meta name="twitter:url" content="https://www.lucabytheway.com/">
    <meta name="twitter:image" content="https://www.lucabytheway.com/content/images/size/w1200/2026/03/IMG_2947_Small-2.jpg">
    <meta name="twitter:site" content="@capulaluca">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="1159">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "Luca by the way.",
        "url": "https://www.lucabytheway.com/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.lucabytheway.com/content/images/2026/03/Logo.png"
        }
    },
    "url": "https://www.lucabytheway.com/",
    "name": "Luca by the way.",
    "image": {
        "@type": "ImageObject",
        "url": "https://images.unsplash.com/photo-1529260830199-42c24126f198?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDZ8fHJvbWV8ZW58MHx8fHwxNzc0OTIyNTc2fDA&ixlib=rb-4.1.0&q=80&w=2000",
        "width": 1200,
        "height": 795
    },
    "mainEntityOfPage": "https://www.lucabytheway.com/",
    "description": "Tech, travel, and food without the cringe — smart finds, honest takes, and stories worth bookmarking, from gadgets and gateways to cafés, corners, and cravings."
}
    </script>

    <meta name="generator" content="Ghost 6.22">
    <link rel="alternate" type="application/rss+xml" title="Luca by the way." href="https://www.lucabytheway.com/rss/">
    <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.66/umd/portal.min.js" data-i18n="true" data-ghost="https://www.lucabytheway.com/" data-key="8b93e5e4f7deb931c5eccf8075" data-api="https://www.lucabytheway.com/ghost/api/content/" data-locale="en" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content,
.gh-post-upgrade-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
}

.gh-post-upgrade-cta-content {
    border-radius: 8px;
    padding: 40px 4vw;
}

.gh-post-upgrade-cta h2 {
    color: #ffffff;
    font-size: 28px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
}

.gh-post-upgrade-cta p {
    margin: 20px 0 0;
    padding: 0;
}

.gh-post-upgrade-cta small {
    font-size: 16px;
    letter-spacing: -0.2px;
}

.gh-post-upgrade-cta a {
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a:hover {
    color: #ffffff;
    opacity: 0.8;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a.gh-btn {
    display: block;
    background: #ffffff;
    text-decoration: none;
    margin: 28px 0 0;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.gh-post-upgrade-cta a.gh-btn:hover {
    opacity: 0.92;
}</style>
    <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js" data-key="8b93e5e4f7deb931c5eccf8075" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-search="https://www.lucabytheway.com/" data-locale="en" crossorigin="anonymous"></script>
    
    <link href="https://www.lucabytheway.com/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=38c2766764"></script>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=38c2766764">
    <script defer src="/public/comment-counts.min.js?v=38c2766764" data-ghost-comments-counts-api="https://www.lucabytheway.com/members/api/comments/counts/"></script>
    <script defer src="/public/member-attribution.min.js?v=38c2766764"></script><style>:root {--ghost-accent-color: #000000;}</style>
    <style>
@font-face{font-family:'Mostra Nuova';src:url('/content/files/MostraNuova-Bold.woff2') format('woff2'),url('/content/files/MostraNuova-Bold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}
.article-title,.post-card-title,.site-title,.footer-cta-title{font-family:'Mostra Nuova',var(--font-sans)!important;text-transform:uppercase!important}
.gh-head-logo img{max-height:120px!important}
@media(max-width:767px){.gh-head-logo img{max-height:80px!important}}
.gh-powered-by{display:none!important}
.page-template .gh-head{height:auto!important;min-height:88px;padding:16px 0}
.home-template .gh-head-logo img{filter:brightness(0) invert(1)!important}
</style>
<script async src='https://www.googletagmanager.com/gtag/js?id=G-5RS2ZCZMXS'></script>
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-5RS2ZCZMXS');</script>
</head>

<body class="home-template is-head-transparent has-background-about is-head-left-logo has-classic-feed">
<div class="gh-site">

    <header id="gh-head" class="gh-head gh-outer">
        <div class="gh-head-inner gh-inner">
            <div class="gh-head-brand">
                <div class="gh-head-brand-wrapper">
                    <a class="gh-head-logo" href="https://www.lucabytheway.com">
                            <img src="https://www.lucabytheway.com/content/images/2026/03/Logo.png" alt="Luca by the way.">
                    </a>
                </div>
                <button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7226 10.5657C13.4295 11.2734 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2734 13.4295 10.5657 13.7226C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80875 14.0158 6.10101 13.7226C5.39328 13.4295 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2734 2.94404 10.5657C2.65088 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78624 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78624 2.5 8.33333 2.5C9.88043 2.5 11.3642 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78624 14.1667 8.33333Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
                <button class="gh-burger" aria-label="Toggle menu"></button>
            </div>

            <nav class="gh-head-menu">
                <ul class="nav">
    <li class="nav-home nav-current"><a href="https://www.lucabytheway.com/">Home</a></li>
    <li class="nav-tech"><a href="https://www.lucabytheway.com/tag/technology/">Tech</a></li>
    <li class="nav-travel"><a href="https://www.lucabytheway.com/tag/travel/">Travel</a></li>
    <li class="nav-business"><a href="https://www.lucabytheway.com/tag/business-startups/">Business</a></li>
    <li class="nav-food"><a href="https://www.lucabytheway.com/tag/italian-cuisine/">Food</a></li>
    <li class="nav-europe-ai"><a href="https://www.lucabytheway.com/tag/europe-ai-policy/">Europe &amp; AI</a></li>
    <li class="nav-fun-facts"><a href="https://www.lucabytheway.com/tag/fun-facts/">Fun Facts</a></li>
    <li class="nav-about"><a href="https://www.lucabytheway.com/about/">About</a></li>
</ul>

            </nav>

            <div class="gh-head-actions">
                    <button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7226 10.5657C13.4295 11.2734 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2734 13.4295 10.5657 13.7226C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80875 14.0158 6.10101 13.7226C5.39328 13.4295 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2734 2.94404 10.5657C2.65088 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78624 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78624 2.5 8.33333 2.5C9.88043 2.5 11.3642 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78624 14.1667 8.33333Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
                    <div class="gh-head-members">
                                <a class="gh-head-link" href="#/portal/signin" data-portal="signin">Sign in</a>
                                <a class="gh-head-btn gh-btn gh-primary-btn" href="#/portal/signup" data-portal="signup">Subscribe</a>
                    </div>
            </div>
        </div>
    </header>

    
<section class="gh-about gh-outer">
    <div class="gh-about-inner gh-inner">
                <img class="gh-about-image" src="https://images.unsplash.com/photo-1529260830199-42c24126f198?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDZ8fHJvbWV8ZW58MHx8fHwxNzc0OTIyNTc2fDA&amp;ixlib&#x3D;rb-4.1.0&amp;q&#x3D;80&amp;w&#x3D;2000" alt="Luca by the way.">
        <script>
            (function () {
                if (!document.body.classList.contains('has-background-about')) return;

                const about = document.querySelector('.gh-about');
                if (!about) return;

                const image = about.querySelector('.gh-about-image');

                about.style.setProperty('--about-height', image.clientWidth * image.naturalHeight / image.naturalWidth + 'px');
                about.classList.add('initialized');
            })();
        </script>
        <div class="gh-about-content">
            <div class="gh-about-content-inner">
                    <h1 class="gh-about-primary">A dangerously good use of your attention.</h1>
                        <p class="gh-about-secondary">Put your email here. Future you will act smug about it.</p>
                        <div class="gh-subscribe-input" data-portal>
                            jamie@example.com
                            <span class="gh-btn gh-primary-btn">Subscribe</span>
                        </div>
            </div>
        </div>
    </div>
</section>

<main class="gh-main gh-outer">
    <div class="gh-feed gh-inner">
            <article class="gh-card post tag-business-startups tag-venture-capital tag-ai-startups tag-benchmark">
    <a class="gh-card-link" href="/benchmark-growth-fund/">

            <figure class="gh-card-image">
                    <img
                        
                        srcset="/content/images/size/w300/2026/06/benchmark-growth-fund-signals-vc---s-new-reality.jpg 300w,
                                /content/images/size/w720/2026/06/benchmark-growth-fund-signals-vc---s-new-reality.jpg 720w,
                                /content/images/size/w960/2026/06/benchmark-growth-fund-signals-vc---s-new-reality.jpg 960w,
                                /content/images/size/w1200/2026/06/benchmark-growth-fund-signals-vc---s-new-reality.jpg 1200w,
                                /content/images/size/w2000/2026/06/benchmark-growth-fund-signals-vc---s-new-reality.jpg 2000w"
                        sizes="(max-width: 1200px) 100vw, 1200px"
                        src="/content/images/size/w720/2026/06/benchmark-growth-fund-signals-vc---s-new-reality.jpg"
                        alt="A diverse group of investors discussing venture capital strategies at a conference, highlighting trends in the Benchmark Growth Fund."
                    >
            </figure>

        <div class="gh-card-wrapper">
            <h2 class="gh-card-title">Benchmark Growth Fund Signals VC’s New Reality</h2>
            <footer class="gh-card-meta">
                <time class="gh-card-date" datetime="2026-06-10">10 Jun 2026</time>
                    <span class="gh-card-length">7 min read</span>
                    <script
    data-ghost-comment-count="6a295320bd37ef0001b33c5f"
    data-ghost-comment-count-empty=""
    data-ghost-comment-count-singular="comment"
    data-ghost-comment-count-plural="comments"
    data-ghost-comment-count-tag="span"
    data-ghost-comment-count-class-name="gh-card-comments"
    data-ghost-comment-count-autowrap="true"
>
</script>
            </footer>
        </div>

    </a>
</article>            <article class="gh-card post tag-travel tag-airlines-5 tag-inflight-wi-fi tag-budget-travel-2">
    <a class="gh-card-link" href="/wizz-air-starlink-wifi/">

            <figure class="gh-card-image">
                    <img
                        
                        srcset="/content/images/size/w300/2026/06/wizz-air-starlink-wi-fi-could-reset-budget-flying.jpg 300w,
                                /content/images/size/w720/2026/06/wizz-air-starlink-wi-fi-could-reset-budget-flying.jpg 720w,
                                /content/images/size/w960/2026/06/wizz-air-starlink-wi-fi-could-reset-budget-flying.jpg 960w,
                                /content/images/size/w1200/2026/06/wizz-air-starlink-wi-fi-could-reset-budget-flying.jpg 1200w,
                                /content/images/size/w2000/2026/06/wizz-air-starlink-wi-fi-could-reset-budget-flying.jpg 2000w"
                        sizes="(max-width: 1200px) 100vw, 1200px"
                        src="/content/images/size/w720/2026/06/wizz-air-starlink-wi-fi-could-reset-budget-flying.jpg"
                        alt="Wizz Air aircraft interior featuring passengers using Starlink Wi-Fi, highlighting budget travel innovation and connectivity."
                    >
            </figure>

        <div class="gh-card-wrapper">
            <h2 class="gh-card-title">Wizz Air Starlink Wi-Fi Could Reset Budget Flying</h2>
            <footer class="gh-card-meta">
                <time class="gh-card-date" datetime="2026-06-09">09 Jun 2026</time>
                    <span class="gh-card-length">12 min read</span>
                    <script
    data-ghost-comment-count="6a27bb80cb8af70001613b0d"
    data-ghost-comment-count-empty=""
    data-ghost-comment-count-singular="comment"
    data-ghost-comment-count-plural="comments"
    data-ghost-comment-count-tag="span"
    data-ghost-comment-count-class-name="gh-card-comments"
    data-ghost-comment-count-autowrap="true"
>
</script>
            </footer>
        </div>

    </a>
</article>            <article class="gh-card post tag-technology tag-microsoft tag-ai-agents tag-enterprise-ai">
    <a class="gh-card-link" href="/microsoft-scout-work-lockin/">

            <figure class="gh-card-image">
                    <img
                        
                        srcset="/content/images/size/w300/2026/06/microsoft-launches-scout-and-the-new-work-lock-in.jpg 300w,
                                /content/images/size/w720/2026/06/microsoft-launches-scout-and-the-new-work-lock-in.jpg 720w,
                                /content/images/size/w960/2026/06/microsoft-launches-scout-and-the-new-work-lock-in.jpg 960w,
                                /content/images/size/w1200/2026/06/microsoft-launches-scout-and-the-new-work-lock-in.jpg 1200w,
                                /content/images/size/w2000/2026/06/microsoft-launches-scout-and-the-new-work-lock-in.jpg 2000w"
                        sizes="(max-width: 1200px) 100vw, 1200px"
                        src="/content/images/size/w720/2026/06/microsoft-launches-scout-and-the-new-work-lock-in.jpg"
                        alt="A sleek laptop displaying Microsoft Scout interface, showcasing innovative features for enhanced productivity and work efficiency."
                    >
            </figure>

        <div class="gh-card-wrapper">
            <h2 class="gh-card-title">Microsoft Launches Scout and the New Work Lock-In</h2>
            <footer class="gh-card-meta">
                <time class="gh-card-date" datetime="2026-06-08">08 Jun 2026</time>
                    <span class="gh-card-length">10 min read</span>
                    <script
    data-ghost-comment-count="6a26698acb8af70001613afd"
    data-ghost-comment-count-empty=""
    data-ghost-comment-count-singular="comment"
    data-ghost-comment-count-plural="comments"
    data-ghost-comment-count-tag="span"
    data-ghost-comment-count-class-name="gh-card-comments"
    data-ghost-comment-count-autowrap="true"
>
</script>
            </footer>
        </div>

    </a>
</article>            <article class="gh-card post tag-fun-facts tag-genetics tag-ivf tag-bioethics">
    <a class="gh-card-link" href="/embryo-base-editing-alarm/">

            <figure class="gh-card-image">
                    <img
                        
                        srcset="/content/images/size/w300/2026/06/human-embryo-base-editing-raises-a-quiet-new-risk.jpg 300w,
                                /content/images/size/w720/2026/06/human-embryo-base-editing-raises-a-quiet-new-risk.jpg 720w,
                                /content/images/size/w960/2026/06/human-embryo-base-editing-raises-a-quiet-new-risk.jpg 960w,
                                /content/images/size/w1200/2026/06/human-embryo-base-editing-raises-a-quiet-new-risk.jpg 1200w,
                                /content/images/size/w2000/2026/06/human-embryo-base-editing-raises-a-quiet-new-risk.jpg 2000w"
                        sizes="(max-width: 1200px) 100vw, 1200px"
                        src="/content/images/size/w720/2026/06/human-embryo-base-editing-raises-a-quiet-new-risk.jpg"
                        alt="A scientist examines a petri dish containing human embryos, highlighting the complexities of base editing technology."
                    >
            </figure>

        <div class="gh-card-wrapper">
            <h2 class="gh-card-title">Human Embryo Base Editing Raises a Quiet New Risk</h2>
            <footer class="gh-card-meta">
                <time class="gh-card-date" datetime="2026-06-06">06 Jun 2026</time>
                    <span class="gh-card-length">10 min read</span>
                    <script
    data-ghost-comment-count="6a23c6c7cb8af70001613af2"
    data-ghost-comment-count-empty=""
    data-ghost-comment-count-singular="comment"
    data-ghost-comment-count-plural="comments"
    data-ghost-comment-count-tag="span"
    data-ghost-comment-count-class-name="gh-card-comments"
    data-ghost-comment-count-autowrap="true"
>
</script>
            </footer>
        </div>

    </a>
</article>            <article class="gh-card post tag-europe-ai-policy tag-eu-policy-3 tag-tech-sovereignty tag-cloud tag-semiconductors">
    <a class="gh-card-link" href="/tech-sovereignty-package-eu/">

            <figure class="gh-card-image">
                    <img
                        
                        srcset="/content/images/size/w300/2026/06/tech-sovereignty-package-turns-eu-buying-into-power.jpg 300w,
                                /content/images/size/w720/2026/06/tech-sovereignty-package-turns-eu-buying-into-power.jpg 720w,
                                /content/images/size/w960/2026/06/tech-sovereignty-package-turns-eu-buying-into-power.jpg 960w,
                                /content/images/size/w1200/2026/06/tech-sovereignty-package-turns-eu-buying-into-power.jpg 1200w,
                                /content/images/size/w2000/2026/06/tech-sovereignty-package-turns-eu-buying-into-power.jpg 2000w"
                        sizes="(max-width: 1200px) 100vw, 1200px"
                        src="/content/images/size/w720/2026/06/tech-sovereignty-package-turns-eu-buying-into-power.jpg"
                        alt="European Union officials discussing tech sovereignty strategies at a conference, highlighting collaboration and innovation in technology procurement."
                    >
            </figure>

        <div class="gh-card-wrapper">
            <h2 class="gh-card-title">Tech Sovereignty Package Turns EU Buying Into Power</h2>
            <footer class="gh-card-meta">
                <time class="gh-card-date" datetime="2026-06-05">05 Jun 2026</time>
                    <span class="gh-card-length">7 min read</span>
                    <script
    data-ghost-comment-count="6a227511cb8af70001613ae2"
    data-ghost-comment-count-empty=""
    data-ghost-comment-count-singular="comment"
    data-ghost-comment-count-plural="comments"
    data-ghost-comment-count-tag="span"
    data-ghost-comment-count-class-name="gh-card-comments"
    data-ghost-comment-count-autowrap="true"
>
</script>
            </footer>
        </div>

    </a>
</article>            <article class="gh-card post tag-technology tag-windows-pcs tag-qualcomm tag-nvidia tag-windows-on-arm">
    <a class="gh-card-link" href="/qualcomm-nvidia-windows-future/">

            <figure class="gh-card-image">
                    <img
                        
                        srcset="/content/images/size/w300/2026/06/qualcomm-and-nvidia-split-the-future-of-windows.jpg 300w,
                                /content/images/size/w720/2026/06/qualcomm-and-nvidia-split-the-future-of-windows.jpg 720w,
                                /content/images/size/w960/2026/06/qualcomm-and-nvidia-split-the-future-of-windows.jpg 960w,
                                /content/images/size/w1200/2026/06/qualcomm-and-nvidia-split-the-future-of-windows.jpg 1200w,
                                /content/images/size/w2000/2026/06/qualcomm-and-nvidia-split-the-future-of-windows.jpg 2000w"
                        sizes="(max-width: 1200px) 100vw, 1200px"
                        src="/content/images/size/w720/2026/06/qualcomm-and-nvidia-split-the-future-of-windows.jpg"
                        alt="A split-screen graphic showing Qualcomm and Nvidia logos, representing their distinct roles in shaping Windows technology."
                    >
            </figure>

        <div class="gh-card-wrapper">
            <h2 class="gh-card-title">Qualcomm and Nvidia Split the Future of Windows</h2>
            <footer class="gh-card-meta">
                <time class="gh-card-date" datetime="2026-06-04">04 Jun 2026</time>
                    <span class="gh-card-length">8 min read</span>
                    <script
    data-ghost-comment-count="6a219e94cb8af70001613ad0"
    data-ghost-comment-count-empty=""
    data-ghost-comment-count-singular="comment"
    data-ghost-comment-count-plural="comments"
    data-ghost-comment-count-tag="span"
    data-ghost-comment-count-class-name="gh-card-comments"
    data-ghost-comment-count-autowrap="true"
>
</script>
            </footer>
        </div>

    </a>
</article>    </div>
</main>




    <footer class="gh-foot gh-outer">
        <div class="gh-foot-inner gh-inner">
            <nav class="gh-foot-menu">
                <ul class="nav">
    <li class="nav-sign-up nav-current"><a href="#/portal/">Sign up</a></li>
    <li class="nav-contact"><a href="https://www.lucabytheway.com/contact/">Contact</a></li>
    <li class="nav-privacy"><a href="https://www.lucabytheway.com/privacy/">Privacy</a></li>
    <li class="nav-terms"><a href="https://www.lucabytheway.com/terms/">Terms</a></li>
</ul>

            </nav>

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

</div>


<script src="/assets/built/main.min.js?v=38c2766764"></script>



</body>

</html>
