<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Darryl Dias</title>
    <description>The latest articles on DEV Community by Darryl Dias (@darryldias).</description>
    <link>https://dev.to/darryldias</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F21760%2Fc46af505-84ba-4fe4-aa2e-600a6bd882b3.jpeg</url>
      <title>DEV Community: Darryl Dias</title>
      <link>https://dev.to/darryldias</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/darryldias"/>
    <language>en</language>
    <item>
      <title>Basic Neovim config</title>
      <dc:creator>Darryl Dias</dc:creator>
      <pubDate>Mon, 20 Apr 2026 08:49:00 +0000</pubDate>
      <link>https://dev.to/darryldias/basic-neovim-config-l2i</link>
      <guid>https://dev.to/darryldias/basic-neovim-config-l2i</guid>
      <description>&lt;p&gt;I’ve put together a &lt;strong&gt;basic Neovim configuration&lt;/strong&gt; that relies entirely on Neovim’s native features. This setup avoids third‑party plugins, making it lightweight, fast, and easy to understand — perfect if you’re just starting out or want a minimal environment. Link to the &lt;a href="https://github.com/DarrylDias/basic-nvim" rel="noopener noreferrer"&gt;GitHub repository&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can find the configuration on my GitHub repository. To get started, simply clone it to your local machine.&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation Instructions
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Open your terminal.&lt;/li&gt;
&lt;li&gt;Navigate to your Neovim configuration directory: &lt;code&gt;cd ~/.config&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Clone the repository:
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone git@github.com:DarrylDias/basic-nvim.git nvim
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;Launch Neovim
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;nvim
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;Enjoy your clean, plugin‑free Neovim setup.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why This Config?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Lightweight:&lt;/strong&gt; No external dependencies.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Educational:&lt;/strong&gt; Helps you learn Neovim’s built‑in features.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stable:&lt;/strong&gt; Fewer moving parts means fewer breakages.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>neovim</category>
    </item>
    <item>
      <title>Install Turso Limbo on Linux</title>
      <dc:creator>Darryl Dias</dc:creator>
      <pubDate>Wed, 18 Dec 2024 14:41:00 +0000</pubDate>
      <link>https://dev.to/darryldias/install-turso-limbo-on-linux-1bd3</link>
      <guid>https://dev.to/darryldias/install-turso-limbo-on-linux-1bd3</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fcnxkhfzo5cnbklojvvz3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fcnxkhfzo5cnbklojvvz3.png" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Limbo?
&lt;/h2&gt;

&lt;p&gt;According to the &lt;a href="https://github.com/tursodatabase/limbo" rel="noopener noreferrer"&gt;Limbo GitHub project&lt;/a&gt;, "Limbo is a work-in-progress, in-process OLTP database management system" developed by &lt;a href="https://turso.tech" rel="noopener noreferrer"&gt;Turso&lt;/a&gt;, compatible with SQLite. You can think of this another version of SQLite written in Rust. You can read more about Limbo &lt;a href="https://turso.tech/blog/introducing-limbo-a-complete-rewrite-of-sqlite-in-rust" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Installing Limbo.
&lt;/h2&gt;

&lt;p&gt;To install Limbo all you need to do is run the curl command below.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;--proto&lt;/span&gt; &lt;span class="s1"&gt;'=https'&lt;/span&gt; &lt;span class="nt"&gt;--tlsv1&lt;/span&gt;.2 &lt;span class="nt"&gt;-LsSf&lt;/span&gt; &lt;span class="se"&gt;\&lt;/span&gt;
  https://github.com/penberg/limbo/releases/latest/download/limbo-installer.sh | sh
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;If the above command is successful, you can run limbo in the Terminal to access SQL shell.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;limbo
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To create a database simple run&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;limbo &amp;lt;database-name&amp;gt;.db
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Exampe&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;limbo dingo.db
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Here is an example of SQL commands that you can run in the SQL shell.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight sql"&gt;&lt;code&gt;&lt;span class="n"&gt;limbo&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="k"&gt;CREATE&lt;/span&gt; &lt;span class="k"&gt;TABLE&lt;/span&gt; &lt;span class="n"&gt;users&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;id&lt;/span&gt; &lt;span class="nb"&gt;INT&lt;/span&gt; &lt;span class="k"&gt;PRIMARY&lt;/span&gt; &lt;span class="k"&gt;KEY&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;username&lt;/span&gt; &lt;span class="nb"&gt;TEXT&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="n"&gt;limbo&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="k"&gt;INSERT&lt;/span&gt; &lt;span class="k"&gt;INTO&lt;/span&gt; &lt;span class="n"&gt;users&lt;/span&gt; &lt;span class="k"&gt;VALUES&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;'alice'&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="n"&gt;limbo&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="k"&gt;INSERT&lt;/span&gt; &lt;span class="k"&gt;INTO&lt;/span&gt; &lt;span class="n"&gt;users&lt;/span&gt; &lt;span class="k"&gt;VALUES&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;2&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;'bob'&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="n"&gt;limbo&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="k"&gt;SELECT&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt; &lt;span class="k"&gt;FROM&lt;/span&gt; &lt;span class="n"&gt;users&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That's it folks!&lt;/p&gt;

</description>
      <category>tutorials</category>
      <category>linux</category>
      <category>database</category>
      <category>sqlite</category>
    </item>
    <item>
      <title>Remove unused Flatpak Runtimes from Linux</title>
      <dc:creator>Darryl Dias</dc:creator>
      <pubDate>Sun, 11 Apr 2021 18:06:06 +0000</pubDate>
      <link>https://dev.to/darryldias/remove-unused-flatpak-runtimes-from-linux-llg</link>
      <guid>https://dev.to/darryldias/remove-unused-flatpak-runtimes-from-linux-llg</guid>
      <description>&lt;p&gt;Flatpak does not remove dependencies such as runtime components after a certain program is removed, this means if the program has been uninstalled the runtime libraries do not uninstall with it.&lt;/p&gt;

&lt;p&gt;This can over time cause massive disk space usage if you heavily rely on it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://darryldias.me/2021/remove-unused-flatpak-runtimes-from-linux/" rel="noopener noreferrer"&gt;Continue Reading&lt;/a&gt;&lt;/p&gt;

</description>
      <category>linux</category>
      <category>flatpak</category>
    </item>
  </channel>
</rss>
