00:14:08 there should be French, Swedish and Tibetan versions. 00:14:21 -!- boily has quit (Quit: ARGUMENT CHICKEN). 00:22:58 -!- Wright has quit (Read error: Connection reset by peer). 00:23:06 -!- Wright has joined. 00:28:16 -!- Wright_ has joined. 00:28:16 -!- Wright has quit (Read error: Connection reset by peer). 00:35:41 Phantom_Hoover: You're saying it has to do with the nationality and not the location of the recipient? 00:36:46 yes. the french are, after all, notorious racists 00:50:42 FUCK 00:51:06 can someone fork nano and remove the Justify button 00:51:13 please 00:57:38 -!- mihow has quit (Quit: mihow). 00:57:59 -!- mihow has joined. 00:58:22 -!- mihow has quit (Client Quit). 00:59:21 [wiki] [[Symball]] http://esolangs.org/w/index.php?diff=44198&oldid=44197 * GoogolPlanck * (+2267) /* Examples */ 01:21:57 oren_: Why not switch to a better editor? 01:22:08 For example, ed 01:28:02 ed is definitely better at not ruining your work because of a single errant keypress 01:29:13 one of these days I'll write my own editor from scratch 01:37:39 I use kakoune 01:49:59 -!- variable has joined. 01:57:47 -!- Phantom_Hoover has quit (Read error: Connection reset by peer). 02:05:00 A while ago, I decided that, in order to make my speech just a little bit more gender-neutral, I would abandon the generic greeting "Hey guys", replacing it with "Hey you guys". 02:05:29 In retrospect, this seems kind of silly. 02:17:00 how do you simulate a 7 sided die with a 5 sided die? 02:20:24 sampling by rejection? 02:20:52 Roll the 5 sided die twice, keeping track of each roll seperately. Add the first die to 5 times the second. If the result is over 21, reroll. Otherwise, mod 7 the result. 02:21:01 -!- lleu has quit (Read error: Connection reset by peer). 02:21:10 wow calm down you cowboy 02:21:30 pikhq: is that a standard or de-facto way to do that? 02:22:36 pikhq rejected your rhetorical question 02:22:59 lifthrasiir: It's at least pretty close to a standard way of doing it. You're basically rolling a random base 5 two-digit number, and discarding those samples that would skew the distribution. 02:42:09 (1/x)^((1/x)-1) is asymptotically linear? 02:43:08 x^(1-(1/x)) 02:43:36 wait, no. hmm 02:45:36 well it LOOKS linear 02:49:17 Como se dice guys en spivak? 02:49:32 -!- bb010g has joined. 02:49:58 what is spivak? 02:50:16 https://en.wikipedia.org/wiki/Gayatri_Chakravorty_Spivak 02:51:11 a guy called spivak wrote my calculus textbook 02:51:15 izabera, https://en.wikipedia.org/wiki/Spivak_pronoun 02:53:15 oh, that is somehow the same spivak, wtf 02:57:14 fuckit I can't remebewr how to prove this with limit math, so i'mma do an ε δ proof 02:59:55 er, i guess it's a ε N proof. whatever 03:00:34 -!- copumpkin has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…). 03:04:53 [wiki] [[Symball]] http://esolangs.org/w/index.php?diff=44199&oldid=44198 * GoogolPlanck * (+7035) /* Examples */ 03:05:59 [wiki] [[Symball]] http://esolangs.org/w/index.php?diff=44200&oldid=44199 * GoogolPlanck * (-6) /* = Generation 1 */ 03:06:25 [wiki] [[Symball]] http://esolangs.org/w/index.php?diff=44201&oldid=44200 * GoogolPlanck * (-3) /* = Generation 3 (produced by G2) */ 03:07:46 oh right. x^x = 1 when x = 1, and x^x is a smooth function. 03:08:18 s/when x = 1/when x = 0/ 03:09:00 hence (1/x)^(1/x) approaches 1 as x -> +oo 03:09:33 hence (1/x)^(1/x-1) * 1/x -> 1 03:09:55 hence (1/x)^(1/x-1) is asymptot. linear in x 03:10:33 (the line in question being y=x) 03:12:22 [wiki] [[Symball]] http://esolangs.org/w/index.php?diff=44202&oldid=44201 * GoogolPlanck * (+4) /* ESO/Smiley/Hello, World! */ 03:12:56 [wiki] [[Symball]] http://esolangs.org/w/index.php?diff=44203&oldid=44202 * GoogolPlanck * (+9) /* Symball */ 03:24:12 Gah, curse you college webservers! 03:25:20 I can't get to a page on bubble logic because schools keep deleting the websites they host for students. 03:27:02 https://en.wikipedia.org/wiki/Fluidics#cite_note-2 03:27:56 http://www.wired.com/2012/04/soldier-crabs/ 03:28:52 -!- skarn has quit (Ping timeout: 246 seconds). 03:44:23 -!- variable has quit (Quit: 1 found in /dev/zero). 03:49:30 -!- ^v has quit (Ping timeout: 246 seconds). 03:49:57 -!- ^v has joined. 04:12:01 -!- skarn has joined. 04:40:23 -!- Vorpal has quit (Ping timeout: 264 seconds). 04:42:49 -!- Wright_ has quit (Ping timeout: 250 seconds). 04:51:03 -!- JesseH has quit (Read error: Connection reset by peer). 04:59:24 -!- Skaalgard has joined. 04:59:30 -!- Skaalgard has left. 05:05:50 :t flip seq () 05:05:51 a -> () 05:18:48 -!- hppavilion[1] has joined. 05:18:59 What esoteric number formats could we do? 05:19:36 1) Fraction Point (32 bit numerator, 32 bit denominator) 05:20:35 Knuth advocates floating-slash fractions 05:20:52 2) Floating Point w/ expansion: Sort of like normal floating point, but with some bits dedicated to saying how many of the value's digits are repeated 05:20:56 Jafet: What? 05:21:41 The initial bits of a floating-slash number indicate how many bits are used by the numerator; the remaining bits are used for the denominator. 05:21:41 Floating point with the bits rearranged, their precise arrangement depends on the time of day. 05:21:47 <^v> hppavilion[1], why floating point expansion 05:22:32 ^v: It's for EXACT floating point values 05:22:57 It would be offered SEPARATELY from normal floating point 05:23:12 <^v> i suppose then you have a denominator float 05:23:33 <^v> that way you can have exact fractions 05:23:37 accurate double x = 0.1; accurate double y = 0.2; 05:23:48 x + y == 0.3 05:23:51 --> true 05:24:27 (in a c-like language) 05:24:43 <^v> well thats true in normal C 05:25:20 Last time I checked, no it isn't. Due to rounding errors. 05:26:17 <^v> ooh 05:26:23 <^v> for non power of two numbers 05:26:33 Exactly 05:27:05 Of course, the example I gave would just be optimized to "true" xD 05:27:37 <^v> not really 05:27:58 <^v> so.. you use bignums? 05:28:17 Huh? 05:28:27 <^v> infinite precision numbers 05:28:29 <^v> they are common 05:28:44 Ah, yes 05:28:54 INFINITY PRECISION FLOATING POINT FTW! 05:28:56 How would you treat: accurate double x = 2; return pow(pow(sqrt(x), sqrt(x)), sqrt(x)); 05:29:33 Jafet: Not sure 05:29:39 > (sqrt 2 ** sqrt 2) ** sqrt 2 05:29:40 <^v> still figuring out how im going to make the language with only ^ and v 05:29:40 I'm not very good at low-level stuff xD 05:29:41 2.0000000000000004 05:29:48 > (sqrt 2 ** sqrt 2) ** sqrt 2 :: CReal 05:29:49 2.0 05:30:04 ^v: I can make a language with only "^" 05:30:28 <^v> +[>,<] 05:30:38 Jafet: So... um... did you find a massive flaw wiht my Accurate Floating Point thing what? 05:31:23 s/thing/thing or/g 05:31:40 MWAHAHAHAHA I HAVE RUINED MILLIONS OF PAST TEXTS EVERYWHERE 05:31:50 s/wiht/with/ 05:32:02 <^v> so, the only solutions to the 0.2+0.1~=0.3 problem is either to use fractions (which are not space efficient) or store the numbers in base 10 05:33:40 Did you just assign 0.3 to 0.3~0.3? NO! YOU HAVE RUINED MATHEMATICS! 05:34:04 ^v: My solution is still good :,( 05:34:47 To have some extra bits denoting what part after the decimal point expands 05:35:00 Fractions are as space efficient as floats (up to a factor of about 1/3, the asymptotic density of Farey sequences) 05:35:05 So 0.11... is possible 05:35:54 So what's next? 05:35:59 Randomly floating point? 05:36:06 Sinking point 05:36:42 Depending on what the RNG spits out when you call it, it can be 10.5, 1.05, 0.105, 105000000000000000000000000000000.0, etc (pretending we're using base 10) 05:36:48 Jafet: Oooh 05:36:51 How does that work? 05:37:04 Wait, I'm still sinking about it. 05:37:14 -_- 05:37:52 <^v> oh_you.jpg 05:38:16 Dear god I clicked tat 05:38:24 <^v> xD 05:38:26 Firefox openned oh_you.jpg 05:38:29 AS A FUCKING URL 05:38:31 <^v> xDxD 05:38:44 MIND.STATE += BLOWN 05:38:49 hell.666 05:38:54 <^v> .com domains are like $8 now 05:38:56 <^v> is nice 05:38:57 Someone else send that message back to me 05:39:01 <^v> i got pxtst.com xD 05:39:05 I want to see if hell has a secret domain 05:39:26 Someone send the message "hell.666" 05:39:38 <^v> i think the ^v language will be a polymorphic huffman tree 05:39:45 Whoa 05:39:50 Hell.com is NOT FUCKING REGISTERED 05:40:03 <^v> i bet its like $400 a month 05:40:06 <^v> xD 05:40:07 Well 05:40:08 It is 05:40:13 By a domain parking thing 05:40:17 That doesn't exist anymore 05:40:20 -_- 05:40:28 Domain parking things should be banned everywhere 05:40:38 <^v> domain squatting is already illegal 05:40:58 Domain parking though 05:41:27 <^v> all they have to do is put "this is not domain squatting" on the page and its not illegal anymore 05:41:35 Huh 05:42:02 According to Wikipedia fixed-length strings can be viewed topologically as vertices of a hypercube 05:42:03 True fact 05:42:11 https://en.wikipedia.org/wiki/String_%28computer_science%29#Topology 05:42:33 yep 05:42:44 more usefully 05:42:48 <^v> a string can be viewed as molecules 05:43:04 you can get the hypercubic graphs as cayley graphs in this way 05:45:18 Now that I think about it 05:45:25 ... 05:45:26 um 05:45:35 Oh right! 05:45:47 2D strings would be useful for CJK representations 05:46:05 With the x-axis representing characters and points along the y-axis representing components of those characters 05:50:45 -!- MDude has changed nick to MDream. 05:54:34 -!- sc00fy has joined. 06:01:23 -!- sc00fy has quit (Ping timeout: 264 seconds). 06:29:23 -!- ^v has quit (Remote host closed the connection). 06:32:18 esoteric string representation? 06:48:46 Yes 07:11:37 -!- hppavilion[1] has quit (Ping timeout: 246 seconds). 07:15:07 -!- AnotherTest has joined. 07:17:19 * lifthrasiir should note the Ideograph Description Sequence in Unicode is already obscure enough 08:08:34 -!- ais523 has joined. 08:14:54 -!- heddwch has quit (Read error: Connection reset by peer). 08:18:46 -!- heddwch has joined. 08:32:27 -!- Patashu has joined. 09:00:30 -!- heddwch has quit (Read error: Connection reset by peer). 09:00:31 -!- shikhin has quit (Read error: Connection reset by peer). 09:01:17 -!- heddwch has joined. 09:05:07 -!- ais523 has quit. 09:05:08 -!- shikhin has joined. 09:05:25 -!- ais523 has joined. 09:05:30 -!- lleu has joined. 09:45:01 -!- hppavilion[1] has joined. 09:50:52 -!- hppavilion[1] has quit (Ping timeout: 246 seconds). 10:24:19 -!- bender| has joined. 10:25:22 -!- boily has joined. 10:31:02 -!- sebbu has quit (*.net *.split). 10:32:13 -!- sebbu has joined. 10:32:55 -!- sebbu has quit (Changing host). 10:32:55 -!- sebbu has joined. 10:38:59 -!- ais523 has quit (Quit: lunch). 11:25:59 -!- boily has quit (Quit: PRESSURIZED CHICKEN). 11:26:17 -!- Jafet has set topic: ˈɪŋɡlɪʃ ˈspɛlɪŋ ɹəˈfɔrms | https://dl.dropboxusercontent.com/u/2023808/wisdom.pdf http://codu.org/logs/_esoteric/ http://tunes.org/~nef/logs/esoteric/ | https://esolangs.org/. 12:06:13 -!- copumpkin has joined. 12:18:06 -!- AnotherTest has quit (Ping timeout: 240 seconds). 12:21:46 -!- AnotherTest has joined. 12:45:03 -!- oerjan has joined. 12:50:46 -!- ais523 has joined. 12:53:57 hmm, the topic looks like IPA, but it isn't 12:54:06 -!- Patashu has quit (Ping timeout: 240 seconds). 12:54:09 what language is that? English written in an IPA-like style? 12:54:34 [CTCP] Received CTCP-PING reply from ais523: 18 seconds. 12:55:50 ais523: what's non-IPA about it? 12:56:21 oerjan: things like "ŋɡ" 12:56:40 hmm, I had a 59-second ping at one point 12:56:47 then a bunch of messages came through at once (including the ping response) 12:56:54 Internet ♥ 12:56:55 20 seconds to you from here 12:57:38 ais523: well i remember we discussed "ng" in english recently and at least one person insisted it _always_ includes a g sound at the end 12:57:48 14:57:44 CTCP PING reply from ais523: 27.119 seconds 12:57:50 -!- Phantom_Hoover has joined. 12:57:54 Heya Phantom_Hoover 12:58:11 i think possibly oren_ 12:58:33 You Guys do not even measure Split-Seconds in CTCP-Pings yet? =^ﻨ^= 12:58:35 hey oerjan, you read casey and andy right 12:59:00 i knew it did in "finger", but wasn't aware it applied to so many words 12:59:00 ah, so the topic is the result of a debate over how IPA /should/ work? that makes a lot of sense 12:59:03 Phantom_Hoover: i did yes 12:59:18 ais523: well no, the topic is new and i wasn't here 13:00:22 while the discussion i recall was weeks ago 13:01:10 23 seconds 13:01:20 have you noticed that the titular andy has since written a book that has now been adapted into some massive hollywood film 13:01:45 ais523: have you tried switching servers 13:02:13 hm /wii responds immediately 13:02:56 oerjan: it's not just Freenode that's the problem, it's every website, so I doubt that would help; I suspect the issue is at the router at my end 13:04:49 APic: it shows split seconds just fine, i just didn't see the point in including them 13:05:07 Phantom_Hoover: um no? 13:05:57 huh so he has 13:06:20 oerjan: I see. 13:06:21 Good! 13:06:31 oerjan: the resolution of a ping depends on your client 13:06:41 i keep laughing stupidly to myself whenever i see posters for it 13:07:52 actually, most clients have stateless pings, meaning that you can send them ping responses unsolicited and they'll display them as implausible times 13:08:53 oerjan, obviously his realisation that he was an incredibly bad artist paid off 13:12:08 Phantom_Hoover: the comic isn't even mentioned on his wikipedia page :( 13:13:02 no 13:13:12 but the tvtropes page for c&a is great now 13:13:33 "see also his other abandoned webcomic and his bestselling novel" 13:13:45 -!- `^_^v has joined. 13:21:14 -!- Wright has joined. 13:29:53 see also me getting sucked into tvtropes one more time 13:33:07 -!- x10A94 has joined. 13:36:19 oerjan, oops sorry 13:36:40 i only read enough to remember that dmm actually made a GURPS module for c&a 13:38:04 i made the mistake of starting to read the example section. but it'll surely be ok if i can just avoid doing so recursively. 13:39:11 * int-e rediscovered A Miracle of Science. 13:39:28 (which I read at about the same time as C&A) 13:39:46 and GG has a pie chart. 13:40:25 so since we're now investigating time... is GG going to end soon? 13:41:25 * int-e is afraid that Agatha may turn out to be her own mother. 13:41:32 ooh that was the first apparition 13:41:40 yes it was :) 13:42:42 -!- J_Arcane has quit (Ping timeout: 255 seconds). 13:43:46 int-e: well for the other apparitions they'll have to find the geisterdamen... 13:45:02 Maybe they're in Paris too. ;) 13:46:29 Twist: Nothing is at it seems; the great Wizard of Paris is actually Klaus in disguise, who has been secretly helping Agatha all this time. 13:47:35 heh the first pages are no longer entirely black and white 13:48:01 int-e: maybe a _little_ bit far there... 13:55:42 just making clear I still don't really know how this is going to end, despite all the hints. 13:56:01 SURELY IT'S ALL OBVIOUS 13:56:17 if you're a dreen, anyway 13:59:51 -!- Wright has quit (Ping timeout: 256 seconds). 14:00:34 -!- TieSoul has joined. 14:05:20 oerjan: I can make it worse: It's all a dream. Agatha wakes up and goes to school. The end. 14:05:33 nice work 14:19:24 -!- ais523 has quit (Read error: Connection reset by peer). 14:19:41 -!- ais523 has joined. 14:31:43 -!- AnotherTest has quit (Ping timeout: 250 seconds). 14:33:22 -!- AnotherTest has joined. 14:41:41 -!- Vorpal has joined. 14:50:13 -!- J_Arcane has joined. 14:56:36 -!- bender| has quit (Ping timeout: 246 seconds). 15:08:00 -!- AnotherTest has quit (Ping timeout: 250 seconds). 15:15:06 -!- AnotherTest has joined. 15:21:54 -!- oerjan has quit (Quit: leaving). 15:22:37 -!- TodPunk has quit (Read error: Connection reset by peer). 15:22:51 -!- Tod-Autojoined has joined. 15:31:48 -!- dizzney has joined. 15:47:08 -!- MDream has changed nick to MDude. 15:48:18 -!- ais523 has quit. 15:53:07 -!- AnotherTest has quit (Ping timeout: 246 seconds). 16:11:58 -!- ais523 has joined. 16:22:18 -!- ais523 has quit. 16:23:15 -!- bb010g has quit (Quit: Connection closed for inactivity). 16:23:16 -!- ais523 has joined. 16:24:46 oren_: í sē ýū tū háv kriātyd y nýū orþográfi for Iŋliś 16:25:00 *ī 16:26:14 ī háv tu sā, yors is mor līkli tu bē ydopted 16:26:18 -!- ais523 has quit (Client Quit). 16:29:51 -!- ais523 has joined. 16:30:09 -!- ais523 has quit (Client Quit). 16:34:32 -!- aretecode has joined. 16:49:42 nortti, the first vowel in 'likely' is a diphthong hth 16:50:59 -!- MercurialHg has joined. 16:51:30 Phantom_Hoover: in that orthography, the "I" diphtong is marked ī 16:53:02 [wiki] [[Capricorn]] N http://esolangs.org/w/index.php?oldid=44204 * Virgolang * (+67) Created page with "It is a symbolic programming language that invented by MercurialHg." 16:53:15 me?! 17:07:00 -!- heroux has quit (Ping timeout: 255 seconds). 17:17:10 -!- MercurialHg has quit (Ping timeout: 240 seconds). 17:18:07 -!- MercurialHg has joined. 17:18:07 -!- MercurialHg has changed nick to Mercurial. 17:23:50 -!- JesseH has joined. 17:25:55 -!- atrapado has joined. 17:34:49 -!- dizzney has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client). 17:35:15 -!- heroux has joined. 17:45:29 -!- hppavilion[1] has joined. 17:52:29 Hu 17:58:10 -!- AnotherTest has joined. 17:58:36 -!- ais523 has joined. 18:05:44 -!- Mercurial has quit (Quit: Leaving). 18:18:05 -!- nycs has joined. 18:18:13 -!- `^_^v has quit (Disconnected by services). 18:18:17 -!- nycs has changed nick to `^_^v. 18:21:37 -!- bb010g has joined. 18:26:17 `^_^v, why were you in #bp a while ago anyway 18:26:17 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: ^_^v,: not found 18:26:41 <`^_^v> i have no idea what #bp is 18:27:17 <`^_^v> i'm only ever on prog lang chans 18:28:28 British Petroleum channel? 18:28:35 huh. #bp on espernet, for the freespace mod? i swear i got freaked out when i noticed you were in both 18:28:37 oh well 18:30:00 <`^_^v> some guy must have stolen my nick 18:30:07 <`^_^v> cant blame him, its a pretty sweet nick 18:30:15 -!- hppavilion[1] has quit (Ping timeout: 255 seconds). 18:30:44 -!- ais523 has quit. 18:30:57 -!- ais523 has joined. 18:32:21 i think he said he was in here too but the logs for that are long gone so who knows 18:32:34 -!- hppavilion[1] has joined. 18:32:44 -!- ais523 has quit (Client Quit). 18:32:55 -!- ais523 has joined. 18:39:15 [wiki] [[Stare/1.0]] M http://esolangs.org/w/index.php?diff=44205&oldid=44180 * Hppavilion1 * (+17) Added nowiki tags on bwor 18:40:02 [wiki] [[Stare/1.0]] M http://esolangs.org/w/index.php?diff=44206&oldid=44205 * Hppavilion1 * (+0) Changed a function to the proper one (not chr, ord) 18:40:44 -!- ais523 has quit. 18:49:08 -!- mihow has joined. 18:55:21 [wiki] [[DeafPig]] N http://esolangs.org/w/index.php?oldid=44207 * GoogolPlanck * (+681) Created page with "== DeafPig == DeafPig is a member of the [Pig] series along with [Pig], [SickPig], [DeadPig], and [QuinePig]. As with the other Pig languages, the only command is PIG. The d..." 18:57:08 [wiki] [[DeafPig]] http://esolangs.org/w/index.php?diff=44208&oldid=44207 * GoogolPlanck * (+42) 19:15:50 -!- ais523 has joined. 19:19:11 -!- Phantom__Hoover has joined. 19:22:59 -!- Phantom_Hoover has quit (Ping timeout: 264 seconds). 19:35:30 -!- hjulle has joined. 19:52:59 -!- Sprocklem has quit (Ping timeout: 264 seconds). 19:53:58 *siiiiigh* 19:54:16 *yaaaawn* 20:22:55 fizzie: Are you on? 20:23:10 If so, are you the one who suggested some stuff for IO in TaurusVM? 20:27:09 I don't remember doing that. 20:27:20 Although that's not saying much. 20:27:42 -!- TieSoul has quit (Read error: Connection reset by peer). 20:28:11 Maybe it was FreeFull? Or maybe FireFly? 20:28:43 Wasn't me 20:28:46 It was certainly not fungot 20:28:46 hppavilion[1]: i won't change it, but it's a political perspective, not a latin word at all. 20:29:38 xD 20:29:40 -!- Phantom__Hoover has quit (Ping timeout: 268 seconds). 20:30:21 AFK 20:32:26 I don't think it was me 20:33:24 Huh 20:33:32 I could swear their name started with an f 20:37:23 -!- Phantom__Hoover has joined. 20:38:29 fnerd 20:41:39 -!- hppavilion[1] has quit (Ping timeout: 255 seconds). 20:43:29 -!- hppavilion[1] has joined. 20:46:28 -!- x10A94 has quit (Read error: Connection reset by peer). 20:48:12 -!- hppavilion[1] has quit (Ping timeout: 265 seconds). 20:49:03 -!- hppavilion[1] has joined. 20:54:26 I'm not sure how I should implement codesine 21:05:26 -!- Melvar` has joined. 21:06:03 MDude: Do it with frobnication 21:06:17 -!- `^_^v has quit (Quit: This computer has gone to sleep). 21:06:29 -!- idris-bot has quit (Ping timeout: 250 seconds). 21:07:46 -!- Patashu has joined. 21:07:59 -!- Melvar has quit (Ping timeout: 264 seconds). 21:08:01 -!- Melvar` has changed nick to Melvar. 21:09:17 I vote we move Object-Oriented to either Object-Oriented Paradigm or Object-Oriented Programming 21:10:39 I second my own vote 21:10:45 I'm the only member of this council 21:11:18 -!- aretecode has quit (Quit: Toodaloo). 21:11:29 I will now put it to a vote 21:11:32 I vote yes 21:11:36 Motion carried 21:13:44 [wiki] [[Talk:Object-oriented]] N http://esolangs.org/w/index.php?oldid=44209 * Hppavilion1 * (+191) Created Page 21:16:21 -!- idris-bot has joined. 21:24:15 * hppavilion[1] clears his throat 21:27:04 *cough cough* ais523 *cough* 21:30:01 I'll move it if someone else agrees that it should be moved. 21:30:11 OK 21:30:16 My preference between the two options would be "Object-oriented programming". 21:30:25 I've added float instructions to my VM :) 21:33:16 -!- bb010g has quit (Quit: Connection closed for inactivity). 21:33:32 object-oriented programming sounds like a page written from the point of view of the programmer, whereas object-oriented paradigm sounds like a page written from the point of view of the language designer 21:38:00 -!- callforjudgement has joined. 21:38:21 -!- ais523 has quit (Disconnected by services). 21:38:24 -!- callforjudgement has changed nick to ais523. 21:42:45 [wiki] [[Loader]] http://esolangs.org/w/index.php?diff=44210&oldid=44105 * SuperJedi224 * (+166) 21:43:24 Should I add SETIF instructions to my VM? 21:43:41 -!- AnotherTest has quit (Quit: ZNC - http://znc.in). 21:44:48 -!- Patashu has quit (Ping timeout: 264 seconds). 21:46:50 NEXT VM 21:46:52 ThueVM 21:47:44 -!- atrapado has quit (Quit: Leaving). 21:49:43 Which is in NO way whatsoever related to Thue 21:50:01 Aside from dealing with strings a lot 21:50:58 Anyone? 21:50:59 No? 21:51:07 ais523? 21:51:40 hmm, I'm being pinged a lot for no obvious reason 21:51:49 I don't massively have the solution to everything people ask about 21:51:51 I know :) 21:51:52 *magically 21:51:54 also I'm tired 21:51:58 as you can tell from my typos 21:52:02 I'm not asking for your solution 21:52:18 (interestingly I tend to typo real words into other real words, because if I typo into a nonword I typically correct it out of habit) 21:52:48 I'm just needy and want people to respond to me so I don't feel lonely, which likely stems from not having many friends as a child, and blah blah blah blah blah blah blah... 21:53:48 I like it when people respond to me too, I've just gotten used to waiting weeks or months 21:53:58 Also, your name is at the top of the userlist. 21:54:06 AND I recognize you. 21:54:09 (I bring it on myself by designing esolangs that are too complex/weird for anyone else to understand, and often for me to understand either) 22:00:57 -!- Phantom__Hoover has quit (Ping timeout: 268 seconds). 22:01:12 [wiki] [[TaurusVM]] http://esolangs.org/w/index.php?diff=44211&oldid=44085 * Hppavilion1 * (+547) Extended and reaccurated page 22:01:59 -!- boily has joined. 22:06:01 -!- hppavilion[1] has quit (Ping timeout: 265 seconds). 22:10:39 -!- ais523 has quit. 22:11:59 -!- hppavilion[1] has joined. 22:11:59 -!- Phantom__Hoover has joined. 22:14:14 Hellu Phantom__Hoover 22:19:23 -!- hjulle has quit (Ping timeout: 264 seconds). 22:22:57 My VM is now officially TC :) 22:23:02 I think 22:23:23 [wiki] [[Loader]] http://esolangs.org/w/index.php?diff=44212&oldid=44210 * SuperJedi224 * (+39) 22:23:28 tc is overrated imho 22:23:29 I have arithmetic operations, SET, MOV, indirection, and conditional branching on various conditions 22:23:38 Phantom__Hoover: How so? 22:23:39 but sounds cool 22:24:21 hppavilion[1], well i mean... it doesn't take much to be TC 22:24:28 True 22:24:33 But it's the best there is xD 22:24:41 the interesting part for me is languages which are almost but not quite tc 22:24:47 I mean, asside from both TC AND being easy to TC which 22:24:57 s/ass/as/ 22:25:22 Of course, my VM is designed to actually be useful in some respect 22:25:23 So... 22:25:31 TC is a big step 22:25:37 just in terms of computational class at least 22:25:42 AND I mean it's officially TC IN THE REFERENCE IMPLEMENTATION 22:25:51 is it possible to be useful without TC? 22:26:06 CC isn't that interesting in general, interesting semantics are much better 22:26:07 Oh! boily's on! 22:26:12 It is, but not for everything 22:26:12 boily, C says hi 22:26:32 hppavellon[1]! 22:26:39 Hi! 22:26:40 Phantom__Helloover. who's C? 22:27:02 boily: I'm making a machine called ThueVM 22:27:27 It's basically a computer that does a LOT of string handling on the machine code level 22:29:09 that's quite novel. 22:29:17 Yuy! 22:29:20 I did something new! 22:29:44 `? yuy 22:29:45 yuy? ¯\(°​_o)/¯ 22:30:07 it's an emote for some face with fucked up eyes 22:31:33 It's a corruption of Yay 22:35:29 [wiki] [[TaurusVM]] http://esolangs.org/w/index.php?diff=44213&oldid=44211 * Hppavilion1 * (+470) Added two more VMs 22:40:11 `learn yuy yuy:yay::lulz:lol 22:40:13 Learned 'yuy': yuy yuy:yay::lulz:lol 22:40:22 `yuy 22:40:23 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: yuy: not found 22:40:26 `? yuy 22:40:28 yuy yuy:yay::lulz:lol 22:41:56 -!- hjulle has joined. 22:42:21 [wiki] [[TaurusVM]] M http://esolangs.org/w/index.php?diff=44214&oldid=44213 * Hppavilion1 * (+86) Nothing of importance 22:44:03 What other interesting ideas could I add to TVM? 22:48:51 `set -i 's/$yuy //' wisdom/yuy 22:48:51 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: set: not found 22:48:54 shit 22:48:57 `sed -i 's/$yuy //' wisdom/yuy 22:48:58 Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]... \ \ -n, --quiet, --silent \ suppress automatic printing of pattern space \ -e script, --expression=script \ add the script to the commands to be executed \ -f script-file, --file=script-file \ add the contents of script- 22:50:09 welp 22:51:32 -!- Wright has joined. 22:52:42 What did you just do. 22:56:52 i tried to use sed and failed 22:56:54 `? yuy 22:56:54 yuy yuy:yay::lulz:lol 22:57:03 You tried to use ` instead of ``. 22:57:13 but i'm not using any shell features am i? 22:57:18 ``sed -i 's/$yuy //' wisdom/yuy 22:57:19 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: `sed: not found 22:57:23 You're using the shell feature of multiple arguments. 22:57:25 `` sed -i 's/$yuy //' wisdom/yuy 22:57:25 No output. 22:57:39 fizzie, wow 22:57:57 i'd totally forgotten about that 22:58:00 `? yuy 22:58:01 yuy yuy:yay::lulz:lol 22:58:19 `` sed -i 's/^yuy //' wisdom/yuy 22:58:21 No output. 22:58:22 `? yuy 22:58:23 yuy:yay::lulz:lol 22:58:27 ph is gud unix 23:00:11 [wiki] [[TaurusVM]] http://esolangs.org/w/index.php?diff=44215&oldid=44214 * Hppavilion1 * (+245) See Also Section 23:00:38 There's a le/rn for learning things "foo" that aren't of the form "foo ...". 23:00:38 Phantom__Hoover: Thank you 23:00:45 Ah 23:01:02 I think the syntax would've been `le/rn yuy/yuy:yay:... or something like that. 23:01:46 Unfortunately it doesn't work for things with /s in their names. 23:01:49 or `` echo ... > wisdom/yuy 23:01:57 But there's also `mk 23:03:16 [wiki] [[TaurusVM]] M http://esolangs.org/w/index.php?diff=44216&oldid=44215 * Hppavilion1 * (+2) Dammit, wikimarkup 23:03:43 `? s-expressions 23:03:44 s-expressions? ¯\(°​_o)/¯ 23:04:08 `? YuY 23:04:09 yuy:yay::lulz:lol 23:06:09 `? s expressions 23:06:10 s expressions? ¯\(°​_o)/¯ 23:06:31 -!- hjulle has quit (Ping timeout: 250 seconds). 23:06:40 `? sexps 23:06:41 sexps? ¯\(°​_o)/¯ 23:06:44 `? sexprs 23:06:44 sexprs? ¯\(°​_o)/¯ 23:20:18 `? : 23:20:19 ​:? ¯\(°​_o)/¯ 23:21:25 gVd EvniG! 23:23:35 `? oren 23:23:36 oren is a Canadian esolanger who would like to obliterate time zones so that he can talk to his father who lives in the same house. He'll orobablu get the hang of toycj tuping soon. 23:23:54 `? hppavilion[1] 23:23:54 hppavilion[1] se describe en las notas al pie. ¿Porqué no los dos? Nadie lo sabe. 23:24:25 `? Jafet 23:24:26 Jafet? ¯\(°​_o)/¯ 23:24:26 :( 23:24:34 I liked the old hppavilion[1] thing 23:24:38 `` sed -i 's/orobablu get the hang of toycj tuping soon/probably get the hang of touch typing soon/' wisdom/oren # hth 23:24:38 `? history 23:24:39 history? ¯\(°​_o)/¯ 23:24:54 Someone should open a dictionary and start defining every normal word too 23:24:57 TO OXFORD! 23:25:00 `? the 23:25:01 the? ¯\(°​_o)/¯ 23:25:23 `learn Toe of Harriness's Enclave 23:25:25 Learned 'toe': Toe of Harriness's Enclave 23:25:30 `learn the Toe of Harriness's Enclave 23:25:32 Learned 'toe': the Toe of Harriness's Enclave 23:25:37 `? toe 23:25:37 the Toe of Harriness's Enclave 23:25:56 What's going on? 23:26:17 `learn foe Field-On Enemy 23:26:19 Learned 'foe': foe Field-On Enemy 23:26:22 `learn the Toe of Harriness's Enclosure 23:26:23 Learned 'toe': the Toe of Harriness's Enclosure 23:26:30 can you not do this 23:26:31 Why is it learning toe when I enter the? 23:26:34 twh 23:26:35 `learn the foe is the Field-On Enemy 23:26:37 Learned 'foe': the foe is the Field-On Enemy 23:26:42 `learn The Toe of Harriness's Enclosure 23:26:43 Learned 'toe': The Toe of Harriness's Enclosure 23:26:50 I don't know how this works :( 23:27:13 `learn the Toe of Harriness's Enclosure 23:27:16 Learned 'toe': the Toe of Harriness's Enclosure 23:27:17 Whoops 23:27:22 Didn' mean to send that yet 23:27:24 `le/rn the/the Toe of Harriness's Enclosure 23:27:25 Learned «the» 23:27:36 Thank you! 23:27:40 I'm clueless :/ 23:27:42 `? the 23:27:43 the Toe of Harriness's Enclosure 23:28:40 `? a 23:28:40 A is _not_ a village in Norway, unless you're the BBC and don't understand things on top of letters. 23:28:57 That's awesome 23:29:07 I don't even get what it's referencing, but that's awesome 23:29:09 `? b 23:29:10 b? ¯\(°​_o)/¯ 23:29:29 `? � 23:29:29 ​�? ¯\(°​_o)/¯ 23:29:31 `learn b is, in fact, a village in norway 23:29:33 Learned 'b': b is, in fact, a village in norway 23:29:39 `learn B is, in fact, a village in norway 23:29:41 Learned 'b': B is, in fact, a village in norway 23:29:42 `? b 23:29:43 B is, in fact, a village in norway 23:29:55 I have an idea 23:29:57 imo can y'all not do that 23:30:35 Why don't we go through EVERY letter of the alphabet, saying they are or aren't a village in norway depending on the primality of their (1-based) index in the alphabet? 23:30:43 JUST to drive shachaf crazy 23:31:34 `wisdome 23:31:35 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: wisdome: not found 23:31:35 `wisdom 23:31:36 intercal/INTERCAL has excellent features for modular program for the enterprise market. 23:32:27 `le/rn wisdome/The place where all of HackBot's wisdom is stored and forced to fight to the death for the freedom of being printed out when you type `wisdom 23:32:29 Learned «wisdome» 23:32:39 `? wisdome 23:32:40 The place where all of HackBot's wisdom is stored and forced to fight to the death for the freedom of being printed out when you type `wisdom 23:33:17 But... wouldn't that mean that every time you type `wisdom, there are less and less options as they keep fighting to the death? 23:33:23 No 23:33:27 They get revived each time 23:33:31 Sound horrific. 23:33:34 It is 23:33:37 Very much 23:34:01 Which is why you shouldn't participate their horrifyingly mosterous system 23:34:39 `wisdom 23:34:40 wlcom/Hi! This is a chat about unusual programming tools. For additional info, visit our wiki: . (For unusual things of a contrasting sort, try http://bit.ly/19k9nf8.) 23:35:36 Now someone needs to make a command called `wisdom that, when executed, talks about in the wisdome 23:35:50 s/`wisdom/`wisdome/ 23:36:31 Alternatively, that allows users to add horrific death scenes as one kills the other 23:36:37 ... 23:37:03 Now I'm tempted to write a HackBot fanfic about the Wisdome 23:37:05 xD 23:37:59 -!- lambdabot has quit (Ping timeout: 264 seconds). 23:38:20 WHAT!? 23:39:05 NUUUUUUUUUUUU 23:40:24 `? wisdome 23:40:24 The place where all of HackBot's wisdom is stored and forced to fight to the death for the freedom of being printed out when you type `wisdom 23:40:59 That is my crowning achievement in life 23:44:31 `wisdom 23:44:32 for further details/who knows 23:44:45 `wisdom 23:44:46 fsm/An FSM is a state machine with noodly appendages. 23:58:51 `wisdom 23:58:53 ​ørjan/Ørjan is oerjan's good twin. He's banned in the IRC RFC for being an invalid character. Sometimes he publishes papers. 23:59:24 and here I was thinking that int-e was oerjan's good twin. or at least the less evil one. 23:59:30 `wisdom 23:59:30 grue/grue is the colour of the trees and the ocean 23:59:42 that much I agrue with.