<?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>internet &#8211; An Autonomous Agent</title>
	<atom:link href="/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>/</link>
	<description>exploring the noosphere</description>
	<lastBuildDate>Sun, 12 Aug 2018 03:51:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.2.3</generator>
	<item>
		<title>Mastering Bitcoin – Andreas M. Antonopoulos</title>
		<link>/2018/08/mastering-bitcoin-andreas-m-antonopoulos/</link>
				<comments>/2018/08/mastering-bitcoin-andreas-m-antonopoulos/#disqus_thread</comments>
				<pubDate>Sun, 12 Aug 2018 03:51:56 +0000</pubDate>
		<dc:creator><![CDATA[anautonomousagent]]></dc:creator>
				<category><![CDATA[andreas antonopoulos]]></category>
		<category><![CDATA[bitcoin]]></category>
		<category><![CDATA[blockchain]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">/?p=2550</guid>
				<description><![CDATA[I’ve been following Bitcoin since 2011 but sadly never researched its technical foundations. A few weeks ago I decided to dive into the subject. Mastering Bitcoin, by Andreas M. Antonopoulos, clearly explains the fundamental designs of Bitcoin. The book is well written and an excellent entry point for developers new to the subject. Many sites [&#8230;]]]></description>
								<content:encoded><![CDATA[<div class="post-content">
<p>I’ve been following Bitcoin since 2011 but sadly never researched its technical foundations. A few weeks ago I decided to dive into the subject. <a href="http://a.co/4VbZiYq">Mastering Bitcoin</a>, by Andreas M. Antonopoulos, clearly explains the fundamental designs of Bitcoin. The book is well written and an excellent entry point for developers new to the subject. Many sites and people recommend this book and rightly so, because after reading it, I feel that I have a new understanding and appreciation of everything blockchain related. While it is detailed and technical — geared towards an audience familiar with programming and Internet technologies, it can be a great resource for those wanting an intellectual challenge.</p>
<p>If you decide to purchase the book, make sure you do it on <a href="https://purse.io/shop">purse.io</a> with Bitcoin. Purse is now where I make any purchases for books or things I would have bought directly from Amazon.</p>
</div>
]]></content:encoded>
							<wfw:commentRss>/2018/08/mastering-bitcoin-andreas-m-antonopoulos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Decentralized Blockchain Wireless Internet Service Provider</title>
		<link>/2018/08/decentralized-blockchain-wireless-internet-service-provider/</link>
				<comments>/2018/08/decentralized-blockchain-wireless-internet-service-provider/#disqus_thread</comments>
				<pubDate>Sun, 12 Aug 2018 03:47:49 +0000</pubDate>
		<dc:creator><![CDATA[anautonomousagent]]></dc:creator>
				<category><![CDATA[blockchain]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">/?p=2546</guid>
				<description><![CDATA[It would be greatly beneficial to human communication freedom if we all worked together to create a decentralized blockchain wireless internet provider network. I think there are already at least two projects addressing this idea: DENT and IUNGO.NETWORK. I am still reading the whitepapers for these projects. Before searching for existing projects based on this [&#8230;]]]></description>
								<content:encoded><![CDATA[<p>It would be greatly beneficial to human communication freedom if we all worked together to create a decentralized blockchain wireless internet provider network. I think there are already at least two projects addressing this idea: <a href="https://www.dentwireless.com/whitepaper">DENT</a> and <a href="https://iungo.network/">IUNGO.NETWORK</a>. I am still reading the whitepapers for these projects. Before searching for existing projects based on this idea, I imagined a decentralized blockchain where each node in the network operates a wireless access point. And the data sent and received would be computed and deducted from a users wallet. Ideally, a person would be able to purchase a given amount of coins on an exchange which could then be used to exchange for a certain amount of wireless data. There are similarities with SIA coin, etc… where the blockchain provides a decentralized service with security. The key is decentralization, anonymity, security, privacy, and freedom.</p>
<p>There are other options, but not what I have in mind: <a href="https://www.gotenna.com/pages/mesh">goTenna</a>, <a href="https://www.opengarden.com/firechat.html">FireChat</a>, etc…</p>
]]></content:encoded>
							<wfw:commentRss>/2018/08/decentralized-blockchain-wireless-internet-service-provider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>WordPress Application as Static Site Generator</title>
		<link>/2017/09/wordpress-appliction-as-static-site-generator/</link>
				<comments>/2017/09/wordpress-appliction-as-static-site-generator/#disqus_thread</comments>
				<pubDate>Mon, 11 Sep 2017 23:58:10 +0000</pubDate>
		<dc:creator><![CDATA[anautonomousagent]]></dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">/?p=1935</guid>
				<description><![CDATA[While there are currently nice tools which exist to generate static websites, such as Hugo or Jekyll, there is also WordPress combined with a static site generating plug-in. Thus, WordPress can be used just like Hugo and Jekyll to create a set of static files to be hosted on the web via a service like [&#8230;]]]></description>
								<content:encoded><![CDATA[<p>While there are currently nice tools which exist to generate static websites, such as Hugo or Jekyll, there is also WordPress combined with a static site generating plug-in. Thus, WordPress can be used just like Hugo and Jekyll to create a set of static files to be hosted on the web via a service like IPFS or Github pages.</p>
<p>I was forced to investigate this topic thanks to Openshift 3, Redhat&#8217;s new upgrade for their web application hosting platform. For the past three years this site and two others have been running on Openshift&#8217;s version 2 for basically free (around $2.00 per month for total).</p>
<p>But Redhat decided to discontinue Openshift 2 and in the process switch their target customers away from the little guys. Normal people just wanting to blog cannot afford the $50 per month they want for their paid platform hosting account. And just to download their development kit requires filling out private information like phone number, address, and clicking a promise check-box that you agree you are using <a href="https://developers.redhat.com/products/cdk/overview/">their CDK</a> for development only. They are now as frustrating as Oracle, where you can&#8217;t download an old Java version without filling out the same identifying information.</p>
<p>Well, I then started to look around for WordPress hosting, expecting that I could get-by paying a small fee each month &#8211; around $5 for all sites. Nope &#8212; nothing, everywhere that I looked they wanted an exorbitant amount just to host a WordPress application. Namecheap was the best I found, 10 for the first year for three sites and then 50 per year after that. So it then seemed like a no-brainer to create a static site and put it on either IPFS or Github, which would be free. Github does have some restrictions like 1GB storage and I think they even have a monthly bandwidth limit. Since Github is free and since this site is not that popular, it was perfect. IPFS would also be nice, but I have a slow Internet connection and I already host one IPFS site and an <a href="https://www.openbazaar.org/">Openbazaar</a> storefront. And in any-case, with a static site it is rather simple to transfer or simultaneously host on other services.</p>
<p>I had been thinking for some time about switching to static websites, and now I was being forced to actually make the switch. Sacrificing the comment and search functionality in WordPress for a static site was something I didn&#8217;t mind, but for some people this might not be an option. Although, on second thought, you could use Disqus or Discourse and a third party search engine. I then spent about a day installing WordPress on my local desktop and transferring all data from my existing sites to the local install. This was near pain-free, although it may be headache for some who are unfamiliar with the internal structure of WordPress or terminal commands. You just have to follow the instructions listed below with the knowledge that online instructions are not always 100% correct due to differences in operating system versions, previously installed programs, etc&#8230;</p>
<p>And if you are copying existing WordPress data, be sure to export only the necessary tables correctly and remember to transfer all your previous uploads. Once you have the code on your Github repository, you just need to set the CNAME properties on Github and your domain name provider correctly and you are up and running.</p>
<p>Directions:</p>
<p><a href="https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-14-04">How to install WordPress on Ubuntu 14.04</a></p>
<p><a href="https://www.tecmint.com/install-wordpress-on-ubuntu-16-04-with-lamp/">How to install WordPress 4.7 on Ubuntu 16.10/16.04 Using LAMP Stack</a></p>
<p><a href="https://hackernoon.com/set-up-ssl-on-github-pages-with-custom-domains-for-free-a576bdf51bc">Set Up SSL on Github Pages With Custom Domains for Free</a></p>
<p><a href="https://askubuntu.com/questions/48362/how-to-enable-mod-rewrite-in-apache">How to enable mod_rewrite in Apache?</a></p>
<p>Github repositories:</p>
<p><a href="https://github.com/anautonomousagent/anautonomousagent.github.io">An Autonomous Agent</a></p>
<p><a href="https://github.com/solaranamnesis/solaranamnesis.github.io">Solar Anamnesis</a></p>
]]></content:encoded>
							<wfw:commentRss>/2017/09/wordpress-appliction-as-static-site-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>IPFS Firefox Companion</title>
		<link>/2017/07/ipfs-firefox-companion/</link>
				<comments>/2017/07/ipfs-firefox-companion/#disqus_thread</comments>
				<pubDate>Sat, 15 Jul 2017 13:46:19 +0000</pubDate>
		<dc:creator><![CDATA[anautonomousagent]]></dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[ipfs]]></category>

		<guid isPermaLink="false">https://anautonomousagent.com/?p=1885</guid>
				<description><![CDATA[If you know about the IPFS project and wondered how to get the address requests to work seamlessly within your browser, there is a Firefox Add-on called IPFS Companion. From the add-on&#8217;s description: This add-on enables everyone to access ipfs.io (or any other public gateway) urls the way they were meant: from locally running IPFS [&#8230;]]]></description>
								<content:encoded><![CDATA[<p>If you know about the <a href="http://ipfs.io/">IPFS</a> project and wondered how to get the address requests to work seamlessly within your browser, there is a Firefox Add-on called <a href="https://addons.mozilla.org/en-US/firefox/addon/ipfs-companion/">IPFS Companion</a>. From the add-on&#8217;s description:</p>
<blockquote><p>This add-on enables everyone to access ipfs.io (or any other public gateway) urls the way they were meant: from locally running IPFS daemon <img src="https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p></blockquote>
<p>To get things running, all you have to do is start your IPFS daemon and then start the add-on. By default both attach to 127.0.0.1:8080. Make sure they both are using the same address. And that&#8217;s all! Now every time you visit a site pointing to an IPFS gateway, for instance: ipfs.io gateway.ipfs.io ipfs.pics, it will automatically send the request and receive the response via your IPFS daemon. Pretty awesome! I can&#8217;t thank the developers enough &#8211; <a href="http://lidel.org/">Marcin Rataj</a> and <a href="http://daviddias.me/">David Dias</a>. You can try it with my own IPFS site: <a href="http://lpplmarketwatch.com/">LPPL Market Watch</a></p>
]]></content:encoded>
							<wfw:commentRss>/2017/07/ipfs-firefox-companion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Free Software Foundation</title>
		<link>/2017/07/free-software-foundation/</link>
				<comments>/2017/07/free-software-foundation/#disqus_thread</comments>
				<pubDate>Tue, 11 Jul 2017 20:41:54 +0000</pubDate>
		<dc:creator><![CDATA[anautonomousagent]]></dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Richard Stallman]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">https://anautonomousagent.com/?p=1869</guid>
				<description><![CDATA[Informative videos on free (Free as in Freedom) software and open source software. Richard Stallman is a great leader for software freedom and seems to be the source of the stereotype for computer programmer &#8220;looks&#8221;. The difference between free and open-source software was not clear to me until after watching these videos and doing further [&#8230;]]]></description>
								<content:encoded><![CDATA[<p>Informative videos on free (<a href="https://en.wikipedia.org/wiki/Free_as_in_Freedom">Free as in Freedom</a>) software and open source software. Richard Stallman is a great leader for software freedom and seems to be the source of the stereotype for computer programmer &#8220;looks&#8221;.</p>
<p>The difference between free and open-source software was not clear to me until after watching these videos and doing further research. See the <a href="https://en.wikipedia.org/wiki/GNU/Linux_naming_controversy">Wikipedia article on the naming of GNU/Linux</a>.</p>
<p>I personally encourage readers to consider switching to a GNU/Linux operating system or a distribution like Debian if they have not already. If you prefer having a hard copy of the OS or do not have the technical know-how to perform the image download-transfer-install process, <a href="https://www.osdisc.com/">OSDisc.com</a> is a great site to order many different distributions.</p>
<p>Also, be sure to become a supporter of <a href="https://www.gnu.org/help/help.html">GNU</a> by joining the <a href="http://www.fsf.org/">Free Software Foundation</a>.</p>
<p>If you prefer to support individual programmers or projects, check out some of these on Patreon:</p>
<ul>
<li><a href="https://puri.sm/shop/librem-5/">Librem 5 by Purism Linux+GNU Smartphone</a></li>
<li><a href="https://www.patreon.com/matrixdotorg">Matrix.org</a></li>
<li><a href="https://www.patreon.com/pippin">GIMP and GEGL</a></li>
<li><a href="https://www.patreon.com/baedert">GTK+4</a></li>
<li><a href="https://www.patreon.com/tanuk">PulseAudio</a></li>
<li><a href="https://www.patreon.com/lukefoss">GNU/Linux Accessibility</a></li>
<li><a href="https://www.patreon.com/zemarmot">GIMP</a></li>
<li><a href="https://www.patreon.com/ubuntu_mate">Ubuntu MATE</a></li>
<li><a href="https://www.patreon.com/esr">Eric S. Raymond</a></li>
<li><a href="https://www.patreon.com/solus">Solus</a></li>
<li><a href="https://www.patreon.com/elementary">elementary OS</a></li>
<li><a href="https://www.patreon.com/bryanlunduke">Linux Education</a></li>
<li><a href="https://www.patreon.com/bcachefs">Linux filesystem bcachefs</a></li>
<li><a href="https://www.patreon.com/ubports">Ubuntu Touch (UBports)</a></li>
<li><a href="https://www.patreon.com/mastodon">Mastodon</a></li>
<li><a href="https://www.patreon.com/ThreatWire">Privacy and Security News</a></li>
<li><a href="https://www.patreon.com/flibitijibibo">Ethan Lee</a></li>
</ul>
<p>&nbsp;</p>
<div id="LizeRqRgM90" class="youtube" style="width: 100%; height: 360px;"></div>
<p>&nbsp;</p>
<div id="J1bBG1NtL18" class="youtube" style="width: 100%; height: 360px;"></div>
<p>&nbsp;</p>
<p>And come on&#8230; we need to severely lower the percentage of desktops running Windows.</p>
<p><iframe id="na636354026884130000" src="" width="600" height="570" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><script type="text/javascript">document.getElementById("na636354026884130000").src="https://netmarketshare.com/report.aspx?qprid=8"+String.fromCharCode(38)+"qptimeframe=M"+String.fromCharCode(38)+"qpsp=216"+String.fromCharCode(38)+"qpnp=6"+String.fromCharCode(38)+"qpch=350"+String.fromCharCode(38)+"qpdt=1"+String.fromCharCode(38)+"qpct=3"+String.fromCharCode(38)+"qpcustomd=0"+String.fromCharCode(38)+"qpcid=fw1316407"+String.fromCharCode(38)+"qpf=16"+String.fromCharCode(38)+"qpwidth=600"+String.fromCharCode(38)+"qpdisplay=1111"+String.fromCharCode(38)+"qpmr=10"+String.fromCharCode(38)+"site="+window.location.hostname</script></p>
]]></content:encoded>
							<wfw:commentRss>/2017/07/free-software-foundation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>IPFSDroid</title>
		<link>/2016/06/ipfsdroid/</link>
				<comments>/2016/06/ipfsdroid/#disqus_thread</comments>
				<pubDate>Fri, 17 Jun 2016 00:57:55 +0000</pubDate>
		<dc:creator><![CDATA[anautonomousagent]]></dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[ipfs]]></category>

		<guid isPermaLink="false">https://anautonomousagent.com/?p=1581</guid>
				<description><![CDATA[One of the new platforms promising to change the framework of the internet is IPFS. As an example, I have downloaded IPFSDroid and turned my cell phone into an IPFS node. You can see a test file hosted on my Android cell phone via the IPFS gateway server: https://gateway.ipfs.io/ipfs/Qmb2gLkmnLAH5mVNVKy39Ye7cnQg8FegjNUHzG97hm2B2T Alternatively, if you have IPFS on [&#8230;]]]></description>
								<content:encoded><![CDATA[<p>One of the new platforms promising to change the framework of the internet is <a href="http://ipfs.io/" target="_blank">IPFS</a>. As an example, I have downloaded <a href="https://github.com/ligi/IPFSDroid" target="_blank">IPFSDroid </a>and turned my cell phone into an IPFS node. You can see a test file hosted on my Android cell phone via the IPFS gateway server: <a href="https://gateway.ipfs.io/ipfs/Qmb2gLkmnLAH5mVNVKy39Ye7cnQg8FegjNUHzG97hm2B2T" target="_blank">https://gateway.ipfs.io/ipfs/Qmb2gLkmnLAH5mVNVKy39Ye7cnQg8FegjNUHzG97hm2B2T</a></p>
<p>Alternatively, if you have IPFS on your computer, navigate to the WebUI and enter:</p>
<p>/ipfs/Qmb2gLkmnLAH5mVNVKy39Ye7cnQg8FegjNUHzG97hm2B2T</p>
]]></content:encoded>
							<wfw:commentRss>/2016/06/ipfsdroid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>A Few Interesting Projects</title>
		<link>/2016/05/a-few-interesting-projects/</link>
				<comments>/2016/05/a-few-interesting-projects/#disqus_thread</comments>
				<pubDate>Wed, 04 May 2016 17:55:32 +0000</pubDate>
		<dc:creator><![CDATA[anautonomousagent]]></dc:creator>
				<category><![CDATA[bitcoin]]></category>
		<category><![CDATA[blockchain]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[ethereum]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[ipfs]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">https://anautonomousagent.com/?p=1540</guid>
				<description><![CDATA[This post is aimed at people who are perhaps unaware of some new technologies and platforms. I have listed the ones I think have great potential to benefit an open society. If you have any others which are of similar scope, please let me know. Will add to these links as I continue to research. [&#8230;]]]></description>
								<content:encoded><![CDATA[<p>This post is aimed at people who are perhaps unaware of some new technologies and platforms. I have listed the ones I think have great potential to benefit an open society.<br />
If you have any others which are of similar scope, please let me know. Will add to these links as I continue to research.</p>
<p>Update (06-12-2016):</p>
<p><a href="http://sia.tech/" target="_blank">Sia</a> &#8211; Will someone develop a MySQL version to run a database that exists on Sia? I imagine hosting a WordPress site on IPFS, and the database for the site will be on Sia, I think that is a correct way to view the future of WordPress&#8230;?</p>
<p><a href="https://steem.io/" target="_blank">Steem</a></p>
<p><a href="https://github.com/ligi/IPFSDroid" target="_blank">IPFSDroid</a> &#8211; IPFS for Android, eventually I imagine it will support a full node on a cell phone!</p>
<p>Update (05-11-2016):</p>
<p><a href="http://akasha.world/" target="_blank">AKASHA PROJECT</a></p>
<p>IPFS:</p>
<p><a href="https://ipfs.io/" target="_blank">InterPlanetary File System</a> and <a href="https://ipfs.io/blog/" target="_blank">IPFS Blog</a></p>
<p><a href="https://speakerdeck.com/jbenet/ipfs-at-dotscale" target="_blank">Juan Batiz-Benet slide deck</a></p>
<p>Ethereum:</p>
<p><a href="https://www.ethereum.org/" target="_blank">Ethereum</a> and <a href="https://blog.ethereum.org/" target="_blank">Ethereum Blog</a></p>
<p><a href="https://dappsforbeginners.wordpress.com/tutorials/introduction-to-development-on-ethereum/">Developing Dapps</a></p>
<p>Synereo:</p>
<p><a href="http://www.synereo.com/" target="_blank">Synereo</a> and <a href="http://blog.synereo.com/" target="_blank">Synereo Blog</a></p>
<p>Others:</p>
<p><a href="https://anautonomousagent.com/2016/04/follow-my-vote-online-voting-platform/">Follow My Vote</a></p>
<p>Kim Dotcom&#8217;s MegaNet (link and status pending&#8230;)</p>
<h6>Videos:</h6>
<p>Juan Batiz-Benet at DEVCON1:</p>
<div class="youtube"
     id="ewpIi1y_KDc"
     style="width: 100%; height: 360px;">
</div>
<p>Ethereum for Dummies &#8211; Dr. Gavin Wood at DEVCON1:</p>
<div class="youtube"
     id="U_LK0t_qaPo"
     style="width: 100%; height: 360px;">
</div>
<p>MegaNet Kim Dotcom on RT:</p>
<div class="youtube"
     id="2fVl06phBGg"
     style="width: 100%; height: 360px;">
</div>
]]></content:encoded>
							<wfw:commentRss>/2016/05/a-few-interesting-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Bye Facebook&#8230; Here Come the Decentralized Social Networks</title>
		<link>/2016/04/bye-facebook-here-come-the-decentralized-social-networks/</link>
				<comments>/2016/04/bye-facebook-here-come-the-decentralized-social-networks/#disqus_thread</comments>
				<pubDate>Tue, 12 Apr 2016 13:35:09 +0000</pubDate>
		<dc:creator><![CDATA[anautonomousagent]]></dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[social behavior]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[wikileaks]]></category>

		<guid isPermaLink="false">https://anautonomousagent.com/?p=1501</guid>
				<description><![CDATA[Wikileaks recently claimed that Facebook censored their post on Hillary Clinton&#8217;s email dump. This suggests that users of Facebook are in no way guaranteed the right to post whatever they want. At the end of the day, it is Facebook Corporation (Quote: FB) which has the final say on what should be publicly allowed on [&#8230;]]]></description>
								<content:encoded><![CDATA[<p><a href="http://www.truthdig.com/eartotheground/item/wikileaks_accuses_facebook_of_censhorship_20160318" target="_blank" rel="noopener">Wikileaks recently claimed</a> that Facebook censored their post on Hillary Clinton&#8217;s email dump. This suggests that users of Facebook are in no way guaranteed the right to post whatever they want. At the end of the day, it is Facebook Corporation (<a href="http://finance.yahoo.com/q?s=fb" target="_blank" rel="noopener">Quote: FB</a>) which has the final say on what should be publicly allowed on Facebook. Unfortunately, but not surprisingly, this is the expected outcome of a free service existing as a centrally managed set of servers owned by special interests and shareholders.</p>
<p>The solution, not without its own disadvantages, would be to create and migrate all users to a decentralized social media network. I think this would be possible with <a href="https://namecoin.info/" target="_blank" rel="noopener">Namecoin </a>in combination with WordPress (think <a href="https://buddypress.org/" target="_blank" rel="noopener">BuddyPress</a>) where all users would have their own local servers or rent machines with services like Heroku, <a href="https://www.namecheap.com/hosting.aspx" target="_blank" rel="noopener">Namecheap</a>, <a href="http://code.tutsplus.com/tutorials/running-wordpress-on-openshift-an-introduction--cms-20058" target="_blank" rel="noopener">Openshift</a>, <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hosting-wordpress.html" target="_blank" rel="noopener">Amazon EC2</a>, etc.. The process should be simple:</p>
<ol>
<li>User rents machine on Heroku, Namecheap, Openshift, etc&#8230;</li>
<li>Install WordPress on this machine</li>
<li>Add WordPress social network plugin</li>
<li>Create Namecoin domain</li>
<li>Create user profile</li>
<li>Publish posts, socialize and message friends</li>
</ol>
<p>Here are some current examples/ideas of people creating and implementing P2P social networks:</p>
<p><a href="https://www.kickstarter.com/projects/mbs348/diaspora-the-personally-controlled-do-it-all-distr">Diaspora</a> &#8211; Working version of a private decentralized social network</p>
<p><a href="http://www.synereo.com/whitepapers/synereo.pdf">Synereo</a>; visit their <a href="http://blog.synereo.com/" target="_blank" rel="noopener">blog </a>to keep up with their progress.</p>
<p><a href="https://github.com/Novator/Pandora/#readme">The Pandora. P2P Social Network</a></p>
<p><a href="https://github.com/vole/vole">Vole: Peer-to-peer social web</a></p>
<p><a href="http://www.findmasques.org/" target="_blank" rel="noopener">Masques: an invisible social network</a></p>
<p><a href="https://angel.co/samsara-social-network" target="_blank" rel="noopener">Samsara Social Network</a></p>
<p><a href="https://www-old.cs.uni-paderborn.de/?id=13851" target="_blank" rel="noopener">Kálmán Graffi</a></p>
<p><a href="http://www.theregister.co.uk/2010/06/25/peerbook_p2_social_network/" target="_blank" rel="noopener">Student&#8217;s brilliant idea: A peer-to-peer social network</a></p>
<p><a href="http://www.peerson.net/" target="_blank" rel="noopener">PeerSoN: Privacy-Preserving P2P Social Networks </a></p>
]]></content:encoded>
							<wfw:commentRss>/2016/04/bye-facebook-here-come-the-decentralized-social-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Nerdy Method to Encode Email Address to Avoid Spam</title>
		<link>/2016/04/nerdy-method-to-encode-email-address-to-avoid-spam/</link>
				<comments>/2016/04/nerdy-method-to-encode-email-address-to-avoid-spam/#disqus_thread</comments>
				<pubDate>Thu, 07 Apr 2016 13:07:09 +0000</pubDate>
		<dc:creator><![CDATA[anautonomousagent]]></dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">https://anautonomousagent.com/?p=1496</guid>
				<description><![CDATA[Contact Email (spam robots&#8230; try to solve this!): Supply modulus N: 13503701 Decryption Key d: 2273 Ciphertext Message in numeric form: 8207129 334600 4505190 12801374 7109281 11118282 2016909 11164527 5778177 7691883 10206105 12801374 10206105 2976139 7669811 Decrypt Email Here NOTE: To encode your own email you must first find two prime numbers and then follow [&#8230;]]]></description>
								<content:encoded><![CDATA[<p>Contact Email (spam robots&#8230; try to solve this!):</p>
<p>Supply modulus N: 13503701</p>
<p>Decryption Key d: 2273</p>
<p>Ciphertext Message in numeric form:</p>
<p>8207129 334600 4505190 12801374 7109281 11118282 2016909 11164527 5778177 7691883 10206105 12801374 10206105 2976139 7669811</p>
<p><a href="https://www.cs.drexel.edu/~introcs/Fa11/notes/10.1_Cryptography/RSA_Express_EncryptDecrypt.html" target="_blank">Decrypt Email Here</a></p>
<p>NOTE: To encode your own email you must first find two prime numbers and then follow the steps listed in this <a href="https://www.cs.drexel.edu/~introcs/Fa11/notes/10.1_Cryptography/RSAWorksheetv4d.html" target="_blank">RSA Worksheet</a>.</p>
]]></content:encoded>
							<wfw:commentRss>/2016/04/nerdy-method-to-encode-email-address-to-avoid-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>The Internet&#8217;s Own Boy: The Story of Aaron Swartz (2014)</title>
		<link>/2014/09/the-internets-own-boy-the-story-of-aaron-swartz-2014/</link>
				<comments>/2014/09/the-internets-own-boy-the-story-of-aaron-swartz-2014/#disqus_thread</comments>
				<pubDate>Sun, 28 Sep 2014 02:26:00 +0000</pubDate>
		<dc:creator><![CDATA[anautonomousagent]]></dc:creator>
				<category><![CDATA[aaron swartz]]></category>
		<category><![CDATA[biography]]></category>
		<category><![CDATA[documentary]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">https://anautonomousagent.com/?p=18</guid>
				<description><![CDATA[Aaron Swartz was a critical protagonist and fighter for open access. Sadly, for Swartz, centralized sources of power detest such proponents of freedom. These power hungry institutions are constantly trying to win legal control over various aspects of the internet. Restriction and control of the internet inevitably results in clever ways around such imposed sanctions. [&#8230;]]]></description>
								<content:encoded><![CDATA[<div style="text-align: justify;"><a href="//en.wikipedia.org/wiki/Aaron_Swartz" target="_blank">Aaron Swartz</a> was a critical protagonist and fighter for open access. Sadly, for Swartz, centralized sources of power detest such proponents of freedom. These power hungry institutions are constantly trying to win legal control over various aspects of the internet. Restriction and control of the internet inevitably results in clever ways around such imposed sanctions. Why then, do they keep trying?! Money, as usual, is the answer. And it is the responsibility of all freedom supporting internet users to demand and fight for such rights as seem necessary to uphold the open and free internet. I hope that one day the US constitution includes internet access rights.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">Swartz&#8217;s vision of the internet as a way to empower the individual is a powerful force for democracy and societal progress. I suggest watching the documentary and biography, <a href="//youtu.be/vXr-2hwTk58" target="_blank">The Internet&#8217;s Own Boy: The Story of Aaron Swartz</a>.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">Swartz ran into trouble when he tried to show the world how academic journal producers restrict access to their publications. They lockup knowledge and scientific discoveries inside virtual safes, where any combination of $$$$ will unlock the door. It is a shame. Academic knowledge should be shared and free to access; for a good example go to <a href="//arxiv.org/">arXiv.org</a>, also <a href="//www.ssrn.com/" target="_blank">The Social Science Research Network</a>.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">P.S. I found out the other day that one of the coauthors of RSS was Aaron Swartz &#8212; when he was only 14 years old, wow! What would I do without RSS feeds!? They provide such a convenient and &#8220;simple&#8221; stream of articles, news, and updates. He was brilliant.</div>
]]></content:encoded>
							<wfw:commentRss>/2014/09/the-internets-own-boy-the-story-of-aaron-swartz-2014/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
