Linux's New DRM Panic "Blue Screen of Death" In Action
After being talked about for years of DRM panic handling and coming with a "Blue Screen of Death" solution for DRM/KMS drivers, Linux 6.10 is introducing a new DRM panic handler infrastructure for being able to display a message when a panic occurs. This is especially important for those building a kernel without VT/FBCON support where otherwise viewing the kernel panic message is…
https://www.phoronix.com/news/Linux-DRM-Panic-BSoD-Picture
Goを題材にした本は結構読んでても、実稼働しているシステムを其の場凌ぎで保守しかしてないからな
多分Effective Goあたりを読みこむのが先かもしれん
- Understanding Package Visibility in Go
https://www.digitalocean.com/community/tutorials/understanding-package-visibility-in-go
どこかでレイルズしているprojectでSolargraphを漸く脱し、ShopifyのLSPに変えた。VCSに入っているデフォルト構成を追従してない
とりあえずignore生成
```
❯ cat ~/.local/bin/gitb
#!/bin/bash -eu
curl -sL https://www.gitignore.io/api/$1
```