<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Uğur Toprakdeviren</title>
  <link>https://toprak.run/</link>
  <description>Yazılım mimarı, İstanbul. Anlama sürecinde tutulan notlar: derleyiciler, kriptografi, WebAssembly, işletim sistemleri ve bilgisayar tarihinden çeviriler.</description>
  <language>tr</language>
  <lastBuildDate>Wed, 05 Aug 2026 13:53:36 GMT</lastBuildDate>
  <atom:link href="https://toprak.run/rss.xml" rel="self" type="application/rss+xml"/>
  <item>
    <title>MiniSwift Hikayesi</title>
    <link>https://toprak.run/posts/miniswift-hikayesi/</link>
    <guid isPermaLink="true">https://toprak.run/posts/miniswift-hikayesi/</guid>
    <category>Proje</category>
    <pubDate>Sat, 30 May 2026 06:00:00 GMT</pubDate>
    <description>WebView'de stabil FPS arayışıyla başlayan; GPU üzerinde Swift lexer/parser'dan sıfırdan yazılan bir Unicode kütüphanesine, oradan platformdan bağımsız bir Swift derleyicisine uzanan uzun bir odaklanma ve sapma hikayesi.</description>
  </item>
  <item>
    <title>JavaScriptCore Derleme Pipeline'ı</title>
    <link>https://toprak.run/posts/javascript-core-pipeline/</link>
    <guid isPermaLink="true">https://toprak.run/posts/javascript-core-pipeline/</guid>
    <category>Teknoloji</category>
    <pubDate>Sat, 11 Apr 2026 06:00:00 GMT</pubDate>
    <description>WebKit JavaScriptCore motorunun JavaScript kaynak kodunu makine koduna dönüştürme sürecini adım adım inceliyoruz — Lexer, Parser, Bytecode, LLInt, Baseline JIT, DFG ve FTL katmanları.</description>
  </item>
  <item>
    <title>Sengi.surf Nedir?</title>
    <link>https://toprak.run/posts/sengi-surf-nedir/</link>
    <guid isPermaLink="true">https://toprak.run/posts/sengi-surf-nedir/</guid>
    <category>Proje</category>
    <pubDate>Wed, 14 Jan 2026 06:00:00 GMT</pubDate>
    <description>Neden kurdum, ne ihtiyaç vardı? Google'ın SEO çöplüğünden uzak, sade ve dürüst bir arama deneyimi arayışının hikayesi.</description>
  </item>
  <item>
    <title>Yazılımda Asenkron Süreç Yönetimi</title>
    <link>https://toprak.run/posts/asenkron-surec-yonetimi/</link>
    <guid isPermaLink="true">https://toprak.run/posts/asenkron-surec-yonetimi/</guid>
    <category>Teknoloji</category>
    <pubDate>Sat, 06 Sep 2025 06:00:00 GMT</pubDate>
    <description>WebSocket, TCP, asenkron işlemler ve yazılım kalitesi üzerine - Gerçek hayat senaryolarından örneklerle.</description>
  </item>
  <item>
    <title>GPU Hızlandırmalı UTF-8 Decoder Projesi</title>
    <link>https://toprak.run/posts/gpu-utf8-decoder/</link>
    <guid isPermaLink="true">https://toprak.run/posts/gpu-utf8-decoder/</guid>
    <category>Teknoloji</category>
    <pubDate>Sat, 06 Sep 2025 06:00:00 GMT</pubDate>
    <description>WebGPU ile geliştirilen UTF-8 decoder modülü - metin işleme pipeline'larının ilk kapısı olarak kullanılabilecek yüksek performanslı çözüm</description>
  </item>
  <item>
    <title>Mini Swift - Lexer (Faz 1)</title>
    <link>https://toprak.run/posts/mini-swift-lexer-faz1/</link>
    <guid isPermaLink="true">https://toprak.run/posts/mini-swift-lexer-faz1/</guid>
    <category>Teknoloji</category>
    <pubDate>Sat, 06 Sep 2025 06:00:00 GMT</pubDate>
    <description>GPU tabanlı Swift lexer geliştirme projesi - Metal kullanarak saniyede 800M token'a ulaşan performans optimizasyonları ve teknik detaylar.</description>
  </item>
  <item>
    <title>WebAssembly Üzerine</title>
    <link>https://toprak.run/posts/webassembly-uzerine/</link>
    <guid isPermaLink="true">https://toprak.run/posts/webassembly-uzerine/</guid>
    <category>Teknoloji</category>
    <pubDate>Sat, 06 Sep 2025 06:00:00 GMT</pubDate>
    <description>WebAssembly ekosistemi, WASI, assembly perspektifi ve performans analizi - Teknik derinlemesine inceleme.</description>
  </item>
  <item>
    <title>SML: Platformdan Bağımsız Güvenli Mesajlaşma Kütüphanesi</title>
    <link>https://toprak.run/posts/sml-giris-ve-tasarim-felsefesi/</link>
    <guid isPermaLink="true">https://toprak.run/posts/sml-giris-ve-tasarim-felsefesi/</guid>
    <category>Teknoloji</category>
    <pubDate>Wed, 15 Jan 2025 06:00:00 GMT</pubDate>
    <description>Secure Message Layer (SML) nedir? Modern mesajlaşma uygulamalarının güvenlik ve gizlilik ihtiyaçlarına nasıl çözüm sunuyor? Tasarım felsefesi ve temel prensipleri.</description>
  </item>
  <item>
    <title>Yapay Zeka Efsaneleri - Master Algoritma</title>
    <link>https://toprak.run/posts/yapay-zeka-mitleri-usta-algoritma/</link>
    <guid isPermaLink="true">https://toprak.run/posts/yapay-zeka-mitleri-usta-algoritma/</guid>
    <category>Teknoloji</category>
    <pubDate>Sat, 15 Jun 2024 06:00:00 GMT</pubDate>
    <description>Pedro Domingos'un 'Usta Algoritma' kitabının eleştirel bir analizi - bilgisayar bilimi temellerini yanlış temsil eden sorunlu iddiaları, mantık hatalarını ve kusurlu argümanları inceliyoruz.</description>
  </item>
  <item>
    <title>Bilgisayarların Büyüleyici Tarihi (Bölüm 1)</title>
    <link>https://toprak.run/posts/bilgisayarlarin-buyuleyici-tarihi-bolum-1/</link>
    <guid isPermaLink="true">https://toprak.run/posts/bilgisayarlarin-buyuleyici-tarihi-bolum-1/</guid>
    <category>Teknoloji</category>
    <pubDate>Mon, 20 May 2024 06:00:00 GMT</pubDate>
    <description>İnsanlığın hesaplama ve bilgi işleme yolculuğunun büyüleyici anlatısını keşfedin - antik abaküsten Charles Babbage'ın devrimci Analitik Makinesine.</description>
  </item>
  <item>
    <title>WhatsApp Mesajlarınızı Görebilir mi? E2EE Yanılsaması</title>
    <link>https://toprak.run/posts/whatsapp-e2ee-yanilsamasi/</link>
    <guid isPermaLink="true">https://toprak.run/posts/whatsapp-e2ee-yanilsamasi/</guid>
    <category>Kriptografi</category>
    <pubDate>Fri, 12 Apr 2024 06:00:00 GMT</pubDate>
    <description>WhatsApp uçtan uca şifreleme (E2EE) sunduğunu iddia ediyor, ancak uygulamasındaki teknik açıklar mesajlarınızın gerçek gizliliği ve güvenliği hakkında ciddi sorular ortaya koyuyor.</description>
  </item>
  <item>
    <title>Uçtan Uca Şifrelemeye İhtiyacımız Yok, Eşler Arası Şifrelemeye İhtiyacımız Var: Güvenli İletişimin Geleceği</title>
    <link>https://toprak.run/posts/p2pe-guvenli-iletisimin-gelecegi/</link>
    <guid isPermaLink="true">https://toprak.run/posts/p2pe-guvenli-iletisimin-gelecegi/</guid>
    <category>Kriptografi</category>
    <pubDate>Tue, 05 Mar 2024 06:00:00 GMT</pubDate>
    <description>Sunucu tabanlı uçtan uca şifrelemeden gerçek eşler arası iletişime geçişi keşfediyoruz. P2PE'nin mesajlaşma protokollerini nasıl devrimleştirebileceğini inceliyoruz.</description>
  </item>
  <item>
    <title>Mesajlaşma Uygulamalarının Sırları: Uçtan Uca Şifreleme?</title>
    <link>https://toprak.run/posts/mesajlasma-uygulamalarinin-sirlari/</link>
    <guid isPermaLink="true">https://toprak.run/posts/mesajlasma-uygulamalarinin-sirlari/</guid>
    <category>Kriptografi</category>
    <pubDate>Sat, 10 Feb 2024 06:00:00 GMT</pubDate>
    <description>Mesajlaşma uygulamalarının güvenlik iddialarına derinlemesine bir bakış - gerçek uçtan uca şifrelemenin ne anlama geldiğini inceliyor ve değerlendiriyoruz.</description>
  </item>
  <item>
    <title>Yapay Zeka: Bilim Kurgu Mitlerinden Gerçeğe</title>
    <link>https://toprak.run/posts/yapay-zeka-mitlerden-gercege/</link>
    <guid isPermaLink="true">https://toprak.run/posts/yapay-zeka-mitlerden-gercege/</guid>
    <category>Teknoloji</category>
    <pubDate>Mon, 15 Jan 2024 06:00:00 GMT</pubDate>
    <description>Yapay zeka hakkındaki gerçekleri kurgudan ayırıyoruz - abartılı beklentilerin ve bilim kurgu anlatılarının ötesindeki gerçek yeteneklerini keşfediyoruz.</description>
  </item>
  <item>
    <title>Mach: UNIX Geliştirme İçin Yeni Bir Çekirdek Temeli</title>
    <link>https://toprak.run/posts/mach-yeni-cekirdek-temeli/</link>
    <guid isPermaLink="true">https://toprak.run/posts/mach-yeni-cekirdek-temeli/</guid>
    <category>Retro</category>
    <pubDate>Tue, 01 Apr 1986 06:00:00 GMT</pubDate>
    <description>Carnegie Mellon'da geliştirilen Mach çekirdeği: görevler, iş parçacıkları, port tabanlı IPC ve sanal bellek tasarımıyla UNIX'e yeni bir temel.</description>
  </item>
  <item>
    <title>Macintosh'unuz Artık İki Yaşında, Konuşmayı Öğrenme Zamanı Gelmedi mi?</title>
    <link>https://toprak.run/posts/hayes-modem-ad/</link>
    <guid isPermaLink="true">https://toprak.run/posts/hayes-modem-ad/</guid>
    <category>Retro</category>
    <pubDate>Wed, 01 Jan 1986 06:00:00 GMT</pubDate>
    <description>Hayes Smartmodem 1200 ve Smartcom II iletişim paketi için retro bir Macintosh reklamı (1986).</description>
  </item>
  <item>
    <title>68000 Programlama Üzerine Slip Teorisi (ya da Tembel Teorisi)</title>
    <link>https://toprak.run/posts/68000-programlama/</link>
    <guid isPermaLink="true">https://toprak.run/posts/68000-programlama/</guid>
    <category>Retro</category>
    <pubDate>Tue, 01 Jan 1985 06:00:00 GMT</pubDate>
    <description>Apple Macintosh ve Motorola 68000 işlemcisi programcılarının Intel programcıları ile karşılaştırmalı, eğlenceli bir analizi.</description>
  </item>
  <item>
    <title>Gerçek Altın mı Yoksa Sahte Altın mı? (Black Gold or Fool's Gold?)</title>
    <link>https://toprak.run/posts/black-gold-fools-gold/</link>
    <guid isPermaLink="true">https://toprak.run/posts/black-gold-fools-gold/</guid>
    <category>Retro</category>
    <pubDate>Tue, 01 Jan 1985 06:00:00 GMT</pubDate>
    <description>Apple'ın LaserWriter ürününü pazarlama stratejisine yönelik John C. Dvorak'ın 1985 tarihli eleştirisi.</description>
  </item>
  <item>
    <title>The Dubl-Ock Calculator Construction Set</title>
    <link>https://toprak.run/posts/calculator-construction-set/</link>
    <guid isPermaLink="true">https://toprak.run/posts/calculator-construction-set/</guid>
    <category>Retro</category>
    <pubDate>Tue, 01 Jan 1985 06:00:00 GMT</pubDate>
    <description>Macintosh için programlama gerektirmeyen, sürükle-bırak yöntemiyle kendi hesap makinenizi tasarlayabileceğiniz retro yazılım reklamı.</description>
  </item>
  <item>
    <title>Bill Atkinson ile MacPaint Röportajı (1985)</title>
    <link>https://toprak.run/posts/macpaint/</link>
    <guid isPermaLink="true">https://toprak.run/posts/macpaint/</guid>
    <category>Retro</category>
    <pubDate>Tue, 01 Jan 1985 06:00:00 GMT</pubDate>
    <description>Inside MacPaint kitabından derlenen Bill Atkinson röportajının çevirisi. MacPaint ve Macintosh kullanıcı arayüzünün doğuşu.</description>
  </item>
  <item>
    <title>The Keeper</title>
    <link>https://toprak.run/posts/the-keeper-ads/</link>
    <guid isPermaLink="true">https://toprak.run/posts/the-keeper-ads/</guid>
    <category>Retro</category>
    <pubDate>Tue, 01 Jan 1985 06:00:00 GMT</pubDate>
    <description>1985 tarihli Micro-Design The Keeper reklam sayfasının Türkçe çevirisi. AppleTalk ağı için ilk akıllı dosya sunucusu.</description>
  </item>
  <item>
    <title>Elektronik Gelecek</title>
    <link>https://toprak.run/posts/elektronik-gelecek/</link>
    <guid isPermaLink="true">https://toprak.run/posts/elektronik-gelecek/</guid>
    <category>Retro</category>
    <pubDate>Wed, 01 Oct 1980 06:00:00 GMT</pubDate>
    <description>Steve Jobs, Isaac Asimov ve bilgisayar öncüleriyle 1980'de yapılmış bir röportajın tercümesi. Geleceğin oturma odasına dair vizyonlar.</description>
  </item>
  <item>
    <title>Statik Manyetik Bellek</title>
    <link>https://toprak.run/posts/statik-manyetik-bellek/</link>
    <guid isPermaLink="true">https://toprak.run/posts/statik-manyetik-bellek/</guid>
    <category>Retro</category>
    <pubDate>Mon, 01 Jan 1951 06:00:00 GMT</pubDate>
    <description>Manyetik çekirdek belleğin ticarileşmeden önceki hâli: 1951'de Harvard Hesaplama Laboratuvarı çevresinde geliştirilen, güç kesilse bile bilgiyi tutan statik manyetik bellek.</description>
  </item>
</channel>
</rss>
