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