<?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: sie</title>
    <description>The latest articles on DEV Community by sie (@danya3331).</description>
    <link>https://dev.to/danya3331</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%2F4084023%2F9971a44e-2e1c-4ca2-b8f8-cf12958e05e1.png</url>
      <title>DEV Community: sie</title>
      <link>https://dev.to/danya3331</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/danya3331"/>
    <language>en</language>
    <item>
      <title>Show dev: A serverless messenger that operates without personal data</title>
      <dc:creator>sie</dc:creator>
      <pubDate>Wed, 19 Aug 2026 00:18:55 +0000</pubDate>
      <link>https://dev.to/danya3331/show-dev-a-serverless-messenger-that-operates-without-personal-data-5ad5</link>
      <guid>https://dev.to/danya3331/show-dev-a-serverless-messenger-that-operates-without-personal-data-5ad5</guid>
      <description>&lt;p&gt;_Ran into an open-source project called PrivaMesh yesterday and decided to look under the hood since their architecture choice is wild. Basically, it is an iOS chat application that functions without a backend. No central infrastructure, no corporate servers, nothing.&lt;/p&gt;

&lt;p&gt;The onboarding flow requires absolutely no phone numbers, emails, or personal identifiers. There is no account registry database to hack, which completely eliminates the usual honeypots for data leaks.&lt;/p&gt;

&lt;p&gt;Instead of routing data through a standard server farm, this thing uses the Solana blockchain as a raw transport layer. Every encrypted payload is wrapped into a transaction and pushed directly to one-time destination addresses. The cryptography stack is actually solid: they combined X3DH handshakes with Double Ratchet for rolling keys and forced fixed-size padding so observers cannot guess the length of your text.&lt;/p&gt;

&lt;p&gt;The social graph stays fully hidden because the app constantly rotates delivery points and adds decoy traffic to mess with timing analysis. It is a pretty cool practical application of web3 state machines instead of the usual token speculation. Check the repo if you are into decentralized networking._&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>web3</category>
      <category>privacy</category>
    </item>
  </channel>
</rss>
