Jan 24 · 4 min read · This week has been busy and a touch stressful. I’ve been working on a couple of things that felt like high priority and context switching quite a bit, which is something I have accepted I will never get good at. It was a good week for learning things...
Join discussion
Jan 14 · 6 min read · Starting an Event Management business was never easy—especially for someone like me who comes from a small town like Varanasi, Uttar Pradesh. Today, Varanasi enjoys global recognition for political and spiritual reasons, but in my formative years, it...
Join discussionNov 16, 2025 · 3 min read · This was the feature that started it all. Before Vidi, I was a heavy user of other Mac video players. I’m a developer, which means I spend most of my day with a code editor on one side of the screen and a video playing in Picture-in-Picture (PiP) on ...
Join discussion
Sep 7, 2025 · 3 min read · When working with asynchronous programming in .NET, we often need to run multiple tasks in parallel and process their results. Until recently, the main tools at our disposal were: Task.WhenAll – waits for all tasks to complete before continuing. Ta...
Join discussion
Jul 30, 2025 · 10 min read · When you use your computer—whether for browsing, gaming, coding, or anything else—everything ultimately comes down to calculations and instructions being carried out. The part that does all the actual calculations and follows every single instruction...
Join discussion
Jul 12, 2025 · 1 min read · Juggling multiple projects as a solopreneur or digital strategist can feel like spinning plates—one wrong move and everything crashes. I used to rely on sticky notes, scattered docs, and my memory (not recommended). The result? Missed deadlines, cont...
Join discussion
Jul 6, 2025 · 2 min read · 멀티태스크 협조적/비협조적 멀티태스크 선점: 프로세스와의 협조 없이 수행하는 컨택스트 스위칭이라고는 하나, 결국 뺏어오는 게 가능하냐의 문제다. 협조적 멀티태스크(비선점형, cooperative): 각각의 프로세스가 자발적으로 컨택스트 스위칭을 수행하는 멀티태스크 방식. 장점: 멀티태스크 매커니즘을 구현하기 쉽다. 단점: 프로세스가 자발적으로 컨텍스트 스위칭을 해야하는데, 만약 버그가 발생하여 프로세스가 무한 루프에 빠지거나 정지하게 되면 그 ...
Join discussionApr 11, 2025 · 2 min read · We live in a world that glorifies busyness. We're constantly bombarded with messages telling us to do more, be more, and achieve more. But what if I told you that the key to getting more done isn't doing everything at once, but doing one thing reall...
Join discussionMar 15, 2025 · 3 min read · In our previous discussion, we compared the Process Lifecycle to the journey of a dish in a restaurant. Now, let’s dive deeper into a crucial concept that ensures efficient multitasking in an operating system—Context Switching. Imagine a restaurant w...
Join discussion