投稿時間:2022-05-30 18:30:18 RSSフィード2022-05-30 18:00 分まとめ(31件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT ITmedia 総合記事一覧 [ITmedia Mobile] ドコモ、ahamo大盛りを6月中旬に提供開始 https://www.itmedia.co.jp/mobile/articles/2205/30/news160.html ahamo 2022-05-30 17:20:00
IT ITmedia 総合記事一覧 [ITmedia News] ヒントは紙の地図 iOS版「地図マピオン」標準地図のデザイン刷新 https://www.itmedia.co.jp/news/articles/2205/30/news158.html itmedia 2022-05-30 17:14:00
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] マネフォ、スマホで銀行のサービス利用ができる「BANK APP」来春より提供開始 https://www.itmedia.co.jp/business/articles/2205/30/news151.html bankapp 2022-05-30 17:10:00
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] 西日本鉄道、Visaタッチ決済による実証実験開始へ https://www.itmedia.co.jp/business/articles/2205/30/news150.html itmedia 2022-05-30 17:10:00
Ruby Rubyタグが付けられた新着投稿 - Qiita 【Rails】Rspecのカバレッジをプルリクのコメントで表示する https://qiita.com/tomoronn3/items/183abf1059ad5b2e860c railsrubycodecov 2022-05-30 17:31:41
Ruby Rubyタグが付けられた新着投稿 - Qiita Ruby on railsにおけるRspecの導入方法 https://qiita.com/syunatsu/items/d8ad97956c39ed5405e9 lbyebuganywhereinthecode 2022-05-30 17:26:06
Ruby Railsタグが付けられた新着投稿 - Qiita 【Rails】Rspecのカバレッジをプルリクのコメントで表示する https://qiita.com/tomoronn3/items/183abf1059ad5b2e860c railsrubycodecov 2022-05-30 17:31:41
Ruby Railsタグが付けられた新着投稿 - Qiita Ruby on railsにおけるRspecの導入方法 https://qiita.com/syunatsu/items/d8ad97956c39ed5405e9 lbyebuganywhereinthecode 2022-05-30 17:26:06
技術ブログ Developers.IO Kalixのサンプルcustomer regstory sampleをローカルで動かしてみる https://dev.classmethod.jp/articles/run-kalix-sample-on-local/ akkaserverless 2022-05-30 08:53:34
技術ブログ Developers.IO [UPDATE] Amazon CloudFrontでクライアントのTLSバージョンを確認できるCloudFront-Viewer-TLSヘッダが利用可能になりました https://dev.classmethod.jp/articles/amazon-cloudfront-tls-version-cipher-suite-viewer-header/ cloudfrontviewertl 2022-05-30 08:50:50
技術ブログ Developers.IO EC2 で作成した Windows Server 2019のAdministratorパスワードを忘れたので、EC2Rescueでパスワードリセットしてみた https://dev.classmethod.jp/articles/ec2-windows-password-reset/ administrator 2022-05-30 08:44:27
海外TECH DEV Community Securing our internal tools https://dev.to/enteio/securing-our-internal-tools-3na8 Securing our internal toolsUsing Cloudflare Access to lock down our self hosted internal toolsAt ente we self host a bunch of open source tools While it takes a bit of effort on our part to set up and maintain these it helps reduce the amount of data we share with third parties We use Sentry for error reporting Grafana for monitoring and Metabase for product metrics to help folks like me who don t speak SQL While we have systems in place to secure the credentials to these services we wanted to introduce an additional barrier to entry The obvious answer was to restrict the visibility of these services to an internal network But looking at Wireguard s landing page made me realize that we d need a full time dev ops person to go down that path I started wondering how has Cloudflare not solved this already and decided to scrape their maze of a website And duh doy they had already solved this indeed Introducing Cloudflare Zero Trust Access Simply put Zero Trust Access places a login page in front of your endpoint that authenticates users across a wide variety of vectors and stores the result in a cookie that is from there on passed to Cloudflare with every subsequent request Email verification with a One time PIN is provided out of the box that can be coupled with domain specific rules to serve as a starting point In our case it also made sense to add Github as an authentication vector with a rule that verified the presence of the user within our org We went ahead and placed all our internal tools behind Access and all seemed hunky dory Until We realized that this had broken error reporting to Sentry All POST requests from clients to report errors started failing due to the newly enforced authentication requirement To work around this Cloudflare provides Service Authentication Which is just a fancy way of saying pass us these secrets in headers and we ll let you through We setup a Cloudflare Worker as a proxy to attach these headers for us and configured the Sentry SDK to use this Worker as a tunnel and all has been well since We found Zero Trust Access to be a simple way to protect internal endpoints We later on learned that Google has also been in this game for a while with Beyond Corp If you have more insights on what we could do better let us know by writing to security ente io If you simply want to follow our trysts with dev ops follow us on Twitter or come say hello on Discord 2022-05-30 08:44:17
海外TECH DEV Community Our experience in creating HTML email templates https://dev.to/clickpesa/our-experience-in-creating-html-email-templates-3d0a Our experience in creating HTML email templates Our experience in creating HTML email templatesDespite being a UI UX designer my passion has always been development so when the Getpaid team was working on the notifications part of the platform I immediately asked the tech lead to let me work on the HTML email templates I remember thinking Hey it s HTML I am good with HTML I can do it little did I know how much of a nightmare it can be creating email templates But I pushed through it did a lot of research and learned a lot of things about how to build an HTML template and what things to consider while building an HTML template Things to consider while building an HTML template Compatibility across major email clientsAccording to Litmus com there are about different email clients that share the global email client market and all these email clients support or don t support certain HTML tags and certain CSS rules It s important to take note of what is supported in order to create an HTML template that is compatible with all these email clients I used Caniemail to check the support of a tag or a CSS rule I was considering using Campaign Monitor also provides a great guide to CSS support for the most popular mobile web and desktop email clients ResponsivenessA responsive email will resize and adapt to any screen size whether it is a desktop laptop tablet or mobile therefore creating a responsive email template will ensure that the email is always readable on any device Dark light modeAccording to Nighteye App of people use dark mode on their phones of survey participants said they use their operating system s dark mode and of respondents expect sites to automatically apply a dark theme This means that even if you don t set up a dark theme your email will still look dark on devices where users like me have set the operating system to apply dark mode to everything So it s important to create an email template that can work well with both dark and light modes ImplementationWhen creating an email template your usage of HTML and CSS is limited Only table elements and inline CSS are a guarantee to work across the board of email clients and even then not all CSS rules work in most email clients We decided to take our chances with the style element even though at least four email clients do not support it and the main reason for that is to include styles for dark mode and responsiveness Here is a code snippet of our CSS code to support dark mode We experienced a bit of trouble with the background image property it was not showing on some email clients even those that were supposed to support it so we decided to have a compromise on the Getpaid logo place it using an image tag and only have the icon so the logo can be visible on both light and dark modes Here is a link to the full email template if you are interested in taking a look 2022-05-30 08:04:25
海外TECH Engadget US retakes first place from Japan on Top500 supercomputer ranking https://www.engadget.com/us-retakes-first-place-on-top-500-supercomputer-ranking-082342025.html?src=rss US retakes first place from Japan on Top supercomputer rankingThe United States is on top of the supercomputing world in the Top ranking of the most powerful systems The Frontier system from Oak Ridge National Laboratory ORNL running on AMD EPYC CPUs took first place from last year s champ Japan s ARM AX Fugaku system It s still in the integration and testing process at the ORNL in Tennessee but will eventually be operated by the US Air Force and US Department of Energy Frontier powered by Hewlett Packard Enterprise s HPE Cray EX platform was the top machine by a wide margin too It s the first known true exascale system hitting a peak exaflops on the Linmark benchmark Fugaku meanwhile managed less than half that at petaflops which was still enough to keep it in first place for the previous two years nbsp nbsp Frontier was also the most efficient supercomputer too Running at just gigaflops per watt it beat out Japan s MN system to grab first place on the Green list quot The fact that the world s fastest machine is also the most energy efficient is just simply amazing quot ORNL lab director Thomas Zacharia said at a press conference Other machines in the TOP include another HPE Cray EX system install at EuroHPC in Finland petaflops the IBM built Summit system using core Power CPUs and NVIDIA Tesla V GPUs petaflops and Lawrence Livermore s Sierra a smaller scale version of Summit that hit Pflop s China held two top ten spots with its Sunway TaihuLight from the National Research Center of Parallel Computer Engineering amp Technology NRCPC and Tianhe A built by China s National University of Defense Technology NUDT However China is rumored to already have no less than two exascale systems according to the Linmark benchmark on new Sunway Oceanlite and Tianhe systems Due to the current state of semiconductor politics however China is reportedly not revealing any new benchmarks or important advances nbsp 2022-05-30 08:23:42
医療系 医療介護 CBnews 電子資格確認、「義務化なら加算廃止はおかしい」-日病・相澤会長 https://www.cbnews.jp/news/entry/20220530170159 医療機関 2022-05-30 17:40:00
金融 ニュース - 保険市場TIMES ペットメディカルサポート、ムック「保険完全ガイド」ペット保険部門のベストバイ受賞 https://www.hokende.com/news/blog/entry/2022/05/30/180000 2022-05-30 18:00:00
ニュース @日本経済新聞 電子版 さだまさし「僕はロック歌手」 新作でウクライナと向き合う https://t.co/7E0cSL37Ew https://twitter.com/nikkei/statuses/1531191215030423553 新作 2022-05-30 08:30:08
ニュース @日本経済新聞 電子版 ウクライナ東部、激しい攻防「重要インフラすべて破壊」 https://t.co/L5wcplp1js https://twitter.com/nikkei/statuses/1531188342196703232 重要 2022-05-30 08:18:43
海外ニュース Japan Times latest articles New Australian leader Anthony Albanese focuses on countering China’s Pacific influence https://www.japantimes.co.jp/news/2022/05/30/world/anthony-albanese-pacific-foreign-policy/ New Australian leader Anthony Albanese focuses on countering China s Pacific influenceHeading into the election the Labor Party platform emphasized that its defense and foreign policy would start with increased cooperation with the Pacific islands 2022-05-30 17:30:23
海外ニュース Japan Times latest articles French officials under fire after unrest before Champions League final https://www.japantimes.co.jp/sports/2022/05/30/soccer/champions-league-unrest/ olympics 2022-05-30 17:33:07
ニュース BBC News - Home Champions League final: Fake tickets triggered Paris final chaos - France https://www.bbc.co.uk/news/world-europe-61630201?at_medium=RSS&at_campaign=KARANGA champions 2022-05-30 08:47:38
ニュース BBC News - Home Marshall v Shields: Fight 'as big as Taylor v Serrano', says American https://www.bbc.co.uk/sport/boxing/61608666?at_medium=RSS&at_campaign=KARANGA amanda 2022-05-30 08:01:47
ビジネス 不景気.com 名古屋の遊技機メーカー「高尾」が民事再生法、負債70億円 - 不景気com https://www.fukeiki.com/2022/05/takao.html 信用調査会社 2022-05-30 08:42:07
北海道 北海道新聞 相馬野馬追、3年ぶり通常開催へ 福島・沿岸部の伝統行事 https://www.hokkaido-np.co.jp/article/687294/ 伝統行事 2022-05-30 17:18:00
北海道 北海道新聞 大和堆の違法操業を警戒 イカ漁期控え、海保と水産庁 https://www.hokkaido-np.co.jp/article/687281/ 違法操業 2022-05-30 17:15:41
北海道 北海道新聞 平野ノラさんら評議員に バレーボール協会 https://www.hokkaido-np.co.jp/article/687291/ 平野ノラ 2022-05-30 17:16:00
北海道 北海道新聞 「自分の望む野球人生を」 佐々木朗、恩師が幸せ願う https://www.hokkaido-np.co.jp/article/687288/ 完全試合 2022-05-30 17:10:00
北海道 北海道新聞 東大寺で新別当の晋山式 橋村大僧正が就任披露 https://www.hokkaido-np.co.jp/article/687285/ 華厳宗 2022-05-30 17:04:00
北海道 北海道新聞 網走バス、「1dayパス」1日発売 1日乗り放題「観光施設巡って」 https://www.hokkaido-np.co.jp/article/687287/ 観光施設 2022-05-30 17:09:00
北海道 北海道新聞 サイバー犯罪に「一丸で」 警察庁長官、本部長会議で訓示 https://www.hokkaido-np.co.jp/article/687286/ 東京都内 2022-05-30 17:05:00
ビジネス 東洋経済オンライン 「全国初めての猛暑日」5月に35℃を超えた理由 インドで50℃に迫る高温、国連が気温上昇に警鐘 | 天気・天候 | 東洋経済オンライン https://toyokeizai.net/articles/-/593331?utm_source=rss&utm_medium=http&utm_campaign=link_back 東洋経済オンライン 2022-05-30 17:30: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件)