<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Healing my old #ossasepia log links</title>
	<atom:link href="http://jfxpt.com/2021/healing-my-old-ossasepia-log-links/feed/" rel="self" type="application/rss+xml" />
	<link>http://jfxpt.com/2021/healing-my-old-ossasepia-log-links/</link>
	<description>The search for invariants</description>
	<pubDate>Thu, 16 Apr 2026 22:05:12 +0000</pubDate>
	<generator>http://polimedia.us</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Little by little, a little less retarded. &#171; Dorion Mode</title>
		<link>http://jfxpt.com/2021/healing-my-old-ossasepia-log-links/#comment-2187</link>
		<dc:creator>Little by little, a little less retarded. &#171; Dorion Mode</dc:creator>
		<pubDate>Mon, 26 Sep 2022 21:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://fixpoint.welshcomputing.com/?p=160#comment-2187</guid>
		<description>[...] and unpublished. An upside is I won't be starting from zero, so getting some articles published and improvements implemented soon shouldn't be far [...]</description>
		<content:encoded><![CDATA[<p>[...] and unpublished. An upside is I won't be starting from zero, so getting some articles published and improvements implemented soon shouldn't be far [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Welsh</title>
		<link>http://jfxpt.com/2021/healing-my-old-ossasepia-log-links/#comment-1582</link>
		<dc:creator>Jacob Welsh</dc:creator>
		<pubDate>Wed, 01 Dec 2021 05:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://fixpoint.welshcomputing.com/?p=160#comment-1582</guid>
		<description>Approximate (conservative) approach to that, now avoiding the "awk" overkill for perhaps less confusing quoting:

&lt;pre&gt;cat ossapub-simp.txt eulorapub-simp.txt &#124; while read old new; do
	echo "update posts set post_content=replace(post_content, '&#60;a href=\"http://$old', '&#60;a href=\"http://$new');"
	echo "update comments set comment_content=replace(comment_content, '&#60;a href=\"http://$old', '&#60;a href=\"http://$new');"
done &gt;replacements.sql
&lt;/pre&gt;

This done, I found the linked example was in fact the only instance among my comments (that is, of raw URLs not touched by the above replacements), and there it was mp-wp making the links clickable rather than any markup I'd put in the comments themselves, so I patched them up manually.</description>
		<content:encoded><![CDATA[<p>Approximate (conservative) approach to that, now avoiding the "awk" overkill for perhaps less confusing quoting:</p>
<pre>cat ossapub-simp.txt eulorapub-simp.txt | while read old new; do
	echo "update posts set post_content=replace(post_content, '&lt;a href=\"http://$old', '&lt;a href=\"http://$new');"
	echo "update comments set comment_content=replace(comment_content, '&lt;a href=\"http://$old', '&lt;a href=\"http://$new');"
done >replacements.sql
</pre>
<p>This done, I found the linked example was in fact the only instance among my comments (that is, of raw URLs not touched by the above replacements), and there it was mp-wp making the links clickable rather than any markup I'd put in the comments themselves, so I patched them up manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Welsh</title>
		<link>http://jfxpt.com/2021/healing-my-old-ossasepia-log-links/#comment-1581</link>
		<dc:creator>Jacob Welsh</dc:creator>
		<pubDate>Wed, 01 Dec 2021 04:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://fixpoint.welshcomputing.com/?p=160#comment-1581</guid>
		<description>Thanks @Diana Coman, good point and it had popped into my head at some point in the process but was forgotten. One dodgy case that comes up when I try it - though nothing to do with comments per se - is the &lt;a href="http://jfxpt.com/2019/keksum-a-keccak-implementation-in-c-as-standalone-unix-utility-genesis/#comment-92" rel="nofollow"&gt;bridged logs&lt;/a&gt; where it seems to me preferable to replace only the final hrefs rather than altering URLs in the record of what was said (because what services we were using at the time *is* a part of the history after all).</description>
		<content:encoded><![CDATA[<p>Thanks @Diana Coman, good point and it had popped into my head at some point in the process but was forgotten. One dodgy case that comes up when I try it - though nothing to do with comments per se - is the <a href="http://jfxpt.com/2019/keksum-a-keccak-implementation-in-c-as-standalone-unix-utility-genesis/#comment-92" rel="nofollow">bridged logs</a> where it seems to me preferable to replace only the final hrefs rather than altering URLs in the record of what was said (because what services we were using at the time *is* a part of the history after all).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diana Coman</title>
		<link>http://jfxpt.com/2021/healing-my-old-ossasepia-log-links/#comment-1574</link>
		<dc:creator>Diana Coman</dc:creator>
		<pubDate>Tue, 30 Nov 2021 19:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://fixpoint.welshcomputing.com/?p=160#comment-1574</guid>
		<description>Perhaps not an issue for Fixpoint but for completeness, if you set out to replace the links, you might want to at least look as well at the post_comments table not just at post_content (ie for any links that might appear in the comments rather than in an article's content).</description>
		<content:encoded><![CDATA[<p>Perhaps not an issue for Fixpoint but for completeness, if you set out to replace the links, you might want to at least look as well at the post_comments table not just at post_content (ie for any links that might appear in the comments rather than in an article's content).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
