202407

xml escape in python

2024-07-13 TOEIC

  • part7 15問くらい塗り絵
  • リスニング先読みはそこそこだが,全会話脳内通過が5題くらい.(5*3=15)
  • part5,6.結構落としてる感ある.
    • 単純な語彙不足が多い
    • debt
    • eather, neither
    • aquire
    • adequate, inadequate
    • ease
    • accomplish
    • anticipate
  • readingについては順番通り解いても後ろから解いてもそう変わらないということがわかったので,変なことはせずに順番に解けばよい
  • listening
    • 3名以上のセンテンスでこぼれがち.
    • テクニックとしては問題文先読みバッファを身につける必要がある.バッファが足りてない.
  • reading
    • 語彙と文法を確実にしておきたい.立ち止まらずに溶けるように.
    • 長文はいかに時間をかけないかという部分が課題
  • 時計を忘れないこと

in-house terraform-provider

How to get terraform to recognize third party provider
Third-party plugins can be manually installed into the user plugins directory, located at %APPDATA%\terraform.d\plugins on Windows and ~/.terraform.d/plugins on other systems. Plugins come with executables that have to be placed in the plugin directory.
// In /paht/to/<NAMESPACE>/ on macOS example
mkdir -p ~/.terraform.d/plugins/<NAMESPACE>
ln -s <TYPE> ~/.terraform.d/plugins/<NAMESPACE>/<TYPE>
terraform init

ミスコンパイルを修正 - YouTube

  • 基本的にはdebuggingというものは理不尽なものを相手にしているので

デカルト座標系以外の座標系にはどのようなものがありますか? - Quora

  • 直交座標系(デカルト座標系,カルテシアン座標系, Rectangular Coordinates)
  • 極座標系
  • 円筒座標系
  • 球座標系
  • 双曲座標系

iterm2でcurrent lineがhighlightする

  • "View > Show Cursor Guide" menu item, or with + + ;