tag:crieit.net,2005:https://crieit.net/boards/potato-farm/feed 「じゃがいも畑(個人メモ)」の投稿 - Crieit Crieitで「じゃがいも畑(個人メモ)」ボードに投稿された最近の投稿 2022-10-10T12:18:45+09:00 https://crieit.net/boards/potato-farm/feed tag:crieit.net,2005:PublicArticle/vagrant-update 2022-10-10T12:18:45+09:00 2022-10-10T12:18:45+09:00 https://crieit.net/boards/potato-farm/vagrant-update vagrant updateメモと余談 <h2>vagrant update</h2> <ul> <li>ある朝思い立ってupdateしました</li> <li>エラーメモ</li> </ul> <h2>vagrant 自体の update</h2> <ul> <li>入ってたバーションは <code>Vagrant 2.2.X</code></li> <li><a target="_blank" rel="nofollow noopener" href="https://www.vagrantup.com/downloads">https://www.vagrantup.com/downloads</a> からインストーラを取得</li> <li>インストーラ実行。<code>C:\</code> に新たなディレクトリを作ろうと指定してくるが、元からある<code>E:\Vagrant</code> を指定</li> <li>PC再起動</li> </ul> <pre><code>$ vagrant -v Vagrant 2.3.1 </code></pre> <h2>以下余談</h2> <ul> <li>結論:add centos7 しようとしてたがすでに入ってた</li> </ul> <pre><code>$ vagrant box list centos/7 (virtualbox, 2004.01) </code></pre> <h2>...</h2> <h3>add centos7しようとする</h3> <p>-- update後、addしようとした</p> <pre><code>$ vagrant box add centos7 </code></pre> <p>-- 下記のようなエラー</p> <pre><code>Vagrant failed to initialize at a very early stage: The plugins failed to initialize correctly. This may be due to manual modifications made within the Vagrant home directory. Vagrant can attempt to automatically correct this issue by running: vagrant plugin repair If Vagrant was recently updated, this error may be due to incompatible versions of dependencies. To fix this problem please remove and re-install all plugins. Vagrant can attempt to do this automatically by running: vagrant plugin expunge --reinstall Or you may want to try updating the installed plugins to their latest versions: vagrant plugin update Error message given during initialization: Unable to resolve dependency: user requested 'vagrant-hostsupdater (= 1.2.4)' </code></pre> <ul> <li><code>$ vagrant plugin expunge --reinstall</code> する</li> <li>参照:<a target="_blank" rel="nofollow noopener" href="https://qiita.com/sola-msr/items/b36b647a12511098daac">https://qiita.com/sola-msr/items/b36b647a12511098daac</a></li> </ul> <pre><code>$ vagrant plugin expunge --reinstall This command permanently deletes all currently installed user plugins. It should only be used when a repair command is unable to properly fix the system. Continue? [N]: n Vagrant expunge has been declined. Skipping removal of plugins. Vagrant will now attempt to reinstall user plugins that were removed. Installing the 'vagrant-hostsupdater' plugin. This can take a few minutes... Installed the plugin 'vagrant-hostsupdater (1.2.4)'! Installing the 'vagrant-vbguest' plugin. This can take a few minutes... Installed the plugin 'vagrant-vbguest (0.30.0)'! </code></pre> <ul> <li>エラー。</li> <li>vcredist_x86.exe:Microsoft Visual C++ 2010 再頒布可能パッケージ (x86) が足りない?</li> <li>参照:<a target="_blank" rel="nofollow noopener" href="https://qiita.com/tbuchi888/items/2e8bb142c1f858430514">https://qiita.com/tbuchi888/items/2e8bb142c1f858430514</a></li> </ul> <pre><code>==> box: Box file was not detected as metadata. Adding it directly... A name is required when adding a box file directly. Please pass the `--name` parameter to `vagrant box add`. See `vagrant box add -h` for more help. </code></pre> <ul> <li>ここでVagrant Cloudを見に行って前に入れてなかったっけ?となってbox listを確認した。</li> <li>もう入ってたのでこの話はおわり。</li> </ul> t tag:crieit.net,2005:PublicArticle/eaefaed637416831398d09fcb2ae3953 2022-09-22T22:19:15+09:00 2022-09-22T22:19:58+09:00 https://crieit.net/boards/potato-farm/eaefaed637416831398d09fcb2ae3953 前回までのあらすじ VSCodeはあるけどIDEはいってないよ  → 調べ中分かるひとには... <h1>前回までのあらすじ</h1> <blockquote> <p>VSCodeはあるけどIDEはいってないよ<br />  → 調べ中</p> </blockquote> <p>分かるひとには分かる大ボケすぎる</p> <p># VSCodeとVisual Studioは別の物だよ</p> <blockquote> <p>Visual Studio Codeというと、その名称からVisual Studioを連想される方もいるでしょう。Visual Studioは同じくMicrosoft社の提供する統合開発環境(IDE)です。(中略)<br /> VSCodeは、Visual Studioからエディタ部分を切り取りスピンアウトしたバージョンと位置付けることができますが、名前が似ているだけで中身はまったくの別物です。</p> </blockquote> <p> 引用:<a target="_blank" rel="nofollow noopener" href="https://codezine.jp/article/detail/16467">開発の定番「VSCode」とは? インストールから使い方までを解説</a></p> <h1>いれました</h1> <p>いれました<br /> 一体何年開発者名乗っているんですか?<br /> でもはるか昔にVisual Studioで開発してた様な気もしました。</p> <p><a href="https://crieit.now.sh/upload_images/45ffb5b52b62df0ea2a668b1fe520d4e632c60522e5bb.png" target="_blank" rel="nofollow noopener"><img src="https://crieit.now.sh/upload_images/45ffb5b52b62df0ea2a668b1fe520d4e632c60522e5bb.png?mw=700" alt="visual studio" /></a></p> t tag:crieit.net,2005:PublicArticle/9ba07bf3de4d94f2e4ea039a45d34cd5 2022-09-22T18:58:50+09:00 2022-09-22T18:58:50+09:00 https://crieit.net/boards/potato-farm/9ba07bf3de4d94f2e4ea039a45d34cd5 お気持ち頭で考えてるだけだと、ずっと同じところを行ったり来たりして進まないよね~ということでこ... <h1>お気持ち</h1> <ul> <li>頭で考えてるだけだと、ずっと同じところを行ったり来たりして進まないよね~ということでこの場をお借りするものです。</li> <li>まじめに毎日業務外でコードを書いたりする人間ではない上にやる気にめちゃくちゃムラがあるので三日坊主になる気がする。</li> </ul> <h1>作りたいもの</h1> <ul> <li>配信用 字幕表示+字幕読み上げツール</li> <li>わたくし本人はしゃべりたくないけど、下記みたいな感じでゲームを日記的にプレイ配信はしたい、かもしれんという個人内需要により出たもの</li> </ul> <p><a href="https://crieit.now.sh/upload_images/032ada19580b1adc38c50427a45aefd3632c2fbc0b965.jpg" target="_blank" rel="nofollow noopener"><img src="https://crieit.now.sh/upload_images/032ada19580b1adc38c50427a45aefd3632c2fbc0b965.jpg?mw=700" alt="配信画面のサンプル画像" /></a></p> <h1>とりあえず考えたり調べたりしたもの</h1> <ul> <li><a target="_blank" rel="nofollow noopener" href="https://cloud.voicetext.jp/webapi">VoiceText WebAPI </a> がつかえそう</li> <li>OBSに表示してる時計みたいにwebからテキストフォーム送信→OBSに字幕表示+ボイスしゃべらせ ができたらいいな~<br />  → OBSの時計はどういう仕組みで表示してるのかを確認したい <ul> <li>白背景であればUWPアプリ?を作って字幕表示のみ+読み上げでもいいのかもしれない<br />  → <a target="_blank" rel="nofollow noopener" href="https://learn.microsoft.com/ja-jp/training/modules/write-your-first-windows10-app/1-writing-uwp-app">UWPアプリ作成演習</a></li> <li>VSCodeはあるけどIDEはいってないよ<br />  → 調べ中</li> </ul></li> </ul> t