<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>rohith</title>
    <link>https://rohith.net/</link>
    <description>Recent content on rohith</description>
    <image>
      <url>https://raw.githubusercontent.com/rv178/website/main/static/favicon.png</url>
      <link>https://raw.githubusercontent.com/rv178/website/main/static/favicon.png</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sat, 15 Aug 2026 13:13:01 +0530</lastBuildDate><atom:link href="https://rohith.net/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Buckshot Roulette</title>
      <link>https://rohith.net/reviews/buckshot/</link>
      <pubDate>Sat, 15 Aug 2026 13:13:01 +0530</pubDate>
      <guid>https://rohith.net/reviews/buckshot/</guid>
      <description>This game makes you feel like a badass while gambling your life away for in-game USD dollars. Relatively short though. Kinda felt bad for the dealer sometimes.</description>
    </item>
    
    <item>
      <title>Celeste</title>
      <link>https://rohith.net/reviews/celeste/</link>
      <pubDate>Sat, 15 Aug 2026 13:13:01 +0530</pubDate>
      <guid>https://rohith.net/reviews/celeste/</guid>
      <description>Really amazing, finished the base game, yet to do the additional content.</description>
    </item>
    
    <item>
      <title>Whiplash</title>
      <link>https://rohith.net/reviews/whiplash/</link>
      <pubDate>Sat, 06 Jun 2026 06:23:58 +0530</pubDate>
      <guid>https://rohith.net/reviews/whiplash/</guid>
      <description>I feel like I lack the musical literacy required to comprehend a lot of the more technical stuff in the movie. The final scene was pretty awesome though.</description>
    </item>
    
    <item>
      <title>Obsession</title>
      <link>https://rohith.net/reviews/obsession/</link>
      <pubDate>Sat, 06 Jun 2026 06:23:52 +0530</pubDate>
      <guid>https://rohith.net/reviews/obsession/</guid>
      <description>Phenomenal acting and amazing sound design. A lot of the elements severely lean into uncanny valley territory which really creeps me out.</description>
    </item>
    
    <item>
      <title>A Game of Thrones</title>
      <link>https://rohith.net/reviews/got/</link>
      <pubDate>Mon, 01 Jun 2026 01:48:05 +0530</pubDate>
      <guid>https://rohith.net/reviews/got/</guid>
      <description>Has been great so far!</description>
    </item>
    
    <item>
      <title>Nine Sols</title>
      <link>https://rohith.net/reviews/nine-sols/</link>
      <pubDate>Mon, 01 Jun 2026 01:39:06 +0530</pubDate>
      <guid>https://rohith.net/reviews/nine-sols/</guid>
      <description>Played this right after Silksong. Absolute banger of a game with the most satisfying combat mechanics. Exploration and some instances of platforming were the only weak-ish parts.</description>
    </item>
    
    <item>
      <title>Hollow Knight: Silksong</title>
      <link>https://rohith.net/reviews/silksong/</link>
      <pubDate>Mon, 01 Jun 2026 01:20:52 +0530</pubDate>
      <guid>https://rohith.net/reviews/silksong/</guid>
      <description>Stunningly beautiful but unforgiving at times. Might be my favourite game of the year.</description>
    </item>
    
    <item>
      <title>Season of KDE Status Update</title>
      <link>https://rohith.net/posts/sok-status-update/</link>
      <pubDate>Sun, 01 Feb 2026 21:47:43 +0530</pubDate>
      <guid>https://rohith.net/posts/sok-status-update/</guid>
      <description>SoK status update on adding font subsetting to Okular, covering how fonts work and getting HarfBuzz set up with Poppler.</description>
    </item>
    
    <item>
      <title>The Bookbot Situation</title>
      <link>https://rohith.net/misc/the-bookbot-situation/</link>
      <pubDate>Fri, 19 Sep 2025 22:54:54 +0530</pubDate>
      <guid>https://rohith.net/misc/the-bookbot-situation/</guid>
      <description>&lt;hr&gt;
&lt;p&gt;This is going to be a relatively short post as I am writing this to shed light on the situation of a bot I built a few years ago called &lt;a href=&#34;https://github.com/rv178/bookbot&#34;&gt;BookBot&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;current-situation&#34;&gt;Current Situation&lt;/h2&gt;
&lt;p&gt;As part of Discord&amp;rsquo;s safety policy, verified bots have to be periodically re-verified. The last time the bot was verified was 3 years ago.
It used to be added to around ~2850 servers and actively running before Discord enforced re-verification.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Hyperbola Quintessence in Rust</title>
      <link>https://rohith.net/posts/hyperbola-quintessence-in-rust/</link>
      <pubDate>Tue, 18 Oct 2022 21:53:57 +0530</pubDate>
      <guid>https://rohith.net/posts/hyperbola-quintessence-in-rust/</guid>
      <description>Generating sliding piece attacks for rooks, bishops and queens with hyperbola quintessence.</description>
    </item>
    
    <item>
      <title>Bitboards in Rust</title>
      <link>https://rohith.net/posts/bitboards-in-rust/</link>
      <pubDate>Wed, 28 Sep 2022 21:46:16 +0530</pubDate>
      <guid>https://rohith.net/posts/bitboards-in-rust/</guid>
      <description>Representing the pieces of a chess board as bitboards (using 64-bit integers) and using them to generate piece attacks.</description>
    </item>
    
    <item>
      <title>Yew.rs With TailwindCSS</title>
      <link>https://rohith.net/posts/yew-rs-with-tailwind/</link>
      <pubDate>Fri, 12 Aug 2022 18:57:42 +0530</pubDate>
      <guid>https://rohith.net/posts/yew-rs-with-tailwind/</guid>
      <description>Setting up Yew.rs with TailwindCSS to build a web frontend in Rust using WASM.</description>
    </item>
    
    <item>
      <title>Switching to Wayland</title>
      <link>https://rohith.net/posts/switching-to-wayland/</link>
      <pubDate>Wed, 27 Jul 2022 22:09:53 +0530</pubDate>
      <guid>https://rohith.net/posts/switching-to-wayland/</guid>
      <description>Switching from X11 to Wayland and finding a Wayland replacement for each part of the old setup.</description>
    </item>
    
    <item>
      <title>Writing a Build Automation Tool</title>
      <link>https://rohith.net/posts/writing-a-build-automation-tool/</link>
      <pubDate>Fri, 08 Jul 2022 15:20:06 +0530</pubDate>
      <guid>https://rohith.net/posts/writing-a-build-automation-tool/</guid>
      <description>Building a build automation tool written in Rust that uses TOML for configuration.</description>
    </item>
    
    <item>
      <title>FEN String Parsing in Rust</title>
      <link>https://rohith.net/posts/fen-string-parsing-in-rust/</link>
      <pubDate>Wed, 29 Jun 2022 14:54:23 +0530</pubDate>
      <guid>https://rohith.net/posts/fen-string-parsing-in-rust/</guid>
      <description>Breaking down a FEN string and parsing it into a usable game state for a chess engine.</description>
    </item>
    
    <item>
      <title>A brief recap of my Linux journey up until now</title>
      <link>https://rohith.net/posts/my-linux-journey/</link>
      <pubDate>Wed, 19 Jan 2022 09:47:49 +0530</pubDate>
      <guid>https://rohith.net/posts/my-linux-journey/</guid>
      <description>Recap of my Linux journey, from starting out on Pop!_OS to ending up on Arch Linux.</description>
    </item>
    
    <item>
      <title>About me</title>
      <link>https://rohith.net/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://rohith.net/about/</guid>
      <description>about</description>
    </item>
    
    
  </channel>
</rss>

