diff options
Diffstat (limited to 'served')
-rwxr-xr-x | served/atom.xml | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/served/atom.xml b/served/atom.xml new file mode 100755 index 0000000..ae4af8b --- /dev/null +++ b/served/atom.xml @@ -0,0 +1,124 @@ +<?xml version="1.0" encoding="utf-8"?> +<feed xmlns="http://www.w3.org/2005/Atom"> + + <title>genny's website board</title> + <subtitle>Entire site feed: writing; weeknotes; scrap; art</subtitle> + <updated>2024-11-13T19:24:00-06:00</updated> + + <link rel="self" href="https://dreamy.place/atom.xml" type="application/atom+xml" /> + <id>https://dreamy.place/atom.xml</id> + + <author> + <name>Genevieve</name> + <email>gen@nyble.dev</email> + </author> + + + <entry> + <title>Hello!</title> + <id>https://dreamy.place/goodbye-cohost</id> + + <published>2024-09-09T14:48:00-05:00</published> + <updated>2024-09-09T14:48:00-05:00</updated> + + <content type="html"> + <![CDATA[<p>Goodbye cohost.</p> + + <p>There will be some stuff here. There was previously!</p> + + <p>I'm rewriting the backend and my Atom generator, so I've purged + my feed and wrote this one entry by hand. I'm starting to become real + and I'd like to see what you all create. Please send me your RSS/Atom feeds: gen@nyble.dev</p> + + <p>Some things recently</p> + <ul> + <li><a href="https://dreamy.place/words/">words/</a>: Weeknotes, currently decaying but + starting again soon as planned for a few weeks now.</li> + <li><a href="https://dreamy.place/bits/">bits/</a> are poetry, prose, art, etc. if i don't + know what it is, it's a bit</li> + <li><a href="https://dreamy.place/things/">things/</a> are projects in progress and to-be-started projects. + old things will be listed there when I pick them up again</li> + </ul> + + <p>I started migrating cohost posts a few weeks ago. Their current state is at + <a href="https://dreamy.place/cohost/">cohost/</a></p> + + <p>You can also find me on the fediverse. @inann@amble.quest.</p>]]> + </content> + </entry> + + <entry> + <title>It's The Middle of November</title> + <id>https://dreamy.place/its-the-middle-of-november</id> + + <published>2024-11-13T19:24:00-06:00</published> + <updated>2024-11-13T19:24:00-06:00</updated> + + <content type="html"> + <![CDATA[<p>It's the middle of November.</p> + + <p>I still have not finished my Atomizer. The thing I will use to put + full-text posts here, and images with styles that keep them from + exploding to fantastic sizes, so I will continue to write periodic + posts like these when I have things I wish to share. I write these Atom + updates manually and I'm quite enjoying it, so I may put it off still longer.</p> + + <p>I encourage you to send me your RSS/Atom feeds still. Or to just + email me if you like. gen@nyble.dev</p> + + <p>Some things recently</p> + <ul> + <li><a href="https://dreamy.place/words/a-really-long-week.html">a-really-long-week.html</a>: + about the lack of weeknotes. A short thing about what I've done in the past 116 days.</li> + <li><a href="https://dreamy.place/words/debugging-my-sql-query.html">debugging-my-sql-query.html</a> + is an informal retelling about debugging something from earlier today. Really it's + copied-and-pasted discord messages, where I talked to only myself, slightly cleaned up.</li> + </ul> + + <p>You can also find me on the fediverse. @inann@amble.quest.</p>]]> + </content> + </entry> + <entry> + <title>The Beginning of March</title> + <id>https://dreamy.place/the-beginning-of-march</id> + + <published>2025-03-02T05:05:00-06:00</published> + <updated>2025-03-02T05:05:00-06:00</updated> + <content type="html"> + <![CDATA[<p>Welcome to March</p> + + <p>Hello, it's been awhile. How are you doing? Hanging in there? + Just barely? You'll make it through it. We're a quarter into this + year and that's something! It's not nothing.</p> + + <p>i think i'm still here, still real. just barely. i'm trying and + that's something! it's not nothing.</p> + + <p>if you like something i wrote, or just want to talk, i encourage + you to email me: gen@nyble.dev</p> + + <p>since november</p> + <ul> + <li><a href="https://dreamy.place/bits/dunkin.html">dunkin.html</a> + has been brought back from the unexistence. it's about anxiety i think, + and ordering food at the drivethrough.</li> + <li><a href="https://dreamy.place/the-continuum/">The Continuum</a> + is a thing-a-day project where i add a thin image every day to + an ever-growing, living image. it's hard to describe shortly, + but i don't think you'll regret going to look at it. i've missed + some days, but i'm only human. barely.</li> + <li><a href="https://dreamy.place/words/weeknotes/2025/trip-to-a-coffee-shop.html">trip-to-a-coffee-shop.html</a> + where i get coffee, emotional, and try to become more real. i am still trying. + i like this one a lot; this is maybe the most me something i've written feels.</li> + <li><a href="https://dreamy.place/words/statistics-on-linux.html">statistics-on-linux.html</a> + is about using the /proc filesystem to gather statistics and make some graphs. written + while creating...</li> + <li><a href="https://dreamy.place/starlight.html">starlight.html</a> is + the name of my vps. it has a page for its system statistics. the + graphs are little gifs. i quite like them, they're cute.</li> + </ul> + + <p>You can also find me on the fediverse. @inann@amble.quest.</p>]]> + </content> + </entry> +</feed> \ No newline at end of file |