<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:08:08] ⇦ Quits: Hawk777 (~Hawk777@2607:c000:828a:4700:9c52:9d4c:939d:de5b) (Quit: Leaving.)
L2[00:16:25] ⇨ Joins: Hawk777 (~Hawk777@2607:c000:828a:4700:49ee:a926:bc80:b2af)
L3[01:26:14] <Little​Timmy52> anyone know a script that backs up the whole /home directory to a disk?
L4[01:26:21] <Little​Timmy52> i tried to make one but failed
L5[01:26:46] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Read error: Connection reset by peer)
L6[01:27:56] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L7[01:37:43] * Amanda lays her head on elfi, meows sleepily about how the foxen's cognitive transfer is just shitty astral projection, does a heccen ,zz
L8[01:38:17] <Amanda> Night girls
L9[01:54:50] <ThePi​Guy24> >LittleTimmy52: anyone know a script that backs up the whole /home directory to a disk?
L10[01:54:51] <ThePi​Guy24> `cp -r /home /mnt/{first 3 digits of disk uuid}`
L11[02:12:54] <FLO​RANA> curious is there a compiled language for OpenComputers? (not OC2)
L12[02:13:59] <FLO​RANA> i know lua is JIT executed, but makes me wonder is there a way to bypass the whole lua part and just run code faster?
L13[02:14:26] <CompanionCube> iirc there's a couple other architectures people have made in the past
L14[02:16:49] <Hawk777> I made <https://www.curseforge.com/minecraft/mc-mods/oc-wasm&gt; a while ago. It’s not native code, since it still runs in the JVM. No idea what the performance is like; that’s not why I made it.
L15[02:18:53] <FLO​RANA> so it's written in rust and compiled to web assembly for OpenComputers execution?
L16[02:29:12] <Hawk777> The mod runs anything WASM.
L17[02:29:22] <Hawk777> I’ve only ever used it to run Rust code, but in theory you could use anything else that compiles to WASM too.
L18[02:30:45] <Hawk777> Just basic WASM, most of the fancy optional features are not supported, which someone said pretty much rules out C++ coroutines.
L19[02:31:01] <Hawk777> Rust async works fine though.
L20[02:34:44] <Little​Timmy52> anyone know how to make a computer password protected
L21[02:35:09] <Little​Timmy52> i saw a way but idk how hashing works
L22[02:37:22] <Little​Timmy52> ehh nvm
L23[02:51:24] ⇦ Quits: lordpipe (~ba7888b72@66.109.211.50) (Quit: https://i.imgur.com/xacQ09F.mp4)
L24[02:58:44] <DiamondC​reeper_6> How do I restrict channels so only some people can chat in them
L25[02:58:51] <DiamondC​reeper_6> Just made a discord server
L26[03:01:00] <Izaya> guild*
L27[03:01:01] <Izaya> :)
L28[03:02:06] <Izaya> LittleTimmy: basically you need a script that runs on boot, eats "terminated" events and presents a login screen
L29[03:02:46] <Izaya> as for the hashing part the basic idea is that a hash takes an input and turns it into an output, which can't easily be turned back into the input; the same input will always result in the same output
L30[03:03:27] <Izaya> most password systems use a system of a 'salt' which is basically some extra random data so that you can't pre-compute a lot of passwords and hashes for cracking
L31[03:03:46] <Izaya> I may be butchering the terminology a little here but bear with me
L32[03:04:36] <Izaya> so you store the full hash and the plaintext salt, then to verify an input you take it and the salt, concatenate them, hash that, and compare it to the stored hash
L33[03:04:47] <Izaya> if it's correct they'll match, because the same input produces the same output
L34[03:10:45] <🎃Mic​hiyo🎃> >DiamondCreeper_6: How do I restrict channels so only some people can chat in them
L35[03:10:45] <🎃Mic​hiyo🎃> You need to create roles, and then you can set which role can send / read messages per channel
L36[03:10:50] <🎃Mic​hiyo🎃> then you assign roles to members
L37[03:11:15] <DiamondC​reeper_6> Im assuming that requires discord nitro
L38[03:11:23] <🎃Mic​hiyo🎃> Umm... no?
L39[03:11:37] <DiamondC​reeper_6> Then how do I do it. Step by step tutorial
L40[03:12:03] <🎃Mic​hiyo🎃> https://support.discord.com/hc/en-us/articles/214836687-Role-Management-101
L41[03:12:16] <🎃Mic​hiyo🎃> https://support.discord.com/hc/en-us/articles/206029707-Setting-Up-Permissions-FAQ
L42[03:12:46] <🎃Mic​hiyo🎃> https://www.howtogeek.com/809671/how-to-add-assign-roles-discord/
L43[03:12:48] <🎃Mic​hiyo🎃> Google.
L44[03:17:56] <FLO​RANA> >Izaya: guild*
L45[03:17:57] <FLO​RANA> who really calls it a guild tho?
L46[03:18:08] <luna​r_sam> discord, internally
L47[03:18:11] <Izaya> ^
L48[03:18:27] <FLO​RANA> i know that but no human really ever calls it that :|
L49[03:18:36] <Izaya> perpetuating confusion is bad, they're not servers
L50[03:18:46] <Izaya> it's a marketing term
L51[03:18:54] <CompanionCube> also Izaya is the pedantic type
L52[03:18:59] <Izaya> that too
L53[03:19:10] <FLO​RANA> it doesn't help that discord does this https://tinyurl.com/2gs2vwyx
L54[03:19:18] <FLO​RANA> "add a server"
L55[03:19:24] <Izaya> you're entirely right, it doesn't!
L56[03:19:37] <Izaya> but it helps them to lie, so they continue
L57[03:20:07] <Izaya> doesn't mean it's the right thing to do
L58[03:28:40] <ThePi​Guy24> the docs and api call it guild, the client and marketing calls it server
L59[03:29:23] <ThePi​Guy24> i propose, lets make it more confusing by interleaving the words together and calling them sgeurivledrs ;p
L60[03:29:40] <Izaya> it's a new word and as such isn't misusing either option
L61[03:29:41] <Izaya> I approve
L62[05:05:11] <Forec​aster> It's not like virtual servers are a thing, oh wait
L63[05:09:09] <FLO​RANA> also why does this graphical glitch happen? (on 1.12.2 1.8.0-snapshot) https://tinyurl.com/2o6otmy4
L64[05:55:52] <Redston​eParkour> %tonkout
L65[05:55:53] <MichiBot> Redston​eParkour: You gotta tonk before you can tonk out. For this transgression the timer has been reset.
L66[05:56:00] <Redston​eParkour> oh
L67[06:02:50] <nadja> Izaya: You were *so* butchering the terminology but you got all the abstract concepts right so you get a pass. ;)
L68[06:03:22] <Izaya> I know what the parts are called and how they go together but expressing them without editing is a bit beyond me today
L69[06:06:02] <nadja> It's fine, I'm not pedantic over the definition of hash function or other words here, language is about transferring concepts. ;P
L70[06:07:16] <Forec​aster> language should be about transferring where food is
L71[06:08:55] <nadja> @Forecaster that too is a *concept*. So it is.
L72[06:37:56] <Forec​aster> No! only food!
L73[06:54:41] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Read error: Connection reset by peer)
L74[06:56:35] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L75[07:29:06] ⇦ Quits: Hawk777 (~Hawk777@2607:c000:828a:4700:49ee:a926:bc80:b2af) (Quit: Leaving.)
L76[07:37:08] ⇨ Joins: Vexatos (~Vexatos@p200300eaef139f03bdc92a2405205545.dip0.t-ipconnect.de)
L77[07:37:08] zsh sets mode: +v on Vexatos
L78[07:38:27] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1ee5:f900:fe34:97ff:fea9:75f2)
L79[07:46:21] ⇨ Joins: lordpipe (~ba7888b72@66.109.211.50)
L80[08:33:20] <Forec​aster> %tonk
L81[08:33:21] <MichiBot> Waesucks! Forec​aster! You beat Redston​eParkour's previous record of <0 (By 2 hours, 37 minutes and 27 seconds)! I hope you're happy!
L82[08:33:22] <MichiBot> Forecaster's new record is 2 hours, 37 minutes and 27 seconds! Forecaster also gained 0.00262 tonk points for stealing the tonk. Position #2. Need 0.1899944 more points to pass Va​ur!
L83[09:54:02] ⇦ Quits: infina (~infina@144.217.238.84) (Ping timeout: 189 seconds)
L84[10:11:05] <Forec​aster> %sip
L85[10:11:06] <MichiBot> You drink a woolly redstone potion (New!). Forecaster feels slightly faster.
L86[10:53:03] <Inari 「オ​兄デレ」「狐っ娘」> girlified pepe? https://tinyurl.com/2lsa8x92
L87[11:01:55] ⇦ Quits: DBotThePony (~Thunderbi@31.220.170.28) (Remote host closed the connection)
L88[11:01:59] ⇨ Joins: DBotThePony (~Thunderbi@31.220.170.28)
L89[11:02:34] ⇦ Quits: DBotThePony (~Thunderbi@31.220.170.28) (Remote host closed the connection)
L90[11:02:37] ⇨ Joins: DBotThePony (~Thunderbi@31.220.170.28)
L91[11:02:47] ⇦ Quits: DBotThePony (~Thunderbi@31.220.170.28) (Remote host closed the connection)
L92[11:02:54] ⇨ Joins: DBotThePony (~Thunderbi@31.220.170.28)
L93[11:03:07] ⇦ Quits: DBotThePony (~Thunderbi@31.220.170.28) (Remote host closed the connection)
L94[11:03:10] ⇨ Joins: DBotThePony (~Thunderbi@31.220.170.28)
L95[11:24:32] <lunar_sam> AAAAAAAAAA
L96[11:24:39] <lunar_sam> TRUCK NO START
L97[11:27:38] <Inari 「オ​兄デレ」「狐っ娘」> f?
L98[11:28:59] <Redston​eParkour> %tonk
L99[11:29:00] <MichiBot> Dad-Sizzle! Redston​eParkour! You beat Forec​aster's previous record of 2 hours, 37 minutes and 27 seconds (By 18 minutes and 11 seconds)! I hope you're happy!
L100[11:29:01] <MichiBot> RedstoneParkour's new record is 2 hours, 55 minutes and 39 seconds! RedstoneParkour also gained 0.0009 (0.0003 x 3) tonk points for stealing the tonk. Position #4. Need 1.2462275 more points to pass Mic​hiyo!
L101[11:55:27] <Amanda> I tried go, assembly script, and c++ with hawk's wasm mod, I could get c++ kinda working, but as they said the coroutines use an experimental extension to wasm that the wasm transpiker the mod uses doesn't implement. I haven't tried zig yet because I couldn't find a cbon parser/serializer for it, and didn't feel like writing my own
L102[11:56:59] <Amanda> Go's runtime requires some stuff which isn't implemented in the mods because it assumes either web-based wasm or wasi, neither of which are what the mod exposes
L103[11:57:30] <Amanda> Assembly script didn't get far for some reason I don't recall
L104[11:58:40] <Amanda> And that about covers all the languages I tried / am familiar with
L105[12:03:11] <lunar_sam> AaaaaAAAAAA
L106[12:03:19] <lunar_sam> WHERE IS THE LOCKSMITH AAAAAAA
L107[12:03:41] <lunar_sam> i just realized all i need him to do is pick the ignition
L108[12:03:59] <lunar_sam> so i can yoink the cylinder out
L109[12:04:39] <lunar_sam> and start the car with a screwdriver
L110[12:18:59] <Forec​aster> where did you last see the locksmith? they're always in the last place you lock
L111[12:20:29] <Forec​aster> https://science.slashdot.org/story/22/10/02/1947256/lsd-like-molecules-counter-depression-without-the-trip
L112[12:31:53] ⇦ Quits: TPG24 (~ThePiGuy2@88-107-183-218.dynamic.dsl.as9105.com) (Ping timeout: 189 seconds)
L113[12:34:19] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@88-107-183-218.dynamic.dsl.as9105.com)
L114[12:57:34] <Amanda> %choose cubes or space factory
L115[12:57:34] <MichiBot> Ama​nda: The proof is in the pudding. Definitely "space factory". Now please get it out of my pudding.
L116[12:57:49] * Amanda installs more solar panels into MichiBot's pudding
L117[12:58:05] <Amanda> Hrm, though.. cubes.
L118[13:48:20] <Forec​aster> Leave the thought cubes alone!
L119[14:09:48] <FLO​RANA> hmm... are chargers the only way to charge robots? or can they take from energy cubes?
L120[14:12:19] <Amanda> Robots can have a generator upgrade which lets them consume furnace fuel
L121[14:15:45] <Redston​eParkour> There's also a solar panel upgrade
L122[14:18:44] ⇦ Quits: Vexatos (~Vexatos@p200300eaef139f03bdc92a2405205545.dip0.t-ipconnect.de) (Ping timeout: 189 seconds)
L123[14:18:45] <FLO​RANA> yah but thats not really useful within a self-contains bio-fuel farm
L124[14:19:10] <FLO​RANA> no sunlight and no burnable essences
L125[14:22:35] <Redston​eParkour> well then you can only use a charger powered by bio-fuel
L126[14:24:46] <FLO​RANA> thats kinda lame, like i can put my tablet in a ultimate energy cube and it works just fine... wonder if the wireless charger block from the `Chargers` mod would work
L127[14:32:28] ⇨ Joins: Vexatos (~Vexatos@p200300eaef139f106c96351ea0a09a64.dip0.t-ipconnect.de)
L128[14:32:28] zsh sets mode: +v on Vexatos
L129[15:01:54] <Amanda> @ariri I assume you've not had time to update emitech?
L130[15:06:41] <Forec​aster> %sip
L131[15:06:42] <MichiBot> You drink a fragrant platinum potion (New!). Forecaster's bed is suddenly slightly less comfortable until they eat a pie.
L132[15:06:48] <Forec​aster> aw man
L133[15:07:55] <Amanda> Having to re-learn all my oc1 fuckery has been... Interesting
L134[15:08:25] <Amanda> I also ended up just rewriting part of it, as you do
L135[15:08:32] <Redston​eParkour> hmm... if Forecaster's bed is 1 light year away, how long would it take for said bed to become slightly less comfortable?
L136[15:10:43] <Redston​eParkour> kinda weird question but it would either mean that potion effects break the speed of light or that MichiBot is lying as said effect hasn't applied yet
L137[15:27:19] <Inari 「オ​兄デレ」「狐っ娘」> new and improved avatar \o/
L138[15:31:20] <Forec​aster> I've already forgotten what the old one looked like
L139[15:34:47] <Inari 「オ​兄デレ」「狐っ娘」> basically the same
L140[15:34:55] <Inari 「オ​兄デレ」「狐っ娘」> but this one is the fancy img2img AI generated version
L141[15:41:28] <FLO​RANA> welp, i finally understand how to do COSine and SINe without a calculator
L142[15:42:02] <FLO​RANA> why is it soo hard to teach people these days the logic behind it?
L143[15:44:21] <Forec​aster> Because it's a sin!
L144[15:44:44] <FLO​RANA> school these days is a sin
L145[15:44:57] <FLO​RANA> don't teach you shit you need
L146[15:45:02] <Forec​aster> I should have said "Cos it's a sin"
L147[15:45:39] <FLO​RANA> yah you should have, tan :b
L148[15:46:08] <ThePi​Guy24> https://tinyurl.com/2hvzghml
L149[15:46:10] <FLO​RANA> can't forget about the function that requires the 2
L150[15:46:14] <ThePi​Guy24> discord moment
L151[15:46:34] <FLO​RANA> works fine for me https://tinyurl.com/2o8okvx3
L152[15:47:36] <ThePi​Guy24> it does work for me, just discord being discord https://tinyurl.com/2zdorzfr
L153[15:47:53] <FLO​RANA> ah
L154[15:55:16] <Forec​aster> %tonk
L155[15:55:17] <MichiBot> Boo-yah! Forec​aster! You beat Redston​eParkour's previous record of 2 hours, 55 minutes and 39 seconds (By 1 hour, 30 minutes and 37 seconds)! I hope you're happy!
L156[15:55:18] <MichiBot> Forecaster's new record is 4 hours, 26 minutes and 16 seconds! Forecaster also gained 0.00453 (0.00151 x 3) tonk points for stealing the tonk. Position #2. Need 0.1854644 more points to pass Va​ur!
L157[15:57:22] <Va​ur> %sip
L158[15:57:22] <MichiBot> You drink a goopy yellow potion (New!). Vaur is now Borg for 3 moons.
L159[15:57:50] <Forec​aster> Resistance is futile, for a limited time.
L160[16:04:11] ⇨ Joins: Hawk777 (~Hawk777@2607:c000:828a:4700:42b9:73ab:b718:66c7)
L161[16:30:15] <Inari 「オ​兄デレ」「狐っ娘」> and now a halloween avatar
L162[16:30:16] <Inari 「オ​兄デレ」「狐っ娘」> \o/
L163[16:44:51] ⇨ Joins: infin (~infina@144.217.238.84)
L164[16:46:41] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1ee5:f900:fe34:97ff:fea9:75f2) (Ping timeout: 189 seconds)
L165[16:47:00] <Amanda> %choose waves; dancy or talky
L166[16:47:00] <MichiBot> Ama​nda: talky waves
L167[17:08:54] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1ee5:f900:fe34:97ff:fea9:75f2)
L168[17:27:23] <Na​dja> >FLORANA: why is it soo hard to teach people these days the logic behind it?
L169[17:27:23] <Na​dja> Because it's not relevant? You still learn in if you go for a maths degree; which is really the only one where actually calculating trigonometric functions is a thing.
L170[17:35:13] ⇨ Joins: immibis_ (~hexchat@2a02:3032:2:a853:e943:b548:324d:e7ef)
L171[17:36:35] ⇦ Quits: immibis (~hexchat@i689751E6.versanet.de) (Ping timeout: 189 seconds)
L172[17:45:51] * Amanda beams a small potato in front of nadja
L173[17:45:58] * Amanda stares
L174[17:46:18] <Amanda> %choose waves or halucinate?
L175[17:46:18] <MichiBot> Ama​nda: You'll want to go with "halucinate".
L176[17:49:37] <nadja> Amanda: do you want me to cook that for you or shoot at your enemies at a significant fraction of c?
L177[17:52:23] <stephan48> both, half and half? (one half potatochips please)
L178[17:53:35] <nadja> stephan48: Do you want your chips with a side of plasmified potato because it was shot out of a railgun at orbital speeds or how should I read this?
L179[17:54:12] <stephan48> uhh. that sounds interesting
L180[17:54:18] <Forec​aster> %sip
L181[17:54:18] <MichiBot> You drink a shiny unobtanium potion (New!). Forecaster falls into a shaft and drop 3 floors!
L182[17:54:41] <stephan48> please don't destroy the floors while you drop them.
L183[17:54:43] <Forec​aster> This shaft is suspiciously potato-shaped
L184[18:02:09] <Va​ur> %sip
L185[18:02:09] <MichiBot> You drink a slimy amethyst potion (New!). Vaur falls into a shaft and drop 5 floors!
L186[18:02:34] <AR2​000> Could someone close this shaft. Too many accidents
L187[18:02:43] <Forec​aster> MichiBot is way too much into dropping people into shafts today
L188[18:02:53] <AR2​000> %sip
L189[18:02:53] <MichiBot> You drink a fluffy iron potion (New!). A bard starts playing a lute behind AR2000. They don't stop.
L190[18:03:21] <AR2​000> No more shaft
L191[18:03:30] <AR2​000> I got a nice effect for my first sip
L192[18:03:42] <AR2​000> I love music
L193[18:03:45] <Forec​aster> you say that, but when you least expect it, shaft
L194[18:05:43] ⇦ Quits: scj643 (~quassel@2001:41d0:700:3949:5c1::1) (Quit: Bye)
L195[18:05:59] ⇨ Joins: scj643 (~quassel@2001:41d0:700:3949:5c1::1)
L196[18:07:09] <nadja> stephan48: On an unrelated Note a potato shot at 1% c has the same order of magnitude energy as an atomic bomb :P
L197[18:07:26] <stephan48> nom. nom.
L198[18:08:00] <Forec​aster> specifically a potato, not just any object of equal mass
L199[18:08:04] <Forec​aster> potatoes are special
L200[18:08:16] <nadja> No potatos just have a *lot* of calories
L201[18:08:33] <Forec​aster> +5% damage when used as projectile
L202[18:08:47] <nadja> You could also chuck a chunk butter of equal mass
L203[18:09:12] <Forec​aster> that's why people spec into potato cannons so much
L204[18:09:29] <Forec​aster> using a buttered potato projectile would be tempting fate
L205[18:09:59] <nadja> stephan48: It would also be a very short range plasma shotgun due to ablation effects if shot inside the atmosphere. I think you'll learn that when you start playing KSP ;P
L206[18:11:33] <stephan48> :P
L207[18:11:37] <stephan48> maybe next week
L208[18:12:58] <stephan48> tomorrow is my first day at the new gig. i have to be up again in less than 9,5 hours. i should go to bed soonish
L209[18:13:37] <Forec​aster> you probably should
L210[18:13:49] <Forec​aster> ooor you could play video games instead!
L211[18:13:56] <Forec​aster> what could go wrong
L212[18:14:04] <stephan48> so far i have atleast decided to not pull an all nighter :P
L213[18:14:27] <Forec​aster> that still leaves an almost-all-nighter as an option!
L214[18:56:53] <Amanda> %splash @Inari with mutable platinum potion
L215[18:56:53] <MichiBot> You fling a mutable platinum potion (New!) that splashes onto @Inari. @Inari turns into a wolf until the next time they hug someone.
L216[18:57:09] <Amanda> ... _furiously googling_ "Can wolves hug?"
L217[18:59:08] ⇦ Quits: scj643 (~quassel@2001:41d0:700:3949:5c1::1) (Quit: Bye)
L218[18:59:36] ⇨ Joins: scj643 (~quassel@2001:41d0:700:3949:5c1::1)
L219[19:14:29] <Ocawes​ome101> regarding the shaft discussion earlier: https://www.youtube.com/watch?v=bAIbvlobWDM
L220[19:21:04] <Amanda> %choose halucinate again or em waves
L221[19:21:04] <MichiBot> Ama​nda: The sands of time whisper to me... they're saying "em waves".
L222[19:23:25] <Forec​aster> Don't give MichiBot ideas, we don't need any bottomless shafts popping up
L223[19:32:00] ⇦ Quits: scj643 (~quassel@2001:41d0:700:3949:5c1::1) (Quit: Bye)
L224[19:33:07] <🎃Mic​hiyo🎃> neat... new MC world for testing, and I spawn in a village
L225[19:33:36] <Forec​aster> Time to buy a lottery ticket!
L226[19:33:40] <Lui​hum> Also what's new in the latest OC update? Just bugfixes?
L227[19:33:55] <Lui​hum> I didn't install it yet
L228[19:34:29] <🎃Mic​hiyo🎃> https://www.curseforge.com/minecraft/mc-mods/opencomputers/files If only there were changelogs :P
L229[19:34:46] <Forec​aster> I was just about to do that >:
L230[19:47:49] ⇨ Joins: scj643 (~quassel@2001:41d0:700:3949:5c1::1)
L231[19:53:23] <Amanda> %choose comfort or utility
L232[19:53:23] <MichiBot> Ama​nda: "comfort", now with 30% fewer deaths caused by negligence!
L233[19:53:34] <Amanda> Wow, that's so many deaths prevented!
L234[19:55:15] <ThePi​Guy24> i think we need more comfy negligent deaths
L235[20:00:34] <Amanda> Izaya: would you be interested in some changes to microtel stuff which I made which adds some more safety with a couple places of pcall in common places I was crashing?
L236[20:03:12] ⇦ Quits: scj643 (~quassel@2001:41d0:700:3949:5c1::1) (Quit: Bye)
L237[20:03:15] <Amanda> Hopefully this bridges well:
L238[20:03:55] <Amanda> https://matrix.camnet.site/_matrix/media/r0/download/camnet.site/evsFJqRxByAzujbYOEZneEJd/microtel-safety.patch
L239[20:04:14] <Amanda> Izaya: ^ There's the patch for everything I did to Embedded/ in the minitel repo
L240[20:04:27] <Amanda> %oclogs
L241[20:04:28] <MichiBot> https://irclogs.pc-logix.com/?dir=logs/%23oc
L242[20:05:00] <Amanda> nice, it bridged how I expected
L243[20:06:14] <Va​ur> %sip
L244[20:06:14] <MichiBot> You drink a soft tomato potion (New!). Vaur gets a sudden Spice infusion. Vaur can see the universe. [Spice Addiction +1]
L245[20:19:00] <ThePi​Guy24> %tonk
L246[20:19:01] <MichiBot> ThePi​Guy24: You should probably read this: https://michibot.pc-logix.com/tonk
L247[20:19:24] <ThePi​Guy24> %tonk 8F922
L248[20:19:24] <MichiBot> I'm sorry ThePiGuy24, you were not able to beat Forecaster's record of 4 hours, 26 minutes and 16 seconds this time. 4 hours, 24 minutes and 8 seconds were wasted! Missed by 2 minutes and 8 seconds!
L249[20:19:37] <ThePi​Guy24> agh, bad at maths
L250[20:24:46] ⇨ Joins: scj643 (~quassel@2001:41d0:700:3949:5c1::1)
L251[20:24:53] <AR2​000> How often does the potions effect get reset ?
L252[20:25:05] <AR2​000> https://michibot.pc-logix.com/potions
L253[20:25:54] <Forec​aster> I believe it's currently every 48 hours
L254[20:31:25] <Amanda> or when she gets restarted
L255[20:36:17] <AR2​000> Is it only the list getting reset or does the effects get randomised again ?
L256[20:37:13] <Amanda> The effects get ransomised when they fall off the list
L257[20:37:53] <Amanda> It's just the effects being cached, really. You could %splash Forecaster with a molten moonstone potion for example
L258[20:37:53] <MichiBot> You fling a molten moonstone potion (New!) that splashes onto Forecaster. A trapdoor suddenly opens up under Forecaster! There are spikes at the bottom. They successfully evaded it with a 20 vs DC 15!
L259[20:38:01] <Amanda> And now there's a molten moonstone potion on the shelf
L260[20:38:29] <Forec​aster> Don't drop me into a spike pit as an example D:<
L261[20:39:13] <stephan48> any good reasons for why not?
L262[20:39:17] <Lui​hum> I love how the first item in the inventory list is a Hitchhiker's Guide to the Galaxy reference
L263[20:40:04] <AR2​000> So if I understand well, Forecaster is a lab rat, and we should test the potions on him first
L264[20:42:35] <AR2​000> So I could %splash Forecaster with a resonating naqahdah potion if I feel like it
L265[20:42:35] <MichiBot> You fling a resonating naqahdah potion (New!) that splashes onto Forecaster. An apple appears in front of Forecaster.
L266[20:42:54] <Forec​aster> 😐
L267[20:43:07] <AR2​000> Come on. It's just a apple
L268[20:43:17] <AR2​000> I didn't throw you into spikes
L269[20:43:26] <stephan48> /what could possibly go wrong, right?/
L270[20:43:28] <Forec​aster> it could just as well have been another spike pit > - >
L271[20:45:46] <AR2​000> What's incredible is that they are 5054 effects. How did we ended up with so many
L272[20:49:13] <Forec​aster> It's because some effects have variable contents
L273[20:49:29] <Lui​hum> I can't even draw humans, let alone have the creativity to come up with that many effects
L274[20:50:22] <Amanda> They're generated. For instance, if you were to %splash Forecaster with a mutable green potion, he could end up as different colours
L275[20:50:23] <MichiBot> You fling a mutable green potion (New!) that splashes onto Forecaster. Forecaster turns into a golem until they have a nap.
L276[20:50:36] <Amanda> Different colours, different durations, etc
L277[20:50:55] <Lui​hum> So the "until they have a nap" part could be something else?
L278[20:51:09] <Forec​aster> The duration suffixes aren't counted
L279[20:51:10] <AR2​000> poor Forecaster, everyone splashing him with so many potions
L280[20:52:09] <Forec​aster> But the "golem" part could have been "grass golem" for example
L281[20:52:49] <Forec​aster> Each of those two slots have a known set of possibilities
L282[20:53:10] <Forec​aster> Each combination counts as an effect for that count on the potions page
L283[20:53:12] <AR2​000> Appearance and consistencies can be swapped ?
L284[20:53:34] <Forec​aster> That's why it's so high
L285[20:54:13] <Forec​aster> The parser just finds the first valid appearance and consistency in the string
L286[20:54:22] <Forec​aster> The order doesn't matter
L287[20:55:09] <AR2​000> So I could %splash Forecaster with a thick void potion
L288[20:55:09] <MichiBot> You fling a thick void potion (New!) that splashes onto Forecaster. Tonk moved forward 1 hour. (Rem. uses: 0)
L289[20:55:10] <Lui​hum> Does it care about the command itself being before the arguments
L290[20:55:17] <AR2​000> Consistencies first
L291[20:55:42] <Forec​aster> >Luihum: Does it care about the command itself being before the arguments
L292[20:55:42] <Forec​aster> Yes
L293[20:55:45] <AR2​000> Oh, nice. I progressed the tonk
L294[20:56:15] <Forec​aster> I mean the potion string parser specifically
L295[20:57:34] <Forec​aster> It also doesn't look for the word "potion" anymore
L296[20:58:17] <AR2​000> >MichiBot: I'm sorry ThePiGuy24, you were not able to beat Forecaster's record of 4 …
L297[20:58:17] <AR2​000> wait, the tonk was lost / reset ?
L298[20:58:21] <Forec​aster> And if it can't find a valid keyword it pulls out a random one
L299[20:59:56] <AR2​000> sooo
L300[20:59:59] <AR2​000> %tonk 8F922
L301[20:59:59] <MichiBot> I'm sorry AR2000, you were not able to beat Forecaster's record of 4 hours, 26 minutes and 16 seconds this time. 19 minutes and 25 seconds were wasted! Missed by 4 hours, 45 minutes and 42 seconds!
L302[21:00:29] <AR2​000> Welp, still haven't fiigred out how it work
L303[21:00:53] <AR2​000> And potions don't really affect tonk
L304[21:01:09] <Forec​aster> They do
L305[21:01:10] <Amanda> They do, but Forecaster made the wording of the potions intentionally vague
L306[21:01:28] <Lui​hum> I thought MichiBot was made by Michiyo
L307[21:01:45] <Forec​aster> The "forward" and "backward" effects effectively move the time the tonk took place at, not the record
L308[21:01:46] <Amanda> Forecaster added a lot of stuff, namely donks
L309[21:01:55] <Amanda> tonks even
L310[21:02:24] <AR2​000> then I should have wasted at least a hour no ?
L311[21:02:49] <Forec​aster> I made that, the potion system, and the inventory system, and other bits
L312[21:03:11] <Amanda> Also every bug ever in Michibot is Forecaster's fault
L313[21:03:19] * Amanda nods sagely
L314[21:03:26] <🎃Mic​hiyo🎃> Can confirm.
L315[21:03:34] <Forec​aster> Ssh
L316[21:03:45] <Forec​aster> What bugs
L317[21:03:52] <Forec​aster> I've never seen a bug
L318[21:04:02] <Corded> * <🎃Mic​hiyo🎃> gets out the list
L319[21:04:08] <Corded> * <🎃Mic​hiyo🎃> it thuds on the table
L320[21:04:13] <Corded> * <🎃Mic​hiyo🎃> the table breaks
L321[21:04:16] <🎃Mic​hiyo🎃> *ahem*
L322[21:04:26] <🎃Mic​hiyo🎃> :P <3
L323[21:04:38] <Lui​hum> Also from reading a random stacktrace, seems like it's Java
L324[21:04:48] <AR2​000> That's every projects ever
L325[21:05:00] <🎃Mic​hiyo🎃> %source
L326[21:05:00] <MichiBot> https://github.com/PC-Logix/LanteaBot/
L327[21:05:04] <AR2​000> Any code ever written is nothing but a bug colony
L328[21:05:42] <🎃Mic​hiyo🎃> It's like 1.7% HTML, and 0.3%Lua!
L329[21:07:04] <AR2​000> https://tinyurl.com/2o9228o9
L330[21:08:18] <AR2​000> Me : see java
L331[21:08:19] <AR2​000> *log4shell*
L332[21:08:32] <Amanda> MichiBot doesn't use log4j
L333[21:08:42] <Amanda> Also you know there's lots of exploits for lots of other languages too, right?
L334[21:08:52] <AR2​000> I know
L335[21:09:08] <AR2​000> If it exists, there is a exploit for it
L336[21:09:11] <AR2​000> You can quote that
L337[21:09:44] <Forec​aster> I can exploit that
L338[21:15:22] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@88-107-183-218.dynamic.dsl.as9105.com) (Remote host closed the connection)
L339[21:15:41] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@88-107-183-218.dynamic.dsl.as9105.com)
L340[21:16:33] <Lui​hum> Also I found a crash glitch in discord
L341[21:24:11] <Forec​aster> Impossible!
L342[21:26:25] <Lui​hum> If you send a certain type of message (if you really want to know look in the datamining repo on GitHub) it crashes your web discord until you somehow exit the channel the message was sent in
L343[21:27:46] <Va​ur> %sip
L344[21:27:46] <MichiBot> You drink an oxidised ocean potion (New!). The potion was inside Vaur all along.
L345[21:28:09] <Amanda> Gasp, sending a message to trigger a half-implemented feature crashes the program? Who'd have thunk
L346[21:28:53] <AR2​000> %sip
L347[21:28:53] <MichiBot> You drink an oxidised bombastium potion (New!). AR2000's skin turn the color of grathnode but with a pearlpeas glow until they stop thinking about it.
L348[21:29:30] <AR2​000> thinking about something ??? Who does that anymore ?
L349[21:29:52] <Amanda> No thought, only floof
L350[21:29:59] * Amanda buries Elfi in floof
L351[21:52:32] ⇨ Joins: immibis (~hexchat@2a02:3032:8:ec9d:c5d5:94b4:b9de:ae22)
L352[21:53:02] ⇦ Quits: immibis_ (~hexchat@2a02:3032:2:a853:e943:b548:324d:e7ef) (Ping timeout: 189 seconds)
L353[21:57:45] ⇦ Quits: Vexatos (~Vexatos@p200300eaef139f106c96351ea0a09a64.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L354[22:02:23] <Lui​hum> Fun fact: apparently, a 128 minute tape from Computronics (30MB?) can hold over twice as much as a maxed out RAID
L355[22:05:11] <AR2​000> but it has to be slow af
L356[22:05:11] <AR2​000> I know there is a tapefs on oppm, but does it still work ?
L357[22:05:26] <Lui​hum> I'll test it later
L358[22:24:00] <ThePi​Guy24> tape can be very fast in oc iirc
L359[22:24:37] <AR2​000> Just need a fast fs. seeking isn't taht long.
L360[22:25:00] <ThePi​Guy24> the time consumed by a read/write is quite long, but iirc there is no limit on how much you can read/write in one call, other than now much memory you have
L361[22:25:05] <Amanda> Did this game exist before? Or is the demo just confused...
L362[22:25:17] <Amanda> https://matrix.camnet.site/_matrix/media/r0/download/camnet.site/qJRvUfgnEDOdijFHQUntxQyn/screenshot-1664833497.png
L363[22:28:47] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1ee5:f900:fe34:97ff:fea9:75f2) (Ping timeout: 189 seconds)
L364[22:31:11] <ThePi​Guy24> man its been years since i last played cosmoteer
L365[22:32:03] <Amanda> I don't remember ever playing it before, but steam has a demo up for it
L366[22:32:54] <ThePi​Guy24> iirc its aleast 5(?) years old, or atleast thats the rough timeframe my brain gives memories of playing it
L367[22:35:29] <Amanda> Wait, was it that roguelite game where you only ever got parts by canabalizing enemys?
L368[22:35:44] <ThePi​Guy24> first blog post (under its older name, "StarWright") was nearly 7 years ago, changed to current name over 5 years ago
L369[22:36:02] <ThePi​Guy24> i think that was a different game, idk
L370[23:10:01] <Lui​hum> So apparently if you go into Spectator you can access this on Computronics blocks https://tinyurl.com/2qyqgcwt
L371[23:11:27] <Lui​hum> This also happens with the Rack
L372[23:11:46] <Lui​hum> And a bunch of other things
L373[23:20:01] <Na​dja> @AR2000 not only is Forecaster the lab rat, it's also important to always make sure to %blame @Forecaster % when something goes wrong. Or nothing goes wrong. Just blame him.
L374[23:20:01] * MichiBot blames @Forecaster for this text not being very interesting
<<Prev Next>> Scroll to Top