diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-08-21 23:21:39 +0100 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-08-21 23:21:39 +0100 |
commit | 15d890c7c57f7cce8a84a90d639ab8b86959be62 (patch) | |
tree | f52771581927d42b151f72381d4d75c1dcd461d5 /html/feed.xml | |
parent | 31d83c2ad43fd562e2fb57fa8eb0acd87d0dc9a1 (diff) |
build: switch to using meson
Diffstat (limited to 'html/feed.xml')
-rw-r--r-- | html/feed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/feed.xml b/html/feed.xml index 9b47435..6c008ad 100644 --- a/html/feed.xml +++ b/html/feed.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Mon, 29 Jul 2024 23:20:14 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description><p>One thing I’m very interested in is computer graphics. This could be +<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Wed, 21 Aug 2024 22:17:23 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description><p>One thing I’m very interested in is computer graphics. This could be complex 3D graphics or simple 2D graphics. The idea of getting a computer to display visual data fascinates me. One fundamental part of showing visual data is interfacing with a computer monitor. This can be |