Skip to content

Commit

Permalink
push content
Browse files Browse the repository at this point in the history
  • Loading branch information
nixbytes committed Nov 21, 2023
1 parent 9b4bd85 commit 3b61b21
Show file tree
Hide file tree
Showing 15 changed files with 2,181 additions and 191 deletions.
75 changes: 33 additions & 42 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@
<div class="posts">

<article class="post on-list">
<h1 class="post-title"><a href="/posts/hellesc/">HellEsc</a></h1>
<h1 class="post-title"><a href="/posts/vimscript_c_format/">A Wizard&rsquo;s Command Line Incantations for Enchanting C Code in Vim</a></h1>
<div class="post-meta">

<time class="post-date">
2023-02-06
2023-11-20
</time>


Expand All @@ -182,21 +182,21 @@ <h1 class="post-title"><a href="/posts/hellesc/">HellEsc</a></h1>
<div class="post-content">


Life is complicated, and the tech world is full of choices. To learn better, I code in low-level languages and work my way. RabbitHoleCoding, I will call it HellEsc since I will be coming from the pit of hell of bits ;). Let&rsquo;s start with the basics, and I will need to start with hardware which will be virtual for now. Virtualization will make things portable and less worried about me breaking things.
A Wizard&rsquo;s Command Line Incantations for Enchanting C Code in Vim # A Wizard&rsquo;s Command Line Incantations for Enchanting C Code in Vim Greetings, fellow practitioners of the command line arts! Today, we delve into the mystical world of Vim, where keystrokes become spells, and code transforms at our whim. Join me as we explore a spellbinding Vim script, an incantation designed to transmute chaotic C code into a tapestry of elegance and order.


</div>

<div><a class="read-more button" href="/posts/hellesc/">Read more →</a></div>
<div><a class="read-more button" href="/posts/vimscript_c_format/">Read more →</a></div>

</article>

<article class="post on-list">
<h1 class="post-title"><a href="/posts/hello_assembly/">Hello Assembly</a></h1>
<h1 class="post-title"><a href="/posts/hellesc/">HellEsc</a></h1>
<div class="post-meta">

<time class="post-date">
2023-02-05
2023-02-06
</time>


Expand All @@ -214,130 +214,121 @@ <h1 class="post-title"><a href="/posts/hello_assembly/">Hello Assembly</a></h1>
<div class="post-content">


The symbols and incantations that make up the assembly-like code. Interestingly, this language for the CPU is closer to the machine code that a computer can understand, providing greater control over the hardware. Reading and writing are more challenging than high-level programming languages like Javascript or Python. The main is using a basic concept of hello world and memory stack. With Today&rsquo;s AI, Cloud, and other buzz words technology stack, it&rsquo;s nice to come back to the roots sometimes and see how things work on a simple level
Journey into RabbitHoleCoding: A Wizard&rsquo;s Tale in the Realm of the Command Line # In the mystical realm of technology, where choices abound like stars in the night sky, embarks a brave soul on a quest named RabbitHoleCoding, or as I prefer, HellEsc. Picture this journey as a descent into the very core of the digital netherworld, delving into the abyss of bits and bytes.
The Art of Command-Line Wizardry # Just as a wizard begins with the fundamentals of magic, so shall this journey commence with the rudimentary elements of computing.


</div>

<div><a class="read-more button" href="/posts/hello_assembly/">Read more →</a></div>
<div><a class="read-more button" href="/posts/hellesc/">Read more →</a></div>

</article>

<article class="post on-list">
<h1 class="post-title"><a href="/posts/writing_back/">Writing Back</a></h1>
<h1 class="post-title"><a href="/posts/hello_assembly/">Hello Assembly</a></h1>
<div class="post-meta">

<time class="post-date">
2023-01-18
2023-02-05
</time>





<span class="post-author">— Written by Linux-Bytes</span>



</div>


<span class="post-tags">

<a href="/tags/writing/">#writing</a>&nbsp;

<a href="/tags/projects/">#projects</a>&nbsp;

<a href="/tags/updates/">#updates</a>&nbsp;

</span>




<div class="post-content">


Writing Back # New Year to start exploring new tech and focus on a few things. AI, Machine learning, cyber security, Lower level programming languages, to name a few.Hope I will wonder what the future will bring in these trying times. The next focus or project is to write more rust programming language and a little blog or community surrounding it. The command line world and its related tools. This is a footnote for myself, and see what I can document as I don&rsquo;t have a good memory, so tech will help me in that area.
The symbols and incantations that make up the assembly-like code. Interestingly, this language for the CPU is closer to the machine code that a computer can understand, providing greater control over the hardware. Reading and writing are more challenging than high-level programming languages like Javascript or Python. The main is using a basic concept of hello world and memory stack. With Today&rsquo;s AI, Cloud, and other buzz words technology stack, it&rsquo;s nice to come back to the roots sometimes and see how things work on a simple level


</div>

<div><a class="read-more button" href="/posts/writing_back/">Read more →</a></div>
<div><a class="read-more button" href="/posts/hello_assembly/">Read more →</a></div>

</article>

<article class="post on-list">
<h1 class="post-title"><a href="/posts/cli_golang/">CLI Golang</a></h1>
<h1 class="post-title"><a href="/posts/writing_back/">Writing Back</a></h1>
<div class="post-meta">

<time class="post-date">
2022-03-18
2023-01-18
</time>





<span class="post-author">— Written by Linux-Bytes</span>



</div>


<span class="post-tags">

<a href="/tags/writing/">#writing</a>&nbsp;

<a href="/tags/projects/">#projects</a>&nbsp;

<a href="/tags/updates/">#updates</a>&nbsp;

</span>




<div class="post-content">


CLI and Golang # For some time, have wanted to dabble a little more on Golang. After working on an intro course at ACG (A Cloud Guru) and learning Golang, I got to say it is a straightforward language with some powerful features. Creating a CLI tool with Golang has been a good experience. The language has some unique character and made with some legendary programmers in our time:
Writing Back # New Year to start exploring new tech and focus on a few things. AI, Machine learning, cyber security, Lower level programming languages, to name a few.Hope I will wonder what the future will bring in these trying times. The next focus or project is to write more rust programming language and a little blog or community surrounding it. The command line world and its related tools. This is a footnote for myself, and see what I can document as I don&rsquo;t have a good memory, so tech will help me in that area.


</div>

<div><a class="read-more button" href="/posts/cli_golang/">Read more →</a></div>
<div><a class="read-more button" href="/posts/writing_back/">Read more →</a></div>

</article>

<article class="post on-list">
<h1 class="post-title"><a href="/posts/what_is_programming/">What Is programming Really?</a></h1>
<h1 class="post-title"><a href="/posts/cli_golang/">CLI Golang</a></h1>
<div class="post-meta">

<time class="post-date">
2020-11-01
2022-03-18
</time>





<span class="post-author">— Written by Linux-Bytes</span>



</div>


<span class="post-tags">

<a href="/tags/programming/">#programming</a>&nbsp;

<a href="/tags/scripting/">#scripting</a>&nbsp;

</span>




<div class="post-content">


What is Programming # This a question for anyone now in days in today&rsquo;s world, is scripting or compiling the true nature? What is programming, really? I mean their many languages. Some argue scripting is false and compiling machine code is best, but not too low or high is the battle for many developers, engineers, and coders. This paradigm is better than others etc. If you can type it and run it, it is programming as long it turns complete.
CLI and Golang # For some time, have wanted to dabble a little more on Golang. After working on an intro course at ACG (A Cloud Guru) and learning Golang, I got to say it is a straightforward language with some powerful features. Creating a CLI tool with Golang has been a good experience. The language has some unique character and made with some legendary programmers in our time:


</div>

<div><a class="read-more button" href="/posts/what_is_programming/">Read more →</a></div>
<div><a class="read-more button" href="/posts/cli_golang/">Read more →</a></div>

</article>

Expand Down
25 changes: 23 additions & 2 deletions docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,31 @@
<description>Recent content on NixBytes</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Mon, 06 Feb 2023 00:00:00 +0000</lastBuildDate>
<lastBuildDate>Mon, 20 Nov 2023 00:00:00 +0000</lastBuildDate>

<atom:link href="/index.xml" rel="self" type="application/rss+xml" />


<item>
<title>A Wizard&#39;s Command Line Incantations for Enchanting C Code in Vim</title>
<link>/posts/vimscript_c_format/</link>
<pubDate>Mon, 20 Nov 2023 00:00:00 +0000</pubDate>

<guid>/posts/vimscript_c_format/</guid>
<description>







A Wizard&amp;rsquo;s Command Line Incantations for Enchanting C Code in Vim # A Wizard&amp;rsquo;s Command Line Incantations for Enchanting C Code in Vim Greetings, fellow practitioners of the command line arts! Today, we delve into the mystical world of Vim, where keystrokes become spells, and code transforms at our whim. Join me as we explore a spellbinding Vim script, an incantation designed to transmute chaotic C code into a tapestry of elegance and order.


</description>
</item>

<item>
<title>HellEsc</title>
<link>/posts/hellesc/</link>
Expand All @@ -28,7 +48,8 @@



Life is complicated, and the tech world is full of choices. To learn better, I code in low-level languages and work my way. RabbitHoleCoding, I will call it HellEsc since I will be coming from the pit of hell of bits ;). Let&amp;rsquo;s start with the basics, and I will need to start with hardware which will be virtual for now. Virtualization will make things portable and less worried about me breaking things.
Journey into RabbitHoleCoding: A Wizard&amp;rsquo;s Tale in the Realm of the Command Line # In the mystical realm of technology, where choices abound like stars in the night sky, embarks a brave soul on a quest named RabbitHoleCoding, or as I prefer, HellEsc. Picture this journey as a descent into the very core of the digital netherworld, delving into the abyss of bits and bytes.
The Art of Command-Line Wizardry # Just as a wizard begins with the fundamentals of magic, so shall this journey commence with the rudimentary elements of computing.


</description>
Expand Down
86 changes: 42 additions & 44 deletions docs/page/2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,48 @@

<div class="posts">

<article class="post on-list">
<h1 class="post-title"><a href="/posts/what_is_programming/">What Is programming Really?</a></h1>
<div class="post-meta">

<time class="post-date">
2020-11-01
</time>





<span class="post-author">— Written by Linux-Bytes</span>



</div>


<span class="post-tags">

<a href="/tags/programming/">#programming</a>&nbsp;

<a href="/tags/scripting/">#scripting</a>&nbsp;

</span>




<div class="post-content">


What is Programming # This a question for anyone now in days in today&rsquo;s world, is scripting or compiling the true nature? What is programming, really? I mean their many languages. Some argue scripting is false and compiling machine code is best, but not too low or high is the battle for many developers, engineers, and coders. This paradigm is better than others etc. If you can type it and run it, it is programming as long it turns complete.


</div>

<div><a class="read-more button" href="/posts/what_is_programming/">Read more →</a></div>

</article>

<article class="post on-list">
<h1 class="post-title"><a href="/posts/freq_numbers/">Freq Digits</a></h1>
<div class="post-meta">
Expand Down Expand Up @@ -327,50 +369,6 @@ <h1 class="post-title"><a href="/posts/learning-c&#43;&#43;/">Learning C++</a></

</article>

<article class="post on-list">
<h1 class="post-title"><a href="/posts/aws-cloud/">Aws Cloud Tools</a></h1>
<div class="post-meta">

<time class="post-date">
2019-05-17
</time>







</div>


<span class="post-tags">

<a href="/tags/aws/">#aws</a>&nbsp;

<a href="/tags/linux/">#linux</a>&nbsp;

<a href="/tags/shell/">#shell</a>&nbsp;

<a href="/tags/command-line/">#command line</a>&nbsp;

</span>




<div class="post-content">


AWS Cloud # The AWS Command Line Interface (CLI) is a powerful and convenient tool that allows you to manage and control your AWS services with ease. By using a unified interface, you no longer need to switch between multiple tools or dashboards to manage your cloud infrastructure. Instead, you can control all your AWS services from the command line, which provides a streamlined and efficient approach to managing your cloud environment.


</div>

<div><a class="read-more button" href="/posts/aws-cloud/">Read more →</a></div>

</article>

<div class="pagination">
<div class="pagination__buttons">

Expand Down
Loading

0 comments on commit 3b61b21

Please sign in to comment.