coding

216 Articles 3 Followers


When will I be obsolete, if I'm not already?

4 Jun 2023 4 minute read 2 comments Great White Snark

AI is capable of writing code, but is it any good? Apparently, it is and I should be concerned about being put out of business (if not now, then soon). However, I don't know of any applications or services (online or otherwise) that offer this. Appar...

Why Should You Learn to Code?

5 May 2023 4 minute read 1 comment MintDice.com

Coding is a skill that’s become prevalent in our world today. From STEM programs to online courses, there are more ways than ever to master this skill. What are the benefits of taking time out of your typical schedule to learn to code? Why should you...

The Solo Coder's Journey: Overcoming Challenges and Staying Motivated

3 May 2023 2 minute read 1 comment Citizen0

In my blog, I often explore the fascinating world of AI and blockchain, pondering their potential and the future they might create. Today, however, I want to share my personal journey through the digital realm. My interest in software technologies wa...

N64 Debug Menus [Part 2]

30 Apr 2023 4 minute read 0 comments Lameshark

Hello World. Fasten your seatbelt because we will be exploring another debug menu. Yesterday, we explored the Ocarina of Time Debug options. We warped to Beta areas, gave ourselves 9999 rupees and explored color viewers. Today we will dust off anothe...

N64 Debug Menus

30 Apr 2023 5 minute read 0 comments Lameshark

A debug menu is located inside of a game and it allows the player to see and manipulate the games internal values in order to debug the game. Essentially, it's a backdoor for the coder to fix the game quickly during development.  Sometimes, the debu...

Banjo's Backpack [Beginners Guide].

28 Apr 2023 4 minute read 0 comments Lameshark

Banjo's Backpack [Beginners Guide]. Ever wanted to learn to 3D Romhack?  You played Super Mario 64 as a kid ... the rascal kid down the street SWORE you could unlock Luigi by backwards long jumping for 30 minutes straight. Now you want to add Luigi...

How to acquire Bitcoin using Python code

28 Apr 2023 1 minute read 3 comments Chainable.it

[ENGLISH] - język polski poniżej! In the last tutorial, we installed Python and Visual Studio Code, so it's time to put them to use. We will write a simple script that will fetch the current price of Bitcoin using the Coingecko API. How to code We'r...

Introduction to Python, installation of the environment

24 Apr 2023 2 minute read 1 comment Chainable.it

    Let's get straight to the point without any long introductions!   Environment   1. Due to the fact that many subsequent tutorials will cover the topic of Python, let's start with its installation and some environment in which we will be coding. I...

Using pnpm as the package manager in nodejs projects

20 Apr 2023 2 minute read 0 comments Bala

I have been slowly switching to pnpm as my default package manager. The main reason is that it is fast and consumes only less space. It manages the node_modules folder very well I think. I have also been working on converting my nodejs projects to a...

What the future of Artificial Intelligence is according to Chat GPT

19 Apr 2023 3 minute read 1 comment Jack216

What the future of Artificial Intelligence is according to Chat GPT In todays interesting article I'm having Chat GPT write about it's own kind. That is Chat GPT will be writing about what the future of artificial intelligence is and what are its ben...