Session Start: Thu Jun 30 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:45] * Craig (ce@EA3EABBF.9871C301.B29F9450.IP) has joined #glitchpc
[00:45] * ChanbotIV sets mode: +v Craig
[01:36] * camerongray (camerongra@989D7159.6CC4D3A.33FE84E4.IP) has joined #glitchpc
[01:36] * ChanbotIV sets mode: +v camerongray
[01:39] * camerongray (camerongra@989D7159.6CC4D3A.33FE84E4.IP) Quit (Client exited)
[01:41] * camerongray (camerongra@989D7159.6CC4D3A.33FE84E4.IP) has joined #glitchpc
[01:41] * ChanbotIV sets mode: +v camerongray
[01:55] * camerongray (camerongra@989D7159.6CC4D3A.33FE84E4.IP) Quit (Quit: HydraIRC -> http://www.hydrairc.com <- The alternative IRC client)
[02:45]<+Craig> Hey Tux2 you there?
[02:45]<Tux2> yes Craig, what's up?
[02:46]<+Craig> You got Minecraft running on a Linux Server?
[02:47]<Tux2> yes
[02:47]<+Craig> Cool, how would I get MCMyAdmin to start in a dedicated user, and open a port?
[02:48]<Tux2> automatically on boot, or manually through the console?
[02:48]<+Craig> Automatically on boot, I did sudo for the console. :P
[02:49]<Tux2> :S sudo is always a bad idea...
[02:49]<Tux2> which port do you want mcmyadmin running on?
[02:50]<+Craig> 86
[02:50]<+Craig> :P Sudo was for testing :P
[02:51]<+Craig> Sides, its not permanant, its just till I get how to start it on crontab or something
[02:53]<Tux2> Ah, here's how I would do it: 1. Create a user for mcmyadmin and put all mcmyadmin related stuff in that user's home director
[02:54]<Tux2> 2. Port forward port 86 to whatever port mcmyadmin is using
[02:54]<+Craig> Done* Except that I changed the users home to the folder where MCMyAdmin is located.
[02:54]<Tux2> 3. Install a cron job for that user that starts a bash script that starts mcmyadmin
[02:54]<+Craig> 2 Ports are forwarded already
[02:55]<+Craig> What permissions do I need for MCMyAdmin to actually activate that port in Ubuntu?
[02:56]<Tux2> 86? I would just use a higher port on the actual machine, and then use port forwarding to translate it to port 86 outside of your network
[02:56]<+Craig> why is that?
[02:58]<Tux2> Just so you wouldn't need to mess with permissions for that port for that user
[02:59]<+Craig> OOOOOOHHHHH
[02:59]<+Craig> hahaha
[02:59]<+Craig> give me a moment
[02:59]<+Craig> BAHAHAHAHA
[02:59]<+Craig> Nice one Tux
[03:00]<Tux2> http://manpages.ubuntu.com/manpages/natty/man1/privbind.1.html
[03:00]<Tux2> although that would get around it
[03:01]<+Craig> Your amazing Tux, :)
[03:01]<+Craig> Soooo, now how do I set up a crontab for it?
[03:01]<Tux2> actually, it would be an init.d script, sorry...
[03:01]<+Craig> Oooh
[03:01]<+Craig> ok
[03:02]<+Craig> :)
[03:02]<Tux2> ever made a shell script?
[03:02]<+Craig> nope...
[03:02]<+Craig> I have made Bat files. :P
[03:02]<+Craig> I am running WebMin if your wondering
[03:02]<+Craig> I like GUI
[03:02]<+Craig> 's
[03:03]<+Craig> So is a cron job not acceptable for this?
[03:03]<+Craig> And would an init.d file start at boot?
[03:05]<Tux2> yes, init.d does do it on start...
[03:05]<Tux2> https://help.ubuntu.com/community/UbuntuBootupHowto
[03:05]<Tux2> a cron job does things at specified times, not necessarily at bootup
[03:05]<+Craig> ahhh
[03:05]<+Craig> sooo
[03:06]<+Craig> How do I use this new knowlege to forward my request?
[03:06]<+Craig> :P
[03:06]<+Craig> knowledge*
[03:06]<+Craig> ... I am getting tired me thinks...
[03:06]<+Craig> Anyway, how would I start a minecraft service on this init.d
[03:08]<+Craig> I think we should do this tomorrow, :P
[03:08]<+Craig> I am falling asleep here., :P
[03:09]<Tux2> lol...
[03:09]<+Craig> Apparently I am not impervious to sleep...
[03:09]<+Craig> anyway, night
[03:09]<+Craig> Thanks for the port information :)
[03:09]<Tux2> http://pastebin.com/TtyERqmg
[03:09]<Tux2> no problem
[03:10]<+Craig> Oooh,
[03:10]<+Craig> what do I do with that?
[03:10]<+Craig> (I do see what I need to change)
[03:10]<Tux2> put that in an executable file in your init.d folder
[03:10]<Tux2> that should start mcmyadmin on bootup
[03:11]<Tux2> although you might need to do a little tweaking to get it to work perfectly
[03:11]<+Craig> done, and I changed it to look like this, http://pastebin.com/i8EZd8Dw
[03:12]<Tux2> one minor edit: su -u mineserver ./start.sh&
[03:13]<Tux2> if it hangs your system at bootup...
[03:13]<+Craig> So should I make that change now, or could it hang on the other side too?
[03:14]<+Craig> How would I change it if it hangs the server?
[03:14]<Tux2> you can change it now
[03:15]<+Craig> So that should prevent it from hanging all together?
[03:15]<+Craig> (for that task)
[03:15]<Tux2> yes, hmm... I see another change...
[03:15]<+Craig> Oh?
[03:16]<Tux2> take out the -u
[03:16]<+Craig> why su? and not SH?
[03:16]<Tux2> unless you use sudo
[03:16]<+Craig> sh*
[03:17]<Tux2> su is to change the user to the proper use
[03:17]<+Craig> ahh
[03:17]<+Craig> So with that last change here is what I have
[03:17]<+Craig> cd /sites/mineserver/
[03:17]<+Craig> su mineserver ./start.sh&
[03:17]<Tux2> yup, should work
[03:17]<+Craig> cool, how can I start that from the command line?
[03:17]<+Craig> for a test
[03:17]<Tux2> ./filename
[03:18]<Tux2> sudo ./filename
[03:18]<+Craig> why sudo?
[03:18]<Tux2> su will need to be root, or it will ask for that user's password
[03:18]<+Craig> also ./mineserver didn't work
[03:19]<+Craig> Webmin runs as root I think
[03:19]<+Craig> says command not found
[03:19]<Tux2> for which command?
[03:20]<+Craig> ./mineserver
[03:20]<+Craig> and sudo ./mineserver
[03:20]<Tux2> did you make the file executable?
[03:20]<+Craig> Ooooh...
[03:20]<+Craig> :P
[03:21]<Tux2> haha!
[03:21]<+Craig> Hmmm still no?
[03:21]<Tux2> which command is it hanging on?
[03:22]<+Craig> says command not found on sudo ./mineserver
[03:22]<+Craig> and the same for ./etc/init.d/mineserver
[03:22]<Tux2> are you in the folder that the file mineserver is in?
[03:22]<Tux2> lol, you would do: /etc/init.d/mineserver
[03:22]<+Craig> I dunno
[03:23]<+Craig> I dont know how this stuff all works yet. :P
[03:24]<Tux2> lol, just run linux as your primary OS for a couple years...
[03:24]<+Craig> :P
[03:24]<+Craig> I had to cd into the init.d directory
[03:24]<+Craig> :P
[03:24]<Tux2> Then it should be second nature
[03:24]<+Craig> Sooo, now if I close the window for this because I did it through ssh, will it stop the process?
[03:25]<Tux2> shouldn't, because you did the & at the end
[03:25]<+Craig> Oh cool,
[03:25]<+Craig> well time for a test :P
[03:25]<Tux2> it should have taken you back to the command prompt
[03:25]<+Craig> EPIC! You're Awesome Tux! :)
[03:26]<+Craig> I had to figure out Mono, and Java by myself, but that would have been horrible, :S
[03:27]<Tux2> lol, just some tips and tricks I've learned through the years doing stuff...
[03:27]<+Craig> :)
[03:27]<+Craig> Well, although I don't plan on being JUST a server host, your help is ALWAY appreciated, :)
[03:27]<+Craig> Thanks again,
[03:27]<+Craig> and are you busy tomorrow?
[03:27]<+Craig> :>
[03:28]<Tux2> lol, I'm always busy, why?
[03:28]<+Craig> :P
[03:28]<+Craig> I was hoping you could help me solve the problem with the mailer on my church website, :)
[03:28]<Tux2> Ah...
[03:28]<+Craig> Oh join on my MC server for a moment, I wanna show you the construction my cousin and his family are doing, :)
[03:29]<Tux2> lol, you never told me that you put your minecraft server back up. ;)
[03:29]<+Craig> I say help, but your more the expert in that area. :)
[03:29]<+Craig> Its not really up,
[03:29]<+Craig> this is more just me hosting a server for my cousin, who's family are all in canada,
[03:29]<Tux2> ah...
[03:29]<+Craig> and are not wanting anything else or anyone else on the server, :P
[03:30]<Tux2> :D Understood
[03:30]<+Craig> mc.brokedcomputer.com
[03:30]<Tux2> lol, already in
[03:38]<+Craig> Night,
[03:48] * Tux2 (Tux2@mib-5E4E8B78.hlrn.qwest.net) Quit (Client exited)
[04:49] * Mulreay (mulreay@mib-10E4E6F.cable.virginmedia.com) has joined #glitchpc
[04:49]<Mulreay> 1.7 MC teaser trailer is going on youtube soon.
[04:49] * Mulreay (mulreay@mib-10E4E6F.cable.virginmedia.com) Quit (Quit: Smoke me a Kipper, I'll be back for breakfast!)
[06:03] * jacky (the_kink@mib-6D77C90F.slsbmd.east.verizon.net) has joined #glitchpc
[06:03] * ChanServ sets mode: +q
[06:03] * ChanServ sets mode: +o jacky
[06:03] * ChanServ sets mode: -q
[06:03] * ChanServ sets mode: +o jacky
[06:06] * jacky is now known as jacky_away
[08:18] * camerongray (camerongra@86071BB3.E7D7CFC3.F86DF7A6.IP) has joined #glitchpc
[08:18] * ChanbotIV sets mode: +v camerongray
[08:46]<@BC_Programming> 1.7 is out cam :D
[08:57]<+camerongray> Yay
[08:57]<+camerongray> Is the server updated?
[08:57]<@BC_Programming> probably not
[08:57]<@BC_Programming> minecraft.net is down because of all the people trying to get it, lol
[08:57]<+camerongray> Ahh - I'll wait
[08:59]<+camerongray> grr - If I close the window it is too cold and if I open it it is too hot
[09:00]<+camerongray> Ah ha! Open window + Jumper = Perfect
[09:01]<+camerongray> Hey - Just had a plugin idea
[09:01]<+camerongray> You know how on SMP everyone has to be in a bed for it to change to day
[09:02]<+camerongray> And not everybody is able to get to a bed
[09:02]<@BC_Programming> yeah
[09:02]<+camerongray> How about a mod that one person types /sleep and everyone else gets a message to confirm the change to day
[09:03]<@BC_Programming> no...
[09:03]<@BC_Programming> the only time I ever use a bed is to change my spawn point, personally
[09:03]<+camerongray> Aww
[09:03]<+camerongray> I use them all the time :P
[09:04]<+camerongray> Since I usually build outside and don't want to be killed :P
[09:04]<@BC_Programming> I build outside
[09:04]<@BC_Programming> I just kick the ass of any skeletons or zombies or spiders or creepers that I see
[09:05]<+camerongray> lol
[09:06]<+camerongray> Another idea
[09:06]<+camerongray> Glowstone that can be toggled with RS - Texture changes to cobble when off
[09:07]<@BC_Programming> interesting
[09:07]<+camerongray> Combine that with craftbook or similar and you can have a city-wide automatic lighting system
[09:10]<+camerongray> What do you think?
[09:11]<@BC_Programming> I don't know
[09:12]<@BC_Programming> I'm done making stupid bukkit mods, huge waste of my time
[09:12]<+camerongray> lol
[09:12]<+camerongray> Time to pester tux
[09:12]<@BC_Programming> good idea
[09:13]<@BC_Programming> at the very least I'm going to try to finish up the picture one I have
[09:13]<@BC_Programming> which is pretty much done but now I'm working on baseblock as well as re-learning Pascal and Delphi Prism
[09:14]<+camerongray> Grumpy Face --> http://computerhelpforums.net/topic/38275-avira-has-partnered-with-uniblue-and-ask-toolbar/
[09:14]<@BC_Programming> yeah saw that in a CH thread
[09:14]<@BC_Programming> I think it's funny because I never have to worry about that kind of crap since I don't use any AV nonsense
[09:15]<+camerongray> You don't?!?!?!?!
[09:15]<@BC_Programming> No, never have
[09:15]<@BC_Programming> I run MBAM and stuff occasionally but I don't have anything that run's "in the background"
[09:15]<+camerongray> Wow!
[09:16]<@BC_Programming> I think I've been infected once
[09:16]<+camerongray> Steve is on CH - Seems to have given up on us
[09:16]<@BC_Programming> and it turns out, I would have been infected even if I had a AV at the time anyway
[09:17]<@BC_Programming> Steve always ends up back at CH, then he leaves, then he comes back
[09:20]<+camerongray> Yeh
[09:21] * GlitchPC (Mibbit@mib-53BEFAFC.nwrknj.east.verizon.net) has joined #glitchpc
[09:21] * ChanServ sets mode: +o GlitchPC
[09:26] * GlitchPC (Mibbit@mib-53BEFAFC.nwrknj.east.verizon.net) has left #glitchpc
[09:26]<@BC_Programming> heh wonder if he did a rerun
[09:26]<+camerongray> That would be funny :P
[09:27]<@BC_Programming> heh minecraft.net is still down, lol
[09:28]<+camerongray> I had it open a few mins ago
[09:28]<@BC_Programming> it's not working for me though, heh
[09:29]<@BC_Programming> haha there we go
[09:29]<@BC_Programming> wow...
[09:29]<@BC_Programming> 1.7_01 even
[09:30]<+camerongray> Talking to Mr Idiot again :(
[09:30]<@BC_Programming> lol
[09:32]<+camerongray> Turns out "I want a photo for the website as a background for the logo" actually means "I want a photo with the logo in the background to put on the website"
[09:32]<@BC_Programming> he's not like your boss I hope
[09:33]<+camerongray> No
[09:33]<+camerongray> Even better now...
[09:33]<@BC_Programming> whew
[09:34]<+camerongray> We were puzzling on how to do the logo in the background of the photo and I reply with "I know..." then, what does he say?
[09:34]<+camerongray> "What do I know?"
[09:34]<+camerongray> *epic facepalm*
[09:34]<@BC_Programming> hope you didn't answer that
[09:35]<+camerongray> No - I just continued explaining
[09:35]<+camerongray> Really should have said "Nothing!"
[09:36]<@BC_Programming> yeah
[09:36]<@BC_Programming> "Nothing... but back to my idea..."
[09:36]<+camerongray> yeh
[09:40]<@BC_Programming> so now I've started yet another world in minecraft
[10:07] * sonicrules1234 (sonicrules@mib-3E9DB4DC.lsanca.dsl-w.verizon.net) has joined #glitchpc
[10:14]<+camerongray> hmm - Should I move my shop to the tower?
[10:14]<+camerongray> Arg - I like the tower but my shop is in such a prime location
[10:33] * Tux2 (Tux2@E33E54F6.8F502EB6.39CF04D1.IP) has joined #glitchpc
[10:38]<+camerongray> Hey Tux2
[10:38]<+camerongray> Had a plugin idea
[10:38]<Tux2> Hi camerongray https://www.youtube.com/user/TeamMojang?blend=3&ob=5
[10:38]<Tux2> what's the plugin idea?
[10:38]<+camerongray> Glowstone that can be turned on and off
[10:38]<+camerongray> With RS
[10:39]<+camerongray> All you would need to do is change it to cobble and back
[10:39]<Tux2> hmm... or glass...
[10:40]<+camerongray> Yeh
[10:40]<+camerongray> Do you think you can do it?
[10:40]<@BC_Programming> I used to think Frontpage was Microsoft's worst product evar
[10:40]<+camerongray> If we had craftbook too we could set up a wireless city-wide light network
[10:40]<@BC_Programming> But Expression Web clearly takes that title
[10:41]<+camerongray> lol
[10:41]<+camerongray> Tux2, When are we updating the server>
[10:42]<Tux2> When bukkit, and all the mods update for 1.7
[10:42]<Tux2> bukkit already has a release, it's just not recommended yet
[10:50]<+camerongray> Ahh - cool
[10:54]<+camerongray> Tux2, If I update to 1.7 can I downgrade again by copying my old .minecraft folder back?
[10:55]<Tux2> correct camerongray
[10:55]<Tux2> as long as you have the old .minecraft folder, it's good.
[10:55]<@BC_Programming> I copied my jar file personally
[10:56]<@BC_Programming> all my single player worlds suck though, so I basically have to start over, lol
[10:56]<+camerongray> Woo
[10:56]<Tux2> lol...
[10:56]<@BC_Programming> well I mean I could play some of the ones that have a lot of stuff in them, but those are almost all before stuff like lapis
[10:59]<Tux2> lol, I downloaded the version of craftbukkit for minecraft 1.7_01
[10:59]<Tux2> I think I'll make a mod to get wool from sheep for punching them...
[11:00]<@BC_Programming> you can already get wool that way...
[11:00]<@BC_Programming> you have to kill them is all
[11:00]<Tux2> ah...
[11:00]<Tux2> I'm sure people will want that functionality back though, not sure.
[11:00]<@BC_Programming> and you get only 1 block, I think... I had to kill three to make a bed
[11:00]<@BC_Programming> personally I would prefer that you didn't get any from punching or killing them
[11:01]<Tux2> lol, of course
[11:01]<@BC_Programming> sort of mitigates the "bed makes the game to easy" thing
[11:01]<Tux2> ;)
[11:01]<@BC_Programming> because you need iron before you get shears
[11:01]<@BC_Programming> I rather like the ability to get leaf blocks using shears too
[11:02]<Tux2> Yeah, same here
[11:02]<Tux2> That means I'll be removing the leaf block drops from the drops on full tree destruction.
[11:02]<@BC_Programming> and you can prune trees using shears, lol
[11:03]<Tux2> BC_Programming, your opinion: should I keep flow control, or remove it once I update the server to 1.7?
[11:03]<@BC_Programming> ooh that is a good question
[11:03]<@BC_Programming> maybe, wait a bit, so that we can convert our designs
[11:03]<@BC_Programming> in the case of my clay generator without it there will be an awful mess to clean up, heh
[11:04]<Tux2> lol!
[11:04]<Tux2> I'll keep it for a couple days after the upgrade then.
[11:05]<@BC_Programming> cool
[11:06]<Tux2> lol, it's kind of funny, I release flow control for canary, and 2 days later 1.7 comes out..
[11:06]<Tux2> It will probably take them a month to update though, just like with 1.6
[11:06]<@BC_Programming> heehee
[11:52]<+camerongray> Why remove it at all?
[11:52]<+camerongray> Oh yeh - pistons
[11:52]<+camerongray> *facepalm*
[11:52]<@BC_Programming> lol
[11:53] * jacky_away (the_kink@mib-6D77C90F.slsbmd.east.verizon.net) has left #glitchpc
[11:53] * camerongray (camerongra@86071BB3.E7D7CFC3.F86DF7A6.IP) Quit (Client exited)
[12:03]<Tux2> lol, I love how it takes a bit for cam to realize something.
[12:05]<Tux2> lol, why is it that it always takes the nether twice as long to generate?
[12:05]<@BC_Programming> no clue
[12:26] * Mulreay (mulreay@mib-10E4E6F.cable.virginmedia.com) has joined #glitchpc
[12:27] * ChanbotIV sets mode: +v Mulreay
[12:37]<+Mulreay> Anyone got any experience changing the 'Hosts' file?
[12:38]<@BC_Programming> I've done it a few times
[12:38]<@BC_Programming> it's troublesome and confusing on x64 Windows systems particularly
[12:38]<+Mulreay> Do you have to do a CMD ipconfig /fluchdns after?
[12:38]<+Mulreay> flush*
[12:39]<@BC_Programming> not that I know of, but that would make sense
[12:39]<@BC_Programming> Usually I would reboot
[12:39]<+Mulreay> ahh ok
[12:39]<+Mulreay> Trying to block an update
[12:39]<@BC_Programming> minecraft?
[12:40]<+Mulreay> no not that... well you can choose these days
[12:40]<@BC_Programming> haha
[12:41]<+Mulreay> It's for a program that I found on the internet... but would rather it didn't update and what not :p
[12:41]<@BC_Programming> indeed
[12:43]<+Mulreay> OK need to restart... I did the flush and it worked but will restart as well as I think I will need to.. brb
[12:43] * Mulreay (mulreay@mib-10E4E6F.cable.virginmedia.com) Quit (Quit: Smoke me a Kipper, I'll be back for breakfast!)
[12:52] * Paragon (Paragon@mib-10E4E6F.cable.virginmedia.com) has joined #glitchpc
[12:52]<Paragon> Well I was going to be right back untill the masssive updates from MS
[12:55]<@BC_Programming> yeah those always get you by surprise
[12:56]<Paragon> 4 updates and it's still on number 3\2..
[12:56]<Paragon> 2
[12:56]<@BC_Programming> it was fun when I updated VMWare and broken everything a few days ago
[12:56]<@BC_Programming> heh... usually when I finally update it's in the hundreds, lol
[12:56]<Paragon> heh
[12:56]<@BC_Programming> I still don't have SP1 for win7
[12:56]<Paragon> You going to see Prince William? :p
[12:56]<@BC_Programming> mostly because I already tried to install and it failed so I said to hell with it
[12:58]<Paragon> When I re-installed windows I think it ended up at like 160 updates or something as silly
[12:58]<@BC_Programming> that reminds me, should see if there are updates for my laptop
[12:59]<@BC_Programming> did you see the pic of my laptop's desktop? pretty suave if I say so myself
[12:59]<Paragon> This computer had an update over night... when I switched on the monitor earlier it said as much... XP as well
[12:59]<Paragon> nope
[12:59]<@BC_Programming> http://www.bc-programming.com/images/mymint.png
[13:01]<@BC_Programming> you'll notice a theme as far as colour choice is concerned
[13:01]<Paragon> heh, busy
[13:02]<@BC_Programming> well yeah I did open a crapload of apps
[13:02]<@BC_Programming> because I like the window style :P
[13:02]<Paragon> different
[13:03]<@BC_Programming> I can also make the windows look exactly like Vista/7, or Mac OS
[13:03]<@BC_Programming> or who knows what else
[13:03]<@BC_Programming> I wonder if there is a My little pony emerald theme
[13:03]<Paragon> lol
[13:03] * Mulreay (mulreay@mib-10E4E6F.cable.virginmedia.com) has joined #glitchpc
[13:04] * ChanbotIV sets mode: +v Mulreay
[13:04]<@BC_Programming> there probably is, everytime I do a search related to MLP:FIM I get cock-blocked by results to the original shite cartoon
[13:04]<@BC_Programming> then I have to include the subtitle
[13:05]<+Mulreay> heh, I'm starting to understand your MLP fandum
[13:05]<@BC_Programming> oh, rly?
[13:06]<+Mulreay> Watched a few videos
[13:06]<@BC_Programming> hey, if it sucked.... I wouldn't like it, this is me we're talking about
[13:06]<+Mulreay> heh of course
[13:07]<@BC_Programming> and considering I originally watched it and wanted to see "how stupid" it was...
[13:07]<+Mulreay> I started that way
[13:07]<+Mulreay> It's quite clever in it's humour
[13:07]<@BC_Programming> surprisingly so I would say
[13:08]<+Mulreay> yeah
[13:09]<+Mulreay> OK now to see if my changes have helped with my install of a thingy
[13:09]<@BC_Programming> or the first episode when Pinkie starts singing and they are like "tell me she's not..."
[13:09]<+Mulreay> Not seen that one...just picked at random
[13:10]<@BC_Programming> Or the homosexual serpent... haha that one was genius
[13:10]<+Mulreay> OK spolier alert :p
[13:10]<@BC_Programming> my bueatiful moustache is rue-eened!
[13:10]<@BC_Programming> that was in the pilots I believe
[13:10]<@BC_Programming> no that's a lie, it is in the pilots, I know
[13:11]<+Mulreay> will check that site to see if any are going free
[13:11]<@BC_Programming> youtube has em all
[13:11]<+Mulreay> yeah, watched on there
[13:12]<@BC_Programming> http://www.youtube.com/user/angrytigerP << this is who I subbed... for season one anyway
[13:15]<@BC_Programming> like I say though remember I liked it before it was cool
[13:15]<+Mulreay> looking
[13:18]<@BC_Programming> haha... nightmare moon, still find that terribly clever
[13:19]<+Mulreay> Can't help remembering the MPL song we sang in Primary school
[13:19]<+Mulreay> I will try and remember and type here
[13:19]<+Mulreay> mmm
[13:20]<+Mulreay> My little pony skinny and boney, made out of plastic girls think there fantastic... Hard to express how it should be sang
[13:21]<@BC_Programming> I dunno
[13:21]<@BC_Programming> Twilight sparkle sounds like the name of a gangster
[13:22]<@BC_Programming> princess Celestia Trolls them all so bad
[13:35]<+Mulreay> heh awesome
[13:37]<@BC_Programming> Princess Trollestia
[13:43]<+Mulreay> Sorry neighbour was at the door... she has the best trumper in the world
[13:48]<@BC_Programming> haha didn't notice that when I watched this one episode before
[13:48]<@BC_Programming> a hummingbird named Hummingway... haha... hummingway=> hemingway
[13:56]<+Mulreay> eh
[13:56]<+Mulreay> heh*
[13:56]<@BC_Programming> genius
[13:57]<+Mulreay> indeed
[14:00]<+Mulreay> Think I may go to the chippy
[14:03]<+Mulreay> mmm Pudding, Chips and Gravy
[14:08] * sonicrules1234 (sonicrules@mib-3E9DB4DC.lsanca.dsl-w.verizon.net) Quit (Quit: Leaving)
[14:10] * Craig-remote (Craig-remo@mib-184A63FC.albertahighspeed.ca) has joined #glitchpc
[14:12]<Craig-remote> Hey Guys, how goes it?
[14:12]<@BC_Programming> sup Craig
[14:13]<Craig-remote> Oh just at my GF's house, she is cooking, I can't seem to get chrome to access the internet
[14:13]<Craig-remote> ??
[14:14]<@BC_Programming> odd
[14:14]<Craig-remote> Woot, now its working
[14:14]<Craig-remote> Just restarted the browser
[14:15]<@BC_Programming> nice and simple :P
[14:15]<Craig-remote> Well, Apparently Minecraft 1.7 is out
[14:15]<@BC_Programming> yeah playing it right now myself actually
[14:18]<Craig-remote> nice
[14:18]<Craig-remote> wondering if I should update the server...?
[14:19]<@BC_Programming> well if it uses bukkit you won't be using a recommended build
[14:19]<+Mulreay> Hey Craig, back from the chippy
[14:19]<Craig-remote> Nice, ... where is Chippy?
[14:19]<+Mulreay> Chip shop
[14:19]<@BC_Programming> I think it's just a word for shop/store etc
[14:20]<+Mulreay> Sorry I should have said... It's a place in Britain where you buy chips... as in fries not crisps as in potato snacks
[14:20]<@BC_Programming> yeah I thought so
[14:21]<+Mulreay> Your doing good on UK slang
[14:21]<@BC_Programming> if you think about it it's weird, here we still call it "fish and chips" and not "fish and fries"
[14:21]<+Mulreay> Yeah it'sfish and chips here
[14:22]<@BC_Programming> even though normally we don't generally call them chips, we still do when it's with fish
[14:22]<+Mulreay> ahhh ok
[14:22]<Craig-remote> HAHAHA yeah canada's weird. :P
[14:22]<@BC_Programming> heh why is it "burger and fries" but "fish and chips" for example
[14:22]<+Mulreay> yeah... may be a Colloquialism
[14:23]<Craig-remote> BAHAHAHA sooo true
[14:24]<@BC_Programming> haha just broke into a wall of lava
[14:24]<@BC_Programming> had to block the flow with the only block on my hotbar
[14:24]<@BC_Programming> a crafting table
[14:24]<+Mulreay> You guys are more 'English' than 'French' though in ancestry yeah?
[14:25]<@BC_Programming> For myself I say yes
[14:25]<Craig-remote> http://www.speedtest.net/result/1365307806.png
[14:25]<Craig-remote> WOW my girlfriend's getting ripped off!
[14:25]<+Mulreay> that's lame Craig
[14:25]<@BC_Programming> wow
[14:27]<+Mulreay> http://www.speedtest.net/result/1365310641.png
[14:27]<+Mulreay> for me
[14:28]<+Mulreay> Faster than 99% of the UK... oh yeah baby
[14:28]<Craig-remote> Hahaha, Veronika thinks your lame for bragging :P
[14:28]<Craig-remote> jk I said that
[14:28]<+Mulreay> hehe I am though
[14:29]<@BC_Programming> http://www.speedtest.net/result/1365313679.png
[14:29]<Craig-remote> :P
[14:29]<@BC_Programming> I get the same "faster than 99% " thing for some reason
[14:29]<Craig-remote> Are you paying for the business 25 BC?
[14:30]<@BC_Programming> no... I think it was called Shaw Extreme Speed or something
[14:30]<Craig-remote> Heh BC your not faster than my home computer :P
[14:30]<Craig-remote> Ahhh
[14:30]<Craig-remote> OK,
[14:30]<@BC_Programming> ~50$ a month I think it is
[14:30]<Craig-remote> Mines 100 and its double yours
[14:30]<+Mulreay> Mine is ?45 per month
[14:30]<Craig-remote> WOW Mulreay you pay less than I do
[14:30]<+Mulreay> expensive
[14:30]<@BC_Programming> Mulreay: yeah but that's like 10 bajillion canadian
[14:30]<+Mulreay> heh yeah
[14:31]<+Mulreay> Mine is expensive
[14:31]<+Mulreay> very
[14:31]<Craig-remote> :P
[14:31]<+Mulreay> 45 British pounds = 69.7087154 Canadian dollars
[14:32]<@BC_Programming> I was close
[14:32]<Craig-remote> :P
[14:32]<+Mulreay> yeah not quite a bajillion
[14:33]<Craig-remote> Hahahah
[14:39]<+Mulreay> I bet I get hit I get hit for my comment on CH... somehow I'm wrong
[14:39]<+Mulreay> oops
[14:39]<@BC_Programming> get hit twice?
[14:40]<+Mulreay> yeah apparently :p
[14:40] * Craig-remote (Craig-remo@mib-184A63FC.albertahighspeed.ca) Quit (Quit: )
[14:43]<+Mulreay> Be kind BC_Programming if your gonna CH slap me
[14:48]<@BC_Programming> no I don't really have anything to add to help the OP
[14:48]<@BC_Programming> anyway I wonder if 1.7 has the ravines that were supposedly being worked on
[14:49]<+Mulreay> nope, that will be in 1.8
[14:49]<@BC_Programming> awww
[14:49]<+Mulreay> notch Markus Persson
[14:49]<+Mulreay> There will be another update tomorrow, fixing a few weird corner cases with pistons. And yeah, it will be 1.7.2, not 1.7_02. I forgot! =)
[14:50]<+Mulreay> notch Markus Persson
[14:50]<+Mulreay> Also, we removed Herobrine again in 1.7_01
[14:50]<+Mulreay> so sad
[14:50]<+Mulreay> that people go on about it
[14:51]<@BC_Programming> yeah I gave one person a good virtual mouthful about that
[14:53]<+Mulreay> It's so drole
[14:53]<@BC_Programming> I don't think the update comments help matters
[14:53]<@BC_Programming> "he said he removed him so it was obviously in the game before that!"
[14:54]<+Mulreay> oh my word
[14:54]<+Mulreay> really?
[14:54]<@BC_Programming> Or, he's being facetious... which he obviously was
[14:54]<+Mulreay> of course
[14:54]<@BC_Programming> I mean really... you can look right in the jar, look, we have entitypig, entityzombie,etc for all the mobs
[14:54]<@BC_Programming> but no EntityHerobrine
[14:55]<@BC_Programming> then some moron was saying that electronics are really sensitive to the paranormal
[14:55]<@BC_Programming> and I just lost it
[14:55]<@BC_Programming> figuratively speaking, of course
[14:55]<+Mulreay> There just trolls with delusions of grandeur
[14:57]<@BC_Programming> hmm need to add more easter eggs to baseblocks splash screen
[14:57]<+Mulreay> Oh not that it matters to you guys but my housemate/landlord went away to Ireland today for a wedding and he's gone till Sunday. This means nothing special but I can go to the toilet and watch the TV at the same time
[14:57] * camerongray (camerongra@86071BB3.E7D7CFC3.F86DF7A6.IP) has joined #glitchpc
[14:57]<@BC_Programming> haha
[14:57] * ChanbotIV sets mode: +v camerongray
[14:57]<@BC_Programming> OH! an easter egg involving talkie toaster... genius
[14:57]<+Mulreay> ahhh yes
[14:58]<+Mulreay> My Toaster is still in the works
[14:58]<@BC_Programming> so far I just have the requisite MLP:FIM reference
[14:59]<+Mulreay> heh
[14:59]<@BC_Programming> will add the talkie toaster idea, then make a video
[14:59]<@BC_Programming> ... of just the splash screen, lol
[15:00]<+Mulreay> cool
[15:00]<@BC_Programming> here's an observation about MC: feels like lapis is slightly more common
[15:01]<+Mulreay> lol
[15:01]<@BC_Programming> it probably isn't though
[15:06]<Tux2> lol...
[15:06]<@BC_Programming> lol I saw the most hilarious thing regarding java on the MC forum
[15:06]<@BC_Programming> "why can we only stack to 64"
[15:06]<@BC_Programming> "it's a limitation of java"
[15:06]<@BC_Programming> haha
[15:07]<+Mulreay> lol
[15:07]<Tux2> lol!!!!!
[15:07]<@BC_Programming> It's not, of course
[15:07]<Tux2> "why can we only stack to 64" It's a game limitation!
[15:07]<Tux2> or game mechanics, I should say.
[15:07]<@BC_Programming> well yeah, it's a design choice, I think
[15:08]<@BC_Programming> I think it's because it divides evenly into smaller parts
[15:08]<@BC_Programming> unlike say 99
[15:10]<+camerongray> lol
[15:10]<+camerongray> Yeh
[15:26] * camerongray (camerongra@86071BB3.E7D7CFC3.F86DF7A6.IP) Quit (Ping timeout)
[15:27]<Tux2> Hey, BC_Programming, would you mind getting on a 1.7 test server I'm running to flip a switch?
[15:27]<@BC_Programming> k gimme a sec
[15:27]<Tux2> Okay, just flag me when you're ready
[15:28]<@BC_Programming> k there
[16:22]<+Mulreay> Gonna just lie down and watch a random film.. may be 'Young guns' or possibily 'Lock Stock and Two smoking barrels'. I could watch Doctor Who.... but everythig says Nooooo
[16:54]<+Mulreay> People starting on the internet who don't know how to do any kind of business, they have no energy or application. I tried to speak deep south... I feel I may have failed.
[17:01] * Tux2 (Tux2@E33E54F6.8F502EB6.39CF04D1.IP) Quit (Quit: Leaving)
[17:30] * sonicrules1234 (sonicrules@mib-3E9DB4DC.lsanca.dsl-w.verizon.net) has joined #glitchpc
[18:05]<@BC_Programming> rofl... I added the talkie toaster easter egg
[18:14]<+Mulreay> I had Fish finger butties... soooo good
[18:22] * Toaster (Toaster@82B84EEB.2B3332C8.979AEB1B.IP) has joined #glitchpc
[18:22]<Toaster> I'm nearly done
[18:22] * Toaster (Toaster@82B84EEB.2B3332C8.979AEB1B.IP) has left #glitchpc
[18:40]<@BC_Programming> made a vid... rendering now
[18:40]<+Mulreay> awesome
[18:41]<@BC_Programming> I lowered the time between each "occurence" so I didn't have to sit there for 5 minutes waiting for the first one, lol
[18:47] * Tux2 (Tux2@mib-5E4E8B78.hlrn.qwest.net) has joined #glitchpc
[19:47]<@BC_Programming> http://www.youtube.com/watch?v=xm-ziH730mU <<BASeBlock splash screen
[20:05] * Tux2 (Tux2@mib-5E4E8B78.hlrn.qwest.net) Quit (Quit: Leaving)
[21:15] * Tux2 (Tux2@mib-5E4E8B78.hlrn.qwest.net) has joined #glitchpc
[21:22]<Tux2> Hey, BC_Programming, Craig, Mulreay, sonicrules1234, any of you have a dropbox referral link I could use?
[21:22]<@BC_Programming> I don't
[21:24]<Tux2> lol, okay, I just thought I would help someone out...
[21:42] * BC_Programming (BC_Program@mib-E2D98C5E.no.shawcable.net) Quit (Quit: People with a lot of potential are just asking to be shorted out.)
[21:42] * BC_Programming (BC_Program@mib-E2D98C5E.no.shawcable.net) has joined #glitchpc
[21:43] * ChanServ sets mode: +a
[21:43] * ChanServ sets mode: +o BC_Programming
[21:44] * Tux2 (Tux2@mib-5E4E8B78.hlrn.qwest.net) Quit (Client exited)
[22:36] * sonicrules1234 (sonicrules@mib-3E9DB4DC.lsanca.dsl-w.verizon.net) Quit (Ping timeout)