| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8
Comments:
<0> Too late, I paid with a credit card. <1> wow. google browser sync just ate about 600 bookmarks. all gone. this is ****ty <1> Mish, what? that is the silliest thing I ever heard. <1> dammit. firefox is just garbage. i'm going to delete it. <2> hi <3> firefox has been doing fine on my ubuntu box. only reason I'm running it though is because getting opera on the ubuntu box requires all kinds of silliness, and I'm too lazy to do it <4> don't suppose anyone knows know to turn xvid into a DVD image in linux offhand <1> myrddin, i'm running it on macosx. it's pretty screwed up on osx. <1> myrddin, also i have about 10,000 bookmarks in it too <1> and several plug-ins. <4> omfg <4> ffmpeg has an FF:VII codec <1> neato <4> It barely works on windows, everything comes out either green or upside down :P <4> the original codec that is
<1> are you telling me that's now how it's supposed to look? <4> not rly <5> OT: what is google browser sync <1> Mish, it syncs your open tabs and bookmarks so when you open a browser on another machine you have the same open tabs adn same bookmarks <5> plugin ? <1> yea. for firefox <4> awesome <1> if you're editing bookmarks and firefox crashes while you are moving them then browser sync will just delete them all. which ****s if you grab an entire folder and just want to change it's position in the bookmark list <5> OT: which URL ? <4> what's the command to update my libs OrngeTide I forget <1> i dunno. i don't have a browser anymore. i delete it. <1> zid_, what libs? <4> .so <4> just.. refresh the list <4> so configure stops btiching about ffmpeg <1> ooooh.. sneaky. i just notice that i have a bunch of backup bookmark files. so i should be able to restore these lost links. <5> ah found it <1> zid_, ldupdate i think <5> where once loses, another one finds <1> or ldconfig <4> ldconfig sounds right <5> gmail has funny bug <5> sometimes, when I press "Save draft" it pops up dialog "This will discard your changes Yes/No" <5> already happened several times <1> yea. gmail is pretty buggy <6> ldconfig -v <5> OT: there's something I'd like to fix in algorithm "Not found response" <4> avcodec not listed :/ <5> THe file of responses only, actually <1> Mish, oh well. <1> there is no algorithm source right now. so you'll just have to suffer. <5> as if i'm not used to suffering <1> i want to put that error.c program into algorithm too <5> what does it doo <1> converts errno to a string and the macro used for that number. and converts the macro to the number and the string. <5> aha <1> ./error ENOSYS <1> 38:ENOSYS:Function not implemented <5> "eBay's "Safe Payments Policy," which prohibits sellers from requesting payment via services not approved by eBay, will likely be used to prohibit eBay merchants from using Google's just-announced Google Checkout, according to AuctionBytes.com" <1> BFD <1> i'll probably have to work <7> why did zappa have to die? :( <7> :( <8> Um, that's like... 15 years ago? <7> i know <7> i'm still upset <7> ****ing cancer <7> and 14 <8> how old are you? <7> 23 <8> so were you obsessed with zappa when he was alive? <7> i wasn't even old enough to appreciate him when he died :( <7> it upsets me greatly <8> heh <8> ****ing zappa zealots <7> um, ok
<7> zealots? <8> mith: the bot sensed the bull**** <7> what <8> he's gone, get over it. <7> :( <7> I'm just sad because i got a new (to me) zappa album today and every time i do i remember how awesome he was and then i remember he's dead and then i get sad <9> Zappa needs to become a zombie <7> so long as he could play his guitar and sing still, that'd be cool by me <9> If by sing, you mean that weird sound that comes out of his mouth, I'm with you all the way <7> he actually sings sometimes :P <10> :o <3> I know his kids are, I know he had a poster made of himself while sitting on the ****ter. that's about it. <3> s/his kids/who his kids/ <4> SgtUnix: Wanna watch? :p <11> Let's make it easy for him. <11> You die. You die. You die. You die. You die. You die. You die. You die. You die. You die. You die. You die. You die. <4> nope <4> I'm acctualy not too bad at nethack <11> Okay. <4> cleaning out VotD atm <11> You are killed until you die. You are killed until you die. You are killed until you die. You are killed until you die. <4> eep, gehennom <12> bryno: yo! ltns <13> Hi! <13> This whole new channel key threw me off :( <4> it's not new <4> it just had a few weeks off <12> new channel key? <12> The channel key has always been "c". <1> myrddin, it's not worse than running scandisk in a vmware session. <3> I know. it just 'feels' weird. ;) <3> but not as weird as playing with bios settings in a vmware session, hehe <14> leave #c <4> NO U <1> myrddin, i'm just using parallels instead of vmware. it seems a lot faster. <4> this **** does NOT want to ./configure <3> OrngeTide: hmm. never used parallels <4> i should just learn to use mencoder <1> myrddin, it supports the virtualization extensions on the newer cpus. <1> myrddin, and it runs on macosx. which is why i paid $50 for it. <1> and i like how it handles serial port emulation, makes it really easy to attach kgdb to. <1> i love mencoder. <1> i wish i could rip those rstp:// urls though. i haven't figure out how to do that yet. <4> what audio codecs does DVD support, mp3? <15> heyias, im interested in packers and how they work - i had a look at upx, but its quite built up, does anyone know a real basic packer (with source code) for PE files that they can point me to? <4> sigh, I wish I know how to do this already, so i could just do it <4> Adrian`: I can give you a simple example of how they work if that helps :P <4> zip the old file, inject it into a new exe, write a loader to extract the zip to memory and run it, dones <15> zid_: i get the theory behind them - but what i cant get is how they still make it run after they unpack it - wouldnt they have to patch all the memory addresses? <4> maybe it does, or PE has magic inside <15> like sure, if you made it extract to c:\temp and then ran the exe - simple - but making it run the built in app without spawning a new process is what im curious about... <4> I remember apps that let you "join" exes <4> perhaps it just sets the entry point to the unzip code (at the end of the binary let's say) <4> then unzips, leaving the code where it should be, at the start <15> mhmm <15> ah, page 30 of google has something nice... <15> http://www.codeproject.com/cpp/peprotector1.asp <16> hi <16> when a parent forks a child, both processes can communicate asynchronously with signals. how can this functionality be achieved with two threads <16> pthread_create states that the set of signals pending for the new thread shall be empty <16> this leads me to believe that the new thread can have it's own signal handlers. is it possible to send messages between threads? and if a process gets a signal, does it propagate to all threads? <4> christ, it's 3am and it's still 17 degrees outside <0> Anyone know of a good secure socket programming tutorial on the web? <0> I may have found one... <4> SSL or just generaly secure? <0> SSL - though I found a decent beginner tutorial on ibm developerworks <4> how does SSL work, do you just do everything like normal but use wrapper functions? <0> Take a peek: http://www-128.ibm.com/developerworks/linux/library/l-openssl.html <4> nah <4> that'd require cutting, opening firefox, pasting and reading <1> i wish i could null terminate an mmap'd buffer. so i wouldn't have to rewrite some of the standard string routines.
Return to
#c or Go to some related
logs:
libmysqltcl3.01.so night quotes wisel wallpaper 1440x900 horror #nhl #bsd enablenxshowui #politics backup utility advanced schedule repeat task #politics how to open a nipple ring
|
|