-
Notifications
You must be signed in to change notification settings - Fork 0
/
rss.xml
115 lines (111 loc) · 4.71 KB
/
rss.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
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Bio-digital jazz, man</title>
<link>https://biodigitaljazz.net</link>
<description>
Given that you're following this blog, and the fact that you even
use RSS in the first place, you may be intrigued to know that I
"hand-crafted" this RSS feed. Why do we always set up some
convoluted auto-generation pipeline for RSS? "It's just text files,
y'all."
</description>
<language>en-us</language>
<pubDate>Sun, 17 Nov 2024 09:03:03 -0700</pubDate>
<atom:link href="https://biodigitaljazz.net/rss.xml" rel="self"
type="application/rss+xml"/>
<item>
<title>Books about the history of computing</title>
<link>https://biodigitaljazz.net/blog/history.html</link>
<description>
A list of books about the history of computing, most of which I have not read.
</description>
<pubDate>Sun, 17 Nov 2024 09:03:03 -0700</pubDate>
<guid>https://biodigitaljazz.net/blog/diff2html.html</guid>
</item>
<item>
<title>diff2html + GitHub API = ???</title>
<link>https://biodigitaljazz.net/blog/diff2html.html</link>
<description>
Am I holding this right?
</description>
<pubDate>Sat, 20 Jul 2024 00:00:00 +0000</pubDate>
<guid>https://biodigitaljazz.net/blog/diff2html.html</guid>
</item>
<item>
<title>pCrowDoodle, my "desirable difficulty" laptop</title>
<link>https://biodigitaljazz.net/blog/pcrowdoodle.html</link>
<description>
First impressions of my RPi laptop.
</description>
<pubDate>Sat, 27 Apr 2024 00:00:00 +0000</pubDate>
<guid>https://biodigitaljazz.net/blog/pcrowdoodle.html</guid>
</item>
<item>
<title>Axioms of Systemantics</title>
<link>https://biodigitaljazz.net/blog/systemantics.html</link>
<description>
Systemantics is a silly little book by John Gall with some
interesting ideas about why systems fail.
</description>
<pubDate>Thu, 25 Jan 2024 00:00:00 +0000</pubDate>
<guid>https://biodigitaljazz.net/blog/systemantics.html</guid>
</item>
<item>
<title>Books about systems</title>
<link>https://biodigitaljazz.net/blog/systems.html</link>
<description>
A list of books related to systems.
</description>
<pubDate>Tue, 23 Jan 2024 00:00:00 +0000</pubDate>
<guid>https://biodigitaljazz.net/blog/systems.html</guid>
</item>
<item>
<title>Transistor first reported as "Little Brain Cell"</title>
<link>https://biodigitaljazz.net/blog/littlebraincell.html</link>
<description>
Time magazine's first report on the transistor, back in 1948.
</description>
<pubDate>Tue, 28 Nov 2023 00:00:00 +0000</pubDate>
<guid>https://biodigitaljazz.net/blog/littlebraincell.html</guid>
</item>
<item>
<title>The "www" in www.biodigitaljazz.net</title>
<link>https://biodigitaljazz.net/blog/www.html</link>
<description>
Ramblings about this site's use of "www".
</description>
<pubDate>Sat, 25 Nov 2023 00:00:00 +0000</pubDate>
<guid>https://biodigitaljazz.net/blog/www.html</guid>
</item>
<item>
<title>The eleventh circle of hell: setting up an RPi camera module</title>
<link>https://biodigitaljazz.net/blog/picam.html</link>
<description>
Don't trust the community content; rely solely on the official docs.
</description>
<pubDate>Wed, 22 Nov 2023 00:00:00 +0000</pubDate>
<guid>https://biodigitaljazz.net/blog/picam.html</guid>
</item>
<item>
<title>You have thousands of ancestors from the 1500s</title>
<link>https://biodigitaljazz.net/blog/ancestors.html</link>
<description>
The math is a bit fuzzy but one thing is for certain: you've
got a lot of ancestors.
</description>
<pubDate>Mon, 4 Sep 2023 00:00:00 +0000</pubDate>
<guid>https://biodigitaljazz.net/blog/ancestors.html</guid>
</item>
<item>
<title>How to program an Arduino Uno in Assembly</title>
<link>https://biodigitaljazz.net/blog/asm.html</link>
<description>
An end-to-end tutorial on how to create a blinky program for
the Arduino Uno R3 in Assembly.
</description>
<pubDate>Mon, 20 Feb 2023 00:00:00 +0000</pubDate>
<guid>https://biodigitaljazz.net/blog/asm.html</guid>
</item>
</channel>
</rss>