-
Notifications
You must be signed in to change notification settings - Fork 0
/
your-brain-at-work-by-david-rock-2009.html
92 lines (82 loc) · 4.76 KB
/
your-brain-at-work-by-david-rock-2009.html
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="fr" prefix="og: http://ogp.me/ns#">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Metadata -->
<meta name="description" content="I'm a software engineer.<br />I like to write code slowly but with agility and to test new tools. <br />This website was crafted with the assistance of <a href='http://getpelican.com/'>Pelican</a> and <a href='https://github.com/jvanz/pelican-hyde'>Hyde</a>.">
<meta property="og:description" content="I'm a software engineer.<br />I like to write code slowly but with agility and to test new tools. <br />This website was crafted with the assistance of <a href='http://getpelican.com/'>Pelican</a> and <a href='https://github.com/jvanz/pelican-hyde'>Hyde</a>.">
<meta property="og:title" content="Your Brain at Work by David Rock, 2009" />
<meta property="og:type" content="article" />
<meta property="og:url" content="/your-brain-at-work-by-david-rock-2009.html" />
<meta property="og:image" content="/images/avatar.png" />
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Pierre's website</title>
<!-- CSS -->
<link rel="stylesheet" href="/theme/css/poole.css" />
<link rel="stylesheet" href="/theme/css/hyde.css" />
<link rel="stylesheet" href="/theme/css/syntax.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/fork-awesome.min.css" crossorigin="anonymous">
<!-- Feeds -->
<!-- Analytics -->
</head>
<body class="theme-base-0d">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1>
<a href="/">
<img class="profile-picture" src="/images/avatar.png">
Pierre's website
</a>
</h1>
<p class="lead"></p>
<p class="lead">I'm a software engineer.<br />I like to write code slowly but with agility and to test new tools. <br />This website was crafted with the assistance of <a href='http://getpelican.com/'>Pelican</a> and <a href='https://github.com/jvanz/pelican-hyde'>Hyde</a>. </p>
<p></p>
</div>
<ul class="sidebar-nav">
</ul>
<nav class="sidebar-social">
<a class="sidebar-social-item" href="https://stackoverflow.com/users/4596254/pierre/" target="_blank">
<i class="fa fa-stack-overflow"></i>
</a>
<a class="sidebar-social-item" href="https://github.com/pierrerousseau/" target="_blank">
<i class="fa fa-github"></i>
</a>
<a class="sidebar-social-item" href="https://news.ycombinator.com/user?id=proussea" target="_blank">
<i class="fa fa-hacker-news"></i>
</a>
<a class="sidebar-social-item" href="https://fr.linkedin.com/in/rousseaupierre/en" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
<a class="sidebar-social-item" href="/">
<i class="fa fa-rss"></i>
</a>
</nav>
</div>
</div> <div class="content container">
<div class="post">
<h1 class="post-title">Your Brain at Work by David Rock, 2009</h1>
<span class="post-date">sam. 07 juin 2014</span>
<h2>Links</h2>
<p><a href="http://youtu.be/XeJSXfXep4M">Your Brain at Work</a> by <a href="http://davidrock.net/">David Rock</a>, 2009.</p>
<h2>Abstract (from video about)</h2>
<p>In his new book Your Brain at Work, coach David Rock depicts the story of two people over one day at the office, and what’s happening in their brains that makes it so hard to focus and be productive. Not only does he explain why things go wrong, but how you can train your brain to improve thinking and performance at work. Based on interviews with 30 neuroscientists, he’s developed strategies to help you work smart all day.</p>
<p>Learn how to: * Maximize your mental energy by understanding your brain’s limits * Overcome distractions * Improve your focus through understanding the nature of attention * Reduce stress levels with brain-based techniques * Improve how you collaborate by understanding the social needs of the brain</p>
<p>You can learn to be more productive, less stressed and stay sane by understanding your brain.</p>
<h2>Personnal opinion</h2>
<p>Interresting tips on how to change the context you are handling things. I really liked the one about a late plane. If you can’t do anything to speed up a late plane, use this “lost” time for something else. You’ll be less nervous, and you will have done something instead of just complaining.</p>
<span class="post-tags">
<ul>
<li><a href="/tag/link.html">link</a></li>
<li><a href="/tag/video.html">video</a></li>
<li><a href="/tag/brain.html">brain</a></li>
<li><a href="/tag/self-improvement.html">self-improvement</a></li>
</ul>
</span>
</div>
</div>
</body>
</html>