<?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>NUS Hackers &#187; Uncategorized</title>
	<atom:link href="http://nushackers.org/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://nushackers.org</link>
	<description>Linux, Open Source Software, and the Hacker Culture</description>
	<lastBuildDate>Thu, 16 Feb 2012 09:39:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hack &amp; Roll coming up!</title>
		<link>http://nushackers.org/2012/02/hack-roll-coming-up/</link>
		<comments>http://nushackers.org/2012/02/hack-roll-coming-up/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 07:16:01 +0000</pubDate>
		<dc:creator>Chen Liang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nushackers.org/?p=2091</guid>
		<description><![CDATA[NUS Hackers is organising the &#8220;Hack n Roll&#8217; 24-Hour Hackathon, the first-ever student organized hackathon in NUS. If you want to have a fun, educational weekend at the Start of Recess Week, in which you get to build something cool and stand to win some prizes, then join us at the hackathon. Date: 19th (Sun) [...]]]></description>
			<content:encoded><![CDATA[<p>NUS Hackers is organising the &#8220;Hack n Roll&#8217; 24-Hour Hackathon, the first-ever student organized hackathon in NUS.</p>
<p>If you want to have a fun, educational weekend at the Start of Recess Week, in which you get to build something cool and stand to win some prizes, then join us at the hackathon.</p>
<blockquote><p><strong>Date:</strong> 19th (Sun) to 20th (Mon) February 2012 (ie Start of Recess Week)<br />
<strong>Time:</strong> 1pm (Sun) to 3pm (Mon)<br />
<strong>Venue:</strong> Tentatively in NUS School of Computing (Soc) Basement 1 (B1)<br />
<strong>Registration Period:</strong> 25 Jan to 12 Feb 2012 only. Registrations will be closed once we have reached 80 people or on 12 Feb.<br />
<strong>Registration Fee:</strong> $10 (to contribute for food)<br />
(Note that venue will be confirmed in February. Registrants will be informed of the confirmed venue.)</p></blockquote>
<p><strong>Registration Link:</strong><br />
<a href="http://bit.ly/hacknroll2012">http://bit.ly/hacknroll2012</a><br />
<a href="https://docs.google.com/spreadsheet/viewform?formkey=dDRZeUhUQXJybHdsa1oySEpxYVRUdWc6MQ">https://docs.google.com/spreadsheet/viewform?formkey=dDRZeUhUQXJybHdsa1oySEpxYVRUdWc6MQ</a></p>
<p>The 2 top team(s) will get prizes from Blackberry, Microsoft, and others (full list of prizes &#8211; <strong>tablets, phones and keyboards</strong> to be won, will be released in February)</p>
<p>Only a maximum of 80 people can be accommodated for the competition so get in on the action before it’s too late.</p>
<p><strong>Lead-up Talks/Workshops</strong><br />
17 Feb 12 &#8211; &#8220;HTML5/CSS3 Workshop&#8221; (by Blackberry/RIM)</p>
<p><strong>More details coming soon.</strong><br />
Stay tuned to http://nushackers.org/hack-and-roll/ for the latest details!<br />
Rules are found on http://nushackers.org/hack-and-roll/ as well.</p>
<p>PS: This hackathon is only open to NUS students.</p>
]]></content:encoded>
			<wfw:commentRss>http://nushackers.org/2012/02/hack-roll-coming-up/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Building NUS CORS Instant</title>
		<link>http://nushackers.org/2012/01/building-nus-cors-instant/</link>
		<comments>http://nushackers.org/2012/01/building-nus-cors-instant/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 22:09:49 +0000</pubDate>
		<dc:creator>Eli James</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nushackers.org/?p=1994</guid>
		<description><![CDATA[Rollen Gomes is a recently graduated NUS student. Here, he talks about the nuscors.com, an instant search for CORS built on top of the Unofficial CORS API. A couple weeks ago NUS Hackers released the unofficial NUS CORS API. I decided to leverage on the API to build something, just for the heck of it. [...]]]></description>
			<content:encoded><![CDATA[<p><em>Rollen Gomes is a recently graduated NUS student. Here, he talks about the nuscors.com, an instant search for CORS built on top of the Unofficial CORS API.</em></p>
<p>A couple weeks ago NUS Hackers released the unofficial NUS CORS API. I decided to leverage on the API to build something, just for the heck of it. Long story short I ended up building <a href="http://nuscors.com">nuscors.com</a>. The site is a faster way to search for a module in the NUS CORS database: you could call it an &#8216;instant search&#8217;.</p>
<p>Now I’m gonna say this this a bluntly as possible, the initial design goals of the site were as follows. <span style="text-decoration: line-through;">Cheap</span> Free, Fast Search, Up before the CORS bidding period started. My other more sneaky goal was to have everyone in NUS use it and become a hero. Some of those goals were met and some are “in the pipeline”.</p>
<p>Anyway from this point on I speak some geek.</p>
<p>In the planning phase of the application and after some poking around I realised that the Unnoficial CORS API was written in Flask (Python). I immediately told myself to rewrite the API using some Ruby. Turns out the NUS CORS site was down on that day and life saved me from myself (phew). I ended up downloading the json file from the api site.</p>
<p>I used heroku as the hosting service for the application. This meant that the app was easy and free to deploy. Unfortunately, all free services come their limitations. In this case it was a 5 megabyte shared database. I didn’t want to have any connection with the database (pun intended) for a couple of reasons but most importantly it would add time to the page load.</p>
<p>In a nutshell the site works by downloading a static json file and then running a search on that downloaded file. Once the functionality was completed I designed the look and feel of the site to mimic Google instant search.</p>
<p>That, my friends, is how <a href="http://nuscors.com">nuscors.com</a> was born. Hope you enjoyed the read, if you have any questions join the <a href="https://groups.google.com/forum/?fromgroups#!forum/nushackers">NUS Hackers mailing list</a> and mail me there.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://nushackers.org/2012/01/building-nus-cors-instant/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>linuxNUS Workshop series</title>
		<link>http://nushackers.org/2010/07/linuxnus-workshop-series/</link>
		<comments>http://nushackers.org/2010/07/linuxnus-workshop-series/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:04:53 +0000</pubDate>
		<dc:creator>angad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linuxNUS.org/?p=1079</guid>
		<description><![CDATA[linuxNUS is planning for the next semester! linuxNUS is an organisation to promote the use of Free and Open Source Software in NUS and Singapore. We have been organising Hackfests which promote working in teams with an intense focus on the execution of an idea. These Hackfests are aimed at encouraging the JFDI &#8211; Just [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: small;"><span style="font-weight: bold;">linuxNUS is planning for the next semester!</span></span></p>
<p>linuxNUS is an organisation to promote the use of Free and Open Source Software in NUS and Singapore. We have been organising Hackfests which promote working in teams with an intense focus on the execution of an idea. These Hackfests are aimed at encouraging the <span style="font-weight: bold;">JFDI &#8211; Just F**kin&#8217; Do It</span> attitude, while collaborating with the community.</p>
<p>So now, we&#8217;ve come up with the idea of a <span style="font-weight: bold;">Hack Workshop series</span> for NUS students. These workshops will be aimed at promoting &#8220;learning how to learn&#8221;. They will talk about hacking as an important part of entrepreneurship and boundless creative exploration. As we say, a great idea is nothing without excellent execution, so we&#8217;d really like help make excellent execution a reality.</p>
<p>Essentially the workshops will feature the following concepts -</p>
<ul>
<li><span style="font-size: small;">simplicity in design</span></li>
<li><span style="font-size: small;">team synergy</span></li>
<li><span style="font-size: small;">scalable models / adaptability to change</span></li>
<li><span style="font-size: small;">power of opensource</span></li>
<li><span style="font-size: small;">collaboration</span></li>
<li><span style="font-size: small;">proper developmental practices</span></li>
<li><span style="font-size: small;">the importance of self-learning</span></li>
</ul>
<p><span style="font-size: small;"> </span></p>
<p>The workshops are for those interested in learning to how develop a project while working in teams. We will be collaborating with local open source developer groups, entrepreneurs and startups for the workshops.</p>
<p>The workshops will come in two flavours, <span style="font-weight: bold;">technical and non-technical</span> -</p>
<p>The technical workshops will primarily cover topics such as web development and software development best practices, while the non-technical topics will cover the business viability aspects, presentation skills and will include talks by successful start-ups.</p>
<p>The workshops will be held either on a <span style="font-weight: bold;">Saturday or Sunday </span>morning &#8211; 10am till 1pm. All the workshops will be followed by a<br />
Hackfest (yeah the same old one where you can sit around, talk to people and develop anything!).</p>
<p>Here is a list of Workshop topics (stay tuned for updates on the Workshop schedule!) -</p>
<ul>
<li><span style="font-size: small;">Linux/Unix basics,</span></li>
</ul>
<ul>
<li><span style="font-size: small;">NUS Linux setup &#8211; configuring printers, network.</span></li>
<li><span style="font-size: small;">Basic system administration &#8211; package management, etc.</span></li>
</ul>
<ul>
<li><span style="font-size: small;">Revision control &#8211; GIT/SVN</span></li>
<li><span style="font-size: small;">Beginning Web development &#8211; HTML/CSS/Javascript.</span></li>
<li><span style="font-size: small;">PHP/MySQL &#8211; Making a simple Blog CMS (with CodeIgniter).</span></li>
<li><span style="font-size: small;">Software development best practices &#8211; Agile Development, TDD, Pair Programming</span></li>
<li><span style="font-size: small;">Presentation Skills</span></li>
<li><span style="font-size: small;">Start-up talks</span></li>
<li><span style="font-size: small;">Designing with GIMP/Photoshop</span></li>
</ul>
<p><span style="font-size: small;"><br />
You can preregister with us for the workshops here and more news -<a href="http://bit.ly/baD3dP" target="_blank"> http://bit.ly/baD3dP</a></span></p>
<p>If you think you can contribute to the initiative you can contact us at coreteam(at)linuxNUS(dot)org with suggestions for topics or speakers.</p>
]]></content:encoded>
			<wfw:commentRss>http://nushackers.org/2010/07/linuxnus-workshop-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intro to Nokia Qt C++ Framework</title>
		<link>http://nushackers.org/2010/06/intro-to-nokia-qt-c-framework/</link>
		<comments>http://nushackers.org/2010/06/intro-to-nokia-qt-c-framework/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 14:08:25 +0000</pubDate>
		<dc:creator>Viet Le</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cpp]]></category>
		<category><![CDATA[intro]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://linuxNUS.org/?p=1023</guid>
		<description><![CDATA[![Qt Logo](http://linuxNUS.org/wp-content/uploads/2010/06/qt_image_thumb.png &#8220;Qt Logo&#8221;) Developing a portable application has never been an easy task, be it a browser-based service or a fanciful desktop application. With emergence of many frameworks for developing cross-platform applications, choosing the right one has become a challenge. One can name a bunch of frameworks for desktop development, such as GTK+, Gtkmm, [...]]]></description>
			<content:encoded><![CDATA[<p>![Qt Logo](http://linuxNUS.org/wp-content/uploads/2010/06/qt_image_thumb.png &#8220;Qt Logo&#8221;)</p>
<p>Developing a portable application has never been an easy task, be it a browser-based service or a fanciful desktop application. With emergence of many frameworks for developing cross-platform applications, choosing the right one has become a challenge. One can name a bunch of frameworks for desktop development, such as GTK+, Gtkmm, FLTK, VCF C++, etc. Adobe fans would pronounce Adobe Air as the best choice. Well, so what do I have in my hat? Voilà! I&#8217;d like to present Nokia Qt C++ framework &#8211; one of the leading frameworks for desktop &amp; mobile development.</p>
<p>### GUI in a while</p>
<p>There are many reasons why I love Qt Designer and would like to share some with you:</p>
<p>* If you love Delphi &amp; M$.NET GUI designers, you will find a new romance with Qt Designer.<br />
* Dozens of widgets are available to serve you and what you need to do is just to drag &amp; drop.<br />
* Adding menu, submenus, toolboxes &amp; docked widgets can be done with a few clicks.<br />
* Qt Designer loves diversity and accepts your custom widgets.<br />
* Feel free to load and change GUI dynamically with UiLoader.</p>
<p>You may want read more on [Qt Designer][].</p>
<p>![World Time Clock Plugin Example](http://linuxNUS.org/wp-content/uploads/2010/06/worldtimeclockplugin-example.png &#8220;World Time Clock Plugin Example&#8221;)</p>
<p>### Write once &amp; run everywhere</p>
<p>You can target different architectures such as x86, x86-64, ARM, &#8230; and run on Windows, Linux, Mac OS X, S60, Maemo, etc with no or little modification to your code. The broader audience you reach, the more popularity you gain.</p>
<p>### Network boldly</p>
<p>Qt has a wealth of network libraries. The clients to the standard services such as HTTP(S) &amp; FTP are already there for you. XML parsing, XQuery &amp; XPath libraries will enable you to interface with web services. Writing own TCP/UDP-based protocols with Qt is easy. Feel free to read more on [Qt Network][].</p>
<p>![Google Suggest Example](http://linuxNUS.org/wp-content/uploads/2010/06/googlesuggest-example.png &#8220;Google Suggest Example&#8221;)</p>
<p>### Browser &amp; scripting integration</p>
<p>Along with high quality modules for GUI, networking and XML, Nokia Qt C++ framework has other 2 killer modules: QtWebkit &amp; QtScript. QtWebkit provides browser integration based on the Webkit engine used by Apple Safari &amp; Google Chrome. Adding a browser to your application to render web pages or custom help/manual files in HTML has never been easier. QtScript exposes Qt objects to scripting with JS-like language. With QtScript you are empowered to do cross-platform scripting on your applications to increase productivity and encourage users to write their own extensions. Please refer to the official [Qt Script][] and [Qt Webkit][] documents and examples to explore more.</p>
<p>![Webkit Examples](http://linuxNUS.org/wp-content/uploads/2010/06/webkit-examples.png &#8220;Webkit Examples&#8221;)</p>
<p>### Installation</p>
<p>1. Please find suitable installation package for your OS &amp; architecture from [http://qt.nokia.com/downloads/](http://qt.nokia.com/downloads/ &#8220;Qt Nokia C++ Downloads&#8221;). Please pay close attention to whether your OS is 32-bit or 64-bit and make sure you download the version of Qt SDK that suits your OS.</p>
<p>2. Proceed to the installation with the default settings. It is recommended that you stick with the default installation settings. There are very few things to tweak.</p>
<p>3. Set up paths and links for the Qt library. If you are using Mac, you may skip this step. This step is only advisable for Windows and Linux developers.</p>
<p>    *     Windows: You need to add paths to the Qt bin &amp; MinGW bin folders. If you installed Qt 4.6.3 then the path of Qt is `C:\Qt\2010.3`. You need to add the following paths: `C:\Qt\2010.3\qt\bin` and `C:\Qt\2010.3\mingw\bin`.</p>
<p>    *     Linux/Unix: You have 2 options: Either to create soft links or add to the environment variables `PATH` &amp; `LD_LIBRARY_PATH`. To add soft links, you need to run the following commands:</p>
<p>        `sudo ln -s /opt/qtsdk-2010.3/qt/bin/* /usr/bin/`</p>
<p>        `sudo ln -s /opt/qtsdk-2010.3/qt/lib/lib* /usr/lib/`</p>
<p>        To manipulate environment variables, edit the file `~/.bash_profile` and add these 2 lines:</p>
<p>        `export PATH=$PATH:/opt/qtsdk-2010.3/qt/bin`</p>
<p>        `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/qtsdk-2010.3/qt/lib`</p>
<p>    For the changes to the environment variables to take effect, you need to log out and log in again. Soft links don&#8217;t need that extra step.</p>
<p>Now you are ready to run Qt demos &amp; examples. Enjoy!</p>
<p>![Qt Demonstrations](http://linuxNUS.org/wp-content/uploads/2010/06/qtdemo.png &#8220;Qt Demonstrations&#8221;)</p>
<p>### Conclusion</p>
<p>Nokia might not suit all your needs but it&#8217;s one of the best options to keep an eye on. Among large users of Nokia Qt C++ framework, there are companies such as [Google, Adobe and Skype](http://qt.nokia.com/qt-in-use/target/desktop/ &#8220;[Google, Adobe and Skype"). Qt has found its application in a [breadth of industries](http://qt.nokia.com/qt-in-use/). Your next killer application may be written in Nokia C++ too! Stay tuned with our series of Qt tutorials!</p>
<p>***</p>
<p>\* The screenshots are provided at the official Nokia Qt C++ documentation website.</p>
<p>[Qt Nokia C++ Downloads]: http://qt.nokia.com/downloads/ &#8220;Qt Nokia C++ Downloads&#8221;</p>
<p>[Qt Designer]: http://doc.qt.nokia.com/4.6/examples-designer.html &#8220;Qt Designer Examples&#8221;</p>
<p>[Qt Network]: http://doc.qt.nokia.com/4.6/examples-network.html &#8220;QtNetwork Examples&#8221;</p>
<p>[Qt Script]: http://doc.qt.nokia.com/4.6/examples-script.html &#8220;QtScript Examples&#8221;</p>
<p>[Qt Webkit]: http://doc.qt.nokia.com/4.6/examples-webkit.html &#8220;QtWebkit Examples&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://nushackers.org/2010/06/intro-to-nokia-qt-c-framework/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>linuxNUS @ HackerspaceSG Christmas party</title>
		<link>http://nushackers.org/2009/12/linuxnus-hackerspacesg-christmas-party/</link>
		<comments>http://nushackers.org/2009/12/linuxnus-hackerspacesg-christmas-party/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 05:23:26 +0000</pubDate>
		<dc:creator>dqminh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linuxNUS.org/?p=976</guid>
		<description><![CDATA[From HackerspaceSG Christmas party Facebook page We are 1 month old, and we&#8217;re celebrating it by throwing ourselves a Christmas Party! This event is similar to our open house party! We&#8217;ll be catering some halal food from around the area. If you can bring more food, that will be great! Just make sure it is [...]]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://http://www.facebook.com/event.php?eid=219542641712&amp;ref=ts">HackerspaceSG Christmas party Facebook page</a></p>
<blockquote><p><em>We are 1 month old, and we&#8217;re celebrating it by throwing ourselves a Christmas Party! This event is similar to our open house party!</em></p>
<p><em>We&#8217;ll be catering some halal food from around the area. If you can bring more food, that will be great! Just make sure it is halal, or if not, indicate it isn&#8217;t.</em></p>
<p><em>Drinks will be available, including Wine, and some alcohol. As usual, contributions to our pot of donations will be appreciated.</em></p>
<p><em>We&#8217;re also going to have a gift exchange in the form of a game. So bring some physical gift which cost no more than $15, wrap it up, hide it, and come up with clues! The smaller the gift, the easier to hide. *evil laughter* Oh and you don&#8217;t have to bring a gift to attend the party, but you won&#8217;t be able to play the game (I think??). :)</em></p>
<p><em>Join us for our party now!!!</em></p></blockquote>
<p>A few of us will gather there for the party. If you want to join us, detail of the time and venue is as follow:</p>
<p><em><strong>Date: Friday, 18 Decemer 2009</strong></em></p>
<p><em><strong>Time: 19:00 &#8211; 23:55</strong></em></p>
<p><em><strong>Location: HackerspaceSG , 70A Bussorah Street, Singapore</strong></em></p>
<p>And please remember to RSVP on Facebook ;)</p>
<p>See you there</p>
]]></content:encoded>
			<wfw:commentRss>http://nushackers.org/2009/12/linuxnus-hackerspacesg-christmas-party/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Singapore Open Source News on ZDNet</title>
		<link>http://nushackers.org/2009/08/singapore-open-source-news/</link>
		<comments>http://nushackers.org/2009/08/singapore-open-source-news/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 10:20:39 +0000</pubDate>
		<dc:creator>Luther Goh Lu Feng</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[asia]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[red hat]]></category>
		<category><![CDATA[singapore]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[zdnet]]></category>

		<guid isPermaLink="false">http://linuxNUS.org/?p=726</guid>
		<description><![CDATA[A piece about Open Source trends in Singapore, which is part of a roundup on Open Source in Asia. And some snippets from Red Hat CEO&#8217;s recent address at SIM . Good to see Open Source in Singapre growing slowly but steadily.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.zdnetasia.com/news/software/0,39044164,62056390,00.htm">A piece about Open Source trends in Singapore</a>, which is <a href="http://www.zdnetasia.com/news/software/0,39044164,62056314,00.htm">part of a roundup on Open Source in Asia</a>.</p>
<p>And <a href="http://www.zdnetasia.com/news/software/0,39044164,62056569,00.htm">some snippets</a> from <a href="http://linuxnus.org/2009/07/27/red-hat-ceo-comes-to-singapore/">Red Hat CEO&#8217;s recent address at SIM</a> .</p>
<p>Good to see Open Source in Singapre growing slowly but steadily.</p>
]]></content:encoded>
			<wfw:commentRss>http://nushackers.org/2009/08/singapore-open-source-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mibbit gets blocked by Freenode</title>
		<link>http://nushackers.org/2009/07/mibbit-gets-blocked-by-freenode/</link>
		<comments>http://nushackers.org/2009/07/mibbit-gets-blocked-by-freenode/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 17:54:53 +0000</pubDate>
		<dc:creator>Luther Goh Lu Feng</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[freenode]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[mibbit]]></category>

		<guid isPermaLink="false">http://linuxNUS.org/?p=648</guid>
		<description><![CDATA[If any of you use mibbit to access freenode, you should already know by now that Freenode blocks Mibbit. Until the ban is lifted, you may wish to access #linuxnus using the webchat powered by qwebirc]]></description>
			<content:encoded><![CDATA[<p>If any of you use mibbit to access freenode, you should already know by now that <a href="http://blog.freenode.net/2009/06/new-freenode-webchat-and-why-to-use-it/">Freenode blocks Mibbit</a>.</p>
<p>Until the ban is lifted, you may wish to access <a href="http://webchat.freenode.net/?channels=linuxnus">#linuxnus using the webchat</a> powered by <a href="http://qwebirc.org/">qwebirc</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nushackers.org/2009/07/mibbit-gets-blocked-by-freenode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write in C. A developer song.</title>
		<link>http://nushackers.org/2009/04/write-in-c/</link>
		<comments>http://nushackers.org/2009/04/write-in-c/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 17:37:05 +0000</pubDate>
		<dc:creator>Ruiwen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[songs]]></category>

		<guid isPermaLink="false">http://linuxNUS.org/?p=494</guid>
		<description><![CDATA[A brilliant song about.. well.. writing in C. Enjoy! PS. Does anyone have the lyrics to this? Update: Thanks to tan_ce and Nixxy&#8217;s comments below, here are the lyrics! When I find my code in tons of trouble, Friends and colleagues come to me, Speaking words of wisdom: “Write in C.” As the deadline fast [...]]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344" data="http://www.youtube.com/v/J5LNTTGDKYo&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/J5LNTTGDKYo&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p>A brilliant song about.. well.. writing in C.</p>
<p>Enjoy!</p>
<p>PS.<br />
Does anyone have the lyrics to this?</p>
<p><em>Update:</em></p>
<p>Thanks to tan_ce and Nixxy&#8217;s comments below, here are the lyrics!</p>
<p style="text-align: center;"><em>When I find my code in tons of trouble,<br />
Friends and colleagues come to me,<br />
Speaking words of wisdom:<br />
“Write in C.”</em></p>
<p style="text-align: center;"><em>As the deadline fast approaches,<br />
And the bugs are all that I can see,<br />
Somewhere, someone whispers:<br />
“Write in C.”</em></p>
<p style="text-align: center;"><em>Write in C, write in C,<br />
Wtite in C, yeah, write in C.<br />
LISP is dead and buried,<br />
Write in C.</em></p>
<p style="text-align: center;"><em>I used to write a lot of FORTRAN,<br />
For science it worked flawlessly.<br />
Try using it for graphics!<br />
Write in C.</em></p>
<p style="text-align: center;"><em>If you’ve just spent nearly 30 hours<br />
Debugging some assembly,<br />
Soon you will be glad to<br />
Write in C.</em></p>
<p style="text-align: center;"><em>Write in C, write in C,<br />
Write in C, yeah, write in C.<br />
BASIC is for wimps.<br />
Write in C.</em></p>
<p style="text-align: center;"><em>Write in C, write in C,<br />
Write in C, oh, write in C.<br />
Pascal won’t quite cut it.<br />
Write in C.</em></p>
<p style="text-align: center;"><em>Write in C, write in C,<br />
Write in C, yeah, write in C.<br />
Don’t even mention COBOL.<br />
Write in C.</em></p>
<p style="text-align: center;"><em>And when the screen is fuzzy,<br />
And the editor is bugging me.<br />
I’m sick of ones and zeroes.<br />
Write in C.</em></p>
<p style="text-align: center;"><em>A thousand people people swear that T.P.<br />
Seven is the one for me.<br />
I hate the word PROCEDURE,<br />
Write in C.</em></p>
<p style="text-align: center;"><em>Write in C, write in C,<br />
Write in C, yeah, write in C.<br />
PL1 is 80’s,<br />
Write in C.</em></p>
<p style="text-align: center;"><em>Write in C, write in C,<br />
Write in C, yeah, write in C.<br />
The government loves ADA,<br />
Write in C.</em></p>
<p style="text-align: center;"><em>Write in C, write in C,<br />
Write in C, yeah, write in C.<br />
Java’s not quite there yet.<br />
Write in C.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://nushackers.org/2009/04/write-in-c/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Poster poster posts post-post post!</title>
		<link>http://nushackers.org/2009/03/poster-poster-posts-post-post-post/</link>
		<comments>http://nushackers.org/2009/03/poster-poster-posts-post-post-post/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 01:04:42 +0000</pubDate>
		<dc:creator>Ruiwen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linuxNUS.org/?p=299</guid>
		<description><![CDATA[(Sorry about the title.) With the linuxNUS LXDE talk coming up, the linuxNUS Team has gone on a poster posting spree. Do keep a look out for our pretty LXDE poster around NUS! And if you haven&#8217;t heard about the talk yet, check out the details . If you catch this in time and want [...]]]></description>
			<content:encoded><![CDATA[<p>(Sorry about the title.) With the linuxNUS LXDE talk coming up, the linuxNUS Team has gone on a poster posting spree. Do keep a look out for our pretty LXDE poster around NUS! And if you haven&#8217;t heard about the talk yet, <a title="Open up to Open Source: LXDE" href="http://linuxnus.org/2009/03/04/open-up-to-lxde/" target="_blank" title="Open up to Open Source: LXDE">check out the details</a> . If you catch this in time and want to come down, do <a href="http://linuxnus.org/registration/lxde">register</a> !</p>
<p>We had fun putting these posters up, and we&#8217;ll hope you&#8217;ll find the talk exciting and inspiring!</p>
<p>And here are some photos of us chilling out after putting up the posters at the NUS Arts Canteen.</p>
<div align="center"><a href="http://good-times.webshots.com/photo/2488343620101890940klpWcp"><img src="http://inlinethumb43.webshots.com/44458/2488343620101890940S425x425Q85.jpg" alt="Sheez I forgot my password to write this post..."></a><br /><em>Sheez I forgot my password to write this post&#8230;</em></div>
<p></p>
<div align="center"><a href="http://good-times.webshots.com/photo/2329683910101890940pSIBON"><img src="http://inlinethumb22.webshots.com/16277/2329683910101890940S425x425Q85.jpg" alt="The Android Snow Show"></a><br /><em><em>The Android Snow Show</em></em></div>
<p></p>
<div align="center"><a href="http://good-times.webshots.com/photo/2777404150101890940HwJImi"><img src="http://inlinethumb14.webshots.com/41933/2777404150101890940S425x425Q85.jpg" alt="I want android too."></a><br /><em>I want android too.</em></div>
<p></p>
<div align="center"><a href="http://good-times.webshots.com/photo/2435546350101890940JDjjaa"><img src="http://inlinethumb07.webshots.com/26822/2435546350101890940S425x425Q85.jpg" alt="jQuery on show"></a><br /><em>jQuery on show</em></div>
]]></content:encoded>
			<wfw:commentRss>http://nushackers.org/2009/03/poster-poster-posts-post-post-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Non Sequitur</title>
		<link>http://nushackers.org/2009/02/non-sequitur/</link>
		<comments>http://nushackers.org/2009/02/non-sequitur/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 18:16:44 +0000</pubDate>
		<dc:creator>iced</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[non sequitur]]></category>
		<category><![CDATA[not relevant]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Ubuntu-SG]]></category>

		<guid isPermaLink="false">http://linuxNUS.org/2009/02/28/non-sequitur/</guid>
		<description><![CDATA[So &#8230; I am somewhat relieved that I managed to install OpenSUSE 11.0 on my laptop, in a separate partition, just the way Linux should be run. It wasn&#8217;t accepting any sort of Ubuntu CD before, though it did give me some excuse to tangle with Lilo&#8230; really long story that doesn&#8217;t belong here, hence [...]]]></description>
			<content:encoded><![CDATA[<div align="center"><a href="http://linuxNUS.org/wp-content/uploads/2009/02/opensuse-logo.png"><img src="http://linuxNUS.org/wp-content/uploads/2009/02/opensuse-logo-300x193.png" alt="opensuse-logo" title="opensuse-logo" width="300" height="193" class="aligncenter size-medium wp-image-197" /></a></div>
<p>So &#8230; I am somewhat relieved that I managed to install OpenSUSE 11.0 on my laptop, in a separate partition, just the way Linux should be run. It wasn&#8217;t accepting any sort of Ubuntu CD before, though it did give me some excuse to tangle with Lilo&#8230; really long story that doesn&#8217;t belong here, hence the title.</p>
<p>But I&#8217;d like to remind you guys that even though lots of our events are based around Ubuntu, and more collaboration with <a href = "http://ubuntu.sg/">Ubuntu-SG</a> is in the works, there *are* plenty of other distros out there, and there has to be one that suits you.</p>
<p>&#8230; Yes, I heard you say Windows Vista. Nice try, go back to chroot jail; do not pass go, do not collect $200. If the rest of you are interested in checking out other distros, I&#8217;d recommend <a href="http://distrowatch.org/">DistroWatch</a> :) as I&#8217;d mentioned before at the recent Install Fest.</p>
<p>There, I&#8217;ve made a QuickPress not so quick, and managed to link a non sequitur back to the previous post. If only everything in my life was this successful ;)</p>
<p>P.S. It is purely coincidence that we might be inviting <a href="http://opensuse.org/">OpenSUSE</a>, well the meetup group anyway, to NUS somewhere down the line. Really.</p>
]]></content:encoded>
			<wfw:commentRss>http://nushackers.org/2009/02/non-sequitur/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

