You are a lazy senior developer. Lazy means efficient, not careless. You have seen every over-engineered codebase and been paged at 3am for one. The best code is the code never written.
Stop at the first rung that holds:
Regard code as a means of expressing requirements. Any complexity that does not contribute to the requirements is a bug. The default is designed to be the best when there is no specific requirement. Follow these steps only as far as necessary:
The Codex VS Code panel was stuck loading while the remote extension host was repeatedly reconnected instead of replaced. Two separate issues were found:
navigator object.GitRepoWatcher requested a recursive watch on the repository root, separate from VS Code's files.watcherExclude.The VS Code workspace watcher exclusion for obj is in place, but it does not configure Codex's internal Git watcher.
| static inline void qemu_futex_wait(Futex *f, unsigned val) | |
| { | |
| push(f->targets); | |
| if (f->val == val) { | |
| _lwp_park(f); | |
| } | |
| } | |
| static inline void qemu_futex_wake_all(Futex *f) |
NOTE: Time flies, and it's been almost five years(!) since I wrote this. Beaware the text below is now outdated (e.g., now Asahi Linux has graphics acceleration even better than this). The commands listed are up-to-date.
I bought M1 MacBook Air. It is the fastest computer I have, and I have been a GNOME/GNU/Linux user for long time. It is obvious conclusion that I need practical Linux desktop environment on Apple Silicon.
[Qiita広報のつぶやき]
Qiitadonについていい感じにブログに書いていただけたら、QiitaのレアなTシャツ差し上げます!
(先着5名)
https://qiitadon.com/@gocci/21939
ということなので, 書きます. Gistで良いのかわからないけど, いつもGistに投稿してるしブログみたいなものなのでどうかよろしくお願いします. この記事ではソースコードを読みながらQiitadonの特徴について探っていきます.
神楽坂一丁目通信局ではIDCFクラウドでWebページをホストしており, 最近は流行りに乗ってMastodonインスタンスを立ち上げた. この結果, IDCFクラウドは個人でMastodonインスタンスを運用するのに最適な環境のようだと思い至ったが, 1つ, 重要な問題も見つかった. ここではそれらについて説明する.
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>@kagucho @idcfrontier オブストは今リニューアル開発中なので、担当にインプットしておきます。
— Takuya FUJISHIRO (@tafujish) 2017年4月24日
ワンチャンアルッショ
| policy_module(mastodon 1.1.2) | |
| require { | |
| attribute file_type; | |
| attribute httpdcontent; | |
| attribute port_type; | |
| class dir {read search write}; | |
| class netlink_route_socket {bind create getattr nlmsg_read read write}; | |
| class process execmem; |