Skip to main content

Posts

I created a website??

In a world where people want immediate results, we procrastinate a lot. And anything that feels time-consuming to do, loses our interest before anything else. I am a guy with multiple interests in life. But one thing I decided after combining all of them, was becoming a Game Developer in the future. Then why or even how I ended up creating a damn website? And why even does it feel so addicting to invest time in? From a long time ago, on every website I visited, there was a credit section ( a footer ) where people would cite their contacts or important info like copyright warnings. My important info was a motto "The first action to promote further action" which was a reference to the philosophies common in: - The “Do Something” Principle (Mark Manson) - Habit Stacking (James Clear, Atomic Habits) - The 5-Second Rule (Mel Robbins) - The Two-Minute Rule (David Allen, Getting Things Done) where, instead of waiting for a motivation to strike you first, you create the environment f...
Recent posts

What is Logic?

 I want to talk about the topic of logic in discrete mathematics and programming in general. Take these words as vaguely and loosely as possible. What is logic? I think that whenever the answers to these questions are present... "What is happening?" "Why is it happening?" and "How is it happening?" then we can say that logic is established. Logic is the core of computer programming. The bit logic that tells a computer what to choose (1) and what to ignore (0) marks the beginning of any journey in advanced computer subjects. "Logic in discrete mathematics is the study of valid reasoning and inference, focusing on the principles that govern the truth of statements. It includes concepts such as propositional logic, predicates, and the rules of inference, which are essential for mathematical proofs and computer science applications." (GeeksforGeeks, Wikipedia) to me, logic is like postulates when forming an idea. "Logical Axioms" seem more ...