SSaguninsagunwrites.hashnode.dev·Sep 1 · 6 min readWindows Jobs: Managing Groups of ProcessesWindows normally manages processes individually. But sometimes, applications or system components need to manage multiple processes as a single group. Windows provides a mechanism for this called a Jo00
G|Gyorgh | Diogenesinoverclockdigital.hashnode.dev·Aug 26 · 3 min read[DevLog #014]Reformulação de processos: quando é necessário? A arquitetura de conteúdo do projeto Noob pra Noob (NpN) estava desenhada, mas a execução encontrava-se travada em um looping infinito de organização. O00
SSaguninsagunwrites.hashnode.dev·Aug 24 · 5 min readProcess States in Operating SystemsA program sitting on storage is just a set of instructions. When that program starts executing, the operating system creates a process to represent and manage it. But a process does not continuously e00
SSaguninsagunwrites.hashnode.dev·Aug 24 · 6 min readUser-Level Threads vs Kernel-Level ThreadsThreads allow a process to perform multiple activities concurrently. But who actually manages those threads? Depending on the threading model, threads can be managed primarily by a user-level thread l00
SSaguninsagunwrites.hashnode.dev·Aug 24 · 4 min readWhat Are System Calls?Applications need the operating system to perform many tasks. For example, a program may need to create a file, allocate memory, create a process, or communicate with a device. But applications normal00
SSaguninsagunwrites.hashnode.dev·Aug 20 · 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·Aug 20 · 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·Aug 20 · 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
PHProf. Hernan Huwyler, MBA CPA CAIOinaigovernance.hashnode.dev·Jul 23 · 9 min readThe 10 Engineering Best Practices That Separate AI Systems That Ship From Models That StallMost machine learning models never reach production. Data science teams spend weeks tuning hyperparameters in Jupyter notebooks, achieve high test-set accuracy, and then watch the project stall during00
SKSreeram K Sincode-as-a-story.hashnode.dev·May 23 · 9 min readOperating SystemsStory Time Let me explain this the way it clicked for me. Imagine a busy restaurant kitchen during peak dinner time. Orders are coming in non-stop. Some are quick, some are complicated. A few customer00