<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.redbrick.dcu.ie/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Moju</id>
	<title>Redbrick Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.redbrick.dcu.ie/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Moju"/>
	<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/Special:Contributions/Moju"/>
	<updated>2026-05-22T05:39:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Weechat&amp;diff=10677</id>
		<title>Weechat</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Weechat&amp;diff=10677"/>
		<updated>2015-07-15T18:24:41Z</updated>

		<summary type="html">&lt;p&gt;Moju: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Once upon a time there was BitchX. Then there was Irssi. Now there is Weechat. More and more people are switching over to Weechat from Irssi, probably coz the colours make IRC easier to read and follow. Problem is, for the Irssi user, Weechat may be a tad confusing.&lt;br /&gt;
&lt;br /&gt;
Weechat documentation can be tricky to follow, so this page is an attempt to make simple those bizarre and abstract commands.&lt;br /&gt;
&lt;br /&gt;
== Running Weechat ==&lt;br /&gt;
&lt;br /&gt;
Dregin is a big Weechat fanboi. And as such, he has his own special builds designed for Redbrick. Azazel is the current login machine, dregin has compiled a version of Weechat that runs on azazel:&lt;br /&gt;
&lt;br /&gt;
  /home/associat/d/dregin/root_azazel/bin/weechat-curses&lt;br /&gt;
&lt;br /&gt;
Copy and paste that into your terminal command line, hit enter, and give yourself a pat on the back.&lt;br /&gt;
&lt;br /&gt;
== Compiling Weechat ==&lt;br /&gt;
You can run &lt;br /&gt;
  ~edu/compileweechat&lt;br /&gt;
or &lt;br /&gt;
 git clone https://github.com/weechat/weechat&lt;br /&gt;
 cd weechat&lt;br /&gt;
 mkdir build&lt;br /&gt;
 cd build&lt;br /&gt;
 cmake .. -DCMAKE_INSTALL_PREFIX=$HOME -DENABLE_NLS=OFF&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
 echo &#039;*/upgrade ~/bin/weechat&#039; &amp;gt; `find ~/.weechat -name &amp;quot;weechat_fifo_*&amp;quot;`&lt;br /&gt;
 rm -rf ~/weechat&lt;br /&gt;
&lt;br /&gt;
==Customising Weechat ==&lt;br /&gt;
Weechat can be very basic when you first run it so here are some conf files to set it up with.&lt;br /&gt;
 cp ~edu/wcconf/* ~/.weechat/ &lt;br /&gt;
you need to set your nick for the server&lt;br /&gt;
 vim ~/.weechat/irc.conf&lt;br /&gt;
change “nicks” field to your username&lt;br /&gt;
&lt;br /&gt;
== Basic use ==&lt;br /&gt;
&lt;br /&gt;
=== Connecting to a server and channel ===&lt;br /&gt;
&lt;br /&gt;
When you hit &#039;chat&#039; on Redbrick, you start Irssi, you&#039;re automatically connected to a server, then you&#039;re joined to Redbrick&#039;s #lobby. This all happens behind the scenes, and with Weechat, you need to do this manually. Fear not: it&#039;s easy.&lt;br /&gt;
&lt;br /&gt;
When you start Weechat, you won&#039;t get connected to a server or channel. To connect to Redbrick&#039;s IRC sever, type:&lt;br /&gt;
&lt;br /&gt;
 /connect irc.redbrick.dcu.ie&lt;br /&gt;
&lt;br /&gt;
Then to join #lobby:&lt;br /&gt;
&lt;br /&gt;
 /join #lobby&lt;br /&gt;
&lt;br /&gt;
As well as showing you how IRC clients (such as Weechat or Irssi or whatever) connect to stuff, this should also show you how to connect to other servers and channels outside of Redbrick.&lt;br /&gt;
&lt;br /&gt;
To connect to any server, simply enter /connect &amp;lt;server_address&amp;gt;. You will probably be greeted with various messages and such from that server. To join a channel on that server, just type /join &amp;lt;channel_name&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Navigation ===&lt;br /&gt;
&lt;br /&gt;
Like Irssi, you can move between windows/buffers using Alt+&amp;lt;num&amp;gt;. You can also type /buffer &amp;lt;num&amp;gt; (similar to /win &amp;lt;num&amp;gt; in Irssi).&lt;br /&gt;
Unlike irssi you can do Alt+j then &amp;lt;num&amp;gt; to change to a number greather the 10 .&lt;br /&gt;
&lt;br /&gt;
F5 and F6 move to the predecessing and successing buffer, respectively.&lt;br /&gt;
&lt;br /&gt;
You can move buffers (chat windows) with /buffer move. In a channel, type:&lt;br /&gt;
&lt;br /&gt;
 /buffer move &amp;lt;num&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(where &amp;lt;num&amp;gt; is any number you want). That channel is now accessible at Alt+&amp;lt;num&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Changing between servers ===&lt;br /&gt;
&lt;br /&gt;
Weechat will generally assume that whatever channel you&#039;re in, that&#039;s also the server you&#039;re operating on. So you can chat away as you wish and issue general commands.&lt;br /&gt;
&lt;br /&gt;
However, for some commands, you will need to let Weechat know what server you&#039;re on.&lt;br /&gt;
&lt;br /&gt;
Hit Alt+1. This will bring you to your status window. Along the bottom you will see the time, number of channels, the server you&#039;re connect to, as well as other channel stuff.&lt;br /&gt;
&lt;br /&gt;
Press Ctrl+x. If you&#039;re connected to multiple servers, the &#039;&#039;server&#039;&#039; section will change, telling you which server Weechat is connect to. So now you can issue commands to that server (such as /nick) without affecting other servers.&lt;br /&gt;
&lt;br /&gt;
For example, I am currently connected to irc.redbrick.dcu.ie and to irc.starchat.net. If I hit Ctrl-x I can switch to StarChat, and change my nickname there without it affecting Redbrick&#039;s IRC.&lt;br /&gt;
&lt;br /&gt;
== Mobile ==&lt;br /&gt;
&lt;br /&gt;
weechat has a mobile app you can get from the [https://play.google.com/store/apps/details?id=com.ubergeek42.WeechatAndroid google play store] or from the [https://github.com/ubergeek42/weechat-android github].&lt;br /&gt;
Before we set up the app we need to go too weechat on the terminal and type in:&lt;br /&gt;
  /relay add weechat 1337&lt;br /&gt;
then we need to set the password &lt;br /&gt;
  /set relay.network.password &amp;quot;your-secret-password&amp;quot;&lt;br /&gt;
&lt;br /&gt;
now on the Phone launch the app and in settings&lt;br /&gt;
In connection settings &lt;br /&gt;
 Relay host: localhost&lt;br /&gt;
 Relay Port: 1337 (choose your own port) &lt;br /&gt;
 Relay password: your-secret-password&lt;br /&gt;
 Connect type: SSH tunnel&lt;br /&gt;
then in  SSH Tunnel settings&lt;br /&gt;
 SSH host: redbrick.dcu.ie&lt;br /&gt;
 SSH username: your username&lt;br /&gt;
 SSH port: 22&lt;br /&gt;
if you have an ssh key add the route to the key on your phone in SSH Private key file and put the passphrase in the SSH password/key passphrase box, if you dont just put your password in there&lt;br /&gt;
&lt;br /&gt;
== Special commands ==&lt;br /&gt;
&lt;br /&gt;
=== Keybinds ===&lt;br /&gt;
&lt;br /&gt;
Keybinds are handy, especially if you have over 10 channels open. I use Alt+&amp;lt;num&amp;gt; to get to channels, but clearly this only works from 1 up to 0 (on a keyboard). So for channels in higher numbers, you can &#039;&#039;bind&#039;&#039; keys: i.e. Alt+q gets me to channel 11; Alt+y gets me to channel 16.&lt;br /&gt;
&lt;br /&gt;
  /key bind meta-q /buffer 11&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Key&amp;quot; and &amp;quot;bind&amp;quot; are self-explanatory. &amp;quot;Meta&amp;quot; is Weechat&#039;s word for Alt (so meta-q is the same as Alt+q). /buffer 11 is the command that&#039;s executed once meta-q (Alt-q) is typed.&lt;br /&gt;
&lt;br /&gt;
You can build up these to meta-w, meta-e, meta-r for buffer 2, buffer 3, buffer 4, etc etc.&lt;br /&gt;
&lt;br /&gt;
Of course, you can bind any key combo to any weechat command; it&#039;s not necessary to make them Alt+&amp;lt;num&amp;gt; commands.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Watch out for caps lock if you&#039;re keybinding. If you bind Alt+y to a command, Alt+Y won&#039;t work (unless you bind that separately). If you find your binds aren&#039;t working, check your caps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Triggers ==&lt;br /&gt;
&lt;br /&gt;
Triggers are the swiss army knife of weechat. They can replace a &#039;&#039;&#039;lot&#039;&#039;&#039; of scripts, and we&#039;re still finding things to turn into trigger&lt;br /&gt;
&lt;br /&gt;
=== Turn any line with &amp;quot;nsfw&amp;quot; in it bright red ===&lt;br /&gt;
 /trigger addreplace nsfw modifier weechat_print &amp;quot;${tg_notify} &amp;amp;&amp;amp; ${tg_message_nocolor} =~ .*nsfw.*&amp;quot; &amp;quot;/(.*)/${tg_prefix}\t${color:red}!NSFW! ${tg_message}&amp;quot;&lt;br /&gt;
=== Make urls underlined and blue ===&lt;br /&gt;
 /trigger addreplace url_color modifier &amp;quot;weechat_print&amp;quot; &amp;quot;${tg_tags} !~ irc_quit&amp;quot; &amp;quot;;[a-z]+://\S+;${color:32}${color:underline}${re:0}${color:-underline}${color:reset};&amp;quot; &amp;quot;&amp;quot;&lt;br /&gt;
=== Strip items such as buffer list and nick list from screen on smaller screens ===&lt;br /&gt;
 /trigger addreplace resize_small_timestamp signal signal_sigwinch &amp;quot;${info:term_width} &amp;lt; 200&amp;quot; &amp;quot;&amp;quot; &amp;quot;/set weechat.look.buffer_time_format &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
=== turn off nicklist on smaller screens ===&lt;br /&gt;
 /trigger addreplace resize_big signal signal_sigwinch &amp;quot;${info:term_width} &amp;gt;= 100&amp;quot; &amp;quot;&amp;quot; &amp;quot;/bar show nicklist&amp;quot;&lt;br /&gt;
 /trigger addreplace resize_small signal signal_sigwinch &amp;quot;${info:term_width} &amp;lt; 100&amp;quot; &amp;quot;&amp;quot; &amp;quot;/bar hide nicklist&amp;quot;&lt;br /&gt;
=== turn off buffer list on small screens ===&lt;br /&gt;
 /trigger addreplace resize_small_buffer signal signal_sigwinch &amp;quot;${info:term_width} &amp;lt; 100&amp;quot; &amp;quot;&amp;quot; &amp;quot;/bar hide buffers&amp;quot;&lt;br /&gt;
 /trigger addreplace resize_big_buffer signal signal_sigwinch &amp;quot;${info:term_width} &amp;gt;= 100&amp;quot; &amp;quot;&amp;quot; &amp;quot;/bar show buffers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Spell Checker ==&lt;br /&gt;
&lt;br /&gt;
Weechat uses a handy aspell plugin to check your spelling. To enable it, either use iset or use&lt;br /&gt;
 /set aspell.check.enabled on&lt;br /&gt;
&lt;br /&gt;
Aspell has a few settings which you may find useful&lt;br /&gt;
&lt;br /&gt;
 /set aspell.check.real_time on&lt;br /&gt;
 /set aspell.check.word_min_length 2&lt;br /&gt;
 /set aspell.check.default_dict &amp;quot;en&amp;quot;&lt;br /&gt;
 /set aspell.check.suggestions 3&lt;br /&gt;
&lt;br /&gt;
Or alternatively if you use iset, search for aspell&lt;br /&gt;
&lt;br /&gt;
The aspell plugin can also offer suggestions as of 0.4.0 and it can be added as an item to your status bar. The item should be added to weechat.bar.status.items. For instance:&lt;br /&gt;
 /set weechat.bar.status.items &amp;quot;time |,buffer_number+:buffer_name+(buffer_modes)+ |,buffer_nicklist_count |,hotlist |,[aspell_suggest]&lt;/div&gt;</summary>
		<author><name>Moju</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=TimeLine2007&amp;diff=9658</id>
		<title>TimeLine2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=TimeLine2007&amp;diff=9658"/>
		<updated>2010-04-28T11:54:47Z</updated>

		<summary type="html">&lt;p&gt;Moju: /* September */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Timeline Years}}&lt;br /&gt;
[[Category: Redbrick History]]&lt;br /&gt;
==January==&lt;br /&gt;
&lt;br /&gt;
==February==&lt;br /&gt;
&lt;br /&gt;
14th - DCU RAG WEEK - Redbrick raises â‚¬283 for charity through phaxx getting hair straightened and receive getting his curled. Phaxx and receive after that afternoon headed off to the RAG week chapel to join together in holy matrimoney!!&lt;br /&gt;
&lt;br /&gt;
[http://www.flickr.com/photos/nahgoe/394566083/ atlas&#039;s pics] &lt;br /&gt;
&lt;br /&gt;
[http://gallery.redbrick.dcu.ie/phaxx/ragweek07/ phaxx&#039;s pics]&lt;br /&gt;
&lt;br /&gt;
if that wasn&#039;t enough heres video footage:&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=v0sv31MB6gQ video 1] &lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=u3mFKfQJnHc video 2] &lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=baQzjLreXTQ video 3]&lt;br /&gt;
&lt;br /&gt;
16th - A group of 12 brickies attend Skynet&#039;s Open Source Conference, Skycon, at the University of Limerick.&lt;br /&gt;
&lt;br /&gt;
==March==&lt;br /&gt;
12th-16th - Redbrick&#039;s Annual Tech Week was held. This year Redbrick joined forces with GameSoc, Debate Soc, FilmSoc, and AstroSoc to bring a week packed full of techie events from talks to debates and film showings!&lt;br /&gt;
&lt;br /&gt;
19th - d_fens nearly took down deathray. Not that this was in any way a noteworthy event.&lt;br /&gt;
&lt;br /&gt;
24th - Redbrick&#039;s annual WaveHunt competition takes place. Mythe-86 comes first and tnkrbell comes third for Redbrick &lt;br /&gt;
&lt;br /&gt;
http://gallery.redbrick.dcu.ie/tnkrbell/2007wavehunt/          &lt;br /&gt;
&lt;br /&gt;
http://www.flickr.com/photos/nahgoe/sets/72157600026698372/&lt;br /&gt;
&lt;br /&gt;
Enigma eats some disks, to general cursing from the admins.&lt;br /&gt;
&lt;br /&gt;
Lil_cain, phaxx, and Art_wolf make known that they were behind the bed in the clubs and socs office, in Campus magazine.&lt;br /&gt;
&lt;br /&gt;
==April==&lt;br /&gt;
1st - Atlas and phaxx decide to play quite the cruel April Fools joke on all the brickies. MOTD was changed to say that due to someone running torrents from /var/tmp/ that Redbrick has to shut down. Some brickies are just stupid and fell for it!&lt;br /&gt;
&lt;br /&gt;
 Admin: In order to comply with a DMCA takedown notice served on DCU,&lt;br /&gt;
        Redbrick will be going offline indefinately as and from 00:00 this&lt;br /&gt;
        coming Monday. Thank you all for your membership throughout the&lt;br /&gt;
        years. We hope to return some time next year.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2nd - Rebrick Table Quiz held in the Old Bar. As usual there where winners, losers and also debates about questions! Check out gallery for pictures, theres plenty of them anyway!&lt;br /&gt;
&lt;br /&gt;
-The winners were a bunch of Wafs from debate. The losers were me, johan, dahtac and revenant -lil_cain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3rd - The DCUSU Genereal Elections take place&lt;br /&gt;
Plenty of Brickies running for position on the SU exec for 2007/2008. Gizmo runs for president, but fails to be elected. &lt;br /&gt;
&lt;br /&gt;
3 brickies compete for Computing and Engineering Convenor (landa2, cutiepie and mythe-86). Position eventually was won by landa2. Cutiepie comes in second.&lt;br /&gt;
&lt;br /&gt;
The electoral committee was run by plenty of brickies namely receive, tnkrbell, johan, lil_cain, atlas.&lt;br /&gt;
&lt;br /&gt;
5th - Dramabob elected chair of the SPC (for another year), lil_cain elected secretary, and johan elected ordinary member.&lt;br /&gt;
&lt;br /&gt;
Also on the 5th the Rebrick Admin, Helpdesk and Webmaster tests are held. Lil_cain, werdz, johan and drag0n took the admin test while johan, castle, moju, revenant and lil_cain (again) took the Helpdesk test. D_fens took the Webmaster test.&lt;br /&gt;
&lt;br /&gt;
9th - An attempt is made to rerun history when some randomer (kevd) from Campus (An Tarbh replacement) is invited to join RB, and write an article about it. He&#039;s generally lots less cool than cain.&lt;br /&gt;
&lt;br /&gt;
10th - AGM held in QG13 at 6:30pm. All positions filled.&lt;br /&gt;
&lt;br /&gt;
   &#039;&#039;&#039;Chairperson:&#039;&#039;&#039; Andrew Harford (receive)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Secretary:&#039;&#039;&#039; Kevin Fox (undone)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Treasurer:&#039;&#039;&#039; Ashley Dooley Martyn (mythe-86)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Events:&#039;&#039;&#039; Kat Farrell (angelkat)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Public Relations Officer:&#039;&#039;&#039; Damian Rhatigan (dano)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;System Administrators:&#039;&#039;&#039; Cian Brennan (lil_cain), Andrew Martin (werdz), Diarmuid Bourke (drag0n)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Webmaster:&#039;&#039;&#039; Richard Dalton (d_fens)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Education Officers:&#039;&#039;&#039; Matthew Barrington (MoJu), Declan Whelan (castle) &amp;amp; Eoghan Cotter (johan)&lt;br /&gt;
&lt;br /&gt;
Lots of competition with receive, jesjes, and tnkrbell running for chair.&lt;br /&gt;
&lt;br /&gt;
12th - Game Soc miss winning Best Society however they did walk away with Best Website. Gizmo, yrag45 and dramabob also win awards for Best 5 Individuals!&lt;br /&gt;
&lt;br /&gt;
13th - Enigma is pronounced kinda dead by svan. Upon further consideration over the next few days, status is further downgraded to &#039;brain damaged with no chance of resuscitation&#039;.&lt;br /&gt;
&lt;br /&gt;
18th - The Bics happen in NUIG(Galway) and dramabob wins Best Society Individual!&lt;br /&gt;
&lt;br /&gt;
==May==&lt;br /&gt;
&lt;br /&gt;
==June==&lt;br /&gt;
7th - Access to Redbrick was cut off for two hours due to a UPS in CSD catching fire! &amp;quot;The roof, the roof, the roof is on fire, We don&#039;t need no water let the motherfucker burn, Burn motherfucker burn!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
From the HEAnet ticket:&lt;br /&gt;
&lt;br /&gt;
 20070606 23:51  DCU report that the cause of outage was a small fire on&lt;br /&gt;
 one of their UPS devices.  They are currently waiting for the smoke to&lt;br /&gt;
 clear, then they will bypass the device and restore power to the PoP. &lt;br /&gt;
 This is estimated to happen before 01:00 on Thursday 7th June.&lt;br /&gt;
&lt;br /&gt;
==July==&lt;br /&gt;
&lt;br /&gt;
==August==&lt;br /&gt;
2nd - Redbrick cinema trip to see The Simpsons Movie. Most are unimpressed, and disappointed that the franchise they once loved has stooped to such disappointing levels. Others think it&#039;s great. &lt;br /&gt;
&lt;br /&gt;
13th - New, yet-to-be-named (later named [[Minerva]]) Encom server arrives. Contains an &#039;assload&#039; of storage - 8x500GB disks. Also has 6GB RAM and 2 dual-core Xeons. For some reason came with Ubuntu feisty desktop installed by default, and has lots of pretty blue lights.&lt;br /&gt;
&lt;br /&gt;
==September==&lt;br /&gt;
&lt;br /&gt;
The new Encom server goes through about a dozen names, before finally settling on minerva.redbrick.dcu.ie, which apparently is &amp;quot;horribly lame&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
/webtree is moved to minerva. No one notices, or is told.&lt;br /&gt;
&lt;br /&gt;
Moju resigns as helpdesk.&lt;br /&gt;
&lt;br /&gt;
==October==&lt;br /&gt;
1st - Redbrick give computing students CDs to install java with classpaths and other difficult stuff set up. This is generally considered a good idea, until lots of them manage to break it.&lt;br /&gt;
&lt;br /&gt;
2nd &amp;amp; 3rd - DCU Clubs and Socs days happen in the Hub. Final number of members not yet known.&lt;br /&gt;
&lt;br /&gt;
Our treasurer (mythe) is told to step down by the SPC, as he is no longer a current student. Another Helpdesk member (castle) resigns.&lt;br /&gt;
&lt;br /&gt;
/home is moved to Minerva. Mutt starts to take forever to open, and everything crashes on occasion. &lt;br /&gt;
&lt;br /&gt;
11th - Redbrick Fresher&#039;s Ball held in Radio City. It features music from the band Futurism, with Redbrick member holysprt on bass. Games Soc also provide console gaming. Great night had by all.&lt;br /&gt;
&lt;br /&gt;
18th - EGM held to replace Treasurer and 2 positions on Helpdesk. Treasurer position filled by Amy Corrigan (corriga6). Helpdesk got 2 new additions, namely Padraig O&#039;Connor (landa2) and David Ã“ LaigheanÃ¡in (coconut). There were also three proposed constitutional changes. Only 2 of these however got passed, these being the addition of a First Year Rep to committee and making having to pass the Helpdesk test compulsory. The proposed change to reduce the number of Helpdesk/Education Officers from three to one was defeated.&lt;br /&gt;
&lt;br /&gt;
22nd - Redbrick Monday night football starts up again. Everyone has fun and then heads to the bar afterwards. Several brickies participate in the Students&#039; Union International Quiz on that night. Despite being handed an answer sheet accidentally by the quiz runners, Team Penis still manages to lose after a highly unfair final round that gives teams points for practical skills such as dancing and singing.&lt;br /&gt;
&lt;br /&gt;
Some time in October as well, lil_cain also got rid of his long flowing locks and shaved his head. He also removes all traces of his manly beard, which causes widespread confusion as no-one has ever seen his face before. Shortly afterwards, undone follows suit and also gets a hair cut. Revenant talks about doing the same, but constantly chickens out.&lt;br /&gt;
&lt;br /&gt;
werdz, receive and lil_cain clean out the server room, as the WEEE people are coming.&lt;br /&gt;
&lt;br /&gt;
Further clearing out is done when Prodigy is donated to ITB, to serve as their main machine.&lt;br /&gt;
&lt;br /&gt;
25th - Redbrick cinema trip to see &amp;quot;Black Sheep&amp;quot;. Most of the moviegoers are amused, others are horrified. Everyone gets drunk in Fibbers afterwards for mythe-86&#039;s birthday.&lt;br /&gt;
&lt;br /&gt;
Some time at the end of this month - lil_cain and receive collect a Sun Machine that gliceas kindly donated. In the absence of other names receive temporarily names it toaster.&lt;br /&gt;
&lt;br /&gt;
==November==&lt;br /&gt;
5th &amp;amp; 6th - Several RBers graduate namely atlas, phaxx, igy, gizmo, art_wolf, scraib, lithium, dramabob, belleray, yrag45, boing, murdochm, werewulf, plus all the others we forgot.&lt;br /&gt;
&lt;br /&gt;
Some random point between these dates - Redbrick take delivery of their new backup machine, which lil_cain decides to call severus. &lt;br /&gt;
&lt;br /&gt;
28th - Free ice skating for RB members in RDS. &lt;br /&gt;
&lt;br /&gt;
Also SU Sleepover in the HUB. Redbrick participate by providing the first Redbrick Internet Cafe. Other societies involved in the night were Games Soc, Style Soc, Fianna Fail, Debate Soc, Poker Soc, MPS, Art Soc, Drama and Film Soc.&lt;br /&gt;
&lt;br /&gt;
Some time also in November Redbrick loses another committee member as drag0n steps down from systems admin.&lt;br /&gt;
&lt;br /&gt;
==December==&lt;br /&gt;
&lt;br /&gt;
2nd - Rsync runs backups onto severus for the first time.&lt;br /&gt;
&lt;br /&gt;
5th - Cinema Trip to American Gangster.&lt;br /&gt;
&lt;br /&gt;
6th - Christmas Party with Games Soc and Drama in the Slipper. Much Guitar Hero is had by all. Santa, who bears a striking similarity to dramabob, gives out lots of presents.&lt;br /&gt;
&lt;br /&gt;
18th - The /b/tards of /rB/ laid down their lives for /rB/ to defeat the cancer that is killing redbrick. At exactly 9pm on the 18th, #lobby was raided, following that an epic raid on #intersocs and a minor raid on #foobar. Many /b/ruthas were b&amp;amp;, nevar forget them.&lt;br /&gt;
[[http://wiki.redbrick.dcu.ie/mw/The_Great_Lobby_Raid_Of_18/12/07]]&lt;/div&gt;</summary>
		<author><name>Moju</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Rage&amp;diff=9500</id>
		<title>Rage</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Rage&amp;diff=9500"/>
		<updated>2010-03-05T00:48:30Z</updated>

		<summary type="html">&lt;p&gt;Moju: added a more complete quote&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Occassionaly, Redbrick users experience rage, or &#039;raeg&#039; as it&#039;s known in leetspeak. This occurs when a user has so much built-up [[emo]] anger that even the slightest things cause them to break down into a steaming furnace of fury.&lt;br /&gt;
&lt;br /&gt;
Such outbursts are often spotted on [[IRC]], but have been known to occur on the boards. A common cause of rage is shit trolling by another user and/or deep-rooted psychological problems. Nobody can be sure really; but then again, nobody cares.&lt;br /&gt;
&lt;br /&gt;
== Identified causes of rage ==&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Grand&amp;quot;&lt;br /&gt;
*Losing an EGM election before you ever log onto RB&lt;br /&gt;
*Vegetables&lt;br /&gt;
*Spaceflight industry&lt;br /&gt;
*lil_cain&lt;br /&gt;
*Gardening and general horticulture&lt;br /&gt;
&lt;br /&gt;
== Examples of &amp;quot;teh raeg&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
 19:17 &amp;lt; LITHIUM&amp;gt; can helium form molecules?&lt;br /&gt;
 19:18 &amp;lt; moju&amp;gt; yes&lt;br /&gt;
 19:18 &amp;lt; LITHIUM&amp;gt; or is it naturally monatomic?&lt;br /&gt;
 19:18 &amp;lt; moju&amp;gt; h2&lt;br /&gt;
 19:18 &amp;lt; stolnart&amp;gt; LITHIUM: i assume so. can&#039;t every atom?&lt;br /&gt;
 19:18 &amp;lt; LITHIUM&amp;gt; that&#039;s hydrogen moju&lt;br /&gt;
 19:18 &amp;lt; andrew&amp;gt; heh&lt;br /&gt;
 19:18 &amp;lt; moju&amp;gt; oh wait&lt;br /&gt;
 19:18 &amp;lt; moju&amp;gt; helium&lt;br /&gt;
 19:18 &amp;lt; moju&amp;gt; aye it is inert&lt;br /&gt;
 19:18 &amp;lt; moju&amp;gt; or near a dammit&lt;br /&gt;
 19:18 &amp;lt; moju&amp;gt; 2 electrons in outer shell etc&lt;br /&gt;
 19:18 &amp;lt; LITHIUM&amp;gt; so it can form molecules?&lt;br /&gt;
 19:19 &amp;lt; LITHIUM&amp;gt; i never did chemistry :(&lt;br /&gt;
 19:19 &amp;lt; moju&amp;gt; Helium is the chemical element with atomic number 2, and is represented by the symbol He. It is a colorless, odorless, tasteless, non-toxic, inert monatomic gas that heads the noble gas group in the periodic table.&lt;br /&gt;
 19:19 &amp;lt; moju&amp;gt; wiki it a hnady thing&lt;br /&gt;
 19:19 &amp;lt; moju&amp;gt; you lazy fuck&lt;br /&gt;
 19:19 &amp;lt; LITHIUM&amp;gt; i already looked at wiki&lt;br /&gt;
 19:19 &amp;lt; moju&amp;gt; 19:18:09 &amp;lt; LITHIUM&amp;gt; or is it naturally monatomic?&lt;br /&gt;
 19:19 &amp;lt; LITHIUM&amp;gt; CAN IT OR CAN IT NOT FORM MOLECULES&lt;br /&gt;
 19:19 &amp;lt; moju&amp;gt; inert monatomic gas&lt;br /&gt;
 19:19 &amp;lt; moju&amp;gt; yeah&lt;br /&gt;
 19:19 &amp;lt; moju&amp;gt; read&lt;br /&gt;
 19:19 &amp;lt; moju&amp;gt; you tard&lt;br /&gt;
 19:20 &amp;lt; andrew&amp;gt; yea LITHIUM. no fucking asking questions.&lt;br /&gt;
 19:20 &amp;lt; moju&amp;gt; oh&lt;br /&gt;
 19:20 &amp;lt; moju&amp;gt; i have no objections to people asking questions&lt;br /&gt;
 19:20 &amp;lt; moju&amp;gt; i just don&#039;t like LITHIUM&lt;br /&gt;
 19:20 &amp;lt; LITHIUM&amp;gt; :(&lt;br /&gt;
&lt;br /&gt;
 22:49:40       maK | GTFO&lt;br /&gt;
 22:51:01       maK | Anyone have a shotgun i can borrow?&lt;br /&gt;
&lt;br /&gt;
[[Image:Rage.jpg]]&lt;/div&gt;</summary>
		<author><name>Moju</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=User:Moju&amp;diff=8422</id>
		<title>User:Moju</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=User:Moju&amp;diff=8422"/>
		<updated>2007-07-16T15:45:34Z</updated>

		<summary type="html">&lt;p&gt;Moju: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;olololol&lt;/div&gt;</summary>
		<author><name>Moju</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Htaccess&amp;diff=6682</id>
		<title>Htaccess</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Htaccess&amp;diff=6682"/>
		<updated>2007-06-04T20:31:07Z</updated>

		<summary type="html">&lt;p&gt;Moju: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;.htaccess&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Redbrick&#039;s Webserver, apache, allows users to password protected certain sections of their websites via a method known as &amp;quot;htaccess&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
This is done by creating a password file for authorized users and a .htaccess file in the directory which you would like to protect.&lt;br /&gt;
&lt;br /&gt;
== Setting a password ==&lt;br /&gt;
&lt;br /&gt;
The password file comes first. To create a htaccess password file and assign an authorized user to it type:&lt;br /&gt;
&lt;br /&gt;
 htpasswd -c ~/passwd username&lt;br /&gt;
&lt;br /&gt;
You can give the password file any name you like, just substitute the name you choose for passwd above. In this tutorial, references to passwd mean your password file. The value of username is the name of the user that you wish to grant access to. After running this command, you will be prompted to enter a password. This is the password that will be used by that user to gain access.&lt;br /&gt;
&lt;br /&gt;
To allow the server access to query this file you will need to change its file permissions. Type the following into your terminal:&lt;br /&gt;
&lt;br /&gt;
 chmod 755 ~/passwd&lt;br /&gt;
&lt;br /&gt;
== Directory Creation ==&lt;br /&gt;
&lt;br /&gt;
Next, you create a directory that will be protected by the password file you just made. For the tutorial, we will call this directory &amp;quot;secret&amp;quot;, but you can call it whatever you want.&lt;br /&gt;
&lt;br /&gt;
Type the following into your terminal:&lt;br /&gt;
&lt;br /&gt;
 mkdir ~/public_html/secret&lt;br /&gt;
&lt;br /&gt;
Once again the correct permission must be set. Simply type the following into your terminal:&lt;br /&gt;
&lt;br /&gt;
 chmod 711 ~/public_html/secret&lt;br /&gt;
&lt;br /&gt;
Now you&#039;re almost done. &lt;br /&gt;
&lt;br /&gt;
== .htaccess file ==&lt;br /&gt;
&lt;br /&gt;
With the password file and protected directory in place all that remains is the .htaccess file to tie it all together. The .htaccess file is what will tell the Webserver that the directory is password protected and requires authorisation.&lt;br /&gt;
&lt;br /&gt;
Click [http://www.redbrick.dcu.ie/help/tutorials/htaccess/htaccess.txt here] for a sample .htaccess file&lt;br /&gt;
&lt;br /&gt;
Change to your protected directory by typing:&lt;br /&gt;
&lt;br /&gt;
 cd ~/public_html/secret&lt;br /&gt;
&lt;br /&gt;
Now type nano .htaccess to open the file in a text editor &lt;br /&gt;
&lt;br /&gt;
Copy and paste the contents of the sample htaccess file into the editor, making the necessary modification to the AuthUserFile line, e.g. &lt;br /&gt;
 AuthUserFile /home/member/g/gizmo/passwd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; keep the name of the file .htaccess - this is an actual file extension recognised by Apache and it must be used.&lt;br /&gt;
&lt;br /&gt;
Lastly we need to set the permission on the file by typing:&lt;br /&gt;
&lt;br /&gt;
 chmod 644 .htaccess&lt;br /&gt;
&lt;br /&gt;
== htaccess &amp;amp; pubcookie ==&lt;br /&gt;
&lt;br /&gt;
You can use your htaccess file with the RedBrick pubcookie system. With this you can restrict access to redbrick members. See [[PubCookie on Redbrick]] for more.&lt;br /&gt;
&lt;br /&gt;
== Testing ==&lt;br /&gt;
&lt;br /&gt;
To test if the directory is protected correctly, type its url into a browser, eg:&lt;br /&gt;
&lt;br /&gt;
 www.redbrick.dcu.ie/~username/secret&lt;br /&gt;
&lt;br /&gt;
If all works correctly you should now be prompted for a username and password to gain access. If you&#039;d like to give access to another user, this is easily done using a similar command syntax to before:&lt;br /&gt;
&lt;br /&gt;
 htpasswd ~/passwd username&lt;br /&gt;
&lt;br /&gt;
You&#039;ll be prompted to enter the new password twice as you were before. Once entered, the new user is active immediately and can gain access to the protected directory.&lt;br /&gt;
&lt;br /&gt;
As always, you can contact [[Helpdesk]] if you have any problems.&lt;br /&gt;
&lt;br /&gt;
[[Category:Helpdesk]]&lt;/div&gt;</summary>
		<author><name>Moju</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Why_Did_You_Choose_Your_Username&amp;diff=5210</id>
		<title>Why Did You Choose Your Username</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Why_Did_You_Choose_Your_Username&amp;diff=5210"/>
		<updated>2007-04-15T00:00:24Z</updated>

		<summary type="html">&lt;p&gt;Moju: /* MoJu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Feel free to add an an entry about your username below!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Please follow the same format when adding your username in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[User:AngelKat|AngelKat]]==&lt;br /&gt;
&lt;br /&gt;
I wanted AngelEyes1 since its my nick everywhere else, but the dam 8 char rull and all. Drusilla actually picked it, she registered me with AngelKat. Dame her smart ways, I know, Ill make her watch mind numbing soaps so I can be the best hehe ;p&lt;br /&gt;
&lt;br /&gt;
==[[User:art_wolf|art_wolf]]==&lt;br /&gt;
&lt;br /&gt;
Cool picture I have hanging up. Have had it for ages and its by Art Wolfe.&lt;br /&gt;
&lt;br /&gt;
==[[User:atlas|atlas]]==&lt;br /&gt;
&lt;br /&gt;
I originally handed in my student card, and said &amp;quot;Use my first name, please&amp;quot;. I got an email later giving me my username as &#039;James&#039; ( my middle name ). When I asked them to change, I decided to go with something a little cooler. I had been up for hours before that playing Mechwarrior somethingorother, and the Atlas mech was my favourite. I also, occasionally, feel like I have the weight of the world on my shoulders.&lt;br /&gt;
&lt;br /&gt;
==[[User:bilco|bilco]]==&lt;br /&gt;
&lt;br /&gt;
Cause as a fresher I though it was the character&#039;s name from The Hobbit&lt;br /&gt;
&lt;br /&gt;
==[[User:cain|cain]]==&lt;br /&gt;
&lt;br /&gt;
I always thought Cain got a raw deal. Firstborn son of Adam, built the first city on earth and he&#039;s remembered for allegedly killing his brother Abel though the evidence is, to put it mildly, unconvincing and God was clearly biased against him. When I joined Redbrick, Cain was gone so I got Caine, which was the spelling of the name in an RPG I played at the time. Dropped the &#039;e&#039; in my second year.&lt;br /&gt;
&lt;br /&gt;
==[[User:calyx|calyx]]==&lt;br /&gt;
Misread the name of a song. In a perfect world, I would have been calx.&lt;br /&gt;
&lt;br /&gt;
==[[User:cambo|cambo]]==&lt;br /&gt;
&lt;br /&gt;
An abbreviation of sorts on my surname (campbell)... original eh?&lt;br /&gt;
&lt;br /&gt;
==[[User:cammy|cammy]]==&lt;br /&gt;
&lt;br /&gt;
I was using it as a web handle long before I joined Redbrick. It comes from the name of one of my first roleplaying characters that wasn&#039;t just a bunch of stats. The name for that roleplaying character though, came from the computer game Streetfighter 2.&lt;br /&gt;
&lt;br /&gt;
Well actually cammy was my second choice. I would have liked to use The_Dead_One but that exceeds the 8 character limit.&lt;br /&gt;
&lt;br /&gt;
==[[User:coconut|coconut]]==&lt;br /&gt;
&lt;br /&gt;
On Clubs and Socs day 2005 I was put on the spot while joining Redbrick. It went a little something like this.&lt;br /&gt;
&lt;br /&gt;
Keeper of Membership (I forget who it was): &amp;quot;Okay, and pick a username.&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Me: &amp;quot;What... now?!&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
KoM: &amp;quot;Yes.&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Me: &amp;quot;Right now?!?&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
KoM: &amp;quot;Yes.&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Me: &amp;quot;Errr..&amp;quot; *looks down at the free chocolate being given away - notices the wrappers and ingredients* &amp;quot;Em.. coconut?&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
KoM: &amp;quot;kk lol&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Me: &amp;quot;I&#039;ll change it later.&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That last part was, evidently, a lie. &lt;br /&gt;
&lt;br /&gt;
==[[User:colmmacc|colmmacc]]==&lt;br /&gt;
I was assigned the username colmmacc for the purposes of my first ever internet account (and job), colmmacc@clubi.ie , way back when in 1995/6 (I think). Ever since, I&#039;ve used it  for all my accounts and it works at every domain on which I hold an account. Despite the huge coincidence, my username is fact not just a mere contracted concatonation of my real name &amp;quot;Colm MacCarthaigh&amp;quot;, but is fact an acronym. It stands for &amp;quot;Colm&#039;s On-Line Memetic Mechanism [for] Accessing Complicated Computers&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
==[[User:cooker3|cooker3]]==&lt;br /&gt;
It is my username for the lab machines in the CA building, it&#039;s not to do with an obcession with cookers!&lt;br /&gt;
&lt;br /&gt;
==[[User:david|david]]==&lt;br /&gt;
The year that I joined DCU Hasselhoff was given a star on the Hollywood walk of fame.  With all the new challenges in my life at that time I found that he was someone I could look up to.  I could admire his achievements.  He was like an uncle to me.  I grew up on Kinght Rider and am looking forward to the new movie coming out this year.  And then when I got a little older and started noticing girls I got interested in Baywatch.  I wanted to be the stud that he was on that show.  Appropriately in 2000 when I joined redbrick he released one of his many hit albums in Germany - &amp;quot;The Magic Colleciton&amp;quot;.  So I chose david as my redbrick username because ... well actually its not that interesting really, its my name in real life.&lt;br /&gt;
&lt;br /&gt;
==[[User:doc|DoC]]==&lt;br /&gt;
It&#039;s the initials of my real name. I&#039;ve been called DoC in real life by friends, family, etc, for as long as I can remember.&lt;br /&gt;
&lt;br /&gt;
==[[User:drag0n|drag0n]]==&lt;br /&gt;
Friends in college said that I needed a nickname, probably because they&#039;re too lazy to say my full name &amp;quot;Diarmuid&amp;quot; and I find &amp;quot;Diarm&amp;quot; quite creepy, so basically, &amp;quot;dragon&amp;quot; popped into their heads and it stuck! I used be called siphi (for no particular reason, it was a random name I was known by onli ne), then changed to drag0n (with a zero). The zero is because the user &amp;quot;dragon&amp;quot; is allready taken on rb. But everyone loved the new name so I added the zero. If you hey the other dragon, you generally get a confused hey in response, so I generally have heys disabled. anyways...&lt;br /&gt;
&lt;br /&gt;
==[[User:dregin|dregin]]==&lt;br /&gt;
The lead guitarist with the Backyard Babys&#039; name is dregen[sic]. I took it and stuck an x on the end for a few years as a forum alias but then knocked off the x. tada!! &lt;br /&gt;
&lt;br /&gt;
==[[User:drusilla|drusilla]]==&lt;br /&gt;
My nick was surprisingly enough, from the character on Buffy! Friends of mine in second year of school gave it to me when they noticed the similarities between myself and the insane vampire. Funnily, dru was my second nick on RedBrick, before that I was zerocool&lt;br /&gt;
&lt;br /&gt;
==[[User:elmer|elmer]]==&lt;br /&gt;
My username came from my first ever email address(elmer@clubi.ie) which i chose based on the looney tunes character elmer fudd&lt;br /&gt;
&lt;br /&gt;
==[[User:exzantia|exzantia]]==&lt;br /&gt;
As many, many people have pointed out, my name seems like a random string of letters, and it kinda is... When I was signing up for a Yahoo mail account in &#039;98 everything I tried was already taken. I was not having under-scores or numbers so I decided to come up with something that would always be available! I thus far have succeeded.&lt;br /&gt;
&lt;br /&gt;
==[[User:fatwa|fatwa]]==&lt;br /&gt;
&lt;br /&gt;
In first year, whilst learning to program, my friend Andrew wrote a program that printed out &amp;quot;That&#039;s a fatwa on you, mein freund&amp;quot;.&lt;br /&gt;
I thought it was funny and it must have stuck in my head for redbrick registering.  Also, it&#039;s short for &amp;quot;fat wanker&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==[[User:fox_chic|fox_chic]]==&lt;br /&gt;
&lt;br /&gt;
Cause I&#039;m an xphile and Mulder&#039;s first name is Fox. :)&lt;br /&gt;
&lt;br /&gt;
==[[User:gizmo|gizmo]]==&lt;br /&gt;
My nick came from a combination of thinking gizmo was a pretty cool name due to that little flurry critter in Gremlins and also cns putting me on the spot on Clubs And Socs day when I first joined so that I couldn&#039;t think of anything else. Strange, but true.&lt;br /&gt;
&lt;br /&gt;
==[[User:gavin|gavin]]==&lt;br /&gt;
I needed a username I wouldn&#039;t forget and seeing as Gavin was written on my underpants I decided to use that. Handy quinkadink that it is also my real name eh !&lt;br /&gt;
&lt;br /&gt;
==[[User:gmblitis|gmblitis]]==&lt;br /&gt;
Would&#039;ve been gamblitis but for those dam restrictions!so the idea came in the first place came from my unhealthy obsession with horses and cards!&lt;br /&gt;
&lt;br /&gt;
==[[User:hauk|hauk]]==&lt;br /&gt;
Well, I got put on the spot when I first went to play UT in secondary school(We used to play it on the old shitty computers they had, at lunch time). So Dalamar from #intersocs, who was in my school, started to lose the plot with player12, and shouted at player12 to change his/her name. So I tried to think of a good name. And at the time I was reading Stormblade from the Dragonlance series, and Hauk was a ranger in that book. So I eh &amp;quot;temporarily&amp;quot; used the name.. It wasn&#039;t meant to stick! But I like it now ^_^&lt;br /&gt;
&lt;br /&gt;
==[[User:hurl|hurl]]==&lt;br /&gt;
My second name is Hurrell and people cant pronouce it so I went by hurl. Turns out Hurrell was originally Hurl, you know, in the old country, so its my family name. No, I dont have a vomit fetish, but I&#039;m always open to new experiences :P&lt;br /&gt;
&lt;br /&gt;
==[[User:ian|ian]]==&lt;br /&gt;
&lt;br /&gt;
Its my name JACKASS!&lt;br /&gt;
&lt;br /&gt;
==[[User:jesjes|jesjes]]==&lt;br /&gt;
My name is Jessica. And people from home call me Jesi, and at some stage during sixth year I decided I much more liked Jess. So when I got THE INTERNETS, I just called myself jesjes. It stuck.&lt;br /&gt;
&lt;br /&gt;
==[[User:keloe|keloe]]==&lt;br /&gt;
&lt;br /&gt;
I wrote down kehoe, my surname and an old nickname, on the slip. However, due to my incapability to write h&#039;s correctly, the admins read it as keloe.&lt;br /&gt;
&lt;br /&gt;
==[[User:kpodesta|kpodesta]]==&lt;br /&gt;
&lt;br /&gt;
Because that&#039;s my real name. I thought Redbrick was some email yoke - all else fails, I was getting a decent email address.&lt;br /&gt;
&lt;br /&gt;
==[[User:lil_cain|lil_cain]]==&lt;br /&gt;
&lt;br /&gt;
Wanted lil_cian, as he is the smaller Cian, it was mistyped.&lt;br /&gt;
&lt;br /&gt;
==[[User:lithium|lithium]]==&lt;br /&gt;
&lt;br /&gt;
Coz I like the sound of it. And coz it goes crazy when you put it in water. And not because of the Nirvana song.&lt;br /&gt;
&lt;br /&gt;
==[[User:macbain|macbain]]==&lt;br /&gt;
He wanted the username &#039;mcbain&#039; but Karlos (mcbain) got it before him. Being original, Sarv decided that macbain would do instead, so he could forever confuse new users between himself and Karl.&lt;br /&gt;
&lt;br /&gt;
==[[User:marvin|marvin]]==&lt;br /&gt;
There are three references here : Starvin Marvin from South Park, Marvin The Paranoid Android from Hitch Hikers Guide To The Galaxy and Marvin the Martian from the Warner Bros cartoon. I&#039;ll leave it to the reader to decide which one was the greatest influence (hint: it wasn&#039;t Starvin Marvin).&lt;br /&gt;
&lt;br /&gt;
==[[User:mo|mo]]==&lt;br /&gt;
Due to my considerable soccer talent, I was nicknamed &amp;quot;mo&amp;quot; after Mo Johnston, the scottish football hero.&lt;br /&gt;
&lt;br /&gt;
==[[User:MoJu|MoJu]]==&lt;br /&gt;
It&#039;s in a similar vein to HoJu(Homer Junior) from the Simpsons. Given to me by a someone on a forum after they saw a picture of me and thought I was someone named Mordeth. So they suggested Mordeth Junior which was then condensed to MoJu. I then adopted it as my second online nick.&lt;br /&gt;
&lt;br /&gt;
==[[User:montoya|montoya]]==&lt;br /&gt;
&lt;br /&gt;
The name is that of a character from the book &amp;quot;The Princess Bride&amp;quot; by William Goldman. The specific character is Inigo Montoya, a Spanish swordsman out for revenge against a 6-fingered man who killed Inigo&#039;s father.&lt;br /&gt;
&lt;br /&gt;
==[[User:moridin|moridin]]==&lt;br /&gt;
&lt;br /&gt;
The most evil and therefore cool character in a series of books that I was reading. Said series of books has since degenerated into a mush of crap writing. Boo.&lt;br /&gt;
&lt;br /&gt;
==[[User:nit|niT]]==&lt;br /&gt;
Originally my name was a combination of many words that described me, and was dreamt up whilst I was at college in Aylesbury.  It all started when I got a demo copy of Diablo from my cousin in Singapore, and us lads built our first LAN at my mate Dave&#039;s house.  We also played Carmegeddon, the Star Wars game and Quake 2 (of which my mate Dave had a 600mhz processor and TWO 3dfx cards linked up in parallell - he was our God).  It was necessary for me to have a character name in Diablo so I chose Nitsuj Buaya Chen, the latter two meaning &#039;Crocadile man that snaps up ladies&#039; (in Singapore slang) and monkey (as my star sign is golden monkey).  I later joined a CS clan called Black Legion and people naturally shortened my name down to nit. At that time I also had a friend who was called &#039;kippy&#039; in real life and online, so I started using nit in real life too.  Later I joined a &#039;talker&#039; called theManor which was a twin site to the LambdaMoo, there was a guy there who set it all up and went by the nick &#039;beN&#039;, he and girlfriend sadly died in a car accident and so manor spods paid tribute but capitalising the final letter of their nick, hence why I use niT.&lt;br /&gt;
&lt;br /&gt;
==[[User:noelfitz|noelfitz]]==&lt;br /&gt;
&lt;br /&gt;
8 letter truncation of my real name (boring but true.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==[[User:ornat|ornat]]==&lt;br /&gt;
&lt;br /&gt;
You&#039;d have to ask my parents that question. Ornat is my real name, and unlike popular belief, no, I am not a guy!&lt;br /&gt;
&lt;br /&gt;
==[[User:p|p]]==&lt;br /&gt;
&lt;br /&gt;
Back the old days of IOL/Indigo&#039;s IRC servers I used a variety of names, which all began with the letter p. Eventually, I ditched the different nicknames and used ^P^. Redbrick doesn&#039;t support weird characters though, so now it&#039;s just p. It also happens to be my middle initial.&lt;br /&gt;
&lt;br /&gt;
==[[User:phaxx|phaxx]]==&lt;br /&gt;
&lt;br /&gt;
Originally from the character Lord Fax in the book [http://www.google.com/search?q=dragonriders+of+pern Dragonriders Of Pern] by Anne McCaffrey. I used Lord_Fax in [http://research.microsoft.com/vwg/projectsheets/comicchat.htm MS Comic Chat] for a while. I saw somebody using a &#039;ph&#039; instead of an &#039;f&#039;, and thought, in that usual 13-year-old way, OMGZ COOL, and promptly became LordPhaxx. &lt;br /&gt;
I was LordPhaxx for a few years, until until around 16 when I met a bunch of other Irish nerds one afternoon. [[User:jerry|jerry]] was among them, and commented, &amp;quot;With a name like LordPhaxx, I expected you to be taller.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
So er, I dropped the pretentious &#039;Lord&#039;, and I&#039;ve been &#039;phaxx&#039; ever since.&lt;br /&gt;
&lt;br /&gt;
See, nothing to do with fax machines! :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==[[User:receive|receive]]==&lt;br /&gt;
&lt;br /&gt;
It was Michelle Smith (swallow) that dragged me along to sign up during first year, so I&#039;d handed over my 4euro before I&#039;d begun to think of a username, so I turned and said &amp;quot;Shit, Michelle, what will I pick?&amp;quot; and she suggested &amp;quot;receive&amp;quot; because it went so well with swallow. Stupidly I agreed, and it stuck (after we found a spell checker to check how to spell it that is), so i never changed it to anything better. Ironically, i never have been at the receiving end of swallows abilities.&lt;br /&gt;
&lt;br /&gt;
==[[User:r0b|r0b]]==&lt;br /&gt;
Rob is my name *shock* *gasp* rob was taken so used r0b instead. Amazing story tbh&lt;br /&gt;
&lt;br /&gt;
==[[User:robby|robby]]==&lt;br /&gt;
&lt;br /&gt;
its short for robert...thats cool no?&lt;br /&gt;
&lt;br /&gt;
==[[User:sandman|sandman]]==&lt;br /&gt;
&lt;br /&gt;
I didn&#039;t. It was assigned on the basis that a) I was asleep and b) I read comics, didn&#039;t I? Ironically, I hadn&#039;t read much Sandman at the time.&lt;br /&gt;
&lt;br /&gt;
==[[User:scraib|scraib]]==&lt;br /&gt;
&lt;br /&gt;
I&#039;m from Kilkenny and &#039;ScrÃ¡ib&#039; is the Irish for &#039;Cat-Scratch&#039;! &#039;Tis a very GAA name, but to be honest I could never play hurling so I picked it really cause it sounded cool... &lt;br /&gt;
&lt;br /&gt;
==[[User:shimoda|shimoda]]==&lt;br /&gt;
&lt;br /&gt;
It was a character in a book (Illusions by Richard Bach) I read during my formative years. Another rb user thought the description of the protagonist was suited to me so I nabbed the name.&lt;br /&gt;
&lt;br /&gt;
==[[User:singer|singer]]==&lt;br /&gt;
&lt;br /&gt;
I was a singer in a band. The guitarist mocked me for being the singer by calling me &amp;quot;singer&amp;quot;. The nickname stuck. Non-Redbrick people address me as singer! My 2nd choice username was &amp;quot;scano&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
==[[User:spanner|spanner]]==&lt;br /&gt;
&lt;br /&gt;
In fact eeh! picked it out during the hay days of eeh gift grub and in fairness now sometimes im a bit of a spanner.&lt;br /&gt;
&lt;br /&gt;
==[[User:spock|spock]]==&lt;br /&gt;
&lt;br /&gt;
I chose spock because I had no idea that it would follow me around for at least the next 10 years.&lt;br /&gt;
I didn&#039;t even know what Redbrick was when I was joining, and when I had a membership form thrust&lt;br /&gt;
in my face by Hyper on Freshers day 1996, we had three preferences for username.  I put down &amp;quot;spock&amp;quot; as my first preference.  It wasn&#039;t taken, and that is how I didn&#039;t end up with the username &amp;quot;data&amp;quot;, or &amp;quot;benji&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==[[User:svan|svan]]==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;S&amp;lt;/u&amp;gt;arunas &amp;lt;u&amp;gt;Van&amp;lt;/u&amp;gt;cevicius. First letter of name, then first 3 letters from surname.&lt;br /&gt;
&lt;br /&gt;
==[[User:Taurus|Taurus]]==&lt;br /&gt;
&lt;br /&gt;
It is my star sign, so I just went with that. Sounds cool enough. :-)&lt;br /&gt;
&lt;br /&gt;
==[[User:thedara|thedara]]==&lt;br /&gt;
&lt;br /&gt;
My nick was given to me years before redbrick on irc (irc.phishy.net) I was the first person some americans had met called Dara and they&lt;br /&gt;
found that interesting for some reason or other and hence I became thedara.&lt;br /&gt;
On redbrick irc i&#039;m known as Darz0re, It was a in-joke at the time when myself and dizer stuck z0re at the end of out names&lt;br /&gt;
hence thez0rekorp.com and z0re.org&lt;br /&gt;
&lt;br /&gt;
==[[User:tnkrbell|tnkrbell]]==&lt;br /&gt;
&lt;br /&gt;
As a kid my dad used to always call me Belle.When I got older and after many trips to Disney I took a loving to the mischiefious tinkerbell from Peter Pan. Tinkerbell though was too long so JesJes decided on tnkrbell instead.&lt;br /&gt;
&lt;br /&gt;
==[[User:undone|undone]] ==&lt;br /&gt;
&lt;br /&gt;
Couldn&#039;t think of anything on Clubs &amp;amp; Socs day, so for about 2 days my username was my actual name. Then I picked this, because of the Weezer song, but also because I think it&#039;s a nice word.&lt;br /&gt;
&lt;br /&gt;
==[[User:werdz|werdz]]==&lt;br /&gt;
&lt;br /&gt;
A long time ago in a net cafe far, far away, a sexy asian friend by the name of quank said &amp;quot;Hey Andrew, stop using the name andrew in CS. Use werdna instead. It&#039;s andrew only backwards!&amp;quot; - That lasted about five minutes until people got bored trying to pronounce it (&amp;quot;OMG! WERDNA! QUIT TK&#039;ING YOU NOOB!&amp;quot;) and just started shouting werdz instead (&amp;quot;OMG! WERDZ! QUIT TK&#039;ING YOU NOOB!&amp;quot;). And that&#039;s my life story up until this point.&lt;br /&gt;
&lt;br /&gt;
==[[User:wilburt|wilburt]]==&lt;br /&gt;
&lt;br /&gt;
Long story, guys i used to know named me Wilburtino, i didnt really like it cos they were muppets. However, it grew on me over time. Wanted Wilburtino or Will as my username but they wouldnt let me :( so wilburt  was the only one left. Like all rb usernames i think, they are spur of the moment. (or admin mistakes)&lt;/div&gt;</summary>
		<author><name>Moju</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=TimeLine2007&amp;diff=5164</id>
		<title>TimeLine2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=TimeLine2007&amp;diff=5164"/>
		<updated>2007-04-10T20:09:38Z</updated>

		<summary type="html">&lt;p&gt;Moju: /* April */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Timeline Years}}&lt;br /&gt;
&lt;br /&gt;
==January==&lt;br /&gt;
&lt;br /&gt;
==February==&lt;br /&gt;
&lt;br /&gt;
2nd - Last ever post on cammy&#039;s alternative web boards&lt;br /&gt;
&lt;br /&gt;
16th - A group of 12 brickies attend Skynet&#039;s Open Source Conference, Skycon, at the University of Limerick.&lt;br /&gt;
&lt;br /&gt;
==March==&lt;br /&gt;
&lt;br /&gt;
24th - Redbricks annual WaveHunt competition takes place. Mythe-86 comes first and tnkrbell comes third for Redbrick &lt;br /&gt;
&lt;br /&gt;
http://gallery.redbrick.dcu.ie/tnkrbell/2007wavehunt/          &lt;br /&gt;
&lt;br /&gt;
http://www.flickr.com/photos/nahgoe/sets/72157600026698372/&lt;br /&gt;
&lt;br /&gt;
==April==&lt;br /&gt;
&lt;br /&gt;
10th - AGM held in QG13 at 6:30pm. All positions filled.&lt;br /&gt;
&lt;br /&gt;
   &#039;&#039;&#039;Chairperson:&#039;&#039;&#039; Andrew Harford(receive)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Secretary:&#039;&#039;&#039; Kevin Fox (undone)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Treasurer:&#039;&#039;&#039; Ashley Dooley Martyn (mythe-86)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Events:&#039;&#039;&#039; Kat Farrell (angelkat)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Public Relations Officer:&#039;&#039;&#039; Damian Rhatigan (dano)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;System Administrators:&#039;&#039;&#039; Cian something (lil_cain), Andrew something (werdz), Diarmuid Bourke (drag0n)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Webmaster:&#039;&#039;&#039; Richard something (d_fens)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Education Officers:&#039;&#039;&#039; Matthew Barrington (MoJu), Declan Whelan (castle) &amp;amp; Eoin something (johan)&lt;br /&gt;
&lt;br /&gt;
==May==&lt;br /&gt;
&lt;br /&gt;
==June==&lt;br /&gt;
&lt;br /&gt;
==July==&lt;br /&gt;
&lt;br /&gt;
==August==&lt;br /&gt;
&lt;br /&gt;
==September==&lt;br /&gt;
&lt;br /&gt;
==October==&lt;br /&gt;
&lt;br /&gt;
==November==&lt;br /&gt;
&lt;br /&gt;
==December==&lt;/div&gt;</summary>
		<author><name>Moju</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=TimeLine2007&amp;diff=5163</id>
		<title>TimeLine2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=TimeLine2007&amp;diff=5163"/>
		<updated>2007-04-10T20:08:37Z</updated>

		<summary type="html">&lt;p&gt;Moju: /* April */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Timeline Years}}&lt;br /&gt;
&lt;br /&gt;
==January==&lt;br /&gt;
&lt;br /&gt;
==February==&lt;br /&gt;
&lt;br /&gt;
2nd - Last ever post on cammy&#039;s alternative web boards&lt;br /&gt;
&lt;br /&gt;
16th - A group of 12 brickies attend Skynet&#039;s Open Source Conference, Skycon, at the University of Limerick.&lt;br /&gt;
&lt;br /&gt;
==March==&lt;br /&gt;
&lt;br /&gt;
24th - Redbricks annual WaveHunt competition takes place. Mythe-86 comes first and tnkrbell comes third for Redbrick &lt;br /&gt;
&lt;br /&gt;
http://gallery.redbrick.dcu.ie/tnkrbell/2007wavehunt/          &lt;br /&gt;
&lt;br /&gt;
http://www.flickr.com/photos/nahgoe/sets/72157600026698372/&lt;br /&gt;
&lt;br /&gt;
==April==&lt;br /&gt;
&lt;br /&gt;
10th - AGM held in QG13 at 6:30pm. All positions filled.&lt;br /&gt;
&lt;br /&gt;
   &#039;Chairperson:&#039; Andrew Harford(receive)&lt;br /&gt;
   &lt;br /&gt;
   &#039;Secretary:&#039; Kevin Fox (undone)&lt;br /&gt;
   &lt;br /&gt;
   &#039;Treasurer:&#039; Ashley Dooley Martyn (mythe-86)&lt;br /&gt;
   &lt;br /&gt;
   &#039;Events:&#039; Kat Farrell (angelkat)&lt;br /&gt;
   &lt;br /&gt;
   &#039;Public Relations Officer:&#039; Damian Rhatigan (dano)&lt;br /&gt;
   &lt;br /&gt;
   &#039;System Administrators:&#039; Cian something (lil_cain), Andrew something (werdz), Diarmuid Bourke (drag0n)&lt;br /&gt;
   &lt;br /&gt;
   &#039;Webmaster:&#039; Richard something (d_fens)&lt;br /&gt;
   &lt;br /&gt;
   &#039;Education Officers:&#039; Matthew Barrington (MoJu), Declan Whelan (castle) &amp;amp; Eoin something (johan)&lt;br /&gt;
&lt;br /&gt;
==May==&lt;br /&gt;
&lt;br /&gt;
==June==&lt;br /&gt;
&lt;br /&gt;
==July==&lt;br /&gt;
&lt;br /&gt;
==August==&lt;br /&gt;
&lt;br /&gt;
==September==&lt;br /&gt;
&lt;br /&gt;
==October==&lt;br /&gt;
&lt;br /&gt;
==November==&lt;br /&gt;
&lt;br /&gt;
==December==&lt;/div&gt;</summary>
		<author><name>Moju</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=TimeLine2007&amp;diff=5162</id>
		<title>TimeLine2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=TimeLine2007&amp;diff=5162"/>
		<updated>2007-04-10T20:08:10Z</updated>

		<summary type="html">&lt;p&gt;Moju: /* April */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Timeline Years}}&lt;br /&gt;
&lt;br /&gt;
==January==&lt;br /&gt;
&lt;br /&gt;
==February==&lt;br /&gt;
&lt;br /&gt;
2nd - Last ever post on cammy&#039;s alternative web boards&lt;br /&gt;
&lt;br /&gt;
16th - A group of 12 brickies attend Skynet&#039;s Open Source Conference, Skycon, at the University of Limerick.&lt;br /&gt;
&lt;br /&gt;
==March==&lt;br /&gt;
&lt;br /&gt;
24th - Redbricks annual WaveHunt competition takes place. Mythe-86 comes first and tnkrbell comes third for Redbrick &lt;br /&gt;
&lt;br /&gt;
http://gallery.redbrick.dcu.ie/tnkrbell/2007wavehunt/          &lt;br /&gt;
&lt;br /&gt;
http://www.flickr.com/photos/nahgoe/sets/72157600026698372/&lt;br /&gt;
&lt;br /&gt;
==April==&lt;br /&gt;
&lt;br /&gt;
10th - AGM held in QG13 at 6:30pm. All positions filled. The new committee are:&lt;br /&gt;
&lt;br /&gt;
   &#039;Chairperson:&#039; Andrew Harford(receive)&lt;br /&gt;
   &lt;br /&gt;
   &#039;Secretary:&#039; Kevin Fox (undone)&lt;br /&gt;
   &lt;br /&gt;
   &#039;Treasurer:&#039; Ashley Dooley Martyn (mythe-86)&lt;br /&gt;
   &lt;br /&gt;
   &#039;Events:&#039; Kat Farrell (angelkat)&lt;br /&gt;
   &lt;br /&gt;
   &#039;Public Relations Officer:&#039; Damian Rhatigan (dano)&lt;br /&gt;
   &lt;br /&gt;
   &#039;System Administrators:&#039; Cian something (lil_cain), Andrew something (werdz), Diarmuid Bourke (drag0n)&lt;br /&gt;
   &lt;br /&gt;
   &#039;Webmaster:&#039; Richard something (d_fens)&lt;br /&gt;
   &lt;br /&gt;
   &#039;Education Officers:&#039; Matthew Barrington (MoJu), Declan Whelan (castle) &amp;amp; Eoin something (johan)&lt;br /&gt;
&lt;br /&gt;
==May==&lt;br /&gt;
&lt;br /&gt;
==June==&lt;br /&gt;
&lt;br /&gt;
==July==&lt;br /&gt;
&lt;br /&gt;
==August==&lt;br /&gt;
&lt;br /&gt;
==September==&lt;br /&gt;
&lt;br /&gt;
==October==&lt;br /&gt;
&lt;br /&gt;
==November==&lt;br /&gt;
&lt;br /&gt;
==December==&lt;/div&gt;</summary>
		<author><name>Moju</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=TimeLine2007&amp;diff=5161</id>
		<title>TimeLine2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=TimeLine2007&amp;diff=5161"/>
		<updated>2007-04-10T20:04:39Z</updated>

		<summary type="html">&lt;p&gt;Moju: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Timeline Years}}&lt;br /&gt;
&lt;br /&gt;
==January==&lt;br /&gt;
&lt;br /&gt;
==February==&lt;br /&gt;
&lt;br /&gt;
2nd - Last ever post on cammy&#039;s alternative web boards&lt;br /&gt;
&lt;br /&gt;
16th - A group of 12 brickies attend Skynet&#039;s Open Source Conference, Skycon, at the University of Limerick.&lt;br /&gt;
&lt;br /&gt;
==March==&lt;br /&gt;
&lt;br /&gt;
24th - Redbricks annual WaveHunt competition takes place. Mythe-86 comes first and tnkrbell comes third for Redbrick &lt;br /&gt;
&lt;br /&gt;
http://gallery.redbrick.dcu.ie/tnkrbell/2007wavehunt/          &lt;br /&gt;
&lt;br /&gt;
http://www.flickr.com/photos/nahgoe/sets/72157600026698372/&lt;br /&gt;
&lt;br /&gt;
==April==&lt;br /&gt;
&lt;br /&gt;
10th - AGM held in QG13 at 6:30pm. All positions filled. The new committee are:&lt;br /&gt;
&lt;br /&gt;
   &#039;&#039;&#039;Chairperson:&#039;&#039;&#039; Andrew Harford(receive)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Secretary:&#039;&#039;&#039; Kevin Fox (undone)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Treasurer:&#039;&#039;&#039; Ashley Dooley Martyn (mythe-86)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Events:&#039;&#039;&#039; Kat Farrell (angelkat)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Public Relations Officer:&#039;&#039;&#039; Damian Rhatigan (dano)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;System Administrators:&#039;&#039;&#039; Cian something (lil_cain), Andrew something (werdz), Diarmuid Bourke (drag0n)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Webmaster:&#039;&#039;&#039; Richard something (d_fens)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Education Officers:&#039;&#039;&#039; Matthew Barrington (MoJu), Declan Whelan (castle) &amp;amp; Eoin something (johan) &lt;br /&gt;
&lt;br /&gt;
==May==&lt;br /&gt;
&lt;br /&gt;
==June==&lt;br /&gt;
&lt;br /&gt;
==July==&lt;br /&gt;
&lt;br /&gt;
==August==&lt;br /&gt;
&lt;br /&gt;
==September==&lt;br /&gt;
&lt;br /&gt;
==October==&lt;br /&gt;
&lt;br /&gt;
==November==&lt;br /&gt;
&lt;br /&gt;
==December==&lt;/div&gt;</summary>
		<author><name>Moju</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=TimeLine2006&amp;diff=5213</id>
		<title>TimeLine2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=TimeLine2006&amp;diff=5213"/>
		<updated>2007-03-26T11:45:05Z</updated>

		<summary type="html">&lt;p&gt;Moju: /* October */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Timeline Years}}&lt;br /&gt;
&lt;br /&gt;
==January==&lt;br /&gt;
&lt;br /&gt;
28th - David Murphy (drjolt) tragically died. David was a Redbrick founder, former committee member and a system administrator and he will be missed by all of Redbrick.&lt;br /&gt;
&lt;br /&gt;
==February==&lt;br /&gt;
&lt;br /&gt;
3rd - The Redbrick Wiki was defaced by spammers. The wiki was temporarily taken down.&lt;br /&gt;
&lt;br /&gt;
6th - The Redbrick Wiki was restored.&lt;br /&gt;
&lt;br /&gt;
25th - Short meetup in DCU to exchange old photos/posters/junk for potential anniversary collage/book. (singer, venus, kpodesta, drusilla, atlas, markpb, charlene)&lt;br /&gt;
&lt;br /&gt;
==March==&lt;br /&gt;
&lt;br /&gt;
(27th - 4th) Week 4 - Techweek. [http://www.redbrick.dcu.ie/community/events/posters/2005-2006/techweek.jpg Poster]&lt;br /&gt;
&lt;br /&gt;
4th - [http://wavehunt.redbrick.dcu.ie Wavehunt 2] - [http://www.redbrick.dcu.ie/~jesjes/WaveHunt2006RedbricksTechWeek/ Pictures]&lt;br /&gt;
&lt;br /&gt;
11th - Collage of old posters &amp;amp; photos made in DCU by drusilla, atlas, markpb, charlene, shadow, kpodesta.&lt;br /&gt;
&lt;br /&gt;
16th - Redbrick 10th birthday party. Bojangles nightclub, Harcourt st.&lt;br /&gt;
&lt;br /&gt;
18th - Singer implements the newsgroups reorganisation (this had been proposed over a year ago, but was left unimplemented after there was no real feedback or suggestions). Surrounding the 10th birthday event there was some discussion on the boards about what could encourage new members on to redbrick, and the question of a newsgroups cleanup was again revisited, and singer acted on it! Boards were deleted &amp;amp; renamed!&lt;br /&gt;
&lt;br /&gt;
29th - Colmmacc announces on the boards that Sun Microsystems are donating a T2000 server. (http://www.sun.com/servers/coolthreads/t2000), which will arrive in about a month&#039;s time.&lt;br /&gt;
&lt;br /&gt;
30th - link logs into wiki as yaac123 and adds this to TimeLine2006 entry to confirm he is fully logged in&lt;br /&gt;
&lt;br /&gt;
31st - wiki brought back online after some more hacking (anonymous editing had been disabled on it, but accounts could be created anonymously, which is how hackers got in).&lt;br /&gt;
&lt;br /&gt;
==April==&lt;br /&gt;
&lt;br /&gt;
11th - AGM held in QG13 at 7pm. All positions filled except for one admin. The new committee are:&lt;br /&gt;
&lt;br /&gt;
   &#039;&#039;&#039;Chairperson:&#039;&#039;&#039; Charlie Von Metzradt (phaxx)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Secretary:&#039;&#039;&#039; Jessica NÃ­ ChonchÃºbhair (jesjes)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Treasurer:&#039;&#039;&#039; Andrew Harford (receive)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Events:&#039;&#039;&#039; Kat Farrell (angelkat)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Public Relations Officer:&#039;&#039;&#039; Padraig O&#039;Connor (landa2)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;System Administrators:&#039;&#039;&#039; Eoghan Gaffney (atlas) &amp;amp; Sarunas Vancevicius (svan)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Webmaster:&#039;&#039;&#039; John Doyle (art_wolf)&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Education Officers:&#039;&#039;&#039; Simon Kilroy (gizmo), Kevin Fox (undone) &amp;amp; Diarmuid Bourke (drag0n) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==May==&lt;br /&gt;
&lt;br /&gt;
25th - phaxx orders people to update the scant timeline.&lt;br /&gt;
&lt;br /&gt;
==June==&lt;br /&gt;
&lt;br /&gt;
==July==&lt;br /&gt;
&lt;br /&gt;
==August==&lt;br /&gt;
1st - [[Murphy]] (murphy.redbrick.dcu.ie) becomes the new login server&lt;br /&gt;
&lt;br /&gt;
==September==&lt;br /&gt;
&lt;br /&gt;
14th - joe5ie disusered for a period on one week for attempts to tell other users to run forkbombs, defacing the wiki.&lt;br /&gt;
&lt;br /&gt;
23rd - receive notices that there is a timeline and adds stuff at phaxx&#039;s request&lt;br /&gt;
&lt;br /&gt;
==October==&lt;br /&gt;
&lt;br /&gt;
3rd &amp;amp; 4th - The 12th generation of brickies join at C&amp;amp;S days. MoJu is the first gen12 to appear in chat (he managed to get in weeks before the accounts were created), and seems to already be spending an obsssive length of time online.&lt;br /&gt;
&lt;br /&gt;
10th - RedBrick freshers ball is held in the Vaults Night Club. Not many freshers actually turn up, most likely due to the storm conditions that night. Unusual amounts of lesbian activity entertain those that came though. - [http://gallery.redbrick.dcu.ie/receive/ca2/rbfreshers/?g2_page=3m gallery.redbrick.dcu.ie/receive/ca2/rbfreshers]&lt;br /&gt;
&lt;br /&gt;
11th - EGM is held to elect the third admin position. Werdz, Abolo and Igy pass the test and run for the position. Igy was elected.&lt;br /&gt;
&lt;br /&gt;
23rd - The new dell rack is installed in the server room and [[tolka]] is moved out - [http://gallery.redbrick.dcu.ie/phaxx/redbrickrackreplace/ gallery.redbrick.dcu.ie/phaxx/redbrickrackreplace/]&lt;br /&gt;
&lt;br /&gt;
28th - receive wastes a large amount of time trying to put stuff in to the wiki, and finds himself still there at 4.30am&lt;br /&gt;
&lt;br /&gt;
==November==&lt;br /&gt;
&lt;br /&gt;
There was a lengthy discussion on the newsgroups (redbrick.babble) about &amp;quot;Redbrick 2.0&amp;quot;, initiated by cammy (i.e. should Redbrick combine all it&#039;s different web services to make &amp;quot;Redbrick on the web&amp;quot; for our members, make things easier to use ala Bebo, should we get rid of the command line NNTP newsgroups). (Copy of the posting can be see on cammy&#039;s blog. [http://thedeadone.net/news/a-thought-exercise-redbrick-web-20/]) [https://www.redbrick.dcu.ie/~cammy/v/ Redbrick web forums] were started as a web alternative (parallel?) to the newsgroups.&lt;br /&gt;
&lt;br /&gt;
*Plans for Tech Week 2007 begin...&lt;br /&gt;
&lt;br /&gt;
2nd - Halloween Party held (after Halloween of course) in Isaac Butt&#039;s opposite Busaras.&lt;br /&gt;
&lt;br /&gt;
==December==&lt;br /&gt;
&lt;br /&gt;
7th - Christmas Party held in The Slipper with Drama and Games Soc&lt;/div&gt;</summary>
		<author><name>Moju</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=User:MoJu&amp;diff=8115</id>
		<title>User:MoJu</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=User:MoJu&amp;diff=8115"/>
		<updated>2006-11-20T20:54:31Z</updated>

		<summary type="html">&lt;p&gt;Moju: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Does CA.&lt;br /&gt;
Likes music.&lt;/div&gt;</summary>
		<author><name>Moju</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Why_Did_You_Choose_Your_Username&amp;diff=4662</id>
		<title>Why Did You Choose Your Username</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Why_Did_You_Choose_Your_Username&amp;diff=4662"/>
		<updated>2006-11-20T20:52:49Z</updated>

		<summary type="html">&lt;p&gt;Moju: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Feel free to add an an entry about your username below!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Please follow the same format when adding your username in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[User:art_wolf|art_wolf]]==&lt;br /&gt;
&lt;br /&gt;
Cool picture I have hanging up. Have had it for ages and its by Art Wolfe.&lt;br /&gt;
&lt;br /&gt;
==[[User:atlas|atlas]]==&lt;br /&gt;
&lt;br /&gt;
I originally handed in my student card, and said &amp;quot;Use my first name, please&amp;quot;. I got an email later giving me my username as &#039;James&#039; ( my middle name ). When I asked them to change, I decided to go with something a little cooler. I had been up for hours before that playing Mechwarrior somethingorother, and the Atlas mech was my favourite. I also, occasionally, feel like I have the weight of the world on my shoulders.&lt;br /&gt;
&lt;br /&gt;
==[[User:bilco|bilco]]==&lt;br /&gt;
&lt;br /&gt;
Cause as a fresher I though it was the character&#039;s name from The Hobbit&lt;br /&gt;
&lt;br /&gt;
==[[User:cain|cain]]==&lt;br /&gt;
&lt;br /&gt;
I always thought Cain got a raw deal. Firstborn son of Adam, built the first city on earth and he&#039;s remembered for allegedly killing his brother Abel though the evidence is, to put it mildly, unconvincing and God was clearly biased against him. When I joined Redbrick, Cain was gone so I got Caine, which was the spelling of the name in an RPG I played at the time. Dropped the &#039;e&#039; in my second year.&lt;br /&gt;
&lt;br /&gt;
==[[User:calyx|calyx]]==&lt;br /&gt;
Misread the name of a song. In a perfect world, I would have been calx.&lt;br /&gt;
&lt;br /&gt;
==[[User:cambo|cambo]]==&lt;br /&gt;
&lt;br /&gt;
An abbreviation of sorts on my surname (campbell)... original eh?&lt;br /&gt;
&lt;br /&gt;
==[[User:cammy|cammy]]==&lt;br /&gt;
&lt;br /&gt;
I was using it as a web handle long before I joined Redbrick. It comes from the name of one of my first roleplaying characters that wasn&#039;t just a bunch of stats. The name for that roleplaying character though, came from the computer game Streetfighter 2.&lt;br /&gt;
&lt;br /&gt;
Well actually cammy was my second choice. I would have liked to use The_Dead_One but that exceeds the 8 character limit.&lt;br /&gt;
&lt;br /&gt;
==[[User:cooker3|cooker3]]==&lt;br /&gt;
It is my username for the lab machines in the CA building, it&#039;s not to do with an obcession with cookers!&lt;br /&gt;
&lt;br /&gt;
==[[User:david|david]]==&lt;br /&gt;
The year that I joined DCU Hasselhoff was given a star on the Hollywood walk of fame.  With all the new challenges in my life at that time I found that he was someone I could look up to.  I could admire his achievements.  He was like an uncle to me.  I grew up on Kinght Rider and am looking forward to the new movie coming out this year.  And then when I got a little older and started noticing girls I got interested in Baywatch.  I wanted to be the stud that he was on that show.  Appropriately in 2000 when I joined redbrick he released one of his many hit albums in Germany - &amp;quot;The Magic Colleciton&amp;quot;.  So I chose david as my redbrick username because ... well actually its not that interesting really, its my name in real life.&lt;br /&gt;
&lt;br /&gt;
==[[User:doc|DoC]]==&lt;br /&gt;
It&#039;s the initials of my real name. I&#039;ve been called DoC in real life by friends, family, etc, for as long as I can remember.&lt;br /&gt;
&lt;br /&gt;
==[[User:drag0n|drag0n]]==&lt;br /&gt;
Friends in college said that I needed a nickname, probably because they&#039;re too lazy to say my full name &amp;quot;Diarmuid&amp;quot; and I find &amp;quot;Diarm&amp;quot; quite creepy, so basically, &amp;quot;dragon&amp;quot; popped into their heads and it stuck! I used be called siphi (for no particular reason, it was a random name I was known by onli ne), then changed to drag0n (with a zero). The zero is because the user &amp;quot;dragon&amp;quot; is allready taken on rb. But everyone loved the new name so I added the zero. If you hey the other dragon, you generally get a confused hey in response, so I generally have heys disabled. anyways...&lt;br /&gt;
&lt;br /&gt;
==[[User:drusilla|drusilla]]==&lt;br /&gt;
My nick was surprisingly enough, from the character on Buffy! Friends of mine in second year of school gave it to me when they noticed the similarities between myself and the insane vampire. Funnily, dru was my second nick on RedBrick, before that I was zerocool&lt;br /&gt;
&lt;br /&gt;
==[[User:elmer|elmer]]==&lt;br /&gt;
My username came from my first ever email address(elmer@clubi.ie) which i chose based on the looney tunes character elmer fudd&lt;br /&gt;
&lt;br /&gt;
==[[User:exzantia|exzantia]]==&lt;br /&gt;
As many, many people have pointed out, my name seems like a random string of letters, and it kinda is... When I was signing up for a Yahoo mail account in &#039;98 everything I tried was already taken. I was not having under-scores or numbers so I decided to come up with something that would always be available! I thus far have succeeded.&lt;br /&gt;
&lt;br /&gt;
==[[User:fatwa|fatwa]]==&lt;br /&gt;
&lt;br /&gt;
In first year, whilst learning to program, my friend Andrew wrote a program that printed out &amp;quot;That&#039;s a fatwa on you, mein freund&amp;quot;.&lt;br /&gt;
I thought it was funny and it must have stuck in my head for redbrick registering.  Also, it&#039;s short for &amp;quot;fat wanker&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==[[User:fox_chic|fox_chic]]==&lt;br /&gt;
&lt;br /&gt;
Cause I&#039;m an xphile and Mulder&#039;s first name is Fox. :)&lt;br /&gt;
&lt;br /&gt;
==[[User:gizmo|gizmo]]==&lt;br /&gt;
My nick came from a combination of thinking gizmo was a pretty cool name due to that little flurry critter in Gremlins and also cns putting me on the spot on Clubs And Socs day when I first joined so that I couldn&#039;t think of anything else. Strange, but true.&lt;br /&gt;
&lt;br /&gt;
==[[User:gavin|gavin]]==&lt;br /&gt;
I needed a username I wouldn&#039;t forget and seeing as Gavin was written on my underpants I decided to use that. Handy quinkadink that it is also my real name eh !&lt;br /&gt;
&lt;br /&gt;
==[[User:jesjes|jesjes]]==&lt;br /&gt;
My name is Jessica. And people from home call me Jesi, and at some stage during sixth year I decided I much more liked Jess. So when I got THE INTERNETS, I just called myself jesjes. It stuck.&lt;br /&gt;
&lt;br /&gt;
==[[User:keloe|keloe]]==&lt;br /&gt;
&lt;br /&gt;
I wrote down kehoe, my surname and an old nickname, on the slip. However, due to my incapability to write h&#039;s correctly, the admins read it as keloe.&lt;br /&gt;
&lt;br /&gt;
==[[User:kpodesta|kpodesta]]==&lt;br /&gt;
&lt;br /&gt;
Because that&#039;s my real name. I thought Redbrick was some email yoke - all else fails, I was getting a decent email address.&lt;br /&gt;
&lt;br /&gt;
==[[User:lithium|lithium]]==&lt;br /&gt;
&lt;br /&gt;
Coz I like the sound of it. And coz it goes crazy when you put it in water. And not because of the Nirvana song.&lt;br /&gt;
&lt;br /&gt;
==[[User:macbain|macbain]]==&lt;br /&gt;
He wanted the username &#039;mcbain&#039; but Karlos (mcbain) got it before him. Being original, Sarv decided that macbain would do instead, so he could forever confuse new users between himself and Karl.&lt;br /&gt;
&lt;br /&gt;
==[[User:marvin|marvin]]==&lt;br /&gt;
There are three references here : Starvin Marvin from South Park, Marvin The Paranoid Android from Hitch Hikers Guide To The Galaxy and Marvin the Martian from the Warner Bros cartoon. I&#039;ll leave it to the reader to decide which one was the greatest influence (hint: it wasn&#039;t Starvin Marvin).&lt;br /&gt;
&lt;br /&gt;
==[[User:mo|mo]]==&lt;br /&gt;
Due to my considerable soccer talent, I was nicknamed &amp;quot;mo&amp;quot; after Mo Johnston, the scottish football hero.&lt;br /&gt;
&lt;br /&gt;
==[[User:MoJu|MoJu]]==&lt;br /&gt;
It&#039;s in a similar vein to HoJu(Homer Junior) from the Simpsons. Given to me by a someone on a forum after they saw a picture of me and thought I was the aforementioned Mordeth. So they suggested Mordeth Junior which was then condensed to MoJu. I then adopted it as my second online nick.&lt;br /&gt;
&lt;br /&gt;
==[[User:montoya|montoya]]==&lt;br /&gt;
&lt;br /&gt;
The name is that of a character from the book &amp;quot;The Princess Bride&amp;quot; by William Goldman. The specific character is Inigo Montoya, a Spanish swordsman out for revenge against a 6-fingered man who killed Inigo&#039;s father.&lt;br /&gt;
&lt;br /&gt;
==[[User:moridin|moridin]]==&lt;br /&gt;
&lt;br /&gt;
The most evil and therefore cool character in a series of books that I was reading. Said series of books has since degenerated into a mush of crap writing. Boo.&lt;br /&gt;
&lt;br /&gt;
==[[User:nit|niT]]==&lt;br /&gt;
Originally my name was a combination of many words that described me, and was dreamt up whilst I was at college in Aylesbury.  It all started when I got a demo copy of Diablo from my cousin in Singapore, and us lads built our first LAN at my mate Dave&#039;s house.  We also played Carmegeddon, the Star Wars game and Quake 2 (of which my mate Dave had a 600mhz processor and TWO 3dfx cards linked up in parallell - he was our God).  It was necessary for me to have a character name in Diablo so I chose Nitsuj Buaya Chen, the latter two meaning &#039;Crocadile man that snaps up ladies&#039; (in Singapore slang) and monkey (as my star sign is golden monkey).  I later joined a CS clan called Black Legion and people naturally shortened my name down to nit. At that time I also had a friend who was called &#039;kippy&#039; in real life and online, so I started using nit in real life too.  Later I joined a &#039;talker&#039; called theManor which was a twin site to the LambdaMoo, there was a guy there who set it all up and went by the nick &#039;beN&#039;, he and girlfriend sadly died in a car accident and so manor spods paid tribute but capitalising the final letter of their nick, hence why I use niT.&lt;br /&gt;
&lt;br /&gt;
==[[User:noelfitz|noelfitz]]==&lt;br /&gt;
&lt;br /&gt;
8 letter truncation of my real name (boring but true.)&lt;br /&gt;
&lt;br /&gt;
==[[User:p|p]]==&lt;br /&gt;
&lt;br /&gt;
Back the old days of IOL/Indigo&#039;s IRC servers I used a variety of names, which all began with the letter p. Eventually, I ditched the different nicknames and used ^P^. Redbrick doesn&#039;t support weird characters though, so now it&#039;s just p. It also happens to be my middle initial.&lt;br /&gt;
&lt;br /&gt;
==[[User:phaxx|phaxx]]==&lt;br /&gt;
&lt;br /&gt;
Originally from the character Lord Fax in the book [http://www.google.com/search?q=dragonriders+of+pern Dragonriders Of Pern] by Anne McCaffrey. I used Lord_Fax in [http://research.microsoft.com/vwg/projectsheets/comicchat.htm MS Comic Chat] for a while. I saw somebody using a &#039;ph&#039; instead of an &#039;f&#039;, and thought, in that usual 13-year-old way, OMGZ COOL, and promptly became LordPhaxx. &lt;br /&gt;
I was LordPhaxx for a few years, until until around 16 when I met a bunch of other Irish nerds one afternoon. [[User:jerry|jerry]] was among them, and commented, &amp;quot;With a name like LordPhaxx, I expected you to be taller.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
So er, I dropped the pretentious &#039;Lord&#039;, and I&#039;ve been &#039;phaxx&#039; ever since.&lt;br /&gt;
&lt;br /&gt;
See, nothing to do with fax machines! :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==[[User:receive|receive]]==&lt;br /&gt;
&lt;br /&gt;
It was Michelle Smith (swallow) that dragged me along to sign up during first year, so I&#039;d handed over my 4euro before I&#039;d begun to think of a username, so I turned and said &amp;quot;Shit, Michelle, what will I pick?&amp;quot; and she suggested &amp;quot;receive&amp;quot; because it went so well with swallow. Stupidly I agreed, and it stuck (after we found a spell checker to check how to spell it that is), so i never changed it to anything better. Ironically, i never have been at the receiving end of swallows abilities.&lt;br /&gt;
&lt;br /&gt;
==[[User:r0b|r0b]]==&lt;br /&gt;
Rob is my name *shock* *gasp* rob was taken so used r0b instead. Amazing story tbh&lt;br /&gt;
&lt;br /&gt;
==[[User:sandman|sandman]]==&lt;br /&gt;
&lt;br /&gt;
I didn&#039;t. It was assigned on the basis that a) I was asleep and b) I read comics, didn&#039;t I? Ironically, I hadn&#039;t read much Sandman at the time.&lt;br /&gt;
&lt;br /&gt;
==[[User:shimoda|shimoda]]==&lt;br /&gt;
&lt;br /&gt;
It was a character in a book (Illusions by Richard Bach) I read during my formative years. Another rb user thought the description of the protagonist was suited to me so I nabbed the name.&lt;br /&gt;
&lt;br /&gt;
==[[User:singer|singer]]==&lt;br /&gt;
&lt;br /&gt;
I was a singer in a band. The guitarist mocked me for being the singer by calling me &amp;quot;singer&amp;quot;. The nickname stuck. Non-Redbrick people address me as singer! My 2nd choice username was &amp;quot;scano&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
==[[User:spock|spock]]==&lt;br /&gt;
&lt;br /&gt;
I chose spock because I had no idea that it would follow me around for at least the next 10 years.&lt;br /&gt;
I didn&#039;t even know what Redbrick was when I was joining, and when I had a membership form thrust&lt;br /&gt;
in my face by Hyper on Freshers day 1996, we had three preferences for username.  I put down &amp;quot;spock&amp;quot; as my first preference.  It wasn&#039;t taken, and that is how I didn&#039;t end up with the username &amp;quot;data&amp;quot;, or &amp;quot;benji&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==[[User:svan|svan]]==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;S&amp;lt;/u&amp;gt;arunas &amp;lt;u&amp;gt;Van&amp;lt;/u&amp;gt;cevicius. First letter of name, then first 3 letters from surname.&lt;br /&gt;
&lt;br /&gt;
==[[User:thedara|thedara]]==&lt;br /&gt;
&lt;br /&gt;
My nick was given to me years before redbrick on irc (irc.phishy.net) I was the first person some americans had met called Dara and they&lt;br /&gt;
found that interesting for some reason or other and hence I became thedara.&lt;br /&gt;
On redbrick irc i&#039;m known as Darz0re, It was a in-joke at the time when myself and dizer stuck z0re at the end of out names&lt;br /&gt;
hence thez0rekorp.com and z0re.org&lt;br /&gt;
&lt;br /&gt;
==[[User:undone|undone]] ==&lt;br /&gt;
&lt;br /&gt;
Couldn&#039;t think of anything on Clubs &amp;amp; Socs day, so for about 2 days my username was my actual name. Then I picked this, because of the Weezer song, but also because I think it&#039;s a nice word.&lt;br /&gt;
&lt;br /&gt;
==[[User:werdz|werdz]]==&lt;br /&gt;
&lt;br /&gt;
A long time ago in a net cafe far, far away, a sexy asian friend by the name of quank said &amp;quot;Hey Andrew, stop using the name andrew in CS. Use werdna instead. It&#039;s andrew only backwards!&amp;quot; - That lasted about five minutes until people got bored trying to pronounce it (&amp;quot;OMG! WERDNA! QUIT TK&#039;ING YOU NOOB!&amp;quot;) and just started shouting werdz instead (&amp;quot;OMG! WERDZ! QUIT TK&#039;ING YOU NOOB!&amp;quot;). And that&#039;s my life story up until this point.&lt;br /&gt;
&lt;br /&gt;
==[[User:wilburt|wilburt]]==&lt;br /&gt;
&lt;br /&gt;
Long story, guys i used to know named me Wilburtino, i didnt really like it cos they were muppets. However, it grew on me over time. Wanted Wilburtino or Will as my username but they wouldnt let me :( so wilburt  was the only one left. Like all rb usernames i think, they are spur of the moment. (or admin mistakes)&lt;/div&gt;</summary>
		<author><name>Moju</name></author>
	</entry>
</feed>