10年前から存在しますが、たまたま見かけて「5へぇ」くらいは出たので敢えて紹介してみたいと思います。 git.io GitHub 公式の URL 短縮サービスです。 https://git.io/ 特徴として、GitHu […]
Apple’s CSAM detection tech is under fire — again
Apple has encountered monumental backlash to a new child sexual abuse material (CSAM) detection technology it announced earlier this month. The system, which Apple calls NeuralHash, has yet to be activated for its billion-plus users, but the technology is already facing heat from security researchers who say the algorithm is producing flawed results. NeuralHash is […]
GitHub Gist คืออะไร + การใช้งาน Gist บนเว็บไซต์
Gist คืออะไร Gist คือบริการของ GitHub ที่ใช้ในการวางโค้ดหรือข้อความต่างๆ เพื่อแบ่งปันให้ผู้ใช้งานเข้าถึงได้ เช […]…
zeroheight raises $10M round led by Tribe Capital to scale DesignOps for UX teams
High-quality UX for websites and apps is no longer a nice-to-have, it’s a must-have if a company is to succeed. But scaling the impact of UX teams is not simple, and in recent years teams have turned to what’s know as DesignOps platforms to help them. Now, a new startup hopes to become a key […]
git pushコマンドを実行すると「fatal: cannot be resolved to branch」となりpushが失敗する
こんにちは、CX事業本部 IoT事業部の若槻です。 今回は、git pushコマンドを実行するとfatal: <ブランチ名> cannot be resolved to branchとなりpushが失敗する事 […]
Gitのdiff(patch、差分)をシンタックスハイライトする
こんにちは、CX事業本部 IoT事業部の若槻です。 Gitではgit diffコマンドを使うことによりcommitやworking treeの間の差分(patch)を出力することができます。コーディング時に作業前後の差分 […]…
GitHubからAWS CodeCommitにリポジトリを複製してみた
こんにちは、CX事業本部 IoT事業部の若槻です。 今回は、GitHubからAWS CodeCommitにGit Repositoryを複製する機会があったので、方法を書き残しておきます。 環境 AWS CLIの認証は下 […]