投稿時間:2022-03-01 02:33:02 RSSフィード2022-03-01 02:00 分まとめ(34件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Architecture Blog Avoid affecting your production environment during migration with AWS Application Migration Service https://aws.amazon.com/blogs/architecture/avoid-affecting-your-production-environment-during-migration-with-aws-application-migration-service/ Avoid affecting your production environment during migration with AWS Application Migration ServiceCustomers commonly use AWS Application Migration Service to migrate Active Directory joined Windows or Linux servers to Amazon Web Services AWS However this process can affect the production environment during testing For example if you update DNS addresses during testing clients that try to reach the original server will be redirected to the testing server … 2022-02-28 16:44:48
Docker dockerタグが付けられた新着投稿 - Qiita GitHub Actionsを使ったGitHub PackagesでのNode.jsのDockerイメージの管理 https://qiita.com/bricolageart/items/070f7481304f60be6406 公開されたDockerイメージにlatestタグがない使用しているmainブランチやmasterブランチのDockerイメージタグを指定せずに、その名前でDockerイメージを引き出そうとした場合、よく使われるDockerイメージタグのlatestが利用できないことがあったかと思います。 2022-03-01 01:14:21
Git Gitタグが付けられた新着投稿 - Qiita Windows10でGitHubを始める~⑤Githubにプッシュする https://qiita.com/emiki/items/a2871ab626396e95d9ec gitinitローカルリポジトリにpush先リモートリポジトリを設定gitinitを実行した後、WindowsでGitHubを始める④リモートリポジトリの作成GitHubで作成したGitHubのリモートリポジトリをブラウザで開き、httpsから始まるURLをコピーしてメモしておく。 2022-03-01 01:44:15
技術ブログ Mercari Engineering Blog MicroservicesSREのEmbedded先でのお仕事 https://engineering.mercari.com/blog/entry/20220228-adde8a4e3b/ hellip 2022-02-28 16:30:11
海外TECH MakeUseOf What Is a Multihop VPN and How Does It Improve Your Privacy? https://www.makeuseof.com/what-is-a-multihop-vpn/ improve 2022-02-28 16:30:14
海外TECH MakeUseOf Why Google Is Ditching Chrome's Data-Saving Lite Mode for Android https://www.makeuseof.com/google-ends-chrome-lite-mode/ Why Google Is Ditching Chrome x s Data Saving Lite Mode for AndroidChrome s Lite mode on Android helped people use less internet data and made web pages load faster but it s being turned off 2022-02-28 16:27:11
海外TECH MakeUseOf The Windows 10 and 11 Advanced Startup Options Menu, Explained https://www.makeuseof.com/windows-10-11-advanced-startup-options-explained/ The Windows and Advanced Startup Options Menu ExplainedWindows Advanced Startup Options menu can help save a faulty computer but it s also a little intimidating Here s how to navigate it 2022-02-28 16:15:14
海外TECH MakeUseOf Resetting Your Windows PC Doesn't Actually Wipe Everything, Says Microsoft https://www.makeuseof.com/windows-pc-reset-issue/ Resetting Your Windows PC Doesn x t Actually Wipe Everything Says MicrosoftWindows amp quot remove everything amp quot option is meant to well remove everything As it turns out some personal OneDrive files may still lurk afterward 2022-02-28 16:04:44
海外TECH DEV Community How we used DORA metrics to boost deployments, increase automation and more https://dev.to/ghostinthewire5/how-we-used-dora-metrics-to-boost-deployments-increase-automation-and-more-dd9 How we used DORA metrics to boost deployments increase automation and moreIn I started wondering how I could measure the overall improvements in performance in the engineering department We were in the early stages of a program of work called North Star North Star was all about making engineering capability more efficient and flexible in responding to the business needs After researching various options we decided on the DORA metrics They provided us with all the necessary insights to track our success and benchmark ourselves against a definition of good What is DORA DORA is the acronym for the DevOps Research and Assessment group they ve surveyed more than technical professionals worldwide to better understand how the technical practices cultural norms and management approach affect organisational performance Take a dive into the latest DORA Report and in the book that summarizes the findings Accelerate What are the metrics we are using Cycle Time Time between the first commit on a merge request to master and production deployment Deployment Frequency Deployment Frequency helps identify the rate at which you are delivering new business value to your customers Smaller deployments have less risk of going wrong and provide an opportunity to deliver value to your customers in shorter iterations allowing you to learn quicker  Change Failure Rate For the primary application or service you work on what percentage of changes to production or released to users result in degraded service e g lead to service impairment or service outage and subsequently require remediation e g require a hotfix rollback fix forward patch  Throughput Detecting Burnout Throughput gives us a sense of the team s bandwidth It gives us a picture into how much work we can typically accomplish Teams should aim for consistent throughput  How do we understand the metrics Cycle Time Reducing amount of blockers for developers Deployment Frequency Limiting amount of code going to production at once limited batch size  Change Failure Rate Improving quality focus part of our Continuous Testing Strategy  Throughput Detecting Burnout Paying back technical debt amp introducing automation to reduce toil Following the rules of lean Optimize Work In Progress Cycle Time  Value is only released to production once it leaves the factory floor Deployment Frequency  Practice Kaizen Change Failure Rate  Invest in SRE DevOps automation Throughput Detecting Burnout  How are the metrics used internally The dashboard is regularly reviewed by the senior engineering management and are discussed and reviewed in our monthly town hall meeting and our fortnightly Ops Review Each team is encouraged to reflect on the metrics as they plan their work and consider improvements they could introduce The metrics also influence the decisions and prioritisation Just as importantly they help us to transform our company culture In terms of changes measured Cycle Time as we have not measured it before the main benefit for us is understanding what we need to improve In this actually increased to days due to reasons but we are currently in the area of days on average for  Deployment Frequency was improved from once a week to once every days x Increase   Change Failure Rate was about before we started it is now oscillating between Decrease  Throughput Detecting Burnout as with Cycle Time we have not measured it before the main benefit for us is understanding what we need to improve The throughput per developer per week increased by however we know why this is new ways of working additional code bases etc We are still keeping a close eye on this to ensure it returns to healthy levels which so far in it is  The main cultural changes were We have automated the majority of our deployment pipelines Using GitHub Actions  We have moved the bulk of our infrastructure management to a standardised Infrastructure as Code mainly Terraform  We have improved our Quality Assurance amp Testing process  We hold the ambition to join the elite performing group of organisations as defined by the State of DevOps report Each day brings us closer to that goal  What are our future plans On the technical side we are working to improve automation of the CI CD pipelines testing process amp Observability On the DevOps DORA culture side we are providing regular talks and training to wider audiences not only engineering to establish DORA as a reference point in future product development We are also making it a key point of our new consolidated engineering strategy I ve found the DORA metrics helped us improve our software development and delivery processes With these findings organisations can make informed adjustments in their process workflows automation team composition tools and more I recommend you try this in your organisation too Further reading The Phonenix Project by Gene Kim Kevin Behr and George Spafford The Goal A Process of Ongoing Improvement by Eliyahu Goldratt and Jeff Cox The Unicorn Project by Gene Kim et al The DevOps Handbook by Patrick Debois et alImportant I regularly post useful content related to Azure DevOps and Engineering on Twitter You should consider following me on Twitter 2022-02-28 16:09:25
海外TECH DEV Community Getting Started with Eclipse Jifa https://dev.to/qainsights/getting-started-with-eclipse-jifa-218g Getting Started with Eclipse JifaI have been posting multiple videos about the Performance Engineering Series on QAInsights channel which will help you to get started with troubleshoot Java applications In this blog post we are going to see how you can use Eclipse Jifa to identify potential performance bottlenecks in your Java applications Let us get started Eclipse JifaEclipse Jifa Java Issue Finder Assistant is an open source application to troubleshoot Java applications The inception phase of Jifa was back in by Alibaba under the Eclipse Foundation Developers from Netflix Alibaba Cloud and other developers are contributing to Jifa project Jifa is a scalable web based application easy to deploy and maintain Right now it supports the following analysis Heap Dump Thread Dump an enterprise feature and GC Log Jifa s frontend is Vue backend is Eclipse Vert x Jifa s analytical engine consists of Heap Dump service and GC Log Analyzer Scalability can be achieved by deploying Jifa in a Master Worker fashion also known as the Map Reduce pattern Most of the performance testing tools use this technique to generate more load for the target application InstallThere are multiple ways you can follow to install Jifa The easiest way is to run the docker container using the below command docker run p jifadocker jifa worker demoJifa also supports Kubernetes and Master Worker patterns for scalability or you can build the artifacts using Gradle and deploy For personal use I d recommend docker mode For enterprise use please use Master Worker or Kubernetes patterns for the enterprise features Master Worker DeploymentBefore you get started please make sure you have nodejs npm Gradle and JDK is installed git clone gradlew buildJifacd jifa deploy default pattern deploy jifa shLaunch Jifa Home PageIf you want to deploy only the workers use the below commands cd deploy deploy worker shLaunch In Master Worker mode master node routes the user requests from the client to the workers and schedules new workers on demand worker nodes perform the analysis Kubernetes cd scripts docker images build image shcd cd deploy ks pattern deploy shLaunch localhost Jifa Enterprise FeaturesIn Kubernetes mode workers can be orchestrated based on the analysis tasks To release a pod click on release button Release WorkerHeap Dump AnalysisLet us upload a sample heap dump to Jifa and play around with the features There are multiple ways you can generate a heap dump In this demo I am going to upload a heap dump from JMeter But you can upload any heap dump you want Launch Jifa click on Heap Dump Analysis gt Add Heap Dump file to upload the file Upload Heap DumpJifa supports various sources such as S OSS URL SCP or local for upload the file Drag and drop the heap dump file OpenJDK HPROF format or click the Upload icon to upload Click analyze to get started Check keep unreachable objects and click Confirm AnalyzeOnce the analysis is complete Jifa will display all the details Jifa AnalysisThe analyzed information might be familiar if you are familiar with Eclipse MAT Jifa uses Eclipse MAT under the hood for Heap dump analysis to detect memory leaks for better performance The following are the features of Heap Dump Analysis in Jifa OverviewLeak SuspectsGC RootsDominator TreeClass HistogramUnreachable ObjectsDuplicated ClassesClass LoadersDirect Byte BufferSystem PropertyThread InfoOQLOther featuresJifa features an inspector panel where the search using the object address is possible to dive into the respective object The Inspector panel can be toggled on off under Settings Thread Dump AnalysisGo to Jifa home page and click on Thread Dump Analysis to upload a sample thread dump Analyze the thread dump to view the output Thread dump analysis helps to identify issues like thread locks deadlocks to understand threads state and more Thread Dump AnalysisThe following are the features in Thread Dump Analysis Basic InformationThread OverviewThread Group OverviewJava MonitorStack TraceRaw contentGC Log AnalysisGarbage Collection Log analysis helps to optimize GC settings memory management and more To generate a GC log pass the verbose gc Xlog gc file gc log to the JVM arguments for Java or above This will generate a GC log in the current directory Upload gc log to Jifa to analyze Jifa supports the following for GC log analysis OpenJDK and Serial GC Parallel GC CMS GC G GC ZGCGC Log AnalysisThe Overview tab features the problems and suggestions metadata and Key Performance Indicators Graph tab features visualizations about GC count pause time heap and more GC GraphsGC Cause and Phase displays about GC activities such as Full GC Young GC and more and the pie chart GC Cause and PhaseGC Detail tab helps to filter the GC events log time and more GC DetailConclusionJifa is a great tool to identify potential memory leaks thread issues for Java applications If you do not have the ability to install GUI based tools like MAT VisualVM or if you do not have high memory to process large dump files then Jifa can help you Jifa supports multiple sources to upload the dump log file Jifa user interface is intuitive and easy to navigate But navigating tree structure is cumbersome GC Log analysis in JIFA provides problems and suggestions But for heap dump and thread dump you need to wear a detective hat to troubleshoot the problems 2022-02-28 16:06:39
Apple AppleInsider - Frontpage News Qualcomm promises lossless Bluetooth audio with new chipset https://appleinsider.com/articles/22/02/28/qualcomm-promises-lossless-bluetooth-audio-with-new-chipset?utm_medium=rss Qualcomm promises lossless Bluetooth audio with new chipsetQualcomm has announced a new generation of sound platforms that could introduce new capabilities like lossless audio lower latency and improved Bluetooth performance Credit QualcommThe chipmaker on Monday unveiled the new S and S sound platforms with support for the company s Snapdragon Sound technology Both chips sport both Bluetooth wireless audio and the latest LE Audio standards Read more 2022-02-28 16:50:48
Apple AppleInsider - Frontpage News Apple's M1 Mac mini can be made portable or smaller with some tinkering https://appleinsider.com/articles/22/02/28/apples-m1-mac-mini-can-be-made-portable-or-smaller-with-some-tinkering?utm_medium=rss Apple x s M Mac mini can be made portable or smaller with some tinkeringA pair of homebrew projects using the M Mac mini have highlighted the extremely compact nature of the computer with one also attempting to demonstrate how much smaller Apple could push Macs in the future Two Mac mini projects Via Twitter SnazzyQ and Scottyujan The Mac mini is widely accepted as a very small computer that offers considerable performance for its size While tinkerers typically use boards like the Raspberry Pi to create highly portable computing devices some are turning to the M Mac mini for the same concept Read more 2022-02-28 16:14:55
海外TECH Engadget LG's latest CineBeam 4K projectors promise improved daytime viewing https://www.engadget.com/lg-4k-cinebeam-home-projectors-2022-165629481.html?src=rss LG x s latest CineBeam K projectors promise improved daytime viewingLG is once again updating its CineBeam K projectors and the upgrades are good news if you tend to watch during the day Both the HUQ Ultra Short Throw laser projector above and the HUP laser LED hybrid promise better daytime viewing through key upgrades The HUQ touts auto brightness while the HUP s move to a wheel free hybrid offers brighter overall pictures than its predecessor The two also provide high contrast ratios to provide more details in bright and dark video scenesThe HUP peaks at lumens of brightness and is built for back of the room projection at distances between feet and feet It offers the most flexibility for image sizes though ranging between inches to inches The HUQ is limited to images inches to inches in size but it can produce a inch picture from just inches away and delivers a brighter lumen output if slightly dimmer than the HUP It s also your pick if you can t justify external speakers as it packs a W stereo setup and Bluetooth enabled surround versus the W of the HUP Both CineBeam K projectors include three HDMI ports including eARC two USB ports and support for AirPlay HomeKit and screen sharing Their lamps are good for hours of use LG is already shipping the two CineBeam projectors starting at for the HUP and for the HUQ Those aren t trivial prices but their brightness upgrades might make them easier to justify as replacements for some premium large screen TVs 2022-02-28 16:56:29
海外TECH Engadget Tesla offers free EV charging near Ukraine for those fleeing conflict https://www.engadget.com/tesla-supercharger-ukraine-ev-free-russia-163352296.html?src=rss Tesla offers free EV charging near Ukraine for those fleeing conflictTesla Superchargers close to the Ukraine border will offer free electric vehicle charging to support those leaving the country following Russia s invasion Owners of Tesla and non Tesla EVs will be able to use stations at Trzebownisko Poland Košice Slovakia and Miskolc and Debrecen both Hungary at no cost for a limited time It s unclear whether Tesla plans to expand the program to other Supercharger sites quot We hope that this helps give you the peace of mind to get to a safe location quot Tesla wrote in an email to local owners according to Elektrek It s said to be the first time Tesla has offered free charging to owners of third party EVs Tesla doesn t currently operate in Ukraine though some people there are said to have imported its EVs and the company wants to open Supercharger sites in the country it s not clear how the conflict may have impacted those plans The company has offered free charging during other times of crisis including when hurricanes struck the US 2022-02-28 16:33:52
海外TECH Engadget Instagram head says iPad 'not big enough' to make app a priority https://www.engadget.com/instagram-ipad-app-adam-mosseri-160717090.html?src=rss Instagram head says iPad x not big enough x to make app a priorityIt s been more than years since Instagram first launched and there s still no native iPad app Instagram users are limited to using the web interface or the iPhone version an app that is definitely not optimized for the iPad s larger screen And according to Instagram head Adam Mosseri that s not going to change any time soon nbsp In a series of tweets between Mosseri and prolific tech YouTuber Marques Brownlee Mosseri said that there weren t enough iPad users to justify making a dedicated app quot The year is and there s still no proper Instagram app for iPad quot Brownlee tweeted Sunday afternoon Mosseri apparently saw it and decided to open up a bit about the decision quot It s still just not a big enough group of people to be a priority quot he responded quot Hoping to get to it at some point but right now we re very heads down on other things quot Yup we get this one a lot It s still just not a big enough group of people to be a priority Hoping to get to it at some point but right now we re very heads down on other things ーAdam Mosseri mosseri February Mosseri shed a little more light on the situation in a subsequent tweet he noted that Instagram s team is quot leaner than you think quot and said the company was already supporting four platforms iOS Android web and Instagram Lite He also mentioned Instagram s competitors by name calling TikTok and YouTube quot behemoths quot In relation to how people use Instagram vs those apps Mosseri said that Instagram users share more in private messages than they do in the feed or through stories and that the company quot need s to adapt quot nbsp It wasn t exactly clear what he meant by needing to adapt but it sounds like he thinks people are sharing more publicly on TikTok and YouTube than they are on Instagram right now Adapting could either be finding ways to make people share more publicly or to improve the messaging experience that is so popular on Instagram but Mosseri didn t say more on that point Finally Mosseri indicated that Instagram internally views full iPad support as a quot finally feature quot something they want to get to but isn t a huge priority quot Things like supporting dark mode scheduled posts an iPad app deleting one photo from a carousel etc quot he tweeted nbsp While there are clearly millions of iPad owners who would likely enjoy an Instagram app the company has done a lot to make the web experience better over the last few years Messaging has been fully supported for a while now and as of last fall you can even create Instagram posts from the website as well Stories are still exclusive to the mobile apps but the overall web experience is not nearly as compromised as it used to be Regardless people will probably not stop asking for an Instagram iPad app any time soon but at least the app s leader has been forthcoming about the chances of that happening in the future Never say never iPad users but don t hold your breath nbsp 2022-02-28 16:07:17
海外TECH Network World BrandPost: Survey Highlights Major Changes at the Edge of Network https://www.networkworld.com/article/3651673/survey-highlights-major-changes-at-the-edge-of-network.html#tk.rss_all BrandPost Survey Highlights Major Changes at the Edge of Network Edge computing moving processing and storage closer to end users to better manage data is nearly ubiquitous But the next five years will see a significant industry wide change in the profile of the data system ecosystem as the industry doubles down on the edge A new global survey by Vertiv a global provider of critical digital infrastructure and continuity solutions gathered insight from data center industry professionals around the world on their companies edge computing plans Among other points survey data shows that of respondents are planning or deploying new edge sites What will this significant growth at the edge of the network look like Respondents helped us describe the current and future state To read this article in full please click here 2022-02-28 16:13:00
Cisco Cisco Blog Achieve a Secure, Sustainable Network with Cisco 8000 https://blogs.cisco.com/sp/achieve-a-secure-sustainable-network-with-cisco-8000 Achieve a Secure Sustainable Network with Cisco In the age of IoT security is critical to a sustainable future Learn how we re building secure longer lasting products that reduce greenhouse gas emissions and improve your bottom line 2022-02-28 16:48:43
海外科学 NYT > Science Dr. Bronner’s, the Soap Company, Dips Into Psychedelics https://www.nytimes.com/2022/02/28/health/ketamine-bronner-bros.html Dr Bronner s the Soap Company Dips Into PsychedelicsUnder the leadership of the founder s grandsons the company has become a big financial backer of efforts to loosen government restrictions on illegal drugs 2022-02-28 16:24:13
金融 ◇◇ 保険デイリーニュース ◇◇(損保担当者必携!) 保険デイリーニュース(03/01) http://www.yanaharu.com/ins/?p=4852 受け取り 2022-02-28 16:39:11
金融 金融庁ホームページ 金融機関における貸付条件の変更等の状況について更新しました。 https://www.fsa.go.jp/ordinary/coronavirus202001/kashitsuke/20200430.html 金融機関 2022-02-28 17:00:00
金融 金融庁ホームページ 「新型コロナウイルス感染症関連情報」特設ページを更新しました。 https://www.fsa.go.jp/ordinary/coronavirus202001/press.html 新型コロナウイルス 2022-02-28 17:00:00
金融 金融庁ホームページ 会計監査の信頼性の確保並びに公認会計士の一層の能力発揮及び能力向上を図るための措置について公表しました。 https://www.fsa.go.jp/seisaku/r3ria.html 会計監査 2022-02-28 17:00:00
金融 金融庁ホームページ 金融審議会「市場制度ワーキング・グループ」(第14回)議事録について公表しました。 https://www.fsa.go.jp/singi/singi_kinyu/market-system/gijiroku/20220121.html 金融審議会 2022-02-28 17:00:00
金融 金融庁ホームページ 貸金業関係資料集を更新しました。 https://www.fsa.go.jp/status/kasikin/20220228/index.html 関係 2022-02-28 17:00:00
ニュース ジェトロ ビジネスニュース(通商弘報) 機械・設備大手デュル、電動車向け需要が急増 https://www.jetro.go.jp/biznews/2022/03/3ef6786163026c0b.html 需要 2022-02-28 16:40:00
ニュース ジェトロ ビジネスニュース(通商弘報) 2021年第4四半期GDPは前期比0.02%増と低迷、ビジネス支援サービス業の後退響く https://www.jetro.go.jp/biznews/2022/03/89ebb96514055c9d.html 支援 2022-02-28 16:30:00
ニュース ジェトロ ビジネスニュース(通商弘報) 遼寧省のテクノロジーが支える北京冬季オリンピック・パラリンピック https://www.jetro.go.jp/biznews/2022/03/2f546f80425ffb1b.html 北京冬季オリンピック 2022-02-28 16:20:00
ニュース ジェトロ ビジネスニュース(通商弘報) 2022/2023年度の予算案公表、電子消費券は倍額を再支給へ https://www.jetro.go.jp/biznews/2022/03/2ab3355fc24d9be0.html 電子 2022-02-28 16:10:00
ニュース BBC News - Home Ukraine conflict: Russia blames Liz Truss and others for nuclear alert https://www.bbc.co.uk/news/uk-60558048?at_medium=RSS&at_campaign=KARANGA russia 2022-02-28 16:49:13
ニュース BBC News - Home Ukraine crisis: Fifa to suspend Russia as IOC calls for athletes' suspension https://www.bbc.co.uk/sport/athletics/60560567?at_medium=RSS&at_campaign=KARANGA Ukraine crisis Fifa to suspend Russia as IOC calls for athletes x suspensionFootball s world governing body Fifa is set to suspend Russia as the IOC recommends Russian and Belarusian athletes are banned from participating in any international sport 2022-02-28 16:54:31
ニュース BBC News - Home Ukraine conflict: Dozens killed in attack on Kharkiv, officials say https://www.bbc.co.uk/news/world-europe-60560465?at_medium=RSS&at_campaign=KARANGA invasion 2022-02-28 16:42:27
ニュース BBC News - Home Ukraine crisis: Russian ballet company's remaining UK tour dates cancelled https://www.bbc.co.uk/news/entertainment-arts-60553827?at_medium=RSS&at_campaign=KARANGA siberia 2022-02-28 16:22:20
ニュース BBC News - Home Ukraine conflict: Could the fighting spread across Europe? And other questions https://www.bbc.co.uk/news/world-60560769?at_medium=RSS&at_campaign=KARANGA lowen 2022-02-28 16:30:38
ニュース BBC News - Home Petrol prices: Are we paying too much at the pump? https://www.bbc.co.uk/news/business-52188448?at_medium=RSS&at_campaign=KARANGA petrol 2022-02-28 16:01:14

コメント

このブログの人気の投稿

投稿時間: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件)