<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:06:45] <Corded> > <Mic​hiyo> https://git.camnet.site is responding super slow for me to…
L2[00:06:45] <Redston​eParkour> seems to be loading fine for me
L3[00:09:38] <Mic​hiyo> I mean, yeah it is now.. 20 minutes later...
L4[00:09:55] <Redston​eParkour> guess its fixed then
L5[00:10:11] <dad​adot> Hey, anybody know the setting for when i change code of a computer in an ide it gets updated ingame without restarting the server?
L6[00:10:48] <Redston​eParkour> set `bufferChanges` to false
L7[00:11:06] <Redston​eParkour> inside `opencomputers.conf`
L8[00:11:31] <Lilyfl​owerFDL> `undefined symbol lua_newuserdata ...` sir `-llua` is Right There.
L9[00:12:08] <Lilyfl​owerFDL> ...nevermind I specified the wrong fuckin path LMAO
L10[00:13:39] <Lilyfl​owerFDL> `ocvm: ELF 64-bit MSB executable, SPARC V9, Sun UltraSPARC1 Extensions Required, total store ordering, version 1 (Solaris), dynamically linked, interpreter /usr/lib/sparcv9/ld.so.1, with debug_info, not stripped` finally
L11[00:14:45] <Redston​eParkour> nice
L12[00:14:58] <Lilyfl​owerFDL> `proc path [] had no dir slash, unexpected` lovely.
L13[00:17:00] <Redston​eParkour> you could *probably* get away with hardcoding the proc path
L14[00:19:48] <Corded> > <Redston​eParkour> you could *probably* get away with hardcoding the proc path
L15[00:19:48] <Lilyfl​owerFDL> why does it even depend on `/proc/self/exe/`?
L16[00:19:50] <Lilyfl​owerFDL> * `/proc/self/exe`?
L17[00:20:10] <Redston​eParkour> to locate where the loot disks & default eeprom is
L18[00:20:19] <Lilyfl​owerFDL> ...it can't just use the current path...?
L19[00:20:45] <Redston​eParkour> not if you're running it outside of the build dir
L20[00:21:07] <Lilyfl​owerFDL> yyyyeah but it always expects `system/` to be in the same directory as itself doesn't it
L21[00:21:15] <Redston​eParkour> yup
L22[00:21:40] <Redston​eParkour> unless you patch the proc-path-getting function to point somewhere else
L23[00:21:42] <Lilyfl​owerFDL> i wonder if i can just... `path = "./"`
L24[00:24:32] <Corded> > <Redston​eParkour> yup
L25[00:24:32] <Lilyfl​owerFDL> so this entire method is pointless
L26[00:24:35] <Lilyfl​owerFDL> because it's implicitly `./`
L27[00:24:53] <Redston​eParkour> no?
L28[00:25:02] <Redston​eParkour> it should point to the dir the binary is in
L29[00:26:12] <Corded> > <Redston​eParkour> it should point to the dir the binary is in
L30[00:26:12] <Lilyfl​owerFDL> `/proc/self/exe` will always be PWD
L31[00:26:23] <Lilyfl​owerFDL> or wait
L32[00:26:25] <Lilyfl​owerFDL> no ok I see the point here
L33[00:26:36] <Lilyfl​owerFDL> it's still, uh, pretty pointless
L34[00:26:41] <Lilyfl​owerFDL> and should just allow specifying the where
L35[00:28:10] <Redston​eParkour> it makes sense if one adds the dir the ocvm binary is in to PATH
L36[00:29:03] <Lilyfl​owerFDL> yeah fair
L37[00:41:59] ⇦ Quits: Hawk777 (~Hawk777@2605:1700:10aa:6600:f917:c5e:50c7:42ac) (Quit: Leaving.)
L38[00:46:32] <Corded> > <dad​adot> Hey, anybody know the setting for when i change code of a c…
L39[00:46:32] <Forec​aster> For the record you don't need to restart the minecraft server, you could just take the harddrive out and put it back in the OC computer
L40[00:46:42] <dad​adot> If i sym link a module folder from my local project folder to a oc computer the directory doesn't get accepted (ln -s /path/to/pathfinding/folder). anybody has a workaround? https://discordembeds.pc-logix.com/live/1761896802776.png
L41[00:47:21] <Forec​aster> try the other way around
L42[00:48:58] <dad​adot> thing is, i would like to link the pathfinding module to different robots. ah well, a bit of copying and pasting i guess
L43[00:49:26] <Forec​aster> I use python to deploy my files into the game save
L44[00:50:09] <dad​adot> yeah, thx forecaster! guess that's the way, just some script to automate the process
L45[00:50:26] <Kristo​bear38> Weird; symlinking worked for me historically
L46[00:50:35] <Kristo​bear38> Are you on Linux or windows?
L47[00:50:41] <dad​adot> linux
L48[00:51:12] <dad​adot> yeah, i have a vague memory of working in the past but that might just be imagination. maybe it's hard links and not soft
L49[00:51:44] <Kristo​bear38> Soft links worked as well cause I remember symlinking directories
L50[00:53:09] <Kristo​bear38> But I did that on new versions of the mod, you're running 1.7.5 so dunno
L51[00:54:21] <dad​adot> yeah, i just checked. when i rebuild the robot and restart the symlink just gets turned into a normal file
L52[00:54:36] <dad​adot> it's sky factory 4. i could just update the oc version tho
L53[00:55:25] <dad​adot> thx for the help guys
L54[01:01:32] <Corded> > <Lilyfl​owerFDL> `ocvm: ELF 64-bit MSB executable, SPARC V9, Sun UltraSPARC1…
L55[01:01:32] <Lilyfl​owerFDL> still doesn't work
L56[01:01:34] <Lilyfl​owerFDL> the screen just goes blank
L57[01:16:19] <Corded> > <Night​nuker> I mean I'm gonna be honest I don't even know lua so I gotta…
L58[01:16:19] <Re​nno> I actually knew lua at an "expert" level and it still took me quite some time to make good programs in OC. Reading through the OC wiki and OpenOS files really helped with environmental awareness
L59[01:19:57] <Corded> > <Lilyfl​owerFDL> the screen just goes blank
L60[01:19:57] <Lilyfl​owerFDL> `--frame=basic` "works". never gets to a shell.
L61[01:23:15] <Forec​aster> lies, there are no good programs
L62[01:23:32] <Forec​aster> all code is terrible
L63[01:23:52] <Forec​aster> it's just that some code is more terrible than other code
L64[01:34:18] <Re​nno> na I definitely have some good programs
L65[01:34:30] <Re​nno> also one of the biggest hurdles in making OC programs is working within memory
L66[01:59:48] ⇦ Quits: Amanda (~m-yt727s@cloud.camnet.site) (Read error: Connection reset by peer)
L67[02:13:07] <Forec​aster> my biggest hurdle is working with my own memory
L68[02:42:12] *** Joins: Amanda (~m-yt727s@cloud.camnet.site) AmandaC
L69[02:42:52] * Amanda meows and looks around
L70[02:44:07] <Amanda> @LiluflowerFDL @Michiyo I have automated stuff that may interrupt internet stuff go overnight, it was round 02-0300 when you mentioned it, so it may have been an update or similar
L71[02:46:09] <Amanda> and ofc I topy'd @LilyflowerFDL
L72[03:03:21] <Spider ​EveryOS> %tonkout
L73[03:03:24] <MichiBot> Kapow! Spider ​EveryOS! You beat Va​ur's previous record of 3 hours, 9 minutes and 37 seconds (By 19 minutes and 5 seconds)! I hope you're happy!
L74[03:03:25] <MichiBot> Spider ​EveryOS 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: 2.263425. Position #1
L75[03:03:35] * Amanda orders MichiBot some %soup
L76[03:03:39] <MichiBot> Waiter!! Waiter!! Theres the co-ordinates to a serial port embedded in a tree in my soup!
L77[03:10:28] <Amanda> %splash @Forecaster with mutable iron potion
L78[03:10:30] <MichiBot> You fling a mutable iron potion (New!) that splashes onto @Forecaster. @Forecaster turns into a citrus unicorn boy until they use "Swing Harmony" in a sentence.
L79[03:10:49] <Amanda> Horse! ~flops over Elfi to distract her~
L80[03:11:07] <Forec​aster> oh, I can stop looking for that lamp now
L81[03:11:42] <Forec​aster> I have no idea how to use swing harmony in a sentence so I guess I'll have to wait aww
L82[03:52:24] <Amanda> ! Pahkidg is out for delivery!
L83[03:53:09] * Amanda sits on the windowsil, stares out at the streer
L84[03:53:15] * Amanda * street
L85[03:56:30] <Forec​aster> Launch the interceptors!
L86[03:56:39] <Amanda> D:<
L87[03:56:43] <Amanda> %bite @Forecaster
L88[03:56:45] <MichiBot> Ama​nda is trying to bite @Forec​aster! They have 5 minutes if they want to attempt to %defend against it!
L89[03:57:15] <Forec​aster> %dodge
L90[03:57:16] <MichiBot> Forecaster failed to dodge Amanda. With a 10 vs 12 Forecaster takes the full 1 damage.
L91[03:57:19] <Forec​aster> ow
L92[03:57:44] <Amanda> 1 damage? ONE DAMAGE!?
L93[03:58:09] * Amanda grumbles about @Nadja's safetys put on the universe, her bite should have tore a hole in space-time!
L94[04:00:40] <Forec​aster> spacetime holes are a pain to patch though
L95[04:01:24] <Amanda> That's a @Nadja problem though, I don't see why I should stop!
L96[04:02:48] <Forec​aster> she's just doing preventative maintenance
L97[04:06:31] <Amanda> I don't know what that is, but I don't like it!
L98[04:06:36] * Amanda grumbles, curls up in Lizzy's lap
L99[04:07:26] <Forec​aster> it's where you prevent yourself from having to do maintenance
L100[04:07:44] <Forec​aster> by, say, preventing holes from being torn in the universe
L101[04:08:11] <Amanda> Yeah, definately don't like that!
L102[04:23:11] * Lizzy pats Amanda
L103[04:23:20] * Amanda purrs softly
L104[04:32:31] <Forec​aster> %tonk
L105[04:32:32] <MichiBot> Fiddlesticks! Forec​aster! You beat Spider ​EveryOS's previous record of <0 (By 1 hour, 29 minutes and 9 seconds)! I hope you're happy!
L106[04:32:33] <MichiBot> Forecaster's new record is 1 hour, 29 minutes and 9 seconds! Forecaster also gained 0.00149 tonk points for stealing the tonk. Position #2. Need 0.0263 more points to pass Spider ​EveryOS!
L107[05:11:19] <Amanda> %remindme 2h20m check if the tracker thingy works now
L108[05:11:22] <MichiBot> I'll tell you "check if the tracker thingy works now" in 2h20m at 10/31/2025 07:31:21 AM
L109[06:07:08] <Spider ​EveryOS> %sip
L110[06:07:10] <MichiBot> You drink a prickly yellow potion (New!). Tonk moved forward 2 hours. (Rem. uses: 0)
L111[06:23:49] <Forec​aster> aww
L112[06:28:57] <Amanda> %choose cereal?
L113[06:28:59] <MichiBot> Ama​nda: A nearby persons hair turns blue
L114[06:32:45] <Va​ur> %sip
L115[06:32:47] <MichiBot> You drink a steady silver potion (New!). The bottle turns into an aether dagger.
L116[07:08:36] <Forec​aster> %sip
L117[07:08:37] <MichiBot> You drink a serif aluminium potion (New!). 3 nearby pebbles suddenly shift slightly in Forecaster's direction.
L118[07:09:19] <Amanda> pahkidg get
L119[07:30:25] <Va​ur> %sip
L120[07:30:26] <MichiBot> You drink a tiny dilithium potion (New!). Vaur feels slightly slower.
L121[07:31:21] <MichiBot> Amanda REMINDER: check if the tracker thingy works now
L122[07:31:40] <Amanda> No need, they showed up before yesterday's estimate!
L123[07:52:07] <Forec​aster> The nerve
L124[07:52:38] <Forec​aster> That means the interceptors failed! I mean...
L125[08:04:45] <pay​onel> @LilyflowerFDL sorry i only just saw your messages about ocvm. but looks like you kept working at it. did you have any other questions?
L126[08:17:37] <Corded> > <Forec​aster> Maybe the power supply broke
L127[08:17:37] <Jaja ​Steele> https://paste.pc-logix.com/hijavawilu
L128[08:21:45] *** Joins: Vexatos (~Vexatos@2001:4647:af75:0:91df:97a5:e47c:5620) Vexatos
L129[08:21:45] zsh sets mode: +v on Vexatos
L130[08:26:17] <Forec​aster> If it's supplying voltage it's unlikely the mb wouldn't power on without fans
L131[08:28:12] <Jaja ​Steele> last time this brand of supply failed the voltages were also right
L132[08:28:19] <Jaja ​Steele> but it was still the psu
L133[08:29:27] <Jaja ​Steele> i think its just a trash brand lol, it's a (now tinkered with) prebuilt so probably one of the cut corners to make it affordable during the gpu price crisis when i bought it
L134[08:30:12] <Jaja ​Steele> * well last time this brand of supply failed the voltages were also right, but iirc it was the same issue, no reaction to power button
L135[08:35:26] <Spider ​EveryOS> %tonkout
L136[08:35:27] <MichiBot> Heckgosh! Spider ​EveryOS! You beat Forec​aster's previous record of 1 hour, 29 minutes and 9 seconds (By 33 minutes and 45 seconds)! I hope you're happy!
L137[08:35:28] <MichiBot> Spider ​EveryOS 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: 2.266925. Position #1
L138[09:10:18] <Forec​aster> %greenshell "Spider EveryOS"
L139[09:10:22] <MichiBot> Forec​aster: You hit Spider EveryOS! They lost 0.00894 tonk points which you gain! Congratulations! Position #2 Need 0.01192 more points to pass Spider ​EveryOS!
L140[09:47:38] <Va​ur> %tonk
L141[09:47:40] <MichiBot> Gadsbudlikins! Va​ur! You beat Spider ​EveryOS's previous record of <0 (By 1 hour, 12 minutes and 12 seconds)! I hope you're happy!
L142[09:47:41] <MichiBot> Vaur's new record is 1 hour, 12 minutes and 12 seconds! Vaur also gained 0.0012 tonk points for stealing the tonk. Position #3. Need 0.122305 more points to pass Forec​aster!
L143[09:55:59] ⇦ Quits: doskel (~doskel@doskel.net) (Ping timeout: 198 seconds)
L144[10:08:25] *** Joins: doskel (~doskel@doskel.net) doskel
L145[10:18:40] ⇦ Quits: computerdores (~computerd@46.28.84.136) (Quit: The Lounge - https://thelounge.chat)
L146[10:22:03] ⇨ Joins: computerdores (~computerd@46.28.84.136)
L147[11:46:41] <Corded> > <pay​onel> @LilyflowerFDL sorry i only just saw your messages about oc…
L148[11:46:41] <Lilyfl​owerFDL> well, the only issue now is ANSI mode flat out doesn't work, no output at all
L149[11:48:59] <Forec​aster> %tonk
L150[11:49:00] <MichiBot> Willikers! Forec​aster! You beat Va​ur's previous record of 1 hour, 12 minutes and 12 seconds (By 49 minutes and 7 seconds)! I hope you're happy!
L151[11:49:01] <MichiBot> Forecaster's new record is 2 hours, 1 minute and 20 seconds! Forecaster also gained 0.00164 (0.00082 x 2) tonk points for stealing the tonk. Position #2. Need 0.01028 more points to pass Spider ​EveryOS!
L152[11:49:17] <Va​ur> I was just checking 🙁
L153[11:57:47] ⇦ Quits: doskel (~doskel@doskel.net) (Ping timeout: 198 seconds)
L154[12:09:57] *** Joins: doskel (~doskel@doskel.net) doskel
L155[12:14:44] <Amanda> %choose change to numeric pin or just accept the extra tap
L156[12:14:45] <MichiBot> Ama​nda: I tried reading my tea leaves this morning. There was something about death and doom. Anyway, go with "change to numeric pin"
L157[12:19:12] <Corded> > <Lilyfl​owerFDL> well, the only issue now is ANSI mode flat out doesn't work…
L158[12:19:12] <pay​onel> did you have to make any code/build changes?
L159[12:19:12] <pay​onel> what is your host os? what terminal are you using?
L160[12:19:12] <pay​onel> ANSI? like, pty mode doesnt work but tty mode does?
L161[12:31:26] <Corded> > <pay​onel> did you have to make any code/build changes?
L162[12:31:26] <Corded> what is your h…
L163[12:31:26] <Lilyfl​owerFDL> several source changes yeah
L164[12:31:36] <Lilyfl​owerFDL> nothing in tty though
L165[12:31:59] <Lilyfl​owerFDL> a not insignificant portion of ocvm depends on linux or bsd internals
L166[12:32:30] ⇦ Quits: doskel (~doskel@doskel.net) (Ping timeout: 201 seconds)
L167[12:32:49] <Corded> > <Lilyfl​owerFDL> nothing in tty though
L168[12:32:49] <Lilyfl​owerFDL> actually there was one change but it was just replacing a cfsetraw call with what said call sets on the termios
L169[12:33:39] <Corded> > <pay​onel> did you have to make any code/build changes?
L170[12:33:39] <Corded> what is your h…
L171[12:33:39] <Lilyfl​owerFDL> as for terminal, my client is just standard KDE konsole connected over SSH to a sol10 machine
L172[12:34:06] *** Joins: doskel (~doskel@doskel.net) doskel
L173[12:34:23] <Lilyfl​owerFDL> (ocvm also no longer builds on modern linux systems; CXXFLAGS needs `-include stdint.h`]
L174[12:34:27] <Lilyfl​owerFDL> * stdint.h`)
L175[12:35:11] <Lilyfl​owerFDL> escape codes are definitely supported in some manner. colours in and of themselves work
L176[12:35:35] <Lilyfl​owerFDL> there's also no output over serial but I don't think that's a supported environment lmao
L177[12:36:23] <Lilyfl​owerFDL> `--frame=basic` "works"
L178[12:36:34] <Lilyfl​owerFDL> it'll boot openos but never get to a shell
L179[12:38:23] <Corded> > <Ama​nda> @LiluflowerFDL @Michiyo I have automated stuff that may int…
L180[12:38:23] <Lilyfl​owerFDL> Amanda: ah okay, I'll try again later
L181[12:38:24] ⇦ Quits: doskel (~doskel@doskel.net) (Ping timeout: 190 seconds)
L182[12:38:49] <Amanda> It should all be up and fine now, if not let me know and I'll poke it
L183[12:39:04] <Amanda> It's currently 15:38 in my timezone, so if stuff's not working now, it's a bug
L184[12:39:35] <Lilyfl​owerFDL> the only issue now is getting OCVM to work properly, and then I can in fact boot kOS NEO on a "T1"* machine
L185[12:39:43] <Lilyfl​owerFDL> *okay, it's a IIe
L186[12:40:02] <Lilyfl​owerFDL> the T1000 is too loud unfortunately
L187[12:42:20] <Va​ur> %sip
L188[12:42:21] <MichiBot> You drink a fragrant nectar potion (New!). Vaur shrinks by a negligible amount until someone turns off a lamp and then on again.
L189[12:42:31] *** Joins: doskel (~doskel@doskel.net) doskel
L190[12:43:02] <Amanda> %splash @Forecaster with mutable nectar potion
L191[12:43:04] <MichiBot> You fling a mutable nectar potion (New!) that splashes onto @Forecaster. @Forecaster turns into a shark boy until they see a unicorn.
L192[12:43:13] <Amanda> Oh nice
L193[12:43:22] <Amanda> Know where there's no unicorns? THE ENCLOSURE!
L194[12:46:12] <Corded> > <Lilyfl​owerFDL> as for terminal, my client is just standard KDE konsole con…
L195[12:46:12] <pay​onel> what did you mean ansi doesn't work at all? and why ssh? have your tried local? and if you make a PR i'd love to test it out.
L196[12:46:12] <pay​onel> also, i did some weird code in that project because i was having fun. irl i'm less weird with my code. that project was kind of crazy. sorry for the madness.
L197[12:47:01] <Corded> > <pay​onel> what did you mean ansi doesn't work at all? and why ssh? ha…
L198[12:47:01] <Lilyfl​owerFDL> locally... on the solaris machine?
L199[12:47:22] <Lilyfl​owerFDL> that... won't work, it's a server
L200[12:47:32] <Lilyfl​owerFDL> ...like an actual server, it's a sun blade 150
L201[12:48:00] <Lilyfl​owerFDL> as for doesn't work: the output is just blank
L202[12:48:08] <Lilyfl​owerFDL> won't respond to input either
L203[12:48:34] <pay​onel> no locally as in, the desktop/laptop you are using physically with you
L204[12:48:41] <Lilyfl​owerFDL> oh
L205[12:48:47] <Lilyfl​owerFDL> yeah no that works fine
L206[12:49:06] <Lilyfl​owerFDL> defeats the point, but it works normally
L207[12:50:08] <pay​onel> that's fine. just curious about what is wrong i suppose. so through ssh it isn't working. i could try to mimic your server and help you troubleshoot. but my guess is that ocvm isnt actually loading fully or something dumb is blocking it
L208[12:50:26] <Corded> > <pay​onel> that's fine. just curious about what is wrong i suppose. so…
L209[12:50:26] <Lilyfl​owerFDL> the weird thing is, it does work through ssh
L210[12:50:45] <Lilyfl​owerFDL> if I go local -> solaris -> myself, it works normally
L211[12:50:49] <Lilyfl​owerFDL> which is baffling
L212[12:51:07] <pay​onel> oh if you loop back, ok
L213[12:51:24] <Lilyfl​owerFDL> it's almost definitely running into some solaris-specific weirdness
L214[12:51:26] <pay​onel> there must be something with ioctl that is getting it mad, or something with the terminfo
L215[12:51:41] <Lilyfl​owerFDL> yeah
L216[12:51:52] <pay​onel> i'll check if i have a solaris machine i can test on
L217[12:52:07] <Lilyfl​owerFDL> it also won't recognize loot disks for some reason
L218[12:52:24] <Lilyfl​owerFDL> might be because I hardcoded `proc_root()` to return ./
L219[12:52:27] <pay​onel> well that's bc my idea of sharing code between repo's i made too complicated
L220[12:52:40] <Lilyfl​owerFDL> `/proc/self/exe` doesn't exist on solaris
L221[12:52:53] <pay​onel> of course
L222[12:53:54] <Corded> > <pay​onel> i'll check if i have a solaris machine i can test on
L223[12:53:54] <Lilyfl​owerFDL> semi related, I wish qemu support for SPARC was less, uh. half-baked
L224[12:54:42] <Corded> > <Lilyfl​owerFDL> might be because I hardcoded `proc_root()` to return ./
L225[12:54:42] <Lilyfl​owerFDL> I ended up just copying a valid openos install over
L226[12:58:55] <pay​onel> it'd probably be good to separate out all the host specific things into a type of diagnostics/capabilities test
L227[13:01:04] <Lilyfl​owerFDL> yeah
L228[13:03:19] <Amanda> %choose laptopnaptime?
L229[13:03:20] <MichiBot> Ama​nda: Maybe. In a few minutes.
L230[13:07:59] ⇦ Quits: stephan48 (~stephanj@nemesis.stejau.de) (Ping timeout: 198 seconds)
L231[13:19:26] <Corded> > <Mich​iBot> Forec​aster: You hit Spider EveryOS! They lost 0.00894 tonk…
L232[13:19:26] <Spider ​EveryOS> ugg
L233[13:21:39] <Spider ​EveryOS> I just realized my Discord and OC server join dates are really close to eachother https://discordembeds.pc-logix.com/live/1761942099598.png
L234[13:25:25] <Mic​hiyo> Mine too https://discordembeds.pc-logix.com/live/1761942325811.png
L235[13:26:04] <Liizzi​i-chan> mine is same day
L236[13:26:20] <Liizzi​i-chan> pretty sure i created this account to join this guild back when we first made it
L237[13:26:56] <Forec​aster> I joined this server a few months after my account was created
L238[13:38:46] <pay​onel> where do i find that?
L239[13:38:48] <pay​onel> i want to me too
L240[13:38:53] <pay​onel> also, hi michiyo 🙂
L241[13:40:05] <Redston​eParkour> %sip
L242[13:40:06] <MichiBot> You drink a gloopy amethyst potion (New!). RedstoneParkour feels like one particular wasp has it out for them suddenly.
L243[13:40:31] <Corded> > <pay​onel> where do i find that?
L244[13:40:31] <Forec​aster> It's on your profile card
L245[13:41:39] <pay​onel> https://discordembeds.pc-logix.com/live/1761943299467.png
L246[13:42:17] <pay​onel> we're all the same kind of nerds it would seem
L247[13:47:24] <Forec​aster> I don't know which server I joined first
L248[13:51:22] <Forec​aster> %tonkout
L249[13:51:23] <MichiBot> Yeah! Forec​aster! You beat your own previous record of 2 hours, 1 minute and 20 seconds (By 1 minute and 2 seconds)! I hope you're happy!
L250[13:51:24] <MichiBot> Forec​aster has tonked out! Tonk has been reset! They gained 0.002 tonk points! plus 0.002 bonus points for consecutive hours! Current score: 2.251705, Position #2 Need 0.00628 more points to pass Spider ​EveryOS!
L251[14:00:09] <Spider ​EveryOS> %sip
L252[14:00:11] <MichiBot> You drink a tiny sapphire potion (New!). The ghost of a plant haunts Spider EveryOS until they find a lamp.
L253[14:16:39] ⇨ Joins: stephan48 (~stephanj@nemesis.stejau.de)
L254[14:26:28] <Night​nuker> Happy hallerweent every1!!!
L255[14:26:35] ⇦ Quits: doskel (~doskel@doskel.net) (Ping timeout: 201 seconds)
L256[14:26:56] <Night​nuker> Eat cander and scream
L257[14:35:44] *** Joins: doskel (~doskel@doskel.net) doskel
L258[15:09:14] <Ocawes​ome101> my discord account dates to ... uh
L259[15:09:36] <Ocawes​ome101> https://discordembeds.pc-logix.com/live/1761948576572.png
L260[16:08:35] ⇦ Quits: Vexatos (~Vexatos@2001:4647:af75:0:91df:97a5:e47c:5620) (Quit: Insert quantum chemistry joke here)
L261[16:10:22] <Izzy> my nickserv registration predates #oc by 10 days
L262[16:10:24] <Izzy> Registered : Jan 14 04:39:48 2014 (11 years, 41 weeks, 6 days, 18:29:16 ago)
L263[16:10:40] <Izzy> before that there was #opencomputers so probably doesn't predate that
L264[16:23:35] ⇦ Quits: doskel (~doskel@doskel.net) (Ping timeout: 198 seconds)
L265[16:36:27] * Amanda meows and looks around
L266[16:46:39] *** Joins: doskel (~doskel@doskel.net) doskel
L267[16:57:47] ⇦ Quits: doskel (~doskel@doskel.net) (Ping timeout: 198 seconds)
L268[17:07:37] *** Joins: doskel (~doskel@doskel.net) doskel
L269[17:20:40] <Spider ​EveryOS> %tonk
L270[17:20:41] <MichiBot> Bejabbers! Spider ​EveryOS! You beat Forec​aster's previous record of <0 (By 3 hours, 29 minutes and 18 seconds)! I hope you're happy!
L271[17:20:42] <MichiBot> Spider EveryOS's new record is 3 hours, 29 minutes and 18 seconds! Spider EveryOS also gained 0.00349 tonk points for stealing the tonk. Position #1.
L272[17:53:04] * Amanda curls up atop Izzy, meows eepily about her day spent playing with her new tablet, does a heccen zzzmew
L273[17:53:12] <Amanda> Night girls
L274[17:53:16] * Izzy patpats
L275[17:53:17] <Izzy> sleeb well
L276[18:16:19] *** Joins: Hawk777 (~Hawk777@2605:1700:10aa:6600:d441:56e7:f934:a9f9) Hawk777
L277[18:48:40] ⇦ Quits: Hawk777 (~Hawk777@2605:1700:10aa:6600:d441:56e7:f934:a9f9) (Quit: Leaving.)
L278[19:09:20] <Va​ur> %sip
L279[19:09:22] <MichiBot> You drink a still lime potion (New!). It tastes salty.
L280[20:02:13] <Forec​aster> %sip
L281[20:02:16] <MichiBot> You drink a 5th-dimensional ruby potion (New!). Forecaster watches helplessly as 0.088 tonk points take flight into the horizon. (Rem. uses: 1)
L282[20:02:23] <Forec​aster> D:
L283[20:26:48] *** Joins: Hawk777 (~Hawk777@2605:1700:10aa:6600:3bf3:2286:f8dd:3b70) Hawk777
L284[20:34:57] <Forec​aster> %splash "Spider EveryOS" 5th-dimensional ruby
L285[20:34:58] <MichiBot> You fling a 5th-dimensional ruby potion that splashes onto Spider EveryOS. Spider EveryOS watches helplessly as 0.057 tonk points take flight into the horizon. (Rem. uses: 0)
L286[22:19:40] <Redston​eParkour> %sip
L287[22:19:41] <MichiBot> You drink a dusty emerald potion (New!). RedstoneParkour gains one research point. RedstoneParkour now has 1 point. (Rem. uses: 2)
L288[22:24:27] <Jaja ​Steele> %sip
L289[22:24:28] <MichiBot> You drink a fragrant rainbow potion (New!). Jaja Steele's pockets suddenly contain 1d​10 => 2 Mithril colored marbles.
L290[22:36:41] <Forec​aster> %sip dusty emerald
L291[22:36:43] <MichiBot> You drink a dusty emerald potion. Forecaster gains one research point. Forecaster now has 1 point. (Rem. uses: 1)
L292[23:00:08] <Spider ​EveryOS> %sip dusty emerald
L293[23:00:08] <MichiBot> You drink a dusty emerald potion. Spider EveryOS gains one research point. Spider EveryOS now has 1 point. (Rem. uses: 0)
L294[23:00:54] <Spider ​EveryOS> %tonkout
L295[23:00:55] <MichiBot> Eureka! Spider ​EveryOS! You beat your own previous record of 3 hours, 29 minutes and 18 seconds (By 2 hours, 10 minutes and 55 seconds)! I hope you're happy!
L296[23:00:56] <MichiBot> Spider ​EveryOS has tonked out! Tonk has been reset! They gained 0.005 tonk points! plus 0.008 bonus points for consecutive hours! Current score: 2.217475, Position #1
<<Prev Next>> Scroll to Top