Session Start: Wed Jun 08 00:00:00 2011
Session Ident: #glitchpc
[00:00] * Now talking in #glitchpc
[00:00] * Topic is 'Welcome to #glitchpc chat. Profanity, trolls, and impersonation are not welcome here. Street1 has become a Silent Keyboard. http://www.legacy.com/obituaries/savannah/obituary.aspx?page=lifestory&pid=139870551'
[00:00] * Set by jacky on Tue Mar 02 11:03:23
[02:36] * Tux2 (Tux2@mib-76B85A14.hlrn.qwest.net) Quit (Quit: Leaving)
[05:49]<+Mulreay> !w manchester uk
[05:49]<+Mulreay> Mmm, it's actually VERY dark out and there's thunder and lightning
[06:19] * Mulreay (mulreay@mib-10E4E6F.cable.virginmedia.com) Quit (Connection reset by peer)
[06:19] * Mulreay (mulreay@mib-10E4E6F.cable.virginmedia.com) has joined #glitchpc
[06:20] * ChanbotIV sets mode: +v Mulreay
[06:38]<@BC_Programming> I just thought of a great way ti get out of jury duty
[06:39]<@BC_Programming> just prefix all your answers with "according to prophecy"
[07:17] * Matthew89 (Mibbit@93D8DF27.43A1810.E20A3C40.IP) Quit (Quit: http://www.mibbit.com ajax IRC Client)
[07:52] * camerongray (camerongra@F9223BF5.2A2448EA.129CC37E.IP) has joined #glitchpc
[07:52] * ChanbotIV sets mode: +v camerongray
[08:23] * jacky (the_kink@mib-7F386EE2.slsbmd.east.verizon.net) has joined #glitchpc
[08:23] * ChanServ sets mode: +q
[08:23] * ChanServ sets mode: +o jacky
[08:23] * ChanServ sets mode: -q
[08:23] * ChanServ sets mode: +o jacky
[08:25]<@BC_Programming> Mulreay: is this what your comp will look like after you build it? http://thereifixedit.files.wordpress.com/2011/04/white-trash-repairs-what-it-works.jpg
[08:30]<+camerongray> lol
[08:32] * guest_06 (Mibbit@mib-8CD9CE24.static.tpgi.com.au) has joined #glitchpc
[08:35]<+camerongray> Or this: http://thereifixedit.failblog.org/2011/06/06/white-trash-repairs-ill-make-it-fit/
[08:43]<@jacky> hehe
[08:43]<@jacky> I've lost track of time... has Mulreay got all his components in hand now?
[08:43]<@BC_Programming> I'm not sure
[08:45]<@jacky> ok
[08:45]<@jacky> Looks like glitch was here a time or two
[08:45]<@jacky> heh
[08:45]<@BC_Programming> haha... yeah
[08:45]<@jacky> nobody even said hi?
[08:45]<@BC_Programming> nope
[08:45]<@jacky> including him
[08:45]<@jacky> wow
[08:46]<@BC_Programming> I have this habit of never really noticing him joining until he's gone
[08:46]<@BC_Programming> although I don't think I would have anyway
[08:46]<@jacky> heh
[08:46]<+camerongray> I noticed, then remembered his antics related to the channel
[08:46]<@jacky> you would if he did
[08:46]<@jacky> camerongray: Hello
[08:47]<@jacky> did Mulreay say that this is his first time, assembling a new computer from the ground up?
[08:47]<@jacky> I think he did...
[08:47]<@BC_Programming> yeah to my understanding
[08:48]<@jacky> from my experience with bad/tricky ram, I suggest that he first boot to a Memtest disk, and let it run for at least two passes
[08:48]<@jacky> how do you feel about doing that?
[08:48]<@BC_Programming> can't hurt
[08:49]<@jacky> oh, it can... hehehe ... one is there, with all one's new goodies... and just waiting, and waiting, and waiting.... as it runs
[08:49]<@jacky> hehehe
[08:49]<@jacky> I think I assembled, booted to memtest... got it running, and went and did errands, etc. for a few hours.
[08:50]<@BC_Programming> true... I only ran it when I was getting STOP errors, but I later traced that to the video card overheating
[08:50]<@jacky> I had screwy ram... brand new... If I hadn't done that test, imagine where I'd been, either during the install of Win7, or later trying to use it... when things went crazy
[09:01] * guest_06 (Mibbit@mib-8CD9CE24.static.tpgi.com.au) has left #glitchpc
[09:53] * sonicrules1234 (sonicrules@mib-DBD9ADBF.lsanca.dsl-w.verizon.net) has joined #glitchpc
[10:04] * Tux2 (Tux2@E33E54F6.8F502EB6.39CF04D1.IP) has joined #glitchpc
[10:05]<sonicrules1234> Hi Tux2
[10:06]<Tux2> hi sonicrules1234
[10:13]<+camerongray> hey Tux2 and sonicrules1234
[10:13]<Tux2> howdy camerongray
[10:17]<Tux2> lol...
[10:17]<@BC_Programming> hey wait a second
[10:18]<@BC_Programming> couldn't you just use eval on the JSON text and then interrogate the properties of the resulting object?
[10:19]<@BC_Programming> or from the looks of things there is a built in JSON.parse(JSONtext) method as well
[10:20]<+camerongray> I have it converted to a javascript object
[10:21]<+camerongray> But I can't seem to work out how to pull out a specific value
[10:21]<+camerongray> http://pastebin.com/sUW6azME
[10:22]<+camerongray> I need the value of "lat" from line 44
[10:22]<+camerongray> The parsed object is stored as the variable json
[10:24]<+camerongray> alert(json); and alert(json.results); both return "[object Object]" but going any deeper such as alert(json.results.geometry); shows "undefined"
[10:24]<@BC_Programming> I would guess
[10:24]<@BC_Programming> json["results"]["geometry"]["location"]["lat"]
[10:25]<@BC_Programming> that would be a complete guess since I really have no idea how it turns the JSON into objects
[10:26]<+camerongray> That returns this error: json.results.geometry is undefined
[10:26]<@BC_Programming> oh
[10:26]<@BC_Programming> wll investigate this in a bit
[10:27]<+camerongray> woo
[10:35] * Mulreay|whaaa (mulreay@mib-10E4E6F.cable.virginmedia.com) has joined #glitchpc
[10:35] * Mulreay (mulreay@mib-10E4E6F.cable.virginmedia.com) Quit (Ping timeout)
[10:35] * Paragon (Paragon@mib-10E4E6F.cable.virginmedia.com) Quit (Ping timeout)
[10:35] * Paragon (Paragon@mib-10E4E6F.cable.virginmedia.com) has joined #glitchpc
[10:35] * ChanbotIV sets mode: +v Mulreay|whaaa
[10:43]<+camerongray> Woooooottttt!!!!! - I'm so happy - Got the JSON working
[10:44]<Tux2> nice!
[10:45]<@BC_Programming> good
[10:45]<@BC_Programming> now I can stop trying to use javascript
[10:45]<+camerongray> lol
[10:45]<+camerongray> Turned out that I needed this: json.results[0].geometry.location.lat
[10:46]<@BC_Programming> that was totally going to be my next suggestion
[10:46]<+camerongray> hahaha
[10:46]<Tux2> lol...
[11:09]<Tux2> lol, I logged into a help channel for my phone, and asked a question the proper way... no one responded until I asked, (30 minutes later), if they were all busy or just didn't know the answer to my question. (I got an immediate response after that...)
[11:09]<@BC_Programming> haha
[11:13]<@BC_Programming> interesting, seems that there is going to be an Xbox360 version of minecraft
[11:13]<Tux2> really?
[11:13] * Tux2 buys xbox360
[11:13]<@BC_Programming> heh
[11:13]<@BC_Programming> yeah
[11:14]<Tux2> nah, just kidding. ;)
[11:14]<Tux2> I'll just install windows 98 on my original xbox and play minecraft that way.
[11:17]<Tux2> what was funny is that they were all talking amongst themselves when I came in, so I knew that they saw it...
[11:17]<@BC_Programming> saw what
[11:19]<Tux2> saw the question in IRC that I posted.
[11:19]<@BC_Programming> ahhh
[11:21]<Tux2> here's the pastebin: http://pastebin.com/htL9ZY0u
[11:23]<@BC_Programming> heh
[11:24]<Tux2> lol, yeah, I waited a good 37 minutes before asking. ;)
[11:33]<@jacky> be back later
[11:33] * jacky (the_kink@mib-7F386EE2.slsbmd.east.verizon.net) has left #glitchpc
[12:26]<+camerongray> I don't think that it is minecraft - Someone has made a clone of it
[12:26]<+camerongray> And notch says he hates consoles
[12:28]<@BC_Programming> cam No, It is minecraft
[12:28]<@BC_Programming> fortresscraft is on XBox360 but that's old news
[12:28]<@BC_Programming> http://www.ifc.com/news/2011/06/e3-2011-minecraft-kinect-xbox-360.php
[12:37]<+camerongray> cool
[12:37]<@BC_Programming> I suppose that depends, really
[12:42]<+camerongray> lol
[13:08]<+camerongray> haha - "Great movie mistakes" is on
[13:19]<@BC_Programming> haha nostalgia critic "the OTHER animated titanic movie" man that thing is TERRIBLE
[13:20]<+camerongray> lol
[13:20]<+camerongray> This is more things like films set in the 17th Century with electrical wires running down the walls
[13:21]<+Mulreay|whaaa> Yeah, epically bad that one... not quiet as bad as 'The Room' though
[13:21]<+camerongray> Hey Mulreay
[13:21]<+Mulreay|whaaa> hey camerongray
[13:21]<+camerongray> You ordered your parts yet?
[13:21]<+Mulreay|whaaa> A couple are out of stock
[13:21]<@BC_Programming> hilarious... I nearly bust a gut when it got to the part where the ladies tears caught magic moonbeams and suddenly she could communicate with dolphins which could fly
[13:21]<+camerongray> Ahh - What ones?
[13:21]<+Mulreay|whaaa> GPU and RAM
[13:22]<+Mulreay|whaaa> BC_Programming: lol yeah
[13:22]<+camerongray> Ahh - You can probably just order a different make or from another shop (OCUK)
[13:22] * Mulreay|whaaa is now known as Mulreay
[13:22]<+Mulreay> Thought of that but would mean spending another ?45
[13:23]<+Mulreay> I can wait
[13:23]<+camerongray> lol
[13:23]<+Mulreay> Would cost an extra ?10 just for delivery
[13:23]<+camerongray> From OCUK?
[13:23]<+Mulreay> yep
[13:23]<+Mulreay> ?9 something
[13:24]<+camerongray> What about slightly different parts?
[13:24]<+camerongray> Such as a different brand card
[13:24]<+Mulreay> I can wait
[13:24]<+camerongray> Yeh
[13:24]<+camerongray> Try pricing with ebuyer too - Got a couple of builds alot cheaper from there
[13:25]<+camerongray> lol - The trash can next to the mansion keeps going on fire
[13:26]<@BC_Programming> yeah noticed that
[13:26]<@BC_Programming> dangerously close to the massive wooden "INOVA" thing, too
[13:26]<+camerongray> Yeh
[13:28]<+camerongray> Time to work more on tower 2
[13:29]<@BC_Programming> tower 2?
[13:29]<@BC_Programming> oh right
[13:29]<@BC_Programming> ksam's thing
[13:29]<+camerongray> The second tower on the server
[13:29]<+camerongray> yeh
[13:30]<Tux2> lol, I figured out why it is slow in town for some users.....
[13:30]<Tux2> all the redstone stuff...
[13:30]<@BC_Programming> all the fire?
[13:30]<@BC_Programming> oh that makes sense as well I guess
[13:30]<Tux2> probably that too...
[13:30]<+camerongray> Please say fire too
[13:31]<@BC_Programming> oh yeah, aren't there a few of those flip/flop repeatey things?
[13:31]<+camerongray> I think I'll make the floors in the tower twice the hight
[13:31]<+camerongray> And put a column in the middle from top to bottom
[13:32]<Tux2> yeah, exactly BC_Programming, especially near the center of town...
[13:32]<Tux2> probably why my cpu usage goes up to like 30% whenever someone is in town...
[13:32]<+camerongray> And that underground minecart pulser thing
[13:33]<@BC_Programming> minecart pulser?
[13:34]<+camerongray> Under the bakery there is a cart that goes round a track activating a detector rail
[13:34]<+camerongray> Flashes a torch
[13:34]<@BC_Programming> that
[13:34]<@BC_Programming> is pointless
[13:35]<+camerongray> Yeh :P
[13:36]<Tux2> lol, I should have DB remove it because of the CPU usage...
[13:36]<+camerongray> yeh
[13:36]<@BC_Programming> roflmao... if this titanic movie had been made for comedy it would have gotten 5 stars
[13:36]<+camerongray> Would you like me to temp stop it to see if it helps?
[13:37]<Tux2> I just let Devil_boy512 know.. he'll take it down...
[13:38]<Tux2> It always gets the worst right over the bakery, so that makes sense...
[13:38]<+camerongray> Actually - It's not got a cart on it anymore
[13:39]<Tux2> hmm...
[13:40]<@BC_Programming> the plot thickens
[13:40]<Tux2> stupid Minecart mania bug...
[14:08]<+Mulreay> http://audioboo.fm/boos/380060-short-film-search
[14:08]<+Mulreay> Ashens
[14:28]<+camerongray> Tux2: You there?
[14:29]<Tux2> Yes, I'm here.
[14:29]<+camerongray> nvm
[14:34]<Tux2> lol, okay
[14:34]<+Mulreay> Next time you should do that like Stewie Griffin... Tux Tux Tux Tux Tux Tux2 Tux2 Tux2 Tux2 Tux2 Tux2 Tuxie Tuxie Tuxie Tuxie Tuxie Tuxie 'WHAT?' nvm hehehehe and then leave the channel
[14:35]<Tux2> lol...
[14:35]<Tux2> (when you try to log on to the server you might get a nasty surprise if you did that.... ;))
[14:36]<+Mulreay> lol
[14:36]<@BC_Programming> "camerongray joined the game"
[14:36]<@BC_Programming> [server] Warning: douche detected. engaging backup measures
[14:36]<+camerongray> lol
[14:36]<Tux2> lol...
[14:36]<@BC_Programming> [server] camerongray was kicked from the game
[14:37]<+camerongray> What did I do?
[14:37]<@BC_Programming> I'm not sure
[14:37]<+camerongray> Oh
[14:37]<+camerongray> I got stuck in rock when i died
[14:37]<+camerongray> Then I got out and now I'm better :P
[14:38]<@BC_Programming> story of my life right there
[14:38]<Tux2> lol...
[14:38]<@BC_Programming> I'm not sure how that makes sense
[14:59]<+camerongray> lol - Just saw on the news
[14:59]<+camerongray> A little boy got stuck in one of those toy crane vending machines trying to get a toy
[14:59]<+camerongray> Like - Physically sitting inside it
[15:00]<@BC_Programming> haha
[15:06]<@BC_Programming> heh... just made baseblock have a "death animation" for a second or so when you die
[15:13]<@BC_Programming> wow project64 is starting to anger me
[15:13]<@BC_Programming> "hey I see you have a controller, but you can't use it"
[15:13]<@BC_Programming> you know even though fceux, zsnes, snes9x, kega, visualboyadvance, and desMuME see it just fine
[15:15]<Tux2> lol...
[15:16]<@BC_Programming> And then I start mupen64 and it sees it fine
[15:16]<@BC_Programming> where is the logic
[15:16]<Tux2> tee hee... dunno...
[15:16]<@BC_Programming> so I unplug it and plug it back into another port
[15:16]<@BC_Programming> and suddenly project64 can use it
[15:16]<@BC_Programming> again, I am at a loss to explain this
[15:48] * pottsi (Mibbit@pottsi.staff.mibbit.net) has joined #glitchpc
[15:49] * pottsi (Mibbit@pottsi.staff.mibbit.net) Quit (Client exited)
[16:05] * sonicrules1234 (sonicrules@mib-DBD9ADBF.lsanca.dsl-w.verizon.net) Quit (Quit: Bye)
[16:37] * Tux2 (Tux2@E33E54F6.8F502EB6.39CF04D1.IP) Quit (Quit: Leaving)
[17:35] * GlitchPC (Mibbit@mib-9FCDF15E.nwrknj.east.verizon.net) has joined #glitchpc
[17:35] * ChanServ sets mode: +o GlitchPC
[17:51] * sonicrules1234 (sonicrules@mib-DBD9ADBF.lsanca.dsl-w.verizon.net) has joined #glitchpc
[17:52] * GlitchPC (Mibbit@mib-9FCDF15E.nwrknj.east.verizon.net) Quit (Quit: http://www.mibbit.com ajax IRC Client)
[18:34] * Tux2 (Tux2@mib-76B85A14.hlrn.qwest.net) has joined #glitchpc
[18:46] * camerongray (camerongra@F9223BF5.2A2448EA.129CC37E.IP) Quit (Quit: camerongray)
[18:53] * sonicrules1234 (sonicrules@mib-DBD9ADBF.lsanca.dsl-w.verizon.net) Quit (Quit: Leaving)
[19:06] * Tux2 (Tux2@mib-76B85A14.hlrn.qwest.net) Quit (Ping timeout)
[19:25]<@BC_Programming> -_-
[19:25]<@BC_Programming> that CSMRhodes guy decided that the house me and Craig built in the desert world was his...
[21:48] * sonicrules1234 (sonicrules@mib-DBD9ADBF.lsanca.dsl-w.verizon.net) has joined #glitchpc