←2007-10-06 2007-10-07 2007-10-08→ ↑2007 ↑all
01:08:29 <GregorR> MISC
01:08:31 <GregorR> GREGOR WUV MISC
01:08:35 <GregorR> [that is all]
01:09:46 <bsmntbombdood> wai?
01:09:56 -!- ehird` has quit (Read error: 104 (Connection reset by peer)).
01:14:00 <GregorR> Because MISC is much awesomeness!
01:14:15 <GregorR> Add a few macros and you've got a hell of a sexy, uber-RISCy machine 8-D
01:14:26 <GregorR> Now I just need to design one and implement it in the size of a head of a pin.
01:15:01 <GregorR> Just needs a micro-ALU, three registers and probably an MMU
01:16:47 <GregorR> Some trickiness might get around the requirement of an MMU.
01:19:15 <RodgerTheGreat> hm. MISC.
01:19:32 <RodgerTheGreat> that's the architecture we're forced to learn for Computer Organization at my college.
01:19:44 <GregorR> Not that MISC :P
01:19:52 <RodgerTheGreat> I really wish they taught us something a little more useful, like PPC or ARM.
01:19:54 <RodgerTheGreat> oh
01:20:16 <GregorR> MISC is an overloaded namespace. MISC means Minimal Instruction Set Computer, but most things called MISCs aren't truly minimal in the absolute sense, just minimal in the "pretty damn small" sense.
01:20:25 <GregorR> The MISC I'm talking about (on esolangs.org) has one instruction.
01:21:26 <RodgerTheGreat> oh. sweet. You should call it OISC to reduce confusion
01:21:35 <RodgerTheGreat> "One Instruction Set Computer"
01:21:55 <oerjan> that is of course also taken
01:22:19 <GregorR> OISC is the common name for that style of computer, MISC is a specific "device"
01:22:24 <GregorR> Also, OISC is grammatically-dubious :P
01:22:39 <RodgerTheGreat> true
01:22:48 <GregorR> Could be OIC 8-D
01:22:50 <RodgerTheGreat> SISC?
01:22:58 <oerjan> well so is MISC if you squint the right way
01:22:59 <GregorR> That just means it has a single instruction set ...
01:23:06 <RodgerTheGreat> SIC
01:23:13 <GregorR> I like OIC :P
01:23:20 <RodgerTheGreat> ORLY?
01:23:22 <GregorR> "I'm using OIC" "OIC!"
01:27:02 -!- jix has quit ("CommandQ").
01:29:15 <pikhq> PIKHQ LOVE C!!!
01:29:56 <pikhq> http://pikhq.nonlogic.org/bubble.c
01:36:55 * oerjan thought his editor was ignoring newlines for a moment
01:37:23 <pikhq> LMAO
01:37:33 <pikhq> 'indent' does *not* make it any better.
01:37:41 <pikhq> Nor does a run through the preprocessor.
01:38:46 <bsmntbombdood> i had fun playing with my OISC
01:58:44 <GregorR> You can put blocks in ?: comparisons? >_O
02:01:02 <bsmntbombdood> gcc supports {( ... )} blocks
02:01:11 <bsmntbombdood> that evaluate to their last expression
02:01:56 <bsmntbombdood> or is it ({...})
02:08:23 <pikhq> It's ({})
02:08:30 <pikhq> Perfectly valid GNU C.
02:12:41 <pikhq> Now, who can figure out what that does? :p
02:13:56 <pikhq> Huh. I think I screwed that program up. XD
02:16:49 <pikhq> Or not.
02:20:16 <pikhq> No, I did. My second instance of a=!a; toggled a, when I just want it consistently set to 0.
02:37:23 <g4lt-mordant> perfectly valid gnu c is an oxymoron
02:38:41 <pikhq> Granted.
02:50:32 -!- poiuy_qwert has joined.
03:05:28 -!- bsmntbom1dood has joined.
03:14:03 -!- bsmntbom2dood has joined.
03:18:53 -!- bsmntbombdood has quit (Read error: 110 (Connection timed out)).
03:24:39 -!- bsmntbom1dood has quit (Read error: 110 (Connection timed out)).
03:26:34 -!- bsmntbom2dood has changed nick to bsmntbombdood.
04:26:42 -!- GreaseMonkey has joined.
04:27:33 -!- calamari has joined.
04:29:15 -!- ^_` has joined.
04:29:25 -!- GreaseMonkey has quit (Nick collision from services.).
04:29:31 -!- ^_` has changed nick to GreaseMonkey.
05:03:07 -!- GreaseMonkey has quit (Connection timed out).
05:03:25 -!- ^_` has joined.
05:03:41 -!- ^_` has changed nick to GreaseMonkey.
05:08:31 -!- GreaseMonkey has left (?).
05:37:39 -!- Sukoshi` has joined.
05:38:01 <Sukoshi`> So, let's assume some random person nonchalantly came up to you and asked you to design a GTK GUI layout for an RPN Calculator.
05:38:05 <Sukoshi`> What would your response be?
05:39:03 <bsmntbombdood> long time no see
05:39:10 <oerjan> indeed
05:39:15 <Sukoshi`> Yup.
05:39:20 <oerjan> and then, "no"
05:39:20 <bsmntbombdood> i would say "no", and go back to using emacs calc
05:39:22 <Sukoshi`> I'll be going back off to aether after today, but.
05:39:36 <Sukoshi`> Aww.
05:39:41 <Sukoshi`> But I need ideas waah.
05:40:07 <bsmntbombdood> Sukoshi`: why the hell would a calculator need a gui?
05:40:33 <Sukoshi`> Because you don't want to stare at a terminal display when switching between your math homework and the screen?
05:40:43 <oerjan> apart from a bunch of buttons with symbols and function names on them...
05:41:03 <Sukoshi`> Well, the display is what I'm really concerned about.
05:41:13 <Sukoshi`> What would be the most effective way to display the stack.
05:41:29 <bsmntbombdood> one entry per line...
05:41:36 <oerjan> scrollbar?
05:41:37 <Sukoshi`> A listbox or a textbox?
05:41:46 <Sukoshi`> Stack number prefixed?
05:42:30 <bsmntbombdood> doesn't matter, doesn't matter, doesn't matter, just use emacs calc
05:42:35 <bsmntbombdood> calc even has a CAS
05:42:54 <Sukoshi`> Yay fundamentalism \o/
05:43:27 <Sukoshi`> Now that I have Real Life Responsibilities(TM), I can't run Emacs all the time, by the way.
05:44:00 <bsmntbombdood> uh, why not?
05:44:03 <oerjan> you mean it takes longer to start up than the length of your breaks?
05:44:06 <Sukoshi`> Yup.
05:44:10 <Sukoshi`> Heh.
05:44:51 <Sukoshi`> Well, more like, keeping Emacs always up is pointless, since I use the computer so much less.
05:45:09 <Sukoshi`> On average, 1.5 hours a day, spent browsing Reddit and miscellaneous forums.
05:45:26 <bsmntbombdood> i see you are spending your time well
05:45:42 <Sukoshi`> I am.
05:46:27 <pikhq> 少し!
05:46:52 <bsmntbombdood> Sukoshi`: will you be participating in the #esoteric orgy?
05:46:55 <Sukoshi`> ひさしぶり、pikhq.
05:47:07 <Sukoshi`> bsmntbombdood: Only for some few hours for the rest of today.
05:47:17 <pikhq> うん、ひさしぶり、ね。……
05:47:38 <pikhq> GTK GUI layout for an RPN calculator?
05:47:44 <pikhq> A) *Ewwww*, GTK.
05:47:56 <bsmntbombdood> b) *Ewwwww*, GUI.
05:48:23 <pikhq> B) Does STATEMENT: __________________________________ \n OUTPUT: ____________________ count?
05:49:11 <Sukoshi`> Meh.
05:49:14 * oerjan suddenly envisions the stack displayed like a Star Wars style intro
05:49:22 <Sukoshi`> Orpie has already been invented for the curses world, by the way.
05:49:26 <bsmntbombdood> that would be pretty cool!
05:50:11 * pikhq envisions a Norwegian mathematician talking about esoteric languages
05:51:13 * bsmntbombdood envisions oerjan
05:51:42 <pikhq> 少しさん、名前はジョウサイアです。;)
05:52:19 <bsmntbombdood> SPEAK ENGLISH IN AMERICA
05:52:19 <pikhq> えと。……ちがう。「ジョサイア」だ。
05:52:35 <pikhq> oerjan, if you would add some Norwegian to the fray?
05:52:45 <Sukoshi`> ジョウサイ?
05:52:48 <pikhq> Josiah.
05:52:49 <oerjan> det kommer ikke p tale
05:52:54 <Sukoshi`> ああ。
05:52:55 <pikhq> At least *trying* to transcribe it.
05:53:05 <Sukoshi`> 分かる。
05:53:18 <Sukoshi`> さあ、何の話がいいか。
05:54:01 <Sukoshi`> 色々なことがあるから。。。。
05:54:29 <pikhq> "I understand. Well, what reading is good? Since there's so many things. . ."
05:54:36 <Sukoshi`> Miguel de Icaza のMonoの新しい報告はどう?
05:55:05 <Sukoshi`> ``Well, what should we talk about? There's so many things, so...''
05:55:09 <pikhq> Oh.
05:56:42 <Sukoshi`> Linuxのたくさんな人達がMonoはMSの付いた物から絶対ダメって言っているし。。。
05:57:06 <pikhq> 大好きな大学は僕がおうすった。:)
05:57:42 <Sukoshi`> おうするって何?
05:57:51 <Sukoshi`> MITで入学したか。
05:57:52 <pikhq> Trying to say "accepted".
05:57:53 <bsmntbombdood> ???????????????
05:58:21 <Sukoshi`> ホントウ?!?!MITのチャンス?!?!?!
05:58:27 <pikhq> UMRでべんきょうしたい。
05:58:29 <bsmntbombdood> mit?
05:58:39 <pikhq> MITじゃない、よう。
05:58:52 <Sukoshi`> UMR。。。えっと。。。その大学の名前を知らない。。。
05:58:52 <bsmntbombdood> SPEAK ENGLISH IN AMERICA
05:59:51 <Sukoshi`> やきもちがやってるかな。
06:00:10 -!- poiuy_qwert has quit.
06:00:27 <Sukoshi`> 私の一番狙いの大学はMIT。当り前だな。
06:00:59 <Sukoshi`> でも。。。そのチャンスの確立は。。。ゼロだと思う。。。(苦笑
06:01:02 <pikhq> すごくいい、よ。UMRのACMは二番造った。
06:01:26 <Sukoshi`> ACM
06:01:33 <Sukoshi`> ACMってば。。。
06:01:43 <pikhq> The Association for Computing Machinery.
06:01:59 <Sukoshi`> そんあことか。。。面白そう。
06:02:04 <pikhq> Bringing you such delights as the phrase "computer science". . .
06:02:24 <Sukoshi`> でも、私は理学を勉強したいから、あれが無駄だ。
06:03:21 <Sukoshi`> ちなみに、作るはもうふさわしいと思う。
06:04:38 <pikhq> 話してはちょっとむずかしい。よくkitenを作るんだ。……
06:04:38 <Sukoshi`> 今の見える狙いはUC Berkeleyだ。この町の辺りであるって、お金持ちのない人で優しくて、そんあわけだ。
06:04:59 <Sukoshi`> kitenを作る?
06:05:46 <Sukoshi`> さあ、今出ていくねぇぇぇぇ。。。さようなら、みんあ!!!
06:06:06 -!- Sukoshi` has left (?).
06:06:25 <pikhq> KDEの日本語のじしょ。
06:06:30 <pikhq> くそ。
06:06:49 <pikhq> Okay, I'll stop with the Japanese.
06:06:59 <bsmntbombdood> what were you guys talking about
06:07:06 <pikhq> College.
06:07:37 <pikhq> If you want an exact translation, it'll take me a while. . .
06:07:43 <pikhq> So many kanji that I don't know. . .
06:08:08 <bsmntbombdood> hrumph
06:08:19 <bsmntbombdood> should i listen to bach or falconer?
06:08:44 <pikhq> Yes.
06:09:16 <bsmntbombdood> you fail
06:09:50 <bsmntbombdood> what is the right way to say what i wanted to?
06:10:08 <oerjan> which one of ...
06:10:34 <pikhq> Realise that all of us code.
06:10:48 <pikhq> "Which: Bach xor Falconer?"
06:11:26 <pikhq> Bach, humbug!
06:14:29 <bsmntbombdood> i think i'm going to go with ethanol instead of music
06:19:08 <oerjan> well, since so many people have stolen from Bach, it is not impossible that you could do both in one...
06:27:26 <bsmntbombdood> mplayer 1/* 2/*
06:27:29 <bsmntbombdood> grrr
07:59:59 -!- clog has quit (ended).
08:00:00 -!- clog has joined.
08:32:59 <calamari> .
08:33:05 -!- calamari has quit ("Leaving").
09:03:46 -!- sebbu2 has joined.
09:23:04 -!- sebbu has quit (Read error: 110 (Connection timed out)).
09:26:02 -!- oerjan has quit ("leaving").
09:48:12 -!- SEO_DUDE38 has quit (Remote closed the connection).
10:53:24 <SimonRC> pikhq: how do you know Japanese?
11:04:14 <SimonRC> pikhq: also, what is the line-ending type in that C code?
11:04:32 <SimonRC> amazingly, PFE doesn't auto-detect
11:06:18 <SimonRC> and you can't put braces in an expression
11:12:49 <SimonRC> bsmntbombdood: I think you mean "Erdős", not "air dish"
11:32:15 -!- jix has joined.
11:40:00 <oklopol> (bsmntbombdood) should i listen to bach or falconer? <<< we have two or's in finnish just for that distinction!
12:12:22 -!- ehird` has joined.
13:34:07 -!- sebbu2 has changed nick to sebbu.
13:58:56 <Tritonio> good day everyone..
14:15:23 * SimonRC has lunch
14:19:38 -!- Tritonio has quit (Read error: 104 (Connection reset by peer)).
14:20:17 -!- Tritonio has joined.
14:22:12 <oklopol> g'day
14:32:42 -!- ehird` has quit (Read error: 104 (Connection reset by peer)).
14:54:01 -!- Tritonio has quit (Remote closed the connection).
15:15:32 <pikhq> SimonRC: I've been learning Japanese at my high school.
15:15:43 <pikhq> It's standard UNIX style.
15:15:58 <pikhq> And thanks to GNU C, I *can* put braces in an expression.
15:16:32 * pikhq is almost glad he didn't try GNU's dynamically-sized arrays
15:18:04 -!- SEO_DUDE38 has joined.
15:32:51 -!- molchuvka has joined.
15:42:09 -!- Tritonio has joined.
16:04:41 -!- Tritonio has quit (Remote closed the connection).
17:37:14 -!- ehird` has joined.
17:40:03 <ehird`> hi
17:47:04 <SimonRC> urgh
17:47:12 <ehird`> gurgurgurguh?
17:47:40 <SimonRC> job-hunting
17:47:49 <SimonRC> I am getting flooded with requests
17:48:08 <ehird`> PING requests? or VERSION requests? ;)
17:54:55 <SimonRC> :roll:
17:55:03 <ehird`> :D
17:55:19 <SimonRC> question: how to do an eye-rolling smiley
17:55:27 <ehird`> hmm
17:55:32 <ehird`> there is no standard, i think
17:55:35 <ehird`> :rolleyes: is what most forums use
17:55:48 <ehird`> 8-) is what msn uses, but that's not an eye roll by any stretch of the imagination
17:55:50 <ehird`> i don't know
17:57:19 <SimonRC> ò_ó <-- ooh
17:57:36 <SimonRC> ó_ò <-- ooh
17:57:38 <ehird`> heh
17:57:43 <ehird`> aha, i know
17:57:45 <ehird`> 8_8
17:57:47 <ehird`> kind of.
17:58:01 <ehird`> no, that just looks unconcious
18:16:13 -!- ehird` has quit (Read error: 104 (Connection reset by peer)).
19:16:51 -!- calamari has joined.
19:17:00 -!- calamari has left (?).
19:22:23 * SimonRC has food
19:29:03 <bsmntbombdood> hooray
19:30:38 <bsmntbombdood> que typo?
19:46:12 -!- bsmntbom1dood has joined.
19:57:13 -!- bsmntbombdood has quit (Read error: 110 (Connection timed out)).
19:59:18 -!- bsmntbom1dood has changed nick to bsmntbombdood.
20:16:26 -!- SEO_DUDE38 has quit (Remote closed the connection).
20:24:17 -!- molchuvka has quit.
20:39:09 -!- ehird` has joined.
20:40:03 -!- ehird` has quit ("Leaving.").
20:40:58 -!- ehird` has joined.
20:50:09 -!- jix has quit (Nick collision from services.).
20:50:19 -!- jix has joined.
20:56:34 <ehird`> hello
20:58:00 -!- RedDak has joined.
21:01:32 <oklopol> hy
21:02:15 <bsmntbombdood> boo
21:03:01 <bsmntbombdood> lol http://zelmor.uw.hu/blog/best_h_doujin_ending_ever.jpg
21:05:08 <oklopol> the boys were having such fun
21:05:33 <oklopol> how rude
21:05:45 <ehird`> god pidgin is retarded
21:05:59 <ehird`> how on earth do I enable flashing of windows without making it do it for irc too?!
21:06:14 <bsmntbombdood> uh...use a real irc client
21:06:47 <bsmntbombdood> Et oui l'été s'éloignant petit à petit, le travail revient au galop donc je vous ai concocté de nombreuses surprises donc un nouveaux sites qui va vous permettre de faire de nombreuse rencontre sex!!!
21:07:03 <ehird`> bsmntbombdood: i can't be arsed; i am hardly ever on this machine
21:41:59 -!- jix has quit ("CommandQ").
22:08:00 <ehird`> PINMG
22:17:54 <bsmntbombdood> PONMG
22:18:10 -!- RedDak has quit (Remote closed the connection).
22:18:48 <ehird`> THME NEMW STANDARWD SPECIFIEWS ALWL WORDWS MUSWT HAVWE "W" IWN THWE SECONWD-LASWT POSITIOWN
22:28:54 -!- bsmntbom1dood has joined.
22:34:08 -!- oerjan has joined.
22:40:14 -!- bsmntbombdood has quit (Read error: 110 (Connection timed out)).
23:09:05 <bsmntbom1dood> cd ~/m/in/bp/
23:09:14 <bsmntbom1dood> oops
23:09:36 <ehird`> you have very concise dir names
23:09:52 <bsmntbom1dood> tab completion
23:10:12 <ehird`> i always press tab after each dir name, it's a habit
23:10:18 -!- bsmntbom1dood has changed nick to bsmntbombdood.
23:10:21 <ehird`> ~/m<tab>in<tab>bp<tab>
23:55:28 -!- bsmntbom1dood has joined.
←2007-10-06 2007-10-07 2007-10-08→ ↑2007 ↑all