@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10



Comments:

<0> and so I decided to hang onto irc, drink beer and do some java. oh well.
<1> most things are going pretty good
<1> apart from work :P
<0> Jostein: hmm ;) the usual eh? I finally got my ubuntu working the way I want to (with media codecs)
<1> w00t
<1> Lion-O: universe repos + mplayer?
<0> Jostein: kaffeine. I did (ab)use some of the codecs which the mplayer site offers for download though :)
<1> never heard of. sounds KDEish
<0> it is 8)
<1> :P
<1> but does it support aalib in xvideo?!?!?!
<0> EVentually I plan to manually compile mplayer again, but alas. For now this will do.
<0> Jostein: hehehe, nfi ;)
<2> w00t
<2> found some tires



<2> here in town even, gettin' 'em put on tomorrow
<2> and now that i've spent the last three hours dealing with that, i can go home. later peeps. =)
<0> see ya Jeremy
<1> later
<1> or was that too late? :P
<0> hehe
<1> times like this I hate having a job and quitting weed :P
<0> Jostein: oh dear ;)
<1> really, really good .uk hip-hop/rap/that-lots-of-different-neat-stuff-w/elements-of-hiphop/ninjatune music
<1> ofcourse... some of the grooves were waaaaaaay deeper on weed :P
<3> mata ma
<0> Jostein: hehe
<3> jegosule
<1> Lion-O: ofcourse you ditchies only like crap hiphop and crap techno, so I dont expect you to understand
<1> Lion-O: you can stream realmedia crap?
<0> /me dislikes hip hop, thinks techno is 'so so' ;)
<0> Jostein: I think so, not right now thoug
<0> h
<1> oh well
<1> your loss. this is pretty good, and I will have forgotten all about it later :P
<0> bah, the new "extended" versions of the movies are crappy.
<1> #define EXTENDED_EDITION resellMovieAtHigherPrice(Interation->Repeatedly);
<1> that is sorta valid C++, right? :P
<4> Jostein: you forgot "digitally remastered"
<1> right
<0> I'll either digitise the movie I have (plain vhs & 'remastered' vhs) myself or perhaps consider the new "unedited" dvds.
<0> Jostein: star wars.
<1> heh
<1> Lion-O: they've made extended editions of those as well?
<1> Lion-O: the new ones or the old ones?
<1> or are you talking about the dino-tech versions of the old ones?
<0> Jostein: its a mess. The original is on VHS. Then they released an extended version on VHS ('Han shot first') and then the DVD's came which had even more changes :/
<5> [00:18:59 siege@gate config]$ gcc -o a tcl.c -ltcl8.4 -I/usr/include/local/tcl8.4/
<5> tcl.c:2:17: tcl.h: No such file or directory
<5> tcl.c:3: error: syntax error before '*' token
<5> what's wrong with this?
<1> to me it aint THAT big a deal that Han shot first, but the dino-tech **** really pisses me off
<1> it adds NOTHING
<0> Jostein: no idea what you mean with that. Right now i'm referring to the band on Jabba's barge.
<1> only decent digital edition you can get this days are the rips of the original Laserdisc editions
<0> it takes the speed out of the movie
<1> by dino-tech, I mean adding random crappy CGI dinasours to a otherwise good scene
<0> aah ok
<1> stuff like that
<0> Jostein: yeah, I know what you mean.
<0> heck, I should watch this movie later, perhaps consider to dive in a little earlier so I can watch it in bed.
<1> hehe
<0> Jostein: daph can always appreciate my comments about leia being hot in that bikini suit :)
<1> I had serious hots for Carrie Fisher back in the days
<1> but ofcourse, by then she was already old :P
<0> Jostein: true, true. Still, I can't help considering her pretty hot during the Jabba scenes.
<4> that was annoying
<0> Jostein: pretty amazing if you see current shots of her, she's become pretty fat so it seems :)
<1> hehehehe
<1> My favorite Carrie Fisher performance is in Blues Brothers BTW



<0> aah yes
<6> Wow. That ****ed. We lost power for the past hour
<7> is it possible to create a directory in which I can read and write files ( also new dir's) but IMPOSSIBLE to delete it?(unless special perm.)
<0> kasja29: not really. if you can write to a file you can delete it.
<0> otoh. if you don't own the directory you're likely not able to use rm though.
<7> I am not super-user and I need a trick so that my directory won't be deleted
<1> $ echo "boy did I not delete this file" >file
<0> Jostein: hehehe
<0> kasja29: impossible.
<0> best trick is 'common sense'.
<4> kasja29: static link them to a second dir - then, if you delete one, you can just relink it :)
<7> I need tp keep the same name for the dir
<0> kasja29: man mv ; man ln.
<0> not that hard, duh
<0> Hoi Tama
<8> hey Peter
<6> Anybody using icall and knows what the basic underlying technology is?
<8> reality: VoIP? H.263?
<0> right. The decision has been made, I'm going to pop in when daph is still awake so I can watch RotJ in bed. Now its time for a quick game of patience and a Far Cry level.
<6> Tamahome: I'm wondering though
<6> Doesn't look like it supports anything besides their own program
<7> ok , I am running <weblogic> Ant task ... the process creates a temp dir called ejbcgen... because it is deleting it in a certain stage I can't run the process in multithreaded mode... I have to find a solution so that the process won't be able to delete recursively "ejbcgen"
<4> probably. too many wheels get reinvented :)
<1> reality: i see all? sounds h4x0rish
<0> kasja29: pretty easy if you use your brains.
<6> Jostein: Well, they have free incoming calls as well...like a PSTN to SIP gateway
<6> And a local access number
<0> kasja29: create directory up front and make sure that the uid owning the weblogic process can't delete said directory.
<0> kasja29: still, same deal applies: if you can write you can delete.
<6> SJPhone runs perfectly on my cell phone so I was trying to get an external number going to my cell phone
<1> ah
<7> Lion-O : what do you mean by up front?
<0> kasja29: just that
<7> the uid owning the weblogic process is mine
<0> kasja29: so, what distribution are you using anyway ?
<7> dirstibution?
<0> kasja29: distribution, yes. Linux has several distributions available.
<7> unix
<7> HP
<0> I figured as much
<8> heh, HP/SUX
<0> kasja29: **** off and stop wasting our time.
<0> kasja29: the solution to your problem is the SELinux addition to your distribution. Since you're not using Linux thats pretty useless.
<7> I am using l;inux too
<1> so... since when did people equate solaris and HP-UX to linux?
<0> Tamahome: something I quite agree with, having worked with that stuff once ;)
<1> right. should I get some sleep or watch something before I bed
<0> not enough to form a non-biased opinion though
<1> Lion-O: I need to get up 7am and be quick'n'ready by 9am
<0> Jostein: depends on what you're going to do tomorrow ;) I think.. exactly.
<0> Jostein: hmmm... one extra hour can't hurt.
<4> I don't think it is *possible* to have a non-bi***ed opinion of hp-sux
<0> DaveHowe: I hate it (but can't really base it on technical arguments) while I love my HP printer and photocamera ;)
<4> Lion-O: it ****s in many small-world propriatory ways. however, I love the printing system :)
<0> hehehe
<0> DaveHowe: I've been brainwashed^D^D^Dinstructed enough to get a liking to plain lpr :)
<4> it *is* plain lpr
<4> but for every print, it calls a shellscript and p***es it the printer data as a flatfile
<0> hm, I see what you mean.
<4> anything you want to do - you just set up a printer for it, then edit the shellscript to add your functionality
<0> DaveHowe: well, if there's one thing I learned its not to underestimate lpr. Its more flexible than you might first think.
<4> I believe linux "magicprinters" comes close though
<9> CUPS isn't bad..
<9> though I've traditionally run lprng, because my printer is a Laserjet 4si
<4> and of course redmon on doze
<4> line pseudo random number generator? :)
<0> Strider-: well, I never really liked CUPS to be honost.
<0> lprng always did the work for me. still, I think cups came default with ubuntu
<0> duh, it does.
<4> right, bed time


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #linux
or
Go to some related logs:

#chatzone
#MissKitten
#MissKitten
#MissKitten
#linux
#squid
language arrivedercci
#asm
mixi
#AllNiteCafe



Home  |  disclaimer  |  contact  |  submit quotes