-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
154 lines (130 loc) · 7.12 KB
/
blog.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NP | Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="author" content="Neill Perry">
<meta name="description" content="Neill's Site">
<!-- OpenGraph tags -->
<meta property="og:site_name" content="Neill's Site">
<meta property="og:type" content="website">
<meta property="og:title" content="Neill's Site">
<meta property="og:url" content="https://neillperry.com/">
<meta property="og:description" content="Neill Perry's website, containing a blog, a reading list, contact information and some photos">
<meta property="og:image" content="https://neillperry.com/img/social_media/test_twitter.jpg">
<meta name="og:updated_time" content="2019-09-30T19:28:24">
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="neillperry">
<meta name="twitter:creator" content="neillperry">
<meta name="twitter:title" content="Neill's Site">
<meta name="twitter:domain" content="https://neillperry.com/">
<meta property="twitter: description" content="A neglected blog, an ever-expanding reading list, some outdated contact information and a few photos">
<meta property="og:image" content="https://neillperry.com/img/rodeo.jpg">
<meta rel="canonical" href="https://neillperry.com/">
<!-- Links to Stylesheets, Bootstrap and JavaScript libraries -->
<link rel="stylesheet" href="css/main.css" type="text/css">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
</head>
<body>
<!-- COLLAPSIBLE NAV BAR -->
<nav class="navbar navbar-expand-md bg-dark navbar-dark">
<!-- Brand -->
<a class="navbar-brand" href="https://neillperry.com/">
<div class="inset"><img src="img/Avatar_noodles.jpg"></div>
</a>
<!-- Toggler/collapsibe Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navbar links -->
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://neillperry.com/album.html">Album</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://neillperry.com/reading.html">Reading</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://neillperry.com/projects.html">Coding</a>
</li>
</ul>
</div>
</nav>
<!-- Jumbotron -->
<div class="jumbotron jumbotron-fluid jumbotron-rodeo">
<div class="container text-center center-block">
<h1>Vogon Poetry</h1>
</div>
</div>
<main class="container col-8">
<div class="contanier-fluid text-justify content center-block">
<h4><a href="https://neillperry.com/blog/2019/20191006.html">Disinformation Needs a Platform</a></h4>
<p class="muted"><time datetime="2019-10-06">Oct 6, 2019</time></p>
<p class="lead">To publish is easy, to get attention is hard. To be effective, disinformation needs a platform, and there are three ways to get one.</p>
</div>
<hr>
<div class="contanier-fluid text-justify content center-block">
<h4><a href="https://neillperry.com/blog/2019/20190925.html">What is the Information Environment</a></h4>
<p class="muted"><time datetime="2019-09-25">Sept 25, 2019</time></p>
<p class="lead">The Information Environment is like the Matrix. It has you, and the only way to escape is to understand it.</p>
</div>
<hr>
<div class="contanier-fluid text-justify content center-block">
<h4><a href="https://neillperry.com/blog/2019/20190907.html">Strategic Vision for the Hoover Institution</a></h4>
<p class="muted"><time datetime="2019-09-07">Sept 7, 2019</time></p>
<p class="lead">I didn't get the job with the Hoover Institution, but you can still read my what I would do if I were them.</p>
</div>
<hr>
<div class="contanier-fluid text-justify content center-block">
<h4><a href="https://neillperry.com/blog/2019/20190525.html">Aggression Is (Usually) More Important Than Skill</a></h4>
<p class="muted"><time datetime="2019-05-25">May 25, 2019</time></p>
<p class="lead">What does a WWII naval battle and a bunch of eight-year-old soccer players have in common?</p>
</div>
<hr>
<div class="contanier-fluid text-justify content center-block">
<h4 class="panel-body"><a href="https://neillperry.com/blog/2019/20190321.html">Intuitive Is Hard</a></h4>
<p class="muted"><time datetime="2019-03-21">March 21, 2019</time></p>
<p class="lead">Book review examines the development of Apple's intuitive user interface for the first iPhone, the benchmark for all subsequent smartphones.</p>
</div>
<hr>
<div class="contanier-fluid text-justify content center-block">
<h4><a href="https://neillperry.com/blog/2019/20190320.html">Stuff Your Meeting Into an Email</a></h4>
<p class="muted"><time datetime="2019-03-20">March 20, 2019</time></p>
<p class="lead">Holding a meeting is not always productive; sometimes it's just a waste of everyone's time.</p>
</div>
<hr>
<div class="contanier-fluid text-justify content center-block">
<h4><a href="https://neillperry.com/blog/2019/20190225.html">Leadership is More Than Book Smarts</a></h4>
<p class="muted"><time datetime="2019-02-25">February 25, 2019</time></p>
<p class="lead">Book smart people often fail to appreciate that there is more to leadership than intelligence.</p>
</div>
<hr>
<div class="contanier-fluid text-justify content center-block">
<h4><a href="https://neillperry.com/blog/2019/20190116.html">Knowledge Is A Choice</a></h4>
<p class="muted"><time datetime="2019-01-16">Jan 16, 2019</time></p>
<p class="lead">An essay on how people will disbelieve facts.</p>
</div>
</main>
<!-- Footer links -->
<footer>
<ul>
<li>© 2025 Neill Perry</li>
<li><a href="https://neillperry.com/about.html">About</li>
<li><a href="https://twitter.com/neillperry/" target="_blank" rel="noopener noreferrer">Twitter</a></li>
<li><a href="https://bsky.app/profile/neillperry.com" target="_blank" rel="noopener noreferrer">Bluesky</a></li>
<li><a href="https://www.linkedin.com/in/neillperry/" target="_blank" rel="noopener noreferrer">LinkedIn</a></li>
<li><a href="https://github.com/neillperry" target="_blank" rel="noopener noreferrer">GitHub</a></li>
<li><a href="https://neillperry.com/credits.html">Credits</li>
</ul>
</footer>
</body>
</html>