blob: 5c52420b3245b3d06ebb4114231c1e5c5cbc1536 (
plain)
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.155.0">
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="/ananke/css/main.min.efe4d852f731d5d1fbb87718387202a97aafd768cdcdaed0662bbe6982e91824.css" >
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="" />
<link href="/index.xml" rel="feed" type="application/rss+xml" title="" />
<link rel="canonical" href="https://blog.gluegadget.com/">
<meta property="og:url" content="https://blog.gluegadget.com/">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<meta itemprop="datePublished" content="2017-08-22T00:00:00+00:00">
<meta itemprop="dateModified" content="2017-08-22T00:00:00+00:00">
<meta name="twitter:card" content="summary">
</head><body class="ma0 avenir bg-near-white production is-home">
<header>
<div class="pb3-m pb6-l bg-black">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l center items-center justify-between">
<a href="/" class="f3 fw2 hover-white white-90 dib no-underline">
</a>
<div class="flex-l items-center">
<div class="ananke-socials"></div>
</div>
</div>
</nav>
<div class="tc-l pv3 ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
</h1>
</div>
</div>
</header>
<main class="pb7" role="main">
<article class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy nested-links mid-gray">
</article>
<div class="pa3 pa4-ns w-100 w-70-ns center">
<section class="w-100 mw8">
<div class="w-100 mb4 relative">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l dark-gray no-underline">
<div class="flex-column flex-row-ns flex">
<div class="blah w-100">
<h1 class="f3 fw1 athelas mt0 lh-title">
<a href="/post/2017-08-22-thinkpad-e470/" class="color-inherit dim link">
ThinkPad E470
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
<p>Recently I’ve been looking for a Linux-friendly, budget laptop. I like ThinkPads, and all of my laptops have been either T-series or X-series but this time I didn’t want to spend that amount of money and was looking for cheaper alternatives.</p>
<p>Browsing Lenovo website, I realised that a reasonably configured <a href="http://www3.lenovo.com/ie/en/laptops/thinkpad/edge-series/E470/p/22TP2TEE470">E470</a> would cost about €1000 which was about how much I was willing to pay. I configured it, so it has:</p>
</div>
<a href="/post/2017-08-22-thinkpad-e470/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<div class="w-100 mb4 relative">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l dark-gray no-underline">
<div class="flex-column flex-row-ns flex">
<div class="blah w-100">
<h1 class="f3 fw1 athelas mt0 lh-title">
<a href="/post/2017-08-16-tapl/" class="color-inherit dim link">
Types and Programming Languages
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
<p>February 2016, as a birthday present to myself I bought a copy of <a href="https://www.cis.upenn.edu/~bcpierce/tapl/">Types and Programming Languages</a>. At the time the only thing I did with it was to take a photo of it, sharing it on Twitter and congratulating myself. To be fair, I did try reading it, but it was so intimidating that I gave up very early in the book. One and a half years later I’m going to give it another go because a few things have changed.</p>
</div>
<a href="/post/2017-08-16-tapl/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
</section>
</div>
</main>
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white white-70 dn dib-ns pv2 ph3 no-underline" href="https://blog.gluegadget.com/" >
©
</a>
<div><div class="ananke-socials"></div>
</div>
</div>
</footer>
</body>
</html>
|