C++ ときどき ごはん、わりとてぃーぶれいく☆

USAGI.NETWORKのなかのひとのブログ。主にC++。

2020-02-01から1ヶ月間の記事一覧

OpenSCAD でアニメーションを作成 -> 連番PNG -> ffmpeg で apng/mp4(h.264) にする方法のメモ

1. OpenSCAD でアニメーションを作る https://github.com/usagi/usagi.scad/blob/master/example/utility/color/HSL.scad use <../../../utility/color/HSL.scad> $fn = 6; for ( L = [ 0 : 1 / 6: 1 ] ) for ( S = [ 0 : 1 / 5: 1 ] ) for ( H = [ 0 : 30 :…

Azure DevOps ちほーの git サーバーへ git@ssh しようとしたら Unable to negotiate で diffie-hellman-group1-sha1,diffie-hellman-group14-sha1 を提案されたら思い出すメモ

状況 git clone git@ssh.dev.azure.com:v3/my_team/my_project/my_repos Cloning into 'my_repos'... Unable to negotiate with 40.81.25.218 port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1,diffie-hellman-gro…

WSL 環境で git commit したら gpg が failed してしまった時に思い出すメモ

状況 git with GPG on zsh on Arch Linux on WSL: > git commit -m "neko nyan ko" error: gpg failed to sign the data fatal: failed to write commit object git が gpg で死んでいる。 gpg で死んでいるので gpg --list-keys をとりあえず確認するが、鍵…

Azure DevOps の SSH public key に ecdsa-sha2-nistp521 な鍵を追加しようとしたら invalid key される問題(未解決問題)

Azure DevOps に ECDSA-521 な公開鍵を登録しようとしたらイヤイヤされた つらい。 Visual Studio Developer Community にも「なんでや…」な感じのスレッドがありました: Support non-RSA keys for SSH authentication - Developer Community 「なんでや…」…

事前情報で確認する OLYMPUS OM-D E-M1 Mark Ⅲ vs. Ⅱ 購入可否を検討するための資料メモ

OM-D E-M1 Mark Ⅲ が今月末に発売予定で公式やキタムラほか購入予約も始まりました。既存の、特に OM-D E-M1 Mark Ⅱ からの更新を検討したいユーザー向けに diff 的な表示があると嬉しいです。公式にはないので検討のため作りました ちなみに、新規に Ⅲ を検…

AMD Ryzen Master vs. Microsoft Windows 10 WSL2 ( Hyper-V; Virtualization-Based Security(VBS) )

※この問題は本質的には未解決です。 もんだい Ryzen Master は WSL2 を使用可能な Windows 10 環境で起動しません Ryzen Master can only run with Virtualization Based Security (VBS) disabled in the Windows operating system. Please disable VBS and …

CPUとMBの間にゴミが詰まっていてもPCは動く事がある。但し今回はメモリーの不調の原因でした。のメモ

Threadripper のメモリー回りがシビア過ぎるせいだと思って半ば諦めていたメモリー認識の問題が解決したメモです。 状況 PCの電源をONすると、ランダム発生っぽい感じでメモリーが1枚認識されなかったり(†1)、本来のメモリー性能を発揮できない認識になった…