00:02:17 -!- UpTheDownstair has joined. 00:02:36 -!- nazgjunk has quit (Read error: 104 (Connection reset by peer)). 00:29:46 -!- pikhq has joined. 00:38:54 -!- pikhq has quit (Read error: 104 (Connection reset by peer)). 00:38:56 -!- pikhq_ has joined. 00:52:06 -!- ihope has quit ("http://tunes.org/~nef/logs/esoteric/06.08.09"). 01:52:28 -!- pikhq_ has changed nick to pikhq. 03:35:21 ha 03:35:27 paul graham is one funny guy 03:51:12 -!- Sgeo has joined. 05:49:31 -!- calamari has joined. 06:18:02 -!- Sgeo has quit (Read error: 104 (Connection reset by peer)). 06:49:18 -!- UpTheDownstair has changed nick to nazgjunk. 07:19:27 -!- calamari has quit (Read error: 104 (Connection reset by peer)). 07:37:08 -!- calamari has joined. 07:59:59 -!- clog has quit (ended). 08:00:00 -!- clog has joined. 08:40:04 -!- fax has joined. 08:40:07 Hello 08:40:44 maybe not the best place to ask, but does anyone have any examples of small TeX programs producing lots of interesting output? 08:43:00 I think I saw the output of a TeX pi & e generator once 08:44:58 This is actually an excellent place to ask that, but I'm afraid I don't have any :P 08:45:35 hehe 08:45:41 well me neither, and im bloody stuck 08:45:49 anyway, If I do find any.. ill link it 08:52:55 argh!!!! http://home.imf.au.dk/grove/tex.html 08:58:23 That's infuriating X-D 08:58:55 According to archive.org, it's been like that since 2001 :P 08:59:13 FUCK!!!! 08:59:15 :D 09:01:46 you said the magic word, now anything you say will be accepted for bash.org 09:04:16 aw shit 09:04:27 anyone know how to use tr to replace some char with unicode? 09:04:37 i tried like LC_CTYPE=UTF-8 ; echo hello | tr e \343\201\204 09:04:39 no luck :| 09:11:26 -!- calamari has quit ("Leaving"). 09:25:44 -!- Rodger has joined. 09:25:55 how's it going, everyone? 09:26:40 Rodger: dide 09:26:41 er 09:27:16 * fax verry annoyed at tr 09:27:47 hunh? 09:27:59 man :/ 09:28:07 I want to replace some ASCII chars with unicode characters 09:28:11 I cant get tr to do it 09:28:18 have to use fucking perl or somthing 09:28:24 but i really need to do it with tr 09:29:42 I wasn't aware that tr had unicode support 09:29:50 it doesnt afaict 09:30:02 & cant abuse it into doing what I want :| 09:31:47 man fuck this 09:31:56 I have to string together like 16 sed commands 09:32:11 lol 09:32:24 sounds oddly appropriate for this channel 09:32:29 hrm sed y/// might work 09:32:56 sed: 1: "y/x/つ/ 09:32:56 ": transform strings are not the same length 09:32:57 >_< 09:33:23 why is unix so crap?! 09:35:45 oh 09:35:49 I have a horrible hack 09:36:03 echo "xyz" | sed -e 'y/xyz/\343\201\244/' 09:36:07 produces some unicode 09:36:23 so I suppose I can replace every letter with a corresponding 3 char code 09:36:36 a better question than "why is unix so crap?" would be "why doesn't unix natively support Unicode?" The answer is that Unix is friggin *old*. 09:36:47 hm 09:36:51 might work 09:37:04 oh shit 09:37:14 to do that id have to string together multiple sed expressions 09:37:22 and I may as well replace w/ unicode directly 09:37:26 so actually, thats no use :| 09:38:33 ugh 09:38:41 sed -e -e -e -e -e it is 09:44:18 -!- jix__ has joined. 09:45:13 oh crap 09:45:15 while true ; do dd if=/dev/urandom bs=1200 count=1 2>/dev/null | md5 ; done | sed -e s/0/ロ/ -e s/1/東/ -e s/2/京/ -e s/3/ス/ -e s/3/ス/ -e s/4/オ/ -e s/5/ラ/ -e s/6/カ/ -e s/7/ス/ -e s/8/ケ/ -e s/9/ト/ -e s/a/ダ/ -e s/b/㐭/ -e s/c/㤸/ -e s/d/㒵/ -e s/e/㤵/ -e s/f/㬲/ 09:45:24 its replacing _most_ of the characters 09:45:28 thats just awful. 09:45:32 I think I give up 09:45:47 oh wait im thick 09:45:53 has to be s///g 09:46:27 *phew* 09:46:27 while true ; do dd if=/dev/urandom bs=1200 count=1 2>/dev/null | md5 ; done | sed -e s/0/ロ/g -e s/1/東/g -e s/2/京/g -e s/3/ス/g -e s/3/ス/g -e s/4/オ/g -e s/5/ラ/g -e s/6/カ/g -e s/7/ス/g -e s/8/ケ/g -e s/9/ト/g -e s/a/ダ/g -e s/b/㐭/g -e s/c/㤸/g -e s/d/㒵/g -e s/e/㤵/g -e s/f/㬲/g 09:46:32 :D 09:46:34 matrix effects: D 09:46:34 wow 09:47:09 lool 10:00:17 yeah 10:00:25 Rodger: did you run it? did it work? 10:00:37 id love to know if its possible to replace all that sed crap with a single tr 10:05:34 -!- fax has quit (" "). 10:11:29 -!- Rodger has changed nick to RodgerTheGreat. 10:26:33 -!- jix__ has quit ("Bitte waehlen Sie eine Beerdigungnachricht"). 10:59:42 going to sleep now, gnight 11:04:50 -!- GreaseMonkey has quit ("/dev/dsp sucks for recording :\"). 11:57:12 -!- RodgerTheGreat has quit (Remote closed the connection). 14:32:04 -!- oerjan has joined. 14:50:30 -!- oerjan has quit ("Scheduled power failure"). 14:55:24 fax: yes 15:20:53 -!- jix__ has joined. 16:57:53 -!- sebbu has joined. 17:28:06 -!- crathman has joined. 17:52:57 -!- lament has changed nick to elamnt. 18:12:50 -!- jix__ has changed nick to jix. 19:16:55 -!- calamari has joined. 19:22:57 -!- nazgjunk has quit (Read error: 54 (Connection reset by peer)). 19:44:07 -!- elamnt has changed nick to lament. 20:38:42 -!- nazgjunk has joined. 20:45:17 something for your esoteric reading pleasure: http://www.saint-andre.com/jabber/telnet.txt 20:59:49 -!- calamari has quit ("Leaving"). 21:11:05 ewww xml 21:12:34 How Jabber users transfer images: http://www.codu.org/rxml.php 21:12:36 X-P 21:34:21 -!- jix has quit ("Bitte waehlen Sie eine Beerdigungnachricht"). 21:40:11 -!- nazgjunk has quit ("Bi-la Kaifa"). 21:40:46 -!- nazgjunk has joined. 21:41:01 -!- nazgjunk has quit (Read error: 54 (Connection reset by peer)). 21:49:09 -!- nazgjunk has joined. 21:49:17 -!- ihope has joined. 21:52:34 -!- nazgjunk has quit (Read error: 104 (Connection reset by peer)). 21:54:34 -!- nazgjunk has joined. 21:55:51 -!- Sgeo has joined. 22:00:14 -!- nazgjunk has quit ("Bi-la Kaifa"). 22:08:32 -!- nazgjunk has joined. 22:22:22 -!- pikhq has quit (Read error: 60 (Operation timed out)). 22:23:03 -!- ihope_ has joined. 22:27:01 -!- nazgjunk has quit ("Bi-la Kaifa"). 22:39:41 -!- sebbu has quit ("@+"). 22:41:09 -!- ihope has quit (Read error: 110 (Connection timed out)). 22:47:14 -!- Sgeo has quit ("Ex-Chat"). 23:21:23 -!- pikhq has joined.