SSaguninsagunwrites.hashnode.dev·1d ago · 4 min readWhat Is a Real-Time Operating System (RTOS)?Imagine a system that doesn't just need to perform a task correctly—it needs to perform that task within a specific time requirement. In an ordinary computer, a small delay may not be a serious proble00
SSaguninsagunwrites.hashnode.dev·1d ago · 4 min readTypes of Operating SystemsOperating systems are not all designed for the same purpose. A desktop computer, a spacecraft, a smartphone, and a large server system can have very different requirements. Because of this, operating 00
SSaguninsagunwrites.hashnode.dev·1d ago · 5 min readWhat Is a Multitasking Operating System?Modern computers allow you to perform several activities at the same time. You can listen to music while browsing the web, downloading a file, and writing a document. But a single CPU core can only ex00
SSaguninsagunwrites.hashnode.dev·1d ago · 4 min readWhat Is a Multiprogramming Operating System?A computer's CPU is extremely fast, but programs often spend time waiting for slower operations such as reading from storage or waiting for input. During that waiting time, the CPU could remain idle. 00
SSaguninsagunwrites.hashnode.dev·1d ago · 4 min readWhat Is a Batch Operating System?Imagine having a large number of tasks that need to be processed, but users don't need to interact with the computer while each task is running. Instead of handling each task individually, the operati00
SSaguninsagunwrites.hashnode.dev·1d ago · 5 min readFunctions of an Operating SystemAn operating system does much more than provide a graphical interface. Behind the scenes, it performs many important tasks that allow applications and hardware to work together efficiently. The major 00
SSaguninsagunwrites.hashnode.dev·1d ago · 4 min readWhat Is an Operating System?An Operating System (OS) is system software that manages a computer's hardware and software resources and provides an environment for applications to run. When you turn on a computer, many components 00
LAletx appinletx.hashnode.dev·3d ago · 3 min readBuilding an Automated Academic Workflow: TikZ Caching, Microtypography & Fast LaTeXWhen shipping a machine learning paper under deadline, your compilation pipeline shouldn't feel like a black box. Most developers and AI researchers treat LaTeX like a legacy markup tool, copying prea00
NANethmi Amashaincuriousdeveloperbyamasha.hashnode.dev·4d ago · 11 min readAI Doesn’t Need to Be Evil to Become DangerousArtificial intelligence is becoming increasingly capable. We often talk about AI as a tool that follows instructions, solves problems, writes code, and analyzes information. But what happens when an A00
VRVinit Rokadeinjs-under-the-hood.hashnode.dev·4d ago · 5 min readWhat is HTTP ??Learning the anotomy of HTTP Hypertext transfer protocol (HTTP) is foundation of world wide web used load webpages using hypertext links. HTTP is transferring the data over the internet between the ne00