<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:33:08] <Ko​dos> %tonk
L2[00:33:08] <MichiBot> Huzzah! Ko​dos! You beat Forec​aster's previous record of <0 (By 2 hours and 47 seconds)! I hope you're happy!
L3[00:33:09] <MichiBot> Kodos's new record is 2 hours and 47 seconds! Kodos also gained 0.00201 tonk points for stealing the tonk. Position #4. Need 0.02307168 more points to pass Squi​dDev!
L4[00:33:12] <Ko​dos> %shellcount
L5[00:33:12] <MichiBot> Ko​dos: You have 0 Blue Shells, 0 Red Shells, and 3 Green Shells
L6[00:33:19] <Ko​dos> %greenshell SquidDev
L7[00:33:20] <MichiBot> Ko​dos: You hit SquidDev! They lost 0.0069215 tonk points which you gain! Congratulations! Position #4 Need 0.00922867 more points to pass Squi​dDev!
L8[01:16:10] <Izaya> LUA
L9[01:16:12] <MichiBot> It's Lua, not LUA. Name not an acronym.
L10[01:29:28] <Amanda> L.U.A.
L11[01:30:10] <Izaya> L U A
L12[01:32:13] <Ariri> %tonk
L13[01:32:13] <MichiBot> I'm sorry Ariri, you were not able to beat Kodos's record of 2 hours and 47 seconds this time. 59 minutes and 4 seconds were wasted! Missed by 1 hour, 1 minute and 42 seconds!
L14[01:41:38] <Mandalor​TheWorthy> would it be possible to create OC methods for a multiblock that does not yet have them that's part of another mod, or would I have to edit that mod specifically to add them?
L15[01:41:55] <Bri​anH> Izaya, the Tensilica RISC architecture is pretty neat
L16[01:42:23] <Izaya> oh?
L17[01:42:24] <Bri​anH> smallest ISA RISC 32 bit arch in the world
L18[01:42:33] <Bri​anH> and faster than an ARM7
L19[01:43:06] <Bri​anH> I'm looking into it because apparently its the SoC core that the esp8266 uses.
L20[01:43:31] <Bri​anH> they also have a superscalar version
L21[01:43:47] <Izaya> MandalorTheWorthy: Don't quote me on this but it's probable that you won't have to modify the original mod; if it's FOSS it may be desirable to PR in an API for use with OC but if not I believe you could modify it from another mod to add the API
L22[01:43:56] <Izaya> Is the same in the ESP32?
L23[01:44:43] <Mandalor​TheWorthy> alrighty! I ask because I'm looking to add computer control options for some of Immersive Petroleum's multiblocks that do not yet have them
L24[01:44:55] <Izaya> Oooh, this relates to my interests.
L25[01:45:43] <Izaya> It doesn't have a license specified but it does have a repo on GH
L26[01:46:26] <Mandalor​TheWorthy> I might be able to use redstone shenanigans to make it work but that's more complex than it needs to be xD the distillation tower likes to produce things faster than they can be pumped out, so I'm looking to create a computer control script that will check the output tank fill status and shut down the tower until it's below a certain %
L27[01:46:54] <CompanionCube> I mean, it's java, at worst you can engage in bytecode shenanigans
L28[01:47:31] <Mandalor​TheWorthy> hmm I wonder...is this something that a datapack could handle?
L29[01:47:39] <Mandalor​TheWorthy> or is that what you're suggesting?
L30[01:49:02] <CompanionCube> no
L31[01:49:23] <CompanionCube> it's basically the hard version of Izaya's idea.
L32[01:49:25] <Mandalor​TheWorthy> no to datapack or no to what you were suggesting? lol
L33[01:49:58] <Izaya> sane: add it to the mod itself by modifying the source code and contributing your changes
L34[01:50:36] <Izaya> less sane: grafting an API onto the mod using another mod and actual java facilities and/or reflection
L35[01:50:43] <CompanionCube> ^
L36[01:50:57] <CompanionCube> galaxy brain: use ASM to do it.
L37[01:51:03] <Izaya> pain: disassembling the mod from the java bytecode and patching an API into it that way
L38[01:51:20] <CompanionCube> https://asm.ow2.io/
L39[01:51:24] <Mandalor​TheWorthy> I'm in the discord of the guy that wrote the mod; asking there to make sure it's okay to either modify the mod or if its in future plans for said addon since it's an addon mod for Immersive Engineering
L40[01:51:25] <CompanionCube> do it at runtime, even!
L41[02:00:48] <Mandalor​TheWorthy> how would one even go about adding it to the mod? I've never written anything in Java before, and the extent of my understanding of coding is limited to ZenScript and Lua
L42[02:00:57] <Mandalor​TheWorthy> and even those I kinda suck at
L43[02:05:33] <Amanda> @MandalorTheWorthy mods can add drivers for other mods in OC
L44[02:06:00] <Amanda> for example, Computronics adds drivers for some railcraft blocks
L45[02:18:25] <Mandalor​TheWorthy> so how would I go about adding drivers for OC then?
L46[02:18:28] <Mandalor​TheWorthy> how hard is that?
L47[02:19:18] ⇦ Quits: lord| (~ba7888b72@66.109.211.85) (Ping timeout: 189 seconds)
L48[02:20:23] <Amanda> Depends on the mod
L49[02:20:42] <Amanda> What APIs it exposes to other mods
L50[02:21:08] <Mandalor​TheWorthy> It'd be adding drivers for Immersive Petroleum. IP is an addon mod for Immersive Engineering, which has methods for its own machines
L51[02:25:39] <Amanda> %remindme 10h finally implement that idea for tcl one-off alerts
L52[02:25:39] <MichiBot> I'll remind you about "finally implement that idea for tcl one-off alerts" at 10/27/2020 12:25:39 PM
L53[02:29:18] <Amanda> Izaya: consider this, you type a command, a editor pops open, you type a short tcl script with conditions, when those conditions are met, you get a ping on your irl phone
L54[02:31:09] <Amanda> Like "title {long-running craft finished}\nme_amount {minecraft:stone} > 128"
L55[02:31:48] <Amanda> When that's met your phone dings and the script is discarded
L56[03:06:28] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1e2b:bd00:dc87:5fc2:1cc9:cf4b)
L57[03:22:51] ⇦ Quits: BrightYC (~BrightYC@91.217.81.208) (Ping timeout: 204 seconds)
L58[03:24:32] ⇨ Joins: BrightYC (~BrightYC@91.217.81.208)
L59[03:59:40] ⇦ Quits: Cervator (~Thunderbi@2600:1700:1a25:9160:34ab:b56f:4e1:ff53) (Quit: Cervator)
L60[04:07:24] <Amanda> There, small amount of brain storming done. Sleeps time
L61[04:08:01] * Amanda tucks up against one of the trees In elfi's grove, zzzmews
L62[04:14:40] ⇦ Quits: Renari (~Renari@24.152.243.52.res-cmts.bgr.ptd.net) (Ping timeout: 198 seconds)
L63[04:14:42] ⇨ Joins: Arimil (~Renari@24.152.243.52.res-cmts.bgr.ptd.net)
L64[04:16:55] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L65[04:22:12] ⇨ Joins: lord| (~ba7888b72@66.109.211.85)
L66[04:37:44] <bad at​ vijya> who would have known building servo kills my cpu
L67[06:25:45] <Izaya> Amanda: tcl?
L68[06:36:33] <CompanionCube> Izaya: TCL as in the scripting language used by eggdrop.
L69[07:46:52] ⇨ Joins: Vexatos (~Vexatos@port-92-192-45-132.dynamic.as20676.net)
L70[07:46:52] zsh sets mode: +v on Vexatos
L71[08:53:05] ⇦ Quits: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com) (Quit: Connection closed for inactivity)
L72[08:53:58] <Forec​aster> %tonk
L73[08:53:58] <MichiBot> Waesucks! Forec​aster! You beat Ko​dos's previous record of 2 hours and 47 seconds (By 5 hours, 20 minutes and 58 seconds)! I hope you're happy!
L74[08:53:59] <MichiBot> Forecaster's new record is 7 hours, 21 minutes and 45 seconds! Forecaster also gained 0.01605 (0.00535 x 3) tonk points for stealing the tonk. Position #2. Need 0.1454862 more points to pass Compan​ionCube!
L75[09:16:29] <Izaya> CompanionCube: I figured that much
L76[10:18:55] ⇨ Joins: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net)
L77[10:42:33] ⇦ Quits: immibis (~immibis@62.156.144.218) (Ping timeout: 378 seconds)
L78[11:32:21] <Amanda> Izaya: I manually transpiled a small c tcl interpreter into lua
L79[11:33:50] <Izaya> aaah
L80[11:33:54] <Amanda> I was using it for embedded logic for doors I'm my base on ariri's server
L81[11:33:58] <Izaya> I think I remember something about that? Maybe?
L82[11:35:13] <Amanda> Was going to say, could have sworn I talked about it with you when I did it
L83[11:42:55] <Izaya> my memory is like a seive; it only remembers things too broad to fall through over time
L84[11:43:06] <Amanda> Haha
L85[11:48:31] ⇨ Joins: default (~default@cpc103552-stkn17-2-0-cust999.11-2.cable.virginm.net)
L86[11:48:44] <default> ?
L87[11:48:52] ⇦ Quits: default (~default@cpc103552-stkn17-2-0-cust999.11-2.cable.virginm.net) (Client Quit)
L88[11:50:54] <Amanda> !
L89[11:51:48] <Izaya> sooooooo
L90[11:52:04] <Izaya> I don't suppose anyone has a way to fix MHW's letterboxing on Linux?
L91[11:52:09] <ThePi​Guy24> ‽
L92[11:55:22] <Amanda> oh good. the main bulb that lights my room is starting to try and induce seizures
L93[12:03:33] ⇨ Joins: CarlenWhite_Err (~CarlenWhi@121.sub-174-202-100.myvzw.com)
L94[12:06:31] ⇦ Quits: CarlenWhite (~CarlenWhi@121.sub-174-202-100.myvzw.com) (Ping timeout: 378 seconds)
L95[12:06:31] *** CarlenWhite_Err is now known as CarlenWhite
L96[12:14:13] ⇦ Quits: Vexatos (~Vexatos@port-92-192-45-132.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L97[12:14:26] ⇨ Joins: Vexatos (~Vexatos@port-92-192-45-132.dynamic.as20676.net)
L98[12:14:26] zsh sets mode: +v on Vexatos
L99[12:14:54] ⇦ Quits: Vexatos (~Vexatos@port-92-192-45-132.dynamic.as20676.net) (Client Quit)
L100[12:23:04] ⇨ Joins: Vexatos (~Vexatos@port-92-192-64-129.dynamic.as20676.net)
L101[12:23:04] zsh sets mode: +v on Vexatos
L102[12:25:40] <MichiBot> Amanda REMINDER: finally implement that idea for tcl one-off alerts
L103[12:26:14] <Izaya> instructions unclear, wrote script to disable window decorations and move MHW window so it's evenly distributed across 3 displays
L104[12:35:33] <Izaya> https://i.imgur.com/7XYi4Jv.jpg
L105[12:40:11] <Izaya> https://social.shadowkat.net/media/ac3419f90d46100889e674d195febd8ab6c63645fd14f863b57799b242fe557e.jpg
L106[12:44:12] <ThePi​Guy24> rip
L107[12:48:29] <Bri​anH> Just finished watching bodacious space pirates
L108[12:48:34] <Bri​anH> its a pretty cool series
L109[12:48:38] <Izaya> yee
L110[12:49:09] <Bri​anH> Lol, I remember when I was younger I used to dream about setting up my desk like that
L111[12:49:26] <Bri​anH> somehow, I ended up going back to CRTs and things
L112[12:49:51] <ThePi​Guy24> multi-crt setups are 👌
L113[12:50:00] <Bri​anH> My 22" CRT has two inputs
L114[12:50:33] <Bri​anH> with two KVMs I can double the ammount of computers on one monitor.
L115[12:51:17] <Izaya> BrianH: https://files.catbox.moe/n9gopl.jpg
L116[12:51:38] <Izaya> Gonna end up with 3 1280x1024s on that left desk eventually I think
L117[12:51:48] <Izaya> gonna need a KVM switch for inputs but not displays >.>
L118[12:52:13] <ThePi​Guy24> old dell monitor stronk
L119[12:52:36] <Bri​anH> I only have one CRT right now because they do take up room and my home office is only so large
L120[12:52:38] <Izaya> tfw < 3 1920x1200 Dell UltraSharps
L121[12:52:54] <Izaya> wanna replace my 1680x1050 and two 1440x900s
L122[12:53:30] <ThePi​Guy24> i still dont have an actually 1080p monitor
L123[12:53:42] <Izaya> I got one over the weekend actually
L124[12:53:55] <ThePi​Guy24> i have a 1080p tv that takes up p.much all of my desk
L125[12:53:56] <Izaya> gonna sell it so I can buy something less shortscreen
L126[12:54:28] <ThePi​Guy24> and i have a 1080p panel that i pulled out of a laptop that died on me
L127[12:54:40] <ThePi​Guy24> need to get a driver board for that to make a crude monitor
L128[12:54:48] <ThePi​Guy24> only like £15
L129[12:55:51] <Vexatos> Izaya, I only have two
L130[12:56:04] <Vexatos> also imagine having that much disk space
L131[12:56:30] <Vexatos> desk space*
L132[12:56:31] <Vexatos> ech
L133[12:56:36] <ThePi​Guy24> i lack both
L134[12:56:39] <Vexatos> same
L135[12:56:46] <Bri​anH> https://tinyurl.com/y2lmykpd
L136[12:56:51] <Izaya> always working on getting more of both
L137[12:56:56] <Bri​anH> It works
L138[12:57:09] <Izaya> needs a 2048x1536 LCD next to the CRT
L139[12:57:22] <Vexatos> at work until the beginning of this year, we had an old solaris machine running one of our NMRs
L140[12:57:23] <Bri​anH> hah
L141[12:57:33] <Vexatos> but the NMR finally kicked the bucket so it was thrown out
L142[12:57:33] <Bri​anH> well that may be a 2048x1536 CRT
L143[12:57:41] <Bri​anH> but it is only running at 640x480
L144[12:57:51] ⇦ Quits: Saphire (saphire@2a01:4f8:141:1272::2) (Ping timeout: 189 seconds)
L145[12:58:33] ⇦ Quits: bauen1 (~bauen1@aftr-62-216-207-217.dynamic.mnet-online.de) (Ping timeout: 204 seconds)
L146[12:58:52] <Bri​anH> I think this CRT does 2048x1536@80Hz
L147[12:59:02] <Bri​anH> Honestly I used to be able to use it
L148[12:59:14] <Bri​anH> but I can't read the text on the terminals at that resolution anymore
L149[12:59:18] <Vexatos> how do you 80 Hz CRT
L150[12:59:48] <Vexatos> you have a nice and stable signal on your power line why would you not use it that's dumb right
L151[13:00:01] <Bri​anH> woah woah woah
L152[13:00:02] <Bri​anH> wait a minute
L153[13:00:42] <Bri​anH> power line is not... stable.
L154[13:00:53] <Vexatos> what country do you live in
L155[13:01:02] <Bri​anH> My oscilloscope can actually use the 60Hz power line as a trigger. But it's noisy
L156[13:01:04] <Bri​anH> US
L157[13:01:19] <Bri​anH> you should never use the AC outlet as your driving oscilator
L158[13:02:17] <Vexatos> you should when it's 1950 and you can't afford more components than necessary
L159[13:02:36] <Bri​anH> My scope is from the 1980s
L160[13:03:27] <ThePi​Guy24> okay i am finally getting round to replacing my thinkpads battery to one that has more than a 2 second batterylife, now do i go for a standard 6 cell, or go for a chonky 9 cell, and do i bankrupt myself for a genuine replacement or go for some cheaper one that may combust
L161[13:04:39] <Forec​aster> I have 0 desk space but lots of disk space
L162[13:04:48] <Forec​aster> I'm also using 0 desk space
L163[13:05:21] <Bri​anH> Isn't it cool how my function generator fits perfectly underneath my scope?
L164[13:05:22] <Bri​anH> https://tinyurl.com/y45wt5uv
L165[13:06:05] ⇨ Joins: bauen1 (~bauen1@aftr-62-216-207-217.dynamic.mnet-online.de)
L166[13:06:26] <Bri​anH> the probe on the right in trig1 is an attenuator if anmyone is confused
L167[13:06:29] <Vexatos> NMRs aren't quite as compact
L168[13:10:18] <Bri​anH> probes are so expensive
L169[13:12:22] <ThePi​Guy24> mmm yes great value delivery https://tinyurl.com/y3qokraq
L170[13:13:01] <Bri​anH> hah.
L171[13:14:03] <Vexatos> aw yis https://quantum-chemistry.is-pretty.cool/3tPnWF8.jpg
L172[13:14:28] <Vexatos> only took a month for the certificate to arrive :D
L173[13:16:48] <Forec​aster> why is delivery by catapult never an option
L174[13:16:55] ⇦ Quits: bauen1 (~bauen1@aftr-62-216-207-217.dynamic.mnet-online.de) (Ping timeout: 204 seconds)
L175[13:17:04] <Vexatos> same
L176[13:17:28] <Vexatos> that's what happens when the dean takes a year to sign your documents I guess
L177[13:17:45] <Vexatos> also I found 5 typos on the certificate
L178[13:17:46] <Vexatos> smh
L179[13:18:25] <Vexatos> my birthplace is wrong, one of the courses is wrong AND has the wrong grade, the title of my thesis has a misplaced space, and two courses are listed in the wrong order
L180[13:18:33] <Vexatos> this is high quality graduation
L181[13:19:09] <Vexatos> (one of the courses is listed twice, meaning another course wasn't there at all)
L182[13:19:09] <ThePi​Guy24> gotta love it when things take way longer than they should, but they are still half-arsed
L183[13:19:49] ⇨ Joins: grantlmul (~Grant@141.156.234.79)
L184[13:20:18] ⇦ Quits: grantlmul (~Grant@141.156.234.79) (Remote host closed the connection)
L185[13:20:38] <Vexatos> at least they got my final grade right
L186[13:21:02] ⇨ Joins: grantlmul (~Grant@141.156.234.79)
L187[13:21:30] <grantlmul> I installed Windows :/
L188[13:23:23] ⇨ Joins: bauen1 (~bauen1@aftr-62-216-207-217.dynamic.mnet-online.de)
L189[13:27:34] <Vexatos> my condolences
L190[13:28:38] <Forec​aster> maybe windows installed you
L191[13:29:34] <Vexatos> rose is red, violet is blue, flag is win, baba is you
L192[13:30:26] ⇦ Quits: bauen1 (~bauen1@aftr-62-216-207-217.dynamic.mnet-online.de) (Read error: Connection reset by peer)
L193[13:30:46] <ThePi​Guy24> baba is you is fucking great
L194[13:30:50] <Vexatos> yes
L195[13:30:58] <Vexatos> I mean it did win a billion awards
L196[13:31:04] <Vexatos> along with return of the obra dinn
L197[13:31:07] <Vexatos> for puzzle games of the year
L198[13:45:55] <Amanda> @payonel holy shit, I may have just solved why (At least I've been) having so many issus with server racks. If you don't connect the component line to anything, the network line dosn't work either.
L199[13:46:09] <Vexatos> tf
L200[13:47:37] <Izaya> what
L201[13:47:39] <Izaya> this explains
L202[13:47:40] <Izaya> everythin
L203[13:47:43] <Izaya> g
L204[13:49:05] <Amanda> oh, here's the real kicker: the component line doesn't need to stay connected. (at least not before a restart at least )
L205[13:49:36] <Amanda> ( restart of the MC Server that is )
L206[13:50:41] ⇨ Joins: bauen1 (~bauen1@aftr-62-216-207-217.dynamic.mnet-online.de)
L207[13:50:51] <Vexatos> so it's simply not doing component visibility or network propagation properly when being placed
L208[13:50:58] <ThePi​Guy24> dargh that is frustrating
L209[13:56:11] ⇦ Quits: bauen1 (~bauen1@aftr-62-216-207-217.dynamic.mnet-online.de) (Ping timeout: 204 seconds)
L210[14:25:50] ⇨ Joins: Cervator (~Thunderbi@2600:1700:1a25:9160:1592:3404:535f:ec5e)
L211[14:35:59] ⇦ Quits: Amanda (~quassel@c-73-165-85-199.hsd1.pa.comcast.net) (Quit: Toodles)
L212[14:39:03] ⇨ Joins: Amanda (~quassel@2601:46:c680:ce0f:898e:4e3:4697:1e03)
L213[14:46:01] ⇦ Quits: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net) (Ping timeout: 198 seconds)
L214[14:49:57] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L215[14:55:07] ⇨ Joins: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net)
L216[14:57:25] <Ocawes​ome101> Izaya: MHW?
L217[14:57:53] <Amanda> Monster Hunter Worlds, I assume
L218[14:58:13] <Forec​aster> MHwww
L219[14:58:29] <Izaya> yeah
L220[14:59:05] <Izaya> finally took out my first nergigante
L221[15:00:33] <Forec​aster> as of today E:D Horizons has been unlocked for everyone who owns the base game
L222[15:03:37] <Izaya> https://files.catbox.moe/ioydp1.jpg
L223[15:16:52] <Forec​aster> nice arm
L224[15:21:15] <Amanda> ~w component:internet
L225[15:21:16] <ocdoc> http://ocd.cil.li/component:internet
L226[15:23:31] ⇨ Joins: bauen1 (~bauen1@aftr-88-217-180-99.dynamic.mnet-online.de)
L227[15:25:14] <ThePi​Guy24> nice x86
L228[15:49:47] ⇨ Joins: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com)
L229[16:00:49] ⇦ Quits: bauen1 (~bauen1@aftr-88-217-180-99.dynamic.mnet-online.de) (Ping timeout: 378 seconds)
L230[16:09:32] ⇨ Joins: bauen1 (~bauen1@aftr-88-217-180-99.dynamic.mnet-online.de)
L231[16:20:57] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1e2b:bd00:dc87:5fc2:1cc9:cf4b) (Killed (NickServ (GHOST command used by ben_mkiv|afk)))
L232[16:20:59] ⇨ Joins: ben_mkiv|afk (~ben_mkiv@2001:16b8:1e2b:bd00:dc87:5fc2:1cc9:cf4b)
L233[16:22:17] ⇨ Joins: LeshaInc1 (~LeshaInc@fomalhaut.me)
L234[16:22:18] ⇨ Joins: skyem (znc@nightfall.moe)
L235[16:22:22] ⇨ Joins: Hobbyboy|BNC (Hobbyboy@hobbyboy.co.uk)
L236[16:22:27] ⇦ Quits: Lucifer (sid32492@id-32492.charlton.irccloud.com) (Ping timeout: 378 seconds)
L237[16:22:39] ⇨ Joins: Lucifer (sid32492@id-32492.charlton.irccloud.com)
L238[16:22:49] ⇦ Quits: CompanionCube (~samis@thonk.9net.org) (Ping timeout: 378 seconds)
L239[16:22:59] ⇦ Quits: LeshaInc1 (~LeshaInc@fomalhaut.me) (Client Quit)
L240[16:23:11] ⇦ Quits: Teris (uid315557@id-315557.brockwell.irccloud.com) (Ping timeout: 378 seconds)
L241[16:23:15] ⇨ Joins: LeshaInc1 (~LeshaInc@fomalhaut.me)
L242[16:23:33] ⇦ Quits: surferconor425 (sid77899@id-77899.hathersage.irccloud.com) (Ping timeout: 378 seconds)
L243[16:23:47] ⇨ Joins: CompanionCube (~samis@thonk.9net.org)
L244[16:24:28] ⇨ Joins: Vazde_ (vazde@dea.fi)
L245[16:24:39] ⇦ Quits: alekso56 (~cax@2001:464b:c21a:0:745d:45ff:fe3b:a098) (Ping timeout: 378 seconds)
L246[16:24:39] ⇦ Quits: Skye (znc@nightfall.moe) (Ping timeout: 378 seconds)
L247[16:24:39] ⇦ Quits: Vazde (vazde@dea.fi) (Ping timeout: 378 seconds)
L248[16:25:01] ⇦ Quits: Hobbyboy (Hobbyboy@hobbyboy.co.uk) (Ping timeout: 378 seconds)
L249[16:25:01] ⇦ Quits: Forecaster (~Forecaste@2001:41d0:700:3949:2222::2) (Ping timeout: 378 seconds)
L250[16:25:01] ⇦ Quits: SinZ (znc@2400:6180:0:d0::64f:9001) (Ping timeout: 378 seconds)
L251[16:25:01] *** Hobbyboy|BNC is now known as Hobbyboy
L252[16:25:23] ⇦ Quits: LeshaInc (~LeshaInc@fomalhaut.me) (Ping timeout: 378 seconds)
L253[16:25:23] ⇦ Quits: Ariri (~finch@2605:e000:1220:8039:226:18ff:fe06:8702) (Ping timeout: 378 seconds)
L254[16:25:23] ⇦ Quits: Lizzy (~Lizzy@2001:41d0:700:3949:2222::2) (Ping timeout: 378 seconds)
L255[16:26:25] *** LeshaInc1 is now known as LeshaInc
L256[16:28:25] ⇨ Joins: Lizzy (~Lizzy@znc.theender.net)
L257[16:28:25] zsh sets mode: +o on Lizzy
L258[16:29:37] ⇨ Joins: SinZ (znc@2400:6180:0:d0::64f:9001)
L259[16:30:06] ⇨ Joins: finch (~finch@2605:e000:1220:8039:226:18ff:fe06:8702)
L260[16:30:07] *** SinZ is now known as Guest77596
L261[16:30:18] <Forec​aster> I feel like Lizzy's server did a broke
L262[16:30:31] ⇨ Joins: Forecaster (~Forecaste@2001:41d0:700:3949:2222::2)
L263[16:30:37] <Lizzy> i think esper did a broke
L264[16:30:38] *** finch is now known as Ariri
L265[16:30:52] <Michiyo> Yeah, that looks like Esper.
L266[16:30:54] <Ariri> I think so as well
L267[16:30:54] <ThePi​Guy24> looks like it
L268[16:34:33] ⇦ Quits: CarlenWhite (~CarlenWhi@121.sub-174-202-100.myvzw.com) (Ping timeout: 378 seconds)
L269[16:35:42] <Amanda> Izaya: today in "Abusing fget for fun and profit" -- I sped up the `require` function in my pxe runtime: https://gitea.ddna.co/amandac/oc-fileserver/commit/e841b73d49a6a058d071297050b9dd6feac93e23
L270[16:37:21] ⇨ Joins: Teris (uid315557@id-315557.brockwell.irccloud.com)
L271[16:37:35] ⇨ Joins: alekso56 (~cax@ti0107a400-2533.bb.online.no)
L272[16:37:51] <Amanda> now instead of at least one round-trip, it's always exactly-one
L273[16:37:53] ⇨ Joins: surferconor425 (sid77899@id-77899.hathersage.irccloud.com)
L274[16:39:02] <Ariri> outstanding move
L275[16:41:20] <Amanda> a nice intermediary until I can get my butt in gear to generate packaged versions of the things.
L276[16:41:31] <Amanda> so it's one round-trip total
L277[16:44:47] ⇦ Quits: dequbed (~dequbed@yanduxian.paranoidlabs.org) (Read error: Connection reset by peer)
L278[16:50:18] ⇨ Joins: CarlenWhite (~CarlenWhi@197.sub-174-202-99.myvzw.com)
L279[17:04:11] <Forec​aster> https://torrentfreak.com/riaas-youtube-dl-takedown-ticks-of-developers-and-githubs-ceo-201027/
L280[17:11:31] <Vexatos> >ticks-of
L281[17:11:33] <Vexatos> the URL
L282[17:11:44] <Vexatos> that means they edited the title and it was initially typo'd
L283[17:11:44] <Vexatos> nice
L284[17:11:56] <Vexatos> fear the takedown ticks
L285[17:25:52] ⇨ Joins: dequbed (~dequbed@2001:bc8:3f24:100::1)
L286[17:38:26] ⇦ Quits: bauen1 (~bauen1@aftr-88-217-180-99.dynamic.mnet-online.de) (Ping timeout: 189 seconds)
L287[17:44:38] ⇨ Joins: bauen1 (~bauen1@aftr-88-217-180-99.dynamic.mnet-online.de)
L288[18:09:35] <Amanda> guys, i'm worried. I've been developing for like, 17 years now, and I've not gotten my takedown ticks yet.
L289[18:09:40] <Swa​llow> puttting sofware in images is so clever lol
L290[18:17:45] ⇨ Joins: Inari (~Pinkishu@p4fe7ef7d.dip0.t-ipconnect.de)
L291[18:19:06] <Inari> a
L292[18:22:42] * Amanda polishies Inari with some seawater
L293[18:27:48] <Forec​aster> sigh, I hate SQL procedures :|
L294[18:28:48] <Inari> Amanda: hey, thats bad for my fur D:
L295[18:29:02] <Amanda> Inari: what fur? -tilts head-
L296[18:29:15] <Amanda> coarl sword girls don't have fur.
L297[18:30:16] <Forec​aster> wat
L298[18:34:18] <Inari> %splash Amanda with mutable potion
L299[18:34:18] <MichiBot> You fling a mutable diamond potion (New!) that splashes onto Amanda. Amanda turns into a unicorn boy until Sozin's Comet returns.
L300[18:34:27] <Amanda> rude!
L301[18:37:36] ⇦ Quits: ben_mkiv|afk (~ben_mkiv@2001:16b8:1e2b:bd00:dc87:5fc2:1cc9:cf4b) (Ping timeout: 194 seconds)
L302[18:41:36] <Forec​aster> %sip
L303[18:41:36] <MichiBot> You drink a fragrant violet potion (New!). After drinking the potion Forecaster notices a label that says "Side effects may include giggle fits and excessive monologuing."
L304[18:41:49] ⇦ Quits: bauen1 (~bauen1@aftr-88-217-180-99.dynamic.mnet-online.de) (Ping timeout: 198 seconds)
L305[19:16:43] <Forec​aster> %tonkout
L306[19:16:43] <MichiBot> Yow! Forec​aster! You beat your own previous record of 7 hours, 21 minutes and 45 seconds (By 3 hours and 59 seconds)! I hope you're happy!
L307[19:16:44] <MichiBot> Forec​aster has tonked out! Tonk has been reset! They gained 0.01 tonk points! plus 0.018 bonus points for consecutive hours! Current score: 1.37474372, Position #2 Need 0.1174862 more points to pass Compan​ionCube!
L308[19:24:33] <Swa​llow> %tonk
L309[19:27:21] <Amanda> Izaya: `set title "Bed time!"\nset priority 5\ntime 2000` -> https://nc.ddna.co/s/pGznPC6zA5okFq5 when 2000 hits in MC. :D
L310[19:28:22] <Amanda> and I just made it generic enough that any POST-body accepting web hook can be used.
L311[19:54:11] <Inari> POST /amanda/login name=root&pw="; OR 1
L312[19:54:24] <Amanda> Inari: Access Denied
L313[19:54:27] <Inari> :<
L314[20:47:11] <Inari> sour cream banana jelly~
L315[20:53:29] ⇨ Joins: immibis (~immibis@62.156.144.218)
L316[20:56:38] <Amanda> :D
L317[20:56:48] <Amanda> now my notification thingy can query other lilac-rpc things
L318[20:57:21] <Amanda> had to fix a couple of bugs in my picol impl though
L319[21:01:35] <bad at​ vijya> `LINES=$LINES COLUMNS=$COLUMNS lua5.3 luabuild.lua game`
L320[21:01:36] <bad at​ vijya> hm yes
L321[21:01:40] <bad at​ vijya> the floor is made of floor
L322[21:03:22] ⇨ Joins: bauen1 (~bauen1@aftr-88-217-180-99.dynamic.mnet-online.de)
L323[21:10:56] <CompanionCube> %tonk
L324[21:10:56] <MichiBot> Holy lit lamp Batman! Compan​ionCube! You beat Forec​aster's previous record of <0 (By 1 hour, 54 minutes and 12 seconds)! I hope you're happy!
L325[21:10:57] <MichiBot> CompanionCube's new record is 1 hour, 54 minutes and 12 seconds! CompanionCube also gained 0.0019 tonk points for stealing the tonk. Position #1.
L326[21:37:33] ⇦ Quits: bauen1 (~bauen1@aftr-88-217-180-99.dynamic.mnet-online.de) (Ping timeout: 198 seconds)
L327[21:45:18] ⇨ Joins: bauen1 (~bauen1@aftr-62-216-207-72.dynamic.mnet-online.de)
L328[22:45:28] ⇦ Quits: Inari (~Pinkishu@p4fe7ef7d.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L329[23:29:07] <t20kdc> %sip fragrant violet potion
L330[23:29:08] <MichiBot> You drink a fragrant violet potion. After drinking the potion t20kdc notices a label that says "Side effects may include giggle fits and excessive monologuing."
L331[23:29:38] * t20kdc grabs some more of that potion and stores it for later use.
L332[23:32:45] * Amanda inserts an advertisement break during t20kdc's evil plan monologue
L333[23:33:50] <t20kdc> So, given the moon is in fact in the sky, I have reached the ultimate in conflusions.
L334[23:34:09] <t20kdc> The fact is, the moon is above... quite a lot of us!
L335[23:34:26] <Amanda> don't piss off the moon goddess!
L336[23:34:41] <t20kdc> And here is what I intend to do about it. -- We interrupt this programme to bring you a message from Amanda --
L337[23:35:03] <Izaya> up is relative
L338[23:35:22] <Izaya> did you mean it's adjacent in our orbital plane?
L339[23:46:22] <t20kdc> ... oh hey look the ad break is over
L340[23:46:47] ⇦ Quits: Vexatos (~Vexatos@port-92-192-64-129.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L341[23:47:15] ⇨ Joins: flappy (~flappy@88-113-149-197.elisa-laajakaista.fi)
L342[23:47:54] <t20kdc> -- And here is what I intend to do about it. I intend to lower the moon's altitude relative to everybody else spherically significantly.
L343[23:48:15] <t20kdc> Therefore, I will have created a more equal world. Mwuahahahahahahahahaha!!!!
L344[23:55:45] <bad at​ vijya> how the fuck do i build UXP
<<Prev Next>> Scroll to Top