<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:19:38] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1e99:3900:b753:a8a7:6d9c:536) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@2001:16b8:1e4e:1300:3950:e8b:b7f5:a332)))
L2[00:19:40] ⇨ Joins: ben_mkiv|afk (~ben_mkiv@2001:16b8:1e4e:1300:3950:e8b:b7f5:a332)
L3[00:20:43] <Izaya> Amanda: already got the RSS feed for several games
L4[00:22:05] <Amanda> Izaya: nice. I'm stupid-proud of that xslt though, if only because it actually /worked/ with minimal faff after I changed it to use actual-valid XML
L5[00:27:21] <dequbed> Izaya: Need a rocket engine? https://www.ebay.at/itm/The-liquid-propellant-rocket-engine-the-genuine-functionable-Russian-Isayev/373299076805
L6[00:27:37] <dequbed> "new, sealed, never used but surely functionable."
L7[00:28:41] <Amanda> "sealed" is strange phrasing for something I'd not think of in any kind of manufacturer packaging
L8[00:28:57] <Izaya> "new in-box*"
L9[00:29:02] <Izaya> * box truck
L10[00:29:17] <Amanda> ( Truck not included )
L11[00:29:58] <Izaya> > For example a very similar rocket engine, the same type Isayev S2.720 I have already successfully sold and shipped to California (USA) and the shipping cost was USD 1 350.
L12[00:30:03] <Izaya> I have questions.
L13[00:31:32] <CompanionCube> Izaya: shades of 'would you like the submarine with or without missiles' quote
L14[00:32:45] <bad at​ vijya> holy fuck
L15[00:32:47] <bad at​ vijya> i want one
L16[00:32:49] <bad at​ vijya> for my honda
L17[00:35:01] ⇦ Quits: Inari (~Pinkishu@p4fd953d0.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L18[01:11:27] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@37.152.243.150) (Ping timeout: 204 seconds)
L19[01:17:43] <MR_SP​ᐰGETTY> how do i return multipule parameters and accept multipul returned parameters
L20[01:19:28] <i develo​p things> `return p1, p2, p3`
L21[01:19:42] <i develo​p things> `local function f(p1, p2, p3)` or `local function f(...)`
L22[01:22:12] <MR_SP​ᐰGETTY> in teh case of ```robot.forward```
L23[01:22:29] <MR_SP​ᐰGETTY> in teh case of
L24[01:22:29] <MR_SP​ᐰGETTY> Code Block pastebined https://paste.pc-logix.com/ruhijumavu [Edited]
L25[01:23:36] <MR_SP​ᐰGETTY> i am trying to get the reason why a robot failed to move aswell as weather or not it failed
L26[01:24:15] <MR_SP​ᐰGETTY> teh wiki shows `robot.forward(): boolean[, string]`
L27[01:26:44] <MR_SP​ᐰGETTY> oh so i woudl put the variables that accept the returned arguments inside of the brackets like the paramiters that get parsed in?
L28[01:28:00] <Izaya> dequbed, Ariri: second Mun landing ~1.5 hours into day 4. https://social.shadowkat.net/media/d946aaee5574cf08354640183f402f9913677ee3aab728761b2b8f26be70ba6b.jpg
L29[01:28:26] <Izaya> This one is for examining potential base locations.
L30[01:31:26] <i develo​p things> no, `local ok, err = robot.forward()` @MR_SPᐰGETTY
L31[01:31:39] <i develo​p things> the brackets indicate that it is optional
L32[01:32:40] <MR_SP​ᐰGETTY> yes i can tell its optional, just teh wiki m ade it seem like in order to return stuff you had to go `function(): returned1, returned2`
L33[01:38:07] <i develo​p things> ah
L34[01:38:08] <i develo​p things> no
L35[01:38:22] <i develo​p things> that's equivalent to `this function() return return1, return2`
L36[01:38:24] <i develo​p things> returns*
L37[01:41:18] <Shuud​oushi> %tonkout
L38[01:41:19] <MichiBot> Waesucks! Shuud​oushi! You beat Compan​ionCube's previous record of 2 hours, 54 minutes and 58 seconds (By 2 minutes and 52 seconds)! I hope you're happy!
L39[01:41:20] <MichiBot> Shuud​oushi 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.01698. Position #7 => #6 (Overtook SquidDev) Need 0.01867 more points to pass bau​en1!
L40[01:47:24] <MR_SP​ᐰGETTY> so to get the returned parameters i should just do `function(): return1, return2`
L41[01:47:32] <i develo​p things> no
L42[01:47:39] <MR_SP​ᐰGETTY> the what do i do?
L43[01:47:45] <i develo​p things> `local return1, return2 = function()`
L44[01:49:25] <MR_SP​ᐰGETTY> sothe code layout would be
L45[01:49:25] <MR_SP​ᐰGETTY> Code Block pastebined https://paste.pc-logix.com/cavobeseja
L46[01:51:22] <MR_SP​ᐰGETTY> @i develop things ?
L47[01:51:39] <i develo​p things> not unless you want to call `robot.forward` twice
L48[01:51:57] <MR_SP​ᐰGETTY> oh so i jsut have the second line?
L49[01:52:02] <i develo​p things> yes
L50[01:52:04] <MR_SP​ᐰGETTY> ok
L51[02:08:52] <Ariri> Izaya, nice
L52[02:09:21] ⇦ Quits: Vexatos (~Vexatos@port-92-192-5-84.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L53[02:14:24] <Izaya> Also going to do a little biome hopping because I have 2km/s of dV left over.
L54[02:18:46] <Izaya> also realised I can use RCS to cushion my final drop landing.
L55[02:39:48] ⇦ Quits: minas_tirith (~somebuddy@pika.powered.by.lunarbnc.net) (Remote host closed the connection)
L56[02:42:01] ⇨ Joins: minas_tirith (~somebuddy@pika.powered.by.lunarbnc.net)
L57[02:42:16] <Izaya> Was aiming for a splashdown but it looks like we're landing in the mountains. That's fine, I guess.
L58[02:43:10] <Izaya> The return capsule of the MunFlea MkI has no landing legs.
L59[02:43:12] <dequbed> Izaya: Wait, day 4?! o.O
L60[02:43:25] <Izaya> yup
L61[02:43:55] <dequbed> yeah that record is yours for sure :P
L62[02:44:30] <Izaya> It's going to take me more real time but I think I'm efficient with my game time
L63[02:45:09] <Izaya> And I have now recovered a vessel from the Mun :D
L64[02:45:26] <Izaya> mfw
L65[02:45:32] <Izaya> 1000 science from that return.
L66[02:45:36] <Izaya> 968
L67[02:46:04] <Izaya> Time for nuclear propulsion for my Duna mission
L68[02:48:08] <Izaya> I'm running into problems with needing to be in multiple places at once.
L69[02:48:27] <Izaya> Thinking about getting that physics range extender or possibly running a multiplayer server for just myself
L70[02:48:36] <Izaya> then running multiple instances of the game
L71[02:48:58] <Izaya> now for the real trick: taking off from the side of a crater.
L72[03:57:58] ⇦ Quits: ben_mkiv|afk (~ben_mkiv@2001:16b8:1e4e:1300:3950:e8b:b7f5:a332) (Ping timeout: 194 seconds)
L73[04:00:02] <Va​ur> %tonk
L74[04:00:04] <MichiBot> Yippee! Va​ur! You beat Shuud​oushi's previous record of <0 (By 2 hours, 18 minutes and 44 seconds)! I hope you're happy!
L75[04:00:05] <MichiBot> Vaur's new record is 2 hours, 18 minutes and 44 seconds! Vaur also gained 0.00231 tonk points for stealing the tonk. Position #1.
L76[04:12:12] <b​kj> %tonk
L77[04:54:43] <Brisingr​Aerowing> https://ybenbihi.github.io/windows-error-worm/
L78[04:59:32] <Amanda> Oh hey
L79[04:59:35] <Amanda> I should sleep
L80[04:59:46] * Amanda curls up around Elfi, zzzmews
L81[04:59:50] <Amanda> Night nerds
L82[05:00:31] <Izaya> o7
L83[05:04:26] <Brisingr​Aerowing> o7
L84[05:05:01] <Izaya> Turns out I can fit two of these rovers into one fairing
L85[05:05:07] <Izaya> guess I'm packing a robot arm so I can lower them down.
L86[06:06:03] ⇨ Joins: caeser (~caeser@39.172.17.253)
L87[06:08:35] ⇦ Quits: caeser (~caeser@39.172.17.253) (Remote host closed the connection)
L88[06:11:21] ⇨ Joins: caeser (~caeser@39.172.17.253)
L89[06:12:47] ⇨ Joins: caeser2 (~caeser2@39.172.17.253)
L90[06:14:22] <caeser2> 1
L91[06:14:32] <caeser> 1
L92[06:16:30] ⇦ Quits: caeser2 (~caeser2@39.172.17.253) (Client Quit)
L93[06:17:12] <MR_SP​ᐰGETTY> is it possible for a robot to know what kind of block it is looking at eg grass or stone
L94[06:17:36] ⇦ Quits: caeser (~caeser@39.172.17.253) (Remote host closed the connection)
L95[06:18:30] <Izaya> I want to say yes but I can't think of how.
L96[06:18:45] <Izaya> I'm fairly sure it can detect hardness, at least
L97[06:19:38] <MR_SP​ᐰGETTY> so far all teh wiki says is possible is that you can see if its a entity,solid,replaceable,liquid,passable or air
L98[06:20:08] <MR_SP​ᐰGETTY> and thats with `robot.detect()`
L99[06:20:35] <Izaya> geolyzer can tell you the hardness value
L100[06:22:49] <MR_SP​ᐰGETTY> geolyzer can return what the block is
L101[06:58:10] <CompanionCube> %tonkout
L102[06:58:11] <MichiBot> Jiminy Cricket! Compan​ionCube! You beat Va​ur's previous record of 2 hours, 18 minutes and 44 seconds (By 39 minutes and 23 seconds)! I hope you're happy!
L103[06:58:12] <MichiBot> Compan​ionCube 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.3268. Position #2 Need 0.08583 more points to pass Va​ur!
L104[07:00:54] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L105[07:28:52] <MR_SP​ᐰGETTY> what would eb a good way of storing a "map" of sorts generated based on coords and block ids?
L106[07:29:59] <Izaya> nested tables if you want to retain all the data, or a string representing a 3D array if you don't
L107[07:30:35] <MR_SP​ᐰGETTY> ok how would i do a nested table?
L108[07:30:41] <Izaya> t={{}}
L109[07:30:47] <MR_SP​ᐰGETTY> ok
L110[07:31:14] <MR_SP​ᐰGETTY> so is a table kinda teh lua equivalent of a list?
L111[07:31:24] <Izaya> the*
L112[07:31:26] <Izaya> and yeah
L113[07:31:28] <MR_SP​ᐰGETTY> okj
L114[07:31:42] <Izaya> tables are a combined array and hash table
L115[07:31:56] <Izaya> allowing both ordered integer keys and arbitrary keys
L116[07:34:04] <MR_SP​ᐰGETTY> is there a sain way of permanently saving a LARGE nested table system that would record every block a robot has seen(analyzed) in a way that it can be easily be overwritten if the world changes and the robot sees teh same location and it is diferent then the last time it saw it
L117[07:37:36] <Izaya> ~w serialization
L118[07:37:36] <ocdoc> http://ocd.cil.li/api:serialization
L119[07:42:18] <MR_SP​ᐰGETTY> so how do i actually use serialization?
L120[07:42:34] <MR_SP​ᐰGETTY> teh wiki sint very clear to me
L121[07:43:38] <MR_SP​ᐰGETTY> *isnt
L122[07:43:47] <MR_SP​ᐰGETTY> *the
L123[07:44:41] <Izaya> you give it a table and it gives you a string that can be converted back into a table
L124[07:44:49] <MR_SP​ᐰGETTY> ok
L125[07:44:56] <Izaya> but you can save a string to a file, unlike a table
L126[07:46:38] <MR_SP​ᐰGETTY> so
L127[07:46:38] <MR_SP​ᐰGETTY> Code Block pastebined https://paste.pc-logix.com/etoboguhug
L128[07:48:27] <Izaya> yup, that will give you a string
L129[07:50:10] <MR_SP​ᐰGETTY> cool
L130[07:50:36] ⇦ Quits: lord| (~ba7888b72@66.109.211.50) (Quit: https://i.imgur.com/xacQ09F.mp4)
L131[07:53:27] ⇨ Joins: lord| (~ba7888b72@66.109.211.50)
L132[07:55:12] <MR_SP​ᐰGETTY> now to figure out how to ustalise this to store teh coords and block data
L133[07:56:56] <MR_SP​ᐰGETTY> one way i could do this is to have each x+z be a table then each of tehse x+z tables would contain 256 variables(corresponding to eachj y coord) and each of these would have the block id
L134[07:59:02] <Izaya> Usually you'd do something like blocks{{{"a"}}} which would then be blocks[x][y][z] == a or so
L135[08:01:46] ⇨ Joins: south (~south@112.48.70.70)
L136[08:02:01] <south> hello
L137[08:02:18] <Izaya> hi
L138[08:02:34] <Izaya> s/ a / "a" /
L139[08:02:35] <MichiBot> <Izaya> Usually you'd do something like blocks{{{"a"}}} which would then be blocks[x][y][z] == "a" or so
L140[08:02:53] <south> ohhhhh
L141[08:04:59] <MR_SP​ᐰGETTY> yeah that woudl amek sense
L142[08:05:08] <MR_SP​ᐰGETTY> would make
L143[08:05:46] <MR_SP​ᐰGETTY> now how would i auto generate the tables
L144[08:06:08] <Izaya> have a function for setting a block
L145[08:06:18] <Izaya> have it check if the tables exist before setting the value
L146[08:09:08] <MR_SP​ᐰGETTY> yes but how would i have my program auto create the table named the x or z coord? and how would it search for teh apropriate tabel within anouther table?
L147[08:09:17] <Izaya> yup
L148[08:09:36] <MR_SP​ᐰGETTY> i said how
L149[08:09:49] <Izaya> oh, sorry, missed the second one
L150[08:09:57] <MR_SP​ᐰGETTY> ok
L151[08:09:59] <Izaya> something along the lines of uh
L152[08:10:13] <Izaya> if not blocks[x] then blocks[x] = {} end
L153[08:10:24] <Izaya> if not blocks[x][y] then blocks[x][y] = {} end
L154[08:10:30] <Izaya> if not blocks[x][y][z] then blocks[x][y][z] = {} end
L155[08:10:47] <Izaya> uh, not the third one
L156[08:10:58] <Izaya> the third one you'd use to set the actual value
L157[08:11:13] <MR_SP​ᐰGETTY> wouldnt it make sense to go blocks[x][z][y]?
L158[08:12:12] <Izaya> unsure tbh
L159[08:12:43] <Izaya> the less tables you end up with the better and if you did y first you'd end up with a maximum of 256 <x or z> tables
L160[08:13:03] <MR_SP​ᐰGETTY> true
L161[08:13:04] <Izaya> ... or maybe I'm off my head
L162[08:13:16] <Izaya> I don't know if it makes sense but tables are relatively memory-intensive
L163[08:13:27] <Izaya> so you want to have as few of them as possible
L164[08:13:40] <MR_SP​ᐰGETTY> yeah
L165[08:14:56] <MR_SP​ᐰGETTY> now that only gives me teh searching through them but what about teh actual auto creation of each of the tables?
L166[08:15:13] <Izaya> that's what the code I posted was for
L167[08:15:19] <MR_SP​ᐰGETTY> oh
L168[08:15:24] <Izaya> you have it check if the table exists before setting a value in them
L169[08:15:37] <Izaya> you do each layer in order of course
L170[08:15:51] <Izaya> and you could probably save some table accesses if you did it more intelligently
L171[08:20:11] ⇦ Quits: south (~south@112.48.70.70) (Quit: Proudly using WocChat!)
L172[08:20:37] ⇨ Joins: south (~south@112.48.70.70)
L173[08:22:50] ⇦ Quits: south (~south@112.48.70.70) (Remote host closed the connection)
L174[08:22:52] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1e4e:1300:3950:e8b:b7f5:a332)
L175[08:41:02] <Forec​aster> %tonk
L176[08:41:03] <MichiBot> Darn it! Forec​aster! You beat Compan​ionCube's previous record of <0 (By 1 hour, 42 minutes and 51 seconds)! I hope you're happy!
L177[08:41:04] <MichiBot> Forecaster's new record is 1 hour, 42 minutes and 51 seconds! Forecaster also gained 0.00171 tonk points for stealing the tonk. Position #3. Need 0.05325 more points to pass Compan​ionCube!
L178[09:00:13] ⇨ Joins: Inari (~Pinkishu@p4fe7eee5.dip0.t-ipconnect.de)
L179[09:06:04] <MR_SP​ᐰGETTY> now how do i save my "map" so that it will not be deleted when i reboot the program?
L180[09:14:58] <Izaya> that's what you use serialization for
L181[09:15:15] <Izaya> you serialize the table and write it to disk
L182[09:15:43] <MR_SP​ᐰGETTY> so hw would i wirte it to disk?
L183[09:15:53] <Izaya> ~w io.open
L184[09:15:53] <ocdoc> http://www.lua.org/manual/5.2/manual.html#pdf-io.open
L185[09:23:07] <MR_SP​ᐰGETTY> also with teh writing of teh tables would teh code to write them be
L186[09:23:07] <MR_SP​ᐰGETTY> Code Block pastebined https://paste.pc-logix.com/rufadopezo
L187[09:29:43] <MR_SP​ᐰGETTY> Izaya?
L188[09:34:06] <Forec​aster> the MCU needs a light you can change the color of or something :|
L189[10:05:28] ⇦ Quits: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com) (Quit: Connection closed for inactivity)
L190[10:15:42] <Forec​aster> @Michiyo dropping works now, no explosions
L191[11:10:42] ⇦ Quits: BrightYC (~BrightYC@147.78.67.50) (Ping timeout: 189 seconds)
L192[11:51:03] ⇨ Joins: BrightYC (~BrightYC@147.78.67.50)
L193[11:54:23] ⇨ Joins: Vexatos (~Vexatos@port-92-192-5-84.dynamic.as20676.net)
L194[11:54:23] zsh sets mode: +v on Vexatos
L195[11:55:35] <bauen1> %tonk
L196[11:55:37] <MichiBot> Gadsbudlikins! bau​en1! You beat Forec​aster's previous record of 1 hour, 42 minutes and 51 seconds (By 1 hour, 31 minutes and 42 seconds)! I hope you're happy!
L197[11:55:38] <MichiBot> bauen1's new record is 3 hours, 14 minutes and 34 seconds! bauen1 also gained 0.00306 (0.00153 x 2) tonk points for stealing the tonk. Position #5. Need 0.09673 more points to pass ThePi​Guy24!
L198[12:52:19] ⇨ Joins: south (~south@112.48.70.70)
L199[12:57:05] ⇨ Joins: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net)
L200[13:16:10] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@37.152.243.150)
L201[14:10:15] <Snai​lDOS> a
L202[14:10:19] <Snai​lDOS> hello
L203[14:46:41] <south> emmmm
L204[14:47:01] <Forec​aster> ennnn
L205[14:49:31] <south> I'm sorry , i can't speed english haha
L206[14:50:47] <south> speek
L207[14:52:05] <Forec​aster> speak
L208[15:00:54] ⇦ Quits: south (~south@112.48.70.70) (Quit: Proudly using WocChat!)
L209[15:36:04] ⇨ Joins: Ical92 (~ical92@162.211.38.65)
L210[15:36:10] <Ical92> Hello
L211[15:36:14] <Ical92> does this work
L212[15:36:38] ⇨ Joins: NotIcalDefinitely_ (webchat@162.211.38.65)
L213[15:36:45] <Ical92> nice
L214[15:37:33] <Ical92> so uh
L215[15:38:21] <SquidDev> Uh indeed.
L216[15:43:08] <Ical92> How is your day
L217[15:48:33] ⇦ Quits: Ical92 (~ical92@162.211.38.65) (Quit: Ical92)
L218[15:49:35] ⇨ Joins: Ical92 (~ical92@162.211.38.65)
L219[15:54:29] ⇦ Quits: Ical92 (~ical92@162.211.38.65) (Quit: Ical92)
L220[16:00:48] ⇨ Joins: Ical92 (~ical92@162.211.38.65)
L221[16:00:53] <Ical92> Hello again
L222[16:05:49] <Shuud​oushi> %tonk
L223[16:05:51] <MichiBot> Fudge! Shuud​oushi! You beat bau​en1's previous record of 3 hours, 14 minutes and 34 seconds (By 55 minutes and 38 seconds)! I hope you're happy!
L224[16:05:52] <MichiBot> Shuudoushi's new record is 4 hours, 10 minutes and 12 seconds! Shuudoushi also gained 0.00372 (0.00093 x 4) tonk points for stealing the tonk. Position #6. Need 0.01801 more points to pass bau​en1!
L225[16:11:45] ⇨ Joins: asbfg (~asbfg@140.240.10.158)
L226[16:11:47] <asbfg> e
L227[16:11:51] <asbfg> hellp
L228[16:11:54] <asbfg> hello
L229[16:11:58] <asbfg> wo shi sha bi
L230[16:12:31] <Ical92> hi
L231[16:12:45] <asbfg> I from mc
L232[16:13:04] <Ical92> me too
L233[16:13:19] <Amanda> Hello children!
L234[16:13:25] <Ical92> Hello There
L235[16:14:57] ⇦ Quits: asbfg (~asbfg@140.240.10.158) (Remote host closed the connection)
L236[16:15:35] ⇦ Quits: Ical92 (~ical92@162.211.38.65) (Remote host closed the connection)
L237[16:17:09] ⇦ Quits: NotIcalDefinitely_ (webchat@162.211.38.65) (Quit: webchat.esper.net)
L238[16:18:01] ⇨ Joins: asbfg (~asbfg@140.240.10.158)
L239[16:21:58] ⇦ Quits: asbfg (~asbfg@140.240.10.158) (Remote host closed the connection)
L240[16:31:01] ⇨ Joins: asbfg (~asbfg@140.240.10.158)
L241[16:35:15] <Michiyo> @Forecaster yay, didn't break the world on load?
L242[16:35:24] <Forec​aster> nope
L243[16:35:44] <Michiyo> Awesome. I was pretty sure that was because I loaded the world once with a broken inventory implementation
L244[16:35:51] <Michiyo> cause I couldn't get it to happen again
L245[16:36:03] <Michiyo> anyway, car work continues today
L246[16:36:06] <Michiyo> so afk forever
L247[16:37:12] <Forec​aster> woo
L248[16:42:43] <asbfg> ohno
L249[16:48:22] <Amanda> Always fun when you accidentally paste a several-GB text file into your shell
L250[16:48:40] <Amanda> apparently the Friendly Interactive Shell doesn't like a 2GB-long input line, who knew?
L251[16:49:16] <Forec​aster> nobody could have known that
L252[16:50:50] ⇦ Quits: asbfg (~asbfg@140.240.10.158) (Remote host closed the connection)
L253[16:53:21] <B​ob> %bye
L254[16:53:22] <MichiBot> B​ob: Oh, well, bye I guess...
L255[16:54:27] <Optional o​pt = null;> %sip
L256[16:54:27] <MichiBot> You drink a sweet chocolate potion (New!). Everything Optional opt = null; says is now in Comic Sans until they see a unicorn.
L257[16:54:35] <Optional o​pt = null;> I like sipping potions
L258[16:54:54] <Optional o​pt = null;> >Comic Sans
L259[16:54:54] <Optional o​pt = null;> where is the unicorn???
L260[16:54:59] <Optional o​pt = null;> %sip
L261[17:01:52] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1e4e:1300:3950:e8b:b7f5:a332) (Ping timeout: 194 seconds)
L262[17:18:56] ⇨ Joins: Webchat261 (webchat@c-73-144-10-78.hsd1.mi.comcast.net)
L263[17:28:16] <Mr. Al​ Patino> wich is better to use? io.write() or print() ?
L264[17:30:14] <Forec​aster> try with a string that is longer than the screen width
L265[17:32:40] <Forec​aster> actually both wrap the string it seems
L266[17:32:44] <Forec​aster> not sure what the difference is
L267[17:39:05] <Forec​aster> hm, might be nice if you could choose how much the apm outputs, instead of just emptying your account into physical currency...
L268[17:39:31] <Forec​aster> and to avoid having to make an on-screen keyboard I can just use the OS-keypad :D
L269[17:39:38] <Forec​aster> it's nice and thematic too
L270[17:46:28] ⇦ Quits: flappy (~flappy@88-113-155-26.elisa-laajakaista.fi) (Ping timeout: 198 seconds)
L271[17:54:27] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@37.152.243.150) (Ping timeout: 189 seconds)
L272[17:59:45] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@37.152.243.150)
L273[18:03:42] ⇨ Joins: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com)
L274[18:32:39] <SquidDev> In PUC Lua io.write can be redirected by io.input, while print always writes to default stdout. Not sure if that holds for OC though.
L275[18:32:52] ⇨ Joins: TPG24 (~ThePiGuy2@37.152.243.150)
L276[18:34:37] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@37.152.243.150) (Ping timeout: 198 seconds)
L277[18:40:28] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L278[19:19:39] ⇦ Quits: Webchat261 (webchat@c-73-144-10-78.hsd1.mi.comcast.net) (Quit: webchat.esper.net)
L279[19:37:12] <Forec​aster> woop, partial payout works now
L280[19:49:44] <Inari> poggu
L281[19:50:04] <Forec​aster> wut
L282[19:51:19] <Forec​aster> I also need to figure out how to implement player groups into the payment system
L283[19:51:24] <Forec​aster> hmm
L284[20:02:18] <bad at​ vijya> man
L285[20:02:27] <bad at​ vijya> i love when the kraken makes my test craft bounce
L286[20:02:59] <bad at​ vijya> trying to make a cute little lander
L287[20:04:08] <bad at​ vijya> it is terrifyingly fast
L288[20:21:39] <Kristo​pher38> surely you meant the clang
L289[20:21:51] <bad at​ vijya> this is KSP
L290[20:40:38] <i develo​p things> SquidDev: R.E. io.output redirection, Paragon does that, Monolith doesn't, and iirc OpenOS also doesn't
L291[20:46:27] <ThePi​Guy24> best BMW engine swap https://www.youtube.com/watch?v=gcJCY8kXEkw
L292[20:46:28] <MichiBot> BMW с реактивным ТУРБОВАЛЬНЫМ двигателем | length: 22m 1s | Likes: 118,318 Dislikes: 6,429 Views: 4,117,898 | by Игорь Негода | Published On 13/10/2018
L293[20:51:29] <bad at​ vijya> lander as a prop plane didn't work
L294[20:51:30] <bad at​ vijya> :(
L295[20:55:02] <Va​ur> %tonk
L296[20:55:02] <MichiBot> Woah! Va​ur! You beat Shuud​oushi's previous record of 4 hours, 10 minutes and 12 seconds (By 38 minutes and 59 seconds)! I hope you're happy!
L297[20:55:03] <MichiBot> Vaur's new record is 4 hours, 49 minutes and 12 seconds! Vaur also gained 0.00325 (0.00065 x 5) tonk points for stealing the tonk. Position #1.
L298[21:39:13] ⇨ Joins: bad_at_vijya (~user@pool-71-115-31-150.rcmdva.fios.verizon.net)
L299[21:43:05] *** BrightYC is now known as \\
L300[21:43:13] *** \\ is now known as BrightYC
L301[21:43:30] *** BrightYC is now known as ]
L302[21:43:38] *** ] is now known as BrightYC
L303[22:00:15] ⇦ Quits: bad_at_vijya (~user@pool-71-115-31-150.rcmdva.fios.verizon.net) (Ping timeout: 189 seconds)
L304[22:32:04] <bad at​ vijya> >county's website only goes down when i need it
L305[22:32:08] <bad at​ vijya> 🥖
L306[22:32:55] <Izaya> ayy
L307[22:33:01] <Izaya> trajectories is finally updated
L308[22:33:13] <Izaya> I can have my script set the descent profile automatically
L309[23:05:29] <Ko​dos> Starbase is super fun
L310[23:08:10] ⇨ Joins: flappy (~flappy@88-113-155-26.elisa-laajakaista.fi)
L311[23:19:33] ⇦ Quits: Amanda (~quassel@2601:46:c680:ce0f:1e69:7aff:fe65:fc5f) (Ping timeout: 204 seconds)
L312[23:20:40] <Va​ur> %sip
L313[23:20:41] <MichiBot> You drink a simulated blue potion (New!). Vaur's favourite skin is suddenly on fire.
L314[23:21:00] <Va​ur> michibot sure love to put my stuff on fires
L315[23:34:28] ⇨ Joins: Webchat531 (webchat@097-083-037-231.res.spectrum.com)
L316[23:35:07] ⇦ Quits: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net) (Remote host closed the connection)
L317[23:35:40] ⇦ Quits: Webchat531 (webchat@097-083-037-231.res.spectrum.com) (Client Quit)
L318[23:42:50] ⇨ Joins: Amanda (~quassel@2601:46:c680:ce0f:3d2c:4967:ed5e:a82f)
L319[23:43:26] *** TPG24 is now known as ThePiGuy24
L320[23:51:13] ⇦ Quits: Amanda (~quassel@2601:46:c680:ce0f:3d2c:4967:ed5e:a82f) (Ping timeout: 204 seconds)
L321[23:54:54] ⇦ Quits: Inari (~Pinkishu@p4fe7eee5.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L322[23:56:30] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1e4e:1300:3950:e8b:b7f5:a332)
<<Prev Next>> Scroll to Top