Skip to content

Commit

Permalink
rebuilding site Tue Dec 5 21:30:54 EST 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
nixbytes committed Dec 6, 2023
1 parent 54d56c0 commit c6cda87
Show file tree
Hide file tree
Showing 15 changed files with 759 additions and 178 deletions.
65 changes: 33 additions & 32 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,39 @@

<div class="posts">

<article class="post on-list">
<h1 class="post-title"><a href="/posts/leaving_linux_for_bsd/">Leaving linux for BSD</a></h1>
<div class="post-meta">

<time class="post-date">
2023-12-03
</time>







</div>





<div class="post-content">


Embracing BSD: A Journey Through Linux Distros to FreeBSD # Introduction # In the world of operating systems, finding the right fit is akin to a personal quest. My journey through various Linux distributions led me to FreeBSD, a choice that aligns perfectly with my needs. Let me take you through my experiences with different Linux distros and why ultimately, BSD made the most sense for me.
Starting with Slackware: Laying the Foundation # Slackware was my initiation into the world of Linux.


</div>

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

</article>

<article class="post on-list">
<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">
Expand Down Expand Up @@ -300,38 +333,6 @@ <h1 class="post-title"><a href="/posts/writing_back/">Writing Back</a></h1>

</article>

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

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







</div>





<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:


</div>

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

</article>

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

Expand Down
23 changes: 22 additions & 1 deletion docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,32 @@
<description>Recent content on NixBytes</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Mon, 20 Nov 2023 00:00:00 +0000</lastBuildDate>
<lastBuildDate>Sun, 03 Dec 2023 18:36:03 -0500</lastBuildDate>

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


<item>
<title>Leaving linux for BSD</title>
<link>/posts/leaving_linux_for_bsd/</link>
<pubDate>Sun, 03 Dec 2023 18:36:03 -0500</pubDate>

<guid>/posts/leaving_linux_for_bsd/</guid>
<description>







Embracing BSD: A Journey Through Linux Distros to FreeBSD # Introduction # In the world of operating systems, finding the right fit is akin to a personal quest. My journey through various Linux distributions led me to FreeBSD, a choice that aligns perfectly with my needs. Let me take you through my experiences with different Linux distros and why ultimately, BSD made the most sense for me.
Starting with Slackware: Laying the Foundation # Slackware was my initiation into the world of Linux.


</description>
</item>

<item>
<title>A Wizard&#39;s Command Line Incantations for Enchanting C Code in Vim</title>
<link>/posts/vimscript_c_format/</link>
Expand Down
83 changes: 32 additions & 51 deletions docs/page/2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,38 @@

<div class="posts">

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

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







</div>





<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:


</div>

<div><a class="read-more button" href="/posts/cli_golang/">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>
<div class="post-meta">
Expand Down Expand Up @@ -318,57 +350,6 @@ <h1 class="post-title"><a href="/posts/ssacli/">ssacli on Linux</a></h1>

</article>

<article class="post on-list">
<h1 class="post-title"><a href="/posts/learning-c&#43;&#43;/">Learning C++</a></h1>
<div class="post-meta">

<time class="post-date">
2019-06-10
</time>





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



</div>


<span class="post-tags">

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

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

<a href="/tags/low-level/">#low level</a>&nbsp;

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

<a href="/tags/c&#43;&#43;/">#C&#43;&#43;</a>&nbsp;

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

</span>




<div class="post-content">


After dabblingly in a few programming languages like javascript, bash, and python, I finally biting the bullet and trying out C++, as low-level features and high-level abstraction, I figure this would boost my coding skills and get me closer into more development. So far, the language is not as scary as many make it be. Let touch on a few things on why C++ is good to learn.
First The Community # The language itself has many followers, and many business use C++ for varies of reason.


</div>

<div><a class="read-more button" href="/posts/learning-c&#43;&#43;/">Read more →</a></div>

</article>

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

Expand Down
Loading

0 comments on commit c6cda87

Please sign in to comment.