📚 Articles

Sometimes I write articles on various topics.

Better Than Bitcoin? The Solution to Bitcoin's problems.
View all articles

Blog

Why I've started learning C

Feb 21, 2022



Written by Mason (Scarbyte)

For a while now, I've wanted to expand upon my programming skills. I wanted to learn a compiled, low level language. I've never been a big fan of languages like Python or Java, which are pretty slow and require you to install an interpeter (or the JVM for Java) to run programs written in these languages. I feel like these languages are like training wheels that I've never taken off. Modern software is starting to become pretty bloated and slow, and these high level lanuages that attempt to simplify programming aren't helping. In languages like Java, you're at the mercy of the garbage collector and JVM. For things like game development (which is what I want to get into), it's very important to have the power to manually manage memory and optimize your game so that it can run on a large range of hardware. I do understand that a lot of jobs use these languages, but I still feel like learning a lower level language will help broaden my understanding of programming.

After looking into a few low level languages like Rust and C++, I've decided to just start with good ol' C. Even though C is quite old, I still feel like it's relevant. C's syntax serves as the basis of a lot of modern programming languages and I'll also be able to quickly start learning C++ afterwards, if I feel the need to. I would also like to know the exact differences between C and C++ rather than just "C++ is just C but with objects". Anyways, learning C will hopefully teach me:


- how to approach problems without thinking about objects as the solution
- memory management and optimizing programs
- good programming practices
- a better understanding about how programs work and how they interact with the hardware


Hopefully I'll soon start experimenting with writing programs in C. I'll post some programs that I deem worthy if I write any, if not you'll probably end up seeing a blog post titled "Why I've stopped learning C" instead.

Website Now Works on Mobile

Jan 11, 2022



Written by Mason (Scarbyte)

The website now displays correctly on mobile. It should look like the screenshot below:

mobile screenshot image

If it doesn't look like the above screenshot, try opening the page in a private/incognito window to refresh the cache.

New Year, New Site Redesign

Jan 10, 2022



Written by Mason (Scarbyte)

To Start off the new year I decided to redesign my site once again. I liked my previous design, but I felt like it was a bit dull and lacked color. The entire website also felt a bit empty and barren (mostly due to my lack of complete projects). Hopefully in the new year of 2022 I'll actually be able to show some cool content on my site. In the meantime, enjoy the pretty colors. I hope everyone that's reading this has a great 2022!

Note: The site probably won't display correctly on mobile for a little while. Also if the site looks messed up on desktop press ctrl + F5 to refresh your browser cache.