<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Terminal Hacking Tool For Fallout 3</title>
	<atom:link href="http://mediumexposure.com/terminal-hacking-tool-fallout-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://mediumexposure.com/terminal-hacking-tool-fallout-3/</link>
	<description>by Maxim Chernyak</description>
	<lastBuildDate>Thu, 15 Jul 2010 14:57:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bonraven</title>
		<link>http://mediumexposure.com/terminal-hacking-tool-fallout-3/comment-page-1/#comment-3233</link>
		<dc:creator>bonraven</dc:creator>
		<pubDate>Tue, 08 Jun 2010 07:52:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-3233</guid>
		<description>&lt;p&gt;Thank you for this.  Many thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you for this.  Many thanks.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: BrrGrrDelux</title>
		<link>http://mediumexposure.com/terminal-hacking-tool-fallout-3/comment-page-1/#comment-1269</link>
		<dc:creator>BrrGrrDelux</dc:creator>
		<pubDate>Wed, 03 Mar 2010 01:41:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-1269</guid>
		<description>&lt;p&gt;My PC doesn&#039;t play well with task switching in Fallout 3, but your little program works every single time when I can manage to use it without locking up...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>My PC doesn&#8217;t play well with task switching in Fallout 3, but your little program works every single time when I can manage to use it without locking up&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://mediumexposure.com/terminal-hacking-tool-fallout-3/comment-page-1/#comment-970</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 20 Feb 2010 19:17:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-970</guid>
		<description>&lt;p&gt;Works everytime. Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<div style=""><p></p><p>Works everytime. Thanks</p></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://mediumexposure.com/terminal-hacking-tool-fallout-3/comment-page-1/#comment-904</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 18 Feb 2010 01:15:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-904</guid>
		<description>&lt;p&gt;Works like a charm everytime thank u soooooo much&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<div style=""><p></p><p>Works like a charm everytime thank u soooooo much</p></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://mediumexposure.com/terminal-hacking-tool-fallout-3/comment-page-1/#comment-649</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Sun, 07 Feb 2010 03:14:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-649</guid>
		<description>&lt;p&gt;My thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>My thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://mediumexposure.com/terminal-hacking-tool-fallout-3/comment-page-1/#comment-367</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 27 Jan 2010 15:49:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-367</guid>
		<description>&lt;p&gt;Hi there,&lt;/p&gt;

&lt;p&gt;I just got Fallout 3 over Christmas in the Steam sales, and now I&#039;ve played a fair way through it (the main mission and a few of the expansions anyway) the problem of the &quot;right&quot; way to solve this mini game struck me as a good programming exercise when learning a new language.  had a look around the internet and have seen a few solutions (such as http://www.hack-boy.com/ ) which filter the out the impossible words for you when you input your selections, but I can tell that it really is important which one you actually select of the available options.  In the interests of learning something new I decided to write a python app with a GTK+ based gui.  I think I&#039;ve got a sensible way of selecting the &quot;best&quot; option to select by checking all of the available options against all of the possible remaining outcomes and scoring them based on which ones have the lowest worst possible outcome.&lt;/p&gt;

&lt;p&gt;When it comes to testing it, my first thought was to simply select random words from a dictionary, but it seems that isn&#039;t what fallout is actually doing, because they often have words with similar endings present which random dictionary selections don&#039;t seem to.  I noticed that you seem to imply that you keep a record of the queries that have been input (you said &quot;I’ve tried your tool with other examples which mine didn’t find&quot; ) and I was wondering if it would be possible to get a copy of some of your test data so that I can test my WIP against some data without having to have my copy of Fallout at hand (been playing with it in my lunch hour at work) once I get my app working I intent to publish the source as an into to python/gtk and I&#039;d be more than happy to share/discuss my algorithm with you if you&#039;re interested.&lt;/p&gt;

&lt;p&gt;Rob&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi there,</p>

<p>I just got Fallout 3 over Christmas in the Steam sales, and now I&#8217;ve played a fair way through it (the main mission and a few of the expansions anyway) the problem of the &#8220;right&#8221; way to solve this mini game struck me as a good programming exercise when learning a new language.  had a look around the internet and have seen a few solutions (such as <a href="http://www.hack-boy.com/" rel="nofollow">http://www.hack-boy.com/</a> ) which filter the out the impossible words for you when you input your selections, but I can tell that it really is important which one you actually select of the available options.  In the interests of learning something new I decided to write a python app with a GTK+ based gui.  I think I&#8217;ve got a sensible way of selecting the &#8220;best&#8221; option to select by checking all of the available options against all of the possible remaining outcomes and scoring them based on which ones have the lowest worst possible outcome.</p>

<p>When it comes to testing it, my first thought was to simply select random words from a dictionary, but it seems that isn&#8217;t what fallout is actually doing, because they often have words with similar endings present which random dictionary selections don&#8217;t seem to.  I noticed that you seem to imply that you keep a record of the queries that have been input (you said &#8220;I’ve tried your tool with other examples which mine didn’t find&#8221; ) and I was wondering if it would be possible to get a copy of some of your test data so that I can test my WIP against some data without having to have my copy of Fallout at hand (been playing with it in my lunch hour at work) once I get my app working I intent to publish the source as an into to python/gtk and I&#8217;d be more than happy to share/discuss my algorithm with you if you&#8217;re interested.</p>

<p>Rob</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mediumexposure.com/terminal-hacking-tool-fallout-3/comment-page-1/#comment-151</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 05 Dec 2009 17:03:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-151</guid>
		<description>&lt;p&gt;this worked the 1st time i used it, will use it everytime i find a terminal, thank you, good work&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<div style=""><p></p><p>this worked the 1st time i used it, will use it everytime i find a terminal, thank you, good work</p></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://mediumexposure.com/terminal-hacking-tool-fallout-3/comment-page-1/#comment-140</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 24 Oct 2009 04:26:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-140</guid>
		<description>&lt;p&gt;how do you find out the number of matches for each word?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<div style=""><p></p><p>how do you find out the number of matches for each word?</p></div>]]></content:encoded>
	</item>
	<item>
		<title>By: AEonProphet</title>
		<link>http://mediumexposure.com/terminal-hacking-tool-fallout-3/comment-page-1/#comment-138</link>
		<dc:creator>AEonProphet</dc:creator>
		<pubDate>Thu, 22 Oct 2009 01:15:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-138</guid>
		<description>&lt;p&gt;Any chance you could release this under GPL?  I&#039;m creating a stand-alone Java app that uses a database (JavaDB or SQLite3) to track statistics of all words and incorrect/correct answers.  When I first started, it was unable to provide any answer.  It then grew to over 50% correct and has now (apparently) stagnated at 78% correct on the first guess, with odds improving little as guesses progress.  It&#039;s got me stumped.  I haven&#039;t yet figured out how you do it, but I do imagine that once I know, I can adapt the code (naturally making the whole project GPL and readily available) so that the first guess will be correct far more often, and the second prediction correct 100% of the time.
At that point, I&#039;d like to release it as an app for the iPhone and Android.  (And I could use another tester then...got an iPhone?)
I&#039;ve given some consideration to using OCR technology so a user could take a picture of the screen instead of typing all that text on a tiny keyboard/touch screen.&lt;/p&gt;

&lt;p&gt;Any help you can offer would be greatly appreciated!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Any chance you could release this under GPL?  I&#8217;m creating a stand-alone Java app that uses a database (JavaDB or SQLite3) to track statistics of all words and incorrect/correct answers.  When I first started, it was unable to provide any answer.  It then grew to over 50% correct and has now (apparently) stagnated at 78% correct on the first guess, with odds improving little as guesses progress.  It&#8217;s got me stumped.  I haven&#8217;t yet figured out how you do it, but I do imagine that once I know, I can adapt the code (naturally making the whole project GPL and readily available) so that the first guess will be correct far more often, and the second prediction correct 100% of the time.
At that point, I&#8217;d like to release it as an app for the iPhone and Android.  (And I could use another tester then&#8230;got an iPhone?)
I&#8217;ve given some consideration to using OCR technology so a user could take a picture of the screen instead of typing all that text on a tiny keyboard/touch screen.</p>

<p>Any help you can offer would be greatly appreciated!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Reece</title>
		<link>http://mediumexposure.com/terminal-hacking-tool-fallout-3/comment-page-1/#comment-137</link>
		<dc:creator>Reece</dc:creator>
		<pubDate>Tue, 20 Oct 2009 19:55:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-137</guid>
		<description>&lt;p&gt;This works well for me. I&#039;ve only ever had one rare occasion where it&#039;s messed up, but seeing as I&#039;ve used this program about 20 times that&#039;s good. Thanks for posting this.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<div style=""><p></p><p>This works well for me. I&#8217;ve only ever had one rare occasion where it&#8217;s messed up, but seeing as I&#8217;ve used this program about 20 times that&#8217;s good. Thanks for posting this.</p></div>]]></content:encoded>
	</item>
</channel>
</rss>
