<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:41:24] ⇦ Quits: Vexatos (~Vexatos@port-92-192-23-53.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L2[01:06:41] <Amanda> dequbed: I think something's causing TPS lag, not sure if it's the mob farm, or Vampyre's collection of monster statues, but this self-resetting lever (10 seconds) is taking like 20...
L3[01:08:46] <i_develo​p_things> https://tinyurl.com/yg8mtra4
L4[01:09:01] <bad at​ vijya> ooooo
L5[01:09:02] <i_develo​p_things> finally trying out a UI that uses GPU buffers :)
L6[01:09:34] <i_develo​p_things> still pretty basic, and pretty badly architected, but it's only had about 3 days of dev time so shrugs
L7[01:10:41] <Izaya> extra latency but less flicker eh
L8[01:11:17] <i_develo​p_things> more or less, yeah
L9[01:11:26] <i_develo​p_things> not even that much extra latency the way i'm doing it
L10[01:12:02] <i_develo​p_things> still extremely flickery, though
L11[01:12:16] <i_develo​p_things> esp. with large numbers of windows
L12[01:12:28] <Amanda> Are you clearin gthe screen at somepoint or something?
L13[01:12:51] <Amanda> it looks like it's getting totally redrawn which is why it's flickering
L14[01:13:12] <i_develo​p_things> yeah, i'm clearing it
L15[01:13:53] <i_develo​p_things> not quite sure how else to do it, going to try adding in another buffer to composite it together
L16[01:14:02] <i_develo​p_things> if that introduces too much lag i have another idea
L17[01:14:21] <Amanda> %choose laptop naptime?
L18[01:14:21] <MichiBot> Ama​nda: I don't think I've heard of "laptop naptime", so probably not.
L19[01:19:53] <Kristo​pher38> @idevelopthings when moving a window two gpu.sets, one vertical and one horizontal, should be enough
L20[01:20:06] <i_develo​p_things> yeah i know
L21[01:20:09] <i_develo​p_things> i'm considering that also
L22[01:20:27] <Kristo​pher38> i'd just go with that honestly
L23[01:20:57] <dequbed> Amanda: Oh yeah. Uh, I'll check on that tomorrow
L24[01:21:48] <Kristo​pher38> it's starting to look like a proper gui though
L25[01:21:59] <Kristo​pher38> pretty cool
L26[01:22:00] <Amanda> dequbed: fair enough, if I get back in and talk to Vampyre before you get chance, I'll have them try turning off the mob farm first,
L27[01:22:35] <Amanda> But I'm likely to unplug shortly, and I suspect they fell asleep in front of their computer, from the number of times they got tea, and the fact they starved to death in te basement
L28[01:25:31] ⇦ Quits: EveryOS (uid454739@id-454739.highgate.irccloud.com) (Quit: Connection closed for inactivity)
L29[01:41:37] <chr​isms> Stupid question - what units does os.time() actually output? If I put two os.time() calls flanking a os.sleep(1) - I get a difference of 72 "units" - what are those? They don't seem to correspond to game ticks - and the documentation seems to imply it's seconds, but... ti's very much not 72 seconds.
L30[01:42:17] <Izaya> depends on platform
L31[01:42:50] <chr​isms> What do you mean by that?
L32[01:43:26] <Izaya> on windows without arguments it gives you ms but on sane systems you get seconds
L33[01:43:46] <chr​isms> ah, okay, you meant actual my OS
L34[01:43:52] <chr​isms> that's.. Huh, that's strange behavior ?
L35[01:44:07] <Izaya> os.date can give you unix time in seconds and computer.uptime can be more precise
L36[01:44:09] <Izaya> > The returned value is a number, whose meaning depends on your system. In POSIX, Windows, and some other systems, this number counts the number of seconds since some given start time (the "epoch"). In other systems, the meaning is not specified, and the number returned by time can be used only as an argument to os.date and os.difftime.
L37[01:44:11] <chr​isms> so it's 72 milliseconds then, I suspected as much, but it wasn't stated in the documentation that it could return milis how strange
L38[01:44:33] <Izaya> windows is supposed™ to return a second value but in my experience it doesn't
L39[01:44:48] <chr​isms> MY concern with using the uptime is if time elapses while the machine isn't loaded I want to know that
L40[01:45:07] <chr​isms> And it seems uptime would pause counting while unloaded, ya?
L41[01:45:13] <Izaya> this is true
L42[01:45:18] <Izaya> os.date gives you world time, IIRC
L43[01:45:35] <chr​isms> ooo that's a much better option
L44[01:45:38] <Izaya> there's also https://oc.cil.li/topic/1985-realtime-real-world-time-in-opencomputers/
L45[01:45:49] <Izaya> though there are other methods to get the time also
L46[01:46:06] <ThePi​Guy24> iirc fs.lastModified() works
L47[01:46:47] <chr​isms> thanks Izaya 🙂
L48[01:47:52] <dequbed> Izaya: Have Birch World. Want Pops
L49[01:48:38] <Izaya> dequbed: repeatedly colonise and decolonise planets
L50[01:54:35] ⇦ Quits: TPG24 (~ThePiGuy2@37.152.243.206) (Remote host closed the connection)
L51[01:55:54] <i_develo​p_things> flickering has been almost entirely eliminated \o/ https://tinyurl.com/yzlgczq5
L52[01:56:14] <Izaya> dequbed: alternatively, take planets and decolonise them
L53[01:57:25] <dequbed> Izaya: Also an option. Both are expensive though <.<
L54[01:58:08] <Izaya> gene clinics and cloning vats, plus a lot of $$$ to resettle pops from other planets?
L55[01:58:48] <dequbed> I don't think my empire believes in gene clinics <.<
L56[01:58:54] <Amanda> AND MY AXE!
L57[01:58:59] <Amanda> I mean, laptop nap time.
L58[01:59:22] <Michiyo> Well, I guess I'm running a Star Trek Online server now.... lmao
L59[01:59:42] <Izaya> nice
L60[02:00:13] <Amanda> Michiyo: was it shut down too?
L61[02:00:23] <Amanda> or did someone leak it's code too
L62[02:00:23] <Michiyo> No
L63[02:00:36] <Michiyo> Yeah, seems to be Circa 2015
L64[02:00:54] <Izaya> apparently it runs in proton
L65[02:00:55] <Michiyo> so now I have a City of Heroes server, STO, and Never Winter....
L66[02:00:56] <Izaya> neat
L67[02:01:08] <Izaya> how does one use a custom server for such a game
L68[02:01:17] <Amanda> with a custom/patcheed client
L69[02:01:38] <Michiyo> You have to have a matching client, and you point the login/auth stuff to whichever server you're gonna use
L70[02:02:40] <Michiyo> I also have AION, Lineage II, and Star Wars: Galaxies... I just collect private servers it seems. Though AION and L2 are emulators, CoH, STO, and NW are official leaks
L71[02:02:50] <Michiyo> and I think the SW:G is based on an official leak.
L72[02:04:01] * Amanda leaks Michiyo's cookie recipe
L73[02:04:18] <Michiyo> The secret is cocaine
L74[02:04:33] <Amanda> Does cocaine bake well?
L75[02:04:48] <dequbed> Sorta but it doesn't work as good in foodstuffs
L76[02:06:40] <Amanda> dequbed: do we have any magic mods in the pack? I'm in a magicy mood
L77[02:06:54] <Amanda> ( and I utterly failed to put my laptop to sleep )
L78[02:06:54] <dequbed> Amanda: Thaumcraft, Botania, Astral Sorcery
L79[02:06:59] <Amanda> ah right
L80[02:07:13] <Amanda> guess I need to learn AS, Thaumcraft & Botania both confused me
L81[02:15:18] <chr​isms> Any idea why 1 second sleep translates to a difference in 1,400 instead of 20 on this function? Are windows ticks not 20/second or something like this?
L82[02:15:19] <chr​isms> Code Block pastebined https://paste.pc-logix.com/urenayizey
L83[02:15:42] <chr​isms> (also is there a better channel to ask this in? It seems like it's the right one but I don't wanna interrupt the games it seems y'all playing)
L84[02:16:08] <Izaya> this is the OpenComputers IRC channel, not sure where would be better
L85[02:16:28] <chr​isms> k, I just feel bad cause it seemed y'all were playing a game before hah
L86[02:16:51] <dequbed> @chrisms I'm playing an opressive slaver regime empire in stellaris, interrupt away.
L87[02:17:11] <chr​isms> Oh man, I should get back into stellaris...
L88[02:18:12] <chr​isms> Oh, I bet that is waht it is! Because 1440/20 = 72. which is waht os.time() was giving between 1 second sleep
L89[02:18:55] <chr​isms> So this is some freakign weird windows vs unix thing huh? Is there a good way to pull what system the server is on so I can scale the time properly across windows/unix?
L90[02:19:57] <i_develo​p_things> perhaps check if the difference is more than 100 or so, and if so divide by 1000 or 100 or whatever makes sense?
L91[02:19:58] <Izaya> I'd suggest just using uptime tbh
L92[02:20:32] <chr​isms> I would, but I really can't use uptime because of the load/unload... I need to know how much real-time lapsed between systems, and I can't use your sync time cause I can't use network cards for the sync :\
L93[02:20:52] <Izaya> TPG24's trick of using the modified time on files might work
L94[02:21:22] <Izaya> but if you do want to test, you could compare uptime vs os.time
L95[02:21:27] <Izaya> or just use os.date
L96[02:21:48] <Izaya> which is game time but you know that 24 hours = 20 minutes at least
L97[02:21:50] <chr​isms> True, maybe I'll do my math off the os.date() instead of caring exact tik math
L98[02:21:52] <chr​isms> that's a good point
L99[02:21:52] <M​GR> Materialist+Militarist+Xenophobic Empire is the only way to go. You can't stop until you're slinging systemcraft around
L100[02:22:22] <Izaya> MGR: fanatic xenophile materialist megacorp
L101[02:22:26] <chr​isms> I was just trying to get it into one easy to use decimal value to store in a variable; so I could compare it easily
L102[02:22:36] <chr​isms> Thanks, I'm going to go think on this a bit more
L103[02:22:37] <Izaya> subsidiarise everyone
L104[02:23:09] <dequbed> Fanatic Egalitarian Materialist Democracy, build a Soviet Republic and have *all* the pops.
L105[02:23:21] <M​GR> That is the KFC way, and I did not defeat him in the Great War in order to become like him
L106[02:26:04] <CompanionCube> dequbed: you know, there is a shared burdens civic :p
L107[02:26:45] <dequbed> CompanionCube: You know, using that one gives your empire the government type "Soviet Republic" which is exactly why I said it like that ;)
L108[02:28:34] <M​GR> But can you take on 8 people at once and lose in epic fashion?
L109[02:29:34] <M​GR> And when I say people, I mean living real world humans, not AI empires
L110[03:01:55] <Corded> ​<Saphire> Peep
L111[03:03:11] <Amanda> I only played stellaris online once, me and co admin were going to meet up and take on the galaxy. Then my ai neighbor got pissy that I had a science ship in their space and annihilated me before we could even meet
L112[03:03:17] <Saphire> %tonk
L113[03:03:20] <MichiBot> Fudge! Sap​hire! You beat Va​ur's previous record of 3 hours, 40 minutes and 11 seconds (By 2 hours, 5 minutes and 50 seconds)! I hope you're happy!
L114[03:03:21] <MichiBot> Saphire's new record is 5 hours, 46 minutes and 2 seconds! Saphire also gained 0.0084 (0.0021 x 4) tonk points for stealing the tonk. Position #12 => #9. (Overtook dequbed) Need 0.01552 more points to pass Shuud​oushi!
L115[03:05:22] ⇦ Quits: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net) (Remote host closed the connection)
L116[03:26:14] ⇦ Quits: immibis (~immibis@dynamic-046-114-033-018.46.114.pool.telefonica.de) (Ping timeout: 189 seconds)
L117[03:28:48] ⇨ Joins: immibis (~immibis@dynamic-046-114-033-018.46.114.pool.telefonica.de)
L118[03:46:35] ⇦ Quits: immibis (~immibis@dynamic-046-114-033-018.46.114.pool.telefonica.de) (Ping timeout: 189 seconds)
L119[03:57:16] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L120[03:58:36] ⇨ Joins: immibis (~immibis@dynamic-046-114-033-018.46.114.pool.telefonica.de)
L121[04:31:30] * Amanda offers Elfi some bedtime snacks, curls up around to protecc and slep
L122[04:31:40] <Amanda> Night nerds
L123[04:31:45] ⇦ Quits: lord| (~ba7888b72@66.109.211.50) (Quit: https://i.imgur.com/xacQ09F.mp4)
L124[04:46:36] ⇦ Quits: immibis (~immibis@dynamic-046-114-033-018.46.114.pool.telefonica.de) (Ping timeout: 198 seconds)
L125[04:46:59] ⇨ Joins: knight20k (~knight20k@pool-108-31-94-53.washdc.fios.verizon.net)
L126[04:47:12] ⇨ Joins: immibis (~immibis@dynamic-046-114-033-018.46.114.pool.telefonica.de)
L127[04:49:59] ⇦ Quits: knight20k (~knight20k@pool-108-31-94-53.washdc.fios.verizon.net) (Client Quit)
L128[04:58:24] ⇦ Quits: immibis (~immibis@dynamic-046-114-033-018.46.114.pool.telefonica.de) (Ping timeout: 189 seconds)
L129[05:02:00] ⇨ Joins: cat35 (~cat35@pool-108-31-94-53.washdc.fios.verizon.net)
L130[05:03:14] ⇦ Quits: cat35 (~cat35@pool-108-31-94-53.washdc.fios.verizon.net) (Client Quit)
L131[05:10:16] ⇨ Joins: lord| (~ba7888b72@66.109.211.50)
L132[05:10:56] ⇨ Joins: immibis (~immibis@dynamic-046-114-033-018.46.114.pool.telefonica.de)
L133[05:19:47] <Va​ur> %sip
L134[05:19:47] <MichiBot> You drink a freezing avesmingo potion (New!). A giant boulder is rolling towards Vaur! They successfully evaded it with a 15 vs DC 15!
L135[05:19:59] <Va​ur> clutch evade
L136[05:26:39] ⇦ Quits: immibis (~immibis@dynamic-046-114-033-018.46.114.pool.telefonica.de) (Ping timeout: 198 seconds)
L137[05:37:27] <Va​ur> %sip
L138[05:37:27] <MichiBot> You drink a shimmering solarium potion (New!). A genie tries to turn Vaur into a crocodile, but Vaur successfully dodge the beam! (16 vs DC 12)
L139[05:40:23] <Klea​dron> %drink
L140[05:40:24] <MichiBot> You drink a shiny cerulium potion (New!). Kleadron turns into a ferozium sword sloth girl until they stop thinking about it.
L141[05:40:43] <Klea​dron> %sudo eat shit
L142[06:31:38] ⇨ Joins: immibis (~immibis@dynamic-046-114-039-106.46.114.pool.telefonica.de)
L143[06:40:50] <Vampyre> Amanda, the on/off switch for the mob spawner is on top of it, if it's annoying, but the lag is not caused by that
L144[06:41:19] <Vampyre> it's intermittend, noticed it too, not much switching on or off changes it
L145[06:42:05] <Vampyre> we do have at places some serious frame lag though, but that's caused by the drawers and conduits mostly
L146[06:42:47] <Vampyre> fix for drawers is concealment buttons which are on all the controllers and for the conduits I've been facading where possible
L147[06:45:05] <Vampyre> oh, and what can cause tps lag is the botania setup, but I keep that mostly turned off too
L148[06:48:38] ⇦ Quits: immibis (~immibis@dynamic-046-114-039-106.46.114.pool.telefonica.de) (Ping timeout: 189 seconds)
L149[06:54:59] ⇨ Joins: immibis (~immibis@dynamic-046-114-039-106.46.114.pool.telefonica.de)
L150[07:16:41] ⇦ Quits: immibis (~immibis@dynamic-046-114-039-106.46.114.pool.telefonica.de) (Ping timeout: 189 seconds)
L151[07:29:09] <Ar​iri> Izaya: https://www.reddit.com/r/Re_Zero/comments/m3bq0d/meme_too_bad_its_all_automatic/
L152[07:33:44] ⇨ Joins: ben_mkiv (~ben_mkiv@200116b814bf7800ca1b01e3356445d2.dip.versatel-1u1.de)
L153[07:40:13] ⇨ Joins: immibis (~immibis@dynamic-046-114-039-106.46.114.pool.telefonica.de)
L154[07:43:00] <Ar​iri> @bad at vijya https://youtu.be/EnBg3qfphCc wingman+phase is the new meta now
L155[07:43:00] <MichiBot> Titanfall 2 JoJo meme | length: 1m 5s | Likes: 361 Dislikes: 10 Views: 6,605 | by rejontt | Published On 18/2/2019
L156[07:44:10] <bad at​ vijya> phase+wingman may be cool
L157[07:44:27] <bad at​ vijya> but kraber+hook
L158[07:50:30] <Ar​iri> valid
L159[07:51:04] <Ar​iri> but what about
L160[07:51:12] <Ar​iri> kraber+stim
L161[07:53:07] <bad at​ vijya> h o o k
L162[07:53:13] <bad at​ vijya> i must be able to fly
L163[07:53:18] ⇦ Quits: immibis (~immibis@dynamic-046-114-039-106.46.114.pool.telefonica.de) (Ping timeout: 189 seconds)
L164[07:54:37] <Ar​iri> but consider the hip fire rate and accuracy
L165[07:54:51] <Ar​iri> no need to aim when everybody is within 2m of you
L166[07:56:32] <bad at​ vijya> yeah but
L167[07:56:35] <bad at​ vijya> yee haw
L168[07:57:08] <Ar​iri> fair nuff
L169[08:03:24] ⇨ Joins: PospolityPiesel (~Pospolity@f75.craftserve.pl)
L170[08:03:42] ⇦ Quits: PospolityPiesel (~Pospolity@f75.craftserve.pl) (Client Quit)
L171[08:19:21] ⇨ Joins: immibis (~immibis@dynamic-046-114-039-106.46.114.pool.telefonica.de)
L172[08:22:29] ⇨ Joins: Teknikal_Domain (webchat@96-94-238-190-static.hfc.comcastbusiness.net)
L173[08:23:38] <bad at​ vijya> man
L174[08:23:46] <bad at​ vijya> there is some morons in byond
L175[08:23:53] <bad at​ vijya> in ss13, whatever
L176[08:23:58] <bad at​ vijya> "just use auxtools lmao"
L177[08:24:02] <bad at​ vijya> >it's written in rust
L178[08:24:10] <bad at​ vijya> >doesn't include 90% of the stuff in extools
L179[08:24:20] <bad at​ vijya> why even bother
L180[08:24:29] <bad at​ vijya> doesn't even spit out C/C++ headers
L181[08:27:38] ⇦ Quits: immibis (~immibis@dynamic-046-114-039-106.46.114.pool.telefonica.de) (Ping timeout: 189 seconds)
L182[08:31:49] *** Teknikal_Domain is now known as TekDmn
L183[08:42:50] ⇨ Joins: immibis (~immibis@dynamic-046-114-039-106.46.114.pool.telefonica.de)
L184[08:49:38] ⇦ Quits: immibis (~immibis@dynamic-046-114-039-106.46.114.pool.telefonica.de) (Ping timeout: 189 seconds)
L185[08:52:44] ⇨ Joins: immibis (~immibis@dynamic-046-114-039-106.46.114.pool.telefonica.de)
L186[09:10:22] <Forec​aster> %tonk
L187[09:10:23] <MichiBot> Wut! Forec​aster! You beat Sap​hire's previous record of 5 hours, 46 minutes and 2 seconds (By 21 minutes and 1 second)! I hope you're happy!
L188[09:10:24] <MichiBot> Forecaster's new record is 6 hours, 7 minutes and 3 seconds! Forecaster also gained 0.0021 (0.00035 x 6) tonk points for stealing the tonk. Position #3. Need 0.0032205 more points to pass Compan​ionCube!
L189[09:16:16] ⇦ Quits: TekDmn (webchat@96-94-238-190-static.hfc.comcastbusiness.net) (Quit: webchat.esper.net)
L190[09:56:40] ⇦ Quits: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com) (Quit: Connection closed for inactivity)
L191[09:59:54] ⇨ Joins: Vexatos (~Vexatos@port-92-192-23-53.dynamic.as20676.net)
L192[09:59:54] zsh sets mode: +v on Vexatos
L193[10:23:08] ⇦ Quits: ben_mkiv (~ben_mkiv@200116b814bf7800ca1b01e3356445d2.dip.versatel-1u1.de) (Ping timeout: 189 seconds)
L194[10:24:21] * Saphire hisses and chews on Forecaster
L195[10:26:08] <Forec​aster> D:
L196[10:48:07] ⇦ Quits: Vexatos (~Vexatos@port-92-192-23-53.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L197[10:53:20] <Va​ur> %sip
L198[10:53:20] <MichiBot> You drink a resonating sapphire potion (New!). Vaur turns into a grathnode dryad horse until they tonk.
L199[11:02:56] <Forec​aster> https://tinyurl.com/ygffvf5j
L200[11:09:53] ⇨ Joins: Vexatos (~Vexatos@port-92-192-23-53.dynamic.as20676.net)
L201[11:09:53] zsh sets mode: +v on Vexatos
L202[11:42:40] ⇨ Joins: ben_mkiv (~ben_mkiv@200116b814bf7800ca1b01e3356445d2.dip.versatel-1u1.de)
L203[11:52:37] <Va​ur> %sip
L204[11:52:37] <MichiBot> You drink a woolly cerulium potion (New!). A unicorn flies past that vaguely resembles someone Vaur knows.
L205[12:04:45] <Forec​aster> okay, updates are done
L206[12:04:56] <Forec​aster> time to commit them, and then record a new video
L207[12:12:00] <Va​ur> video ?
L208[12:12:05] <Va​ur> %drink
L209[12:12:06] <MichiBot> You drink a solid gold potion (New!). Vaur feels like one particular wasp has it out for them suddenly.
L210[12:12:31] <Va​ur> stupid question, is there a difference between sip and drink ?
L211[12:12:43] <Forec​aster> %alias drink
L212[12:12:43] <MichiBot> Forec​aster: 'drink' aliases: [chug, toast, sip, ingest, consume, use, absorb, engross, quaff, skull, down, slurp]
L213[12:18:57] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@37.152.243.206)
L214[12:20:28] ⇦ Quits: MajGenRelativity_ (~MajGenRel@104.140.53.187) (Read error: Connection reset by peer)
L215[12:20:52] ⇨ Joins: MajGenRelativity_ (~MajGenRel@104.140.53.187)
L216[12:21:29] <Va​ur> that's a no 😄
L217[12:27:22] <MichiBot> Amanda REMINDER: look into the stack splitting issue with the storagesrv
L218[12:32:43] <MichiBot> Amanda REMINDER: ok, not a stack splitting issue, probably timing again
L219[12:37:08] <n​il> %toast
L220[12:37:08] <MichiBot> You drink a forked red potion (New!). nil: Nothing seemed to happen...
L221[12:37:13] <n​il> %chug
L222[12:37:13] <MichiBot> You drink a spooned currentcorn potion (New!). An incredibly fake looking mustache is stuck to nil's face until they recite the litany against fear.
L223[12:37:18] <n​il> %sip
L224[12:37:23] <n​il> %ingest
L225[12:50:25] <Va​ur> %sip
L226[12:50:25] <MichiBot> You drink an eroded bavarium potion (New!). Vaur: Nothing seemed to happen...
L227[12:54:50] <Amanda> %splaah a distracted fox with mutable redstone potion
L228[12:55:04] <Amanda> %splash a distracted fox with mutable redstone potion
L229[12:55:04] <MichiBot> You fling a mutable redstone potion (New!) that splashes onto a. a turns into a sky sword girl until they say the phrase "Actually Nyan".
L230[13:11:01] ⇨ Joins: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net)
L231[13:22:29] <n​il> %sip
L232[13:22:29] <MichiBot> You drink a light aegisalt potion (New!). nil gets a sudden Spice infusion. nil can see the universe. [Spice Addiction +1]
L233[13:30:08] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@37.152.243.206) (Ping timeout: 189 seconds)
L234[13:35:08] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@37.152.243.206)
L235[13:35:37] <n​il> %sip
L236[13:35:38] <MichiBot> You drink a soft copper potion (New!). Some tonk points fly by. nil caught 0.014 tonk points.
L237[13:35:50] <n​il> oh! good catch
L238[13:36:29] <n​il> %tonkleaders
L239[13:36:29] <MichiBot> https://michibot.pc-logix.com/tonk
L240[13:37:02] <Forec​aster> !!
L241[13:37:10] <Forec​aster> %drink soft copper potion
L242[13:37:10] <MichiBot> You drink a soft copper potion. Some tonk points fly by. Forecaster caught 0.032 tonk points.
L243[13:37:27] <n​il> I got 0.014 points so I should be in %tonkleaders...
L244[13:38:02] <n​il> https://tinyurl.com/ydsp5ho4
L245[13:38:08] <n​il> but I'm not there
L246[13:38:39] <n​il> %drink soft copper potion
L247[13:38:51] <n​il> %alias drink
L248[13:38:51] <MichiBot> n​il: 'drink' aliases: [chug, toast, sip, ingest, consume, use, absorb, engross, quaff, skull, down, slurp]
L249[13:39:03] <n​il> %toast soft copper potion
L250[13:39:19] <Forec​aster> the aliases don't have individual timeouts...
L251[13:39:25] <n​il> got it
L252[13:40:31] <n​il> https://discord.com/channels/125649403162656768/125649403162656768/819911913307111484
L253[13:40:31] <n​il> but they had @Forecaster
L254[13:42:31] <n​il> %drink soft copper potion
L255[13:46:20] <n​il> %drink soft copper potion
L256[13:46:20] <MichiBot> You drink a soft copper potion. nil: The magic of this potion seems to be depleted...
L257[13:48:58] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L258[14:24:23] ⇨ Joins: TPG24 (~ThePiGuy2@37.152.243.206)
L259[14:25:27] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@37.152.243.206) (Ping timeout: 189 seconds)
L260[14:55:11] ⇨ Joins: Arsi (webchat@172.58.169.230)
L261[14:55:43] ⇦ Quits: Arsi (webchat@172.58.169.230) (Client Quit)
L262[15:17:32] ⇨ Joins: Inari (~Pinkishu@p508ef561.dip0.t-ipconnect.de)
L263[15:18:25] <Inari> .
L264[15:18:36] <Inari> Amanda: still haven't even seen the main series xD
L265[15:18:54] <Amanda> Inari: ah
L266[15:19:15] <Va​ur> %tonkout
L267[15:19:17] <MichiBot> Bingo! Va​ur! You beat Forec​aster's previous record of 6 hours, 7 minutes and 3 seconds (By 1 minute and 49 seconds)! I hope you're happy!
L268[15:19:18] <MichiBot> Va​ur has stolen the tonkout! Tonk has been reset! They gained 0.006 tonk points! plus 0.005 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 0.625458. Position #1
L269[15:28:18] ⇦ Quits: MajGenRelativity_ (~MajGenRel@104.140.53.187) (Ping timeout: 198 seconds)
L270[15:28:27] ⇨ Joins: MajGenRelativity (~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L271[15:31:01] <Forec​aster> https://tinyurl.com/yeyxhgs8
L272[15:51:36] <Saphire> @vaur: do you have a timer or something
L273[15:51:46] <Forec​aster> https://youtu.be/d60V9yAPE_s
L274[15:51:46] <MichiBot> Loading PC Games from Reel to Reel Tape! | length: 14m 4s | Likes: 2,323 Dislikes: 20 Views: 21,051 | by LGR | Published On 12/3/2021
L275[16:28:57] ⇦ Quits: ben_mkiv (~ben_mkiv@200116b814bf7800ca1b01e3356445d2.dip.versatel-1u1.de) (Remote host closed the connection)
L276[16:31:11] ⇨ Joins: ben_mkiv (~ben_mkiv@200116b814bf7800ca1b01e3356445d2.dip.versatel-1u1.de)
L277[16:37:23] <Va​ur> %sip
L278[16:37:23] <MichiBot> You drink a mutable honey potion. Vaur turns into a quicksilver bird until they stop thinking about it.
L279[16:57:59] ⇨ Joins: Havoc (~Havoc@2604:2d80:e5a0:bc00:cfa4:f6df:6fc:4028)
L280[16:59:13] ⇨ Joins: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com)
L281[17:21:08] <Ar​iri> Izaya, Inari: I present to you a breakthrough in genetic modification of humans: https://www.reddit.com/r/awwnime/comments/m3l2p4/megumin_x_rem_x_senko_san_combination_helpful_fox/
L282[17:42:02] <Inari> 🤔
L283[17:45:18] <n​il> %drink soft copper potion
L284[17:45:18] <MichiBot> You drink a soft copper potion. nil: The magic of this potion seems to be depleted...
L285[17:46:07] <Forec​aster> that's not suddenly going to work
L286[17:47:01] <Inari> How you liking Frontier pIlot Sim btw?
L287[17:47:33] <Forec​aster> it doesn't run super well
L288[17:48:01] <Forec​aster> otherwise it's fine
L289[17:49:54] <Inari> Hm I see. Like low FPS? Thouhgt I had seen they alreadyp ut out a "more FPS patch"haha
L290[17:50:08] <Forec​aster> I dunno, it's kinda stuttery
L291[17:50:41] <Forec​aster> it feels like it's caused me to crash more than once
L292[17:50:51] <Inari> Hm
L293[17:51:02] <Inari> HopeI own't get that if I decide to try it haha
L294[18:07:04] <CompanionCube> %tonk
L295[18:07:04] <MichiBot> Zounderkite! Compan​ionCube! You beat Va​ur's previous record of <0 (By 2 hours, 47 minutes and 48 seconds)! I hope you're happy!
L296[18:07:05] <MichiBot> CompanionCube's new record is 2 hours, 47 minutes and 48 seconds! CompanionCube also gained 0.0028 tonk points for stealing the tonk. Position #3. Need 0.0259795 more points to pass Forec​aster!
L297[18:09:52] <CompanionCube> :( 2md time got overtaken because potions
L298[18:10:17] <CompanionCube> %drink
L299[18:10:17] <MichiBot> You drink a warpy caterium potion (New!). True enlightenment can be achieved by drinking another potion.
L300[18:10:23] <CompanionCube> %drink
L301[18:16:12] <Ar​iri> Inari: looks like I’m reinstalling genshin https://youtu.be/4NEC-2BpF5k
L302[18:16:12] <MichiBot> Chest Left the Chat after hearing Hu Tao Sing | length: 11s | Likes: 6,438 Dislikes: 40 Views: 129,382 | by KG | Published On 12/3/2021
L303[18:34:18] <Va​ur> %sip
L304[18:34:18] <MichiBot> You drink a boiling solarium potion (New!). Vaur feels slightly faster.
L305[18:51:14] <n​il> %sip
L306[18:51:14] <MichiBot> You drink a forked silver potion (New!). After drinking the potion nil realizes the bottle has their face on it.
L307[19:01:13] <Inari> @Ariri cute
L308[19:16:50] <Ar​iri> Indubitably
L309[19:32:37] <Amanda> dequbed: it seems vampyre found nother dungeon which dropped it's stuff all over the place
L310[19:32:59] <dequbed> gah
L311[19:34:31] <Amanda> dequbed: apparently ithappens in the Twilight as well, mobs are destroying chests for some reason
L312[19:34:54] <Amanda> ( NOt sure if you remoted in to look at the console )
L313[19:35:12] <n​il> %sip
L314[19:35:13] <MichiBot> You drink a porous rød potion (New!). nil shrinks by a negligible amount for 39 seconds.
L315[19:35:21] <dequbed> Did not but I probably should
L316[19:35:33] <dequbed> Wait, didn't I give you ssh access? <.<
L317[19:35:50] <Amanda> I don't recall? I thouhght you just gave it to Izaya
L318[19:36:11] <dequbed> hmm. Mind throwing a ssh key my way?
L319[19:36:14] <Amanda> Vampyre apparently wants to try looking through and hoovering some of it up though
L320[19:36:30] <Amanda> same one in gitolite should be fine (looking now if that's not helpful)
L321[19:37:09] <Amanda> dequbed: https://git.camnet.site/gitweb/?p=homelab/nix.git;a=blob;f=users/amandac/public-keys/yubikey.pub;h=84b1de44dfa731cc613543440868da236fd353bc;hb=HEAD
L322[20:05:21] ⇦ Quits: immibis (~immibis@dynamic-046-114-039-106.46.114.pool.telefonica.de) (Ping timeout: 189 seconds)
L323[20:10:07] ⇨ Joins: immibis (~immibis@dynamic-046-114-039-106.46.114.pool.telefonica.de)
L324[20:14:39] ⇦ Quits: TPG24 (~ThePiGuy2@37.152.243.206) (Ping timeout: 189 seconds)
L325[20:17:48] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@37.152.243.206)
L326[20:22:06] <Ar​iri> dequbed, Izaya: https://youtu.be/Rp8_5W76AT0
L327[20:22:06] <MichiBot> [SPACE ENGINEERS] Mobile Drilling Rig G-100 "Titan" | length: 6m 41s | Likes: 1,267 Dislikes: 19 Views: 31,520 | by Kelevra Engineering | Published On 20/2/2021
L328[20:24:28] <dequbed> Ariri: Who needs FPS anyway
L329[20:43:48] ⇦ Quits: ben_mkiv (~ben_mkiv@200116b814bf7800ca1b01e3356445d2.dip.versatel-1u1.de) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@2001:16b8:1e71:7000:e1e6:7c24:73f:b6d4)))
L330[20:43:52] ⇨ Joins: ben_mkiv|afk (~ben_mkiv@2001:16b8:1e71:7000:e1e6:7c24:73f:b6d4)
L331[21:02:15] <Ariri> dequbed, frames per second? My rig measures seconds per frame
L332[21:02:44] <bad at​ vijya> i hate byond
L333[21:03:06] <bad at​ vijya> i hate the tools made to make byond "easier" because it makes it all that much harder when the tool everything is built around keeps crashing
L334[21:03:10] <bad at​ vijya> pain, suffering even
L335[21:03:41] <bad at​ vijya> i just want to click button and have code compile
L336[21:06:35] <Inari> Why do people use byond though
L337[21:08:56] <Inari> "Around 50h of building and setting up the timersystem + 100-150h for test runs."
L338[21:09:02] <Inari> Really making the game a job
L339[21:09:02] <Inari> xD
L340[21:09:14] <Inari> @ That Spaceengineers thing that is
L341[21:11:16] <Ariri> Well it's in the name
L342[21:11:35] <Ariri> That's not a game you play for fun, lol
L343[21:15:24] <Inari> will play you for fun
L344[21:23:05] <Va​ur> %sip
L345[21:23:06] <MichiBot> You drink a spooned strawberry potion (New!). After the first sip the potion poofs away.
L346[21:23:34] <Va​ur> %tonk
L347[21:23:36] <MichiBot> Eureka! Va​ur! You beat Compan​ionCube's previous record of 2 hours, 47 minutes and 48 seconds (By 28 minutes and 42 seconds)! I hope you're happy!
L348[21:23:37] <MichiBot> Vaur's new record is 3 hours, 16 minutes and 30 seconds! Vaur also gained 0.00144 (0.00048 x 3) tonk points for stealing the tonk. Position #1.
L349[21:41:29] <Ariri> Inari, n-nani
L350[21:42:05] <Inari> %pet Ariri
L351[21:42:07] <MichiBot> Inari is brushing Ariri with a quantum computer that goes Ding!. Ariri regains 1d6 => 6 hit points! The quantum computer that goes Ding! was claimed by a dragon and added to it's hoard.
L352[21:42:18] <Inari> "it's hoard"
L353[21:42:48] <Ariri> >testing to see if my rig can handle streaming Apex at 720 >survives a 3v1 for 5 minutes of pure frenzy despite being awful at the game otherwise
L354[21:42:53] <Ariri> what is this contrast
L355[21:43:09] <Ariri> %pet Inari
L356[21:43:12] <MichiBot> Ariri is petting Inari with proper technical support manual. Inari regains 1d4 => 3 hit points! Proper technical support manual was shiny enough to be claimed by a dragon.
L357[21:43:18] <Inari> %bite Ariri
L358[21:43:18] <MichiBot> In​ari is trying to bite Ari​ri! They have 1 minute if they want to attempt to %defend against it!
L359[21:43:26] <Ariri> %parry
L360[21:43:26] <MichiBot> Ariri managed to partially parry Inari. With a 15 vs 12 Ariri only takes half of the 5 damage.
L361[21:43:35] <Ariri> %bonk Inari
L362[21:43:36] <MichiBot> Ariri bonks Inari on the head with malicious RAM for 1d​4 => 1 damage!
L363[21:43:40] <Inari> rude
L364[21:43:55] <Ariri> u bit me tho
L365[21:44:00] <Ariri> qubit me
L366[21:45:48] <Inari> cause you petted me
L367[21:49:09] <Ariri> I was returning it :/
L368[21:49:15] <Ariri> I do not like to be in pat debt
L369[21:50:19] <Inari> only my bf is allowed to pet me!
L370[21:50:46] <Ariri> Hontou baka ne
L371[21:50:57] * Ariri will remember that
L372[21:51:13] <Amanda> Inari doesn't want head-pats from not-her-bf,got it
L373[21:51:56] <Amanda> %choose noms or rain box
L374[21:51:56] <MichiBot> Ama​nda: Out of these two choices? I'd say "noms".
L375[21:54:45] <Forec​aster> so dumb...
L376[21:58:23] <Amanda> meow?
L377[22:09:22] <Klea​dron> out the window you go
L378[22:15:11] <Amanda> %choose while waiting; waves or halucinations
L379[22:15:11] <MichiBot> Ama​nda: waves while waiting
L380[22:15:28] ⇨ Joins: EveryOS (uid454739@id-454739.highgate.irccloud.com)
L381[22:18:56] <Amanda> I assume one of the children were acting up in some way that corded doesn't forward?
L382[22:19:57] <ThePi​Guy24> all the messages got through ti seems
L383[22:20:38] <Ariri> %actualshrug
L384[22:20:39] <MichiBot> ¯\_(ツ)_/¯
L385[22:21:54] <Inari> @Forecaster whats dumb?
L386[22:22:37] <Ar​iri> Izaya: https://www.reddit.com/r/Hololive/comments/m3oo2a/finished_hololive_magic_items_for_dd_5e_full/
L387[22:22:58] <Inari> wow
L388[22:28:46] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@37.152.243.206) (Remote host closed the connection)
L389[22:34:10] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@37.152.243.206)
L390[23:02:41] ⇦ Quits: ben_mkiv|afk (~ben_mkiv@2001:16b8:1e71:7000:e1e6:7c24:73f:b6d4) (Ping timeout: 189 seconds)
L391[23:09:03] ⇦ Quits: immibis (~immibis@dynamic-046-114-039-106.46.114.pool.telefonica.de) (Ping timeout: 204 seconds)
L392[23:16:48] <Izaya> Ariri: sent that to my DM to annoy the non-weebs in my party
L393[23:18:22] <Amanda> "You get the stick of a"
L394[23:18:54] <Amanda> "The stick of a what?" *the GM bites the player*
L395[23:19:00] <Amanda> Or something
L396[23:57:15] <Ar​iri> Nice.
L397[23:58:40] <Ariri> Big kusa
<<Prev Next>> Scroll to Top