00:03:29 -!- calamari has quit ("Leaving"). 00:04:43 -!- calamari has joined. 00:07:27 Now TODAY has been full of EXCITING conversations on #esoteric and ##brainfuck! 00:07:43 :) 00:08:48 GregorR: yeah i got 4MB of logfiles 00:08:52 I wonder if I've been hacked 00:09:19 (after converting them to bf code and converting that bf code from 32 to 8 bit (twice)....) 00:09:33 gn8 00:09:38 :) 00:09:40 nite 00:09:48 -!- jix has left (?). 00:12:05 calamari: ? 00:12:25 GregorR: lots of traffic.. not sure why 00:12:33 tcpdump is going crazy 00:17:51 SMTP? 00:18:39 http://paste.ubuntu-nl.org/8511 00:18:49 no clue how to read that tho 00:19:29 downloading ethereal, it's supposed to be able to tell me something 00:19:59 even if I'm not hacked, whatever this is is wasting my bandwidth.. hehe 00:23:11 seems to have stopped now.. heh 00:28:39 that means it's probably someone on #esoteric as he stopped when he heard he was noticed... ;) 00:29:51 <.< 00:29:52 >.> 00:30:02 heh 00:57:56 That tcpdump output looks much like a normal SSH connection (with some interactive program running) to me. 01:10:35 * GregorR released a new version of Giki today ... it's awesome ^^ 01:27:18 -!- Arrogant has joined. 01:47:35 night 01:47:39 -!- Keymaker has left (?). 02:00:40 Hmm, think I should add "Talk:" pages to Giki? 02:43:48 -!- calamari has quit ("Leaving"). 03:26:28 -!- kipple has quit (Read error: 110 (Connection timed out)). 03:56:01 -!- calamari has joined. 03:56:18 re's 03:57:02 'lo 04:35:26 bbl 04:35:29 -!- calamari has quit ("Leaving"). 04:56:39 -!- kipple has joined. 06:22:33 -!- kipple has quit (Read error: 110 (Connection timed out)). 06:57:49 -!- Arrogant has quit ("I AM QUIT HAVE A NICE DAY"). 07:59:59 -!- clog has quit (ended). 08:00:00 -!- clog has joined. 08:05:50 -!- nooga has joined. 08:05:59 hi 08:06:17 'lo nooooooooooooooooooooooooooooooooooooooooooooooooooga 08:06:49 hi GregorR 08:07:11 I saw your Giki 08:07:32 and it inspired me to write something like it by myself 08:08:01 LOL 08:08:05 I didn't even write Giki by myself X-P 08:08:10 It's based on another project. 08:09:00 oh 08:10:34 pitty 08:10:59 i'll try to write mine by myself 08:11:47 It's not that it's a particularly difficult thing to do *shrugs* 08:11:56 Though your time would be better invested writing plugins for Giki ^^ 08:13:39 giggle 08:15:43 mediawiki is very nice 08:16:11 *bleh bleh bleh your project sucks Gregor bleh bleh bleh* 08:16:13 ;) 08:16:46 oh come on ;p 08:16:54 i can make a skin for giki 08:17:27 Pff, that's simple, just edit template.html 08:17:42 good ;p 08:18:24 What's your native language? 08:18:44 Polish? 08:18:48 (I must assume) 08:19:00 yes 08:19:13 why do you ask? 08:19:16 You could translate Giki >:) 08:19:21 i could translate, sure 08:19:31 Just copy language.en.php to language.pl.php and edit the strings. 08:20:08 i'll checkout from CVS 08:29:21 hehe, i think i will change something more in your giki ;> 08:32:07 If you can do it as a plugin, that would be preferable >_> 08:57:20 no, i'll modify the core to split up presentation from data and i will migrate to xhtml 09:00:22 what is "tis true." ? ;p 09:02:29 In response to that first comment: "Ow." 09:02:42 In response to the second one: It's just sort of a filler phrase. 09:03:05 Something like "Indeed." would work fine, it's just to keep the mood light XD 09:03:55 So, first off, what do you mean by "split up presentation from data"? 09:15:07 -!- jix has joined. 09:26:39 hm 09:26:58 get rid of this: 09:26:58 $revhistory = "Historia zmian"; 09:27:09 formatting in config!?!!? 09:27:48 Hmm, that's a bit ... odd. 09:27:54 * GregorR wonders why that's there. 09:28:05 I think that might be a carry-over from "Wiki!" 09:28:12 oh ;p 09:28:37 Easy enough change though *shrugs* 09:28:39 $bar_prefix = "
  • "; 09:28:40 $bar_separator = "
  • "; 09:28:40 $bar_postfix = "
"; 09:28:48 bar on lists 09:28:52 menu on lists 09:29:12 taken language settings to config.php from language.php 09:30:14 *shrugs* 09:30:26 What exactly are you doing ...? 09:34:08 hm improving giki, making my own version.. . xD 09:34:14 fear not 09:34:36 Please submit patches back so I can shuffle through them and get rid of the ones I don't like X-P 09:46:59 i'll pack that up 09:47:37 i won't dare putting my changes to cvs 09:48:16 Well, you couldn't put 'em in Giki CVS anyway. 09:54:31 yeah ;p 10:13:05 left menu should be in php 10:13:24 to enable it to be multilanguage 10:14:47 Umm, multi-language as in translated at runtime? 10:15:02 (IE Spanish for one user, German for another, Polish for another ...) 10:15:08
  • 10:15:09
  • 10:15:09
  • 10:15:09
  • 10:15:42 $node[LeftBar] 10:16:21 where? 10:16:41 Anywhere in template.html, you can put "$node[SomeTitle]" and it will put an actual wiki node there. 10:16:47 That way, you can make it editable in the wiki. 10:16:56 That's the ultimate solution, but not feasable for the builtin template. 10:17:22 but php in template des not execute 10:17:42 Indeed it does not. 10:17:49 It's not PHP. 10:17:54 Just "$node[SomeTitle]" 10:18:05 template.html is not executed as PHP, it's parsed. 10:19:29 yeah i know 10:20:23 oh 10:20:30 Well, just put "$node[LeftBar]" in where the left
      ...
    is, you will be pleasantly surprised. 10:20:55 i see 10:21:04 "This document is empty" 10:21:09 node* 10:21:23 Well, you have to put some content there too X-P 10:21:34 Click the "E" on it. 10:22:22 why does "all nodes" button is in top bar? 10:22:33 shouldn't it be on the left? 10:22:54 Heheh, I wasn't very picky about where I put things ^^ 10:24:41 omg 10:25:02 now, how to make list of links? 10:25:49 Are you using GikiWikiSyntax? 10:26:18 i think yes 10:26:48 * [Index] 10:26:55 * [Log In|:login.php] 10:26:56 Etc 10:26:56 etc 10:28:13 oh 10:28:44 You know, this is all in README ;) 10:28:56 i see stars 10:28:59 bot list ;p 10:29:01 not* 10:29:36 Then you're not using GikiWikiSyntax. 10:29:49 how to use it? 10:29:56 config.php has a $plugins line 10:30:03 $plugins = array("noHTML", "GWS"); 10:30:15 Or if you want to allow HTML, you can take off the "noHTML" part :) 10:30:56 oh 10:30:59 it works ;] 10:31:18 There ya go, a conveniently editable leftbar. 10:32:07 hah 10:32:17 it can't parse polish letters xD 10:32:38 Humm .......... 10:32:41 I don't see why not ........ 10:32:51 nooga: are you using utf8? 10:32:59 i think php's default working charset is iso-latin-1 10:33:12 yes 10:33:15 i mean no 10:33:30 But IIRC, that shouldn't matter, since this is just pass-thru. 10:34:17 Well, the headers obviously need to match the content. 10:34:33 bah 10:34:40 my stupid sister wants me to end 10:34:54 i'll never hack if i can sit here only 3 hours -.-' 10:34:58 Anyway, time for sleep for me. 10:35:07 2:30AM here XP 10:35:07 g2g 10:35:08 bye 10:35:09 *zzzzzzzzzzzzzzz* 10:35:11 Bye 10:35:11 -!- nooga has quit. 10:35:15 gn8 GregorR 11:03:44 -!- CXI has joined. 12:21:50 feck, missed nooga again. 12:22:04 ("< nooga> hehe i'm working on own, natural language") 13:24:15 * SimonRC goes. 14:16:53 -!- kipple has joined. 14:21:51 hi (2) 14:23:09 hello 14:29:44 moin 14:30:18 "moin"? 14:32:30 hello 14:32:42 umm, ok 17:05:43 -!- wooby has joined. 17:09:01 howdy 17:11:03 8hi 17:12:11 moin wooby 17:13:45 whats new and cool in esoteric languages 17:14:41 rhotor ;) 17:14:42 been out of the loop for awhille 17:15:26 do you know glass? 17:16:51 yeah, i'm down with glass 17:18:34 http://esolangs.org/wiki/Glass << this glass? 17:22:07 yeah 17:24:03 wooby: when was the last time you checked esolangs? 17:28:57 3 or 4 months ago 17:29:51 hmm 17:30:04 linguine is pretty new but maybe not that new... 17:30:11 rhotor is really very new 17:31:37 wooby: oh, BTW, there is a ##brainfuck, now (sic) 17:32:02 oh, sweet 17:32:56 ask GregorR about c2bf 17:42:43 -!- kipple has quit ("See you later"). 18:04:20 -!- wooby has quit. 19:24:45 -!- BodyTag has joined. 19:33:26 hi 19:33:39 any why are you on IRC as root? 19:34:07 Who what where? 19:40:04 BodyTag: your ident 19:40:09 yeah 19:40:20 """-!- BodyTag [n=root@216-169-189.0504.adsl.tele2.no] has joined #esoteric""" 19:40:24 my ident isn't my username too 19:40:46 I have no idea. :D 19:41:07 I assume you're on a Windows box. 19:41:24 no 19:41:37 * SimonRC was talking to BodyTag. 19:41:40 So, you are most likely an admin. 19:41:52 but there are many identds that allow you to set any ident response 19:41:55 Oh right, my user account is called root. XD 19:42:46 And yes, I'm using Windows. 19:43:06 ah 19:43:13 you have a sense of humour 20:35:15 -!- GregorR has quit ("BBIAB"). 20:39:14 -!- GregorR has joined. 21:03:53 * SimonRC goes 21:24:39 -!- GregorR_ has joined. 21:24:53 -!- GregorR has quit (Nick collision from services.). 21:24:56 -!- GregorR_ has changed nick to GregorR. 21:45:16 -!- ihope has joined. 21:45:40 !help 21:45:43 help ps kill i eof flush show ls bf_txtgen usertrig daemon undaemon 21:45:45 1l 2l adjust axo befunge bch bf{8,[16],32,64} glass glypho kipple lambda lazyk linguine malbolge pbrain rail sadol sceql trigger udage01 unlambda 21:46:25 !trigger MMMaaakkkeee iiittt ssstttoooppp!!! 21:46:29 Make it stop! 21:46:46 !trigger Eh? 21:46:59 -!- jix has left (?). 22:01:24 Hm... Does the EgoBot brainfuck interpreter support input? 22:01:35 !help i 22:01:37 Use: i Function: send input to a process 22:01:59 Nice. :D 22:02:20 !bf ,[.,] 22:02:22 !ps 22:02:25 1 ihope: bf 22:02:27 2 ihope: ps 22:02:36 !i 1 Hello, world! 22:02:38 !eof 1 22:02:41 Hello, world! 22:04:14 !i 1 Is the bfi still running? 22:04:44 -!- GregorR_ has joined. 22:04:58 -!- GregorR has quit (Nick collision from services.). 22:05:01 -!- GregorR_ has changed nick to GregorR. 22:05:17 !ps 22:05:21 1 ihope: ps 22:05:58 Yeah, right after trying that I saw the eof command you sent D: 22:17:06 !bf >,[>,]<[.[-]<] 22:17:08 !ps 22:17:11 1 BodyTag: bf 22:17:13 2 BodyTag: ps 22:17:31 !i 1 testing 22:17:35 !eof 1 22:17:39 gnitset 22:17:44 !ps 22:17:48 1 BodyTag: ps 22:17:51 Nice. 22:18:57 You can !i \n, too 22:19:08 What about \\? 22:19:29 !lazyk i 22:19:33 !ps 22:19:36 1 ihope: lazyk 22:19:37 \n is 10, right? 22:19:38 2 ihope: ps 22:19:41 Yeah 22:19:47 !i 1 foo\\nbar 22:19:49 !eof 1 22:19:51 foo\nbar 22:20:09 Foonbar... 22:21:02 !bf >,----------[>,----------]<[.[-]<] 22:21:12 !i 1 test\n 22:21:15 ji[j 22:21:39 Guh, forgot to add 10 afterwards. 22:22:06 Oh, the joys of programming in brainfuck. 22:38:56 -!- BodyTag has quit ("Wewt Gaim :D"). 22:45:33 -!- kipple has joined. 22:56:54 -!- ihope has quit (Read error: 110 (Connection timed out)). 23:11:22 -!- GregorR has quit ("BBIAB again"). 23:11:44 -!- GregorR has joined. 23:33:26 -!- calamari has joined. 23:33:40 hi 23:37:15 Hey squiddy. 23:37:31 hi hatty 23:37:35 n=gregor@tor/session/x-651fa1a77eed377f < Gregor is on TOR now ^^ 23:37:47 what is that? 23:38:20 It's a privacy/censorship-prevention network. 23:38:34 Since my building logs all my connections still. 23:39:11 so tor encrypts traffic and decrpts remotely for you? 23:39:32 After going through some random end node. 23:39:37 cool 23:39:38 Which has no correlation to me. 23:41:06 * calamari just finished his income taxes.. so much for the boston tea party :( 23:42:02 Hah 23:42:09 They tried valiently ;) 23:47:19 -!- ihope has joined. 23:47:50 if they are ever going to do a free tax software, it seems like some kind of custom wiki would be the way to go 23:48:29 hihope 23:48:35 Ello 23:50:43 -!- GregorR has quit (Remote closed the connection). 23:50:56 -!- GregorR has joined. 23:55:40 ...Hey, Gregor left his Ego behind! 23:56:14 I guess that means that he was GrrR when he was away.