Posts

Coding a project in C, C++ and Python and Comparing them

Image
  I completed the same project in three different programming languages: Python, C++, and C. Why? Because I was curious to explore the differences between them—their advantages, disadvantages, and unique features. At first glance, we can briefly summarize what each language offers and even mention its drawbacks. For example, we know that Python offers simplicity and ease of use. You don’t have to manage memory yourself, and since it’s an interpreted language, you also get some level of metaprogramming and reflection capabilities. Additionally, many things have already been implemented for you, so you get a lot of help. The problem with Python is its performance—it is known to be a very slow programming language, at least compared to C or C++. But my question is: does Python’s convenience pay off despite its poor performance? Or at the very least, can we have some metrics to understand just how much slower it is compared to other languages? With C++, on the other hand, the first...

La desintoxicación de las redes sociales

Image
  ¿Quién no quiere salir adelante? Progresar y desarrollarse como persona, plantear objetivos que deseamos cumplir, tener buenas amistades, lograr reconocimiento. Todos queremos lo mejor para nosotros mismos. Sin embargo, el problema radica en cómo lograrlo. Aquí no vengo a ofrecer una solución para el éxito individual, pero sí a detallar y desarrollar una posible complicación o problemática al alcanzarlo. La idea que quiero plantear aquí no es de mi autoría y lleva bastante tiempo desarrollándose: la influencia negativa que nos causan las redes sociales. En este artículo quiero analizar la influencia de las “Redes” en los ámbitos emocional, productivo, sexual y social. Primero vamos a definir de antemano lo que podemos denominar “éxito”, ya que es un término muy subjetivo, al igual que lo son las “Redes” y sus objetivos. ¿Qué es el éxito? Personalmente, podemos clasificar el éxito en tres categorías diferentes, y dependerá del individuo cuál satisface más o si es una combinac...

Microsoft vs Latex comparasion

If you’ve ever had to write a text document, whether for academic or professional reasons, you’ve probably heard of Microsoft Word. It has been and still is the preferred tool for such tasks. However, it’s not the only tool available on the market. Another tool that can be used for the same tasks is LaTeX, and that’s what we’ll be talking about in this video. What is Microsoft Word First, Microsoft Word is a word processor developed by Microsoft, which is part of the Microsoft Office suite of productivity applications. It was initially released in 1983 for the DOS operating system, thus marking the beginning of a tool that would revolutionize the way text is created and edited on personal computers. The initial goals of Microsoft Word were to provide users with a more intuitive and efficient way to create text documents compared to the word processors available at that time. With a user-friendly interface and advanced features such as the ability to format text, insert images and gr...