<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:27:50] ⇦
Quits: calclavia (uid15812@id-15812.tooting.irccloud.com) (Quit:
Connection closed for inactivity)
L2[00:36:59] <sugoi> i'm completely out of
ideas....i want to run a "cd /path/" as a child process
(coroutine, os.execute, shell.execute, process.load+resume until
dead, pipes)
L3[00:37:10] <sugoi> and then see the
environment PWD with the new path
L4[00:37:23] <sugoi> but nothing i do ...
i've tried so many things .. gives me that env data
L5[00:37:36] <sugoi> and thoughts?
ideas?
L6[00:37:43] * sugoi
gives Sangar a cookie
L7[00:38:28] <sugoi> what is frustrating to
me is that... i would like the env passed to shell.execute() to
return with the resultant env
L8[00:39:00] <sugoi> say i have a script
that print the env table, let's call it print-env.lua
L9[00:39:37] <sugoi> and i call
shell.execute("print-env.lua", env) where env is {}, i
see the BIG env table inside the script (process.load i think
builds it), but env after shell.execute is {} stil
L10[00:39:47] <sugoi> that's probably the
biggest dissapointment
L11[00:41:19] <sugoi> also tried something
like `cd /path | print-env` -- the cd sets PWD, but print-env gets
its parent env, which is the shell, and thus PWD is unchanged
there
L12[00:41:31] <sugoi> same with real-bash,
note
L13[00:45:43] <sugoi> ha, maybe i'll just
override the shell.setWorkingDirectory to first fire off a system
event..and then call the original setWorkingDirectory
L14[00:46:10] <dangranos> Q_Q
L15[00:46:16] *
dangranos slaps uefi
L16[00:46:16] *
EnderBot2 rulls on the floor laughing
L17[00:47:05] <dangranos> y u r so
borked
L18[00:47:50] ⇨
Joins: marcin212
(~marcin212@acjj222.neoplus.adsl.tpnet.pl)
L19[00:49:48] <Deiwos|MC> So many times I
glossed over that 'Signals' link, and then by chance I click it,
and it explains exactly what I need to do for this...
L20[00:50:06] <sugoi> Deiwos|MC: yeah?
what's that
L21[00:50:14] <sugoi> also, do you know how
to make custom signals?
L22[00:51:57] <dangranos> ._.
L23[00:52:19] <dangranos> why do i have a
feeling that i saw sugoi already?
L24[00:52:23] <Deiwos|MC> I didn't know
enough Lua to figure out how to get the information I wanted from
the modem_message event for what is basically my first non-hello
world lua program :P
L25[00:52:35] ⇨
Joins: Roguexy
(~Roguexy@92-249-212-70.pool.digikabel.hu)
L26[00:52:58] <sugoi> Deiwos|MC: ah
L27[00:53:02] <dangranos>
computer.pushSignal(name: string[, ...])
L28[00:53:05] <dangranos> here you go
L30[00:53:15] <dangranos>
RTFM
L31[00:53:16] <dangranos> pls
L32[00:53:31] <sugoi> dangranos: that's
what i get for reading the source and not the docs
L33[00:53:38] <dangranos> oh
L34[00:53:53] <sugoi> as i couldn't find
OpenOS/lib/computer.lua .. and i forget where some of those
"libs" are created/stored
L35[00:54:09] <dangranos> there is some
java part of api, you know?
L36[00:54:12] <sugoi> e.g. the os table
from boot/something_os.lua
L37[00:54:15] <sugoi> yeah
L38[00:54:31] <sugoi> i've read it before,
but...yeah, got lost in some other lua files
L39[00:54:34] <sugoi> thanks tho
L40[00:55:09] <dangranos> np
L41[00:58:29] <sugoi> "signals are
pushed to the queue"
L42[00:58:37] <sugoi> is there not a race
condition issue? in that...
L43[00:58:45] <sugoi> if i push, does it
remain there until pulled/
L45[01:09:38] ⇨
Joins: Vexatos
(~Vexatos@p200300556E0665602424131BEC394E4C.dip0.t-ipconnect.de)
L46[01:09:38] zsh
sets mode: +v on Vexatos
L47[01:09:55] ⇦
Quits: TigersFangs
(~TigersFan@c75-111-26-152.erkacmtk01.ca.dh.suddenlink.net) (Quit:
I'm out for now)
L48[01:15:26] ⇨
Joins: Zequan
(~Zequan@pa49-181-179-88.pa.nsw.optusnet.com.au)
L49[01:15:58] ⇦
Quits: Zequan (~Zequan@pa49-181-179-88.pa.nsw.optusnet.com.au)
(Remote host closed the connection)
L50[01:47:29] ***
Pwootage|Off is now known as Pwootage
L51[01:51:31] ***
Skye|ZZZ is now known as Skye
L52[01:54:05] <Izaya> sugoi, yeah, it stays
until pulled
L53[02:01:04] ⇦
Quits: Roguexy (~Roguexy@92-249-212-70.pool.digikabel.hu) (Remote
host closed the connection)
L54[02:03:13] ***
Vexatos is now known as Vex|Laptop
L55[02:03:17] ⇨
Joins: Vexatos
(~Vexatos@p200300556E06656060FFD2F0BF54BBA2.dip0.t-ipconnect.de)
L56[02:03:17] zsh
sets mode: +v on Vexatos
L57[02:35:03] ⇨
Joins: Krutoy242 (~Krutoy242@46.233.216.129)
L58[02:55:48] ***
Pwootage is now known as Pwootage|Off
L59[02:57:07] <Sangar> o/
L61[02:59:30] <Deiwos|MC> Hurrah. Networked
Stargate dialler works.
L62[03:00:41] <Sangar> gz
L63[03:03:07] <Deiwos|MC> I'm learning more
programming wrestling with what I wanna do with OC than I basically
ever have before, I swear
L64[03:05:20] ⇦
Quits: Deiwos|MC (~deiwos|mc@208.77.221.188) (Quit:
Deiwos|MC)
L65[03:05:43] ***
Yepoleb is now known as Guest68677
L66[03:05:44] ⇦
Quits: Guest68677
(~quassel@178-190-230-182.adsl.highway.telekom.at) (Killed
(portlane.esper.net (Nickname regained by services)))
L67[03:05:46] ⇨
Joins: Yepoleb
(~quassel@178-190-229-230.adsl.highway.telekom.at)
L68[03:08:37] <Sangar> haha
L69[03:14:28] ⇨
Joins: Nathan1852
(~Nathan185@p5B216333.dip0.t-ipconnect.de)
L70[03:35:40] ⇨
Joins: VikeStep
(~VikeStep@CPE-124-186-239-153.lns8.woo.bigpond.net.au)
L71[03:44:49] ⇨
Joins: sciguyryan
(~sciguyrya@109-205-170-22.dynamic.swissvpn.net)
L72[03:54:52] <asie> do any of you have my
PHP image converter thingamajig?
L73[03:54:58] ⇦
Quits: Nathan1852 (~Nathan185@p5B216333.dip0.t-ipconnect.de) (Ping
timeout: 206 seconds)
L74[03:54:59] <asie> or anything for
displaying pictures in OC
L75[03:55:05] <asie> this is urgent
L76[04:13:34] ***
SleepingFairy is now known as Daiyousei
L77[04:19:11] ***
Cruor|Away is now known as Cruor
L78[04:20:24] ⇨
Joins: Keks
(~keks@static.7.71.9.5.clients.your-server.de)
L79[04:23:05] ⇦
Quits: Keks (~keks@static.7.71.9.5.clients.your-server.de) (Remote
host closed the connection)
L80[04:31:06] ⇨
Joins: Nathan1852
(~Nathan185@p5B216333.dip0.t-ipconnect.de)
L81[04:32:53] ⇨
Joins: Keks
(~keks@static.7.71.9.5.clients.your-server.de)
L83[04:34:11] ⇦
Quits: Keks (~keks@static.7.71.9.5.clients.your-server.de) (Remote
host closed the connection)
L84[04:41:19] <Izaya> kek
L85[05:14:24] ⇨
Joins: Inari (~Uni@p549CEC0A.dip0.t-ipconnect.de)
L86[05:26:23] ***
prassel|off is now known as prasselpikachu
L87[05:44:11] ⇨
Joins: irgusite
(~irgusite@p2003007A09209F00441CEA3E3CEA5A4C.dip0.t-ipconnect.de)
L88[05:44:51] ⇦
Quits: irgusite
(~irgusite@p2003007A09209F00441CEA3E3CEA5A4C.dip0.t-ipconnect.de)
(Client Quit)
L89[05:50:43] ***
alekso56_off is now known as alekso56
L90[05:55:28] <sciguyryan> Quick question
for anyone that may know. Any ideas how to make the fonts appear
somewhat clearer than this:
http://i.imgur.com/cNLySwR.png
L91[06:08:00] ⇨
Joins: Pyrolusite
(~Pyrolusit@ARouen-651-1-2-200.w90-23.abo.wanadoo.fr)
L92[06:39:49] <Izaya> sciguyryan: lower the
resolution
L93[06:41:34] ⇦
Quits: EricBJ (~eric@108-160-20-69.regn.hsdb.sasknet.sk.ca) (Ping
timeout: 186 seconds)
L94[06:42:27] <sciguyryan> Izaya: eh?
L95[06:42:39] <Izaya> resolution 80
25
L96[06:55:41] <sciguyryan> I'm a n00b.
Explain it on that scale :p
L97[06:57:54] <sciguyryan> I'm also getting
an issue loading the redstone component. "module 'redstone'
not found:" and a bunch of other information. I do have a
redstone card in the computer but it seems that I am either doing
it incorrectly or it simply is not working how I expect.
L98[07:03:44] ⇨
Joins: alsoWireWulf
(~SageKitsu@2602:306:ce4f:a280:8100:bb76:713c:31bd)
L100[07:03:53] <Sangar> much fun :3
L101[07:04:15] ⇦
Quits: WireWulf (~SageKitsu@2602:306:ce4f:a280:8100:bb76:713c:31bd)
(Ping timeout: 180 seconds)
L102[07:04:16] <Sangar> (also
#BTM15)
L103[07:08:12]
⇨ Joins: EricBJ
(~eric@108-160-20-69.regn.hsdb.sasknet.sk.ca)
L104[07:09:35] ***
Altenius|Off is now known as Altenius
L105[07:09:51]
⇨ Joins: black3agl3 (~black3agl@197.224.79.92)
L106[07:10:41]
⇨ Joins: Oak (webchat@145.255.161.86)
L107[07:12:59] ⇦
Quits: Oak (webchat@145.255.161.86) (Client Quit)
L108[07:38:40] <robhol> zzzz. I want to
play minecraft with OC, but all the modpacks featuring it are
bloatville 4000
L109[07:39:55] <Lizzy> Sangar, can has
tablet? :P
L110[07:41:44] <Sangar> Lizzy, sure
L111[07:41:50] <Lizzy> :D
L112[07:42:02] <Lizzy> also i need to get
myself some hover boots back
L113[07:42:18] <Lizzy> cheers
L114[07:44:37] <Lizzy> Sangar, is it a
creative tablet? or will i need to charge it at some point?
L115[07:44:57] <Inari> i would like to get
hoverboots, but tppi2 doesnt have them yet
L116[07:45:08] <Sangar> Lizzy, power is
disabled on the server
L117[07:45:14] <Lizzy> ah
L118[07:47:29] <Lizzy> also there's a
flamingo in the talk room
L119[07:47:45] <Sangar> there is :3
L120[07:47:50] <Sangar> there's also a
companion cube
L121[07:47:57] <robhol> Do you guys have
anywhere to play? :p
L122[07:49:11] <Lizzy> eh?
L123[07:49:48] ⇦
Quits: VikeStep
(~VikeStep@CPE-124-186-239-153.lns8.woo.bigpond.net.au) (Quit:
Leaving)
L124[08:00:59] <dangranos> robhol, there
is few servers
L125[08:01:04] <dangranos> *are
L127[08:09:57] ⇦
Quits: alsoWireWulf
(~SageKitsu@2602:306:ce4f:a280:8100:bb76:713c:31bd) (*.net
*.split)
L128[08:09:57] ⇦
Quits: Inari (~Uni@p549CEC0A.dip0.t-ipconnect.de) (*.net
*.split)
L129[08:09:57] ⇦
Quits: Krutoy242 (~Krutoy242@46.233.216.129) (*.net
*.split)
L130[08:09:57] ⇦
Quits: Xilandro (~Kodos@2602:306:ce20:6c30:e1f9:2c3d:ce75:15ce)
(*.net *.split)
L131[08:09:57] ⇦
Quits: Forecaster (~Forecaste@83.223.1.173) (*.net
*.split)
L132[08:09:57] ⇦
Quits: septi25 (~septi25@ipb21a8a62.dynamic.kabel-deutschland.de)
(*.net *.split)
L133[08:09:57] ⇦
Quits: dustinm` (~dustinm@105.ip-167-114-152.net) (*.net
*.split)
L134[08:09:57] ⇦
Quits: Guest22567 (johnlage@BNC.Aperturee.Science) (*.net
*.split)
L135[08:09:57] ⇦
Quits: jaquadro (~chatzilla@c-76-28-30-178.hsd1.ma.comcast.net)
(*.net *.split)
L136[08:09:57] ⇦
Quits: Syrren (~syrren@wyrm.thenest.org) (*.net
*.split)
L137[08:09:57] ⇦
Quits: Ditchbuster
(~Ditchbust@2601:280:4402:426c:49b1:73d9:4a33:8949) (*.net
*.split)
L138[08:09:57] ⇦
Quits: rashy (~rashdanml@S010628c68e00b41e.vc.shawcable.net) (*.net
*.split)
L139[08:09:57] ⇦
Quits: Shuudoushi (Shuudoushi@2607:5300:60:51da::c0f:fee) (*.net
*.split)
L140[08:09:57] ⇦
Quits: DFrostedWang (~DFrostedW@5.231.51.220) (*.net
*.split)
L141[08:09:57] ⇦
Quits: Hobbyboy (Hobbyboy@hobbyboy.co.uk) (*.net
*.split)
L142[08:09:57] ⇦
Quits: rashdanml (~rashdanml@S010628c68e00b41e.vc.shawcable.net)
(*.net *.split)
L143[08:09:57] ⇦
Quits: PixelToast (PixelToast@Found.Nemo.In-Da.Pub) (*.net
*.split)
L144[08:11:24]
⇨ Joins: Forecaster (~Forecaste@83.223.1.173)
L145[08:12:02] ⇦
Quits: marcin212 (~marcin212@acjj222.neoplus.adsl.tpnet.pl) (Quit:
Leaving)
L146[08:13:29]
⇨ Joins: alsoWireWulf
(~SageKitsu@2602:306:ce4f:a280:8100:bb76:713c:31bd)
L147[08:13:29]
⇨ Joins: Inari
(~Uni@p549CEC0A.dip0.t-ipconnect.de)
L148[08:13:29]
⇨ Joins: Krutoy242 (~Krutoy242@46.233.216.129)
L149[08:13:29]
⇨ Joins: Xilandro
(~Kodos@2602:306:ce20:6c30:e1f9:2c3d:ce75:15ce)
L150[08:13:29]
⇨ Joins: 1NVAAEFI4 (~Forecaste@83.223.1.173)
L151[08:13:29]
⇨ Joins: septi25
(~septi25@ipb21a8a62.dynamic.kabel-deutschland.de)
L152[08:13:29]
⇨ Joins: dustinm`
(~dustinm@105.ip-167-114-152.net)
L153[08:13:29]
⇨ Joins: Guest22567
(johnlage@BNC.Aperturee.Science)
L154[08:13:29]
⇨ Joins: jaquadro
(~chatzilla@c-76-28-30-178.hsd1.ma.comcast.net)
L155[08:13:29]
⇨ Joins: Syrren (~syrren@wyrm.thenest.org)
L156[08:13:29]
⇨ Joins: Ditchbuster
(~Ditchbust@2601:280:4402:426c:49b1:73d9:4a33:8949)
L157[08:13:29]
⇨ Joins: rashy
(~rashdanml@S010628c68e00b41e.vc.shawcable.net)
L158[08:13:29]
⇨ Joins: Shuudoushi
(Shuudoushi@2607:5300:60:51da::c0f:fee)
L159[08:13:29]
⇨ Joins: DFrostedWang (~DFrostedW@5.231.51.220)
L160[08:13:29]
⇨ Joins: Hobbyboy (Hobbyboy@hobbyboy.co.uk)
L161[08:13:29]
⇨ Joins: rashdanml
(~rashdanml@S010628c68e00b41e.vc.shawcable.net)
L162[08:13:29] *** calamity.esper.net sets mode:
+v Xilandro
L163[08:15:29] ⇦
Quits: 1NVAAEFI4 (~Forecaste@83.223.1.173) (Ping timeout: 206
seconds)
L164[08:15:29] ⇦
Quits: dustinm` (~dustinm@105.ip-167-114-152.net) (Ping timeout:
206 seconds)
L165[08:16:26]
⇨ Joins: PixelToast
(PixelToast@Found.Nemo.In-Da.Pub)
L166[08:16:26]
zsh sets mode: +v on PixelToast
L167[08:17:32]
⇨ Joins: s0r00t
(~s0@2a01:e35:243e:cb90:be85:56ff:fe36:1ef9)
L168[08:20:33]
⇨ Joins: dustinm`
(~dustinm@105.ip-167-114-152.net)
L169[08:23:15] ⇦
Quits: Lunatrius (~Lunatrius@77.38.103.182) (Ping timeout: 180
seconds)
L170[08:24:22] ⇦
Quits: black3agl3 (~black3agl@197.224.79.92) (Read error:
Connection reset by peer)
L171[08:30:54] ⇦
Quits: alsoWireWulf
(~SageKitsu@2602:306:ce4f:a280:8100:bb76:713c:31bd) (Quit:
Leaving)
L172[08:33:09]
⇨ Joins: Lunatrius (~Lunatrius@77.38.103.182)
L173[08:35:04]
⇨ Joins: irgusite
(~irgusite@p2003007A09209F00E8F6CE14D834E0EE.dip0.t-ipconnect.de)
L174[08:43:32] <Izaya> ~w chat
L176[08:43:36] <Izaya> ~w chat box
L178[08:46:46] <Roadcrosser>
CompanionCube
L179[08:48:13] <Roadcrosser> crashed
L180[08:48:45] <Roadcrosser> hmm
L181[08:48:56] <Roadcrosser> I was
wondering if you did anything to those computers
L182[08:49:18] <CompanionCube>
Roadcrosser, nope.
L183[08:49:25] <Roadcrosser> cool
L184[08:49:27] <CompanionCube> though I
did obtain a pikachu
L185[08:49:33] <CompanionCube> :p
L186[08:50:50]
⇨ Joins: swadicalrag
(~swadicalr@meinkraft.knotcake.net)
L187[08:51:15] ⇦
Quits: swadicalrag (~swadicalr@meinkraft.knotcake.net) (Client
Quit)
L188[09:05:22]
⇨ Joins: calclavia
(uid15812@id-15812.tooting.irccloud.com)
L189[09:05:22]
zsh sets mode: +v on calclavia
L190[09:17:31] ⇦
Quits: s0r00t (~s0@2a01:e35:243e:cb90:be85:56ff:fe36:1ef9) (Quit:
Leaving)
L191[09:26:21] ***
gamax92 is now known as Paper
L192[09:28:50] ***
Paper is now known as Spyro
L193[09:29:30] ***
Spyro is now known as gamax92
L194[09:35:51] <vifino> Izaya:
Issues?
L195[09:36:26] ***
irgusite is now known as [afk]irgusite
L196[09:36:44] <Izaya> vifino: "A
fatal error has occured, this connection is terminated."
L197[09:37:18] ⇦
Quits: Sorroko (~Sorroko@andromeda.ryanwelch.me) (Ping timeout: 202
seconds)
L198[09:41:23] <vifino> Izaya: That
seems... bad.
L200[09:54:13] <Izaya> asie, help?
D:
L201[09:54:19]
⇨ Joins: Sorroko
(~Sorroko@andromeda.ryanwelch.me)
L202[09:59:14] ⇦
Quits: Sorroko (~Sorroko@andromeda.ryanwelch.me) (Ping timeout: 202
seconds)
L203[10:01:33]
⇨ Joins: Vexaton
(~Vexatos@p200300556E0665660C7C7127260A106A.dip0.t-ipconnect.de)
L204[10:01:33]
zsh sets mode: +v on Vexaton
L205[10:03:49] ⇦
Quits: Vex|Laptop
(~Vexatos@p200300556E0665602424131BEC394E4C.dip0.t-ipconnect.de)
(Ping timeout: 189 seconds)
L206[10:04:22] ⇦
Quits: Vexatos
(~Vexatos@p200300556E06656060FFD2F0BF54BBA2.dip0.t-ipconnect.de)
(Ping timeout: 189 seconds)
L207[10:11:50] ⇦
Quits: EricBJ (~eric@108-160-20-69.regn.hsdb.sasknet.sk.ca) (Ping
timeout: 202 seconds)
L208[10:16:29] ***
Vexaton is now known as Vexatos
L209[10:21:21]
⇨ Joins: black3agl3 (~black3agl@197.225.218.79)
L210[10:27:51] ***
Vic is now known as Vi
L211[10:53:51]
⇨ Joins: EricBJ
(~eric@108-160-20-69.regn.hsdb.sasknet.sk.ca)
L212[11:02:37]
⇨ Joins: marcin212
(~marcin212@acjj222.neoplus.adsl.tpnet.pl)
L213[11:02:47] ⇦
Quits: [afk]irgusite
(~irgusite@p2003007A09209F00E8F6CE14D834E0EE.dip0.t-ipconnect.de)
(Ping timeout: 378 seconds)
L214[11:11:50] <Xilandro> Anyone know how
to get ahold of the #betterthanminecon pack
L216[11:13:52] <Xilandro> Is it still
running atm?
L217[11:13:56] <Xilandro> I know times are
off for me
L218[11:14:02] <Xilandro> (I'm GMT-6
L219[11:14:04] <Xilandro> )
L220[11:16:00] <sugoi> Magik6k|off:
hello
L221[11:21:19] ⇦
Quits: CoderPuppy (~cpup@32.218.119.35) (Read error: Connection
reset by peer)
L222[11:21:43]
⇨ Joins: cpup (~cpup@32.218.119.35)
L223[11:22:49] <Xilandro> asie, this is
actually really fun :3 Good on you mate for doing this
L224[11:22:54] <Xilandro> And Nentify for
hosting the server
L225[11:23:10] <Nentify> :)
L226[11:23:21] <Xilandro> Annnnd it
closed
L227[11:23:27] <Xilandro> Finally caved
under my presence, I suppose
L228[11:30:14] ***
Xilandro is now known as Kodos
L229[11:30:19] <Kodos> This matter
overdrive mod is neat
L230[11:30:22] <Kodos> Does it work in
SSP?
L231[11:31:07] <Izaya> Kodos: So next pack
update adds Chisel2 and Pam's Harvestcraft, what next?
L232[11:31:29] <Kodos> I would say
K-Matter, but I haven't found anyone nice enough to update it for
me yet
L233[11:31:38] <gamax92> Kodos: hi
L234[11:31:43] *
gamax92 points to gamax92
L236[11:31:59] <Kodos> Go nuts
L237[11:32:09] <Kodos> It's geared for
1.6.4 atm
L238[11:34:07] <Izaya> Rei isn't on, so I
can't ask them
L239[11:35:44] <Izaya> Potato is still
dead
L240[11:36:32] ***
prasselpikachu is now known as prassel|off
L241[11:40:02] <gamax92> Nope I give
up
L242[11:40:04] <gamax92> Networking
stuff
L243[11:40:06] <gamax92> nope
L244[11:45:29] <Kodos> Networking?
L245[11:45:33] <Kodos> I could give a fuck
if it works in SMP
L246[11:45:44] <Kodos> I made this for
myself, initially
L247[11:45:47] <Kodos> Because Ic2 changed
UUM
L248[11:46:11] <gamax92> couldn't or
could?
L249[11:46:34] <Kodos> could but I
don't
L250[11:46:40] <Kodos> Also
L251[11:46:45] <gamax92> waffles
L252[11:47:02] <Kodos> for x = 1,65535 do
if component.modem.isOpen(x) print (x .. " is open.") end
end
L253[11:48:29] <Kodos>
>BetterThanMinecon Server
L254[11:48:32] <Kodos> >Forgets to
disable pvp
L255[11:52:01] <Kodos> Seriously these
kids with the phasers are pissing me off
L256[11:52:03] <Kodos> And I'm sure a
couple others
L257[11:52:33] ***
prassel|off is now known as prasselpikachu
L258[12:03:12] <dangranos> hm?
L259[12:07:05] <ds84182> pewpew
L260[12:07:09] <ds84182>
pewpewpewpewp
L261[12:07:19] <gamax92> ds84182: Kodos is
an op
L262[12:07:26] <ds84182> lolrekt
L263[12:07:30] <gamax92> :P
L264[12:08:12] <gamax92> Edge of Disgrace
- 2008
L265[12:08:27] <gamax92> tis been 7 years
since then
L266[12:08:39] <ds84182> It's been 7 years
since 2008?
L267[12:08:42] <ds84182> DAM IM OLD
L268[12:08:46] <gamax92> still top
demo
L269[12:09:02] <Kodos> Okay, just died to
Spec by phaser
L270[12:09:08] <Kodos> asie, fix the
con
L271[12:09:10] <Kodos> or turn pvp
on
L272[12:09:14] <Kodos> So I can kick the
fucker
L273[12:09:53] ***
rakiru|offline is now known as Kasen
L274[12:10:57] <Kodos> Also the Matter
Overdrive transporter is looping the sound and it's realllly
fucking annoying
L275[12:11:31] <Vexatos> Kodos, reload the
client
L276[12:11:36] <Vexatos> if it doesn't
stop
L277[12:11:38] <Kodos> Already doing
so
L278[12:11:43] <Vexatos> vanilla bug
L279[12:24:20] <Kodos> asie, when this is
over, can I trouble you for the 'You are Here' hologram
program
L280[12:25:11] <Vexatos> Snagar made
it
L281[12:25:20] <Kodos> Whoops. Gotta jet
for a bit, mom needs me to vacuum
L282[12:25:39] <Kodos> Sangar, gist it
please :3
L283[12:25:42] <Kodos> Back soon
<3
L284[12:45:19] <gamax92> "This game
has a lot of content" Game is completable in 8 minutes
L285[12:46:04] <robhol> rofl
L286[12:47:09] <Inari> gamax92: can be
true
L287[12:52:41] <Inari> morrowind has lots
of content but you can speedrun it in like 3 mins
L288[12:52:53] ⇦
Quits: Krutoy242 (~Krutoy242@46.233.216.129) (Quit:
Leaving)
L289[12:58:01] <Kodos> I need the mumble
info
L290[12:59:27] <Izaya> Kodos:
copy.enkigaming.com
L291[13:00:37] <Kodos> ty
L292[13:04:19] <Kodos> This Master guy is
kind of a douchebag
L293[13:07:20] <gamax92> Vexatos:
Colortronics
L294[13:15:43] ***
prasselpikachu is now known as prassel|off
L295[13:16:23] ***
Shuudoushi is now known as Shuudoushi|Away
L296[13:16:34] ***
prassel|off is now known as prasselpikachu
L297[13:21:41]
⇨ Joins: [afk]irgusite
(~irgusite@p548FD636.dip0.t-ipconnect.de)
L298[13:26:16] ⇦
Quits: [afk]irgusite (~irgusite@p548FD636.dip0.t-ipconnect.de)
(Ping timeout: 206 seconds)
L299[13:33:35]
⇨ Joins: [afk]irgusite
(~irgusite@p548FD636.dip0.t-ipconnect.de)
L300[13:40:36] <Kodos> gamax92,
L301[13:40:57] <Kodos> I want speaker
components in MassSound, supports computer.beep being remotely
played, as well as sounds
L302[13:46:05] ⇦
Quits: Ditchbuster
(~Ditchbust@2601:280:4402:426c:49b1:73d9:4a33:8949) (Ping timeout:
206 seconds)
L303[13:46:09] ***
[afk]irgusite is now known as irgusite
L304[13:49:24] <Cruor> Inari: dont even
mention morrowind any% ;_;
L305[13:49:35] <Inari> lol why
L306[13:50:00] <Cruor> because its potato
.-.
L307[13:50:03] <gamax92> Kodos: Cool
L308[13:50:28] ***
Shuudoushi|Away is now known as Shuudoushi
L309[13:50:55] <gamax92> I want to know
where one of my friend has vanished off to and if my other friend
is okay from their breakdown and literal sobbing in a corner eating
icecream
L310[13:51:09] <Cruor> does morrowind even
have a 100% categor
L311[13:51:22] <Cruor> oh wait, it
does
L312[13:51:34] <Cruor> ... atleast
MQ%
L313[13:51:40]
⇨ Joins: Ditchbuster
(~Ditchbust@2601:280:4402:426c:f898:d653:702e:13f8)
L314[13:51:54] <nxsupert> o/
L315[13:52:33] <Cruor> Inari: to be fair,
MQ% is only 3x any%...
L316[13:52:45] <Cruor> oh well .-.
L317[13:53:33] <Inari> i have no clue what
MQ% means :P
L318[13:53:40] ***
Shuudoushi is now known as Shuudoushi|Away
L319[13:53:42] <Cruor> main quest
L320[13:53:56] <Kodos> Could someone at
BTM15 please ask a question on my behalf in the next talk?
L321[13:54:21] <Kodos> As someone who
doesn't know java, what's the best way to get started to learn if I
only want to make MC mods, and don't care about programming in
general
L322[13:54:47] <gamax92> you don't
L323[13:54:55] <Inari> read other mods
source
L324[13:54:56] <Inari> :D
L325[13:55:15] <gamax92> You have to give
a shit about programming in general or the only thing you can do is
tweak other mods and copy paste code until it barely works
L326[13:55:28] <Kodos> gamax92, what do
you think K-Matter was?
L327[13:55:30] <Kodos> The latter
L328[13:55:56] <Kodos> I had a LOT of help
from a friend, who let me copy paste his item andblock
registrations
L329[13:56:11] <Kodos> The only thing I
think I did by hand, other than renaming things for my mod, was
hand writing the recipes
L330[13:56:42] <Kodos> Gotta run
L331[13:56:51] <Kodos> asie, great talk,
thank you for not being annoyed at my million questiosn
L332[13:57:55] ⇦
Quits: Forecaster (~Forecaste@83.223.1.173) (Read error: Connection
reset by peer)
L333[13:59:06]
⇨ Joins: Forecaster (~Forecaste@83.223.1.173)
L334[14:21:46] ⇦
Quits: Vexatos
(~Vexatos@p200300556E0665660C7C7127260A106A.dip0.t-ipconnect.de)
(Ping timeout: 189 seconds)
L335[14:26:01]
⇨ Joins: Worty
(~worty@p5487C621.dip0.t-ipconnect.de)
L336[14:30:23]
⇨ Joins: Oak (webchat@178.91.18.145)
L337[14:32:03] ⇦
Quits: Worty (~worty@p5487C621.dip0.t-ipconnect.de) (Quit:
Worty)
L338[14:34:44] <gamax92> How does one
judge the age of a machine when all of it's parts are of different
ages and usage
L339[14:35:56] <gamax92> It sorta makes
sense when its not really changeable parts
L340[14:41:20] ⇦
Quits: Oak (webchat@178.91.18.145) (Quit: Web client
closed)
L341[14:41:38]
⇨ Joins: Oak (webchat@178.91.18.145)
L342[14:59:10] ***
prasselpikachu is now known as prassel|off
L343[15:10:16] ⇦
Quits: Oak (webchat@178.91.18.145) (Quit: Web client
closed)
L344[15:13:04]
⇨ Joins: Roguexy
(~Roguexy@84-236-100-43.pool.digikabel.hu)
L345[15:14:10]
⇨ Joins: Uedo
(~uedo@cpc13-cove11-2-0-cust355.3-1.cable.virginm.net)
L346[15:14:19] ⇦
Quits: Uedo (~uedo@cpc13-cove11-2-0-cust355.3-1.cable.virginm.net)
(Client Quit)
L347[15:14:43]
⇨ Joins: Uedo
(~uedo@cpc13-cove11-2-0-cust355.3-1.cable.virginm.net)
L348[15:14:54] <Uedo> exit
L349[15:14:58] ⇦
Quits: Uedo (~uedo@cpc13-cove11-2-0-cust355.3-1.cable.virginm.net)
(Remote host closed the connection)
L350[15:18:10] <Kodos> Back for a minute,
did anyone ask my question
L352[15:21:07] ⇦
Quits: Forecaster (~Forecaste@83.223.1.173) (Read error: Connection
reset by peer)
L353[15:21:21] ***
irgusite is now known as [afk]irgusite
L354[15:21:52]
⇨ Joins: Forecaster (~Forecaste@83.223.1.173)
L355[15:34:21] ⇦
Quits: rashy (~rashdanml@S010628c68e00b41e.vc.shawcable.net) (Read
error: Connection reset by peer)
L356[15:34:35] <Kodos> #lua return 4096 *
2
L357[15:34:40] <|0xDEADBEEF|> >
8192
L358[15:39:34] <Kodos> Okay, nevermind,
guess I won't be using this mod
L359[15:50:44]
⇨ Joins: noiro
(~noiro@2601:cd:301:a660:ddca:ae63:118c:d333)
L360[16:04:29]
⇨ Joins: VikeStep
(~VikeStep@CPE-124-186-239-153.lns8.woo.bigpond.net.au)
L361[16:20:52] *
Mimiru pokes Sangar
L362[16:21:04] <Sangar> hmm?
L363[16:21:59] <Mimiru> Is the case class
extendable? Trying to do "public class BlockReinforcedCase
extends Case" results in "The hierarchy of the type
BlockReinforcedCase is inconsistent"
L364[16:25:24] <Mimiru> The only thing
I've found for that error is about the jar I'm trying to reference
not being in my build path, but it is
L365[16:31:01] ⇦
Quits: [afk]irgusite (~irgusite@p548FD636.dip0.t-ipconnect.de)
(Quit: Bye!)
L366[16:37:29] ⇦
Quits: marcin212 (~marcin212@acjj222.neoplus.adsl.tpnet.pl) (Ping
timeout: 204 seconds)
L367[16:37:29] ⇦
Quits: Nathan1852 (~Nathan185@p5B216333.dip0.t-ipconnect.de) (Ping
timeout: 204 seconds)
L368[16:37:51]
⇨ Joins: marcin212
(~marcin212@acjj222.neoplus.adsl.tpnet.pl)
L369[16:38:59]
⇨ Joins: Nathan1852_
(~Nathan185@p5B216333.dip0.t-ipconnect.de)
L370[16:39:43] <Mimiru> Sangar, ^ :P
L371[16:42:05] <CompanionCube> <marquee
class="html-marquee" direction="right"
behavior="alternate" scrollamount="8">Best
chance to activate your License at cheap cost</marquee>
L372[16:42:12] <CompanionCube> -- From a
Microsoft scam site
L373[16:42:13] <ds84182> #lua local
t={"S","a","n","g","a","r"}for
i,v in pairs(t) do t[i]=string.char(v:byte()+1) end return
table.concat(t)
L374[16:42:13] <|0xDEADBEEF|> >
Tbohbs
L375[16:42:19] <ds84182> Tbohbs
L376[16:42:21] <gamax92> I need a subtle
noise texture generator
L377[16:42:26] <ds84182> CompanionCube:
<blink></blink>
L378[16:42:32] <ds84182> gamax92: turn
down the noise
L379[16:42:38] *
ds84182 dances
L380[16:42:43] <ds84182> sorry
L381[16:42:52] <ds84182> I'll never do
that ever again
L382[16:42:59] <gamax92> it's okay, I
don't get it anyway
L383[16:43:06] <ds84182> I don't
either
L384[16:43:41] <sugoi> ~io
L385[16:43:53] <gamax92> ~sexual
tilde~
L386[16:43:56] <sugoi> ~w io
L388[16:44:14] <sugoi> gamax92: sounds
like a martin gray title
L389[16:44:19] <gamax92> lol
L390[16:45:04] <ds84182> "Stays
crusty, even in soap" -my hands
L391[16:45:59] <ds84182> The song had so
many sharps my ears started bleeding
L392[16:45:59] <ds84182> -me ears
L393[16:46:13] <ds84182> "What the
fuck even" -left side of my brain
L394[16:46:37] <Sangar> Mimiru, erm...
possibly only via scala
L395[16:46:45] <Mimiru> Ah crap.
L396[16:46:49] ⇦
Quits: black3agl3 (~black3agl@197.225.218.79) (Read error:
Connection reset by peer)
L397[16:46:51] <Mimiru> Welp that feature
is out then :P
L398[16:47:00] <Sangar> :P
L399[16:47:01] <ds84182> #ping
L400[16:47:06] <|0xDEADBEEF|> >
Timeout.
L401[16:47:11] <ds84182> #p
L402[16:47:14] <|0xDEADBEEF|> > 3.275
Seconds passed.
L403[16:47:15] <ds84182> yay
L404[16:47:22] <gamax92> #p
L405[16:47:22] <|0xDEADBEEF|> > 0.251
Seconds passed.
L406[16:47:25] <gamax92> yay
L407[16:47:30] <ds84182> I don't know what
happened
L408[16:48:53] ⇦
Quits: Nathan1852_ (~Nathan185@p5B216333.dip0.t-ipconnect.de) (Ping
timeout: 204 seconds)
L409[16:52:46] <sugoi> #lua f={} function
f.foo()print(self)end;f:foo()
L410[16:52:47] <|0xDEADBEEF|> >
nil
L411[16:52:49] <sugoi> why is that?
L412[16:52:59] <sugoi> i thought obj colon
method name passed self
L413[16:53:13]
⇨ Joins: Nathan1852_
(~Nathan185@p5B216333.dip0.t-ipconnect.de)
L414[16:53:25] <gamax92> sugoi: because
you didn't define the function with a : or had self as an
argument
L415[16:53:33] <gamax92> #lua f={}
function f:foo()print(self)end;f:foo()
L416[16:53:33] <|0xDEADBEEF|> > table:
0x7fa4280120c0 | nil
L417[16:53:38] <gamax92> #lua f={}
function f.foo(self)print(self)end;f:foo()
L418[16:53:38] <|0xDEADBEEF|> > table:
0x7fa428015a70 | nil
L419[16:53:39] <ds84182> #lua f={}
function f:foo()print(self)end;f:foo()
L420[16:53:39] <|0xDEADBEEF|> > table:
0x7fa42800f3d0 | nil
L421[16:53:46] <sugoi> ah, when i tried :
\i was using f:foo = function
L422[16:53:50] <sugoi> oh oops
L423[16:53:53] *
ds84182 slaps |0xDEADBEEF|
L424[16:53:53] *
EnderBot2 rulls on the floor laughing
L425[16:53:55] <sugoi> i didn't test every
permutation :)
L426[16:53:56] <gamax92> yeah that won't
work
L427[16:54:08] <sugoi> ok thanks
L428[16:54:25] <sugoi> i remember now,
told myself . is like static, and : is member
L429[16:54:39] <sugoi> function obj.static
vs function obj:member
L430[16:54:45] <sugoi> coo
L431[17:04:17] <ds84182> yay, internet is
going at 700 BYTES per second
L432[17:06:20] ***
prassel|off is now known as prasselpikachu
L433[17:15:15] ***
prasselpikachu is now known as prassel|off
L434[17:15:21] <sugoi> ds84182: tubes
clogged?
L435[17:16:49] <ds84182> yeah
L436[17:17:08] <ds84182> Welp, anyways,
gonna go to a friends house for a bonfire
L437[17:17:10] <ds84182> bai
L438[17:21:15] ⇦
Quits: XDjackieXD (~XDjackieX@2a03:f80:ed15:151:236:12:222:1) (Ping
timeout: 180 seconds)
L439[17:22:47] ⇦
Quits: Lunatrius (~Lunatrius@77.38.103.182) (Ping timeout: 186
seconds)
L440[17:22:47] ⇦
Quits: sciguyryan (~sciguyrya@109-205-170-22.dynamic.swissvpn.net)
(Read error: Connection reset by peer)
L441[17:23:00]
⇨ Joins: sciguyryan
(~sciguyrya@109-205-170-22.dynamic.swissvpn.net)
L442[17:23:37] ⇦
Quits: sciguyryan (~sciguyrya@109-205-170-22.dynamic.swissvpn.net)
(Client Quit)
L443[17:23:52] <sugoi> Sangar: !
L444[17:24:13] <Kodos> o/
L445[17:24:16]
⇨ Joins: Lunatrius (~Lunatrius@77.38.103.182)
L446[17:24:27] <sugoi> hi kodos
L447[17:24:43]
⇨ Joins: Cranium (~HurrDurr@thatcraniumguy.net)
L448[17:26:35] <Kodos> Cruor, if you're
going to call us filthy plebs, have the decency to do it to our
faces =)
L449[17:26:48] <sugoi> wrong
channel?
L450[17:27:00] <Kodos> No, he said it in
#computercrap
L451[17:27:02] <Kodos> I mean craft
L452[17:27:07] <sugoi> right the first
time
L453[17:27:13] <Kodos> ;)
L454[17:27:33] <Cruor> u fookin' causual
plebs
L455[17:27:38] <Kodos> That's better
L456[17:27:44] <Cruor> how dear ya steal
our topic, YARRR
L457[17:27:49] <Cruor> wait, am i a pirate
now
L458[17:27:53] <Kodos> What topic
L459[17:27:55] <Cruor> o_o when did this
happend
L460[17:28:06] <Cruor> "Don't ask to
ask, just ask!"
L461[17:28:23] <Kodos> Yes, because that's
a CC original
L462[17:28:24] <Kodos> ...
L463[17:28:29] <sugoi> um
L464[17:28:31] <gamax92> Kodos: don't feed
the troll
L465[17:28:34] <sugoi> that's the same we
have in minecrafthelp
L466[17:28:47] <Kodos> Pretty sure it
comes up in a shocky command too
L467[17:28:51] <Kodos> !invite
Shocky
L468[17:28:59] *
Skye stabs Kodos
L469[17:29:14] <sugoi> well all i meant
was, yeah, that's pretty basic irc
L470[17:29:50] <Kodos> We could always
change it to "If you ask to ask, you'll be told
no."
L471[17:32:21] ***
Skye is now known as Skye|ZZZ
L472[17:33:01] <Cruor> Kodos: when did you
get voice in here anyway .-.
L473[17:33:10] <Kodos> I have more than
just voice
L474[17:33:20] <Kodos> And I'm an OC
contributor iirc
L475[17:33:27] <Kodos> Just barely
L476[17:33:29] <Kodos> And it almost
doesn't count
L477[17:33:30] <Kodos> But I am
L478[17:33:33] <Cruor> i contributed
L479[17:33:37] <Cruor> :I
L480[17:33:45] <Kodos> I also help in the
channel
L481[17:33:51] <Cruor> same :I
L482[17:33:55] <Kodos> You... idle here
and chat in #computercraft
L483[17:34:08] <Cruor> just look at this
face, im friggen awesome :I
L484[17:34:09] <sugoi> also, being in cc
demotes you
L485[17:34:56] <sugoi> time to make food
to celebrate beating the english
L486[17:34:58] <sugoi> o/
L487[17:35:13] <gamax92> time for me to
... do nothing because don't really care about holidays
L488[17:35:21] <Cruor> why would being in
the cc channel have anything to do with anything .-.
L489[17:35:43] <gamax92> though I am going
to go cook up some burritos in .... now
L490[17:35:44] <gamax92> brb
L491[17:38:55] <Cruor> Kodos: lets face
it, i idle everywhere :I
L492[17:39:18] <Cruor> and then i just
suddenly jump out... and like... do nothing sane :D
L493[17:39:46] <Kodos> Like playing
Runescape
L494[17:40:04] <Cruor> uhh... i play that
game? o_o
L495[17:40:14] <Cruor> i thought i was
afking 99% of the time
L496[17:44:51] ***
prassel|off is now known as prasselpikachu
L497[17:46:44] <Kodos> I love my mother in
law, but she just linked an article on Facebook; "Autism rates
explode in Asia after introducing western vaccines"
L498[17:47:34] ***
prasselpikachu is now known as prassel|off
L499[17:52:41] <Skye|ZZZ> ...
L500[17:53:49] <Skye|ZZZ> It's probably
more reported cases that happened at the same time...
L501[17:57:54] ⇦
Quits: Roguexy (~Roguexy@84-236-100-43.pool.digikabel.hu) (Ping
timeout: 206 seconds)
L502[18:00:55] <ashka> hi, logic question.
when turning a computer on without an eeprom but with a monitor
attached, we get an error saying that there's no eeprom, however
isn't that supposed to be impossible, since there isn't supposed to
be logic on how can the computer write on the screen ? shouldn't
this go into the analyzer ?
L503[18:03:03]
⇨ Joins: Roguexy
(~Roguexy@92-249-185-181.pool.digikabel.hu)
L504[18:05:08] ***
prassel|off is now known as prasselpikachu
L505[18:11:04] <Sangar> sorry, way too
distracted with btm today :X ping me again tomorrow if there was
anything urgent, i'm off for today, gnight o/
L506[18:11:14] ⇦
Quits: Nathan1852_ (~Nathan185@p5B216333.dip0.t-ipconnect.de) (Ping
timeout: 378 seconds)
L507[18:18:04] <Mimiru> night Sangar
L508[18:18:22]
⇨ Joins: Uni
(~Uni@p549CEC0A.dip0.t-ipconnect.de)
L509[18:21:35] ⇦
Quits: Inari (~Uni@p549CEC0A.dip0.t-ipconnect.de) (Ping timeout:
206 seconds)
L510[18:22:34] ***
Uni is now known as Inari
L511[18:23:37] ***
Cruor is now known as Cruor|Away
L512[18:33:27]
⇨ Joins: TangentDelta (~christine@63.143.24.22)
L513[18:33:53] ⇦
Quits: TangentDelta (~christine@63.143.24.22) (Remote host closed
the connection)
L514[18:34:25] ⇦
Quits: Pyrolusite
(~Pyrolusit@ARouen-651-1-2-200.w90-23.abo.wanadoo.fr) (Killed
(NickServ (GHOST command used by
Pyrolusite2!~Pyrolusit@ARouen-651-1-438-69.w92-132.abo.wanadoo.fr)))
L515[18:34:26]
⇨ Joins: Pyrolusite2
(~Pyrolusit@ARouen-651-1-438-69.w92-132.abo.wanadoo.fr)
L516[18:34:34]
⇨ Joins: TangentDelta (~christine@63.143.24.22)
L517[18:38:47] ***
Daiyousei is now known as SleepingFairy
L518[18:45:56] ***
prasselpikachu is now known as prassel|off
L519[18:46:04] <Izaya> ~w drone
L521[18:49:04]
⇨ Joins: noiro_
(~noiro@c-76-17-29-38.hsd1.ga.comcast.net)
L522[18:52:02] ⇦
Quits: noiro (~noiro@2601:cd:301:a660:ddca:ae63:118c:d333) (Ping
timeout: 206 seconds)
L523[18:54:08] ***
Pyrolusite2 is now known as Pyrolusite
L524[19:00:17] <Izaya> Chat boxes work in
drones, right?
L525[19:02:09] <Kodos> I believe so
yes
L526[19:02:12] <Kodos> I can test if you'd
like
L527[19:11:40]
⇨ Joins: TigersFangs
(~TigersFan@c75-111-26-152.erkacmtk01.ca.dh.suddenlink.net)
L528[19:20:15] ***
Keridos|away is now known as Keridos
L530[19:48:51] <Kodos> Needs more
computer.beep
L531[19:49:04] <Kodos> Also, does beep
work without parameters?
L532[19:49:52] ⇦
Quits: Inari (~Uni@p549CEC0A.dip0.t-ipconnect.de) (Read error:
Connection reset by peer)
L533[19:50:38] <Kodos> Guess it does
L534[19:51:53] <Kodos> Izaya,
computer.beep(200,2) computer.beep(300,2)
computer.beep(400,2)
L535[19:51:56] <Kodos> Do it
L536[19:51:57] <Kodos> do it now
L537[19:54:23] <Kodos> ~w computer
L539[19:55:03] <Kodos> gamax92, how do I
make beep do two tones at once again
L540[19:55:20] <Kodos> And if you say 'the
same way you did it the first time' I'm kicking you
L541[19:55:52] <gamax92> well I was going
to tell you but since you think of me so kindly ...
L542[19:56:11] <gamax92> I don't deserve
to be insulted like that
L543[19:56:23] <Kodos> I wasn't insulting
you, I've just had two people do that to me this week
L544[19:56:34] <Kodos> Because of how I
word things
L545[19:56:59] <gamax92> Well
computer.beep can't do multiple tones at once iirc, it'll pause the
computer until the tone is finished
L546[19:57:13] <gamax92> the beep card in
Computronics is capable of doing multiple beeps though
L547[19:57:37] <Kodos> Ah, that's why this
wasn't working
L548[19:57:49] <Kodos> What's the syntax
for 2+ simultaneous beeps?
L549[19:59:29] <Izaya> Kodos: you need a
beep card
L550[19:59:34] <Kodos> Yes, I got that
already =P
L551[19:59:43] <Izaya> oh wait
L552[19:59:49] <Izaya> sorry, playing with
a drone
L553[20:00:00]
⇨ Joins: XDjackieXD (~XDjackieX@151.236.12.222)
L554[20:02:25]
⇨ Joins: Lunatrius` (~Lunatrius@77.38.103.182)
L555[20:03:06] <gamax92> Kodos:
component.beep.beep({[200]=2,[300]=2,[400]=2})
L556[20:03:28] <gamax92> Yes it's weird
syntax, blame Vexatos
L557[20:03:39] <Kodos> Lol
L558[20:03:45] <Kodos> Works, I just
needed it for chords
L559[20:03:55] <Kodos> I'm going to
manually convert a song from sheet music to OC
L560[20:04:07] <Pangea> why don't you
import it by midi?
L561[20:04:16] <gamax92> why don't we have
a midi2tape converter
L562[20:04:17] <Pangea> isn't there a
program that plays midi files
L563[20:04:20] <Kodos> Because I forgot
how, and I needed something to do anyway
L564[20:04:21] <Pangea> I thought someone
made one
L565[20:04:58] ⇦
Quits: Lunatrius (~Lunatrius@77.38.103.182) (Ping timeout: 189
seconds)
L566[20:04:58] ***
Lunatrius` is now known as Lunatrius
L567[20:05:30] ⇦
Quits: XDjackieXD (~XDjackieX@151.236.12.222) (Ping timeout: 206
seconds)
L568[20:05:58] <Kodos> I'll install and
check oppm
L569[20:06:42]
⇨ Joins: XDjackieXD (~XDjackieX@151.236.12.222)
L570[20:08:23] <Kodos> Found it
L571[20:08:26] <Kodos> Thanks,
Pangea
L572[20:12:15]
⇨ Joins: marcin212_
(~marcin212@anb212.neoplus.adsl.tpnet.pl)
L573[20:12:34] <Kodos> Well, it handles
this song fine
L574[20:12:37] <Kodos> But the other two
were too slow
L575[20:12:53] ⇦
Quits: marcin212_ (~marcin212@anb212.neoplus.adsl.tpnet.pl) (Remote
host closed the connection)
L576[20:13:20] ⇦
Quits: XDjackieXD (~XDjackieX@151.236.12.222) (Ping timeout: 378
seconds)
L577[20:13:45] ⇦
Quits: marcin212 (~marcin212@acjj222.neoplus.adsl.tpnet.pl) (Ping
timeout: 180 seconds)
L578[20:18:27] <gamax92> #lua
(256+254)*10
L579[20:18:27] <|0xDEADBEEF|> >
5100
L580[20:23:27] ***
alekso56 is now known as alekso56_off
L581[20:26:39] <Izaya> ~w inventory
L583[20:28:32]
⇨ Joins: s0r00t
(~s0@2a01:e35:243e:cb90:be85:56ff:fe36:1ef9)
L584[20:37:11]
⇨ Joins: XDjackieXD (~XDjackieX@151.236.12.222)
L585[20:40:28] <Izaya> so I rewrote my
drone command intepretation system
L586[20:40:33] <Izaya> and now I can add
more commands easily
L587[20:40:40] <Izaya> time to learn how
the inventory controller owrks
L589[20:55:42] ⇦
Quits: Roguexy (~Roguexy@92-249-185-181.pool.digikabel.hu) (Remote
host closed the connection)
L590[20:55:43] <Izaya> and I now have a
version that can do inventory I/O
L592[21:01:49] <Pangea> what mod adds the
inventorycontroller
L593[21:02:05] <Izaya> OpenComputers
L594[21:04:23] <Pangea> lol..
whooops
L595[21:04:44] <Izaya> gg
L596[21:05:58] <gamax92> #lua
(2^15)/510
L597[21:05:58] <|0xDEADBEEF|> >
64.250980392157
L598[21:06:20] <gamax92> #lua
(2^15)/(510*2)
L599[21:06:20] <|0xDEADBEEF|> >
32.125490196078
L600[21:07:34] <sugoi> #lua function
f()f()end;f()
L601[21:07:35] <|0xDEADBEEF|> > Error:
Took too long.
L602[21:15:17] <sugoi> #lua function
p(d,n,s) return (s)*(1/d)+(n>0 and 0 or
p(d+2,n-1,-s));end;function tp(n)return 4*p(1,n,1);end;tp(40)
L603[21:15:18] <|0xDEADBEEF|> >
nil
L604[21:16:10] ⇦
Quits: TangentDelta (~christine@63.143.24.22) (Remote host closed
the connection)
L605[21:16:23]
⇨ Joins: TangentDelta (~christine@63.143.24.22)
L606[21:16:29]
⇨ Joins: jacky500_
(webchat@144.sub-166-141-34.myvzw.com)
L607[21:16:30] <sugoi> #lua function
p(d,n,s) return (s)*(1/d)+(n<=0 and 0 or
p(d+2,n-1,-s));end;function tp(n)return 4*p(1,n,1);end;tp(40)
L608[21:16:31] <|0xDEADBEEF|> >
nil
L609[21:16:33] <sugoi> bah
L610[21:17:56] <jacky500_> This irc isn't
like CC's IRC is it? (plz tell me no)
L611[21:18:45] <sugoi> jacky500_: i don't
represent oc, at all
L612[21:18:50] <sugoi> but personally, not
a fan of cc
L613[21:19:15] <sugoi> but the oc
community so far at least, has been pretty great
L614[21:19:36] <gamax92> A great way to
join a new channel and to introduce yourself, is to ask if it's not
like another channel
L615[21:19:39] <jacky500_> im using CC atm
because of its simplicity to get a computer running but OC is more
flexible and the community while smaller seems to be nicer and more
responsive so im contemplating switching
L616[21:19:45] <sugoi> gamax92: :)
L617[21:21:30] <jacky500_> sounds like the
perfect code!
L618[21:21:38] <jacky500_> smaller,more
flexible,faster
L619[21:23:00] <gamax92> ehh, not too sure
about that, flexible yes, code you write won't be smaller or
faster
L620[21:23:02] <sugoi> in terms of the mod
only, i like oc more because if feels like i'm working on
computers
L621[21:23:34] <jacky500_> yes there is
the feels like reality factor
L622[21:23:35] <jacky500_> lol
L623[21:23:36] <jacky500_> :)
L624[21:24:25] <gamax92> #lua
32768/44100
L625[21:24:26] <|0xDEADBEEF|> >
0.74303854875283
L626[21:25:31] <jacky500_> what is the
fastest way to learn about OC though? I've tried to use it before
but am very confused on how it works and there aren't any good
tutorials on it that aren't in german (im english) and the
documentation seems nice but hard to follow
L627[21:25:35] <gamax92> Doing dfpwm
encoding in OC = horridly not feasible
L628[21:26:00] <gamax92> :/
L629[21:27:05] <gamax92> I'm going to do
it anyway, but lolno
L630[21:27:20] <jacky500_> wow what a
great idea! Have a website dedicated to computercraft /
opencomputers tutorial videos but not like a youtube channel just
covering basic stuff but almost in a man page format, you want a
specific topic and there is a mini series on it!!
L631[21:28:02] <jacky500_> also obviously
including documentation! :)
L632[21:28:23] <gamax92> I'm not sure of
how good the tutorials are on the forums but there is a section on
there for tutorials
L633[21:28:28] <Kodos> ~w
L636[21:28:34] <gamax92> lol Kodos
L637[21:30:47] <gamax92> hmm, I did
something wrong for this encoding
L638[21:31:33] <gamax92> T_T duuuuh right,
I can just test it out of OC ...
L639[21:33:54] ⇦
Quits: jacky500_ (webchat@144.sub-166-141-34.myvzw.com) (Ping
timeout: 204 seconds)
L640[21:37:29] ⇦
Quits: Pyrolusite
(~Pyrolusit@ARouen-651-1-438-69.w92-132.abo.wanadoo.fr) (Quit:
Leaving)
L641[21:51:21] <gamax92> almost got it,
the entire waveform is on one side
L642[21:56:21] <gamax92> :D
L644[21:59:07] <gamax92> #lua
(2003584-2003529)%128
L645[21:59:07] <|0xDEADBEEF|> >
55
L646[21:59:22] <gamax92> #lua 128/8
L647[21:59:22] <|0xDEADBEEF|> >
16
L648[21:59:25] <gamax92> #lua
(2003584-2003529)%16
L649[21:59:25] <|0xDEADBEEF|> > 7
L650[21:59:29] <gamax92> oh
L651[22:00:11] ⇦
Quits: s0r00t (~s0@2a01:e35:243e:cb90:be85:56ff:fe36:1ef9) (Quit:
Leaving)
L652[22:03:16] ⇦
Quits: TangentDelta (~christine@63.143.24.22) (Read error:
Connection reset by peer)
L653[22:08:09] <mrkirby153> what channel
is this for?
L654[22:08:29] <gamax92> For
OpenComputers
L655[22:08:49] <gamax92> the Minecraft
computer mod
L656[22:09:43] <mrkirby153> ah ty :D
L657[22:10:03] <mrkirby153> wasn't really
mentioned in the topic and idr what the oc stood for
L658[22:10:16] <gamax92> mrkirby153: ...
how long have you been here? :P
L659[22:10:23] <mrkirby153> a good amount
of time
L660[22:10:25] <mrkirby153> mostly idle
tho
L661[22:10:52] <gamax92> also, D:< why
is this code broken in OC but not in not OC
L662[22:11:05] <gamax92> oh right, package
cache, gotta reboot computer
L663[22:11:11] <Kodos> gamax92, wut
L664[22:11:21] <Kodos> <gamax92>
also, D:< why is this code broken in OC but not in not OC
L665[22:11:25] <Kodos> Oh
L666[22:11:26] <Kodos> derp
L667[22:11:28] <Kodos> I'm drunk
L668[22:11:49] <mrkirby153> I'm confused
and completley sober :p
L669[22:14:40] <gamax92> ahh, it's been
working fine, I just forgot to rewind the tape :P
L670[22:15:58] <sugoi> ~w shell
L672[22:16:01] <gamax92> dfpwm encoder in
OC, still has issues somewhere because it's not producing the exact
same output, but that could also be just because I'm comparing
against the C version
L673[22:16:17] <gamax92> buuuuuuut, it
took 2 minutes to encode a 6 minute song
L674[22:18:01] <sugoi> isn't
shell.resolve(fileName) supposed to help me to resolve paths to
files in my PATH ?
L675[22:18:10] <sugoi> like,
shell.resolve("edit")
L676[22:18:25] <sugoi> i'm testing this in
the in-game lua prompt
L677[22:18:35] <sugoi> and shell.getPath()
shows the paths
L678[22:18:36] <gamax92> i believe you
have to put the extra argument so it does path resolving
L679[22:18:43] <sugoi> the ext?
L680[22:18:46] *
sugoi tries
L681[22:18:50] <gamax92> else it will just
try to resolve a file in the current directory
L682[22:18:56] <sugoi> yep
L683[22:19:00] <sugoi> ok, thanks
L684[22:19:29] <sugoi> i don't think the
docs quite say this correctly then
L685[22:20:10] <sugoi> "optionally
also checking for ... extension, first .. working directory .. then
all entries .. in path
L687[22:20:33] <sugoi> should perhaps say,
only checks entries in path if extension is specified..?
L688[22:21:10] <gamax92> I still need to
go through and check to make sure various pages are updated
L689[22:21:35] <gamax92> there was one
that I saw that said "Will be available when OC 1.3 is
released" or something like that :P
L690[22:21:45] <gamax92> don't remember
though
L691[22:22:25] <sugoi> ha, nice
L692[22:25:28] <gamax92> this audio sounds
horridly bad for some reason, maybe it's just source encoded wrong,
but it shouldn't sound this bad
L693[22:27:03] <gamax92> #lua
16028233/32768
L694[22:27:04] <|0xDEADBEEF|> >
489.1428527832
L695[22:27:10] <gamax92> #lua 489/60
L696[22:27:10] <|0xDEADBEEF|> >
8.15
L697[22:36:55] <sugoi> is there a std
output not stdout and not stderr?
L698[22:37:30] <sugoi> stderr would work,
just...it's not an error and i dont really want it red
L699[22:37:37] <sugoi> stdout won't work
because, this is in a pipe
L700[22:37:47] <sugoi> and print won't
work because....well i'm hijacking it
L701[22:38:08] <sugoi> i dont really need
a non-stderr solution...just asking :)
L702[22:38:26] <gamax92> Hijack the gpu
then
L703[22:38:48] <sugoi> reasonable
L704[22:44:23] ⇦
Quits: Lathanael|Away (~Lathanael@p54971981.dip0.t-ipconnect.de)
(Ping timeout: 186 seconds)
L705[22:49:00]
⇨ Joins: Lathanael|Away
(~Lathanael@p549700B0.dip0.t-ipconnect.de)
L706[22:49:22] <Kodos> Just occurred to me
that we're nearing 4k commits for OC
L707[22:53:53] <gamax92> Have you ever
just hit the autocomplete key on a phone to see what sentence it
comes up with?
L708[22:54:12] <Kodos> It usually just
asks what the person is having for dinner, since I text my mom that
every day
L709[22:54:23] <Kodos> "What are you
guys doing for dinner?"
L710[22:54:29] <Kodos> Specifically
L711[22:56:05] <gamax92> I am very
interested in the morning to get a chance of rain in my opinion is
a great day for me to be a table
L712[23:08:55] ⇦
Quits: SnowDapples (~powered@pD9589E3C.dip0.t-ipconnect.de) (Killed
(NickServ (GHOST command used by
SnowDapples_!~powered@pD958972C.dip0.t-ipconnect.de)))
L713[23:09:02]
⇨ Joins: SnowDapples
(~powered@pD958972C.dip0.t-ipconnect.de)
L714[23:09:35] <gamax92>
NullPointerException
L715[23:14:27] <sugoi> gamax92: wow, noob
time
L716[23:14:29] <sugoi> so
L717[23:14:35] <sugoi> i'm doing a lot of
input output work
L718[23:14:36] <sugoi> for my remote
shell
L719[23:14:51] <sugoi> and i test things
in pipes with temp scripts like rtest and wtest (rtest and
wtest)
L720[23:15:04] <sugoi> and i was not
getting the intercepts like i expected from rtest
L721[23:15:16] <sugoi> i seriously tracked
this down to a bug in sh.lua and the piping stuff
L722[23:15:27] <sugoi> and
then.....realized i had already made an rtest in PATH
L723[23:15:35] <sugoi> and the pipe code
was resolving it CORRECTLY
L724[23:15:43] <sugoi> anywho...time for a
break
L725[23:15:54] <gamax92> Lol
L726[23:16:24] <sugoi> i thought...the
pipe code was incorrectly ignoring what should be a file not
found
L727[23:16:31] <sugoi> like, say you had
>foo
L728[23:16:34] <sugoi> and there is no foo
in PAHT
L729[23:16:37] <sugoi> in PATH
L730[23:16:55] <sugoi> it looked like
./wtest "hi" | rtest was just ignoring the rtest and its
pipe
L731[23:16:58] <sugoi> and writing
"hi"
L732[23:17:16] <sugoi> but i had an rtest
in PATH, which was old..and just was print(io.read())
L733[23:18:03] <sugoi> my remote shell is
getting pretty great tho
L734[23:18:19] <sugoi> in case you ever
had an interest in using a remote shell from one terminal to all
your machines/robots/etc
L735[23:18:48] <sugoi> right now i'm just
trying to make my remote-read more robust -- to be compatible with
timeouts and keepalives
L736[23:19:06] <sugoi> but, afk for
now
L737[23:19:09] <sugoi> o/
L738[23:39:59]
⇨ Joins: RaptorJeebus
(RaptorJeeb@CPE-58-164-96-221.lnse4.win.bigpond.net.au)
L739[23:40:32] ***
Kasen is now known as rakiru|offline
L740[23:55:46] <gamax92> probably
...
L741[23:55:51] <gamax92> I think you'd
know
L742[23:56:18] <gamax92> that doesn't fly
here in the world of worlds
L743[23:56:30] <gamax92> one can not just
simply pretend to not know where the staff is