文法項目:なくはない
一ノ瀬:好きじゃない。でも、好きじゃなくもない。
Implementing resource management within software has been a problem faced by developers for decades. Conventions such Resource Allocation is Initialization (RAII) and language features such as Rust’s ownership concept are attempts at addressing the resource management problem. Deciding between returning a byte[] or Stream object from a C# method requires thoughtful consideration. There is a […]
In an effort to develop and maintain skills, I read the following books in the last three months: Gookin, Dan. Programmer’s Guide to nCurses Klabnik, Steve and Carol Nichols. The Rust Programming Language van Rossum, Guido. The Python Tutorial
Pi Configuration Procedures (on Raspberry Pi Zero W): Modify /boot/config.txt, append the following as a separate line:dtoverlay=dwc2 Modify /boot/config.txt, comment out any lines containing otg_mode. Modify /boot/cmdline.txt, add the following immediately after rootwait, surrounded by spaces:modules-load=dwc2,g_ether Create an empty file called /boot/ssh. Driver Installation Procedures (on Microsoft Windows 11): Disable driver signature verification. Download linux.inf […]