How to be more productive

So, it seems that you have been spending time doing things, that you think are not productive.

Even if you are a teenager, middle-aged man or someone else, this article may be able to help you doing productive things.

So, here are some tips to be more productive:
1. Start a blog - You don't need to be a programmer to start a blog, you can use a website building sites and there are some free on the wild like the open-source website builder Wordpress (this is not sposnored by anybody). If you don't want to do all that, you can just get a code editor (yes, Notepad still works for this kind of stuff but it's not recommended) and learn basic programming.
2. Make a game - If you are a programmer, it is a great thing to create a game. You can use Unity, Godot, PyGame, Raylib, etc. Here are the differences: Untiy - 2D and 3D game engine for averagely advanced developers.
Godot -2D and 3D game engine for beginners PyGame - A game development library made on Python, more manual coding involved but can be better than game engines for some people Raylib - A game development library ported on many different platforms (most popular on C++) and can be compiled/interpreted to many different platforms and programming languages