Bookmarks

Bookmarks

49679 bookmarks
Custom sorting
Git Worktree Manager - Visual Studio Marketplace
Git Worktree Manager - Visual Studio Marketplace
Extension for Visual Studio Code - Effortless multi-workspace management and fast Git project cloning across directories.轻松管理多工作区,快速克隆 Git 项目并跨目录运行。
·marketplace.visualstudio.com·
Git Worktree Manager - Visual Studio Marketplace
GitHub Actions Supply Chain Attack: A Targeted Attack on Coinbase Expanded to the Widespread tj-actions/changed-files Incident: Threat Assessment (Updated 4/2)
GitHub Actions Supply Chain Attack: A Targeted Attack on Coinbase Expanded to the Widespread tj-actions/changed-files Incident: Threat Assessment (Updated 4/2)
A compromise of the GitHub action tj-actions/changed-files highlights how attackers could exploit vulnerabilities in third-party actions to compromise supply chains. A compromise of the GitHub action tj-actions/changed-files highlights how attackers could exploit vulnerabilities in third-party actions to compromise supply chains.
·unit42.paloaltonetworks.com·
GitHub Actions Supply Chain Attack: A Targeted Attack on Coinbase Expanded to the Widespread tj-actions/changed-files Incident: Threat Assessment (Updated 4/2)
Stacked diffs and tooling at Meta with Tomas Reimers
Stacked diffs and tooling at Meta with Tomas Reimers
Tomas Reimers, ex-Meta engineer and Graphite co-founder, shares how Meta’s custom developer tools pioneered practices like stacked diffs and monorepos—shaping industry standards and the future of AI-assisted coding.
·newsletter.pragmaticengineer.com·
Stacked diffs and tooling at Meta with Tomas Reimers
4 ステップでモダンな tsconfig.json を作る - mizdra's blog
4 ステップでモダンな tsconfig.json を作る - mizdra's blog
tsconfig.json を使うと、型チェックを緩く/強くしたり、また出力する JS の形式を変えたりできる。しかしいくつかの事情から、正しく書くのが難しい。 オプションの数が非常に多い その数なんと 133 個 *1 オプションの意味や役割が理解しにくい 公式ドキュメントは丁寧にかかれているが... JavaScr…
·mizdra.net·
4 ステップでモダンな tsconfig.json を作る - mizdra's blog
悪いのは全部 Eve だと思ってた | blog.jxck.io
悪いのは全部 Eve だと思ってた | blog.jxck.io
いつも本ブログを読んで頂いている皆様、そしてセキュリティ関係者の皆様へ。この度は、筆者による "Eve" に対する不適切な引用、および、原稿内における不名誉な扱いについて、この場を借りて謝罪させていただきます。
·blog.jxck.io·
悪いのは全部 Eve だと思ってた | blog.jxck.io
Play background sounds on iPhone
Play background sounds on iPhone
On iPhone, play ambient background sounds like ocean waves or rain to help you focus or rest.
·support.apple.com·
Play background sounds on iPhone
精度を保ちつつコストを大きく削減!~Elasticsesearchのベクトル検索オプションと効果~ - Taste of Tech Topics
精度を保ちつつコストを大きく削減!~Elasticsesearchのベクトル検索オプションと効果~ - Taste of Tech Topics
こんにちは。 Acroquestのデータサイエンスチーム「YAMALEX」に所属する@shin0higuchiです😊 YAMALEXチームでは、コンペティションへの参加や自社製品開発、技術研究などに日々取り組んでいます。 はじめに 近年、RAG(Retrieval-Augmented Generation)の台頭などを…
·acro-engineer.hatenablog.com·
精度を保ちつつコストを大きく削減!~Elasticsesearchのベクトル検索オプションと効果~ - Taste of Tech Topics
OSS向けに英語を書くためにChatGPTのProjectsを活用している - $shibayu36-blog;
OSS向けに英語を書くためにChatGPTのProjectsを活用している - $shibayu36-blog;
GitHub上のOSSにcontributeするためにcommitメッセージやPullRequestのコメントを英語で書くことがある。もう自分で英語を書くのは無理なので自動翻訳を活用したい。この時DeepLなどを使ってもいいのだが、もう少しチューニングを加えたい。たとえば 英語非母語話者同士の会話になることが多いので、…
·blog.shibayu36.org·
OSS向けに英語を書くためにChatGPTのProjectsを活用している - $shibayu36-blog;
Sidekiq 8.0: Improvements to the Web UI
Sidekiq 8.0: Improvements to the Web UI
Since its release last month, Sidekiq 8.0 has been very smooth with few reported issues. I’ve been quite happy with the rollout and wanted to provide a little more context about the changes. My goals for any user-friendly, high quality software is to reduce dependencies and keep it simple. Sidekiq 8.0 brings a significant overhaul to its Web UI and these changes further those goals. The Web UI was introduced in 2012 in Sidekiq 0.9 and used Sinatra for its framework along with Twitter Bootstrap for CSS. Sidekiq 4.2 removed the Sinatra dependency (thanks @badosu!) and made the Web UI a plain Rack app with no framework.
·mikeperham.com·
Sidekiq 8.0: Improvements to the Web UI
Use Long Options in Scripts
Use Long Options in Scripts
Many command line utilities support short form options (-f) and long form options (--force). Short form is for interactive usage. In scripts, use the long form.
·matklad.github.io·
Use Long Options in Scripts