<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:05] <Ar​iri> also i was getting some weird shiz where it said id get to an encounter but once i pass Ap it would just not
L2[00:48:15] * Amanda balances a photo of cheese on @Ariri's head
L3[00:48:35] <Ar​iri> what the heck
L4[00:49:20] <Amanda> I may be misunderstanding Wisconsin
L5[00:51:14] <Mic​hiyo> lol
L6[00:53:38] <TechT​astic> nearly there https://tinyurl.com/22me52jz
L7[00:54:38] <Amanda> Now to just draw the rest of the fucking owl
L8[00:54:56] * Amanda contemplates some early zzzmews
L9[01:02:37] * Amanda puts a photo of herself in-between Elfi's antenna, to test how the detectors handle non-direct quantum contact
L10[01:02:47] * Elfi wigglewiggle
L11[01:02:49] <Elfi> cutie detected o:
L12[01:03:01] * Amanda makes notes
L13[01:03:33] * Amanda curls back up around elfi to protecc, offers her some water before bedtimes
L14[01:04:17] * Elfi does a sippy and curls up with
L15[01:10:49] <Amanda> Night girls
L16[01:11:10] <PwnagePineap​ple (He/Him)> >PwnagePineapple (He/Him): Ahh but here's another question. If the Radar is configured to return X offsets, which one …
L17[01:11:11] <PwnagePineap​ple (He/Him)> @TechTastic thoughts on this scenario?
L18[01:12:17] <Mic​hiyo> >Amanda: Night girls
L19[01:12:18] <Mic​hiyo> Night
L20[01:13:32] <TechT​astic> >PwnagePineapple (He/Him): Ahh but here's another question. If the Radar is configured to return X offse…
L21[01:13:32] <TechT​astic> List of Entities, input will select return
L22[01:13:33] <TechT​astic> Its a bit of an issue, even with my Ship Radar which ill eventually integrate
L23[01:13:53] <PwnagePineap​ple (He/Him)> >TechTastic: List of Entities, input will select return
L24[01:13:54] <PwnagePineap​ple (He/Him)> Its a bit of an issue, even with my Ship Radar …
L25[01:13:54] <PwnagePineap​ple (He/Him)> The question is precisely how that list gets sorted
L26[01:14:26] <TechT​astic> Alphabetically, tho that doesn't account for 2 of the same Entity
L27[01:14:54] <PwnagePineap​ple (He/Him)> Alphabetically seems... odd
L28[01:15:24] <TechT​astic> Its that or by Entity ID
L29[01:15:35] <TechT​astic> But thats more difficult to query
L30[01:15:44] <TechT​astic> Since its likely a UUID
L31[01:15:54] <PwnagePineap​ple (He/Him)> I figure it's probably best to sort by *something* related to the position. And I can work with that fairly easily
L32[01:16:49] <PwnagePineap​ple (He/Him)> It's pretty easy to get the actual data I need, it's more a matter of what the end user would expect in terms of behavior
L33[01:17:09] <PwnagePineap​ple (He/Him)> And sorting it alphabetically is firmly in "unexpected" territory
L34[01:18:34] <TechT​astic> How about
L35[01:18:34] <TechT​astic> HashMap<Distance, List<Entity>>
L36[01:18:35] <PwnagePineap​ple (He/Him)> I figure I can do it by euclidian distance, the value of the data requested, or the *absolute value* of the data requested. The question is which is most ergonomic
L37[01:18:48] <PwnagePineap​ple (He/Him)> >TechTastic: How about
L38[01:18:48] <PwnagePineap​ple (He/Him)> HashMap<Distance, List<Entity>>
L39[01:18:48] <PwnagePineap​ple (He/Him)> That's not how any of this works
L40[01:18:54] <TechT​astic> In
L41[01:18:57] <TechT​astic> Ik*
L42[01:19:22] <TechT​astic> Its just a weird situation with no clean solution that wouldn't need explanation
L43[01:19:35] <PwnagePineap​ple (He/Him)> Well I have to pick one
L44[01:20:11] <Mic​hiyo> So... I'm learning Go, and I just came across how it exports functions, which is by capitalizing the first letter of the function. I asked ChatGPT to explain this, in a way simple enough for a caveman to understand....
L45[01:20:18] <Mic​hiyo> ```Me say: Use big letter mean everyone can see! Use small letter mean only caveman see! Go language like simple, easy to learn, so use big letter or small letter to show who can see. Other languages use private or public, but Go language use big letter or small letter. Me no know if other caveman like, but many Go language caveman say it good way to make code clean and easy to understand.```
L46[01:20:35] <Mic​hiyo> I almost fell out of my chair...
L47[01:20:41] <PwnagePineap​ple (He/Him)> I disagree with the Go cavemen lmao
L48[01:21:25] <Mic​hiyo> lol
L49[01:22:23] <PwnagePineap​ple (He/Him)> I have... opinions about Go. And in the interest of (for once) not turning this channel into a programming language flame war, I will keep them to myself
L50[01:22:55] <PwnagePineap​ple (He/Him)> In any case, what are your thoughts on the weird edge case I'm contemplating, Michiyo?
L51[01:23:13] <Mic​hiyo> I have no clue!
L52[01:24:00] <PwnagePineap​ple (He/Him)> Lmao
L53[01:24:08] <PwnagePineap​ple (He/Him)> I'm uncertain myself
L54[01:25:21] <PwnagePineap​ple (He/Him)> Actually
L55[01:25:34] <PwnagePineap​ple (He/Him)> I think I'm gonna go with sorting by euclidian distance
L56[01:26:04] <PwnagePineap​ple (He/Him)> Because if the output data changes, the entity the data is retrieved from definitely shouldn't
L57[01:26:42] <PwnagePineap​ple (He/Him)> Like if I change it from grabbing x offsets to grabbing z offsets, it shouldn't suddenly start returning data about a different entity even if nothing has moved
L58[01:44:40] <S​ky> >PwnagePineapple (He/Him): I have... opinions about Go. And in the interest of (for once) not tur…
L59[01:44:40] <S​ky> ~~python > go~~
L60[01:44:48] <S​ky> i only like go because i can `go get package` lol
L61[01:46:06] <PwnagePineap​ple (He/Him)> Honestly. I'm not a *huge* fan of Python, but I'd choose it over Go
L62[01:46:42] <PwnagePineap​ple (He/Him)> For me, Python fills that weird niche where it's just a *bit* too complex for a bash script, but it's probably still single use throwaway code
L63[01:50:26] <Mic​hiyo> I'm only using go because that's what the project I was handed uses.. lol
L64[01:50:41] <PwnagePineap​ple (He/Him)> Oof
L65[01:51:16] <Mic​hiyo> And I don't feel like trying to convert this to something else. I don't feel like trying to figure out how to implement authenticating and communicating with a gameserver in something else when someone else has already done the hard part for me.
L66[01:51:41] <PwnagePineap​ple (He/Him)> I mean I'd RIIR it for lols, but that's just me
L67[01:52:59] <Mic​hiyo> It's an MMO from ~2004, I REALLY don't want to try to learn how it works internally :P
L68[01:53:17] <Mic​hiyo> Though, I do have the source, I could if I wanted to... I just don't want to
L69[01:58:05] <TechT​astic> %tonkout
L70[01:58:06] <MichiBot> Yeah! TechT​astic! You beat ThePi​Guy24's previous record of 3 hours, 49 minutes and 59 seconds (By 21 seconds)! I hope you're happy!
L71[01:58:07] <MichiBot> TechT​astic has stolen the tonkout! Tonk has been reset! They gained 0.003 tonk points! plus 0.002 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 0.25667401. Position #4 Need 0.29913099 more points to pass Compan​ionCube!
L72[02:22:59] <PwnagePineap​ple (He/Him)> %tonk
L73[02:23:00] <MichiBot> Goshhawk! PwnagePineap​ple (He/Him)! You beat TechT​astic's previous record of <0 (By 24 minutes and 55 seconds)! I hope you're happy!
L74[02:23:01] <MichiBot> PwnagePineapple (He/Him)'s new record is 24 minutes and 55 seconds! PwnagePineapple (He/Him) also gained 0.00042 tonk points for stealing the tonk. Position #9. Need 0.00294 more points to pass SoBi​nary!
L75[02:54:14] <walksanato​r. B⃢ot.> >PwnagePineapple (He/Him): <@708146997479080047> <@596098777941540883>
L76[02:54:14] <walksanato​r. B⃢ot.> I would return based on magnitude
L77[03:00:41] <PwnagePineap​ple (He/Him)> >walksanator. B⃢ot.: I would return based on magnitude
L78[03:00:41] <PwnagePineap​ple (He/Him)> So I should return data about the axolotl? And if it switches to z offset, return data about the bee instead? Even if nothing moved?
L79[03:03:30] <walksanato​r. B⃢ot.> No since bee is closest in space getting x/y/z will always be the bee if index is 0
L80[03:04:06] <PwnagePineap​ple (He/Him)> So that's based on euclidean distance, not magnitude of the parameter
L81[03:04:11] <walksanato​r. B⃢ot.> Yep
L82[03:04:20] <walksanato​r. B⃢ot.> (Atleast how I would do it)
L83[03:04:27] <walksanato​r. B⃢ot.> Tech is the one making the mod
L84[03:04:30] <PwnagePineap​ple (He/Him)> That's how I ended up doing it
L85[03:10:33] <TechT​astic> Flask go BRRRR https://tinyurl.com/285m3ycv
L86[03:13:31] <PwnagePineap​ple (He/Him)> >walksanator. B⃢ot.: Tech is the one making the mod
L87[03:13:32] <PwnagePineap​ple (He/Him)> This is about the TIS Advanced entity radar, so no I'm the one making the mod
L88[03:14:10] <walksanato​r. B⃢ot.> Ah I thought you means ValkComp radar
L89[03:16:24] <PwnagePineap​ple (He/Him)> Mmmm that might get confusing. Mine is also called the radar module
L90[03:18:21] <walksanato​r. B⃢ot.> Iirc the full name of ValkComp's module is Ship Radar
L91[03:18:33] <PwnagePineap​ple (He/Him)> Ok. Only kinda confusing then
L92[03:18:55] <walksanato​r. B⃢ot.> And iirc tech has no markdown manual docs
L93[03:19:20] <PwnagePineap​ple (He/Him)> Yeah I'm super nitpicky about documentation, so I document a module as soon as it's done
L94[03:20:38] <TechT​astic> tbf, my modules arent even tested
L95[03:20:56] <TechT​astic> once they confirmed to work, ill document
L96[03:20:57] <PwnagePineap​ple (He/Him)> Bruh
L97[03:21:18] <TechT​astic> dw, they only exist on GitHub, nothing released yet
L98[03:21:21] <PwnagePineap​ple (He/Him)> Implement -> test -> document is my cycle for each and every module
L99[03:40:55] <TechT​astic> first texture attempt https://tinyurl.com/29dyouod
L100[03:48:44] <PwnagePineap​ple (He/Him)> You're way better at textures than me lmao
L101[03:58:26] <SoBi​nary> %tonk
L102[03:58:27] <MichiBot> Crud! SoBi​nary! You beat PwnagePineap​ple (He/Him)'s previous record of 24 minutes and 55 seconds (By 1 hour, 10 minutes and 30 seconds)! I hope you're happy!
L103[03:58:28] <MichiBot> SoBinary's new record is 1 hour, 35 minutes and 26 seconds! SoBinary also gained 0.00118 tonk points for stealing the tonk. Position #8. Need 0.06579457 more points to pass Redston​eParkour!
L104[03:59:40] <TechT​astic> %redshell Forecaster
L105[03:59:40] <MichiBot> TechT​astic: You can't snipe right now. Try again in 1 hour, 23 minutes and 21 seconds.
L106[04:01:19] <SoBi​nary> silly goose
L107[04:01:38] <TechT​astic> shhhh
L108[04:45:35] <walksanato​r. B⃢ot.> %sip
L109[04:45:35] <MichiBot> You drink a fiery ferozium potion (New!). A warp zone opens up next to walksanator. B⃢ot.. (Use %warp to jump in)
L110[04:45:48] <walksanato​r. B⃢ot.> %warp
L111[04:45:48] <MichiBot> You end up in a world inhabited by bards.
L112[05:06:53] <TechT​astic> %down
L113[05:06:54] <MichiBot> You drink an awful quicksilver potion (New!). TechTastic feels slightly slower.
L114[05:07:04] <TechT​astic> distillery GUI https://tinyurl.com/222vjwcg
L115[05:15:24] <SoBi​nary> is that a witchery-esque mod
L116[05:17:36] <TechT​astic> I'm doing a port/rewrite of Witchery to 1.18.2 using Architectury so itll be both Forge and Fabric
L117[05:17:36] <TechT​astic> Toil and Trouble
L118[05:18:24] <TechT​astic> Also, Witchery vets have recently suffered another loss
L119[05:18:24] <TechT​astic> The official Witchery Wiki ran via Google Sites has now gone poof
L120[05:18:25] <TechT​astic> Luckily the Way back Machine has entried
L121[05:34:52] ⇨ Joins: Hawk777 (~Hawk777@2607:c000:8295:ee00:49d9:5150:4b32:a4c4)
L122[05:35:22] <TechT​astic> %tonk
L123[05:35:22] <MichiBot> Wut! TechT​astic! You beat SoBi​nary's previous record of 1 hour, 35 minutes and 26 seconds (By 1 minute and 29 seconds)! I hope you're happy!
L124[05:35:23] <MichiBot> TechTastic's new record is 1 hour, 36 minutes and 55 seconds! TechTastic also gained 0.00004 (0.00002 x 2) tonk points for stealing the tonk. Position #4. Need 0.29909099 more points to pass Compan​ionCube!
L125[05:35:37] <TechT​astic> %redshell Forecaster
L126[05:35:37] <MichiBot> TechT​astic: Unfortunately you missed with a 4 vs 14.
L127[05:35:46] <TechT​astic> %down
L128[05:35:46] <MichiBot> You drink a dotted cerulium potion (New!). The potion contained a computer virus! It just changed TechTastic's background...
L129[05:45:54] <SoBi​nary> %sip clear pink
L130[05:45:54] <MichiBot> You drink a sans-serif pink potion (New!). SoBinary feels like a champion!
L131[05:46:02] <SoBi​nary> wh
L132[05:46:04] <SoBi​nary> alright
L133[05:54:19] <walksanato​r. B⃢ot.> %sip
L134[05:54:19] <MichiBot> You drink a shaky nectar potion (New!). walksanator. B⃢ot. turns into a diamond frog cat boy until they download a car.
L135[05:54:37] <walksanato​r. B⃢ot.> I can live with this
L136[07:14:15] ⇦ Quits: Hawk777 (~Hawk777@2607:c000:8295:ee00:49d9:5150:4b32:a4c4) (Quit: Leaving.)
L137[07:14:50] <SoBi​nary> %sip
L138[07:14:50] <MichiBot> You drink a smelly diamond potion (New!). SoBinary's hair glows the color of platinum until someone looks at them.
L139[07:50:44] <Mic​hiyo> %tonkout
L140[07:50:45] <MichiBot> Boo-yah! Mic​hiyo! You beat TechT​astic's previous record of 1 hour, 36 minutes and 55 seconds (By 38 minutes and 27 seconds)! I hope you're happy!
L141[07:50:46] <MichiBot> Mic​hiyo has stolen the tonkout! Tonk has been reset! They gained 0.002 tonk points! plus 0.001 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 0.5952955. Position #1
L142[07:50:53] <Mic​hiyo> %sip
L143[07:50:53] <MichiBot> You drink a resonating yellow potion (New!). After the first sip the potion poofs away.
L144[09:30:06] <Forec​aster> Someone is trying very hard to get into my steam account https://tinyurl.com/24bf8xln
L145[09:30:57] <Forec​aster> I suspect this login attempt is not from my country
L146[10:41:09] <Forec​aster> now this is saving space https://tinyurl.com/2bvh3sl3
L147[10:41:30] <Forec​aster> One-Punch man, very poorly encoded apparently
L148[10:44:52] <SquidDev> %tonk
L149[10:44:52] <MichiBot> Wut! Squi​dDev! You beat Mic​hiyo's previous record of <0 (By 2 hours, 54 minutes and 7 seconds)! I hope you're happy!
L150[10:44:53] <MichiBot> SquidDev's new record is 2 hours, 54 minutes and 7 seconds! SquidDev also gained 0.0029 tonk points for stealing the tonk. Position #12. Need 0.00597302 more points to pass S​ky!
L151[11:57:31] ⇨ Joins: ben_mkiv (~ben_mkiv@200116b800fb3900fe3497fffea975f2.dip.versatel-1u1.de)
L152[12:22:28] <Amanda> %choose factory; space or island
L153[12:22:30] <MichiBot> Ama​nda: space factory
L154[12:28:19] <Forec​aster> island? no, isspace
L155[13:16:53] <Amanda> %choose LTN or TSM
L156[13:16:55] <MichiBot> Ama​nda: Wait, what was the question again? Uhh... "LTN"?
L157[13:44:33] <CompanionCube> %tonk
L158[13:44:35] <MichiBot> Shoot! Compan​ionCube! You beat Squi​dDev's previous record of 2 hours, 54 minutes and 7 seconds (By 5 minutes and 35 seconds)! I hope you're happy!
L159[13:44:36] <MichiBot> CompanionCube's new record is 2 hours, 59 minutes and 42 seconds! CompanionCube also gained 0.00027 (0.00009 x 3) tonk points for stealing the tonk. Position #3. Need 0.0131045 more points to pass Forec​aster!
L160[13:44:47] <CompanionCube> goddammit
L161[13:46:05] <TechT​astic> %down
L162[13:46:06] <MichiBot> You drink a rising aegisalt potion (New!). TechTastic remembers an unimportant appointment.
L163[13:46:22] <PwnagePineap​ple (He/Him)> Is it more commonplace to number bits in a number 0-15 right to left, or 1-16 left to right?
L164[13:46:37] <TechT​astic> funnily enough, was supposed to receive a call 15 mins ago
L165[13:47:52] <TechT​astic> >PwnagePineapple (He/Him): Is it more commonplace to number bits in a number 0-15 right to left, or 1-16…
L166[13:47:53] <TechT​astic> well, in Binary, right is the least significant bit
L167[13:47:53] <TechT​astic> so
L168[13:47:53] <TechT​astic> <- 128 64 32 16 8 4 2 1
L169[13:49:09] <PwnagePineap​ple (He/Him)> So I'm numbering them sequentially, not based on their value
L170[13:49:19] <ThePiGuy24> yeah thats what i call them too, by their value
L171[13:49:39] <TechT​astic> thats what id suggest
L172[13:50:17] <PwnagePineap​ple (He/Him)> Except that doesn't make sense in context because the decimal value of the number is meaningless
L173[13:50:46] <TechT​astic> ofc it doesnt, its just the Base10 conversion
L174[13:51:19] <PwnagePineap​ple (He/Him)> The base10 conversion isn't useful in context, so numbering things based on it seems like a bad idea
L175[13:51:21] <TechT​astic> but its easier to know which bit is what, especially if those switches are gonna be in 2 separate lines and not one continuous line
L176[13:52:29] <TechT​astic> its not useful within TIS, but from a UX experience ofr the player, theyd learn and recognize it better with the decimal labels
L177[13:53:10] <PwnagePineap​ple (He/Him)> Except that makes it more confusing because it's just a bunch of numbered switches, and skipping from 64 to 128 makes zero sense in context
L178[13:53:36] <TechT​astic> it does? they are bits, every next bit is double the value of the last
L179[13:53:54] <TechT​astic> 0111 1111 = 127
L180[13:53:54] <TechT​astic> 1000 0000 = 128
L181[13:54:20] <TechT​astic> this is how people learn their Binary
L182[13:54:22] <PwnagePineap​ple (He/Him)> But the decimal value of any given bit *doesn't matter*. It's a set of Boolean flags
L183[13:54:31] <TechT​astic> especially in the context of networking
L184[13:55:03] <PwnagePineap​ple (He/Him)> It's not meant to be interpreted as an integer
L185[13:55:04] <TechT​astic> >PwnagePineapple (He/Him): But the decimal value of any given bit *doesn't matter*. It's a set of Boolea…
L186[13:55:04] <TechT​astic> but they will represent a short output, a 16-bit output
L187[13:55:15] <PwnagePineap​ple (He/Him)> https://en.m.wikipedia.org/wiki/Bit_numbering
L188[13:55:43] <PwnagePineap​ple (He/Him)> I'm deciding between Msb0 or Lsb0
L189[13:56:36] <TechT​astic> i still think using their decimal counterparts would be better, but you do you
L190[13:56:36] <PwnagePineap​ple (He/Him)> MSb0 is what lines up with the index values in a Java `BitSet` so that would make the code and docs correlate best
L191[13:58:38] <PwnagePineap​ple (He/Him)> >TechTastic: i still think using their decimal counterparts would be better, but you do you
L192[13:58:38] <PwnagePineap​ple (He/Him)> Just because every data type is a number under the hood doesn't mean it makes sense to interpret them the same way. Semantically speaking, the value returned is a bit set, *not* a number
L193[13:59:03] <TechT​astic> a bit set that is then output as a number
L194[13:59:51] <TechT​astic> no matter which way you slice it, to use it outside of the module, it has to be output and the only acceptible output is a short
L195[14:00:13] <PwnagePineap​ple (He/Him)> You're completely ignoring my point
L196[14:01:45] <PwnagePineap​ple (He/Him)> Semantics matter, and they can and sometimes should be distinct from the technical implementation
L197[14:01:49] <TechT​astic> no, you are saying it doesnt matter due to how you set up it inside the self contained module, but you are wanting to use it outside of that module correct? so at the end, it will be output as a short, not a BitSet
L198[14:01:49] <TechT​astic> i think theyd rather have knowledge of what short they output rather than the logical order of the bits
L199[14:02:38] <PwnagePineap​ple (He/Him)> The short they output is meaningless, *even outside the module*. The expected use case here is to mask it and check for individual bits
L200[14:02:51] <PwnagePineap​ple (He/Him)> In an execution module
L201[14:03:51] <PwnagePineap​ple (He/Him)> Additionally, my question about conventions here also applies to the seven segment display, where the short value is even more useless because each bit activates one segment (except for the color change bit)
L202[14:04:37] <PwnagePineap​ple (He/Him)> Even after the short value has been outputted from the switchboard module, the decimal value of the short has no semantic meaning
L203[14:04:47] <PwnagePineap​ple (He/Him)> Its utility is as a bitset
L204[14:06:18] <TechT​astic> Fair
L205[14:09:28] <PwnagePineap​ple (He/Him)> It's a bitset that happens to be stored in a `short`. Not an actual decimal number with any real meaning
L206[16:15:47] <Elfi> hmmm... lämp
L207[16:17:58] <TechT​astic> %down
L208[16:17:59] <MichiBot> You drink a sour tuna potion (New!). TechTastic's left sock is now cursed.
L209[16:29:40] <walksanato​r. B⃢ot.> >PwnagePineapple (He/Him): I'm deciding between MSb0 or LSb0
L210[16:29:41] <walksanato​r. B⃢ot.> Tis uses Msb0 iirc (because that's what java shorts are)
L211[16:30:42] <walksanato​r. B⃢ot.> %tonk
L212[16:30:42] <MichiBot> I'm sorry walksanator. B⃢ot., you were not able to beat CompanionCube's record of 2 hours, 59 minutes and 42 seconds this time. 2 hours, 46 minutes and 7 seconds were wasted! Missed by 13 minutes and 35 seconds!
L213[16:30:54] <PwnagePineap​ple (He/Him)> Bruh
L214[16:31:12] <PwnagePineap​ple (He/Him)> Now I have to reset the timer on my phone
L215[16:31:18] <walksanato​r. B⃢ot.> "The risk I took was calculated, but man I am bad at math"
L216[16:38:20] <Va​ur> %sip
L217[16:38:20] <MichiBot> You drink a frosty aegisalt potion (New!). The potion bottle insults Vaur's haircut.
L218[16:38:37] <SoBi​nary> %sip
L219[16:38:37] <MichiBot> You drink an ommitted cerulium potion (New!). SoBinary thinks "What if, like, *we* are the potions man?". This makes no sense whatsoever.
L220[16:38:51] <PwnagePineap​ple (He/Him)> %sip
L221[16:38:51] <MichiBot> You drink a tiny red potion (New!). As PwnagePineapple (He/Him) drinks the potion they become the target of a wad of llama spit! They successfully evaded it with a 16 vs DC 12!
L222[16:38:51] <SoBi​nary> indeed!
L223[16:49:57] <CompanionCube> %drink
L224[16:49:57] <MichiBot> You drink a falling jumbonium potion (New!). A bard behind CompanionCube suddenly stops playing. They were most likely eaten by a monster.
L225[17:03:50] <PwnagePineap​ple (He/Him)> %sip
L226[17:03:51] <MichiBot> You drink a gloopy weather potion (New!). Everything PwnagePineapple (He/Him) says is now in Wingdings until they use "Nice Ohmygawd" in a sentence.
L227[17:04:44] <PwnagePineap​ple (He/Him)> Nice Ohmygawd
L228[17:07:10] <Amanda> That's not a sentence
L229[17:08:30] <PwnagePineap​ple (He/Him)> Sue me
L230[17:09:26] <AR2​000> %sip
L231[17:09:27] <MichiBot> You drink a runny amethyst potion (New!). The next fork AR2000 touches tells them it's most deeply guarded secret.
L232[17:12:13] <TechT​astic> %down
L233[17:12:13] <MichiBot> You drink a smooth ruby potion (New!). TechTastic gains knowledge about a random useless subject.
L234[17:37:16] <Forec​aster> well crumbs
L235[17:37:41] <Forec​aster> seems the current sensor I got is completely useless for mA currents
L236[17:37:57] <Forec​aster> 😐
L237[17:45:44] <Amanda> What about a future sensor?
L238[17:47:14] <SoBi​nary> %sip
L239[17:47:15] <MichiBot> You drink a molten titanium potion (New!). SoBinary has no memory of drinking a potion.
L240[17:51:36] <Amanda> %choose comfort or utility
L241[17:51:36] <MichiBot> Ama​nda: If I had a gold nugget for every time someone asked me about "comfort"
L242[18:07:43] ⇦ Quits: ben_mkiv (~ben_mkiv@200116b800fb3900fe3497fffea975f2.dip.versatel-1u1.de) (Quit: Leaving)
L243[18:28:09] <Forec​aster> apparently I need these things to detect sub 1A currents
L244[18:28:15] <Forec​aster> https://tinyurl.com/28zqgwkq
L245[18:29:41] <Forec​aster> at least I get 10 of them for $10
L246[18:31:08] <Forec​aster> Probably because it's just a spool of wire encased in plastic
L247[18:47:02] <Forec​aster> but these are not just plug and play, I have to figure out how to use these
L248[19:30:05] <Forec​aster> https://xkcd.com/2759/
L249[19:30:11] <Forec​aster> These all seem correct to me
L250[19:30:45] <Mic​hiyo> Are you just getting the transformer, or are you getting one of the PCB mounted ones?
L251[19:31:04] <Forec​aster> the thing in the picture
L252[19:31:09] <Forec​aster> is what I'm getting
L253[19:31:13] <Mic​hiyo> Ok, so just the transformer.
L254[19:31:27] <Forec​aster> yes
L255[19:31:48] <CompanionCube> %tonkout
L256[19:31:49] <MichiBot> Wut! Compan​ionCube! You beat your own previous record of 2 hours, 59 minutes and 42 seconds (By 1 minute and 24 seconds)! I hope you're happy!
L257[19:31:50] <MichiBot> Compan​ionCube has tonked out! Tonk has been reset! They gained 0.003 tonk points! plus 0.004 bonus points for consecutive hours! Current score: 0.563075, Position #3 Need 0.0061045 more points to pass Forec​aster!
L258[19:33:20] <Mic​hiyo> https://www.hackster.io/ingo-lohs/ac-current-sensor-182aff Looks like basically the same thing, just with a PCB mounted on it for easy connection to jumper wires to an arduino
L259[19:33:59] <Mic​hiyo> sub 1 amp will be sub 1ma output from my understanding of the datasheet, reminder, you can loop your circuit through it multiple times to get higher input amps
L260[19:36:18] <Forec​aster> I'll save that for when the loops arrive, in three weeks...
L261[19:36:33] <Mic​hiyo> Here take this too
L262[19:36:33] <Mic​hiyo> https://5nrorwxhmqqijik.leadongcdn.com/ZMCT103C+specification-aidirBqoKomRilSjpimnokp.pdf
L263[19:37:47] <Forec​aster> if some rando posted that url I'd be very suspicious of it
L264[19:39:38] <Mic​hiyo> lmao yeaaaaah
L265[19:39:42] <Mic​hiyo> it IS a bit shady isn't it
L266[19:42:03] <Forec​aster> I guess I can work on the software in the meantime
L267[19:42:27] <Forec​aster> Gonna need some networking bits and a web interface
L268[19:47:05] <! Little​Timmy52 !> Anyone know any good turbine and reactor Controller
L269[19:50:20] <Mic​hiyo> which reactors...?
L270[19:50:35] <! Little​Timmy52 !> Extreme/big
L271[19:51:03] <Mic​hiyo> last time I played with BR and OC I used https://github.com/OpenPrograms/SuPeRMiNoR2-Programs/tree/master/autopid and https://github.com/OpenPrograms/SuPeRMiNoR2-Programs/tree/master/power-monitor Both are installable via OPPM
L272[19:51:42] <Mic​hiyo> It's been YEARS since I've used either though, so I won't be much help in setup or any troubleshooting
L273[19:51:54] <! Little​Timmy52 !> Do either Handle both? Reactor and turbine.
L274[19:52:37] <Mic​hiyo> IDK man, read the info on the pages I linked...
L275[19:58:13] <walksanato​r. B⃢ot.> %sip
L276[19:58:13] <MichiBot> You drink an unaligned naqahdah potion (New!). walksanator. B⃢ot. suddenly forgets a random piece of trivia.
L277[19:58:32] <Forec​aster> Psh, reading, so overrated
L278[19:58:33] <walksanato​r. B⃢ot.> %tonk
L279[19:58:33] <MichiBot> Yay! walksanato​r. B⃢ot.! You beat Compan​ionCube's previous record of <0 (By 26 minutes and 44 seconds)! I hope you're happy!
L280[19:58:34] <MichiBot> walksanator. B⃢ot.'s new record is 26 minutes and 44 seconds! walksanator. B⃢ot. also gained 0.00045 tonk points for stealing the tonk. Position #5. Need 0.02070401 more points to pass TechT​astic!
L281[20:03:03] <TechT​astic> %down
L282[20:03:03] <MichiBot> You drink a frosty gold potion (New!). TechTastic barely manages to catch a red shell that appears in front of them! (Rem. uses: 0)
L283[20:03:17] <TechT​astic> Michi wants chaos
L284[20:03:29] <TechT​astic> %redshell Forecaster
L285[20:03:29] <MichiBot> TechT​astic: You can't snipe right now. Try again in 9 hours, 32 minutes and 7 seconds.
L286[20:03:38] <TechT​astic> nine hours
L287[20:05:58] <! Little​Timmy52 !> >Michiyo: last time I played with BR and OC I used https://github.com/OpenPrograms/SuPeRMiNoR2���
L288[20:05:58] <! Little​Timmy52 !> They work good enough
L289[20:06:05] <! Little​Timmy52 !> Thanks
L290[20:07:23] <PwnagePineap​ple (He/Him)> %tonkleaders
L291[20:07:23] <MichiBot> https://michibot.pc-logix.com/tonk
L292[20:08:49] <PwnagePineap​ple (He/Him)> %redshell SoBinary
L293[20:08:50] <MichiBot> PwnagePineap​ple (He/Him): You hit SoBinary! They lost 0.00206 tonk points which you gain! Congratulations! Position #9 => #8 (Overtook SoBinary) Need 0.06785457 more points to pass Redston​eParkour!
L294[20:09:01] <SoBi​nary> Bitch
L295[20:09:06] <SoBi​nary> ahem
L296[20:09:54] <Forec​aster> I don't know why you felt the need to send me the datasheet for the part I ordered
L297[20:09:57] <Forec​aster> I already had that
L298[20:10:26] <Mic​hiyo> Do you know how many times I've ordered random chinese crap and not gotten a datasheet?
L299[20:10:28] <Mic​hiyo> Fucktons.
L300[20:10:34] <Mic​hiyo> Figured I'd help just in case.
L301[20:10:38] <Corded> * <Mic​hiyo> shrug
L302[20:10:40] <Mic​hiyo> whatver.
L303[20:12:26] <Forec​aster> you're right that there wasn't one in the listing, as it usually is on amazon
L304[20:12:32] <Forec​aster> I found it the same way you probably did
L305[20:46:23] <Forec​aster> datasheets *are* sometimes very difficult if not impossible to find
L306[20:53:08] <Va​ur> %tonk
L307[20:53:08] <MichiBot> Boom! Va​ur! You beat walksanato​r. B⃢ot.'s previous record of 26 minutes and 44 seconds (By 27 minutes and 50 seconds)! I hope you're happy!
L308[20:53:09] <MichiBot> Vaur's new record is 54 minutes and 34 seconds! Vaur also gained 0.00046 tonk points for stealing the tonk. Position #6. Need 0.0071 more points to pass walksanato​r. B⃢ot.!
L309[20:53:42] <TechT​astic> %down
L310[20:53:42] <MichiBot> You drink a diluted boneboo potion (New!). Wheels are briefly square.
L311[20:54:15] <Va​ur> %sip
L312[20:54:15] <MichiBot> You drink a fiery mithril potion (New!). Vaur gains one research point. Vaur now has 1 point. (Rem. uses: 0)
L313[21:03:49] <Forec​aster> %sip
L314[21:03:50] <MichiBot> You drink a smooth aegisalt potion (New!). Forecaster has a sudden desire to run around in a circle until they stop thinking about it.
L315[21:20:50] <Forec​aster> `'Super Mario Bros. Movie' Sets Record for Highest-Grossing Animated Movie Opening Ever`
L316[21:21:03] <Forec​aster> huh, I should probably watch that
L317[21:21:40] <PwnagePineap​ple (He/Him)> I saw the trailer and the Chris Pratt mario voice was deeply disconcerting
L318[21:23:32] <SoBi​nary> %sip
L319[21:23:32] <MichiBot> You drink a searing gold potion (New!). The next glass of water SoBinary has tastes like Nectar.
L320[21:24:22] <PwnagePineap​ple (He/Him)> %sip
L321[21:24:22] <MichiBot> You drink a forked tomato potion (New!). PwnagePineapple (He/Him) is easily spotted.
L322[21:30:04] <Va​ur> Msip
L323[21:30:07] <Va​ur> %sip
L324[21:30:07] <MichiBot> You drink a dotted violium potion (New!). The potion contained a computer virus! It changed Vaur's theme to one they don't like!
L325[22:15:35] <TechT​astic> %down
L326[22:15:35] <MichiBot> You drink a silent tuna potion (New!). Wheels are briefly square.
L327[22:15:50] <TechT​astic> %tonk
L328[22:15:50] <MichiBot> Wild! TechT​astic! You beat Va​ur's previous record of 54 minutes and 34 seconds (By 28 minutes and 7 seconds)! I hope you're happy!
L329[22:15:51] <MichiBot> TechTastic's new record is 1 hour, 22 minutes and 42 seconds! TechTastic also gained 0.00047 tonk points for stealing the tonk. Position #4. Need 0.30589099 more points to pass Compan​ionCube!
L330[22:40:41] <Amanda> %choose laptop naptop or more factory
L331[22:40:42] <MichiBot> Ama​nda: Haven't you always gone with "laptop naptop"? Hm, maybe not.
L332[22:42:36] <PwnagePineap​ple (He/Him)> %sip
L333[22:42:36] <MichiBot> You drink a powdery orange potion (New!). PwnagePineapple (He/Him) feels chill.
L334[23:10:06] <TechT​astic> %down
L335[23:10:07] <MichiBot> You drink a still bavarium potion (New!). TechTastic knows the exact location of a particular molecule of oxygen until hell has a nice fall.
L336[23:12:21] <TechT​astic> ~~AR's favorite MichiBot statement~~
L337[23:23:02] ⇨ Joins: Charlie (~Charlie@24.56.115.109)
L338[23:23:28] <Charlie> Hello
L339[23:23:52] ⇦ Quits: Charlie (~Charlie@24.56.115.109) (Client Quit)
L340[23:38:17] <PwnagePineap​ple (He/Him)> %tonk
L341[23:38:17] <Va​ur> %tonkout
L342[23:38:18] <MichiBot> I'm sorry PwnagePineapple (He/Him), you were not able to beat TechTastic's record of 1 hour, 22 minutes and 42 seconds this time. 1 hour, 22 minutes and 27 seconds were wasted! Missed by 14 seconds!
L343[23:38:24] <PwnagePineap​ple (He/Him)> E
L344[23:38:29] <Va​ur> rip
L345[23:38:37] <Va​ur> this is why I was waiting 😄
L346[23:38:44] <PwnagePineap​ple (He/Him)> I was waiting too
L347[23:39:17] <PwnagePineap​ple (He/Him)> 14 seconds
L348[23:49:01] <TechT​astic> %down
L349[23:49:01] <MichiBot> You drink a steady rock potion (New!). TechTastic is suddenly more aware of cute things nearby until someone turns off a lamp and then on again.
<<Prev Next>> Scroll to Top