タグ

2019年9月29日のブックマーク (2件)

  • オフィス移転・開設に伴う社内インフラ関連作業をまとめてみた|吉田航

    元同僚から「オフィスを増床(=移転or新設)する場合、社内インフラってどうすればいいの?」と質問を受けることが多いので、一連の流れをまとめてみました。 私自身もはじめて担当した時は右も左も分からずに苦労したので、未経験で困っている方の助けになれば幸いです。 ■前提・「物件の選定・契約が完了した時点」を起点とし、情シスの実務的な観点 で書いています(登記や各種届け出など総務的な内容には触れません) ・物件の選び方、コスト、オフィスデザインなどについてはそれだけで 大きなトピックかつ情シス専門外の内容になるので今回は触れません ・数千人規模のオフィスや自社ビルではなく、数十名~数百名規模の 賃貸オフィスをターゲットにした内容となっています ■知っておいた方が良い専門用語初めてオフィス増床関連の打ち合わせに参加した時は、 「B工事…?OA床…?欄間…?EPS…?」 と専門用語の嵐でちんぷんかんぷ

    オフィス移転・開設に伴う社内インフラ関連作業をまとめてみた|吉田航
    sonots
    sonots 2019/09/29
    全然わからん
  • Profiling Native Python Extensions

    One of the cool new features in py-spy is the ability to profile native Python extensions written in languages like C, C++ or Cython. Almost all other Python profilers[1] only show program activity that is in pure Python code, and native code will instead show up as spending time in the line of Python that calls the native function. Using native profiling tools like perf can get you a sense of wha

    Profiling Native Python Extensions
    sonots
    sonots 2019/09/29
    ほー、これは良さそう