<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Blab Tech - Blab Tech</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Blab Tech covers the latest technology headlines, innovations, AI, hardware, and general tech news.">

<link rel="apple-touch-icon" sizes="57x57" href="https://www.blab.com/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://www.blab.com/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://www.blab.com/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://www.blab.com/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://www.blab.com/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://www.blab.com/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://www.blab.com/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://www.blab.com/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://www.blab.com/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="https://www.blab.com/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://www.blab.com/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://www.blab.com/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://www.blab.com/icons/favicon-16x16.png">
<link rel="manifest" href="https://www.blab.com/icons/manifest.json">


<meta property="og:title" content="Blab Tech">
<meta property="og:description" content="Blab Tech covers the latest technology headlines, innovations, AI, hardware, and general tech news.">
<meta property="og:site_name" content="Blab Tech">
<meta property="og:type" content="article">

<!-- Privacy-friendly analytics by Plausible -->
<script async src="https://plausible.io/js/pa-kuf24Uudzn-PBV7kOJxqb.js"></script>
<script>
  window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
  plausible.init()
</script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y43ZYC7RK3"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-Y43ZYC7RK3');
</script>

<script src="https://analytics.ahrefs.com/analytics.js" data-key="cIb3J8e0cRQ30Tye7reGrQ" async></script>



<style>
* {
    box-sizing: border-box;
}

:root {
    --blue: #1267ff;
    --dark: #111827;
    --muted: #6b7280;
    --light: #f4f7fb;
    --card: #ffffff;
    --border: rgba(15, 23, 42, 0.08);
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    background: var(--light);
    color: var(--dark);
}

a {
    color: inherit;
    text-decoration: none;
}

.page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 20px 70px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 34px;
}

.logo {
    font-size: 38px;
    font-weight: 950;
    color: var(--blue);
    letter-spacing: -2px;
    line-height: 1;
}

.logo span {
    color: var(--dark);
}

.nav {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 14px;
    font-weight: 800;
    color: #4b5563;
}

.nav a {
    padding: 8px 0;
}

.nav a:hover {
    color: var(--blue);
}

.article-main {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    border: 1px solid var(--border);
}

.article-hero {
    width: 100%;
    background: linear-gradient(135deg, #0f255c, #1267ff);
}

.article-hero img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.no-image {
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.45), transparent 28%),
        linear-gradient(135deg, #0f255c, #1267ff);
    color: #fff;
    font-size: clamp(32px, 5vw, 60px);
    font-weight: 950;
    letter-spacing: -2px;
}

.article-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 42px 38px 46px;
}

.back-link {
    display: inline-flex;
    color: var(--blue);
    font-weight: 950;
    margin-bottom: 18px;
}

.kicker {
    display: inline-flex;
    background: #eff6ff;
    color: var(--blue);
    border: 1px solid #dbeafe;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 18px;
}

h1 {
    margin: 0;
    font-size: clamp(34px, 5vw, 66px);
    line-height: 0.95;
    letter-spacing: -2.5px;
}

.meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 18px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.article-body {
    margin-top: 32px;
    font-size: 19px;
    line-height: 1.78;
    color: #1f2937;
}

.article-body p {
    margin: 0 0 22px;
}

.article-body h2,
.article-body h3,
.article-body h4 {
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 34px 0 14px;
    color: #111827;
}

.article-body h2 {
    font-size: 32px;
}

.article-body h3 {
    font-size: 26px;
}

.article-body a {
    color: var(--blue);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.article-body blockquote {
    margin: 28px 0;
    padding: 20px 24px;
    background: #f8fafc;
    border-left: 5px solid var(--blue);
    border-radius: 14px;
    color: #374151;
    font-weight: 650;
}

.article-body ul,
.article-body ol {
    padding-left: 24px;
    margin: 20px 0;
}

.article-body li {
    margin-bottom: 10px;
}

.source-box {
    margin-top: 28px;
    padding: 18px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #4b5563;
    font-size: 14px;
}

.source-box a {
    color: var(--blue);
    font-weight: 900;
    word-break: break-word;
}

.tags {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    background: #eff6ff;
    color: var(--blue);
    border: 1px solid #dbeafe;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.recent-section {
    margin-top: 42px;
}

.recent-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.recent-head h2 {
    margin: 0;
    font-size: 28px;
    letter-spacing: -1px;
}

.recent-head a {
    color: var(--blue);
    font-size: 14px;
    font-weight: 950;
}

.recent-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.recent-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    border: 1px solid var(--border);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    display: flex;
    flex-direction: column;
}

.recent-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.13);
}

.recent-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #dbeafe, #eff6ff);
    display: block;
    overflow: hidden;
}

.recent-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.recent-no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.55), transparent 28%),
        linear-gradient(135deg, #0f255c, #1267ff);
    color: #fff;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -1px;
}

.recent-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.recent-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.recent-card h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.16;
    letter-spacing: -0.5px;
}

.recent-card h3 a:hover {
    color: var(--blue);
}

.recent-excerpt {
    margin: 11px 0 0;
    color: #4b5563;
    line-height: 1.5;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.readmore {
    display: inline-flex;
    margin-top: auto;
    padding-top: 14px;
    color: var(--blue);
    font-size: 14px;
    font-weight: 950;
}

.empty,
.error {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    color: #4b5563;
}

.error {
    color: #b91c1c;
    border: 1px solid #fecaca;
    background: #fff1f2;
}

.debug-path {
    margin-top: 12px;
    font-family: monospace;
    font-size: 12px;
    color: #7f1d1d;
    word-break: break-all;
}

.footer {
    margin-top: 50px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
    color: var(--muted);
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

@media (max-width: 920px) {
    .recent-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .article-content {
        padding: 34px 28px 40px;
    }
}

@media (max-width: 640px) {
    .page {
        padding: 22px 14px 50px;
    }

    .header {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .nav {
        flex-wrap: wrap;
        gap: 12px;
    }

    h1 {
        letter-spacing: -1.5px;
    }

    .article-body {
        font-size: 17px;
        line-height: 1.7;
    }

    .article-content {
        padding: 24px;
    }

    .recent-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .recent-grid {
        grid-template-columns: 1fr;
    }

    .footer {
        flex-direction: column;
    }
}
</style>

</head>

<body>

<div class="page">

    <header class="header">
        <a href="/" class="logo">Blab<span>.</span></a>

        <nav class="nav">
            <a href="https://news.blab.com/">News</a>
            <a href="https://tech.blab.com/">Tech</a>
            <a href="https://business.blab.com/">Business</a>
            <a href="https://politics.blab.com/">Politics</a>
            <a href="https://music.blab.com/">Music</a>
            <a href="https://sports.blab.com/">Sports</a>
            <a href="https://entertainment.blab.com/">Entertainment</a>
            <a href="https://crypto.blab.com/">Crypto</a>
            <a href="https://ai.blab.com/">AI</a>
            <a href="https://blab.com/">Blab.com</a>
        </nav>
    </header>

    
    <section class="recent-section">
        <div class="recent-head">
            <h2>Tag: Wiredred</h2>
            <a href="/">View all →</a>
        </div>

        
            <div class="recent-grid">
                                    
                    <article class="recent-card">
                        <a class="recent-thumb" href="/2026-06-06-wiredred-the-forgotten-collaboration-pioneer-behind-early-enterprise-messaging-and-video-conferencing">
                                                            <img src="/images/2026-06-06-wiredred-the-forgotten-collaboration-pioneer-behind-early-enterprise-messaging-and-video-conferencing.webp" alt="WiredRed: The Forgotten Collaboration Pioneer Behind Early Enterprise Messaging and Video Conferencing" loading="lazy">
                                                    </a>

                        <div class="recent-body">
                            <div class="recent-meta">
                                <span>Tech</span>

                                                                    <span>Jun 6, 2026</span>
                                                            </div>

                            <h3>
                                <a href="/2026-06-06-wiredred-the-forgotten-collaboration-pioneer-behind-early-enterprise-messaging-and-video-conferencing">
                                    WiredRed: The Forgotten Collaboration Pioneer Behind Early Enterprise Messaging and Video Conferencing                                </a>
                            </h3>

                                                            <p class="recent-excerpt">
                                    Long before Zoom meetings became routine and Microsoft Teams dominated corporate communication, a company called WiredRe...                                </p>
                            
                            <a class="readmore" href="/2026-06-06-wiredred-the-forgotten-collaboration-pioneer-behind-early-enterprise-messaging-and-video-conferencing">
                                Read story →
                            </a>
                        </div>
                    </article>
                            </div>

            </section>


<footer class="footer">
    <div>
        © 2026 Blab ·
        <a href="https://www.blab.com/about/" style="color:inherit;text-decoration:none;font-weight:700;">About</a>
    </div>

    <div>It's Blab!</div>
</footer>

</div>

</body>
</html>