2015年4月9日のブックマーク (2件)

  • bliki: Circuit Breaker

    It's common for software systems to make remote calls to software running in different processes, probably on different machines across a network. One of the big differences between in-memory calls and remote calls is that remote calls can fail, or hang without a response until some timeout limit is reached. What's worse if you have many callers on a unresponsive supplier, then you can run out of

    bliki: Circuit Breaker
    nainoya
    nainoya 2015/04/09
  • Git Large File Storage

    An open source Git extension for versioning large files Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise. Getting Started Download and install the Git command line extension. Once downloaded and installed, set up Git LFS for y

    Git Large File Storage
    nainoya
    nainoya 2015/04/09
    “stall the Git command line extension. You only have to set up Git LFS once. Select the file types you'd like Git LFS to manage (or directly edit your .gitattributes). You can configure additional file extensions at anytime. git lfs track "*.psd" There is no step three. Just commit and push to Git