2018年3月29日のブックマーク (5件)

  • 【Unity】Rigidbody2Dの新しい設定「Dynamic」「Kinematic」「Static」と「Simulated」の使い分け - テラシュールブログ

    Unity 5.5からRigidbody2Dの表示が新しくなり、新しいパラメータも追加されました。その内容が凄く分かりにくいので、確認がてらメモします。 「Dynamic」「Kinematic」「Static」 KinematicとUse Full Kinematic Contacts Staticは動かさない、動けない Simulatedは物理演算と当たり判定をOFFにする オブジェクトプール時に良いカモ 関連 「Dynamic」「Kinematic」「Static」 Body Typeに新しくDynamicやKinemac、Staticが追加されました。 用途は大体こんな感じみたいです。 Dynamic 物理演算で移動するオブジェクト Kinematic スクリプトで動かすオブジェクト Static 原則移動しない、稀に再配置もしくはOn・OFFするオブジェクト Rigidbody2d

    【Unity】Rigidbody2Dの新しい設定「Dynamic」「Kinematic」「Static」と「Simulated」の使い分け - テラシュールブログ
    igtm
    igtm 2018/03/29
  • Using SSH keys inside docker container

    I have an app that executes various fun stuff with Git (like running git clone & git push) and I'm trying to docker-ize it. I'm running into an issue though where I need to be able to add an SSH key to the container for the container 'user' to use. I tried copying it into /root/.ssh/, changing $HOME, creating a git ssh wrapper, and still no luck. Here is the Dockerfile for reference: #DOCKER-VERSI

    Using SSH keys inside docker container
    igtm
    igtm 2018/03/29
    “--build-arg ssh_prv_key="$(cat ~/.ssh/id_rsa)"”
  • sync.ErrGroupで複数のgoroutineを制御する

    Golangの並行処理は強力である一方で同期処理を慎重に実装する必要がある.“Go 言語における並行処理の構築部材”にまとめられているようにGolangは様々な方法でそれを実装することができる.実現したいタスクに合わせてこれらを適切に選択する必要がある. この同期処理の機構として新たにgolang.org/x/sync/errgroupというパッケージが登場した.実際に自分のツールで使ってみて便利だったので簡単に紹介する. 使いどころ 時間のかかる1つのタスクを複数のサブタスクとして並行実行しそれらが全て終了するのを待ち合わせる処理(Latch)を書きたい場合にerrgroupは使える.その中でも「1つでもサブタスクでエラーが発生した場合に他のサブタスクを全てを終了しエラーを返したい」(複数のサブタスクが全て正常に終了して初めて1つの処理として完結する)場合が主な使いどころである. 実例

    igtm
    igtm 2018/03/29
  • SCOUTER開発者ブログ

    2024-09-10 テクノロジア魔法学校の体験談と評判 「テクノロジア魔法学校」というプログラミング教材をご存知ですか? ホームページの広告などで一度は目にしたことがある人も多いのではないかと思いますが、ディズニーが提供する子供向けのプログラミング教材です。 今回は、この「テクノロジア魔法学校」の体験版を実際に体験してみての感想や、「テクノロジア魔法学校」がどのようなものか、その評判などを見ていきたいと思います。 テクノロジア魔法学校とは 料金 エント […] 2024-09-10 レンタルサーバー「クイッカ」の評判と使い勝手 レンタルサーバーとして有名なサーバーの一つに、「クイッカ」があります。 名前は聞いたことのある人も多いのではないかと思いますが、今回はこの「クイッカ」について、料金やスペック、評判などを見ていきたいと思います。 レンタルサーバー「クイッカ」の基情報 レンタルサー

    SCOUTER開発者ブログ
    igtm
    igtm 2018/03/29
  • 🚀 Nuxt 2 is coming! Oh yeah!

    Just 25 days after 1.4.0 release, Nuxt 2 is almost ready. Over 330 commits, 320 changed files, 8,200 additions, and 7,000 deletions not counting other nuxt repositories! OK, it seems LOTS of changes but don’t worry, we tried our best to have only a little amount of breaking changes and focus on stability, performance and better development experience. We just made a summary of the changes. 🏎 Webp

    🚀 Nuxt 2 is coming! Oh yeah!
    igtm
    igtm 2018/03/29