投稿時間:2021-08-19 08:35:15 RSSフィード2021-08-19 08:00 分まとめ(44件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT 気になる、記になる… 「Microsoft 365」、「Internet Explorer」のサポートを終了 https://taisy0.com/2021/08/19/144295.html intern 2021-08-18 22:42:01
IT 気になる、記になる… Apple、「Safari Technology Preview 130」をリリース https://taisy0.com/2021/08/19/144293.html apple 2021-08-18 22:31:53
IT 気になる、記になる… Apple、テスター向けに「watchOS 8 Public Beta 6」をリリース https://taisy0.com/2021/08/19/144291.html apple 2021-08-18 22:21:04
IT 気になる、記になる… Apple、テスター向けに「iOS 15 Public Beta 6」と「iPadOS 15 Public Beta 6」をリリース https://taisy0.com/2021/08/19/144289.html applebetasoftwarepr 2021-08-18 22:07:54
TECH Engadget Japanese ニンテンドースイッチLite『ディアルガ パルキア』特別モデル、11月5日発売 https://japanese.engadget.com/nintendo-switch-lite-dialga-palkia-225052404.html nintendoswitchlite 2021-08-18 22:50:52
TECH Engadget Japanese 「人の仕事に口を出す」変幻自在の立ち位置が広報の醍醐味:PC広報風雲伝(第24回) https://japanese.engadget.com/publicrelations-221558441.html 変幻自在 2021-08-18 22:15:58
TECH Engadget Japanese インク不要、レフィル交換不要。美しさと実用性を兼ね備えた「belaDESIGN」インクレスペン https://japanese.engadget.com/bela-design-inkless-pen-221035681.html 美しさと実用性を兼ね備えた「belaDESIGN」インクレスペン「BelaDESIGN」インクレスペンの特徴インク不要レフィル交換不要インク漏れの心配なし鉛筆のような書き心地・消しゴムや水濡れでも消えにくいので、ノートやデッサンを確実に保存木目が生きるメープルブラックウォールナット無垢材、真鍮とこだわりの素材プロダクトデザイン力を誇るbelaDESIGNによる、美しさと実用性を兼ね備えたデザイン専用ギフトボックスに入れてお届け、プレゼントにも最適弊社が初めてインクレスペンを出品したのは年。 2021-08-18 22:10:35
IT ITmedia 総合記事一覧 [ITmedia エグゼクティブ] 「感情マネジメント」でチームを伸ばす https://mag.executive.itmedia.co.jp/executive/articles/2108/19/news025.html eqemotionalintelligence 2021-08-19 07:03:00
TECH Techable(テッカブル) スマホでビルや都市空間のデジタルツインを体験できるVR表現の実証実験 https://techable.jp/archives/160089 kddidigitalgat 2021-08-18 22:00:46
AWS AWS Machine Learning Blog Migrate your work to an Amazon SageMaker notebook instance with Amazon Linux 2 https://aws.amazon.com/blogs/machine-learning/migrate-your-work-to-amazon-sagemaker-notebook-instance-with-amazon-linux-2/ Migrate your work to an Amazon SageMaker notebook instance with Amazon Linux Amazon SageMaker notebook instances now support Amazon Linux so you can now create a new Amazon SageMaker notebook instance to start developing your machine learning ML models with the latest updates An obvious question is what do I need to do to migrate my work from an existing notebook instance that runs on Amazon … 2021-08-18 22:36:58
AWS AWS Machine Learning Blog Amazon SageMaker notebook instances now support Amazon Linux 2 https://aws.amazon.com/blogs/machine-learning/amazon-sagemaker-notebook-instance-now-supports-amazon-linux-2/ Amazon SageMaker notebook instances now support Amazon Linux Today we re excited to announce that Amazon SageMaker notebook instances support Amazon Linux You can now choose Amazon Linux for your new SageMaker notebook instance to take advantage of the latest update and support provided by Amazon Linux SageMaker notebook instances are fully managed Jupyter Notebooks with pre configured development environments for data … 2021-08-18 22:35:47
海外TECH Ars Technica Mercedes wins Formula E title, will quit the series at end of 2022 https://arstechnica.com/?p=1788322 mercedes 2021-08-18 22:15:28
海外TECH DEV Community How to ask for help about code, and how to deal with the answers. A practical guide https://dev.to/felipperegazio/how-to-ask-for-help-about-code-and-how-to-deal-with-the-answers-a-practical-guide-3i6o How to ask for help about code and how to deal with the answers A practical guide How to ask for help about code and deal with the answersFor the rest of your life as a developer you will bump into problems that you simply DONT KNOW how to start how to solve and you will to discover by yourself Its part of the game How you handle this situation will define part of the type of professional you are and will be the way that you will organize the problems thing present and attack them matters So let s go to some important points about it Find the root of your doubtDid you get the task but didn t understood the description So it s useless to ask the Dev next to you hey I don t know how to do handle this can you help me Even if he she explains you won t understand because you didn t even understood what to do or what kind of problem is happening It s okay not to understand the briefing it means you have a clear reason to ask for help But its a problem pretending to understand trying to get things done without clear information and end up stucked The task description said to do something in the login but you don t know what login ok ask Missing info in description Notify someone You really don t understood ask Lead PM PO Trying to coding something without a clear understanding of what to do is by itself a problem Try not to pass the ballLet s imagine that you got a task show a new message after login You read the task understood the briefing started to code but suddenly nothing makes sense Nothing works This is where most beginners ask someone WHAT to do and not HOW to do because you even know what you dont know Often the Dev s first move is to call a colleague and say I need to show a message after login but I m not getting it how could I do it This is not exactly a question you are passing the ball The person will basically tell you how to work And thats ok sometimes you can learn with it too But if this starts to get recurrent then it s better to follow the next steps First identify your difficultyYou can t start because you don t know which file to move Not sure which function to use Do you know the files but at the time of displaying the message you don t know how to do the modal Or do you have a lib to show the message and you don t know where is the docs These are real doubts See that then the way to build your questions would change Hey I need to show a message after Login but I don t know what file or function it is in can you show me OrI m giving a console log here because I don t know how to do the modal or if I should use lib could you help me In other words before declaring to someone that you have NO IDEA WHAT TO DO and need help to give baby steps it s better to try look at yourself and think which part exactly am I not understanding Ask a question after question after another if you need to no prob See that I m not saying that you can t ask someone to show you how to do something entirely I m telling that this shouldn t become a modus operandi because will harm your learning and the team dynamics Try to do it first understand your own difficulties list them and ask for help objectively That way you help yourself to learn and help the team to help you Have the ownership of your taskLet s say then that you understood the briefing did the task asked for help pushed the code and tadááááá A WILD BUG APPEARED The worst thing you can do when informed of the bug is to say But I did it the way Juliana or anyone else on the team told me to do it Bug report is not blaming If someone informs you of a bug you listen and solve it Then starts all again Sometimes you can say this unintentionally but it s like trying to blame the other for a non existent consequence of your own task If you do a task ask for help and then say but I did it the way X Person told me to do it the person who helped you will probably think times before helping you again Even if nothing comes out of it Remember you can ask for help but the task is yours The responsibility for bugs should be with the whole team This is one of the effects of doing code review other people saw the code other people approved it Other people are naturally involved you don t need to be afraid of being wronged at least in a healthy team Ask for Pair ProgrammingLet s say that you really can t organize your head you got the task you have the ownership you are motivated but you you have no idea about how to solve it you need to ask someone to untangle Ask a colleague for a pair programming If you re totally lost instead of sending a message or poking the other dev and asking implicitly to explain how to do your task ask for a pair among other things that s what a pair its for BE HONEST when in doubtDon t ask questions pretending to know more than you really do or embarrassed Okay to ask if not you are on the wrong place You need a pair prgramming and it s lost Ok ask for help Hey can we pair I have no idea about how to attack this problem Thats totally ok If what you have is a specific doubt be frank Hey I read React s useState documentation I did what was there I tried a few things but nothing worked it s buggy I don t think I understood could you help me Sometimes the way you ask can make the problem easy to solve ConclusionIf you have a cool team the team will welcome you and you will all grow together and knowing how to organize and present problems for the team is a skill that you should try to improve as much as possible Cover image by NeONBRAND on Unsplash 2021-08-18 22:35:34
海外TECH DEV Community Oh my Tomtit - alternative to oh my zsh written on Raku https://dev.to/melezhik/oh-my-tomtit-alternative-to-oh-my-zshell-written-on-raku-4oc5 Oh my Tomtit alternative to oh my zsh written on RakuOh My Zsh is quite poplar ecosystem allows people to run useful scenarios to customize their terminals as well to deal with typical tasks A couple years ago I created the Tomtit and since then this has been bothering me how similar it is to what ohmyzsh does Well not exactly but it s written on Raku Brief comparison with ohmyzshTomit allows to write portable scripts and execute them to satisfy users needs The same what ohmyzsh plugins doUnlike ohmyzsh plugins which are written on Zshell Tomtit plugins could be written on similar Bash or many other languages supported by Sparrow on which the Tomtit is built on Unlike ohmyzsh scenarios Tomtit scenarios get run as Raku scripts and thus are highly customizable In ohmyzsh you only have shell aliases or functionsOhmyzh has plugins which is a little bit more then Sparrow has plugins however the difference is not that big considering that the only Sparrow maintainer is me Brief exampleEvery time I work with git I need this helpers that easy my work With Tomtit I d do this tom profile gitoutput install git commit install git git branch delete install git git publish install git git summary install git pull install git push install git set git install git status install git update branch list And then set up my git config for this project tom edit set git rakutask run set git git base email gt melezhik email com name gt Alexey Melezhik config scope gt local set credential cache gt on And apply it tom set gitoutput repository index updated from file root repo api v index set git git credential helper cache timeout set git git user email melezhik email com set git git user name Alexey Melezhik task check stdout match lt git user email melezhik email com gt True task check stdout match lt git user name Alexey Melezhik gt TrueThat is it Now I only need to commit my configuration into git echo cache gt gt gitignoregit add tomgit commit a m my tomtit helpers for git git push Tomtit profilesTomtit profiles are predefined user scripts grouped by categories tom profileoutput adoazuregitgitlabhelloperlrakurubyyamlWhen you install a profile you install all scripts into tom directory For example as we did for git tom profile list gitoutput profile scenarios git commit installed Truegit git branch delete installed Truegit git publish installed Truegit git summary installed Truegit pull installed Truegit push installed Truegit set git installed Truegit status installed Truegit update branch list installed TrueWe ve ended up having several git scripts in tom directory Profile scripts are just Raku scripts invoking one or more Sparrow plugins That s it Tomtit would generate some reasonable stubs for tom Raku scripts but you are always free to edit the ones For example as we did for set git tom edit set gitIt allows you to generate some boilerplate code but then modify it upon your needs ConclusionTomtit and Sparrow could be a reasonable alternative to ohmyzsh with pros mentioned above Of course some things like exporting shell aliases won t with in Tomtit but there is workaround for that however other command line tasks could be executed via Tomtit in very efficient way I am looking for a new Raku contributors for the project And thank you for reading Alexey 2021-08-18 22:19:52
Apple AppleInsider - Frontpage News Apple's Lisa Jackson talks environmental justice with US EPA Administrator Michael Regan https://appleinsider.com/articles/21/08/18/apples-lisa-jackson-talks-environmental-justice-with-us-epa-administrator-michael-regan?utm_medium=rss Apple x s Lisa Jackson talks environmental justice with US EPA Administrator Michael ReganApple VP of Environment Policy and Social Initiatives Lisa Jackson sat down with U S Environmental Protection Agency Administrator Michael Regan at Apple Park to discuss the tech giant s green initiatives environmental justice and more Jackson who served as EPA Administrator from to before entering the private sector discussed a range of topics with Regan in the socially distanced interview outside of Apple s headquarters in Cupertino Regan detailed parts of the Biden administration s plan to combat climate change including a recent order calling for of all new vehicle sales in the U S to be electric by as well as upcoming methane emissions regulations environmental justice and the contentious infrastructure bill Read more 2021-08-18 23:00:16
Apple AppleInsider - Frontpage News Apple releases iOS 15, iPadOS 15, tvOS 15 watchOS 8 public beta 6 https://appleinsider.com/articles/21/08/18/apple-releases-ios-15-ipados-15-public-beta-5?utm_medium=rss Apple releases iOS iPadOS tvOS watchOS public beta Apple has released the sixth public beta of iOS and iPadOS as well as the sixth public beta versions of watchOS and tvOS to members of its public software testing program iOS public beta fifth available to testersThe sixth public betas should be essentially the same as the sixth developer betas which Apple seeded on Tuesday The builds can be acquired from the Apple Beta Software Program web portal or for Apple Watch and Apple TV through device settings Read more 2021-08-18 22:17:29
海外TECH Engadget Twitter updates developer API to make Spaces easier to find https://www.engadget.com/twitter-spaces-api-v2-update-220055314.html?src=rss Twitter updates developer API to make Spaces easier to findTwitter is working to make Spaces more discoverable On Wednesday the company announced an update to its API v that will allow developers to search for live and scheduled Spaces using criteria like user IDs and keywords “With the Spaces lookup and Spaces search endpoints we hope to enable developers to build tools and solutions that help people on and off Twitter find interesting and relevant Spaces more easily the company said in a blog post As The Verge points out it sounds like the new API functionality won t allow third party apps to let you host and listen to Spaces outside of the main app but what will do is help make the audio rooms easier to find After opening up the app to more of its users in May Twitter has been quick to iterate on the app adding features like support for co hosting and voice manipulation Clearly the company sees Spaces as an important part of its future 2021-08-18 22:00:55
Cisco Cisco Blog People Behind CSR at Cisco: How Cisco drives an inclusive, sustainable future through the circular economy https://blogs.cisco.com/csr/people-behind-csr-at-cisco-how-cisco-drives-an-inclusive-sustainable-future-through-the-circular-economy People Behind CSR at Cisco How Cisco drives an inclusive sustainable future through the circular economyKatie Schindall is the Director of Circular Economy at Cisco helping us move from a linear economy to a circular model of resource conservation 2021-08-18 22:10:02
海外科学 NYT > Science US to Advise Booster Shots for Most Americans 8 Months After Vaccination https://www.nytimes.com/2021/08/16/us/politics/booster-shots.html US to Advise Booster Shots for Most Americans Months After VaccinationNursing home residents and health care workers will most likely be the first to get booster shots as soon as September followed by other older people who were vaccinated last winter 2021-08-18 22:47:23
金融 金融総合:経済レポート一覧 コロナ禍後の金融街シティが激変する可能性~同等性評価の獲得は絶望的に、2022年6月までに起こる大きな変化:欧州 http://www3.keizaireport.com/report.php/RID/465512/?rss 大和総研 2021-08-19 00:00:00
金融 金融総合:経済レポート一覧 FX Daily(8月17日)~ドル円、109円台半ばまで反発 http://www3.keizaireport.com/report.php/RID/465515/?rss fxdaily 2021-08-19 00:00:00
金融 金融総合:経済レポート一覧 投信マーケット MABアナリスト・アイ 2021年8月号~今月のトピック:重要情報シートのベスト・プラクティス http://www3.keizaireport.com/report.php/RID/465523/?rss 重要 2021-08-19 00:00:00
金融 金融総合:経済レポート一覧 世界のグリーン化と日本版グリーン国債への期待~グリーンボンド市場のベンチマークに:高田レポート http://www3.keizaireport.com/report.php/RID/465528/?rss 岡三証券 2021-08-19 00:00:00
金融 金融総合:経済レポート一覧 低下する新興国投資の期待収益性と割高になるコスト http://www3.keizaireport.com/report.php/RID/465531/?rss 住友商事 2021-08-19 00:00:00
金融 金融総合:経済レポート一覧 マーケットフォーカス(REIT市場)2021年8月号 http://www3.keizaireport.com/report.php/RID/465533/?rss 三井住友トラスト 2021-08-19 00:00:00
金融 金融総合:経済レポート一覧 グローバル時代の投資戦略 2021年秋号~ワクチンの有効性と金融緩和の正常化が焦点に http://www3.keizaireport.com/report.php/RID/465534/?rss 三菱ufj 2021-08-19 00:00:00
金融 金融総合:経済レポート一覧 アフターコロナに向けた米国投資の注目点~米国MMF残高は増加傾向、待機資金は投資機会を探る:米国経済・株式市場情報 http://www3.keizaireport.com/report.php/RID/465536/?rss 増加傾向 2021-08-19 00:00:00
金融 金融総合:経済レポート一覧 アフガニスタン政権崩壊とタリバンの復権~株式市場への影響は?:市川レポート http://www3.keizaireport.com/report.php/RID/465537/?rss 三井住友 2021-08-19 00:00:00
金融 金融総合:経済レポート一覧 【キーワード】社会的課題を解決に導く『インパクト投資』に注目~『インパクト投資』とは? http://www3.keizaireport.com/report.php/RID/465538/?rss 三井住友 2021-08-19 00:00:00
金融 金融総合:経済レポート一覧 インド株は最高値を更新、景気回復期待が高まる~新規感染者の落ち着きでアジア株の中で選好される http://www3.keizaireport.com/report.php/RID/465540/?rss 三井住友 2021-08-19 00:00:00
金融 金融総合:経済レポート一覧 暗号資産は新たな資産クラスとなるのか? http://www3.keizaireport.com/report.php/RID/465544/?rss 資産 2021-08-19 00:00:00
金融 金融総合:経済レポート一覧 金融事業者における「顧客本位の業務運営」に係る報告等について http://www3.keizaireport.com/report.php/RID/465549/?rss 金融事業 2021-08-19 00:00:00
金融 金融総合:経済レポート一覧 INDB発行市場レポート(抜粋版) 2021年8月号~2021年7月の資金調達額は、前年同期比1兆105億円減(37.6%減)、前月比9,008億円減(34.9%減)の1兆6,769億円 http://www3.keizaireport.com/report.php/RID/465560/?rss 前年同期 2021-08-19 00:00:00
金融 金融総合:経済レポート一覧 春山昇華の豊健活教室 第20回:良い銘柄であるか否かの判定能力を向上させる方法 http://www3.keizaireport.com/report.php/RID/465561/?rss 三井住友トラスト 2021-08-19 00:00:00
金融 金融総合:経済レポート一覧 金融市場NOW:デンマーク・カバード債券の足元の状況について~欧米長期金利の上昇が一服 http://www3.keizaireport.com/report.php/RID/465563/?rss 金融市場 2021-08-19 00:00:00
ニュース BBC News - Home The Papers: MPs condemn US president, and Johnson 'humiliated' https://www.bbc.co.uk/news/blogs-the-papers-58264267 afghanistan 2021-08-18 22:50:20
ニュース BBC News - Home West Brom thump Blades to go top of Championship https://www.bbc.co.uk/sport/football/58168104 championship 2021-08-18 22:03:56
ビジネス ダイヤモンド・オンライン - 新着記事 アフガン軍兵士、米提供の航空機で国外脱出していた - WSJ発 https://diamond.jp/articles/-/279919 航空機 2021-08-19 07:26:00
北海道 北海道新聞 パラ契機に障害者守る活動 IPCが新キャンペーン https://www.hokkaido-np.co.jp/article/579653/ 東京パラリンピック 2021-08-19 07:17:00
北海道 北海道新聞 函館中央署員書類送検へ 無免許運転疑い、同僚が同乗 https://www.hokkaido-np.co.jp/article/579613/ 書類送検 2021-08-19 07:12:40
北海道 北海道新聞 「3回目の感染予防効果86%」 イスラエルのワクチン調査 https://www.hokkaido-np.co.jp/article/579647/ 新型コロナウイルス 2021-08-19 07:11:00
北海道 北海道新聞 感染 札幌以外に急拡大 自粛疲れ、往来増加か https://www.hokkaido-np.co.jp/article/579612/ 新型コロナウイルス 2021-08-19 07:07:18
ビジネス 東洋経済オンライン 中国が悲願の「台湾統一」へ使い分ける2つの手段 軍事行動に限らず現地協力者を通じた迂回策も | 中国・台湾 | 東洋経済オンライン https://toyokeizai.net/articles/-/449296?utm_source=rss&utm_medium=http&utm_campaign=link_back 中国共産党 2021-08-19 07:30:00
ビジネス プレジデントオンライン 話題の企業の決算書から学ぶ、「財務3表」の超基礎早わかり - しまむらとレナウンはどう違った? https://president.jp/articles/-/48730 早わかり 2021-08-19 08: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件)