投稿時間:2022-08-12 18:35:02 RSSフィード2022-08-12 18:00 分まとめ(46件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT InfoQ Amazon Comprehend Announces the Reduction of the Minimum Requirements for Entity Recognition https://www.infoq.com/news/2022/08/amazon-comprehend/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global Amazon Comprehend Announces the Reduction of the Minimum Requirements for Entity RecognitionAmazon is announcing that they lowered the minimal requirements for training a recognizer with plain text CSV annotation files as a result of recent advances in the models powering Amazon Comprehend Now you just need three documents and annotations for each entity type to create a unique entity recognition model By Daniel Dominguez 2022-08-12 08:20:00
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] スマホの買い替え期間 長期化している理由、圧倒的1位は? https://www.itmedia.co.jp/business/articles/2208/12/news134.html itmedia 2022-08-12 17:52:00
IT ITmedia 総合記事一覧 [ITmedia PC USER] AMDプロセッサの実行ユニットスケジューラーにサイドチャネル脆弱性 https://www.itmedia.co.jp/pcuser/articles/2208/12/news118.html imultaneousmultithreading 2022-08-12 17:15:00
TECH Techable(テッカブル) 毎日使うイヤホン、清潔ですか?汚れを取り除く、1台5役のガジェットクリーナー https://techable.jp/archives/184103 隙間 2022-08-12 08:00:45
IT 情報システムリーダーのためのIT情報専門サイト IT Leaders 渋谷区、キャッシュレス決済「ハチペイ」を2022年内に開始、QRコードまたはNFCタグで決済 | IT Leaders https://it.impress.co.jp/articles/-/23622 渋谷区、キャッシュレス決済「ハチペイ」を年内に開始、QRコードまたはNFCタグで決済ITLeaders東京都渋谷区は年月日、独自のデジタル地域通貨を年中に導入すると発表した。 2022-08-12 17:22:00
AWS AWS Japan Blog Amazon EKS が Kubernetes 1.23 のサポートを開始 https://aws.amazon.com/jp/blogs/news/amazon-eks-now-supports-kubernetes-1-23/ amazon 2022-08-12 08:12:26
python Pythonタグが付けられた新着投稿 - Qiita [Jython]SikuliXによるRPA開発 ~はじめの一歩~ https://qiita.com/Q-Lazy/items/9236db59301e058ce086 github 2022-08-12 17:15:36
python Pythonタグが付けられた新着投稿 - Qiita Memo - Python Parallel and Concurrent Programming https://qiita.com/tmasuda/items/fb980add672951b737df variable 2022-08-12 17:12:06
js JavaScriptタグが付けられた新着投稿 - Qiita React ではオーバースペックな場面で使用する JSX で書けるライブラリを作った https://qiita.com/http_kato83/items/eacc2fc4a9319da61684 react 2022-08-12 17:46:53
Ruby Rubyタグが付けられた新着投稿 - Qiita 【Rails】エラーメッセージを表示させたい! https://qiita.com/vaza__ta/items/45c6b4d8025651e2b6ed validati 2022-08-12 17:18:52
GCP gcpタグが付けられた新着投稿 - Qiita GKEの認証を新しいプラグイン gke-gcloud-auth-plugin に変更する https://qiita.com/kiyc/items/beb55d223f27109ea9ab osupportkubectlaccesstogk 2022-08-12 17:12:00
Azure Azureタグが付けられた新着投稿 - Qiita Azure,M365 それぞれの問い合わせ窓口 と 問い合わせに必要な権限 について https://qiita.com/kaiinaba/items/f08aa5309ef6a5b8ea4a azurem 2022-08-12 17:38:20
Ruby Railsタグが付けられた新着投稿 - Qiita 【Rails】エラーメッセージを表示させたい! https://qiita.com/vaza__ta/items/45c6b4d8025651e2b6ed validati 2022-08-12 17:18:52
技術ブログ Developers.IO Backlog API で課題のカスタム属性の値を更新する https://dev.classmethod.jp/articles/backlog-api-update-issue-attribute-value-launch01/ backlog 2022-08-12 08:42:58
海外TECH DEV Community How to Efficiently Merge Pull Requests using Mergify?🧑‍💻 https://dev.to/theinfosecguy/how-to-efficiently-merge-pull-requests-using-mergify-131k How to Efficiently Merge Pull Requests using Mergify ‍Shopify is a large scale eCommerce platform that makes heavy use of code commits and merges to keep its operation running smoothly On a typical day Shopify will make around code changes and merge commits into its master codebase This level of activity would be unmanageable for most companies but Shopify and most tech giants like Uber and AWS have put in place several systems and processes to help them manage and collaborate on such a large scale One such way is using Merge Queues Merge Queue allows developers to manage and collaborate on code changes on a large scale Merge Queues are a crucial part of how most tech companies are able to manage and collaborate on code at such a large scale Merge Queues allow developers to work together on code changes without worrying about breaking the production merge conflicts or to wait for PR to be merged Understanding the ProblemEngineering teams are tasked with developing new features across multiple branches to keep many different products in step This means that there is a lot of merging to do When many engineers are working concurrently there are likely to be many branches and PRs merging these branches can lead to various conflicts and even break the application or production environment Most companies use CI to prevent such issues But even with CI in place if you don t manage your PRs correctly you may break the prod But how Let me explain this with an example You asked your team of developers to add X features to the application They started working on it based on what you assigned them by creating their feature branch One of the developers completed the task and created the PR and CI checks also ran successfully Meanwhile the other developer also changed one of the files affecting the first PR and created his PR CI ran successfully again The senior developer started looking at both the PRs and thought of merging as CI passed and everything was good The senior dev merged the second PR first which changed in the file affecting the other PR As the CI was already he merged the other one too You know what happened next How to Overcome the Problem The solution to this problem is Merge Queues that automate this tedious task for you by ensuring that before merging the PRs are up to date with their respective base branches And if you have a CI process it will pick up these PRs again and rerun the jobs on the new code So GitHub must be offering this Not quite GitHub provides a built in merge queues feature however as per their official documentation it is currently in limited public beta and thus not generally available to all On the other hand GitLab calls this feature Merge Trains and is available only for premium users If you use GitHub and have been reviewing PRs even for a while now you know that there are certain kinds of PRs that you don t even need to thoroughly review based on whatever factors like saying a PR is good to be merged if the PR just adds files and does not modify or delete any of the existing files modifies just the README md file is approved by a senior developer ‍This is where Mergify comes in Mergify enables you to do that and a lot more It s a SaaS integration that connects with GitHub repositories to automate and assist with prioritizing queuing and merging PRs Here are some more use cases for you that can be achieved with Mergify apart from condition based automated merging Rebase the source branch of PRsLabel and assign to fellow team membersDelete the head branches upon PR mergeAlthough there are various options in the market for merge queues like MergeQueue Mergify stands out as not just a merge queue offering but also as a process automation solution Some of the benefits of using Mergify over MergeQueue and other similar alternatives include Offers time saving features such as speculative checks and batch pull requests that positively affect the merge time Offers the ability to set up multiple queues in which you can sort order and prioritize your PRs based on condition checks and how your processes work Offers not just safe code merging capability but a complete automated approach towards dealing with multiple collaborators for your codebase Offers community support and dedicated customer success manager on paid plans where you also get premium features such as priority queues random request reviews private deployments and much more How to Setup and Install Mergify Now when we have a fair understanding of what Mergify is and how it can help us let s dive into how you can get started with Mergify Have yourself signed into your GitHub account Have a public repository ready to be connected with Mergify private repositories are supported in paid plans Head to Mergify SignUp and sign in via GitHub and you can choose to let Mergify connect to all your repositories or select a few similar to how GitHub apps work Getting Started with Mergify Now when you re all signed up and Mergify connected to your GitHub repository let s walk through a couple of examples to see how Mergify can solve our problems Mergify s configs have a pretty simple structure It has a list of conditions that when become true with respect to any of our PRs the mentioned actions shall take place We can define multiple pull request rules that Mergify will check our PRs against but for the sake of simplicity of this article let s stick to the simple ones that will help a larger audience get started with Mergify To set up a config you need a file mergify yml in the root of your directory that will tell Mergify what to do with the PRs What we ll have in the config editor when we open it up for the first time will be a very basic initial configuration that the Mergify config editor loads up by default once a repository is connected What s nice about Mergify is that you can create a PR from the Mergify Dashboard itself that ll create a mergify yml file for you in your repo Even if you feel it s too soon and you need to test it before committing stuff then there s a test option available within the config editor where you can test your config against a particular PR to test out the config It also acts as a validation of your config schema Let s go through the same initial config where we ve added just another condition pull request rules name Automatic merge on approval conditions approved reviews by gt author theinfosecguy example actions merge method mergeGiven the minimal config translating this into simpler terms means that whenever a PR has either or more approvals just go ahead and merge the PR In a PR in our example repo as shown below the PR was authored by theinfosecguy example and the moment the PR got approved by a collaborator the Mergify bot went ahead and merged the PR as post the approval this PR matched all the conditions mentioned in our pull request rules in the config as mentioned above You can refer to Conditions ーMergify documentation to get a hold of all the conditions Mergify can work with which you can further combine as per your teams needs Mergify will take care of your simple checks freeing a large chunk of your time to focus on the more challenging PRs where merge conflicts arise and PRs with outdated base branches require your input Here s another example where we have multiple PRs that desire to update a single file meaning that the base branch of the second PR will be outdated once the first PR is merged but Mergify is here to save the day Firstly we have defined a queue you can define multiple as per your requirement and then we have to define pull request rules Here s the config for your reference queue rules name default conditions pull request rules name merge using the merge queue conditions files author theinfosecguy example actions queue name defaultIn this particular config we have set up a queue named default and the conditions say that if the PR modifies one single file and is authored by a specific user then send the PR to the default merge queue to be further merged Let s take another example to understand better the automated PR management in a team of multiple collaborators where say you have a senior Python developer and a DevOps team to be looped in regarding security related tasks queue rules name default conditions pull request rules name assign PRs with Python files modified to theinfosecguy example conditions files py closed actions assign add users theinfosecguy example name ask the security team to review security labeled PR conditions label security actions request reviews teams myorg devops This above mentioned config has two rules the first one will look for open PRs that modify any files with py extension and assign the PR to theinfosecguy example whereas the second rule states that if a PR is labeled as “security then request reviews from the “devops team from your GitHub organization which you d anyway do if even if not automated Having a look at their documentation Mergify can cater to many use cases with its powerful condition based automation configurations Conclusion All merge queues do is avoid merging outdated PRs to prevent merging broken pull requests and extend that functionality Mergify also automates DevOps operations prioritization queuing and condition based automatic merges You can have multiple queues multiple condition checks more advanced checks with logical and grouping and whatnot Although Mergify requires a paid subscription to set up multiple queues and connect to private repositories it is free and offers basic open source project features They also have a day free trial on their paid plans if you want to check out the premium features Check out Mergify 2022-08-12 08:11:45
海外TECH Engadget Amazon's 2nd-gen Echo Show 8 is 35 percent off right now https://www.engadget.com/amazons-2nd-gen-echo-show-8-is-only-85-right-now-085520566.html?src=rss Amazon x s nd gen Echo Show is percent off right nowIf you re in the market for an Echo Show but missed Amazon s Prime Day sales don t despair Right now you can grab the latest second generation model for a substantial percent discount off and just than the record low price At the same time the Echo Show is still on sale for for a savings of percent nbsp But Echo Show at Amazon The second generation Show earned an Engadget score of thanks to its inch x touchscreen minimalist design and stellar sound quality It differs from the first generation device in several ways particularly with the updated megapixel camera that digitally pans and zooms to keep you in frame when you re doing video chats on apps like Zoom It s a particularly nice feature if you frequently use your smart display as a stationary video chatting device It also works great as a photo frame and Amazon s updated home screen lets you see multiple items at once like the weather and sports If you need something smaller to put on a bedside table for instance the Show might be a better option It includes a sunrise alarm feature allowing the display to slowly brighten as a way to wake you gently during dark winter mornings It also comes with all the usual features found on Amazon Echo devices including Alexa voice control and Ring integration Best off it s available for just a substantial off the usual price nbsp Follow EngadgetDeals on Twitter and subscribe to the Engadget Deals newsletter for the latest tech deals and buying advice 2022-08-12 08:55:20
金融 JPX マーケットニュース [東証]監理銘柄(確認中)の指定解除:(株)ディー・ディー・エス https://www.jpx.co.jp/news/1023/20220812-11.html 監理銘柄 2022-08-12 17:30:00
ニュース BBC News - Home Eurovision 2023: Seven UK cities make shortlist to host song contest https://www.bbc.co.uk/news/entertainment-arts-62496803?at_medium=RSS&at_campaign=KARANGA scotland 2022-08-12 08:45:18
ニュース BBC News - Home Liz Truss defends energy firms saying profit is not evil https://www.bbc.co.uk/news/uk-politics-62513966?at_medium=RSS&at_campaign=KARANGA taxes 2022-08-12 08:38:23
ニュース BBC News - Home Anne Heche: US actress not expected to survive, says family https://www.bbc.co.uk/news/entertainment-arts-62515457?at_medium=RSS&at_campaign=KARANGA brain 2022-08-12 08:48:50
GCP Google Cloud Platform Japan 公式ブログ NASA から Google Cloud へ転職した Ivan Ramirez が大手ゲーム会社の革新をサポート https://cloud.google.com/blog/ja/topics/inside-google-cloud/meet-the-people-of-google-cloud-ivan-ramirez/ これはなぜですか私はペルーのリマで育ちましたが、歳のとき、父にマイアミでの仕事のオファーがありました。 2022-08-12 09:50:00
GCP Google Cloud Platform Japan 公式ブログ SevenRooms が Google Cloud で顧客一人ひとりに合わせたサービス、食事、飲み物を提供 https://cloud.google.com/blog/ja/topics/startups/how-sevenrooms-using-google-cloud-to-boost-revenue-and-cut-costs/ SevenRoomsは、CloudTPUでMLワークロードを実行することによって、業界をリードするGoogleCloudのネットワーキングやBigQueryなどのデータ分析テクノロジーのメリットを手にすることができます。 2022-08-12 09:40:00
GCP Google Cloud Platform Japan 公式ブログ Google Cloud グローバル外部 HTTP(S) ロードバランサ - 詳細 https://cloud.google.com/blog/ja/topics/developers-practitioners/google-cloud-global-external-https-load-balancer-deep-dive/ ただし、スタンダードティアでグローバル外部HTTPSロードバランシング従来型を使用している場合、転送ルールはリージョンレベルで動作し、バックエンドが転送ルールを含む同じリージョンに存在する必要があります図を参照。 2022-08-12 09:20:00
GCP Google Cloud Platform Japan 公式ブログ Google Cloud Dataflow を使用した GNN の異種グラフ サンプリングのスケーリング https://cloud.google.com/blog/ja/products/ai-machine-learning/scaling-heterogeneous-graph-sampling-gnns-google-cloud-dataflow/ 以下は、一般的に使用されているOGBNMAGデータセットと同じスタイルで引用ネットワークを可視化した総合的な例です。 2022-08-12 09:10:00
GCP Google Cloud Platform Japan 公式ブログ Google Cloud でのスタートアップの最適化とスケーリング: Build シリーズのご紹介 https://cloud.google.com/blog/ja/topics/startups/introducing-the-build-series/ Buildシリーズは、デプロイの最適化とビジネスの拡大に重点を置いており、今後のスタートアップの成長を加速するための基盤の構築を可能にします。 2022-08-12 09:00:00
北海道 北海道新聞 総務省元課長、再び「不起訴」 接待問題、特捜部の捜査終結 https://www.hokkaido-np.co.jp/article/717128/ 東北新社 2022-08-12 17:40:00
北海道 北海道新聞 鶴岡東3―8近江 山田が12奪三振で完投 https://www.hokkaido-np.co.jp/article/717127/ 鶴岡東 2022-08-12 17:34:00
北海道 北海道新聞 厚岸ウイスキー第8弾 「大暑」月内発売 https://www.hokkaido-np.co.jp/article/717124/ 製造 2022-08-12 17:31:00
北海道 北海道新聞 東京で2万401人が感染 コロナ、30人死亡 https://www.hokkaido-np.co.jp/article/717126/ 新型コロナウイルス 2022-08-12 17:31:00
北海道 北海道新聞 大阪外食協会、万博に出展へ 会長が表明、一時辞退方針 https://www.hokkaido-np.co.jp/article/717125/ 外食産業 2022-08-12 17:31:00
北海道 北海道新聞 レイテ沖海戦から生還、元巡洋艦乗組員中河さん 「死の海、誰にも見せたくない」 白糠在住、100歳迎え初めて語る https://www.hokkaido-np.co.jp/article/716888/ 太平洋戦争 2022-08-12 17:20:13
北海道 北海道新聞 トランプ氏宅で核文書捜索か FBI、海外機密作戦関連も https://www.hokkaido-np.co.jp/article/717121/ 電子版 2022-08-12 17:26:00
北海道 北海道新聞 雄最高齢アムールトラ死ぬ、富山 17歳、老衰か https://www.hokkaido-np.co.jp/article/717120/ 富山市ファミリーパーク 2022-08-12 17:18:00
北海道 北海道新聞 バスケ、富樫「勝ち目指す」 男子日本、13日からイラン戦 https://www.hokkaido-np.co.jp/article/717115/ 日本代表 2022-08-12 17:15:00
北海道 北海道新聞 コロナ「収入減続く」5割 子育て困窮世帯、団体調査 https://www.hokkaido-np.co.jp/article/717113/ 新型コロナウイルス 2022-08-12 17:10:00
北海道 北海道新聞 来週も高温、熱中症に注意 東・西日本、沖縄 https://www.hokkaido-np.co.jp/article/717112/ 高温 2022-08-12 17:12:22
北海道 北海道新聞 中日の大島が新型コロナ陽性 DeNAのオースティンらも https://www.hokkaido-np.co.jp/article/717111/ 大島洋平 2022-08-12 17:05:00
北海道 北海道新聞 7月の道内宿泊者数35万6103人 訪日外国人客、どうみん割効果 https://www.hokkaido-np.co.jp/article/717109/ 日本旅館 2022-08-12 17:04:28
北海道 北海道新聞 御巣鷹、他の事故・災害遺族も 慰霊登山、安全への誓いで連帯 https://www.hokkaido-np.co.jp/article/717110/ 群馬県上野村 2022-08-12 17:02:00
IT 週刊アスキー グーグル「Pixel 7」「Pixel 7 Pro」10月13日発売か https://weekly.ascii.jp/elem/000/004/101/4101596/ pixel 2022-08-12 17:30:00
IT 週刊アスキー オープンワールドRPG『Tower of Fantasy』が8月11日より全世界同時で配信中! https://weekly.ascii.jp/elem/000/004/101/4101647/ levelinfinite 2022-08-12 17:15:00
GCP Cloud Blog JA NASA から Google Cloud へ転職した Ivan Ramirez が大手ゲーム会社の革新をサポート https://cloud.google.com/blog/ja/topics/inside-google-cloud/meet-the-people-of-google-cloud-ivan-ramirez/ これはなぜですか私はペルーのリマで育ちましたが、歳のとき、父にマイアミでの仕事のオファーがありました。 2022-08-12 09:50:00
GCP Cloud Blog JA SevenRooms が Google Cloud で顧客一人ひとりに合わせたサービス、食事、飲み物を提供 https://cloud.google.com/blog/ja/topics/startups/how-sevenrooms-using-google-cloud-to-boost-revenue-and-cut-costs/ SevenRoomsは、CloudTPUでMLワークロードを実行することによって、業界をリードするGoogleCloudのネットワーキングやBigQueryなどのデータ分析テクノロジーのメリットを手にすることができます。 2022-08-12 09:40:00
GCP Cloud Blog JA Google Cloud グローバル外部 HTTP(S) ロードバランサ - 詳細 https://cloud.google.com/blog/ja/topics/developers-practitioners/google-cloud-global-external-https-load-balancer-deep-dive/ ただし、スタンダードティアでグローバル外部HTTPSロードバランシング従来型を使用している場合、転送ルールはリージョンレベルで動作し、バックエンドが転送ルールを含む同じリージョンに存在する必要があります図を参照。 2022-08-12 09:20:00
GCP Cloud Blog JA Google Cloud Dataflow を使用した GNN の異種グラフ サンプリングのスケーリング https://cloud.google.com/blog/ja/products/ai-machine-learning/scaling-heterogeneous-graph-sampling-gnns-google-cloud-dataflow/ 以下は、一般的に使用されているOGBNMAGデータセットと同じスタイルで引用ネットワークを可視化した総合的な例です。 2022-08-12 09:10:00
GCP Cloud Blog JA Google Cloud でのスタートアップの最適化とスケーリング: Build シリーズのご紹介 https://cloud.google.com/blog/ja/topics/startups/introducing-the-build-series/ Buildシリーズは、デプロイの最適化とビジネスの拡大に重点を置いており、今後のスタートアップの成長を加速するための基盤の構築を可能にします。 2022-08-12 09:00:00

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)