--- Log opened Sun Feb 13 00:00:03 2011 |
--- Day changed Sun Feb 13 2011 |
00:00 | | Tarinaky [Tarinaky@Nightstar-f349ca6d.plus.com] has quit [Connection closed] |
00:11 | | RichardBarrell [mycatverbs@Nightstar-f68eb197.cable.virginmedia.com] has joined #code |
00:55 | | Attilla [Some.Dude@Nightstar-92c9199f.cable.virginmedia.com] has quit [Ping timeout: 121 seconds] |
00:57 | <@McMartin> | Hm |
00:57 | | Kindamoody [Kindamoody@Nightstar-7dd8f86b.cust.tele2.se] has quit [Ping timeout: 121 seconds] |
00:57 | <@McMartin> | If a program, unannounced, is a universal binary, does that imply to you that it supports PPC if they didn't say so themselves? |
00:58 | <@Vornicus> | Yes. |
01:02 | | Kindamoody [Kindamoody@Nightstar-4764665d.tbcn.telia.com] has joined #code |
01:07 | <@McMartin> | OK, stripping that out of the cflags then. |
01:11 | <@McMartin> | Would you expect it if some of its internal frameworks were universal but the main binary wasn't? |
01:12 | <@Derakon> | Er...if the main binary isn't universal then that implies to me that it cannot work on both PPC and Intel architectures. |
01:12 | | * Derakon looks up. |
01:12 | <@Derakon> | I'm pretty sure you don't get make unless you install the devtools, which is a ~1GB download IIRC. |
01:14 | <@McMartin> | Yes |
01:14 | <@McMartin> | THe question is whether to release a binary that runs on a platform I can't test, or whether to not do so and say if they need it to build it themselves. |
01:19 | | celticminstrel [celticminst@Nightstar-f8b608eb.cable.rogers.com] has joined #code |
02:04 | <@McMartin> | God damn it, sourceforge |
02:32 | | Kindamoody is now known as Kindamoody[zZz] |
03:13 | | gnolam [lenin@Nightstar-38637aa0.priv.bahnhof.se] has quit [[NS] Quit: Z?] |
03:19 | | RichardBarrell [mycatverbs@Nightstar-f68eb197.cable.virginmedia.com] has quit [Connection reset by peer] |
03:19 | | RichardBarrell [mycatverbs@Nightstar-f68eb197.cable.virginmedia.com] has joined #code |
03:20 | | * Reiv hunts a Vorn |
03:21 | < Reiv> | Vornicus: I am wrestling with an errant excel sheet. Are you able to help? |
03:21 | | * Vornicus holds up his championship belt? |
03:22 | < Reiv> | woo |
03:22 | < Reiv> | Is there any discernable difference between the two lines |
03:22 | < Reiv> | to Cyclist by Cyclist |
03:22 | < Reiv> | to Cyclist by Cyclist |
03:22 | < Reiv> | That would mak a pivot table split them out? |
03:22 | <@Vornicus> | Second one has a trailing space, which may throw them off. |
03:23 | < Reiv> | ... oops >.< |
03:23 | | RichardBarrell [mycatverbs@Nightstar-f68eb197.cable.virginmedia.com] has quit [Ping timeout: 121 seconds] |
05:31 | | celticminstrel [celticminst@Nightstar-f8b608eb.cable.rogers.com] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
05:31 | | cpux is now known as shade_of_cpux |
06:47 | | AnnoDomini [annodomini@Nightstar-73780637.adsl.tpnet.pl] has joined #code |
06:47 | | mode/#code [+o AnnoDomini] by Reiver |
07:30 | | Derakon is now known as Derakon[AFK] |
07:32 | <@AnnoDomini> | Hmm. I want to find out the PID of a specific perl instance running a particular script, so I can kill it. How do I do that? 'pgrep perl' just gives me all perl processes. |
07:36 | <@Vornicus> | ps should give full command lines. |
08:11 | | AnnoDomini [annodomini@Nightstar-73780637.adsl.tpnet.pl] has quit [[NS] Quit: Test.] |
08:12 | | AnnoDomini [annodomini@Nightstar-73780637.adsl.tpnet.pl] has joined #code |
08:12 | | mode/#code [+o AnnoDomini] by Reiver |
08:14 | | AnnoDomini [annodomini@Nightstar-73780637.adsl.tpnet.pl] has quit [[NS] Quit: Another test.] |
08:15 | | AnnoDomini [annodomini@Nightstar-73780637.adsl.tpnet.pl] has joined #code |
08:15 | | mode/#code [+o AnnoDomini] by Reiver |
08:30 | <@AnnoDomini> | Anyone know how to make Linux execute scripts on resume? |
08:30 | <@McMartin> | There may be an acpi-daemon thing for that, or it may be something that the desktop environment can do. |
08:36 | <@AnnoDomini> | There's a /etc/apm/resume.d/ but there's no equivalent in the acpi directory. |
08:57 | | AnnoDomini [annodomini@Nightstar-73780637.adsl.tpnet.pl] has quit [[NS] Quit: Argh.] |
08:58 | | AnnoDomini [annodomini@Nightstar-73780637.adsl.tpnet.pl] has joined #code |
08:58 | | mode/#code [+o AnnoDomini] by Reiver |
09:10 | | Kindamoody[zZz] is now known as Kindamoody |
09:29 | | Vornicus is now known as Vornicus-Latens |
09:31 | | kige [not_enough@Nightstar-ce2cdceb.lodz.mm.pl] has joined #code |
10:05 | | Attilla [Some.Dude@Nightstar-92c9199f.cable.virginmedia.com] has joined #code |
10:05 | | mode/#code [+o Attilla] by Reiver |
10:16 | | Attilla [Some.Dude@Nightstar-92c9199f.cable.virginmedia.com] has quit [Ping timeout: 121 seconds] |
10:26 | <@jerith> | AnnoDomini: Something in udev, maybe? |
10:41 | <@AnnoDomini> | Don't see what it could be in there. |
10:44 | <@jerith> | The hotplug stuff. I think you can put scripts that run on resume for various devices in there. |
10:44 | <@AnnoDomini> | hdparm.rules links.conf pcmcia.rulesrules.d udev.conf <- Contents of my udev. Where should I start? |
10:46 | <@jerith> | Maybe /etc/hotplug.d/? |
10:46 | <@jerith> | I last looked at that stuff years ago. :-/ |
10:48 | <@AnnoDomini> | No hotplug.d in /etc/. |
10:49 | <@jerith> | Then I don't really know where else to look. |
10:49 | <@jerith> | Sorry. |
10:50 | <@AnnoDomini> | Thanks anyway. |
11:28 | | kige [not_enough@Nightstar-ce2cdceb.lodz.mm.pl] has quit [Ping timeout: 121 seconds] |
11:30 | | Attilla [Some.Dude@Nightstar-92c9199f.cable.virginmedia.com] has joined #code |
11:30 | | mode/#code [+o Attilla] by Reiver |
12:03 | | Tarinaky [Tarinaky@Nightstar-f349ca6d.plus.com] has joined #code |
12:31 | | Kindamoody is now known as Kindamoody|out |
12:43 | | AnnoDomini [annodomini@Nightstar-73780637.adsl.tpnet.pl] has quit [Ping timeout: 121 seconds] |
12:45 | | AnnoDomini [annodomini@Nightstar-d8a02526.adsl.tpnet.pl] has joined #code |
12:45 | | mode/#code [+o AnnoDomini] by Reiver |
13:17 | | celticminstrel [celticminstre@Nightstar-f8b608eb.cable.rogers.com] has joined #code |
13:17 | | gnolam [lenin@Nightstar-38637aa0.priv.bahnhof.se] has joined #code |
13:17 | < gnolam> | Heh. |
13:18 | < gnolam> | Someone's published their DNA sequence on github. |
13:18 | <@AnnoDomini> | Ozzy? :P |
13:18 | < gnolam> | But that's not the funny part. |
13:19 | < gnolam> | Someone's put up a pull request with bugfixes... |
13:19 | < gnolam> | https://github.com/msporny/dna/pull/1 |
13:20 | <@AnnoDomini> | Jargon fail here. What's that mean? |
13:23 | | * AnnoDomini lols at "I see you left in male nipples. Will this bug ever get fixed?" |
13:28 | < gnolam> | AnnoDomini: http://help.github.com/pull-requests/ |
13:49 | | shade_of_cpux is now known as cpux |
13:58 | | kige [not_enough@Nightstar-ce2cdceb.lodz.mm.pl] has joined #code |
14:06 | | celticminstrel [celticminstre@Nightstar-f8b608eb.cable.rogers.com] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
14:08 | | Kindamoody|out is now known as Kindamoody |
--- Log closed Sun Feb 13 14:52:26 2011 |
--- Log opened Sun Feb 13 15:22:00 2011 |
15:22 | | TheWatcher [chris@Nightstar-b4529b0c.zen.co.uk] has joined #code |
15:22 | | Irssi: #code: Total of 27 nicks [8 ops, 0 halfops, 0 voices, 19 normal] |
15:22 | | mode/#code [+o TheWatcher] by Reiver |
15:22 | | Irssi: Join to #code was synced in 53 secs |
16:00 | | kige [not_enough@Nightstar-ce2cdceb.lodz.mm.pl] has quit [Ping timeout: 121 seconds] |
17:09 | | Vornicus-Latens is now known as Vornicus |
17:18 | | Derakon[AFK] is now known as Derakon |
17:20 | | * Alek giggles at MSporny. |
17:20 | | * Alek also giggles at the name. |
17:21 | <@AnnoDomini> | Alek: Gods. |
17:46 | | kige [not_enough@Nightstar-ce2cdceb.lodz.mm.pl] has joined #code |
20:00 | | Rhamphoryncus [rhamph@Nightstar-473f8685.abhsia.telus.net] has joined #code |
22:36 | | AnnoDomini [annodomini@Nightstar-d8a02526.adsl.tpnet.pl] has quit [[NS] Quit: Zzz.] |
22:55 | | Tarinaky [Tarinaky@Nightstar-f349ca6d.plus.com] has quit [Connection closed] |
22:56 | | Rhamphoryncus [rhamph@Nightstar-473f8685.abhsia.telus.net] has quit [Client exited] |
23:29 | | Kindamoody is now known as Kindamoody[zZz] |
23:41 | | kige [not_enough@Nightstar-ce2cdceb.lodz.mm.pl] has quit [Ping timeout: 121 seconds] |
23:43 | | kige [not_enough@Nightstar-ce2cdceb.lodz.mm.pl] has joined #code |
--- Log closed Mon Feb 14 00:00:48 2011 |