-
Notifications
You must be signed in to change notification settings - Fork 5
/
feed.xml
202 lines (178 loc) · 8.08 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Philippe Gaultier's blog</title>
<link href="https://gaultier.github.io/blog"/>
<updated>2024-11-13T18:56:03+01:00</updated>
<author>
<name>Philippe Gaultier</name>
</author>
<id>urn:uuid:9c065c53-31bc-4049-a795-936802a6b1df</id>
<entry>
<title>Getting started with Scheme by solving an Advent of Code 2018 challenge</title>
<link href="https://gaultier.github.io/blog/advent_of_code_2018_5.html"/>
<id>urn:uuid:b3c0c1c1-e36f-51fd-9356-99f8686e7329</id>
<updated>2024-11-05T15:54:44+01:00</updated>
<published>2019-09-05T11:45:48+02:00</published>
</entry>
<entry>
<title>How to compile LLVM, Clang, LLD, and Ziglang from source on Alpine Linux</title>
<link href="https://gaultier.github.io/blog/compile_ziglang_from_source_on_alpine_2020_9.html"/>
<id>urn:uuid:6cccb673-c083-550b-a1c8-d7a27819f1c7</id>
<updated>2024-11-04T09:24:17+01:00</updated>
<published>2020-09-07T20:49:20+02:00</published>
</entry>
<entry>
<title>Adventures in CI land, or how to speed up your CI</title>
<link href="https://gaultier.github.io/blog/speed_up_your_ci.html"/>
<id>urn:uuid:4663e8ea-73ab-56ef-9dc5-8dbb4743d84a</id>
<updated>2024-11-05T15:29:19+01:00</updated>
<published>2020-09-21T08:37:07+02:00</published>
</entry>
<entry>
<title>Learn x86-64 assembly by writing a GUI from scratch</title>
<link href="https://gaultier.github.io/blog/x11_x64.html"/>
<id>urn:uuid:fa923100-dd66-531e-bdab-8eed3527960f</id>
<updated>2024-11-05T15:43:44+01:00</updated>
<published>2023-05-31T14:24:11+02:00</published>
</entry>
<entry>
<title>Cycle detection in graphs does not have to be hard: A lesser known, simple way with Kahn's algorithm</title>
<link href="https://gaultier.github.io/blog/kahns_algorithm.html"/>
<id>urn:uuid:665ef523-5c28-5dad-8582-587bfea27205</id>
<updated>2024-11-05T15:22:51+01:00</updated>
<published>2023-06-03T09:20:51+02:00</published>
</entry>
<entry>
<title>Optimizing an Advent of Code solution in assembly</title>
<link href="https://gaultier.github.io/blog/advent_of_code_2018_5_revisited.html"/>
<id>urn:uuid:371c9129-162e-5d69-af73-c3263a2f7e47</id>
<updated>2024-11-04T09:24:17+01:00</updated>
<published>2023-10-05T15:39:43+02:00</published>
</entry>
<entry>
<title>Learn Wayland by writing a GUI from scratch</title>
<link href="https://gaultier.github.io/blog/wayland_from_scratch.html"/>
<id>urn:uuid:6b96e587-14ff-53a9-a142-d20e9c53d970</id>
<updated>2024-11-05T15:49:57+01:00</updated>
<published>2023-10-12T13:19:53+02:00</published>
</entry>
<entry>
<title>Roll your own memory profiling: it's actually not hard</title>
<link href="https://gaultier.github.io/blog/roll_your_own_memory_profiling.html"/>
<id>urn:uuid:5344c109-864c-5db2-97a9-24834e053169</id>
<updated>2024-11-11T00:00:18+01:00</updated>
<published>2023-11-23T11:26:11+01:00</published>
</entry>
<entry>
<title>Solving a problem with Gnuplot, the programming language (not the plotting software!)</title>
<link href="https://gaultier.github.io/blog/gnuplot_lang.html"/>
<id>urn:uuid:f2d9c4e3-5c3d-57ab-8083-0f56daf1f41e</id>
<updated>2024-11-04T09:24:17+01:00</updated>
<published>2023-12-01T15:15:26+01:00</published>
</entry>
<entry>
<title>This blog now has an Atom feed, and yours should probably too</title>
<link href="https://gaultier.github.io/blog/feed.html"/>
<id>urn:uuid:1f4df7db-eea8-5ef0-ae92-1038111f5dc9</id>
<updated>2024-07-11T15:04:34+02:00</updated>
<published>2023-12-15T12:23:43+01:00</published>
</entry>
<entry>
<title>Body of work</title>
<link href="https://gaultier.github.io/blog/body_of_work.html"/>
<id>urn:uuid:b6ce21d7-32d4-5b52-a4f3-435887fe9ba4</id>
<updated>2024-11-05T16:11:55+01:00</updated>
<published>2023-12-19T14:27:40+01:00</published>
</entry>
<entry>
<title>Quick and easy PNG image size reduction</title>
<link href="https://gaultier.github.io/blog/image_size_reduction.html"/>
<id>urn:uuid:1cd73d67-ad32-5cdc-93a7-f4046d7cd4a5</id>
<updated>2024-07-11T15:04:34+02:00</updated>
<published>2024-02-23T11:27:43+01:00</published>
</entry>
<entry>
<title>You've just inherited a legacy C++ codebase, now what?</title>
<link href="https://gaultier.github.io/blog/you_inherited_a_legacy_cpp_codebase_now_what.html"/>
<id>urn:uuid:b9c26cf9-cb85-5ca9-b52f-5cdd535a3b84</id>
<updated>2024-11-05T15:43:44+01:00</updated>
<published>2024-02-29T09:30:30+01:00</published>
</entry>
<entry>
<title>A small trick to improve technical discussions by sharing code</title>
<link href="https://gaultier.github.io/blog/a_small_trick_to_improve_technical_discussions_by_sharing_code.html"/>
<id>urn:uuid:ec2664b2-2153-5f24-a222-21f87171b57b</id>
<updated>2024-11-05T15:31:30+01:00</updated>
<published>2024-03-07T11:14:09+01:00</published>
</entry>
<entry>
<title>How to rewrite a C++ codebase successfully</title>
<link href="https://gaultier.github.io/blog/how_to_rewrite_a_cpp_codebase_successfully.html"/>
<id>urn:uuid:70495e98-9416-5945-9178-1b77e690ea86</id>
<updated>2024-11-05T16:04:20+01:00</updated>
<published>2024-05-03T14:46:42+02:00</published>
</entry>
<entry>
<title>Let's write a video game from scratch like it's 1987</title>
<link href="https://gaultier.github.io/blog/write_a_video_game_from_scratch_like_1987.html"/>
<id>urn:uuid:6bea7a85-d449-5f4d-9ab6-7e627c67ba57</id>
<updated>2024-11-05T15:49:57+01:00</updated>
<published>2024-06-20T07:44:40Z</published>
</entry>
<entry>
<title>Odin and musl: Cross-compiling Odin programs for the Raspberry Pi Zero</title>
<link href="https://gaultier.github.io/blog/odin_and_musl.html"/>
<id>urn:uuid:5fa076c9-2d59-5651-8337-9f2fb85d9e3e</id>
<updated>2024-09-12T12:14:42+02:00</updated>
<published>2024-09-10T12:59:04+02:00</published>
</entry>
<entry>
<title>A small trick for simple Rust/C++ interop</title>
<link href="https://gaultier.github.io/blog/rust_c++_interop_trick.html"/>
<id>urn:uuid:fdfd0b73-184a-5d7f-91f0-457820b278d8</id>
<updated>2024-11-05T15:49:57+01:00</updated>
<published>2024-09-19T18:09:57+02:00</published>
</entry>
<entry>
<title>Tip of the day #1: Count lines of Rust code, ignoring tests</title>
<link href="https://gaultier.github.io/blog/tip_of_day_1.html"/>
<id>urn:uuid:7f069c67-f7cc-5b66-99c5-240656047972</id>
<updated>2024-10-31T16:20:34+01:00</updated>
<published>2024-10-29T13:46:14+01:00</published>
</entry>
<entry>
<title>Tip of the day #2: A safer arena allocator</title>
<link href="https://gaultier.github.io/blog/tip_of_the_day_2.html"/>
<id>urn:uuid:dd624149-10e7-5563-af44-efda307fa041</id>
<updated>2024-11-04T09:11:56+01:00</updated>
<published>2024-10-29T16:15:48+01:00</published>
</entry>
<entry>
<title>Lessons learned from a successful Rust rewrite</title>
<link href="https://gaultier.github.io/blog/lessons_learned_from_a_successful_rust_rewrite.html"/>
<id>urn:uuid:82d0f141-d7cc-5bee-84b0-18bc3e699a9f</id>
<updated>2024-11-04T09:24:17+01:00</updated>
<published>2024-10-30T11:46:57+01:00</published>
</entry>
<entry>
<title>Tip of the day #3: Convert a CSV to a markdown or HTML table</title>
<link href="https://gaultier.github.io/blog/tip_of_day_3.html"/>
<id>urn:uuid:94af4e61-6ac9-52eb-8d33-cdf29b9abf02</id>
<updated>2024-11-05T14:23:39+01:00</updated>
<published>2024-10-31T16:09:02+01:00</published>
</entry>
<entry>
<title>Perhaps Rust needs "defer"</title>
<link href="https://gaultier.github.io/blog/perhaps_rust_needs_defer.html"/>
<id>urn:uuid:55eb4918-5851-5a25-80d5-d350aad8971b</id>
<updated>2024-11-07T08:49:12+01:00</updated>
<published>2024-11-06T08:33:45+01:00</published>
</entry>
<entry>
<title>Way too many ways to wait on a child process with a timeout</title>
<link href="https://gaultier.github.io/blog/way_too_many_ways_to_wait_for_a_child_process_with_a_timeout.html"/>
<id>urn:uuid:38fa76b5-00c5-5e17-9753-74b7d0ea1ec0</id>
<updated>2024-11-13T18:56:03+01:00</updated>
<published>2024-11-10T23:58:59+01:00</published>
</entry>
</feed>