<kgoetz> wb
<DarkMageZ> http://www.theregister.co.uk/2005/12/31/bofh_episode_36/
<siccness> Elmo's on Oprah! Sweeet!
<siccness> Hey Tatey^2, can I borrow something from your CSS?
<merlin-linux> ah that better
<merlin-linux> now i don't feel like a soap challenged hippy
<siccness> lol
<merlin-linux> hehe
<Davo_Dinkum> Weren't you one of those already?
<Tatey^2> siccness: go for it mate, I'm pretty sure in my style sheet it says that you're more than welcome to :)
<siccness> Thanks, I modified the colours and what not so it still looks a little different :)
<siccness> (btw, it's the links4 gear)
<Tatey^2> I probably stole it from somewhere else :P
<siccness> lol
*** klepas_ is now known as klepas
<Phlosten> howdy all
<Davo_Dinkum> back later gone walkies
<Tatey^2> hi all
*** cps_ is now known as cps
<Tatey^2> so...
<Tatey^2> http://www.dell.com/content/topics/segtopic.aspx/e510_nseries?c=us&cs=19&l=en&s=dhs <-- Dell selling PC's without MS Windows installed
<Phlosten> Tatey^2: nice!
<Phlosten> but are they available in aus yet?
<Tatey^2> not sure
<Phlosten> heh, they come with FreeDOS
<Tatey^2> it'd be better if they came with at least, Ubuntu or something installed
<Phlosten> i guess FreeDOS needs sweet bugger all to work fully
<Tatey^2> yea, true
<Phlosten> if they sold em with Ubuntu then they would have to do work with compatibility
<siccness> I'd say it's more for the people who already purchased a full version of Windows
<Tatey^2> when is Debian Etch due?
<siccness> 30 years
<siccness> Lunch time!
<Tatey^2> I was playing with OpenBSD... and I feel like a newb all over
<Phlosten> http://drmcninja.com/page.php?pageNum=31&issue=5
* TheMuso is currently watching the pulseaudio LCA video.
<Tatey^2> to upgrade a Dapper box to Edgy, you need to use the alternate CD if you don't have an internet connection, right?
<nrdb> Hi I am having trouble getting a laptop to connect to the internet via a dialup connection. I have the ppp0 interface up, it is receiving/transmitting packets, 'route' has four lines one says 'default * 0.0.0.0 ... ppp0' but I can't seem to ping anything (including ip addresses) can anyone help?
<Tatey^2> nrdb: might want to try asking #ubuntu
<Phlosten> nrdb: whats in /etc/resolv.conf?
<Phlosten> hang on, just read that again, cant ping any ip addresses .. *ponders*
<nrdb> Phlosten: two 'nameserver' entries, but I can't ping them :(
* nrdb noticed that the modem rx/tx lights flash about every two seconds.
<Hobbsee> Tatey^2: nice...i'd want the AU version though
<Phlosten> cant find n series on the .au dell site
<Phlosten> you knows there is a package in the repos called 'sextractor'
<nrdb> I tried to ping the laptop from this computer, the Rx light was flashing every second or so, the the Tx wasn't. :(
<Phlosten> nrdb: at a guess your routes are stuffed, but i cant really offer much help with it
<Tatey^2> BBS
<Phlosten> nrdb: take a look at this page http://axion.physics.ubc.ca/ppp-linux.html , skip down to the bit that is headed 'No Routes'
<Davo_Dinkum> !sextractor
<ubotu> sextractor: source extractor for astronomical images. In component universe, is extra. Version 2.4.4-1 (edgy), package size 1103 kB, installed size 1656 kB
<Davo_Dinkum> Probably referring to sextant.
<siccness> hmm, this site is starting to take shape
<Phlosten> Davo_Dinkum: SourceEXTRACTOR
<Tatey^2> fella's
* Phlosten pokes Tatey^2 with a Dell N Series
<Tatey^2> did you find, it eh?
*** Tatey^2 is now known as Tate
<Phlosten> no
<Phlosten> :(
<Tate> heh at this email from the ubuntu-au security list concerning the BlueZ package
<Tate> "A flaw was discovered in the HID daemon of bluez-utils. A remote
<Tate> attacker could gain control of the mouse and keyboard if hidd was
<Tate> enabled."
<Tate> if I could gain control of the keyboard, I'd instantly type rm -Rf *
<Tate> :p
<Phlosten> i always remove that package
<Phlosten> don't have any bluetooth
<Tate> it isn't installed by default, AFAIK
<Phlosten> yes it is
<Tate> OBSD is a completely different world, I feel like a newb all over :/
<Tate> hi klenub
<Phlosten> Tate: why are you OBSDing?
<klepas> hey Tate
<klepas> sup?
<Tate> Phlosten: I'm looking for alternate server OS's. I need a production OS that isn't going to give me any problems. However, I also need Xen support, and so far I can't conclusively tell if Xen is supported on OBSD. AFAIK, it won't be because it uses the GNU license, which is seen to be "incompatible"
<Tate> -bash-3.1$ uname -a
<Tate> OpenBSD openbsd.local 4.0 GENERIC#1107 i386
<Tate> klepas: how did the Arch install go?
<klepas> haven't got there yet
<klepas> worked till late last night
<Tate> that's insane
<Tate> are you home today? When does college resume for you?
<klepas> yea, home today
<klepas> got some mates over
<klepas> college resumes early feb
<Tate> well, whenever you're ready let me know
<Tate> Owen is checking it out tonight too
<siccness> Hey Tate, how do you get a div to always be at the bottom?
<siccness> i've tried position: relative; bottom:0px;
<siccness> but it doesnt seem to work
<cps> what about position:absolute
<siccness> That puts it down the bottom but it also chops it off to where the text ends
<siccness> (the text thats within that div tag)
<Rothbuntu> bee noob and use tables
<Rothbuntu> I DO ;)
<siccness> wait a minute, i might have worked it out. :)
<siccness> position: absolute; width: 100%; bottom: 0px;
<siccness> :D
<siccness> Thanks cps
<cps> np
*** Hit3k_ is now known as Hit3k
<Phlosten> Rothbuntu: i have decided the drawbacks to using tables is far better than the pain of trying to get cross compatible div only design working :)
<Tate> there is actually a tables versus css debate on the OCAU forums atm. It's intersting hearing both sides
<Rothbuntu> heheh
<Rothbuntu> i dont have to maintain a large amount of pages so i dont use much css or frames
<Lathiat> CSS designs can be done in a cross browser fassion easily
<Phlosten> i'll move to all css designs when IE6 usage drops to 0%
<Lathiat> and turning off the CSS you end up with a much more readable page
<Tate> I fully agree :)
<Tate> IE6 doesn't really have any problems with CSS1
<Tate> IE6+, Firefox, Opera, Konq, Safari, pretty much all render CSS1 the same
<Tate> it's when you start using CSS2
<Phlosten> yeah, css2 has the nice stuff tho :)
<Tate> it does, but it doesn't mean you can't use CSS1 to produce fully functional websites. I only really use CSS1
<Phlosten> ie still has the box model problem
<Tate> it's very easy to correct, it requires once extra line :)
<Phlosten> :)
<Phlosten> wow, the centrelink website changed
<Phlosten> using tables too
<Tate> centrelink also uses IIS
<Tate> 'nuff said :P
<Phlosten> heh
<Phlosten> most of it is non-tables, still using on for the basic structure though
<Phlosten> one
* merlin-linux has made chicken kiev for suppa tonight
<merlin-linux> stuffed with cheese, ham, pineapple and garlic butter
<cps> nice
<merlin-linux> yeah i am a good cook
<merlin-linux> and like cooking
<cps> do you cook a lot?
<merlin-linux> yeah
<merlin-linux> i cook 4 or 5 days a week
<cps> col
<Davo_Dinkum> And you don't eat on the other days?
<merlin-linux> Davo_Dinkum: the other days are take away nights
<siccness> chicken kiev should have garlic butter and thats it :P
<merlin-linux> siccness: i know, but these are mine
<merlin-linux> and these fscking yummy either way
<siccness> :)
<merlin-linux> siccness: when i come over i will make you my yummy rissoles
<merlin-linux> they great on the bbq
<merlin-linux> siccness: and my kievs don't have bread crumbs around them too
<siccness> skin free?
<merlin-linux> and i cook them wrapped in alfoil
<merlin-linux> yes skin
<merlin-linux> free
<merlin-linux> free range chicken breasts too
<siccness> yea see im more of a simplistic guy when it comes to food
<merlin-linux> hehe
<siccness> http://www.getacoder.com/projects/need_operating_system_42879.html <--ROFL
<merlin-linux> you live on bbqs and microwave meals
<siccness> The BBQ represents me ;)
<merlin-linux> roflmfao >>> It must have a very user-friendly interface (like MS WINDOWS XP)
<siccness> No, that's not the funny part.
<siccness> The funny part is the budget :P
<siccness>
<siccness>
<siccness>
<siccness>
<siccness> Budget: $ 1000-3000
<merlin-linux> look at some of the bids lmao
<merlin-linux> 999,999 USD
<merlin-linux> that has got to be a big joke
<siccness> To code an OS, I'd want atleast $100million.
<merlin-linux> damn he should just install lindows
<merlin-linux> siccness: yeah, it alot of work to reinvent the wheel so to speak
<siccness> Heh exactly.
<merlin-linux> and many years for one person on there own
<merlin-linux> and then you have to do support for it after
<merlin-linux> and patches etc
<merlin-linux> there noway i would take the task on, even if i was a programmer
<siccness> You'd take it on for $100M
<Phlosten> yeah, absolutely
<siccness> I'd do one years worth of nothing, get atleast $1M and run.
<Phlosten> $100M and 100 years
<siccness> You'd just hire a bunch of linux blokes to do it
<siccness> and still end up with a fortune.
<Phlosten> get a 50% deposit and buy some software company
<siccness> Heh
<ThePizzaKing> In fact the OS will be designed to leverage jedi mind tricks to kill anyone that even thinks about breaking in. << hehehe
<siccness> Tate: you around?
<merlin-linux> hehe siccness
<Davo_Dinkum> Can CDs be recycled?
<Changlinn> I don't believe so
<yama> sure. I use one as a coaster ;)
<Davo_Dinkum> Recycled, not reused.
<merlin-linux> i thought i it being reused is recycling
<purserj> it is
<purserj> Whether its being broken down to its component materials and being re-formed or put to another use, its being recycled and kept out of the landfill
<merlin-linux> purserj: how are you?
<purserj> just sorting the kids
<Tate> siccness: am now mate
<merlin-linux> purserj: yep kewl
<merlin-linux> purserj: you going to lca08?
<purserj> if I can swing the money yup
<Phlosten> cd's should be able to be recycled
<Phlosten> they are made of polycarbonate which can be melted and reformed unlike other plastics
*** ThePizzaKing_ is now known as ThePizzaKing
<Rothbuntu> i think linux is cooking my laptop
<Rothbuntu> 57 deg cpu
<Rothbuntu> had rive is at 50
<Rothbuntu> hard drive <--
<Phlosten> put some eggs on
<Rothbuntu> i think i installed speedstep but i have no idea on how it operates :-!
<henno> maybe it is just a sensors issue
<henno> does it feel hotter?
<Rothbuntu> its always hot
<Rothbuntu> but ive actually got it on a table and not my lap today
<siccness> 57C for a lappy
<siccness> doesnt sound too hot
<Rothbuntu> it burns my " tunkie " off if i leave it on my lap to long
<siccness> tunkie hey
<henno> that's why they are no longer called laptops, and are referred to as notebooks :)
<siccness> yeah but notebooks are supposed to be small
<siccness> laptops arent that small
<henno> are there any vendors that still call them laptops?
<henno> I think there is no distinction between a laptop and a notebook
<henno> apart from the name change
<henno> desknotes are another story
<siccness> coke rocks
<henno> of the cola variety? if so, then no it doesn't
<henno> :]
*** LoCoBot_4 has joined #ubuntu-au
*** MatthewV has joined #ubuntu-au
*** LoCoBot_4 has joined #ubuntu-au
<siccness> css is pretty cool
<cps> Cascading Style Sheets?
<siccness> No, Cocktail Super Slirpies.
<cps> Content Scrambling System
<cps> a la DVDs
<siccness> I know :)
<siccness> You were correct with the former.
<cps> yeah I know :-)
<cps> what are you finding nice about them?
<siccness> It makes it easier to change multiple pages
<cps> ah yes, that's probably their main strength
<yama> damn that dvd-jon for breaking css!
<cps> yeah, it's his fault that web development is so hard :-)
<siccness> cps: that thing you suggested didnt help tho
<cps> what did I suggest?
<siccness> the absolute position thing
<siccness> because now, the footer is overlapping the text
<cps> that's absolute positioning for you
<siccness> yea well that's retarded.
<cps> just make sure that the box that the text is in has a margin at the bottom which is at least as great as the height of the box stuck to the bottom
<siccness> ahh that's some good thinkin champ
<siccness> genius thinking really.
<cps> ha ha, wait until you get it working first
<Daemon> wait until you need 300 hacks to get it all working in IE now
<siccness> I couldn't care less about such.
<Daemon> especially things like min-height, which is a CSS standard, yet IE breaks it
<yama> IE is the standard, bitchez
* yama ducks
<siccness> Keep ducking.
<cps> standards are pretty cool, everyone has their own
<siccness> cps: nah that didnt work
<cps> you can probably get something along that idea to work
<siccness> yeah been trying
<siccness> ill work it out
<MatthewV> siccness, what page are you trying to work on...
<MatthewV> ?
<siccness> my page
<MatthewV> i've been working on css all day, i'm ready for it.. ;)
<siccness> i have a footer div
<MatthewV> siccness, can you give me a link to the apge or isnt it online?
<siccness> yup hold up
<MatthewV> siccness, thast what should happen with absolute positioning.. i did once manage to do what you are trying on a page... but it totally screwed any form of IE compatability
<siccness> suits me fine, what was it?
<MatthewV> siccness, i'll take a look
<MatthewV> siccness, try putting position: fixed;
<MatthewV> that'll make the footer hold it's position on the page and not scroll with the rest
<MatthewV> ie doesnt support it :(
<siccness> no but i do :)
<MatthewV> siccness, what is this page for?
<siccness> worked a treat :)
<henno> siccness: http://alistapart.com/articles/footers
<siccness> no idea really
<MatthewV> siccness, you may need to add some padding at the bottom of the text though
<MatthewV> otherwise you wont be able to view it.. i cant at 1024x768
<MatthewV> the bottom that i
<MatthewV> *is
<siccness> hmm
<MatthewV> ie:
<MatthewV> div#primarycontent {
<MatthewV> padding-bottom: 1em;
<MatthewV> }
<siccness> MatthewV: refresh it now
<MatthewV> siccness, :)
<MatthewV> you could make just the text scroll inside the 'tabs' if thats what you wanted
<siccness> nah, this'll do
<siccness> otherwise ill get confused
<MatthewV> heh
<MatthewV> so who did all the coding? you, or did you just get an existing design and adapt it?
<siccness> yeah, some template shit
<siccness> changed a few things
<MatthewV> heh
<siccness> MatthewV: Surprisingly I made the template decent
<MatthewV> siccness, where's the original?
<siccness> lemme find it
* adhoc yawns
* MatthewV yawns
<MatthewV> don't adhoc it's too contagious
<siccness> MatthewV: http://www.juraonline.eu/
<henno> oh no... it has the openwebdesign shit in the footer
* adhoc yawns
<MatthewV> siccness, thats nice.. but i cant find the actual template on that page? only info about it..
<siccness> that is the actual template?
<siccness> Do you want the download of it?
<MatthewV> siccness, oh.. oops <blush>
<henno> http://en.wikipedia.org/wiki/Open_Source_Web_Design#Second_Split
<MatthewV> siccness, no not really, i do all my work from scratch ;)
<siccness> MatthewV: big man arent ya, showin up sicc like that :D
<henno> MatthewV: the only way :]
<MatthewV> :P
<MatthewV> siccness, i just find it takes me just as long cause i have to try work out someone else's design
<MatthewV> i can show you an entire site that i managed to do in one afternoon (this afternoon to be precise ;))
<siccness> sure
<henno> now that is efficiency
<siccness> I can't seem to bowl a flipper
<siccness> I need Warnies help
<henno> I bowl like Roy... medium/off spin... and just like roy, I am also crap
<siccness> LOL
<MatthewV> i cant bowl at all...
<MatthewV> or not much anywayu
* adhoc mastereds spin, bnowl, land somwhere on the edge of the pitch, then flick back and hit the batsman in the short and curlies ...
<henno> I have always said that about warne
* adhoc wonders why he didn't get selected?
<henno> a lot of people can put that much spin on the ball
<TheMuso> Now that was an amazing tennis match.
<henno> but none of them can actually get anywhere near the pitch :]
<siccness> henno: heh
<adhoc> henno: thats my problem ...
<siccness> My pace bowling is improving
<siccness> I've been more consistent
<henno> that is the key to pace.. consistency
<siccness> i cant bowl a slower ball tho
<henno> ie. McGrath
<siccness> it'll end up over the batsmens head without hitting the ground
<henno> a slower bowl is about the only thing I can do
<henno> the ol' finger split
<siccness> heh, yea see the ball usually flies out or stays in my hand when i split the fingers
<henno> I find if I push my hand towards the ground really hard, the balls comes out straight and true
<siccness> man i miss playing :|
<henno> me too
<henno> e17 and me have this strange relationship.
<adhoc> henno: is that so ?
<henno> I love it, use it for a few weeks, just to find something I hate
<henno> ditch it
<harrisony> e17 ==ewww
<henno> and then go back to it again
<adhoc> if i could get it to compile ...
<siccness> sounds like a normal relationship to me
<henno> it pretty much is.. I am always looking at the better lookign e17, but I can't let go of old faithful fluxbox
<harrisony> adhoc: i just use this repo.
<harrisony> deb http://SeerOfSouls.com/ edgy e17 and deb-src http://SeerOfSouls.com/ edgy e17
<adhoc> henno: for d in `locate floxbox` ; do rn -rf $d ; done
<adhoc> s/rn/rm/
<siccness> floxbox?
<adhoc> s/floxbox/fluxbox/
<siccness> lol
<adhoc> no worries
<harrisony> siccness: hows j00blog?
<siccness> we built this city on rock n roll!
<siccness> harrisony: so so :)
<henno> adhoc: err.. no thanks
<henno> anyhoo.. I won $60 on the tennis tonight
<henno> go speedy gonzales!
<siccness> a whole $60!?!? Wowzers.
<henno> damn right
<siccness> I make $60 just sitting here :P
<harrisony> siccness: if you want to be in the in croud check out habari
<henno> siccness: gambling is not my income
<siccness> I am in the 'in crowd'
<siccness> The peepz love me.
<henno> I don't like to confuse the two
<siccness> Heh
<harrisony> siccness: Yeah go uncle sicc. <this was a paid advertisment>
* henno is out (bedtime)
* adhoc sleeps
<merlin-linux> damn chicken kiev stuffed with cheese, ham, pineapple and garlic butter is yummy
<harrisony> http://www.google.com/intl/en_au/events/australiaday2007/index.html "Google are sending a plane around on Australia Day, taking high resolution photos of the CBD, Eastern Suburbs and Lower North Shore to add into Google Earth. The resolution of the photos are so good that you’d easily be able to recognise what you’re wearing, and a sign with letters 50cms high would probably be legible."
<siccness> money well spent
<merlin-linux> hehe
<merlin-linux> google have got money to waste unlike me
<harrisony> rofl
<merlin-linux> so they can waste some there money on me
<harrisony> im getting ready to have thing saying harrisony is here ubuntu pwns all
<siccness> merlin-linux: lca08 baby!
<siccness> google better be there with an open bar, BABY!
* harrisony is angry he didnt get to go to lca07
<siccness> HUNDREDS of chickens have been found dead in east China ? and a court has ruled that the cause of death was the screaming of a four-year-old boy who in turn had been scared by a barking dog.
<merlin-linux> siccness: yeah we'll drink it dry in one go
<harrisony> i reckon ill be cool having this plane flying low taking happy snaps
<adhoc> siccness: google were there with and open bar ...
<harrisony> siccness: :D
<harrisony> wtf
<siccness> adhoc: 08!
<adhoc> siccness: hopefully then too ;)
<siccness> yup
<siccness> im gonna make em go bankrupt
<merlin-linux> adhoc: siccness and i are going to run a muk at lca08
* adhoc hopes to run a mini-conf for 08
<siccness> It'll be Google vs David (sicc/quail)
<adhoc> merlin-linux: no you won't, i'll have my eye on ewes
<merlin-linux> adhoc: and siccness and i have got all year to get our gags down pat
<siccness> yup
<adhoc> pah!@!
<merlin-linux> adhoc: the gags are going to be that good that no one will realise that there is a gag happening
<adhoc> huh! likely story
<siccness> Yeah but we can just get them hammered and we can do it bluntly infront of them and they wont realise
<adhoc> merlin-linux: you have to realise that some of us have been around a while ...
<siccness> Exactly, old people dunno what's going on :P
* siccness runs
<merlin-linux> adhoc: and
<merlin-linux> lol
<adhoc> siccness: with a bit of luck, i won't remember for next year.
* adhoc sends email to conf organises now ... BRB
<siccness> your luck or my luck? :)
<merlin-linux> siccness: you are very blunt
<adhoc> you guhys under enstimate the subltey of the adhoc
<siccness> lol
<adhoc> night all
<siccness> Gotta love those enstimates.
<siccness> Night mate.
<merlin-linux> night adhoc
<elkbuntu> also the blood alcohol volume, judging by the typing :Þ
<siccness> elkbuntu: I was gonna say, but I didn't want to be wrong.
<merlin-linux> who got the blood alcohol volume?
<siccness> adhoc:
<siccness> minus the ':'
<merlin-linux> hehe
<siccness> elkbuntu: you comin to LCA08?
<elkbuntu> hopefully
<siccness> I'll take that as a yes
<siccness> We'll get someone to bring a laptop to the bar, with a database setup to calculate the amount of drinks and cost of each drink
<merlin-linux> lol
<siccness> and then bill it to google if they don't do an openbar
<merlin-linux> lmao
<TheMuso> ROFL
<merlin-linux> siccness: we'll all have to wear google tshirts
<siccness> lol, i aint wearin a tshirt with google on it
<siccness> that's crap
<merlin-linux> hehe
<merlin-linux> the tshirt might get us into a google after party
<siccness> lol
<siccness> ill get a white-t and write google on it, good enough :)
<merlin-linux> siccness: we'll have to get a keg at your place tfor lca08
<merlin-linux> hehe
<MatthewV> anyone know where lca09 will be?
<merlin-linux> i know you not alot in you fridge, so the keg will fit
<merlin-linux> MatthewV: no
<merlin-linux> MatthewV: give it 3-6 months and we'll all know
<MatthewV> merlin-linux, ah k.. thanks
<Tate> fella's
<merlin-linux> Tate!
<Tate> hi :)
<merlin-linux> Tate: hey, how are things?
<Tate> good mate
<merlin-linux> damn people on ebay
<merlin-linux> it been over 24hrs i bought a dvd off of ebay and i have gotten no response to comfirm address or that it been sent
<TheMuso> Night folks.
<cps> goodnight
*** Tate is now known as Tatey
<siccness> bah the beer had premature ejaculation
<merlin-linux> it male
<siccness> yup
<siccness> i wanted a girl tho
<merlin-linux> hehe
<merlin-linux> maybe next time
<siccness> btw merlin-linux, no need for a keg
<siccness> sicc has a better idea
<siccness> we buy two slabs for each night
<siccness> that way we wont run out
<merlin-linux> ok siccness i will bring another 1K$
<merlin-linux> hehe
<siccness> im also thinking that we dont stay at mine, but a motel that ill pay for
<siccness> as come to think of it, theres no where to sleep here
<siccness> i sleep on a couch as it is :)
<merlin-linux> i happy with the floor
<siccness> trust me, you wont be
<merlin-linux> i sleep on the floor in my lounge room as it is
<siccness> ill find a motel with a bbq, and ill pay for accommodation
<siccness> that way you dont need to spend too much
<merlin-linux> ok
<merlin-linux> you'l have to pass this by Kamping_Kaiser too
<siccness> yeah he'll be cool with it
<merlin-linux> k
<merlin-linux> i plan getting to you place couple days before lca
<siccness> yea that's cool
<siccness> i'll be out the bank firin the barbie up for your arrival
<merlin-linux> hehe kewl
<merlin-linux> how far you from the airport
<siccness> ages
<siccness> 1hr or so
<merlin-linux> oh
<siccness> more 40mins actually
<siccness> i can pick you up :)
<merlin-linux> forget that i will not be on a plane as my laptop bag to big as i have been told
<siccness> lol
<merlin-linux> caus my laptop bag is a backpack
<merlin-linux> so i might bus or train it
<siccness> i'd train it
<siccness> that way it wont take 6yrs to get here
<merlin-linux> yep
<merlin-linux> were the train get into melbourne
<siccness> spencer st
<merlin-linux> yep i sort of know where that is
<merlin-linux> siccness: try find a motel with a pool
<siccness> of course.
<merlin-linux> hehe
<siccness> it'll be near a pub too :)
<siccness> im thinkin we find one near whereever the hell LCA is
<siccness> that way we can just crawl to it
<merlin-linux> we just need a drive through
<merlin-linux> hehe
<merlin-linux> you can piggy back me to lca
<merlin-linux> lmao
<siccness> ill make sure it's better than any crappy lca07
<siccness> lca07 was weak
<siccness> for pansies
<siccness> lca08 will be what's up!
<merlin-linux> hehe
<cps> you didn't even go
<siccness> exactly, im no pansy :P
<merlin-linux> i will try to arrange others from adelaide to be at the same motel
<siccness> aight
<merlin-linux> cps: i not go to lca07 too
<cps> you guys missed out on an awesome time
<merlin-linux> siccness: they will pay there own rooms
<merlin-linux> cps: we will make lca08
<merlin-linux> we'll
<cps> cool
<merlin-linux> cps: i will have a backpack of tech at lca08
<siccness> i wanna meet a lot of you so im hopin you guys make 08
<cps> a backpack of tech?
<merlin-linux> cps: a backpack full of tech
<cps> tech such as?
<merlin-linux> wireless webcam etc
<merlin-linux> some of it secret for lca
<merlin-linux> and i just had a brain wave
<cps> ah I see
<siccness> cps: you can't actually see brain waves :P
<cps> you can if you have the right equipment
<siccness> sorry for the pathetic humour :P
<cps> you are forgiven
<cps> this time
<siccness> man crown lager blows
<cps> why do you say that?
<siccness> because it tastes like urine
<merlin-linux> lol
<merlin-linux> siccness: and you tasted urine
<siccness> Well i don't like to explore into my past but... :P
<merlin-linux> hehe
<merlin-linux> siccness: what are you going to do for a pc at the hotel
<merlin-linux> siccness: i hope to hell the hotel has wifi or there wifi AP we have access to near by
* Tatey installs FreeBSD
<merlin-linux> Tatey: what it like?
<Tatey> very different
<merlin-linux> oh
<siccness> Tatey: Have you got your Sun CD yet?
<MistaED3> i hear it's less of a "duct-taped together OS" compared to linux :O
<Tatey> nah
<siccness> well im off to bed, early start tomorrow. night all
<Tatey> MistaED3: I can see why BSD users may state that. Unlike BSD, The Linux kernel is developed independantly of the userland tools (cp, grep, ls) and often packaged together in the form of a "distribution". With BSD, everything is concurrent and developed together
<MistaED3> ah
<Tatey> I think that's what they might be referring to
<Tatey> this after spending a good day reading about BSD
<MistaED3> if anyone is still awake, what do you's think of this CNR supporting other linux distros?
<klepas> CNR?
<MistaED3> linspire's click n run service
<MistaED3> an easy/free repository for linux software
<MistaED3> http://cnr.com/
<MistaED3> maybe a better discussion later, i'm off night
<siccness> hmm
<Hit3k> night even though i havnt talked in here :p
<siccness> lol
<siccness> nite
<siccness> Hey Cyvvy
<Cyvros> Howdy, siccy.
<Cyvros> No one's called me Cyvvy for years now...
<siccness> Heh
<Cyvros> How're you?
<siccness> Good thanks
<Cyvros> That's good.
<siccness> What brings you here at such an hou?
<siccness> *hour?
<Cyvros> Nothin' much.
<siccness> :)
<siccness> making websites gets boring pretty quick :|
<Tatey> no you do
<Tatey> I thought you went to bed? :P
<siccness> lol
<siccness> i couldn't resist getting back into it :)
<Tatey> I thought you said it was boring? I'm confused :P
<siccness> It is boring, i dunno what to do on it
<siccness> lol
<Tatey> do you have hosting?
<siccness> nope
<siccness> not yet
<Tatey> do you want hosting? :P
<siccness> yes :)
<Tatey> too bad
<Tatey> nah really, if you do... I can hook you up with some
<siccness> how?
<Tatey> with my hosting
<Tatey> I can host unlimited websites, with completely separate accounts
<siccness> I think I'll need my own, as I need to install this smarty php engine thingo
<Tatey> fair enough :)
<siccness> *template engine
<Tatey> Dreamhost supports PHP4/5 and MySQL5
<Tatey> as well as FastCGI
<siccness> yea a lot of people seem to use them
<Tatey> they're cheap
<Tatey> it's only $180AU/yr for 2TB data allowance and 200GB of storage. Includes IMAP and unlimted MySQL/domains/users
<siccness> 200GB of storage :D
<siccness> I can store all kindsa of useless crap on that!
<Tatey> that's why I am starting fileshere :)
<Tatey> what scripts did you end up finding? I'm not fully happy with the ones I have
<siccness> finding?
<Tatey> for image hosting, etc
<siccness> for paste-bin and what not? I'm coding all of that.
<Tatey> orly
<Tatey> 2leet
<siccness> The main purpose of the site is for me to learn
<siccness> both css/html/php/mysql
<Tatey> yea, I suppose I should do the same
<siccness> Anyone can install a script
<siccness> that's pansy shit
<Tatey> then I can make clean valid code too
<siccness> That you can :)
<siccness> what color looks good on dark-blue?
<siccness> more normal blue than dark but eh
<Tatey> blue and yellow
<Tatey> blue and grey
<Tatey> blue and white
<Tatey> check out an app called agave
<Tatey> it generates colour themes for you
<siccness> Heh, for all of us males who are useless when it comes to colour co-ordination? :D
<Tatey> pretty much
<Tatey> FreeBSD is nice
<Tatey> I have concluded
<Tatey> after playing with it more
<siccness> Using it now?
<Tatey> nah nah, the box it shutdown
<siccness> ah ok
<Tatey> I'm talking from a stable production server
<Tatey> I'm not sure I'd use it on the desktop
<Tatey> Linux wins in terms of hardware and multimedia support
<Tatey> I just shut it down, I intend on going to bed
<siccness> aww :(
<Tatey> it's 2am :P
<siccness> 3:12am here :)
<Tatey> insane :P
<siccness> lol
<siccness> gimme a yell when you've completed your pastebin :P
<siccness> i got no idea how to dode that lol
<siccness> *code
<merlin-linux> back
<Tatey> LOL
<Tatey> I'm going to work on the image thing first
<Tatey> I'm heading off
<Tatey> night :)
<siccness> Night mate.
<merlin-linux> Tatey: g'night
<merlin-linux> damn i have almost drunk 6 long necks tonight
<merlin-linux> errr make that i have
<siccness> heh
<merlin-linux> siccness: that equal 1/2 a slab
<merlin-linux> siccness: OING
<merlin-linux> siccness: ping
<TheMuso> Morning folks.
<cps> morning

Generated by irclog2html.pl 2.1 by Jeff Waugh - find it at freshmeat.net!