-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfluconf-2026.html
More file actions
50 lines (46 loc) · 2.76 KB
/
fluconf-2026.html
File metadata and controls
50 lines (46 loc) · 2.76 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
<!doctype html>
<html>
<head>
<title>This Week's Poem</title>
<link rel="stylesheet" href="styles.css" type="text/css">
<link rel="stylesheet" href="blog/main.css" type="text/css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>😷</text></svg>">
</head>
<body>
<div id="divbodyholder">
<!--
<h1>FluConf 2026 submission</h1>
This is the submission description for FluConf 2026.
<p>
FluConf has showed up as an alternative to FOSDEM, but at the same time there is the concept of "Open Source Week", gathering not only FOSDEM but information about the 'fringe events' that always happen in the week before of after FOSDEM. I had not prepared anything for FluConf, but as I went through the <a href="https://opensourceweek.eu/">Open Source Week</a> website I felt like I needed to rant... and it occurred to me that with the variety of submission formats allowed to FluConf, a 'rant poem' could be a nice fit.
<p>
The poem is short, so instead of describing it for the submission, I'll ask you to read it. If this submission is accepted, I plan to just remove this section from the page, leaving the rest of the page as is in time for FluConf.
-->
<h1>This Week's Poem</h1>
<pre>
I went to the "<a href="https://opensourceweek.eu/">Open Source Week</a>" website for 2026
And saw several online events:
One told me to join a "Teams Community",
Another asked me to "Join on Zoom!"
Some events were invite only,
Others you'll need to be there,
But I scrolled and scrolled,
Until I reached the page's footer,
And remained with nothing planned for the week.
So, instead, I wrote this.
It might not be good poetry
But at least you can read it with Free Software.
How's that for an "Open Source Week" read?
In the epilogue I end as I started:
thinking I'll enjoy FluConf 2026,
just like I did FluConf 2025.
</pre>
<h2>FluConf 2026</h2>
<a href=".">I</a> really enjoyed FluConf 2025 (specially <a href="https://librecast.net/fluconf-2025/">Brett's presentation</a> that kicked off the program), so it is a pleasure to actively participate in FluConf 2026, even if it is just with this short and silly poem. Make sure to check out <a href="https://2026.fluconf.online/">FluConf 2026</a>'s website where I'm sure you'll be able to find way more interesting submissions than this!
<h2>License</h2>
This webpage, and the poem in it, are licensed with <a href="https://creativecommons.org/licenses/by-sa/4.0/deed">CC BY-SA 4.0</a>, meaning you can share and adapt it, by following a few simple rules.
</div>
</body>
</html>