<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>twopointouch &#187; memory</title> <atom:link href="http://twopointouch.com/tag/memory/feed/" rel="self" type="application/rss+xml" /><link>http://twopointouch.com</link> <description>web 2.0, blogs and social media</description> <lastBuildDate>Mon, 09 May 2011 20:03:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1.3</generator> <item><title>WordPress Out-of-Memory Fix</title><link>http://twopointouch.com/2009/blogs/wordpress-out-of-memory-fix/</link> <comments>http://twopointouch.com/2009/blogs/wordpress-out-of-memory-fix/#comments</comments> <pubDate>Wed, 23 Dec 2009 18:28:21 +0000</pubDate> <dc:creator>Ian</dc:creator> <category><![CDATA[blogs]]></category> <category><![CDATA[error]]></category> <category><![CDATA[fix]]></category> <category><![CDATA[memory]]></category> <category><![CDATA[php]]></category> <category><![CDATA[Plug-in]]></category> <category><![CDATA[wordpress]]></category> <guid
isPermaLink="false">http://twopointouch.com/?p=1158</guid> <description><![CDATA[<p><a
href="http://twopointouch.com/wp-content/uploads/2009/12/wp.jpg"></a></p><p>I’ve been making some changes to this site recently: upgrading to the newest version of WordPress, choosing a new theme and fiddling with the layout.</p><p>One thing I discovered is that, unless you’re running a very minimal installation, it’s quite easy to run out of memory, even with only a handful of plug-ins.<p><a
href="http://twopointouch.com/2009/blogs/wordpress-out-of-memory-fix/">Continue reading WordPress Out-of-Memory Fix</a></p>]]></description> <content:encoded><![CDATA[<p><a
href="http://twopointouch.com/wp-content/uploads/2009/12/wp.jpg"><img
class="alignnone size-full wp-image-1901" title="wp" src="http://twopointouch.com/wp-content/uploads/2009/12/wp.jpg" alt="wordpress logo" width="500" height="500" /></a></p><p>I’ve been making some changes to this site recently: upgrading to the newest version of WordPress, choosing a new theme and fiddling with the layout.</p><p>One thing I discovered is that, unless you’re running a very minimal installation, it’s quite easy to run out of memory, even with only a handful of plug-ins. Versions of the software have become slightly larger since WordPress 2.6 or so, plus plug-ins have become more ambitious, not to mention the increased usage of rich content like videos and AJAX transitions.</p><p><span
id="more-1158"></span>Every time I tweaked something, I ended up with blank pages and an error message like this:</p><p><strong>Fatal error: Allowed memory size of X bytes exhausted (tried to allocate X bytes) in /home /Your-Username/public_html/ the particular folder on line X</strong></p><p>I searched around for quite some time for advice, and tried each of the following, before ending up at a working solution. They didn’t work for me, but I’ll leave them here since they might prove useful for someone else. Please be very careful, though: some of these ‘handy tips’ will break your entire site.</p><p>1) De-activating all but the most essential plug-ins. This is probably good housekeeping advice all-round, but didn’t actually make a lot of difference. The basic install was using 26MB of the 32MB allocated; with a full suite of plug-ins it was just over 28MB. Add some users, and you’ll quickly run out of memory — the extra 2MB from disabling plug-ins didn’t make enough difference.</p><p>2) Alter the value of php_value memory_limit in your .htaccess file. Doing this broke the whole site: YMMV.</p><p>3) Optimise your database tables using phpMyAdmin. Saved about 200KB. Woop.</p><p>4) Adding the line “memory_limit = 64M” in my php5.ini file. Made no difference one way or another.</p><p><strong>What actually worked was this.</strong></p><p>Open wp-config.php and find this bit:</p><pre dir="ltr">/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
</pre><p>Change it so that it reads like this:</p><pre dir="ltr">/** Sets up WordPress vars and included files. */
define('WP_MEMORY_LIMIT', '64M');
require_once(ABSPATH . 'wp-settings.php');
</pre><p>Touch wood, that’s done the trick. The site’s still as slow as molasses, of course, but at least I’m not running out of memory.</p> ]]></content:encoded> <wfw:commentRss>http://twopointouch.com/2009/blogs/wordpress-out-of-memory-fix/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>RSA Talk — Delete</title><link>http://twopointouch.com/2009/web-2-0/rsa-talk-delete/</link> <comments>http://twopointouch.com/2009/web-2-0/rsa-talk-delete/#comments</comments> <pubDate>Fri, 04 Dec 2009 10:33:31 +0000</pubDate> <dc:creator>Ian</dc:creator> <category><![CDATA[web 2.0]]></category> <category><![CDATA[google]]></category> <category><![CDATA[memory]]></category> <category><![CDATA[privacy]]></category> <category><![CDATA[reputation]]></category> <guid
isPermaLink="false">http://twopointouch.com/2009/12/04/rsa-talk-delete/</guid> <description><![CDATA[<p><a
href="http://twopointouch.com/wp-content/uploads/2009/12/rsa.jpg"></a></p><p>I mentioned this a couple of posts back. <a
href="http://press.princeton.edu/titles/8981.html">Delete</a> discusses ‘The Virtues of Forgetting in the Digital Age’. Unfortunately, I couldn’t attend but the <a
href="http://www.thersa.org/">RSA</a> has — as always — made the audio of the talk available to everyone. See the link below for details.</p><p>Google remembers everything we’ve searched for<p><a
href="http://twopointouch.com/2009/web-2-0/rsa-talk-delete/">Continue reading RSA Talk — Delete</a></p>]]></description> <content:encoded><![CDATA[<p><a
href="http://twopointouch.com/wp-content/uploads/2009/12/rsa.jpg"><img
class="alignnone size-full wp-image-1897" title="rsa" src="http://twopointouch.com/wp-content/uploads/2009/12/rsa.jpg" alt="http://www.flickr.com/photos/herry/" width="540" height="405" /></a></p><p>I mentioned this a couple of posts back. <a
href="http://press.princeton.edu/titles/8981.html">Delete</a> discusses ‘The Virtues of Forgetting in the Digital Age’. Unfortunately, I couldn’t attend but the <a
href="http://www.thersa.org/">RSA</a> has — as always — made the audio of the talk available to everyone. See the link below for details.</p><blockquote><p>Google remembers everything we’ve searched for and when. Potentially humiliating content on Facebook is enshrined in cyber-space for future employers to see. The written word made it possible for us to remember across generations and time, yet now digital technology is overriding our natural ability to forget. Should the past be ever-present, ready to be on-screen at the click of a mouse?<br
/> Viktor Mayer-Schonberger, director of the information and innovation policy research centre at the National University of Singapore’s Lee Kuan Yew School of Public Policy, explains why current information rights and privacy fixes can’t help us, and proposes a simple solution - expiration dates on information.</p></blockquote><p><a
href="http://www.thersa.org/events/audio-and-past-events/2009/rsa-thursday--delete-the-virtue-of-forgetting-in-the-digital-age">RSA Event Page Here</a></p> ]]></content:encoded> <wfw:commentRss>http://twopointouch.com/2009/web-2-0/rsa-talk-delete/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <enclosure
url="http://twopointouch.com/wp-content/plugins/mp3-player-plugin-for-wordpress/mp3/rsathursday191109.mp3" length="12995419" type="audio/mpeg" /> </item> <item><title>Forgive and Forget</title><link>http://twopointouch.com/2009/web-2-0/forgive-and-forget/</link> <comments>http://twopointouch.com/2009/web-2-0/forgive-and-forget/#comments</comments> <pubDate>Tue, 27 Oct 2009 15:26:06 +0000</pubDate> <dc:creator>Ian</dc:creator> <category><![CDATA[web 2.0]]></category> <category><![CDATA[delete]]></category> <category><![CDATA[memory]]></category> <category><![CDATA[total recall]]></category> <guid
isPermaLink="false">http://twopointouch.com/2009/10/27/forgive-and-forget/</guid> <description><![CDATA[<p>For the human condition, forgetting is at least as important as remembering — sometimes more so. Without it, we are all bound to lead the miserable life of A. R. Luria’s patient <a
href="http://www.hup.harvard.edu/catalog/LURMIX.html" target="nsarticle">Solomon Shereshevsky</a>, who was crippled by his boundless, indelible memory, or his fictional counterpart, <a
href="http://en.wikipedia.org/wiki/Funes_the_Memorious" target="nsarticle">Jorge Luis Borges’s Funes</a>.<p><a
href="http://twopointouch.com/2009/web-2-0/forgive-and-forget/">Continue reading Forgive and Forget</a></p>]]></description> <content:encoded><![CDATA[<div
class="posterous_bookmarklet_entry"><blockquote
class="posterous_long_quote"><p>For the human condition, forgetting is at least as important as remembering — sometimes more so. Without it, we are all bound to lead the miserable life of A. R. Luria’s patient <a
href="http://www.hup.harvard.edu/catalog/LURMIX.html" target="nsarticle">Solomon Shereshevsky</a>, who was crippled by his boundless, indelible memory, or his fictional counterpart, <a
href="http://en.wikipedia.org/wiki/Funes_the_Memorious" target="nsarticle">Jorge Luis Borges’s Funes</a>. No forgetting implies no generalisation, no real present time, no amelioration of trauma, and no weaving of meaningful life narratives.</p></blockquote><div
class="posterous_quote_citation">via <a
href="http://www.newscientist.com/article/mg20427311.700-memory-and-forgetting-in-the-digital-age.html">newscientist.com</a></div><p>More on the nature of memory in the digital era with a review of two books. <em>Total Recall</em> is a utopian view of a not-too-future world where nothing is forgotten, thus fulfilling a desire for eternal life, according to the reviewer.</p><p><em>Delete</em> (the subject of the quotation) suggests that we need to build technologies that will put ‘expiration dates’ on past data, to allow us to better grow as human beings.</p><p>I find it interesting that both books, and the reviewer, imagine that we, as individuals, will be empowered one way or the other. A less optimistic view, one I’ve mentioned earlier, is that it will be third parties — governments and corporations — that make the decisions regarding our memorabilia, and consequently, our memories.</p></div><p
style="font-size: 10px;"><a
href="http://posterous.com">Posted via web</a> from <a
href="http://iandelaney.posterous.com/forgive-and-forget-6">iandelaney’s posterous</a></p> ]]></content:encoded> <wfw:commentRss>http://twopointouch.com/2009/web-2-0/forgive-and-forget/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Permanence</title><link>http://twopointouch.com/2009/web-2-0/permanence/</link> <comments>http://twopointouch.com/2009/web-2-0/permanence/#comments</comments> <pubDate>Wed, 07 Oct 2009 01:18:14 +0000</pubDate> <dc:creator>Ian</dc:creator> <category><![CDATA[stuff]]></category> <category><![CDATA[web 2.0]]></category> <category><![CDATA[archive]]></category> <category><![CDATA[memory]]></category> <category><![CDATA[past]]></category> <category><![CDATA[privacy]]></category> <guid
isPermaLink="false">http://twopointouch.com/?p=948</guid> <description><![CDATA[<p><a
href="http://twopointouch.com/wp-content/uploads/2010/01/395609058_5e00f07d37.jpg"></a></p><p>We have no idea, do we, of where this stuff will be in the future?</p><p>“The Moving Finger writes; and, having writ, Moves on: nor all your Piety nor Wit Shall lure it back to cancel half a Line, Nor all your Tears wash out a Word of it.”</p><p>That’s what <a
href="http://en.wikipedia.org/wiki/Omar_Khayy%C3%A1m">Omar<p><a
href="http://twopointouch.com/2009/web-2-0/permanence/">Continue reading Permanence</a></p>]]></description> <content:encoded><![CDATA[<p><a
href="http://twopointouch.com/wp-content/uploads/2010/01/395609058_5e00f07d37.jpg"><img
class="alignnone size-full wp-image-1383" title="sandprints" src="http://twopointouch.com/wp-content/uploads/2010/01/395609058_5e00f07d37.jpg" alt="Image: Kalense Kid, Flickr" width="500" height="332" /></a></p><p>We have no idea, do we, of where this stuff will be in the future?</p><blockquote><p>“The Moving Finger writes; and, having writ, Moves on: nor all your Piety nor Wit Shall lure it back to cancel half a Line, Nor all your Tears wash out a Word of it.”</p></blockquote><p>That’s what <a
href="http://en.wikipedia.org/wiki/Omar_Khayy%C3%A1m">Omar Khayyam</a> wrote. But it‘s rubbish, isn’t it, here in the digital world?</p><p>The moving finger writes and bits are written, but they can be unwritten at the drop of a hat. Maybe I’ll forget to renew this hosting account and domain name. And then it’s gone. Three years of writing down the pan. Link Rot is so widespread that there’s a name for it – even a <a
href="http://en.wikipedia.org/wiki/Link_rot">wikipedia entry</a>. Ask around for <a
href="http://en.wikipedia.org/wiki/Geocities">Geocities</a> users, for example. My first proper website about <a
href="http://en.wikipedia.org/wiki/Hamlet">Hamlet</a> got wiped from Hypermart without explanation in 1999.</p><p>Oh hoh! – you say – if you are in a swashbuckler sort of mood. “But Ian, there is the <a
href="http://www.archive.org/index.php">Internet Archive</a> and <a
href="http://blogs.zdnet.com/Google/?p=314">Google</a>. They save the lot.”</p><p>Let’s take the two separately. The Internet Archive is a <a
href="http://www.archive.org/about/faqs.php">not-for-profit</a> that may or may not exist tomorrow. Google will do what it has to. Maximise profit for shareholders. Its priorities are not yours.</p><p>Writing and Digital Writing have a key difference when it comes to history and permanence. The pen-written word is permanent – what is written in ink is in history, has happened, will always have happened. Digital Writing is subject to UNDO, link-rot, moderation, invisible and unlimited revision, and ultimately, erasure. Digital Writing is inherently unsafe, written in water, whatever the writer’s or publisher’s intentions at the time of publication.</p><p>On the other hand. I was talking with my friend <a
href="http://innovationeye.wordpress.com/">Deirdre</a> the other day about memory and the Internet. That the way we consider our past is reconfigured because we have continual access to the primary data.</p><p>The opposing case says this, and it also holds a lot of value:</p><blockquote><p>I can see exactly what happened at *that* party four years ago because there are dozens of photos/videos/posts about it. The past doesn’t <strong>decompose</strong> the way it used to. While once upon a time, my memory of the party was that it was wild and enormous fun, the raw data might show that we were all over-intoxicated and some people were clearly not so happy. Twitter doesn’t currently archive, but it, or its successor, will do so very soon – and so we’ll have access to everyone’s impressions of the party as it happened, *then*.</p></blockquote><p>And then we start to rely on it, perhaps. At the age of 14 I knew the capitals of every major country in the world. I don’t anymore, because what’s the point? I can Google it. So we don’t need to remember stuff. I used to know 10 phone numbers off by heart. Today I know none, because they’re stored in my mobile. So what’s the point?</p><p>There’s two strands to my thoughts here:</p><p>(a) We have semi-permanent access to our past. This enormously affects our ideas about our own history. They will be more ‘true’ in a way, but our understanding of what the reflexion of Internet publishing means is still very naive. Memory and the past is changing, but I don’t think we know how, yet.</p><p>(b) That we are eagerly abrogating responsibility for knowledge and also memory. My phonebook, pictures, thoughts — my people, my past – are in other people’s hands. And those people don’t care about my past or my memories. They might well get wiped. I’m anxious about that as well.</p><p>More anon.</p> ]]></content:encoded> <wfw:commentRss>http://twopointouch.com/2009/web-2-0/permanence/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> </channel> </rss>
