MMikotoinmikotostudio.com·Dec 20, 2024 · 3 min readMeta Human Charactor AnimationHow many people are required for one Pixar movie to produce? Pixar has about 600 creative people working on a movie for three to four years1. The average number of people involved in making a movie is 5882. The credits of Pixar’s movies usually li...00
MMikotoinmikotostudio.com·Dec 20, 2024 · 1 min read3d制作のプロジェクトマネジメントクリティカルな現場経験 私は2018〜2022年の4年間、大手クラウドプロバイダー2社の西日本のデータセンター拠点の拡大とサービス開通のプロジェクトに携わってきた。インフラオペレーションのプロジェクトの立ち上がりは、需要増加や新しいサービスに必要なリソースの準備というビジネスケースにを起点に始まり、サーバーの通電まで長い期間を複数の関係者を巻き込みながら進んでいく。2社ともに共通するのは、24時間365日止めることのできないサービスを提供しないといけないことだ。1社は、多額の資金を投入することで...00
MMikotoinmikotostudio.com·Nov 3, 2023 · 1 min readLinux Command (1)Ubuntu 22.04 ctrl + L クリア ctrl + alt + T ターミナルを開く man man.1 セクション1が表示される [ -a **|** -h ] [ -asdf ] オプション **<**something**>** 必ず値を記述 CommandName **...** 引数(arg)が2つ以上入れられる echo $PATH コマンドの入ったディレクトリを表示 history コマンド履歴 !1 1番のコマンドラインを再実行 !! ...00
MMikotoinmikotostudio.com·Jul 4, 2022 · 1 min readFront-end Website Build TutorialsIn this series, it will go through steps for beginners to build your portfolio website development for both front-end and back-end. Also, my GitHub project shows organized roadmap demonstrated that you are ready for team-working. Prerequisites Build...00
MMikotoinmikotostudio.com·Apr 13, 2022 · 2 min readモダン JavaScript まとめ概要 しまぶーさんのIT大学を基にまとめました 歴史と変遷 重要な3つの概念 変数宣言 モジュールのImport/Export パッケージ管理 バージョン管理 歴史と変遷 JavaScriptは、昔シェアを占めていたブラウザーのNetScapeの社員が開発したブラウザでの表示・振る舞いを拡張させるための言語です。 Javaとは別の言語ですが、当時のJava人気をあやかってJavaScriptと名付けられたそうです。(これが混同される元に…) その後、Internet Explorerがリ...00