並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 21 件 / 21件

新着順 人気順

measuringの検索結果1 - 21 件 / 21件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

measuringに関するエントリは21件あります。 performancegithubresearch などが関連タグです。 人気エントリには 『Measuring Developer Productivity via Humans』などがあります。
  • Measuring Developer Productivity via Humans

    Measuring developer productivity is a difficult challenge. Conventional metrics focused on development cycle time and throughput are limited, and there aren't obvious answers for where else to turn. Qualitative metrics offer a powerful way to measure and understand developer productivity using data derived from developers themselves. Organizations should prioritize measuring developer productivity

      Measuring Developer Productivity via Humans
    • Remove stats collection code measuring how often Tweets from specific… · twitter/the-algorithm@ec83d01

      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

        Remove stats collection code measuring how often Tweets from specific… · twitter/the-algorithm@ec83d01
      • Measuring Compositional Generalization

        The latest news from Google on open source releases, major projects, events, and student outreach programs. People are capable of learning the meaning of a new word and then applying it to other language contexts. As Lake and Baroni put it, “Once a person learns the meaning of a new verb ‘dax’, he or she can immediately understand the meaning of ‘dax twice’ and ‘sing and dax’.” Similarly, one can

          Measuring Compositional Generalization
        • An In-Depth Guide To Measuring Core Web Vitals — Smashing Magazine

          How are Core Web Vitals measured? How do you know your fixes have had the desired effect and when will you see the results in Google Search Console? Let’s figure it out. Google has announced that from May 2021 (edit: the date was just moved to June 2021), they will start to consider “Page Experience” as part of Search ranking, as measured by a set of metrics called Core Web Vitals. That date is ap

            An In-Depth Guide To Measuring Core Web Vitals — Smashing Magazine
          • GitHub - Zizzamia/perfume.js: Web performance library for measuring all performance vitals metrics

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              GitHub - Zizzamia/perfume.js: Web performance library for measuring all performance vitals metrics
            • Measuring Developer Productivity: Real-World Examples

              You can see there’s a wide range of metrics in use, including: Ease of Delivery (Amplitude, GoodRx, Intercom, Postman, Lattice) Experiment Velocity (Etsy) Stability of Services / Apps (DoorDash) SPACE metrics (Microsoft) Weekly focus time per engineer (Uber) Every company has its own tailored approach to measuring its engineering organization’s efficiency. For this article, I’ve chosen four compan

                Measuring Developer Productivity: Real-World Examples
              • 彩恵りり🧚‍♀️科学ライター✨おしごと募集中 on Twitter: "時計は正確なほど、多くのエネルギーを消費してエントロピーを増やす…こんな面白い実験結果が発表されたよ!これは量子力学と古典力学のミックスみたいな研究だよ!リプライで解説するね! A. N. Pearson, "Measuring… https://t.co/EinF4STrnt"

                時計は正確なほど、多くのエネルギーを消費してエントロピーを増やす…こんな面白い実験結果が発表されたよ!これは量子力学と古典力学のミックスみたいな研究だよ!リプライで解説するね! A. N. Pearson, "Measuring… https://t.co/EinF4STrnt

                  彩恵りり🧚‍♀️科学ライター✨おしごと募集中 on Twitter: "時計は正確なほど、多くのエネルギーを消費してエントロピーを増やす…こんな面白い実験結果が発表されたよ!これは量子力学と古典力学のミックスみたいな研究だよ!リプライで解説するね! A. N. Pearson, "Measuring… https://t.co/EinF4STrnt"
                • Defining, Measuring, and Managing Technical Debt

                  Need Help? US & Canada: +1 800 678 4333 Worldwide: +1 732 981 0060 Contact & Support About IEEE Xplore Contact Us Help Accessibility Terms of Use Nondiscrimination Policy Sitemap Privacy & Opting Out of Cookies A not-for-profit organization, IEEE is the world's largest technical professional organization dedicated to advancing technology for the benefit of humanity. © Copyright 2023 IEEE - All rig

                    Defining, Measuring, and Managing Technical Debt
                  • Measuring Git performance with OpenTelemetry

                    EngineeringMeasuring Git performance with OpenTelemetryUse our new open source Trace2 receiver component and OpenTelemetry to capture and visualize telemetry from your Git commands. When I think about large codebases, the repositories for Microsoft Windows and Office are top of mind. When Microsoft began migrating these codebases to Git in 2017, they contained 3.5M files and a full clone was more

                      Measuring Git performance with OpenTelemetry
                    • Measuring GitHub Copilot’s Impact on Productivity – Communications of the ACM

                      Code-completion systems offering suggestions to a developer in their integrated development environment (IDE) have become the most frequently used kind of programmer assistance.1 When generating whole snippets of code, they typically use a large language model (LLM) to predict what the user might type next (the completion) from the context of what they are working on at the moment (the prompt).2 T

                      • Measuring Mutexes, Spinlocks and how Bad the Linux Scheduler Really is

                        Measuring Mutexes, Spinlocks and how Bad the Linux Scheduler Really is by Malte Skarupke This blog post is one of those things that just blew up. From a tiny observation at work about odd behaviors of spinlocks I spent months trying to find good benchmarks, (still not entirely successful) writing my own spinlocks, mutexes and condition variables and even contributing a patch to the Linux kernel. T

                          Measuring Mutexes, Spinlocks and how Bad the Linux Scheduler Really is
                        • Measuring the Performance of JavaScript Functions | Felix Gerschau

                          performancejavascriptMeasuring the Performance of JavaScript FunctionsStart measuring your JavaScript function's performance with these APIs and learn how to use them. Measuring the time it takes to execute a function is always a good idea to prove that some implementation is more performant than the other. It's also a good way to ensure that performance didn't suffer after some change and to trac

                            Measuring the Performance of JavaScript Functions | Felix Gerschau
                          • IDE: Measuring memory usage of Haskell values and patching GHC

                            Posted on August 4, 2020 by Michail Pardalos As part of my Google Summer of Code project to add instrumentation to ghcide, I needed to measure the size of Haskell values in memory. After getting blocked by a bug in a GHC primop I fell down a rabbit hole of learning about GHC’s memory layout, C– and making my first contribution to GHC. In this post I want to describe that journey and hopefully enco

                            • Measuring the Memory Overhead of a Postgres Connection

                              One fairly common complaint about postgres is that is that each connection uses too much memory. Often made when comparing postgres' connection model to one where each connection is assigned a dedicated thread, instead of the current model where each connection has a dedicated process. To be clear: This is a worthwhile discussion to have. And there are several important improvements we could make

                                Measuring the Memory Overhead of a Postgres Connection
                              • Start measuring Web Vitals with Browser Insights

                                Many of us at Cloudflare obsess about how to make websites faster. But to improve performance, you have to measure it first. Last year we launched Browser Insights to help our customers measure web performance from the perspective of end users. Today, we're partnering with the Google Chrome team to bring Web Vitals measurements into Browser Insights. Web Vitals are a new set of metrics to help web

                                  Start measuring Web Vitals with Browser Insights
                                • Measuring enterprise developer productivity

                                  EnterpriseMeasuring enterprise developer productivityIn a recent paper written by Nicole Forsgren and her colleagues, “The SPACE of developer productivity: There’s more to it than you think,” there is an irony that is hard… In a recent paper written by Nicole Forsgren and her colleagues, “The SPACE of developer productivity: There’s more to it than you think,” there is an irony that is hard to esc

                                    Measuring enterprise developer productivity
                                  • Stop Measuring Community Engagement

                                    👋 Hello everyone. I'm Michael Hall and I will be your guide in Rosieland today. I want to start you off with a story about good intentions with bad outcomes. Hopefully, everybody has seen the Disney Pixar movie Monster’s Inc. by now. In the movie, the monster society runs on energy produced by children’s screams. Even though it’s the energy they’re after, not the screams, it’s the screaming that

                                      Stop Measuring Community Engagement
                                    • measuring spoon - four dramatic factory

                                      大さじを見つけるのに一杯いっぱい。 つーか、マジでどれだろう?

                                        measuring spoon - four dramatic factory
                                      • Experimenting with measuring soft navigations  |  Web Platform  |  Chrome for Developers

                                        Since its launch, the Core Web Vitals initiative has sought to measure the actual user experience of a website, rather than technical details behind how a website is created or loaded. The three Core Web Vitals metrics were created as user-centric metrics—an evolution over existing technical metrics such asDOMContentLoaded or load that measured timings that were often unrelated to how users percei

                                          Experimenting with measuring soft navigations  |  Web Platform  |  Chrome for Developers
                                        • Measuring and examining TLS 1.3, IPv4, and IPv6 performance - Matt Hobbs

                                          First published: Jul 30, 2020 Last updated: Aug 5, 2020 Tagged: webperf, gds, ramblings. Matt Hobbs Read time: 21 mins Earlier in the year we enabled Transport Layer Security (TLS) 1.3 on the Fastly point of presence (POPs) for GOV.UK. Fastly have been gradually rolling out a whole set of improvements to the cache nodes in their POPs. This includes a new h2o TLS architecture, which was required fo

                                          • One-hand rice measuring cup by shiura

                                            You can measure 1 cup of rice with your single hand. It measures 1 cup of rice (180ml). You can scale it for different volumes. volume scale 1 cup (18

                                              One-hand rice measuring cup by shiura
                                            1

                                            新着記事