<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
      <title>In Rust We Trust 🦀 - rss</title>
      <link>https://nikolaishelekhov.com</link>
      <description>Nikolai is a Rust software engineer building high-performance systems, backend and blockchain infrastructure.</description>
      <generator>Zola</generator>
      <language>en</language>
      <atom:link href="https://nikolaishelekhov.com/tags/rss/rss.xml" rel="self" type="application/rss+xml"/>
      <lastBuildDate>Thu, 15 Jan 2026 00:00:00 +0000</lastBuildDate>
      <item>
          <title>How I Keep Up With Tech Trends</title>
          <pubDate>Thu, 15 Jan 2026 00:00:00 +0000</pubDate>
          <author>Nikolai Shelekhov</author>
          <link>https://nikolaishelekhov.com/blog/how-i-keep-up-with-tech-trends/</link>
          <guid>https://nikolaishelekhov.com/blog/how-i-keep-up-with-tech-trends/</guid>
          <description xml:base="https://nikolaishelekhov.com/blog/how-i-keep-up-with-tech-trends/">&lt;p&gt;“How do you follow all the tech news and programming trends?”&lt;&#x2F;p&gt;
&lt;p&gt;I sometimes get this question in interviews.&lt;&#x2F;p&gt;
&lt;p&gt;My answer is simple:&lt;&#x2F;p&gt;
&lt;p&gt;RSS.&lt;&#x2F;p&gt;
&lt;p&gt;Yes — that “dead” technology from the 2000s.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;why-rss-still-wins&quot;&gt;Why RSS Still Wins&lt;&#x2F;h2&gt;
&lt;p&gt;Modern content consumption is algorithm-driven:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Infinite scroll&lt;&#x2F;li&gt;
&lt;li&gt;Engagement optimization&lt;&#x2F;li&gt;
&lt;li&gt;Notification loops&lt;&#x2F;li&gt;
&lt;li&gt;Recommended content you didn’t ask for&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;The result is noise.&lt;&#x2F;p&gt;
&lt;p&gt;RSS flips the model.&lt;&#x2F;p&gt;
&lt;p&gt;You choose the sources.
You get the updates.
Nothing else.&lt;&#x2F;p&gt;
&lt;p&gt;No ads.
No ranking algorithms.
No engagement tricks.&lt;&#x2F;p&gt;
&lt;p&gt;Just a chronological stream of content you explicitly subscribed to.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;what-most-people-don-t-realize&quot;&gt;What Most People Don’t Realize&lt;&#x2F;h2&gt;
&lt;p&gt;Most technical platforms still publish RSS feeds:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Tech blogs&lt;&#x2F;li&gt;
&lt;li&gt;Documentation sites&lt;&#x2F;li&gt;
&lt;li&gt;Security advisories&lt;&#x2F;li&gt;
&lt;li&gt;GitHub releases&lt;&#x2F;li&gt;
&lt;li&gt;YouTube channels&lt;&#x2F;li&gt;
&lt;li&gt;Reddit communities&lt;&#x2F;li&gt;
&lt;li&gt;Mastodon accounts&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;RSS never died.
It just stopped being marketed.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;my-setup&quot;&gt;My Setup&lt;&#x2F;h2&gt;
&lt;p&gt;I use &lt;strong&gt;News Explorer&lt;&#x2F;strong&gt; as my primary reader.&lt;&#x2F;p&gt;
&lt;p&gt;It supports:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;RSS feeds&lt;&#x2F;li&gt;
&lt;li&gt;YouTube&lt;&#x2F;li&gt;
&lt;li&gt;Reddit&lt;&#x2F;li&gt;
&lt;li&gt;Mastodon&lt;&#x2F;li&gt;
&lt;li&gt;Bluesky&lt;&#x2F;li&gt;
&lt;li&gt;Podcasts&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;Everything syncs via iCloud across devices.&lt;&#x2F;p&gt;
&lt;p&gt;No external accounts.
No cloud dashboards.
No algorithmic layer.&lt;&#x2F;p&gt;
&lt;p&gt;Just folders and feeds.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;scale&quot;&gt;Scale&lt;&#x2F;h2&gt;
&lt;p&gt;I currently track 6,000+ articles across:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Rust&lt;&#x2F;li&gt;
&lt;li&gt;Polkadot&lt;&#x2F;li&gt;
&lt;li&gt;Solana&lt;&#x2F;li&gt;
&lt;li&gt;Security advisories&lt;&#x2F;li&gt;
&lt;li&gt;Systems programming blogs&lt;&#x2F;li&gt;
&lt;li&gt;General software engineering&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;All organized.
All searchable.
All in one place.&lt;&#x2F;p&gt;
&lt;p&gt;It replaces:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Dozens of open tabs&lt;&#x2F;li&gt;
&lt;li&gt;Social media scrolling&lt;&#x2F;li&gt;
&lt;li&gt;Random bookmarking&lt;&#x2F;li&gt;
&lt;li&gt;“I’ll read this later” lists&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h2 id=&quot;the-real-advantage&quot;&gt;The Real Advantage&lt;&#x2F;h2&gt;
&lt;p&gt;RSS creates a pull-based information system.&lt;&#x2F;p&gt;
&lt;p&gt;You are not fed content.
You poll your sources.&lt;&#x2F;p&gt;
&lt;p&gt;This small inversion has large consequences:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;No FOMO&lt;&#x2F;li&gt;
&lt;li&gt;No engagement pressure&lt;&#x2F;li&gt;
&lt;li&gt;No missing updates because an algorithm deprioritized them&lt;&#x2F;li&gt;
&lt;li&gt;No context switching into unrelated content&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;It is closer to how engineers think:&lt;&#x2F;p&gt;
&lt;p&gt;Deterministic input.
Controlled sources.
Minimal noise.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;when-it-makes-sense&quot;&gt;When It Makes Sense&lt;&#x2F;h2&gt;
&lt;p&gt;RSS works best if:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;You care about specific ecosystems&lt;&#x2F;li&gt;
&lt;li&gt;You follow technical releases closely&lt;&#x2F;li&gt;
&lt;li&gt;You want signal over volume&lt;&#x2F;li&gt;
&lt;li&gt;You value focus over discovery&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;It is not optimized for entertainment.&lt;&#x2F;p&gt;
&lt;p&gt;It is optimized for clarity.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;final-thought&quot;&gt;Final Thought&lt;&#x2F;h2&gt;
&lt;p&gt;If you feel like you are drowning in tabs,
or missing important updates because a feed decided they were “low engagement,”&lt;&#x2F;p&gt;
&lt;p&gt;try RSS.&lt;&#x2F;p&gt;
&lt;p&gt;Sometimes the most boring technology
is the most effective one.&lt;&#x2F;p&gt;
</description>
      </item>
    </channel>
</rss>
