<?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>Forem: TheAPE</title>
    <description>The latest articles on Forem by TheAPE (@theape).</description>
    <link>https://forem.com/theape</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3927855%2F69616f2c-2243-45a4-bea3-dcef239a2658.png</url>
      <title>Forem: TheAPE</title>
      <link>https://forem.com/theape</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/theape"/>
    <language>en</language>
    <item>
      <title>Why We Need to Stop Trusting Vanilla Cloud Backups (And How to Automate Zero-Knowledge Encryption)</title>
      <dc:creator>TheAPE</dc:creator>
      <pubDate>Wed, 20 May 2026 10:25:05 +0000</pubDate>
      <link>https://forem.com/theape/why-we-need-to-stop-trusting-vanilla-cloud-backups-and-how-to-automate-zero-knowledge-encryption-356d</link>
      <guid>https://forem.com/theape/why-we-need-to-stop-trusting-vanilla-cloud-backups-and-how-to-automate-zero-knowledge-encryption-356d</guid>
      <description>&lt;p&gt;Every backend engineer has a script somewhere that looks like this: a midnight cron job that dumps a production database, tars a collection of user uploads, and pushes it directly up to a standard cloud storage bucket.&lt;/p&gt;

&lt;p&gt;It works. It's simple. And if someone gains access to that bucket or compromises the target infrastructure, your entire raw data footprint is exposed.&lt;/p&gt;

&lt;p&gt;Standard backups protect us from server crashes, but they don't protect us from data leaks. If your production database dumps aren't encrypted before they leave your network, you are carrying a massive compliance and security liability.&lt;/p&gt;

&lt;p&gt;I’ve been digging into how to solve this cleanly without adding massive infrastructure overhead, which led me to look into the philosophy behind &lt;a href="https://synclyz.com/encrypted-backup-for-developers" rel="noopener noreferrer"&gt;Synclyz&lt;/a&gt; and their approach to Encrypted Backups for Developers.&lt;/p&gt;

&lt;p&gt;Here is what a modern, secure backup pipeline actually requires, and what the community needs to look for in a dedicated backup solution.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Problem with "Encrypted at Rest"&lt;/strong&gt;&lt;br&gt;
Many managed storage providers promise "Encryption at Rest." But let's be clear about what that usually means: they hold the keys. If their internal control panel is breached, or an identity access management (IAM) rule is misconfigured, your raw data can still be read.&lt;/p&gt;

&lt;p&gt;True developer-centric backup requires Zero-Knowledge Client-Side Encryption.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;[Raw Data] ──&amp;gt; (Client-Side Encryption with YOUR Key) ──&amp;gt; [Encrypted Payload] ──&amp;gt; (Transit via SSL) ──&amp;gt; [Synclyz Storage]&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;By ensuring that encryption happens at the source (on your Nodes, your Docker container, or your cPanel environment) before it ever hits the wire, the remote storage provider only ever hosts unreadable blocks of data. Even if the platform itself were compromised, your data remains safe because you hold the exclusive passphrase.&lt;/p&gt;

&lt;p&gt;What Developers Actually Need from a Backup Utility&lt;br&gt;
When evaluating a tool like &lt;a href="https://synclyz.com/encrypted-backup-for-developers" rel="noopener noreferrer"&gt;Synclyz&lt;/a&gt; for your production pipelines, look for these three pillars:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Dead-Simple Scripting &amp;amp; CLI Integration&lt;/strong&gt;&lt;br&gt;
We don't want to click through complex GUIs to recover or push a backup. A solid workflow should allow you to pipe data directly through a terminal or a simple web request.&lt;/p&gt;

&lt;p&gt;The Goal: A single automated script that compresses, encrypts, and ships logs or database states seamlessly.&lt;/p&gt;

&lt;p&gt;The DX Benefit: Easy integration into github actions, custom bash scripts, or automated server hooks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Lean, Focused Infrastructure&lt;/strong&gt;&lt;br&gt;
Heavy object storage systems like AWS S3 are incredibly powerful, but configuring IAM policies, lifecycle buckets, and access control lists just to store an encrypted .tar.gz file is overkill for independent developers, agencies, and small SaaS setups. A dedicated backup environment should do one thing perfectly: accept encrypted blocks securely and keep them safe.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Total Control over the Retention Loop&lt;/strong&gt;&lt;br&gt;
Automation means nothing if your storage fills up and quietly fails. A developer-first platform needs clear retention logic, programmatic pruning, and reliable status alerting so you know the exact health of your data redundancy without manual verification.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Building Your Next Pipeline&lt;/strong&gt;&lt;br&gt;
If you’re currently relying on unencrypted automated cPanel backups, vanilla VPS cron jobs, or generic unencrypted cloud volumes, it’s time to refactor. Moving to a dedicated zero-knowledge model like the one championed by platforms like &lt;a href="https://synclyz.com/encrypted-backup-for-developers" rel="noopener noreferrer"&gt;Synclyz&lt;/a&gt; isn't just about checkboxes for compliance—it’s about sleeping better at night knowing a compromised storage bucket won't mean a compromised company.&lt;/p&gt;

</description>
      <category>devops</category>
      <category>security</category>
      <category>backend</category>
      <category>opensource</category>
    </item>
    <item>
      <title>125 Failures in 15 Days: Why the Hardest Part of Engineering Isn't the Code</title>
      <dc:creator>TheAPE</dc:creator>
      <pubDate>Wed, 20 May 2026 10:10:30 +0000</pubDate>
      <link>https://forem.com/theape/125-failures-in-15-days-why-the-hardest-part-of-engineering-isnt-the-code-315k</link>
      <guid>https://forem.com/theape/125-failures-in-15-days-why-the-hardest-part-of-engineering-isnt-the-code-315k</guid>
      <description>&lt;p&gt;Fifteen nights, barely any sleep. Nearly a million lines of code written—and just as many deleted. If you’re here for a polished story about flawless deployment, you’re in the wrong place. This is a survivor’s account. Fifteen days locked in a fight against system design.&lt;/p&gt;

&lt;p&gt;The past couple of weeks have been relentless. I built—and then trashed—125 unique data structure blueprints. Not because the code refused to run; honestly, writing code is the easy part. Parsing and tweaking syntax? Piece of cake.&lt;/p&gt;

&lt;p&gt;The real problem was the plan. Perfection matters, and in the world of extreme optimization, settling for “good enough” is like stepping into quicksand.&lt;/p&gt;

&lt;p&gt;[ ZERO COMPROMISE ]&lt;br&gt;
                 /\&lt;br&gt;
                /  \&lt;br&gt;
               /    \&lt;br&gt;
     LATENCY  /______\  SECURITY&lt;br&gt;
             \        /&lt;br&gt;
              \      /&lt;br&gt;
               \    /&lt;br&gt;
                \  /&lt;br&gt;
                 \/&lt;br&gt;
              PRICING&lt;/p&gt;

&lt;p&gt;The Impossible Triad: Security, Latency, Pricing&lt;/p&gt;

&lt;p&gt;Everyone knows the drill: pick two. You want security and speed? Get ready to pay up for fancy infrastructure. Cheap and fast? You’re sacrificing real protection. But I wasn’t willing to compromise. My goal is to nail all three—secure, fast, affordable.&lt;/p&gt;

&lt;p&gt;Trying to force security, speed, and cost efficiency into one data structure is like bending steel with your bare hands. Relational databases buckle under latency pressure. Document stores bleed you dry at scale. Custom solutions? Sure, but good luck securing them without lugging around extra middleware.&lt;/p&gt;

&lt;p&gt;So you keep pivoting. Draw a new idea, spin up the pipeline, write thousands of lines of test-driven logic, and push until something gives. Then, it falls apart.&lt;/p&gt;

&lt;p&gt;The Anatomy of 125 Failures&lt;/p&gt;

&lt;p&gt;Eight failures a day, give or take. You wake up, sketch out a new intricate state-management plan, spend hours coding, spot a concurrency bug or a weird cache issue, then toss the whole thing.&lt;/p&gt;

&lt;p&gt;That’s what real engineering looks like. You don’t dodge failure—you move fast enough to learn from it.&lt;/p&gt;

&lt;p&gt;Every blueprint I scrapped taught me something.&lt;/p&gt;

&lt;h1&gt;
  
  
  34: Fixed the latency, but let a weird validation issue sneak in. Gone.
&lt;/h1&gt;

&lt;h1&gt;
  
  
  72: Fast and secure, but costs ran wild—so out it went.
&lt;/h1&gt;

&lt;h1&gt;
  
  
  110: Balanced price and speed but collapsed under heavy load. Bye.
&lt;/h1&gt;

&lt;p&gt;You don’t let it get to you. You focus. Cut away what’s broken, salvage what’s solid, sketch a new plan.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tonight: Attempt #126&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Another night, another whiteboard. This version took 2,504 lines—zero boilerplate, no distractions. Just core logic. The environment’s ready, tests compiled.&lt;/p&gt;

&lt;p&gt;So, will it fail again tonight? Maybe. Odds are, it might. But if it blows up, I’ll know exactly where to look. I’ll toss the code, fix the blueprint, and get back to work before the sun’s up.&lt;/p&gt;

&lt;p&gt;Because when you finally crack the puzzle—when speed, security, and cost work together—the mountain of failures stops being just mistakes. They become the foundation for something brilliant.&lt;/p&gt;

&lt;p&gt;Journey log coming soon. Stay tuned. We’re either about to break what’s possible, or rewrite the rules entirely.&lt;/p&gt;

&lt;p&gt;Share your story below: How many times have you scrapped an architecture before you finally made it work?&lt;/p&gt;

</description>
      <category>node</category>
      <category>aws</category>
      <category>s3</category>
      <category>objectstorage</category>
    </item>
    <item>
      <title>Can You Really Earn Money Sharing Files?</title>
      <dc:creator>TheAPE</dc:creator>
      <pubDate>Tue, 12 May 2026 19:56:14 +0000</pubDate>
      <link>https://forem.com/theape/can-you-really-earn-money-sharing-files-bfl</link>
      <guid>https://forem.com/theape/can-you-really-earn-money-sharing-files-bfl</guid>
      <description>&lt;p&gt;Yes — many creators, publishers, and uploaders earn money by sharing downloadable files online through monetized file-hosting platforms.&lt;/p&gt;

&lt;p&gt;The model is commonly called:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Pay Per Download (PPD)&lt;/li&gt;
&lt;li&gt;File monetization&lt;/li&gt;
&lt;li&gt;Download affiliate hosting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The concept is simple:&lt;br&gt;
Users upload files, share download links publicly, and receive revenue when people download those files or purchase premium access.&lt;/p&gt;

&lt;p&gt;Platforms like &lt;a href="https://www.sqzfile.com" rel="noopener noreferrer"&gt;&lt;strong&gt;SQZFILE&lt;/strong&gt;&lt;/a&gt; provide both file hosting and monetization tools in one system.&lt;/p&gt;

&lt;p&gt;Popular monetized content includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ZIP archives&lt;/li&gt;
&lt;li&gt;Software packages&lt;/li&gt;
&lt;li&gt;Game mods&lt;/li&gt;
&lt;li&gt;Design resources&lt;/li&gt;
&lt;li&gt;Educational files&lt;/li&gt;
&lt;li&gt;Video assets&lt;/li&gt;
&lt;li&gt;Backup collections&lt;/li&gt;
&lt;li&gt;Digital templates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The amount users earn depends on several factors:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Download volume&lt;/li&gt;
&lt;li&gt;Traffic quality&lt;/li&gt;
&lt;li&gt;Audience location&lt;/li&gt;
&lt;li&gt;Content demand&lt;/li&gt;
&lt;li&gt;Sharing strategy&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;People often generate traffic through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Blogs&lt;/li&gt;
&lt;li&gt;Telegram channels&lt;/li&gt;
&lt;li&gt;YouTube tutorials&lt;/li&gt;
&lt;li&gt;Forums&lt;/li&gt;
&lt;li&gt;Social communities&lt;/li&gt;
&lt;li&gt;SEO articles&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One reason this model continues working is because downloadable content has long-term traffic potential. A useful archive or digital resource can continue receiving downloads months after upload.&lt;/p&gt;

&lt;p&gt;Modern file hosts also improve earning potential through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Faster CDN delivery&lt;/li&gt;
&lt;li&gt;Better uptime&lt;/li&gt;
&lt;li&gt;Large upload support&lt;/li&gt;
&lt;li&gt;Reliable downloads&lt;/li&gt;
&lt;li&gt;Global accessibility&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;While it is not a “get rich quick” system, creators with useful downloadable content can absolutely generate real recurring income from file sharing over time.&lt;/p&gt;

</description>
      <category>earnmoney</category>
      <category>webmonetization</category>
      <category>resources</category>
      <category>saas</category>
    </item>
    <item>
      <title>Best Pay Per Download Platforms for Beginners</title>
      <dc:creator>TheAPE</dc:creator>
      <pubDate>Tue, 12 May 2026 19:51:58 +0000</pubDate>
      <link>https://forem.com/theape/best-pay-per-download-platforms-for-beginners-10f0</link>
      <guid>https://forem.com/theape/best-pay-per-download-platforms-for-beginners-10f0</guid>
      <description>&lt;h2&gt;
  
  
  Pay Per Download (PPD) platforms
&lt;/h2&gt;

&lt;p&gt;allow users to earn money whenever people download their uploaded files. For beginners, choosing the right platform is important because many older file hosts suffer from slow downloads, low payouts, and poor user experience.&lt;/p&gt;

&lt;p&gt;The best beginner-friendly PPD platforms usually offer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Easy uploads&lt;/li&gt;
&lt;li&gt;Large file support&lt;/li&gt;
&lt;li&gt;Fast downloads&lt;/li&gt;
&lt;li&gt;Reliable uptime&lt;/li&gt;
&lt;li&gt;Low payout barriers&lt;/li&gt;
&lt;li&gt;Global CDN delivery&lt;/li&gt;
&lt;li&gt;Simple sharing tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Modern platforms like &lt;a href="https://www.sqzfile.com" rel="noopener noreferrer"&gt;SQZFILE&lt;/a&gt; are designed specifically for large compressed file hosting and monetized downloads. Users can upload ZIP, RAR, ISO, and large archive files up to 15GB and share them instantly using direct links.&lt;/p&gt;

&lt;p&gt;This model works especially well for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Content creators&lt;/li&gt;
&lt;li&gt;Designers&lt;/li&gt;
&lt;li&gt;Developers&lt;/li&gt;
&lt;li&gt;Video editors&lt;/li&gt;
&lt;li&gt;Mod creators&lt;/li&gt;
&lt;li&gt;Affiliate marketers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Beginners often start by sharing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Free resources&lt;/li&gt;
&lt;li&gt;Templates&lt;/li&gt;
&lt;li&gt;Mod packs&lt;/li&gt;
&lt;li&gt;Tutorials&lt;/li&gt;
&lt;li&gt;Open-source tools&lt;/li&gt;
&lt;li&gt;Digital assets&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As traffic grows, download earnings increase automatically.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;One major advantage of modern CDN-powered file hosts is better download speed. Faster downloads usually improve user retention and increase total download volume, which directly impacts earnings.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;For beginners entering the PPD space, choosing a fast and reliable archive hosting platform is often more important than chasing unrealistic payout promises.&lt;/p&gt;

</description>
      <category>ppd</category>
      <category>cloud</category>
      <category>gamedev</category>
      <category>systemdesign</category>
    </item>
    <item>
      <title>How to Make Money Uploading Files Online</title>
      <dc:creator>TheAPE</dc:creator>
      <pubDate>Tue, 12 May 2026 19:47:59 +0000</pubDate>
      <link>https://forem.com/theape/how-to-make-money-uploading-files-online-4k95</link>
      <guid>https://forem.com/theape/how-to-make-money-uploading-files-online-4k95</guid>
      <description>&lt;p&gt;Making money online by uploading files has become increasingly popular among creators, developers, editors, and digital publishers. Instead of simply storing files privately, modern file-hosting platforms now allow users to monetize downloads and generate passive income from traffic.&lt;/p&gt;

&lt;p&gt;The basic process is simple:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Upload a file&lt;/li&gt;
&lt;li&gt;Share the download link&lt;/li&gt;
&lt;li&gt;Earn money when people download it&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Platforms like &lt;a href="https://www.sqzfile.com" rel="noopener noreferrer"&gt;SQZFILE&lt;/a&gt; combine large-file hosting with built-in monetization systems such as Pay Per Download (PPD) and affiliate commissions.&lt;/p&gt;

&lt;p&gt;Popular file types people monetize include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://sqzfile.com/upload-zip-files" rel="noopener noreferrer"&gt;ZIP archives&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://sqzfile.com/upload-rar-files" rel="noopener noreferrer"&gt;RAR files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Design resources&lt;/li&gt;
&lt;li&gt;Video templates&lt;/li&gt;
&lt;li&gt;Software tools&lt;/li&gt;
&lt;li&gt;&lt;a href="https://sqzfile.com/upload-game-files" rel="noopener noreferrer"&gt;Game mods&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://sqzfile.com/mediafire-alternative" rel="noopener noreferrer"&gt;Educational content&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Backup collections&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One reason file monetization works well is that downloadable digital content continues generating traffic long after it is uploaded. A useful resource shared in communities, blogs, YouTube videos, or forums can continue earning downloads for months or even years.&lt;/p&gt;

&lt;p&gt;Modern file hosts also improve earning potential by offering:&lt;/p&gt;

&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Fast global CDN delivery&lt;/li&gt;
&lt;li&gt;Large upload limits&lt;/li&gt;
&lt;li&gt;Reliable downloads&lt;/li&gt;
&lt;li&gt;Direct sharing links&lt;/li&gt;
&lt;li&gt;Worldwide accessibility&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;The key is uploading content people actively search for and making downloads easy and fast.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For creators already distributing digital files online, monetized archive hosting can become an additional revenue stream without creating a separate product or subscription business.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>api</category>
      <category>webmonetization</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Can I Upload Files Larger Than 10GB?</title>
      <dc:creator>TheAPE</dc:creator>
      <pubDate>Tue, 12 May 2026 19:33:12 +0000</pubDate>
      <link>https://forem.com/theape/can-i-upload-files-larger-than-10gb-1n5h</link>
      <guid>https://forem.com/theape/can-i-upload-files-larger-than-10gb-1n5h</guid>
      <description>&lt;p&gt;Yes. Many modern file hosting platforms now support uploads well beyond traditional limits, especially for compressed archives and large downloadable content.&lt;br&gt;
Services like &lt;strong&gt;&lt;a href="https://sqzfile.com/register" rel="noopener noreferrer"&gt;SQZFILE&lt;/a&gt;&lt;/strong&gt; support uploads up to 15GB per file, making them useful for:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href="https://sqzfile.com/upload-iso-files" rel="noopener noreferrer"&gt;ISO images&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://sqzfile.com/upload-zip-files" rel="noopener noreferrer"&gt;ZIP archives&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://sqzfile.com/upload-rar-files" rel="noopener noreferrer"&gt;RAR files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://sqzfile.com/share-large-files" rel="noopener noreferrer"&gt;Video projects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://sqzfile.com/upload-game-files" rel="noopener noreferrer"&gt;Game files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://sqzfile.com/mediafire-alternative" rel="noopener noreferrer"&gt;Backup systems&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://sqzfile.com/developer-file-hosting" rel="noopener noreferrer"&gt;Software packages&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;Large upload support is increasingly important because modern files are much bigger than they were a few years ago. A single 4K video project, virtual machine image, or game archive can easily exceed 10GB.&lt;br&gt;
When choosing a large-file hosting platform, important features include:&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://sqzfile.com/fast-file-hosting" rel="noopener noreferrer"&gt;Fast upload speeds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Reliable downloads&lt;/li&gt;
&lt;li&gt;CDN acceleration&lt;/li&gt;
&lt;li&gt;Stable large-file handling&lt;/li&gt;
&lt;li&gt;Permanent storage options&lt;/li&gt;
&lt;li&gt;Simple sharing links&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Platforms optimized for compressed archive hosting usually perform better for very large files than traditional cloud collaboration tools.&lt;br&gt;
If you frequently work with large files, dedicated archive hosting solutions are often the fastest and simplest option for sharing and distributing content globally.&lt;/p&gt;

</description>
      <category>uploadfiles</category>
      <category>fileshare</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
