Writing a file system from scratch in Rust · carlosgaldino
A file system is responsible for organising and providing an abstraction over the storage devices where the data is physically stored. In this post, we will learn more about the concepts used by file systems, and how they fit together when writing your own.
Extending WebAssembly to the Cloud with .NET - .NET Blog
We're closely following the progress of WebAssembly, including WebAssembly System Interface (WASI). There's a new experimental workload in .NET 8 for WASI that extends the capabilities of Wasm towards the Cloud.
Lattepandaで動くHackintoshってあるんだ
As handheld computing has solidified alongside everything else into the mobile phone, it’s sad that the once promising idea of a general purpose machine in the palm of the hand has taken a tu…
Windows 11 Home/ProをMicrosoftアカウントではなくローカルアカウントで設定する裏技:Tech TIPS - @IT
Windows 11 Home/Proでは、サインインアカウントとしてMicrosoftアカウントがデフォルトとなっている。しかし、ローカルアカウントでサインインするように設定したいこともあるだろう。実は、初期設定ウィザードでちょっとした操作を行うことで、ローカルアカウントが設定できる。その方法を解説しよう。
(I did a Twitter thread on this a while back, against my better judgment, and now moving to a proper blog.) The hanging-punctuation property in CSS is almost a no-brainer. The classic example is a …