Skip to content
  • AI
  • Github

Scratch that

Bite sized bits

  • AI
  • Github
  • ⤫

Posts Published by admindeep

Intelligence and Stupidity

“The Basic Laws of Human Stupidity” is a set of laws or principles that are sometimes attributed to economist and sociologist Carlo M. Cipolla. Cipolla’s laws are not a formal scientific theory, but rather a humorous set of observations about human behavior. The laws are as follows: Always and inevitably everyone underestimates the number of

Posted by Posted on
0

Veil of ignorance

The veil of ignorance is a concept in moral and political philosophy that refers to the idea of making decisions about the allocation of goods or resources without knowing one’s own position in society. The idea is that when making decisions about how to distribute resources or allocate benefits and burdens, decision-makers should be ignorant

Posted by Posted on
0

Fusion Process

Fusion is a process in which atomic nuclei combine to form a heavier nucleus, releasing a large amount of energy as a result. This process is the same process that powers the sun and other stars and has the potential to be a virtually limitless and clean source of energy. The basic principle behind fusion

Posted by Posted on
0

Wearable planet

A wearable planet is a planet that is thought to be capable of supporting life as we know it. Wearable planets are often referred to as “habitable” or “Goldilocks” planets, because they are considered to be within the “habitable zone” around their star, where the temperature is not too hot and not too cold, allowing

Posted by Posted on
0

Fermi’s paradox

Fermi’s paradox is a contradiction between the high probability of the existence of extraterrestrial civilizations and the lack of evidence or observations of such civilizations. It is named after physicist Enrico Fermi, who reportedly posed the question, “Where is everybody?” in 1950 while discussing the possibility of extraterrestrial life with colleagues. The paradox is based

Posted by Posted on
0

Creating and Training a Neural Network

Neural networks are a powerful tool for machine learning and can be used to solve a wide range of problems. In this article, we will take a look at the process of creating and training a neural network. The first step in creating a neural network is to define the structure of the network. This

Posted by Posted on
0

Neural Networks

Neural networks are a type of machine learning algorithm modeled after the structure and function of the human brain. They are used to recognize patterns, classify data, and make predictions based on input data. Neural networks consist of layers of interconnected “neurons,” which process and transmit information. Each neuron receives input from other neurons, combines

Posted by Posted on
0

Right Join – SQL

A RIGHT JOIN (also called a RIGHT OUTER JOIN) is similar to a LEFT JOIN, but it returns all rows from the right table and any matching rows from the left table. If there is no match, NULL values are returned for the left table’s columns. Here is the syntax for a RIGHT JOIN in

Posted by Posted on
0

Left join – SQL

In SQL, a LEFT JOIN (also called a LEFT OUTER JOIN) is a way to combine data from two or more tables based on a related column between them. It returns all rows from the left table, and any matching rows from the right table. If there is no match, NULL values are returned for

Posted by Posted on
0

Quick Sort Vs. Merge Sort

Both quick sort and merge sort are efficient sorting algorithms with an average time complexity of O(n log n). However, there are a few differences between the two algorithms that may make one more suitable for a particular situation than the other. One key difference between quick sort and merge sort is the way they

Posted by Posted on
0

Posts pagination

Page 1 Page 2 Page 3 Page 4 … Page 8
  • Algorithms
  • Front-end
  • Javascript
  • Philosophy
  • Project Management
  • Psychology
  • Science
  • Technology
  • Uncategorized
Copyright © 2025 - Scratch that // By - Deepak Anandrao