The cursed way to use a neovim-IDE on the CLOUD
It was a stupid proof-of-concept attempt but it fucking works and I kinda like it.
Read more ...__ _____ _ _ _____ _____ _ ______ __ || / ____| | | | __ \|_ _| |/ /___ \ || || | (___ | |__| | |__) | | | | ' / __) | || __||__ \___ \| __ | _ / | | | < |__ < __||__ --..-- ____) | | | | | \ \ _| |_| . \ ___) | --..-- || |_____/|_| |_|_| \_\_____|_|\_\____/ || ----------------------------------------------------- What I can create, on the other hand, I don't f**king understand either.
It was a stupid proof-of-concept attempt but it fucking works and I kinda like it.
Read more ...Rust module structure in a nutshell.
Read more ...I have (and will have more) many notes on this blog on Vim, the post serves as all-in-one reference page.
Read more ...My personal cheatsheets for vim-IDE keybindings
Read more ...Takeaways from the book “Advanced C Programming” by Berry, John Thomas.
While it’s titled “advanced”, it is rather basic. Here is some quick notes on stuff that I’m not familar with/ don’t use often.
Read more ...Concepts: Wait-free and Lock-free
An object impl. is wait-free if every thread completes a method in a finite number of steps:
An object impl. if lock-free if in an infinite execution infinitely often some method call finishes(in a finite number of steps)
Read more ...How is color space defined and what exactly is “color” from a machine’s point of view.
Read more ...tl;dr:
给自己的静态博客增加一个访问统计,效果如下:
https://shrik3.com/misc/report.html
前言:此为从零开始造轮子搭建操作系统的笔记,框架来自学校课程,编程语言主要为C++和汇编,涉及大量底层硬件相关。 本篇为CGA显示驱动和基础总线读写
Read more ...