This is my blog, a collection of notes, programming projects, and life journals. Read more about me in the about page.
Welcome to AkaCoder404's Blog
Python Websocket to Serve live Pynput Data
TLDR: Learn how to implement a simple websocket server-client application that takes pynput data and sends it to a client Programing Python WebSockets Background I always wondered how hardware d...
Deploying an Node.js app to a Personal Server
TLDR: How to deploy a project onto your own personal server, from localhost to yourservername.com Deploying an Node.js app to a Personal Server In programming courses, most of programming occurs i...
RISCV Memory Management with SV39
TLDR: RISCV’s memory management model, SV32 and SV39, two page based virtual memory architectures. Understand how multilevel paging works, why it is needed, and why it is better. Background So why...
Scheduling Algorithms
Page Replacement Algorithms
What the fork?
This article focuses on calculating the total number of proccesses in a code that uses fork(). But first lets describe fork briefly. In an operating system, particularly in the context of the Unix...
How to write a RISCV Pipeline
Mnist Handwriting Dataset and Neural Networks
Travel Log #1: Xiamen City, Fujian China
Xiamen, China