投稿時間:2022-09-15 09:35:16 RSSフィード2022-09-15 09:00 分まとめ(40件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT ITmedia 総合記事一覧 [ITmedia News] EU第一審裁判所、Google対EUのAndroidをめぐる裁判で41.25億ユーロの制裁金 控訴の可能性も https://www.itmedia.co.jp/news/articles/2209/15/news099.html android 2022-09-15 08:14:00
AWS AWS Partner demo - AWS CCI real-time call analytics & agent assist by Quantiphi https://www.youtube.com/watch?v=qzprYjVvf_I Partner demo AWS CCI real time call analytics amp agent assist by QuantiphiQuantiphi s real time call analytics uses AWS artificial intelligence services to transcribe and run live and post call data analytics freeing support agents from manual note taking See the demo by Andrea to learn more about AWS Contact Center Intelligence CCI solutions for real time call analytics and agent assist by AWS partner Quantiphi Learn more at Subscribe More AWS videos More AWS events videos ABOUT AWSAmazon Web Services AWS is the world s most comprehensive and broadly adopted cloud platform offering over fully featured services from data centers globally Millions of customers ーincluding the fastest growing startups largest enterprises and leading government agencies ーare using AWS to lower costs become more agile and innovate faster ContactCenterAnalytics AWSCCI ContactCenterIntelligence AmazonTranscribe AmazonLex AmazonComprehend AmazonKendra AWS AmazonWebServices CloudComputing 2022-09-14 23:35:46
Ruby Rubyタグが付けられた新着投稿 - Qiita Rails・Rubyで benchmark を使って簡単にパフォーマンス計測をしてみよう! https://qiita.com/AGO523/items/9fa4991b4b52acb8355c benchmark 2022-09-15 08:19:10
AWS AWSタグが付けられた新着投稿 - Qiita AWSの「IDプロバイダーとフェデレーション」の仕組みを利用して、GoogleアカウントでAWSを利用・操作してみた https://qiita.com/yuta-katayama-23/items/d7b057ac7f853df63d52 google 2022-09-15 08:04:01
Ruby Railsタグが付けられた新着投稿 - Qiita Rails・Rubyで benchmark を使って簡単にパフォーマンス計測をしてみよう! https://qiita.com/AGO523/items/9fa4991b4b52acb8355c benchmark 2022-09-15 08:19:10
技術ブログ MonotaRO Tech Blog 8ヵ月間のSoftware Design連載を組織的にバックアップしたノウハウを共有します! https://tech-blog.monotaro.com/entry/2022/09/15/090000?utm_source=feed ヵ月間のSoftwareDesign連載を組織的にバックアップしたノウハウを共有しますこんにちは。 2022-09-15 09:00:00
海外TECH Ars Technica In mice, the new BA.5 booster works about the same as BA.1 shot FDA passed up https://arstechnica.com/?p=1881544 boosters 2022-09-14 23:23:50
海外TECH DEV Community How to improve the DX of your readme with embeddable demos https://dev.to/ianjennings/improve-the-dx-of-your-readme-with-embeddable-demos-3coo How to improve the DX of your readme with embeddable demosFor the full demo take a look at the before and after While your readme might make sense to you chances are you ve probably left out some important information that other developers would appreciate Just think about all the readmes you ve followed Have you ever had one where you wish the author provided better information such as Shows commands but not their outputOnly a documentation reference but no examples of usageBroken or missing demosNeed to clone and install just to run the demosDetailed contribution guidelines but nothing about usageThese problems negatively impact the DX developer experience for devs who want to get started with your product Every time developers get confused encounter a bug or have a question it costs them time and they re more likely to give up using your tool Unsurprisingly it s hard to empathize with newbies who haven t used your repository before You already know how everything works and it s hard to guess what a newbie would need to know That s why we made Replayable Replayable helps developers upgrade their readmes bug reports and pull requests with video so other developers can understand the context behind their contributions Rather than jotting instructions down in text format Replayable simply captures your screen as you work so you can easily attach video clips that contain an exact record of what actually happened Replayable captures all of the context the running demos the CLI output usage and how you the creator use the product A demo is worth a thousand words and Replayable transforms your everyday work into demos you can share with your audience Replayable vs Video TutorialsWhy video While your code examples and prose may be enough to give developers an overview videos capture your entire point of view Rather than trying to explain your process manually lossy videos tell a complete story to your reader In fact of developers report using videos to learn how to code Now if you re not in that you may be thinking “I hate learning from videos Traditional videos for developers are long boring and unsearchable Replayable allows you to create short clips to embed in readmes rather than long unbearable videos The unique thing about Replayable is that it makes adding video as easy as setting up your own project Rather than stopping what you re doing turning on your webcam microphone and trying to nail the perfect demo Replayable keeps you in the flow by making it easy to add short clips along the way Just hit the hotkey trim crop and embed Not only that but tutorials created with Replayable are easier to maintain When they go out of date all you need to do is update a single part rather than re render the entire video clip Walkthrough Get ReplayableLet s get started To start you ll need the Replayable desktop client Replayable runs in the background so you don t need to start or stop recording while you work Instead you ll simply hit Create Clip or use the hotkey to capture whatever just happened on your screen Replayable keeps a rolling buffer locally on your computer which you ll be able to review and edit before uploading Make a new Replayable projectReplayable projects are like folders Every time you change repositories or local projects you ll probably want to make a new Replayable project as well Use the existing guide as a baselineNow it s time to make a tutorial Your tutorial will probably mix existing setup guides and some with your own spin After all a lot of development is implied It s our job to document every nook and cranny that a newbie might not infer This tutorial will work on improving the getting started guide for reveal js a JS framework for making presentations We re going to follow their install guide as a base Full Setup lt span class text gray font normal gt Recommended lt span gt id full setup Some reveal js features like external Markdown require that presentations run from a local web server The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal js source code Install Node js or later Clone the reveal js repository shell git clone Move to the reveal js folder and install dependencies shell cd reveal js amp amp npm install Serve the presentation and monitor source files for changes shell npm start Open lt http localhost gt to view your presentation Upgrade the tutorial with replaysUsing the existing readme as a guide follow the steps yourself in a clean environment The first step is to install Node js As this is not unique to this repository and is likely well documented it can be skipped Looking at the readme the first step is to clone the repo So do that on your machine When you re done hit the Replayable hotkey to create a replay You can then crop the terminal and relevant browser page then click the upload button This will publish the replay to and make it ready for sharing Watch Downloading and Installing Reveal js on ReplayableReadmes on GitHub are created using the markdown format To embed your replay within your readme select Share and Markdown from the replay page This will copy the markdown embed code to my clipboard The markdown code includes a looping gif and a link to the replay You may also choose to turn the list into paragraphs to fit the embedded replays better After every heading paste the markdown code right after Check out the final setup step below and the full result here Getting Started with Reveal jsSome reveal js features like external Markdown require that presentations run from a local web server The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal js source code Download and Install Downloading and Installing Reveal js Make sure you have Node js or later installed Then clone the reveal js repository git clone Next move to the reveal js folder and install dependencies cd reveal js npm install Then do it again for the demo step Launch the app view the presentation and make changes In the replay below I wanted to understand how to modify my slides so I launched VS Code and edited the first slide This is the kind of instruction where a video can be extremely helpful While the text may make sense to you a newbie might make errors when running npm start They might not understand the relationship between the browser and the terminal in regards to “localhost and they probably don t know what “monitor source files for changes means Watch Setting up and running the Reveal js Demo on ReplayableNot to mention they probably can t infer what will pop up once the demo runs In fact you probably don t even know yet So as you get the demo running for yourself creating clips helps explain to others what the resulting output of these instructions is and provides context for how you got there Run the Demo Setting up and running the Reveal js Demo Serve the presentation and monitor source files for changes npm start Then open http localhost to view your presentation Any changes you make to the source files will automatically be reflected in the presentation Publish the TutorialThat s it You re ready to publish If you re contributing to a repository now you can open pull requests Replayable embeds are supported everywhere GitHub Jira WordPress Dev to and more If you want to try Replayable out for yourself join our beta and come hang out with us in Discord 2022-09-14 23:05:56
金融 金融総合:経済レポート一覧 暗号資産GXの衝撃~POSがもたらす暗号資産グリーン化の潮流:Watching http://www3.keizaireport.com/report.php/RID/509922/?rss watching 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 金融引き締め終了観測を打ち砕く粘着性の強いインフレ 株式への逆風は続く:Market Flash http://www3.keizaireport.com/report.php/RID/509923/?rss marketflash 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 FX Daily(9月13日)~米消費者物価指数の公表後、144円台後半に急上昇 http://www3.keizaireport.com/report.php/RID/509927/?rss fxdaily 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 デジタル給与の受け取りが来春にも解禁へ~「PayPay」、「楽天ペイ」など決済アプリの口座で直接給与を受け取ることが可能に...:木内登英のGlobal Economy & Policy Insight http://www3.keizaireport.com/report.php/RID/509928/?rss lobaleconomypolicyinsight 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 暗号資産へのFSBなどの懸念と規制・監督の強化、各国のCBDCへの取組み http://www3.keizaireport.com/report.php/RID/509932/?rss 日本証券経済研究所 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 保険会社における障がい者等に配慮した取組みに関するアンケート調査の結果について http://www3.keizaireport.com/report.php/RID/509933/?rss 保険会社 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 資産運用のパラダイム・シフトシリーズ(1)反グローバル化で有効性が低下し始めた60:40ポートフォリオ:鳥瞰の眼・虫瞰の眼 http://www3.keizaireport.com/report.php/RID/509953/?rss 資産運用 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 米CPIショックで株価急落~今後の金融市場をどうみるか:市川レポート http://www3.keizaireport.com/report.php/RID/509955/?rss 三井住友 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 KAMIYAMA Seconds!:FRBが利上げを止めるには? http://www3.keizaireport.com/report.php/RID/509956/?rss kamiyamasecondsfrb 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 アジアREIT四半期レポート(2022年6月~2022年8月)~欧米の金融政策動向に左右され調整:マーケットレポート http://www3.keizaireport.com/report.php/RID/509957/?rss 三井住友トラスト 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 【石黒英之のMarket Navi】米国のインフレはピークアウトしたのか?~CPIは市場予想上回り株価は急落... http://www3.keizaireport.com/report.php/RID/509959/?rss marketnavi 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 米国株式、CPIショックで大幅下落~インフレ率の高止まりで大幅利上げ継続の見方が強まる:マーケットレポート http://www3.keizaireport.com/report.php/RID/509961/?rss 三井住友トラスト 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 地方銀行における「地域密着型金融」に関する取り組み状況 http://www3.keizaireport.com/report.php/RID/509970/?rss 全国地方銀行協会 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 【第73回】「金融教育」が資産形成に与える影響は?~意識編(1)「金融経済情報に接する頻度」と「金融リテラシー」への影響 http://www3.keizaireport.com/report.php/RID/509973/?rss 三井住友トラスト 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 FATF(金融活動作業部会)対日相互審査フォローアップ報告書(第1回) http://www3.keizaireport.com/report.php/RID/509974/?rss 金融活動作業部会 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 米国8月CPIとインフレ期待が抑制される中でのFRBの大幅利上げの帰結:木内登英のGlobal Economy & Policy Insight http://www3.keizaireport.com/report.php/RID/509986/?rss lobaleconomypolicyinsight 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 米大企業課税は米企業利益・株価を2%下押し~米インフレ抑制法における大企業課税の影響を日米で試算:Mizuho RT EXPRESS http://www3.keizaireport.com/report.php/RID/509990/?rss mizuhortexpress 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 9月13日の米国株式市場の下落について~消費者物価指数の上振れでFRBのタカ派継続懸念が再燃:マーケットレター http://www3.keizaireport.com/report.php/RID/509993/?rss 株式市場 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 経済指標ウォッチャー:8月米国CPI 市場予想を上回り、大幅利上げの懸念も~予想を上回る結果を受けて、株価が大幅に下落 http://www3.keizaireport.com/report.php/RID/509994/?rss 市場予想 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 日本でもインフレが定着する日~見落としがちなインフレ高止まりのリスク... http://www3.keizaireport.com/report.php/RID/509996/?rss 三井住友 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 【注目検索キーワード】全固体電池 http://search.keizaireport.com/search.php/-/keyword=全固体電池/?rss 全固体電池 2022-09-15 00:00:00
金融 金融総合:経済レポート一覧 【お薦め書籍】世界2.0 メタバースの歩き方と創り方 https://www.amazon.co.jp/exec/obidos/ASIN/4344039548/keizaireport-22/ 宇宙開発 2022-09-15 00:00:00
ニュース BBC News - Home Queen Elizabeth II: A day-by-day guide from now to the funeral https://www.bbc.co.uk/news/uk-62861617?at_medium=RSS&at_campaign=KARANGA charles 2022-09-14 23:59:59
ニュース BBC News - Home The Papers: 'Nation says farewell' in 'the long goodbye' https://www.bbc.co.uk/news/blogs-the-papers-62909782?at_medium=RSS&at_campaign=KARANGA westminster 2022-09-14 23:54:55
GCP Google Cloud Platform Japan 公式ブログ Google Cloud Next ’22 ついに登壇者決定 https://cloud.google.com/blog/ja/topics/google-cloud-next/google-cloud-next-2022-register-now/ GoogleCloud の おすすめ プレイリスト も あり ます 。 2022-09-15 00:00:00
北海道 北海道新聞 大谷は4打数1安打 鈴木は2番でメッツ戦 https://www.hokkaido-np.co.jp/article/731289/ 大リーグ 2022-09-15 08:20:00
北海道 北海道新聞 国葬比較に日本政府ピリピリ 安倍氏と英女王の開催日近く 世論や決定過程、官邸「制度が違う」 https://www.hokkaido-np.co.jp/article/731235/ 日本政府 2022-09-15 08:18:03
北海道 北海道新聞 セルティック引き分け、欧州CL 古橋、旗手ら出場 https://www.hokkaido-np.co.jp/article/731286/ 引き分け 2022-09-15 08:01:00
北海道 北海道新聞 中国、新疆で50万人不当拘束か テロ名目と人権団体 https://www.hokkaido-np.co.jp/article/731285/ 人権団体 2022-09-15 08:01:00
マーケティング MarkeZine 日立製作所・NTTドコモなどが登壇!ナノオプト、マーケティングDXをテーマにイベント開催【参加無料】 http://markezine.jp/article/detail/40014 参加無料 2022-09-15 08:15:00
海外TECH reddit Post Game Chat 9/14 Padres @ Mariners https://www.reddit.com/r/Mariners/comments/xeg82o/post_game_chat_914_padres_mariners/ Post Game Chat Padres MarinersPlease use this thread to discuss anything related to today s game You may post anything as long as it falls within stated posting guidelines You may also post gifs and memes as long as it is related to the game Please keep the discussion civil Discord Line Score Final R H E SD SEA Box Score SEA AB R H RBI BB SO BA SD AB R H RBI BB SO BA CF Rodríguez J LF Profar B France RF Soto J B Suárez E B Machado M DH Santana C DH Bell LF Winker B Cronenworth RF Trammell SS Kim C Raleigh B Myers B Frazier CF Grisham LF Haggerty C Alfaro SS Crawford J SEA IP H R ER BB SO P S ERA SD IP H R ER BB SO P S ERA Castillo L Clevinger Murfee Wilson S Brash Johnson P Swanson E Hill T Muñoz A Scoring Plays Inning Event Score B Julio Rodriguez homers on a fly ball to left center field B Eugenio Suarez homers on a fly ball to right center field Ty France scores B Carlos Santana homers on a fly ball to center field Julio Rodriguez scores Ty France scores T Jorge Alfaro doubles on a sharp line drive to center fielder Julio Rodriguez Wil Myers scores Highlights Description Length Video Julio Rodríguez crushes a leadoff home run Video Eugenio Suárez hammers a two run home run in the st Video Alfaro throws out Haggerty at rd call overturned Video Julio Rodríguez steals nd base for his th bag Video Carlos Santana rips a three run home run in the th Video Jorge Alfaro plates Wil Myers with a double Video Luis Castillo strikes out nine in six frames Video Decisions Winning Pitcher Losing Pitcher Save Castillo L Clevinger submitted by u Mariners bot to r Mariners link comments 2022-09-14 23:06:19
GCP Cloud Blog JA Google Cloud Next ’22 ついに登壇者決定 https://cloud.google.com/blog/ja/topics/google-cloud-next/google-cloud-next-2022-register-now/ GoogleCloud の おすすめ プレイリスト も あり ます 。 2022-09-15 00: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件)