<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:15:02] <Amanda> I wish DSP had a way to snap to the grid when placing foundations, I hate my swiggly equator belt
L2[00:39:57] <Kristo​pher38> @Ubus99 I think I know what happens. IIRC RC scripts are ran in kind of a sandbox, so any globals you will declare in an RC script won't survive its exit. Regarding how the sandbox works - when OpenOS calls `load` on the contents of your RC script, it can set the `_ENV` variable that the script will see - so if it's not a default (the default global environment), all your globals end up in the env table supplied to `load`. I don't know if you
L3[00:39:57] <Kristo​pher38> can break out of that sandbox
L4[00:40:40] <Kristo​pher38> i'm refering to the last argument of load https://www.lua.org/manual/5.3/manual.html#pdf-load
L5[00:41:14] <PwnagePineap​ple (He/Him)> %tonk
L6[00:41:15] <MichiBot> Yeah! PwnagePineap​ple (He/Him)! You beat walksanato​r. B⃢ot.'s previous record of 1 hour, 14 minutes and 9 seconds (By 5 minutes and 33 seconds)! I hope you're happy!
L7[00:41:16] <MichiBot> PwnagePineapple (He/Him)'s new record is 1 hour, 19 minutes and 42 seconds! PwnagePineapple (He/Him) also gained 0.00018 (0.00009 x 2) tonk points for stealing the tonk. Position #16 => #15. (Overtook schafhirte 204) Need 0.00167 more points to pass cat​2002!
L8[00:42:01] <Kristo​pher38> try doing `_G.your_global_that_you_want_to_preserve = something` and see if that makes your globals survive the rc script exit
L9[00:43:42] <walksanato​r. B⃢ot.> also @PwnagePineapple (He/Him) tis3d uses the primitive short
L10[00:43:46] <walksanato​r. B⃢ot.> wah
L11[00:44:29] <PwnagePineap​ple (He/Him)> Yes
L12[00:44:34] <PwnagePineap​ple (He/Him)> And that's by design
L13[00:45:09] <walksanato​r. B⃢ot.> hmmm mabey i can inject some data into Casing
L14[00:45:10] <PwnagePineap​ple (He/Him)> Specifically to avoid stupid nonsense like subclassing `Short`
L15[00:45:21] <walksanato​r. B⃢ot.> and have casings store a "hash" of the item
L16[00:45:31] <walksanato​r. B⃢ot.> this means that casings also become a efficent form of storage
L17[00:45:38] <PwnagePineap​ple (He/Him)> Well have fun unhashing it at the other end lol
L18[00:45:50] <walksanato​r. B⃢ot.> ohno did i say hashing
L19[00:45:56] <walksanato​r. B⃢ot.> no i meant indexing into a list of item NBT
L20[00:46:18] <walksanato​r. B⃢ot.> so the first item you serialise is `0x000` then `0x0001`....
L21[00:46:22] <TechT​astic> You dont need that...
L22[00:46:34] <walksanato​r. B⃢ot.> whats your suggestion for TIS item transport
L23[00:46:38] <PwnagePineap​ple (He/Him)> Or hear me out on this
L24[00:46:46] <PwnagePineap​ple (He/Him)> TIS-3D is not AE2
L25[00:46:51] <TechT​astic> You use a DefaultedList<ItemStack>
L26[00:46:52] <TechT​astic> And NBT handing through Container class
L27[00:47:34] <TechT​astic> When I'm home ill send you my code for Toil and Trouble's Cast Iron Oven
L28[00:47:54] <PwnagePineap​ple (He/Him)> That sounds like something TIS-3D shouldn't be able to do
L29[00:47:59] <walksanato​r. B⃢ot.> >PwnagePineapple (He/Him): TIS-3D is not AE2
L30[00:47:59] <walksanato​r. B⃢ot.> b- b- but CC can move items
L31[00:48:13] <walksanato​r. B⃢ot.> (i also considered a TIS turtle, totally a good idea :>)
L32[00:48:19] <TechT​astic> Sounds like you want hoppers
L33[00:48:27] <walksanato​r. B⃢ot.> can hoppers use IR
L34[00:48:42] <Kristo​pher38> "TIS" and "item transport" together in one sentence doesn't sound right
L35[00:48:50] <walksanato​r. B⃢ot.> thats the consensus
L36[00:48:55] <PwnagePineap​ple (He/Him)> Personally, I like the idea of using Aero/VS2 to make giant TIS-3D powered airships that move items
L37[00:48:58] <walksanato​r. B⃢ot.> but i need to earn my modrinth `cursed` idea
L38[00:49:12] <TechT​astic> Here's a solution @walksanator. B⃢ot.
L39[00:49:12] <TechT​astic> Basic bitch programmable Amazon delivery drones
L40[00:49:20] <walksanato​r. B⃢ot.> thats Pneumaticcraft
L41[00:49:25] <TechT​astic> Exactly
L42[00:49:34] <TechT​astic> >PwnagePineapple (He/Him): Personally, I like the idea of using Aero/VS2 to make giant TIS-3D powered ai…
L43[00:49:35] <TechT​astic> Same
L44[00:49:41] <walksanato​r. B⃢ot.> although the ability to program Drones with TIS sounds neat
L45[00:49:53] <walksanato​r. B⃢ot.> just turn TIS-3d modules back into TIS-100
L46[00:50:07] <walksanato​r. B⃢ot.> better drones = bigger grid
L47[00:50:21] <TechT​astic> Yes
L48[00:50:31] <TechT​astic> And using VS2 would be fun for that
L49[00:50:37] <PwnagePineap​ple (He/Him)> That actually sounds kinda neat
L50[00:50:48] <walksanato​r. B⃢ot.> the problem becomes: rendering
L51[00:51:00] <PwnagePineap​ple (He/Him)> Simple: don't
L52[00:51:01] <TechT​astic> >walksanator. B⃢ot.: the problem becomes: rendering
L53[00:51:02] <TechT​astic> You fixed the rendering tho
L54[00:51:09] <walksanato​r. B⃢ot.> >TechTastic: You fixed the rendering tho
L55[00:51:09] <walksanato​r. B⃢ot.> i mean custom GUI
L56[00:51:19] <walksanato​r. B⃢ot.> for programming and viewing modules
L57[00:51:21] <TechT​astic> Eazy
L58[00:51:36] <walksanato​r. B⃢ot.> ~~import a GUI from Mcreator~~
L59[00:51:37] <TechT​astic> Take TIS-100 gui :trollface:
L60[00:51:42] <TechT​astic> No
L61[00:51:57] <walksanato​r. B⃢ot.> https://tinyurl.com/2kw5q7v9
L62[00:52:05] <TechT​astic> Personally, id look at how CC's Pocket Computer does its test
L63[00:52:09] <walksanato​r. B⃢ot.> https://tinyurl.com/2e8anvwc
L64[00:52:20] <TechT​astic> >walksanator. B⃢ot.:
L65[00:52:20] <TechT​astic> Kinda perfect dont ya think?
L66[00:52:30] <walksanato​r. B⃢ot.> because the things i gotta do: i have to force the modules to render on a GUI
L67[00:52:36] <walksanato​r. B⃢ot.> i dont think they will be happy with that
L68[00:52:52] <TechT​astic> Its a texture, some how somewhere its always a texture
L69[00:53:10] <PwnagePineap​ple (He/Him)> IMO you should get a fixed 6 slots for modules, each one corresponding to a physical side of the drone
L70[00:53:33] <TechT​astic> And 4 for the fans
L71[00:53:35] <walksanato​r. B⃢ot.> >PwnagePineapple (He/Him): IMO you should get a fixed 6 slots for modules, each one corresponding to a physical si…
L72[00:53:35] <walksanato​r. B⃢ot.> thats turtle
L73[00:53:44] <walksanato​r. B⃢ot.> turtle will be locked to 6
L74[00:53:50] <walksanato​r. B⃢ot.> and will be hyper-cheap
L75[00:53:52] <PwnagePineap​ple (He/Him)> >walksanator. B⃢ot.: i dont think they will be happy with that
L76[00:53:52] <PwnagePineap​ple (He/Him)> If you subclass `RenderContext` you'll probably be able to manage it
L77[00:54:15] <walksanato​r. B⃢ot.> listening to Roar of the Jungle Dragon from Calamity mod
L78[00:54:30] <walksanato​r. B⃢ot.> it is because of the god forsaken `PoseStack`
L79[00:54:54] <walksanato​r. B⃢ot.> which is a blaze3d thing
L80[00:54:59] <walksanato​r. B⃢ot.> `com.mojang.blaze3d.vertex.PoseStack`
L81[01:02:47] <TechT​astic> You'll still use the poseStack, it exists in the render() method of the Screen
L82[01:03:30] <walksanato​r. B⃢ot.> yeah but i mean that i have to draw a poseStack to a 2d screen
L83[01:03:33] <walksanato​r. B⃢ot.> when they are 3d
L84[01:04:05] <TechT​astic> Or just grab the texture directly to render
L85[01:04:12] <walksanato​r. B⃢ot.> and where is that
L86[01:04:26] <walksanato​r. B⃢ot.> is it the `MultiBufferSource`
L87[01:04:38] <TechT​astic> Assets > tis > textures >
L88[01:04:56] <walksanato​r. B⃢ot.> thats not what i mean
L89[01:05:03] <walksanato​r. B⃢ot.> i mean the in-world versions
L90[01:05:08] <walksanato​r. B⃢ot.> with all the moving parts
L91[01:05:17] <walksanato​r. B⃢ot.> like how you can see text on terminal
L92[01:05:25] <TechT​astic> BlockEntityRenderer more than likely
L93[01:05:40] <walksanato​r. B⃢ot.> https://github.com/MightyPirates/TIS-3D/search?q=BlockEntityRender 0 results
L94[01:05:55] <TechT​astic> Renderer
L95[01:06:10] <TechT​astic> I'll look when I'm home
L96[01:07:45] <walksanato​r. B⃢ot.> found the casting render
L97[01:07:52] <walksanato​r. B⃢ot.> https://github.com/MightyPirates/TIS-3D/blob/1.19/common/src/main/java/li/cil/tis3d/client/renderer/block/entity/CasingBlockEntityRenderer.java
L98[01:10:28] <walksanato​r. B⃢ot.> i wish that we could get commented minecraft code
L99[01:10:35] <walksanato​r. B⃢ot.> so that i could see developer commends
L100[01:10:37] <walksanato​r. B⃢ot.> then again
L101[01:10:45] <walksanato​r. B⃢ot.> that could reveal the sanity dwindiling
L102[01:11:35] <TechT​astic> There are those green blocks of text CC methods have when I go poking around in their code
L103[01:52:54] <Mic​hiyo> (╯°□°)╯︵ ┻━┻
L104[01:53:00] <Mic​hiyo> Why the hell isn't this working
L105[01:55:55] <Mic​hiyo> I have a string I'm fetching from the database with \n for newlines, but when I feed this string to nl2br it doesn't replace... so I tried with str_replace and it.. doesn't replace. However, if I copy the string from the database, and replace the db fetch with the pasted string it works fine ._.
L106[02:07:45] <PwnagePineap​ple (He/Him)> Oof
L107[02:09:13] <TechT​astic> %tonk
L108[02:09:14] <MichiBot> Boo-yah! TechT​astic! You beat PwnagePineap​ple (He/Him)'s previous record of 1 hour, 19 minutes and 42 seconds (By 8 minutes and 16 seconds)! I hope you're happy!
L109[02:09:15] <MichiBot> TechTastic's new record is 1 hour, 27 minutes and 58 seconds! TechTastic also gained 0.00028 (0.00014 x 2) tonk points for stealing the tonk. Position #9. Need 0.01731 more points to pass Squi​dDev!
L110[02:14:31] <Mic​hiyo> .... and again posting a huge as block of code choked the relay neat.
L111[02:14:45] <TechT​astic> ...
L112[02:14:48] <TechT​astic> :trollface:
L113[02:16:46] <S​ky> lol
L114[02:16:49] <S​ky> %sip
L115[02:16:50] <MichiBot> You drink a rather automato potion (New!). Sky turns into a spice octopus platypus boy until hell freezes over.
L116[02:22:11] ⇦ Quits: DBotThePony (~Thunderbi@31.220.170.28) (Ping timeout: 189 seconds)
L117[02:41:54] <Mic​hiyo> FFS, the issue the whole time was that my string had a literal \n, not a "newline" so nl2br was ignoring it.
L118[02:46:07] <PwnagePineap​ple (He/Him)> Oof lmao
L119[03:50:33] <walksanato​r. B⃢ot.> still has 0 clue how to turn the 3d rendering code into a 2d rendering code
L120[03:53:15] <PwnagePineap​ple (He/Him)> Maybe look at the TIS-3D code as an example?
L121[03:57:58] <walksanato​r. B⃢ot.> i would have to refrence architrctury code
L122[03:58:08] <walksanato​r. B⃢ot.> since BlockEntity render
L123[04:05:56] <walksanato​r. B⃢ot.> let idea index
L124[04:06:02] <walksanato​r. B⃢ot.> so i can use goto: definition
L125[04:13:19] <TechT​astic> %tonkout
L126[04:13:20] <MichiBot> Darn! TechT​astic! You beat your own previous record of 1 hour, 27 minutes and 58 seconds (By 36 minutes and 7 seconds)! I hope you're happy!
L127[04:13:21] <MichiBot> TechT​astic has tonked out! Tonk has been reset! They gained 0.002 tonk points! plus 0.002 bonus points for consecutive hours! Current score: 0.01984, Position #9 Need 0.01331 more points to pass Squi​dDev!
L128[04:15:08] <TechT​astic> gaming https://tinyurl.com/2jhfkcgv
L129[04:15:12] <TechT​astic> got my datagen fixed
L130[04:18:13] <walksanato​r. B⃢ot.> because what does PoseStack.pushPose() do
L131[04:21:48] <TechT​astic> pushes your changes to the stack iirc
L132[04:22:22] <TechT​astic> think Kaupenjoe oges over it in his animated block or item video where he uses GeckoLib
L133[04:22:44] <walksanato​r. B⃢ot.> TIL if a TIS-3d module crashes while rendering it gets added to a blacklist
L134[04:22:48] <walksanato​r. B⃢ot.> Code Block pastebined https://paste.pc-logix.com/alaqasazic
L135[04:24:57] <walksanato​r. B⃢ot.> but yeah idk how to render a `PoseStack` to a 2d screen
L136[04:25:05] <walksanato​r. B⃢ot.> since PoseStack is inherently 3d
L137[04:29:24] <walksanato​r. B⃢ot.> yeah neither video explains how PoseStack works
L138[04:34:11] <Amanda> Hey Elfi, did you see the bnunny that just went by? I think they stole the time, there's no other way it's suddenly so late
L139[04:34:22] * Amanda collapses into a pile of floof, zzzmews
L140[04:35:22] <TechT​astic> https://gist.github.com/66b8d995c16f2e90aa960cf407b8bd90
L141[04:35:22] <TechT​astic> Data-driven gaming
L142[04:51:19] <Forec​aster> %sip
L143[04:51:19] <MichiBot> You drink a dashed pearlpeas potion (New!). Forecaster remembers an unimportant appointment.
L144[05:03:48] <walksanato​r. B⃢ot.> %sip
L145[05:03:49] <MichiBot> You drink a timeless black potion (New!). walksanator. B⃢ot. barely manages to catch a red shell that appears in front of them! (Rem. uses: 2)
L146[05:04:10] <walksanato​r. B⃢ot.> https://www.reddit.com/r/ProgrammerHumor/comments/11rpd1t/redditor_makes_incorrect_joke_about_binary_search/
L147[05:14:51] ⇨ Joins: DBotThePony (~Thunderbi@31.220.170.28)
L148[05:15:23] <Forec​aster> %sip timeless black
L149[05:15:24] <MichiBot> You drink a timeless black potion. Forecaster barely manages to catch a red shell that appears in front of them! (Rem. uses: 1)
L150[06:04:12] <CompanionCube> %sip timeless black
L151[06:04:16] <MichiBot> You drink a timeless black potion. CompanionCube barely manages to catch a red shell that appears in front of them! (Rem. uses: 0)
L152[06:36:21] <CompanionCube> %tonk
L153[06:36:22] <MichiBot> Wut! Compan​ionCube! You beat TechT​astic's previous record of <0 (By 2 hours, 23 minutes and 2 seconds)! I hope you're happy!
L154[06:36:23] <MichiBot> CompanionCube's new record is 2 hours, 23 minutes and 2 seconds! CompanionCube also gained 0.00238 tonk points for stealing the tonk. Position #2. Need 0.02479 more points to pass Forec​aster!
L155[07:23:48] <lunar_sam> unmanaged disk fun SOON
L156[07:23:51] <lunar_sam> (tm)
L157[08:31:10] ⇦ Quits: Victor_sueca (~Victor_su@190.pool90-165-120.dynamic.orange.es) (Ping timeout: 183 seconds)
L158[08:34:04] ⇨ Joins: Victor_sueca (~Victor_su@190.pool90-165-120.dynamic.orange.es)
L159[08:51:03] ⇨ Joins: Vexatos (~Vexatos@p200300eaeF0baf368eA4b009B8149fb4.dip0.t-ipconnect.de)
L160[08:51:03] zsh sets mode: +v on Vexatos
L161[11:18:28] <TechT​astic> %tonk
L162[11:18:29] <MichiBot> Wut! TechT​astic! You beat Compan​ionCube's previous record of 2 hours, 23 minutes and 2 seconds (By 2 hours, 19 minutes and 4 seconds)! I hope you're happy!
L163[11:18:30] <MichiBot> TechTastic's new record is 4 hours, 42 minutes and 6 seconds! TechTastic also gained 0.00696 (0.00232 x 3) tonk points for stealing the tonk. Position #9. Need 0.00635 more points to pass Squi​dDev!
L164[11:54:24] * Amanda meows and looks around, offers elfi some breakfast candy
L165[12:03:21] <Forec​aster> you can't have candy for breakfast!
L166[12:03:30] <Forec​aster> oh wait, I drink soda for breakfast, nevermind
L167[12:18:29] <TechT​astic> ~~you can pry my Large Coke from my cold dead hands~~
L168[12:38:57] <Elfi> Forecaster, I'm a fairy! I need sugar O:
L169[12:39:07] * Elfi nibl candy
L170[12:48:45] <AR2​000> *give a honey pot 🍯 to elfi*
L171[12:57:26] <Forec​aster> %sip
L172[12:57:26] <MichiBot> You drink a dusty dilithium potion (New!). Oh no, Forecaster got a health potion, there's probably a boss fight coming!
L173[12:57:34] <Forec​aster> oh dear
L174[12:57:39] <Forec​aster> I'll have to find my sword
L175[13:01:01] <TechT​astic> %down
L176[13:01:01] <MichiBot> You drink a salty caterium potion (New!). TechTastic briefly feel like they have just stepped out of a car.
L177[13:01:21] <TechT​astic> Oddly enough, in a Toyota dealership rn
L178[13:02:33] <Forec​aster> MichiBot knows!
L179[13:53:46] <lunar_sam> https://xmpp.404.city:5280/usershare/c44a7f29876bb754953efd718432c3cb3316b2da/2DGmSguR0tnE6XX0lmEWILrslbL83YC3AWGW62kz/Screenshot_from_2023-03-16_09-53-31.png
L180[15:04:44] <S​ky> %sip
L181[15:04:44] <MichiBot> You drink a silent platinum potion (New!). Sky recovers some mana.
L182[15:44:37] <dequbed> @AR2000 in the case of Elfi coffee is probably the safer choice. But well she's a fae so y'know, do make sure you get it right or risk broken fingers :P
L183[15:44:43] *** dequbed is now known as nadja
L184[15:48:45] <Forec​aster> >TechTastic: ~~you can pry my Large Coke from my cold dead hands~~
L185[15:48:45] <Forec​aster> We can?! And it's even cold! How nice
L186[15:56:35] <TechT​astic> https://tenor.com/view/hasbulla-hasbik-cute-meme-influencer-gif-21732737
L187[16:15:23] <Amanda> %choose comfort or utility
L188[16:15:24] <MichiBot> Ama​nda: The proof is in the pudding. Definitely "utility". Now please get it out of my pudding.
L189[16:15:40] * Amanda wonders who keeps leaving spanners in MichiBot's pudding
L190[16:16:04] * Amanda curls up around Elfi on her pillow, continues managing her factory
L191[16:18:36] <AR2​000> >dequbed: <@256917157559009281> in the case of Elfi coffee is probably the safer ch…
L192[16:18:36] <AR2​000> She said she needed sugar. I gave her sugar
L193[16:19:04] <Elfi> HONEY +O+
L194[16:19:31] * Elfi sticks her lil mitts in and slurps it up
L195[16:24:28] <Agitate​d Alice> %down
L196[16:24:29] <MichiBot> You drink a sedimented nectar potion (New!). Agitated Alice's eyes turn the color of quicksilver until they see a star fall.
L197[16:25:44] <Agitate​d Alice> hmm this can't possibly be healthy for me
L198[16:26:03] <Agitate​d Alice> %tonk
L199[16:26:04] <MichiBot> Agitate​d Alice: You should probably read this: https://michibot.pc-logix.com/tonk
L200[16:26:07] <Agitate​d Alice> %tonkout
L201[16:26:07] <MichiBot> Agitate​d Alice: You should probably read this: https://michibot.pc-logix.com/tonk
L202[16:26:22] <Agitate​d Alice> ill never fully understand this odd game
L203[16:27:49] <walksanato​r. B⃢ot.> %tonkout
L204[16:27:49] <MichiBot> Goshhawk! walksanato​r. B⃢ot.! You beat TechT​astic's previous record of 4 hours, 42 minutes and 6 seconds (By 27 minutes and 13 seconds)! I hope you're happy!
L205[16:27:50] <MichiBot> walksanato​r. B⃢ot. has stolen the tonkout! Tonk has been reset! They gained 0.005 tonk points! plus 0.004 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 0.01847. Position #11 => #10 (Overtook Ocawesome101) Need 0.00833 more points to pass TechT​astic!
L206[16:28:16] <walksanato​r. B⃢ot.> >Agitated Alice: ill never fully understand this odd game
L207[16:28:16] <walksanato​r. B⃢ot.> you have to read the rules and get some points before you are allowed to play
L208[16:29:47] <Agitate​d Alice> ayy
L209[16:29:53] <Agitate​d Alice> i can read again wtf i kept missing that
L210[16:29:59] <Agitate​d Alice> thanks brain you are recovering
L211[16:30:05] <Agitate​d Alice> %tonk 0402E
L212[16:30:25] <walksanato​r. B⃢ot.> so you read the rules then it will give a code which you append to %tonk(out) and that will give you points then once you have points it lets you play
L213[16:30:44] <walksanato​r. B⃢ot.> >Agitated Alice: %tonk 0402E
L214[16:30:45] <walksanato​r. B⃢ot.> has a 15-minute cooldown for everyone (so if someone just tonked you have to wait 15 minutes)
L215[16:31:21] <Agitate​d Alice> okay i keep missing details im gonna go offline its usually an indicator of failing neurochem
L216[16:34:30] <TechT​astic> luckily since its a tonkout, its just a 15 min wait
L217[16:34:44] <walksanato​r. B⃢ot.> otherwise you have to beat the record
L218[16:34:45] <TechT​astic> tonkout resets the timer
L219[16:34:58] <walksanato​r. B⃢ot.> (which gets longer untill someone tonks out)
L220[16:35:30] <TechT​astic> btw im getting angry at my code XD
L221[16:35:49] <walksanato​r. B⃢ot.> also what does (Reduced to 50% because stealing) does this mean that tonkout is more effective if you hold the tonk when tonking out
L222[16:36:24] <walksanato​r. B⃢ot.> so you loose points for keeping the tonk (%tonk at the right time when you are the last person hoolding the tonk)
L223[16:36:29] <TechT​astic> red doesnt seem to execute as noted by my logs, green executes as noted via logs, and yellow is what i beleive is the problem child https://tinyurl.com/2lm2qkta
L224[16:36:30] <walksanato​r. B⃢ot.> but get extra for tonking out with the tonk
L225[16:37:00] <walksanato​r. B⃢ot.> why are you using System.err.printLn
L226[16:37:14] <walksanato​r. B⃢ot.> just import your logger *or did you not make one*
L227[16:37:33] <TechT​astic> cuz Java, and its in Common so i cant use a loader-specific logger
L228[16:37:46] <walksanato​r. B⃢ot.> the logger is not platform specific
L229[16:37:59] <walksanato​r. B⃢ot.> the logger is Log4j, it is in base mc
L230[16:38:03] <TechT​astic> then its bad practice i picked up
L231[16:38:18] <TechT​astic> in any case, these work
L232[16:38:53] <walksanato​r. B⃢ot.> but dont those not show up in latest.log
L233[16:39:14] <TechT​astic> yes they do, just in this method some arent being ran
L234[16:39:43] <walksanato​r. B⃢ot.> ofc i question how the 1st println is getting hit, but not the other 2 right after it
L235[16:40:09] <Forec​aster> >walksanator. B⃢ot.: also what does (Reduced to 50% because stealing) does this mean that tonkout …
L236[16:40:09] <Forec​aster> Correct
L237[16:40:10] <walksanato​r. B⃢ot.> is there any java error in testState.getBlock()
L238[16:40:40] <TechT​astic> ik why, cuz its not converting the ints ofr whatever reason, but the block it keeps throwing is my altar, nothing else!
L239[16:40:40] <TechT​astic> for context, void world with stone platform
L240[16:41:31] <walksanato​r. B⃢ot.> where is the altar located, and does it change if you move the setup
L241[16:42:01] <TechT​astic> amid a ground of 6 of em, 2x3
L242[16:42:01] <TechT​astic> and no
L243[16:43:17] <TechT​astic> rerunning with changes, will post logs
L244[16:46:14] <luna​r_sam> https://tinyurl.com/2jd9e9ld
L245[16:46:25] <TechT​astic> its only grabbing the one block https://tinyurl.com/2k8mm54h
L246[16:47:30] <Amanda> %choose pave over copper?
L247[16:47:30] <MichiBot> Ama​nda: What even is that? Oh right, sure!
L248[16:47:33] <TechT​astic> https://tinyurl.com/2k5t9y6s
L249[16:48:43] <walksanato​r. B⃢ot.> q: which altar you said you have 6 of them
L250[16:50:57] <Forec​aster> the one you least expect
L251[16:51:01] <Forec​aster> it's always that one
L252[16:54:21] <TechT​astic> Itll always be one of the center most
L253[16:54:21] <TechT​astic> The rest are dummies that pass their calls to the master position
L254[17:00:53] <luna​r_sam> https://tinyurl.com/2q6md63m
L255[17:05:12] <walksanato​r. B⃢ot.> %tonkout
L256[17:05:12] <MichiBot> walksanato​r. B⃢ot.: You gotta tonk before you can tonk out. For this transgression the timer has been reset.
L257[17:05:18] <walksanato​r. B⃢ot.> lulw
L258[17:05:33] <walksanato​r. B⃢ot.> i had to test it
L259[17:20:39] <walksanato​r. B⃢ot.> %tonk
L260[17:20:39] <MichiBot> Holy empty array Batman! walksanato​r. B⃢ot.! You beat your own previous record of <0 (By 15 minutes and 27 seconds)! I hope you're happy!
L261[17:20:40] <MichiBot> walksanator. B⃢ot.'s new record is 15 minutes and 27 seconds! No points gained for stealing from yourself. (Lost out on 0.00026)
L262[17:23:04] <Agitate​d Alice> %calendarfacts
L263[17:23:04] <MichiBot> Did you know that the super moon might not happen this year because of magnetic field reversal? Apparently it was even more extreme during the ice age.
L264[17:23:18] <Agitate​d Alice> %sell goats
L265[17:23:20] <MichiBot> I had an exception... ow. Here's the stacktrace: https://paste.pc-logix.com/elocezudek
L266[17:23:26] <Agitate​d Alice> oof
L267[17:23:48] <walksanato​r. B⃢ot.> TIL MichiBot is java
L268[17:24:04] <Forec​aster> only mostly
L269[17:24:08] <Forec​aster> %source
L270[17:24:09] <MichiBot> https://github.com/PC-Logix/LanteaBot/
L271[17:24:30] <Forec​aster> 1.7% HTML, 0.3% Lua
L272[17:25:17] <Agitate​d Alice> %tonkout 35C4E
L273[17:25:40] <Forec​aster> it's only been 5 minutes
L274[17:25:40] <Agitate​d Alice> it wont even reply now, guess I tried too many times
L275[17:25:50] <Forec​aster> no, there's a 15 minute timeout
L276[17:26:20] <Forec​aster> if you try the tonk or tonkout command within 15 minutes of the last one it simply wont let you
L277[17:26:33] <Forec​aster> it sends you a PM telling you this
L278[17:26:38] <Forec​aster> or it should
L279[17:26:44] <Agitate​d Alice> Okay this game is supposed to be trivial to figure out, I feel like tapeworm level IQ at this point
L280[17:27:06] <Forec​aster> the PM thing doesn't work across the bridge if your name has spaces in it
L281[17:31:19] <walksanato​r. B⃢ot.> >Agitated Alice: it wont even reply now, guess I tried too many times
L282[17:31:19] <walksanato​r. B⃢ot.> whenever someone uses a tonk command the bot ignores all tonk commands for 15 minutes
L283[17:31:34] <walksanato​r. B⃢ot.> since i tonked 12 minutes ago
L284[17:31:38] <walksanato​r. B⃢ot.> it still has 3 minutes
L285[17:38:48] <PwnagePineap​ple (He/Him)> %tonk
L286[17:38:48] <MichiBot> Willikers! PwnagePineap​ple (He/Him)! You beat walksanato​r. B⃢ot.'s previous record of 15 minutes and 27 seconds (By 2 minutes and 41 seconds)! I hope you're happy!
L287[17:38:49] <MichiBot> PwnagePineapple (He/Him)'s new record is 18 minutes and 8 seconds! PwnagePineapple (He/Him) also gained 0.00004 tonk points for stealing the tonk. Position #15. Need 0.00163 more points to pass cat​2002!
L288[17:48:25] <ThePi​Guy24> >Agitated Alice: Okay this game is supposed to be trivial to figure out, I feel like tapeworm …
L289[17:48:25] <ThePi​Guy24> alternatively you could read the rules, like you are supposed to when getting the code
L290[17:50:30] <Forec​aster> To be fair it doesn't mention the command timeout on that page
L291[18:04:29] <walksanato​r. B⃢ot.> %tonk
L292[18:04:30] <MichiBot> Wut! walksanato​r. B⃢ot.! You beat PwnagePineap​ple (He/Him)'s previous record of 18 minutes and 8 seconds (By 7 minutes and 32 seconds)! I hope you're happy!
L293[18:04:31] <MichiBot> walksanator. B⃢ot.'s new record is 25 minutes and 41 seconds! walksanator. B⃢ot. also gained 0.00013 tonk points for stealing the tonk. Position #10. Need 0.0082 more points to pass TechT​astic!
L294[18:30:34] <walksanato​r. B⃢ot.> %tonk
L295[18:30:34] <MichiBot> Jeepers! walksanato​r. B⃢ot.! You beat your own previous record of 25 minutes and 41 seconds (By 22 seconds)! I hope you're happy!
L296[18:30:35] <MichiBot> walksanator. B⃢ot.'s new record is 26 minutes and 4 seconds! No points gained for stealing from yourself. (Lost out on 0.00001)
L297[19:04:09] <Va​ur> %tonk
L298[19:04:10] <MichiBot> Willikers! Va​ur! You beat walksanato​r. B⃢ot.'s previous record of 26 minutes and 4 seconds (By 7 minutes and 31 seconds)! I hope you're happy!
L299[19:04:11] <MichiBot> Vaur's new record is 33 minutes and 35 seconds! Vaur also gained 0.00013 tonk points for stealing the tonk. Position #4. Need 0.25797 more points to pass Mic​hiyo!
L300[19:51:36] <S​ky> %tonk
L301[19:51:37] <MichiBot> Gadsbudlikins! S​ky! You beat Va​ur's previous record of 33 minutes and 35 seconds (By 13 minutes and 50 seconds)! I hope you're happy!
L302[19:51:38] <MichiBot> Sky's new record is 47 minutes and 26 seconds! Sky also gained 0.00023 tonk points for stealing the tonk. Position #7. Need 0.032792 more points to pass ThePi​Guy24!
L303[20:14:10] <Amanda> %remindme 20m check on IC
L304[20:14:10] <MichiBot> I'll tell you "check on IC" in 20m at 03/16/2023 08:34:10 PM
L305[20:34:10] <MichiBot> Amanda REMINDER: check on IC
L306[20:38:57] <TechT​astic> oh thanks for the reminder
L307[20:39:01] <TechT​astic> %tonkout
L308[20:39:01] <MichiBot> I'm sorry TechT​astic, you were not able to beat S​ky's record of 47 minutes and 26 seconds this time. 47 minutes and 24 seconds were wasted! Missed by 2 seconds!
L309[20:39:24] <TechT​astic> FUCK
L310[20:40:02] <Amanda> ... that was for me to check if my weekly update was updated properly
L311[20:40:34] <PwnagePineap​ple (He/Him)> >TechTastic: FUCK
L312[20:40:34] <PwnagePineap​ple (He/Him)> Aw rip
L313[20:40:35] <Va​ur> rip
L314[20:40:53] <TechT​astic> 2 seconds
L315[20:41:12] <TechT​astic> the amount of time beofre my code yells at me about errors
L316[20:50:35] <Mic​hiyo> There have been 0 second misses in the past, 2 seconds is nothing :P
L317[20:51:08] <Amanda> There have also been 0 second successes hasn't there?
L318[20:56:11] ⇦ Quits: Amanda (~m-yt727s@2600:4040:70f3:6601:9772:ada6:5b1b:8110) (Ping timeout: 190 seconds)
L319[21:04:27] <Ar​iri> gone
L320[21:09:38] ⇨ Joins: Amanda (~m-yt727s@2600:4040:70f3:6601:9c7:a377:fa7a:f195)
L321[21:11:02] <Va​ur> %sip
L322[21:11:02] <MichiBot> You drink an included boneboo potion (New!). Vaur watches helplessly as 0.007 tonk points take flight into the horizon. (Rem. uses: 0)
L323[21:11:11] <Va​ur> rip
L324[21:11:23] <CompanionCube> f
L325[21:18:43] <walksanato​r. B⃢ot.> %sip
L326[21:18:43] <MichiBot> You drink a hairy coral potion (New!). walksanator. B⃢ot. turns into a horse girl until an elephant forgets.
L327[21:18:51] <walksanato​r. B⃢ot.> darn
L328[21:18:56] <walksanato​r. B⃢ot.> am horse girl
L329[21:19:08] <Amanda> I need more server.
L330[21:20:04] <Amanda> My weekly update CI job pegged my server's CPU to the point where it actually seems to have crashed the ethernet card's driver somehow
L331[22:10:30] <TechT​astic> %down
L332[22:10:30] <MichiBot> You drink a dangerous orange potion (New!). The potion contained a computer virus! It sent a message to all of TechTastic's friends telling them that they love them!
L333[22:10:56] <TechT​astic> ~~jokes on you i have no friends~~
L334[22:21:27] <Amanda> Jokes on you, MichiBot will be your friend!
L335[22:21:46] <Amanda> And she's flattered, but she only sees you as a user
L336[22:23:44] <PwnagePineap​ple (He/Him)> %tonk
L337[22:23:44] <MichiBot> Heckgosh! PwnagePineap​ple (He/Him)! You beat S​ky's previous record of 47 minutes and 26 seconds (By 57 minutes and 16 seconds)! I hope you're happy!
L338[22:23:45] <TechT​astic> %down
L339[22:23:45] <MichiBot> PwnagePineapple (He/Him)'s new record is 1 hour, 44 minutes and 43 seconds! PwnagePineapple (He/Him) also gained 0.00095 tonk points for stealing the tonk. Position #15. Need 0.00068 more points to pass cat​2002!
L340[22:23:46] <MichiBot> You drink a dotted naqahdah potion (New!). Dramatic music briefly plays in the distance.
L341[22:24:02] <S​ky> >Amanda: And she's flattered, but she only sees you as a user
L342[22:24:02] <S​ky> Damn... userzoned again...
L343[22:24:27] <TechT​astic> welp, i always have my remake of Witchery
L344[22:45:59] * Amanda curls up around Elfi, meows about her day, first managing her factory, then crashing the ethernet driver on her server with a CI job, you know, the usual cat-day
L345[22:46:21] <Amanda> %remindme 1h check if CI job's done
L346[22:46:22] <MichiBot> I'll tell you "check if CI job's done" in 1h at 03/16/2023 11:46:21 PM
L347[22:53:37] <Amanda> %choose factory space; or no
L348[22:53:38] <MichiBot> Ama​nda: or no factory space
L349[22:53:55] <Amanda> Hrm
L350[22:54:53] <Amanda> %choose to space factory or not to space factory
L351[22:54:53] <MichiBot> Ama​nda: Huh, what? "to space factory" I guess, now leave me alone I'm playing Tetris.
L352[23:18:12] ⇦ Quits: Vexatos (~Vexatos@p200300eaeF0baf368eA4b009B8149fb4.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L353[23:37:46] <walksanato​r. B⃢ot.> %sip
L354[23:37:46] <MichiBot> You drink a hairy pearlpeas potion (New!). The potion contained a computer virus! But walksanator. B⃢ot.'s anti-virus routines destroy it.
L355[23:46:22] <MichiBot> Amanda REMINDER: check if CI job's done
L356[23:47:35] <walksanato​r. B⃢ot.> %sip
L357[23:47:43] <walksanato​r. B⃢ot.> ah what is the cooldown on that
L358[23:47:47] <walksanato​r. B⃢ot.> %help
L359[23:47:48] <MichiBot> walksanato​r. B⃢ot.: Command list: http://michibot.pc-logix.com/help
L360[23:57:09] <Ar​iri> https://cdn.discordapp.com/attachments/404429980702081028/1086075081064726569/f03396936d0c59de88b84c706625d58fa2e2598e.gif
L361[23:57:31] <Ar​iri> Amanda after dropping the half sphere
<<Prev Next>> Scroll to Top