<?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: §dei§</title>
    <description>The latest articles on DEV Community by §dei§ (@dei8bit).</description>
    <link>https://dev.to/dei8bit</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1175261%2Fe08f5d90-845e-40a6-9e95-d7acbd99bbe9.png</url>
      <title>DEV Community: §dei§</title>
      <link>https://dev.to/dei8bit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dei8bit"/>
    <language>en</language>
    <item>
      <title>i just broke my entire flow for maybe weeks</title>
      <dc:creator>§dei§</dc:creator>
      <pubDate>Tue, 05 May 2026 21:17:58 +0000</pubDate>
      <link>https://dev.to/dei8bit/i-just-broke-my-entire-flow-for-maybe-weeks-1lkd</link>
      <guid>https://dev.to/dei8bit/i-just-broke-my-entire-flow-for-maybe-weeks-1lkd</guid>
      <description>&lt;p&gt;It turns out I forgot the command to go back in Yazi and accidentally pressed one that unleashed this beast.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# { on = "&amp;lt;C-p&amp;gt;", run = "shell --confirm 'if [ -n \"$fx\" ]; then for dir in $fx; do cd \"$dir\" &amp;amp;&amp;amp; find . -mindepth 2 -type f -exec mv -n -t . {} + &amp;amp;&amp;amp; find . -type d -empty -delete &amp;amp;&amp;amp; cd - &amp;gt;/dev/null; done; else find . -mindepth 2 -type f -exec mv -n -t . {} + &amp;amp;&amp;amp; find . -type d -empty -delete; fi'", desc = "Aplanar carpetas hijas" }&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Yisus...&lt;/p&gt;

&lt;p&gt;now i have &lt;br&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.amazonaws.com%2Fuploads%2Farticles%2F9vzlgfqvp83oydvnr6hg.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.amazonaws.com%2Fuploads%2Farticles%2F9vzlgfqvp83oydvnr6hg.png" alt=" " width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;59403 Files to restore :D&lt;/p&gt;

&lt;p&gt;it's a real chaos because i was in a folder with many code projects maybe around 30 or more and each one with his node_modules folder....&lt;/p&gt;

&lt;p&gt;so... it's really a chaos.&lt;/p&gt;

&lt;p&gt;this command was an complete error without warnings and modal prevents...&lt;/p&gt;

&lt;p&gt;so it's super usefull only when you really know wtf are you doing&lt;/p&gt;

&lt;h3&gt;
  
  
  How do I plan to address this problem?
&lt;/h3&gt;

&lt;p&gt;I plan to group all files by type into folders.&lt;br&gt;
I'll try to clean up everything I detect that belongs to &lt;code&gt;node_modules&lt;/code&gt;, and then reinstall it.&lt;/p&gt;

&lt;p&gt;(I hope I haven't flattened the &lt;code&gt;.git&lt;/code&gt; folders, but i think yes)&lt;/p&gt;

&lt;p&gt;I'm going to rely almost entirely on my memory to know what should go where...&lt;/p&gt;

&lt;p&gt;And I'm going to have to completely redefine many of my directories.&lt;/p&gt;

&lt;p&gt;Because there were folders within folders within folders...., all with a semantically correct structure according to my workflow...&lt;br&gt;
They weren't just code projects.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Images&lt;/li&gt;
&lt;li&gt;Videos&lt;/li&gt;
&lt;li&gt;Writings&lt;/li&gt;
&lt;li&gt;Markdown notes.&lt;/li&gt;
&lt;li&gt;code structures (with his imports) 
long etc....&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;its a mess&lt;/p&gt;

&lt;p&gt;I'm literally flattening everything D:&lt;/p&gt;

&lt;p&gt;Imagine suddenly having no folders on your system and having ABSOLUTELY ALL your files in one folder.&lt;/p&gt;

&lt;p&gt;xD It reminds me of your aunt's or grandma's downloads folder.&lt;/p&gt;

&lt;p&gt;Like that, but worse... I mean, omg, I want to cry.&lt;/p&gt;

</description>
      <category>shell</category>
      <category>linux</category>
      <category>yazi</category>
      <category>warning</category>
    </item>
    <item>
      <title>i finally decide to learn C</title>
      <dc:creator>§dei§</dc:creator>
      <pubDate>Fri, 06 Feb 2026 08:28:45 +0000</pubDate>
      <link>https://dev.to/dei8bit/i-finally-decide-to-learn-c-37nh</link>
      <guid>https://dev.to/dei8bit/i-finally-decide-to-learn-c-37nh</guid>
      <description>&lt;p&gt;Hi! this is my first post here, i'm a guy that accidentally began to enjoy programming.&lt;/p&gt;

&lt;p&gt;while reading this post keep in mind that i NEVER learned any low level language, and until recently, I didn't even know the difference between high-level and low-level languages.&lt;/p&gt;

&lt;p&gt;what happend to me? short story long, philosophy and linux.&lt;/p&gt;

&lt;p&gt;and that's relevant because  i think there's a tendence to ignorance completely related to mac and windows, and how faang disgusting companies rule a huge part of our life... but that is a topic for other post :$&lt;/p&gt;

&lt;p&gt;My first lang was &lt;em&gt;dev-pascal&lt;/em&gt; xD. in my university teachers don't explain a shit about why pascal, what is good or bad code and why is good or bad.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;because they don't really know&lt;/li&gt;
&lt;li&gt;because they don't want to teach how to code like a god.&lt;/li&gt;
&lt;li&gt;because they don't want to learn how to code like a god.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;and thanks for universe &lt;em&gt;i hate that.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;But not always was like that....&lt;/p&gt;

&lt;p&gt;Now I am completely ignorant, but... I want to know and learn, and that is pure gold, that's all I know.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;For me code is an &lt;strong&gt;complete&lt;/strong&gt; and &lt;strong&gt;beautifull&lt;/strong&gt; &lt;strong&gt;art&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;yes, many 'seniors' know about how to write code for a specific problem, or from other point of view, how to NOT write code for a specific problem because... (senior explanations bla bla)&lt;/p&gt;

&lt;p&gt;And that is perfecly fine. so where is the problem? &lt;/p&gt;

&lt;p&gt;well... &lt;/p&gt;

&lt;p&gt;The most interesting things in the world is innovation.&lt;br&gt;
because is new, contreversial, and may can do things better or not...&lt;/p&gt;

&lt;p&gt;but whatever be, better or worst , humans learn from good and bad things.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;That is the main cause of AI stagnation.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Science and any profession die when it began to appears &lt;code&gt;x&lt;/code&gt; recipie for get whatever &lt;code&gt;y&lt;/code&gt; result.&lt;/p&gt;

&lt;p&gt;I'm a complete enemy for standars and conventions, i don't give a shit about how standards manage projects and code, because i want to crash with the problems and face them. And that is a stupid way of think yup, and i recongnize and assume this stupid way or think because i want to do things different :) ; Reinvent the wheel until do a &lt;a href="https://en.wikipedia.org/wiki/Rhombicosidodecahedron" rel="noopener noreferrer"&gt;Rhombicosidodecahedron&lt;/a&gt; if is neccesary :p.&lt;/p&gt;

&lt;p&gt;So what is the point and wtf have this realtion with learning &lt;strong&gt;C&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Well...&lt;/p&gt;

&lt;p&gt;i was strugling about what language learn if i want to make a language :D&lt;/p&gt;

&lt;p&gt;And idk really. there's a lot of opinions...&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;learn RUST, IS SAFETY BRO!!! &lt;/p&gt;

&lt;p&gt;LEARN ZIG MY HOMMIE IS POWERFULL LIKE SUN. THE Z IS CUZ LAST LANG IN THE PLANET EARTH YA KNOW&lt;/p&gt;

&lt;p&gt;LEARN  C++ IS THE LANG FOR MAKE GAMES LOOK UNREAL LOOOK IT NOW!!!&lt;/p&gt;

&lt;p&gt;LEARN C# IS MORE EASY THAN C++&lt;/p&gt;

&lt;p&gt;LEARN JAVASCRIPT DON'T WORRY ABOUT OLD, MELTED AND ROUGH LANGUAGES...&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Okay!!! nobody said those things to me of course, &lt;br&gt;
maybe sure in another dimension, but not here i hope.&lt;/p&gt;



&lt;p&gt;Anyway.&lt;/p&gt;

&lt;p&gt;I'm making this post because I want to feel ashamed when I look back and realize that embarking on this odyssey was a very sad decision.&lt;/p&gt;

&lt;p&gt;Or I want to be proud of myself because, for some reason, I chose the right path.&lt;/p&gt;

&lt;p&gt;i feel like...&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;C    -&amp;gt; modern mother of inventions, history live.
Rust -&amp;gt; Wise and solid magician, expert in forging mental models
zig  -&amp;gt; pro guy pentakiller, radical electric, explosive but powerful
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And i will learn these in that exactly order.&lt;br&gt;
because i don't know what nuts is  &lt;code&gt;heap&lt;/code&gt; and &lt;code&gt;stack&lt;/code&gt; , and of course less i know about borrow checker and that, you know (?&lt;/p&gt;

&lt;p&gt;and zig is unestable and docs are outdated , so in the meantime i hope zig reach version 1.0.0  (orgasm)&lt;/p&gt;

&lt;p&gt;I don't know why, but that is what my heart suggest my brain to write, so...&lt;/p&gt;

&lt;p&gt;i hope you hate or fall in love with this post. (not middle points accepted)&lt;/p&gt;

&lt;p&gt;i will write in a couple of weeks or maybe years... if i don't die. &lt;br&gt;
And prepare your hands, because my goal is build a nasty programming language. yes with hand punches not with fingers...&lt;/p&gt;

</description>
      <category>c</category>
      <category>lang</category>
      <category>to</category>
      <category>improve</category>
    </item>
  </channel>
</rss>
