00:18:58 "cat .bash_history | awk '{print $1}' | sort | uniq -c | sort -nr | head -10 | fmt" 00:19:02 what do *you* get 00:19:03 ? 00:19:34 "65 ls 53 cd 47 man 39 sudo 20 ps 18 cat 16 apropos 15 telnet 15 less 14 w3m" on one box 00:19:53 "65 ghc 52 ./a.out 46 darcs 43 telnet 41 ls 34 fg 20 ghc-6.2.2 19 cd 18 less 11 screen" on another 00:20:19 1245 mplayer porn/*.mpg 00:20:26 XP 00:20:34 your awk is broken 00:20:36 :-) 00:20:44 Argh, joke ruined by my own incompetence :( 00:20:50 $ cat ~/.bash_history | awk '{print $1}' | sort | uniq -c | sort -nr | head -10 | fmt 00:20:53 189 python 104 sudo 00:20:56 45 javac 22 cd 17 ls 15 ping 13 apt-cache 10 exit 00:20:58 9 cvs 8 vim 00:21:11 312 ls 133 cd 00:21:11 90 make 61 ./inst/bin/oklik 58 rm 39 zcat 35 j 32 g++ 24 ./ok 22 mv 00:21:25 I do a lot of file listing :P 00:21:46 what is oklik? 00:21:51 and ok 00:21:55 and j 00:21:56 Do you know what Klik is? 00:21:59 no 00:22:27 puzzlet_: why do you compile a huga amount of java but run very little? 00:22:35 oklik is my rewrite of klik with some major changes. Basically, you select a Debian package and it grabs the list of dependencies, prunes it to only what is necessary for your system, then makes an appdir of the package. 00:22:51 that's just yesterday 00:22:57 ok was an old name for oklik, decided it would be presumptuous to take that namesapce ;) 00:23:04 j is a text editor unfortunately written in Java :( 00:23:18 (Because it's otherwise a great editor) 00:23:37 * SimonRC thought GregorR was the java nut 00:23:57 Ouch. 00:23:58 I'm offended. 00:24:14 The level with which I hate Java is a bit ridiculous ;) 00:24:15 my university homework was coding something with Java 00:24:17 which of us is it? 00:24:22 calamari. 00:24:29 ah, of course 00:24:52 Our AI prof let us use any lang we liked for our AI. 00:25:08 I used Haskell, of course 00:25:20 Good choice for AI. 00:25:32 one of my friends used C and python. 00:25:37 Ow. 00:25:43 Despite the fact that I love C :P 00:25:44 he managed to get some time on the Uni's supercomputer. 00:26:00 Brute-forcing TSP. 00:26:02 :-D 00:26:38 lupin (his box) could manage 12 cities in reasonable time 00:27:03 lol 00:27:21 hamilton (the uni computer in a top secret location only given away by the biggest set of aircon units you have ever seen) could do 15. 00:27:28 oops, I meant 10 for lupin 00:28:02 He calculates that the whole of Google could probably do 19 in a few hours. 00:28:27 every computr in the world, 21 would still be a push 00:28:55 poor algorithm? 00:31:49 erm yes 00:32:03 you know what the running time of brute-forcing the TSP is# 00:32:05 ? 00:32:11 O(n!) 00:32:31 his other two algos were better 00:33:12 ah, what i didn't get was "brute-forcing" 00:36:32 is O(n!) equivalent to O(n^n) or not? 00:36:48 waitamo 00:37:29 n! =aprox= n^n*e^-n*sqrt(2*pi*n) 00:37:47 n! is in theta of n^n 00:38:03 nonono 00:38:17 e^-n is *not a very constant factor 00:38:34 Erm, sorry, not in theta >_> 00:38:36 n! = O(n^n) 00:38:38 It's in big O and very close. 00:40:00 how did you get that approx equality? 00:40:11 18,447,644,073,309,551,616 <-- is it scary that I know 2^64 off by hear? 00:40:14 +T 00:40:41 Yes. 00:40:56 Yes. 00:41:03 Terrifying in fact. 00:46:34 * SimonRC discovers lsof. 00:46:53 Hah 03:14:08 * SimonRC goes to bed 03:42:59 -!- Arrogant has joined. 04:20:51 -!- CXI has quit (Success). 05:17:34 -!- kipple has quit (Read error: 110 (Connection timed out)). 05:23:30 -!- Arrogant has changed nick to arrogant[buffy]. 07:41:08 -!- lynxtor has joined. 07:46:49 -!- arrogant[buffy] has changed nick to Arrogant. 07:54:36 does anyone know about the C to BF project? 07:54:57 Yes, I'm the maintainer. 07:55:11 :DD 07:55:19 does it have a webpage? like sourceforge or something? 07:55:36 No, just an SVN repository at the moment. 07:56:01 ah ok 07:56:19 I'm curious how you heard of it, in fact ... 07:56:59 i was thinking of doing it myself, but once i found out someone else was working on it, i didn't bother 07:57:02 Heheh 07:57:02 i looked up "C to Brainfuck" on google 07:57:03 * GregorR is shocked that it's even findable on Google >_> 07:57:09 https://svn.sourceforge.net/svnroot/brainfuck/c2bf/trunk/ is the SVN repo by the way. 07:58:05 -!- Arrogant has quit (Read error: 104 (Connection reset by peer)). 07:58:32 -!- Arrogant has joined. 07:59:59 -!- clog has quit (ended). 08:00:00 -!- clog has joined. 08:01:26 Oh, I see, idle references from earlier are findable on Google. 08:01:37 AFAIK, I'm the only one who's written anything in that realm. 08:01:41 It's not fully functional, mind you. 08:01:57 Still much work to be done once the wheel-o'-Gregor's-attention lands on C2BF again. 08:02:32 hehe 08:14:37 -!- Arrogant has quit (Read error: 104 (Connection reset by peer)). 08:14:40 i guess i'll write my SHBF CPU emulator instead 08:19:27 -!- kipple has joined. 08:19:44 'ello kipple 08:22:36 -!- Arrogant has joined. 08:23:10 My Arrogant is so arrogant because of frustration from his unstable network connection. 08:24:39 Unstable XChat, actually 08:24:41 Well that's odd. 08:59:28 -!- Arrogant has quit ("Leaving"). 11:44:27 -!- CXI has joined. 12:07:44 -!- jix has joined. 13:26:58 -!- jix has quit ("This computer has gone to sleep"). 13:42:03 -!- lynxtor has quit ("KFSLDKGJDFLKGJDFKLJ"). 13:45:49 -!- Keymaker has joined. 13:46:26 evenin' 14:11:02 hmh. "You don't have permission to access /w/index.php on this server." i haven't been able to edit esowiki for days 14:11:23 well, there's some reverting to do, for someone 14:11:40 me neither. Have been able to do roll-backs but nothing else 14:11:47 anyone seen graue lately? 14:11:51 nope :\ 14:12:01 hm, what's roll-back? 14:12:39 it's one of the super-powers you get when you're a sysop ;) 14:12:57 ah. :D 14:13:49 very handy when reverting spam 14:14:19 i always need to check earlier version, copy stuff, go to current version, edit, save.. 14:14:52 yeah, more people should get sysop privileges 14:15:08 ;) 14:15:18 reverting an article is only two mouseclicks from the recent changes page :) 14:15:41 ah. handy. then, can you revert the spam out? 14:15:47 yes 14:15:53 well, why not do it? :p 14:16:01 I am doing it right now 14:16:04 aah 14:16:05 good 14:17:24 argh. it doesn't work when the article has been spammed twice 14:17:31 can only rollback to previous :( 14:17:33 rgh :( 14:18:44 it's amusing that popular problem page lists a palindrome program as a popular type of program. i have never even seen one :D 14:18:55 hehe 14:19:06 the problem is more popular than the solution I guess 14:19:15 heh, yeah 14:20:11 but why are the spammers able to edit the wiki and we aren't?? 14:20:18 :D 14:20:24 I'll send graue an email 14:20:25 that is indeed a pretty good question.. 14:20:42 i hope the spambots haven't taken over the server some way 14:27:20 ok. mail sent. let's hope graue can figure it out 14:28:14 yeah 14:35:32 -!- kuribas has joined. 15:08:40 -!- jix has joined. 15:11:18 -!- calamari has joined. 15:18:29 the wiki is working again :) 15:18:40 nice! 15:19:43 hmm, i wonder what i was about to edit.. :p 15:25:19 the problem was a bug in a mod_security rule, so no, the spammers hasn't taken over :) 15:25:40 ah 15:45:09 -!- calamari has quit ("Leaving"). 17:43:05 -!- Keymaker has left (?). 18:00:57 -!- kuribas has quit ("ERC Version 5.0.2 $Revision: 1.726.2.10 $ (IRC client for Emacs)"). 18:51:26 -!- calamari has joined. 18:51:44 -!- calamari_ has joined. 20:12:53 -!- Sgeo has joined. 21:10:35 -!- jix has quit ("Bitte waehlen Sie eine Beerdigungnachricht"). 22:37:14 -!- calamari_ has quit ("Leaving"). 22:46:07 -!- CXI has quit (Connection timed out). 23:20:55 -!- kipple has quit (Read error: 110 (Connection timed out)). 23:56:18 -!- CXI has joined. 23:56:42 -!- calamari has quit ("Leaving").