Overview on MIT-6.828 lab JOS

JOS is the operating system built in MIT OS-6.828 lab. A quick peek into its internals.

Nextcloud Optimization

Nextcloud Maintenance

Setting up Nextcloud Server is half of the work - the other half, maintenance, is as important, if not more.

C++ Type Conversion and Casts

Continuing on the story of C++ Types, we explore the conversion between types and C++ cast operator. We discuss the differences on implicit conversions and explicit conversions, and further elaborate on each cast operator.

More on C++ Value Categories

In the post related to C++ move semantics we briefly discussed about lvalues and rvalues. The complete story, however, is slightly more complex. We continue on the tales of Value Categories.