Velocidad de Escape

Are computer generated random numbers really random?

This morning I couldn't sleep, so I remembered something interesting, computer generated random numbers are not really random numbers, or not strictly speaking. But first, let's talk about **Deterministic Systems** versus **Stochastic Systems**. > In mathematics, computer science and physics, a deterministic system is a system in which no randomness is involved in the development of future states of the system. A deterministic model will thus always produce the same output from a given starting condition or initial state. So how does this affect or why do I say that computer generated...

CS

Object-Oriented Programming in Javascript

The first and very important question, is JavaScript really an object-oriented programming (OOP) language? In my personal opinion, I will say: NO at all; JavaScript, emulates object classes via constructor functions. But first, what is Object-Oriented Programming? A programming **paradigm** centered around **objects** rathen than functions. Mosh is one of the best tutors I have ever met, and I don't want to copy a ton of text, and I personally don't want to explain and transcribe a lot of content that can be better understood through a video. <iframe width="560" height="315"...

JavaScript

My first blog post

A long time has passed since the last time I blogged. <a class="hover:no-underline text-blue underline" href="https://geektheplanet.net/" target="_blank" rel="noreferrer">Geek the Planet</a> was my blog for over 10 years. I remember that I started writing about technology because I have been passionate about it since I was a child. I was always a very curious young man and from a very young age I started studying about HTML, CSS, Python, JavaScript, Linux, Hacking, etc. But each new learning brought its new challenges, a super slow connection speed, sometimes little documentation (there was...

Personal