<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:35:08] <Ocawes​ome101> http://0x0.st/-BBk.oel is a `cat` implementation in my language
L2[00:35:37] <Ocawes​ome101> (very basic)
L3[00:35:41] <Ocawes​ome101> (but also very tiny)
L4[00:36:38] <Kristo​pher38> Holy shit now that's unreadable
L5[00:36:46] <Ocawes​ome101> yyyyyep :D
L6[00:36:52] <Ocawes​ome101> this is the product of a few hours
L7[00:37:18] <Ocawes​ome101> here's the interpreter, with *some* documentation in its code https://tinyurl.com/ydvyh3lm
L8[00:37:25] <Ocawes​ome101> but the interpreter is also somewhat unreadable
L9[00:37:57] <Kristo​pher38> UHHHH
L10[00:38:00] <Kristo​pher38> Yeah
L11[00:38:11] <Kristo​pher38> Izaya-grade code
L12[00:38:17] <Ocawes​ome101> specifically look at the entries in the `kwd` table
L13[00:38:21] <Ocawes​ome101> and the comments around them
L14[00:38:28] <Ocawes​ome101> oh heavens no izaya's code is better
L15[00:38:37] <ThePi​Guy24> nah its not quite izaya grade, still using more than 1 space to indent :p
L16[00:39:18] <Kristo​pher38> Are you interested in writing programming langs?
L17[00:39:21] <Ocawes​ome101> `0 10 1 {f P}` prints all the numbers from 0 to 10
L18[00:39:25] <Ocawes​ome101> i mean
L19[00:39:27] <Ocawes​ome101> somewhat
L20[00:41:34] <Amanda> it's like the bastard love-child of Forth and TCL
L21[00:41:37] <Kristo​pher38> Then maybe writing a scheme-like lang would be a good project to learn some of the cool ideas
L22[00:41:57] <Ocawes​ome101> i've considered that actually
L23[00:42:24] <Ocawes​ome101> Amanda: more or less, i took a bunch of inspiration from Forth (mostly the basic syntax)
L24[00:42:42] <Amanda> %choose waves; em or pressure
L25[00:42:43] <MichiBot> Ama​nda: pressure waves
L26[00:43:08] <Amanda> Hrm. EM waves first, I need to come back to reality slowle
L27[00:43:47] <Kristo​pher38> https://github.com/danistefanovic/build-your-own-x#build-your-own-programming-language
L28[00:46:14] <ThePi​Guy24> i did attempt to make a programming language a few years ago, it was terrible and im glad i cant find it anymore
L29[00:47:43] <Kristo​pher38> First attempt at a big project usually turns out horrible
L30[00:47:48] <Kristo​pher38> That's how you get experience
L31[00:48:56] <Ocawes​ome101> i mostly wanted something i could bang out in a few hours lmao
L32[00:49:00] <Ocawes​ome101> wasn't attempting to be good
L33[00:49:17] <ThePi​Guy24> somewhat recently i have thought of making something simmilar-ish to C, with the goal of it being easily able to compile to 6502 asm
L34[00:49:27] <ThePi​Guy24> just for fun
L35[00:49:38] <Ocawes​ome101> you can compile C to 6502
L36[00:49:40] <ThePi​Guy24> and so that i dont have to directly write asm
L37[00:49:44] <Ocawes​ome101> see cc65
L38[00:49:58] <ThePi​Guy24> yes i know i can but i want to try myself :p
L39[00:50:02] <Ocawes​ome101> fair enough
L40[00:50:52] <Kristo​pher38> C isn't really optimized for machines with little amount of registers and stack space
L41[00:51:54] <Kristo​pher38> Maybe if you took care to not overflow the stack
L42[00:52:05] <Kristo​pher38> But otherwise you'd have to emulate it in software
L43[00:52:25] <Kristo​pher38> I think that's what cc65 does but don't quote me on that
L44[00:52:56] <Vampyre> 256 bytes would be a real challenge to not overflow with C I think ;-)
L45[00:53:10] <Kristo​pher38> Anyway I'm curious how it'll turn out
L46[00:53:34] <Ocawes​ome101> clearly we need C8, a dialect of C for 8-bit computers :P
L47[00:55:38] <Kristo​pher38> On that topic, I've actually started rewriting my lua in lua vm to make it behave more like a real lua, with values and callinfo stacks, not relying on Lua call stack to recursively call the interpreter whenever there's a function call in the interpreted bytecode
L48[00:56:00] <Ocawes​ome101> neat
L49[00:56:26] <ThePi​Guy24> might also make this language be able to transpile to other languages too :p
L50[00:58:03] <Kristo​pher38> I'm hoping to write a separate C++ app to make it run alongside real lua for testing if the behavior and internal values are identical
L51[00:58:28] <Ocawes​ome101> ~~just write a source port of the original interpreter to Lua~~
L52[00:58:59] <Kristo​pher38> Since in the previous interpreter I didn't know what I was doing at places
L53[00:59:24] <Kristo​pher38> >/bin/ocawe​some --101: ~~just write a source port of the original in…
L54[00:59:25] <Kristo​pher38> The point is to make it lightweight enough to run in OC
L55[00:59:35] <Ocawes​ome101> yeah, yeah, whatever :P
L56[00:59:43] <Ocawes​ome101> that's cool tho, good luck
L57[00:59:44] <Kristo​pher38> And what you're suggesting has been done before
L58[00:59:55] <Kristo​pher38> And it'd be no fun :P
L59[01:01:04] <Ocawes​ome101> fair enough
L60[01:13:29] <Ocawes​ome101> oh i wrote a VLE highlighter for it also https://tinyurl.com/yzpyb7xe
L61[01:14:51] <B​ob> Language server wheb
L62[01:14:54] <B​ob> Language server when [Edited]
L63[01:26:47] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1e7e:9100:3734:eb46:dbd5:7318) (Ping timeout: 189 seconds)
L64[01:31:37] <Ariri> %roll 1d2
L65[01:31:37] <MichiBot> 2
L66[01:51:18] <Amanda> %splash 🦊 with mutable green potion
L67[01:51:19] <MichiBot> You fling a mutable green potion (New!) that splashes onto 🦊. 🦊 turns into a golem until the next time they hug someone.
L68[01:52:56] ⇦ Quits: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net) (Remote host closed the connection)
L69[01:58:14] <bad at​ vijya> remember what the fox says
L70[01:58:24] <bad at​ vijya> aaaAAAAAAAAAAAAAAAAAA
L71[02:43:46] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net) (Remote host closed the connection)
L72[03:02:36] <Amanda> Elfi: now Inari's foxes ran off with my settop box remote!
L73[03:02:52] <Amanda> Such a rude group of foxies
L74[03:03:04] * Amanda curls up around Elfi, passes out
L75[03:12:10] <CompanionCube> %tonk
L76[03:12:10] <MichiBot> Geez! Compan​ionCube! You beat Va​ur's previous record of 3 hours and 47 minutes (By 8 minutes and 31 seconds)! I hope you're happy!
L77[03:12:11] <MichiBot> CompanionCube's new record is 3 hours, 55 minutes and 31 seconds! CompanionCube also gained 0.00056 (0.00014 x 4) tonk points for stealing the tonk. Position #2. Need 0.03173155 more points to pass Va​ur!
L78[03:25:22] <Klea​dron> %drink
L79[03:25:23] <MichiBot> You drink a light nectar potion (New!). As Kleadron drinks the potion they seem to have become magnetic and a Stationary stick flies towards them! They fail to evade it with a 8 vs DC 14 and takes 1d​6 => 5 damage.
L80[03:25:36] <Ar​iri> https://tinyurl.com/yhy7dm2e
L81[03:54:10] <Kristo​pher38> >bad at​ vijya: aaaAAAAAAAAAAAAAAAAAA
L82[03:54:10] <Kristo​pher38> Me yesterday
L83[04:01:23] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L84[06:02:11] <Ariri> https://appleinsider.com/articles/21/05/07/ftc-concludes-manufacturer-repair-restrictions-hurt-consumers?
L85[06:02:17] <Ariri> s/?/
L86[06:02:27] <Ariri> s/?/
L87[06:08:01] <Forec​aster> %sip
L88[06:08:01] <MichiBot> You drink a wild ferozium potion (New!). Forecaster's toes turn invisible until they recite the litany against fear.
L89[06:21:04] <bad at​ vijya> https://cdn.discordapp.com/attachments/802281935308849192/837764052741783563/video0.mp4
L90[06:28:50] <Sagh​etti> it is 11:28 pm
L91[06:28:58] <Sagh​etti> not fox friday (yet)
L92[06:31:01] <bad at​ vijya> it's friday here
L93[06:31:03] <bad at​ vijya> so fuck off
L94[06:32:04] <Sagh​etti> :>
L95[06:38:11] <bad at​ vijya> currently setting up a dynamic motd thing :)
L96[06:46:15] ⇨ Joins: Vexatos (~Vexatos@port-92-192-163-98.dynamic.as20676.net)
L97[06:46:15] zsh sets mode: +v on Vexatos
L98[06:53:49] <Klea​dron> So I've been working on infiniminer latelyu
L99[06:53:53] <Klea​dron> *lately
L100[06:53:55] <Klea​dron> https://cdn.discordapp.com/attachments/820645866724786177/840117873632215060/unknown.png
L101[06:54:19] <Klea​dron> this used to be a hundred or so megabytes of memory used
L102[06:54:54] <Klea​dron> big ramery savings
L103[06:55:04] <Klea​dron> also upgraded it to XNA 4.0
L104[07:01:38] ⇨ Joins: Inari (~Pinkishu@p4fe7edf7.dip0.t-ipconnect.de)
L105[07:08:13] <bad at​ vijya> neat
L106[07:09:40] <Ar​iri> it is now fox friday indeed
L107[07:13:40] ⇦ Quits: Hawk777 (~chead@2607:c000:8264:fc00:4474:4451:f709:a9c4) (Quit: Leaving.)
L108[08:15:27] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net)
L109[08:20:51] <Va​ur> %tonk
L110[08:20:53] <MichiBot> Crud! Va​ur! You beat Compan​ionCube's previous record of 3 hours, 55 minutes and 31 seconds (By 1 hour, 13 minutes and 10 seconds)! I hope you're happy!
L111[08:20:54] <MichiBot> Vaur's new record is 5 hours, 8 minutes and 42 seconds! Vaur also gained 0.00488 (0.00122 x 4) tonk points for stealing the tonk. Position #1.
L112[08:35:45] <n​il> %remind 5h45m tonk!
L113[08:35:45] <MichiBot> I'll tell you "tonk!" in 5h45m at 05/07/2021 02:20:45 PM
L114[08:42:37] <Va​ur> %sip
L115[08:42:37] <MichiBot> You drink a smelly pear potion (New!). Vaur feels the need to use "%shell".
L116[08:43:19] <Va​ur> @Michibot: no, no, no, nop
L117[08:44:15] <n​il> %shell
L118[08:44:17] <MichiBot> nil loads Creeper Cookie into a shell and fires it. It strikes the ground near Vaz​de, Ter​is, and SlimeD​iamond. They take 1d6 => 6, 1d6 => 6, and 1d6 => 4 splash damage respectively.
L119[08:44:18] <MichiBot> Creeper Cookie angered a fairy and was turned into a pie.
L120[08:44:33] <n​il> wut?
L121[09:44:53] ⇨ Joins: smoke_fumus (~smoke_fum@188.35.176.90)
L122[10:00:55] <Va​ur> %sip
L123[10:00:56] <MichiBot> You drink a smooth moonstone potion (New!). Vaur suddenly forgets a random piece of trivia.
L124[10:18:23] <Kristo​pher38> FOY FRIDAAAY
L125[10:18:35] <Kristo​pher38> FOX FRIDAAAY [Edited]
L126[10:18:37] <Kristo​pher38> FOX FRIDAAAY [Edited]
L127[10:40:28] <dequbed> Izaya: Yeah I got two mails for X3: Farnhams Legacy. Need to check it out soon(TM)
L128[11:18:19] ⇨ Joins: TPG24 (~ThePiGuy2@host-92-17-126-142.as13285.net)
L129[11:19:57] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net) (Ping timeout: 189 seconds)
L130[11:44:32] ⇨ Joins: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net)
L131[11:45:04] ⇨ Joins: schafhierte204 (webchat@p4fef1f74.dip0.t-ipconnect.de)
L132[11:46:30] ⇦ Quits: schafhierte204 (webchat@p4fef1f74.dip0.t-ipconnect.de) (Client Quit)
L133[11:47:52] <Va​ur> %sip
L134[11:47:52] <MichiBot> You drink a liquid spice potion (New!). The bottle turns into a spice dagger.
L135[12:03:07] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net)
L136[12:03:57] ⇦ Quits: TPG24 (~ThePiGuy2@host-92-17-126-142.as13285.net) (Ping timeout: 189 seconds)
L137[12:06:08] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1e7e:9100:3734:eb46:dbd5:7318)
L138[12:24:56] <Forec​aster> https://i.imgur.com/nmLogS8.jpg
L139[12:30:22] ⇨ Joins: Lox123 (~Lox123@178.159.28.226)
L140[12:31:04] ⇦ Quits: Lox123 (~Lox123@178.159.28.226) (Client Quit)
L141[12:48:59] <Va​ur> %sip
L142[12:48:59] <MichiBot> You drink a resonating copper potion (New!). Vaur's favourite shirt suddenly disintegrates.
L143[12:56:05] <Amanda> Inari: you need to get control over your foxes! Now they stole my STB remote!
L144[13:09:40] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L145[13:17:23] <Va​ur> %sip
L146[13:17:24] <MichiBot> You drink a fluffy moonstone potion (New!). Sitting down suddenly seems like a really terrible idea.
L147[13:28:42] <Forec​aster> %tonk
L148[13:28:43] <MichiBot> I'm sorry Forecaster, you were not able to beat Vaur's record of 5 hours, 8 minutes and 42 seconds this time. 5 hours, 7 minutes and 50 seconds were wasted! Missed by 52 seconds!
L149[13:28:47] <Forec​aster> dammit!
L150[13:30:50] <Forec​aster> angry %sip
L151[13:30:51] <MichiBot> You drink a ripe violium potion (New!). A unicorn flies past that vaguely resembles someone Forecaster knows.
L152[13:38:39] <Va​ur> lol
L153[13:38:44] <Va​ur> %sip
L154[13:38:44] <MichiBot> You drink a boiling void potion (New!). Vaur's left sock is now cursed.
L155[13:47:36] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1e7e:9100:3734:eb46:dbd5:7318) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@2001:16b8:1e18:7e00:e81b:db46:2c13:aa04)))
L156[13:47:41] ⇨ Joins: ben_mkiv|afk (~ben_mkiv@2001:16b8:1e18:7e00:e81b:db46:2c13:aa04)
L157[14:20:46] <MichiBot> @nil REMINDER: tonk!
L158[14:22:03] <n​il> not good.
L159[14:22:25] <n​il> %remind 4h30m tonk
L160[14:22:25] <MichiBot> I'll tell you "tonk" in 4h30m at 05/07/2021 06:52:25 PM
L161[14:45:06] <Ar​iri> Izaya: https://www.reddit.com/r/wholesomeyuri/comments/n6yvpm/nadeshiko_x_rin_yurucamp/
L162[14:46:06] <Izaya> excellent :3
L163[15:03:51] <Va​ur> %sip
L164[15:03:53] <MichiBot> You drink a stirring mithril potion (New!). A bard behind Vaur suddenly stops playing. They were most likely eaten by a monster.
L165[15:55:39] <Va​ur> %sip
L166[15:55:39] <MichiBot> You drink a slimy toxictop potion (New!). Wheels are briefly square.
L167[15:55:57] ⇨ Joins: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com)
L168[16:48:25] ⇨ Joins: flappy (~flappy@88-113-155-26.elisa-laajakaista.fi)
L169[17:30:15] <Va​ur> %sip
L170[17:30:15] <MichiBot> You drink a fragrant spice potion (New!). Vaur feels much better!
L171[17:33:14] ⇨ Joins: Hawk777 (~chead@2607:c000:8264:fc00:692c:d9ea:b9f0:c515)
L172[17:34:14] <Kristo​pher38> daily fox content https://www.youtube.com/watch?v=RqyLNFs2IBM&ab_channel=SaveAFox
L173[17:34:15] <MichiBot> Dixie sings a song to her fans | length: 2m | Likes: 3,739 Dislikes: 11 Views: 24,170 | by SaveAFox | Published On 7/5/2021
L174[18:17:38] ⇨ Joins: TPG24 (~ThePiGuy2@host-92-17-126-142.as13285.net)
L175[18:19:18] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net) (Ping timeout: 198 seconds)
L176[18:32:32] ⇦ Quits: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com) (Ping timeout: 189 seconds)
L177[18:35:09] ⇨ Joins: hnOsmium0001 (~uid453710@id-453710.stonehaven.irccloud.com)
L178[18:40:01] <Va​ur> %tonkout
L179[18:40:02] <MichiBot> Wild! Va​ur! You beat your own previous record of 5 hours, 8 minutes and 42 seconds (By 2 minutes and 36 seconds)! I hope you're happy!
L180[18:40:03] <MichiBot> Va​ur has tonked out! Tonk has been reset! They gained 0.005 tonk points! plus 0.008 bonus points for consecutive hours! Current score: 1.03400255, Position #1
L181[18:40:11] <Va​ur> %sip
L182[18:40:11] <MichiBot> You drink a sour yellow potion (New!). Vaur gains one research point. Vaur now has 1 point.
L183[18:40:24] <Va​ur> rip previous points
L184[18:41:05] ⇦ Quits: lord| (~ba7888b72@66.109.211.50) (Read error: -0x7880: SSL - The peer notified us that the connection is going to be closed)
L185[18:41:16] ⇨ Joins: lord| (~ba7888b72@66.109.211.50)
L186[18:52:26] <MichiBot> @nil REMINDER: tonk
L187[18:52:41] <n​il> fuck vaur already did that
L188[18:58:58] <dequbed> %tonk hey @nil
L189[18:58:59] <MichiBot> Yow! deq​ubed! You beat Va​ur's previous record of <0 (By 18 minutes and 56 seconds)! I hope you're happy!
L190[18:59:00] <MichiBot> dequbed's new record is 18 minutes and 56 seconds! dequbed also gained 0.00032 tonk points for stealing the tonk. Position #13. Need 0.00942 more points to pass Mic​hiyo!
L191[19:12:08] <Va​ur> %sip
L192[19:12:09] <MichiBot> You drink a silent adamantium potion (New!). Vaur turns into a crimson fairy turtle girl until someone stabs them.
L193[19:36:19] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net)
L194[19:37:19] ⇦ Quits: TPG24 (~ThePiGuy2@host-92-17-126-142.as13285.net) (Ping timeout: 204 seconds)
L195[19:53:40] <Amanda> %ping
L196[19:53:42] <MichiBot> Ping reply from Ama​nda 1.91s
L197[20:14:13] <Va​ur> %tonk
L198[20:14:14] <MichiBot> Bejabbers! Va​ur! You beat deq​ubed's previous record of 18 minutes and 56 seconds (By 56 minutes and 18 seconds)! I hope you're happy!
L199[20:14:15] <MichiBot> Vaur's new record is 1 hour, 15 minutes and 14 seconds! Vaur also gained 0.00094 tonk points for stealing the tonk. Position #1.
L200[20:44:39] <Amanda> %splash Inari with mutable green potion
L201[20:44:39] <MichiBot> You fling a mutable green potion that splashes onto Inari. Inari turns into an octopus for 6 moons.
L202[21:15:32] <Amanda> Inari: you shouldn't just rip your dick off and throw it at a potential mate!
L203[21:15:40] <Amanda> ( Or is that squids )
L204[21:27:00] <Amanda> %choose wait for new updatess or read meow
L205[21:27:00] <MichiBot> Ama​nda: I tried reading my tea leaves this morning. There was something about death and doom. Anyway, go with "read meow"
L206[21:27:35] <Amanda> Sounds good. I'm sure I can avoid whatever catrastophy MichiBot saw in the tea leaves by reading this book: Nuclear Generators for Dummies
L207[21:27:59] <Amanda> s/Nuclear/Building Nuclear/
L208[21:27:59] <MichiBot> <Amanda> Sounds good. I'm sure I can avoid whatever catrastophy MichiBot saw in the tea leaves by reading this book: Building Nuclear Generators for Dummies
L209[21:30:12] <Amanda> Or maybe this other book would do...
L210[21:30:35] <Amanda> %choose Building Nuclear Generators for Dummies or So you Want To Harness A Black Hole?
L211[21:30:35] <MichiBot> Ama​nda: Is it a bird?! Is it a plane?! No! It's "So you Want To Harness A Black Hole"!
L212[21:33:17] ⇦ Quits: smoke_fumus (~smoke_fum@188.35.176.90) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L213[21:42:23] ⇨ Joins: MajGenRelativity_ (~MajGenRel@185.187.243.42)
L214[21:45:15] ⇦ Quits: MajGenRelativity (~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net) (Ping timeout: 204 seconds)
L215[21:47:39] *** MajGenRelativity_ is now known as MajGenRelativity
L216[21:59:04] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Read error: Connection reset by peer)
L217[22:00:14] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L218[22:26:18] ⇨ Joins: ThommoMC (webchat@122.199.49.140)
L219[22:26:29] <ThommoMC> hi
L220[22:26:46] ⇦ Quits: ThommoMC (webchat@122.199.49.140) (Client Quit)
L221[22:27:13] <ThePi​Guy24> amazing
L222[22:27:25] <ThePi​Guy24> nearly made it 30 seconds
L223[23:16:56] <CompanionCube> Izaya: https://github.com/illumos/ipd/blob/master/ipd/0019/README.md f
L224[23:30:32] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net) (Read error: Connection reset by peer)
L225[23:30:38] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net)
L226[23:37:55] * Amanda rectangulates Inari's splines
L227[23:37:56] ⇦ Quits: Vexatos (~Vexatos@port-92-192-163-98.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L228[23:38:35] <Amanda> %remindme 12h shoud probably figure out why NextCloud is spamming you with file conflicts...
L229[23:38:35] <MichiBot> I'll tell you "shoud probably figure out why NextCloud is spamming you with file conflicts..." in 12h at 05/08/2021 11:38:34 AM
L230[23:39:50] * Amanda snugs up around Elfi, chitters at anyone who gets close, to protecc
L231[23:47:02] <bad at​ vijya> f
<<Prev Next>> Scroll to Top