<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>C on mazylol</title><link>/tags/c/</link><description>Recent content in C on mazylol</description><generator>Hugo</generator><language>en-us</language><copyright>© 2026 Landon Porter</copyright><lastBuildDate>Mon, 30 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="/tags/c/index.xml" rel="self" type="application/rss+xml"/><item><title>How To Learn To Code</title><link>/posts/how-to-learn-to-code/</link><pubDate>Mon, 30 Dec 2024 00:00:00 +0000</pubDate><guid>/posts/how-to-learn-to-code/</guid><description>&lt;p&gt;So, you want to code. Congratulations. You are getting into a rabbit hole that you probably won&amp;rsquo;t ever be able to leave. There is no coming back from this.&lt;/p&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Curiosity&lt;/li&gt;
&lt;li&gt;Time&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="accessibility"&gt;Accessibility&lt;/h3&gt;
&lt;p&gt;If you do not have a powerful computer, luck is on your side. There are online services that will let you run a text editor, namely Visual Studio Code, a very popular development environment free of charge in your browser. One of the best is a site called Gitpod. They have a generous free plan.&lt;/p&gt;</description></item><item><title>C, A Return To Monkey</title><link>/posts/c-a-return-to-monkey/</link><pubDate>Mon, 25 Dec 2023 00:00:00 +0000</pubDate><guid>/posts/c-a-return-to-monkey/</guid><description>&lt;p&gt;After a few years of avoiding C like the plague I have discovered a love for it. While I would be better served using a language like Go in most cases, C is just a lot more fun to me personally. Live, laugh, unsafe.&lt;/p&gt;
&lt;h1 id="background"&gt;Background&lt;/h1&gt;
&lt;p&gt;When I started programming a few years ago I began the journey with Python. After realizing that I hated it I decided to switch to C. Initially, I was having a great time making discord bots with the &lt;a href="https://github.com/cee-studio/orca"&gt;Orca&lt;/a&gt;, now &lt;a href="https://github.com/Cogamasters/concord"&gt;Concord&lt;/a&gt;, library. I was absolutely flying but eventually, I got skill issued. I just could not wrap my head around pointers and memory management. I ended up moving onto Java, Go, Rust, and Rust.&lt;/p&gt;</description></item><item><title>OOP Is Not Great</title><link>/posts/oop-is-not-great/</link><pubDate>Tue, 20 Aug 2024 00:00:00 +0000</pubDate><guid>/posts/oop-is-not-great/</guid><description>&lt;p&gt;After 5 years of programming I have come to the conclusion that usually OOP is not great. This may sound shocking considering that 2 out of 5 posts on this blog are me raving about C# and Java but I have been reformed.&lt;/p&gt;
&lt;h2 id="background"&gt;Background&lt;/h2&gt;
&lt;p&gt;For around a year I was infatuated with C# and Java. Initially I got introduced to Java through making discord bots with JDA. It was great. Up until that point I was used to making bots with Python or C. Java was and still is pretty nice for bot development and I really enjoyed my time with it. Then later on I discovered C# and enjoyed it even more. The syntax was great, it was fast, had a whole bunch of IDE support, and had a whole bunch of stuff going for it. I especially liked it when interfacing with MongoDB with their library. My only real gripe with it was the .NET ecosystem. Being an enjoyer of linux the Windows-centric parts of C# really bothered me and I eventually just sulked back to Java.&lt;/p&gt;</description></item><item><title>Why Python and I are going though a divorce</title><link>/posts/why-python-and-i-are-going-through-a-divorce/</link><pubDate>Wed, 05 Oct 2022 00:00:00 +0000</pubDate><guid>/posts/why-python-and-i-are-going-through-a-divorce/</guid><description>&lt;p&gt;I, like many other programmers, wrote my first Hello world in Python. For a good while I was having a blast. Python is what brought me into this world and I have to give it some commendation for that. However, over time, I have drifted away from Python. Here&amp;rsquo;s why.&lt;/p&gt;
&lt;h2 id="simplicity"&gt;Simplicity&lt;/h2&gt;
&lt;p&gt;Syntactically, Python is very simple. This is a great thing for new programmers&amp;hellip;or is it? While being easy to understand is important Python&amp;rsquo;s strangeness makes understanding other languages a bit more difficult. It is almost like Python gives you training wheels, but never let&amp;rsquo;s you take a leap of faith and gain the full power of riding two wheeled. For example Python&amp;rsquo;s Dynamic Typing got me accustomed to making variables with little to no thought. Then when I tried languages like Rust and C I was very confused by the idea of static typing.&lt;/p&gt;</description></item></channel></rss>