Session Start: Thu Dec 20 00:00:00 2012
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
[00:22] * Nat (natman97@mib-642FCA28.socal.res.rr.com) Quit (Quit: zzzZZZzzzZZzzZZZzz)
[01:28]<@BC_Programming> I'm sick of this
[01:28] * Magiobiwan is happy his ISO finished downloading
[01:28]<@BC_Programming> I wish people would STFU irl
[01:28]<@BC_Programming> "BLA BLA BLA
[01:28]<@BC_Programming> "TALKING ABOUT NOTHING"
[01:30] * Magiobiwan is now known as Your
[01:30] * Your is now known as |
[01:31] * | is now known as ||
[01:31]<+Tux2> heh
[01:31] * || is now known as Magiobiwan
[01:32]<+Tux2> I'm in nightmare land updating all my nms plugins that bukkit broke once again
[01:32]<@BC_Programming> lol
[01:32]<@BC_Programming> oh wait that's not funny
[01:32]<+Tux2> lol, yeah.
[01:32]<+Tux2> Good thing is, they added bukkit methods to access nbt data in an abstracted way...
[01:32]<@BC_Programming> at least there's that I guess
[01:32]<+Tux2> bad thing is, if I want to set custom NBT data I'll have to use reflection to set a modifier to public
[01:33]<@BC_Programming> Ew
[01:33]<@BC_Programming> that reminds me of a fun joke to do in .NET... use reflection and set String.Empty to a non-empty string
[01:34]<@BC_Programming> probably works with Java too, heh barrels of laughs
[01:36]<+Tux2> lol...
[01:37]<@BC_Programming> 'Hey BC, Why the heck is String.Empty returning "Watch Pony foo"?'
[01:40]<+Tux2> heh
[01:40] * lucifer (lucifer@mib-CC748FC.dsl.bright.net) Quit (Client exited)
[01:47]<@BC_Programming> I'm trying to make something like jQuery for .NET and Windows Forms and animating controls
[01:59]<+Tux2> lol
[01:59]<+Tux2> BC_Programming: you've got to come to my test mcserver...
[01:59]<+Tux2> 174.22.42.185
[01:59]<+Tux2> I've got something I want you to see...
[02:00]<@BC_Programming> hmm latest snap?
[02:00]<+Tux2> nope 1.4.5
[02:00]<@BC_Programming> :/
[02:06] * Magiobiwan is now known as MagiC3PO
[02:09] * MagiC3PO is now known as MagiR2D2
[02:24]<@BC_Programming> ugh
[02:24]<@BC_Programming> Love how looking at a file on github while logged in automatically forks the project
[02:24]<@BC_Programming> that's sarcasm actually I think that's pretty stupid if I don't edit the file
[02:25] * MagiR2D2 is now known as Magiobiwan
[02:25]<@BC_Programming> also I kind of like Windows Live Mail better than Thunderbird
[02:25] * Magiobiwan is now known as MagiZombie
[02:25]<@BC_Programming> but I'm too lazy to bother changing
[02:29]<+Tux2> lol
[02:29]<@BC_Programming> heck I'm still using Thunderbird 2.0
[02:29]<@BC_Programming> well 2.0.0.24 or somesuch
[02:31]<@BC_Programming> OK I'm updating it let's hope I don't regret this too much
[02:32]<@BC_Programming> eh it works
[02:37]<@BC_Programming> lol wow I'm really complicating things now
[02:37]<@BC_Programming> I had the animation working for Size and Location then I thought "I should make it work for any type at all"
[02:37]<@BC_Programming> so now I have this framework of classes for easing different types from one value to another :/
[03:22]<@BC_Programming> :O
[03:22]<@BC_Programming> it works
[03:23]<@BC_Programming> this will make a freakin epic blog post
[04:25]<+Tux2> lol, I'm messing around with custom items
[04:26]<+Tux2> and adding item lore
[04:26]<@BC_Programming> cool
[04:26]<+Tux2> I renamed a speed potion "Apple Jack" ;)
[04:27]<@BC_Programming> heh
[04:27]<+Tux2> ROFL! If you set the repair cost really high it locks you out from "Repairing" the item, preventing further renaming.
[04:27]<@BC_Programming> in my plugin it generates a enchanted golden apple called a Zap Apple :P
[04:28]<+Tux2> lol, nevermind...
[04:28]<+Tux2> highest repair cost seems to be 39...
[04:37]<+Tux2> BC_Programming: just made your head with the plugin
[04:37]<@BC_Programming> heh
[04:37]<+Tux2> Then set the lore to: "BC's head of epicness!"
[04:43]<@BC_Programming> if things work out I will totally get a place really close to my work
[04:43]<@BC_Programming> and far away from my parents
[04:43]<@BC_Programming> FAR FAR AWAY
[04:44]<@BC_Programming> not for any particular reason... but yeah
[04:45]<@BC_Programming> then I can finally finish my Minecraft Waking up Video
[04:47]<@BC_Programming> now does the new NBT stuff work anyway
[04:55]<+Tux2> BC_Programming: yes, it does
[04:55]<+Tux2> I've used every single bit and it works perfectly
[04:55]<@BC_Programming> oops
[04:55]<@BC_Programming> I meant to say how
[04:56]<+Tux2> lol, let me show you...
[04:56]<@BC_Programming> kk
[04:57]<+Tux2> https://github.com/Pluckerpluck/MultiInv/blob/master/src/uk/co/tggl/pluckerpluck/multiinv/inventory/MIItemStack.java#L142
[04:57]<+Tux2> although it seems the meta data you get is a copy, so you have to "setItemMeta" after you are done messing with it.
[04:58]<@BC_Programming> so would it work for the special data of spawners and stuff too?
[04:59]<+Tux2> I'm not sure
[04:59]<@BC_Programming> oh well my plugin doesn't really use the spawner stuff in mob mode since it randomizes mobs as they spawn heh
[05:00]<+Tux2> seems it has metadata for blocks now
[05:01]<@BC_Programming> the NBT Data for Spawners is in it's Tile Entity iirc
[05:01]<+Tux2> Ah...
[05:01] * camerongray (camerong@mib-B06F45CA.dyn.plus.net) has joined #glitchpc
[05:01] * ChanbotVI sets mode: +v camerongray
[05:01]<@BC_Programming> I would have had to change that eventually anyway, since Spawner's will support multiple possible entities
[05:07]<+Tux2> Heh, yeah
[05:07]<+Tux2> Now I'm uploading the next version of InfiniteKits to bukkit dev.
[06:17] * jacky (the_kink@mib-DC4583B1.slsbmd.east.verizon.net) has joined #glitchpc
[06:17] * ChanServ sets mode: +q
[06:17] * ChanServ sets mode: +o jacky
[06:17] * ChanServ sets mode: -q
[06:17] * jacky sets mode: -b sometestnick!*@*
[06:29] * camerongray (camerong@mib-B06F45CA.dyn.plus.net) Quit (Quit: Konversation terminated!)
[08:51]<@BC_Programming> Ok this power flickering nonsense is starting to rather annoy me
[09:11] * Nat (natman97@mib-D760DC52.west.biz.rr.com) has joined #glitchpc
[09:14]<@jacky> need juice? have a V8
[09:14]<@jacky> <g>
[09:20] * sonicrules1234 (sonicrules@mib-8C3124C0.dhcp.lnbh.ca.charter.com) has joined #glitchpc
[09:35] * Nat (natman97@mib-D760DC52.west.biz.rr.com) Quit (Quit: zzzZZZzzzZZzzZZZzz)
[09:40] * sonicrules1234 (sonicrules@mib-8C3124C0.dhcp.lnbh.ca.charter.com) Quit (Ping timeout)
[09:41] * Nat (natman97@mib-D760DC52.west.biz.rr.com) has joined #glitchpc
[09:41] * sonicrules1234 (sonicrules@mib-434E759F.dhcp.lnbh.ca.charter.com) has joined #glitchpc
[09:42] * Nat (natman97@mib-D760DC52.west.biz.rr.com) Quit (Quit: EXIT MUSIC)
[09:43] * sonicrules1234 (sonicrules@mib-434E759F.dhcp.lnbh.ca.charter.com) Quit (Quit: Leaving)
[09:43] * sonicrules1234 (sonicrules@mib-434E759F.dhcp.lnbh.ca.charter.com) has joined #glitchpc
[10:32] * jacky (the_kink@mib-DC4583B1.slsbmd.east.verizon.net) has left #glitchpc
[10:36] * stopbox (Mibbit@mib-89938369.lightspeed.lsvlky.sbcglobal.net) has joined #glitchpc
[10:36] * stopbox (Mibbit@mib-89938369.lightspeed.lsvlky.sbcglobal.net) has left #glitchpc
[10:43] * camerongray (camerong@mib-B06F45CA.dyn.plus.net) has joined #glitchpc
[10:43] * ChanbotVI sets mode: +v camerongray
[11:06] * sonicrules1234 (sonicrules@mib-434E759F.dhcp.lnbh.ca.charter.com) Quit (Ping timeout)
[11:15] * sonicrules1234 (sonicrules@mib-90D7D0EE.dhcp.lnbh.ca.charter.com) has joined #glitchpc
[12:38] * camerongray (camerong@mib-B06F45CA.dyn.plus.net) Quit (Quit: Konversation terminated!)
[12:40] * sonicrules1234 (sonicrules@mib-90D7D0EE.dhcp.lnbh.ca.charter.com) Quit (Ping timeout)
[13:02] * searay330 (bayliner@mib-D01F1D53.buffalo.res.rr.com) has joined #glitchpc
[13:02]<searay330> Tux2, you there
[13:03]<+Tux2> That I am searay330
[13:03]<searay330> umm quickquestions
[13:03]<searay330> where the heck is everything in tekkit
[13:04]<+Tux2> Are you in the elite world?
[13:04]<+Craig> Meh, go play some hawken.
[13:04]<+Craig> :P
[13:04]<+Craig> Sides Feed the Beast is better. :P
[13:05]<searay330> umm no i cant find a and b i dont have karma
[13:05]<+Tux2> lol...
[13:05]<+Tux2> Give me a second searay330
[13:06] * sonicrules1234 (sonicrules@mib-DA0DBA78.dhcp.lnbh.ca.charter.com) has joined #glitchpc
[13:06]<searay330> no probs
[13:06]<searay330> sonic teamspeak
[13:07]<+Tux2> searay330: are you using my teamspeak?
[13:07]<searay330> unfourtulatly no im using my own as ifrogot yours and i got somes more ram
[13:07]<+Tux2> Ah...
[13:07]<+Tux2> build.yu8.me
[13:13]<searay330> ok
[13:13]<searay330> lets talk on here
[13:14]<searay330> since i havin some trobbles
[13:14]<+Tux2> searay330: items got wiped
[13:14]<+Tux2> I couldn't help that
[13:14]<searay330> so its a start over
[13:15]<+Tux2> well, except you still have your house and stuff
[13:15]<searay330> since all the items make things work
[13:15]<+Tux2> just your inventory got wiped
[13:15]<searay330> witch is all the stuff i had lol
[13:15]<searay330> i had no waring of hey put in chest lol
[13:15]<+Tux2> sorry searay330
[13:16]<+Tux2> You could have spawned in the ground and lost everything...
[13:16]<searay330> so i got screwed either way
[13:17]<+Tux2> Why would you carry like all your valuables on you?
[13:17]<searay330> umm cause i had armor you have to be a moron to die in
[13:17]<+Tux2> Most of the time my inventory is filled with rubbish
[13:18]<searay330> and i just moved my stuff so i was in the middle organizing and then poof
[13:18]<searay330> server down never come back
[13:18]<+Tux2> searay330: exactly. Camerongray graciously offered to host the tekkit server.
[13:18]<+Tux2> Otherwise it would have been down for good
[13:19]<+Tux2> I didn't have enough money to host it this month
[13:19]<searay330> i do see you point i just hate re doing things
[13:19]<+Tux2> and I have to start turning a profit on it
[13:19]<+Tux2> I understand searay330
[13:19]<searay330> plus im stuck in the death connection loop
[13:19]<searay330> near sonics house
[13:19]<+Tux2> Ugh...
[13:19]<searay330> i frogot
[13:20]<searay330> D=
[13:20]<+Tux2> where's your house at?
[13:20]<searay330> umm aprrox 200 blocks to the east
[13:20]<searay330> sorry south of it
[13:21]<+Tux2> Um...
[13:21]<+Tux2> 200 blocks east of spawn?
[13:21]<searay330> no of sonics house
[13:21]<searay330> just move mee 200 block away form where i am
[13:21]<searay330> ill walk back
[13:21]<+Tux2> gotcha
[13:22]<searay330> oh god did EE memory get erased
[13:22]<+Tux2> Just join the game really quick so I can teleport to you...
[13:22]<searay330> server reset?
[13:23]<searay330> this is gonna take a month
[13:23]<+Tux2> kind of...
[13:23]<searay330> cause of 2 min
[13:23]<+Tux2> searay330: okay, log in again, ready to teleport you
[13:24]<searay330> 2 min wait
[13:24]<searay330> ok im going in
[13:26]<+Tux2> I teleported the wrong way...
[13:26]<searay330> lol
[13:26]<+Tux2> I have the teleport going the right way now
[13:27]<+Tux2> tell me when you are going in so I can have a trigger happy finger. ;)
[13:28]<searay330> go
[13:32]<searay330> tux i no longer have a house
[13:33]<+Tux2> Oh? is there a chunk error?
[13:33]<searay330> no
[13:33]<searay330> its grass land
[13:33]<+Tux2> weird....
[13:34]<+Tux2> any chunk walls?
[13:34]<searay330> nope
[13:34]<searay330> just nothing there
[13:34]<+Tux2> Not sure what to say...
[13:34]<+Tux2> I don't have a way to go back...
[13:35]<+Tux2> I was still transferring stuff off of tekkit when they shut off the server
[13:35]<searay330> hmm
[13:36]<searay330> oh i think crunk has my house saved as a secmatic stil
[13:36]<searay330> she had to move it away from sonics
[13:36]<searay330> ill ask her late
[13:36]<searay330> r
[13:36] * searay330 (bayliner@mib-D01F1D53.buffalo.res.rr.com) Quit (Quit: Leaving)
[13:41]<+Tux2> aww great searay isn't going to like this...
[13:41]<+Tux2> the world edit directory didn't get transferred
[13:59] * searay330 (bayliner@mib-D01F1D53.buffalo.res.rr.com) has joined #glitchpc
[13:59]<+Tux2> searay330: the world edit folder didn't get transferred...
[14:00]<searay330> so im screwed 6 ways from sunday awsome
[14:02]<+Tux2> Sorry. :(
[14:12]<sonicrules1234> searay330: Can you put up the ts server?
[14:17] * searay330 (bayliner@mib-D01F1D53.buffalo.res.rr.com) Quit (Ping timeout)
[14:29] * camerongray (camerong@mib-B06F45CA.dyn.plus.net) has joined #glitchpc
[14:29] * ChanbotVI sets mode: +v camerongray
[15:16] * Kevin (Mibbit@mib-B9ADF90E.dhcp.bycy.mi.charter.com) Quit (Quit: http://www.mibbit.com ajax IRC Client)
[15:27] * lucifer (lucifer@mib-CC748FC.dsl.bright.net) has joined #glitchpc
[15:40] * lucifer (lucifer@mib-CC748FC.dsl.bright.net) Quit (Client exited)
[16:51] * lucifer (lucifer@mib-CC748FC.dsl.bright.net) has joined #glitchpc
[17:20] * lucifer (lucifer@mib-CC748FC.dsl.bright.net) Quit (Quit: Colloquy for iPod touch - http://colloquy.mobi)
[17:29] * lucifer (lucifer@mib-CC748FC.dsl.bright.net) has joined #glitchpc
[18:23]<@BC_Programming> hello all
[18:25]<lucifer> Hi
[18:28] * lucifer (lucifer@mib-CC748FC.dsl.bright.net) Quit (Client exited)
[18:31]<+Tux2> Heya BC_Programming
[18:32]<@BC_Programming> hai Tux
[18:33] * KindOne (KindOne@FC3412A2.4563BFB1.EDEF1E73.IP) Quit (Ping timeout)
[18:37] * KindOne (KindOne@mib-BACB7F94.dynamic.ip.windstream.net) has joined #glitchpc
[18:37] * Nat (natman97@mib-642FCA28.socal.res.rr.com) has joined #glitchpc
[18:39] * KindTwo (KindOne@mib-F8CA2435.dynamic.ip.windstream.net) has joined #glitchpc
[18:41] * KindOne (KindOne@mib-BACB7F94.dynamic.ip.windstream.net) Quit (Ping timeout)
[18:44] * lucifer (lucifer@mib-CC748FC.dsl.bright.net) has joined #glitchpc
[19:01]<+camerongray> Hey Tux2, lucifer& BC_Programming
[19:01]<@BC_Programming> hello cam
[19:02]<+Tux2> Hey camerongray
[19:02]<+Tux2> Wow... stupid server owners...
[19:02]<+Tux2> http://dev.bukkit.org/server-mods/multiinv/#comments
[19:03]<+Tux2> This is what you get for being one of the most popular inventory switching plugins...
[19:03]<@BC_Programming> lol
[19:03]<@BC_Programming> well you did say update to the latest version
[19:03]<+Tux2> lol, latest version of MultiInv
[19:04]<+Tux2> Within a few hours of the 1.4.6 craftbukkit build being out I had TuxTwoLib compiled for it
[19:05]<lucifer> Hey camerongray
[19:06]<+camerongray> Tux2: Server running okay?
[19:07]<+Tux2> Someone said there was intense block lag?
[19:09]<+camerongray> yeah saw that
[19:09]<@BC_Programming> If I don't get this Job Imma be a sad panda
[19:09]<@BC_Programming> as opposed to a melancholy Panda
[19:09]<+camerongray> I don't see why there would be lag, NOt going above 50% CPU
[19:10]<+camerongray> When I've played it was fine
[19:10]<@BC_Programming> would be a connection thing, not something with the server methinks
[19:10]<+camerongray> Yeah
[19:11]<+camerongray> Would probably be a lot more complaints if it was as bad as he was making out
[19:11]<+camerongray> Hardly going to be the server with 2x Xeon cores, 4gb RAM and a 1gbps connection
[19:11]<@BC_Programming> oh wait is this a complaint from searay?
[19:11]<@BC_Programming> because from what I can tell he complains about pretty much everything
[19:13]<+Tux2> complaint from crunkatog
[19:13]<@BC_Programming> oh ok then
[19:13]<@BC_Programming> she is allowed
[19:13]<@BC_Programming> heh
[19:13]<+camerongray> I've not been on it, have you seen any lag?
[19:14]<@BC_Programming> if that was @me, I don't play tekkit
[19:14]<@BC_Programming> haven't been on epicminecrafter for a while either, snapshots and now 1.4.6 and all that
[19:14]<+camerongray> nah, Tux2
[19:15]<@BC_Programming> fine then be that way
[19:15]<+camerongray> lol
[19:15]<+camerongray> I've been on but not got Elite status or anything so I'm stuck in noobland :P
[19:18]<+camerongray> Now exams are over I can start to feel christmassy
[19:18]<+camerongray> *Puts christmas music on at 2:20am"
[19:19]<@BC_Programming> if they don't pick me for this Job I'd like to meet the superman they do choose
[19:19]<+camerongray> Lol, I hope they do
[19:19]<@BC_Programming> I mean really, they're using .NET and C#, I have an MVP award in C#, seems like a friggin no brainer
[19:19]<+camerongray> yeah
[19:20]<lucifer> Heh
[19:20]<@BC_Programming> I can guess the "competition" is mostly high-school students, like I said they seemed surprised that my projects were actually, you know, being used by people
[19:21]<+camerongray> lol
[19:21]<Nat> camerongray, there's pretty much only a nubland
[19:21]<+camerongray> ahh, lol
[19:21]<Nat> the two main worlds are PvE and PvP
[19:21]<+camerongray> Luckily I can no longer fit into the "high school student" category of programmer
[19:22]<lucifer> Hm
[19:22]<Nat> no begginner, builder, elite, etc
[19:22]<+camerongray> Ahh
[19:22]<lucifer> camerongray I'm planning on taking college courses/airforce before getting into the main workforce
[19:22]<+Tux2> camerongray: epictekkit or epicminecrafter?
[19:23]<+camerongray> nice!
[19:23]<+camerongray> tekkit, the one on my box
[19:23]<+Tux2> Ah... well, there is elite on that
[19:23]<+Tux2> I just need to give you karma
[19:23]<lucifer> The airforce is because of their technical side
[19:24]<+camerongray> Ahh
[19:24]<lucifer> And they offer college :p
[19:24]<+camerongray> I did some programming at school but it was very basic (Self taught most of what I know), now doing Informatics at uni, it's good but pretty theoretical
[19:25]<Nat> my school has no Comp Sci, but a guy from USC comes every now and then
[19:25]<@BC_Programming> Red Black Trees WEEEE
[19:25]<+camerongray> Also working part time for a web analytics consultancy developing stuff in PHP/JS
[19:25]<+camerongray> And Perl
[19:25]<Nat> he's an expert in AI, which is probably why i know AI so well
[19:25]<+camerongray> Ahh, our school didn't do CompSci either, basic "computing" course
[19:25]<+camerongray> Some VB 5 (no joke) or Pascal
[19:26]<+camerongray> A lot of stuff in schools, at least in Scotland, is teaching how to USE applications rather than how they work
[19:26]<+camerongray> Which is a pain, Almost all the students can use Word/Powerpoint and get really bored so don't take it further
[19:26]<lucifer> We at most here have a class on Microsoft office Photoshop and flash (basic)
[19:26]<+camerongray> Our school systems couldn't run Photoshop or Flash :P
[19:27]<+camerongray> Uni is a lot better
[19:27]<+camerongray> They have really nice Linux machines
[19:27]<+camerongray> Or Windows 7 if you move outside of Informatics
[19:27]<lucifer> We have apple
[19:27]<+camerongray> Everything is Core 2 Duo or newer
[19:27]<+camerongray> Informatics Labs have quite a few i5 2400s
[19:28]<+camerongray> Ours are all HP or Dell
[19:28]<lucifer> And only apple without even a single outside computer allowed
[19:28]<+camerongray> Ahh, ouch
[19:28]<lucifer> It's in our "rules"
[19:28]<+camerongray> There are a few macs but it's generally Windows 7 for most students and Linux in the informatics labs
[19:28]<+camerongray> And they are happy to use own devices, 100mbit WiFi in all buildings :D
[19:29]<lucifer> It's basically saying that if we even have iPods or phones they have the right to take them and hold them without giving them back
[19:29]<+camerongray> Wait, in the school or on the network?
[19:29]<lucifer> In the school
[19:30]<+camerongray> WOW!
[19:30]<+camerongray> My school allowed you to have them as long as you didn't use them in class
[19:30]<@BC_Programming> cellphones weren't popular yet when I went to school
[19:30]<@BC_Programming> now I feel old
[19:30]<+camerongray> And I often used my own laptop in classes
[19:30]<+camerongray> lol
[19:30]<lucifer> I'll see if I can get the rules from the school's site
[19:31]<+camerongray> At uni they are happy to let you use anything, as long as it isn't making noise :P
[19:31]<@BC_Programming> interestingly apparently all of the text for midday announcements are still available on my schools website
[19:31]<@BC_Programming> going all the way back to like 2001
[19:31]<+camerongray> lol
[19:31]<@BC_Programming> like wtf why would they keep that
[19:31]<@BC_Programming> seriously it even has the students that were asked to report to the office at the end
[19:32]<+camerongray> lol, not sure how long my School's website went back
[19:33]<+camerongray> Amazing that they don't allow electronic devices on the premisis
[19:33]<+camerongray> Imagine if they introduced that at uni, there would be carnage :P
[19:34]<+camerongray> I'd have to use their machines, which aren't bad but means I couldn't do programming or studying in one of tha bars while eating Nachos :P
[19:35]<@BC_Programming> http://www.doverbay.ca/
[19:35]<+camerongray> Oh yeah, some of Edinburgh Uni's systems are worse than dreadful!
[19:36]<lucifer> We can't have food anymore in class ... By next year we can't even have holes in out pants ... This school really reeks for freedoms
[19:36]<+camerongray> wow
[19:36]<+camerongray> Fancy looking school BC
[19:36]<+camerongray> http://www.boroughmuir.edin.sch.uk/ - That was mine
[19:37]<@BC_Programming> the site didn't look like that back in the day
[19:37]<@BC_Programming> to the wayback machine heh
[19:37]<+camerongray> lol
[19:37]<lucifer> Even on our busses (school with maybe 180 in the high school) we have cameras on all the busses (with nightvision shutt)
[19:37]<@BC_Programming> I used to have a subdomain of doverbay.ca
[19:38]<+camerongray> hahaha
[19:38]<+camerongray> My school has a beautiful domain :P
[19:38]<@BC_Programming> my school had like 1400 students when I attended
[19:38]<+camerongray> And our email addresses, BIG-NUMBER@boroughmuir.schools.edin.org
[19:38]<lucifer> My school is "too poor" for an actual field trip yet spends 180 grand on a new gym and sports facility
[19:39]<+camerongray> And nobody could ever get into the system to access mail
[19:39]<lucifer> We don't even have an email system ... We use google's
[19:39]<+camerongray> My school was founded in 1904
[19:39]<lucifer> And don't get me starting on the school's Internet
[19:40]<+Tux2> lol...
[19:40]<@BC_Programming> http://web.archive.org/web/20050828031720/http://www.doverbay.ca/
[19:40]<+camerongray> And my uni was founded in 1583
[19:40]<+Tux2> I was homeschooled
[19:41]<+camerongray> ahh, homeschooling is VERY rare here
[19:41]<+Tux2> Ah...
[19:41]<lucifer> http://www.cn.noacsc.org/LinkClick.aspx?fileticket=10ePebVO9dY%3d&tabid=2432&mid=6698
[19:41]<lucifer> That's the Internet form
[19:41]<lucifer> I found the handbook
[19:41]<+camerongray> Oh yeah, the uni's internal systems are laughable
[19:41]<+camerongray> This is my favourite: http://www.timetab.ed.ac.uk/
[19:41]<+camerongray> Designed to make timetables
[19:42]<+camerongray> Check out how it works
[19:42]<+camerongray> Downloads an entire JS array of EVERY course in the uni and does it all frontend
[19:42]<@BC_Programming> oh wow the IT teacher's site is still exactly the same
[19:42]<+camerongray> Like that: http://www.timetab.ed.ac.uk/Courses12Data.js
[19:43]<+camerongray> It's impossible to use!
[19:43]<lucifer> camerongray http://www.cn.noacsc.org/LinkClick.aspx?fileticket=Oclngl1IJYY%3d&tabid=2432&mid=6698
[19:43]<lucifer> That's the handbook
[19:44]<+camerongray> Wow!
[19:44]<@BC_Programming> the funny thing is one year I worked on the yearbook
[19:44]<@BC_Programming> you should totally get one free if you do that
[19:45]<+camerongray> lol yeah
[19:45]<@BC_Programming> they cost like $40 dollars
[19:45]<@BC_Programming> made in some ancient version of PageMaker
[19:45]<+camerongray> lol
[19:45]<@BC_Programming> I mean even ancient at the time
[19:47]<@BC_Programming> Anyway assuming I get this awesome job imma pay back all my friends :D
[19:47]<+camerongray> Oh yeah, this is the uni building I work in: http://www.aiai.ed.ac.uk/~jessicac/images/appleton-tower.jpg
[19:47]<+camerongray> Regarded as one of the ugliest buildings in the city
[19:47]<@BC_Programming> but they can't replace it because it's "part of the history" or something rite
[19:47]<+camerongray> Nah, full of Asbesdos :P
[19:47]<+camerongray> Literally
[19:48]<+camerongray> Going down from floor 5 to ground floor I counted 7 asbesdos warning signs
[19:48]<+camerongray> Has 8 floors, computer lab on floor 5, when it rains, water drips into the lab
[19:48]<lucifer> Lol
[19:48]<@BC_Programming> bahahaha... back then I wrote a program for managing the bookings of computer labs
[19:48]<@BC_Programming> now they are using a frikkin google doc
[19:48]<+camerongray> Somehow passes down through pillars through 3 floors into the lab
[19:49]<+camerongray> And the lift likes to open the door before it stops
[19:49]<lucifer> BC_Programming don't brig up google docs ... I hate that with a passion
[19:49]<+camerongray> There is a knack to getting it open when it jams
[19:49]<lucifer> Lol!
[19:49]<Nat> google docs is great! when it works
[19:50]<@BC_Programming> I think I still have that scheduling program actually
[19:50]<lucifer> That's the thing ... I got a 0 because it doesn't work at my house at all and the computer labs are reserved and we can't use them so we are stuck with macs that like to freeze
[19:51]<+camerongray> Oh yeah, the lift also gots to floor 13 between 4 and 5 :P
[19:51]<+camerongray> There's 9 floors :P
[19:51]<lucifer> Lol!
[19:52]<+camerongray> Informatics only moved there tempoarily after a big fire but they ended up staying
[19:52]<@BC_Programming> opening a project last modified: Feb 2004
[19:52]<lucifer> camerongray your elevator diet break at least ...
[19:52]<+camerongray> diet break?
[19:53]<lucifer> Didn't*
[19:53]<+camerongray> It has :P
[19:53]<+camerongray> I get stuck all the time
[19:53]<lucifer> Lol
[19:53]<+camerongray> g2g
[19:53] * camerongray (camerong@mib-B06F45CA.dyn.plus.net) Quit (Quit: Konversation terminated!)
[19:55]<lucifer> We have 4 "floors" and someone got stuck in-between ground and 2nd
[19:55]<@BC_Programming> my gawd
[19:55]<@BC_Programming> the program still works
[19:55]<@BC_Programming> well sort of the progress bar seems to go to 200% for some reason
[19:56]<lucifer> Good job
[19:57]<@BC_Programming> lol
[19:58]<@BC_Programming> "This Program is protected by international copyright law and mean people. Unauthorized reproduction will be prosecuted to the maximum extent, regardless of the law."
[19:58]<lucifer> Heh
[19:58]<@BC_Programming> I haven't changed teehee
[20:00]<@BC_Programming> I should look at other old projects
[20:00]<@BC_Programming> wish I still had my cool ones like my chess game but eh
[20:07] * lucifer (lucifer@mib-CC748FC.dsl.bright.net) Quit (Connection reset by peer)
[20:08] * lucifer (lucifer@mib-CC748FC.dsl.bright.net) has joined #glitchpc
[20:11] * lucifer (lucifer@mib-CC748FC.dsl.bright.net) Quit (Connection reset by peer)
[20:11] * lucifer (lucifer@mib-CC748FC.dsl.bright.net) has joined #glitchpc
[20:14] * lucifer (lucifer@mib-CC748FC.dsl.bright.net) Quit (Connection reset by peer)
[20:15] * lucifer (lucifer@mib-CC748FC.dsl.bright.net) has joined #glitchpc
[20:33]<@BC_Programming> Tux2: do you have the world downloads from the tux2mc server?
[20:36]<+Tux2> I do BC_Programming, they are just quite large and I'm still getting them quality checked and uploaded
[20:38]<@BC_Programming> fair enough
[20:38]<@BC_Programming> :)
[20:52] * lucifer (lucifer@mib-CC748FC.dsl.bright.net) Quit (Connection reset by peer)
[20:52] * lucifer_ (lucifer@mib-CC748FC.dsl.bright.net) has joined #glitchpc
[21:15]<lucifer_> So apparently my school has a bomb shelter
[21:18] * lucifer_ (lucifer@mib-CC748FC.dsl.bright.net) Quit (Quit: Colloquy for iPod touch - http://colloquy.mobi)
[21:19] * Kallum (uid1878@mib-DB0954.irccloud.com) Quit (Ping timeout)
[22:20]<@BC_Programming> lol
[22:20]<@BC_Programming> I updated thunderbird 2
[22:20]<@BC_Programming> it downloaded and "upgraded" me to thunderbird 3
[22:21]<@BC_Programming> which wasted no time telling me <it> was obsolete
[22:21]<@BC_Programming> so I updated again, now it arbitrarily decided that 12 was the latest version
[22:22]<@BC_Programming> and now finally I'm on the latest version yay
[22:48] * KindTwo (KindOne@mib-F8CA2435.dynamic.ip.windstream.net) Quit (Ping timeout)
[23:19] * Kallum (uid1878@mib-DB0954.irccloud.com) has joined #glitchpc
[23:21] * Nat (natman97@mib-642FCA28.socal.res.rr.com) Quit (Quit: zzzZZZzzzZZzzZZZzz)