-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththird.html
More file actions
102 lines (82 loc) · 4.99 KB
/
third.html
File metadata and controls
102 lines (82 loc) · 4.99 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- I have no idea how to 'include' links and scripts from other files -->
<!-- If you know how to do it, please let me know -->
<meta charset="UTF-8">
<!-- Preconnect for Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Fonts -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/bitmaks/cm-web-fonts@latest/fonts.css">
<link href="https://fonts.googleapis.com/css2?family=Fondamento&display=swap" rel="stylesheet">
<!-- Syntax Highlighting -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<!-- Local .css -->
<link rel="stylesheet" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Watching, Listening and Reading Highlights of the Week - Part 0</title>
</head>
<body>
<div class="content">
<div class="nav">
<a href="index.html">Home</a>
<a href="about.html">About</a>
</div>
<div class="main-content">
<h1>Watching, Listening and Reading Highlights of the Week - Part 0</h1>
<div class="footer">
<p>This is a weekly post containing cool references (preferably links in the hyperspace) of things I
watched, read, saw or in general want to share but don't warrant their own post
</p>
<p>Feel free to send me things you think I might enjoy as well. My e-mail can be found <a
href="about.html">here</a>.</p>
</div>
<h2>Watching</h2>
<div class="warning">
<strong>Warning:</strong> Please be mindful that YouTube says that when you click on the video-links,
YouTube will collect your user data, so please exercise your right to not open a video if you care about
this.
</div>
<p>
I've watched this amazing good video-essay by Sarah Davis Baker. It puts into words that feeling that we
lost when we moved to the "new internet", which is the soul-lacking, algorithmically-driven internet we
have today in counterpart to the internet of the late 90s and early 2000s, which I assure you was truly
personal, authentic and best of all: not ubiquitous.
</p>
<div align="center"><iframe width="560" height="315"
src="https://www.youtube-nocookie.com/embed/oYlcUbLAFmw?si=xCr3wk7xXHj1k4Mx"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
</div>
<p>Another great video I saw this week was an almost two-hour-long compilation about the life and historical
events of each and every Pope. I'm sure as you all know Pope Francis just died and it's very interestign to
look back at how the papacy has been an active player in world history and politics since even before
<i>catholicism</i> was a word. Worth the watch, albeit very concise, due to time constraints, I assume.
</p>
<div align="center"><iframe width="560" height="315"
src="https://www.youtube-nocookie.com/embed/wtME4bQczdo?si=gvKrAizXUyKf2gkC"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<h2>Reading</h2>
<p>
For my reading, I recommend following this hyperlink to Uros Popovic's <a
href="https://popovicu.com/posts/bare-metal-printf/">Bare metal printf - C standard library without
OS</a>. It's nothing super new for me as I've significantly dabbled into microcontrollers before, but
it's a
nice refresher. The target for the <code>printf</code> function is the UART16550 connected to an emulated
riscv64 machine.
</p>
<h2>Listening</h2>
<p>KEXP has a new <a href="https://www.youtube.com/watch?v=Md4yIaUa7uA">AURORA performance</a> up on their
channel which has been on repeat for the past two months. It's pretty amazing to see how her vocal range has
evolved over the years. I'm a bit biased about her earlier stuff, but she manages to always impress.</p>
<div class="footer">
<p>Creation Date: April 28th, 2025</p>
<p>Author: Leonardo Held</p>
</div>
</body>
</html>