-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject_management_notes.html
More file actions
69 lines (65 loc) · 3.99 KB
/
Copy pathproject_management_notes.html
File metadata and controls
69 lines (65 loc) · 3.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE HTML>
<html>
<head>
<title>CubicInfinity - Project Management Notes</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8"/>
</head>
<body>
<div>
<header>
<a href="index.html">
<h2 class="back">Return</h2>
</a>
<h1 class="thicktext" style="text-align: center; font-size: 2.1em">Notes for Project Management Improvement</h1>
</header>
</div>
<div class="thicktext">
<p>
<span class="numberbullet">1</span> When we make a mistake, we can ask ourselves what it is about our nature that led to the error and resolve or improve on that, rather than simply changing our behavior so that one specific thing won't happen again. What I mean is if we improve on our tendencies, we can prevent problems that haven't occurred yet.
</p>
<p>
Learning is a gradual process, but if we feed what we learn back into the function of learning we will learn exponentially. Said another way, we want learning to be an iterative process, not just a repetitive one. Much of life is repetitive, but we could learn to build on the things we received before. (Partially inspired by Jackie Nygaard)
</p>
<p>
<span class="numberbullet">2</span> "Our deepest fear is not that we are inadequate. Our deepest fear is that we are powerful beyond measure. It is our light, not our darkness that most frightens us. We ask ourselves, Who am I to be brilliant, gorgeous, talented, fabulous? Actually, who are you not to be? You are a child of God. Your playing small does not serve the world. There's nothing enlightened about shrinking so that other people won't feel insecure around you. We are all meant to shine, as children do. We were born to make manifest the glory of God that is within us. It's not just in some of us; it's in everyone. And as we let our own light shine, we unconsciously give other people permission to do the same. As we're liberated from our own fear, our presence automatically liberates others." -Our Deepest Fear 1992, Marianne Williamson
</p>
<p>
<span class="numberbullet">3</span> When seeking a compromise, remember synergy.
</p>
<p>
<span class="numberbullet">4</span> The easiest way to learn is typically through examples, comprehensible input. Generalizations are evidence of understanding but are not always necessary for instruction; in fact, it is in the correct application of a model that understanding is proven, not through memorization.
</p>
<p>
<span class="numberbullet">5</span> It’s important to have a vision. Think about what you’d like to do and then figure out how to do it. This contrasts with merely thinking about your knowledge, tools, and resources and what you could do with them.
</p>
<p>
<span class="numberbullet">6</span> Don’t take too much freedom away from others.
</p>
<p>
<span class="numberbullet">7</span> Limitations can be a source of creativity.
</p>
<p>
<span class="numberbullet">8</span> Sometimes you must set aside a task with a near deadline to do something important that doesn’t have one.
</p>
<p>
<span class="numberbullet">9</span> If you wait to evaluate, it will be too late.
</p>
<p>
<span class="numberbullet">10</span> It can be more effective to allot smaller portions of time to complete activities because it makes you work more quickly and forces the most crucial elements to be finished. After enough tasks are completed, you might revisit the activity to improve its quality.
</p>
<p>
<span class="numberbullet">11</span> Adapt for yourself. There’s a reason there are so many [management] methods. … Get to know the people and the way that they operate. – Kory Godfrey
</p>
<p>
<span class="numberbullet">12</span> A lot of it is about seeing things and admitting them as they truly are. – Kory Godfrey
</p>
</div>
<footer>
<a href="index.html">
<h2 class="backcenter">Return</h2>
</a>
</footer>
</body>
</html>