<?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>Aleks&#039; Domain &#187; Internet</title>
	<atom:link href="http://metaleks.net/category/internet/feed" rel="self" type="application/rss+xml" />
	<link>http://metaleks.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 19 Apr 2010 20:33:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Elitism in IRC</title>
		<link>http://metaleks.net/internet/elitism-in-irc</link>
		<comments>http://metaleks.net/internet/elitism-in-irc#comments</comments>
		<pubDate>Thu, 11 Feb 2010 00:53:07 +0000</pubDate>
		<dc:creator>Aleksandar Micovic</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[asshole]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[VIM]]></category>

		<guid isPermaLink="false">http://metaleks.net/?p=768</guid>
		<description><![CDATA[After getting tired of VIM&#8217;s default syntax highlighting for Python, I set out to find a way to make it better. I ended up stumbling across this which sounded promising. Being a VIM user for the better part of three years, I have never actually installed any VIM scripts or anything like that. 
After searching [...]]]></description>
			<content:encoded><![CDATA[<p>After getting tired of VIM&#8217;s default syntax highlighting for Python, I set out to find a way to make it better. I ended up stumbling across <a href="http://www.vim.org/scripts/script.php?script_id=790">this</a> which sounded promising. Being a VIM user for the better part of three years, I have never actually installed any VIM scripts or anything like that. </p>
<p>After searching for a good 30 minutes on what should be a pretty simple solution, I decided to ask the good folks in #vim on FreeNode. I&#8217;m no stranger to IRC, so I know that if someone goes in asking a simple question that can be looked up in some manual somewhere, that someone is going to get burned pretty badly. I knew that my question was such a question, but I was different. I spent half an hour looking for a solution, trying instructions from dozens of different websites, the official instructions on the main page, and manual after manual. Surely, they would sympathize! </p>
<p>At the time, this was the set topic for the channel.</p>
<blockquote><p>Vim 7.2.356: http://vim.sf.net | Don&#8217;t ask to ask, just ask! &#8230;</p></blockquote>
<p>I&#8217;m going to stop talking now, and let the following excerpt do the talking for me. No changes have been made to the chat log. I&#8217;ve labelled <em class="blue">myself in blue</em>, and <em class="red">everyone else talking about me, or to me, in red</em>.</p>
<blockquote><p><strong class="blue">[metaleks]:</strong> <em class="blue">how do I install a .vim plugin (python.vim)? I&#8217;ve placed it in ~/.vim/plugin and in /usr/share/vim/vim72/plugin/, but nothing seems to be working.</em><br />
[Araxia]: hey, naquad. i wrote an auto tag completion function last night, if you&#8217;re interested in having a look. not super pretty, but functional: http://pastey.net/132688<br />
[naquad]: Araxia: hi!<br />
[skrite]: do tabs in vim 7 eliminate the need of buffers?  why use buffers (like with mini buff explorer) instead of tabs?<br />
<strong class="red">[arm]:</strong> <em class="red">metaleks: I think it should be in ftplugin&#8230;</em><br />
<strong class="red">[tpope]:</strong> <em class="red">python.vim does NOT sound like a plugin<br />
 it might be an ftplugin, might be a syntax file, might be an indenting algorithm</em><br />
<strong class="red">* spiiph bets there were installation instructions there somewhere.</strong><br />
[spiiph]: skrite, no<br />
 vimgor, tabs<br />
[vimgor]: Tabs are not buffers, don&#8217;t try to force them to act like buffers. Consider tabs like viewports, layouts, or workspaces. Trying to setup 1 tab == 1 buffer is an exercise in futility. Do &#8216;:set hidden&#8217; and get started. Get FuzzyFinder, LustyExplorer or BufExplorer to make getting around your buffers easier. See http://vim.wikia.com/wiki/Category:Tabs for more info.<br />
<strong class="red">[tpope]:</strong> <em class="red">I&#8217;m pretty sure the installation instructions read &#8220;head to irc and ask a question that makes you look like you don&#8217;t know what you&#8217;re talking about&#8221;</em><br />
<strong class="blue">[metaleks]:</strong> <em class="blue">there were no instructions in the .vim file<br />
 nor could I find any after a good while of searching</em><br />
[naquad]: Araxia: cool. i didn&#8217;t understand even a half, but tested and it works pretty nice, thank you<br />
<strong class="blue">[metaleks]:</strong> <em class="blue">sorry if it seems like a newb question<br />
 I will try ftplugin, thanks</em><br />
<strong class="red">[spiiph]:</strong> <em class="red">metaleks, well, where did you find the file in the first place?</em><br />
<strong class="red">[arm]:</strong> <em class="red">is it just me, or noobs that read the smartQuestions.html keep asking FAQ shit but now saying they have not found anything when they supposedly did search for stuff in the docs</em><br />
<strong class="blue">[metaleks]:</strong> <em class="blue">spiiph, the main vimscripts site<br />
 arm, I assure you that I never resort to IRC unless I&#8217;ve spent a good while searching for the solution myself</em><br />
[qz]: any ideas how to find out which plugin tries to &#8220;indent&#8221; my code when i press enter?<br />
<strong class="red">[arm]:</strong> <em class="red">metaleks: if you are desperate to get it working, try :source</em><br />
<strong class="red">[tpope]:</strong> <em class="red">metaleks: this one? http://www.vim.org/scripts/script.php?script_id=790<br />
 metaleks: the one that clearly says &#8220;Place python.vim file in ~/.vim/syntax/ folder.&#8221;</em><br />
[Araxia]: naquad: one limitation is that it will only complete a tag that was started on the same line. a lot of the script is just using normal mode commands. if you have any questions, i&#8217;d be happy to explain.<br />
<strong class="red">[spiiph]:</strong> <em class="red">Bah, tpope beat me to it.</em><br />
<strong class="blue">[metaleks]:</strong> <em class="blue">tpope, yes, that&#8217;s the one, and yes I tried the instructions there</em><br />
<strong class="red">[tpope]:</strong> <em class="red">metaleks: then why&#8217;d you come in babbling about sticking it in .vim/plugin?</em><br />
<strong class="blue">[metaleks]:</strong> <em class="blue">arm, thanks for that tip, that&#8217;s one more thing I will try before coming here next time</em><br />
[naquad]: Araxia: i&#8217;m learning to work with vim manual, trying to find out everything myself<br />
<strong class="blue">[metaleks]:</strong> <em class="blue">tpope, I was just listing stuff I tried</em><br />
[Araxia]: naquad: that&#8217;s definitely the way to do it.<br />
<strong class="red">[tpope]:</strong> <em class="red">metaleks: you never once mentioned you tried following the actual instructions</em><br />
<strong class="blue">[metaleks]:</strong> <em class="blue">tpope, because that&#8217;s obvious that you would right?</em><br />
<strong class="red">[tpope]:</strong> <em class="red">hey guys I keep shoving cucumbers up my butt but I&#8217;m still hungry</em><br />
<strong class="blue">[metaleks]:</strong> <em class="blue">no need to be hostile</em><br />
<strong class="red">[tpope]:</strong> <em class="red">jesus fucking christ what is wrong with you?</em><br />
[darkfuneral]: is there a way i can set a colorscheme but only or a certain plugin? i&#8217;m using vimoutliner and i only want to change it&#8217;s colorscheme for hilighting, not the entire colorscheme of vim<br />
<strong class="red">[tpope]:</strong> <em class="red">yes, when you come in playing the part of the village idiot, you do need to explain that you tried following instructions</em><br />
[tpope]: darkfuneral: no. but you can create a super duper colorscheme that highlights different files different ways<br />
<strong class="blue">[metaleks]:</strong> <em class="blue">I&#8217;m sorry I didn&#8217;t list the 3000 different things i tried, honestly good sir, your hostility is unwarranted</em><br />
[darkfuneral]: tpope: ok how<br />
[tpope]: darkfuneral: colorschemes define very specific groups (&#8220;rubyInteger&#8221;) that link to more generic groups (&#8220;Number&#8221;). simply highlight the more specific groups instead</p></blockquote>
<p>After that, nothing was said to me, which was good because I didn&#8217;t really feel like talking anymore. Thanks for making me feel welcome, asshat. I&#8217;ve been nothing but polite to you, but apparently it&#8217;s too much to return the favour when your ego is as big as the channel itself.</p>
<p>I think this sums up this strange phenomenon, because honestly, stuff like this is rampant on IRC.</p>
<div class="centerMe"><img src="http://metaleks.net/images/random/GreaterInternetDickwadTheory.jpg" /></div>
<p><br/></p>
<p>In the end, I never did find a solution to my problem. I can live without the Python syntax script for now, but I&#8217;ll come back to it some time in the future. Anyway, I&#8217;d like to end this post off with one of my favourite quotes.</p>
<div class="centerMe"><img src="http://metaleks.net/images/random/RTFMBetterFM.jpg" /></div>
<p><br/></p>
<p><strong>Edit:</strong> Boy, this thing really took off, albeit a few months later. Reddit, Twitter, blogs&#8230; I don&#8217;t promote my blog at all, so the fact that so many people have read one of my posts gives me a warm and fuzzy feeling. However, there are a few clarifications I should add. </p>
<p><strong>1.</strong> The problem turned out to be Ubuntu and the way it handled autoloading of plugins. Props to Dace for the comment below on how to solve this problem. </p>
<p><strong>2.</strong> Part of the problem, looking back now, was that I didn&#8217;t really articulate myself well enough while asking for help. I apologize for that, but I still think the responses I received weren&#8217;t warranted.</p>
]]></content:encoded>
			<wfw:commentRss>http://metaleks.net/internet/elitism-in-irc/feed</wfw:commentRss>
		<slash:comments>71</slash:comments>
		</item>
		<item>
		<title>Stage 6 Is Coming Back!</title>
		<link>http://metaleks.net/internet/stage-6-is-coming-back</link>
		<comments>http://metaleks.net/internet/stage-6-is-coming-back#comments</comments>
		<pubDate>Fri, 30 May 2008 23:14:51 +0000</pubDate>
		<dc:creator>Aleksandar Micovic</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[vreel]]></category>

		<guid isPermaLink="false">http://metaleks.net/?p=88</guid>
		<description><![CDATA[If you have no idea what I&#8217;m talking about, don&#8217;t bother reading what I&#8217;m about to say.  But for those of you felt the profound sadness at the loss of Stage 6, feel sad no more!  It&#8217;s coming back!  No, I&#8217;m not yanking your chain, it really is.
However, the service is now [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.metaleks.net/images/post-images/VreelLogo.jpg" class="left" title="Vreel Logo - Serbia" alt="Vreel Logo" align="left" />If you have no idea what I&#8217;m talking about, don&#8217;t bother reading what I&#8217;m about to say.  But for those of you felt the profound sadness at the loss of Stage 6, feel sad no more!  It&#8217;s coming back!  No, I&#8217;m not yanking your chain, it really is.</p>
<p>However, the service is now called Vreel.  Don&#8217;t worry, it&#8217;s just a new name.  I have no qualms with that, after all, Stage 6 was a pretty weird name itself.  Regardless, the same service will be back.  High definition DivX streaming!  Woot!  It won&#8217;t be the same as Stage 6, but it&#8217;ll be pretty damn similar!  You can see <a href="http://www.vreel.net/">Vreel here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://metaleks.net/internet/stage-6-is-coming-back/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Asus LS201</title>
		<link>http://metaleks.net/internet/the-asus-ls201</link>
		<comments>http://metaleks.net/internet/the-asus-ls201#comments</comments>
		<pubDate>Sat, 29 Dec 2007 13:23:43 +0000</pubDate>
		<dc:creator>Aleksandar Micovic</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[russia]]></category>

		<guid isPermaLink="false">http://metaleks.net/blog/tech/the-asus-ls201/</guid>
		<description><![CDATA[This is actually old news, for me anyway.  But, I thought I&#8217;d share it with the rest of the world.  Asus recently came out with a monitor that was invincible.  No, like really invincible.  Don&#8217;t believe me?  Well, here is a video for you.
You really don&#8217;t need a translation for the video below.  Basically the Russian-speaking-Ukranian guy [...]]]></description>
			<content:encoded><![CDATA[<p>This is actually old news, for me anyway.  But, I thought I&#8217;d share it with the rest of the world.  Asus recently came out with a monitor that was <em>invincible</em>.  No, like <em>really</em> invincible.  Don&#8217;t believe me?  Well, here is a video for you.</p>
<p>You really don&#8217;t need a translation for the video below.  Basically the Russian-speaking-Ukranian guy reviewing the monitor draws on the screen with a marker, draws on the screen with a nail, tries to hammer the monitor with&#8230;a hammer (surprise?), tries to hammer a nail into the screen, and then finally fires a crossbow at it.  The monitor remains unscathed after all of that.  Although, when the light flickers off of it, you can notice the smudge these things did to the screen.  But it&#8217;s <em>barely</em> noticeable.</p>
<p>I don&#8217;t know, but a monitor here in North America would need to resist the odd office nerf dart, or paper airplane.  These are the standard weapons of all office wars.  I guess in Russia, office wars are a bit more serious.</p>
<div style="text-align:center;">[See post to watch Flash video]</div>
]]></content:encoded>
			<wfw:commentRss>http://metaleks.net/internet/the-asus-ls201/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
