<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://alloces.arg.rip/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://alloces.arg.rip/dokuwiki/feed.php">
        <title>dokuwiki</title>
        <description></description>
        <link>https://alloces.arg.rip/dokuwiki/</link>
        <image rdf:resource="https://alloces.arg.rip/dokuwiki/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-08-25T10:06:29+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?id=ffmpeg&amp;rev=1786846266&amp;do=diff"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?id=gdrive&amp;rev=1786439843&amp;do=diff"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?id=oil&amp;rev=1785896070&amp;do=diff"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?id=xmas_tabs&amp;rev=1785791222&amp;do=diff"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?id=pi&amp;rev=1785791185&amp;do=diff"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?id=bash&amp;rev=1785197016&amp;do=diff"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?id=ipa&amp;rev=1785178125&amp;do=diff"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?id=cars:oil&amp;rev=1780348363&amp;do=diff"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?image=0%3Arepublican_economic_theory.png&amp;ns=0&amp;rev=1771257830&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?id=pronounce&amp;rev=1754684723&amp;do=diff"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?id=dev:shit_code_and_the_retards_that_write_it&amp;rev=1753644704&amp;do=diff"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?id=twitch&amp;rev=1747152222&amp;do=diff"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?id=sysadminery:sed&amp;rev=1746546539&amp;do=diff"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?image=palate.png&amp;ns=0&amp;rev=1732465326&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?image=palette.jpg&amp;ns=0&amp;rev=1732465326&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?image=pallet.jpg&amp;ns=0&amp;rev=1732465325&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?image=wiki%3Afavicon.ico&amp;ns=wiki&amp;rev=1716003295&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?image=wiki%3Alogo.png&amp;ns=wiki&amp;rev=1716003231&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?image=img_20231031_183130.jpg&amp;ns=0&amp;rev=1707489063&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://alloces.arg.rip/dokuwiki/doku.php?image=img_20231031_183125.jpg&amp;ns=0&amp;rev=1707489063&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://alloces.arg.rip/dokuwiki/lib/exe/fetch.php?media=wiki:logo.png">
        <title>dokuwiki</title>
        <link>https://alloces.arg.rip/dokuwiki/</link>
        <url>https://alloces.arg.rip/dokuwiki/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?id=ffmpeg&amp;rev=1786846266&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-16T02:11:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ffmpeg - removed - external edit (Unknown date)</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?id=ffmpeg&amp;rev=1786846266&amp;do=diff</link>
        <description>tl;dr

ffmpeg -i input.mp4 -vf scale=320:240,setsar=1:1 output.mp4

variables

ffmpeg -i input.jpg -vf scale=iw*2:ih input_double_width.png

(works on images btw)

fit a rectangle, with padding

ffmpeg -i input.jpg -vf &quot;scale=320:240:force_original_aspect_ratio=decrease,pad=320:240:(ow-iw)/2:(oh-ih)/2&quot; output_320_padding.png</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?id=gdrive&amp;rev=1786439843&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-11T09:17:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>gdrive - removed - external edit (Unknown date)</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?id=gdrive&amp;rev=1786439843&amp;do=diff</link>
        <description>how to publicly share a gdrive link

for example, I made a folder called “Untitled Folder”.



	*  click arrow,
	*  share,
	*  copy link



you&#039;ll get a short-lived popup. quickly, click manage access.



	*  set access to “anyone with the link</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?id=oil&amp;rev=1785896070&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T02:14:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>oil - removed - external edit (Unknown date)</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?id=oil&amp;rev=1785896070&amp;do=diff</link>
        <description>an indoorsman&#039;s &lt;del&gt;guide&lt;/del&gt; primer for inedible oils

Bar Oil

a.k.a chainsaw oil, chainsaw bar oil. An oil like all this other motor oils, but with additional “tackifiers” so it can stick to the bar while being flung around in open air (as opposed to gears and engines, which are, of course, sealed)</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?id=xmas_tabs&amp;rev=1785791222&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-03T21:07:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>xmas_tabs - removed - external edit (Unknown date)</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?id=xmas_tabs&amp;rev=1785791222&amp;do=diff</link>
        <description>xmas

	*  &lt;https://www.youtube.com/watch?v=50SudSSuzJk&gt; - Viva La Dirt League - turns out santa is crazy (a last minute addition, I haven&#039;t seen)
	*  &lt;https://www.youtube.com/watch?v=WWvK5VLQrno&gt; - Will McDaniel - Trying Christmas Candy From Other Dimensions
	*  &lt;https://www.youtube.com/watch?v=lCs49n2hoGs&gt; - LittleVMills - This Is Halloween - Metal Cover
	*  &lt;https://www.youtube.com/watch?v=lxpKfDWUwXY&gt; - Ryan George - holiday sketch compilation</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?id=pi&amp;rev=1785791185&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-03T21:06:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pi - removed - external edit (Unknown date)</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?id=pi&amp;rev=1785791185&amp;do=diff</link>
        <description>*  why are there multiple 5v and multiple 3v pins? consensus online is either &quot;the 5v pins are to power 5v components&quot; or &quot;in case you need them&quot;, so apparently no one else knows, either.
	*  no you can&#039;t power a raspberry pi from its 5v rail.
	*  all GPIOs use 3.3v.</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?id=bash&amp;rev=1785197016&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-28T00:03:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bash - removed - external edit (Unknown date)</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?id=bash&amp;rev=1785197016&amp;do=diff</link>
        <description>loop over files by type
  for i in in *.webm
  do
      echo $i
  done
will echo those files. be aware that you&#039;re probably going to want to enclose $i in quotes, e.g.:
  for i in *.webm
  do
      ffmpeg -i &quot;$i&quot; &quot;$i.ogg&quot;
  done
mass rename

there’s a package in apt called</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?id=ipa&amp;rev=1785178125&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-27T18:48:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ipa - removed - external edit (Unknown date)</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?id=ipa&amp;rev=1785178125&amp;do=diff</link>
        <description>nato phonetic
 Alfa  November  Bravo  Oscar  Charlie  Papa  Delta  Quebec  Echo  Romeo  Foxtrot  Sierra  Golf  Tango  Hotel  Uniform  India  Victor  Juliett  Whiskey  Kilo  Xray  Lima  Yankee  Mike  Zulu 
ipa



&lt;https://en.wikipedia.org/wiki/Help:IPA/English&gt; copy+pastable, with references to words.</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?id=cars:oil&amp;rev=1780348363&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-01T21:12:43+00:00</dc:date>
        <dc:creator>adam (adam@undisclosed.example.com)</dc:creator>
        <title>oil - [WD40, the memetic universal lubricant] </title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?id=cars:oil&amp;rev=1780348363&amp;do=diff</link>
        <description>an indoorsman&#039;s &lt;del&gt;guide&lt;/del&gt; primer for inedible oils

Bar Oil

a.k.a chainsaw oil, chainsaw bar oil. An oil like all this other motor oils, but with additional “tackifiers” so it can stick to the bar while being flung around in open air (as opposed to gears and engines, which are, of course, sealed)</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?image=0%3Arepublican_economic_theory.png&amp;ns=0&amp;rev=1771257830&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T16:03:50+00:00</dc:date>
        <dc:creator>adam (adam@undisclosed.example.com)</dc:creator>
        <title>republican_economic_theory.png - created</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?image=0%3Arepublican_economic_theory.png&amp;ns=0&amp;rev=1771257830&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://alloces.arg.rip/dokuwiki/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=1e42f9&amp;amp;media=0:republican_economic_theory.png&quot; alt=&quot;republican_economic_theory.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?id=pronounce&amp;rev=1754684723&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-08T20:25:23+00:00</dc:date>
        <dc:creator>adam (adam@undisclosed.example.com)</dc:creator>
        <title>pronounce - [H. R. Giger and Hans Geiger] </title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?id=pronounce&amp;rev=1754684723&amp;do=diff</link>
        <description>nato phonetic
 Alfa  November  Bravo  Oscar  Charlie  Papa  Delta  Quebec  Echo  Romeo  Foxtrot  Sierra  Golf  Tango  Hotel  Uniform  India  Victor  Juliett  Whiskey  Kilo  Xray  Lima  Yankee  Mike  Zulu 
ipa



&lt;https://en.wikipedia.org/wiki/Help:IPA/English&gt; copy+pastable, with references to words.</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?id=dev:shit_code_and_the_retards_that_write_it&amp;rev=1753644704&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-27T19:31:44+00:00</dc:date>
        <dc:creator>adam (adam@undisclosed.example.com)</dc:creator>
        <title>shit_code_and_the_retards_that_write_it - created</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?id=dev:shit_code_and_the_retards_that_write_it&amp;rev=1753644704&amp;do=diff</link>
        <description># Odysseus

That&#039;s a true story, by the way. Fucker had me set an alarm to get fired.

Welcome to my endless black void. I&#039;m not under a non-disparagement agreement. So let&#039;s disparage. We&#039;ll talk about moronic code and the stupidity that leads to it. with me are 2 straw men: Brian, who has a brain in his skull. and Odysseus.
Also, quick aside: you&#039;ll notice I didn&#039;t pay for voice acting on this one. I&#039;m at least as upset about it as you are. Occasionally, comments insist I should use my own voi…</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?id=twitch&amp;rev=1747152222&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-05-13T16:03:42+00:00</dc:date>
        <dc:creator>adam (adam@undisclosed.example.com)</dc:creator>
        <title>twitch</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?id=twitch&amp;rev=1747152222&amp;do=diff</link>
        <description>calendars

twitch allows streamers to post a schedule. (insert joke here about streamers sticking to a schedule, snicker snicker.) a few years later, you were allowed to export that as an iCal. However, twitch fucked it up. this guy, pinjasaur, details the issue - that link is dead atm, so reproduced here: twitch fucked up the formatting and the tiemzone is always wrong. Hero of the story pinjasaur solves the problem with the gracious hosting of val.town, which is basically cheap hosting of shor…</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?id=sysadminery:sed&amp;rev=1746546539&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-05-06T15:48:59+00:00</dc:date>
        <dc:creator>adam (adam@undisclosed.example.com)</dc:creator>
        <title>sed</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?id=sysadminery:sed&amp;rev=1746546539&amp;do=diff</link>
        <description>escaping

check out uptime. Sample output:
   11:34:56 up 9 days,  3:24,  5 users,  load average: 3.08, 4.04, 14.66
and since I&#039;m sure you forgot: load is “processes waiting for cpu time to execute”, the 3 numbers are “in the last minute”, “</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?image=palate.png&amp;ns=0&amp;rev=1732465326&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-24T16:22:06+00:00</dc:date>
        <dc:creator>adam (adam@undisclosed.example.com)</dc:creator>
        <title>palate.png - created</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?image=palate.png&amp;ns=0&amp;rev=1732465326&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://alloces.arg.rip/dokuwiki/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=41ea77&amp;amp;media=palate.png&quot; alt=&quot;palate.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?image=palette.jpg&amp;ns=0&amp;rev=1732465326&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-24T16:22:06+00:00</dc:date>
        <dc:creator>adam (adam@undisclosed.example.com)</dc:creator>
        <title>palette.jpg - created</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?image=palette.jpg&amp;ns=0&amp;rev=1732465326&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://alloces.arg.rip/dokuwiki/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=e98581&amp;amp;media=palette.jpg&quot; alt=&quot;palette.jpg&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?image=pallet.jpg&amp;ns=0&amp;rev=1732465325&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-24T16:22:05+00:00</dc:date>
        <dc:creator>adam (adam@undisclosed.example.com)</dc:creator>
        <title>pallet.jpg - created</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?image=pallet.jpg&amp;ns=0&amp;rev=1732465325&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://alloces.arg.rip/dokuwiki/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=51138a&amp;amp;media=pallet.jpg&quot; alt=&quot;pallet.jpg&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?image=wiki%3Afavicon.ico&amp;ns=wiki&amp;rev=1716003295&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-18T03:34:55+00:00</dc:date>
        <dc:creator>adam (adam@undisclosed.example.com)</dc:creator>
        <title>favicon.ico - created</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?image=wiki%3Afavicon.ico&amp;ns=wiki&amp;rev=1716003295&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://alloces.arg.rip/dokuwiki/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=835ace&amp;amp;media=wiki:favicon.ico&quot; alt=&quot;favicon.ico&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?image=wiki%3Alogo.png&amp;ns=wiki&amp;rev=1716003231&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-18T03:33:51+00:00</dc:date>
        <dc:creator>adam (adam@undisclosed.example.com)</dc:creator>
        <title>logo.png</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?image=wiki%3Alogo.png&amp;ns=wiki&amp;rev=1716003231&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://alloces.arg.rip/dokuwiki/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=44c1fe&amp;amp;media=wiki:logo.png&quot; alt=&quot;logo.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?image=img_20231031_183130.jpg&amp;ns=0&amp;rev=1707489063&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-09T14:31:03+00:00</dc:date>
        <dc:creator>adam (adam@undisclosed.example.com)</dc:creator>
        <title>img_20231031_183130.jpg - created</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?image=img_20231031_183130.jpg&amp;ns=0&amp;rev=1707489063&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://alloces.arg.rip/dokuwiki/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=4e1c06&amp;amp;media=img_20231031_183130.jpg&quot; alt=&quot;img_20231031_183130.jpg&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://alloces.arg.rip/dokuwiki/doku.php?image=img_20231031_183125.jpg&amp;ns=0&amp;rev=1707489063&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-09T14:31:03+00:00</dc:date>
        <dc:creator>adam (adam@undisclosed.example.com)</dc:creator>
        <title>img_20231031_183125.jpg - created</title>
        <link>https://alloces.arg.rip/dokuwiki/doku.php?image=img_20231031_183125.jpg&amp;ns=0&amp;rev=1707489063&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://alloces.arg.rip/dokuwiki/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=fe04cc&amp;amp;media=img_20231031_183125.jpg&quot; alt=&quot;img_20231031_183125.jpg&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
</rdf:RDF>
