-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathblog-rss-feed.xml
204 lines (180 loc) · 10.2 KB
/
blog-rss-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
<?xml version="1.0"?>
<rss version='2.0' xmlns:atom='http://www.w3.org/2005/Atom'>
<channel>
<title>DDR's Blog</title>
<atom:id>https://ddr0.ca</atom:id>
<link>https://ddr0.ca/blog.html</link>
<description>Updates to DDR's Blog. Get notified of new posts!</description>
<atom:updated>2024-01-12T03:09:11.314Z</atom:updated>
<atom:link href='https://ddr0.ca/blog.html'></atom:link>
<atom:link href='https://ddr0.ca/blog-rss-feed.xml' rel='self'></atom:link>
<item>
<title>The Start</title>
<description>This is the start of the blog. That's all there is, there is no more.</description>
<link>https://ddr0.ca/blog-posts/01.The_Start_at_the_End.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/01.The_Start_at_the_End.html</guid>
<source url="https://ddr0.ca/blog-posts/01.The_Start_at_the_End.html"></source>
<pubDate>Thu, 04 Apr 2013 00:00:00 GMT</pubDate>
</item>
<item>
<title>Diagrams and Charts of Game Mechanics</title>
<description>Computer games are, in broad terms, systems of exchange…</description>
<link>https://ddr0.ca/blog-posts/02.Flowcharts_of_Game_Mechanics.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/02.Flowcharts_of_Game_Mechanics.html</guid>
<source url="https://ddr0.ca/blog-posts/02.Flowcharts_of_Game_Mechanics.html"></source>
<pubDate>Thu, 04 Apr 2013 00:00:00 GMT</pubDate>
</item>
<item>
<title>Practical CreateJS Examples</title>
<description>I have found it difficult to find nice, simple examples of how to lay out an EaselJS program. Here are five.</description>
<link>https://ddr0.ca/blog-posts/03.CreateJS_Examples.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/03.CreateJS_Examples.html</guid>
<source url="https://ddr0.ca/blog-posts/03.CreateJS_Examples.html"></source>
<pubDate>Tue, 26 Nov 2013 00:00:00 GMT</pubDate>
</item>
<item>
<title>Batch Converting Gif Animations to Spritesheets with ImageMagick</title>
<description>An improved script to convert gif animations to spritesheet pngs.</description>
<link>https://ddr0.ca/blog-posts/04.GIFs_To_PNGs.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/04.GIFs_To_PNGs.html</guid>
<source url="https://ddr0.ca/blog-posts/04.GIFs_To_PNGs.html"></source>
<pubDate>Thu, 07 May 2015 00:00:00 GMT</pubDate>
</item>
<item>
<title>Calculating a Bounce</title>
<description>Given a ball and a curved wall, how do we calculate the angle of the bounce of the ball?</description>
<link>https://ddr0.ca/blog-posts/05.Calculating_a_Bounce.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/05.Calculating_a_Bounce.html</guid>
<source url="https://ddr0.ca/blog-posts/05.Calculating_a_Bounce.html"></source>
<pubDate>Thu, 18 Jun 2015 00:00:00 GMT</pubDate>
</item>
<item>
<title>A Case Against Text Templating</title>
<description>By throwing out valuable structural information, text templating makes you write bad code.</description>
<link>https://ddr0.ca/blog-posts/06.Text_Templating.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/06.Text_Templating.html</guid>
<source url="https://ddr0.ca/blog-posts/06.Text_Templating.html"></source>
<pubDate>Sat, 27 Jun 2015 00:00:00 GMT</pubDate>
</item>
<item>
<title>Fixing Wacom Tablets for Hearthstone in Windows</title>
<description>As of 2016-10-29, there is some sort of bug with Hearthstone where it will ignore clicks coming from a tablet. AHK can work around this.</description>
<link>https://ddr0.ca/blog-posts/07.Wacom_for_Hearthstone.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/07.Wacom_for_Hearthstone.html</guid>
<source url="https://ddr0.ca/blog-posts/07.Wacom_for_Hearthstone.html"></source>
<pubDate>Sat, 29 Oct 2016 00:00:00 GMT</pubDate>
</item>
<item>
<title>Balancing Braces</title>
<description>Let's write a Javascript function, isBalanced, that returns true if a set of braces is balanced.</description>
<link>https://ddr0.ca/blog-posts/08.Balancing_Braces.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/08.Balancing_Braces.html</guid>
<source url="https://ddr0.ca/blog-posts/08.Balancing_Braces.html"></source>
<pubDate>Wed, 16 Nov 2016 00:00:00 GMT</pubDate>
</item>
<item>
<title>Web Security: Should CSP be set for my HTML files only, or my HTML files and all my assets?</title>
<description>Should a Content Security Policy be set on all website content?</description>
<link>https://ddr0.ca/blog-posts/09.CSP_on_HTML_Assets.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/09.CSP_on_HTML_Assets.html</guid>
<source url="https://ddr0.ca/blog-posts/09.CSP_on_HTML_Assets.html"></source>
<pubDate>Mon, 21 Nov 2016 00:00:00 GMT</pubDate>
</item>
<item>
<title>Moving Domains</title>
<description>Properly moving to DDR0.ca from Github Pages.</description>
<link>https://ddr0.ca/blog-posts/10.Moving_Domains.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/10.Moving_Domains.html</guid>
<source url="https://ddr0.ca/blog-posts/10.Moving_Domains.html"></source>
<pubDate>Thu, 15 Apr 2021 00:00:00 GMT</pubDate>
</item>
<item>
<title>Graphics Card Exposure Test</title>
<description>Is your graphics card exposed to the web? Find out here.</description>
<link>https://ddr0.ca/blog-posts/11.Graphics_Card_Test.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/11.Graphics_Card_Test.html</guid>
<source url="https://ddr0.ca/blog-posts/11.Graphics_Card_Test.html"></source>
<pubDate>Sat, 17 Apr 2021 00:00:00 GMT</pubDate>
</item>
<item>
<title>Same Script, Multiple Tags</title>
<description>Same script, multiple tags. What happens?</description>
<link>https://ddr0.ca/blog-posts/12.Same_Script_Multiple_Tags.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/12.Same_Script_Multiple_Tags.html</guid>
<source url="https://ddr0.ca/blog-posts/12.Same_Script_Multiple_Tags.html"></source>
<pubDate>Tue, 20 Apr 2021 00:00:00 GMT</pubDate>
</item>
<item>
<title>Shared Array Buffers With WASM</title>
<description>What happens when you use a SharedArrayBuffer as a WASM source?</description>
<link>https://ddr0.ca/blog-posts/13.Shared_Array_Buffers_With_WASM.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/13.Shared_Array_Buffers_With_WASM.html</guid>
<source url="https://ddr0.ca/blog-posts/13.Shared_Array_Buffers_With_WASM.html"></source>
<pubDate>Tue, 20 Apr 2021 00:00:00 GMT</pubDate>
</item>
<item>
<title>Fixing Linux Audio, Spring '21 edition</title>
<description>When upgrading Ubuntu 20 to 21 this spring, audio sometimes breaks because of Timidity.</description>
<link>https://ddr0.ca/blog-posts/14.Fixing_Linux_Audio_Ubuntu_20_21_In_Spring_2021.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/14.Fixing_Linux_Audio_Ubuntu_20_21_In_Spring_2021.html</guid>
<source url="https://ddr0.ca/blog-posts/14.Fixing_Linux_Audio_Ubuntu_20_21_In_Spring_2021.html"></source>
<pubDate>Fri, 07 May 2021 00:00:00 GMT</pubDate>
</item>
<item>
<title>Hydrating Objects in Javascript</title>
<description>Quick JS Hydration</description>
<link>https://ddr0.ca/blog-posts/15.Hydrating_Objects.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/15.Hydrating_Objects.html</guid>
<source url="https://ddr0.ca/blog-posts/15.Hydrating_Objects.html"></source>
<pubDate>Sun, 15 May 2022 00:00:00 GMT</pubDate>
</item>
<item>
<title>Fixing Linux Audio, Spring '22 edition</title>
<description>When upgrading Ubuntu 21 to 22 this spring, audio through Pipewire was broken.</description>
<link>https://ddr0.ca/blog-posts/16.Fixing_Linux_Audio_Ubuntu_21_22_In_Spring_2022.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/16.Fixing_Linux_Audio_Ubuntu_21_22_In_Spring_2022.html</guid>
<source url="https://ddr0.ca/blog-posts/16.Fixing_Linux_Audio_Ubuntu_21_22_In_Spring_2022.html"></source>
<pubDate>Sun, 15 May 2022 00:00:00 GMT</pubDate>
</item>
<item>
<title>A Variadic println() for Arduino</title>
<description>A variadic Arduino Serial.println(). Because convenience is king.</description>
<link>https://ddr0.ca/blog-posts/17.arduino_multi_println.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/17.arduino_multi_println.html</guid>
<source url="https://ddr0.ca/blog-posts/17.arduino_multi_println.html"></source>
<pubDate>Sun, 14 Aug 2022 00:00:00 GMT</pubDate>
</item>
<item>
<title>Managing Files On A Phone</title>
<description>This is how I manage files on my phone and transfer them to my computer.</description>
<link>https://ddr0.ca/blog-posts/18.Managing_Files_On_A_Phone.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/18.Managing_Files_On_A_Phone.html</guid>
<source url="https://ddr0.ca/blog-posts/18.Managing_Files_On_A_Phone.html"></source>
<pubDate>Mon, 05 Sep 2022 00:00:00 GMT</pubDate>
</item>
<item>
<title>Negative Results</title>
<description>In which we fail to write some multithreaded Rust.</description>
<link>https://ddr0.ca/blog-posts/19.Negative_Results.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/19.Negative_Results.html</guid>
<source url="https://ddr0.ca/blog-posts/19.Negative_Results.html"></source>
<pubDate>Mon, 12 Jun 2023 00:00:00 GMT</pubDate>
</item>
<item>
<title>Salty Pepper</title>
<description>Don't buy the Zwilling Enfinigy Electric Pepper Mill.</description>
<link>https://ddr0.ca/blog-posts/20.Salty_Pepper.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/20.Salty_Pepper.html</guid>
<source url="https://ddr0.ca/blog-posts/20.Salty_Pepper.html"></source>
<pubDate>Wed, 13 Dec 2023 00:00:00 GMT</pubDate>
</item>
<item>
<title>A Visual Emoji Tester</title>
<description>A reliable</description>
<link>https://ddr0.ca/blog-posts/21.A_Visual_Emoji_Tester.html</link>
<guid isPermaLink='true'>https://ddr0.ca/blog-posts/21.A_Visual_Emoji_Tester.html</guid>
<source url="https://ddr0.ca/blog-posts/21.A_Visual_Emoji_Tester.html"></source>
<pubDate>Wed, 13 Dec 2023 00:00:00 GMT</pubDate>
</item>
</channel>
</rss>