タグ

2018年4月10日のブックマーク (4件)

  • Rails 5.2.0 FINAL: Active Storage, Redis Cache Store, HTTP/2 Early Hints, CSP, Credentials

    Rails 5.2.0 FINAL: Active Storage, Redis Cache Store, HTTP/2 Early Hints, CSP, Credentials Nearly 14 years since the first public version of Rails, it’s our pleasure to release yet another major upgrade to the framework in the form of 5.2.0 final. We’ve been diligently polishing Active Storage and the other big new components for stable release, and it’s great to see so many applications already r

    Rails 5.2.0 FINAL: Active Storage, Redis Cache Store, HTTP/2 Early Hints, CSP, Credentials
    tkmkg8m
    tkmkg8m 2018/04/10
    個人的には各種バグ修正が嬉しい
  • バイナリエディタを作りました! - プログラムモグモグ

    バイナリエディタを作りました。 インストールはHomebrew brew install itchyny/tap/bed または以下のコマンドでできます。 go get github.com/itchyny/bed/cmd/bed なぜ作ったのか 私は昔からファイルフォーマットに興味があり、画像ファイルやPDFファイルのフォーマットを調べるのが好きでした。 最近も圧縮ファイルのフォーマットを趣味で調べたりしています。 コンパイラ技術にも興味があり、ゆくゆくは実行ファイルを生成したりしたいなという思いもあります。 バイナリファイルをエディットするにはバイナリエディタが必要となるわけですが、自分の手に馴染むUIを持つエディタがありませんでした。 私は実はVimというエディタが好きなので、Vimのようなインターフェースを持ち、ターミナルの中で動くエディタを探したのですが、なかなかありません。 b

    バイナリエディタを作りました! - プログラムモグモグ
    tkmkg8m
    tkmkg8m 2018/04/10
    “一方で、バイナリエディタを作るのはとても簡単です”。さすがのitchynyさん
  • Git - git-diff Documentation

    2.45.1 → 2.45.2 no changes 2.45.0 04/29/24 2.44.1 → 2.44.2 no changes 2.44.0 02/23/24 2.43.2 → 2.43.5 no changes 2.43.1 02/09/24 2.43.0 11/20/23 2.42.2 → 2.42.3 no changes 2.42.1 11/02/23 2.42.0 08/21/23 2.41.1 → 2.41.2 no changes 2.41.0 06/01/23 2.40.1 → 2.40.3 no changes 2.40.0 03/12/23 2.39.1 → 2.39.5 no changes 2.39.0 12/12/22 2.38.1 → 2.38.5 no changes 2.38.0 10/02/22 2.37.3 → 2.37.7 no chang

    tkmkg8m
    tkmkg8m 2018/04/10
    --color-movedオプションの値はno、default(synonym for zebra)、plain、zebra、dimmed_zebraのいずれか。とりあえずzebraとdimmed_zebraを試してみよう。
  • Git 2.17 is now available

    AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

    Git 2.17 is now available
    tkmkg8m
    tkmkg8m 2018/04/10
    移動したコードのまとまりをわかりやすくする--color-movedオプション。--indent-heuristicオプションのデフォルト化。rebase時にコンフリクトしたらpatchを表示する--show-current-patchオプション。