<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:04:22] *** Logan|zzz is now known as Logan
L2[00:17:45] ⇦ Quits: morlanius (webchat@host86-151-22-126.range86-151.btcentralplus.com) (Quit: Web client closed)
L3[00:26:41] *** Daiyousei is now known as SleepingFairy
L4[00:34:45] *** alekso56 is now known as alekso56_off
L5[00:35:41] ⇦ Quits: gjgfuj (~gjgfuj@119.15.76.203) (Ping timeout: 198 seconds)
L6[00:38:03] <daylight_sensor> gamax92: hi
L7[00:38:09] <gamax92> Hello
L8[00:38:10] <daylight_sensor> is there a way to store files
L9[00:38:13] <daylight_sensor> and get them
L10[00:38:25] <gamax92> ofc.
L11[00:38:30] <gamax92> .w filesystem
L12[00:38:30] <^v> gamax92, http://ocd.cil.li/api:filesystem
L13[00:38:43] <gamax92> there are also the standard lua function in io
L14[00:39:30] <gamax92> daylight_sensor: http://www.lua.org/manual/5.2/manual.html#6.8
L15[00:39:36] <gamax92> standard lua io^
L16[00:39:59] <daylight_sensor> gamax92: next question
L17[00:40:10] <daylight_sensor> is there a way to send oiuji0woikwl0wpokwplw-wokwuw0lpwl (modem) a message
L18[00:40:13] <daylight_sensor> but with a short thing
L19[00:40:15] <daylight_sensor> like oiu
L20[00:40:30] <gamax92> no
L21[00:40:38] <daylight_sensor> or do i need to specify the FULL modem id
L22[00:40:40] <gamax92> yes
L23[00:40:42] <daylight_sensor> ugh
L24[00:40:45] <daylight_sensor> is there a way to label?
L25[00:40:53] <gamax92> what do you mean?
L26[00:40:54] <daylight_sensor> so i can give an ip
L27[00:40:56] <daylight_sensor> kind of
L28[00:41:20] <daylight_sensor> like
L29[00:41:30] <daylight_sensor> label my modem "main_modem"
L30[00:41:38] <daylight_sensor> and then i can send messages to "main_modem"
L31[00:41:52] <gamax92> you can't see whats on the network.
L32[00:42:12] <daylight_sensor> ?
L33[00:42:33] <daylight_sensor> I mean, on my server
L34[00:42:38] <gamax92> computers cannot go: computerA, computerB, and computerC are on my network
L35[00:42:40] <daylight_sensor> i want to give my wireless modem a name
L36[00:43:07] <gamax92> well, you can't
L37[00:45:16] <daylight_sensor> guess ill make a roundrobin/dhcp piece of software
L38[00:45:31] <daylight_sensor> oh, my friend made one in the past!
L39[00:47:32] ⇨ Joins: Maxwolf (labs@pipette.madsciencemod.com)
L40[00:47:32] zsh sets mode: +v on Maxwolf
L41[00:55:16] ⇨ Joins: gjgfuj (~gjgfuj@119.15.76.203)
L42[01:06:30] <daylight_sensor> gamax92: how could I use the filesystem api to open ./.myhiddenfile
L43[01:06:32] <daylight_sensor> as in
L44[01:06:37] <daylight_sensor> .myhiddenfile in current dir
L45[01:06:56] <gamax92> shell.getWorkingDirectory will tell you what the current dir is
L46[01:07:22] <daylight_sensor> gamax92: require("shell").getWorkingDirectory?
L47[01:07:24] <daylight_sensor> gamax92: require("shell").getWorkingDirectory()?
L48[01:07:44] <gamax92> local shell = require("shell")
L49[01:07:44] <gamax92> shell.getWorkingDirectory()
L50[01:07:57] <daylight_sensor> ty
L51[01:08:23] <gamax92> if you only plan on using something from shell once, then require("shell").something is fine. Even then its not preferred
L52[01:16:27] <daylight_sensor> gamax92: filesystem -> open requires a param
L53[01:16:29] <daylight_sensor> what do i supply
L54[01:16:40] <gamax92> the filename?
L55[01:16:45] <daylight_sensor> file:read(n: number): string or nil, string
L56[01:16:59] <daylight_sensor> n: number
L57[01:17:02] <daylight_sensor> what does it mean
L58[01:17:16] <gamax92> "Tries to read the specified number of bytes from the file stream."
L59[01:17:52] <daylight_sensor> oh, i got it
L60[01:17:54] <daylight_sensor> 1024 worked
L61[01:25:58] <daylight_sensor> gamax92: this might sound idiotic
L62[01:26:07] <daylight_sensor> but i cant find anything on google related to OC floppy labelling
L63[01:26:11] <daylight_sensor> i wanna give it a name
L64[01:26:20] <gamax92> umm
L65[01:26:41] <gamax92> .w component:filesystem
L66[01:26:41] <^v> gamax92, Not found. did you want "components list"?
L67[01:26:43] <gamax92> .-.
L68[01:26:49] <gamax92> v^: add that to the list please.
L69[01:27:02] <daylight_sensor> its an api
L70[01:27:02] <gamax92> daylight_sensor: http://ocdoc.cil.li/component:filesystem
L71[01:27:05] <gamax92> its not
L72[01:27:07] <daylight_sensor> o
L73[01:27:19] <gamax92> basically get the proxy for the floppy, then set its label
L74[01:27:53] <daylight_sensor> ok
L75[01:28:04] ⇨ Joins: Potato|InUse2 (~PotatoTru@WL4-34.1scom.net)
L76[01:29:07] ⇨ Joins: Altenius (~Altenius4@199.193.183.1)
L77[01:30:02] ⇦ Quits: Potato|InUse (~PotatoTru@WL4-34.1scom.net) (Ping timeout: 186 seconds)
L78[01:30:31] <daylight_sensor> gamax92: its not working
L79[01:30:47] <daylight_sensor> https://www.dropbox.com/s/fa3joaew300muh9/Screenshot%202014-09-28%2002.30.41.png?dl=0
L80[01:31:10] <gamax92> component.list doesn't return a table.
L81[01:31:46] <daylight_sensor> it does
L82[01:31:46] <gamax92> you should just proxy the full address of the floppy, and if you want to use a short address, component.get
L83[01:31:56] <daylight_sensor> ok
L84[01:32:45] <gamax92> oh, it does return a table, nothing in that table is of use for you.
L85[01:33:06] <gamax92> Also, be right back, I broke OSS
L86[01:33:47] <gamax92> okay, reset OSS
L87[01:33:59] <gamax92> No clue why that happened
L88[01:35:51] <daylight_sensor> gamax92: no errors that time
L89[01:35:58] <daylight_sensor> but it didnt label it
L90[01:36:11] <gamax92> run df
L91[01:36:26] <daylight_sensor> oh
L92[01:36:27] <daylight_sensor> i see
L93[01:36:33] <gamax92> i assume it showed up?
L94[01:36:35] <daylight_sensor> but i want a name on my tooltip too
L95[01:36:47] <daylight_sensor> OH
L96[01:36:49] <daylight_sensor> its there now
L97[01:36:58] <daylight_sensor> i had to type 'df' in order for the tooltip to show
L98[02:04:14] *** Cazzar|Away is now known as Cazzar
L99[02:10:45] <daylight_sensor> gamax92: you can send tables in modem.send(), right?
L100[02:10:51] <gamax92> no
L101[02:10:57] <daylight_sensor> oh
L102[02:10:58] <gamax92> .w serialization
L103[02:10:58] <^v> gamax92, http://ocd.cil.li/api:serialization
L104[02:11:01] <daylight_sensor> ok
L105[02:11:24] <daylight_sensor> do i need to require that, gamax92 ?
L106[02:11:33] <gamax92> all of the api's you have to require.
L107[02:19:46] <TabletCube> .w modem
L108[02:19:47] <^v> TabletCube, http://ocd.cil.li/component:modem
L109[02:21:29] ⇦ Quits: TangentDelta (~christine@63.143.24.24) (Remote host closed the connection)
L110[02:28:11] ⇦ Quits: Wembly (~Wembly@50.240.220.69) (Ping timeout: 198 seconds)
L111[02:30:06] <Potato|InUse2> Hmm
L112[02:41:47] ⇨ Joins: Nibato (~nibato@97-81-156-37.dhcp.gwnt.ga.charter.com)
L113[02:47:32] ⇦ Quits: Johannes13 (~Johannes@p4FDE9BEA.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L114[02:49:09] <gamax92> TabletCube: mmm, bootloader http://i.imgur.com/67ypBGI.png
L115[02:49:48] <gamax92> provides stack trace and autoresolves kernel locations to source filenames
L116[02:50:27] <TabletCube> Neat
L117[02:51:14] ⇦ Quits: gjgfuj (~gjgfuj@119.15.76.203) (Ping timeout: 186 seconds)
L118[03:12:44] ⇦ Quits: Lathanael|Away (~Lathanael@p5497383A.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L119[03:15:49] *** LordFokas|out is now known as LordFokas
L120[03:16:48] ⇨ Joins: Lathanael|Away (~Lathanael@p54973514.dip0.t-ipconnect.de)
L121[03:17:36] ⇨ Joins: gjgfuj (~gjgfuj@119.15.76.203)
L122[03:23:27] ⇦ Quits: Kasran (Kasran@cpe-075-190-233-233.nc.res.rr.com) (Quit: see you 'round)
L123[03:27:55] ⇦ Quits: Altenius (~Altenius4@199.193.183.1) (Remote host closed the connection)
L124[03:31:58] ⇨ Joins: Wembly (~Wembly@50.240.220.69)
L125[03:33:31] <gamax92> .openprg
L126[03:33:43] <^v> gamax92, http://71.238.153.166/paste/6QfyG.txt
L127[03:33:58] <gamax92> oh
L128[03:37:56] *** ds84182 is now known as dsAway
L129[03:38:31] *** prasselpikachu is now known as prassel|off
L130[03:44:34] <Wembly> hihi
L131[03:44:39] <Wembly> ender?
L132[03:45:46] <gamax92> A wild Wembly appeared!
L133[03:46:02] ⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L134[03:47:36] ⇦ Quits: Maxwolf (labs@pipette.madsciencemod.com) (Quit: Leaving)
L135[03:50:37] <daylight_sensor> gamax92: how do i get around too many components connected to pc
L136[03:50:53] <gamax92> put a higher tier cpu in
L137[03:51:00] <gamax92> if you are already at T3, then remove components
L138[03:52:56] <TabletCube> or get a server :p
L139[03:57:09] ⇦ Quits: Epix (~Epix@2605:8900:5000:1001:8:0:10b:2) (Quit: Leaving)
L140[03:59:18] *** LordFokas is now known as LordFokas|off
L141[04:01:55] *** Techokami is now known as Techokami|Off
L142[04:02:37] <daylight_sensor> Adios amigos
L143[04:02:51] <daylight_sensor> Buenas noches
L144[04:03:03] ⇦ Quits: daylight_sensor (~bob@90.202.64.252) (Quit: Textual IRC Client: www.textualapp.com)
L145[04:29:19] ⇨ Joins: Nibato` (~nibato@74.5.193.2)
L146[04:29:48] ⇦ Quits: Nibato (~nibato@97-81-156-37.dhcp.gwnt.ga.charter.com) (Read error: Connection reset by peer)
L147[04:29:58] *** Nibato` is now known as nibato
L148[04:30:50] <nibato> hmm..am i doing this right? http://pastebin.com/P0RujSZ4 I'm horribly unfamiliar with scala :\
L149[04:31:18] <nibato> just trying something with the chunkloader upgrade
L150[04:32:49] <nibato> going to have to buy a book on it at some point i suppose
L151[04:50:32] <Graypup_> does redstone fire an event in opencomputers?
L152[04:56:46] ⇨ Joins: dangranos (~dangranos@37.23.137.65)
L153[04:59:35] <gjgfuj> Servers do work with external screens right?
L154[04:59:55] <dangranos> hello
L155[05:00:08] <Graypup_> gjgfuj, yes they do indeed
L156[05:00:26] <gjgfuj> I tried it once and they didn't?
L157[05:00:34] <dangranos> GPU?
L158[05:00:36] <Graypup_> did you reboot after connecting the screen?
L159[05:00:41] <Graypup_> also, gpu lol
L160[05:00:58] <gjgfuj> Yeah.
L161[05:01:09] <gjgfuj> I did.
L162[05:01:21] <gjgfuj> But it was writing to the remote terminal.
L163[05:01:44] <dangranos> maybe because it was primary screen/gpu?
L164[05:01:56] <gjgfuj> Yes, indeed.
L165[05:02:31] <gjgfuj> If there's no remote terminal though, does it set a primary screen being an external one?
L166[05:02:40] <Graypup_> it should...
L167[05:02:46] <Graypup_> did you reboot after connecting it?
L168[05:02:58] <Graypup_> that generally fixes things like that
L169[05:13:10] *** Potato|InUse2 is now known as PotatoTrumpet
L170[05:13:14] *** PotatoTrumpet is now known as jjobe1
L171[05:13:23] *** jjobe1 is now known as PotatoTrumpet
L172[05:21:51] *** Graypup_ is now known as Graypup|AFK
L173[05:33:23] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L174[05:33:24] zsh sets mode: +v on asie
L175[05:36:57] <gjgfuj> Two screens for a computer = very buggy shell.
L176[05:37:03] <gamax92> A wild asie appeared.
L177[05:37:10] ⇦ Quits: Benguin (~Ben@adsl-83-100-188-68.karoo.KCOM.COM) (Quit: ZNC - http://znc.in)
L178[05:37:19] <gjgfuj> Simple answer, don't use two screens obviously.
L179[05:39:28] ⇨ Joins: Benguin (~Ben@adsl-83-100-188-68.karoo.KCOM.COM)
L180[05:39:44] <dangranos> gjgfuj, you mean drawing lags?
L181[05:49:08] ⇦ Quits: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com) (Quit: Leaving)
L182[05:53:30] ⇦ Quits: nibato (~nibato@74.5.193.2) (Quit: Leaving)
L183[06:03:24] ⇨ Joins: Nibato (~nibato@74.5.193.2)
L184[06:05:07] ⇨ Joins: Vexatos (~Vexatos@p200300556E319A12ED041DE89145E12F.dip0.t-ipconnect.de)
L185[06:12:26] <gjgfuj> dangranos, I mean one screen accepts keyboard input and the other draws it.
L186[06:12:50] <gjgfuj> OpenOS really doesn't like two screens.
L187[06:19:25] <PotatoTrumpet> How do I type on a tablet
L188[06:21:04] <PotatoTrumpet> y u no work
L189[06:24:44] <PotatoTrumpet> .w tablets
L190[06:24:44] <^v> PotatoTrumpet, Not found. did you want "tables api"?
L191[06:24:49] <PotatoTrumpet> .w tablet
L192[06:24:49] <^v> PotatoTrumpet, Not found. did you want "tables api"?
L193[06:24:58] <PotatoTrumpet> frngrongron
L194[06:26:19] <dangranos> Porygon, you need to assemble it with keyboard iirc
L195[06:26:25] <dangranos> *potato
L196[06:27:06] <PotatoTrumpet> -___
L197[06:27:07] <PotatoTrumpet> -
L198[06:27:42] <dangranos> .-.
L199[06:28:09] <ShadowKatStudios> *yawn* Afternoon o/
L200[06:28:23] <dangranos> is that "hello" or "bye"?
L201[06:29:41] <ShadowKatStudios> That's a hello, I just woke up
L202[06:30:12] ⇦ Quits: Nibato (~nibato@74.5.193.2) (Quit: Leaving)
L203[06:35:41] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Remote host closed the connection)
L204[06:40:53] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L205[06:40:53] zsh sets mode: +v on asie
L206[06:52:26] ⇦ Quits: PotatoTrumpet (~PotatoTru@WL4-34.1scom.net) (Ping timeout: 186 seconds)
L207[06:54:49] ⇦ Quits: TabletCube (~TCube@90.203.89.34) (Ping timeout: 201 seconds)
L208[06:57:05] <Kilobyte> morning
L209[07:01:19] <gamax92> .w modem
L210[07:01:19] <^v> gamax92, http://ocd.cil.li/component:modem
L211[07:11:55] <asie> Kodos: Still want to work on that FOSS modpack?
L212[07:20:32] *** Logan is now known as Logan|zzz
L213[07:25:11] <Kodos> No, I think I'm done dealing with MC for a time
L214[07:32:44] <gjgfuj> How does tunnel cards work?
L215[07:32:54] <gjgfuj> I understand the sending api, but recieving messages.
L216[07:32:57] <ShadowKatStudios> Like modems, but called tunnel.
L217[07:33:02] <ShadowKatStudios> Wait, for recieving
L218[07:33:08] <ShadowKatStudios> It's just modem_message
L219[07:33:12] <gjgfuj> Yeah.
L220[07:33:15] <gjgfuj> Same format?
L221[07:33:21] <ShadowKatStudios> IIRC yes.
L222[07:33:54] <gjgfuj> So just ignore the unavailable parameters? i.e. with underscore?
L223[07:34:10] <ShadowKatStudios> Yep.
L224[07:35:59] <gjgfuj> Okie dokie.
L225[07:36:07] <ShadowKatStudios> Works?
L226[07:36:21] *** justastranger is now known as justastranger|zzz
L227[07:39:54] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Quit: Leaving)
L228[07:40:49] <gjgfuj> Does the tunnel card include the distance parameter?
L229[07:41:00] <ShadowKatStudios> Never checked \o/
L230[07:41:11] <gjgfuj> Well, I'll check this time.
L231[07:43:11] <gjgfuj> I presume localAddress is the address of the tunnel card then?
L232[07:43:22] <ShadowKatStudios> One would assume.
L233[07:56:44] <gjgfuj> Oh dear.
L234[07:56:49] <gjgfuj> I crashed.
L235[07:57:06] <ShadowKatStudios> *claps* What died?
L236[07:57:07] <gjgfuj> No wait, wrong channel.
L237[08:00:15] *** Yepoleb is now known as Guest98801
L238[08:00:15] ⇦ Quits: Guest98801 (~quassel@178-191-131-7.adsl.highway.telekom.at) (Killed (chaos.esper.net (Nickname regained by services)))
L239[08:00:16] ⇨ Joins: Yepoleb (~quassel@188-22-162-130.adsl.highway.telekom.at)
L240[08:09:19] *** DeanIsGone is now known as DeanIsaKitty
L241[08:30:57] * Vexatos needs Sangar
L242[08:31:07] <Vexatos> local sangar = require("Sangar")
L243[08:31:17] <Vexatos> sangar.summon()
L244[08:44:42] <ShadowKatStudios> It's not a cat, but... http://i.imgur.com/3tF16ns.jpg
L245[08:49:59] *** Nentify|away is now known as Nentify
L246[08:50:30] <Sangar> Vexatos, the Sangar you are trying to summon is currently unavailable, please leave a message af- *beeeeep*
L247[08:51:37] * vifino hugs Sangar
L248[08:52:23] <Vexatos> Hello Sangar, I didn't want to disturb you, I apologize, the problem I had has already been resolved. Thank you for your peas.
L249[08:52:36] <Sangar> :P
L250[08:52:40] <Sangar> mkaythen
L251[08:52:49] <Sangar> back to learning flowcharts \o/
L252[08:53:03] <Vexatos> flowcharts? We had those in CS a year ago
L253[08:53:18] <Sangar> me too. that's why i forgot everything about them.
L254[08:53:31] <Sangar> ohwait
L255[08:53:37] <Sangar> 'a year'. read that as 'years ago'
L256[08:53:43] <Sangar> anyway.
L257[08:53:45] <Sangar> bbl :P
L258[08:54:00] <Ender> hi Sangar
L259[08:54:05] <Ender> bye sangar
L260[08:54:13] <Sangar> :>
L261[08:54:16] <Ender> :P
L262[08:58:35] ⇨ Joins: sciguyryan (sciguyryan@109-205-169-253.dynamic.swissvpn.net)
L263[08:58:45] <Kilobyte> Sangar: o/
L264[08:58:54] *** manmaed|AFK is now known as manmaed
L265[08:59:27] *** prassel|off is now known as prasselpikachu
L266[08:59:34] *** manmaed is now known as manmaed|AFK
L267[08:59:35] *** manmaed|AFK is now known as manmaed
L268[09:00:36] ⇦ Quits: mallrat208 (~mallrat20@68.204.184.175) (Read error: Connection reset by peer)
L269[09:04:25] *** Hobbyboy|Sleep is now known as Hobbyboy
L270[09:10:03] <gjgfuj> .ping
L271[09:10:08] <gjgfuj> .p
L272[09:10:25] <^v> Ping reply from gjgfuj 0.36s
L273[09:15:25] ⇦ Quits: gjgfuj (~gjgfuj@119.15.76.203) (Ping timeout: 201 seconds)
L274[09:21:14] ⇦ Quits: phillips1012 (~phillips1@72.42.104.172) (Ping timeout: 186 seconds)
L275[09:27:46] *** DeanIsaKitty is now known as DeanIsGone
L276[09:29:42] ⇨ Joins: gjgfuj (~gjgfuj@119.15.76.203)
L277[09:32:32] *** DeanIsGone is now known as DeanIsaKitty
L278[09:37:38] ⇦ Quits: gjgfuj (~gjgfuj@119.15.76.203) (Ping timeout: 186 seconds)
L279[09:38:08] ⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L280[09:47:34] ⇨ Joins: Trangar (~Trangar3@188-142-42-190.FTTH.ispfabriek.nl)
L281[09:53:53] <Sangar> \o Kilobyte
L282[09:57:15] <DeanIsaKitty> SNAGAR \o/
L283[09:57:20] * DeanIsaKitty cuddles Sangar
L284[09:57:29] <Sangar> heythere ;)
L285[10:02:39] *** ConcernedSlippin is now known as ConcernedHobbit
L286[10:04:45] * vifino cuddles DeanIsaKitty
L287[10:10:02] ⇦ Quits: vifino (me@vifino.cc) (Ping timeout: 186 seconds)
L288[10:10:03] ⇨ Joins: vifino_ (me@vifino.cc)
L289[10:11:21] *** vifino_ is now known as vifino
L290[10:20:54] ⇨ Joins: Flenix (~Flenix@054296b4.skybroadband.com)
L291[10:42:00] ⇨ Joins: Johannes13 (~Johannes@p4FDE9BEA.dip0.t-ipconnect.de)
L292[10:43:12] *** Keridos_off is now known as Keridos
L293[10:45:55] ⇨ Joins: gjgfuj (~gjgfuj@119.15.76.203)
L294[10:47:01] <gjgfuj> http://pastebin.com/4QUdhMyt
L295[10:47:19] <gjgfuj> The if statement seems to never be true.
L296[10:47:51] <Keridos> do the opencomponents inventory operation apply to every sidedinventory?
L297[10:47:56] <gjgfuj> No wait that's the wrong file.
L298[10:49:12] <Keridos> Sangar: I might be able to help a bit with the AE2 stuff
L299[10:49:32] <Keridos> but have 0 experience in writing drivers for OC :D
L300[10:50:43] <Sangar> Keridos, cool. for starters, a list of callbacks that would make sense (a description of what they'd do) would be massively helpful, i think
L301[10:51:06] <Sangar> sidedinv: if an inv implements sidedinventory that's respected/used, yes
L302[10:51:51] <Keridos> So basically like requestCrafting("id","meta","number"): Request a craft for that item, autoassigning a crafting CPU to it and maybe a brief check on how the AE2 API implements this?
L303[10:52:21] <Sangar> Keridos, basically, yup! that'd help a lot :)
L304[10:52:51] <Sangar> especially the 'what does this mean on the ae2 end' part, like the 'autoassign a crafting cpu' you just mentioned.
L305[10:53:06] <Keridos> uh ae2 is opensource even now
L306[10:53:07] <Keridos> that was fast
L307[10:57:55] <skyeIsaKitty> .w redstone
L308[10:57:56] <^v> skyeIsaKitty, http://ocd.cil.li/component:redstone
L309[11:00:32] <Keridos> meh the API regarding the crafting process is on the wrong level
L310[11:00:45] <Keridos> it describes on how to add a block that interacts directly as part of the system
L311[11:00:57] <Keridos> i just want the functionality like an interface does
L312[11:01:23] <skyeIsaKitty> .w colour
L313[11:01:23] <^v> skyeIsaKitty, Not found. did you want "color api"?
L314[11:01:27] <skyeIsaKitty> .w colour a0pi
L315[11:01:27] <^v> skyeIsaKitty, Not found. did you want "color api"?
L316[11:01:29] <skyeIsaKitty> .w colour api
L317[11:01:29] <^v> skyeIsaKitty, Not found. did you want "color api"?
L318[11:01:34] <skyeIsaKitty> .w color api
L319[11:01:34] <^v> skyeIsaKitty, http://ocd.cil.li/api:colors
L320[11:01:46] * skyeIsaKitty stabs ^v
L321[11:01:54] <Kilobyte> Sangar: tomorrow exam?
L322[11:02:11] <Sangar> Kilobyte, tuesday. tomorrow dentist \o/
L323[11:02:26] <Kilobyte> well then good luck
L324[11:02:32] <Sangar> thanks!
L325[11:02:33] <Kilobyte> for both
L326[11:03:12] <Sangar> Keridos, "ingame" logic would be good enough i think. i.e. what does it correspond to in "player action", just to help me/lordjoda understand what it should do in general.
L327[11:03:31] <Keridos> ok, shall I do that in the issue tracker?
L328[11:03:44] <Sangar> Keridos, sure, just put it in the existing issue :)
L329[11:05:18] <Kilobyte> Sangar: scala + html guis == pain
L330[11:05:40] <Sangar> Kilobyte, X + html Y == pain
L331[11:05:55] <Kilobyte> I want Qt bindings for scala
L332[11:06:15] <Kilobyte> depends, if you use haml it's fine
L333[11:06:32] <Sangar> doesn't count
L334[11:06:48] <gjgfuj> Anyone willing to help me for this at all?
L335[11:06:49] <gjgfuj> http://pastebin.com/CV0KndwL
L336[11:07:01] <Kilobyte> css is way worse than html
L337[11:07:28] <Kilobyte> Sangar: CSS is brainmelt
L338[11:07:31] <Sangar> gjgfuj, what's not working?
L339[11:07:42] <gjgfuj> It seems to be not true on the if statement.
L340[11:07:43] <Sangar> Kilobyte, css can be fun :>
L341[11:07:47] <gjgfuj> Ever.
L342[11:07:58] <Sangar> line?
L343[11:08:05] <gjgfuj> 24.
L344[11:08:06] <Kilobyte> if you are masochist it definitely is
L345[11:08:44] <gjgfuj> It's supposed to be true if neither are equal to the things.
L346[11:09:41] <gjgfuj> Am I just dumb?
L347[11:10:43] <Sangar> gjgfuj, have you tried throwing a print in there to see if command and arguments are what you expect them to be?
L348[11:11:07] <gjgfuj> I'll have a look.
L349[11:12:45] <Kilobyte> Sangar: i still want Qt for scala :/
L350[11:13:05] <Sangar> Kilobyte, make it. maybe you'll get famous for it!
L351[11:13:34] <Kilobyte> that means I gotta dig into c++ and especially JNI
L352[11:13:55] <Sangar> use jna
L353[11:14:25] <gjgfuj> Sangar, they are what I expect them to be.
L354[11:14:38] <Kilobyte> I also gotta figure out quite a few things
L355[11:14:41] <gjgfuj> command is not equal to lastCommand.
L356[11:14:48] <gjgfuj> But it's not triggering.
L357[11:15:03] <gjgfuj> Oh.
L358[11:15:07] <gjgfuj> I fail at logic.
L359[11:15:08] <Keridos> first few ideas in the comment now
L360[11:15:12] <gjgfuj> It's or not and.
L361[11:15:27] <gjgfuj> Derp.
L362[11:15:39] <Sangar> and i failed at understanding what you wanted to do :P oh well
L363[11:16:25] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L364[11:16:26] zsh sets mode: +v on asie
L365[11:16:27] <Sangar> Keridos, great, thanks :)
L366[11:16:38] <Keridos> gonna add more when I get more ideas
L367[11:16:56] *** SleepingFairy is now known as Daiyousei
L368[11:17:07] <Sangar> sure. i'll discuss them with lordjoda... after tuesday (read: after my final exam :P)
L369[11:17:12] <Sangar> a propos, back to learning a bit. bbl
L370[11:19:57] <skyeIsaKitty> .w event
L371[11:19:57] <^v> skyeIsaKitty, http://ocd.cil.li/api:event
L372[11:31:37] *** DeanIsaKitty is now known as DeanIsGone
L373[11:36:00] *** prasselpikachu is now known as prassel|off
L374[11:36:01] *** skyeIsaKitty is now known as skye|away
L375[11:36:26] ⇨ Joins: Nibato (~nibato@97-81-156-37.dhcp.gwnt.ga.charter.com)
L376[11:42:21] <gjgfuj> What does the external/internal button on a server rack do?
L377[11:43:32] <Ender> internal means that the switch will only work on the internal servers, external is the same as before the button was added
L378[11:43:57] *** alekso56_off is now known as alekso56
L379[11:44:02] ⇦ Quits: Wembly (~Wembly@50.240.220.69) (Ping timeout: 186 seconds)
L380[11:46:43] *** alekso56 is now known as alekso56_off
L381[11:50:22] <Ender> .w signals
L382[11:50:22] <^v> Ender, http://ocd.cil.li/component:signals
L383[12:06:50] *** Flenix is now known as Flenix|RealLifeMC
L384[12:13:30] ⇦ Quits: justastranger|zzz (justastran@thinks.men.can-be.sexy) (Remote host closed the connection)
L385[12:17:33] *** DeanIsGone is now known as DeanIsaKitty
L386[12:22:33] ⇨ Joins: gjgfuj1 (~gjgfuj@119.15.76.203)
L387[12:23:14] ⇦ Quits: gjgfuj (~gjgfuj@119.15.76.203) (Ping timeout: 186 seconds)
L388[12:23:24] *** gjgfuj1 is now known as gjgfuj
L389[12:25:06] ⇨ Joins: AtomSponge (~AtomSpong@aftr-37-201-225-144.unity-media.net)
L390[12:28:49] *** prassel|off is now known as prasselpikachu
L391[12:32:28] *** alekso56_off is now known as alekso56
L392[12:33:16] ⇨ Joins: Altenius (~Altenius4@199.193.183.1)
L393[12:35:43] *** alekso56 is now known as alekso56_off
L394[12:36:23] *** Techokami|Off is now known as Techokami
L395[12:42:43] ⇨ Joins: Ir7_o (~Ir7_o@79.143.191.185)
L396[12:42:44] zsh sets mode: +o on Ir7_o
L397[12:43:45] ⇨ Joins: I_4r (~i_4r@60.231.233.123)
L398[12:43:57] ⇨ Joins: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com)
L399[12:44:28] ⇨ Joins: iceman11a (iceman11a@cpe-74-141-56-150.swo.res.rr.com)
L400[12:44:37] ⇦ Quits: Trangar (~Trangar3@188-142-42-190.FTTH.ispfabriek.nl) (Quit: Leaving)
L401[12:45:26] ⇦ Quits: I_4r (~i_4r@60.231.233.123) (Read error: Connection reset by peer)
L402[12:49:38] *** ShadowKatStudios is now known as SKS-Away
L403[12:50:18] ⇨ Joins: CompanionCube (~samis@90.203.67.127)
L404[12:50:58] *** Techokami is now known as Techokami|Off
L405[12:51:38] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 186 seconds)
L406[12:54:30] *** SKS-Away is now known as ShadowKatStudios
L407[12:55:43] ⇨ Joins: dangranos_ (~dangranos@37.23.137.65)
L408[12:57:06] *** skye|away is now known as skyeIsaKitty
L409[12:57:46] <gjgfuj> So basically autorun.lua is run on every fs by openos right?
L410[12:58:21] ⇦ Quits: iceman11a (iceman11a@cpe-74-141-56-150.swo.res.rr.com) (Quit: Leaving)
L411[12:58:39] ⇦ Quits: dangranos (~dangranos@37.23.137.65) (Ping timeout: 201 seconds)
L412[12:58:40] <Ender> Sangar, do wireless accesspoints only relay Wireless<=>wired or do they relay wireless to other wireless devices in range?
L413[12:59:19] <Ir7_o> How can you connect a redstone i/o to a server rack?
L414[12:59:31] <skyeIsaKitty> cables
L415[12:59:38] <Ir7_o> ..
L416[12:59:42] <Ir7_o> i just get errors
L417[13:01:28] <skyeIsaKitty> did you select the right side on the server rack?
L418[13:01:33] ⇨ Joins: samis (~samis@90.203.80.64)
L419[13:01:42] <Ir7_o> what do you mean?
L420[13:02:26] <ShadowKatStudios> YES! FINALLY! Yahoo is dead!
L421[13:02:32] <samis> ShadowKatStudios, what?
L422[13:03:00] <skyeIsaKitty> Wait, are using a remote terminal or a screen?
L423[13:03:07] <Ir7_o> remote term
L424[13:03:23] <Ir7_o> im getting no primary redstone available
L425[13:03:33] <ShadowKatStudios> http://arstechnica.com/information-technology/2014/09/yahoo-killing-off-yahoo-after-20-years-of-hierarchical-organization/
L426[13:03:44] <ShadowKatStudios> What /do/ yahoo do now?
L427[13:04:02] <Ender> Ir7_o, you sure you connected it to the correct side?
L428[13:04:08] <samis> ShadowKatStudios, email
L429[13:04:12] ⇦ Quits: CompanionCube (~samis@90.203.67.127) (Ping timeout: 201 seconds)
L430[13:04:16] <samis> my ISP uses yahoo email ._.
L431[13:04:31] <Ir7_o> i connected the cable to the right side of the server rack
L432[13:04:40] <Ir7_o> and using sides.right
L433[13:05:01] <Ender> got screenshots of the setup + server rack gui?
L434[13:07:02] <ShadowKatStudios> Your ISP still does email?
L435[13:07:36] <Ir7_o> got a fix, my client crashed.
L436[13:07:45] <Ir7_o> it seem to have sorted itself out
L437[13:07:49] <Ir7_o> this is odd.
L438[13:08:54] <Ender> lol
L439[13:09:52] <samis> ShadowKatStudios, nope. They use Yahoo email - all they 'do' is provide the domain
L440[13:10:22] <ShadowKatStudios> Holy 8, /g/ has Lisp General
L441[13:10:25] <ShadowKatStudios> s/8/*
L442[13:10:25] <Kibibyte> <ShadowKatStudios> Holy *, /g/ has Lisp General
L443[13:10:30] <ShadowKatStudios> fucking shift key
L444[13:11:01] <Ender> lol
L445[13:17:05] ⇨ Joins: daylight_sensor (~bob@90.202.64.252)
L446[13:24:38] <Ender> .tell Sangar, do wireless accesspoints only relay Wireless<=>wired or do they relay wireless to other wireless devices in range?
L447[13:24:38] <^v> Ender, Message queued.
L448[13:25:06] *** dsAway is now known as ds84182
L449[13:27:55] <daylight_sensor> hola
L450[13:30:07] <skyeIsaKitty> .w redstone event
L451[13:30:07] <^v> skyeIsaKitty, Not found. did you want "redstone api"?
L452[13:30:12] *** alekso56_off is now known as alekso56
L453[13:30:12] <skyeIsaKitty> .w signals
L454[13:30:13] <^v> skyeIsaKitty, http://ocd.cil.li/component:signals
L455[13:36:57] <daylight_sensor> .w redstone
L456[13:36:57] <^v> daylight_sensor, http://ocd.cil.li/component:redstone
L457[13:37:05] <daylight_sensor> skyeIsaKitty: ^ you need that one?
L458[13:37:32] <skyeIsaKitty> I needed how to register a signal
L459[13:37:42] <skyeIsaKitty> and what signal redstone fired
L460[13:37:46] <skyeIsaKitty> I got it now
L461[13:42:57] <daylight_sensor> ok
L462[13:46:52] <Ender> .w oppm
L463[13:46:52] <^v> Ender, http://ocd.cil.li/tutorial:program:oppm
L464[13:47:54] <DeanIsaKitty> .p
L465[13:48:16] <DeanIsaKitty> ;-;
L466[13:48:29] * DeanIsaKitty punches ^v
L467[13:49:01] <Ender> .p
L468[13:49:01] <^v> Ping reply from Ender 0.17s
L469[13:49:06] <Ender> .p DeanIsaKitty
L470[13:49:14] <Ender> hmm
L471[13:49:24] <Caitlyn> he doesn't reply to CTCPs... :/
L472[13:51:26] <ShadowKatStudios> .p
L473[13:51:27] <^v> Ping reply from ShadowKatStudios 0.6s
L474[13:51:31] <ShadowKatStudios> .p
L475[13:51:32] <^v> Ping reply from ShadowKatStudios 0.6s
L476[13:51:43] <DeanIsaKitty> ;-;
L477[13:51:45] * DeanIsaKitty punches atomic
L478[13:52:02] ⇦ Parts: skyeIsaKitty (skyem123@theender.net) (Leaving))
L479[13:52:19] ⇨ Joins: skyeIsaKitty (skyem123@theender.net)
L480[13:52:48] <ds84182> what is happening to my internet speed
L481[13:52:48] <ds84182> .p
L482[13:52:50] <ds84182> I was getting 100kb/s on this download, now I only get 10kb/s
L483[13:53:34] <skyeIsaKitty> Hm...
L484[13:53:36] <^v> Ping reply from ds84182 47.67s
L485[13:53:42] <ShadowKatStudios> o.o
L486[13:54:19] <skyeIsaKitty> ds84182, worse than my holiday
L487[13:54:26] <ds84182> O_O
L488[13:54:47] <skyeIsaKitty> How can I remove an event handler?
L489[13:54:50] <ds84182> something is on my network eating all the bandwidth
L490[13:56:02] ⇦ Quits: Johannes13 (~Johannes@p4FDE9BEA.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L491[13:57:42] <ds84182> .p
L492[13:58:02] <skyeIsaKitty> How can I remove an event handler?
L493[13:58:04] <^v> Ping reply from ds84182 0.95s
L494[13:58:14] <skyeIsaKitty> .p
L495[13:58:14] <^v> Ping reply from skyeIsaKitty 0.17s
L496[13:58:15] <ds84182> idk
L497[13:58:32] <ShadowKatStudios> One server in my rack can't recieve from other servers in the rack
L498[13:58:40] *** alekso56 is now known as alekso56_off
L499[13:59:43] <ShadowKatStudios> Ah, had to assign sides
L500[14:04:34] <daylight_sensor> ShadowKatStudios: i set all my sides to "none"
L501[14:05:35] <daylight_sensor> oh derp, those are the ones i have disabled
L502[14:06:54] <daylight_sensor> ShadowKatStudios: do you want to play on my friend's server with me
L503[14:07:37] <daylight_sensor> he's not a very liked people in this chat apparently, but i think he wont mind
L504[14:07:50] <daylight_sensor> i playing as him
L505[14:09:49] <daylight_sensor> Also, take a look at this guys — these tanks have been in use for like 10 hours! https://www.dropbox.com/s/udd1inn1mdmkiue/Screenshot%202014-09-28%2015.09.33.png?dl=0
L506[14:11:05] <ShadowKatStudios> daylight_sensor: WHat's his name?
L507[14:11:24] <daylight_sensor> im playing as his ilikephp person
L508[14:11:30] <Ender> why does that not surprise me?
L509[14:11:34] * Caitlyn facepalms
L510[14:11:41] ⇨ Joins: TangentDelta (~christine@63.143.24.24)
L511[14:11:45] <Ender> you wanna know why we're edgy about him?
L512[14:11:48] <ShadowKatStudios> The guy's name, though?
L513[14:11:59] <daylight_sensor> ShadowKatStudios: his name is Sam
L514[14:12:06] <daylight_sensor> Ender: ok
L515[14:12:17] <ShadowKatStudios> *facedesk* What's the MC name he's using?
L516[14:12:20] <daylight_sensor> wait —edgy? what do you mean
L517[14:12:29] <daylight_sensor> ShadowKatStudios: i told you — im playing as his ilikephp person
L518[14:12:39] ⇦ Quits: Vexatos (~Vexatos@p200300556E319A12ED041DE89145E12F.dip0.t-ipconnect.de) (Ping timeout: 201 seconds)
L519[14:12:54] <ShadowKatStudios> If oyu'-wait, nevermind
L520[14:12:56] <Ender> It's because he DDoS'd our forums because of a certain user in this channel who i wont name for reasons
L521[14:12:58] <Kilobyte> afternoon
L522[14:13:10] <daylight_sensor> Ender: what is ddos
L523[14:13:24] <daylight_sensor> (i dont get online much, because at my home we have 3gb per month)
L524[14:13:33] <Ender> Distributed Denial Of Service, it's illegal almost anywhere with internet access
L525[14:13:35] <ShadowKatStudios> Distributed denial of service, http://en.wikipedia.org/wiki/DDoS
L526[14:13:46] <daylight_sensor> what does distributed mean
L527[14:13:57] <Ender> more than one computer doing it
L528[14:14:10] <daylight_sensor> ok
L529[14:14:12] <daylight_sensor> thanks
L530[14:14:57] <daylight_sensor> ShadowKatStudios: do you want to play though
L531[14:15:03] <daylight_sensor> they are not on, since im on
L532[14:15:06] *** alekso56_off is now known as alekso56
L533[14:15:08] <ShadowKatStudios> I think it'd be best if I didn't play- it wasn't my fault, but last time I played on the same server as him, multiple people got banned over silly reasons then illegal stuff happened and I'm busy atm anyway
L534[14:15:32] <daylight_sensor> ShadowKatStudios: oh, well if it helps, im the op player
L535[14:17:17] <daylight_sensor> he said anything that happens with the server is on me
L536[14:19:09] <ShadowKatStudios> Like I said, I'm sorta busy; imgur and /c/
L537[14:19:31] <daylight_sensor> ShadowKatStudios: do you have a server
L538[14:20:47] <samis> ShadowKatStudios, illegal stuffs? like?
L539[14:20:53] <ShadowKatStudios> samis: DDoSing
L540[14:20:58] <samis> oh
L541[14:21:18] <ShadowKatStudios> I do not have a server, but I am on a server.
L542[14:32:38] *** DeanIsaKitty is now known as DeanIsGone
L543[14:34:48] <daylight_sensor> ShadowKatStudios: what is the name
L544[14:38:56] <ShadowKatStudios> The Enderverse
L545[14:40:27] <daylight_sensor> ShadowKatStudios: i mean ip
L546[14:40:46] <Caitlyn> -_-
L547[14:41:45] <gamax92> ohai
L548[14:43:06] <Altenius> I might rewrite OCEmulator with GTK
L549[14:43:17] <gamax92> .-.
L550[14:43:50] *** ShadowKatStudios is now known as SKS-Away
L551[14:43:52] *** alekso56 is now known as alekso56_off
L552[14:43:53] <Altenius> It's sloppy right now.
L553[14:44:04] <Altenius> Also, how the hell to people use vim for large projects?
L554[14:45:01] ⇨ Joins: Lumien (~lumien@p4FED5F60.dip0.t-ipconnect.de)
L555[14:45:01] *** alekso56_off is now known as alekso56
L556[14:47:25] <Altenius> Also in C instead of C++
L557[14:48:39] *** DeanIsGone is now known as DeanIsaKitty
L558[14:52:00] <Ender> .l 80 * 16
L559[14:52:00] <^v> Ender, 1280
L560[14:58:58] <gamax92> .l 1208/80
L561[14:58:58] <^v> gamax92, 15.1
L562[14:59:04] <gamax92> :I
L563[14:59:38] ⇦ Quits: gjgfuj (~gjgfuj@119.15.76.203) (Ping timeout: 186 seconds)
L564[15:03:29] *** Graypup|AFK is now known as Graypup_
L565[15:05:17] *** SkylordRS|zzz is now known as SkylordRedstone
L566[15:10:45] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L567[15:10:45] zsh sets mode: +v on asie
L568[15:16:10] *** alekso56 is now known as alekso56_off
L569[15:17:04] ⇦ Quits: Altenius (~Altenius4@199.193.183.1) (Remote host closed the connection)
L570[15:17:13] *** manmaed is now known as manmaed|AFK
L571[15:17:24] ⇨ Joins: gjgfuj (~gjgfuj@119.15.76.203)
L572[15:17:45] *** alekso56_off is now known as alekso56
L573[15:26:44] *** prasselpikachu is now known as prassel|off
L574[15:28:16] *** prassel|off is now known as prasselpikachu
L575[15:31:05] *** ds84182 is now known as dsAway
L576[15:33:19] *** prasselpikachu is now known as Biohazard
L577[15:33:29] *** Biohazard is now known as prasselpikachu
L578[15:37:39] ⇨ Joins: Trangar (~Trangar3@188-142-42-190.FTTH.ispfabriek.nl)
L579[15:44:27] <daylight_sensor> hi guys
L580[15:44:39] <daylight_sensor> what mod does good well with open computers
L581[15:44:41] <daylight_sensor> like
L582[15:44:49] <daylight_sensor> what mod can work like open component
L583[15:44:53] <daylight_sensor> that adds more stuff
L584[15:46:42] <daylight_sensor> gamax92: do you know any
L585[15:47:35] <daylight_sensor> .l 1+1
L586[15:47:35] <^v> daylight_sensor, 2
L587[15:47:38] <daylight_sensor> wizard
L588[15:48:02] <daylight_sensor> .l 2+2
L589[15:48:02] <^v> daylight_sensor, 4
L590[15:48:06] <daylight_sensor> .l 4+4
L591[15:48:06] <^v> daylight_sensor, 8
L592[15:48:12] <Ender> dont spam the bot
L593[15:48:15] <daylight_sensor> sorry
L594[15:48:19] <daylight_sensor> i wanted to get it to 1024
L595[15:48:28] <Ender> you can, just do it in a pm
L596[15:48:34] <daylight_sensor> how do i pm
L597[15:48:41] <vifino> >_<
L598[15:48:44] <Ender> private message
L599[15:48:47] <daylight_sensor> how
L600[15:48:57] <Ender> generally /msg <user> <stuff>
L601[15:49:01] <daylight_sensor> ok thanks
L602[15:50:10] <daylight_sensor> Ender: https://www.dropbox.com/s/wg5vtudkpk2mjc8/Screenshot%202014-09-28%2016.50.02.png?dl=0
L603[15:52:46] <daylight_sensor> also, my friend told me to tell you he is sorry for the problem in past
L604[15:53:36] *** DeanIsaKitty is now known as DeanIsGone
L605[15:54:48] ⇨ Joins: Vexatos (~Vexatos@p5B3C8ACB.dip0.t-ipconnect.de)
L606[15:55:00] <daylight_sensor> Also (again), what do you think of this house I made? https://www.dropbox.com/s/fvj4djp2ircfjv7/2014-09-28_16.51.51.png?dl=0
L607[16:00:31] <Graypup_> so I have a program that's essentially, [requires] b = component.proxy("b82") assert(b)
L608[16:00:37] <Graypup_> and it fails the assertion
L609[16:00:41] <Graypup_> am I derping?
L610[16:01:13] <Graypup_> yep
L611[16:01:21] <Graypup_> need to component.get first
L612[16:06:14] <Graypup_> hmm now I'm extra confused
L613[16:06:40] <Graypup_> none of the cardinal directions when calling getInput on a redstone io block seem to give any output
L614[16:08:51] *** manmaed|AFK is now known as manmaed
L615[16:12:02] *** Cruor is now known as Cruor|Away
L616[16:15:05] *** DeanIsGone is now known as DeanIsaKitty
L617[16:16:26] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 186 seconds)
L618[16:16:53] ⇨ Joins: Altenius (~Altenius4@199.193.183.1)
L619[16:18:23] *** Cruor|Away is now known as Cruor
L620[16:20:12] ⇨ Joins: mallrat208 (~mallrat20@68.204.184.175)
L621[16:22:42] <daylight_sensor> guys, what would you call the name of your hdd?
L622[16:22:49] <daylight_sensor> like, where it has 484-oe-3sk0 stuff
L623[16:23:28] <Graypup_> 484
L624[16:23:48] <Graypup_> are you trying to access it through the component API?
L625[16:25:37] <SKS-Away> .w gpu
L626[16:25:37] <^v> SKS-Away, http://ocd.cil.li/component:gpu
L627[16:26:08] <skyeIsaKitty> .w fire
L628[16:26:09] <^v> skyeIsaKitty, Not found. did you want "sides api"?
L629[16:26:10] ⇨ Joins: Xilandro (~Kodos@2602:306:ce20:6c30:6002:b1d6:880:2d3)
L630[16:26:11] <skyeIsaKitty> .w file
L631[16:26:11] <^v> skyeIsaKitty, Not found. did you want "sign component"?
L632[16:26:16] <skyeIsaKitty> .w io
L633[16:26:17] <^v> skyeIsaKitty, http://www.lua.org/manual/5.2/manual.html#6.8
L634[16:26:26] <daylight_sensor> Graypup_: no, im merely wondering what you would call the device's name
L635[16:26:30] <daylight_sensor> like, is it just a name
L636[16:26:34] <daylight_sensor> or a tag
L637[16:26:35] <Graypup_> yeah 484
L638[16:26:42] <Graypup_> which is the first 3 letters/digits
L639[16:26:45] <daylight_sensor> no, the name of its name
L640[16:26:49] <daylight_sensor> not its actual name
L641[16:26:57] <daylight_sensor> if you were asking someone to input the first 3 characters
L642[16:27:00] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L643[16:27:00] zsh sets mode: +v on asie
L644[16:27:07] <daylight_sensor> would you say "please input the first 3 characters of the hdd's name"
L645[16:27:10] <daylight_sensor> or what would you say
L646[16:27:26] <daylight_sensor> there's a special name for it
L647[16:28:11] <Graypup_> short ID?
L648[16:28:39] <daylight_sensor> what would it be called if it was long
L649[16:28:44] <daylight_sensor> like, at its original state
L650[16:28:47] <Graypup_> component ID
L651[16:28:52] <daylight_sensor> mm
L652[16:28:56] ⇦ Quits: Kodos (~Kodos@2602:306:ce20:6c30:a8e5:385e:746b:7699) (Ping timeout: 201 seconds)
L653[16:31:39] <daylight_sensor> .w component
L654[16:31:39] <^v> daylight_sensor, http://ocd.cil.li/component
L655[16:36:17] ⇨ Joins: Johannes13 (~Johannes@141.70.98.103)
L656[16:47:20] ⇦ Quits: Flenix|RealLifeMC (~Flenix@054296b4.skybroadband.com) (Read error: Connection reset by peer)
L657[17:01:14] *** DeanIsaKitty is now known as DeanIsGone
L658[17:02:24] <gamax92> .l x = [["x = [" .. "[" .. x .. "]" .. "]\nprint(" .. x)]] print("x = [" .. "[" .. x .. "]" .. "]\nprint(" .. x)
L659[17:02:24] <^v> gamax92, nil
L660[17:02:27] <gamax92> uwot
L661[17:02:48] <gamax92> .l x = [["x = [" .. "[" .. x .. "]" .. "]\nprint(" .. x)]] return "x = [" .. "[" .. x .. "]" .. "]\nprint(" .. x
L662[17:02:49] <^v> gamax92, x = [["x = [" .. "[" .. x .. "]" .. "]\nprint(" .. x)]] | print("x = [" .. "[" .. x .. "]" .. "]\nprint(" .. x)
L663[17:02:50] ⇦ Quits: Lathanael|Away (~Lathanael@p54973514.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L664[17:04:02] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 186 seconds)
L665[17:06:38] <daylight_sensor> how do you get a computer to beep
L666[17:06:49] <gamax92> computer.beep?
L667[17:08:39] <daylight_sensor> gamax92: require("computer")?
L668[17:08:58] ⇨ Joins: Lathanael|Away (~Lathanael@p54973347.dip0.t-ipconnect.de)
L669[17:09:14] <gamax92> daylight_sensor: you have to require all of the apis
L670[17:17:19] <daylight_sensor> gamax92: what mod goes with open computers
L671[17:17:23] <daylight_sensor> that adds more
L672[17:17:31] <gamax92> .jenkins
L673[17:17:33] <gamax92> .j
L674[17:17:39] <gamax92> >>_
L675[17:17:43] <gamax92> Caitlyn: whats the command
L676[17:17:55] <^v> gamax92, Build #557 for OpenComputers: http://bit.ly/1uLGs15 14 days 19 hours 47 minutes ago
L677[17:17:55] <EnderBot2> Latest builds: OpenGX: #17 | ICBMComponent: #21 | OpenLights1.7: #17 | OpenComputers: #557 | OpenComputers-MC1.7.10: #65 | OpenComponents: #51 | OpenPrinter: #75 | Kilo1710: #6 | OpenComponents-MC1.7: #20 | OpenLights: #20 | Kilo164: #11 | OpenPrinter1.7: #71
L678[17:17:57] <gamax92> oh okay.
L679[17:18:27] <gamax92> daylight_sensor: well theres opengx, icbmcomponent, openlights, opencomponents openprinter, and my own mod masssound
L680[17:18:35] <gamax92> computronics also goes with open computers
L681[17:18:48] <gamax92> i have my port of cclights2 as well
L682[17:20:22] ⇨ Joins: Epix (~Epix@2605:8900:5000:1001:8:0:10b:2)
L683[17:22:02] ⇨ Joins: Michiyo (~Caitlyn@2001:470:1f11:def:dead:beef:1bad:babe)
L684[17:22:24] ⇨ Joins: Maxwolf (labs@pipette.madsciencemod.com)
L685[17:22:24] zsh sets mode: +v on Maxwolf
L686[17:25:13] ⇦ Quits: dangranos_ (~dangranos@37.23.137.65) (Quit: Leaving)
L687[17:29:19] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L688[17:29:19] zsh sets mode: +v on asie
L689[17:33:44] <Graypup_> I need help with the direction system of the redstone io port
L690[17:42:46] <daylight_sensor> .l print(tonumber("hi"))
L691[17:42:46] <^v> daylight_sensor, nil
L692[17:52:26] *** DeanIsGone is now known as DeanIsaKitty
L693[17:54:50] *** Techokami|Off is now known as Techokami
L694[18:12:45] ⇨ Joins: justastranger|zzz (justastran@b1f-005.static.bnc4free.com)
L695[18:12:48] *** justastranger|zzz is now known as justastranger
L696[18:16:21] ⇨ Joins: iceman11a (iceman11a@cpe-74-141-56-150.swo.res.rr.com)
L697[18:17:18] <iceman11a> when a pc boots and I'm at the prompt and I type in components and it gives me a list of components. and I see one I want to see the functions for. what do I type
L698[18:24:16] <daylight_sensor> if i open a file with "w"
L699[18:24:18] <daylight_sensor> i cannot read it?
L700[18:31:00] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Remote host closed the connection)
L701[18:31:17] <gamax92> daylight_sensor: that is correct
L702[18:32:53] ⇦ Quits: Altenius (~Altenius4@199.193.183.1) (Ping timeout: 201 seconds)
L703[18:39:34] <daylight_sensor> gamax92: this is giving me an error (ill share that) https://www.dropbox.com/s/9kvy09la0hdxyqn/Screenshot%202014-09-28%2019.39.22.png?dl=0
L704[18:39:48] <daylight_sensor> https://www.dropbox.com/s/ukvnwd7ds6kmobe/Screenshot%202014-09-28%2019.39.45.png?dl=0
L705[18:40:14] <gamax92> so, what is the error
L706[18:40:19] <daylight_sensor> i shared it
L707[18:40:26] <gamax92> you showed me coded
L708[18:40:29] <gamax92> and no errors
L709[18:40:32] <daylight_sensor> you didnt look at the second one
L710[18:40:38] <gamax92> Ahh, sorry
L711[18:40:54] *** AngieBLD|Off is now known as AngieBLD
L712[18:41:16] <gamax92> daylight_sensor: does your file have any content in it?
L713[18:41:21] <daylight_sensor> yes, {}
L714[18:41:40] <gamax92> well what im getting is that its reading nothing, and returns a nil
L715[18:41:44] *** AngieBLD is now known as AngieBLD|Off
L716[18:41:49] <daylight_sensor> here's 'ls': https://www.dropbox.com/s/ob9ktdqxsrvtrnj/Screenshot%202014-09-28%2019.41.33.png?dl=0 — and ill screenshot the file
L717[18:42:11] <daylight_sensor> oh wait
L718[18:42:14] <daylight_sensor> when i save it with {}
L719[18:42:18] <daylight_sensor> it goes empty
L720[18:42:20] <daylight_sensor> o.o
L721[18:45:05] <daylight_sensor> I did { [\n\n] }
L722[18:45:12] <daylight_sensor> (\n being new lines)
L723[18:45:16] <daylight_sensor> and then it saved good
L724[18:45:22] <daylight_sensor> and it still loads empty
L725[18:46:37] <daylight_sensor> gamax92: same error for this, too: https://www.dropbox.com/s/35w89kxprr2p8e7/Screenshot%202014-09-28%2019.46.28.png?dl=0
L726[18:46:43] <gamax92> oh i know, when you open it with "w" it will clear the file
L727[18:46:48] <gamax92> use "a" to keep the contents
L728[18:48:35] <daylight_sensor> oh
L729[18:48:44] <daylight_sensor> what if
L730[18:48:46] <daylight_sensor> i open the file
L731[18:48:49] <daylight_sensor> get its contents
L732[18:48:55] <daylight_sensor> open for writing and then instantly write to it
L733[18:48:57] <daylight_sensor> :D?
L734[18:49:05] <gamax92> or, just open it with "a"
L735[18:49:11] <daylight_sensor> i dont want to append
L736[18:49:18] <daylight_sensor> since im storing a table
L737[18:49:26] <gamax92> oh, then yeah that should work
L738[18:49:30] <daylight_sensor> ok
L739[18:51:34] <daylight_sensor> yep!
L740[18:51:38] <daylight_sensor> thanks gamax92
L741[18:59:10] * vifino hugs DeanIsaKitty and gamax92
L742[19:01:53] * skyeIsaKitty hugs vifino
L743[19:02:18] * vifino hugs skyem123
L744[19:05:49] ⇦ Quits: Logan|zzz (~Logan@2607:5300:60:47bc::) (Quit: robots are cool)
L745[19:10:17] ⇨ Joins: Logan|zzz (~Logan@2607:5300:60:47bc::)
L746[19:10:44] *** Logan|zzz is now known as Logan
L747[19:14:30] <iceman11a> getPressure() seems to be missing for the air_compressor table. any one have any ideas if this will be added back in the next version
L748[19:16:32] <daylight_sensor> gamax92: a problem
L749[19:16:40] <gamax92> a solution
L750[19:16:46] <daylight_sensor> {}{someone={stuff=""}}
L751[19:16:48] <daylight_sensor> gets generated
L752[19:16:53] <daylight_sensor> since i write to the file further down
L753[19:17:31] <gamax92> daylight_sensor: are you closing files when you are done with them?
L754[19:17:46] <daylight_sensor> i think i might know a fix
L755[19:20:01] <daylight_sensor> fixed it
L756[19:25:03] ⇨ Joins: Altenius (~Altenius4@199.193.183.1)
L757[19:28:23] ⇦ Quits: iceman11a (iceman11a@cpe-74-141-56-150.swo.res.rr.com) (Quit: Leaving)
L758[19:32:50] ⇦ Quits: gjgfuj (~gjgfuj@119.15.76.203) (Ping timeout: 186 seconds)
L759[19:40:36] <daylight_sensor> gamax92: does tostring() exist?
L760[19:41:22] <daylight_sensor> nvm
L761[19:41:33] ⇦ Quits: Vexatos (~Vexatos@p5B3C8ACB.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L762[19:46:29] ⇨ Joins: gjgfuj (~gjgfuj@119.15.76.203)
L763[19:52:27] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L764[19:52:28] zsh sets mode: +v on asie
L765[20:00:32] *** dsAway is now known as ds84182
L766[20:08:50] *** SkylordRedstone is now known as SkylordRS|zzz
L767[20:23:14] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 198 seconds)
L768[20:24:24] ⇨ Joins: xcorn (~xcorn@c-75-70-114-152.hsd1.co.comcast.net)
L769[20:24:31] <gamax92> ~w component:filesystem
L770[20:24:35] <gamax92> .-.
L771[20:24:50] *** DeanIsaKitty is now known as DeanIsGone
L772[20:25:06] ⇦ Quits: xcorn (~xcorn@c-75-70-114-152.hsd1.co.comcast.net) (Remote host closed the connection)
L773[20:25:15] ⇨ Joins: xcorn (~xcorn@c-75-70-114-152.hsd1.co.comcast.net)
L774[20:25:16] <gamax92> ~Wiki component:filesystem
L775[20:25:16] <xcorn> http://ocd.cil.li/component:filesystem
L776[20:25:18] <gamax92> there
L777[20:32:32] ⇦ Quits: AtomSponge (~AtomSpong@aftr-37-201-225-144.unity-media.net) (Quit: Leaving)
L778[20:39:44] <ds84182> minetest is suprisingly limited
L779[20:42:10] *** DeanIsGone is now known as DeanIsaKitty
L780[20:43:24] *** Graypup_ is now known as Graypup_|Away
L781[20:48:15] <daylight_sensor> gamax92: im making a cloud storage system on my friend's server
L782[20:48:20] <daylight_sensor> look what i have setup:
L783[20:48:21] <daylight_sensor> https://www.dropbox.com/s/fda5w9qrqfkm35y/Screenshot%202014-09-28%2021.47.54.png?dl=0
L784[20:48:36] <daylight_sensor> (tested with their cloud account)
L785[20:48:36] <gamax92> Cool
L786[20:48:56] <daylight_sensor> yes, and so far I've enabled these now features:
L787[20:49:02] <daylight_sensor> Account Signup
L788[20:49:09] <daylight_sensor> File Creation (overwrite, public/private)
L789[20:49:42] <daylight_sensor> Here's how my signup works, gamax92: https://www.dropbox.com/s/46k2qcesluknr8x/Screenshot%202014-09-28%2021.49.34.png?dl=0
L790[20:50:01] <daylight_sensor> and upload: https://www.dropbox.com/s/i5kaibwifoh93hz/Screenshot%202014-09-28%2021.49.57.png?dl=0
L791[20:52:06] *** LordFokas|off is now known as LordFokas
L792[20:54:51] ⇦ Quits: samis (~samis@90.203.80.64) (Remote host closed the connection)
L793[20:57:59] <daylight_sensor> gamax92: I also have this on the server side: https://www.dropbox.com/s/yvqop1t9ap2xr5s/Screenshot%202014-09-28%2021.57.43.png?dl=0
L794[20:58:59] *** Hobbyboy is now known as Hobbyboy|Sleep
L795[21:01:28] ⇨ Joins: TabletCube (~TCube@90.203.80.64)
L796[21:02:03] <SKS-Away> gamax92: I'm so glad he's latched onto you and not me.
L797[21:02:10] <gamax92> >_>
L798[21:02:24] <TabletCube> Who's latched onto who
L799[21:02:54] <daylight_sensor> sorry
L800[21:03:00] <daylight_sensor> am i too buggy
L801[21:03:44] ⇨ Joins: Wembly (~Wembly@50.240.220.69)
L802[21:09:12] *** Graypup_|Away is now known as Graypup_
L803[21:09:31] * skyeIsaKitty jumps onto SKS-Away's shoulder (I is cat)
L804[21:09:32] ⇦ Quits: Lumien (~lumien@p4FED5F60.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
L805[21:10:18] * SKS-Away does a barrel roll
L806[21:11:20] *** Cruor is now known as Cruor|Away
L807[21:21:14] ⇦ Quits: gjgfuj (~gjgfuj@119.15.76.203) (Ping timeout: 201 seconds)
L808[21:21:24] *** alekso56 is now known as alekso56_off
L809[21:22:11] ⇦ Quits: phillips1012 (~phillips1@72.42.104.172) (Ping timeout: 198 seconds)
L810[21:24:33] ⇦ Quits: Johannes13 (~Johannes@141.70.98.103) (Read error: Connection reset by peer)
L811[21:34:58] ⇨ Joins: gjgfuj (~gjgfuj@119.15.76.203)
L812[21:35:59] ⇦ Quits: xcorn (~xcorn@c-75-70-114-152.hsd1.co.comcast.net) (Remote host closed the connection)
L813[21:37:30] <Altenius> .p
L814[21:37:31] <^v> Ping reply from Altenius 0.45s
L815[21:41:21] ⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L816[21:45:39] <daylight_sensor> how do you use filesystem.list?
L817[21:45:45] <daylight_sensor> it returns a function
L818[21:45:50] <skyeIsaKitty> .w event.ignore
L819[21:45:50] <^v> skyeIsaKitty, event.ignore(name: string, callback: function):boolean Unregister a previously registered event listener. Returns true if the event listener was removed, false if the listener was not registered.
L820[21:46:23] <skyeIsaKitty> daylight_sensor, for file in fs.list() do
L821[21:46:33] <daylight_sensor> oh, right
L822[21:47:57] <Altenius> .w event.pull
L823[21:47:57] <^v> Altenius, event.pull([timeout: number], [name: string], ...):string,... This, besides os.sleep() should be the primary way for programs to "yield". This function can be used to await signals from the queue, while having unrelated signals dispatched as events.
L824[21:48:09] <skyeIsaKitty> .w redstone event
L825[21:48:09] <^v> skyeIsaKitty, Not found. did you want "redstone api"?
L826[21:48:14] <skyeIsaKitty> .w signals
L827[21:48:14] <^v> skyeIsaKitty, http://ocd.cil.li/component:signals
L828[21:48:35] <Ender> .p
L829[21:48:35] <^v> Ping reply from Ender 0.26s
L830[21:48:39] <skyeIsaKitty> Redstone Cards and I/O Block
L831[21:48:39] <skyeIsaKitty> redstone_changed(address: string, side: number)
L832[21:48:39] <skyeIsaKitty> This signal is queued by redstone components when an incoming signal changes. The address is either that of the Redstone I/O block or that of the computer with the redstone card that generated the signal. The side is one of the sides constants and indicates on which side the signal changed. This is relative to the container of the component, so for computers and robots this depends on which way they are facing. For Redstone I/O blocks this is always
L833[21:48:39] <skyeIsaKitty> the absolute side
L834[21:48:48] <skyeIsaKitty> oops
L835[21:48:52] <skyeIsaKitty> wrong channel
L836[21:48:54] <skyeIsaKitty> >_<
L837[21:49:12] * skyeIsaKitty whistles innocently
L838[21:54:13] ⇦ Quits: CakeLancelot (Mibbit@cpe-66-25-196-167.sw.res.rr.com) (Quit: http://www.mibbit.com ajax IRC Client)
L839[21:59:06] <Ender> .l 450 / 80
L840[21:59:11] *** manmaed is now known as manmaed|AFK
L841[21:59:12] <^v> Ender, 5.625
L842[22:00:26] ⇦ Quits: Trangar (~Trangar3@188-142-42-190.FTTH.ispfabriek.nl) (Quit: Leaving)
L843[22:10:58] ⇦ Quits: phillips1012 (~phillips1@72.42.104.172) (Remote host closed the connection)
L844[22:11:17] ⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L845[22:15:34] ⇦ Quits: phillips1012 (~phillips1@72.42.104.172) (Client Quit)
L846[22:32:53] ⇨ Joins: somebears (webchat@ltea-178-013-251-054.pools.arcor-ip.net)
L847[22:33:39] *** Csst|Masterball is now known as Csstform
L848[22:36:20] ⇦ Quits: sciguyryan (sciguyryan@109-205-169-253.dynamic.swissvpn.net) ()
L849[22:36:20] <gamax92> .openprg
L850[22:36:28] <^v> gamax92, http://71.238.153.166/paste/6QeM1.txt
L851[22:36:37] <gamax92> fak
L852[22:37:12] <gamax92> .openprg
L853[22:37:16] <^v> gamax92, http://71.238.153.166/paste/ScnKV.txt
L854[22:37:31] <gamax92> >_>
L855[22:38:18] <somebears> Hello, I am currently trying to get OpenComputers to work with the Tekkit Mod pack. Sadly it does crash on startup. the relevant console output is: http://pastebin.com/XCnJVERD
L856[22:38:19] <gamax92> .openprg
L857[22:38:31] <^v> gamax92, http://71.238.153.166/paste/7QTNL.txt
L858[22:38:46] <gamax92> there we go
L859[22:38:49] <Altenius> Tekkit? Go away
L860[22:39:12] <Altenius> .openprg
L861[22:39:13] *** Csstform is now known as Csst|Masterball
L862[22:39:16] <^v> Altenius, http://71.238.153.166/paste/PW0af.txt
L863[22:39:21] <gamax92> Altenius: don't be an ass.
L864[22:39:38] <Altenius> I wasn't sure what that was :O
L865[22:39:56] <Kilobyte> Altenius: regenerates the OpenPrograms website
L866[22:40:24] <Kilobyte> you run it after you changed your OpenPrograms packages for example
L867[22:40:36] <gamax92> Like I did
L868[22:40:48] <Altenius> Why did it have an error when I ran it though
L869[22:41:02] <gamax92> >_>
L870[22:41:05] <gamax92> v^: fix
L871[22:41:17] <gamax92> my programs.cfg is fine, it executes perfectly in lua
L872[22:42:41] <Altenius> somebears, which tekkit mod pack?
L873[22:44:09] <somebears> Altenius the one I got from here http://www.technicpack.net/tekkit
L874[22:50:29] <TabletCube> Anyone here running qmail
L875[22:56:16] <Altenius> love wants opengl, aw.
L876[22:56:42] <Altenius> I could make a C version of it gamax92.
L877[22:56:53] <gamax92> sure,
L878[22:57:19] <gamax92> considering the protocol is just lines where the first character denotes what you want.
L879[22:58:17] <Altenius> I'll have to learn the linux socket interface though.
L880[22:58:37] <gamax92> Altenius: there's also luafilesystem
L881[23:00:05] <Altenius> Wait, nvm. It sends lua tables. Not dealing with that.
L882[23:00:33] <gamax92> Altenius: it sends strings.
L883[23:00:45] <Altenius> s/lua tables/serialized lua tables
L884[23:00:45] <Kibibyte> <Altenius> Wait, nvm. It sends serialized lua tables. Not dealing with that.
L885[23:01:09] <gamax92> oh right, client sends serialized stuff. that would be a bit hard to work with
L886[23:01:43] <Altenius> .players
L887[23:03:10] *** Nentify is now known as Nentify|away
L888[23:08:56] ⇦ Quits: somebears (webchat@ltea-178-013-251-054.pools.arcor-ip.net) (Quit: Web client closed)
L889[23:17:33] *** Keridos is now known as Keridos_off
L890[23:24:59] *** Techokami is now known as Techokami|Off
L891[23:39:48] *** Daiyousei is now known as SleepingFairy
L892[23:41:34] *** prasselpikachu is now known as prassel|off
L893[23:52:41] <gamax92> skyeIsaKitty: http://i.imgur.com/jo1RPNW.png
L894[23:54:28] <Wembly> kilobyte, around?
<<Prev Next>> Scroll to Top