00:14:55 | * | Trixar_za is now known as Trix[a]r_za |
01:16:59 | fowl | bah |
01:17:05 | fowl | i dont want to define true and false as 1 and 0 |
01:17:05 | fowl | :< |
01:31:04 | * | q66 quit (Quit: Leaving..) |
01:31:27 | * | zahary quit (Quit: Leaving.) |
04:50:46 | * | XAMPP_ joined #nimrod |
04:53:13 | * | XAMPP__ joined #nimrod |
04:54:01 | * | XAMPP quit (Ping timeout: 250 seconds) |
04:55:52 | * | XAMPP_ quit (Ping timeout: 252 seconds) |
07:49:21 | shevy | hehe |
09:30:11 | Tasser | fowl, hmm, is there no ToInt for bool? |
09:53:57 | * | q66 joined #nimrod |
10:53:06 | * | Araq_ joined #nimrod |
11:12:32 | * | Trix[a]r_za is now known as Trixar_za |
11:14:08 | * | Araq_ quit (Read error: Connection timed out) |
11:16:24 | * | Araq_ joined #nimrod |
11:20:39 | Araq_ | Tasser: use 'ord' to convert bool to an int |
11:25:19 | * | Araq_ quit (Read error: Operation timed out) |
11:26:04 | * | shevy quit (Ping timeout: 246 seconds) |
11:26:26 | * | Araq_ joined #nimrod |
11:32:02 | * | shevy joined #nimrod |
11:35:56 | Tasser | Araq_, oh, right |
11:41:09 | * | Araq_ quit (Read error: Operation timed out) |
11:42:27 | * | Araq_ joined #nimrod |
11:51:39 | * | Trixar_za is now known as Trix[a]r_za |
11:55:19 | * | Araq_ quit (Read error: Operation timed out) |
11:56:24 | * | Araq_ joined #nimrod |
11:57:35 | * | dom96_ joined #nimrod |
12:05:55 | * | Araq_ quit (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347]) |
12:35:47 | * | Araq_ joined #nimrod |
12:35:56 | * | Araq_ quit (Client Quit) |
12:36:52 | shevy | dom96 waaaake uuuuuup man |
12:38:20 | dom96_ | shevy: I'm here. |
12:38:25 | dom96_ | Just at work :P |
12:38:51 | shevy | hehe ok ok |
14:41:46 | * | dom96_ quit (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347]) |
14:55:46 | * | shevy quit (Read error: Operation timed out) |
15:12:04 | * | shevy joined #nimrod |
16:10:53 | * | Trix[a]r_za is now known as Trixar_za |
16:38:47 | * | XAMPP__ quit (Quit: Leaving) |
16:39:08 | * | XAMPP joined #nimrod |
16:39:09 | * | XAMPP quit (Changing host) |
16:39:09 | * | XAMPP joined #nimrod |
17:02:56 | * | Trixar_za is now known as Trix[a]r_za |
17:32:40 | * | fowl quit (Quit: Leaving) |
17:38:11 | dom96 | And I am back from work :) |
17:56:02 | Tasser | now back to work! |
17:56:34 | dom96 | NOOO |
17:56:39 | * | Reisen quit (Read error: Connection reset by peer) |
17:56:50 | dom96 | I shall watch Futurama instead |
17:57:43 | shevy | looking at http://nimrod-code.org/terminal.html |
17:57:54 | shevy | is there example code, nimrod code, that compiles and tests this? |
18:04:42 | dom96 | You mean in the test suite? |
18:04:53 | dom96 | or do you just want an example of how to use that module? |
18:04:57 | dom96 | shevy: ^ |
18:05:22 | shevy | hmm let me try to find the test suite |
18:07:18 | dom96 | I doubt there is a test which actually tests the functionality of that module. |
18:07:29 | dom96 | But the test suite does make sure that each module in the stdlib compiles |
18:07:45 | dom96 | Also tunittests test uses it for colors and such |
18:07:50 | dom96 | and last time I tried it it worked. |
18:08:52 | shevy | hmm |
18:09:54 | Araq | yummy nimrod on androit |
18:10:03 | Araq | *android |
18:10:20 | Araq | except that the guy got it wrong and gave up :-/ |
18:12:57 | Araq | hi dom96, hi shevy |
18:13:10 | dom96 | aww |
18:13:15 | dom96 | too bad he gave up :( |
18:13:27 | * | Reisen joined #nimrod |
18:14:01 | Araq | what's up with these "programmers" these days? |
18:14:15 | Araq | he even read the warnings ... |
18:14:26 | Araq | "warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]" |
18:14:52 | Araq | just maybe that's actually the cause of the crash? |
18:15:16 | Araq | and maybe he generated code for a 64bit system and put it onto a 32bit system or vice versa? |
18:15:31 | Araq | ugh, too hard, better give up ... |
18:15:35 | * | Araq sighes |
18:19:36 | dom96 | Tell him what to do then |
18:20:06 | Araq | what cpu has a HTC legend? |
18:20:23 | Araq | and depending on andriod, 'mmap' may not even be allowed |
18:20:46 | Araq | apparently it is allowed though, thank god |
18:21:10 | Araq | what cpu does a HTC Legend have? |
18:22:09 | dom96 | http://en.wikipedia.org/wiki/HTC_Legend |
18:22:13 | dom96 | Qualcomm MSM 7227 |
18:22:47 | Araq | never heard of that one |
18:22:50 | shevy | heeh |
18:22:57 | dom96 | It's all good. |
18:23:02 | dom96 | I can always pick up where he left off |
18:23:08 | dom96 | Because I have an android phone too |
18:23:24 | Araq | well then please do it |
18:23:25 | dom96 | I'm sure that would encourage him to try again, if he heard that I got it running. |
18:24:19 | Araq | perhaps |
18:38:45 | dom96 | ok, lets try this |
18:41:04 | * | fowl joined #nimrod |
18:41:09 | * | fowl quit (Changing host) |
18:41:09 | * | fowl joined #nimrod |
18:41:13 | Araq | well? |
18:42:32 | dom96 | I'm not superman... :P |
18:42:40 | dom96 | I haven't even downloaded the NDK yet |
18:46:56 | Araq | ok |
18:50:50 | fowl | arch pissed me off, recommend new distro? |
18:51:39 | dom96 | why did arch piss you off? |
18:54:26 | Araq | fowl: I wish I knew |
18:54:41 | Araq | I'm using Linux Mint, but that sucks too |
18:55:02 | fowl | every once in a while they introduce some new update that can break everything if you don't read the news feed |
18:55:38 | Araq | yep |
18:56:34 | dom96 | Yes, unfortunately it seems that you cannot have both the newest bleeding edge apps and stability at the same time :( |
18:57:42 | dom96 | I'm guessing the switch from GRUB 1 to 2 broke stuff for you |
18:58:21 | fowl | no thats all sorted now..which makes me start thinking about the fun it will be to install a new distro and do it again |
18:59:00 | dom96 | Maybe check out SliTaz. |
18:59:06 | dom96 | Trix[a]r_za uses it. |
18:59:23 | dom96 | I've been meaning to try it for quite some time. |
18:59:52 | fowl | ah yea i used slitaz on a couple old pcs but it didnt like my laptop :/ |
19:03:35 | dom96 | i see |
19:03:47 | dom96 | in that case take a look at distrowatch |
19:03:53 | dom96 | maybe you'll find something good |
19:12:12 | Araq | brb |
19:40:42 | dom96 | So who's watching the Olympics? |
19:41:20 | Araq | not me |
19:42:29 | dom96 | lol, this guys ear is like squashed by the cable from the earphone |
19:43:34 | dom96 | wow, take a look at ##olympics |
19:44:50 | Araq | all on crack, hu? |
19:45:46 | dom96 | yep |
19:45:49 | dom96 | Finally someone set +m |
20:09:54 | dom96 | Well this opening ceremony isn't as cool as I thought it would be |
20:15:44 | Araq | do |
20:15:46 | Araq | some |
20:15:49 | Araq | work! |
20:16:00 | dom96 | But they're rising chimneys! |
20:16:06 | dom96 | For some reason at the olympics! |
20:16:44 | shevy | lol |
20:16:58 | shevy | I am not going to watch anything at olympics |
20:17:10 | shevy | doping ruined the sport years ago, and now it is just commercialized pseudoshit |
20:37:34 | dom96 | shevy: Everything that is popular enough for me to know about is commercialized pseudoshit :D |
20:37:53 | dom96 | Except maybe some computer-related things. |
20:38:03 | shevy | hmm |
20:38:08 | shevy | I dont mind certain commercialization |
20:38:21 | shevy | tablets, smart phones etc... are really a great change to mankind |
20:38:56 | shevy | so when technology advances in such a way, I don't mind advertizement that much |
20:39:04 | shevy | but the olympics ... |
20:39:25 | shevy | a pub owner had to remove the logo because it was something like "olympics caffee" |
20:39:30 | dom96 | I suppose it's as pointless as Euro 2012 was. |
20:39:34 | shevy | I think he took out the "o" |
20:39:41 | dom96 | Spending billions on players... |
20:39:45 | dom96 | so stupid |
20:39:57 | shevy | yeah |
20:40:05 | shevy | and corruption |
22:25:11 | Nafai | you guys are spoiling the opening ceremonies! In their great wisdom, NBC is "tape-delaying" it until prime-time here in the states |
22:30:25 | fowl | good that way we wont be subjected to horrifying wardrobe malfunctions |
22:30:44 | Nafai | heh |
22:50:38 | shevy | pffft |
22:50:44 | shevy | can't wait for the closing ceremonies |