// #monash — 2004-10-09
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
19:16:00 * Now talking in #Monash
19:16:00 * Topic is '$1 to the person who can identify the music track on Channel 7's HD Presentation, where sophie and tom are on a tropical island/holiday.! OHHH, and what MORE do they want from mE?! My life?! Take it dammit! Take It!'
19:16:00 * Set by MewL on Sat Oct 02 00:23:32
19:16:00 * ChanOP sets mode: +o Glenn
19:16:00 <Glenn> :)
19:16:00 * ChanOP sets mode: -o Glenn
19:16:00 <Glenn> Good evening all ! :)
19:24:00 * SpUnKiE_wOg ([email protected]) has joined #monash
19:24:00 * SpUnKiE_wOg ([email protected]) Quit (Exit: Leaving)
19:29:00 * Lobo is now known as Lobo|away
19:29:00 * Lobo|away is away: work work... (19:30:02 08/10/2004)
19:33:00 * Glenn is now known as lin_dins
19:36:00 * tayser ([email protected]) Quit (Ping timeout for tayser)
19:54:00 * Blackbean ([email protected]) has joined #monash
19:57:00 * ChanOP sets mode: +v Blackbean
19:58:00 * ChanOP sets mode: +v lx
19:58:00 * ChanOP sets mode: +v Lobo|away
19:58:00 * ChanOP sets mode: +v lin_dins
19:59:00 <Blackbean> huzzah!
19:59:00 <lin_dins> :)
20:00:00 <Blackbean> heh
20:03:00 * Blackbean yawns
20:15:00 * lindi ([email protected]) has joined #monash
20:15:00 * ChanOP sets mode: +o lindi
20:19:00 <Blackbean> lol. i thought lindi was lin_dins!?
20:19:00 <lindi> o__O no
20:19:00 <Blackbean> heh
20:20:00 <lindi> argh have you got the ball moving?
20:20:00 <lindi> in realtimes
20:20:00 <Blackbean> we've got it jumping around
20:20:00 <lindi> idoes it move vertically?
20:20:00 <Blackbean> eh?
20:20:00 <Blackbean> it moves wherever you throw it to
20:21:00 <lindi> is yours moving incrementally?
20:21:00 <lindi> so..it just..appears?
20:21:00 <Blackbean> no, it moves straigh taway
20:21:00 <Blackbean> so it does appear, yes
20:21:00 <lindi> ah
20:21:00 <Blackbean> we havent got smooth motion yet.
20:21:00 <Blackbean> but it will be done tomorrow
20:21:00 <lindi> i cant get it to move..vertically??!!
20:21:00 * TituS ([email protected]) has joined #monash
20:21:00 <lindi> driving me nuts
20:22:00 <lindi> ..this is stupid.. i ve done all the code so far
20:22:00 <lindi> my partner has done.. nothing
20:22:00 <Blackbean> who is your partner
20:22:00 <Blackbean> some random?
20:22:00 <lindi> yea
20:22:00 <lindi> some random
20:22:00 * TituS is now known as HowUdoinMa
20:23:00 <HowUdoinMa> shittt
20:23:00 <HowUdoinMa> go kick him out
20:23:00 <HowUdoinMa> or she
20:23:00 <lindi> its a he
20:23:00 <Blackbean> lol whats his name
20:23:00 <lindi> he's finishing off his thesis
20:23:00 <lindi> alex
20:23:00 <Blackbean> ah
20:24:00 <HowUdoinMa> is he good looking
20:24:00 <lindi> no
20:24:00 <HowUdoinMa> k
20:24:00 <HowUdoinMa> then kick him out
20:24:00 <Blackbean> is he leb?
20:24:00 <lindi> nah.. internation, asian
20:24:00 <lindi> international*
20:24:00 <Blackbean> oh. diff person then
20:24:00 <HowUdoinMa> is he offering you anything?
20:25:00 <lindi> no
20:25:00 * lindi gives clay a weird look
20:25:00 <lindi> what you mean offering?
20:25:00 <lindi> do you remember your database stuff chris?
20:26:00 <Blackbean> sorta. im using databases atm
20:26:00 <Blackbean> what area of databases
20:26:00 <lindi> the php stuff
20:26:00 <lindi> with the server?
20:26:00 <Blackbean> never did php
20:26:00 <lindi> ...
20:26:00 <lindi> huh?!
20:26:00 <lindi> why we doing it then!?
20:26:00 <Blackbean> our group is, but im not the one doing it
20:27:00 <Blackbean> in my day, we used C
20:27:00 <lindi> lol damn i LIKE c
20:27:00 <lindi> why couldnt he stick with c
20:27:00 <Blackbean> C and sql is a bitch
20:27:00 <lindi> is it
20:27:00 <lindi> hmm.
20:27:00 <Blackbean> FREAKING VARCHARS
20:27:00 <Blackbean> i hate it
20:27:00 <Blackbean> but it (sorta) works
20:27:00 <lindi> what about the server?
20:27:00 <lindi> makerserver on sng
20:27:00 <Blackbean> what server.
20:27:00 <Blackbean> dunno. we're using oracle on sng
20:28:00 <Blackbean> thats all i know. all im doing is coding, lol
20:28:00 <lindi> hmm..
20:28:00 <lindi> bit lost in database .. shit assignment due on tue and interview
20:29:00 <akiru> just use char(len) and trim()
20:29:00 <akiru> faster searching
20:35:00 <lindi> what did use semaphores for in ur code
20:36:00 <Blackbean> to lock down variables
20:36:00 <Blackbean> because you have many clients, you have many clientProcesses
20:36:00 <Blackbean> each one accessing the same variables.
20:36:00 <lindi> ? what you mean by lock down?
20:37:00 <HowUdoinMa> lock them down so that only one but no one else can access it.
20:38:00 <lindi> hmm how do you that?
20:39:00 <HowUdoinMa> heheh forgot
20:39:00 <Blackbean> the semaphore does that
20:39:00 <Blackbean> by locking, it really 'stops' all other processes. If they aren't running, they cant access any variables.
20:39:00 <lindi> is this the multex thing?
20:39:00 <Blackbean> yes, mutex
20:40:00 <lindi> besides from that.. do we need semaphores in anything else?
20:40:00 <Blackbean> not that I know of
20:40:00 <Blackbean> i'm only using mutexes
20:40:00 <Blackbean> atm
20:40:00 <Blackbean> bbl, showah
20:40:00 <HowUdoinMa> are u doing the same subjects as lindi, Blackbean
20:40:00 <lindi> two of them
20:40:00 <lindi> yea
20:40:00 <Blackbean> some
20:40:00 <HowUdoinMa> what course are u studying Blackbean
20:40:00 <Blackbean> its me, commoguy :P
20:41:00 <Blackbean> chris
20:41:00 <lindi> clay's slow
20:41:00 <Blackbean> yeah.
20:41:00 <lindi> i ve been saying your name already
20:41:00 <HowUdoinMa> aww
20:41:00 <HowUdoinMa> crap
20:41:00 <HowUdoinMa> hahaha
20:41:00 <HowUdoinMa> i dont read
20:41:00 <lindi> lol
20:41:00 <lindi> <-- dinner
20:44:00 <HowUdoinMa> hows things chris
20:46:00 <Blackbean> snowed under
20:46:00 <Blackbean> bloody 3905
20:47:00 <HowUdoinMa> design?
20:47:00 <HowUdoinMa> what projec
20:48:00 <Blackbean> a power thing
20:48:00 <Blackbean> diff. to the normal ones
20:48:00 <Blackbean> and software eng project as well, gah!
20:49:00 <Blackbean> and realtime
20:49:00 <Blackbean> and electromag (binh). grrr
20:52:00 <HowUdoinMa> shes
20:53:00 <HowUdoinMa> hang in there mte
20:53:00 <HowUdoinMa> u can do it
21:17:00 <Blackbean> heh
21:19:00 * Blackbean yawns
21:22:00 * tayser ([email protected]) has joined #monash
21:23:00 * lindi ([email protected]) Quit (Exit: )
21:29:00 * tayser ([email protected]) Quit (Ping timeout for tayser)
21:30:00 * Blackbean ([email protected]) has left #monash
21:31:00 * st3PHeN ([email protected]) has joined #monash
21:31:00 * ChanOP sets mode: +o st3PHeN
21:31:00 * tayser ([email protected]) has joined #monash
21:36:00 * lindi ([email protected]) has joined #monash
21:36:00 * ChanOP sets mode: +o lindi
21:46:00 * iKob ([email protected]) has joined #monash
21:50:00 * tayser ([email protected]) Quit (Ping timeout for tayser)
22:01:00 * lindi ([email protected]) Quit (Ping timeout for lindi)
22:03:00 * lindi ([email protected]) has joined #monash
22:03:00 * ChanOP sets mode: +o lindi
22:07:00 * Red_Wolf_2 ([email protected]) has joined #monash
22:07:00 * ChanOP sets mode: +o Red_Wolf_2
22:07:00 * Blackbean ([email protected]) has joined #monash
22:27:00 * lancerVSeclipse ([email protected]) has joined #monash
22:27:00 * ChanOP sets mode: +o lancerVSeclipse
Search this day's buffer:
