タグ

2019年12月23日のブックマーク (5件)

  • BugJail

    Start from an overview and drill down into the details. BugJail is designed from the ground up for Java. It has an entirely different workflow than normal debugger (which was designed for assembler in 1972). You'll see all method calls simultaneously and can drill down into call trees where needed, inspect argument and return values (including arrays and complex objects) or drop down to source-lev

    bootJP
    bootJP 2019/12/23
  • GitHub - mafredri/zsh-async: Because your terminal should be able to perform tasks asynchronously without external tools!

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    GitHub - mafredri/zsh-async: Because your terminal should be able to perform tasks asynchronously without external tools!
    bootJP
    bootJP 2019/12/23
  • Redis を LRU キャッシュとして使う — Redis Documentation (Japanese Translation)

    Redis を LRU キャッシュとして使う¶ Redis をキャッシュとして使う際、新しいデータを追加するときに自動的に古いデータを追い出すようにできると便利です。この振る舞いは、人気の高い memcached システムのデフォルトの振る舞いであるため、開発者の間では非常によく知られています。 LRU は、実際にはエビクション・メソッドのひとつにすぎません。このページでは Redis のメモリ使用量を制限するための ‘maxmemory’ ディレクティブについて、より一般的なトピックを扱います。また、Redis で使用されている LRU アルゴリズムについても扱います。Redis の LRU アルゴリズムは、実際には正確な LRU ではなく、その近似です。 メモリ設定のためのディレクティブ¶ ‘maxmemory’ ディレクティブは、データセットに対して指定された量のメモリを使用するよう

    bootJP
    bootJP 2019/12/23
  • Using Makefile(s) for Go — Danish Prakash

    Upon receiving suggestions from readers via Email, Hacker News and Reddit, I’ve updated the article with improvements and fixes. Subsequently a word of thanks to the readers for the suggestions. We’ve been using make as a build tool for one of our projects at HackerRank which is written in Go and it has been working out fairly well. In this post, I’ll point out a few features and intricacies of GN

    bootJP
    bootJP 2019/12/23
  • Google re:Work - マネージャー

    マネージャー マネージ​ャーは​非常に​重要な​役割であり、​従業員の​業績に​大きな​影響を​与えます。​優れた​マネージャーの​条件を​共有し、​能力開発の​機会を​提供し、​優れた​マネージャーを​称賛するなどの​方法で、​従業員を​サポートしましょう。 Google は​これまで、​マネジメント業務の​大切さを​必ずしも​正当に​評価してきたわけでは​ありません。​2002 年、​すべての​マネージャーを​廃止して​管理職の​いない​組織に​すると​いう​「実験」を​行いました。​しかし、​この​実験は​失敗に​終わりました。​2008 年には、​調査チームが、​マネージ​ャーは​重要な​存在ではないと​いう​一部の​意見を​証明しようと​試みますが、​すぐに​まったくの​正反対である​ことが​わかりました。​つまり、​マネージ​ャーは​きわめて​重要な​存在だったのです。 そこで

    bootJP
    bootJP 2019/12/23