<?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>Other &#8211; Joni Mikkola (c) 2023</title>
	<atom:link href="https://jonimikkola.com/category/other/feed/" rel="self" type="application/rss+xml" />
	<link>https://jonimikkola.com</link>
	<description></description>
	<lastBuildDate>Sat, 28 Feb 2015 15:05:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
	<item>
		<title>Emotiv EPOC EEG</title>
		<link>https://jonimikkola.com/emotiv-epoc-eeg/</link>
					<comments>https://jonimikkola.com/emotiv-epoc-eeg/#comments</comments>
		
		<dc:creator><![CDATA[jonimikkola]]></dc:creator>
		<pubDate>Sun, 22 Feb 2015 16:36:36 +0000</pubDate>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[brainwave]]></category>
		<category><![CDATA[dsp]]></category>
		<category><![CDATA[eeg]]></category>
		<category><![CDATA[emotiv]]></category>
		<category><![CDATA[epoc]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[signal]]></category>
		<guid isPermaLink="false">http://www.mikkolajoni.com/?p=739</guid>

					<description><![CDATA[Hello, a couple of months back I bought myself Emotiv Epoc EEG headset. As I thought to save some money I didn&#8217;t purchase researcher license. Without the researcher license I wasn&#8217;t able to use Epoc&#8217;s API to get access to the raw data each electrode conveys. Without this access, I was able to play a ... <a title="Emotiv EPOC EEG" class="read-more" href="https://jonimikkola.com/emotiv-epoc-eeg/" aria-label="More on Emotiv EPOC EEG">Read more</a>]]></description>
										<content:encoded><![CDATA[<p>Hello,</p>
<p>a couple of months back I bought myself <a href="https://emotiv.com/epoc.php" title="Emotiv Epoc EEG headset">Emotiv Epoc EEG headset</a>. As I thought to save some money I didn&#8217;t purchase researcher license. Without the researcher license I wasn&#8217;t able to use Epoc&#8217;s API to get access to the raw data each electrode conveys. Without this access, I was able to play a little with free apps provided in Emotiv Store, but very quickly got bored.</p>
<p>Luckily later on I found out someone had hacked Epoc&#8217;s drivers and decrypted the data encryption, which meant it was now possible to see the raw sensor data. One of those hack <a href="https://github.com/fommil/emokit-java">implementations</a> was done in java and because it had a very simple user interface and no option to save EEG data, I decided to create proper GUI for my research purposes on top of that.</p>
<h3><a href="https://github.com/joni-mikkola/emokit-java">https://github.com/joni-mikkola/emokit-java</a></h3>
<figure id="attachment_742" aria-describedby="caption-attachment-742" style="width: 540px" class="wp-caption aligncenter"><a href="http://www.mikkolajoni.com/wp-content/uploads/2015/02/687474703a2f2f6935392e74696e797069632e636f6d2f33336475796f6e2e706e67.png"><img decoding="async" src="http://www.mikkolajoni.com/wp-content/uploads/2015/02/687474703a2f2f6935392e74696e797069632e636f6d2f33336475796f6e2e706e67-1024x794.png" alt="Emotool in use" width="550" height="426" class="size-large wp-image-742" srcset="https://jonimikkola.com/wp-content/uploads/2015/02/687474703a2f2f6935392e74696e797069632e636f6d2f33336475796f6e2e706e67-1024x794.png 1024w, https://jonimikkola.com/wp-content/uploads/2015/02/687474703a2f2f6935392e74696e797069632e636f6d2f33336475796f6e2e706e67-300x233.png 300w, https://jonimikkola.com/wp-content/uploads/2015/02/687474703a2f2f6935392e74696e797069632e636f6d2f33336475796f6e2e706e67.png 1138w" sizes="(max-width: 550px) 100vw, 550px" /></a><figcaption id="caption-attachment-742" class="wp-caption-text">Emotool in action</figcaption></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://jonimikkola.com/emotiv-epoc-eeg/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>How to allow WordPress updates, plugin and theme installs in Amazon EC2</title>
		<link>https://jonimikkola.com/how-to-allow-wordpress-updates-and-plugintheme-installs-in-amazon-ec2/</link>
					<comments>https://jonimikkola.com/how-to-allow-wordpress-updates-and-plugintheme-installs-in-amazon-ec2/#respond</comments>
		
		<dc:creator><![CDATA[jonimikkola]]></dc:creator>
		<pubDate>Mon, 25 Aug 2014 15:51:54 +0000</pubDate>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[amazon ec2]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://www.mikkolajoni.com/?p=620</guid>

					<description><![CDATA[Hello, so I just had a bit of a fight with WordPress trying to get it to install updates automatically for itself and my plugins. I have manually been installing updates by connecting through ssh to my Amazon EC2 server which is little too complicated to do often. So this guide presumes you have installed ... <a title="How to allow WordPress updates, plugin and theme installs in Amazon EC2" class="read-more" href="https://jonimikkola.com/how-to-allow-wordpress-updates-and-plugintheme-installs-in-amazon-ec2/" aria-label="More on How to allow WordPress updates, plugin and theme installs in Amazon EC2">Read more</a>]]></description>
										<content:encoded><![CDATA[<p>Hello, so I just had a bit of a fight with WordPress trying to get it to install updates automatically for itself and my plugins. I have manually been installing updates by connecting through ssh to my Amazon EC2 server which is little too complicated to do often. So this guide presumes you have installed WordPress in Amazon EC2 server. </p>
<p><b>Don&#8217;t do:</b> I installed vsftpd and configured vsftpd.conf properly. I also opened up couple of ports in my Amazon EC2 Ubuntu instance. After half an hour later I was still trying to get WordPress to connect to my FTP server in order to get updated. Then I kind of realised that it probably isn&#8217;t necessary to setup FTP server in the same server that holds all my WordPress data.</p>
<p><b>Do:</b> I opened up wp-config.php and added a line:<br />
<b>define(&#8216;FS_METHOD&#8217;, &#8216;direct&#8217;);</b><br />
which completely seems to override the FTP credential page and straightforwardly starts updating. Still one more problem occurred in unpacking the updates: <i>Could not create directory</i><br />
This error was resolved by changing the ownership of the directory where WordPress is installed. Before changing ownership make sure your username belongs to www-data usergroup. Then run:<br />
<b>sudo chown www-data:www-data  /var/www/wordpress/ -R</b></p>
<p>Hopefully it works for you too!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jonimikkola.com/how-to-allow-wordpress-updates-and-plugintheme-installs-in-amazon-ec2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
