<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/assets/xsl/microblog.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>hakilebara Microblog RSS Feed</title>
    <description>Use an RSS Reader to subscribe to this Microblog feed</description>
    <link>https://hakilebara.com/microblog/</link>
    <atom:link href="https://hakilebara.com/microblog.xml" rel="self" type="application/rss+xml"/>

    
      <item>
        <title>2026-05-01 16:59</title>
        <description>I am happy to see that Ember is part of the proposed JS framework of create-vite. Glad to know that a JS framework created in 2011 is still alive and kicking.



</description>
        <pubDate>Fri, 01 May 2026 16:59:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2026-05-01-happy-to-see-ember-in-create-vite</link>
        <guid>https://hakilebara.com/microposts/2026-05-01-happy-to-see-ember-in-create-vite</guid>
      </item>
    
      <item>
        <title>2026-04-28 07:54</title>
        <description>A great article on why Web Components exist. This table the author created is really good:



https://blog.yoshuawuyts.com/why-webassembly-components



</description>
        <pubDate>Tue, 28 Apr 2026 07:54:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2026-04-28-a-great-write-up-on-web-component</link>
        <guid>https://hakilebara.com/microposts/2026-04-28-a-great-write-up-on-web-component</guid>
      </item>
    
      <item>
        <title>2026-04-27 08:12</title>
        <description>I just finished reading the 3rd edition of the Rust Programming Language book. It took me a week, but I am glad I did it.



</description>
        <pubDate>Mon, 27 Apr 2026 08:12:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2026-04-27-read-the-rust-programming-language-book-3rd-edition</link>
        <guid>https://hakilebara.com/microposts/2026-04-27-read-the-rust-programming-language-book-3rd-edition</guid>
      </item>
    
      <item>
        <title>2026-04-24 06:06</title>
        <description>My first contribution to the WebAssembly Component Model documentation is live :D

I wrote a short guide on how to write a wasi-http component in Rust. Here is the link: https://component-model.bytecodealliance.org/language-support/using-http-in-components/rust.html



</description>
        <pubDate>Fri, 24 Apr 2026 06:06:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2026-04-24-first-content-contribution-to-the-wasm-component-model-documentation</link>
        <guid>https://hakilebara.com/microposts/2026-04-24-first-content-contribution-to-the-wasm-component-model-documentation</guid>
      </item>
    
      <item>
        <title>2026-04-01 12:17</title>
        <description>I just finished building “Cube”, a Docker workload orchestrator written from scratch in Go. Orchestrators are the cornerstone of cloud computing. They automate the deployment, scheduling, and scaling of computing tasks (containers) across a cluster of machines. Every professional Web application you use today almost certainly relies on an orchestrator.

The most famous (and complex) orchestrator is Kubernetes. Cube of course goes nowhere near the level of complexity of k8s. Still, Cube made me understand the fundamental building blocks behind such software (Managers, Workers, Schedulers, Scheduling algorithms, Storage, basic Telemetry etc.)



To write Cube, I went through the book of Tim Boring cover to cover. The book is a great read, even though quite a few bugs slipped through the cracks and fixing them was left as an exercise to the reader. All-in-all it turned out to be a great way to learn.

Here is the repository: https://github.com/hakilebara/cube



</description>
        <pubDate>Wed, 01 Apr 2026 12:17:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2026-04-01-build-an-orchestrator-from-scratch-in-go</link>
        <guid>https://hakilebara.com/microposts/2026-04-01-build-an-orchestrator-from-scratch-in-go</guid>
      </item>
    
      <item>
        <title>2026-01-14 13:11</title>
        <description>

</description>
        <pubDate>Wed, 14 Jan 2026 13:11:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2026-01-14-i-m-not-made-at-you</link>
        <guid>https://hakilebara.com/microposts/2026-01-14-i-m-not-made-at-you</guid>
      </item>
    
      <item>
        <title>2025-12-20 17:57</title>
        <description>Don’t let arbitrary untrusted code run on your machine, remember to disable JavaScript.

</description>
        <pubDate>Sat, 20 Dec 2025 17:57:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2025-12-20-https---disable-javascript-org-</link>
        <guid>https://hakilebara.com/microposts/2025-12-20-https---disable-javascript-org-</guid>
      </item>
    
      <item>
        <title>2025-12-10 22:54</title>
        <description>Making progress on wasm-internal.



</description>
        <pubDate>Wed, 10 Dec 2025 22:54:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2025-12-10-wasm-internal-progress---spacing</link>
        <guid>https://hakilebara.com/microposts/2025-12-10-wasm-internal-progress---spacing</guid>
      </item>
    
      <item>
        <title>2025-12-07 21:15</title>
        <description>Started working on a wasm binary analyser inspired by https://github.com/invisal/sqlite-internal.



</description>
        <pubDate>Sun, 07 Dec 2025 21:15:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2025-12-07-working-on-wasm-internal</link>
        <guid>https://hakilebara.com/microposts/2025-12-07-working-on-wasm-internal</guid>
      </item>
    
      <item>
        <title>2025-11-28 16:54</title>
        <description>Move fast and mend things.

</description>
        <pubDate>Fri, 28 Nov 2025 16:54:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2025-11-28-move-fast-and-mend-things</link>
        <guid>https://hakilebara.com/microposts/2025-11-28-move-fast-and-mend-things</guid>
      </item>
    
      <item>
        <title>2025-11-06 18:23</title>
        <description>Today I learned the existence of the Web Locks API.



</description>
        <pubDate>Thu, 06 Nov 2025 18:23:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2025-11-06-til-web-locks-api</link>
        <guid>https://hakilebara.com/microposts/2025-11-06-til-web-locks-api</guid>
      </item>
    
      <item>
        <title>2025-10-15 18:09</title>
        <description>

</description>
        <pubDate>Wed, 15 Oct 2025 18:09:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2025-10-15-lol-said-the-scorpion--lmao</link>
        <guid>https://hakilebara.com/microposts/2025-10-15-lol-said-the-scorpion--lmao</guid>
      </item>
    
      <item>
        <title>2025-10-06 15:18</title>
        <description>

https://github.com/hakilebara/hakilebara.github.io/commit/e37affcbab5e9aba7144af19a3a8207105de912d

</description>
        <pubDate>Mon, 06 Oct 2025 15:18:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2025-10-06-gem-coop</link>
        <guid>https://hakilebara.com/microposts/2025-10-06-gem-coop</guid>
      </item>
    
      <item>
        <title>2025-09-22 21:35</title>
        <description>I am super proud and excited to join the 2025 Fall-2 batch of the Recurse Center.


 Want to become a better programmer? Join the Recurse Center!

</description>
        <pubDate>Mon, 22 Sep 2025 21:35:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2025-09-22-attending-the-recurse-center</link>
        <guid>https://hakilebara.com/microposts/2025-09-22-attending-the-recurse-center</guid>
      </item>
    
      <item>
        <title>2025-09-06 06:49</title>
        <description>Greta Thunberg c’est Jeanne d’Arc.

</description>
        <pubDate>Sat, 06 Sep 2025 06:49:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2025-09-06-greta-thunberg-c-est-jeanne-d-arc</link>
        <guid>https://hakilebara.com/microposts/2025-09-06-greta-thunberg-c-est-jeanne-d-arc</guid>
      </item>
    
      <item>
        <title>2025-09-04 20:07</title>
        <description>

https://youtu.be/wp5BM2J8vP0?feature=shared&amp;amp;t=848

</description>
        <pubDate>Thu, 04 Sep 2025 20:07:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2025-09-04-pain---ketchup---gratuit</link>
        <guid>https://hakilebara.com/microposts/2025-09-04-pain---ketchup---gratuit</guid>
      </item>
    
      <item>
        <title>2025-09-03 13:28</title>
        <description>Today I learned I can get a lot more done while staying inside Vim. I realized that while watching a Tsoding stream.

Reading Man pages in Vim

I am using this plugin https://github.com/vim-utils/vim-man.



Accessing the terminal in Vim

Since its version 8.1 Vim supports running a terminal window.



</description>
        <pubDate>Wed, 03 Sep 2025 13:28:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2025-09-03-vim-man-</link>
        <guid>https://hakilebara.com/microposts/2025-09-03-vim-man-</guid>
      </item>
    
      <item>
        <title>2025-08-28 21:58</title>
        <description>For reasons I don’t understand my posts on Twitter are no longer visible to the public. They are visible here though: https://xcancel.com/hakilebara.

I have little hope that this will get fixed. This is as good an opportunity as any to leave this site.
I intend to do most of my writing on this website starting from now.

No more arbitrary limitation on character count. No more ads. No more engagement bait. No more blatant disregard for content moderation.



</description>
        <pubDate>Thu, 28 Aug 2025 21:58:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2025-08-28-leaving-twitter</link>
        <guid>https://hakilebara.com/microposts/2025-08-28-leaving-twitter</guid>
      </item>
    
      <item>
        <title>2025-08-28 21:40</title>
        <description>Hello World! This is my first Micro Blog to go live :)

This post was written in Notion.

</description>
        <pubDate>Thu, 28 Aug 2025 21:40:00 +0000</pubDate>
        <link>https://hakilebara.com/microposts/2025-08-28-going-live</link>
        <guid>https://hakilebara.com/microposts/2025-08-28-going-live</guid>
      </item>
    
  </channel>
</rss>
