<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Webmistress</title>
    <description>The latest articles on DEV Community by Webmistress (@remino).</description>
    <link>https://dev.to/remino</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1243108%2F6054761c-89f7-410c-911f-bb8e31efd69d.jpeg</url>
      <title>DEV Community: Webmistress</title>
      <link>https://dev.to/remino</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/remino"/>
    <language>en</language>
    <item>
      <title>imgmod &amp; vidmod</title>
      <dc:creator>Webmistress</dc:creator>
      <pubDate>Tue, 07 Jul 2026 12:46:24 +0000</pubDate>
      <link>https://dev.to/remino/imgmod-vidmod-4pfn</link>
      <guid>https://dev.to/remino/imgmod-vidmod-4pfn</guid>
      <description>&lt;p&gt;I finally decided to rewrite &lt;code&gt;vidmod&lt;/code&gt;, my helper script for &lt;code&gt;ffmpeg&lt;/code&gt; to do simple video edits, and made it modular using plugins.&lt;/p&gt;

&lt;p&gt;Also created something similar for images with the new &lt;code&gt;imgmod&lt;/code&gt; using ImageMagick 7.&lt;/p&gt;

&lt;p&gt;Both &lt;a href="https://github.com/remino/remutils/tree/main/vidmod" rel="noopener noreferrer"&gt;&lt;strong&gt;&lt;code&gt;vidmod&lt;/code&gt; v2&lt;/strong&gt;&lt;/a&gt; and&lt;a href="https://github.com/remino/remutils/tree/main/imgmod" rel="noopener noreferrer"&gt;&lt;strong&gt;&lt;code&gt;imgmod&lt;/code&gt;&lt;/strong&gt;&lt;/a&gt; are available in &lt;a href="https://github.com/remino" rel="noopener noreferrer"&gt;&lt;code&gt;remutils&lt;/code&gt;&lt;/a&gt; as well as via my Homebrew cask &lt;a href="https://github.com/remino/homebrew-remino" rel="noopener noreferrer"&gt;&lt;code&gt;homebrew-remino&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>bash</category>
      <category>scripting</category>
      <category>ffmpeg</category>
      <category>imagemagick</category>
    </item>
    <item>
      <title>Remarqueeble Marquee Replacement</title>
      <dc:creator>Webmistress</dc:creator>
      <pubDate>Sun, 28 Jun 2026 12:32:53 +0000</pubDate>
      <link>https://dev.to/remino/remarqueeble-marquee-replacement-43a3</link>
      <guid>https://dev.to/remino/remarqueeble-marquee-replacement-43a3</guid>
      <description>&lt;p&gt;HTML has deprecated the &lt;em&gt;de facto&lt;/em&gt; &lt;code&gt;&amp;lt;marquee&amp;gt;&lt;/code&gt; tag a long time ago. Yet, browsers still support it—nobody suggested a 1:1 replacement. I vibe-coded&lt;a href="https://remino.net/remarqueeble/" rel="noopener noreferrer"&gt;&lt;strong&gt;Remarqueeble&lt;/strong&gt;&lt;/a&gt;. Just replace &lt;code&gt;&amp;lt;marquee&amp;gt;&lt;/code&gt;with &lt;code&gt;&amp;lt;re-marquee&amp;gt;&lt;/code&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install &lt;/span&gt;remarqueeble

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fg5jq0uqzx7re9c49fr1j.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fg5jq0uqzx7re9c49fr1j.gif" alt="Remarquee demo with multiple marquees." width="800" height="800"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Remarquee demo&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Checking how marquees are rendered in IE5 to ensure I replicate their functionality correctly:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fsm5ki9l18q739ngbojil.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fsm5ki9l18q739ngbojil.gif" alt="Seeing how marquees work in IE5 on Windows 98 SE." width="760" height="570"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Analysing marquees in IE5 on Windows 98 SE.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>marquee</category>
      <category>webdev</category>
      <category>css</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Astro going at warp speed</title>
      <dc:creator>Webmistress</dc:creator>
      <pubDate>Sun, 28 Jun 2026 11:35:25 +0000</pubDate>
      <link>https://dev.to/remino/astro-going-at-warp-speed-268p</link>
      <guid>https://dev.to/remino/astro-going-at-warp-speed-268p</guid>
      <description>&lt;p&gt;Two major releases in one year? Hey Astro team, can you maybe chill a bit?&lt;/p&gt;

&lt;p&gt;Then again, Astro 6 was about cleanup, Astro 7 is for performance. It’s a lot: Vite 8, Rust compiler, faster Markdown, route caching, queued rendering, Live Collections, Fonts API, CSP API, request-pipeline control, etc.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fremino.net%2Fbits%2Fastro-too-fast%2F00.avif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fremino.net%2Fbits%2Fastro-too-fast%2F00.avif" alt="Screenshot of announcement for Astro 6." width="800" height="539"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fremino.net%2Fbits%2Fastro-too-fast%2F01.avif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fremino.net%2Fbits%2Fastro-too-fast%2F01.avif" alt="Screenshot of announcement for Astro 7." width="800" height="501"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://astro.build/blog/astro-6/" rel="noopener noreferrer"&gt;Astro 6.0&lt;/a&gt; (2026-05-10)&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://astro.build/blog/astro-7/" rel="noopener noreferrer"&gt;Astro 7.0&lt;/a&gt; (2026-06-22)&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>astro</category>
      <category>javascript</category>
      <category>ssg</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Obamacare Floppy Disk</title>
      <dc:creator>Webmistress</dc:creator>
      <pubDate>Sun, 14 Jun 2026 00:00:00 +0000</pubDate>
      <link>https://dev.to/remino/obamacare-floppy-disk-26k7</link>
      <guid>https://dev.to/remino/obamacare-floppy-disk-26k7</guid>
      <description>&lt;p&gt;I don’t know why, but… Someone took an old 8” floppy disk and labelled it Obamacare. It’s on eBay for 10 USD plus shipping. Almost 200 were sold already. Description says it’s just a joke, adding “There are no data on this disk. It is a conversation piece only.” 💾&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fremino.net%2Fbits%2Fobamacare-floppy%2F00.avif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fremino.net%2Fbits%2Fobamacare-floppy%2F00.avif" alt="Obamacare 8” floppy disk with a ruler and pen for size comparison." width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fremino.net%2Fbits%2Fobamacare-floppy%2F01.avif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fremino.net%2Fbits%2Fobamacare-floppy%2F01.avif" alt="8” floppy disk label saying “Obamacare: Healthcare Interwebification Complete System. New and Improved!”" width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.ebay.com/itm/321243093096" rel="noopener noreferrer"&gt;Obamacare 8” floppy disk on eBay&lt;/a&gt;&lt;/p&gt;

</description>
      <category>floppy</category>
      <category>retro</category>
      <category>obamacare</category>
      <category>ebay</category>
    </item>
    <item>
      <title>Windows 3.0</title>
      <dc:creator>Webmistress</dc:creator>
      <pubDate>Mon, 25 May 2026 12:27:33 +0000</pubDate>
      <link>https://dev.to/remino/windows-30-1meg</link>
      <guid>https://dev.to/remino/windows-30-1meg</guid>
      <description>&lt;p&gt;I find it interesting how Windows 3.1 eclipsed 3.0.&lt;/p&gt;

&lt;p&gt;While 3.1 in 1992 was a major upgrade with a saturated colour scheme, WAV &amp;amp; MIDI sound, and TrueType fonts—having clock.exe change from its 8-segment display—3.0 was the one that brought a major UI overhaul two years prior.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5ponwuqgw3l1rvdabvzr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5ponwuqgw3l1rvdabvzr.png" alt="Windows 3.0" width="800" height="438"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Windows 3.0 with its Control Panel and clock.exe displaying a 8-segment digital display—before using TrueType fonts in Windows 3.1).&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Despite everything Windows 3.1 brought, winver.exe reports it as “3.10.” As if the “.1” was a fraction—not a minor version—a 3% bonus on top of 3.0, the last part Microsoft was working on, not ready to distribute. Maybe it was a marketing decision like 4.0 being Windows 9.5?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6tmnhmav5zqfyqrmb297.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6tmnhmav5zqfyqrmb297.png" alt="Windows 3.1" width="800" height="600"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Windows 3.1 with winver.exe reporting the version as 3.10.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>windows</category>
      <category>retrocomputing</category>
      <category>nostalgia</category>
    </item>
    <item>
      <title>Bits &amp; Bytes is back</title>
      <dc:creator>Webmistress</dc:creator>
      <pubDate>Mon, 18 May 2026 12:39:22 +0000</pubDate>
      <link>https://dev.to/remino/bits-bytes-is-back-359k</link>
      <guid>https://dev.to/remino/bits-bytes-is-back-359k</guid>
      <description>&lt;p&gt;&lt;a href="https://remino.net/bits/bits-and-bytes-is-back/" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fremino.net%2Fbits%2Fbits-and-bytes-is-back%2Fshare.avif" alt="Bits &amp;amp; Bytes is back" width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I renamed my blog “Bits” to its original name today, “Bits &amp;amp; Bytes.” It’s a little thing, but I wanted to honour my 30 years of web development and how it became a part of my career and personal growth.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://remino.net/bits/bits-and-bytes-is-back/" rel="noopener noreferrer"&gt;https://remino.net/bits/bits-and-bytes-is-back/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>techblog</category>
      <category>blog</category>
    </item>
    <item>
      <title>88x31 banner</title>
      <dc:creator>Webmistress</dc:creator>
      <pubDate>Thu, 14 May 2026 12:50:21 +0000</pubDate>
      <link>https://dev.to/remino/88x31-banner-4941</link>
      <guid>https://dev.to/remino/88x31-banner-4941</guid>
      <description>&lt;p&gt;Remember when 88x31px buttons were everywhere on the Web and we’d design our own for our websites?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fremino.net%2Fbits%2F88x31-banner%2Fshot.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fremino.net%2Fbits%2F88x31-banner%2Fshot.png" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>88x31</category>
      <category>banner</category>
      <category>retroweb</category>
      <category>webdesign</category>
    </item>
    <item>
      <title>Adding zstd support to nginx</title>
      <dc:creator>Webmistress</dc:creator>
      <pubDate>Wed, 13 May 2026 13:20:13 +0000</pubDate>
      <link>https://dev.to/remino/adding-zstd-support-to-nginx-11cm</link>
      <guid>https://dev.to/remino/adding-zstd-support-to-nginx-11cm</guid>
      <description>&lt;p&gt;I installed zstd support on nginx, which serves the page you’re reading right now.&lt;/p&gt;

&lt;p&gt;Details on how I did it, with how to compile dynamic modules, on my blog:&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://remino.net/bits/nginx-zstd-support/" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fremino.net%2Fbits%2Fnginx-zstd-support%2Fshare.avif" height="420" class="m-0" width="800"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://remino.net/bits/nginx-zstd-support/" rel="noopener noreferrer" class="c-link"&gt;
            Adding zstd support to nginx // RÉMINO
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Articles, updates, thoughts, tips, and code snippets by Rem
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
          remino.net
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>nginx</category>
      <category>zst</category>
      <category>webdev</category>
      <category>devops</category>
    </item>
    <item>
      <title>Homage to twm</title>
      <dc:creator>Webmistress</dc:creator>
      <pubDate>Sat, 09 May 2026 09:24:34 +0000</pubDate>
      <link>https://dev.to/remino/homage-to-twm-1mha</link>
      <guid>https://dev.to/remino/homage-to-twm-1mha</guid>
      <description>&lt;p&gt;Used QEMU to set up an Arch Linux VM today for only one thing… To pay homage to twm, “Tom’s Window Manager” or “Tab Window Manager,” the most minimalist window manager on Linux I know.&lt;/p&gt;

&lt;p&gt;Screenshot I captured today:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0k0k5k5v7vka70ilal8c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0k0k5k5v7vka70ilal8c.png" width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Back in 2003 when I was unemployed, I had to sell my high-end PC to pay rent. Went back to an old Pentium I, slow and low on resources, but it worked! Surprisingly customisable, and even did some web dev with it. Thanks for helping me get stuff done in those times!&lt;/p&gt;

</description>
      <category>twm</category>
      <category>linux</category>
      <category>retrocomputing</category>
      <category>qemu</category>
    </item>
    <item>
      <title>Camscii Fun</title>
      <dc:creator>Webmistress</dc:creator>
      <pubDate>Fri, 08 May 2026 01:12:38 +0000</pubDate>
      <link>https://dev.to/remino/camscii-fun-hcl</link>
      <guid>https://dev.to/remino/camscii-fun-hcl</guid>
      <description>&lt;p&gt;Refactored Camscii a bit and fooled around with it this morning. Cool.&lt;/p&gt;

&lt;p&gt;(But I admit the code at this point is so much of a mess, I think it just deserves a rewrite. 😅)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://remino.net/camscii/" rel="noopener noreferrer"&gt;Pixelate yourself!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F590q7zaz44jg8b354uae.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F590q7zaz44jg8b354uae.gif" width="640" height="640"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwdytypw036vnxr2zapiw.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwdytypw036vnxr2zapiw.gif" width="640" height="640"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ascii</category>
      <category>video</category>
      <category>canvas</category>
      <category>art</category>
    </item>
    <item>
      <title>I fixed LinkedIn</title>
      <dc:creator>Webmistress</dc:creator>
      <pubDate>Tue, 05 May 2026 22:52:41 +0000</pubDate>
      <link>https://dev.to/remino/i-fixed-linkedin-2bme</link>
      <guid>https://dev.to/remino/i-fixed-linkedin-2bme</guid>
      <description>&lt;p&gt;&lt;a href="https://remino.net/bits/linkedin-privacy-fix/" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fremino.net%2Fbits%2Flinkedin-privacy-fix%2Fshare.avif" width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;LinkedIn’s opt-out page for AI training was bricked. They wouldn’t fix it, so I did.&lt;/p&gt;

&lt;p&gt;Read all about my investigation:&lt;br&gt;
&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://remino.net/bits/linkedin-privacy-fix/" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fremino.net%2Fbits%2Flinkedin-privacy-fix%2Fshare.avif" height="420" class="m-0" width="800"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://remino.net/bits/linkedin-privacy-fix/" rel="noopener noreferrer" class="c-link"&gt;
            I fixed LinkedIn // RÉMINO
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Articles, updates, thoughts, tips, and code snippets by Rem
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
          remino.net
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>linkedin</category>
      <category>webdev</category>
      <category>fix</category>
      <category>privacy</category>
    </item>
    <item>
      <title>What is “here”?</title>
      <dc:creator>Webmistress</dc:creator>
      <pubDate>Sat, 17 Jan 2026 00:00:00 +0000</pubDate>
      <link>https://dev.to/remino/what-is-here-2hpb</link>
      <guid>https://dev.to/remino/what-is-here-2hpb</guid>
      <description>&lt;p&gt;&lt;a href="https://remino.net/bits/no-here-links/" rel="noopener noreferrer"&gt;A plea to stop vague links.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://remino.net/bits/no-here-links/" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fremino.net%2Fbits%2Fno-here-links%2Fshare.avif" alt="What is “here”?" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>here</category>
      <category>webdesign</category>
      <category>a11y</category>
    </item>
  </channel>
</rss>
