投稿時間:2022-05-28 00:41:46 RSSフィード2022-05-28 00:00 分まとめ(48件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT ITmedia 総合記事一覧 [ITmedia News] 映画「ククルス・ドアンの島」、本編の冒頭10分をYouTubeで公開 https://www.itmedia.co.jp/news/articles/2205/27/news193.html itmedia 2022-05-27 23:15:00
AWS AWS Government, Education, and Nonprofits Blog What you missed in the AWS Summit Washington DC keynote 2022 https://aws.amazon.com/blogs/publicsector/what-you-missed-aws-summit-washington-dc-keynote-2022/ What you missed in the AWS Summit Washington DC keynote On Tuesday May Max Peterson vice president of worldwide public sector at AWS took the keynote stage at AWS Summit Washington DC to share announcements news and stories of how our public sector customers are leveraging the cloud to deliver mission critical outcomes Three customer speakers joined him to share how they re using AWS to get the agility resilience and security needed to keep pushing boundaries and driving impact 2022-05-27 14:06:02
AWS lambdaタグが付けられた新着投稿 - Qiita S3トリガー(オブジェクト作成イベント)によるLambda実装の注意点 https://qiita.com/nakimushitomato/items/674cb232c3554f24abc2 lambda 2022-05-27 23:24:27
python Pythonタグが付けられた新着投稿 - Qiita WindowsにVisual Studio Python同梱に1票 https://qiita.com/kaizen_nagoya/items/bc854498f4f06b30b783 basic 2022-05-27 23:35:28
AWS AWSタグが付けられた新着投稿 - Qiita TerraformでCloud Storageのバケット名を変更する際の罠 https://qiita.com/aibazhang/items/4ff91c80713f00ffab80 cloudstorage 2022-05-27 23:46:38
AWS AWSタグが付けられた新着投稿 - Qiita S3トリガー(オブジェクト作成イベント)によるLambda実装の注意点 https://qiita.com/nakimushitomato/items/674cb232c3554f24abc2 lambda 2022-05-27 23:24:27
AWS AWSタグが付けられた新着投稿 - Qiita AWS CloudFormationのテンプレートをLayer別に作成してクロススタック参照を作ってみた。その3 [ Application-Layer編 ] https://qiita.com/ezakiglico0215/items/09719bfbcf6c7f164369 applicationlayer 2022-05-27 23:04:52
AWS AWSタグが付けられた新着投稿 - Qiita AWS CloudFormationのテンプレートをLayer別に作成してクロススタック参照を作ってみた。その2 [ Security-Layer編 ] https://qiita.com/ezakiglico0215/items/272cf7bae52775e6a9f9 awscloudformation 2022-05-27 23:04:41
GCP gcpタグが付けられた新着投稿 - Qiita TerraformでCloud Storageのバケット名を変更する際の罠 https://qiita.com/aibazhang/items/4ff91c80713f00ffab80 cloudstorage 2022-05-27 23:46:38
Ruby Railsタグが付けられた新着投稿 - Qiita Railsの「schema.rb」の日時表記とRuboCop設定 https://qiita.com/ymdarudy/items/ec137db6bc8f052c5048 rails 2022-05-27 23:11:58
技術ブログ Developers.IO AWS Lambda上でFirebase Admin Node.js SDKを使用した際にinitializeApp()が上手く動かずハマった話 https://dev.classmethod.jp/articles/when-using-the-firebase-admin-nodejs-sdk-on-aws-lambda-initializeapp-didnt-work-well-and-got-hooked/ awslambda 2022-05-27 14:55:36
技術ブログ Developers.IO AWS System Managerセッションマネージャーがリモートホストのポートフォワードに対応しました https://dev.classmethod.jp/articles/aws-ssm-support-remote-host-port-forward/ awssystemmanager 2022-05-27 14:43:47
海外TECH MakeUseOf How to Successfully Balance a Full-Time Job and a Side Hustle Without Burnout https://www.makeuseof.com/balance-full-time-job-and-side-hustle/ balance 2022-05-27 14:30:13
海外TECH MakeUseOf 8 PC-Saving Windows Tools You Must Not Overlook https://www.makeuseof.com/tag/8-pc-saving-windows-tools-must-not-overlook/ disaster 2022-05-27 14:15:14
海外TECH MakeUseOf What Are Crypto Utility Tokens? https://www.makeuseof.com/what-are-crypto-utility-tokens/ crypto 2022-05-27 14:15:13
海外TECH DEV Community When Companies Fake Diversity Initiatives 🎙 https://dev.to/devteam/when-companies-fake-diversity-initiatives-4m58 When Companies Fake Diversity Initiatives This week s DevNews episode covers Ruby at Scale and PyScript as newsworthy items in the dev world lately but the headlining topic is coverage of fake diversity interviews Listen in for coverage on this as well as Shopify s investments in Ruby and Python in the browser Listen on Apple Podcasts ‎DevNews S E Faking DEI Efforts Ruby at Scale and Diving Into PyScript on Apple Podcasts ‎Show DevNews Ep S E Faking DEI Efforts Ruby at Scale and Diving Into PyScript May podcasts apple com Listen on Spotify Or listen right here on DEV If you like this episode definitely subscribe to the show Happy coding news 2022-05-27 14:35:42
海外TECH DEV Community Useful tools for programmers https://dev.to/dryrainbow/useful-tools-for-programmers-ick Useful tools for programmersYes I know it s too straightforward title but I m going to write about tools to make your coding life easier Scratch filesHave you ever created a temp file for logs or for sample of code You have to choose path for save while you just want to run it Or maybe occasionally you have committed test json file Stop it Scratch files That is a mechanism provided by your IDE or plugins for it to help you manage temporary files I use free extension for VS code And simple example If you want to create a scratch file you just have to press cmd shift p and then input Now you can create your temporary file and choose a type After that you will see an empty file with a chosen extension Also you can run executable scratch file open it or delete And no more test json BookmarksA month ago I came to a huge project above k lines of code And the most difficult things for me is a navigation through the code There are decades similar modules and components same names of services etc I ve found a simple and useful tool to solve it Bookmarks Also VS code example Then you have to just pick a line and choose bookmark label You can create bookmarks with labels and without them After creation you can find your bookmarks at the sidebar StashImagine you are thinking up a solution for problem fixing a horrible bug or making a feature of your dreams brilliant But your manager wants you to fix a small bug You have to switch your git to master create new branch and so on Time to commit WIP work in progress Wait a minute Maybe there is a more simple and beautiful way to save your work and switch branch Yes This simple command saves your changes on current branch git stash uSaved working directory and index state WIP on main d our new homepageHEAD is now at d our new homepage u is a flag to save untracked changesTo get list of stashes git stash liststash WIP on main d our new homepagestash WIP on main d our new homepagestash WIP on main d our new homepage For Jetbrains IDE adeptsIf you use some of Jetbrains IDE tools like bookmarks and scratch are exist in you IDE by default and you don t need any extensions ConclusionI ve known about these tools accidentally and I hope they will help you 2022-05-27 14:33:09
海外TECH DEV Community Follow Friday (27 May 2022) https://dev.to/devteam/follow-friday-27-may-2022-27pg Follow Friday May Happy Friday friends It s been another great week of content on DEV and I m wondering who s your favorite author to follow here on DEV lately and why Formatting tip to populate a card with a follow button use the liquid tag syntax embed https and insert the URL of your favorite author s profile Join in on the FollowFriday fun by tagging another community member who you think is worth a follow and why you love their posts ️ 2022-05-27 14:19:05
海外TECH DEV Community A GitOps Way To Manage Grafana Data Sources At Scale https://dev.to/aws-builders/a-gitops-way-to-manage-grafana-data-sources-at-scale-59la A GitOps Way To Manage Grafana Data Sources At Scale ProblemI m working for the enterprise organization and assigned the task of improving the monitoring system Since the monitoring system is a centralized system used for the whole organization we have to make it easy to use for cross teams in the organization The system uses Grafana for visualization parts I will not mention the backend of Grafana in this post If you re interested you can refer to my post Ultra Monitoring with Victoria MetricsCurrently Grafana data sources are manually added via WebUI We want to avoid doing such kinds of operations Instead it should be automated as much as we can Also we need an efficient way to manage and track audit changes quickly SolutionThanks to Grafana Provisioning feature It s possible to manage data sources in Grafana by adding one or more YAML config files in the provisioning datasources directory Each config file can contain a list of data sources that will get added or updated during start up If the data source already exists then Grafana updates it to match the configuration file Combine with reload provisioning configurations API we can achieve the goal without needing to restart Grafana on every data sources changeThe idea is that Grafana data source configuration files will be kept in a Git repository Then using AWS Automation to sync configurations to Grafana servers The Git repository structure looks like below ├ーteam │├ーclickhouse yaml│└ーcloudwatch yaml├ーteam │├ーclickhouse yaml│└ーinfluxdb yaml├ーteam │├ーelasticsearch yaml│└ーvictoria metrics yaml└ーteam ├ーmysql yaml └ーprometheus ymlThe solution is a combination of AWS Automation Runbook and Secret Manager so it s a secured AWS fully managed serverless solution The following diagram is high level architecture of the solution But wait Why is Secret Manager in architecture diagram To answer this question let s see a data source is stored in the repository name Prometheus Example type prometheusaccess proxyurl user username password password basicAuth false jsonData httpMethod POSTData sources may need credentials info and we cannot leave them as plaintext in the repository which leads to security issues Let s back to architecture diagram Here is how the process works Administrators create a secret to store credential of a data source can be automate portal and or chatbot Administrators review and merge a PRWhen PR merged GitHub Gitlab pipeline triggers predefined Automation runbookRunbook executes steps from SSM Documents and gets secrets from Secret ManagerRunbook executes defined steps to generate data source provisioning file and invoke Grafana API to reload data sources Runbook has three main steps Pull the repository from GitHub Gitlab into Grafana serverGet data source credentials from Secret ManagerGenerate data source provisioning files with credentialsSecrets stored in Secret Manager will have name as following format env grafana datasource team datasource name Eg prod grafana datasource team elasticsearch Secret value are store as JSON format E g username elasticUser password elasticP sswrD Each secret will have two required tags They are env prod qa dev secret type grafana datasource Data source file now looks like as following name Elasticsearch Example type elasticsearchaccess proxyurl user team elasticsearch username password team elasticsearch password database logs indexbasicAuth truejsonData esVersion includeFrozen false logLevelField logMessageField maxConcurrentShardRequests timeField timestamp Step in the runbook I write a Python script to get secret values from Secret Manager and pass to step The Python script return secrets as JSON format as following structure team clickhouse username team clickhouse username password team clickhouse password team mysql username mysql username password mysqlP ssword team victoria metrics authorizationToken victri Metric Tokn elasticsearch username elasticUser password elasticP sswrD Step in the runbook I also write a small Python script to combine data source files in the repository into Grafana data source provisioning file and also replace secret holders by the secret values from Secret Manager Grafana data source provisioning configuration looks like root grafana datasources pwd var lib grafana provisioning datasources root grafana datasources lltotal rw r r root root May team yaml rw r r root root May team yaml rw r r root root May team yaml rw r r root root May team yaml var lib grafana provisioning datasources team yamlapiVersion datasources access proxy basicAuth true database logs index jsonData esVersion includeFrozen false logLevelField logMessageField maxConcurrentShardRequests timeField timestamp name Elasticsearch Example password elasticP sswrD type elasticsearch url user elasticUser access proxy isDefault true jsonData httpHeaderName Authorization name Victoria Metrics Example secureJsonData httpHeaderValue Bearer victri Metric Tokn type prometheus url 2022-05-27 14:04:48
Apple AppleInsider - Frontpage News Daily deals May 27: $200 off Hisense 75-inch TV, 37% discount on Arris Gigabit modem, $50 off Brydge TB4 dock, more https://appleinsider.com/articles/22/05/27/daily-deals-may-27-200-off-hisense-75-inch-tv-37-discount-on-arris-gigabit-modem-50-off-brydge-tb4-dock-more?utm_medium=rss Daily deals May off Hisense inch TV discount on Arris Gigabit modem off Brydge TB dock moreFriday s best deals include a inch ultra wide Thunderbolt monitor for off a Le Creuset cast iron Sauteuse Oven and much more Best deals May AppleInsider checks online stores every day to find offers and discounts on a variety of products including Apple hardware hardware upgrades smart TVs and accessories The best deals we find are put together into a daily list for our readers to check and potentially save money with Read more 2022-05-27 14:32:07
海外TECH Engadget PlayStation's next State of Play will showcase PSVR2 games on June 2nd https://www.engadget.com/playstation-state-of-play-june-2-psvr2-games-143147938.html?src=rss PlayStation x s next State of Play will showcase PSVR games on June ndSony is holding its first PlayStation State of Play event in months and you ll want to tune in if you re looking forward to PlayStation VR The company has announced a stream for June nd at PM Eastern that will include a quot sneak peek quot at several PSVR games There aren t any clues as to what those entail but the company recently noted that there will be at least quot major quot games for the VR platform at launch ーwe wouldn t be surprised to see some of those during the presentation The State of Play video will also feature other game reveals from third party developers as well as some quot updates quot The event will be available to watch live through PlayStation s Twitch and YouTube channels Only a few games have been confirmed for PSVR so far including the spinoff Horizon Call of the Mountain as well as Among Us VR Cyan Worlds Firmament and unnamed projects from Coatsink Jurassic World Aftermath and nDreams Fracked It s not certain if Sony will mention those games or even show any gameplay but it s clear the company is ready to shift more of its attention toward the new headset s software 2022-05-27 14:31:47
海外TECH WIRED ‘How Are They Weapons? That’s Only a Flashlight!’ https://www.wired.com/story/hong-kong-protests-things-they-carried How Are They Weapons That s Only a Flashlight During the protests in Hong Kong young people carried laser pointers umbrellas and plastic tiesーobjects that sometimes led to their arrest and years of legal limbo 2022-05-27 14:38:00
金融 金融庁ホームページ 審判期日の予定を更新しました。 https://www.fsa.go.jp/policy/kachoukin/06.html 期日 2022-05-27 16:00:00
金融 金融庁ホームページ (株)ジャストプランニング役員からの情報受領者による内部者取引に対する課徴金納付命令の決定について公表しました。 https://www.fsa.go.jp/news/r3/shouken/20220526-1.html 内部者取引 2022-05-27 16:00:00
金融 金融庁ホームページ (株)メタリアルにおける有価証券報告書の虚偽記載に対する課徴金納付命令の決定について公表しました。 https://www.fsa.go.jp/news/r3/shouken/20220526-2.html 有価証券報告書 2022-05-27 16:00:00
金融 金融庁ホームページ 川田テクノロジーズ(株)株式に係る相場操縦に対する課徴金納付命令の決定について公表しました。 https://www.fsa.go.jp/news/r3/shouken/20220526-3.html 川田テクノロジーズ 2022-05-27 16:00:00
金融 金融庁ホームページ 「資産運用業高度化プログレスレポート2022」について公表しました。 https://www.fsa.go.jp/news/r3/sonota/20220527/20220527.html 資産運用 2022-05-27 16:00:00
金融 金融庁ホームページ 「金融サービス利用者相談室」における相談等の受付状況等(期間:令和4年1月1日~同年3月31日)について公表しました。 https://www.fsa.go.jp/soudan/2022soudan01-03/2022_01-03.html 金融サービス 2022-05-27 15:00:00
金融 金融庁ホームページ 預金口座の不正利用に係る情報提供件数等について公表しました。 https://www.fsa.go.jp/news/r3/ginkou/20220527.html 情報提供 2022-05-27 15:00:00
ニュース BBC News - Home Uvalde shooting: Texas police change key details as criticism mounts https://www.bbc.co.uk/news/world-us-canada-61604652?at_medium=RSS&at_campaign=KARANGA criticism 2022-05-27 14:03:21
ニュース BBC News - Home MP Paul Holmes quits government role over Sue Gray report https://www.bbc.co.uk/news/uk-politics-61608738?at_medium=RSS&at_campaign=KARANGA tories 2022-05-27 14:42:08
ニュース BBC News - Home Monkeypox patients told to avoid pet contact https://www.bbc.co.uk/news/health-61608384?at_medium=RSS&at_campaign=KARANGA contactgerbils 2022-05-27 14:06:08
ニュース BBC News - Home Liverpool fans heading to Paris face long delays at Dover https://www.bbc.co.uk/news/uk-england-merseyside-61607125?at_medium=RSS&at_campaign=KARANGA champions 2022-05-27 14:04:49
ニュース BBC News - Home Queen at Balmoral ahead of Platinum Jubilee celebrations https://www.bbc.co.uk/news/uk-scotland-north-east-orkney-shetland-61604443?at_medium=RSS&at_campaign=KARANGA jubilee 2022-05-27 14:21:36
ニュース BBC News - Home Brexit: UK signs first US state-level trade agreement with Indiana https://www.bbc.co.uk/news/uk-politics-61604784?at_medium=RSS&at_campaign=KARANGA brexit 2022-05-27 14:08:46
北海道 北海道新聞 北朝鮮、挑発加速の恐れ 制裁案、初の安保理否決 核実験準備、日米韓は危機感 https://www.hokkaido-np.co.jp/article/686533/ 制裁決議 2022-05-27 23:22:00
北海道 北海道新聞 マリウポリで70人の遺体 工場敷地内で、砲撃で犠牲か https://www.hokkaido-np.co.jp/article/686532/ 遺体 2022-05-27 23:21:00
北海道 北海道新聞 男子竹田さんV 女子は高津さん 全道高校将棋選手権 https://www.hokkaido-np.co.jp/article/686531/ 北海道新聞社 2022-05-27 23:19:00
北海道 北海道新聞 フィンランドのサウナ体験して 28、29日に札幌でイベント https://www.hokkaido-np.co.jp/article/686441/ 札幌商工会議所 2022-05-27 23:18:34
北海道 北海道新聞 JR、シャークス、2次予選に進出 都市対抗野球道1次予選 https://www.hokkaido-np.co.jp/article/686530/ 岩見沢市 2022-05-27 23:17:00
北海道 北海道新聞 サッカー代表8年ぶり道内見参 来月2日、札幌ドームで有観客戦 森保監督、思い強く https://www.hokkaido-np.co.jp/article/686529/ 日本代表 2022-05-27 23:16:00
北海道 北海道新聞 春の高校野球全道大会 28日準決勝 https://www.hokkaido-np.co.jp/article/686527/ 春の高校野球 2022-05-27 23:14:00
北海道 北海道新聞 平和の花 歌い咲かそう 「花はどこへ行った」 30日「世界同時に」 池澤さん呼び掛け https://www.hokkaido-np.co.jp/article/686528/ 日本時間 2022-05-27 23:14:00
北海道 北海道新聞 フォルティウス、薄氷4強 カーリング日本選手権 https://www.hokkaido-np.co.jp/article/686526/ 日本選手権 2022-05-27 23:10:00
北海道 北海道新聞 ラグビー東葛が1部残留 リーグワン入れ替え戦 https://www.hokkaido-np.co.jp/article/686524/ 大阪府東大阪市 2022-05-27 23:05:00
北海道 北海道新聞 道産の酒と焼酎 飲み比べセット 道酒造協がネット販売 https://www.hokkaido-np.co.jp/article/686523/ 協同組合 2022-05-27 23:03:00
北海道 北海道新聞 中国恒大、債務2兆円返済計画 子会社活用、ロイター報道 https://www.hokkaido-np.co.jp/article/686522/ 経営危機 2022-05-27 23:02:00
仮想通貨 BITPRESS(ビットプレス) [日経] 首相、暗号資産の税制改正に意欲 国民・玉木氏が要求 https://bitpress.jp/count2/3_9_13220 税制改正 2022-05-27 23:22:56

コメント

このブログの人気の投稿

投稿時間: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件)