<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>debarkak</title><link>https://debarkak.xyz/</link><description>Recent content on debarkak</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Mon, 17 Aug 2026 23:32:50 +0530</lastBuildDate><atom:link href="https://debarkak.xyz/rss.xml" rel="self" type="application/rss+xml"/><item><title>a letter from someone special :)</title><link>https://debarkak.xyz/blog/a-letter-from-someone-special/</link><pubDate>Mon, 17 Aug 2026 00:00:00 +0000</pubDate><guid>https://debarkak.xyz/blog/a-letter-from-someone-special/</guid><description>&lt;p&gt;this blog post is something different, not usually what i post in my website but i wanted to share this with you all, it&amp;rsquo;s a letter from someone who&amp;rsquo;s very special to me, and my life friend, i won&amp;rsquo;t write much here now, because i am just too focused on reading the letter over and over again becasue i love this so much.&lt;/p&gt;&#10;&lt;h1&gt;&lt;/h1&gt;&#10;&lt;p&gt;&lt;strong&gt;My Dearest,&lt;/strong&gt;&lt;/p&gt;&#10;&lt;p&gt;For I write with my quill,&lt;br&gt;&#10;Your absence gives me heartache still,&lt;br&gt;&#10;Your presence—like the moonlight,&lt;br&gt;&#10;Guiding me through the darkest night.&lt;/p&gt;</description></item><item><title>new stuffs! (new minecraft &amp; discord server)</title><link>https://debarkak.xyz/blog/new-stuffs-new-mc-and-dc-server/</link><pubDate>Sun, 16 Aug 2026 00:00:00 +0000</pubDate><guid>https://debarkak.xyz/blog/new-stuffs-new-mc-and-dc-server/</guid><description>&lt;p&gt;hello there,&lt;/p&gt;&#10;&lt;p&gt;so as my friends were telling me to make a minecraft server because i had too many servers and also they wanted to play on a multiplayer server, and also since i recently got a copy of minecraft as a birthday gift from a friend, i decided to make a new minecraft server, while at it i also made a new discord server as well!&lt;/p&gt;&#10;&lt;p&gt;so basically both things for everyone, so yeah.&lt;/p&gt;</description></item><item><title>arkanaos package manager</title><link>https://debarkak.xyz/blog/arkanaos-package-manager/</link><pubDate>Wed, 29 Jul 2026 00:00:00 +0000</pubDate><guid>https://debarkak.xyz/blog/arkanaos-package-manager/</guid><description>&lt;p&gt;i&amp;rsquo;m gonna be quite short with this one because i don&amp;rsquo;t have much to write, but i just wanted to share this and my current project.&lt;/p&gt;&#10;&lt;p&gt;and oh btw before i proceed, i do wanna mention that i wrote this blog post by myself and no ai is writing this. however, the package manager i wrote is made 100% using ai, which i will give reasons for later on.&lt;/p&gt;&#10;&lt;p&gt;so i have been discussing with &lt;a href="https://github.com/celunah"&gt;celunah&lt;/a&gt; about arkanaOS because it&amp;rsquo;s quite empty and unmaintained. i was gonna ask him if i could contribute to the project because, well, i wanted to learn something and do something else instead of just working on my &lt;a href="https://github.com/debarkak/nothingx-pc"&gt;nothing x for pc&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>arkanaos package manager architecture</title><link>https://debarkak.xyz/notes/arkanaos-package-manager/</link><pubDate>Wed, 29 Jul 2026 00:00:00 +0000</pubDate><guid>https://debarkak.xyz/notes/arkanaos-package-manager/</guid><description>&lt;h3 id="format--structure"&gt;format &amp;amp; structure&lt;/h3&gt;&#10;&lt;p&gt;an &lt;code&gt;.ark&lt;/code&gt; package is literally just an lz4-compressed tar archive with the extension changed to &lt;code&gt;.ark&lt;/code&gt;. decided to keep it simple instead of writing a custom binary format from scratch.&lt;/p&gt;&#10;&lt;p&gt;no config file. no remote repositories or &lt;code&gt;pacman -Sy&lt;/code&gt;. just local install, remove, list, and search.&lt;/p&gt;&#10;&lt;p&gt;everything is plain text.&lt;br&gt;&#10;&lt;code&gt;/etc/arkpkg/package.db&lt;/code&gt;&lt;br&gt;&#10;list of installed packages&lt;/p&gt;&#10;&lt;p&gt;&lt;code&gt;/etc/arkpkg/packages/&amp;lt;package&amp;gt;.arkinfo&lt;/code&gt;&lt;br&gt;&#10;installed package information&lt;/p&gt;&#10;&lt;p&gt;&lt;code&gt;&amp;lt;package&amp;gt;.tar.lz4&lt;/code&gt;&lt;br&gt;&#10;actual package archive&lt;/p&gt;&#10;&lt;h3 id="package-contents"&gt;package contents&lt;/h3&gt;&#10;&lt;p&gt;inside an &lt;code&gt;.ark&lt;/code&gt; file (like &lt;code&gt;bash-5.3.0-x86_64.ark&lt;/code&gt;):&lt;/p&gt;</description></item><item><title>nothing ear reverse engineering</title><link>https://debarkak.xyz/notes/nothing-ear-reverse-engineering/</link><pubDate>Sat, 25 Jul 2026 00:00:00 +0000</pubDate><guid>https://debarkak.xyz/notes/nothing-ear-reverse-engineering/</guid><description>&lt;h3 id="note"&gt;note&lt;/h3&gt;&#10;&lt;p&gt;just to be transparent, majority of this notes is written with AI. i didn&amp;rsquo;t really have that much time to write all of this. so i just let the ai write most of this note, however i will try to make the actual docs of this project 100% written by me (i won&amp;rsquo;t be able to, i only know how to code.)&lt;/p&gt;&#10;&lt;h3&gt;&lt;/h3&gt;&#10;&lt;p&gt;ok so this literally started because i wanted Nothing X on desktop. thought it&amp;rsquo;d be a weekend project. ended up learning way more bluetooth than i ever intended to.&lt;br&gt;&#10;first repos i found&lt;br&gt;&#10;&lt;a href="https://github.com/DaanHessen/earctl"&gt;https://github.com/DaanHessen/earctl&lt;/a&gt;&lt;br&gt;&#10;&lt;a href="https://github.com/radiance-project/ear-web"&gt;https://github.com/radiance-project/ear-web&lt;/a&gt;&lt;br&gt;&#10;&lt;a href="https://github.com/Bestello/dms-nothingx"&gt;https://github.com/Bestello/dms-nothingx&lt;/a&gt;&lt;br&gt;&#10;had all 3 open side by side basically the whole project.&lt;br&gt;&#10;earctl = cleanest implementation.&lt;br&gt;&#10;ear-web = &amp;ldquo;how th does this even work in a browser&amp;rdquo;.&lt;br&gt;&#10;dms-nothingx = easiest place to quickly change packets.&lt;br&gt;&#10;started with ear-web because browser implementation was probably going to reveal transport immediately.&lt;br&gt;&#10;opened bluetooth_socket.js.&lt;br&gt;&#10;expected&lt;/p&gt;</description></item><item><title>/about</title><link>https://debarkak.xyz/about/</link><pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate><guid>https://debarkak.xyz/about/</guid><description>&lt;p&gt;i&amp;rsquo;m Debarka Kundu.&lt;/p&gt;&#10;&lt;p&gt;professional overthinker.&lt;/p&gt;&#10;&lt;p&gt;class 9 student.&lt;/p&gt;&#10;&lt;p&gt;i enjoy linux, self-hosting, photography, travelling, open source, random hardware, music, and building things that probably didn&amp;rsquo;t need to exist.&lt;/p&gt;&#10;&lt;p&gt;this website is basically my notebook.&lt;/p&gt;&#10;&lt;p&gt;if i&amp;rsquo;m working on something, thinking about something, or accidentally breaking something&amp;hellip;&lt;/p&gt;&#10;&lt;p&gt;it&amp;rsquo;ll probably end up here.&lt;/p&gt;&#10;&lt;p&gt;check out my blog to read more :)&lt;/p&gt;&#10;&lt;p&gt;or if ur lazy here you can &lt;a href="https://debarkak.xyz/blog/hello-world"&gt;click here&lt;/a&gt; and read my first blog post. (it&amp;rsquo;s not that good though).&lt;/p&gt;</description></item><item><title>/hosts</title><link>https://debarkak.xyz/hosts/</link><pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate><guid>https://debarkak.xyz/hosts/</guid><description>&lt;p&gt;i originally wanted to host this website myself. not on GitHub Pages.&lt;/p&gt;&#10;&lt;p&gt;i already have an Oracle Cloud OCI VM that&amp;rsquo;s online 24/7 (free tier of course, because i am broke), so it would&amp;rsquo;ve worked just fine. i usually prefer hosting my own projects myself. it gives me a level of control that i honestly can&amp;rsquo;t explain. (autism moment.)&lt;/p&gt;&#10;&lt;p&gt;another reason was that my brother, &lt;a href="https://github.com/preetamsad"&gt;@preetamsad&lt;/a&gt;, has also been considering self-hosting his own website. i remember him asking me (and a few people in his discord server) whether he should host it on a Raspberry Pi 5 or on his VPS.&lt;/p&gt;</description></item><item><title>/projects</title><link>https://debarkak.xyz/projects/</link><pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate><guid>https://debarkak.xyz/projects/</guid><description>&lt;p&gt;help, soon.&lt;/p&gt;</description></item><item><title>/uses</title><link>https://debarkak.xyz/uses/</link><pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate><guid>https://debarkak.xyz/uses/</guid><description>&lt;h3 id="software"&gt;software&lt;/h3&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;os&lt;/strong&gt;: endeavouros + windows 11 pro (main os&amp;rsquo;es), and windows 11 ltsc 2024 (for gaming)&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;editor&lt;/strong&gt;: nano/lazyvim&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;code&lt;/strong&gt;: google antigravity&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h3 id="hardware"&gt;hardware&lt;/h3&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;laptop&lt;/strong&gt;: ASUSTeK COMPUTER INC. ASUS Vivobook 14 M1407KA_M1407KA&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;phone&lt;/strong&gt;: Xiaomi REDMI Note 15 5G&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;audio&lt;/strong&gt;: Apple Airpods 4 ANC&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h3 id="laptop-specs"&gt;laptop specs&lt;/h3&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Model:&lt;/strong&gt; ASUS Vivobook 14 M1407KA&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;CPU:&lt;/strong&gt; AMD Ryzen AI 5 330 (4 cores / 8 threads, up to 4.5 GHz)&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;GPU:&lt;/strong&gt; AMD Radeon 820M (integrated)&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;RAM:&lt;/strong&gt; 16 GB LPDDR5X-7500 (soldered)&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Storage:&lt;/strong&gt; 512 GB PCIe 4.0 NVMe SSD&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Display:&lt;/strong&gt; 14&amp;quot; 1920×1200 (16:10), 60 Hz IPS&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Battery:&lt;/strong&gt; 42 Wh&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Wireless:&lt;/strong&gt; Wi-Fi 6E + Bluetooth 5.3&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;OS:&lt;/strong&gt; EndeavourOS (main), Windows 11 Pro, and Windows 11 LTSC (gaming, external 512 GB SSD)&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h3 id="customization-gnome-endeavouros"&gt;customization (gnome, endeavouros)&lt;/h3&gt;&#10;&lt;h3 id="browser"&gt;browser&lt;/h3&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Firefox&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h3 id="terminal"&gt;terminal&lt;/h3&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;GNOME Console&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h3 id="shell"&gt;shell&lt;/h3&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;bash (forever)&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h3 id="font"&gt;font&lt;/h3&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Noto Sans&lt;/li&gt;&#10;&lt;li&gt;JetBrains Mono&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h3 id="theme"&gt;theme&lt;/h3&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Adwaita-dark + Qogir icons&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;currently running linux 69% of the time.&lt;/p&gt;</description></item><item><title>hello world!</title><link>https://debarkak.xyz/blog/hello-world/</link><pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate><guid>https://debarkak.xyz/blog/hello-world/</guid><description>&lt;p&gt;hello there! welcome to my website!&lt;/p&gt;&#10;&lt;p&gt;if you&amp;rsquo;re new here,&lt;/p&gt;&#10;&lt;p&gt;i&amp;rsquo;m Debarka Kundu. i&amp;rsquo;m 16 years old and currently in class 9 (CBSE) at SVAEE.&lt;/p&gt;&#10;&lt;p&gt;i spend way too much time messing with linux, self-hosting, photography, travelling, random projects, learning new things, music, and building stuff that probably didn&amp;rsquo;t need to exist in the first place.&lt;/p&gt;&#10;&lt;p&gt;this website is basically where i dump everything i do. projects, blogs, random writeups, photos, opinions, experiments, and whatever else i find interesting enough to write about.&lt;/p&gt;</description></item></channel></rss>