-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfeed.xml
294 lines (294 loc) · 17.8 KB
/
feed.xml
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<feed xmlns="http://www.w3.org/2005/Atom">
<link href="https://nigeltao.github.io/feed.xml" rel="self" type="application/atom+xml"/>
<link href="https://nigeltao.github.io/" rel="alternate" type="text/html"/>
<updated>2024-10-07T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/feed.xml</id>
<title type="html">Nigel Tao's blog</title>
<entry>
<title type="html">Blue Noise Braille Art</title>
<link href="https://nigeltao.github.io/blog/2024/blue-noise-braille-art.html" rel="alternate" type="text/html" title="Blue Noise Braille Art"/>
<published>2024-10-07T00:00:00+00:00</published>
<updated>2024-10-07T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2024/blue-noise-braille-art.html</id>
</entry>
<entry>
<title type="html">Go Embedding and Backwards Compatibility</title>
<link href="https://nigeltao.github.io/blog/2024/go-embedding-back-compat.html" rel="alternate" type="text/html" title="Go Embedding and Backwards Compatibility"/>
<published>2024-10-06T00:00:00+00:00</published>
<updated>2024-10-06T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2024/go-embedding-back-compat.html</id>
</entry>
<entry>
<title type="html">JPEG Chroma Upsampling</title>
<link href="https://nigeltao.github.io/blog/2024/jpeg-chroma-upsampling.html" rel="alternate" type="text/html" title="JPEG Chroma Upsampling"/>
<published>2024-08-11T00:00:00+00:00</published>
<updated>2024-08-11T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2024/jpeg-chroma-upsampling.html</id>
</entry>
<entry>
<title type="html">XZ/LZMA Worked Example Part 5: XZ</title>
<link href="https://nigeltao.github.io/blog/2024/xz-lzma-part-5-xz.html" rel="alternate" type="text/html" title="XZ/LZMA Worked Example Part 5: XZ"/>
<published>2024-04-18T00:00:00+00:00</published>
<updated>2024-04-18T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2024/xz-lzma-part-5-xz.html</id>
</entry>
<entry>
<title type="html">XZ/LZMA Worked Example Part 4: Lempel-Ziv, Markov-chain</title>
<link href="https://nigeltao.github.io/blog/2024/xz-lzma-part-4-lempel-ziv-markov-chain.html" rel="alternate" type="text/html" title="XZ/LZMA Worked Example Part 4: Lempel-Ziv, Markov-chain"/>
<published>2024-04-17T00:00:00+00:00</published>
<updated>2024-04-17T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2024/xz-lzma-part-4-lempel-ziv-markov-chain.html</id>
</entry>
<entry>
<title type="html">XZ/LZMA Worked Example Part 3: Literal-Only LZMA</title>
<link href="https://nigeltao.github.io/blog/2024/xz-lzma-part-3-literal-only-lzma.html" rel="alternate" type="text/html" title="XZ/LZMA Worked Example Part 3: Literal-Only LZMA"/>
<published>2024-04-16T00:00:00+00:00</published>
<updated>2024-04-16T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2024/xz-lzma-part-3-literal-only-lzma.html</id>
</entry>
<entry>
<title type="html">XZ/LZMA Worked Example Part 2: A Complete Toy Range Coder</title>
<link href="https://nigeltao.github.io/blog/2024/xz-lzma-part-2-complete-toy-range-coder.html" rel="alternate" type="text/html" title="XZ/LZMA Worked Example Part 2: A Complete Toy Range Coder"/>
<published>2024-04-15T00:00:00+00:00</published>
<updated>2024-04-15T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2024/xz-lzma-part-2-complete-toy-range-coder.html</id>
</entry>
<entry>
<title type="html">XZ/LZMA Worked Example Part 1: Range Coding</title>
<link href="https://nigeltao.github.io/blog/2024/xz-lzma-part-1-range-coding.html" rel="alternate" type="text/html" title="XZ/LZMA Worked Example Part 1: Range Coding"/>
<published>2024-04-14T00:00:00+00:00</published>
<updated>2024-04-14T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2024/xz-lzma-part-1-range-coding.html</id>
</entry>
<entry>
<title type="html">Rook's Law - There's Always a Limit</title>
<link href="https://nigeltao.github.io/blog/2024/rooks-law.html" rel="alternate" type="text/html" title="Rook's Law - There's Always a Limit"/>
<published>2024-04-10T00:00:00+00:00</published>
<updated>2024-04-10T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2024/rooks-law.html</id>
</entry>
<entry>
<title type="html">C++ Coroutines Part 2: `co_await` and Fizz Buzz</title>
<link href="https://nigeltao.github.io/blog/2023/cpp-coro-part-2-await-fizz-buzz.html" rel="alternate" type="text/html" title="C++ Coroutines Part 2: `co_await` and Fizz Buzz"/>
<published>2023-02-21T00:00:00+00:00</published>
<updated>2023-02-21T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2023/cpp-coro-part-2-await-fizz-buzz.html</id>
</entry>
<entry>
<title type="html">C++ Coroutines Part 1: `co_yield`, `co_return` and a Prime Sieve</title>
<link href="https://nigeltao.github.io/blog/2023/cpp-coro-part-1-yield-return-prime-sieve.html" rel="alternate" type="text/html" title="C++ Coroutines Part 1: `co_yield`, `co_return` and a Prime Sieve"/>
<published>2023-02-20T00:00:00+00:00</published>
<updated>2023-02-20T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2023/cpp-coro-part-1-yield-return-prime-sieve.html</id>
</entry>
<entry>
<title type="html">Wuffs v0.3 Released</title>
<link href="https://nigeltao.github.io/blog/2023/wuffs-v03-released.html" rel="alternate" type="text/html" title="Wuffs v0.3 Released"/>
<published>2023-01-26T00:00:00+00:00</published>
<updated>2023-01-26T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2023/wuffs-v03-released.html</id>
</entry>
<entry>
<title type="html">QOIR: a Fast, Simple, Lossless Image File Format based on QOI</title>
<link href="https://nigeltao.github.io/blog/2022/qoir.html" rel="alternate" type="text/html" title="QOIR: a Fast, Simple, Lossless Image File Format based on QOI"/>
<published>2022-12-05T00:00:00+00:00</published>
<updated>2022-12-05T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2022/qoir.html</id>
</entry>
<entry>
<title type="html">Gamma-Aware Ordered Dithering</title>
<link href="https://nigeltao.github.io/blog/2022/gamma-aware-ordered-dithering.html" rel="alternate" type="text/html" title="Gamma-Aware Ordered Dithering"/>
<published>2022-09-25T00:00:00+00:00</published>
<updated>2022-09-25T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2022/gamma-aware-ordered-dithering.html</id>
</entry>
<entry>
<title type="html">Wuffs' Bzip2 Decoder</title>
<link href="https://nigeltao.github.io/blog/2022/wuffs-bzip2-decoder.html" rel="alternate" type="text/html" title="Wuffs' Bzip2 Decoder"/>
<published>2022-09-04T00:00:00+00:00</published>
<updated>2022-09-04T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2022/wuffs-bzip2-decoder.html</id>
</entry>
<entry>
<title type="html">Go Fonts v2.010</title>
<link href="https://nigeltao.github.io/blog/2022/go-fonts-v2010.html" rel="alternate" type="text/html" title="Go Fonts v2.010"/>
<published>2022-06-17T00:00:00+00:00</published>
<updated>2022-06-17T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2022/go-fonts-v2010.html</id>
</entry>
<entry>
<title type="html">Zstandard Worked Example Part 7: Dictionaries</title>
<link href="https://nigeltao.github.io/blog/2022/zstandard-part-7-dictionaries.html" rel="alternate" type="text/html" title="Zstandard Worked Example Part 7: Dictionaries"/>
<published>2022-05-17T00:00:00+00:00</published>
<updated>2022-05-17T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2022/zstandard-part-7-dictionaries.html</id>
</entry>
<entry>
<title type="html">Zstandard Worked Example Part 6: Sequences</title>
<link href="https://nigeltao.github.io/blog/2022/zstandard-part-6-sequences.html" rel="alternate" type="text/html" title="Zstandard Worked Example Part 6: Sequences"/>
<published>2022-05-16T00:00:00+00:00</published>
<updated>2022-05-16T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2022/zstandard-part-6-sequences.html</id>
</entry>
<entry>
<title type="html">Zstandard Worked Example Part 5: Finite State Entropy Codes</title>
<link href="https://nigeltao.github.io/blog/2022/zstandard-part-5-fse.html" rel="alternate" type="text/html" title="Zstandard Worked Example Part 5: Finite State Entropy Codes"/>
<published>2022-05-15T00:00:00+00:00</published>
<updated>2022-05-15T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2022/zstandard-part-5-fse.html</id>
</entry>
<entry>
<title type="html">Zstandard Worked Example Part 4: Huffman Codes</title>
<link href="https://nigeltao.github.io/blog/2022/zstandard-part-4-huffman.html" rel="alternate" type="text/html" title="Zstandard Worked Example Part 4: Huffman Codes"/>
<published>2022-05-14T00:00:00+00:00</published>
<updated>2022-05-14T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2022/zstandard-part-4-huffman.html</id>
</entry>
<entry>
<title type="html">Zstandard Worked Example Part 3: Bitstreams</title>
<link href="https://nigeltao.github.io/blog/2022/zstandard-part-3-bitstreams.html" rel="alternate" type="text/html" title="Zstandard Worked Example Part 3: Bitstreams"/>
<published>2022-05-13T00:00:00+00:00</published>
<updated>2022-05-13T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2022/zstandard-part-3-bitstreams.html</id>
</entry>
<entry>
<title type="html">Zstandard Worked Example Part 2: Structure</title>
<link href="https://nigeltao.github.io/blog/2022/zstandard-part-2-structure.html" rel="alternate" type="text/html" title="Zstandard Worked Example Part 2: Structure"/>
<published>2022-05-12T00:00:00+00:00</published>
<updated>2022-05-12T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2022/zstandard-part-2-structure.html</id>
</entry>
<entry>
<title type="html">Zstandard Worked Example Part 1: Concepts</title>
<link href="https://nigeltao.github.io/blog/2022/zstandard-part-1-concepts.html" rel="alternate" type="text/html" title="Zstandard Worked Example Part 1: Concepts"/>
<published>2022-05-11T00:00:00+00:00</published>
<updated>2022-05-11T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2022/zstandard-part-1-concepts.html</id>
</entry>
<entry>
<title type="html">Premultiplied Alpha</title>
<link href="https://nigeltao.github.io/blog/2022/premultiplied-alpha.html" rel="alternate" type="text/html" title="Premultiplied Alpha"/>
<published>2022-03-28T00:00:00+00:00</published>
<updated>2022-03-28T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2022/premultiplied-alpha.html</id>
</entry>
<entry>
<title type="html">Inverting a 3x2 Affine Transformation Matrix</title>
<link href="https://nigeltao.github.io/blog/2021/inverting-3x2-affine-transformation-matrix.html" rel="alternate" type="text/html" title="Inverting a 3x2 Affine Transformation Matrix"/>
<published>2021-12-30T00:00:00+00:00</published>
<updated>2021-12-30T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2021/inverting-3x2-affine-transformation-matrix.html</id>
</entry>
<entry>
<title type="html">From JPEG to JFIF via an `io.Writer`</title>
<link href="https://nigeltao.github.io/blog/2021/from-jpeg-to-jfif.html" rel="alternate" type="text/html" title="From JPEG to JFIF via an `io.Writer`"/>
<published>2021-11-21T00:00:00+00:00</published>
<updated>2021-11-21T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2021/from-jpeg-to-jfif.html</id>
</entry>
<entry>
<title type="html">Using Go Without Generics</title>
<link href="https://nigeltao.github.io/blog/2021/using-go-without-generics.html" rel="alternate" type="text/html" title="Using Go Without Generics"/>
<published>2021-08-22T00:00:00+00:00</published>
<updated>2021-08-22T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2021/using-go-without-generics.html</id>
</entry>
<entry>
<title type="html">Custom eBPF Helpers</title>
<link href="https://nigeltao.github.io/blog/2021/custom-ebpf-helpers.html" rel="alternate" type="text/html" title="Custom eBPF Helpers"/>
<published>2021-07-20T00:00:00+00:00</published>
<updated>2021-07-20T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2021/custom-ebpf-helpers.html</id>
</entry>
<entry>
<title type="html">Three Points (Two Opposing) Define an Ellipse</title>
<link href="https://nigeltao.github.io/blog/2021/three-points-define-ellipse.html" rel="alternate" type="text/html" title="Three Points (Two Opposing) Define an Ellipse"/>
<published>2021-06-20T00:00:00+00:00</published>
<updated>2021-06-20T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2021/three-points-define-ellipse.html</id>
</entry>
<entry>
<title type="html">The Fastest, Safest PNG Decoder in the World</title>
<link href="https://nigeltao.github.io/blog/2021/fastest-safest-png-decoder.html" rel="alternate" type="text/html" title="The Fastest, Safest PNG Decoder in the World"/>
<published>2021-04-06T00:00:00+00:00</published>
<updated>2021-04-06T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2021/fastest-safest-png-decoder.html</id>
</entry>
<entry>
<title type="html">JSON With Commas and Comments</title>
<link href="https://nigeltao.github.io/blog/2021/json-with-commas-comments.html" rel="alternate" type="text/html" title="JSON With Commas and Comments"/>
<published>2021-02-22T00:00:00+00:00</published>
<updated>2021-02-22T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2021/json-with-commas-comments.html</id>
</entry>
<entry>
<title type="html">Fruit Salad Domino</title>
<link href="https://nigeltao.github.io/blog/2021/fruit-salad-domino.html" rel="alternate" type="text/html" title="Fruit Salad Domino"/>
<published>2021-01-03T00:00:00+00:00</published>
<updated>2021-01-03T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2021/fruit-salad-domino.html</id>
</entry>
<entry>
<title type="html">ParseNumberF64 by Simple Decimal Conversion</title>
<link href="https://nigeltao.github.io/blog/2020/parse-number-f64-simple.html" rel="alternate" type="text/html" title="ParseNumberF64 by Simple Decimal Conversion"/>
<published>2020-11-02T00:00:00+00:00</published>
<updated>2020-11-02T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2020/parse-number-f64-simple.html</id>
</entry>
<entry>
<title type="html">The Eisel-Lemire ParseNumberF64 Algorithm</title>
<link href="https://nigeltao.github.io/blog/2020/eisel-lemire.html" rel="alternate" type="text/html" title="The Eisel-Lemire ParseNumberF64 Algorithm"/>
<published>2020-10-07T00:00:00+00:00</published>
<updated>2020-10-07T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2020/eisel-lemire.html</id>
</entry>
<entry>
<title type="html">Jsonptr: Using Wuffs' Memory-Safe, Zero-Allocation JSON Decoder</title>
<link href="https://nigeltao.github.io/blog/2020/jsonptr.html" rel="alternate" type="text/html" title="Jsonptr: Using Wuffs' Memory-Safe, Zero-Allocation JSON Decoder"/>
<published>2020-09-01T00:00:00+00:00</published>
<updated>2020-09-01T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2020/jsonptr.html</id>
</entry>
<entry>
<title type="html">Dumbindent: When 93% of the Time was Spent in Clang-Format</title>
<link href="https://nigeltao.github.io/blog/2020/dumbindent.html" rel="alternate" type="text/html" title="Dumbindent: When 93% of the Time was Spent in Clang-Format"/>
<published>2020-06-15T00:00:00+00:00</published>
<updated>2020-06-15T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2020/dumbindent.html</id>
</entry>
<entry>
<title type="html">Generating Code</title>
<link href="https://nigeltao.github.io/blog/2020/generating-code.html" rel="alternate" type="text/html" title="Generating Code"/>
<published>2020-06-05T00:00:00+00:00</published>
<updated>2020-06-05T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2020/generating-code.html</id>
</entry>
<entry>
<title type="html">`Mı~Le~Nıε~L`: an English Phonetic Alphabet</title>
<link href="https://nigeltao.github.io/blog/2020/miileeniol.html" rel="alternate" type="text/html" title="`Mı~Le~Nıε~L`: an English Phonetic Alphabet"/>
<published>2020-05-08T00:00:00+00:00</published>
<updated>2020-05-08T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2020/miileeniol.html</id>
</entry>
<entry>
<title type="html">Wuffs v0.2.0 is Released</title>
<link href="https://nigeltao.github.io/blog/2019/wuffs-v020-released.html" rel="alternate" type="text/html" title="Wuffs v0.2.0 is Released"/>
<published>2019-12-20T00:00:00+00:00</published>
<updated>2019-12-20T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2019/wuffs-v020-released.html</id>
</entry>
<entry>
<title type="html">The XYZ ABC Problem</title>
<link href="https://nigeltao.github.io/blog/2019/xyz-abc-problem.html" rel="alternate" type="text/html" title="The XYZ ABC Problem"/>
<published>2019-11-10T00:00:00+00:00</published>
<updated>2019-11-10T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2019/xyz-abc-problem.html</id>
</entry>
<entry>
<title type="html">Colorful Text for Everyday Programming</title>
<link href="https://nigeltao.github.io/blog/2018/colorful-text.html" rel="alternate" type="text/html" title="Colorful Text for Everyday Programming"/>
<published>2018-12-12T00:00:00+00:00</published>
<updated>2018-12-12T00:00:00+00:00</updated>
<id>https://nigeltao.github.io/blog/2018/colorful-text.html</id>
</entry>
</feed>