<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:01:39] <Izaya> will do
L2[00:02:02] <Izaya> I might take a look at time and timestamp stuff
L3[00:05:47] <payonel> Izaya: file timestamp: https://github.com/payonel/ocvm/blob/master/haiku/filesystem.cpp#L92
L4[00:06:56] <payonel> and os.date: https://github.com/payonel/ocvm/blob/master/components/computer.cpp#L228
L5[00:07:47] <payonel> "hey payo....why did you reimplement os.date...in lua..and load it into the lua context?"
L6[00:08:44] <payonel> because, some os.date behavior isn't the same in real lua, like with %t or something
L7[00:08:52] <payonel> i don't recall all the details :)
L8[00:25:46] <AmandaC> payonel: I think my MUD does something similar somewhere
L9[00:26:37] <AmandaC> (eval ()s a Lua blob instead of implementing it natively)
L10[00:27:47] ⇦ Quits: logan2611 (logan2611!~logan2611@174-16-148-194.hlrn.qwest.net) (Ping timeout: 180 seconds)
L11[00:28:05] ⇨ Joins: logan2611 (logan2611!~logan2611@174-16-140-127.hlrn.qwest.net)
L12[00:47:34] ⇦ Quits: logan2611 (logan2611!~logan2611@174-16-140-127.hlrn.qwest.net) (Read error: Connection reset by peer)
L13[00:49:11] ⇨ Joins: logan2611 (logan2611!~logan2611@63-225-246-19.hlrn.qwest.net)
L14[01:47:11] <Kodos> Hmm, should I just bite the bullet and get Horizons even though I rarely play E:D anymore
L15[01:49:01] <Izaya> How cheap is it?
L16[01:49:36] <Kodos> 12 bucks
L17[01:49:40] <Kodos> I have 32 and change on steam atm
L18[01:49:57] <Izaya> well, it adds a decent bit of stuff
L19[01:50:07] <Kodos> Unlocks most of the good shit to use, too
L20[01:50:12] <Kodos> Since I can't even engineer stuff without it
L21[01:50:57] <Izaya> oof
L22[01:51:01] <Izaya> no guardian stuff either
L23[01:51:39] <Kodos> Yep, FD was basically like "Oh, you paid 80 bucks to get into our beta? Cool. Pay ~~30~~ 12 more to actually be able to play the game now
L24[01:52:20] <Izaya> and then went back on their whole season thing >.>
L25[02:07:43] <Kodos> Nevermind the beta promise that they completely fucked over everyone on
L26[02:18:14] ⇦ Quits: logan2611 (logan2611!~logan2611@63-225-246-19.hlrn.qwest.net) (Ping timeout: 190 seconds)
L27[02:18:38] ⇨ Joins: logan2611 (logan2611!~logan2611@184-96-187-169.hlrn.qwest.net)
L28[02:29:46] <payonel> @kodos: which promise was that?
L29[02:37:06] <Lizzian> just a fyi, putting a colon directly after an @mention means it doesn't go through
L30[02:37:17] <Lizzian> @Kodos ^
L31[02:42:27] <Kodos> I have a picture of the store page on my other HDD, but it said:
L32[02:42:28] <Kodos> `Free access to 1 of 5 ship types after official release`
L33[02:42:28] <Kodos> Or something to that effect. That promise turned into 'Everyone gets a Viper Mk IV ***once*** and if you lose it, sell it, or restart your commander, you're screwed and we won't give you another.
L34[02:48:25] ⇨ Joins: snowtemplar356 (snowtemplar356!webchat@c-98-203-241-29.hsd1.wa.comcast.net)
L35[02:50:35] <snowtemplar356> Apologies for what is probably a simple beginner's problem but I am running into an issue where I am trying to get details on a component's methods. Using `=component.<type>` works alright but if there are too many methods it truncates the output and ends with ...
L36[02:52:04] <snowtemplar356> A print loop worked earlier with the same problem I had on the components list but that was an actual iterable list. How do I convert the method list of a component to be iterable?
L37[02:54:15] <payonel> @Lizzian what?! : stops the mention?! ....
L38[02:54:29] <payonel> but why? ... that..irrationally annoys me
L39[02:54:32] <payonel> thanks for letting me know
L40[02:54:46] <Lizzian> because `:` can exist in a nickname
L41[02:55:14] <Lizzian> so ends up failing to convert it
L42[02:56:44] <payonel> %choose accept @Lizzian's logical explanation or stubbornly stay annoyed
L43[02:56:44] <MichiBot> payonel: Somebody once told me to roll with accept @Lizzian's logical explanation
L44[02:56:51] <payonel> hrmm.....
L45[02:56:58] <payonel> i'm not pleased with that, but fine
L46[02:57:15] <Lizzian> mwahaha
L47[02:59:12] <payonel> discord is a blight
L48[03:09:29] <snowtemplar356> nvm, figured it out, resorted to `for i, v in pairs(proxy) do print(i,v) end`
L49[03:12:16] <payonel> snowtemplar356: oh sorry i missed your question
L50[03:12:30] <payonel> i was distracted by a dumb discord thing ....
L51[03:12:56] <payonel> snowtemplar356: in your shell, try using the `components` tool
L52[03:13:30] <payonel> if you want to know about a modem component, try: `components modem -l`
L53[03:16:03] <snowtemplar356> would that normally print the doc string if available?
L54[03:18:14] <payonel> yes
L55[03:18:17] <payonel> are you not in-game/
L56[03:18:18] <payonel> ?
L57[03:18:30] <payonel> are you using an emulator like ocvm?
L58[03:18:47] <snowtemplar356> I am in game but I am using this for another mod's stuff that added OC support
L59[03:19:00] <snowtemplar356> more specifically Nuclearcraft
L60[03:19:23] <snowtemplar356> most of the function names are obvious enough
L61[03:19:35] <snowtemplar356> just one of them I am not exactly sure what it does
L62[03:20:12] <Izaya> Only one way to find out :^)
L63[03:20:29] <snowtemplar356> I mean, I tried, and nothing obvious happened
L64[03:20:59] <Izaya> payonel: I'll try to find an ethernet cable so I can use the beefy haiku box rather than my dinky S10e
L65[03:21:07] <snowtemplar356> It's just called "trackReactorLayout"
L66[03:24:38] <payonel> snowtemplar356: i checked their source
L67[03:24:49] <payonel> the don't define a doc tag on our Callback attribute
L68[03:24:54] <payonel> so, no, they didn't provide docs
L69[03:25:11] <snowtemplar356> whelp, I should probably open an issue on their github then
L70[03:25:24] <payonel> for...docs on their method?
L71[03:25:31] <snowtemplar356> yeah, why not?
L72[03:25:45] <snowtemplar356> it may get low priority, but it doesn't hurt to ask
L73[03:25:52] <payonel> well..sure...just as a mod dev myself, issues like that make me sad
L74[03:25:53] <payonel> :)
L75[03:25:53] <snowtemplar356> or maybe make a PR
L76[03:26:16] <snowtemplar356> a pull request would be less sad
L77[03:26:25] <Izaya> PR in the ones you know, ask for descriptions on the ones you don't?
L78[03:26:57] <snowtemplar356> I mean, most of the methods are just getters that are pretty obvious about what they give you
L79[03:35:15] <snowtemplar356> Another question if you don't mind: Is there a generally good recommended polling rate for ongoing programs if signals are not available for what I want to have my code react to?
L80[03:41:01] <snowtemplar356> In this case I don't see any signals available for Nuclearcraft but I can poll for the current heat levels and the max heat level to see if it is getting too hot.
L81[03:42:29] <payonel> well i noticed their methods are not marked direct, which means calling their api will cost you the current tick (For that machine)
L82[03:42:43] <Izaya> so you could do it 20 times a second only
L83[03:42:49] <payonel> at max, yeah
L84[03:43:24] <payonel> i generally think monitoring software in-game is nice if it updates 2/s (.5s delay)
L85[03:43:51] <payonel> but just make that some setting for your software, perhaps even take it as an optional command line argument
L86[03:44:26] <snowtemplar356> I was gonna say, 20 times a second seems a bit much
L87[03:45:24] <payonel> well sure, i was just explaining the upper limit you already have
L88[03:49:29] <payonel> Izaya: there, cleaned up the fs code
L89[03:49:43] <payonel> got rid of my hacky system() calls
L90[03:49:48] <payonel> and implemented timestamps
L91[03:49:55] <Izaya> neat
L92[03:50:19] <payonel> os.date still is empty, but, meh
L93[03:50:24] <payonel> i'll let you figure that out :)
L94[03:50:43] <Izaya> I promise nothing but I'll give it a go
L95[03:52:36] <payonel> oh sure, i'm just saying ... don't wait on me for it
L96[03:53:26] <payonel> so having implemented all these fs methods, this also means i'm closer to supporting mac
L97[03:53:29] <payonel> so...one day
L98[03:55:52] <CompanionCube> are you looking for other weird/notweIrd OSes to try stuff on?
L99[03:56:08] <payonel> i'd be more interested in linux distros
L100[03:56:11] <payonel> or linux-like
L101[03:56:15] <payonel> but not mac, not yet
L102[03:58:19] <payonel> fingercomp: NICE answer on https://oc.cil.li
L103[04:00:22] <CompanionCube> well, there's a few to choose from in an order somewhat resembling popularity. (Free|Open|Net|Dragonfly)BSD, illumos, Sortix
L104[04:00:56] <payonel> maybe i should preface my interest with ...
L105[04:01:28] <payonel> "if you send me a vbox export of a linux like system, i'll get ocvm working on it"
L106[04:01:36] <payonel> which is what Izaya did
L107[04:05:25] <Izaya> openbsd has weirdness with its libc
L108[04:05:52] <payonel> :)
L109[04:06:14] <payonel> well, and by "i'll get ocvm working on it" i mean, "i'll give it a reasonable amount of effort"
L110[04:06:32] <payonel> anywho, laters
L111[04:09:35] <Izaya> o7
L112[04:17:40] <Kodos> Who's written up HTML for SS13 before
L113[04:17:47] <Kodos> Trying to fix a busted rules page
L114[04:17:52] <Kodos> Well, only slightly busted
L115[04:31:29] <CompanionCube> isn't BYOND's browser just mshtml
L116[04:31:51] <CompanionCube> i.e (likely old af) Internet Explorer
L117[04:38:19] ⇦ Quits: snowtemplar356 (snowtemplar356!webchat@c-98-203-241-29.hsd1.wa.comcast.net) (Quit: webchat.esper.net)
L118[04:44:10] <Kodos> I fixed it, it was using the wrong apostrophe
L119[04:44:21] <Kodos> Fucked with the encoding and voila
L120[04:47:59] <fingercomp> payonel: thanks
L121[05:02:47] ⇦ Quits: logan2611 (logan2611!~logan2611@184-96-187-169.hlrn.qwest.net) (Ping timeout: 180 seconds)
L122[05:03:22] ⇨ Joins: logan2611 (logan2611!~logan2611@184-96-187-169.hlrn.qwest.net)
L123[07:09:04] <AmandaC> %tonk
L124[07:09:04] <MichiBot> AmandaC! You beat CompanionCube's previous record of 6 hours, 38 minutes and 1 second! I hope you're happy!
L125[07:09:05] <MichiBot> AmandaC's new record is 7 hours, 38 minutes and 21 seconds
L126[07:12:23] <Kodos> Happy Thanksgiving you filthy americans ?
L127[07:27:08] <AmandaC> Hey, I resent that! I groomed myself just last night!D:
L128[07:30:42] <Kodos> Pics or it didn't happen ?
L129[07:30:48] <Kodos> (Kidding)
L130[09:04:37] <ZefTheFox> Awoo
L131[09:07:10] <Forecaster> %calendarfacts
L132[09:07:10] <MichiBot> Did you know that Shark Week might happen twice this year because of time zone legislation in Russia? Apparently scientists are really worried.
L133[09:10:21] <McMaarten> Sorry for the late respond! (I was sleeping so... yeah)
L134[09:10:41] <McMaarten> *`/bin/OS.lua` is part of MineOS*
L135[09:12:41] <Izaya> >program names with capital letters
L136[09:12:52] <Izaya> This bothers me more than it should
L137[09:16:25] <gerard> `/mInEoS/oS.lUa`
L138[09:16:30] <McMaarten> xd
L139[09:16:58] <McMaarten> https://github.com/IgorTimofeev/MineOS tada
L140[09:52:35] <Wuerfel_21> that avatar is just... great http://tinyurl.com/ydg54qqy
L141[10:02:57] <payonel> Izaya: i agree
L142[10:03:14] <payonel> well, minus "than it should"
L143[10:03:20] <payonel> it just does
L144[10:16:52] <EcmaXp> alcoholic
L145[11:21:56] ⇨ Joins: Vexatos (Vexatos!~Vexatos@p200300C107205E34E3EE104B2F1500B2.dip0.t-ipconnect.de)
L146[11:21:56] zsh sets mode: +v on Vexatos
L147[11:48:38] ⇦ Quits: logan2611 (logan2611!~logan2611@184-96-187-169.hlrn.qwest.net) (Ping timeout: 200 seconds)
L148[11:48:56] ⇨ Joins: logan2611 (logan2611!~logan2611@174-16-136-165.hlrn.qwest.net)
L149[12:00:12] <ZefTheFox> So I just thought of a way to improve my 3d case mod
L150[12:00:25] <Forecaster> rgb lights?
L151[12:00:54] <ZefTheFox> in theory if I duplicate everything to do with the base case and give it a different crafting recipie I can have multiple case designs without the need for resource packs
L152[12:20:41] <SocksWithSandals> Is there a way to get scrollback on the screen output?
L153[12:28:00] <SocksWithSandals> Also is there a script interrupt default keybind? I tried the normal Ctrl+C, Ctrl+D, Ctrl+Z and Q but none of them seemed to work to interrupt my looping script.
L154[12:28:54] <ZefTheFox> ctrl alt c
L155[12:28:57] <Lizzian> ctrl+alt+c force kills it. if you want to kill it by ctrl+c you'll need to add something like `os.sleep()` somewhere in the code
L156[12:29:03] <Lizzian> ctrl+alt+c force kills it. if you want to kill it by ctrl+c you'll need to add something like `os.sleep()` somewhere in the loop[ [Edited]
L157[12:29:04] <Lizzian> ctrl+alt+c force kills it. if you want to kill it by ctrl+c you'll need to add something like `os.sleep()` somewhere in the loop [Edited]
L158[12:29:14] <ZefTheFox> So this is more difficult than I thought
L159[12:29:24] <ZefTheFox> I can't find where the case block is defined
L160[12:32:59] <ZefTheFox> *I found it*
L161[12:35:04] <SocksWithSandals> Does os.sleep() take seconds, milliseconds, or ticks?
L162[12:35:31] <ZefTheFox> seconds I'm pretty sure
L163[12:35:36] <SocksWithSandals> thank you
L164[12:38:08] <Forecaster> yes seconds
L165[12:39:39] <SocksWithSandals> And with that, I think I just automated my nuclear fission reactor. Thank you very much everyone here! It was a big time sink having to deal with fuel control manually.
L166[12:39:57] <SocksWithSandals> And I picked up the basics of yet another programming language
L167[12:40:05] <SocksWithSandals> ?
L168[12:41:03] <SocksWithSandals> At some point I'll need to improve it with pcall() error handling but it works for now
L169[12:43:46] <SocksWithSandals> Huh, that os.date() output is interesting...
L170[12:44:00] <SocksWithSandals> Didn't realize it is 1974 again
L171[12:50:41] ⇨ Joins: Inari (Inari!~Pinkishu@p5DEC69BC.dip0.t-ipconnect.de)
L172[12:50:49] <ZefTheFox> *maybe I'm not gonna do my idea*
L173[12:50:53] <ZefTheFox> this is complicated
L174[12:56:25] <ZefTheFox> yeah I got no idea
L175[12:57:42] * AmandaC meows at Inari, bored
L176[13:00:14] <Inari> %pet AmandaC
L177[13:00:21] <Inari> Oh right
L178[13:00:26] <Inari> It does that weird thing where its broken
L179[13:00:32] <Mimiru> %pet AmandaC
L180[13:00:32] * MichiBot pets AmandaC with cinematic rustling of AmandaC's fur. 1 health gained!
L181[13:00:36] <Mimiru> ... sure
L182[13:00:40] <Inari> Heh
L183[13:00:42] <Mimiru> :P
L184[13:00:44] <Inari> %shell
L185[13:00:45] * MichiBot loads bad touch into a shell and fires it. It strikes the ground near Lumien, Dimtree and phroa. They each take 6, 10 and 5 splash damage respectively.
L186[13:00:58] * AmandaC purrs softly. :3
L187[13:01:15] <Inari> %inv add cinematic swishing of Temia's tail
L188[13:01:15] * MichiBot summons 'cinematic swishing of Temia's tail' and adds to her inventory. This seems rather fragile...
L189[13:02:24] <payonel> @status @SocksWithSandals
L190[13:02:24] <Discord> SocksWithSandals is currently ONLINE Playing: Minecraft
L191[13:02:39] <payonel> @SocksWithSandals using threads with one listening for interrupt can be helpful
L192[13:03:29] <SocksWithSandals> what would be the improvement of that over the ctrl+alt+c?
L193[13:04:31] <Inari> payonel: Yaho
L194[13:06:13] <payonel> @sockwithsandals i wouldn't say it is better, just a variation on the same theme perhaps
L195[13:06:17] <payonel> @sockwithsandals https://ocdoc.cil.li/api:thread#thread_interrupt_handler_example
L196[13:06:21] <payonel> Inari: ! o/
L197[13:06:46] <Inari> I wish TES6 would be like Breath of the Wild but 3 times better. But it'll probably be like FO76
L198[13:07:09] <payonel> @sockwithsandals also control+alt+c (hard interrupt) throws an exception on which ever current thread is running
L199[13:07:58] <payonel> @sockwithsandals thus making it less portable. using ctrl+c to raise a polite "interrupt" signal can be handled specifically/separately
L200[13:08:09] <payonel> just...thinking of complex work loads
L201[13:08:22] <payonel> which likely isn't your workflow
L202[13:09:08] <payonel> Inari: is tes6 going to be mud/online?
L203[13:09:40] <Inari> Dunno, probably not? :P
L204[13:20:43] <AmandaC> %choose code or no
L205[13:20:44] <MichiBot> AmandaC: Out of these two choices? I'd say no.
L206[13:21:28] <Inari> %choose pet or bap
L207[13:21:29] <payonel> %choose psh or kerbal
L208[13:21:29] <MichiBot> Inari: I spy with my robotic eye something beginning with pet!
L209[13:21:30] <MichiBot> payonel: The proof is in the pudding. Definitely psh.
L210[13:21:32] <Inari> %pet AmandaC
L211[13:21:33] * MichiBot pets AmandaC with powdered nutella. 11 health gained!
L212[13:21:54] <Kodos> Just had a neat idea for a game; Something with similar mechanics to Opus Magnum, but it's a cooking game. The objective is meal puzzles where you have to have everything be done at just the right/the same time
L213[13:21:59] * AmandaC bites Inari
L214[13:22:07] <Inari> D:
L215[13:22:10] <Inari> AmandaC: why, I pet you
L216[13:22:35] <AmandaC> No, you made MichiBot pet me, and she put nutella powder into my fur. So you have to suffer for your delegate's actions
L217[13:22:58] <Inari> Rude
L218[13:23:05] <Inari> Now it'll taste good when you lick yourself though
L219[13:23:18] <Inari> Or it'll taste good if someone licks you
L220[13:23:21] <Inari> Whichever you're into
L221[13:25:10] <payonel> o.ô
L222[13:27:45] <Kodos> `delegate` that reminds me, I need to finish my book
L223[13:27:58] <Kodos> `delegate` that reminds me, I need to finish reading my book [Edited]
L224[13:29:09] <AmandaC> ... what book are you reading, @Kodos?
L225[13:29:30] <Forecaster> just "book"
L226[13:31:07] <AmandaC> Bleh, bored, not sure what to do. Don't feel like reading more, don't feel like playing games, or coding
L227[13:32:30] <Forecaster> the only option left, killing all humans!
L228[13:33:13] <AmandaC> That falls under "playing games" doesn't it?
L229[13:35:23] <Forecaster> yes... games...
L230[13:36:53] <AmandaC> %choose X3 or find something else
L231[13:36:53] <MichiBot> AmandaC: My grandfather always told me that find something else is the way to go!
L232[14:36:49] <SocksWithSandals> In OpenComputers, is there the equivalent of a pager?
L233[14:38:51] <Wuerfel_21> as-in some kind of portable device that beeps at you?
L234[14:39:14] <Forecaster> the tablet will be active in your hotbar
L235[14:39:20] <Forecaster> and I believe it can beep
L236[14:42:52] ⇦ Quits: ATMunn (ATMunn!ATMunn@2a07:5741:0:12ee::1) (Quit: lol rip)
L237[14:43:07] ⇨ Joins: ATMunn (ATMunn!ATMunn@2a07:5741:0:12ee::1)
L238[14:46:44] <Kodos> %tonk
L239[14:46:46] <MichiBot> I'm sorry Kodos, you were not able to beat AmandaC's record of 7 hours, 38 minutes and 21 seconds this time.
L240[14:46:47] <MichiBot> 7 hours, 37 minutes and 40 seconds were wasted!
L241[14:46:52] <Kodos> Are you shitting me
L242[14:47:10] <Kodos> Literally < 1 min
L243[14:47:14] <Kodos> Feck off
L244[14:48:03] <Inari> Haha
L245[14:48:06] <Inari> Purrfect
L246[14:48:25] <Forecaster> itchy tonking-finger
L247[14:48:26] <Inari> %pet AmandaC victoriously
L248[14:48:27] * MichiBot pets AmandaC victoriously with imo culture. 6 health gained!
L249[14:49:32] <Inari> https://www.youtube.com/watch?v=gzfy1DFaxb8
L250[14:49:32] <MichiBot> カントリー・ロード (Country Road) Cover by Chelle | length: 3m 2s | Likes: 1,042 Dislikes: 3 Views: 17,607 | by Chelle Music | Published On 11/9/2017
L251[14:58:34] ⇨ Joins: ben_mkiv (ben_mkiv!~ben_mkiv@i59F552A6.versanet.de)
L252[15:00:40] <CompanionCube> ah goddammit, Kodos ruined my tonk plan :(
L253[15:00:54] <Inari> Any Redstone Coin Miner implementations?
L254[15:13:00] ⇦ Quits: Thog (Thog!~Thog@iscute.moe) (Quit: System.exit(-42);)
L255[15:16:08] <AmandaC> ... I have no idea howI mis-read that as "viciously"
L256[15:16:27] <Inari> AmandaC: Your subconscious desires
L257[15:17:08] <AmandaC> lewd
L258[15:17:57] <AmandaC> %choose halucinate or meh
L259[15:17:57] <MichiBot> AmandaC: You'll want to go with halucinate.
L260[15:21:21] <Skye> time to see if I will ruin something
L261[15:21:42] <Skye> %tonk
L262[15:21:44] ⇦ Quits: MichiBot (MichiBot!~MichiBot@eos.pc-logix.com) (Remote host closed the connection)
L263[15:21:51] <Skye> well
L264[15:21:53] <Skye> I mean
L265[15:21:55] <Skye> okay
L266[15:26:19] <Inari> %juggle
L267[15:26:21] <Forecaster> xD
L268[15:26:24] <Inari> Hm
L269[15:26:29] <Inari> Oh
L270[15:26:37] <Inari> So hows that MysQl thing going
L271[15:26:56] <Forecaster> thewhat
L272[15:27:46] <Inari> Weren't you converting to mysql
L273[15:28:05] <Forecaster> oh you mean mYsQl?
L274[15:44:39] <stephan48> Skye: you ruined it.
L275[15:45:07] <stephan48> but yea was time for a tonk
L276[15:46:54] <CompanionCube> stephan48: no it wasn't
L277[15:47:00] <CompanionCube> Kodos already tonked.
L278[15:47:18] <stephan48> oh right.
L279[15:47:26] <stephan48> missed that one
L280[16:24:56] <Skye> stephan48, at least we can tonk anew when the database is wiped :P
L281[16:27:41] <Inari> Forecaster: Yes, Msyql
L282[16:32:32] <AmandaC> %choose ? or not
L283[16:32:36] <AmandaC> ... right
L284[16:32:52] * Mimiru sighs
L285[16:33:38] * AmandaC cuddles up against Inari
L286[16:33:47] * Inari pets AmandaC
L287[16:33:48] <Inari> Meow
L288[16:35:01] ⇨ Joins: MichiBot (MichiBot!~MichiBot@eos.pc-logix.com)
L289[16:35:01] zsh sets mode: +v on MichiBot
L290[16:35:29] <AmandaC> %roll 1d3
L291[16:35:44] <MichiBot> AmandaC: [2]
L292[16:35:59] <Inari> Hm
L293[16:36:04] <Inari> Whys therse no 0 on dice
L294[16:37:15] <Forecaster> Because they run on Lua
L295[16:37:19] <Forecaster> :P
L296[16:44:07] <SocksWithSandals> Please don't tell me that Lua arrays are index base 1 instead of index base 0
L297[16:44:39] <Skye> %tonk
L298[16:44:39] <MichiBot> I'm sorry Skye, you were not able to beat AmandaC's record of 7 hours, 38 minutes and 21 seconds this time.
L299[16:44:40] <MichiBot> 1 hour, 57 minutes and 54 seconds were wasted!
L300[16:44:41] <Lizzian> Lua arrays start at not-0
L301[16:44:43] <Skye> Lol
L302[16:54:11] <Forecaster> @SocksWithSandals Lua arrays are index base 1 instead of index base 0
L303[16:54:33] <SocksWithSandals> Thank you for telling this to me now before I found out the hard way
L304[16:54:44] <Lizzian> actually that's a lie
L305[16:54:49] <Lizzian> they start at base 64
L306[16:54:52] <SocksWithSandals> as I inevitably would once I did index iteration instead of for each loops
L307[16:54:59] <SocksWithSandals> >_>
L308[16:55:12] <Inari> Nono
L309[16:55:23] <Inari> They start at whichever you set the "start" key in the table to
L310[16:58:00] <SocksWithSandals> so you could set it to start at 0
L311[16:58:30] <Lizzian> -1
L312[16:58:52] <Inari> I mean, we're clearly not being serious here :P Though technically you could make a table start at 0, but I don't think any of the standrad table stuff supports that
L313[17:09:51] <ZefTheFox> Open printers does it by setting a table like `table = {[0]="first value", "second value"}` I think
L314[17:10:13] <Mimiru> I do what now?
L315[17:10:35] <ZefTheFox> maybe I'm thinking of another mod
L316[17:10:38] <ZefTheFox> let me look
L317[17:11:01] <Inari> Sure thats possible, but table fucntions won't support it I think, and I'm not even sure if thats strictly a lua array then
L318[17:11:04] <ZefTheFox> Because I swear I made a copy program and it kept skipping the first line because I started at 1
L319[17:15:11] <ZefTheFox> http://tinyurl.com/ydd7ngro
L320[17:15:11] <ZefTheFox> See?
L321[17:16:34] <ZefTheFox> I'm not crazy
L322[17:22:13] <Mimiru> java's arrays start at 0.
L323[17:23:57] <Mimiru> I could have worked around it, but meh.
L324[17:27:37] <Skye> %addquote Mimiru meh.
L325[17:27:46] <Skye> Uh
L326[17:27:46] <Mimiru> quote add
L327[17:27:58] <Skye> %quote add Mimiru meh.
L328[17:27:59] <MichiBot> Skye: Quote added at id: 185
L329[17:29:47] ⇦ Quits: Inari (Inari!~Pinkishu@p5DEC69BC.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L330[17:41:20] ⇦ Quits: ben_mkiv (ben_mkiv!~ben_mkiv@i59F552A6.versanet.de) (Ping timeout: 183 seconds)
L331[18:01:14] ⇦ Quits: logan2611 (logan2611!~logan2611@174-16-136-165.hlrn.qwest.net) (Ping timeout: 190 seconds)
L332[18:03:48] <payonel> re: <SocksWithSandals> as I inevitably would once I did index iteration instead of for each loops
L333[18:03:54] <payonel> that's because you are a sane human being
L334[18:04:11] ⇨ Joins: logan2611 (logan2611!~logan2611@174-16-136-165.hlrn.qwest.net)
L335[18:18:27] ⇨ Joins: Wiiplay123 (Wiiplay123!~Wiiplay12@70-137-59-140.lightspeed.nsvltn.sbcglobal.net)
L336[19:12:35] ⇦ Quits: Vexatos (Vexatos!~Vexatos@p200300C107205E34E3EE104B2F1500B2.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L337[19:27:08] <CraigK> Hi guys, what's the setting in the config file that allows robots to place blocks in the air?
L338[19:47:15] <ZefTheFox> I think that's just an upgrade?
L339[19:51:03] <CraigK> Right, but the wiki says I can disable it in the config. Also, can I have more than one upgrade at a time? If I can that would fix the problem too.
L340[19:55:54] <ZefTheFox> I'm not sure how much upgrade space a robot has
L341[21:03:03] <AmandaC> There's a Max fight height you can changes to be absurd but I don't think that there's one for the angel block upgrade
L342[21:07:34] <CraigK> Is there a way I can enable upgrades without having to have the upgrade in the robot?
L343[21:08:02] <AmandaC> Not that I know of
L344[21:32:43] <CompanionCube> we 4.19.2 now
L345[21:32:49] <ZefTheFox> Just put the upgrade in the thing
L346[22:34:59] <Saphire> The more I look into it, the less and less I find my family "okay"
L347[22:35:13] <Saphire> ... Maybe in same way a depressed person is okay for the moment.
L348[22:39:34] <Izaya> most families are psychotic
L349[22:40:12] <Izaya> I'm 90% that's the name of a book by the same person that wrote Microserfs
L350[22:57:21] <Saphire> Hm?
L351[22:59:22] <Saphire> ... How :c
L352[23:30:33] ⇦ Quits: Wiiplay123 (Wiiplay123!~Wiiplay12@70-137-59-140.lightspeed.nsvltn.sbcglobal.net) (Quit: Leaving)
<<Prev Next>> Scroll to Top