Java vs C#: Similar Syntax, Vastly Different Outcomes
| | |

Java vs C#: Similar Syntax, Vastly Different Outcomes

Java and C# are two languages that are often compared with each other. Java, a language originally release by Sun Microsystems in 1996, which continues to be maintained by Oracle to this date, and C#, a language created by Microsoft as an alternative to Java for Windows app and Server development, are often compared as…

Best Spigot Plugins for Minecraft Servers
| | | |

Best Spigot Plugins for Minecraft Servers

We have done two articles about the best Spigot plugins before, this is the third article related to this. Here are the previous articles: Some Plugins that Every Minecraft Server Needs, Best Game-Changing Minecraft Plugins. These will be the best Minecraft Spigot plugins. In this article, we will be generalizing between some of the best…

How To Optimize Minecraft for M1 (Java Edition)
| | | | | | |

How To Optimize Minecraft for M1 (Java Edition)

I recently purchased the MacBook Pro with Apple Silicon. However, most apps still are not yet optimized. One of the main apps I care about performing well is Minecraft. However, I have finally figured how to optimize Minecraft for M1 with the MultiMC launcher’s help. IMPORTANT NOTE: This tutorial is for 1.16.5 and below. For…

How To Mount a Directory to Another Location – Linux/BSD
| |

How To Mount a Directory to Another Location – Linux/BSD

So most people in the know have probably heard of symlinks. They are the way to make one point in a filesystem refer to another. However, symlinks are sometimes glitchy and don’t work within a chroot. That’s why you can mount a directory on Linux and BSD. I figured out how to do this yesterday…

How to Install and Configure ZSH for Syntax Highlighting
| | |

How to Install and Configure ZSH for Syntax Highlighting

So yesterday, I discovered ZSH. It’s pretty incredible. It’s a shell, like bash or sh, but it includes tons of features like syntax highlighting error correction, and tons more. In this tutorial, I will show you how to install zsh and configure it on BSD, Linux, and Mac, so it’s as cool as I made…