<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>711chan - sc</title>
<link>http://www.711chan.org/sc</link>
<description>Live RSS feed for http://www.711chan.org/sc</description>
<language>en</language>';
	<item>
	<title>450</title>
	<link>
			http://www.711chan.org/sc/res/449.html#450</link>
	
	<description><![CDATA[
	
			how ironic that you have to get to quite an advanced stage in the learning process before you realise it doesn&#039;t matter what language<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>449</title>
	<link>
			http://www.711chan.org/sc/res/449.html</link>
	
	<description><![CDATA[
						<a href="http://www.711chan.org/sc/src/128043091231.jpg"><img src="http://www.711chan.org/sc/thumb/128043091231s.jpg" /></a><br /><br />
		
	
			Hello there /sc/<br /><br />I&#039;m sure you get this a lot, but I need help deciding my first programming language. I do realize this was asked already, even on the front page, but since the context was &quot;My goal is to create some type of keylogger/password cracker&quot;, I feel I need to re-adress.<br /><br />I&#039;ve already done a little bit of light programming in PHP, Perl, and Python (mostly just reading and changing little bits of code in irc bots for fun), and learned a liiiiiitle bit about programming in C.<br /><br />Does /sc/ think it smarter to start with a high-level language like Python, or a low level like C? Then, which language.<br /><br />Also, I plan on learning the shit out of the decided language.<br /><br />(pic obviously unrelated.)<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>446</title>
	<link>
			http://www.711chan.org/sc/res/419.html#446</link>
	
	<description><![CDATA[
	
			<a href="/sc/res/419.html#420" onclick="return highlight('420', true);" class="ref|sc|419|420">&gt;&gt;420</a><br />This you&#039;ll never make any money off of this shit  <span style='background-color: #FFFF00; color: #000;'>BEEKEEPER</span>.<br /><br />They&#039;re all scams.<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>445</title>
	<link>
			http://www.711chan.org/sc/res/245.html#445</link>
	
	<description><![CDATA[
	
			<a href="/sc/res/245.html#435" onclick="return highlight('435', true);" class="ref|sc|245|435">&gt;&gt;435</a><br />.&gt;gov.au<br /><br />Wut...<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>444</title>
	<link>
			http://www.711chan.org/sc/res/245.html#444</link>
	
	<description><![CDATA[
	
			There are already http and udp flooders in python on partyvan.info.  Why re-invent the wheel with mono?<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>443</title>
	<link>
			http://www.711chan.org/sc/res/439.html#443</link>
	
	<description><![CDATA[
	
			Sure is scripting in here.<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>442</title>
	<link>
			http://www.711chan.org/sc/res/439.html#442</link>
	
	<description><![CDATA[
	
			442 GET!<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>441</title>
	<link>
			http://www.711chan.org/sc/res/439.html#441</link>
	
	<description><![CDATA[
	
			441 GET!<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>440</title>
	<link>
			http://www.711chan.org/sc/res/439.html#440</link>
	
	<description><![CDATA[
	
			bitch fuck SAVAGE NEGRO BEAST shit cum asshole<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>439</title>
	<link>
			http://www.711chan.org/sc/res/439.html</link>
	
	<description><![CDATA[
						<a href="http://www.711chan.org/sc/src/128021388343.jpg"><img src="http://www.711chan.org/sc/thumb/128021388343s.jpg" /></a><br /><br />
		
	
			SAVAGE NEGRO BEAST do it<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>438</title>
	<link>
			http://www.711chan.org/sc/res/429.html#438</link>
	
	<description><![CDATA[
	
			When I want something faster than scripting languages, I chose: <br /><br />Dylan, quacks like python, looks like python, so it is python:<br /><a href="http://its.goofyti.me/u/http://wiki.opendylan.org/wiki/view.dsp?title=Dylan%20Performance">http://its.goofyti.me/u/http://wiki.opendylan.org/wiki/view.dsp?title=Dylan%20Performance</a><br /><br />Or if you want to stay with a (subset of the) syntax of C++, <br />D:<br /><a href="http://its.goofyti.me/u/http://www.digitalmars.com/d/2.0/safed.html">http://its.goofyti.me/u/http://www.digitalmars.com/d/2.0/safed.html</a><br /><br />Or haskell if you like mathematics and want to prototype something really fast:<br /><a href="http://its.goofyti.me/u/http://www.haskell.org">http://its.goofyti.me/u/http://www.haskell.org</a><br /><br />All these languages come with a garbage collector and ways to include c code into your project.<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>437</title>
	<link>
			http://www.711chan.org/sc/res/429.html#437</link>
	
	<description><![CDATA[
	
			Even the syntax is a problem. It is one of the hardest syntaxes in the world to parse. So it is probably not easy for human minds either. <br /><br />And that horrible type system. Answer this simple question, what is the type of this:<br /><br />int bla[1][2]..[n];<br /><br />Dunno? Most people dunno. On forums you get the advice to use a vector, so you can avoid the whole issue. <br /><br />It is not that difficult, btw: int (*)[2]..[n]<br /><br />But that wasn&#039;t the point. Oh well at least it has a type system. Disregard that, I suck cocks.<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>436</title>
	<link>
			http://www.711chan.org/sc/res/429.html#436</link>
	
	<description><![CDATA[
						<a href="http://www.711chan.org/sc/src/128000389243.jpg"><img src="http://www.711chan.org/sc/thumb/128000389243s.jpg" /></a><br /><br />
		
	
			<a href="/sc/res/429.html#429" onclick="return highlight('429', true);" class="ref|sc|429|429">&gt;&gt;429</a><br />C++ isn&#039;t necesarily a language you want to use for everything.<br /><br />It&#039;s hard to write but in industry its good -because its fast as fuck and it allows doing basically everything that you&#039;d do in low level programming language and thats all what matters.<br /><br />If these things wouldn&#039;t matter, barely anyone would use that language.<br /><br /><br /><br />TL;DR: It takes more long to write crap in c++, but its worth of it when making large programs.<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>435</title>
	<link>
			http://www.711chan.org/sc/res/245.html#435</link>
	
	<description><![CDATA[
	
			Hey OP did you evar get anywhere?<br /><br />bumping with mah hping3<br /><br />hping3 -I eth0 -SA -a 192.168.1.100 immi.gov.au -p 80 -i u30000<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>434</title>
	<link>
			http://www.711chan.org/sc/res/385.html#434</link>
	
	<description><![CDATA[
	
			<a href="/sc/res/385.html#385" onclick="return highlight('385', true);" class="ref|sc|385|385">&gt;&gt;385</a><br />winders has wget<br /><br />
	
	]]></description>
	</item>

</channel>
</rss>
