<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ScreamingPigeon</title><link>http://screamingpigeon.net/</link><description>I like computers...</description><generator>Hugo</generator><language>en-us</language><atom:link href="http://screamingpigeon.net/rss.xml" rel="self" type="application/rss+xml"/><item><title>Dams, Capacitors, and Datacenters</title><link>http://screamingpigeon.net/blog/capacitor/</link><description><![CDATA[
          I have been reading Marc Reisner&rsquo;s Cadillac Desert of late. It is a great book that gets into the history of irrigation and water reclamation projects in the American west. I will reference some of the things discussed in that book here, so if you don&rsquo;t want spoilers, go give it a read first. It&rsquo;s full of history and economics and politics.
The Colorado river is basically just a trickle into the gulf of California now.
          
          
            <p>Tags: <a href="/tags/blog">blog</a> <a href="/tags/random">random</a> </p>
          
          <p>Word Count: 542</p>
          <p>Reading Time: 3 minutes</p>
          
      ]]></description><pubDate>Thu, 02 Jul 2026 09:35:33 -0500</pubDate><guid>http://screamingpigeon.net/blog/capacitor/</guid></item><item><title>Skyline Panel</title><link>http://screamingpigeon.net/blog/skyline_panel/</link><description><![CDATA[
          The SKYLINE workshop at ISCA 2026 assembled a panel of researchers - Amir from Google DeepMind, Joseph Torellas from UIUC, Jovan Stojkovic from UT Austin and Meta, Chaojie Zhang from Microsoft Azure Research, and Benjamin C. Lee from UPenn and Google to chat about the evolving landscape of cloud-native architectures, agentic AI, and the fundamental redesign of systems from the ground up. Here is my transcript from the talk.
Amir: Self refinement is something we really need to talk about.
          
          
            <p>Tags: <a href="/tags/blog">blog</a> <a href="/tags/conference">conference</a> <a href="/tags/ai">ai</a> </p>
          
          <p>Word Count: 1400</p>
          <p>Reading Time: 7 minutes</p>
          
      ]]></description><pubDate>Sat, 27 Jun 2026 21:10:18 -0500</pubDate><guid>http://screamingpigeon.net/blog/skyline_panel/</guid></item><item><title>Characterization of Cache Aware Scheduling on Linux</title><link>http://screamingpigeon.net/projects/cas/</link><description><![CDATA[
          This past semester, I took a class on parallel computer architecture, with a focus on shared memory multiprocessor systems. For the final project, my group (huge thanks to Ingi and Pradyun for carrying) and I worked on doing a characterization of Cache-Aware Scheduling on Linux.
This is the final paper we produced for the class. I converted the .tex file to a hugo compatible markdown using pandoc, followed by some tweaking to get images to render.
          
          
            <p>Tags: <a href="/tags/projects">projects</a> <a href="/tags/operating-systems">operating-systems</a> <a href="/tags/linux">linux</a> </p>
          
          <p>Word Count: 6533</p>
          <p>Reading Time: 31 minutes</p>
          
      ]]></description><pubDate>Tue, 02 Jun 2026 22:17:29 -0500</pubDate><guid>http://screamingpigeon.net/projects/cas/</guid></item><item><title>Pictures from Spring Break 2026</title><link>http://screamingpigeon.net/blog/spring_break_2026/</link><description><![CDATA[
          Hello!
I return to the blog about 2 weeks later than I should be. I will be serving my (nonexistent???) readers with some more low-vocabulary slop.
As an attempt to half-ass my new year resolution of writing a blog post every month - I will be uploading pictures from my trip to New England and NYC with some blurbs. Why? Because it is easier than writing something interesting.
Boston This is by the state street stop on the red line - pretty much the heart of downtown Boston.
          
          
            <p>Tags: <a href="/tags/blog">blog</a> <a href="/tags/travel">travel</a> <a href="/tags/photography">photography</a> </p>
          
          <p>Word Count: 335</p>
          <p>Reading Time: 2 minutes</p>
          
      ]]></description><pubDate>Mon, 20 Apr 2026 13:19:13 -0500</pubDate><guid>http://screamingpigeon.net/blog/spring_break_2026/</guid></item><item><title>Books I read in 2025</title><link>http://screamingpigeon.net/blog/books2025/</link><description><![CDATA[
          Books I read in 2025 One of my resolutions for this year is to write more.
So far, I have done a shitty job holding myself up to that. I have been having a hard time coming up with something to write about. Naturally, commenting on writing is much easier than writing something original. So here are my thoughts on some of the books I read in 2025.
February Elder Race Adrian Tchaikovsky This was the first book (novella?
          
          
            <p>Tags: <a href="/tags/blog">blog</a> <a href="/tags/books">books</a> </p>
          
          <p>Word Count: 1949</p>
          <p>Reading Time: 10 minutes</p>
          
      ]]></description><pubDate>Tue, 10 Mar 2026 15:38:04 -0500</pubDate><guid>http://screamingpigeon.net/blog/books2025/</guid></item><item><title>Flush Reload</title><link>http://screamingpigeon.net/blog/flush_reload/</link><description><![CDATA[
          Intro Last November, I got the chance to meet Daniel Genkin - at the Midwest Security Workshop. He is one of the authors/discoveres of SPECTRE and MELTDOWN , some of the most critical vulnerabilities discovered in the last decade. These were also unpatchable due to them being hardware vulnerabilities.
Bumping into Daniel was a happy coincidence for me. I was aware that MSW had a section on HW Security (which is why I went in the first place) - but I never knew that such an epic security researcher was going to be there.
          
          
            <p>Tags: <a href="/tags/blog">blog</a> <a href="/tags/computer-architecture">computer-architecture</a> <a href="/tags/security">security</a> </p>
          
          <p>Word Count: 2055</p>
          <p>Reading Time: 10 minutes</p>
          
      ]]></description><pubDate>Tue, 06 May 2025 15:09:05 -0500</pubDate><guid>http://screamingpigeon.net/blog/flush_reload/</guid></item><item><title>Developing an Out-Of-Order RISC-V CPU: part one</title><link>http://screamingpigeon.net/projects/ooo_pt1/</link><description><![CDATA[
          This post is about 5 months late. I created the markdown file on 12/23/2025 but never got around to writing anything to it. Now, I have some time on my hands (and I feel bad about not writing as often as I had planned to) - so I figured I will give this a shot again.
Last fall, I took ECE 411 the infamous computer-architecture class at my university. This was a class I was really looking forward to.
          
          
            <p>Tags: <a href="/tags/projects">projects</a> <a href="/tags/computer-architecture">computer-architecture</a> </p>
          
          <p>Word Count: 3124</p>
          <p>Reading Time: 15 minutes</p>
          
      ]]></description><pubDate>Sat, 03 May 2025 17:44:00 -0600</pubDate><guid>http://screamingpigeon.net/projects/ooo_pt1/</guid></item><item><title>Supermicrosummit24</title><link>http://screamingpigeon.net/blog/supermicrosummit24/</link><description><![CDATA[
          Super Micro Open Stroage Summit 2024 https://www.thecube.net/events/supermicro/open-storage-summit-2024
I attended the last 2 events at this stummit. Here are my thoughts and notes:
The New High Performance Computing: Optimized Storage from HPC to AI Speakers:
Randy Kreiser Supermicro CJ Newburn NVIDIA Balaji Venkateshwaran DDN Bill Panos Solidigm CJ- The moderator looks like he is being held at gunpoint.
Rate at which usage models are changing
need for new infrastructure
new models characterized by large scale and making memory accesses of fine granularity
          
          
            <p>Tags: <a href="/tags/blog">blog</a> <a href="/tags/conference">conference</a> </p>
          
          <p>Word Count: 529</p>
          <p>Reading Time: 3 minutes</p>
          
      ]]></description><pubDate>Tue, 27 Aug 2024 11:55:40 -0500</pubDate><guid>http://screamingpigeon.net/blog/supermicrosummit24/</guid></item><item><title>Making a POSIX (-ish?) Linux Kernel</title><link>http://screamingpigeon.net/projects/ece391/</link><description><![CDATA[
          Interactive Demo here Features include Concurrency through RoundRobin Scheduler Interrupt Support, Keyboard IO, RTC Custom read-only filesystem with POXIS(-ish?) syscalls x86_32 Paging exec() and exit() functionality for certain programs For academic integrity reasons, I cannot share the source code
This project also has mouse support, soundblasters, and real-time UART pvp TicTacToe implemented for extra credit. Not available in the online demo. This placed 3rd in the Design competition in SP24 
          
          
            <p>Tags: <a href="/tags/projects">projects</a> <a href="/tags/operating-systems">operating-systems</a> </p>
          
          <p>Word Count: 70</p>
          <p>Reading Time: 1 minutes</p>
          
      ]]></description><pubDate>Thu, 09 May 2024 03:39:15 +0530</pubDate><guid>http://screamingpigeon.net/projects/ece391/</guid></item></channel></rss>