<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Thanos Vassilakis</title>
    <link>https://thanos.github.io/</link>
    <description>Thanos Vassilakis is a Distinguished Engineer and Managing Director at RBC Capital Markets, where he leads AI and architecture for Finance IT. He has spent decades building trading, risk, and operations platforms, ships open-source libraries, and writes about systems, data sketches, cryptography, and drones.</description>
    <language>en-us</language>
    <lastBuildDate>Mon, 24 Aug 2026 15:08:37 GMT</lastBuildDate>
    <item>
      <title>Which Model Would You Choose for Apple Silicon?</title>
      <link>https://thanos.github.io/articles/2026-08-23-which-model/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/2026-08-23-which-model/</guid>
      <pubDate>Sun, 23 Aug 2026 00:00:00 GMT</pubDate>
      <description>If you are building an inference engine for Apple’s M-series, start small and conventional. Qwen3-8B in 4-bit is the optimization target; Llama is the bootstrap.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>FlyBy: A Simulator Before the Hardware</title>
      <link>https://thanos.github.io/articles/2026-08-01-flyby-simulator-before-hardware/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/2026-08-01-flyby-simulator-before-hardware/</guid>
      <pubDate>Sat, 22 Aug 2026 00:00:00 GMT</pubDate>
      <description>Part 1: why FlyBy ships a first-class simulator, how VirtualNic and virtual time work, and how to run the constant_rate baseline at 100 kpps without privileged networking.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>FlyBy: Deterministic Fault Injection</title>
      <link>https://thanos.github.io/articles/2026-08-02-flyby-deterministic-fault-injection/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/2026-08-02-flyby-deterministic-fault-injection/</guid>
      <pubDate>Sat, 22 Aug 2026 00:00:00 GMT</pubDate>
      <description>Part 2: LCG-seeded packet drops in FlyBy’s packet_loss scenario—5% drop at 10 kpps for 10 virtual seconds, with counters you can assert in CI.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>FlyBy: Protocol-Aware Traffic Generators</title>
      <link>https://thanos.github.io/articles/2026-08-03-flyby-protocol-aware-quotes/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/2026-08-03-flyby-protocol-aware-quotes/</guid>
      <pubDate>Sat, 22 Aug 2026 00:00:00 GMT</pubDate>
      <description>Part 3: FlyBy’s protocol_quotes scenario fills 34-byte binary market quotes (AAPL) through VirtualNic so decoders see structured payloads, not random pads.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>FlyBy: Replaying Classic Pcap Captures</title>
      <link>https://thanos.github.io/articles/2026-08-04-flyby-pcap-replay/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/2026-08-04-flyby-pcap-replay/</guid>
      <pubDate>Sat, 22 Aug 2026 00:00:00 GMT</pubDate>
      <description>Part 4: replay FlyBy’s udp_quotes.pcap through the simulator—20 UDP binary quotes, full-speed or original timing, classic pcap only.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Data Sketches Beyond the One Billion Row Challenge</title>
      <link>https://thanos.github.io/articles/2026-08-15-data_sketches_beyond_1brc/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/2026-08-15-data_sketches_beyond_1brc/</guid>
      <pubDate>Sat, 15 Aug 2026 00:00:00 GMT</pubDate>
      <description>A small, mergeable approximation is more valuable than an exact answer whose state is expensive to retain, move, or combine. The original 1BRC min/mean/max result does not need a sketch.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Coding an LLM gateway: the Darial journey</title>
      <link>https://thanos.github.io/articles/2026-08-14-building-darial/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/2026-08-14-building-darial/</guid>
      <pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate>
      <description>This is a walk through how Darial 0.1 was designed and built: the problem that forced the shape, the decisions we recorded as ADRs, the libraries we actually shipped, and the trade-offs we accepted.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Sketching One Billion Temperature Rows in Elixir</title>
      <link>https://thanos.github.io/articles/sketching_one_billion_rows/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/sketching_one_billion_rows/</guid>
      <pubDate>Mon, 10 Aug 2026 00:00:00 GMT</pubDate>
      <description>Exact aggregates where they fit; probabilistic sketches where a billion values do not. Stream 1BRC-shaped weather data with ex_data_sketch—KLL, HLL, and FrequentItems—without loading a 12 GB file.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Why OTP is a natural model for drone swarms</title>
      <link>https://thanos.github.io/articles/02-otp-drone-swarms/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/02-otp-drone-swarms/</guid>
      <pubDate>Fri, 31 Jul 2026 00:00:00 GMT</pubDate>
      <description>Part 2 of Programming Drones with OTP: thin swarm coordinators, Registry vs membership, fail-fast fan-out, formations as planners, local safety, Good/Bad Advisor, and where Nerves fits as a companion—not an autopilot.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>One Binary, Many Front Doors</title>
      <link>https://thanos.github.io/articles/multi-ecosystem-rust-cli-install/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/multi-ecosystem-rust-cli-install/</guid>
      <pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate>
      <description>Treat GitHub Release binaries as the source of truth, then wrap them for Homebrew, Scoop, mise/asdf, pip, npm, Mix, and CI—the Ruff/esbuild pattern for tools like Oratos.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>From Transactions to Behaviour: MEV Detection with Datalog</title>
      <link>https://thanos.github.io/articles/2026-07-29-datalog-and-mev/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/2026-07-29-datalog-and-mev/</guid>
      <pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate>
      <description>A sandwich attack is three successful swaps. The blockchain never names it. Datalog can — with rules you can test, replay, and explain.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>The Classic UI Is Dead. Long Live the AIUI?</title>
      <link>https://thanos.github.io/articles/the-classic-ui-is-dead-long-live-the-aiui/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/the-classic-ui-is-dead-long-live-the-aiui/</guid>
      <pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate>
      <description>I’ve spent decades building UIs. AI is about to evaporate them.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Building a BEAM-native drone controller: processes, UDP, safety, and simulation</title>
      <link>https://thanos.github.io/articles/01-beam-native-drone-controller/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/01-beam-native-drone-controller/</guid>
      <pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate>
      <description>Part 1 of Programming Drones with OTP: why one GenServer per vehicle, how Tello UDP fits the mailbox, how a pure safety pipeline protects flight, and why the simulator is the real development surface.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Data Sketches: A Field Guide</title>
      <link>https://thanos.github.io/articles/01-data-sketches-a-field-guide/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/01-data-sketches-a-field-guide/</guid>
      <pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate>
      <description>The essential algorithms for reasoning about massive data streams</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Using ExDatalog: A dozen examples</title>
      <link>https://thanos.github.io/articles/ex_datalog_examples/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/ex_datalog_examples/</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <description>A dozen examples including RBAC &amp; authorization, BOM tracking, relationship based recommendations, static security analysis, fraud ring detection</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Are there on-prem alternatives to Sentry?</title>
      <link>https://thanos.github.io/articles/on-prem-alternatives-to-sentry/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/on-prem-alternatives-to-sentry/</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
      <description>A quick look at logging aggregation alternative</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Polymarket and the Global Prediction Market Ecosystem</title>
      <link>https://thanos.github.io/articles/polymarket-and-alternatives/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/polymarket-and-alternatives/</guid>
      <pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate>
      <description>The Evolution of Information Finance: A Comprehensive Technical and Comparative Analysis of Polymarket and the Global Prediction Market Ecosystem*</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Liquidity Tree</title>
      <link>https://thanos.github.io/articles/liquidity-tree/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/liquidity-tree/</guid>
      <pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate>
      <description>A Liquidity Tree is not a single standardized textbook structure—it’s a conceptual model used in trading systems, market microstructure, and smart order routing.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Rikiddo Scoring Rule</title>
      <link>https://thanos.github.io/articles/rikkido/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/rikkido/</guid>
      <pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate>
      <description>The Rikiddo scoring rule** is a **specialized automated market maker (AMM) mechanism for prediction markets, designed to improve on classic models like LMSR.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Virtual AMM (vAMM)</title>
      <link>https://thanos.github.io/articles/vamm/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/vamm/</guid>
      <pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate>
      <description>A Virtual Automated Market Maker (vAMM) is a pricing mechanism used primarily in perpetual futures protocols</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Part 1: Why Post-Quantum Multi-Recipient Encryption?</title>
      <link>https://thanos.github.io/articles/01-why-pq-multi-recipient/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/01-why-pq-multi-recipient/</guid>
      <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
      <description>Why encrypt-once / decrypt-many needs post-quantum crypto: HNDL risk and the tholos-pq motivation. This is part 1 of a 3-part series on tholos-pq, a Rust crate for encrypting one message to many recipients with NIST post-quantum cryptography.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Part 2: Inside tholos-pq — Wire Format and Algorithm Suite</title>
      <link>https://thanos.github.io/articles/02-wire-format-and-algorithms/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/02-wire-format-and-algorithms/</guid>
      <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
      <description>This is part 2 of a 3-part series on tholos-pq suite and wire format: ML-KEM-1024, XChaCha20-Poly1305, ML-DSA-65, CBOR envelopes.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Part 3: Hardening a Crypto Crate in Public</title>
      <link>https://thanos.github.io/articles/03-hardening-in-public/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/03-hardening-in-public/</guid>
      <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
      <description>This is part 3 of a 3-part series on tholos-pq. What public review broke in tholos-pq packaging — malleability, deps, docs — and what still isn’t promised.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Noise_IK vs Noise_XX</title>
      <link>https://thanos.github.io/articles/018-noise_ik-vs-noise_xx/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/018-noise_ik-vs-noise_xx/</guid>
      <pubDate>Tue, 18 Nov 2025 00:00:00 GMT</pubDate>
      <description>Article 18:  A Detailed Comparison of Two Interactive Handshake Patterns in the Noise Protocol Framework</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Explanating Noise_NN Pattern</title>
      <link>https://thanos.github.io/articles/017-noise_nn-pattern-explanation/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/017-noise_nn-pattern-explanation/</guid>
      <pubDate>Mon, 17 Nov 2025 00:00:00 GMT</pubDate>
      <description>Article 17: The Noise_NN pattern is the simplest interactive handshake in the Noise Protocol Framework. It stands for 'No static keys, No pre-shared knowledge.'</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Noise_IK vs Noise_XK Comparison </title>
      <link>https://thanos.github.io/articles/016-noise_ik-vs-noise_xk-comparison/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/016-noise_ik-vs-noise_xk-comparison/</guid>
      <pubDate>Sun, 16 Nov 2025 00:00:00 GMT</pubDate>
      <description>Article 16: Noise_IK vs Noise_XK: A Detailed Comparison of Two Key Handshake Patterns in the Noise Protocol Framework</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Noise_IK Handshake Details</title>
      <link>https://thanos.github.io/articles/015-noise_ik-handshake-details/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/015-noise_ik-handshake-details/</guid>
      <pubDate>Sat, 15 Nov 2025 00:00:00 GMT</pubDate>
      <description>Article 15: The Cryptographic Pattern Often Used in Secure VPNs and Related to Mining Security Layers</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>What is WireGuard Mining Security</title>
      <link>https://thanos.github.io/articles/014-wireguard-mining-security/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/014-wireguard-mining-security/</guid>
      <pubDate>Tue, 14 Oct 2025 00:00:00 GMT</pubDate>
      <description>Article 14: WireGuard is a fast, modern VPN protocol that many miners use as an additional security and privacy layer around their mining setups.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Noise Protocol Details</title>
      <link>https://thanos.github.io/articles/013-noise-protocol-details/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/013-noise-protocol-details/</guid>
      <pubDate>Sat, 13 Sep 2025 00:00:00 GMT</pubDate>
      <description>Article 13: The Noise Protocol Framework is the core cryptographic engine that secures nearly all modern Stratum V2 connections.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Stratum Protocol V2: The Modern Standard for Miner-Pool Communication</title>
      <link>https://thanos.github.io/articles/011-stratum-protocol-v2/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/011-stratum-protocol-v2/</guid>
      <pubDate>Fri, 11 Jul 2025 00:00:00 GMT</pubDate>
      <description>The Stratum Protocol V2 (often abbreviated as Stratum V2 or SV2) is the current industry-standard communication protocol that connects individual mining hardware to mining pools. </description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Block Template Construction: How Miners Build the Candidate Blocks They Actually Hash</title>
      <link>https://thanos.github.io/articles/010-block-template-construction/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/010-block-template-construction/</guid>
      <pubDate>Tue, 10 Jun 2025 00:00:00 GMT</pubDate>
      <description>A detailed look at the Block template construction process by which a miner (or its pool) assembles all the pieces needed before the nonce hunt can begin.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Job Negotiation Mechanics: Giving Miners Real Control Over Block Construction</title>
      <link>https://thanos.github.io/articles/009-job-negotiation-mechanics/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/009-job-negotiation-mechanics/</guid>
      <pubDate>Fri, 09 May 2025 00:00:00 GMT</pubDate>
      <description>A look into Job Negotiation is one of the most powerful and forward-looking features introduced with Stratum V2.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Stablecoins: What &amp; Why?</title>
      <link>https://thanos.github.io/articles/stabelcoins/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/stabelcoins/</guid>
      <pubDate>Sat, 26 Apr 2025 00:00:00 GMT</pubDate>
      <description>Stablecoins: What They Are, Why They Exist, Their History, How They Work, and Their Future</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Compact Block Relay Details: How Blocks Travel Efficiently Across the Global Network</title>
      <link>https://thanos.github.io/articles/008-compact-block-relay-details/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/008-compact-block-relay-details/</guid>
      <pubDate>Tue, 08 Apr 2025 00:00:00 GMT</pubDate>
      <description>Compact Block Relay, defined in Bitcoin Improvement Proposal 152 (BIP 152) and widely adopted by all major PoW chains, is the single most important optimization that makes block propagation fast, bandwidth-efficient, and resilient.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Block Propagation Mechanics: How a Newly Mined Block Spreads Across the Global Network</title>
      <link>https://thanos.github.io/articles/007-block-propogation-mechanics/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/007-block-propogation-mechanics/</guid>
      <pubDate>Fri, 07 Mar 2025 00:00:00 GMT</pubDate>
      <description>Article 7: The Cryptographic Mint in the Age of Geopolitical Crisis: An In-Depth Analysis of Mining Mechanics and Residential Profitability</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>An Alien Dialectic: Smart-Contract Languages?</title>
      <link>https://thanos.github.io/articles/an-alien-dialectic/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/an-alien-dialectic/</guid>
      <pubDate>Wed, 12 Feb 2025 00:00:00 GMT</pubDate>
      <description>In finance, contracts are civilization's atomic unit of trust. For millennia, they have been static documents - a specialized dialectic crafted by lawyers, interpreted by humans, and enforced by slow, costly third parties like courts. Their power was never in the document itself, but in the convoluted, expensive, and fallible human systems required to uphold them.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>The Difficulty Adjustment Algorithm</title>
      <link>https://thanos.github.io/articles/006-the-difficulty-adjustment-algorithm/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/006-the-difficulty-adjustment-algorithm/</guid>
      <pubDate>Thu, 06 Feb 2025 00:00:00 GMT</pubDate>
      <description>Article 6: Describes the The difficulty adjustment algorithm that is the automatic feedback loop that keeps new blocks arriving at a steady, predictable rate no matter how much total mining power joins or leaves the network.</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>The Merkle Tree</title>
      <link>https://thanos.github.io/articles/005-the-merkle-tree/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/005-the-merkle-tree/</guid>
      <pubDate>Sun, 05 Jan 2025 00:00:00 GMT</pubDate>
      <description>Article 5: Merkle Trees Explained</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>The Global Cryptographic Lottery</title>
      <link>https://thanos.github.io/articles/004-the-hunt-for-the-nonce/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/004-the-hunt-for-the-nonce/</guid>
      <pubDate>Wed, 04 Dec 2024 00:00:00 GMT</pubDate>
      <description>The Nonce Hunt in Greater Depth: The Global Cryptographic Lottery</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>How Miners Actually Operate</title>
      <link>https://thanos.github.io/articles/003-how-miners-actually-operate/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/003-how-miners-actually-operate/</guid>
      <pubDate>Sun, 03 Nov 2024 00:00:00 GMT</pubDate>
      <description>Article 3: Solo Mining, Mining Pools, and Merged Mining explained</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>What Is Crypto Mining?</title>
      <link>https://thanos.github.io/articles/what-is-mining/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/what-is-mining/</guid>
      <pubDate>Sun, 13 Oct 2024 00:00:00 GMT</pubDate>
      <description>What is Crypto Mining? A Complete In-Depth Tutorial to Become a Crypto Mining Expert</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Proof of Work - Why Bother?</title>
      <link>https://thanos.github.io/articles/002-pow/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/002-pow/</guid>
      <pubDate>Wed, 02 Oct 2024 00:00:00 GMT</pubDate>
      <description>Article 2: We look at the core purpose of Proof of Work (PoW)</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>What Is Crypto Mining?</title>
      <link>https://thanos.github.io/articles/001-what-is-crypto-mining/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/001-what-is-crypto-mining/</guid>
      <pubDate>Sun, 01 Sep 2024 00:00:00 GMT</pubDate>
      <description>Article 1: High-Level Overview of Crypto Mining</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>My Second Super Computer</title>
      <link>https://thanos.github.io/articles/my-second-super-omputer/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/my-second-super-omputer/</guid>
      <pubDate>Wed, 01 Dec 2010 00:00:00 GMT</pubDate>
      <description>Speeding up Monte Carlo using AWS GPU Instances</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>My First Super Computer</title>
      <link>https://thanos.github.io/articles/my-first-super-omputer/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/my-first-super-omputer/</guid>
      <pubDate>Fri, 01 Oct 2010 00:00:00 GMT</pubDate>
      <description>Speeding up Monte Carlo using GPU</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Couchdb Performance on a MacPro</title>
      <link>https://thanos.github.io/articles/chouchdb-performance-on-mac/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/chouchdb-performance-on-mac/</guid>
      <pubDate>Tue, 28 Sep 2010 00:00:00 GMT</pubDate>
      <description>See the differences in on the Mac Pro</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
    <item>
      <title>Couchdb Performance </title>
      <link>https://thanos.github.io/articles/chouchdb-performance/</link>
      <guid isPermaLink="true">https://thanos.github.io/articles/chouchdb-performance/</guid>
      <pubDate>Mon, 13 Sep 2010 00:00:00 GMT</pubDate>
      <description>Looking in patterns for inserting and querying Couchdb 2.0</description>
      <author>thanosv@gmail.com (Thanos Vassilakis)</author>
    </item>
  </channel>
</rss>
