<?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>Valentin's Lab &#187; fun</title>
	<atom:link href="https://vaab.blog.kal.fr/tag/fun/feed/" rel="self" type="application/rss+xml" />
	<link>https://vaab.blog.kal.fr</link>
	<description>Ratiocination of an opensource techie</description>
	<lastBuildDate>Thu, 15 Nov 2018 08:04:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=vaab&amp;popout=1&amp;url=https%3A%2F%2Fvaab.blog.kal.fr%2F&amp;language=en_US&amp;category=text&amp;title=Valentin%27s+Lab&amp;description=Ratiocination+of+an+opensource+techie&amp;tags=blog" type="text/html" />
	<item>
		<title>simple gnome-terminal bomb</title>
		<link>https://vaab.blog.kal.fr/2010/11/23/simple-gnome-terminal-bomb/</link>
		<comments>https://vaab.blog.kal.fr/2010/11/23/simple-gnome-terminal-bomb/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 11:55:17 +0000</pubDate>
		<dc:creator><![CDATA[vaab]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://vaab.blog.kal.fr/?p=79</guid>
		<description><![CDATA[In the need of an (other) argument against gnome-terminal (as of version 2.30.2-0ubuntu1 in lucid) ? Run this command in a more than 200+ column wide terminal: for _c in $(seq 1 512); do for i in $(seq 1 $(stty &#8230;<p class="read-more"><a href="https://vaab.blog.kal.fr/2010/11/23/simple-gnome-terminal-bomb/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>In the need of an (other) argument against gnome-terminal (as of version 2.30.2-0ubuntu1 in lucid) ?</p>
<p>Run this command in a more than 200+ column wide terminal:</p>
<pre>
for _c in $(seq 1 512); do
    for i in $(seq 1 $(stty size | cut -f 2 -d " ")); do
        echo -n x
    done
done
</pre>
<p>If your terminal is still responsive try to scroll up. If always responsive, try on widening window of gnome-terminal and relaunch the script.</p>
<p>This is a gnome-terminal bomb… If you want to test it without killing all your current gnome-terminal sessions you should launch a dummy instance with:</p>
<pre>
gnome-terminal --disable-factory
</pre>
<p>in any existing terminal. This will open a new windows that you can smash up safely.</p>
<p>The so-called "bomb" script will only display “x” all over the place on one big line (512 x column wide). Nothing big, it starts to collapse with much less chars on my computer.</p>
<p>Adding a line breaker will remove bomb effect:</p>
<pre>
for _c in $(seq 1 512); do
    for i in $(seq 1 $(stty size | cut -f 2 -d " ")); do
        echo -n x
    done
    echo
done
</pre>
<p>Both version of this code have the same visual output.<br />
And are displayed with same blistering speed on urxvt (and probably a bunch of other terminal).</p>
 <p><a href="https://vaab.blog.kal.fr/?flattrss_redirect&amp;id=79&amp;md5=d9611ac4ac78ae3bca544bdb0ef043dc" title="Flattr" target="_blank"><img src="https://vaab.blog.kal.fr/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>https://vaab.blog.kal.fr/2010/11/23/simple-gnome-terminal-bomb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=vaab&amp;popout=1&amp;url=https%3A%2F%2Fvaab.blog.kal.fr%2F2010%2F11%2F23%2Fsimple-gnome-terminal-bomb%2F&amp;language=en_GB&amp;category=text&amp;title=simple+gnome-terminal+bomb&amp;description=In+the+need+of+an+%28other%29+argument+against+gnome-terminal+%28as+of+version+2.30.2-0ubuntu1+in+lucid%29+%3F+Run+this+command+in+a+more+than+200%2B+column+wide+terminal%3A+for+_c+in...&amp;tags=fun%2Cubuntu%2Cblog" type="text/html" />
	</item>
	</channel>
</rss>
