←2012-04-28 2012-04-29 2012-04-30→ ↑2012 ↑all
00:00:07 <itidus20> I'm confused. It seems I was completely right.
00:00:10 <itidus20> It's unnerving.
00:00:32 <itidus20> except the last business about -1,0,1
00:05:38 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
00:07:48 -!- MoALTz has joined.
00:11:01 -!- Patashu has joined.
00:18:36 -!- augur_ has changed nick to augur.
01:07:54 -!- shachaf has joined.
01:08:45 <shachaf> kmc: http://www.youtube.com/watch?feature=iv&src_vid=cJ4W6gh4WCk&annotation_id=annotation_890880&v=dzQ5w8-bVHM
01:25:11 -!- shubshub has joined.
01:25:17 <shubshub> Hi
01:27:23 <shubshub> Im Gonna Make A Batch Compiler to Native :)
01:28:06 -!- TeruFSX has joined.
01:28:39 * shubshub is going to make Batch2RubyNative :D
01:32:16 <TeruFSX> what does that even mean
01:33:09 <kmc> What Does That Even Mean
01:33:22 <shubshub> converts batch to ruby then ruby to native exe
01:35:18 <shachaf> hi ruby
01:42:50 -!- MoALTz has quit (Ping timeout: 244 seconds).
01:54:33 -!- shubshub has quit (Ping timeout: 246 seconds).
02:01:50 -!- MoALTz has joined.
02:13:27 <zzo38> I realized the emerald monster is weak when they are far away from the castle, so we have to lead him away; and I had the idea of anti-magic field too, or if the wizard knows any beholder or anyone who likes to help us too; we found a gnome the wizard knows, but he is too small and is going elsewhere; but we probably can find a scepter of anti-magic since he knows where they are
02:13:57 <zzo38> Do you know how to win at level 40 of Pocket Color Block?
02:14:13 <zzo38> Is speed important in this level?
02:16:13 <zzo38> How many hit-points does this wall have anyways??????
02:16:27 <coppro> pocket color block?
02:30:14 -!- shubshub has joined.
02:31:02 <ais523> `pastlog
02:31:36 <HackEgo> No output.
02:31:37 <elliott> <HackEgo> zzzzzzz
02:31:38 <elliott> haha
02:31:38 <ais523> `pastlog
02:31:39 <elliott> it timed out
02:31:42 <ais523> elliott: indeed
02:31:48 <ais523> `log
02:31:55 <HackEgo> 2009-12-22.txt:20:58:28: <AnMaster> or will they change format?
02:32:04 <ais523> `paste bin/log
02:32:14 <HackEgo> http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.18999
02:32:16 <HackEgo> No output.
02:32:34 <elliott> note that pastlog is basically a copy of log
02:32:41 <elliott> so changing log won't help
02:33:14 <ais523> elliott: I was going to make a copy of log that removes nicks
02:33:21 <elliott> Not pastlog?
02:33:26 <elliott> Also, you told me.
02:33:28 <ais523> they're pretty much equivalent
02:33:31 <ais523> `cp bin/log bin/anonlog
02:33:35 <HackEgo> cp: missing destination file operand after `bin/log bin/anonlog' \ Try `cp --help' for more information.
02:33:39 <ais523> oh, right
02:33:45 <ais523> and I probably don't want to copy directly either
02:33:53 <ais523> `cmd echo test
02:33:56 <HackEgo> ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: cmd: not found
02:33:59 <ais523> `run echo test
02:34:02 <HackEgo> test
02:34:04 <ais523> that's it
02:34:42 <elliott> what
02:35:10 <ais523> `run sed '/echo/s/$/ | sed "s=<[^>]*>=="/' < bin/log > bin/anonlog
02:35:13 <HackEgo> No output.
02:35:18 <ais523> `anonlog
02:35:22 <HackEgo> ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: /hackenv/bin/anonlog: Permission denied \ /home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: /hackenv/bin/anonlog: cannot execute: Permission denied
02:35:29 <ais523> `run chmod a+x bin/anonlog
02:35:31 <HackEgo> No output.
02:35:33 <ais523> `anonlog
02:35:38 <HackEgo> 2004-09-30.txt:18:16:29: http://en.wikipedia.org/wiki/Wikipedia:Votes_for_deletion#Esoteric_programming_language_related
02:35:56 <ais523> `anonlog
02:35:59 <HackEgo> 2009-11-14.txt:00:22:26: So that I won't keep wondering if the Chrome UI is the reason I'm not doing any work for this project, because I'm not used to it
02:36:14 <ais523> elliott: any guesses?
02:36:24 <elliott> hmm
02:36:42 <elliott> first one I have no clue about; second one, maybe me?
02:36:46 <ais523> first one is before I came here, I think, or maybe only just after
02:36:46 <elliott> `log ^2009-11-14.txt:00:22:26:
02:36:51 <elliott> ais523: btw, it has an additional space
02:36:52 <elliott> please fix
02:37:11 <ais523> `run sed 's/>=/> =/' bin/anonlog
02:37:14 <HackEgo> ​#!/bin/sh \ cd /var/irclogs/_esoteric \ if [ "$1" ]; then \ grep -P -i -- "$1" ????-??-??.txt | shuf -n 1 \ else \ file=$(shuf -en 1 ????-??-??.txt) \ echo "$file:$(shuf -n 1 $file)" | sed "s=<[^>]*> ==" \ fi \
02:37:15 <HackEgo> No output.
02:37:18 <elliott> sed -i
02:37:23 <ais523> `run sed -i 's/>=/> =/' bin/anonlog
02:37:26 <HackEgo> No output.
02:37:30 <ais523> `anonlog
02:37:32 <elliott> stop that
02:37:33 <HackEgo> 2006-02-01.txt:01:42:32: If you divide up the parse tree enough and make liberal use of temporary variables, it shouldn't be such a huge problem.
02:37:36 <elliott> i'm waiting for my original request to come back
02:37:39 <elliott> `log ^2009-11-14.txt:00:22:26:
02:37:48 <HackEgo> No output.
02:37:50 <ais523> you already got a no output from it
02:37:50 <elliott> what
02:37:56 <elliott> what's the regexp problem
02:37:59 <elliott> also, for 2006 I guess pikhq
02:38:06 <elliott> oh, wait
02:38:10 <elliott> grep doesn't include the file name
02:38:23 <ais523> right, you wouldn't expect it to
02:38:25 <elliott> ais523: you need to make anonlog give the name more conveniently... make it echo it to solution
02:38:29 <elliott> so you can do `cat solution
02:38:44 <elliott> `pastlog So that I won't keep wondering if the Chrome UI is the reason I'm not doing any work for this project
02:38:52 <HackEgo> 2009-11-14.txt:00:22:26: <Sgeo> So that I won't keep wondering if the Chrome UI is the reason I'm not doing any work for this project, because I'm not used to it
02:38:55 <ais523> `ls
02:38:58 <HackEgo> bin \ canary \ karma \ lib \ monqy \ paste \ quotes \ share \ wisdom
02:38:58 <elliott> `pastlog ^18:16:29:.*Wikipedia:Votes_for_deletion
02:39:05 <elliott> oh, Sgeo, of course
02:39:08 <HackEgo> 2004-09-30.txt:18:16:29: <ZeroOne> http://en.wikipedia.org/wiki/Wikipedia:Votes_for_deletion#Esoteric_programming_language_related
02:39:12 <elliott> `pastlog If you divide up the parse tree enough and make liberal use of temporary variables, it shouldn't be such a huge problem
02:39:20 <HackEgo> 2006-02-01.txt:01:42:32: <GregorR> If you divide up the parse tree enough and make liberal use of temporary variables, it shouldn't be such a huge problem.
02:39:26 <elliott> well, I'm terrible at this so far :)
02:39:29 <ais523> neither of us have got any so far :)
02:39:32 <ais523> `anonlog
02:39:33 <elliott> there's a reason my original game used segments of chat
02:39:35 <HackEgo> 2008-07-30.txt:23:39:47: -!- kar8nga has joined #esoteric.
02:39:38 <elliott> kar8nga
02:39:46 <ais523> no, freenode!
02:39:50 <ais523> `anonlog
02:39:52 <elliott> pah
02:39:54 <HackEgo> 2004-12-16.txt:08:00:00: -!- clog has joined #esoteric.
02:40:03 <elliott> you realise sed can q if the // isn't met, right?
02:40:13 <ais523> we may have to filter out non-privmsgs, but that would be hard
02:40:18 <ais523> `anonlog
02:40:21 <HackEgo> 2005-01-01.txt:19:31:11: -!- puzlet is now known as puzzlet.
02:40:22 <elliott> err, hard; seriously?
02:40:25 <ais523> because we'd have to find a replacement line instead
02:40:27 <elliott> you have the regexp for it right there
02:40:29 <ais523> to substitute on
02:40:35 <elliott> ais523: while true; ...
02:40:41 <elliott> you can do it while adding the solution thing ;)
02:40:47 <ais523> `anonlog
02:40:50 <HackEgo> 2011-11-26.txt:04:32:50: that you don't tell a piece where to move each turn, it does it on its own.. and you just have some limited control .. like maybe allowed to specify movements of n pieces per turn
02:40:58 <ais523> better idea: just filter out names after -!- :)
02:41:00 <elliott> forfeit
02:41:14 <ais523> that one's got to be from the portal chess discussions
02:41:20 <ais523> I just can't remember who was doing portal chess
02:41:26 <zzo38> ais523: Use the raw log files
02:41:35 <elliott> oh, maybe itidus then
02:41:37 <elliott> ais523: kallisti
02:41:46 <elliott> `pastlog that you don't tell a piece where to move each turn, it does it on its own
02:41:54 <HackEgo> 2011-11-26.txt:04:32:50: <itidus21> that you don't tell a piece where to move each turn, it does it on its own.. and you just have some limited control .. like maybe allowed to specify movements of n pieces per turn
02:42:02 <elliott> \o/
02:42:02 <myndzi> |
02:42:02 <myndzi> /|
02:42:03 <ais523> yay, we got that one between us
02:42:07 <elliott> \o/
02:42:08 <myndzi> |
02:42:08 <myndzi> /<
02:42:10 <elliott> you cut my head off
02:42:12 <ais523> `anonlog
02:42:15 <elliott> *beheaded me, that's the word
02:42:16 <HackEgo> 2005-04-25.txt:17:02:45: -!- graue has quit (Read error: 104 (Connection reset by peer)).
02:42:20 <elliott> ais523: stop using anonlog when it's still broken!
02:42:22 <zzo38> Can you acess the raw log files from HackEgo?
02:42:26 <elliott> yes
02:42:27 <ais523> it's not that btoken
02:42:29 <ais523> *broken
02:42:53 <ais523> `anonlog
02:42:56 <HackEgo> 2007-11-18.txt:04:26:39: not exactly
02:42:59 <ais523> anyway, I'm not particularly inclined to fix it further
02:43:03 <ais523> OK, that's a tough one
02:43:14 <ais523> it could be me, but it probably isn't
02:43:25 <ais523> `log 04:26:39: not exactly
02:43:32 <HackEgo> 2012-04-29.txt:02:43:25: <ais523> `log 04:26:39: not exactly
02:43:37 <ais523> `pastlog 04:26:39: not exactly
02:43:38 <zzo38> You can use the raw log files, and search for lines with PRIVMSG immediately after the sender, and then does not contain a CTRL+A code at the beginning; and then delete everything before the colon (there will also be a colon for the sender, and a colon for the message text)
02:43:46 <HackEgo> No output.
02:43:55 <zzo38> And also then filter out things with PRIVMSG :`
02:44:03 <zzo38> I mean, PRIVMSG #esoteric :`
02:44:08 <elliott> ais523: it's broken enough that it's painful to use
02:44:09 <elliott> and what are you doing?
02:44:11 <elliott> you know that won't work
02:44:17 <elliott> you have to do something much more inconvenient instead
02:44:20 <ais523> I thought the time section would by itself
02:44:25 <ais523> because it's not part of the filename
02:44:25 <elliott> there's a name in the middle!
02:44:31 <ais523> `pastlog 04:26:39:.*not exactly
02:44:32 <ais523> ofc
02:44:38 <ais523> that's why I left the extra space in
02:44:39 <HackEgo> 2007-11-18.txt:04:26:39: <bsmntbombdood> not exactly
02:44:47 <ais523> `anonlog
02:44:47 <elliott> since when does grep split on spaces?
02:44:50 <HackEgo> 2004-06-17.txt:22:47:19: -!- cmeme has quit (Read error: 104 (Connection reset by peer)).
02:44:55 <elliott> broken broken broken
02:44:58 <elliott> whine whine whine
02:46:52 <ais523> `run sed -i bin/anonlog 's/shuf -n 1 $file/grep "<.*>" $file | shuf -n 1/'
02:46:56 <HackEgo> sed: can't find label for jump to `in/anonlog'
02:47:06 <ais523> `run sed -i 's/shuf -n 1 $file/grep "<.*>" $file | shuf -n 1/' bin/anonlog
02:47:09 <HackEgo> No output.
02:47:12 <ais523> `anonlog
02:47:16 <HackEgo> 2011-11-18.txt:23:30:21: `cat bin/welcome2
02:47:31 <elliott> eh?
02:47:33 <ais523> probably elliott, he's most likely to mess with welcome messages
02:47:34 <elliott> what did you change?
02:47:38 <zzo38> ^< [^:]+:[^ ]+ PRIVMSG #esoteric :(.*)$
02:47:48 <zzo38> Perhaps that is what you want?
02:47:49 <ais523> elliott: I required < and > on a line, by grepping for them before the shuffle
02:47:52 <ais523> much better than using a loop
02:48:04 <elliott> oh
02:48:21 <elliott> anyway, it really needs to do segments to be playable
02:48:22 <elliott> `anonlog
02:48:25 <HackEgo> 2008-08-19.txt:16:29:48: the issue was concurrent tracing, where I wanted all IPs to show the next instruction they would execute instead of space/semicolon
02:48:34 <ais523> fizzie?
02:48:34 <elliott> hmmmm
02:48:41 <elliott> Vorpal or me
02:48:42 <zzo38> ^< [^:]+:[^ ]+ PRIVMSG #esoteric :([^`].*)$
02:48:46 <elliott> probably Vorpal
02:48:52 <elliott> `pastlog the issue was concurrent tracing, where I wanted all IPs to show the next instruction they would execute
02:48:56 <elliott> (AnMaster, that is)
02:48:59 <HackEgo> 2008-08-19.txt:16:29:48: <Deewiant> the issue was concurrent tracing, where I wanted all IPs to show the next instruction they would execute instead of space/semicolon
02:49:04 <elliott> oh, fuck
02:49:06 <ais523> oh, the other possibility ;)
02:49:09 <elliott> I forgot Deewiant used to use lowercase
02:49:19 <elliott> I thought it was too grammatical/insightful for AnMaster
02:49:22 <ais523> `anonlog
02:49:25 <HackEgo> 2010-10-30.txt:06:06:28: heh
02:49:32 <elliott> Vorpal or Deewiant or me
02:49:36 <ais523> me, most likely, I say that more often than the rest of you
02:49:37 <elliott> probably Deewiant
02:49:42 <elliott> `pastlog 06:06:28:.*heh
02:49:50 <HackEgo> 2010-10-30.txt:06:06:28: <elliott> heh
02:49:56 <ais523> oh, you were right
02:49:58 <elliott> i win by virtue of cheating by giving three options
02:50:00 <ais523> `anonlog
02:50:00 <pikhq> Heh.
02:50:02 <ais523> yes :)
02:50:03 <HackEgo> 2003-04-12.txt:13:30:43: :)
02:50:05 <elliott> but for "heh" I think I should be allowed
02:50:06 <elliott> ooh
02:50:08 <elliott> lament
02:50:14 <elliott> `pastlog 13:30:43:.*:)
02:50:18 <HackEgo> grep: unmatched parentheses
02:50:22 <elliott> (or calamari)
02:50:23 <elliott> `pastlog 13:30:43:.*:\)
02:50:27 <zzo38> Is there a raw log searching file?
02:50:30 <HackEgo> 2003-04-12.txt:13:30:43: <dbc> :)
02:50:33 <elliott> nooooo!
02:50:37 <elliott> ais523: ban dbc please
02:50:41 <pikhq> Aaaagh, legacy!
02:50:51 <elliott> `pastlog
02:50:54 <pikhq> `anonlog
02:50:56 <ais523> `paste bin/log
02:50:59 <HackEgo> 2010-10-25.txt:21:25:17: Anyways. I'm figuring I'll create a new LVM volume to install the Debian root on so if I really do something stupid Gentoo's still *there*.
02:51:00 <elliott> err, that's waht i meant
02:51:02 <elliott> pikhq
02:51:04 <elliott> trivial
02:51:06 <pikhq> Yeah, that was me.
02:51:08 <elliott> *what
02:51:08 <HackEgo> shuf: memory exhausted
02:51:14 <HackEgo> http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.24233
02:51:18 <ais523> zzo38: look at that file to see how the log retrieval works
02:51:20 <elliott> I'm not even going to check that one, it's completely obvious
02:51:21 <elliott> `anonlog
02:51:23 <HackEgo> 2005-05-28.txt:18:27:17: I don't mind, but probably the wiki will not be able to cope with that by default, and yes, we should avoid modifications
02:51:30 <elliott> hmmmmm
02:51:34 <elliott> graue or lament
02:51:36 <elliott> someone else check
02:51:45 <ais523> `pastlog I don't mind, but probably the wiki will not be able to cope with that by default
02:51:52 <HackEgo> 2005-05-28.txt:18:27:17: <pgimeno> I don't mind, but probably the wiki will not be able to cope with that by default, and yes, we should avoid modifications
02:51:54 <pikhq> elliott: Hell, no need to check: I definitely did just that around 2010.
02:51:56 <elliott> ugh
02:52:02 <elliott> "but probably the" tipped me off as odd
02:52:12 <elliott> but I couldn't think of a suitable speaker
02:52:21 <ais523> the older ones are harder than the newer ones
02:52:23 <ais523> `anonlog
02:52:27 <HackEgo> 2011-04-08.txt:14:10:05: what if i copy it to the wrong spot?
02:52:34 <pikhq> Hard...
02:52:36 <elliott> hmm
02:52:38 <elliott> me
02:52:43 <elliott> `pastlog what if i copy it to the wrong spot\?
02:52:48 <pikhq> Seemed a bit zzo38ese-ish.
02:52:50 <HackEgo> 2011-04-08.txt:14:10:05: <cheater99> what if i copy it to the wrong spot?
02:52:55 <elliott> meh, same thing
02:53:00 <elliott> `anonlog
02:53:03 <HackEgo> 2004-04-26.txt:21:38:40: lament this channel is alive. we are just playing dead.
02:53:07 <elliott> ooh ooh ooh
02:53:15 <ais523> has to be a regular at around 2004
02:53:20 <elliott> hmmmmmm... dbc
02:53:24 <elliott> `pastlog lament this channel is alive\.
02:53:27 <ais523> that's what I'd have guessed to
02:53:28 <ais523> *too
02:53:32 <HackEgo> 2004-04-26.txt:21:38:40: <andreou> lament this channel is alive. we are just playing dead.
02:53:35 <elliott> fuck!
02:53:35 <ais523> which means it can't possibly be right
02:53:36 <elliott> ban andreou
02:53:37 <ais523> indeed
02:53:42 <elliott> fucking useless channel founder
02:53:42 <elliott> :(
02:53:45 <ais523> elliott: banning them won't remove them from the old logs
02:53:50 <ais523> `pastlog
02:53:52 <elliott> ais523: really?
02:53:54 <ais523> and founders can just unban themselves
02:53:55 <elliott> I'll have to add that to the @ script
02:53:57 <pikhq> Retroactively ban them.
02:54:01 <ais523> `anonlog
02:54:05 <ais523> that's what I meant
02:54:06 <HackEgo> shuf: memory exhausted
02:54:06 <HackEgo> 2009-11-13.txt:19:24:17: Inheritance is bad, and before you argue against that plz google some bit, especially c2 wiki.
02:54:06 <pikhq> Time machines FTW.
02:54:12 <elliott> uugh
02:54:14 <elliott> I know for a fact that's me
02:54:15 <elliott> but
02:54:16 <zzo38> Can you use AWK and/or Perl with it?
02:54:18 <elliott> I hate myself for saying that
02:54:19 <elliott> so
02:54:22 <elliott> let's just not check it
02:54:32 <elliott> oh hmm
02:54:33 <elliott> "some bit"
02:54:38 <elliott> oh well, let's check JUST IN CASE
02:54:39 <ais523> zzo38: it's HackEgo, it runs arbitrary shell commands that are installed; I expect awk and Perl are both installed
02:54:45 <elliott> `pastlog Inheritance is bad, and before you argue against that plz google some bit, especially c2 wiki
02:54:52 <HackEgo> 2009-11-13.txt:19:24:17: <ehird> Inheritance is bad, and before you argue against that plz google some bit, especially c2 wiki.
02:54:56 <elliott> not me, it's ehird
02:54:59 <elliott> moving on
02:54:59 <ais523> elliott: you should hate ehird, not yourself
02:55:01 <elliott> `anonlog
02:55:04 <HackEgo> 2010-02-23.txt:17:06:34: assuming same struct as above that is
02:55:04 <pikhq> Yeah, that jerk, Mr. Hird.
02:55:09 <elliott> ais523: that guy has way too much stack overflow reputation
02:55:10 <ais523> that's AnMaster
02:55:13 <elliott> and runs the wiki like an asshole
02:55:16 <elliott> agreed w/ ais523
02:55:18 <ais523> got to be
02:55:27 <ais523> `pastlog assuming same struct as above that is
02:55:36 <ais523> was he Vorpal in 2010? or still AnMaster then?
02:55:36 <HackEgo> 2010-02-23.txt:17:06:34: <AnMaster> assuming same struct as above that is
02:55:39 <elliott> congrats
02:55:43 <elliott> `anonlog
02:55:46 <HackEgo> 2005-08-20.txt:06:07:06: hi
02:55:49 <elliott> oooh
02:55:50 <elliott> calamari
02:55:58 <elliott> `pastlog 06:07:06:.*hi
02:56:06 <HackEgo> 2011-10-08.txt:06:07:06: <elliott> Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/main/g/glib2.0/libglib2.0-0_2.30.0-0ubuntu3_amd64.deb 404 Not Found
02:56:09 <elliott> oh
02:56:16 <elliott> `pastlog 06:07:06:.*> hi$
02:56:25 <HackEgo> 2005-08-20.txt:06:07:06: <calamari> hi
02:56:28 <elliott> YESSSS
02:56:33 <elliott> i actually based that guess
02:56:34 <elliott> on data
02:56:38 <ais523> well done!
02:56:43 <elliott> i knew calamari said hi a lot back then
02:57:03 <elliott> ok, someone else's turn
02:57:08 <ais523> `anonlog
02:57:11 <HackEgo> 2004-09-12.txt:
02:57:14 <elliott> :D
02:57:15 <itidus20> whoa!
02:57:18 <elliott> lament
02:57:26 <ais523> who would say the null string back then?
02:57:36 <ais523> wait, there's no time
02:57:40 <elliott> iirc it's actually a log bug
02:57:40 <ais523> it must have been a day where nothing was said
02:57:41 <elliott> from clog days
02:57:47 <elliott> ais523: the grep wouldn't match then
02:57:55 <ais523> elliott: so it'd return no data
02:58:00 <elliott> oh, hmm
02:58:04 <elliott> http://codu.org/logs/_esoteric/2004-09-12.txt
02:58:04 <elliott> right
02:58:59 <elliott> `anonlog
02:59:02 <HackEgo> 2010-06-22.txt:18:44:05: Huh?
02:59:08 <elliott> pikhq
02:59:13 <pikhq> Yeah. The capitalization does it.
02:59:14 <ais523> that's pikhq's capitalisation, indeed
02:59:19 <elliott> `pastlog 18:44:05:.*Huh\?$
02:59:35 <HackEgo> 2010-06-22.txt:18:44:05: <Phantom_Hoover> Huh?
02:59:41 <elliott> oh
02:59:42 <ais523> oh, we were all wrong :)
02:59:56 <zzo38> This doesn't work due to too slow possibly? cat /var/irclogs/_esoteric/????-??-??-raw.txt | awk 'sub(/^<[^:]+:[^ ]+ PRIVMSG #esoteric :/,"")' | shuf -n 1
03:01:18 <elliott> anonlog? anyone?
03:01:22 <pikhq> `anonlog
03:01:25 <HackEgo> 2004-03-27.txt:
03:01:32 <ais523> `anonlog
03:01:35 <pikhq> /dev/null hath spoken.
03:01:35 <HackEgo> 2008-03-13.txt:23:41:25: typesafe unix!
03:01:41 <pikhq> Um?
03:01:48 <ais523> that looks like the sort of thing elliott would do
03:01:54 <ais523> not sure if it was him that said it, though
03:01:59 <pikhq> Yeah, I'm guessing elliott but not with high confidence.
03:02:09 <ais523> `pastlog typesafe unix!
03:02:27 <HackEgo> 2008-03-13.txt:23:41:25: <ehird> typesafe unix!
03:02:29 <zzo38> Maybe like this: awk 'sub(/^<[^:]+:[^ ]+ PRIVMSG #esoteric :/,"")' < `ls /var/irclogs/_esoteric/????-??-??-raw.txt | shuf -n1` | shuf -n1
03:02:38 <zzo38> `run awk 'sub(/^<[^:]+:[^ ]+ PRIVMSG #esoteric :/,"")' < `ls /var/irclogs/_esoteric/????-??-??-raw.txt | shuf -n1` | shuf -n1
03:02:43 <HackEgo> No output.
03:02:53 <elliott> that was obviously me, yes
03:02:55 <elliott> `anonlog
03:02:59 <HackEgo> 2003-08-15.txt:
03:03:02 <elliott> `anonlog
03:03:05 <HackEgo> 2004-11-13.txt:
03:03:22 <ais523> `anonlog
03:03:32 <zzo38> `run awk 'sub(/^<[^:]+:[^ ]+ PRIVMSG #esoteric :/,"")' < `ls /var/irclogs/_esoteric/????-??-??-raw.txt | shuf -n1` | shuf -n1
03:03:36 <HackEgo> T3h b0rb, t3h b0rk, t3h b0rk, b0rk b0rk!.
03:03:40 <elliott> ugh
03:03:42 <HackEgo> 2004-11-28.txt:
03:03:43 <elliott> i don't _want_ to know who said that
03:03:53 <ais523> indeed
03:03:58 <zzo38> It works OK now
03:04:01 <pikhq> I'm going to guess a bot.
03:04:01 <ais523> but I'll find out anyway
03:04:18 <pikhq> (it'll make me happiest)
03:04:22 <elliott> i bet it's pikhq :)
03:04:46 <elliott> it really needs the date to be a practical game
03:04:52 <ais523> `pastlog T3h b0rb, t3h b0rk, t3h b0rk, b0rk b0rk!
03:04:56 <ais523> I agree it needs the date
03:05:01 <ais523> I'll guess bsmntbombdood
03:05:07 <elliott> no he's not terrible
03:05:07 <ais523> although he was mostly a bit classier than that
03:05:08 <elliott> like that
03:05:11 <HackEgo> 2006-09-05.txt:01:15:42: <Razor-X> T3h b0rb, t3h b0rk, t3h b0rk, b0rk b0rk!
03:05:19 <pikhq> Well *that's* strange.
03:05:21 <ais523> oh good, it's someone I've never heard of
03:05:22 <elliott> razor-x was basically pikhq, right?
03:05:25 <elliott> ais523: sukoshi
03:05:34 <pikhq> elliott: No, though I did rather like her.
03:05:39 <ais523> oh, it's someone I have heard of but can't remember, then
03:05:41 <elliott> right, basically pikhq then
03:05:48 <zzo38> Search the username and hostname too, then
03:05:53 <zzo38> Maybe it gives you a hint
03:06:07 <elliott> `anonlog
03:06:07 <ais523> `anonlog
03:06:07 <pikhq> That's often a dead giveaway. :)
03:06:09 <HackEgo> 2009-12-13.txt:12:09:37: definitely kaylee
03:06:15 <elliott> definitely kaylee
03:06:16 <pikhq> Definitely kaylee.
03:06:18 <elliott> :D
03:06:23 <HackEgo> 2005-03-20.txt:06:51:51: so you could write the entire webserver, netowrk layer, etc, in bf, given the appropriate in and out to the card ;)
03:06:26 <ais523> I bet it was actually someone else
03:06:31 <elliott> `pastlog definitely kaylee
03:06:37 <elliott> hmm
03:06:38 <elliott> calamari for that one
03:06:40 <HackEgo> 2009-12-13.txt:12:09:37: <bsmntbombdood> definitely kaylee
03:06:45 <elliott> `pastlog so you could write the entire webserver, netowrk layer, etc, in bf, given the appropriate in and out to the card
03:06:50 <ais523> the attitude fits Sgeo but the actual text doesn't
03:06:53 <HackEgo> 2005-03-20.txt:06:51:51: <calamari> so you could write the entire webserver, netowrk layer, etc, in bf, given the appropriate in and out to the card ;)
03:06:55 <elliott> yesss
03:06:56 <pikhq> Nice.
03:06:58 <ais523> elliott: well done!
03:07:03 <elliott> thx
03:07:06 <ais523> `anonlog
03:07:09 <HackEgo> 2012-03-08.txt:01:22:29: !c printf("%d \ ", 03641077);
03:07:11 <elliott> the date really helps
03:07:18 <elliott> hmm
03:07:18 <zzo38> Use the program I wrote if you like it
03:07:25 <elliott> gregor or shachaf
03:07:32 <ais523> I often !c random stuff
03:07:40 <ais523> but I don't think I'd have included the backslash
03:07:54 <pikhq> And I'm not liable to !c much.
03:07:56 <ais523> especially with an invalid escape code like that one
03:07:58 <elliott> someone else gets to figure out the regexp for that one
03:08:13 <ais523> `pastlog c printf\("%d \\ ", 03641077\);
03:08:17 <zzo38> Can HackEgo or any other bot make NS INFO requests?
03:08:20 <HackEgo> No output.
03:08:25 <ais523> hmm
03:08:31 <ais523> `pastlog 03641077
03:08:38 <HackEgo> 2012-03-08.txt:01:22:29: <Friendship> !c printf("%d\n", 03641077);
03:08:42 <ais523> let's go down the simple route
03:08:48 <ais523> elliott: you were mostly right
03:09:01 <pikhq> Yup, Gregor.
03:09:05 <elliott> I hear Friendship isn't Gregor but instead Magic.
03:09:07 <pikhq> `anonlog
03:09:07 <elliott> dID U SEE WUT I DID THAR
03:09:10 <HackEgo> 2011-04-12.txt:17:56:11: trust is a powerful thing
03:09:17 <elliott> probably me, god knows why
03:09:20 <elliott> or ais523
03:09:30 <ais523> no, I wouldn't word it like that
03:09:43 <elliott> `pastlog trust is a powerful thing$
03:09:50 <HackEgo> 2011-04-12.txt:17:56:11: <oklopol> trust is a powerful thing
03:09:54 <ais523> what?
03:10:03 <elliott> oh, of course
03:10:07 <ais523> `anonlog
03:10:11 <zzo38> `echo jj
03:10:12 <HackEgo> 2010-10-11.txt:05:59:54: also i think i listen to this stuff because of the wrong reasons, because the same people who listen to these sensible ones listen to ones where you repeat the same riff for 5 minutes and the singer has a REALLY COOL GROWL.
03:10:15 <HackEgo> ​.j.j
03:10:15 <elliott> if it's something cliche, profound, and serious, it's oklopol saying nonsense
03:10:35 <elliott> hmm, *maybe* oklopol
03:10:43 <elliott> yeah probably
03:10:44 <elliott> s/ $//
03:10:49 <Gregor> Ohhhh, anonlog game.
03:10:52 <Gregor> So lols.
03:10:57 <ais523> Gregor: it's new, you should join in
03:11:01 <itidus20> this anonlog thing looks more fun than monopoly
03:11:03 <Gregor> `anonlog
03:11:06 <itidus20> ingenious
03:11:06 <elliott> `pastlog also i think i listen to this stuff because of the wrong reasons
03:11:08 <HackEgo> 2009-07-27.txt:21:24:32: Actually, if you had a very large number of tiny cells, you could *maybe* get arbitrary push-areas.
03:11:11 <elliott> pikhq
03:11:15 <HackEgo> 2010-10-11.txt:05:59:54: <oklopol> also i think i listen to this stuff because of the wrong reasons, because the same people who listen to these sensible ones listen to ones where you repeat the same riff for 5 minutes and the singer has a REALLY COOL GROWL.
03:11:18 <elliott> yay
03:11:21 <Gregor> Yeah, I was gonna say pikhq for that.
03:11:22 <pikhq> Well, definitely my capitalization.
03:11:22 <elliott> `pastlog Actually, if you had a very large
03:11:29 <HackEgo> 2009-07-27.txt:21:24:32: <pikhq> Actually, if you had a very large number of tiny cells, you could *maybe* get arbitrary push-areas.
03:11:30 <elliott> Gregor: SRY I STOLE UR ANONLOG
03:11:33 <elliott> but it was just too obvious
03:11:33 <pikhq> I don't remember saying that, but 2009 was a long time ago.
03:11:35 <Gregor> :(
03:11:36 <elliott> anything pikhq says is so obviously pikhq
03:11:46 <ais523> `anonlog brainfuck
03:11:52 <ais523> let's up the stakes a bit
03:11:53 <HackEgo> 2012-03-25.txt:19:11:06: <Madoka-Kaname> I just had a crazy idea for Brainfuck minimization
03:11:57 <elliott> congrats
03:11:58 <ais523> oh :(
03:12:02 <elliott> look at the script
03:12:03 <ais523> `paste bin/anonlog
03:12:03 <pikhq> elliott: What makes me so obvious?
03:12:03 <elliott> it has two branches
03:12:06 <HackEgo> http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.19593
03:12:08 <itidus20> i think madoka-kaname said that
03:12:11 <ais523> I know, and I only updated one
03:12:13 <elliott> pikhq: can't quantify
03:12:21 <elliott> it's just very consistent
03:12:25 <pikhq> Aside from "I capitalize words and punctuate", as that's pretty obvious.
03:12:34 <elliott> and the tone/sort of structure is unique
03:12:35 -!- MoALTz has quit (Read error: Connection reset by peer).
03:13:03 <Gregor> OK, nobody steal my anonlog. Even though I'll suck at this game.
03:13:05 <Gregor> `anonlog
03:13:07 -!- MoALTz has joined.
03:13:09 <HackEgo> 2006-12-07.txt:00:00:06: hi
03:13:12 <elliott> :D
03:13:12 <Gregor> ...
03:13:13 <Gregor> >_<
03:13:13 <pikhq> Let's go with "the autism" and leave it at that.
03:13:16 <Gregor> monqy
03:13:16 <elliott> it loves you
03:13:17 <pikhq> :D :D
03:13:20 <elliott> Gregor: dude
03:13:21 <elliott> "2006"
03:13:27 <Gregor> Ohyeah
03:13:28 <elliott> you had
03:13:29 <elliott> ONE HINT
03:13:31 <elliott> and you fuck it up
03:13:33 <Gregor> :(
03:13:39 * Gregor goes to cry in a corner
03:13:42 <elliott> `pastlog 00:00:06:.* >hi$
03:13:46 <elliott> er
03:13:48 <elliott> `pastlog 00:00:06:.*> hi$
03:13:51 <HackEgo> No output.
03:13:56 <ais523> `run sed -i '/grep -P/s/$/| sed "s=<[^>]*> =="/' bin/anonlog
03:13:57 <HackEgo> 2006-12-07.txt:00:00:06: <SimonRC> hi
03:14:00 <HackEgo> No output.
03:14:04 <ais523> `anonlog brainfuck
03:14:11 <HackEgo> 2010-02-09.txt:19:36:49: cpressey: "interpret the rest of the *code* as brainfuck"? Sure you can
03:14:18 <elliott> hmm
03:14:26 <elliott> perhaps rodgerthegreat
03:14:35 <pikhq> Don't think he was here anymore in 2010.
03:14:35 <elliott> idk
03:14:41 <elliott> oh that was new cpressey
03:14:47 <elliott> eh, forfeit to ais523
03:14:49 <ais523> `pastlog cpressey: "interpret the rest of the *code* as brainfuck"
03:14:54 <elliott> ok
03:14:54 <ais523> but I don't know either!
03:14:56 <HackEgo> No output.
03:15:03 <ais523> `pastlog cpressey: "interpret the rest of the \*code\* as brainfuck"
03:15:11 <HackEgo> 2010-02-09.txt:19:36:49: <lament> cpressey: "interpret the rest of the *code* as brainfuck"? Sure you can
03:15:17 <ais523> new lament, too
03:15:22 <elliott> oh, right
03:15:25 <pikhq> `anonlog
03:15:25 <coppro> anyone know an easy way to translate address to function (or even better, to function + line number)?
03:15:29 <HackEgo> 2009-02-17.txt:20:21:33: is my header
03:15:30 <elliott> caps after punct but no final punct
03:15:44 <pikhq> I got nothing.
03:15:44 <elliott> coppro: you're asking #esoteric, must be really desperate
03:15:53 <ais523> coppro: in gdb, I think you can set a breakpoint at the address, and it'll tell you the function+line it translated into
03:15:55 <elliott> i guess uhhhh
03:15:56 <elliott> me
03:15:59 <elliott> no
03:16:00 <elliott> i guess asiekierka
03:16:06 <ais523> I'm bad at guessing
03:16:07 -!- azaq23 has quit (Quit: Leaving.).
03:16:12 <elliott> `pastlog is my header$
03:16:21 <HackEgo> 2009-02-17.txt:20:21:33: <ehird> is my header
03:16:29 <ais523> right first time
03:16:37 <ais523> you're a good guess for anything recent because you talk so much
03:16:40 <ais523> `anonlog befunge
03:16:42 <elliott> thanks :P
03:16:48 <HackEgo> 2010-02-26.txt:19:37:58: Sgeo, befunge and/or erlang
03:16:53 <elliott> anmaster
03:16:56 <ais523> agreed
03:17:06 <elliott> `pastlog befunge and/or erlang
03:17:08 <ais523> nickpinging with a comma
03:17:09 <pikhq> coppro: Yeah, probably either the aforementioned gdb trick or implementing it yourself. (as is quite nasty)
03:17:15 <HackEgo> 2010-02-26.txt:19:37:58: <AnMaster> Sgeo, befunge and/or erlang
03:17:17 <elliott> ais523: i said that based entirely on the befunge and/or erlang part
03:17:20 <elliott> anyway, let's lower the stakes instead:
03:17:22 <elliott> `anonlog fuck
03:17:28 <HackEgo> 2007-07-18.txt:23:24:00: it's more similar to jumpfuck than anything sane
03:17:39 <pikhq> Jumpfuck?
03:17:42 <ais523> hmm, could have been me but I don't think it was
03:17:50 <elliott> ugh
03:17:51 <elliott> probably me
03:17:54 <elliott> because i made jumpfuck
03:17:56 <ais523> in 2007?
03:17:59 <elliott> yes
03:18:07 <ais523> `pastlog it's more similar to jumpfuck than anything sane
03:18:09 <elliott> wait, i can delete that from the wiki now... I didn't make JumpFuck, JumpFuck never existed
03:18:12 <elliott> yes it has that capitalisation
03:18:13 <elliott> sorry, *had
03:18:15 <elliott> it no longer exists
03:18:15 <HackEgo> 2007-07-18.txt:23:24:00: <lament> it's more similar to jumpfuck than anything sane
03:18:18 <elliott> oh
03:18:21 <ais523> we were all wrong
03:18:22 <elliott> THANKS LAMENT
03:18:32 <ais523> `anonlog PHP
03:18:33 <elliott> who remembers http://esolangs.org/wiki/Jumping_to_-1_is_exciting
03:18:38 <ais523> elliott: I do!
03:18:39 <HackEgo> 2008-09-23.txt:20:17:22: Notice: Undefined variable: commenter_portrait_url in user/themes/tusho-blogs-2/post.php line 52
03:19:05 <ais523> OK, that probably wasn't elliott because it looks like the speaker was trying to make fun of him
03:19:14 <elliott> that's not me, that's tusho
03:19:15 <pikhq> What's the tusho->foo mapping, anyways?
03:19:20 <ais523> pikhq: tusho->ehird
03:19:26 <pikhq> See, not elliott.
03:19:30 <ais523> thus he's two steps removed from elliott
03:19:30 <elliott> exactly
03:19:35 <elliott> `pastlog Undefined variable: commenter_portrait_url
03:19:56 <HackEgo> 2008-09-23.txt:20:17:22: <oerjan> Notice: Undefined variable: commenter_portrait_url in user/themes/tusho-blogs-2/post.php line 52
03:20:05 <pikhq> Twice-over.
03:20:07 <elliott> bah
03:20:11 <ais523> oh right, oerjan is definitely high on the list of people who would want to make fun of past-elliott
03:20:14 <elliott> well, oerjan->tusho->ehird
03:20:14 <ais523> `pastlog
03:20:16 <elliott> ais523: it's not making fun of!
03:20:23 <elliott> he almost certainly got that line when trying to load a link i gave
03:20:27 <HackEgo> shuf: memory exhausted
03:20:33 <ais523> I think HackEgo said that
03:20:33 <pikhq> `anonlog
03:20:34 <ais523> earlier today
03:20:37 <HackEgo> 2007-07-29.txt:01:55:05: /dev/random uses real entropy
03:20:50 <ais523> not me, based on the date and time this time
03:20:55 <ais523> I wouldn't have been awake then
03:21:10 <ais523> my sleep habits have got worse over time :)
03:21:15 <pikhq> Shame that's never a clue about elliott.
03:21:23 <elliott> i d k
03:21:42 <Gregor> Uhhh ... I arbitrarily nominate jix.
03:21:49 <elliott> lol
03:21:53 <elliott> if you're right
03:21:57 <elliott> you win for life
03:21:59 <elliott> that's
03:21:59 <elliott> ugh
03:22:02 <elliott> that ended up sounding memey
03:22:09 <elliott> how can the internet corrupt words as basic as "win", "epic", "fail"
03:22:28 <elliott> `pastlog random uses real entropy
03:22:31 <itidus20> somehow
03:22:36 <HackEgo> 2007-07-29.txt:01:55:05: <bsmntbombdood> /dev/random uses real entropy
03:22:46 <elliott> it's always so obvious after-the-fact
03:22:59 <Gregor> I don't think that's so obvious X-D
03:23:01 <ais523> `anonlog epic
03:23:08 <HackEgo> 2011-02-02.txt:19:06:51: Also, the whole depiction of the *social* environment that you get in high school on American TV?
03:23:14 <elliott> pikhq
03:23:14 <Gregor> pikhq
03:23:18 <Gregor> Booooring
03:23:20 <elliott> I TOLD YOU IT'S SO OBVIOUS
03:23:33 <ais523> shall we just ban lines that start with a capital letter?
03:23:35 <pikhq> Okay, yeah, totally obvious.
03:23:46 <Gregor> ais523: But I capitalize too >_>
03:23:50 <elliott> this conversation going on in this SO answer of mine's comments is so absurd
03:23:56 <pikhq> `pastlog Also, the whole depiction of the *social* environment that you get in high school on American TV?
03:23:56 <elliott> Gregor: not on that line!
03:23:57 <ais523> elliott: link?
03:24:00 <ais523> `anonlog link
03:24:00 <elliott> pikhq: \*
03:24:04 <HackEgo> No output.
03:24:06 <pikhq> elliott: Pfaw
03:24:08 <HackEgo> 2009-04-20.txt:17:13:51: ais523, link or it didn't happen
03:24:09 <elliott> ais523: http://stackoverflow.com/questions/10363206/what-does-apostrophe-means-in-haskell/10363228#10363228
03:24:11 <pikhq> `pastlog Also, the whole depiction of the \*social\* environment that you get in high school on American TV?
03:24:13 <ais523> that one was AnMaster
03:24:19 <HackEgo> 2011-02-02.txt:19:06:51: <pikhq> Also, the whole depiction of the *social* environment that you get in high school on American TV?
03:24:19 <ais523> almost 100% certain on that one
03:24:34 <elliott> yeah that's anmaster
03:24:36 <ais523> `pastlog ais523, link or it didn't happen
03:24:42 <ais523> both the style and the content point to the same person
03:24:42 <pikhq> Hmm. Actually, vaguely remember that conversation; why'd I even bother pastelogging.
03:24:45 <HackEgo> 2009-04-20.txt:17:13:51: <AnMaster> ais523, link or it didn't happen
03:24:59 <elliott> `anonlog argh
03:25:09 <Gregor> I've got a way to make it more interesting.
03:25:12 <HackEgo> 2011-07-08.txt:03:16:45: Vorpal: Blargh, fine :P
03:25:18 <elliott> pikhq or Gregor
03:25:19 <pikhq> Gregor
03:25:23 <Gregor> Me
03:25:27 <elliott> oh, right
03:25:28 <elliott> no "."
03:25:32 <elliott> and pikhq probably doesn't use "Blargh"
03:25:37 <Gregor> Smileys are an alternative to punctuation!
03:25:48 <Gregor> `run anonlog | tr [a-z] [A-Z] | sed 's/[^A-Z ]//'
03:25:50 <elliott> Gregor: do you still have that script running
03:25:52 <HackEgo> 011-04-07.TXT:19:10:37: CPRESSEY: PAY UP, OR GET K3 (THE COOL ONE WITH THE GUI THING) FROM A HIDDEN SUBDIRECTORY OF NSL.COM :)
03:25:53 <pikhq> I do, but not often. And I punctuate.
03:25:58 <elliott> that's me
03:26:01 <elliott> `pastlog Blargh, fine :P
03:26:05 <elliott> `pastlog pay up, or get k3 \(the
03:26:07 <Gregor> I forgot /g on that, whoops.
03:26:12 <HackEgo> 2011-07-08.txt:03:16:45: <elliott> Vorpal: Blargh, fine :P
03:26:13 <HackEgo> 2011-04-07.txt:19:10:37: <elliott> cpressey: Pay up, or get K3 (the cool one with the GUI thing) from a hidden subdirectory of nsl.com :)
03:26:15 <elliott> whoah
03:26:15 <zzo38> Why can't you create empty directories on HackEgo?
03:26:19 <Gregor> Bahaha, it was elliott.
03:26:21 <elliott> Gregor: thx for claiming my line
03:26:25 <elliott> zzo38: because hg sucks
03:26:52 <Gregor> `run anonlog | tr [a-z] [A-Z] | sed 's/[^A-Z ]//g'
03:26:56 <HackEgo> TXT RIGHT CALL IT WHATEVER YOU WANT
03:27:00 <elliott> X-D
03:27:08 <Gregor> ... maybe I made it too difficult.
03:27:18 <zzo38> `randomanonlog
03:27:21 <Gregor> `run anonlog | tr [a-z] [A-Z] | sed 's/[^A-Z0-9\.: ]//g'
03:27:23 <HackEgo> No output.
03:27:24 <HackEgo> 20110727.TXT:03:25:42: WELL IT WAS A JAPANTHEMED ENGLISH CHATROOM
03:27:34 <elliott> `pastlog RIGHT CALL IT WHATEVER YOU WANT
03:27:42 <HackEgo> No output.
03:27:42 <Gregor> See, now we don't have so many dreary clues.
03:27:43 <itidus20> could be me but probably not
03:27:43 <elliott> Gregor: CAN'T YOU MAKE IT LOWERCASE INSTEAD I MEAN COME ON
03:27:49 <Gregor> elliott: COBOL LOVES YOU
03:27:51 <ais523> elliott: wow, you've got over 100 days visited in a row for StackOverflow
03:27:54 <elliott> `pastlog TXT.*RIGHT.*CALL IT WHATEVER YOU WANT
03:28:03 <HackEgo> No output.
03:28:04 <elliott> ais523: I just check the Haskell questions every day
03:28:09 <elliott> you read Esolang recent changes every day,r ight?
03:28:11 <elliott> *, right?
03:28:14 <Gregor> elliott: Note that the TXT is from filename.txt ;)
03:28:20 <elliott> Gregor: Fix it ;___;
03:28:34 <ais523> elliott: I'm not online every day
03:28:35 <elliott> ais523: also, hmm, I thought that info was private
03:28:41 <zzo38> `randomanonlog
03:28:43 <Gregor> `run anonlog | tr [A-Z] [a-z] | sed 's/[^a-z0-9\.:\- ]//g'
03:28:43 <ais523> elliott: there's an achivement for it
03:28:45 <HackEgo> hehehe: http://url.ie/1bg.
03:28:46 <elliott> oh, right
03:28:46 <ais523> which makes it visible
03:28:47 <HackEgo> sed: -e expression #1, char 20: Invalid range end
03:28:51 <elliott> Gregor: No, I mean.
03:28:53 <elliott> Fix my regexp.
03:28:56 <Gregor> Oh
03:29:05 <Gregor> `pastlog right.*call it whatever you want
03:29:07 <elliott> Anyway, that's probably calamari.
03:29:13 <HackEgo> 2009-03-06.txt:15:36:14: <AnMaster> right, call it whatever you want
03:29:16 <elliott> `pastlog hehehe: http
03:29:24 <HackEgo> 2006-10-27.txt:22:07:24: <SimonRC> hehehe: http://www.miranda.org/~jkominek/rot13/ssh-1.2.27-rot13.patch
03:29:26 <ais523> I have betwen 2^4 and 2^5 days of reading Slashdot in a row
03:29:27 <elliott> oh
03:29:31 <elliott> Gregor: btw, I dislike your version
03:29:32 <elliott> `anonlog
03:29:35 <ais523> *between
03:29:35 <Gregor> X-D
03:29:36 <HackEgo> 2010-05-29.txt:19:20:10: Dispace Befunge. Every character has one of two widths.
03:29:37 <elliott> it's hard enough as it is
03:29:40 <elliott> hmm
03:29:43 <ais523> and I achieved that in 2009, haven't beaten it since
03:29:47 <itidus20> `log [j]apanthemed
03:29:52 <pikhq> Totally not me.
03:29:54 <HackEgo> 2012-04-29.txt:03:27:24: <HackEgo> 20110727.TXT:03:25:42: WELL IT WAS A JAPANTHEMED ENGLISH CHATROOM
03:29:58 <pikhq> XD
03:30:01 <itidus20> sorry :P
03:30:15 <zzo38> They work now, the program I have by now
03:30:39 <zzo38> I wanted to make up another program too but only if the bot can access NS INFO request
03:30:43 <elliott> `pastlog well it was a japan.*themed english
03:30:50 <HackEgo> 2011-07-27.txt:03:25:42: <itidus20> well it was a japan-themed english chatroom
03:31:02 <itidus20> ya.. i recognised me
03:31:13 <elliott> zzo38: if you can convince another bot to send an ns info request, then you can do that
03:31:15 <pikhq> Hmmmmm.
03:31:15 <elliott> oh, wait, not quite
03:31:19 <elliott> it'd require two commands
03:31:29 <pikhq> What's that "Dispace Befunge." nonsense about?
03:31:31 <pikhq> Meh.
03:31:35 <pikhq> `pastlog Dispace Befunge
03:31:40 <elliott> oh, is that pikhq?
03:31:43 <elliott> i bet it is
03:31:44 <HackEgo> 2010-05-29.txt:19:20:10: <uorygl> Dispace Befunge. Every character has one of two widths.
03:31:49 <elliott> oh
03:32:14 <pikhq> That was around when I was doing a BF93 interpreter, but I definitely didn't talk about potential variants.
03:32:49 <elliott> `anonlog
03:32:52 <HackEgo> 2008-06-06.txt:21:13:31: meh, what the heck
03:33:01 <pikhq> elliott.
03:33:15 <elliott> or ais523
03:33:32 <ais523> don't think it was me
03:33:56 <elliott> `pastlog meh, what the heck$
03:34:03 <HackEgo> 2008-06-06.txt:21:13:31: <Hiato> meh, what the heck
03:34:13 <pikhq> Bah.
03:34:38 <ais523> hmm, I need to get better at Slashdot karma whoring, I think
03:34:44 <ais523> I'm hardly ever voted down, but I'm also rarely voted up
03:34:59 <ais523> probably because I get to stories too late
03:35:33 <pikhq> `anonlog
03:35:37 <HackEgo> 2008-01-31.txt:20:07:11: sooooo
03:36:12 <elliott> lol
03:37:00 <ais523> bleh, that's got to be enough information, and yet I don't know where it points
03:37:02 <ais523> o
03:37:45 <elliott> `pastlog oko
03:37:54 <HackEgo> 2008-12-11.txt:22:52:40: <oklokok> but with !^, you can keep state on tos, in some form
03:38:14 <ais523> `anonlog miasma
03:38:21 <HackEgo> 2011-01-30.txt:18:15:26: "Let's mine right next to a magma flow. That's a good OH GOD WHY IS MY FLESH MELTING! OH, THE MIASMA!"
03:38:29 <ais523> PH?
03:38:51 <ais523> anyone else want to guess before I look it up?
03:39:12 <ais523> `pastlog Let's mine right next to a magma flow. That's a good
03:39:19 <HackEgo> 2011-01-30.txt:18:15:26: <pikhq> "Let's mine right next to a magma flow. That's a good OH GOD WHY IS MY FLESH MELTING! OH, THE MIASMA!"
03:39:25 <ais523> oh, I was wrong
03:39:29 <elliott> wow i guessed pikhq but i thought
03:39:32 <elliott> since its in quote marks it cant be
03:39:33 <pikhq> `pastlog sooooo
03:39:41 <HackEgo> 2011-12-11.txt:01:11:50: <tswett> Soooooooo useful.
03:39:48 <ais523> `pastlog 01101001
03:39:50 <pikhq> `pastlog sooooo$
03:39:55 <HackEgo> 2006-05-29.txt:02:05:36: <rabidpoobear> !whirl 11110101011100101010101101001
03:39:59 <HackEgo> 2008-01-31.txt:20:07:11: <TheTedd> sooooo
03:40:11 <ais523> two people I've never heard of, or at least can't remember
03:40:20 <elliott> `anonlog okoko
03:40:26 <ais523> `anonlog dinosaur
03:40:30 <HackEgo> 2008-06-03.txt:23:37:29: OKOKOALITY
03:40:34 <HackEgo> 2011-09-25.txt:17:39:22: once they reach Z they should roll back to A but with dinosaurs.
03:40:40 <ais523> I approve of that okoko result
03:40:53 <elliott> hmm
03:40:55 <elliott> me and oklopol
03:40:59 <elliott> respectively
03:41:00 <ais523> who uses lowercase but full stops?
03:41:07 <ais523> `pastlog okokoality
03:41:15 <HackEgo> 2008-06-03.txt:23:38:27: <tusho> OKOKOKOKOKOKOKOKOKOKOKOKOKOALITY
03:41:16 <pikhq> zzo38, maybe?
03:41:24 <ais523> `pastlog roll back to A but with dinosaurs
03:41:26 <itidus20> hahaha
03:41:32 <HackEgo> 2011-09-25.txt:17:39:22: <CakeProphet> once they reach Z they should roll back to A but with dinosaurs.
03:41:37 <elliott> `pastlog > OKOKOALITY$
03:41:44 <HackEgo> 2008-06-03.txt:23:37:29: <oerjan> OKOKOALITY
03:41:51 <ais523> wow, wrongness everywhere
03:41:58 <ais523> OK, here's a really high-stakes one
03:42:03 <ais523> `anonlog `addquote
03:42:10 <HackEgo> 2010-01-22.txt:16:47:39: `addquote <Sgeo> I'd imagine that it already has, and no one noticed
03:42:22 <pikhq> Yipe.
03:42:25 <elliott> me or something
03:42:27 <ais523> I don't think I'd have added that
03:42:38 <ais523> note: you have to find the quote itself funny for it to be you
03:42:53 <ais523> or you wouldn't have added it
03:43:37 <itidus20> it's a fairly poetic quote
03:44:09 <itidus20> im gonna say shachaf :D
03:44:41 <itidus20> or taneb
03:46:15 <elliott> not true
03:46:16 <ais523> <ais523> This is possibly the only Slashdot story where lots of people have decided to link to XKCD, but picked lots of different ones. XKCDs 191 244 384 404 523 563 have all been linked to in this story, which is an unusual amount of variety.
03:46:25 <elliott> i
03:49:01 <pikhq> `pastlog `addquote <Sgeo> I'd imagine that it already has, and no one noticed
03:49:10 <HackEgo> 2010-01-22.txt:16:47:39: <oerjan> `addquote <Sgeo> I'd imagine that it already has, and no one noticed
03:50:10 <itidus20> before that he said "<oerjan> that sentence fits _so_ many situations..."
03:52:02 <pikhq> `anonlog
03:52:06 <HackEgo> 2008-12-09.txt:19:04:45: 19:04 lezek: J is not a channel for AI or Mathematic talk :)
03:53:29 -!- Ulfalizer has quit (Quit: leaving).
04:06:26 <zzo38> pikhq: I don't know.
04:07:17 <zzo38> Can they add the command in HackEgo for NS INFO requests or to add to another bot which will accept commands starting with a zero-width-space?
04:13:52 <pikhq> So, I have enough disk space to download Doctor Who in its entirety. Quickly, give me some reason to not download and watch all of it (over the course of a couple years)
04:14:12 <shubshub> My Language works well now :D
04:15:32 <elliott> the reconstructions suck and also i already planned that
04:16:18 <pikhq> Also, the encodes suck and I am *not* doing those myself.
04:16:59 <pikhq> ... Not until I purchase a new, awesome computer, at least.
04:18:36 <kmc> shachaf: ... this video is amusing but I don't understand why it exists
04:33:38 <itidus20> `log [J] is not a channel for AI
04:33:45 <HackEgo> 2012-04-29.txt:03:52:06: <HackEgo> 2008-12-09.txt:19:04:45: 19:04 lezek: J is not a channel for AI or Mathematic talk :)
04:34:01 <itidus20> clearly i am not using this [] thing very well
04:34:19 <itidus20> `pastlog J is not a chanel for AI
04:34:28 <HackEgo> No output.
04:34:32 <itidus20> `pastlog J is not a chanel for AI
04:34:39 <HackEgo> No output.
04:34:42 <itidus20> gah
04:34:48 <itidus20> `pastlog J is not a channel for AI
04:34:54 <HackEgo> 2008-12-09.txt:19:04:45: <zuff> 19:04 lezek: J is not a channel for AI or Mathematic talk :)
04:35:10 <shubshub> Made my language page: http://esolangs.org/wiki/Poison
04:37:55 <shubshub> :D
04:38:01 <shubshub> hi fungot
04:38:02 <fungot> shubshub: that was in the crash on the news reports of this song i have my concerns have been
04:38:22 <ais523> shubshub: I'm reasonably sure there's a Ruby variant where you can do hello world just with h()
04:38:32 <shubshub> ....
04:39:02 * shubshub stares at ais523 evilly
04:46:44 <itidus20> `log evilly
04:46:54 <HackEgo> 2010-03-15.txt:00:34:18: * oerjan cackles evilly
04:47:34 <itidus20> . o O ( What was he cackling evilly at? )
04:47:38 <shubshub> still my new lang isnt bad
04:48:45 <shubshub> Also This new lang will have a compiler
04:49:23 <kmc> wow
04:49:41 <kmc> astounding
04:49:58 <itidus20> "<oerjan> c is not a member of the language /a{2x+3y}b{5y+2z}c{7z+11w}/ <oerjan> because you damn well cannot get 1 = 7z+11w for nonnegative z,w"
04:49:59 <kmc> it reminds me of http://esolangs.org/wiki/HQ9%2B
04:50:09 <coppro> kmc: HQ9++ is better
04:50:16 <kmc> it's true
04:51:22 <shubshub> Im stilll surprised my language actually works
04:51:48 <monqy> `anonlog
04:51:51 <HackEgo> 2005-04-25.txt:
04:52:00 <monqy> any idea who that is
04:52:13 <itidus20> the usual protocol is to just spin again..
04:52:18 <coppro> 1/win 22
04:52:44 <shubshub> Has anyone ever made an OS using an esolang?
04:53:11 <monqy> `anonlog
04:53:15 <HackEgo> 2004-01-03.txt:
04:53:29 <itidus20> keep trying
04:53:33 <monqy> jeez I can't figure this one out either
04:53:55 <itidus20> you can do it!
04:54:30 <itidus20> `anonlog
04:54:33 <HackEgo> 2006-08-03.txt:19:20:49: Yes it does.
04:54:59 <shubshub> `hiddenlog
04:55:03 <HackEgo> ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: hiddenlog: not found
04:55:18 <monqy> `anonlog
04:55:21 <HackEgo> 2005-07-04.txt:19:08:39: plopp
04:55:26 <itidus20> shubshub: the idea of the anonlog game is to guess who said it
04:55:42 <shubshub> lol
04:55:43 <monqy> I'm no good at this anonlog thing
04:55:45 <monqy> "too new"
04:55:50 <shubshub> `anonlog
04:55:52 <monqy> I guess I'll hardly ever come up in it either eh
04:55:53 <HackEgo> 2005-11-07.txt:16:09:36: I'm not sure if that is working correctly, though (there seems to be a weird problem with FreeBSD's crypt() call)
04:56:21 <itidus20> but i have not been here long either.. and i haven't paid enough attention to all the individuals here
04:56:40 <itidus20> `postlog Yes it does.
04:56:43 <HackEgo> ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: postlog: not found
04:56:57 <itidus20> `pastlog Yes it does.
04:57:05 <HackEgo> 2011-09-05.txt:08:10:19: <CakeProphet> yes it does.
04:57:24 <monqy> `anonlog
04:57:27 <HackEgo> 2005-03-01.txt:10:51:34: hi
04:57:40 <itidus20> `pastlog 19:20:49*Yes it does.
04:57:41 <monqy> calamari?
04:57:48 <HackEgo> No output.
04:59:18 <itidus20> "<Razor-X> Yes it does."
04:59:28 <elliott> backe
04:59:47 <monqy> hello
04:59:55 <monqy> are you any good at `anonlog (im not)
04:59:58 <monqy> `anonlog
05:00:01 <HackEgo> 2011-08-25.txt:13:45:26: 2268
05:00:08 <monqy> see i have no idea who that is
05:00:14 <itidus20> elliott is pretty good at it
05:00:29 <monqy> elliott: see, even itidus20 thinks you're good at it :D
05:00:42 <monqy> surely you can crack this mystery
05:00:50 <elliott> its 2268
05:01:02 <itidus20> `pastelog even itidus20 thinks
05:01:10 <HackEgo> http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.15810
05:01:27 <monqy> `pastelog even itidus
05:01:34 <HackEgo> http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.6678
05:01:57 <itidus20> I am helpful in motivation.
05:02:06 <monqy> oh no, maybe I have to shake it up before it becomes a "thing"
05:02:26 <elliott> even itidus thinks it's a thing
05:02:31 <elliott> *wants it to be a thing
05:02:32 <elliott> *help
05:02:33 <monqy> I don't want a world wherein everyone greets with "see, even itidus20"
05:03:11 <monqy> `pastelog see, even
05:03:20 <HackEgo> http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.4140
05:03:23 <itidus20> do you dare to look at the results
05:03:48 <itidus20> what the fuck
05:03:58 <elliott> see odd itidus20
05:04:02 <itidus20> @ 2009-12-17.txt:23:40:12: <fizzie>
05:04:44 <monqy> `? optbot
05:04:47 <HackEgo> optbot? ¯\(°_o)/¯
05:04:48 <monqy> help
05:04:56 <elliott> monqy: the most beautiful thing
05:05:03 <elliott> lived 2008, revived like 2011, killed by ignorance
05:05:18 <elliott> it quoted a random line from the channel logs when you pinged it
05:05:26 <monqy> beautiful
05:05:26 <elliott> and set the topic to a random line from the logs every 6 hours
05:05:30 <itidus20> "2009-12-17.txt:23:40:12: <fizzie> There seem to be a metric gazillion of other various cheapo-tripods from a manufacturer called "Velbon". Those at least look a tiny bit less silly. (For example the counterpart to the Slik U2000, the Velbon DF-40/F -- see, even the name is more impressive by far -- costs 4 euros more, but the height range is 0.51-1.45 m. And it's black, not shiny-aluminum. See, these
05:05:30 <itidus20> are the *important* points here; name and colour.)"
05:05:31 <monqy> beautiful
05:05:37 <elliott> it was the insipiration for fungot's babble bot
05:05:37 <fungot> elliott: oh rite, shame. can't post url don't know what you think this unfortunate event was " what? both of the funniest snl skits of all the spaces in the crash of an airshow in 1988.
05:05:44 <monqy> beautiful
05:06:36 <itidus20> shubshub: you seem to already know something since you know about python and ruby and batch
05:06:45 <shubshub> :D
05:08:39 <ais523> `anonlog
05:08:42 <HackEgo> 2006-10-03.txt:19:14:09: i think i googled for twnt
05:09:43 <elliott> maybe me
05:09:56 <elliott> btw i came back onto this computer just to turn it off & go 2 sleep
05:10:05 <elliott> if im not gone by 6:30 am yell at me, 7 am yell louder
05:10:12 <monqy> @time elliott
05:10:13 <lambdabot> Local time for elliott is 2012-04-29 05:10:12 +0000
05:10:20 <elliott> 6:10
05:10:43 <shubshub> dp my time
05:10:44 <monqy> local time indecision?
05:10:56 <shubshub> do my time
05:11:07 <elliott> my client gives in utc
05:11:09 <elliott> dunno why
05:11:26 <shubshub> do @time shubshub
05:11:58 <kmc> @time shubshub
05:12:00 <lambdabot> Local time for shubshub is Sun Apr 29 17:11:58 NZST 2012
05:12:07 <shubshub> :D
05:12:21 <itidus20> i didn't know there was a NZST
05:12:28 <shubshub> Whats NZST
05:12:33 <kmc> nazi standard time
05:12:37 <shubshub> no
05:12:45 <kmc> pretty sure that's it
05:12:48 <shubshub> New Zealand Standard time prob
05:13:00 <itidus20> NaZi Ss Trooper
05:13:04 <kmc> itidus20++
05:13:36 <shubshub> @time lambdabot
05:13:36 <lambdabot> I live on the internet, do you expect me to have a local time?
05:13:41 <shubshub> lol
05:13:52 <shubshub> @time fungot
05:13:52 <fungot> shubshub: every time you comment, especially opera 2" on youtube. your right. for reading this without my permission i will agree with me, what you want to make the actress? halle berry's hot, by ' bug', that's an irrefutable fact.
05:14:07 <shubshub> @time EgoBot
05:14:08 <kmc> they use NZST at the south pole
05:14:16 <shubshub> @time england
05:14:17 <elliott> i knew that
05:14:18 <elliott> come on
05:14:20 <elliott> that was my go-to fact for ages
05:14:21 <elliott> fuck you
05:14:24 <elliott> i'm the antarctica expert here
05:14:25 <elliott> get out
05:14:28 <itidus20> `pastelog @time lambdabot
05:14:35 <HackEgo> http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.220
05:14:43 <shubshub> `anonlog
05:14:48 <zzo38> Why will they use NZST at the south pole?
05:14:48 <HackEgo> 2005-03-25.txt:00:21:17: g'nite
05:14:58 <monqy> only the finest of men have requested @time lambdabot in #esoteric
05:15:01 <elliott> zzo38: iirc, because that's where the flights to the south pole are from
05:15:01 <shubshub> `anonlog
05:15:05 <HackEgo> 2010-05-10.txt:02:41:47: im playing KING again because that one was too difficult
05:15:11 <elliott> me i think
05:15:26 <pikhq> zzo38: The time zone for any Antarctic base is set based on the supplying air field.
05:15:42 <shubshub> @time *
05:16:04 <kmc> yeah, the south pole is supplied from McMurdo Station
05:16:13 <pikhq> As generally the meridian's time is fairly meaningless.
05:16:21 <shubshub> !bf_txtgen ^bf ^bf ^bf
05:16:27 <EgoBot> ​92 +++++++++++[>+++>+++++++++>+++++++++>+<<<<-]>>-----.>-.++++.<<-.>.>----.++++.<<.>.++++.>.>-. [86]
05:16:33 <zzo38> But, if you build a sundial at the pole, what will you have? Can you put 24 hours based on the hour angle of sun? Can you just use that? (Of course then you still need to know the longitude; just select zero for convenience)
05:16:39 <elliott> dammit kmc
05:16:47 <elliott> you can't usurp my position
05:16:54 <kmc> which is like due south of NZ, and is also part of NZ's antarctica claim (which is not too relevant)
05:17:05 <pikhq> zzo38: You'll have divided the year into 24 hours. :)
05:17:10 <itidus20> I was just about to ask "which station supplies the south pole?" too
05:18:03 <kmc> in fact there is a highway of sorts between them
05:18:04 <zzo38> pikhq: I said the hour angle not the right ascension (which does divide the year into 24 hours; but these "hours" are angle not time)
05:18:04 <kmc> http://en.wikipedia.org/wiki/McMurdo-South_Pole_highway#Major_intersections
05:18:52 <elliott> kmc
05:18:54 <elliott> stop
05:18:55 <elliott> my fame
05:18:56 <elliott> my glory
05:18:58 <elliott> my riches
05:19:10 <kmc> i don't get it elliott
05:19:22 <elliott> you never get anything!!!
05:19:40 <elliott> only pain
05:21:18 <kmc> right then
05:23:24 * elliott pain
05:23:51 <pikhq> Huh. Claims of territory on Antarctica are permitted iff you are the US or the USSR (or a successor state).
05:24:33 <elliott> stop breething
05:24:51 <itidus20> shubshub: technical note here.. iff means "if and only if"
05:25:04 <itidus20> i only learned that in here.. im not sure if you would know
05:25:05 <shubshub> huh?
05:25:13 <itidus20> in pikhq's statement
05:25:19 <pikhq> itidus20: Fairly typical math abbreviation.
05:25:50 <elliott> it means "if" pikhq just made a typo
05:25:54 <zzo38> I found a mistake in Astrolog when you flip signs/houses if the houses are going clockwise; it can cause the program to crash.
05:25:55 <elliott> tut tut pikhq
05:26:07 <itidus20> whoa
05:26:23 <shubshub> i wasnt listening
05:26:38 <itidus20> it was a typo maybe anyway
05:28:03 <zzo38> The solar time is the hour angle opposite of the Sun (this is so that the next day is at midnight instead of noon), but hour angle requires the longitude of the location on the Earth which it is relative to.
05:36:55 <zzo38> I thought of something now: If Agora Nomic was beyond the polar circles, then oerjan would try to make a horoscope using the default settings and fail because Placidus houses cannot be used beyond the polar circles
05:37:03 <monqy> @time elliott
05:37:03 <lambdabot> Local time for elliott is 2012-04-29 05:37:03 +0000
05:37:15 <monqy> does that make it 0630 for you
05:37:19 <monqy> should I be yelling
05:37:23 <itidus20> oh crap i forgot
05:37:28 <elliott> no, 0637
05:37:34 <elliott> @tell oerjan <zzo38> I thought of something now: If Agora Nomic was beyond the polar circles, then oerjan would try to make a horoscope using the default settings and fail because Placidus houses cannot be used beyond the polar circles
05:37:34 <lambdabot> Consider it noted.
05:37:37 <zzo38> pikhq: Have I divided the year into 24 hours? Due to what I said, I think not. Now do you think?
05:38:47 -!- asiekierka_ has joined.
05:39:11 -!- asiekierka_ has changed nick to asiekierka.
05:40:40 -!- elliott has quit (Remote host closed the connection).
05:40:52 <pikhq> zzo38: I think I was somewhat confused.
05:45:01 <itidus20> ^bf +++++++++++[>+++++<-].+.+.
05:45:34 <itidus20> oh crap..
05:46:11 <itidus20> wake up fungot chan
05:46:11 <fungot> itidus20: wow, looks faithful.
05:46:22 <itidus20> ^bf +++++++++++[>+++++<-]>.+.+.
05:46:22 <fungot> 789
05:46:36 <itidus20> ^bf +++++++++++++[>+++++<-]>.+.+.
05:46:37 <fungot> ABC
05:52:27 <itidus20> ^bf +++[>++++<-]>+[<+++++>-]<.+.+.
05:52:27 <fungot> ABC
05:55:01 <itidus20> !bf_txtgen ABC
05:55:04 <EgoBot> ​39 +++++++++++[>++++++>+>><<<<-]>-.+.+.>-. [30]
05:56:56 <itidus20> i guess im cheating by not including an end of file
05:58:19 <itidus20> ^bf +++++++++++++[>+++++<-]>.+.+.>-.
05:58:20 <fungot> ABC
05:59:05 <itidus20> ^bf +++++++++++[>++++++>+>><<<<-]>-.+.+.>-.
05:59:05 <fungot> ABC.
05:59:19 <itidus20> oh..
05:59:58 <itidus20> ^bf +++++++++++[>+++>+++++++++>+++++++++>+<<<<-]>>-----.>-.++++.<<-.>.>----.++++.<<.>.++++.>.>-.
05:59:58 <fungot> ^bf ^bf ^bf.
06:03:41 -!- pikhq_ has joined.
06:06:51 -!- pikhq has quit (Ping timeout: 244 seconds).
06:28:47 -!- pikhq has joined.
06:31:43 -!- pikhq_ has quit (Ping timeout: 245 seconds).
06:32:55 <itidus20> ^bf +++++++++++++[>+++++<-]>>+++++[>+++++<-][<.+>-]
06:33:03 <kmc> is there any way to turn a github pull request into a "regular" issue?
06:33:04 <itidus20> fungot
06:33:04 <fungot> itidus20: if you want a 100% max payne games maybe 200 times. i've backed everything up with that was clearley a remote controlled) plane and hi was voling douwn a fweuw meeters i was shocked), and it's not
06:33:16 <itidus20> ^bf +++++++++++++[>+++++<-]>>+++++[>+++++<-][<.+>-]
06:44:09 <itidus20> ^bf +++++++++++++[>+++++<-]>>+++++[>+++++<-]<+[<.+>-]
06:52:35 <itidus20> ^bf >+++++++++++++[<+++++>-]>+++++[<+++++>-]<+[<.+>-]
06:52:36 <fungot> ABCDEFGHIJKLMNOPQRSTUVWXYZ
06:55:40 <itidus20> ^ord .
06:55:40 <fungot> 46
06:59:45 <shubshub> whats going on?
07:00:09 <itidus20> not much. not much at all.
07:00:27 <itidus20> !bf_txtgen ABCDEFGHIJKLMNOPQRSTUVWXYZ
07:00:31 <EgoBot> ​107 +++++++++++[>++++++>++++++>+><<<<-]>-.+.>+.<++.+.+.+.>+++++.<++.+.+.+.+.>++++++.+.+.+.+.+.+.+.+.+.+.+.+.>-. [936]
07:03:11 <itidus20> ^bf >+++++++++++++[<+++++>-]>+++++[<+++++>-]<+[<.+>-]++++++[>++++++++<-]>--.
07:03:11 <fungot> ABCDEFGHIJKLMNOPQRSTUVWXYZ.
07:03:30 <itidus20> ^bf +++++++++++[>++++++>++++++>+><<<<-]>-.+.>+.<++.+.+.+.>+++++.<++.+.+.+.+.>++++++.+.+.+.+.+.+.+.+.+.+.+.+.>-.
07:03:30 <fungot> ABCDEFGHIJKLMNOPQRSTUVWXYZ.
07:07:50 <zzo38> I wanted to make up a vote program on HackEgo but to do so will need NS INFO requests for it to work properly.
07:08:46 <itidus20> since i scrolled the screen with my crap i will repost "<k m c> is there any way to turn a github pull request into a "regular" issue?"
07:13:57 <itidus20> ^bf ,>+++++[<+++++>-]<+[<.+>-]++++++[>++++++++<-]>--.|a
07:14:06 <itidus20> ^bf ,>+++++[<+++++>-]<+[<.+>-]++++++[>++++++++<-]>--.!a
07:15:53 -!- Ngevd has joined.
07:16:08 <Ngevd> Hello
07:23:40 <itidus20> ^bf ,[>>+++++[<+++++>-]<+[<.+>-]++++++[>++++++++<-]>--.[-]<[-]<,]!Aa
07:23:40 <fungot> ABCDEFGHIJKLMNOPQRSTUVWXYZ.abcdefghijklmnopqrstuvwxyz.
07:28:32 -!- zzo38 has quit (Remote host closed the connection).
07:28:54 <shubshub> @ask elliott whats going on?
07:28:55 <lambdabot> Consider it noted.
07:28:58 <itidus20> ^ord ?
07:28:58 <fungot> 63
07:29:13 <itidus20> ^ord !
07:29:13 <fungot> 33
07:29:31 <shubshub> wtf is going on?
07:29:33 <Sgeo_> * shubshub has changed the topic to: The Poison Programming Language Is Developed In Ruby And Is Designed To Make Programming Easier
07:30:14 -!- shubshub has quit (Quit: R.I.P).
07:30:18 <monqy> Sgeo_: eh?
07:30:22 <monqy> r.i.p.
07:30:29 <itidus20> lol.. his quit is cool
07:30:33 -!- sebbu has quit (Ping timeout: 246 seconds).
07:30:57 -!- shubshub has joined.
07:30:59 <Sgeo_> monqy, in eir channel
07:31:26 <monqy> I think I got kicked from there for not having ideas
07:31:44 <shubshub> lol
07:32:46 <shubshub> soz
07:39:56 -!- clog has quit (Ping timeout: 272 seconds).
07:42:40 -!- shubshub has quit (Quit: R.I.P).
07:43:48 * pikhq still cannot believe Oracle's litigation against Google.
07:43:59 <pikhq> They are seriously claiming a copyright on APIs.
07:44:26 <pikhq> Which is ballsy, considering their main source of income is an implementation of an API designed by IBM.
07:44:37 -!- shubshub has joined.
07:45:16 <pikhq> (namely, SQL)
07:45:17 <shubshub> Monqy u shud be able to join #PoisonLang now
07:47:19 <kmc> are you 14 years old and have a myspace page
07:47:23 <pikhq> I also wonder if Kernighan could sue Oracle because of K&R.
07:47:35 <monqy> kmc: isn't he 16 or something
07:48:04 <kmc> no idea
07:48:11 <pikhq> monqy: That'd be elliott.
07:48:27 <monqy> lots of people are 16
07:48:32 <kmc> but elliott talks like a grumpy 40 year old
07:48:41 <kmc> this he and i have in common
07:48:44 <monqy> iirc both elliott and shubshub are 16
07:48:46 <kmc> i was 16 years old once
07:48:52 <monqy> do I talk like a grumpy 40 year old
07:48:55 <shubshub> :D
07:48:56 <kmc> dunno
07:49:12 <pikhq> monqy: Hard to say. You should rant more, then we can determine it.
07:49:12 <monqy> good answer
07:49:55 <shubshub> im 16
07:49:59 <Ngevd> I deny being 16
07:50:04 <shachaf> I didn't use to be grumpy.
07:50:09 <shubshub> Im 16.3
07:50:16 <shachaf> I must've gotten it from being in the same channel as kmc for too long.
07:50:22 <pikhq> Alas, I have ceased being 16.
07:50:31 <pikhq> I'm a whole 6 years past that: 22.
07:50:52 * shubshub is 400
07:51:29 <kmc> my 'all hackage packages' rss feed keeps telling me about hoauth
07:51:34 -!- Ngevd has left ("Goodbye").
07:51:35 <kmc> that's an unfortunate name for a package
07:52:31 <pikhq> That's quite a set of vowels there.
07:53:14 * kmc is older than shachaf, Ngevd, elliott, shubshub...
07:53:15 * kmc is old
07:53:27 <pikhq> How old are you?
07:53:35 <kmc> 24
07:53:38 <shubshub> kmc r u older than us put together lol
07:53:52 <pikhq> Jesus man, you should get started on your phylactery.
07:54:13 <shachaf> kmc: yea R u???????
07:54:21 <shubshub> lol
07:54:22 <kmc> i swear to god
07:54:40 * kmc smash
07:54:58 <shachaf> Does that mean you broke something or something broke you?
07:56:38 <kmc> both?
07:56:55 * shubshub shoves a pacifier in shachaf's mouth
07:57:10 <kmc> shubshub: saying 'r' and 'u' makes you sound like an idiot
07:57:20 <shubshub> shut up
07:57:21 <kmc> if you would like to not sound like an idiot, i suggest not using these contractions
07:57:25 <kmc> and also learning how capital letters work
07:57:28 <kmc> i'm not trying to be mean
07:57:36 <kmc> this is basic advice for being on the internet
07:57:44 <kmc> it is full of idiots and you are failing to distinguish yourself from them
07:57:45 <shachaf> Some parts of the Internet.
07:57:45 <pikhq> Yeah, he's just informing you of social norms.
07:57:49 <itidus20> ^bf ++++++++++[>++++++>+++<<-]>+++>+++>,[>++++++++++[<---------->-]<++++<<.>>[<.>-]<<.>>,]!hello
07:57:49 <fungot> ?!!!!!!!!??!!!!!??!!!!!!!!!!!!??!!!!!!!!!!!!??!!!!!!!!!!!!!!!?
07:57:50 <lambdabot> Unknown command, try @list
07:58:03 <kmc> social norms can be cruel and tyrranical
07:58:07 <kmc> but i am pretty ok with this one
07:58:15 <itidus20> it only works for lowercase letters with no punctuation and no mistakes
07:58:17 <pikhq> Oh dear, we might have room for a bot loop.
07:58:35 <shubshub> itidus thats !!!batch code
07:58:55 <itidus20> shubshub: ok change the bit where its got "hello"
07:59:01 <pikhq> shubshub: You know that notting the bool cast operator is equal to the not operator, right?
07:59:05 <itidus20> but it can only be lowercase letters no spaces no punctuation
07:59:44 <shubshub> itidus20 did u make a !!!Batch Interpreter?
08:00:26 <itidus20> ^bf ++++++++++[>++++++>+++<<-]>+++>+++>,[>++++++++++[<---------->-]<++++<<.>>[<.>-]<<.>>,]!textgoesherelikethis
08:00:26 <fungot> ?!!!!!!!!!!!!!!!!!!!!??!!!!!??!!!!!!!!!!!!!!!!!!!!!!!!??!!!!!!!!!!!!!!!!!!!!??!!!!!!!??!!!!!!!!!!!!!!!??!!!!!??!!!!!!!!!!!!!!!!!!!??!!!!!!!!??!!!!!??!!!!!!!!!!!!!!!!!!??!!!!!??!!!!!!!!!!!!??!!!!!!!!!??!!!!!! ...
08:00:26 <lambdabot> Unknown command, try @list
08:00:54 <pikhq> shubshub: Seriously man, you sound like this: http://www.somethingawful.com/flash/shmorky/babby.swf
08:01:09 <itidus20> ok that was too much !!!batch for the bot to display
08:01:25 <shubshub> How did you make the interpreter?
08:01:53 <itidus20> it's written in brainfuck.. but it doesn't support spaces or capitals or punctuation
08:02:14 <monqy> no need to make fun of him just because he talks a bit different !! jeez
08:02:24 <shubshub> Ah well the Updated interpreter on the wikipage supports capitals :D
08:03:18 <itidus20> ^bf ++++++++++[>++++++>+++<<-]>+++>+++>,[>++++++++++[<---------->-]<++++<<.>>[<.>-]<<.>>,]!abcde
08:03:18 <fungot> ?!??!!??!!!??!!!!??!!!!!?
08:03:18 <lambdabot> Unknown command, try @list
08:04:05 <shubshub> itidus a space is 28 ! btw
08:04:37 <shubshub> and a capital A is ?!+?
08:04:44 <itidus20> hmm.. unfortunately adding spaces would make the interpreter much more complicated
08:05:08 <itidus20> i am not so good in brainfuck either.. this is my most complex program yet
08:05:25 <shubshub> Well Add The interpreter to the wikipage :D also why did u decide to make an interpreter for my
08:05:28 <shubshub> lang
08:05:30 <shubshub> uage
08:05:37 <kmc> i don't know why, but the random caps really bother me
08:05:48 <shubshub> be quiet kmc
08:05:52 <kmc> i don't generally flip out about grammar and spelling
08:06:11 <kmc> i don't like 'r' and 'u' but that's a much smaller offense
08:06:19 <kmc> shubshub: who are you to tell me to be quiet
08:06:58 <monqy> spelling/grammar quirks don't quite bother me (whereas other things do) oh wait there is one that I do hate
08:07:22 <monqy> have you ever heard of "leet speak" ?
08:07:27 <kmc> c.c
08:07:31 <itidus20> i h4ve
08:07:36 <shubshub> yes its annoying
08:07:54 <shubshub> theres a language called l33t
08:08:49 <pikhq> shubshub: random caps Are a bit like 1337 in That they're annnoying
08:09:00 <pikhq> (and good luck guessing *that* on `anonlog)
08:09:07 <itidus20> one d4y your descendants will be playing an0nlog 4nd they w1ll enc0unter this post and curse..
08:09:30 <monqy> `anonlog
08:09:30 <shubshub> itidus20 why did you choose to make a !!!Batch interpreter?
08:09:31 <kmc> i just like...
08:09:34 <HackEgo> 2008-04-24.txt:18:23:04: because it keeps all settings across a distribution upgrade
08:09:37 <kmc> i don't understand what shubshub thinks the Shift key is for
08:09:46 <kmc> like, why they put that key on the keyboard
08:09:50 <kmc> "press it whenever you feel like it"
08:10:01 <shubshub> im on my phone
08:10:12 <pikhq> That excuses nothing.
08:10:33 <shubshub> and im not using randomm caps atm
08:10:36 <monqy> `anonlog
08:10:37 <itidus20> shubshub: well i was playing with brainfuck today and making some progress so it just seemed like a thing to do.. and to be honest it isn't really a !!!batch interpreter.....
08:10:39 <HackEgo> 2008-05-05.txt:19:29:40: ehird: temper, temper
08:10:39 <pikhq> Actually, worse, that means the random caps are quite bad, because you have to work for that. :P
08:11:10 <itidus20> it instead translates text into !!!batch
08:11:11 <monqy> I should have been around for longer maybe I'd be able to guess some of these
08:11:13 * pikhq actually uses normal orthography in SMS messaging...
08:11:32 <pikhq> Hmm. That first one, probably elliott.
08:11:38 <pikhq> `pastlog because it keeps all settings across a distribution upgrade
08:11:42 <monqy> "what's sms messaging" - monqy
08:12:11 <HackEgo> No output.
08:12:14 <itidus20> it's basically the opposite of an interpreter
08:12:15 <pikhq> monqy: "Text messaging". That thing you do with phones that's horribly expensive.
08:12:22 <itidus20> but at least it's something!
08:12:31 <monqy> yeah I don't do that
08:12:39 <itidus20> what's a phone?
08:12:41 <monqy> phones are for people who aren't me
08:12:46 <pikhq> (they charge you money for it but it costs them literally nothing, ergo it's horribly expensive.)
08:12:56 <shubshub> 'pastelog Sorry Its A Force Of Habbit
08:13:18 <monqy> my habits change all the time maybe yours will too :)
08:13:18 <itidus20> oh yeah, phone is that thing i shun and eschew
08:13:19 <kmc> womp womp
08:13:20 <shubshub> `pastlog Sorry Its A Force Of Habbit
08:13:20 <shubshub> `anonlog
08:13:40 <HackEgo> No output.
08:13:41 <HackEgo> 2011-09-09.txt:19:29:59: http://www.ninj4.net/kinetic/ (seems to be a dead link though)
08:13:48 <monqy> itidus20: a good treatment of phone
08:13:50 <pikhq> shubshub: I'm interpreting that as "Sorry, it's a force of hobbit", and now wondering how one has a force of hobbit.
08:14:02 <pikhq> Like, is "hobbit" a new unit?
08:14:20 <itidus20> it's a symptom of living in the same country LOTR was filmed
08:14:21 <pikhq> And if so, what is it? Half a Newton?
08:15:09 <pikhq> itidus20: Vejn'.
08:17:49 <shubshub> hi
08:26:01 <itidus20> so one thing i learned from analyzing bf_txtgen is you can multiply 3 * 5 in brainfuck by having +++[>+++++<-]> where there are 3 +'s and 5 +'s
08:26:35 <shubshub> Nice is that what all that mumbo jumbo was before
08:26:39 <itidus20> so since the ascii value of A is 65 you can get 65 by doing 13 x 5
08:26:43 <pikhq> Yeah, fairly typical Brainfuck idiom.
08:27:01 <pikhq> Now if you want to blow your mind, check out some of the mod 255 variants of Brainfuck constants.
08:27:09 <itidus20> ^bf +++++[>+++++++++++++<-]>.
08:27:09 <fungot> A
08:27:33 <itidus20> so in that case it's 5 +'s and 13 +'s .. so 5x13=65 .. and 65 = A
08:28:00 <shubshub> why does 65=A
08:28:13 <itidus20> http://www.asciitable.com/
08:28:16 <itidus20> because of that
08:28:32 <itidus20> it's near the top of the third column
08:28:58 <shubshub> k
08:29:10 <shubshub> ill look at it later
08:29:14 <pikhq> !bf_textgen ユニコードも良い。
08:29:16 <itidus20> Dec for Decimal Hx for Hexadecimal
08:29:23 <itidus20> Oct for Octal
08:29:34 <pikhq> BAH
08:29:46 <pikhq> !bf_txtgen ユニコードも良い。
08:29:50 <itidus20> shubshub: but someone wrote a brainfuck program so you can lookup the numbers.. thats what that ord thing does
08:29:51 <EgoBot> ​335 +++++++++++++++[>+++++++++>+++++++++++++++>+++++++++>+++++++++++<<<<-]>>++.<----.>>>+.<<.<.>>++++.<.>---------.>+++++++++++++.<<.>+.>+++++++++.<<.<.++++++.>.>-..<+++++.<.>>>-------------.<<-----.>-.<<-----.>.>-.++.------------------------------------------------------------------------------------------------------------------------. [767]
08:29:55 <pikhq> Yay.
08:30:02 <itidus20> ^ord A
08:30:02 <fungot> 65
08:30:05 <pikhq> That's... Some quite impressively bad code there. :)
08:30:06 <shachaf> Does that generate UTF-8?
08:30:07 <shubshub> !bf_txtgrn Pineapple
08:30:26 <pikhq> shachaf: Ought to; bf_txtgen is fairly encoding-naive.
08:30:40 <shubshub> !bf_txtgen Pineapple
08:30:40 <pikhq> Just generates Brainfuck to output the given octet stream.
08:30:42 <EgoBot> ​102 +++++++++++++[>++++++>++++++++>+><<<<-]>++.>+.+++++.---------.----.+++++++++++++++..----.-------.>---. [131]
08:30:57 <shachaf> Oh, I suppose it depends on what your IRC client sent.
08:31:03 <shachaf> hi irc
08:31:06 <shachaf> hikhq
08:31:34 <monqy> shachaf are you any good at the anonlog game
08:31:36 <monqy> `anonlog
08:31:38 <shubshub> Whats the !bf_txtgen coded in?
08:31:39 <HackEgo> 2004-08-19.txt:
08:31:46 <pikhq> shubshub: Java, actually.
08:31:51 <shubshub> cool
08:31:56 <monqy> shachaf: can you gues who said that
08:32:11 <pikhq> It's some (naive) evolutionary algorithm that's being ran for a few generations.
08:32:23 <pikhq> I think Gregor's got it set to stop after 400.
08:33:04 <shubshub> and whats ^bf coded in?
08:33:06 <shachaf> monqy: elliotts
08:33:16 <shachaf> `anofflog
08:33:17 <monqy> great answer
08:33:18 <pikhq> Befunge.
08:33:20 <HackEgo> ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: anofflog: not found
08:33:22 <monqy> `anonlog
08:33:26 <HackEgo> 2012-03-28.txt:16:37:26: Video BIOS Shaddow
08:33:35 <shachaf> `anonlog monqy
08:33:49 <shubshub> 'anonlog shubshub
08:33:50 <HackEgo> 2011-08-19.txt:08:25:57: monqy: Can we all agree on that?
08:33:55 <shachaf> `anonlog monqy
08:34:05 <HackEgo> 2012-02-27.txt:22:33:10: a spammer poem
08:34:15 <shachaf> monqy: that was monqy
08:34:16 <itidus20> im guessing cakeprophet
08:34:23 <shachaf> honqy
08:34:24 <shachaf> `anonlog portuguese
08:34:32 <HackEgo> 2011-12-26.txt:20:26:46: Usage: words [-dhNo] [DATASETS...] [NUMBER_OF_WORDS] \ \ valid datasets: --eng-1M --eng-all --eng-fiction --eng-gb --eng-us --french --german --hebrew --russian --spanish --irish --german-medical --bulgarian --catalan --swedish --brazilian --canadian-english-insane --manx --italian --ogerman --portuguese --polish --gaelic --finnish --norwegian \ default: --eng-1M \ \ options: \ -h, --help this help text
08:34:42 <shubshub> `anonlog shubshub
08:34:49 <HackEgo> 2012-04-27.txt:07:11:00: ill just reprogram my language to Only work if a certain random number is met :D
08:34:57 <shubshub> thats me
08:35:06 <shubshub> someone logged it i see
08:35:17 <shachaf> kmc: Should I feel really annoyed at people who say "install by running curl my.web.site | sh"?
08:35:19 <itidus20> shubshub: ahh.. this room has logs going back years
08:35:28 <shubshub> lol
08:35:35 <itidus20> they are in the topic! :D
08:35:37 <shachaf> I guess it's not *fundamentally* worse than giving an installer binary.
08:36:34 <kmc> shachaf: security is such a lost cause...
08:36:44 <itidus20> so.. the ascii code of 0 is 48 as seen with the ord program
08:36:49 <kmc> shachaf: no, I would have never guessed it was you
08:36:49 <itidus20> ^ord 0
08:36:49 <fungot> 48
08:36:54 <kmc> er, shubshub:
08:37:05 <shubshub> what
08:38:12 <itidus20> ^bf ++++++[<++++++++>-]>.+.+.+.+.+.+.+.+.+.
08:38:37 <itidus20> oops got those arrows wrong way around
08:38:53 <itidus20> ^bf ++++++[>++++++++<-]>.+.+.+.+.+.+.+.+.+.
08:38:53 <fungot> 0123456789
08:39:23 <pikhq> shubshub: This channel's been around since, I think, 2003.
08:39:42 <shubshub> itidus20 see if u can make a !!!Batch interpreter
08:39:45 <pikhq> At least, that's when we've first got logs.
08:40:04 <kmc> sigh
08:40:12 <itidus20> shubshub: well.. that requires much more brainfuck skill than what i am doing
08:40:27 <shubshub> lol no u got a basic idea
08:40:32 <itidus20> in other words it's hard work
08:40:50 <itidus20> depends how much i cheat.. whatever cheating means
08:41:30 <kmc> my brain hurts
08:41:55 <shubshub> u can cheat in programming?
08:42:05 <kmc> shubshub: you have apparently discovered my greatest mental weakness
08:42:19 <shubshub> whats that kmc?
08:42:24 <kmc> random caps
08:42:40 <shubshub> I havent been random capping for ages
08:42:56 <shachaf> kmc: You're still in the channel, so it can't be worse than monad analogies.
08:43:10 <kmc> shachaf: it takes a while for pressure to build up
08:43:25 <shachaf> I guess so.
08:43:25 <itidus20> shubshub: well theres no hard and fast rules, but basically if you're having your code automatically generated i suppose it could be called cheating
08:43:31 <shubshub> YoU mEaN lIkE tHiD
08:43:37 <itidus20> depends how you look at it
08:43:38 <kmc> no
08:43:39 <shachaf> shubshub: Can you leave and/or stop randomcapping before kmc explodes? :-(
08:43:57 <shubshub> not really its force of habbit
08:44:10 <kmc> i should just get over it
08:44:22 <shachaf> I should eat.
08:44:32 * shubshub eata
08:44:35 <itidus20> shubshub: it might help if you could explain the rhyme and reason behind your habit
08:44:45 <itidus20> even if in the process you accidently destroy it
08:45:00 <shachaf> Why was Epsilon afraid of Zeta?
08:45:05 <shachaf> Because Zeta Eta Theta!
08:45:20 <kmc> womp womp
08:45:50 <shubshub> that was dry shachaf
08:46:31 <itidus20> language is a complicated thing.. and on the one hand it is important to know and follow the rules.. it creates order etc.
08:46:51 <shubshub> Im making a new real language using ruby
08:46:59 <itidus20> but on the other hand it's good to not be entirely constrained by the rules.. it aids in flexibility and its a natural process
08:47:09 <itidus20> i mean natural languages like english etc
08:47:30 <itidus20> but.. your english is giving kmc headaches :P
08:47:43 <itidus20> like quite literally he isn't joking
08:48:32 <kmc> i would be much more willing to accept random caps in poetry or some kind of subtle literary prose
08:48:46 <kmc> but i would also expect the capitalization to have meaning or aesthetic importance
08:49:08 <kmc> what drives me nuts about shubshub's random caps is that I reflexively try to find that meaning
08:49:19 <itidus20> humm
08:49:19 <monqy> what if
08:49:21 <monqy> that is the meaning
08:49:26 <shachaf> You remind me of a high school teacher who said swearing OK iff it was written in a script for a play.
08:49:28 <shubshub> Its because ive been doing it for so long
08:49:31 <monqy> they are artistic in that they drive you nuts
08:49:49 <monqy> I can appreciate this art
08:49:50 <kmc> sure, i've seen plenty of art that exists to annoy the viewer/reader
08:50:01 <kmc> usually i will leave after a few minutes :)
08:50:15 <kmc> i mean we have a word for people who go online and intentionally try to annoy people
08:50:40 <monqy> is it "friend"
08:50:40 <shubshub> Trolls?
08:50:44 <itidus20> `pastelog <shubshub>
08:50:48 <shachaf> "irc artist"
08:50:52 <HackEgo> http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.16040
08:50:55 <monqy> "troll" is megaoverloaded
08:51:06 <monqy> I can't really take it seriously anymore
08:51:22 <shubshub> "irc artist
08:51:22 <kmc> shubshub: how do you decide which words to capitalize
08:51:33 <shubshub> its just random
08:51:44 <shachaf> kmc: It's like picking at a scab.
08:51:45 <shubshub> my brains like echo %random%
08:51:50 <kmc> shubshub: i do that too
08:51:52 <kmc> gah
08:51:55 <kmc> shachaf: i do that too
08:51:56 <itidus20> its not really random
08:52:02 <itidus20> you just think it's random :D
08:52:12 <shachaf> shubshub: Can you leave this channel and/or change this nick so you stop messing up kmc's tab completion?
08:52:12 <monqy> picking scabs is like a pasttime for me
08:52:26 -!- Phantom_Hoover has joined.
08:52:26 <shubshub> no shachaf
08:52:29 <shachaf> It was a presenttime for me for a while.
08:52:34 <kmc> perhaps there is a covert process inside shubshub's head and it's leaking information to the outside world through this capitalization side channel
08:52:40 <shachaf> Now it's a pasttime but probably also a futuretime.
08:52:50 <kmc> which of course shubshub would perceive as 'random'
08:52:52 <monqy> shubshub: you can change it to shabshab
08:53:02 <shachaf> shubshub is a prophet?
08:53:02 <itidus20> kmc: he could indeed create a shibbaleth out of his capitalization
08:53:03 <monqy> shubshub: or shacshac, or shachshach
08:53:11 <shachaf> "shachafshachaf"
08:53:14 <shubshub> IM NOT CHANGING MY BLOODY NICKNAME
08:53:22 <kmc> that is a bit much to ask
08:53:23 * shachaf sells
08:53:28 <kmc> but at least it got rid of the random caps
08:53:56 <pikhq> kmc: Hmm. Perhaps it'd be interesting to attempt to decrypt that signal.
08:53:56 <itidus20> a clan of shubshubs who are innately tuned to their capitalization system
08:54:11 <monqy> shubshub: do you have anger management issues or do just like acting angry when perfectly calm
08:54:20 <monqy> shubshub: I'm not used to you enough to tell
08:54:23 <shubshub> I Have ADHD
08:54:30 <kmc> shocking
08:55:05 <kmc> i'm going to sleep
08:55:50 <shachaf> I should eat. :-(
08:56:06 <shubshub> I should make more useless languages
08:56:14 <itidus20> "2012-04-27.txt:06:42:36: <shubshub> fizzie: Hows the Numeric Batch Interpreter coming along in Befunge?"
08:56:23 <itidus20> 1 0 111 000 1
08:56:37 <shachaf> `anonlog <elliotts>
08:56:45 <HackEgo> 2012-04-29.txt:08:56:37: `anonlog <elliotts>
08:57:16 <shachaf> zomg
08:57:42 <shubshub> what dus zomg stand for?
08:57:45 <itidus20> "<shubshub> My New programming Language called MaybeNumericBatch its the Joke Language that only sometimes works hehe :D"
08:58:12 <itidus20> 11 0 1 0 1 00 11 00000
08:58:49 <shubshub> !!!Batch is way more advanced than NumericBatch
08:59:06 <itidus20> "<shubshub> what Makes a Derivitave a Derivitave??"
08:59:12 <itidus20> 0 1 0 1 0 1
08:59:33 <shubshub> itidus20 where r u getting these from?
08:59:44 <itidus20> this http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.16040
08:59:47 <itidus20> lol
08:59:56 <shubshub> NOOB
09:00:11 <itidus20> im looking for patterns in your caps :P
09:00:32 <shubshub> lol
09:00:54 <shubshub> well i dont normally caps 1 letter words
09:01:46 <shubshub> maybe I could develop a shubshubCapsInterpretee
09:03:38 <itidus20> you shouldn't have to give up your caps.. but it's the fact that theres no explanation for them mostly thats driving kmc crazy
09:03:47 <itidus20> like he wants to understand the pattern
09:03:54 <shubshub> Well i dont normallt caps on my phone
09:04:52 <shubshub> But Sometimes It Just happens
09:06:34 <itidus20> hmmm
09:07:03 <shubshub> ^
09:07:33 <itidus20> like it would be interesting to see if a program could predict which words you would capitalize in a given sentence
09:08:08 <shubshub> yea
09:08:49 <shubshub> id like to knoe also
09:11:59 -!- nortti has joined.
09:12:30 <nortti> @ping
09:12:30 <lambdabot> pong
09:13:30 <shubshub> @pong
09:13:31 <lambdabot> pong
09:13:41 <nortti> @pang
09:13:41 <lambdabot> pong
09:13:50 <shubshub> @pang
09:13:50 <lambdabot> pong
09:14:39 <shubshub> @pung
09:14:40 <lambdabot> pong
09:14:46 <shubshub> @pong
09:14:46 <lambdabot> pong
09:14:47 <nortti> @päng
09:14:48 <lambdabot> pong
09:14:57 <nortti> @pqng
09:14:57 <lambdabot> pong
09:15:24 <shubshub> @porn
09:15:24 <lambdabot> Maybe you meant: join more part
09:15:29 <shubshub> lol
09:15:54 <shubshub> @lol
09:15:54 <lambdabot> Maybe you meant: do let pl url yow
09:16:02 <shubshub> @porng
09:16:03 <lambdabot> pong
09:16:22 -!- nortti has set topic: 12:15 < shubshub> @porn 12:15 < lambdabot> Maybe you meant: join more part | http://codu.org/logs/_esoteric/.
09:16:57 <shubshub> nortti lol
09:16:57 <monqy> @ask elliott today shubshub discovered @ping and @porng. im so proud
09:16:58 <lambdabot> Consider it noted.
09:17:08 <monqy> @ask elliott 02:16:22 -!- nortti changed the topic of #esoteric to: 12:15 < shubshub> @porn 12:15 < lambdabot> Maybe you meant: join more part | http://codu.org/logs/_esoteric/
09:17:08 <lambdabot> Consider it noted.
09:17:18 <monqy> @ask elliott :')
09:17:19 <lambdabot> Consider it noted.
09:18:17 <itidus20> shubshub: in my humble opinion you should keep using caps as you see fit because theres a meaning to it which shouldn't be ignored
09:18:31 <shubshub> Yea Ok
09:18:45 -!- ion has quit (Ping timeout: 260 seconds).
09:19:13 -!- Madoka-Kaname has quit (Ping timeout: 245 seconds).
09:19:46 <itidus20> i believe i might be finding a pattern
09:20:04 <nortti> itidus20: what do you mean?
09:20:19 <nortti> http://img.thedailywtf.com/images/12/q2/err10/pic4.png
09:20:25 <itidus20> nortti: i mean with shubshub's random capitalization
09:20:39 <shubshub> How?
09:21:05 <shubshub> And In What Way
09:21:10 <itidus20> im just taking some time to examine the logs
09:21:13 <Lumpio-> ^source
09:21:13 <fungot> http://git.zem.fi/fungot/blob/HEAD:/fungot.b98
09:21:41 <nortti> is fungot written in befunge98?
09:21:41 <fungot> nortti: i ill be back love the coca cola! i can't take d being blonde and putting pink on her hair i like the whole show has descended into some sort of actual proof.
09:23:12 -!- Kray has joined.
09:23:49 <nortti> `welcome Kray
09:23:52 <HackEgo> Kray: Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: http://esolangs.org/wiki/Main_Page
09:24:13 <shubshub> ^celebrate
09:24:13 <fungot> \o| |o| |o/ \m/ \m/ |o/ \o/ \o| \m/ \m/ \o| |o| |o/
09:24:14 <myndzi> | | | `\o/´ | | ¦ `\o/´ | | |
09:24:14 <myndzi> /| /| /'\ | /`\ |\ ´¸¨ | |\ |\ /^\
09:24:14 <myndzi> /\ (_|¯´¯|_)
09:24:14 <myndzi> (_| |_)
09:24:55 <shubshub> \o/\o/
09:24:56 <myndzi> | |
09:24:56 <myndzi> |\ >\
09:25:06 <nortti> my
09:25:42 <shubshub> \o/\o/\o/\o/\o/\o/
09:25:43 <myndzi> | | | | | |
09:25:43 <myndzi> /^\/| >\/< |\/|
09:26:03 <shubshub> what is that \o/ anyway?
09:26:03 <myndzi> |
09:26:03 <myndzi> /<
09:26:32 <nortti> Kray: does myndzi remind you of Phvli
09:26:47 <shubshub> `welcome nortti
09:26:48 <nortti> /o\
09:26:48 <myndzi> |
09:26:48 <myndzi> /<
09:26:50 <HackEgo> nortti: Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: http://esolangs.org/wiki/Main_Page
09:27:06 <shubshub> ^celebrate shubshub
09:27:06 <fungot> \o| |o| |o/ \m/ \m/ |o/ \o/ \o| \m/ \m/ \o| |o| |o/
09:27:06 <myndzi> | | | `\o/´ | | | `\o/´ | | |
09:27:06 <myndzi> >\ /`\ >\ | >\ /< /^\ | >\ |\ /<
09:27:06 <myndzi> /\ (_|¯´\
09:27:06 <myndzi> (_| |_) |_)
09:27:20 <shubshub> \m/
09:27:30 <nortti> \0/
09:27:45 <Lumpio-> (´・ω・`)・・・
09:28:00 <nortti> shubshub: did you find a language to "write esoteric" in?
09:28:07 <shubshub> no
09:28:55 <shubshub> Might Write an esoteric in Poison once ive finished it :D
09:28:55 <nortti> shubshub: what kind of programming experience you have?
09:29:10 <shubshub> Alot but not with goodlanguages
09:29:19 <Lumpio-> Make an esolang that encodes code in random capitalization
09:29:21 <oklopol> "ais523 who uses lowercase but full stops?" i occasionally do
09:29:22 <shubshub> Im High Experienced with GML
09:29:59 <shubshub> "help
09:30:16 <shubshub> @karma+ nortti
09:30:16 <lambdabot> nortti's karma raised to 1.
09:30:41 <nortti> shubshub: how you define goodlanguages? What programming languages you use?
09:30:58 <nortti> shubshub: why did you raise my karma?
09:31:08 <shubshub> Batch GML Python Visual Basic
09:31:19 <Lumpio-> @karma± shubshub
09:31:20 <lambdabot> Maybe you meant: karma karma+ karma-
09:31:21 <shubshub> GML = Game Maker Language
09:31:38 <nortti> shubshub: I'd say Python is a good language
09:31:39 <shubshub> @karma+
09:31:40 <lambdabot> usage @karma(+|-) nick
09:32:20 <shubshub> @karma
09:32:21 <lambdabot> You have a karma of -1
09:32:27 <shubshub> D:
09:32:35 <nortti> @karma+ shubshub
09:32:35 <lambdabot> shubshub's karma raised to 0.
09:32:41 <shubshub> :D
09:33:01 <shubshub> @karma*
09:33:01 <lambdabot> Maybe you meant: karma karma+ karma-
09:34:13 <shubshub> maybe ill make an android language next
09:34:49 <monqy> call it shubshub--
09:35:26 <shubshub> NO
09:35:42 <monqy> ok
09:36:06 <nortti> shubshub: you should try some functional languages like haskell or scheme
09:36:12 <shubshub> ill call it MiniPoison
09:36:51 -!- clog has joined.
09:37:25 * shubshub has a fetish :D
09:37:32 <monqy> :D
09:37:39 <nortti> `quote
09:37:43 <HackEgo> 509) <Phantom_Hoover> You realise the micromanagement it took to make quintopia encrust my silver throne with emeralds rather than a jug?
09:37:58 <nortti> `quote * shubshub has a fetish :D
09:38:01 <HackEgo> grep: nothing to repeat
09:38:14 <nortti> `run quote '* shubshub has a fetish :D'
09:38:15 <shubshub> no nortti
09:38:18 <monqy> did you mean `addquote
09:38:18 <HackEgo> grep: nothing to repeat
09:38:26 <nortti> `addquote '* shubshub has a fetish :D'
09:38:29 <HackEgo> 851) '* shubshub has a fetish :D'
09:38:39 <shubshub> `delquote 851
09:38:40 <Phantom_Hoover> `delquote 851
09:38:40 <lambdabot> Phantom_Hoover: You have 1 new message. '/msg lambdabot @messages' to read it.
09:38:49 <HackEgo> ​*poof* '* shubshub has a fetish :D'
09:38:56 <HackEgo> ​*poof* '* shubshub has a fetish :D'
09:39:00 <Phantom_Hoover> Even shubshub knows how terrible his quotes are.
09:39:20 <shubshub> it wasnt a quoteworthy thing
09:40:26 <nortti> http://irc.rubbermallet.org:8088/index.htm
09:41:00 <shubshub> what language is HackEgo programmed in?
09:42:10 <shubshub> ???
09:42:51 <shubshub> The Game
09:47:32 -!- monqy has quit (Quit: hello).
09:47:49 <shubshub> @ask elliott What Language is HackEgo Programmed In???
09:47:49 <lambdabot> Consider it noted.
09:50:03 <nortti> '"preemptive real-mode multitasking operating system"...it's simply impossible for a real-mode OS to be preemptive. Preemption requires the use of a hardware MMU, which the 8086 did not have. "Real-mode" is a term used for the legacy 8086-emulation mode which 286+ chips featured where the MMU is disabled. A system can either be preemptive or run in real-mode, not both. Total BS, all of it.' Massive headdesk
09:50:04 -!- KingOfKarlsruhe has joined.
09:56:01 <nortti> and I read that bit of "information" when I was writing a real mode preemptive multitasking os
09:58:22 <Sgeo_> MMU?
09:58:40 <shubshub> Impossible nothing is Impossible
09:58:43 <nortti> Sgeo_: what about it?
09:58:52 <Sgeo_> Pre-emption could be done with just a bit of rewriting of the machine code to be executed, right?
09:58:55 <Sgeo_> shubshub, wrong.
09:59:20 <shubshub> name things that are impossible
10:00:03 <Sgeo_> shubshub, making a turing machine that can take an arbitrary turing-machine as input, and always output whether that turing machine will halt or not. 100% correctness, no failures to answer.
10:00:27 <shubshub> thats possible
10:01:02 <Sgeo_> shubshub, oh?
10:01:14 <shubshub> Use Gravity
10:01:22 <nortti> Sgeo_: yes. I use IRQ0 (clock) to fire my task switching interrupt which executes PUSHA, switches tasks, executes POPA and returns to that task
10:01:46 <itidus20> Sgeo_: learn you some doing the impossible for great good
10:01:50 <nortti> s/switches tasks/switches stacks/g
10:02:04 <Sgeo_> shubshub, Gravity programs cannot be executed on a turing-machine. And I'm not entirely sure if it can solve the halting problem for turing-machines
10:02:30 <shubshub> English can solve the halting problem!
10:02:45 <itidus20> LOL
10:03:04 <itidus20> "This program successfully solves the halting problem."
10:03:19 <itidus20> "This program does something impossible."
10:04:16 <shubshub> The wiki page says it works
10:04:19 <nortti> "This programs completes NP problem in O(1) time"
10:04:30 <Sgeo_> nortti, but you don't even need the clock, do you?
10:04:32 <itidus20> whoa
10:05:10 <nortti> Sgeo_: clock is needed for preemtion. Co-operative multitasking can be used without it
10:05:45 -!- cheater__ has quit (Read error: Connection reset by peer).
10:05:50 <Sgeo_> nortti, but couldn't a thing that runs before the process or thread take the machine code and convert it so it's sort of forced co-operative multitasking?
10:06:09 <nortti> Sgeo_: basicaly yes
10:06:25 <Sgeo_> Would that not count as pre-emptive?
10:06:57 <nortti> Sgeo_: depends
10:07:11 <nortti> Sgeo_: I'd say it is forced co-operation
10:07:56 <shubshub> Someone should make an Operating System using an ESOLANG
10:08:29 <nortti> shubshub: search Esoteric Operating System on wiki
10:09:11 <shubshub> :|
10:10:06 <nortti> shubshub: do you know how hard it can be to write even simple os in protected mode which is required if you want to use more than 1MB of memory
10:10:19 <nortti> (I use real mode)
10:10:19 <shubshub> no
10:10:25 <itidus20> A<-64^0^0 OUT<-A^8^0 OUT<-A^9^0 OUT<-32^0^0 PC<-1^0^0
10:11:06 <nortti> itidus20: VD3?
10:11:16 <itidus20> ya :P
10:11:19 <Lumpio-> um
10:11:23 <Lumpio-> Protected mode is easier than real mode
10:11:32 <nortti> itidus20: my language
10:11:44 <Lumpio-> (Unless you want to actually use the protection features, which you don't have to, and real mode doesn't have those either)
10:11:47 <itidus20> yes, i am abusing her
10:11:49 <nortti> Lumpio-: have you tried making disk driver
10:12:02 <Lumpio-> nortti: ...that's different.
10:12:58 <nortti> Lumpio-: I just find real mode to be much esier. If I could just get bios interrupts in 16bit protected mode it would be the easies for me
10:14:12 <nortti> *easiest
10:15:39 <shubshub> **easier
10:16:11 <nortti> shubshub: I corrected easies
10:16:29 <shubshub> and i correctedthe other typo
10:18:03 <itidus20> so confusing *phew*
10:18:34 <nortti> itidus20: is there any known implementations of VD3?
10:18:38 <nortti> *are
10:18:59 <itidus20> nortti: i have no idea.. i just decided to write that small program
10:19:32 <nortti> itidus20: I think I have one in my old backups which are on my old computer
10:19:40 <nortti> written in python
10:20:52 <itidus20> my interpretation of basic's: 10 PRINT "HI "; 20 GOTO 10
10:22:51 -!- cheater__ has joined.
10:23:33 <itidus20> but using the fancy features to make the letters more human-readable
10:24:09 <shubshub> Poison Programming Language Is Named After Python Because Python is a Poisonous Snake yet Poison is programmed in Ruby
10:24:13 <nortti> itidus20: I don't understand your message
10:24:44 <itidus20> nortti: I mean, my VD3 program outputs HI HI HI HI HI HI HI HI HI HI HI HI HI HI HI HI HI HI HI HI HI HI HI
10:24:57 <itidus20> [...]
10:25:23 <nortti> itidus20: ah. ok. You undestood my explanation written in horrible enklish
10:25:39 <shubshub> English*
10:25:51 <nortti> shubshub: it wasn't a typo
10:26:02 <shubshub> yes it was
10:26:20 <itidus20> so.. for fun it calculates H = 64 + 8 and I = 64 + 9
10:26:32 <nortti> shubshub: I wrote enklish on purpose. I know it is really english
10:28:12 <shubshub> I know i was just being funny
10:31:22 -!- derdon_ has joined.
10:34:01 <itidus20> double(x)= A<-IN^0^0 B<-A^0^0 A<-A^B^0
10:34:46 <nortti> itidus20: what is that?
10:35:30 <itidus20> hmm i didnt fully think it through
10:36:23 <itidus20> function to double the input: A<-IN^0^0 B<-A^0^0 OUT<-A^B^0
10:41:41 <shubshub> lul wut
10:45:50 * shubshub has a new project this year
10:46:04 <shubshub> ShubShub64 EsoLang OS
10:46:15 <oklopol> so here's a story
10:47:09 <oklopol> i went to work, and had a normal sunday workday from 1:30 to 12:00, and went shopping for some energy drinks on my way back
10:47:30 <oklopol> when i exited the shop, i felt like chilling for a bit
10:47:41 <shubshub> gtg
10:47:41 -!- shubshub has quit (Quit: R.I.P).
10:47:59 <oklopol> and sat down at the exit. i was waiting for a call and my cellphone tends to shut down at random in my pocket, so i put it next to me.
10:48:11 <oklopol> and then i was like hmm these cantor sets resonate in an interesting way.
10:48:26 <oklopol> and i walked home and took a shit and was like wow that's some serious resonance.
10:48:46 <oklopol> and then i figured k i'll call a call. but wait, where the fuck is my phone.
10:49:06 <oklopol> well i figured out the obvious answer in a few minutes, and walked back.
10:49:13 <oklopol> and the phone was gone.
10:49:29 <oklopol> CRIME EXISTS.
10:49:45 <oklopol> obviously, i am speechless.
10:50:44 <oklopol> i can barely even put into words just how speechless i am.
10:54:14 <oklopol> there were some shifty romanians or something chilling next to me whose moms seem to die every few weeks, so i have a conjecture on the culprits but the phone is worthless and i'm too young to die so i let them keep it.
11:00:09 -!- oklopol has quit (Ping timeout: 245 seconds).
11:00:23 -!- oklopol has joined.
11:00:57 -!- oklofok has joined.
11:00:59 <nortti> itidus20: actually you could write double(x)= A<-IN^0^0 OUT<-A^A^0
11:01:14 <oklofok> and now someone is trying to take my internet too, just my luck.
11:05:13 -!- oklopol has quit (Ping timeout: 260 seconds).
11:16:45 -!- ais523 has quit.
11:17:16 <nortti> `learn Finland is a European country. There are two people in Finland, and at least nine of them are in this channel. Corun drives the bus.
11:17:19 <HackEgo> I knew that.
11:17:42 <nortti> (After Kray joined here)
11:34:46 <shachaf> Do I count if I don't live in Finland?
12:08:25 -!- azaq23 has joined.
12:08:41 -!- azaq23 has quit (Max SendQ exceeded).
12:09:09 -!- azaq23 has joined.
12:15:27 -!- Phantom_Hoover has quit (Ping timeout: 246 seconds).
12:31:23 -!- KingOfKarlsruhe has quit (Quit: ChatZilla 0.9.88.2 [Firefox 12.0/20120420145725]).
12:53:21 -!- Phantom_Hoover has joined.
13:19:17 <nortti> shachaf: are you in finland?
13:20:54 -!- Phantom_Hoover has quit (Ping timeout: 246 seconds).
13:20:58 -!- Phantom_Hoover has joined.
13:24:59 -!- Phantom_Hoover has quit (Ping timeout: 244 seconds).
13:26:24 -!- Phantom__Hoover has joined.
13:26:46 <Phantom__Hoover> There's something terribly satisfying about a torrent downloading faster than the official download.
13:26:57 <Phantom__Hoover> *a pirated torrent
13:27:06 <Phantom__Hoover> *for an obscure thing
13:27:21 <Phantom__Hoover> *with a number of peers you could count on both hands
13:53:53 -!- trout has changed nick to variable.
14:12:13 -!- TeruFSX has quit (Quit: Leaving).
14:18:41 -!- Patashu has quit (Quit: MSN: Patashu@hotmail.com , Gmail: Patashu0@gmail.com , AIM: Patashu0 , YIM: patashu2 , Skype: patashu0 .).
14:18:56 -!- Patashu has joined.
14:24:13 -!- sebbu has joined.
14:29:54 -!- Patashu has quit (Ping timeout: 265 seconds).
14:31:15 -!- MoALTz_ has joined.
14:34:13 -!- MoALTz has quit (Ping timeout: 245 seconds).
14:36:02 -!- Deewiant has quit (Ping timeout: 272 seconds).
14:37:26 -!- Deewiant has joined.
15:01:46 -!- MoALTz has joined.
15:04:42 -!- MoALTz_ has quit (Ping timeout: 265 seconds).
15:17:11 <Phantom__Hoover> OK, looks like that Steam on Linux thing is definitely legit.
15:17:26 <Phantom__Hoover> Canonical have been working with them.
15:23:31 -!- Madoka-Kaname has joined.
15:28:14 <Phantom__Hoover> Wolfram Alpha has started displaying popupos.
15:28:18 <Phantom__Hoover> *popups
15:28:58 * Phantom__Hoover resolves to fix Linux partition, torrent Mathematica.
15:34:59 -!- ion has joined.
15:36:22 -!- KingOfKarlsruhe has joined.
16:26:43 -!- Madoka-Kaname has quit (Quit: Hug~♪).
16:51:30 -!- elliott has joined.
16:52:53 <elliott> 07:47:35: <monqy> kmc: isn't he 16 or something
16:52:53 <elliott> 07:48:04: <kmc> no idea
16:52:53 <elliott> 07:48:11: <pikhq> monqy: That'd be elliott.
16:52:53 <lambdabot> elliott: You have 7 new messages. '/msg lambdabot @messages' to read them.
16:52:55 <elliott> it's shubshub too
16:52:56 <elliott> oh god
16:53:51 <elliott> 07:53:27: <pikhq> How old are you?
16:53:51 -!- Slereah has joined.
16:53:51 <elliott> 07:53:35: <kmc> 24
16:53:56 <elliott> kmc: relax, there's always oerjan to be older than you
16:54:45 -!- Slereah_ has quit (Ping timeout: 260 seconds).
16:57:44 <elliott> 07:58:03: <kmc> social norms can be cruel and tyrranical
16:57:46 <olsner> how old is oerjan?
16:57:49 <elliott> you misspelled tyrannosaurus
16:57:52 <elliott> olsner: like 41 or sth
16:58:03 <olsner> wow, that's old
16:58:03 <elliott> 07:58:17: <pikhq> Oh dear, we might have room for a bot loop.
16:58:06 <elliott> pikhq: fungot/lambdabot has been done
16:58:06 <fungot> elliott: i'll just repeat previous text? i'm sure everyone critisising feehilyever can put cod4 engine on this ( left 4 dead, did he put that voice out from :o that's kinda freaky.
16:59:26 <elliott> yes, fungot, you just repeat previous text
16:59:26 <fungot> elliott: not only about the deaths, get a rhino?" too bad the movie
16:59:30 <elliott> usually cut and pasted together
16:59:52 <elliott> 08:05:37: <kmc> i don't know why, but the random caps really bother me
16:59:52 <elliott> 08:05:48: <shubshub> be quiet kmc
16:59:56 <elliott> kmc: srsly just stop talking to him
17:00:17 <elliott> he is clearly not interested in changing anything about his language or behaviour (which basically consists of yelling at people to help him with his latest terrible language)
17:01:00 <elliott> 08:09:34: <HackEgo> 2008-04-24.txt:18:23:04: because it keeps all settings across a distribution upgrade
17:01:00 <elliott> ais523
17:01:05 <elliott> 08:10:39: <HackEgo> 2008-05-05.txt:19:29:40: ehird: temper, temper
17:01:06 <elliott> oerjan
17:01:17 <elliott> `pastlog because it keeps all settings
17:01:22 <elliott> `pastlog ehird: temper, temper$
17:01:49 <HackEgo> 2008-05-05.txt:19:29:40: <olsner> ehird: temper, temper
17:01:49 <HackEgo> 2008-04-24.txt:18:23:04: <ais523> because it keeps all settings across a distribution upgrade
17:02:40 <olsner> did I say that?
17:03:11 <elliott> yes
17:07:18 <elliott> 08:35:17: <shachaf> kmc: Should I feel really annoyed at people who say "install by running curl my.web.site | sh"?
17:07:24 <elliott> shachaf: That was cool back when _why was the first to do it.
17:07:32 <elliott> But then people started doing it for things that weren't insane. :(
17:08:46 -!- monqy has joined.
17:09:42 <elliott> Hello, monqy!!!!
17:09:48 <elliott> That was a friendly hello.
17:10:13 <monqy> hello
17:10:13 <lambdabot> monqy: You have 3 new messages. '/msg lambdabot @messages' to read them.
17:10:18 <monqy> hi
17:10:45 -!- elliott has set topic: http://codu.org/logs/_esoteric/.
17:10:47 <elliott> dftt
17:11:34 <elliott> 08:50:55: <monqy> "troll" is megaoverloaded
17:11:34 <elliott> 08:51:06: <monqy> I can't really take it seriously anymore
17:11:40 <elliott> monqy: sounds like ur epicly trolled
17:11:44 <monqy> D:
17:11:49 <elliott> ur aim is hecked, you have nowhere to go, you die in the rain :(
17:11:58 <monqy> im ghost
17:12:03 <elliott> yes
17:13:55 <monqy> 09:58:40: <shubshub> Impossible nothing is Impossible [...] 09:58:55: <Sgeo_> shubshub, wrong.
17:14:07 <monqy> im rly glad to be alive wait whoops i forgot im not alive im dead
17:14:09 <monqy> glad to be dead
17:14:16 <monqy> being dead is confusing
17:15:01 <elliott> 08:52:12: <shachaf> shubshub: Can you leave this channel and/or change this nick so you stop messing up kmc's tab completion?
17:15:20 <elliott> shachaf: Fun fact: When nobody talked to him for a day, he didn't say anything.
17:55:16 -!- Ngevd has joined.
17:55:28 <Ngevd> Hello!
17:55:34 <Ngevd> Wikisurfing is fun
17:55:45 <monqy> which wiki
17:55:46 <Ngevd> Computer Science leads to the Greek Orthodox Religion
17:55:54 <Ngevd> *church
17:56:18 <Ngevd> wikipedia
17:56:39 <Ngevd> And then to Cybernetics?
17:57:17 <Ngevd> It ends up in a lame 2-loop
17:57:18 <Ngevd> :/
17:57:38 <Ngevd> Epistemology <-> James Frederick Ferrier
17:57:51 <monqy> lamest 2-loop
17:58:02 <Ngevd> Yup
17:58:33 <Ngevd> Are the authorities on wikisurfing present?
18:16:47 -!- Ngevd has quit (Ping timeout: 252 seconds).
18:17:40 -!- ellisonch has quit (Ping timeout: 276 seconds).
18:22:31 -!- Ngevd has joined.
18:24:42 -!- zzo38 has joined.
18:26:26 <zzo38> I do suppose I can do the voting program locally if HackEgo cannot do NS INFO requests; or partially on HackEgo and partially locally so that I would not have to download all of the logs
18:27:09 -!- pikhq_ has joined.
18:27:37 -!- pikhq has quit (Ping timeout: 256 seconds).
18:27:38 -!- Ngevd has quit (Ping timeout: 240 seconds).
18:30:16 <zzo38> Maybe Gregor can answer this question?
18:47:26 -!- Taneb has joined.
18:47:30 <Taneb> Hello
18:48:10 <zzo38> Hello
18:48:28 <monqy> Hello
18:48:40 -!- asiekierka has quit (Read error: Connection reset by peer).
18:48:55 <Taneb> zzo38, are you the ancient wikisurf master?
18:49:07 <zzo38> Taneb: I don't think so; I don't know what that means.
18:49:13 <Taneb> Nevermind then
19:03:36 -!- ellisonch has joined.
19:05:10 -!- Gregor has changed nick to RocketJSquirrel.
19:07:09 <elliott> Taneb: why aren't you watching monqy play crawl
19:07:51 <Taneb> BECAUSE NOBODY HAS BEEN NICE ENOUGH TO TELL ME THAT HE IS
19:07:53 <Taneb> :(
19:07:56 <elliott> telnet crawl.develz.org 345, then w and pick squarelos and also make sure your terminal has a black background
19:07:59 <elliott> i just did
19:08:01 <elliott> it's
19:08:04 <elliott> an experience not to be missed
19:08:14 <elliott> oh are you on windows
19:08:18 <Taneb> Ubuntu
19:08:28 <elliott> oh ok then that will work
19:08:33 <elliott> if your terminal has a dark background
19:08:51 <elliott> except he just died so
19:08:53 <elliott> press space onthe watch menu
19:08:54 <elliott> until he returns
19:08:57 <elliott> he's back
19:09:03 <Taneb> Apparently my network is unreachable?
19:09:10 <elliott> huh?
19:09:17 <elliott> did you remember the 345
19:09:32 <Taneb> Yes?
19:09:38 <elliott> what did it output
19:09:49 <Taneb> (permission to paste in channel?)
19:09:54 <elliott> yrs
19:09:57 <Taneb> nathan@nathan-laptop:~$ telnet crawk.develz.org 345
19:09:57 <Taneb> Trying 46.4.68.87...
19:09:57 <Taneb> Trying 2a01:4f8:140:3041::1:2...
19:09:57 <Taneb> telnet: Unable to connect to remote host: Network is unreachable
19:10:04 <elliott> your error is obvious
19:10:10 <elliott> read my line again then read your input
19:10:28 <elliott> hint k =/= l
19:10:42 <elliott> its ok "typing mistakes" i make them too "it happens"
19:11:01 <Taneb> :)
19:11:09 <Phantom__Hoover> He thought you were talking about Crawk, the parrot-based dungeon crawler.
19:11:16 <Taneb> Also, w =/= q
19:11:25 <elliott> Phantom__Hoover: why arent you wtaching too
19:11:28 <elliott> oh because windows ok
19:11:32 <Phantom__Hoover> because its bore
19:11:35 <elliott> Taneb: the flashing square is monqy btw
19:11:38 <elliott> Phantom__Hoover: uhhhh
19:11:42 <elliott> Phantom__Hoover: have you ever seen monqy play crawl ever
19:11:44 <elliott> one thing it is not
19:11:45 <elliott> is boring
19:11:51 <elliott> another thingit is not is understandable
19:12:05 <Taneb> Yay summoning skill
19:12:22 <elliott> are you lagged?? hes fighting grinder now
19:12:25 <elliott> also bats
19:12:25 <elliott> and rats
19:12:32 <Taneb> Nah, just a slow typer
19:12:33 <monqy> thwe bats and rats are friends
19:12:36 <elliott> oh ok
19:12:40 <elliott> oh
19:12:43 <elliott> is that why
19:12:45 <elliott> they're blinking
19:12:50 <elliott> as in
19:12:52 <elliott> their symbols
19:13:01 <elliott> monqys settings "are weird"
19:13:07 <monqy> no
19:13:17 <monqy> they have bright black background
19:13:21 <elliott> oh
19:13:25 <elliott> iirc bright backgrounds are
19:13:26 <elliott> blink
19:13:28 <elliott> for most terminals
19:13:39 <monqy> oh
19:13:44 <elliott> its good though
19:13:47 <elliott> adds to the experience
19:14:50 <elliott> friends
19:15:26 <Taneb> Would anyone care if I telnet'd me playing Dwarf Fortress?
19:15:40 <elliott> ill watch that after monqy finishes playing
19:15:47 <elliott> im sure you can understand its just
19:15:53 <elliott> nothing can compete with monqy playing crawl
19:15:58 <Taneb> True dat
19:16:13 <elliott> or should i say
19:16:16 <elliott> monqy's space bar playing crawl
19:18:11 <elliott> centaur friendship
19:18:21 <elliott> oops youre pooping friends
19:18:26 <Taneb> oh no adder
19:18:33 <elliott> centaurs are
19:18:35 <elliott> more scary than adders
19:19:06 <elliott> "help" -monqy
19:19:11 <elliott> (its a sincere help)
19:19:12 <monqy> im bade
19:19:30 <elliott> ok after this game im watch Taneb i think
19:19:32 <elliott> unless this one is
19:19:33 <elliott> really short
19:19:37 <elliott> you can never tell with squarelos
19:20:04 <Taneb> Blank screen?
19:20:11 <monqy> try refreshing
19:20:31 <elliott> omg
19:20:33 <elliott> monqy
19:20:33 <Taneb> Aaaah
19:20:36 <elliott> Taneb: try ctrl+l
19:20:38 <elliott> monqy its
19:20:38 <elliott> its me
19:20:43 <elliott> thats my ghoste!!
19:21:15 <Taneb> It's-a me, Ellio (tt)
19:21:20 <elliott> :(
19:21:46 <elliott> orc party
19:22:43 <Taneb> How do I be telnet-able?
19:24:12 <elliott> Taneb: uhh with df you have to run the special server version which will run in a terminal I guess
19:24:22 <elliott> uhhh maybe the normal df can run in a terminal these days?
19:24:25 <elliott> in which case you can just termcast it
19:24:41 <Taneb> termcast?
19:25:11 <Phantom__Hoover> <elliott> uhhh maybe the normal df can run in a terminal these days?
19:25:23 <elliott> how do i send monqy notes
19:25:28 <Phantom__Hoover> It theoretically can, by which I mean if you tell it to run in a terminal it segfaults.
19:25:30 <elliott> oh that'sh ow
19:25:32 -!- KingOfKarlsruhe has quit (Quit: ChatZilla 0.9.88.2 [Firefox 12.0/20120420145725]).
19:25:57 -!- MoALTz has quit (Ping timeout: 246 seconds).
19:26:04 <elliott> Taneb: oh and i bet you won't get
19:26:06 <elliott> the music
19:26:07 <elliott> :(
19:26:11 <elliott> Phantom__Hoover: tell Taneb how to run it in a terminal
19:26:18 <elliott> if he can get that working then i'll show him how to termcast
19:26:40 <Phantom__Hoover> I think it's the DISPLAY setting in init.txt in data/init.
19:27:03 <Phantom__Hoover> Don't take my word on it, though; if something else looks like a config file, that might be it.
19:27:28 <Phantom__Hoover> You can set that to TEXT and then watch as DF segfaults using only the terminal.
19:31:40 -!- pikhq has joined.
19:31:51 -!- pikhq_ has quit (Ping timeout: 252 seconds).
19:32:18 <Taneb> Well, it can't find libncursesw
19:32:33 <elliott> Taneb: do you have /usr/lib/libncursesw.so
19:32:37 <elliott> monqy: god bless
19:32:38 <monqy> should i play again or are we watching taneb now
19:32:45 <Taneb> Play again
19:32:47 <monqy> ok
19:34:40 <Taneb> elliott, it would appear not
19:35:03 <elliott> Taneb: do you have /usr/lib/libncurses.so
19:35:22 <elliott> if yes: sudo ln -s /usr/lib/libncurses{,w}.so (but feel bad about it)
19:35:38 <Phantom__Hoover> Taneb, termcast you trying to get DF to work in text mode.
19:35:49 <elliott> Phantom__Hoover: no don't
19:35:51 <Taneb> Phantom__Hoover, I'm using GUIs?
19:35:51 <elliott> i will help him
19:36:03 <elliott> Taneb: did the ln make it work
19:36:06 <Phantom__Hoover> Taneb, ???
19:36:11 <Phantom__Hoover> how do you
19:36:14 <Phantom__Hoover> run df
19:36:15 <Phantom__Hoover> wait
19:36:17 <Phantom__Hoover> are you
19:36:22 <Taneb> elliott, I have both, turns out
19:36:24 <Phantom__Hoover> not running df from a terminal
19:36:33 <elliott> Taneb: ok don't ln then
19:36:39 <elliott> Taneb: vi /usr/lib/libncursesw.so
19:36:41 <elliott> is it short and texty
19:37:08 <Taneb> It has a lot of ^@'s
19:37:14 <Phantom__Hoover> those are nulls
19:37:37 <Phantom__Hoover> is it short and texty if you ignore them?
19:37:42 <elliott> no thats
19:37:44 <elliott> not my question
19:37:47 <elliott> Taneb: hmmmmmmmmm
19:37:48 <elliott> oh!!
19:37:49 <Phantom__Hoover> (protip, don't listen to a word i say)
19:37:51 <elliott> are you on 64-bit
19:37:55 <Taneb> elliott, yes
19:38:02 <elliott> apt-cache search ncurses | grep 32
19:38:06 <elliott> is there a nice convenient 32-bit ncurses package
19:38:10 <elliott> if yes: install it
19:39:07 <Taneb> Installing lib32ncursesw5-dev
19:39:39 <Phantom__Hoover> Oh fuck it, I'm fixing Arch.
19:39:42 <elliott> you don't need the -dev just the
19:39:43 -!- Phantom__Hoover has quit (Read error: Connection reset by peer).
19:39:43 <elliott> non -dev i think
19:39:44 <elliott> but
19:39:46 <elliott> that will be fine too
19:40:01 <Taneb> Some things like -dev?
19:40:27 <elliott> ok
19:40:41 <Taneb> WORKING
19:40:47 <elliott> :')
19:40:48 <elliott> ok so
19:40:53 <elliott> you will want to make your terminal bigger probably
19:41:03 <elliott> but not too big
19:41:03 <elliott> also
19:41:05 <elliott> does itdo the music
19:41:07 <elliott> *it do
19:41:34 <monqy> are we taneb now
19:41:37 <elliott> i
19:41:39 <elliott> think so
19:41:42 <elliott> you can play once more i think
19:41:44 <elliott> once i get him termcasty
19:41:46 <monqy> where taneb ? ok
19:41:47 <elliott> *while
19:41:53 <Taneb> MUSIC
19:41:57 <Taneb> :)
19:42:02 <elliott> Taneb: ok so
19:42:05 <elliott> are you sure it's running in a terminal
19:42:12 <Taneb> Yes
19:42:14 <elliott> ok
19:42:16 <elliott> what size is the terminal
19:42:18 <elliott> rouhgly
19:42:23 <elliott> if it's too big it'll be kinda difficult to wtatch
19:42:31 <elliott> eh let's just try it
19:42:33 <elliott> ok first
19:42:54 <elliott> echo "hello Taneb PUTAPASSWORDHERE_DONTMAKEITANIMPORTANTONE_MAKEANEWONEUP" >/somewhere/ratry_login
19:43:05 <elliott> then
19:43:05 <elliott> clear
19:43:06 <elliott> then
19:43:21 <elliott> make sure you have netcat installed
19:43:23 <elliott> (try "nc")
19:43:25 <elliott> then
19:43:36 <elliott> script -f >( cat /path/to/ratry_login - | nc -q5 noway.ratry.ru 31337 > /dev/null ) ./df_linux
19:43:50 <elliott> let me know when you've done that
19:44:53 <elliott> did monqy die oops
19:45:20 <elliott> Taneb: hi
19:45:22 <Taneb> Yes?
19:45:32 <Taneb> Script started, file is /dev/fd/63
19:45:48 <elliott> Taneb: ok, we can see you
19:45:49 <elliott> ignore that file
19:45:50 <elliott> no
19:45:50 <elliott> stop
19:45:51 <elliott> just
19:45:53 <elliott> cd to where df is
19:45:56 <elliott> then ./df_linux
19:45:58 <elliott> monqy: watch
19:46:00 <elliott> termcast.org
19:46:13 <monqy> i am
19:46:22 <elliott> ok uh
19:46:23 <monqy> how big is this terminal
19:46:26 <elliott> we really need to know what size taneb's terminal is
19:46:37 <elliott> also
19:46:38 <elliott> is it frozen
19:46:40 <elliott> it looks frozen to me
19:46:42 <elliott> oh no it isn't
19:46:43 <elliott> ok there we go
19:46:45 <elliott> it's just
19:46:47 <elliott> Taneb: skip the intro dude
19:47:00 <monqy> oh no i was watching the intro instead of crawl
19:47:04 <elliott> there we go
19:47:20 <elliott> im exicte
19:47:31 <elliott> is Taneb playing df in 80x24
19:47:32 <elliott> like really
19:47:38 <elliott> im not sure thats even possible
19:47:52 <elliott> oh no it's
19:47:53 <elliott> 80x25
19:48:05 <elliott> no wait it's more
19:48:13 <elliott> uhhh
19:48:14 <elliott> taneb
19:48:16 <elliott> how big is this terminal
19:48:27 <elliott> oh forget it
19:49:04 <elliott> Taneb
19:49:07 <elliott> do you not use the find site feature
19:49:13 <Taneb> Nah
19:50:08 <elliott> monqy: are you excited
19:50:10 <elliott> im excited
19:50:13 <monqy> im exciiite
19:50:59 -!- Phantom_Hoover has joined.
19:51:17 <elliott> hi Phantom_Hoover
19:51:20 <elliott> we're watching taneb play df
19:51:24 <Phantom_Hoover> oh
19:51:25 <Phantom_Hoover> my god
19:51:49 <Phantom_Hoover> what
19:51:50 <Phantom_Hoover> server
19:51:56 <elliott> termcast.org
19:51:59 <elliott> you'll want a big terminal i think
19:52:00 <Phantom_Hoover> Port?
19:52:02 <elliott> just maximise it
19:52:03 <elliott> uhh just telnet
19:52:06 <elliott> telnet termcast.org
19:52:08 <elliott> default port
19:52:09 <elliott> also he
19:52:11 <Phantom_Hoover> Still being forced to use Windows.
19:52:12 <elliott> doesn't use find site
19:52:15 <Phantom_Hoover> w
19:52:16 <monqy> so far 80x24 is working fine for me
19:52:17 <elliott> and goes through
19:52:17 <Phantom_Hoover> h
19:52:17 <Phantom_Hoover> a
19:52:18 <Phantom_Hoover> t
19:52:18 <elliott> the embark stuff
19:52:21 <elliott> one by one
19:52:23 <elliott> adjusting
19:52:25 <elliott> stats and
19:52:27 <elliott> things to take
19:52:27 <elliott> and shit
19:52:32 <Phantom_Hoover> Well I mean you do have to make your own embark profile.
19:52:35 <elliott> i dont
19:53:15 <elliott> monqy: are y ou exicet
19:53:16 <elliott> monqy: als
19:53:17 <elliott> o
19:53:25 <elliott> i really don't think it's 80x24 but
19:53:40 <monqy> if it freaks out i'lll resize it
19:53:42 <elliott> yeah it's
19:53:45 <elliott> monqy: can you see "Name Fortress"
19:53:48 <elliott> F: Name Fortress
19:53:50 <monqy> yes
19:53:52 <monqy> i can see that
19:53:56 <elliott> :/
19:53:59 <elliott> i just started a new 80x24 and
19:54:00 <elliott> can't see that
19:54:09 <elliott> its
19:54:14 <elliott> really gunked up by the logo and stuff
19:54:27 <elliott> im hoping embark will lead to a complete redraw
19:54:35 <monqy> yeah the
19:54:38 <monqy> not redrawing is
19:54:39 <monqy> a bit weird
19:54:58 <elliott> this is what i see:
19:55:01 <elliott> http://ompldr.org/vZGs5eQ
19:55:12 <elliott> dunno what Taneb sees
19:55:17 <monqy> what i see is a bit different
19:55:32 <elliott> Phantom_Hoover: are you watching
19:55:32 <Taneb> Name suggestions?
19:55:37 <elliott> i like Twistedboats
19:55:50 <elliott> oh
19:55:52 <elliott> for the guys??
19:55:57 <Taneb> Group name suggestions?
19:56:04 <elliott> idk idk idk
19:56:05 <elliott> ask monqy
19:56:11 <monqy> idk idk idk
19:56:12 <monqy> ask elliott
19:56:19 <elliott> idk idk idk
19:56:20 <elliott> ask monqy
19:56:20 <Taneb> Phantom_Hoover, group name suggestions?
19:57:30 <elliott> ok
19:57:34 <elliott> taneb
19:57:38 <elliott> doo you usually play df at this low a resolution
19:57:39 <elliott> im just asking
19:57:45 <Taneb> Not normally?
19:57:59 <elliott> monqy: i think you'll find its slightly larger than 80x24
19:58:09 <elliott> also argh
19:58:12 <elliott> the border jsut got messed up again for me good god
19:58:46 <elliott> Taneb: just name it anything
19:58:48 <monqy> i did a maximixsed and it looks the same as in my 80x24
19:59:27 -!- oerjan has joined.
19:59:33 <elliott> hmm so it is
19:59:37 <elliott> oh hi oerjan! i was worried about you
19:59:39 <elliott> well not really
19:59:42 <elliott> since you edited on the wiki
19:59:43 <elliott> but
19:59:51 <Taneb> Is dolomite flux?
19:59:52 <elliott> monqy: i love how the dorfs are just
19:59:53 <elliott> normal smilies
20:00:10 <monqy> ok it's
20:00:12 <monqy> 80x25
20:00:19 <elliott> "told yuo"
20:00:20 <Taneb> Strictly speaking, dwarves are @ signs
20:00:22 <oerjan> 21:59 =lambdabot> elliott said 1d 1h 32m 40s ago: Hey, remind me to update that answer again.
20:00:29 <Taneb> It's fortress members that are :)'s
20:00:44 <elliott> oerjan: hi
20:00:49 <elliott> i will!!! someday
20:01:04 * oerjan doesn't even recall what the answer is
20:01:38 <elliott> the
20:01:40 <elliott> map sharing one
20:01:48 <oerjan> wat
20:01:53 <elliott> Map
20:01:54 <elliott> sharing
20:01:54 <elliott> strictness
20:01:55 <elliott> spline
20:01:55 <oerjan> oh stackoverflow?
20:01:57 <elliott> yes
20:02:00 <oerjan> ok
20:02:27 <elliott> wow the block drawing characters are
20:02:29 <elliott> really ugly
20:02:37 <monqy> they odn't look so guly for me
20:02:56 <monqy> maybe it's because im a bad person who uses a bitmap fonte
20:03:23 <elliott> no bitmap fonte on os x
20:03:31 <elliott> oh wait this is xterm
20:03:31 <monqy> and from the scrreeenshots ive seen block drawing characters are less ugly biptmap fonts and megaugly on nonbiptmap
20:03:32 * oerjan has been archive binging sheldon
20:03:33 <Sgeo_> monqy, Phantom_Hoover elliott Taneb did you see update?
20:03:33 <elliott> ok i guess i could
20:03:44 <elliott> monqy: what fixed font
20:03:45 <elliott> do you use
20:03:51 <monqy> terminus
20:03:52 <Taneb> Sgeo_, yes
20:04:06 <elliott> uugh what's the
20:04:07 <elliott> thing for
20:04:10 <elliott> fixed font of size x
20:04:13 <elliott> font specs are
20:04:13 <elliott> so ugly
20:04:51 <monqy> i dont know how to do it for xterme
20:04:57 -!- pikhq_ has joined.
20:07:35 -!- pikhq has quit (Ping timeout: 246 seconds).
20:07:59 <elliott> i forget monqy
20:08:00 <elliott> what's the
20:08:02 <elliott> encoding of font thing
20:08:04 <elliott> that is
20:08:04 <elliott> unicode
20:08:05 <elliott> as in
20:08:08 <elliott> the last bit of the
20:08:11 <elliott> -*-*-fixed-poop-*-
20:08:13 <monqy> i dont know :(
20:08:15 -!- iconmaster has joined.
20:08:16 <elliott> Taneb: im watching & enjoyeying btw
20:08:33 <Taneb> :)
20:10:58 <elliott> monqy: what you really want for df is
20:11:02 <elliott> the dos codepage font
20:11:24 <elliott> Phantom_Hoover: how did you get arch working btw
20:11:50 <elliott> oh also
20:11:50 <monqy> maybe i should ifind the font is probably the best for df probably
20:12:01 <monqy> but for now "too lazey"
20:12:04 <elliott> monqy: Phantom_Hoover: http://www.youtube.com/watch?v=-6FXeupOp04
20:12:11 <elliott> something really seemed off about the game but then i realised its because
20:12:15 <elliott> termcast doesnt stream the music too "bad termcast"
20:12:19 <elliott> so i fixed it myself
20:16:52 -!- RocketJSquirrel has set topic: Le français est la langue de l'amour ésotérique | http://codu.org/logs/_esoteric/.
20:17:00 <elliott> monqy: are yuo listeninge
20:18:14 <elliott> (its requirement)
20:21:30 <Sgeo_> elliott, does DF run on Linux now?
20:21:36 <Taneb> It has for years?
20:21:37 <elliott> uhhh
20:21:38 <Sgeo_> I vaguely heard something like that
20:21:40 <elliott> df has run on linux since forever
20:21:48 <Sgeo_> elliott, I remember using WINE...
20:21:59 <elliott> well i seem to recall the port used to suck but that's another matter
20:22:28 -!- MoALTz has joined.
20:24:21 <Sgeo_> elliott, is DF a memory hog, or mostly a CPU hog? I'm assuming the latter, and if it's the latter I might be able to run it on this computer without tearing my hair out
20:24:37 <elliott> it's not really an anything hog
20:24:51 <elliott> i ran it on my 1.33 GHz / 4 gig of RAM laptop just fine
20:25:05 <elliott> the OMGE DF USES UP ALL UR RESOURCES is largely overblown, if you have under 100 dorfs oyu'll be fine
20:25:14 <Sgeo_> On this machine, I have 1GB of RAM. I don't know CPU
20:25:23 <Sgeo_> Um, Intel Centrino Duo according to this sticker
20:25:36 <elliott> welp
20:25:38 <elliott> "tias"
20:25:58 <RocketJSquirrel> No, that's not Tia's computer.
20:26:00 <elliott> dwarf therapist works on linux too
20:26:02 <RocketJSquirrel> She has a much better computer.
20:26:08 <RocketJSquirrel> Apparently I'm Rocky again.
20:26:10 -!- RocketJSquirrel has changed nick to Gregor.
20:26:10 <elliott> is tia Taneb
20:26:14 <elliott> yse you
20:26:15 <elliott> nciked to rocky
20:26:41 <Gregor> Tia is my cat.
20:26:50 <elliott> ah
20:27:07 <elliott> happy summer Taneb
20:27:10 <elliott> happy summer Phantom_Hoover
20:27:11 <elliott> happy summer Gregor
20:27:14 <elliott> happy summer monqy
20:27:17 <elliott> happy summer Sgeo_
20:27:21 <elliott> happy summer MoALTz
20:27:49 <quintopia> happy summer elliote
20:28:57 <MoALTz> no summer glau?
20:29:35 <elliott> Taneb: whats the fortress called btw
20:29:37 <quintopia> summer glau is kind of funny looking
20:29:49 <Taneb> Twistedboats
20:30:13 <elliott> excellent
20:30:25 <Taneb> It's being ran by the Secret Sect of Insects
20:34:32 <elliott> wait there are only two viewers
20:34:32 -!- oerjan has quit (Quit: Lost terminal).
20:34:37 <elliott> that means i need to yell at eitehr monqy or Phantom_Hoover
20:35:55 <monqy> im view
20:36:00 <monqy> i was view for all the time
20:36:43 <elliott> Adequate Milker
20:36:48 <elliott> that's my pseudonym
20:37:30 <Gregor> Hot
20:37:53 <elliott> monqy: wow df updates the terminal
20:37:53 <elliott> a lot
20:37:57 <monqy> yes
20:38:00 <monqy> lots of
20:38:01 <monqy> flashing
20:38:03 <elliott> "would never have flied in the 70s" - elliott
20:38:07 <elliott> oh well im used to the flashing its just
20:38:13 <elliott> over termcast you're like
20:38:17 <elliott> wow all these bytes over internet
20:38:22 <elliott> but then the music
20:38:23 <elliott> calms me
20:38:31 <elliott> why doesn't termcast broadcast the music
20:38:40 <monqy> such a soothing music
20:39:10 <Taneb> The music makes me fall asleep
20:39:15 <monqy> so what's going on in this fortress thing
20:39:34 <elliott> is Taneb saying he mutes the music that would be
20:39:35 <elliott> sin
20:39:52 <Taneb> No, but if I suddenly stop doing anything, don't be too worried
20:39:52 <elliott> btw here's how it
20:39:55 <elliott> looks for me http://ompldr.org/vZGthZA
20:39:57 <elliott> "kinda messey"
20:40:09 <monqy> wow that block drawing
20:40:12 <monqy> really is awful
20:40:17 <elliott> at least its just the outside edges
20:40:21 <elliott> inside the viewport it's fine
20:41:17 <elliott> i forget did monqy ever get around to playing df
20:41:21 <monqy> sort of
20:41:25 <elliott> watching this is kinda weird for me because
20:41:32 <elliott> i play df maximised
20:41:36 <elliott> and with a smaller font than this
20:41:38 <elliott> so liker
20:41:40 <elliott> *like
20:41:41 <Sgeo_> where are we watching?
20:41:41 <elliott> reallyhugeterm
20:41:45 <elliott> Sgeo_: telnet termcast.org
20:41:52 <Taneb> So do I, this is pretty weird for me too
20:41:55 <Sgeo_> Ah
20:42:11 <monqy> like i never finsiehd my first fortress
20:42:24 <Sgeo_> Bay12 Games logo is in the middle of stuff
20:42:24 <monqy> i forget where i left it
20:42:31 <elliott> Taneb: i mean you *could* make the terminal bigger but it can already be pretty slow to update when you scroll the screen and that would
20:42:32 <elliott> only get worse
20:42:34 <monqy> but it was really slow to start
20:42:36 <elliott> Sgeo_: that happens just wait for a full redraw sometime
20:42:42 <nortti> Taneb: that's awesome
20:42:54 * elliott wonders what's awesome
20:42:54 <monqy> and i was afraid because i didn't wnat to have to slow start all the time
20:43:11 <elliott> monqy: what i do is play succession fortresses and never go first
20:43:12 <elliott> go second or third
20:43:19 <elliott> then you dive right into the fun parts
20:43:41 <nortti> elliott: termcast
20:43:45 <elliott> http://stackoverflow.com/questions/1382673/if-we-create-code-which-isnt-elegant-have-we-failed rip
20:43:49 <elliott> nortti: yeah termcast is cool
20:43:51 <elliott> except
20:43:53 <elliott> it should be mosh-based
20:43:54 <elliott> just sayin'
20:44:00 <elliott> kmc: (am i getting paid a lot for this)
20:44:10 <nortti> elliott: mosh?
20:44:32 <elliott> nortti: http://mosh.mit.edu/, it's a secure remote terminal with local echo
20:44:40 <elliott> (it says it's a replacement for ssh on the site but that's slightly misleading; it uses ssh for initial authentication)
20:44:41 <elliott> UDP-based
20:44:46 <elliott> supports client roaming
20:45:01 <elliott> it's based on updating the terminal to the correct state rather than just streaming the vt100 bytes
20:45:07 <elliott> which is ideal for terminal-based games
20:49:52 <elliott> monqy: wow the water
20:49:56 <elliott> does bad things to termcast
20:49:59 <elliott> as far as speed goes
20:50:06 <monqy> yikes, that water
20:51:43 <elliott> monqy: is jiyva fun
20:52:22 <monqy> i havent' done much jiyva
20:54:04 <elliott> taneb is a df machine
20:54:52 <Sgeo_> elliott, you can kill Jiyva
20:55:09 <elliott> i dont want to kill jiyva
21:05:49 -!- Slereah has quit (Ping timeout: 260 seconds).
21:06:36 -!- Slereah has joined.
21:07:24 -!- pikhq has joined.
21:07:34 -!- pikhq_ has quit (Ping timeout: 248 seconds).
21:10:33 <Taneb> How am I doing?
21:10:50 <elliott> good, good
21:10:55 <elliott> i'm not really analysing it much
21:10:58 <elliott> just gazing fondly at it
21:11:37 <Taneb> :)
21:15:34 <Taneb> I'm going to bed at half-past
21:16:01 <elliott> weirdo
21:16:02 <itidus20> I had a good long sleep.
21:18:09 <itidus20> i can't recall precisely but 11 unaccounted hours
21:18:27 <itidus20> going by the logs
21:18:59 <Taneb> The "Humurous Safetey-Guilds"!?
21:19:12 <elliott> thats me
21:20:12 <elliott> Taneb: i got scared seeing all your @s
21:20:13 <elliott> like
21:20:17 <elliott> oh no i bet they're powerful monsters hes going to die
21:20:19 <elliott> and the O i was like
21:20:21 <elliott> oh no orcs
21:20:25 <elliott> *ogres
21:20:27 <elliott> monqy: crawl has gone bad things to me :(
21:21:58 -!- pikhq has quit (Ping timeout: 246 seconds).
21:22:02 -!- pikhq_ has joined.
21:32:39 <Taneb> So, I do I stop the broadcast?
21:33:01 <monqy> that or do something with it
21:33:51 <elliott> cd/
21:33:58 <elliott> monqy: try Ctrl+D
21:33:58 <elliott> but!
21:34:01 <elliott> then open a new terminal and
21:34:08 <monqy> elliott: hi
21:34:12 <elliott> ps -A | grep ns
21:34:13 <elliott> oops
21:34:15 <elliott> Taneb: ^
21:34:17 <elliott> ps -A | grep nc
21:34:17 <elliott> instead
21:34:18 <elliott> oops
21:34:20 <elliott> oops
21:34:22 <elliott> and it might also be
21:34:24 <elliott> ps -A | grep netcat
21:34:33 <elliott> taneb
21:34:36 <elliott> we can see everything you're doing
21:34:37 <elliott> just do you know
21:34:54 <elliott> there
21:34:57 <elliott> what's haskell.py
21:35:23 <Taneb> Me being bored when I still knew some Haskell
21:35:31 <Taneb> *Python
21:35:35 <elliott> "same language"
21:35:45 <Taneb> I was trying to implement some Prelude functions in Python
21:35:54 <Taneb> Well, goodnight
21:35:57 -!- Taneb has quit (Quit: Leaving).
21:36:23 <nortti> elliott: where is haskell.py?
21:45:20 -!- iconmaster has quit (Quit: iconmaster is gone!).
21:45:51 <Phantom_Hoover> Sorry.
21:46:06 <Phantom_Hoover> Shithead father took power cable to screen away to make me practice flute.
21:46:30 <Phantom_Hoover> Then refused to give power cable back when I had because he "didn't want to have to take power cable away to make me practice flute".
21:46:49 <elliott> flute
21:47:17 <elliott> more like
21:47:18 <elliott> lute
21:47:46 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
21:51:32 <elliott> @time monqy
21:51:33 <lambdabot> Local time for monqy is Sun Apr 29 14:51:32 2012
21:51:37 <elliott> happy 14:51:32
21:53:17 <monqy> happy
21:53:35 <elliott> too happy, be less happy
22:07:44 -!- Phantom_Hoover has joined.
22:08:14 <Phantom_Hoover> Hey guys, what has a hideous case, a working Arch installation, and is made of concrete?
22:09:53 <shachaf> shubshub has hideous case.
22:10:01 <shachaf> Not sure about the other two.
22:10:40 -!- derdon_ has quit (Remote host closed the connection).
22:11:53 <ion> :-D
22:17:20 -!- pikhq has joined.
22:17:40 -!- pikhq_ has quit (Ping timeout: 244 seconds).
22:21:41 -!- esowiki has joined.
22:21:45 -!- esowiki has joined.
22:21:46 -!- esowiki has joined.
22:22:54 -!- esowiki has joined.
22:22:54 -!- glogbot has joined.
22:22:58 -!- esowiki has joined.
22:22:58 -!- esowiki has joined.
22:38:39 -!- itidus20 has quit (Ping timeout: 256 seconds).
22:39:06 -!- nortti has quit (Quit: leaving).
22:43:11 -!- nortti has joined.
22:43:23 -!- Madoka-Kaname has joined.
22:43:23 -!- Madoka-Kaname has quit (Changing host).
22:43:23 -!- Madoka-Kaname has joined.
22:44:31 <pikhq> " unicode is shit. the only language it can handle well is english.
22:44:31 <pikhq> anyone who advocates unicode obviously has never had to deal with data in multiple languages.
22:44:34 <pikhq> "
22:44:37 <pikhq> Permission requested to murder.
22:47:13 <nortti> the one who wrote that is insane
22:48:00 <pikhq> Exceptionally.
22:49:08 <nortti> where is that quote from?
22:52:08 -!- pikhq has quit (Ping timeout: 240 seconds).
22:52:17 -!- pikhq has joined.
22:54:49 <nortti> pikhq: where is that quote from
22:58:29 <Madoka-Kaname> pikhq, termination request granted. Use extreme force!
22:59:00 <Phantom_Hoover> Bricks are taken.
23:20:23 -!- Patashu has joined.
23:43:31 <nortti> `quote
23:43:32 <nortti> `quote
23:43:33 <nortti> `quote
23:43:34 <HackEgo> 341) <tswett> Grr. Why does it exist? Why can't I kill it?
23:43:35 <nortti> `quote
23:43:35 <Sgeo_> nortti, http://www.reddit.com/r/programming/comments/sy5j0/the_utf8everywhere_manifesto/c4i1ne6
23:43:36 <nortti> `quote
23:43:39 <HackEgo> 90) <fax> oklopol geez what are you doing here <oklokok> ...i don't know :< <oklokok> i actually ate until now, although i guess i also did other things...
23:43:49 <Sgeo_> I have no idea what ObQwe1234 means
23:43:50 <HackEgo> 502) <MDude> Tooth or Bear: Each turn, either take out your own tooth, or wrestle a bear.
23:43:52 <elliott> pikhq: you realise that's a troll post right
23:43:58 <HackEgo> 591) <monqy> one time I tried cpp programming ​ <monqy> it was hellish ​ <monqy> maybe I should try again
23:43:59 <elliott> Sgeo_: ObFoo is usenet for obligatory foo
23:44:09 <HackEgo> 108) * augur rubs alise's bum [...] <augur> what? she said square ped <augur> :|
23:44:10 <Sgeo_> What's Qwe1234 then?
23:44:13 <elliott> `delquote 108
23:44:18 <HackEgo> ​*poof* * augur rubs alise's bum [...] <augur> what? she said square ped <augur> :|
23:44:21 <elliott> Sgeo_: http://www.reddit.com/user/qwe1234
23:45:06 <Sgeo_> This is a perfectly sensible qwe1234 quote: "calibre is pretty shitty software."
23:45:24 <Sgeo_> At least, due to security incompetence. Although maybe that's more shitty stubborn programmer.
23:45:38 -!- elliott has left.
23:53:28 <Sgeo_> oops
←2012-04-28 2012-04-29 2012-04-30→ ↑2012 ↑all