senooken JP Social
  • FAQ
  • Login
senooken JP Socialはsenookenの専用分散SNSです。
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by 7of9(0x70f9=28921) (7of9@qiitadon.com), page 2

  1. 7of9(0x70f9=28921) (7of9@qiitadon.com)'s status on Monday, 22-Oct-2018 18:20:14 JST 7of9(0x70f9=28921) 7of9(0x70f9=28921)
    in reply to
    • ぽんず

    @anzu_muemue

    C++の継承を使った実装で、継承を使ったがためにベースクラスが神クラス化した
    程度です。

    自分は継承を安易に使わないようにしています(勉強不足というのもあります)。

    In conversation Monday, 22-Oct-2018 18:20:14 JST from qiitadon.com permalink
  2. ぽんず (anzumuemue@qiitadon.com)'s status on Monday, 22-Oct-2018 17:44:38 JST ぽんず ぽんず

    なんかやたらトリッキーなコードを書く人がいるんですよね…。

    2~1000まで偶数だけを使った、という場合って
    for i in range(2, 10000, 2):
    とか真っ先に浮かぶのに
    for i in range(2, 10000)[0::2]:
    ってやったり…。
    ジェネレータだから処理速度も使用メモリも変わらないけど…。

    みなさんはどんなトリッキーなコードを見たことありますか?

    In conversation Monday, 22-Oct-2018 17:44:38 JST from qiitadon.com permalink Repeated by 7of9
  3. なのやつ (nanoyatsu@qiitadon.com@qiitadon.com)'s status on Monday, 22-Oct-2018 17:47:36 JST なのやつ なのやつ

    > 一人は肩下まで届く長い髪をしていて、黄色いTシャツをきていた。
    > そのとき彼が着ているTシャツがちらっと見えた。「JS」と書いてある。

    -----
    >>>この部分は4割方のほう<<<(ノンフィクション)

    In conversation Monday, 22-Oct-2018 17:47:36 JST from qiitadon.com permalink Repeated by 7of9

    Attachments


    1. https://file.qiitadon.com/media_attachments/files/000/721/538/original/20abc27eb56cf2c5.png
  4. SRAU Factory (sraufactory@qiitadon.com)'s status on Monday, 22-Oct-2018 16:58:52 JST SRAU Factory SRAU Factory

    コードレビューってどのプロジェクトでもやはり難しいのね。。。

    特にプロジェクトのメンバーが多くなると、難しくなる傾向があります。

    メンバーが小人数の時は、
    自分以外のメンバーのコードの書き方も補完できるし、
    意思疎通もそんなに複雑ではない。

    しかしメンバーが増えると、
    コミュニケーションパスが増えることや、
    意思疎通や仕様徹底が難しい場面が増えます。

    そのため、このような自体になることが多いんですよね。

    大事な言葉・HRT~「Humility(謙虚)」、「Respect(尊敬)」、「Trust(信頼)」。ああなんて難しい by developer-kikikaikai https://qiita.com/developer-kikikaikai/items/9e08fe0f8ee0eebaccab #Qiita #ポエム #新人プログラマ応援 #HRT

    In conversation Monday, 22-Oct-2018 16:58:52 JST from qiitadon.com permalink Repeated by 7of9

    Attachments

    1. 大事な言葉・HRT~「Humility(謙虚)」、「Respect(尊敬)」、「Trust(信頼)」。ああなんて難しい - Qiita
      from Qiita
      ## はじめに~HRTは本当に大事。でも意識しすぎて失敗することも 最近バズった記事からHRTに関わる記事やコメントを見る機会が増え、HRTが大事と改めて意識しました。 それとともに、HRTを実践するのは難しいなと改めて感じたのでま...
  5. eunos (eunos@qiitadon.com)'s status on Monday, 22-Oct-2018 16:16:00 JST eunos eunos

    pipenvってどういうケースで使うんだろ。。

    In conversation Monday, 22-Oct-2018 16:16:00 JST from qiitadon.com permalink Repeated by 7of9
  6. 7of9(0x70f9=28921) (7of9@qiitadon.com)'s status on Monday, 22-Oct-2018 16:26:18 JST 7of9(0x70f9=28921) 7of9(0x70f9=28921)

    自分が今おつきあいしている方。
    もう5年はつきあいしているだろうか (もしかして、もっと前から?)。

    その方のことをよく考える。
    癖を覚えて、「こういうときはこうされるのか」というのを日々気づいて記録するようにしている。

    毎年新しい方も出るけど、今の方と今後もおつきあいしたいとは思います。

    **注記**: 開発環境(IDE)の特定のバージョンのことです。

    #version
    #bug
    #IDE

    In conversation Monday, 22-Oct-2018 16:26:18 JST from qiitadon.com permalink
  7. 7of9(0x70f9=28921) (7of9@qiitadon.com)'s status on Monday, 22-Oct-2018 16:04:37 JST 7of9(0x70f9=28921) 7of9(0x70f9=28921)

    今日予定していた実装は完了。

    余った時間は試行錯誤にまわす。

    In conversation Monday, 22-Oct-2018 16:04:37 JST from qiitadon.com permalink
  8. 7of9(0x70f9=28921) (7of9@qiitadon.com)'s status on Monday, 22-Oct-2018 16:03:15 JST 7of9(0x70f9=28921) 7of9(0x70f9=28921)

    #cppbuilder
    #bug
    #version

    IDEの座標計算誤差により、処理を繰返した時にボタンの幅が小さくなる問題。

    特定のIDEバージョンで発生しているようではあるが、そのバージョン特有の対応をすると、将来のIDEバージョンアップデートではまる。

    下記のような修正で対応できた。これであれば、将来のIDEバージョンアップデートにも影響は少ないはず。

    // this->ScaleBy(100 / s_curFactor, 100); // 拡大率を使って拡大するため、一旦1.0の倍率に戻す
    this->ScaleBy(100, 100 * s_curFactor); // 拡大率を使って拡大するため、一旦1.0の倍率に戻す

    In conversation Monday, 22-Oct-2018 16:03:15 JST from qiitadon.com permalink
  9. YusukeSuzuki (yusukesuzuki@qiitadon.com)'s status on Monday, 22-Oct-2018 14:46:28 JST YusukeSuzuki YusukeSuzuki

    Github Enterpriseの弊社。高みの見物。

    In conversation Monday, 22-Oct-2018 14:46:28 JST from qiitadon.com permalink Repeated by 7of9
  10. 7of9(0x70f9=28921) (7of9@qiitadon.com)'s status on Monday, 22-Oct-2018 14:25:45 JST 7of9(0x70f9=28921) 7of9(0x70f9=28921)

    #vmware
    #bug

    VMWare Workstation 14 Pro
    14.1.3 build-9474260

    - 一つのウィンドウ内にゲストOSが起動している
    - 最大画面表示している
    - 2つ目のゲストOSを起動する
    - 起動していた1つ目のゲストOSへ切替え時に画面が表示されない

    最大画面表示を解除することで回復はするが、作業の妨げである。

    In conversation Monday, 22-Oct-2018 14:25:45 JST from qiitadon.com permalink
  11. カバ (yoto_3@qiitadon.com)'s status on Monday, 22-Oct-2018 13:51:02 JST カバ カバ

    工数計算は常に1.5倍にすること!スピードの遅い人を基準に算出すること!振り返りとブラッシュアップとバッファは別で取ること!有給使うこと前提で日数計算すること!最後に管理者自身に実装工数を付けないこと!いいー?
    https://twitter.com/mugitya38/status/1054166746163109888?s=21

    わかりがある。1.5倍は過剰な気もするが。

    In conversation Monday, 22-Oct-2018 13:51:02 JST from qiitadon.com permalink Repeated by 7of9

    Attachments

    1. No result found on File_thumbnail lookup.
      By 麦倉くん from Twitter

      工数計算は常に1.5倍にすること!スピードの遅い人を基準に算出すること!振り返りとブラッシュアップとバッファは別で取ること!有給使うこと前提で日数計算すること!最後に管理者自身に実装工数を付けないこと!いいー? pic.twitter.com/PlsQi9OuWg

      — 麦倉くん (@mugitya38) October 22, 2018
  12. 7of9(0x70f9=28921) (7of9@qiitadon.com)'s status on Monday, 22-Oct-2018 13:59:23 JST 7of9(0x70f9=28921) 7of9(0x70f9=28921)
    • B̅

    @cmplstofB

    フォントの太さにも混乱する要因があるのですね。
    勉強になりました。

    統一的な定義があればいいのでしょうが、既存の成果物は今の定義で実装されているという点、統一するのは難しいでしょうね。

    In conversation Monday, 22-Oct-2018 13:59:23 JST from qiitadon.com permalink
  13. かーてん (carotene512@qiitadon.com)'s status on Monday, 22-Oct-2018 13:46:12 JST かーてん かーてん

    へーしゃの求人です。
    楽しんでいただけると嬉しいです。

    「これより、救出作戦を開始する!」
    https://www.wantedly.com/companies/geologic/post_articles/139705

    面白かったらぜひ拡散してくださいませ!

    In conversation Monday, 22-Oct-2018 13:46:12 JST from qiitadon.com permalink Repeated by 7of9

    Attachments

    1. 「これより、救出作戦を開始する!」 | 株式会社ジオロジック
      --- この物語は6割方フィクションです ---僕は、2年来の友人のヤブモトさんに誘われ、ちょうど転職活動中だった僕は「株式会社ジオロジック」に入社することにした。今日は初出勤日だ。僕の胸中は希...
  14. 7of9(0x70f9=28921) (7of9@qiitadon.com)'s status on Monday, 22-Oct-2018 13:46:04 JST 7of9(0x70f9=28921) 7of9(0x70f9=28921)

    Qiita記事書くとき、音声読み上げで閲覧している人もいること、時々忘れる。

    強調表示は赤色かつ**で囲うこと。

    図に関しては音声読上げでは難しい。

    In conversation Monday, 22-Oct-2018 13:46:04 JST from qiitadon.com permalink
  15. 7of9(0x70f9=28921) (7of9@qiitadon.com)'s status on Monday, 22-Oct-2018 13:30:00 JST 7of9(0x70f9=28921) 7of9(0x70f9=28921)
    • B̅

    @cmplstofB

    > 使わないフォントと言えばxtermのUnreadableフォントってマジでいつどういう状況で使うのか分からん。

    #UI
    #font
    #size

    https://wiki.archlinux.jp/index.php/Xterm
    > VT フォントメニュー
    > Ctrl + 右マウス
    のヒント(緑枠)

    > ヒント: Unreadable and Tiny are useful if you wish to keep an eye on a process but do not want to devote a large amount of screen space to the terminal window. An example use might be a lengthy compilation process when you only want to see that the operation completes.

    意訳「進捗だけ見たいときにはUnreadable やTinyは役立つよ」

    終了は停止でのみ分かる、プログレスバーのようなものなのでしょうね。

    In conversation Monday, 22-Oct-2018 13:30:00 JST from qiitadon.com permalink

    Attachments


  16. 7of9(0x70f9=28921) (7of9@qiitadon.com)'s status on Monday, 22-Oct-2018 13:29:29 JST 7of9(0x70f9=28921) 7of9(0x70f9=28921)
    in reply to
    • B̅

    @cmplstofB

    #UI
    #font
    #size

    https://wiki.archlinux.jp/index.php/Xterm
    > VT フォントメニュー
    > Ctrl + 右マウス
    のヒント(緑枠)

    > ヒント: Unreadable and Tiny are useful if you wish to keep an eye on a process but do not want to devote a large amount of screen space to the terminal window. An example use might be a lengthy compilation process when you only want to see that the operation completes.

    意訳「進捗だけ見たいときにはUnreadable やTinyは役立つよ」

    終了は停止でのみ分かる、プログレスバーのようなものなのでしょうね。

    In conversation Monday, 22-Oct-2018 13:29:29 JST from qiitadon.com permalink

    Attachments


  17. B̅ (cmplstofb@qiitadon.com)'s status on Monday, 22-Oct-2018 13:25:41 JST B̅ B̅

    使わないフォントと言えばxtermのUnreadableフォントってマジでいつどういう状況で使うのか分からん。

    In conversation Monday, 22-Oct-2018 13:25:41 JST from qiitadon.com permalink Repeated by 7of9
  18. 7of9(0x70f9=28921) (7of9@qiitadon.com)'s status on Monday, 22-Oct-2018 13:25:54 JST 7of9(0x70f9=28921) 7of9(0x70f9=28921)
    in reply to

    これは電話越しの指示で面倒になるnaming。

    In conversation Monday, 22-Oct-2018 13:25:54 JST from qiitadon.com permalink
  19. 7of9(0x70f9=28921) (7of9@qiitadon.com)'s status on Monday, 22-Oct-2018 13:22:22 JST 7of9(0x70f9=28921) 7of9(0x70f9=28921)

    #UI
    #naming
    #font
    #size

    服のサイズ (Waterproof Dog Vest Jacket)
    - S
    - M
    - L
    - XL
    - XXL
    - 3XL
    - 4XL
    - 5XL

    Xという修飾語はあまり使いたくない。

    In conversation Monday, 22-Oct-2018 13:22:22 JST from qiitadon.com permalink
  20. 7of9(0x70f9=28921) (7of9@qiitadon.com)'s status on Monday, 22-Oct-2018 13:20:10 JST 7of9(0x70f9=28921) 7of9(0x70f9=28921)

    #UI
    #naming
    #font
    #size

    - huge
    - large
    - medium
    - small
    - tiny

    5種類にはなるが、tinyなフォントなんて誰も使わないだろう。

    In conversation Monday, 22-Oct-2018 13:20:10 JST from qiitadon.com permalink
  • After
  • Before

User actions

    7of9(0x70f9=28921)

    7of9(0x70f9=28921)

    Tags
    • (None)
    WebSub
    Unsubscribing

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          1637
          Member since
          4 Jul 2018
          Notices
          3113
          Daily average
          1

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.