Sep 30, 2025 · 21 min read · Machines are known for doing one thing, like just one thing. For example, the washing machine specializes in washing clothes and drying (most modern ones include this), the blender blends stuff, etc., but we do not expect a blender to have the capaci...
Join discussion
Jul 23, 2025 · 2 min read · During her studies, she learned six programming languages: Assembler, Fortran, Focal, Pascal, C, Basic. Her diploma was devoted to analyzing program texts in 10 different programming languages. She analyzed lines of code and explained how the lines ...
Join discussion
Mar 5, 2025 · 9 min read · .noise _click, Time is an abstract thing with a million analogies. From Einstein’s theory of relativity to radio syncronization, from 9th level D&D spells to the doomsday clock, time is something universal and at the same time highly individual. Whil...
Join discussion
Jan 28, 2025 · 12 min read · .noise hello_friend I’ve decided to come back to writing after some disturbing times. My life has been turned upside down, and not for the first time. But that’s okay, life won’t give out lemons for free.. Enough of that, you came here for a reason. ...
Join discussion
Sep 14, 2024 · 15 min read · Introduction Why? This project has really shown me how a computer works at a binary level. It turned a computer from a magical box to an electrical circuit that you can study and learn how it works. I was researching stuff for this project and I came...
Join discussion
Jan 17, 2024 · 10 min read · .noise hello_friend, I hope y'all doing well now that 2023 is finally over for good. In this article I want to introduce you to some of the basics of the x86 architecture. This will serve as a reference for me too, so maybe this article will keep gro...
Join discussion
Sep 21, 2023 · 4 min read · C Program Execution Process Preprocessing: The C preprocessor performs tasks like macro expansion, file inclusion, and conditional compilation. It processes the #define, #include and #if directives and generates preprocessed source code. Compilati...
Join discussion
Jun 8, 2023 · 6 min read · Introduction C language which is often regarded as a low-level language is a compiled language. Most programming languages fall under compiled and interpreted, the C programming language falls under the compiled group. When they say a language is com...
Join discussion
Jul 28, 2022 · 5 min read · Computer Organisation / Architecture courses usually require writing Assembly code for Linux. What I'll address here is how to easily run Linux Assembly on macOS machines. TL;DR There are a few ways to do it, the easiest and most pleasant way is to u...
Join discussion