投稿時間:2022-05-14 05:20:56 RSSフィード2022-05-14 05:00 分まとめ(24件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS DevOps Blog A new Spark plugin for CPU and memory profiling https://aws.amazon.com/blogs/devops/a-new-spark-plugin-for-cpu-and-memory-profiling/ A new Spark plugin for CPU and memory profilingIntroduction Have you ever wondered if there are low hanging optimization opportunities to improve the performance of a Spark app Profiling can help you gain visibility regarding the runtime characteristics of the Spark app to identify its bottlenecks and inefficiencies We re excited to announce the release of a new Spark plugin that enables profiling for JVM … 2022-05-13 19:56:42
AWS AWS The Internet of Things Blog Monitor AWS IoT connections in near-real time using MQTT LWT https://aws.amazon.com/blogs/iot/monitor-aws-iot-connections-in-near-real-time-using-mqtt-lwt/ Monitor AWS IoT connections in near real time using MQTT LWTIn a connected device you may need to monitor devices in near real time to detect error and mitigate actions Last Will and Testament LWT method for MQTT addresses this challenge LWT is a standard method of MQTT protocol specification that allows to detect abrupt disconnects of devices and to notify other clients about this abrupt … 2022-05-13 19:55:02
AWS AWS Introducing Amazon Honeycode's New Experience | Amazon Web Services https://www.youtube.com/watch?v=fjS-Belmt34 Introducing Amazon Honeycode x s New Experience Amazon Web ServicesAmazon Honeycode enables you to build an app to achieve your goals with no programming required Honeycode apps help your team stay in the loop You can personalize your apps for each team member You can automate manual steps such as notifications or approval workflows Honeycode also lets you build your apps for mobile devices or web browsers so your team can work from anywhere Among the Globe used under license from ShutterstockTry it for free Learn more 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 Honeycode LowCodeNoCode ProductivityTools AWS AmazonWebServices CloudComputing 2022-05-13 19:57:32
技術ブログ Developers.IO AWS CLIおよびAWS SDK for JS v2は正常に実行できるのにAWS SDK for JS v3のみ認証が上手くいかない時の対処 https://dev.classmethod.jp/articles/points-to-check-when-aws-cli-can-run-normally-but-aws-sdk-authentication-does-not-work/ awscli 2022-05-13 19:12:50
海外TECH Ars Technica The Pixel 6a is getting a new fingerprint sensor, wider 14-country rollout https://arstechnica.com/?p=1854197 google 2022-05-13 19:35:46
海外TECH MakeUseOf How to Fix the "ifconfig: command not found" Error in Linux https://www.makeuseof.com/fix-ifconfig-command-not-found-error-linux/ command 2022-05-13 20:00:14
海外TECH MakeUseOf Why Sony Still Can't Produce Enough PS5 Consoles https://www.makeuseof.com/sony-cant-produce-enough-ps5-consoles/ Why Sony Still Can x t Produce Enough PS ConsolesSony aims to produce million PS consoles this year but it s still not enough for the projected demand Why can t they make more consoles 2022-05-13 19:45:13
海外TECH MakeUseOf How to Increase Internet Speed in Windows 11 https://www.makeuseof.com/windows-11-increase-internet-speed/ connection 2022-05-13 19:15:13
海外TECH DEV Community Takeaways from Volunteering at Devoxx UK https://dev.to/beetlehope/takeaways-from-volunteering-at-devoxx-uk-bea Takeaways from Volunteering at Devoxx UKThis week I volunteered at Devoxx UK and what an intense experience it has been Some takeaways Offline events are way way better than anything virtual we have had during the previous two years No video conferencing tool no matter how fancy will replace the joy of being in the same physical space as other people who share similar interests with you I ve never worked with Java so being at a Java centric event is definitely a step outside my comfort zone It s an interesting experience and a way to see what exists outside my Ruby bubble what problems engineers are trying to solve and what the current buzzwords are Volunteering at a tech conference is a way to hack your way into an expensive event you wouldn t have been able to afford otherwise You spend part of the day volunteering and then you are free to attend conference talks network and just enjoy the event Most of the time I was actually monitoring conference rooms and assisting the speakers so I got to listen to talks while volunteering as well One of my fellow volunteers actually admitted that he enjoyed volunteering at this conference more than being there as a regular attendee with a ticket Volunteering felt more involved and more of community experience for him And I think I know what he meant So much of this is not about tech at all People need people I hope we haven t unlearned that 2022-05-13 19:45:40
海外TECH DEV Community How to write a resume? https://dev.to/taepal467/how-to-write-a-resume-2pa4 How to write a resume Hello DEV community I am getting my portfolio and resume ready to begin applying for junior dev jobs My problem is what do I put down on my resume I don t have any professional experience and the only projects I have completed are from Frontendmentor and from Udemy courses Do I list those under the experience section And also what if your projects are not built correctly I ask because I have some projects where the web pages are displayed differently in different browsers And should I add my retail experience to my resume along with my degree in Finance 2022-05-13 19:05:52
海外TECH DEV Community How to sign your Github Commits ? https://dev.to/imkarthikeyan/how-to-sign-your-github-commits--3ko1 How to sign your Github Commits In this blog we are going to see how we can sign your Github commits and get the verified sign when you commit your code Before jumping on to the how part of this blog Let s quickly see why we have to sign our commit message Introduction When we are committing a piece of code via Pull request to a repository how does the open source repository maintainer can know that you are who you say you are You might have question When I setup my git client in my machine I am configuring name email address and personal token also when I commit something via PR my email address is displayed in the commit message What more they need to verify Hold that thought Let s just say user A has mail address of a mail com is regular contributor of open source repository All I have to do his configure his name and email in my email with git config command and I can open a sketchy PR which will have higher possibility of getting merged By regularly signing the commits OSS maintainer can be sure you are the author for the committed code change Now that we have established it is easy to impersonate someone Let s see how we can sign the commits We will be signing our commit with help of GPG key GnuPG uses a system of public and private keys for the encryption and signing of messages Setting up the GPG key If you are using mac os open up your terminal and enter the following to install GPG brew install gnupg gnupgYou can verify it with following command gpg versiongpg GnuPG libgcrypt Copyright C Free Software Foundation Inc License GNU GPL or later lt This is free software you are free to change and redistribute it There is NO WARRANTY to the extent permitted by law Home Users karthikeyan shanmuga gnupgSupported algorithms Pubkey RSA ELG DSA ECDH ECDSA EDDSACipher IDEA DES CAST BLOWFISH AES AES AES TWOFISH CAMELLIA CAMELLIA CAMELLIAAEAD EAX OCBHash SHA RIPEMD SHA SHA SHA SHACompression Uncompressed ZIP ZLIB BZIPFor windows Visit this link to download and install gpg executable to get started Generating the GPG key Run the following command to generate your GPG key gpg full generate keyYou will get the following prompts as mentioned in the screenshotWe will go with default prompt for selecting the algorithm RSA and RSA The key size should be we will be entering the same For the expiry time I am going to go with never expiry you can also go with expiry time to be years Now we need to enter the personal detailsNote When asked to enter your email address ensure that you enter the verified email address for your GitHub account Cross check the details and hit confirm Enter the passphraseOnce you entered the passphrase twice you should see the key printed in your terminal Use the gpg list secret keys keyid format long command to list the long form of the GPG keys for which you have both a public and private key A private key is required for signing commits or tags From the list of GPG keys copy the long form of the GPG key ID you d like to use In this example the GPG key ID is AACBD gpg list secret keys keyid format long Users karthikeyan shanmuga gnupg pubring kbx sec rsa SC FEEDFBAQEFAASCCSCAFCECuid ultimate karthikeyan lt karthikeyan mail com gt ssb rsa AB E Paste the text below substituting in the GPG key ID you d like to use In this example the GPG key ID is  gpg armor export Prints the GPG key ID in ASCII armor formatNote The one which you are seeing is not a valid key Please use the key which you see in your terminal Copy your GPG key beginning with BEGIN PGP PUBLIC KEY BLOCK and ending with END PGP PUBLIC KEY BLOCK and keep it safe Adding the Key to Github Let s add the key to your Github account Login to your github account and go to settings and navigate to this link click on new GPG key and paste in the key and click on add GPG key Signing the commit messageGet generated key by executing gpg list keys Users karthikeyan shanmuga gnupg pubring kbx pub rsa SC FEEDFBAQEFAASCCSCAFCECuid ultimate karthikeyan lt karthikeyan bangthetable com gt sub rsa E Note This is not valid key Please use the key which you see once you execute the command Set the key here git config global user signingkey lt Key from your list gt Based on the example the command will look something like thisgit config global user signingkey FEEDFBAQEFAASCCSCAFCECRunning this git config global commit gpgsign true command will set the signing of your commits by defaultFinally when you run git commit S m commit message it will ask for your passphrase and boom you will be able to successfully sign your commit message Run this command git log show signature to verify that your commit has been signed with your public key References and Resources Github docsHow and why to sign github commits ConclusionThat s pretty much it Thank you for taking the time to read the blog post If you found the post useful add ️to it and let me know in the comment section if I have missed something Feedback on the blog is most welcome Social Links TwitterShowwcase 2022-05-13 19:05:49
海外科学 NYT > Science The Unlikely Ascent of New York’s Compost Champion https://www.nytimes.com/2022/05/13/climate/domingo-morales-composting-nyc.html domingo 2022-05-13 19:53:59
ビジネス ダイヤモンド・オンライン - 新着記事 「社員がどんどん辞める会社」に足りないたった一つのこと - 小宮一慶の週末経営塾 https://diamond.jp/articles/-/303191 小宮一慶 2022-05-14 04:55:00
ビジネス ダイヤモンド・オンライン - 新着記事 定年退職後の健康保険選びは「究極の選択」、3つのうち自分にお得なのは?【マネー・見逃し配信】 - 見逃し配信 https://diamond.jp/articles/-/302596 健康保険 2022-05-14 04:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 男子サッカー国際試合で「日本人女性審判トリオ」の快挙、主審がたどった軌跡とは - ニュース3面鏡 https://diamond.jp/articles/-/302664 2022-05-14 04:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 面談で部下のホンネを引き出す5つの「あいづち」とは - 「超」戦略的に聴く技術 https://diamond.jp/articles/-/302333 食べるラー油 2022-05-14 04:40:00
ビジネス ダイヤモンド・オンライン - 新着記事 早大野球部が絶不調、ロッテ「悪夢の18連敗」の教訓よぎる小宮山監督 - メジャーリーガー小宮山悟監督の「早稲田伝統」チームビルディング https://diamond.jp/articles/-/303074 そんなとき、小宮山の脳裏には、ロッテ時代に経験した「悪夢の連敗」の記憶がよぎった。 2022-05-14 04:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 アノニマスに影響を与え、個人主義のシンボルとなった作品――V フォー・ヴェンデッタ - SFでビジネスが跳ぶ! https://diamond.jp/articles/-/303060 2022-05-14 04:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 沖縄に行ったら絶対食べたい「沖縄そば」ベスト4、行列店から穴場まで - 地球の歩き方ニュース&レポート https://diamond.jp/articles/-/302955 地球の歩き方 2022-05-14 04:25:00
ビジネス ダイヤモンド・オンライン - 新着記事 「いま勢いのある大学」ランキング、日大は不祥事の影響で増加率40位に - from AERAdot. https://diamond.jp/articles/-/302953 fromaeradot 2022-05-14 04:20:00
ビジネス ダイヤモンド・オンライン - 新着記事 ゴルフギア超便利5選!スイングチェック、体幹強化、ピン距離測定… - 男のオフビジネス https://diamond.jp/articles/-/303114 着こなし 2022-05-14 04:15:00
ビジネス ダイヤモンド・オンライン - 新着記事 育休を取った父親は赤ちゃんへの「拒絶感」が強い?意外な調査結果の理由 - ヘルスデーニュース https://diamond.jp/articles/-/303160 育休を取った父親は赤ちゃんへの「拒絶感」が強い意外な調査結果の理由ヘルスデーニュース父親が育児休業を取得することは、父子のボンディング親の子どもに対する情緒的な絆の強化につながらず、かえってマイナスの影響が生じてしまう可能性のあることを示唆する結果が報告された。 2022-05-14 04:10:00
ビジネス ダイヤモンド・オンライン - 新着記事 【精神科医が教える】 まわりの行動に同調する人の末路 - 精神科医Tomyが教える 心の荷物の手放し方 https://diamond.jp/articles/-/302809 voicy 2022-05-14 04:05:00
ビジネス 東洋経済オンライン 競争率1000倍、サウジ鉄道「女性運転士」大募集 研修生枠は30人、従来の「タブー」打ち破る英断 | 海外 | 東洋経済オンライン https://toyokeizai.net/articles/-/588253?utm_source=rss&utm_medium=http&utm_campaign=link_back 東洋経済オンライン 2022-05-14 04: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件)