 Predictably Irrationaldepart” o “when a social norm collides with a market norm, the social norm goes away for a long time. In other words, social relationships are not easy to reestablish”  Experiment: Daycare Late Pickup treatment, but it can help push us in the right direction.”  Agile tie-in: Scrum and the use of time boxes The High Price of Ownership – Why We Overvalue What We Have  Example: Duke basketball tickets from each tent must check in, else your tent moves to the back of the line, 48 hours before game time, when air horn sounds every study must check in  Experiment: What would the students who have a0 码力 | 3 页 | 234.46 KB | 5 月前3 Predictably Irrationaldepart” o “when a social norm collides with a market norm, the social norm goes away for a long time. In other words, social relationships are not easy to reestablish”  Experiment: Daycare Late Pickup treatment, but it can help push us in the right direction.”  Agile tie-in: Scrum and the use of time boxes The High Price of Ownership – Why We Overvalue What We Have  Example: Duke basketball tickets from each tent must check in, else your tent moves to the back of the line, 48 hours before game time, when air horn sounds every study must check in  Experiment: What would the students who have a0 码力 | 3 页 | 234.46 KB | 5 月前3
 The DevOps HandbookAn automated communications process by which measurements and other data are collected at remote points and are subsequently transmitted to receiving equipment for monitoring 1. Create telemetry in application easy…We enable engineers to track what they need to track, at the drop of a hat, without requiring time-sucking configuration changes or complicated processes.” iv. 2015 State of DevOps Report – high Delays 12. Backup success/failure d. USE TELEMETRY TO GUIDE PROBLEM-SOLVING i. Don’t practice “Mean Time until Declared Innocent” – culture of blame encourages limited documentation, hiding telemetry, deflection0 码力 | 8 页 | 24.02 KB | 5 月前3 The DevOps HandbookAn automated communications process by which measurements and other data are collected at remote points and are subsequently transmitted to receiving equipment for monitoring 1. Create telemetry in application easy…We enable engineers to track what they need to track, at the drop of a hat, without requiring time-sucking configuration changes or complicated processes.” iv. 2015 State of DevOps Report – high Delays 12. Backup success/failure d. USE TELEMETRY TO GUIDE PROBLEM-SOLVING i. Don’t practice “Mean Time until Declared Innocent” – culture of blame encourages limited documentation, hiding telemetry, deflection0 码力 | 8 页 | 24.02 KB | 5 月前3
 Government Excerptdecisions. We want to find a way to leave less paper on a desk.”1 The governor’s plan has five points that could have been plucked from any campaign platform: 1. A “world-class” education system about it. They’ve dubbed their new approach SMART— Specific, Measureable, Attainable, Relevant, and Time-bound. In other words, they want to use Scrum. And, in fact, they are. The office of the Chief Information0 码力 | 3 页 | 414.99 KB | 5 月前3 Government Excerptdecisions. We want to find a way to leave less paper on a desk.”1 The governor’s plan has five points that could have been plucked from any campaign platform: 1. A “world-class” education system about it. They’ve dubbed their new approach SMART— Specific, Measureable, Attainable, Relevant, and Time-bound. In other words, they want to use Scrum. And, in fact, they are. The office of the Chief Information0 码力 | 3 页 | 414.99 KB | 5 月前3
 python3学习手册import time print("当前时间戳",time.time()) print(type(time.time())) ②时间结构体,有9个字段 import time localtime=time.localtime(time.time()) print(localtime) print(type(localtime)) #结果如下 time.struct_time(tm_year=2022 tm_yday=95, tm_isdst=0) python3学习手册import time print("当前时间戳",time.time()) print(type(time.time())) ②时间结构体,有9个字段 import time localtime=time.localtime(time.time()) print(localtime) print(type(localtime)) #结果如下 time.struct_time(tm_year=2022 tm_yday=95, tm_isdst=0)- time.struct_time'> ③格式化时间 import time print(time.strftime("%Y-%m-%d %H:%M:%S",time.localtime())) print(time.strftime("%a %b %d %H:%M:%S %Y",time.localtime())) # %a表示周几 import time print(time.ctime(time.time())) print(time.asctime(time.localtime())) #同 time.ctime() #日期就一个 5 ④时间字符串转为时间结构体 import time timestr="Tue Apr 05 22:22:15 2022" t=time.strptime(timestr 0 码力 | 213 页 | 3.53 MB | 1 年前3
 The Phoenix Projectrepetition and practice is the prerequisite to mastery. The outcomes of the Third Way include allocating time for the improvement of daily work, creating rituals that reward the team for taking risks, and introducing “The wait time is the ‘percentage of time busy’ divided by the ‘percentage of time idle.’ In other words, if a resource is fifty percent busy, then it’s fifty percent idle. The wait time is fifty percent unit of time. Let’s call it one hour. So, on average, our task would wait in the queue for one hour before it gets worked. On the other hand, if a resource is ninety percent busy, the wait time is ‘ninety0 码力 | 3 页 | 154.45 KB | 5 月前3 The Phoenix Projectrepetition and practice is the prerequisite to mastery. The outcomes of the Third Way include allocating time for the improvement of daily work, creating rituals that reward the team for taking risks, and introducing “The wait time is the ‘percentage of time busy’ divided by the ‘percentage of time idle.’ In other words, if a resource is fifty percent busy, then it’s fifty percent idle. The wait time is fifty percent unit of time. Let’s call it one hour. So, on average, our task would wait in the queue for one hour before it gets worked. On the other hand, if a resource is ninety percent busy, the wait time is ‘ninety0 码力 | 3 页 | 154.45 KB | 5 月前3
 The DevOps Handbookfrequent) ii. Code and change deployment lead time (two hundred times faster) iii. Production deployments (sixty times higher change success rate) iv. Mean time to restore service (168 times faster) 4. Handbook xxi 5. PART I—THE THREE WAYS 1 a. Introduction i. THE LEAN MOVEMENT 1. manufacturing lead time required to convert raw materials into finished goods was the best predictor of quality, customer stay the same—due to chaos and entropy, processes actually degrade over time. 2. We improve daily work by explicitly reserving time to pay down technical debt, fix defects, and refactor and improve problematic0 码力 | 8 页 | 22.57 KB | 5 月前3 The DevOps Handbookfrequent) ii. Code and change deployment lead time (two hundred times faster) iii. Production deployments (sixty times higher change success rate) iv. Mean time to restore service (168 times faster) 4. Handbook xxi 5. PART I—THE THREE WAYS 1 a. Introduction i. THE LEAN MOVEMENT 1. manufacturing lead time required to convert raw materials into finished goods was the best predictor of quality, customer stay the same—due to chaos and entropy, processes actually degrade over time. 2. We improve daily work by explicitly reserving time to pay down technical debt, fix defects, and refactor and improve problematic0 码力 | 8 页 | 22.57 KB | 5 月前3
 A Seat at the Table: IT Leadership in the Age of Agility - Part 2impediments, criticism, and abuse. I have so much fun working alongside you.” – Mark Schwartz Last Time in Part One Planning: The idea that we should make a plan and then stick to it is a terrible idea problem.  if we mandate that projects reuse code whenever possible, each project may have to spend time searching archives of available code to find something that is a near fit, and then deal with the intangible, latent capabilities—potential that is, for the moment, hidden.  The EA asset evolves over time through incremental investments.  Managing the EA asset is an art, just as all strategic management0 码力 | 7 页 | 387.61 KB | 5 月前3 A Seat at the Table: IT Leadership in the Age of Agility - Part 2impediments, criticism, and abuse. I have so much fun working alongside you.” – Mark Schwartz Last Time in Part One Planning: The idea that we should make a plan and then stick to it is a terrible idea problem.  if we mandate that projects reuse code whenever possible, each project may have to spend time searching archives of available code to find something that is a near fit, and then deal with the intangible, latent capabilities—potential that is, for the moment, hidden.  The EA asset evolves over time through incremental investments.  Managing the EA asset is an art, just as all strategic management0 码力 | 7 页 | 387.61 KB | 5 月前3
 A Seat at the Table - IT Leadership in the Age of AgilityMark Schwartz “Courage, I say, is the value most needed by Agile IT leaders.” – Mark Schwartz Last Time in Part 2 Enterprise Architecture: The job of IT leaders is not to execute projects on behalf of  This, as we know, is based on the outdated idea that we define the scope of the system ahead of time and keep working until we deliver it. That is precisely what we do not do in an Agile approach. and talk technology—at least some of the time. They are in your IT organization because they enjoy technology; they are proud to be technologists. It is time to shake off the last traces of the attitude0 码力 | 7 页 | 387.48 KB | 5 月前3 A Seat at the Table - IT Leadership in the Age of AgilityMark Schwartz “Courage, I say, is the value most needed by Agile IT leaders.” – Mark Schwartz Last Time in Part 2 Enterprise Architecture: The job of IT leaders is not to execute projects on behalf of  This, as we know, is based on the outdated idea that we define the scope of the system ahead of time and keep working until we deliver it. That is precisely what we do not do in an Agile approach. and talk technology—at least some of the time. They are in your IT organization because they enjoy technology; they are proud to be technologists. It is time to shake off the last traces of the attitude0 码力 | 7 页 | 387.48 KB | 5 月前3
 The DevOps Handbookcritical systems ii. Simulate and rehearse accidents for practice 1. Schedule the event 2. Give teams time to prepare, make changes, and establish procedures 3. Execute iii. Expose latent defects in the principles 4. Ch. 21 – Reserve Time to Create Organizational Learning and Improvementa. Toyota Production System has improvement blitz – dedicated and concentrated period of time to address a given issue production load compared to native PHP. d. ENABLE EVERYONE TO TEACH AND LEARN i. Dedicate organizational time to let teaching and learning happen. Nationwide Insurance – provides 2 hours each week with expectation0 码力 | 9 页 | 25.13 KB | 5 月前3 The DevOps Handbookcritical systems ii. Simulate and rehearse accidents for practice 1. Schedule the event 2. Give teams time to prepare, make changes, and establish procedures 3. Execute iii. Expose latent defects in the principles 4. Ch. 21 – Reserve Time to Create Organizational Learning and Improvementa. Toyota Production System has improvement blitz – dedicated and concentrated period of time to address a given issue production load compared to native PHP. d. ENABLE EVERYONE TO TEACH AND LEARN i. Dedicate organizational time to let teaching and learning happen. Nationwide Insurance – provides 2 hours each week with expectation0 码力 | 9 页 | 25.13 KB | 5 月前3
 DoD CIO Enterprise DevSecOps Reference Design - Summarysimultaneously. Key Measures Mean-time to production: the average time it takes from when new software features are required until they are running in production. Average lead-time: how long it takes for a new production environment. Production failure rate: how often software fails during production. Mean-time to recovery: how long it takes applications in the production stage to recover from failure. Key0 码力 | 8 页 | 3.38 MB | 5 月前3 DoD CIO Enterprise DevSecOps Reference Design - Summarysimultaneously. Key Measures Mean-time to production: the average time it takes from when new software features are required until they are running in production. Average lead-time: how long it takes for a new production environment. Production failure rate: how often software fails during production. Mean-time to recovery: how long it takes applications in the production stage to recover from failure. Key0 码力 | 8 页 | 3.38 MB | 5 月前3
共 17 条
- 1
- 2














