| --- | Log | opened Sun Dec 07 00:00:03 2003 |
| --- | Day | changed Sun Dec 07 2003 |
| 00:00 | <inkblot> | but it works on every other system i run |
| 00:11 | <@caker> | phew -- all done |
| 00:12 | <EFudd> | Expires: Mon, 1, Jan 1970 00:00:00 GMT |
| 00:12 | <EFudd> | Last-Modified: Sun, 07 Dec 2003 05:15:20 GMT |
| 00:12 | <EFudd> | Cache-Control: no-store, no-cache, must-revalidate |
| 00:12 | <EFudd> | Cache-Control: post-check=0, pre-check=0 |
| 00:12 | <EFudd> | Pragma: no-cache |
| 00:12 | <EFudd> | Connection: close |
| 00:12 | <EFudd> | Content-Type: text/html; charset=ISO-8859-1 |
| 00:12 | <EFudd> | hmmm..... |
| 00:12 | <EFudd> | think that covers everything. :-) |
| 00:13 | <@caker> | what about some meta tags? :) |
| 00:13 | <EFudd> | later! :-) |
| 00:13 | <EFudd> | gonna allow the user to hit lnkit.com and pull up a form for setting their preferences stored as a cookie |
| 00:14 | <EFudd> | including redirect time and such... |
| 00:14 | <EFudd> | so all future forwards will happen on their dime, not mine. |
| 00:14 | <@caker> | What is lnkit.com ? |
| 00:14 | <EFudd> | lnkit.com is a smlnk.com replacement since smlnk.com is (1) currently nonfunctional and (2) the machine is "probably going away" |
| 00:15 | <@caker> | and this is a domain you registered today? |
| 00:15 | <EFudd> | Yah. |
| 00:15 | <@caker> | ok -- not in whois |
| 00:15 | <EFudd> | writing the code now... |
| 00:15 | <EFudd> | Yup. I just grabbed lnkit.com/net/org |
| 00:15 | | * EFudd <3 godaddy's cheap(ish) prices |
| 00:15 | <@caker> | cool -- need a place to host it? :-p |
| 00:15 | <EFudd> | ... li-96 for now :P |
| 00:16 | <EFudd> | it's gonna have a user-front end and a webbase API that'll be implementable easily |
| 00:16 | <EFudd> | lnkit.com/DkjE will simply return a text/plain of the url. |
| 00:16 | <EFudd> | lnkit.com/http://foo.com will return a text/plain || error of the key |
| 00:16 | <@caker> | what are you going to use for data structures? form/url vars or some kinda xml? |
| 00:17 | <EFudd> | the data itself is stored in mysql |
| 00:17 | <EFudd> | ? |
| 00:17 | <@caker> | examples above answered my q |
| 00:17 | <EFudd> | i'm also gonna (hopefully) bypass an issue the other linkers have.... |
| 00:17 | <EFudd> | many of them are getting banned. |
| 00:17 | | * caker discoveres race in ebtables |
| 00:17 | <EFudd> | I'm gonna just use the UserAgent of the caller :-) |
| 00:18 | <@caker> | banned from what? |
| 00:18 | <@caker> | (trying to get a clue) |
| 00:18 | <EFudd> | smlnk.com is banned from mapquest.com, for example. |
| 00:18 | <@caker> | ahhh |
| 00:18 | <EFudd> | I need to talk to the guy @ hot-deals.org also.. |
| 00:18 | <EFudd> | his redirect script somehow avoids referrer's... |
| 00:18 | <@caker> | how do they know it's coming from smlnk on a redirect? |
| 00:18 | <@caker> | referral string? |
| 00:18 | <EFudd> | just that. referrer, I think. |
| 00:19 | <@caker> | weird |
| 00:19 | <EFudd> | and mainly, I'm just bored and absolutely need to produce a "real product" to feel useful again. :-) |
| 00:19 | <@caker> | Why would they ban anytrhing that brings more traffic? |
| 00:19 | <EFudd> | lack of clue? |
| 00:20 | <@caker> | i guess |
| 00:20 | <@caker> | damn irc users |
| 00:20 | <EFudd> | "uh, what is this?" "dunno, ban it." |
| 00:20 | <@caker> | always causing trouble sending traffic to our site .. |
| 00:20 | <EFudd> | Aye. |
| 00:20 | <EFudd> | i need to figure out a way to offer rebranding tho |
| 00:20 | <@caker> | What do you mean? |
| 00:20 | <EFudd> | ie, somewho provide functionality that SomeoneElse might wanna use. |
| 00:21 | <EFudd> | s/who/how/ |
| 00:21 | <@caker> | How big is your URL field in the db? |
| 00:21 | <EFudd> | That's an issue actually. |
| 00:21 | <EFudd> | TEXT which is 64k. however the unique() option in mysql is limited to 2^8 |
| 00:21 | <@caker> | I used to know this stuff inside and out -- I think it's 4k max in IE, but 2k url and 2k url vars .. |
| 00:21 | <EFudd> | I'm prolly gonna move to pg.... |
| 00:22 | <@caker> | and nutscrape is 4k all around |
| 00:22 | <EFudd> | Right... someone suggested netrape as 6k |
| 00:22 | | * caker is out of the loop |
| 00:22 | <EFudd> | I just decided on TEXT... |
| 00:22 | <EFudd> | main issue is ensuring UNIQUEness |
| 00:22 | <EFudd> | which again, is the limit of 255chars on that index type |
| 00:22 | <@caker> | can't on text? |
| 00:22 | <@caker> | gotcha -- so that means application layer scanning all urls? |
| 00:23 | <EFudd> | so if the 256th char is a unique identifier, it'd be considred a dupe |
| 00:23 | <@caker> | or some kind of checksum |
| 00:23 | <EFudd> | postgresql apparently doesn't have that limitation. |
| 00:23 | <EFudd> | urls will be maintained ForEver and verified for validity on query from key |
| 00:23 | <@caker> | it doesn't have a lot of the limitations of mysql, although I've never jumped in |
| 00:24 | <EFudd> | if found inaccessible or some other error, it'll be set invalid, the key free'd, and the url saved JustCause. |
| 00:24 | <@caker> | Will you request the url to see if it responds? |
| 00:24 | <EFudd> | Yeah. |
| 00:24 | <EFudd> | To a Cachelimit. |
| 00:24 | <@caker> | cool |
| 00:24 | <@caker> | nice |
| 00:24 | <@caker> | sounds fun :) |
| 00:24 | <EFudd> | say don't check if used in the last 60m |
| 00:24 | <EFudd> | dude, i pulled out visio |
| 00:24 | <EFudd> | word |
| 00:24 | <EFudd> | and other crap prototyping |
| 00:24 | <EFudd> | ;-) |
| 00:25 | | * caker shivers |
| 00:25 | | * EFudd nods |
| 00:25 | <@caker> | visio |
| 00:25 | <@caker> | crazy shit |
| 00:25 | <EFudd> | 'twas that or listen to the GF lastnight |
| 00:25 | <@caker> | hehe -- i liked your line yesterday --"I hate thinking" |
| 00:25 | <EFudd> | ;-) |
| 00:25 | <@caker> | love/hate |
| 00:25 | <EFudd> | my day to day work is brainless. |
| 00:25 | <EFudd> | I mean, it's not for someone else, but is for me. |
| 00:26 | <@caker> | bored programmers are not productive, in any sense (attitude, etc) |
| 00:26 | <@caker> | :) |
| 00:26 | <EFudd> | i'm not a fokkin' programmer tho !@#!# :) |
| 00:26 | <@caker> | er? |
| 00:26 | <EFudd> | was complaining to a friend about that today actually. |
| 00:26 | <@caker> | What are you then? |
| 00:26 | <EFudd> | I need to retrain my mind for that kinda thought. |
| 00:26 | <@caker> | you certainly talk the talk |
| 00:26 | <EFudd> | "just a hacker".. I'm an SA who has forgotten a lot of stuff |
| 00:27 | <@caker> | admins code, too |
| 00:27 | <EFudd> | I know networks and systems. |
| 00:27 | <EFudd> | well, good ones do. :-) |
| 00:27 | <@caker> | that's you! |
| 00:27 | <EFudd> | historically my issue was this: |
| 00:27 | <EFudd> | "Hmm, need to manage process XYZ." |
| 00:27 | <EFudd> | I'd spend a week on XYZ in 40 languages |
| 00:27 | <EFudd> | and never have the hello world done. |
| 00:28 | <@caker> | I've known plenty of ppl who are in non-programmering roles who can rip code up, yet they don't want their employer to know |
| 00:28 | <EFudd> | lol.. I honestly can't. I have to do it line by line. |
| 00:28 | <@caker> | That suprises me, but ok :) |
| 00:28 | <EFudd> | I just don't do it often enough to be anything more when it comes to coding. |
| 00:28 | <EFudd> | well, it varies. |
| 00:28 | <EFudd> | I've done stuff that surprised myself before. |
| 00:29 | <EFudd> | like grab a few functions from our OS (Auspex's hardware runs it's own platform stuff that is both x86 and sparc) |
| 00:29 | <inkblot> | hmmm |
| 00:29 | <EFudd> | fix what was broken in them and piece stuff together for a stand-alone fix-it-fast utility and have it compile && work the first time error free.. |
| 00:29 | <inkblot> | found a /var/run/crond.reboot dated 9/11 |
| 00:29 | <inkblot> | mode 000 |
| 00:30 | <EFudd> | poitn being, i'm a very distracted mind... which makes coding difficult. |
| 00:30 | <@caker> | s/programmering/programming/ -- neat word, tho |
| 00:31 | <EFudd> | lol =) |
| 00:31 | <@caker> | I think everything has settled down, reboot wise .. |
| 00:31 | <@caker> | I received one ticket from someone without a clue about the reboots |
| 00:31 | <EFudd> | what was it I said to a customer today.... Hmmm.... |
| 00:31 | <@caker> | they immediately updated the ticket with "oh, i see now" |
| 00:31 | <EFudd> | I said something like programmering that tossed me way off base as I heard what I said. |
| 00:31 | <EFudd> | had to stop and laugh at myself outloud. |
| 00:32 | <@caker> | hehe |
| 00:32 | <EFudd> | /then/ explain to the customer what iw as doing... |
| 00:32 | <EFudd> | I dunno if that's a sign of extreme sanity or edged-unsanity. =) |
| 00:32 | <@caker> | sighup: quote hstm |
| 00:32 | <sighup> | HSTM last 12/5/2003 3:13pm: 2.80 -0.05 [-1.75%] (2.80 - 2.80) [Open 2.80] Vol 7,200 |
| 00:32 | <@caker> | as long as you were entertained :) |
| 00:32 | <EFudd> | Isn't that the reason for life! |
| 00:32 | <EFudd> | caker++ |
| 00:33 | <inkblot> | Dec 6 23:31:27 dorothy /usr/sbin/cron[427]: (CRON) INFO (Skipping @reboot jobs -- not system startup) |
| 00:33 | <inkblot> | :< |
| 00:33 | <EFudd> | this AM I left my glasses @ becky's.. she called as I was leaving.. so i left the car running and went back to her place... not having the key to open the door i knocked.. |
| 00:33 | <@caker> | Does it touch a file on shutdown? |
| 00:33 | <EFudd> | for some reason she tried to /hurry/ to the door... |
| 00:33 | <inkblot> | is it supposed to? |
| 00:33 | <EFudd> | knocking the shit out of her nose on the counter |
| 00:33 | <@caker> | inkblot: I don't know how that's supposed to work |
| 00:33 | <EFudd> | *I laughed* |
| 00:34 | <EFudd> | I heard it outside ! |
| 00:34 | <inkblot> | neither do i |
| 00:34 | <EFudd> | she was crying. |
| 00:34 | <EFudd> | .... <- was entertained |
| 00:34 | <@caker> | EFudd: ouch |
| 00:34 | <EFudd> | linkbot? er.. inblot, read the cron startup script. figger it out. :P |
| 00:34 | <@caker> | Efudd: some advice: laugh to yourself, gets you in less trouble w/ the gf |
| 00:35 | <EFudd> | perhaps it's 000 (1) on purpose or (2) didn't like how it was shutdown.... |
| 00:35 | <EFudd> | caker, yeah, so difficult with my face virtually exploding with laughter. |
| 00:35 | <@caker> | heeh |
| 00:35 | <inkblot> | EFudd, on other systems it's also mode 000 |
| 00:35 | <EFudd> | whats worse is she's called twice today with flat tires.... |
| 00:35 | <EFudd> | first response? laughter. |
| 00:35 | | * EFudd sighs |
| 00:36 | <inkblot> | :/ |
| 00:36 | <EFudd> | linkbot, redhat? :-) |
| 00:36 | <@mikegrb> | anyone use php gallery? |
| 00:36 | | * EFudd randomly renames people here... |
| 00:36 | | * EFudd has always thought IRC needed the ability to /quote nick someone else anyway |
| 00:37 | <@caker> | quote as in emote from them? |
| 00:37 | <@mikegrb> | svsmocl efudd elmer |
| 00:37 | <@mikegrb> | er |
| 00:37 | <@mikegrb> | svsnick |
| 00:37 | <EFudd> | caker, as in forcibly remotely change their nickname without their knowledge.... |
| 00:37 | <@mikegrb> | of one is an ircop |
| 00:37 | <EFudd> | Just to see a response. |
| 00:37 | <@caker> | heh |
| 00:37 | <@mikegrb> | that was done to bot |
| 00:37 | | * caker is now known as bot |
| 00:37 | <@mikegrb> | though they had permission |
| 00:37 | <inkblot> | EFudd, debian |
| 00:37 | <@caker> | msg bot myAwesomePassword |
| 00:37 | <@mikegrb> | changed it to IdleKing |
| 00:37 | <EFudd> | mike, serverside? |
| 00:38 | <@mikegrb> | Efudd yes |
| 00:38 | <EFudd> | interesting. =) |
| 00:38 | <@caker> | afk for a min |
| 00:38 | <EFudd> | .. 3 days later, caker reappears. |
| 00:38 | | * mikegrb can't figure out why uploading isn't working with gallery |
| 00:38 | <EFudd> | inkblot, hrm, no idea. if debian is like gentoo, there are 40000 different crond options...... |
| 00:38 | <@mikegrb> | uploads is on in php.ini and I've uploaded with other stuff |
| 00:38 | <@caker> | mikegrb: error.log? |
| 00:39 | <@caker> | mikegrb: size too big? |
| 00:39 | <EFudd> | r u there..i have an impt ? <- can't parse mom's IM |
| 00:39 | <@mikegrb> | caker++ good idea |
| 00:39 | <@mikegrb> | hmm |
| 00:39 | <@mikegrb> | image size lemme double check but I don't think so |
| 00:39 | <@mikegrb> | it should give an error with querry to large or some such |
| 00:39 | <@mikegrb> | I'm getting back 0 bytes |
| 00:39 | <@caker> | mikegrb: should generate some sort of XXX error with apache & error_log |
| 00:40 | <@mikegrb> | right! |
| 00:40 | <@mikegrb> | heh |
| 00:40 | <@mikegrb> | but no error via http |
| 00:40 | <@caker> | mikegrb: access.log and error.log are your friends |
| 00:40 | <@mikegrb> | it was too big |
| 00:40 | <@mikegrb> | odd |
| 00:41 | <@mikegrb> | I would have thought I would get an error back |
| 00:41 | <@mikegrb> | I even told mozilla not to go through squid on the system upstairs |
| 00:42 | <@mikegrb> | oh |
| 00:42 | <@mikegrb> | looks like it was apache's limit and not the php one |
| 00:42 | <@caker> | fyi -- very useful phone number lookup site: |
| 00:42 | <@caker> | http://decoder.americom.com/decoderscript |
| 00:42 | <@caker> | has a great input parser too, you can throw any screwed up number at it |
| 00:43 | <EFudd> | Hmmm. Rule #37 in Computing: There will always be a slowness in any process. Corollary to 37: Slowness in a process is relative to viewpoint. Example, A web based forum mechanism can either (1) require little system resources and take time to render for the viewer or (2) take lots of system resources (cpu time and such) and render instantly for the viewer. |
| 00:43 | | * EFudd ponders business models that can be based on said rule |
| 00:43 | <EFudd> | MAKE THE BRAIN STOP! |
| 00:44 | <EFudd> | -rw-r--r-- 1 jasonl users 140059300 Dec 6 17:29 01 Concentration.mp3 |
| 00:44 | <@mikegrb> | heh |
| 00:44 | <EFudd> | That's a Binaural recording from monroe-institute that is pretty "interesting" when it comes to effect on a mind. |
| 00:44 | <inkblot> | hmmmmmmm |
| 00:44 | <inkblot> | deleting that crond.reboot file and then rebooting did it |
| 00:44 | <@mikegrb> | url available? |
| 00:45 | <EFudd> | cd://mydesk |
| 00:45 | <@caker> | inkblot: what runs at boot via cron? |
| 00:45 | <@caker> | or is it just smart and queues stuff up |
| 00:45 | | * caker thought that was anacron's job |
| 00:45 | <EFudd> | 01 Concentration.mp3 0% 548KB 241.6KB/s 09:23 ETA |
| 00:45 | <EFudd> | gimme a few... |
| 00:45 | <@caker> | EFudd: I'd love to hear some binaural |
| 00:46 | <EFudd> | aye.. I actually bought ~6 of their CDs.. |
| 00:46 | <@caker> | who? |
| 00:46 | <EFudd> | functional. |
| 00:46 | <EFudd> | Monroe Institute. |
| 00:46 | <@mikegrb> | these files are < 1mb |
| 00:47 | <EFudd> | This particular track, Concentration, is whitenoise. Some of the others are melodic. On the whitenoise ones, the binaural effect can be distinguished relatively easily. |
| 00:47 | <inkblot> | caker, "man 5 crontab"... grep for @reboot |
| 00:47 | <EFudd> | And you must listen to them with headphones. |
| 00:47 | <@caker> | k |
| 00:47 | <EFudd> | These CDs have a warning on them that's entertaining. DO NOT LISTEN WHILE DRIVING |
| 00:48 | <@caker> | inkblot: hrm, crontab 1 nor 5 had info re: rebooting |
| 00:48 | <@caker> | on rh at least |
| 00:49 | <inkblot> | string meaning |
| 00:49 | <inkblot> | ------ ------- |
| 00:49 | <inkblot> | @reboot Run once, at startup. |
| 00:49 | <inkblot> | @yearly Run once a year, "0 0 1 1 *". |
| 00:49 | <inkblot> | @annually (same as @yearly) |
| 00:49 | <EFudd> | If find these recordings useful for focus as I'm naturally distracted..... (rambling. will have this sample online in a few more minutes) |
| 00:49 | <inkblot> | @monthly Run once a month, "0 0 1 * *". |
| 00:49 | <inkblot> | (etc) |
| 00:49 | | * mikegrb notes LimitRequestBody in the modphp.conf |
| 00:49 | <@mikegrb> | for the logs |
| 00:50 | <@mikegrb> | was the last thing I grepped for (limit) |
| 00:50 | <@caker> | vixie cron |
| 00:50 | <@mikegrb> | was about to give up and check google |
| 00:51 | <@caker> | weird -- no ref in redhat for that .. another distro difference to add to the list |
| 00:51 | <inkblot> | hmmmmmmmmmmmmmmmmmmmm |
| 00:51 | <inkblot> | so debian cleans out /var/run at boot |
| 00:51 | <@caker> | quoting a webpage: |
| 00:51 | <@caker> | This has been available since 1994 but it doesn't show up in RedHat man pages. It does show up in Debian |
| 00:52 | <inkblot> | and basically deletes anything older than /proc |
| 00:52 | <inkblot> | [inkblot@dorothy:/var/run][inkblot@dorothy:/var/run]$ ls -alFd /proc/ |
| 00:52 | <inkblot> | dr-xr-xr-x 70 root root 0 Dec 31 1969 /proc// |
| 00:52 | <inkblot> | is this a uml thing? |
| 00:52 | <@caker> | wtf |
| 00:52 | <EFudd> | Yes. |
| 00:52 | <@caker> | Wow |
| 00:52 | <inkblot> | (notes that that's 0xffffffff in hex) |
| 00:53 | <EFudd> | dr-xr-xr-x 131 root root 0 Nov 15 07:45 /proc/ |
| 00:53 | <EFudd> | that's my gentoo non-uml |
| 00:53 | <inkblot> | EFudd, what is it in your linode? |
| 00:53 | <EFudd> | same as yours |
| 00:53 | | * inkblot checkss egg.movealong.org |
| 00:54 | <inkblot> | [inkblot@egg:~][inkblot@egg:~]$ ls -alFd /proc |
| 00:54 | <inkblot> | dr-xr-xr-x 31 root root 0 Jan 1 1970 /proc/ |
| 00:54 | <inkblot> | ha ha |
| 00:54 | <@caker> | li-20:~# ls -ald /proc/ |
| 00:54 | <@caker> | dr-xr-xr-x 37 root root 0 Dec 31 1969 /proc/ |
| 00:54 | <EFudd> | jasonl@foobar jasonl $ ssh jason@mostly.broked.net 'ls -ald /proc' |
| 00:54 | <EFudd> | jason@mostly.broked.net's password: |
| 00:54 | <EFudd> | dr-xr-xr-x 64 root root 0 Dec 31 1969 /proc |
| 00:54 | <EFudd> | jasonl@foobar jasonl $ ssh jason@forever.broked.net 'ls -ald /proc' |
| 00:54 | <EFudd> | jason@forever.broked.net's password: |
| 00:54 | <EFudd> | dr-xr-xr-x 84 root root 0 Dec 31 1969 /proc |
| 00:54 | <inkblot> | egg is the uml doodad i have at home |
| 00:54 | <inkblot> | looks like uml fuxor |
| 00:54 | <@caker> | [root@host11 /][root@host11 /]# ls -ald /proc/ |
| 00:54 | <@caker> | dr-xr-xr-x 186 root root 0 Nov 7 22:17 /proc/ |
| 00:54 | <@caker> | Yeah |
| 00:54 | <@caker> | Sending email to list |
| 00:54 | <inkblot> | excellent |
| 00:54 | <inkblot> | be sure to mention, |
| 00:55 | <@caker> | mikegrb: can you run "ls -ald /proc/" for me on your node to rule out latest kernel? |
| 00:55 | <inkblot> | there are distros that rely on /proc having a timestamp equal or near to boot time |
| 00:55 | <inkblot> | caker, [inkblot@dorothy:~]$ uname -a |
| 00:55 | <inkblot> | Linux dorothy 2.4.23-linode16-6um #14 Tue Dec 2 15:32:09 EST 2003 i686 unknown |
| 00:56 | <EFudd> | same. |
| 00:56 | <inkblot> | [inkblot@goose:~][inkblot@goose:~]$ egg uname -a |
| 00:56 | <inkblot> | Linux egg 2.4.22-5um #1 Fri Sep 19 21:36:03 EDT 2003 i686 unknown |
| 00:56 | <@mikegrb> | dr-xr-xr-x 103 root root 0 Dec 31 1969 /proc/ |
| 00:56 | <@caker> | I'll go back to 2.4.20 and try |
| 00:56 | <@mikegrb> | @reboot works for me with vcron though |
| 00:57 | <inkblot> | mikegrb, what distro? |
| 00:57 | <@mikegrb> | gentoo |
| 00:57 | <inkblot> | mikegrb, how does it clean /var/run? |
| 00:57 | | * mikegrb shrugs heh |
| 00:57 | | * mikegrb looks |
| 00:59 | <@mikegrb> | looks like it has a boot runlevel |
| 00:59 | <inkblot> | so does debian |
| 00:59 | <inkblot> | it's the way /var/run cleanup is done that's breaking cron |
| 01:00 | <inkblot> | basically, anything older than /proc and not matching some other criteria gets deleted |
| 01:00 | <inkblot> | but apparently /proc is 33 years old |
| 01:00 | <inkblot> | on uml, anyhow |
| 01:02 | <@caker> | so probably an uninitialized timestamp defaulting to zero |
| 01:03 | <inkblot> | totally |
| 01:04 | <@caker> | email sent |
| 01:04 | <@caker> | can I get a ++? |
| 01:04 | <EFudd> | (everyone else)-- |
| 01:04 | <EFudd> | how's that? |
| 01:04 | <inkblot> | caker++ |
| 01:04 | | * caker does 'the wave' |
| 01:04 | <inkblot> | me too! me too! |
| 01:04 | <EFudd> | karma (everyone else) |
| 01:04 | <EFudd> | sighup: karma (everyone else) |
| 01:04 | <sighup> | (everyone else) has neutral karma |
| 01:05 | <EFudd> | wtf ! can't negative ?! all that for nothing?! =) |
| 01:05 | <inkblot> | sighup: karma else) |
| 01:05 | <sighup> | else) has neutral karma |
| 01:05 | | * EFudd sighs. |
| 01:05 | <EFudd> | I was taught to belittle others to make myself bigger!.. no, wait, that's wrong. |
| 01:05 | <@caker> | can a c/c++ person tell me what this does: #define MAX_QUEUE_SECTORS (4 << (20 - 9)) |
| 01:06 | <inkblot> | sighup, 4 << (20 - 9( |
| 01:06 | <sighup> | inkblot: huh? |
| 01:06 | <inkblot> | sighup, 4 << (20 - 9) |
| 01:06 | <sighup> | inkblot: i'm not following you... |
| 01:06 | <inkblot> | grrrrrrrr |
| 01:06 | <@caker> | left bit shift |
| 01:07 | <inkblot> | yeah |
| 01:07 | <@caker> | but why (20 - 9) |
| 01:07 | <inkblot> | 11 |
| 01:07 | | * inkblot shrugs |
| 01:07 | <EFudd> | caker, they prolly left in 20-9 for clarity purposes |
| 01:07 | <inkblot> | so like, 2^13, man |
| 01:07 | <inkblot> | what's that, 2048? |
| 01:07 | <EFudd> | perhaps "20" and "9" make sense in that context |
| 01:07 | <inkblot> | 4096? |
| 01:08 | <@caker> | 8192 says google |
| 01:08 | <inkblot> | ok then |
| 01:08 | <@caker> | thanks |
| 01:08 | <inkblot> | <@inkblot> dumont, 4 << (20 - 9) |
| 01:08 | <inkblot> | <+Dumont> inkblot: That generates an error |
| 01:08 | <inkblot> | <@inkblot> no bitshifts!? |
| 01:08 | <inkblot> | <@psykoyiko> 8192 |
| 01:08 | <inkblot> | ^-- dave concurs |
| 01:09 | | * EFudd bills caker for 130MB of bandwidth @ $5usd/MB |
| 01:09 | <EFudd> | er... |
| 01:09 | <@mikegrb> | sighup: karma everyone else |
| 01:09 | <sighup> | everyone else has karma of -5 |
| 01:09 | <@mikegrb> | Efudd ;) |
| 01:09 | <@mikegrb> | no parenthesis when checking |
| 01:09 | <EFudd> | Oic. |
| 01:09 | <@mikegrb> | just when setting |
| 01:09 | <EFudd> | ((everyone else))-- |
| 01:09 | <EFudd> | sighup: karma (everyone else) |
| 01:09 | <sighup> | (everyone else) has karma of -1 |
| 01:10 | <EFudd> | i see. :-) |
| 01:12 | | * EFudd pee's on mysql's syntax |
| 01:19 | <@caker> | Sheryl Crow was at a small bar in the bottom of the office bld I used to work in on Friday .. |
| 01:19 | <@caker> | my gf called me (who still works at the same office) asking me to come out and hang |
| 01:19 | <@caker> | "Sorry, I have to reboot my servers" |
| 01:19 | <inkblot> | t/hee |
| 01:19 | | * caker lame |
| 01:19 | <@caker> | what a dweebe |
| 01:19 | <EFudd> | =] |
| 01:20 | <inkblot> | mv caker t/hee |
| 01:20 | <inkblot> | you're in t/hee now |
| 01:23 | <@caker> | any Descendants fans? |
| 01:28 | <EFudd> | me > mysql ! |
| 01:28 | <EFudd> | dunno descendant |
| 01:29 | <inkblot> | nor i |
| 01:30 | <@caker> | old 80s hardcore/punk band |
| 01:30 | <EFudd> | i was gonna guess grunge/punk for some reason ;-) |
| 01:30 | -!- | Netsplit oxygen.oftc.net <-> unununium.oftc.net quits: nick |
| 01:32 | <inkblot> | bye nick |
| 01:32 | <inkblot> | poor poor nick |
| 01:32 | -!- | Netsplit over, joins: nick |
| 01:32 | <inkblot> | :D |
| 02:00 | <EFudd> | er i give. sleep wins. later. |
| 02:09 | <inkblot> | [inkblot@host5.linode.com][inkblot@host5.linode.com]# quit |
| 02:09 | <inkblot> | Unknown command 'quit' |
| 02:09 | <inkblot> | [inkblot@host5.linode.com][inkblot@host5.linode.com]# exit |
| 02:09 | <inkblot> | Unknown command 'exit' |
| 02:09 | <inkblot> | [inkblot@host5.linode.com][inkblot@host5.linode.com]# BYE |
| 02:09 | <inkblot> | Unknown command 'BYE' |
| 02:09 | <inkblot> | [inkblot@host5.linode.com][inkblot@host5.linode.com]# :< |
| 02:09 | <inkblot> | Unknown command ':<' |
| 02:10 | <inkblot> | help help i'm stuck in lish |
| 02:10 | <@caker> | d<return> |
| 02:10 | <@caker> | d<tab><return> |
| 02:10 | <@caker> | ? gives you menu |
| 02:10 | <@caker> | help gives you help screen |
| 02:11 | <inkblot> | :D |
| 02:11 | <inkblot> | how come ^d doesn't work? |
| 02:21 | <@mikegrb> | heh |
| 02:51 | <wap> | Morning. |
| 02:52 | <@mikegrb> | good morning wap |
| 02:52 | <@mikegrb> | how goes it in your neck of the woods |
| 02:53 | <wap> | "neck of the woods"? can you tell me what it means in a more basic English? ;) |
| 02:53 | <@mikegrb> | oh sorry |
| 02:53 | <@mikegrb> | heh |
| 02:53 | <@mikegrb> | means how are things where you are at |
| 02:53 | <wap> | I'm too lazy to open my dictionnary ;) |
| 02:54 | <@mikegrb> | it is a common phrase, or semi common I guess |
| 02:54 | <wap> | Sweet |
| 02:54 | <wap> | Well I'm really fine. |
| 02:54 | <@mikegrb> | I made php gallery goodness :) |
| 02:54 | <@mikegrb> | thegrebs.com/pictures |
| 02:55 | <@mikegrb> | I'm not completely happy with the table lines at the top and bottom of gallery's output |
| 02:55 | <@mikegrb> | but I just started heh |
| 02:55 | <@mikegrb> | I have more customization to do |
| 02:57 | <wap> | mikegrtb: you could just remove the outlines, or maybe use a nice color gradation |
| 02:57 | <wap> | I'd say a light orange would fit well with the light "plone" blue |
| 02:58 | <@mikegrb> | yes |
| 02:58 | <@mikegrb> | :) |
| 02:58 | <@mikegrb> | there is an orange color that it uses to hi-light some stuff |
| 02:58 | <@mikegrb> | I'm going to use that one |
| 02:59 | <@mikegrb> | well time for bed for me |
| 02:59 | <@mikegrb> | have a good day |
| 02:59 | <wap> | #ffcc66 maybe |
| 02:59 | <wap> | you have a good night :) |
| 03:01 | <inkblot> | gallery cookes my emergency bacon |
| 03:01 | <inkblot> | cooks |
| 03:02 | <wap> | heh |
| 03:02 | <wap> | that reminds me of a guy who had a mkcoffee command ;) |
| 03:04 | <sinned> | that'd be awesome |
| 03:06 | <inkblot> | i have a 'sausage' command |
| 03:06 | <inkblot> | alias sausage='ssh sausage.movealong.org' |
| 03:08 | <wap> | if I remember well, his mkcoffee was a symlynk -> wife ;) |
| 03:11 | <Artifex> | blah |
| 03:11 | <inkblot> | best alias ever: |
| 03:11 | <inkblot> | alias quine='alias quine' |
| 03:12 | <Artifex> | btw... |
| 03:12 | <Artifex> | dont ever try to write a quine for a single instruction processor. ;-) |
| 03:12 | <Artifex> | or do, if you're the ridiculously masochistic sort. |
| 03:12 | <inkblot> | i bet i can guess what that instruction is |
| 03:12 | <Artifex> | well, it depends on what the processor is... |
| 03:13 | <Artifex> | i suppose if the processor's single instruction were "Print out the opcode for this instruction and halt" it would be very easy |
| 03:13 | <Artifex> | heh |
| 03:13 | | * inkblot nods |
| 03:13 | <Artifex> | so, i suppose i'll restrict my statement to turing complete processors only. ;-) |
| 03:13 | <inkblot> | Ąż!? |
| 03:13 | <inkblot> | is that even possible? |
| 03:13 | <Artifex> | what? a single instruction, turing complete processor? |
| 03:13 | <inkblot> | yeah |
| 03:14 | <Artifex> | yes, in fact, there are several different ways of going about it |
| 03:14 | <Artifex> | i have a design i've been playing with for years |
| 03:14 | <inkblot> | scandalous |
| 03:14 | <Artifex> | for a single instruction processor specifically geared towards low-cost implementation, and heavy parallelism |
| 03:15 | <Artifex> | so, in other words, for the cost of a pentium, you could have a few million of these badboys computing in parallel |
| 03:16 | <Artifex> | also, there's some INCREDIBLE optimizations possible... |
| 03:16 | <Artifex> | the major drawback, however, is that it would require a MASSIVE amount of ram. :-\ |
| 03:18 | <wap> | Artifex: are you a student or are do you have a job already? |
| 03:18 | <Artifex> | wap: both, although i'm working full time and taking school slowly |
| 03:19 | <wap> | Artifex: you seem pretty skilled! |
| 03:19 | <Artifex> | heh... in 1 area. :-\ |
| 03:20 | <wap> | ;) |
| 03:20 | <Artifex> | you should see me try and do attempt anything else, it's quite humorous |
| 03:20 | <Artifex> | s/do// |
| 03:20 | | * Artifex suddenly realizes it's 3:30am |
| 03:20 | <wap> | heh |
| 03:21 | <wap> | it's a decent time to think about going to bed |
| 03:21 | | * Artifex suddenly realizes he's on his third redbull since 9pm, and probably wont be sleeping tonight |
| 03:27 | <Artifex> | but, yah, single instruction processors and turing machine derivitaves have fascinated me since middleschool |
| 04:33 | <@mikegrb> | hmm |
| 04:33 | <@mikegrb> | fa la la la |
| 04:35 | <Artifex> | mikegrb: |
| 04:35 | <Artifex> | 03:02 <@mikegrb> well time for bed for me |
| 04:35 | <Artifex> | [04:38][04:38] now |
| 04:35 | <Artifex> | cant sleep? |
| 04:39 | <@mikegrb> | indeed |
| 04:42 | <@mikegrb> | what are you doing up? |
| 04:43 | <Artifex> | coding |
| 04:43 | <Artifex> | heh |
| 04:43 | <Artifex> | writing firmware is fun. :-D |
| 04:43 | <@mikegrb> | for betterwell? |
| 04:43 | <Artifex> | you see the X3 features list, btw? |
| 04:44 | <@mikegrb> | no sir |
| 04:44 | <Artifex> | no, havnt started on betterwell yet. probably after christmas. |
| 04:44 | | * mikegrb is, however, interested in the list ;) |
| 05:56 | -!- | adamg [~a.l.gent@cpc1-cdif1-5-0-cust33.cdif.cable.ntl.com] has quit [Ping timeout: 482 seconds] |
| 06:08 | -!- | adamgent [a.l.gent@lap031.cs.cf.ac.uk] has joined #linode |
| 06:09 | -!- | adamgent is now known as Guest155 |
| 06:09 | -!- | Guest155 is now known as adamg |
| 06:11 | -!- | Guest155 [a.l.gent@lap031.cs.cf.ac.uk] has joined #linode |
| 06:11 | -!- | adamg [a.l.gent@lap031.cs.cf.ac.uk] has quit [Read error: Connection reset by peer] |
| 06:11 | -!- | Guest155 is now known as adamgent |
| 06:11 | -!- | mode/#linode [+o adamgent] by ChanServ |
| 06:11 | -!- | adamgent is now known as adamg |
| 06:44 | -!- | adamg [a.l.gent@lap031.cs.cf.ac.uk] has quit [Ping timeout: 485 seconds] |
| 07:23 | -!- | Efudd-he [~jason@mostly.broked.net] has quit [Ping timeout: 500 seconds] |
| 07:28 | -!- | Efudd-he [jason@mostly.broked.net] has joined #linode |
| 07:43 | -!- | Netsplit lepton.oftc.net <-> infrared.oftc.net quits: Artifex |
| 07:44 | -!- | Netsplit over, joins: Artifex |
| 07:45 | -!- | adamgent [~a.l.gent@cpc1-cdif1-5-0-cust33.cdif.cable.ntl.com] has joined #linode |
| 07:46 | -!- | mode/#linode [+o adamgent] by ChanServ |
| 07:46 | -!- | adamgent is now known as adamg |
| 07:47 | <@mikegrb> | morning adam |
| 07:47 | <@adamg> | morning |
| 08:02 | <@adamg> | sighup g7 adamg |
| 08:02 | <sighup> | #G7 stats for adamgent, the sleepy -- Current Level: 38 | Time to next level: 0 days, 01:49:27 | Status: online | Item Total: 362 | Total Time Idled: 15 days, 00:33:15 |
| 08:03 | <@guinea-pig> | oh yeah? |
| 08:03 | <@guinea-pig> | sighup: g7 gp |
| 08:03 | <sighup> | #G7 stats for gp, the Emperor of New England -- Current Level: 41 | Time to next level: 2 days, 04:53:02 | Status: online | Item Total: 336 | Total Time Idled: 19 days, 20:47:40 |
| 08:03 | <@guinea-pig> | wot |
| 08:03 | <@guinea-pig> | oh damn |
| 08:03 | <@guinea-pig> | damn you He |
| 08:04 | <@guinea-pig> | consumed me with 19 hours worth of fire :< |
| 08:05 | <@mikegrb> | heh |
| 08:06 | <@mikegrb> | 08:05:33 (30.74 MB/s) <- mmm bandwidth |
| 08:33 | -!- | ElfStone [elfstone@ACC8B5A0.ipt.aol.com] has joined #linode |
| 08:37 | <ElfStone> | sighup: linode avail |
| 08:37 | <sighup> | Linode availability -- [Linode 64: 0] [Linode 96: 6] [Linode 128: 1] [Linode 192: 0] [Linode 256: 0] |
| 08:42 | -!- | Netsplit uranium.oftc.net <-> unununium.oftc.net quits: nick |
| 08:43 | -!- | Netsplit over, joins: nick |
| 08:51 | -!- | ElfStone [elfstone@ACC8B5A0.ipt.aol.com] has quit [Read error: Connection reset by peer] |
| 08:52 | <@adamg> | more net splits.. |
| 08:58 | <@mikegrb> | yes |
| 08:58 | <@mikegrb> | there were ircd upgrades in the last round of reboots |
| 08:58 | <@mikegrb> | so there is thoughts that there was a bug |
| 09:03 | -!- | ElfStone [elfstone@AC97EF38.ipt.aol.com] has joined #linode |
| 09:16 | <@adamg> | i am guessing it is to early for chris to be around |
| 09:16 | <ElfStone> | prob |
| 09:16 | <ElfStone> | it is only 916 |
| 09:17 | <ElfStone> | he is idle for a half an hour |
| 09:17 | <@adamg> | it always shows no idle time whenever I look |
| 09:17 | <@adamg> | I will have to wait then |
| 09:17 | <ElfStone> | you use xchat? |
| 09:18 | <@adamg> | no |
| 09:18 | <ElfStone> | what do you usE? |
| 09:18 | <@adamg> | mirc, it used to show but not now |
| 09:18 | <ElfStone> | hrm |
| 09:18 | <ElfStone> | unknown |
| 09:18 | <ElfStone> | and i am in windows |
| 09:18 | <ElfStone> | it shows for me |
| 09:19 | <@adamg> | oh well, not a major problem |
| 09:19 | <ElfStone> | true |
| 09:19 | <ElfStone> | it shows ppl as gray in xchat |
| 09:19 | <ElfStone> | if they are idle over a hour |
| 09:32 | -!- | ElfStone [elfstone@AC97EF38.ipt.aol.com] has quit [Ping timeout: 482 seconds] |
| 11:31 | <@adamg> | sighup linode avail |
| 11:32 | <sighup> | Linode availability -- [Linode 64: 0] [Linode 96: 1] [Linode 128: 1] [Linode 192: 0] [Linode 256: 0] |
| 11:32 | <@adamg> | feck |
| 11:32 | <@adamg> | 5 l96's goine in 4 hours |
| 11:33 | <@adamg> | actaully three hours |
| 11:48 | <EFudd> | mysql clue here? |
| 11:48 | <@adamg> | ? |
| 11:48 | <EFudd> | n/m, got it. |
| 11:48 | <EFudd> | :) |
| 11:49 | <@adamg> | i am currently kill host12 with mysql |
| 11:50 | <@adamg> | that should be killing |
| 11:58 | <EFudd> | adam, happen to have php and mysql clue specific to PEAR DB ? |
| 11:59 | <@adamg> | dont use php |
| 11:59 | <EFudd> | np. |
| 12:15 | -!- | ColeSlaw [m000@dialup-67.31.156.25.Dial1.Denver1.Level3.net] has joined #linode |
| 12:15 | <ColeSlaw> | mornin' |
| 12:45 | <@adamg> | sighup linode avail |
| 12:45 | <sighup> | Linode availability -- [Linode 64: 0] [Linode 96: 1] [Linode 128: 1] [Linode 192: 0] [Linode 256: 0] |
| 13:13 | <Sh8d0w> | adamg: wut do u mean by killing host 12? |
| 13:51 | -!- | dsp [~dsp@greymalkin.progeny.com] has quit [Quit: .] |
| 14:02 | <@adamg> | well I wouldnt say killing host 12, well not anymore |
| 14:07 | <@adamg> | well time to leave host12 for a bit, 3175950 tests in 3.6 hours |
| 14:09 | -!- | ColeSlaw [m000@dialup-67.31.156.25.Dial1.Denver1.Level3.net] has quit [Quit: m33p] |
| 14:44 | <@adamg> | sighup slashdot |
| 14:44 | <sighup> | Slashdot - Updated 2003-12-07 19:40:00 | Cringley on E-voting (http://slashdot.org/article.pl?sid=03/12/07/1821201) | Perfect Weather on the Net (http://slashdot.org/article.pl?sid=03/12/06/2322222) | First Nintendo IQue Reviews (http://slashdot.org/article.pl?sid=03/12/07/1653228) | Top 10 Linus Quotes on SCO (http://slashdot.org/article.pl?sid=03/12/07/1556223) |
| 14:45 | <@adamg> | sighup status |
| 14:45 | <sighup> | Since Tue Dec 2 23:54:13 2003, there have been 8 modifications and 16 questions. I have been awake for 4 days, 14 hours, 51 minutes, 1 second this session, and currently reference 22 factoids. Addressing is in require mode. |
| 14:45 | <@adamg> | sighup rr |
| 14:45 | <sighup> | Nyet, no can you take two turns! Is not fair! |
| 14:45 | <@guinea-pig> | rr? |
| 14:45 | <@guinea-pig> | oh right i remember |
| 14:45 | <@guinea-pig> | sighup: rr |
| 14:45 | <EFudd> | http://www-3.ibm.com/e-business/doc/content/lp/prodigy.html?P_Site=S94 |
| 14:46 | <@guinea-pig> | ... |
| 14:46 | <@adamg> | russian rulet |
| 14:46 | <@adamg> | you lost |
| 14:46 | <EFudd> | roulette |
| 14:46 | <EFudd> | sighup: rr |
| 14:46 | <@guinea-pig> | what do you mean i lost? he didn't say anything |
| 14:46 | <@guinea-pig> | oh |
| 14:46 | <@guinea-pig> | meant to be a kick |
| 14:46 | <@adamg> | exactly |
| 14:46 | <@adamg> | yeah but he is not an op |
| 14:46 | -!- | mode/#linode [+o sighup] by guinea-pig |
| 14:46 | -!- | mode/#linode [-o guinea-pig] by guinea-pig |
| 14:46 | <guinea-pig> | :D |
| 14:47 | <guinea-pig> | sighup: rr |
| 14:47 | -!- | guinea-pig was kicked from #linode by sighup [*click* *click* *boom*] |
| 14:47 | -!- | guinea-pig [orion@parsed.net] has joined #linode |
| 14:47 | -!- | mode/#linode [+o guinea-pig] by ChanServ |
| 14:47 | <@guinea-pig> | teehee |
| 14:47 | <@guinea-pig> | let's try that in #g7! |
| 14:47 | <@adamg> | no!!!! |
| 14:47 | <@adamg> | dop sighup |
| 14:47 | -!- | mode/#linode [-o sighup] by adamg |
| 14:47 | -!- | mode/#linode [+h sighup] by adamg |
| 14:47 | <@guinea-pig> | hahah +h |
| 14:48 | <EFudd> | sighup: g7 |
| 14:48 | <%sighup> | EFudd: excuse me? |
| 14:48 | <EFudd> | sighup: rr |
| 14:48 | <%sighup> | EFudd spins the chamber, pulls the trigger, and lives to hand you the gun. |
| 14:48 | <@guinea-pig> | sighup: insult me |
| 14:49 | | * adamg hunts for a film to watch |
| 14:51 | <@guinea-pig> | hudson hawk |
| 14:53 | <Artifex> | yah! |
| 14:56 | <Artifex> | http://www.miketaylor.org.uk/tech/wxinmfpl/debian.html |
| 14:57 | <@mikegrb> | sighup: fcol that |
| 14:57 | <%sighup> | Your fcol is http://xev.us/Ke |
| 14:58 | <EFudd> | sighup: 2**52 |
| 14:58 | <%sighup> | 4.5035996273705e+15 |
| 15:00 | <@mikegrb> | Artifex++ |
| 15:00 | <@mikegrb> | great read |
| 15:00 | <@mikegrb> | that was my problem with debian |
| 15:00 | <@adamg> | what was |
| 15:02 | <Artifex> | :-) |
| 15:02 | <Artifex> | yes, was quite good for a chuckle |
| 15:02 | <@mikegrb> | package managment issues |
| 15:02 | | * Artifex types "emerge gentoo" and smiles |
| 15:02 | <@mikegrb> | as I've said before... portage is my favorite, except for the bit about having to compile everthing |
| 15:03 | <@adamg> | the package managment is not that bad, although inportnat things like apache, mysql etc I install by hand |
| 15:06 | <@guinea-pig> | also, one can't expect testing and unstable's dependancies to work perfectly |
| 15:06 | <@adamg> | I only use the stable trees |
| 15:06 | <@guinea-pig> | i use testing all the way |
| 15:07 | <@guinea-pig> | on another note: gentoo loves my athlon xp 2400+ :) |
| 15:13 | <@mikegrb> | heh |
| 15:15 | -!- | ajr [~alan@24-193-93-159.nyc.rr.com] has left #linode [Leaving] |
| 15:42 | <@adamg> | caker: ping |
| 15:42 | <inkblot> | moin dawgs |
| 15:49 | <@adamg> | sighup rr |
| 15:49 | <%sighup> | adamg spins the chamber, pulls the trigger, and lives to hand you the gun. |
| 16:04 | <EFudd> | sighup rr |
| 16:04 | -!- | EFudd was kicked from #linode by sighup [*click* *click* *boom*] |
| 16:05 | -!- | EFudd [~jason@forever.broked.net] has joined #linode |
| 16:05 | <EFudd> | Damn :/ |
| 16:08 | <@adamg> | sighup rr |
| 16:08 | <%sighup> | adamg spins the chamber, pulls the trigger, and lives to hand you the gun. |
| 16:17 | <EFudd> | sighup rr |
| 16:17 | <%sighup> | EFudd spins the chamber, pulls the trigger, and lives to hand you the gun. |
| 16:17 | <@adamg> | sighup rr |
| 16:17 | <%sighup> | adamg spins the chamber, pulls the trigger, and lives to hand you the gun. |
| 16:20 | <EFudd> | mmm 4:20 |
| 16:20 | <EFudd> | er... |
| 16:20 | <EFudd> | sighup rr |
| 16:20 | <%sighup> | EFudd spins the chamber, pulls the trigger, and lives to hand you the gun. |
| 16:20 | <@adamg> | sighup rr |
| 16:20 | <%sighup> | adamg spins the chamber, pulls the trigger, and lives to hand you the gun. |
| 16:20 | <EFudd> | sighup rr |
| 16:20 | <%sighup> | EFudd spins the chamber, pulls the trigger, and lives to hand you the gun. |
| 16:21 | | * EFudd gets bored with this :) |
| 16:22 | <@adamg> | im just bored |
| 16:22 | <shakr> | shouldn't you be dead after 6 rounds |
| 16:22 | <EFudd> | i'm just hittin' that as i wonder by the channel :P |
| 16:22 | <EFudd> | shakr, it's doesn't maintain state. just random. |
| 16:22 | <shakr> | pfft :> |
| 16:25 | <Sh8d0w> | sighup rr |
| 16:25 | -!- | Sh8d0w was kicked from #linode by sighup [*click* *click* *boom*] |
| 16:25 | -!- | Sh8d0w [~DaPimpinM@h-68-167-64-238.NYCMNY83.dynamic.covad.net] has joined #linode |
| 16:29 | <inkblot> | shakr, not if you spin the chamber each time |
| 16:30 | <inkblot> | s/not/not necessarily,/ |
| 16:30 | <@mikegrb> | you spin the chamber to a random new position |
| 16:30 | <inkblot> | precisely |
| 16:30 | <@mikegrb> | right |
| 16:30 | <@mikegrb> | inkblot++ |
| 16:30 | <@mikegrb> | just like playing the game in real life |
| 16:30 | <inkblot> | indeed |
| 16:30 | <inkblot> | shakr, don't try this at home |
| 16:32 | <Sh8d0w> | sighup rr |
| 16:32 | <%sighup> | Nyet, no can you take two turns! Is not fair! |
| 16:33 | <@adamg> | sighup rr |
| 16:33 | <%sighup> | adamg spins the chamber, pulls the trigger, and lives to hand you the gun. |
| 16:33 | <Sh8d0w> | sighup rr |
| 16:33 | <%sighup> | Sh8d0w spins the chamber, pulls the trigger, and lives to hand you the gun. |
| 16:33 | <Sh8d0w> | doh! |
| 16:34 | <@adamg> | anyone would think you want to be kicked |
| 16:34 | <@adamg> | sighup rr |
| 16:34 | <%sighup> | adamg spins the chamber, pulls the trigger, and lives to hand you the gun. |
| 16:34 | <Sh8d0w> | sighup rr |
| 16:34 | <%sighup> | Sh8d0w spins the chamber, pulls the trigger, and lives to hand you the gun. |
| 16:34 | <@adamg> | |