<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Adenosine</title><link>http://adenosine.vwh.sh/posts/</link><description>Recent content in Posts on Adenosine</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 05 Jul 2025 00:00:00 +0000</lastBuildDate><atom:link href="http://adenosine.vwh.sh/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Awesome Piracy</title><link>http://adenosine.vwh.sh/posts/awesome-piracy/</link><pubDate>Sat, 05 Jul 2025 00:00:00 +0000</pubDate><guid>http://adenosine.vwh.sh/posts/awesome-piracy/</guid><description>&lt;h2 id="indexes">Indexes&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://rentry.co/megathread">r/piracy megathread&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://fmhy.net/">free media heck yeah&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="video-games">Video games&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://nswtl.info/">NSW torrent library&lt;/a>: Torrent library for PC and
most game consoles&lt;/li>
&lt;li>&lt;a href="https://fitgirl-repacks.site/">fitgirl repacks&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://dodi-repacks.site/">dodi repacks&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://ankergames.net/">Anker Games&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="software">Software&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://w16.monkrus.ws/">monkrus&lt;/a> (RUSSIAN)&lt;/li>
&lt;li>&lt;a href="https://getintopc.com">getintopc&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="movies--tv-shows">Movies / TV Shows&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://yts.mx">YTS&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="tools">Tools&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://webtorrent.io/">WebTorrent&lt;/a>: Stream torrents in your browser!&lt;/li>
&lt;li>&lt;a href="https://github.com/pystardust/ani-cli">ani-cli&lt;/a>: All of your anime, in the CLI!&lt;/li>
&lt;li>&lt;a href="https://github.com/yt-dlp/yt-dlp">yt-dlp&lt;/a>: A feature-rich command-line
audio/video downloader for YouTube and many other websites&lt;/li>
&lt;/ul></description></item><item><title>Assembly Hello World</title><link>http://adenosine.vwh.sh/posts/asm-helloworld/</link><pubDate>Sat, 31 May 2025 00:00:00 +0000</pubDate><guid>http://adenosine.vwh.sh/posts/asm-helloworld/</guid><description>&lt;p>In this post, I will be going through how you would write a simple hello
world program in &lt;a href="https://flatassembler.net/">FASM&lt;/a> for Linux.&lt;/p>
&lt;p>Note: This post (and the entire blog) is licensed under &lt;a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPLv3 License&lt;/a>
and is hosted on &lt;a href="https://github.com/doomed-neko/doomed-neko.github.io">GitHub&lt;/a>&lt;/p>
&lt;h2 id="set-up">Set up&lt;/h2>
&lt;p>First of all, download and install &lt;a href="https://flatassembler.net/">Flat Assembler&lt;/a>.
On arch, you can install it using pacman as follows:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">sudo pacman -S fasm
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Next you will need to create a directory for this project containing our &lt;code>main.s&lt;/code>
file, you can use &lt;code>mkdir&lt;/code> and &lt;code>touch&lt;/code> for that.&lt;/p></description></item></channel></rss>