投稿時間:2023-05-03 04:34:20 RSSフィード2023-05-03 04:00 分まとめ(44件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS The Internet of Things Blog Convert glTF to 3D Tiles for streaming of large models in AWS IoT TwinMaker https://aws.amazon.com/blogs/iot/convert-gltf-to-3d-tiles-for-streaming-of-large-models-in-aws-iot-twinmaker/ Convert glTF to D Tiles for streaming of large models in AWS IoT TwinMakerIntroduction Have you experienced long wait times when loading up a D scene in AWS IoT TwinMaker Perhaps struggling with poor rendering performance when navigating a complex D model There is a way to convert your models into the D Tiles standard for efficient streaming in a scene In this blog you will learn how … 2023-05-02 18:25:12
AWS AWS Working Group Two reinventing the mobile core as a service on cloud for Mobi | Amazon Web Services https://www.youtube.com/watch?v=XpWp_iWDp2I Working Group Two reinventing the mobile core as a service on cloud for Mobi Amazon Web ServicesLearn from the discussion led by Roy Chua on how Mobi is using the cloud based mobile core from Working Group Two WG to launch and extend its MVNO services to new customers across Hawaii and the US The panel provides insight into the advantages of the cloud based approach for operators of all scales how global deployments can become possible and how the API based nature of the Mobi mobile core on WG running on AWS cloud allows developers of all scale and also consumer and bb end customers innovate with new features for new communication and end user services Justen Burdette CEO MobiErlend Prestgard CEO Working Group TwoRoy Chua Founder and Principal AvidThinkLearn more at Subscribe More AWS videos More AWS events videos Do you have technical AWS questions Ask the community of experts on AWS re Post 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 AWSCloud AWSforTelecom mobilecore Telecom AWS AmazonWebServices CloudComputing 2023-05-02 18:33:50
AWS AWS Build your first connector for Amazon MSK Connect | Amazon Web Services https://www.youtube.com/watch?v=9H86aJixPmw Build your first connector for Amazon MSK Connect Amazon Web ServicesApache Kafka is an open source distributed event streaming platform used by thousands of companies for high performance data pipelines streaming analytics data integration and mission critical applications Amazon Managed Streaming for Apache Kafka MSK makes it easy to ingest and process streaming data in real time with fully managed Apache Kafka It eliminate operational overhead including the provisioning configuration and maintenance of highly available Apache Kafka clusters MSK offers a feature Amazon MSK Connect which allows you to run fully managed Apache Kafka Connect workloads on AWS This feature makes it easy to deploy monitor and automatically scale connectors that move data between Apache Kafka clusters and external systems such as databases file systems and search indices This talk will introduce you to MSK Connect and will walk you through the steps for developing and deploying your first connector on MSK Connect We will walk you through the code of an existing connector and explain the details of the implementation so that you can confidently build your first connector for MSK Connect Florian Mair is a Solutions Architect and data streaming expert at AWS He is a technologist that helps customers in Germany succeed and innovate by solving business challenges using AWS Cloud services Besides working as a Solutions Architect Florian is a passionate mountaineer and has climbed some of the highest mountains across Europe Learn more at Subscribe More AWS videos More AWS events videos Do you have technical AWS questions Ask the community of experts on AWS re Post 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 kafka streaming AWS AmazonWebServices CloudComputing 2023-05-02 18:00:20
Git Gitタグが付けられた新着投稿 - Qiita Linux/Git,GitHub@学習まとめ https://qiita.com/mkame/items/4b87373342f8dd7ce002 linux 2023-05-03 03:16:15
Git Gitタグが付けられた新着投稿 - Qiita Gitとは https://qiita.com/mkame/items/86c351b9d39bb1334e27 管理 2023-05-03 03:12:57
海外TECH Ars Technica The 2023 Moto G features good looks, sweet $250 price tag https://arstechnica.com/?p=1935946 sweet 2023-05-02 18:27:21
海外TECH Ars Technica NYPD urges citizens to buy AirTags to fight surge in car thefts https://arstechnica.com/?p=1935936 thefts 2023-05-02 18:16:12
海外TECH MakeUseOf How to Fix the “Try Connecting Your Device” Bluetooth Pairing Error in Windows 10 & 11 https://www.makeuseof.com/try-connecting-device-bluetooth-pairing-error-windows/ windows 2023-05-02 18:16:16
海外TECH MakeUseOf What Are the Skills You Need to Be a Remote Fact Checker? https://www.makeuseof.com/remote-fact-checker-skills-needed/ important 2023-05-02 18:01:16
海外TECH DEV Community Sitecore Federated Authentication and that annoying error IDX21323: RequireNonce is '[PII is hidden]' https://dev.to/annagevel/sitecore-federated-authentication-and-that-annoying-error-idx21323-requirenonce-is-pii-is-hidden-4kol Sitecore Federated Authentication and that annoying error IDX RequireNonce is x PII is hidden x Have you ever experienced an error that keeps appearing under different circumstances and seems to be caused by random reasons You can fix it once or twice but it comes back in a couple of days or in another environment or for another user This was the error IDX for me it was so annoying that after a few cases I started saying No not you again I worked with Federated Authentication in different versions of Sitecore and integrated it with multiple identity platforms such as Okta Auth and Azure AD BC It is a good foundational layer that provides a lot of core functionality out of the box but there is still plenty of room for mistakes and learnings In this article I want to share some of these learnings specifically about the error IDX RequireNonce is PII is hidden The main symptom of it is the fact that Sitecore does not authenticate the user correctly after successful redirect back from the identity provider login page Instead of the configured redirectURL it sends user to the error page with the following message in the URL query string IDX RequireNonce is PII is hidden OpenIdConnectProtocolValidationContext Nonce was null OpenIdConnectProtocol ValidatedIdToken Payload Nonce was not null The nonce cannot be validated If you don t need to check the nonce set OpenIdConnectProtocolValidator RequireNonce to false Note if nonce is found it will be evaluated The message itself is not very clear but we can see more details in the Owin log file WARN Microsoft Owin Security OpenIdConnect OpenIdConnectAuthenticationMiddleware The nonce cookie was not found ERROR Microsoft Owin Security OpenIdConnect OpenIdConnectAuthenticationMiddleware Exception occurred while processing message Exception Microsoft IdentityModel Protocols OpenIdConnect OpenIdConnectProtocolInvalidNonceExceptionMessage IDX RequireNonce is PII is hidden OpenIdConnectProtocolValidationContext Nonce was null OpenIdConnectProtocol ValidatedIdToken Payload Nonce was not null The nonce cannot be validated If you don t need to check the nonce set OpenIdConnectProtocolValidator RequireNonce to false Note if a nonce is found it will be evaluated Source Microsoft IdentityModel Protocols OpenIdConnect at Microsoft IdentityModel Protocols OpenIdConnect OpenIdConnectProtocolValidator ValidateNonce OpenIdConnectProtocolValidationContext validationContext in C agent work s src Microsoft IdentityModel Protocols OpenIdConnect OpenIdConnectProtocolValidator cs line at Microsoft IdentityModel Protocols OpenIdConnect OpenIdConnectProtocolValidator ValidateAuthenticationResponse OpenIdConnectProtocolValidationContext validationContext in C agent work s src Microsoft IdentityModel Protocols OpenIdConnect OpenIdConnectProtocolValidator cs line at Microsoft Owin Security OpenIdConnect OpenIdConnectAuthenticationHandler lt AuthenticateCoreAsync gt d MoveNext Ultimately this error means that the Owin middleware was not able to read the nonce cookie In fact OpenIdConnectProtocolValidator can return many other error codes but I ll focus just on one of them today So why can this error appear Federated Authentication processTo answer this question we need to understand how Sitecore Federated Authentication works and what it does behind the scenes Here is how the happy path should look like Step Browser requests a page that contains a login link Step Sitecore finds the IdentityProvider registered for the specified website name and generates login URL using the pipeline GetSignInUrlInfo Step User clicks the login link and browser sends a POST request to the generated login URL The URL should start from identity externallogin Step The processor HandleLoginLink performs the following logic ensures that the request method is POSTincludes RedirectUri parameter in the Authentication propertiescalls OWIN AuthenticationManager Challenge method passing the correct authentication typeThen OWIN generates nonce saves it in a cookie and redirects to the identity provider passing the nonce in the message Step Browser redirects user to the Identity Provider sign in page Step IDP authenticates the user and returns a JWT token Step Browser redirects back to Sitecore application with JWT token Step OWIN validates that nonce returned in the JWT token is valid and matches the original nonce cookie Sitecore IdentityProviderProcessor validates the token authenticates the user and redirects to the specified RedirectUri If something goes wrong at any of these steps the error IDX can appear There are some common reasons that can cause it Sitecore pipeline GetSignInUrlInfo was not used for generating the sign in URL Original domain of the website and the configured redirect URL domain are different therefore Sitecore does not have access to the nonce cookie after redirect back from the identity provider Cookies or session was cleared between the sign in URL generation and redirect back from the external provider Nonce cookie is returned by the server but the browser blocks it ASP NET Session ID cookie is not created For example the last time I saw this error it was intermittent and happened only on one machine and we could not reproduce it anywhere else It turned out that the problem was caused by the disabled xDB Enabled and xDB Tracking Enabled settings If a request to the login page was made in a new incognito browser window there was no ASP NET Session ID cookie created before the redirect was made to the identity provider therefore Sitecore could not validate that the response from the identity provider was made from the same user session Troubleshooting stepsIf you faced this error the following steps can help to troubleshoot it Look at requests on the browser Network tab It can be an IIS redirect that breaks the POST request and the problem is not even in the nonce cookie Check that the cookies are generated and saved correctly both ASP NET Session ID and nonce cookie If the website redirects back to the error page check the error message in query string Review Sitecore log and Owin log for any relevant error messages Bonus tip If you have just started integration and don t have any components that display the logged in user details yet create a simple test rendering that will output all information required for debugging 2023-05-02 18:17:55
Apple AppleInsider - Frontpage News Reason 12 update finally has native Apple Silicon support https://appleinsider.com/articles/23/05/02/reason-12-update-adds-offline-mode-apple-silicon-support?utm_medium=rss Reason update finally has native Apple Silicon supportReason Studios has enhanced its music production software to include an offline mode and compatibility with Apple Silicon even on older extensions Reason Studio issues a updateThe Sweden based music company has introduced a significant update in version to enhance performance and improve the workflows of musicians using Reason The tool now has inherent compatibility with Apple Silicon resulting in a performance improvement on Macs with an M series processor Read more 2023-05-02 18:34:56
海外TECH Engadget Ford's new trail-finding app is exclusively for Bronco SUV owners https://www.engadget.com/fords-new-trail-finding-app-is-exclusively-for-bronco-suv-owners-182533940.html?src=rss Ford x s new trail finding app is exclusively for Bronco SUV ownersFord just dropped a trail finding app specifically for Bronco SUV owners The appropriately named Bronco Trail App is available for both iOS and Android mobile devices and includes a boatload of goodies for true off roading enthusiasts In other words this app is not for people who use their rugged SUVs primarily to pick up coffee down the street The app leads drivers to more than professionally curated trails throughout the US Canada and Mexico with more countries coming totaling miles These maps let you filter by location length difficulty and more with the ability to save your favorite trails Once you save a trail you can add waypoints notes and even photos to show off preferred landmarks Of course the deeper you trek into the wilds the more cellular service diminishes The app lets you download maps ahead of time in satellite or D topographic formats so you can view them even when in the middle of nowhere Beyond curated maps there are some high tech features here The app integrates with the SUV s tire pressure gauge sensor and automatically adjusts the pressure to suit trail recommendations This feature works without a cellular or cloud connection There is also a small social media component here as you can trade marked up maps with other Bronco owners to share unique destinations and the like FordOn the topic of social media the app includes the ability to capture video which is then shared via your preferred social network This isn t any ordinary video however as this content is automatically overlaid with all kinds of useful and nifty information like speed RPM distance traveled elevation and a lot more The app is free but a new Ford Bronco starts at around It s available for download right now and Ford says it ll stay on top of updates adding more trails and features in the coming months You ll also need an up to date FordPass subscription but if you own a new Bronco you probably have that too nbsp This article originally appeared on Engadget at 2023-05-02 18:25:33
海外TECH Engadget The Switch version of 'Marvel's Midnight Suns' has been canceled https://www.engadget.com/the-switch-version-of-marvels-midnight-suns-has-been-canceled-180428192.html?src=rss The Switch version of x Marvel x s Midnight Suns x has been canceledFive months after Marvel s Midnight Sunsarrived on PC Xbox Series X S and PlayStation the game will at last land on last gen consoles Firaxis turn based RPG will hit Xbox One and PS on May th There s a disappointing update for those who ve been waiting for Marvel s Midnight Suns to come to Nintendo Switch however That version is quot no longer planned quot according to a post on the game s website In other words Firaxis and publisher K have canceled the Switch port That may not be a huge surprise given the extra time that Firaxis already needed to get the PS and Xbox One versions ready Both of those consoles are considerably more powerful than the Switch and it may be the case that the extra work required to get the game running on Nintendo s console ultimately wasn t worthwhile After all despite strong reviews the game was a quot commercial flop quot according to Take Two CEO Strauss Zelnick On a positive note the Xbox One and PS versions will drop on the same day as the game s fourth expansion Marvel s Midnight Suns Blood Storm will add Storm as a playable character and introduce new missions to the ongoing vampyre storyline All of the DLC installments will be available to PS and Xbox One players out of the gate enabling them to add the likes of Deadpool Venom and Morbius to their hero rosters This article originally appeared on Engadget at 2023-05-02 18:04:28
海外科学 NYT > Science FRIDA, an AI Robot, Can Paint. But Is It Making Art? https://www.nytimes.com/2023/05/02/science/ai-creativity-paintbot.html abstract 2023-05-02 18:13:46
ニュース BBC News - Home Coronation: No drama over swearing allegiance, says archbishop https://www.bbc.co.uk/news/uk-65458470?at_medium=RSS&at_campaign=KARANGA swear 2023-05-02 18:21:11
ニュース BBC News - Home Sue Gray chose not to engage with Labour job inquiry, minister says https://www.bbc.co.uk/news/uk-politics-65461223?at_medium=RSS&at_campaign=KARANGA labour 2023-05-02 18:13:04
ニュース BBC News - Home Jurgen Klopp: Liverpool boss charged by FA over comments about referee Paul Tierney https://www.bbc.co.uk/sport/football/65464197?at_medium=RSS&at_campaign=KARANGA Jurgen Klopp Liverpool boss charged by FA over comments about referee Paul TierneyLiverpool manager Jurgen Klopp is charged by the FA for his comments about referee Paul Tierney after his side s win against Tottenham on Sunday 2023-05-02 18:15:15
ニュース BBC News - Home IPL 2023: Delhi Capitals beat Gujarat Titans after Phil Salt dismissed first ball of match https://www.bbc.co.uk/sport/cricket/65462143?at_medium=RSS&at_campaign=KARANGA IPL Delhi Capitals beat Gujarat Titans after Phil Salt dismissed first ball of matchEngland opener Phil Salt is dismissed from the first ball of the match but Delhi Capitals fight back to beat Gujarat Titans in the Indian Premier League 2023-05-02 18:11:41
ビジネス ダイヤモンド・オンライン - 新着記事 【名医が教える】ケトン体の働きが老化防止につながる理由 - 糖質制限はやらなくていい https://diamond.jp/articles/-/318924 【名医が教える】ケトン体の働きが老化防止につながる理由糖質制限はやらなくていい「日食では、どうしても糖質オーバーになる」「やせるためには糖質制限が必要」…。 2023-05-03 03:55:00
ビジネス ダイヤモンド・オンライン - 新着記事 PERで注意するべき2つのパターンーー(1)高すぎるPERの修正 - 株の投資大全 https://diamond.jp/articles/-/321680 2023-05-03 03:53:00
ビジネス ダイヤモンド・オンライン - 新着記事 【投資のプロが教える】リーマン・ショックでも元本割れしなかった、長期・積立投資の効果とは? - インフレ・円安からお金を守る最強の投資 https://diamond.jp/articles/-/321879 【投資のプロが教える】リーマン・ショックでも元本割れしなかった、長期・積立投資の効果とはインフレ・円安からお金を守る最強の投資インフレ・円安の時代に入った今、資産を預金だけで持つことはリスクがあり、おすすめできない。 2023-05-03 03:51:00
ビジネス ダイヤモンド・オンライン - 新着記事 【マンガ】『世界一受けたい授業』で話題! 体が硬い人は絶対やってみて! 立ちっぱで足がパンパン… 「仕事中に20秒のもも裏・ふくらはぎほぐし」 - いつでも、どこでも、1回20秒で硬い体が超ラクになる! スキマ★ストレッチ https://diamond.jp/articles/-/320222 【マンガ】『世界一受けたい授業』で話題体が硬い人は絶対やってみて立ちっぱで足がパンパン…「仕事中に秒のもも裏・ふくらはぎほぐし」いつでも、どこでも、回秒で硬い体が超ラクになるスキマストレッチ【大好評Amazon楽天ベストセラー第位】長引くコロナ禍で、体を動かす機会がメッキリ減ってしまった人は多いはず。 2023-05-03 03:49:00
ビジネス ダイヤモンド・オンライン - 新着記事 【効果実証済】年間1億円、利益アップした「勉強会」のやり方 - 時間最短化、成果最大化の法則 https://diamond.jp/articles/-/319070 【効果実証済】年間億円、利益アップした「勉強会」のやり方時間最短化、成果最大化の法則シリーズ万部突破話題の冊をフル活用したら、なんと億円の利益改善売上を減らしたら、利益が億円アップした会社をご存じだろうか「いずみホールディングス」は、食品流通事業とBtoBマネープラットフォーム事業を展開する企業グループ。 2023-05-03 03:47:00
ビジネス ダイヤモンド・オンライン - 新着記事 【GWスペシャル】同じノウハウを聞いても成果が出る人と出ない人の決定的な違い - コピーライティング技術大全 https://diamond.jp/articles/-/320229 2023-05-03 03:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 【まんが】「自分らしさ」に悩む人の「親との関係」に共通する特徴とは<心理カウンセラーが教える> - あなたはもう、自分のために生きていい https://diamond.jp/articles/-/321002 twitter 2023-05-03 03:43:00
ビジネス ダイヤモンド・オンライン - 新着記事 【就職・転職・定年退職】「やりたいことが明確な人」はノートに何を書いているのか? - 書く瞑想 https://diamond.jp/articles/-/320673 【就職・転職・定年退職】「やりたいことが明確な人」はノートに何を書いているのか書く瞑想不安や悩みをノートに書き出して、鬱々とした気持ちや頭の混乱をスッキリ整理するー。 2023-05-03 03:41:00
ビジネス ダイヤモンド・オンライン - 新着記事 「最高です!」を英語でどう言う? - 5分間英単語 https://diamond.jp/articles/-/322218 「最高です」を英語でどう言う分間英単語「たくさん勉強したのに英語を話せない……」。 2023-05-03 03:39:00
ビジネス ダイヤモンド・オンライン - 新着記事 【9割の人が知らない Google の使い方】撮って満足していませんか? Google フォトで楽しむ写真の新しい世界 - Google 式10Xリモート仕事術 https://diamond.jp/articles/-/321194 【割の人が知らないGoogleの使い方】撮って満足していませんかGoogleフォトで楽しむ写真の新しい世界Google式Xリモート仕事術神田昌典氏絶賛刷Google認定トレーナーがあなたの生産性劇的アップを神サポート「リモート弱者」が「リモート強者」変わる神メソッドITビギナーから絶大な信頼を得ている平塚氏は、Googleが授与する資格Google認定トレーナーGoogleCloudPartnerSpecializationEducationをつ保有する国内唯一の女性トレーナー経営者。 2023-05-03 03:37:00
ビジネス ダイヤモンド・オンライン - 新着記事 【GWスペシャル】「圧倒的にクリエイティブな人」の脳の3大回路とは? - スタンフォード式生き抜く力 https://diamond.jp/articles/-/321444 新しい時代に必要な教育が日本人によって示されたと記憶される本になる」と語った本書の要点と本に掲載できなかった最新情報をコンパクトに解説する本連載。 2023-05-03 03:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 【ご神仏との[幸運。]1日1話】 「開運とは無縁の人」がGWに大逆転する小さな習慣 - 1日1分見るだけで願いが叶う!ふくふく開運絵馬 https://diamond.jp/articles/-/320719 【ご神仏との幸運。 2023-05-03 03:33:00
ビジネス ダイヤモンド・オンライン - 新着記事 【GW特集】やりきった感がスゴイ! メンタルダウンに効く「1日5分自衛隊体操」とは? - 1位思考 https://diamond.jp/articles/-/321087 twitter 2023-05-03 03:31:00
ビジネス ダイヤモンド・オンライン - 新着記事 【制限時間10秒】「12mおきに18本の木が立っている池のまわりが何mか」を暗算できる? - 小学生がたった1日で19×19までかんぺきに暗算できる本 https://diamond.jp/articles/-/322016 暗算 2023-05-03 03:29:00
ビジネス ダイヤモンド・オンライン - 新着記事 【元国税専門官が明かす】 資産100億円を築いた “伝説の億万長者”の貯金術 - 元国税専門官がこっそり教える あなたの隣の億万長者 https://diamond.jp/articles/-/321375 【元国税専門官が明かす】資産億円を築いた“伝説の億万長者の貯金術元国税専門官がこっそり教えるあなたの隣の億万長者【大反響Amazonベストセラー第位】経済的に恵まれない母子家庭に育ち、高校・大学は奨学金を借りて卒業した。 2023-05-03 03:27:00
ビジネス ダイヤモンド・オンライン - 新着記事 【お金を増やす】 知らないと損をする…個人投資家が最低限知っておきたい3つの理論 - 個人投資家もマネできる 世界の富裕層がお金を増やしている方法 https://diamond.jp/articles/-/321412 米国の富裕層の間では、米国以外の海外資産を組み入れるグローバル投資の動きが、以前にも増して加速しているという。 2023-05-03 03:25:00
ビジネス ダイヤモンド・オンライン - 新着記事 【グローバル世界の必須の教養】世界の文明の特徴を「たった4行」で表現すると…? - 死の講義 https://diamond.jp/articles/-/321631 【グローバル世界の必須の教養】世界の文明の特徴を「たった行」で表現すると…死の講義東京大学教授・西成活裕氏が大絶賛読売新聞書評面掲載で大きな話題「死」とは何か。 2023-05-03 03:23:00
ビジネス ダイヤモンド・オンライン - 新着記事 「足を伸ばして座る」「微笑まない」会話でやっていたら嫌われるNG行動 - 第一印象の魔法 https://diamond.jp/articles/-/321776 人間関係 2023-05-03 03:21:00
ビジネス ダイヤモンド・オンライン - 新着記事 「上司が怖くて質問できない…」質問恐怖症のための3つの処方箋 - 良書発見 https://diamond.jp/articles/-/320708 2023-05-03 03:19:00
ビジネス ダイヤモンド・オンライン - 新着記事 話すのが苦手な人が今すぐ始めたい「習慣」 - 伝わるチカラ https://diamond.jp/articles/-/321605 2023-05-03 03:17:00
ビジネス ダイヤモンド・オンライン - 新着記事 【72万フォロワーの英語系YouTuberが教える】 「あんなくだらないこと、よく聞けるな」を英語で言うと? - バカでも英語がペラペラ! 超★勉強法 https://diamond.jp/articles/-/321403 【万フォロワーの英語系YouTuberが教える】「あんなくだらないこと、よく聞けるな」を英語で言うとバカでも英語がペラペラ超勉強法【大反響発売前発売即大増刷】新潟の片田舎で生まれ育ち、勉強はからっきし苦手。 2023-05-03 03:15:00
ビジネス ダイヤモンド・オンライン - 新着記事 【糖質制限のプロが教える】 20代の頃の体重をキープできるワケ - 内臓脂肪がストンと落ちる食事術 https://diamond.jp/articles/-/321902 身長は年をとっても縮んでいない歯は全部残っていて虫歯も歯周病もない視力もよく『広辞苑』の小さな文字も裸眼で読める聴力の低下もない毎日時間睡眠で夜中に尿意で目覚めることはない定期的に飲んでいる薬もなければサプリメントとも無縁コレステロール値も中性脂肪値も基準値内いまも朝勃ち夜間陰茎勃起現象する「朝勃ち」なんていうと下品に思われるかもしれないが、バカにしてはいけない。 2023-05-03 03:13:00
ビジネス ダイヤモンド・オンライン - 新着記事 部下から「相談されやすい上司」が必ずやっていること――1万人のリーダーが悩んでいること【書籍オンライン編集部セレクション】 - 1万人のリーダーが悩んでいること https://diamond.jp/articles/-/321685 部下 2023-05-03 03:11:00
ビジネス ダイヤモンド・オンライン - 新着記事 「お金で幸せになれる人とストレスを溜める人」決定的な1つの差【資産運用の達人が教える】 - トゥー・ビー・リッチ https://diamond.jp/articles/-/321918 資産運用 2023-05-03 03:09:00
ビジネス ダイヤモンド・オンライン - 新着記事 【精神科医が教える】 急に何もかもうまくいかなくなった…スランプやプラトーを乗り越える人が密かにやっていること - 精神科医Tomyが教える 40代を後悔せず生きる言葉 https://diamond.jp/articles/-/320525 そんなときの助けになるのが、『精神科医Tomyが教える代を後悔せず生きる言葉』ダイヤモンド社だ。 2023-05-03 03:07:00
GCP Cloud Blog What’s new with Google Cloud https://cloud.google.com/blog/topics/inside-google-cloud/whats-new-google-cloud/ What s new with Google CloudWant to know the latest from Google Cloud Find it here in one handy location Check back regularly for our newest updates announcements resources events learning opportunities and more  Tip  Not sure where to find what you re looking for on the Google Cloud blog Start here  Google Cloud blog Full list of topics links and resources Week of May Microservices observability is now generally available for C Go and Java This release includes a number of new features and improvements making it easier than ever to monitor and troubleshoot your microservices applications Learn more on our user guide Google Cloud Deploy Google Cloud Deploy now supports Skaffold as the default Skaffold version for all target types Release Notes Cloud Build You can now configure Cloud Build to continue executing a build even if specified steps fail This feature is generally available Learn more hereWeek of April General Availability Custom Modules for Security Health Analytics is now generally available Author custom detective controls in Security Command Center using the new custom module capability Next generation Confidential VM is now available in Private Preview with a Confidential Computing technology called AMD Secure Encrypted Virtualization Secure Nested Paging AMD SEV SNP on general purpose ND machines Confidential VMs with AMD SEV SNP enabled builds upon memory encryption and adds new hardware based security protections such as strong memory integrity encrypted register state thanks to AMD SEV Encrypted State SEV ES and hardware rooted remote attestation Sign up here Selecting Tier networking for your Compute Engine VM can give you the bandwidth you need for demanding workloads Check out this blog on Increasing bandwidth to Compute Engine VMs with TIER networking Week of April Use Terraform to manage Log Analytics in Cloud Logging  You can now configure Log Analytics on Cloud Logging buckets and BigQuery linked datasets by using the following Terraform modules Google logging project bucket configgoogle logging linked datasetWeek of April Assured Open Source Software is generally available for Java and Python ecosystems Assured OSS is offered at no charge and provides an opportunity for any organization that utilizes open source software to take advantage of Google s expertise in securing open source dependencies BigQuery change data capture CDC is now in public preview BigQuery CDC provides a fully managed method of processing and applying streamed UPSERT and DELETE operations directly into BigQuery tables in real time through the BigQuery Storage Write API This further enables the real time replication of more classically transactional systems into BigQuery which empowers cross functional analytics between OLTP and OLAP systems Learn more here Week of April Now Available Google Cloud Deploy now supports canary release as a deployment strategy This feature is supported in Preview Learn moreGeneral Availability Cloud Run services as backends to Internal HTTP S Load Balancers and Regional External HTTP S Load Balancers Internal load balancers allow you to establish private connectivity between Cloud Run services and other services and clients on Google Cloud on premises or on other clouds In addition you get custom domains tools to migrate traffic from legacy services Identity aware proxy support and more Regional external load balancer as the name suggests is designed to reside in a single region and connect with workloads only in the same region thus helps you meet your regionalization requirements Learn more New Visualization tools for Compute Engine Fleets TheObservability tab in the Compute Engine console VM List page has reached General Availability The new Observability tab is an easy way to monitor and troubleshoot the health of your fleet of VMs Datastream for BigQuery is Generally Available  Datastream for BigQuery is generally available offering a unique truly seamless and easy to use experience that enables near real time insights in BigQuery with just a few steps Using BigQuery s newly developed change data capture CDC and Storage Write API s UPSERT functionality Datastream efficiently replicates updates directly from source systems into BigQuery tables in real time You no longer have to waste valuable resources building and managing complex data pipelines self managed staging tables tricky DML merge logic or manual conversion from database specific data types into BigQuery data types Just configure your source database connection type and destination in BigQuery and you re all set Datastream for BigQuery will backfill historical data and continuously replicate new changes as they happen Now available  Build an analytics lakehouse on Google Cloud whitepaper The analytics lakehouse combines the benefits of data lakes and data warehouses without the overhead of each In this paper we discuss the end to end architecture which enable organizations to extract data in real time regardless of which cloud or datastore the data reside in use the data in aggregate for greater insight and artificial intelligence AI all with governance and unified access across teams  Download now Week of March Faced with strong data growth Squarespace made the decision to move away from on premises Hadoop to a cloud managed solution for its data platform Learn how they reduced the number of escalations by with the analytics lakehouse on Google Cloud  Read nowLast chance Register to attend Google Data Cloud amp AI Summit  Join us on Wednesday March at AM PDT PM EDT to discover how you can use data and AI to reveal opportunities to transform your business and make your data work smarter Find out how organizations are using Google Cloud data and AI solutions to transform customer experiences boost revenue and reduce costs  Register today for this no cost digital event New BigQuery editions flexibility and predictability for your data cloud  At the Data Cloud amp AI Summit we announced BigQuery pricing editionsーStandard Enterprise and Enterprise Plusーthat allow you to choose the right price performance for individual workloads Along with editions we also announced autoscaling capabilities that ensure you only pay for the compute capacity you use and a new compressed storage billing model that is designed to reduce your storage costs Learn more about latest BigQuery innovations and register for the upcoming BigQuery roadmap session on April Introducing Looker Modeler A single source of truth for BI metrics  At the Data Cloud amp AI Summit we introduced a standalone metrics layer we call Looker Modeler available in preview in Q With Looker Modeler organizations can benefit from consistent governed metrics that define data relationships and progress against business priorities and consume them in BI tools such as Connected Sheets Looker Studio Looker Studio Pro Microsoft Power BI Tableau and ThoughtSpot Bucket based log based metrics ーnow generally available ーallow you to track visualize and alert on important logs in your cloud environment from many different projects or across the entire organization based on what logs are stored in a log bucket Week of March Chronicle Security Operations Feature Roundup Bringing a modern and unified security operations experience to our customers is and has been a top priority with the Google Chronicle team We re happy to show continuing innovation and even more valuable functionality In our latest release roundup we ll highlight a host of new capabilities focused on delivering improved context collaboration and speed to handle alerts faster and more effectively Learn how our newest capabilities enable security teams to do more with less here Announcing Google s Data Cloud amp AI Summit March th  Can your data work smarter How can you use AI to unlock new opportunities Join us on Wednesday March to gain expert insights new solutions and strategies to reveal opportunities hiding in your company s data Find out how organizations are using Google Cloud data and AI solutions to transform customer experiences boost revenue and reduce costs  Register today for this no cost digital event Artifact Registry Feature Preview Artifact Registry now supports immutable tags for Docker repositories If you enable this setting an image tag always points to the same image digest including the default latest tag This feature is in Preview Learn moreWeek of March A new era for AI and Google Workspace  Google Workspace is using AI to become even more helpful starting with new capabilities in Docs and Gmail to write and refine content Learn more Building the most open and innovative AI ecosystem  In addition to the news this week on AI products Google Cloud has also announced new partnerships programs and resources This includes bringing bringing the best of Google s infrastructure AI products and foundation models to partners at every layer of the AI stack chipmakers companies building foundation models and AI platforms technology partners enabling companies to develop and deploy machine learning ML models app builders solving customer use cases with generative AI and global services and consulting firms that help enterprise customers implement all of this technology at scale Learn more From Microbrows to Microservices  Ulta Beauty is building their digital store of the future but to maintain control over their new modernized application they turned to Anthos and GKE Google Cloud s managed container services to provide an eCommerce experience as beautiful as their guests Read our blog to see how a newly minted Cloud Architect learnt Kubernetes and Google Cloud to provide the best possible architecture for his developers Learn more Now generally available understand and trust your data with Dataplex data lineage a fully managed Dataplex capability that helps you understand how data is sourced and transformed within the organization Dataplex data lineage automatically tracks data movement across BigQuery BigLake Cloud Data Fusion Preview and Cloud Composer Preview eliminating operational hassles around manual curation of lineage metadata Learn more here Rapidly expand the reach of Spanner databases with read only replicas and zero downtime moves Configurable read only replicas let you add read only replicas to any Spanner instance to deliver low latency reads to clients in any geography Alongside Spanner s zero downtime instance move service you have the freedom to move your production Spanner instances from any configuration to another on the fly with zero downtime whether it s regional multi regional or a custom configuration with configurable read only replicas Learn more here Week of March Automatically blocking project SSH keys in Dataflow is now GA This service option allows Dataflow users to prevent their Dataflow worker VMs from accepting SSH keys that are stored in project metadata and results in improved security Getting started is easy enable the block project ssh keys service option while submitting your Dataflow job Celebrate International Women s Day Learn about the leaders driving impact at Google Cloud and creating pathways for other women in their industries Read more Google Cloud Deploy now supports Parallel Deployment to GKE and Cloud Run workloads This feature is in Preview  Read more Sumitovant doubles medical research output in one year using LookerSumitovant is a leading biopharma research company that has doubled their research output in one year alone By leveraging modern cloud data technologies Sumitovant supports their globally distributed workforce of scientists to develop next generation therapies using Google Cloud s Looker for trusted self service data research To learn more about Looker check out Week of Feb Mar Add geospatial intelligence to your Retail use cases by leveraging the CARTO platform on top of your data in BigQueryLocation data will add a new dimension to your Retail use cases like site selection geomarketing and logistics and supply chain optimization Read more about the solution and various customer implementations in the CARTO for Retail Reference Guide and see a demonstration in this blog Google Cloud Deploy support for deployment verification is now GA  Read more or Try the DemoWeek of Feb Feb Logs for Network Load Balancing and logs for Internal TCP UDP Load Balancingare now GA Logs are aggregated per connection and exported in near real time providing useful information such as tuples of the connection received bytes and sent bytes for troubleshooting and monitoring the pass through Google Cloud Load Balancers Further customers can include additional optional fields such as annotations for client side and server side GCE and GKE resources to obtain richer telemetry The newly published Anthos hybrid cloud architecture reference design guideprovides opinionated guidance to deploy Anthos in a hybrid environment to address some common challenges that you might encounter Check out the architecture reference design guidehere to accelerate your journey to hybrid cloud and containerization Week of Feb Feb Deploy PyTorch models on Vertex AI in a few clicks with prebuilt PyTorch serving containers which means less code no need to write Dockerfiles and faster time to production Confidential GKE Nodes on Compute Optimized CD VMs are now GA Confidential GKE Nodes help to increase the security of your GKE clusters by leveraging hardware to ensure your data is encrypted in memory helping to defend against accidental data leakage malicious administrators and “curious neighbors Getting started is easy as your existing GKE workloads can run confidentially with no code changes required Announcing Google s Data Cloud amp AI Summit March th Can your data work smarter How can you use AI to unlock new opportunities Register for Google Data Cloud amp AI Summit a digital event for data and IT leaders data professionals developers and more to explore the latest breakthroughs Join us on Wednesday March to gain expert insights new solutions and strategies to reveal opportunities hiding in your company s data Find out how organizations are using Google Cloud data and AI solutions to transform customer experiences boost revenue and reduce costs  Register today for this no cost digital event Running SAP workloads on Google Cloud Upgrade to our newly released Agent for SAP to gain increased visibility into your infrastructure and application performance The new agent consolidates several of our existing agents for SAP workloads which means less time spent on installation and updates and more time for making data driven decisions In addition there is new optional functionality that powers exciting products like Workload Manager a way to automatically scan your SAP workloads against best practices Learn how to install or upgrade the agent here Leverege uses BigQuery as a key component of its data and analytics pipeline to deliver innovative IoT solutions at scale As part of the Built with BigQuery program this blog post goes into detail about Leverege IoT Stack that runs on Google Cloud to power business critical enterprise IoT solutions at scale  Download white paper Three Actions Enterprise IT Leaders Can Take to Improve Software Supply Chain Security to learn how and why high profile software supply chain attacks like SolarWinds and Logj happened the key lessons learned from these attacks as well as actions you can take today to prevent similar attacks from happening to your organization Week of Feb Feb Immersive Stream for XRleverages Google Cloud GPUs to host render and stream high quality photorealistic experiences to millions of mobile devices around the world and is now generally available Read more here Reliable and consistent data presents an invaluable opportunity for organizations to innovate make critical business decisions and create differentiated customer experiences But poor data quality can lead to inefficient processes and possible financial losses Today we announce new Dataplex features automatic data quality AutoDQ and data profiling available in public preview AutoDQ offers automated rule recommendations built in reporting and serveless execution to construct high quality data  Data profiling delivers richer insight into the data by identifying its common statistical characteristics Learn more Cloud Workstations now supports Customer Managed Encryption Keys CMEK which provides user encryption control over Cloud Workstation Persistent Disks Read more Google Cloud Deploy now supports Cloud Run targets in General Availability Read more Learn how to use NetApp Cloud Volumes Service as datastores for Google Cloud VMware Engine for expanding storage capacity Read moreWeek of Jan Feb Oden Technologies uses BigQuery to provide real time visibility efficiency recommendations and resiliency in the face of network disruptions in manufacturing systems As part of the Built with BigQuery program this blog post describes the use cases challenges solution and solution architecture in great detail Manage table and column level access permissions using attribute based policies in Dataplex Dataplex attribute store provides a unified place where you can create and organize a Data Class hierarchy to classify your distributed data and assign behaviors such as Table ACLs and Column ACLs to the classified data classes Dataplex will propagate IAM Roles to tables across multiple Google Cloud projects according to the attribute s assigned to them and a single merged policy tag to columns according to the attribute s attached to them  Read more Lytics is a next generation composableCDP that enables companies to deploy a scalable CDP around their existing data warehouse lakes As part of the Built with BigQuery program for ISVs Lytics leverages Analytics Hub to launch secure data sharing and enrichment solution for media and advertisers This blog post goes over Lytics Conductor on Google Cloud and its architecture in great detail Now available in public preview Dataplex business glossary offers users a cloud native way to maintain and manage business terms and definitions for data governance establishing consistent business language improving trust in data and enabling self serve use of data Learn more here Security Command Center SCC Google Cloud s native security and risk management solution is now available via self service to protect individual projects from cyber attacks It s never been easier to secure your Google Cloud resources with SCC Read our blog to learn more To get started today go to Security Command Center in the Google Cloud console for your projects Global External HTTP S Load Balancer and Cloud CDN now support advanced traffic management using flexible pattern matching in public preview This allows you to use wildcards anywhere in your path matcher You can use this to customize origin routing for different types of traffic request and response behaviors and caching policies In addition you can now use results from your pattern matching to rewrite the path that is sent to the origin Run large pods on GKE Autopilot with the Balanced compute class When you need computing resources on the larger end of the spectrum we re excited that the Balanced compute class which supports Pod resource sizes up to vCPU and GiB is now GA Week of Jan Jan Starting with Anthos version Google supports each Anthos minor version for months after the initial release of the minor version or until the release of the third subsequent minor version whichever is longer We plan to have Anthos minor release three times a year around the months of April August and December in with a monthly patch release for example z in version x y z for supported minor versions For more information read here Anthos Policy Controller enables the enforcement of fully programmable policies for your clusters across the environments We are thrilled to announce the launch of our new built in Policy Controller Dashboard a powerful tool that makes it easy to manage and monitor the policy guardrails applied to your Fleet of clusters New policy bundles are available to help audit your cluster resources against kubernetes standards industry standards or Google recommended best practices The easiest way to get started with Anthos Policy Controller is to just install Policy controller and try applying a policy bundle to audit your fleet of clusters against a standard such as CIS benchmark Dataproc is an important service in any data lake modernization effort Many customers begin their journey to the cloud by migrating their Hadoop workloads to Dataproc and continue to modernize their solutions by incorporating the full suite of Google Cloud s data offerings Check out this guide that demonstrates how you can optimize Dataproc job stability performance and cost effectiveness Eventarc adds support for new direct events from the following Google services in Preview API Gateway Apigee Registry BeyondCorp Certificate Manager Cloud Data Fusion Cloud Functions Cloud Memorystore for Memcached Database Migration Datastream Eventarc Workflows This brings the total pre integrated events offered in Eventarc to over events from Google services and third party SaaS vendors  mFit release adds support for JBoss and Apache workloads by including fit analysis and framework analytics for these workload types in the assessment report See the release notes for important bug fixes and enhancements Google Cloud Deploy Google Cloud Deploy now supports Skaffold version  Release notesCloud Workstations Labels can now be applied to Cloud Workstations resources  Release notes Cloud Build Cloud Build repositories nd gen lets you easily create and manage repository connections not only through Cloud Console but also through gcloud and the Cloud Build API Release notesWeek of Jan Jan Cloud CDN now supports private origin authentication for Amazon Simple Storage Service Amazon S buckets and compatible object stores in Preview This capability improves security by allowing only trusted connections to access the content on your private origins and preventing users from directly accessing it Week of Jan Jan Revionics partnered with Google Cloud to build a data driven pricing platform for speed scale and automation with BigQuery Looker and more As part of the Built with BigQuery program this blog post describes the use cases problems solved solution architecture and key outcomes of hosting Revionics product Platform Built for Change on Google Cloud Comprehensive guide for designing reliable infrastructure for your workloads in Google Cloud The guide combines industry leading reliability best practices with the knowledge and deep expertise of reliability engineers across Google Understand the platform level reliability capabilities of Google Cloud the building blocks of reliability in Google Cloud and how these building blocks affect the availability of your cloud resources Review guidelines for assessing the reliability requirements of your cloud workloads Compare architectural options for deploying distributed and redundant resources across Google Cloud locations and learn how to manage traffic and load for distributed deployments Read the full blog here GPU Pods on GKE Autopilot are now generally available Customers can now run ML training inference video encoding and all other workloads that need a GPU with the convenience of GKE Autopilot s fully managed Kubernetes environment Kubernetes v is now generally available on GKE GKE customers can now take advantage of the many new features in this exciting release This release continues Google Cloud s goal of making Kubernetes releases available to Google customers within days of the Kubernetes OSS release Event driven transfer for Cloud Storage Customers have told us they need asynchronous scalable service to replicate data between Cloud Storage buckets for a variety of use cases including aggregating data in a single bucket for data processing and analysis keeping buckets across projects regions continents in sync etc Google Cloud now offers Preview support for event driven transfer serverless real time replication capability to move data from AWS S to Cloud Storage and copy data between multiple Cloud Storage buckets Read the full blog here Pub Sub Lite now offers export subscriptions to Pub Sub This new subscription type writes Lite messages directly to Pub Sub no code development or Dataflow jobs needed Great for connecting disparate data pipelines and migration from Lite to Pub Sub See here for documentation 2023-05-02 19: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件)