<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:05] ⇨
Joins: ^vDoge
(~mooooon@2601:4:4500:e15:88f:1c2c:994e:d306)
L2[00:00:14] <Kilobyte> i sadly cannot run
atom, intellij and youtube at same time
L3[00:00:20] <Kilobyte> the video starts
lagging
L4[00:00:25] *
Kilobyte blames his cpu
L5[00:00:26] <Sangar> o.O
L6[00:00:32] ⇦
Quits: ^vDoge (~mooooon@2601:4:4500:e15:88f:1c2c:994e:d306) (Remote
host closed the connection)
L7[00:00:45] ⇨
Joins: ^vDoge
(~mooooon@2601:4:4500:e15:88f:1c2c:994e:d306)
L8[00:00:46] <Sangar> if it's in the
background it's at 0% and 20MB, how terrible is your computer
again?
L9[00:00:59] ⇦
Quits: ^vDoge (~mooooon@2601:4:4500:e15:88f:1c2c:994e:d306) (Remote
host closed the connection)
L10[00:01:03] <Sangar> oh, it went down to
18mb :X
L11[00:01:07] <Kilobyte> AMD E-350, 2x1.6
GHz
L12[00:01:08] ⇨
Joins: ^vDoge
(~mooooon@2601:4:4500:e15:88f:1c2c:994e:d306)
L13[00:01:23] <Kilobyte> ds84182: cloning
their repo is 241.19 MiB
L14[00:01:31] ⇦
Quits: ^vDoge (~mooooon@2601:4:4500:e15:88f:1c2c:994e:d306) (Remote
host closed the connection)
L16[00:01:45] <ds84182> ohgod
L17[00:01:58] <Kilobyte> takes like 3 mins
for me
L18[00:02:01] <Kilobyte> maybe 5
L19[00:02:13] <gamax92> Sangar: well i
dunno, i put in a check if key != null but value is a WeakValue of
null then give NIL
L20[00:02:14] <ds84182> it took me 5
minutes to clone pokered
L21[00:02:16] <Kilobyte> and i only have 13
mbit
L22[00:02:17] <gamax92> it booted up this
time
L23[00:03:52] <Sangar> gamax92, ok, cool.
well, keep an eye on it, if it doesn't break over the next couple
of days, please pr it :)
L24[00:04:28] <ds84182> I get stuck at
42%
L25[00:04:32] <ds84182> oh wait
L26[00:04:34] <ds84182> nevermind
L27[00:04:40] <Kilobyte> ds84182: a few
assets
L28[00:04:44] <ds84182> well fuck
L29[00:04:45] <Kilobyte> another one is at
82
L30[00:04:51] <ds84182> >few
L31[00:04:53] <ds84182> ha
L32[00:04:56] ***
prasselpikachu is now known as prassel|off
L33[00:05:21] <ds84182> a _few_
L34[00:05:41] ***
prassel|off is now known as prasselpikachu
L35[00:06:49] <gamax92> ds84182: so, i
removed an inserted a HDD a bunch of time, with vcomponent not
loaded (is not even present), and your bug still happened with
normal components
L36[00:06:58] <gamax92> therefor, I
redirect blame to Sangar
L37[00:08:07] <ds84182> But that gets
redirected to Kilobyte
L38[00:08:26] <ds84182> You would have to
direct it to Sangbot
L39[00:08:34] <Kilobyte> Sangar: add a
filter to your redirect please
L40[00:08:39] <Kilobyte> like
L41[00:08:58] <Kilobyte> .filter(issue
=> issue.cause != OpenComputers)
L42[00:09:12] <gamax92> i wonder what will
happen when i do it one more time, i've created all the folders for
all avaliable letters of the HDD
L43[00:09:13] ⇨
Joins: sully0 (~sully@192.241.175.50)
L44[00:09:20] <ds84182> error: RPC failed;
result=56, HTTP code = 200
L45[00:09:26] <ds84182> well that
happened
L46[00:09:54] <gamax92> aww, nothing
happened
L47[00:10:32] <Sangar> filters.clear();
filters.add(_.isRelatedToOC, forward(Kilobyte, _));
filters.add(_.isIssue, forward(/dev/null, _))
L49[00:11:10] <Kilobyte> Sangar: ...
L50[00:11:18] <Sangar> :P
L51[00:11:49] <Sangar> gamax92, yay, got a
robust way of reproducing that?
L52[00:11:57] <gamax92> insert HDD
L53[00:11:59] <gamax92> remove HDD
L54[00:12:01] <gamax92> repeate
L55[00:12:53] <Sangar> huh
L56[00:12:56] *
Sangar start 1.7.10
L57[00:13:51] <gamax92> was told that its
because unmounting uses the component but at this point the
component is not there so nothing happens
L58[00:14:39] ***
Techokami is now known as Techokami|Off
L59[00:15:24] <Sangar> huh, i wonder since
when it does that...
L60[00:16:22] ⇦
Quits: rjwboys
(~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net) (Ping
timeout: 186 seconds)
L61[00:19:06] <gamax92> Sangar: oh and i
think i might have a way to make __gc work
L62[00:19:59] <Sangar> finalizers?
L63[00:20:10] <gamax92> yes
L64[00:20:19] <gamax92> why, bad
idea?
L65[00:20:52] <Sangar> no, just what i also
was thinking about. the only caveat still is that they only run
once, iirc?
L66[00:21:24] <gamax92> wouldn't you want
it to only run once? since its when its getting gc'd
L67[00:21:33] <Sangar> and in normal lua
objects can be 'revived' (by creating a new reference in the gc
callback)
L68[00:21:54] <Sangar> but i think that's
still much better than it not working at all
L69[00:21:57] <gamax92> I should test how
that would work in java
L70[00:23:05] <Sangar> i'm not 100% sure if
lua runs __gc again for revived objects, tho. i *think* it does,
but i never tested it.
L71[00:24:23] <v^> .> derpref={}
derpobj=setmetatable({},{__gc=function(s) derpref[s]=true
irc.say("#oc","collected") end})
L72[00:24:23] <^v> v^, nil
L73[00:24:31] <v^> .> derpobj=nil
collectgarbage()
L74[00:24:32] <^v> v^, nil
L77[00:25:25] ***
prasselpikachu is now known as prassel|off
L78[00:30:00] <gamax92> Sangar: well ...
you can "revive" in finalize
L79[00:30:08] <gamax92> however wasn't able
to get finalize to be called twice
L80[00:30:39] <Sangar> yes
L81[00:31:00] ***
prassel|off is now known as prasselpikachu
L82[00:31:40] <Sangar> that's what i had in
the back of my mind from when i was looking into that, too
L83[00:35:49] <Kilobyte> Sangar:
considering to just go ahead and write that ircd
L84[00:35:57] ***
prasselpikachu is now known as prassel|off
L85[00:36:08] <Sangar> Kilobyte,
considering getting some sleep :P
L86[00:36:12] <Kilobyte> llol
L87[00:37:38] <Sangar> awwwww crap, i see
where the unmounting derps now
L88[00:37:49] <gamax92> Sangar: I also
however ... cannot get __gc to call twice
L89[00:39:26] <Sangar> hmm, true. as i
said, wasn't sure about that anyway.
L90[00:39:27] ⇨
Joins: rjwboys
(~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net)
L91[00:39:30] <Sangar> well in that case
all is great
L92[00:40:03] <gamax92> either way it would
be better to have some functionality rather than none
L93[00:40:13] <gamax92> imma see what i can
get working
L94[00:42:37] <Kilobyte> gamax92: finalize
will only be called once ever per object
L95[00:46:38] <ds84182> v^, duh
L96[00:46:51] <ds84182> it doesn't work
because you didn't do network.esper.irc
L97[00:47:06] <gamax92> ds84182: and
globals
L98[00:47:19] <v^> ds84182, retard
L99[00:47:30] *
ds84182 shanks v^
L100[00:47:38] ***
prassel|off is now known as prasselpikachu
L101[00:47:42] <v^> .>
_G==networks.esper
L102[00:47:42] <^v> v^, true
L104[00:52:54] ***
prasselpikachu is now known as prassel|off
L105[00:56:38] <Kilobyte> Sangar: btw, i
hope vortex gets bugfixed soon
L106[00:56:53] <Kilobyte> because i have
ugly bugs like empty blocks crashing the compiler
L107[00:57:06] <Kilobyte> fn abc() ->
do end
L108[00:57:13] <Kilobyte> ^ compiler
crash
L109[00:57:56] <Kilobyte> and the code it
outputs isn't exactly human readable...
L110[00:58:58] <Yepoleb> what's the best
way to check if x is in {'quit', 'exit', 'close', 'bai'} in
lua?
L111[00:59:33] <Kilobyte> ummm
L112[00:59:42] <Kilobyte> iterating over
table afaik
L113[01:00:14] <Kilobyte> unless you can
do {quit = true, exit = true, close = true, bai = true}[x]
L114[01:00:34] <Kilobyte> well, that
works, but in your usecase that might not be best thing
L115[01:01:05] <Yepoleb> ok thanks, i will
use a for loop
L116[01:04:28] <Yepoleb> does return
outside a function end the script?
L117[01:04:52] <Kilobyte> yes
L118[01:04:55] <Kilobyte> pretty
sure
L120[01:24:04] <Sangar> cute
L121[01:24:56] <Sangar> i fixed unmounting
\o/
L122[01:24:57] <Sangar> probably
L123[01:25:05] <Sangar> time for bed
L124[01:25:07] <Sangar> gnight o/
L125[01:27:02] <v^> i remember when i put
stacktraces in ^v and people said "who the fuck names a
function v"
L126[01:27:10] ***
darknife25 is now known as darknife25|AFK
L127[01:34:23]
⇨ Joins: htiger
(webchat@61-231-41-31.dynamic.hinet.net)
L128[01:35:21] ⇦
Quits: htiger (webchat@61-231-41-31.dynamic.hinet.net) (Client
Quit)
L129[01:35:43] <ds84182> v^, who the fuck
names a function v
L130[01:36:04] <ds84182> Kilobyte, looks
like it would be slow as hell for larger projects
L131[01:37:06] <Kilobyte> yeah or at least
slower than it should be
L132[01:39:18]
⇨ Joins: orblazer
(webchat@AToulouse-253-1-63-176.w92-146.abo.wanadoo.fr)
L133[01:40:41] <orblazer> hello, a mod
"Open Peripheral" exist on OC ?
L135[01:41:01] <orblazer> what is a
name?
L136[01:41:03] <v^> opencomponent
L138[01:41:15] <orblazer> oh ok
L139[01:43:41] ⇦
Quits: orblazer
(webchat@AToulouse-253-1-63-176.w92-146.abo.wanadoo.fr) (Client
Quit)
L140[01:45:41] ***
Kodos|Zzz is now known as Kodos
L141[01:45:51] <Kodos> >.> Slept,
worked, slept more, now i'm up.
L142[01:45:52] <Kodos> What did I
miss
L143[01:51:16]
zsh sets mode: +v on Cazzar_
L144[01:51:26] ***
Cazzar_ is now known as Cazzar
L145[01:55:14] <gamax92> Kilobyte: oh god,
that is awful looking
L146[01:55:24] <Kilobyte> ikr
L147[01:55:51] <Kilobyte> they should
definitely fix that
L148[01:56:04] <gamax92> also ... i had to
go downgrade my ext3 to ext2 because kernel kept hanging
L149[01:56:38] <gamax92> something is
royally broken with the kernels that are being generated
L150[01:58:46] <Kilobyte> mfw WiFi is too
shitty for youtube
L151[01:59:01] <gamax92> its like, they
work ... but then if something goes wrong (which is happening more)
it gives me nothing
L152[01:59:13] <gamax92> no
"OHSHIIIII THINGS BROKE HERES A STACKTRACE"
L153[01:59:42] <gamax92> infact its not
even kernel panicing because the keyboard lights don't flash
L154[02:00:03] <Kilobyte> those flash on
panic?
L155[02:01:01] <gamax92> yeah
generally
L156[02:01:29] <gamax92> i had it panic
when the non crappy kernel didn't mount root because it cant
ext4
L157[02:01:33] <gamax92> and the lights
were flashing
L159[02:01:42] <v^> moth stuck behind dw
painting
L160[02:01:47] <v^> thingie
L161[02:02:04] <Kilobyte> I wonder if it
can also mean panic when only one light is flashing
L162[02:02:32] <Kilobyte> because I
certainly had system freezes with one of the kb lights
flashing
L163[02:02:42] <Kilobyte> but no panic
screen
L164[02:10:56]
⇨ Joins: ^vDoge
(~mooooon@2601:4:4500:e15:88f:1c2c:994e:d306)
L165[02:15:24]
⇨ Joins: orblazer
(webchat@AToulouse-253-1-63-176.w92-146.abo.wanadoo.fr)
L166[02:15:57] <orblazer> how to get
energy / tick with OC ?
L167[02:16:48] <v^> gained energy or
something like a voltmeter :c
L168[02:20:34] <orblazer> hum.. i search a
consomation to my base in energy and get a production
L169[02:20:35]
⇨ Joins: Johannes13_
(~Johannes@p4FDE893C.dip0.t-ipconnect.de)
L170[02:23:18] ⇦
Quits: Johannes13 (~Johannes@79.222.130.66) (Ping timeout: 189
seconds)
L171[02:27:04] <orblazer> apparently i
can't get energy / tick, juste need create a block for that..
L172[02:38:45] <v^> in other news
L174[02:38:53] <v^> i made
opencomputers
L176[02:39:58] <gamax92> v^: Hey, go fix
that bug regarding X/Y and Z
L178[02:41:00] <gamax92> wat
L179[02:41:19] <gamax92> seriously
...
L180[02:45:24] ⇦
Quits: orblazer
(webchat@AToulouse-253-1-63-176.w92-146.abo.wanadoo.fr) (Ping
timeout: 190 seconds)
L182[02:45:32] <^v> v^, Fail added
L183[02:45:36] <v^> well theres that
now
L184[02:45:38] <v^> .fail
L186[02:45:44] <v^> will pick random
failure
L189[02:46:05] <^v> v^, Fail added
L190[02:49:35] ⇦
Quits: Negi (~negi@mcl71-1-82-246-167-6.fbx.proxad.net) (Quit:
"L'homme n'est pas fait pour travailler, la preuve, cela le
fatigue" --Voltaire)
L191[02:51:37] <v^> i found iDevelop's
twitter
L193[02:51:41] ***
Benguin is now known as Benguin[ZzZ]
L194[02:51:41] <v^> 89 followers
L195[02:52:33] ⇦
Quits: Flenix (~Flenix@90.202.209.137) (Ping timeout: 190
seconds)
L196[02:53:20] <v^> This Connection is
Untrusted
L197[02:53:20] <v^> You have asked Firefox
to connect securely to matrixdevuk.pw, but we can't confirm that
your connection is secure.
L198[02:53:28] <v^> god damn right
iDevelop is insecure
L199[02:54:21] <v^> wow, selling HTML
templates
L200[02:55:54]
⇨ Joins: finkmac
(~finkmac@68-68-13-218.applecreek.pathcom.com)
L201[03:31:57] ⇦
Quits: Lathanael|Away (~Lathanael@p54971399.dip0.t-ipconnect.de)
(Ping timeout: 201 seconds)
L202[03:33:33] ⇦
Quits: rjwboys
(~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net) (Ping
timeout: 190 seconds)
L203[03:34:06] <Alissa> There's no way he
made that site.
L204[03:34:22] <Alissa> He was looking for
help with html that was simpler than my channel's rules
website.
L205[03:38:59]
⇨ Joins: Lathanael|Away
(~Lathanael@p54972049.dip0.t-ipconnect.de)
L206[03:39:12] ***
Cazzar is now known as Cazzar|Away
L207[03:48:11] ***
Cazzar|Away is now known as Cazzar
L208[03:59:40]
⇨ Joins: Fredo
(~fredo@cpe-69-207-101-212.rochester.res.rr.com)
L209[04:12:04] <John_Egbert> Alissa, who
are you talking about?
L210[04:16:07] <Alissa> iDevelop.;
L211[04:17:25] ***
ds84182 is now known as dsAway
L212[04:18:31] ⇦
Quits: finkmac (~finkmac@68-68-13-218.applecreek.pathcom.com)
(Quit: finkmac)
L213[04:19:18] <John_Egbert> Alissa, aand
that's not in my buffer
L214[04:19:18] <John_Egbert> xD
L215[04:19:26] <John_Egbert> my buffer
goes back to 22:41:03
L216[04:19:36] <John_Egbert> right now
it's 00:19:20
L217[04:19:54] <Alissa> 21:54:21
<+v^> wow, selling HTML templates
L218[04:20:02] <Alissa> You ignore
ping?
L220[04:20:12] <John_Egbert> oh, didn't
see
L221[04:22:53] ***
justastranger|zzz is now known as justastranger
L222[04:26:35]
⇨ Joins: Daiyousei (fairy@188.113.81.176)
L223[05:08:43] ⇦
Quits: Daiyousei (fairy@188.113.81.176) (Remote host closed the
connection)
L224[05:18:07]
⇨ Joins: Alex_hawks
(~Alex_hawk@CPE-120-145-49-189.lnse2.wel.bigpond.net.au)
L225[05:18:07]
zsh sets mode: +v on Alex_hawks
L226[05:21:06] ⇦
Quits: phillips1012 (~phillips1@72.42.104.172) (Ping timeout: 201
seconds)
L227[05:24:26]
⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L228[05:25:39] ***
justastranger is now known as justastranger|zzz
L229[05:29:45] ***
justastranger|zzz is now known as justastranger
L230[05:35:31] ***
Neonbeta|Sleep is now known as Neonbeta
L231[05:38:47]
⇨ Joins: SKS-Phone
(~androirc@pa49-195-128-161.pa.nsw.optusnet.com.au)
L232[05:39:29] <SKS-Phone> Afternoon
o/
L233[05:40:14] <gamax92> SKS-Phone:
o/
L234[05:40:26] <SKS-Phone> :D
L235[05:40:35] ⇦
Parts: gamax92 (gamax92@The.Dragon.Slayer.PanicBNC.eu)
(Leaving))
L236[05:40:37]
⇨ Joins: gamax92
(gamax92@The.Dragon.Slayer.PanicBNC.eu)
L237[05:42:42]
⇨ Joins: Vexatos
(~Vexatos@p200300556E687A2150A9A27A02FDF58C.dip0.t-ipconnect.de)
L238[05:43:55] ⇦
Quits: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net) (Ping
timeout: 201 seconds)
L239[05:44:15]
⇨ Joins: ^v
(~ping@2601:4:4500:e15:88f:1c2c:994e:d306)
L240[05:45:58]
⇨ Joins: Eevv (webchat@th-186-47.splius.lt)
L241[05:46:04] <Eevv> hello
L242[05:46:10] <Eevv> i am here
again
L243[05:46:38] <SKS-Phone> Hello
there.
L244[05:47:50] <Eevv> i have a problem
here
L246[05:48:22] <Eevv> i installed
mekanism, opencomputers and universal electricity + some other
mods
L248[05:49:38] <Eevv> when i boot the
computer connected to a hologram directly and next to disk floppy
and turn it on it says "unrecoverable error no bootable medium
found file not found@
L249[05:50:09] <gamax92> Eevv: do you have
an OpenOS boot disk?
L251[05:50:22] <Eevv> i put a floppy
dig
L252[05:50:29] <gamax92> you cannot boot
off of that
L253[05:50:35] <Eevv> ok ill try
L254[05:50:56] <gamax92> Craft an OpenOS
disk, and then safe that dig disk because it has programs you can
use
L255[05:51:05] <Eevv> ok it is
working
L256[05:51:17] <Eevv> i am in
creative
L257[05:51:19] <Eevv> im testing the
mods
L258[05:51:20] <gamax92> ahh okay
L259[05:51:23] <Eevv> thanks man
L260[05:51:24] <Eevv> it works
L261[05:51:27] <gamax92> You're
welcome
L262[05:51:38] <Eevv> just one
question
L263[05:51:42] <Eevv> or two
L264[05:52:05] <Eevv> how do i connect
hologram (its what i want to see) and is programming with
opencomputers harder than with computercraft?
L265[05:52:22] <gamax92> I wouldn't say
its harder, I'd say its different
L266[05:52:45] <Eevv> so how do i start a
program to control holograms?
L267[05:52:50] <Eevv> or atleast make
one
L268[05:52:54] <Eevv> do i need an
adapter?
L269[05:53:08] <gamax92> OpenOS has a
built in editor, called edit
L270[05:53:29] <Eevv> file system has
read-only
L271[05:53:39] <gamax92> yeah, you need an
HDD
L272[05:53:47]
⇨ Joins: rjwboys
(~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net)
L273[05:53:47] <Eevv> i do
L274[05:54:38] <gamax92> the floppies that
you find (besh/dig/OpenOS) are read-only but the ones you can craft
or HDD's are writable
L275[05:54:47] <Eevv> how to write to
hdd
L276[05:54:49] <Eevv> i have one
L277[05:54:50] <Eevv> but
L278[05:54:56] <Eevv> could it be only 1
stick of ram?
L279[05:55:06] <gamax92> it will work
regardless of ram
L280[05:55:25] <gamax92> erm, regardless
of ram size, you do need atleast one stick of ram
L281[05:56:00] <Eevv> well
L282[05:56:04] <Eevv> then do i save the
os
L283[05:56:06] <Eevv> or something?
L284[05:56:23] <gamax92> You can copy the
os to the HDD, via the install command
L285[05:56:31] <Eevv> ok ill try
that
L286[05:56:31] <gamax92> then you no
longer need the openos floppy
L287[05:56:59] <Eevv> lol one error
"error in _gc metamethod (not enough memory)@
L288[05:57:19] <gamax92> oh my ... can you
send a screenshot of the full error?
L289[05:57:22] <gamax92> will report to
mod author
L291[05:57:34] <Eevv> i did the install
command
L292[05:57:40] <gamax92> did it succeed
this time?
L293[05:57:45] <Eevv> but it says not
enough memory
L294[05:58:15] <gamax92> Eevv: What ram do
you have in the computer?
L295[05:58:22] <Eevv> i fixed it
L296[05:58:24] <Eevv> 1 was not en
ough
L297[05:58:29] <gamax92> Yes, but so i can
tell the mod author
L298[05:58:31] <gamax92> how much did you
have?
L299[05:58:34] <Eevv> 1 ram
L300[05:58:36] <Eevv> 1 hdd
L301[05:58:38] <gamax92> Tier 1?
L303[05:58:46] <gamax92> alright,
thanks
L304[05:58:57] <Eevv> ok now how do i
hologram stuff?
L305[05:59:14] <gamax92> hologram should
just connect to the computer, you can also attach it via
cables
L307[06:00:43] <Eevv> thanks
L308[06:00:52] <Eevv> i love you man no
homo
L309[06:00:58] <gamax92> you're welcome
:)
L310[06:01:12] <v^> .w holo
L313[06:01:20] <gamax92> v^: yes yes i
know
L314[06:02:25] <Eevv> ill try it out in
survival
L315[06:03:02] ⇦
Quits: SKS-Phone
(~androirc@pa49-195-128-161.pa.nsw.optusnet.com.au) (Ping timeout:
186 seconds)
L316[06:10:35] ⇦
Quits: dmod_ (uid32492@id-32492.uxbridge.irccloud.com) (Quit:
Connection closed for inactivity)
L317[06:20:15]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L318[06:22:55] <Caitlyn> Anyone here using
Remain in Motion?
L319[06:24:55] <asie> I wanted to, but
instead I'm going for a fork of Truss Mod
L320[06:25:02]
⇨ Joins: Flenix (~Flenix@90.202.209.137)
L321[06:25:36] <Caitlyn> Just wondering if
I'm the only one with issues getting OC to interact via the
adapter
L322[06:26:09] <gamax92> i had issues with
it as well
L323[06:26:55] <Caitlyn> Well, I switched
to using it with CC and that works.. sorta, now I have a issue with
it always returning true, even if it can't move.
L324[06:27:11]
⇨ Joins: TriBlade9 (webchat@101.229.229.118)
L325[06:28:02] *** v^
is now known as pong
L326[06:29:02] ⇦
Quits: Eevv (webchat@th-186-47.splius.lt) (Quit: Web client
closed)
L327[06:30:58] <asie> RiM (both Redstone
and Remain) is generally very poorly coded
L328[06:31:04] <asie> use Truss Mod or
Framez
L329[06:31:34] <Caitlyn> Truss mod have
CC/OC support?
L330[06:31:44] <Caitlyn> or do I have to
do redstone output?
L331[06:32:04] ⇦
Quits: TriBlade9 (webchat@101.229.229.118) (Ping timeout: 190
seconds)
L332[06:33:06] <asie> Caitlyn: not
sure
L333[06:33:14] <asie> but i'm forking it
so it will get OC support soon enough
L334[06:33:50] <Caitlyn> 1.6.4 too?
:P
L337[06:35:04] <Caitlyn> Ahh, does me
little good then heh
L338[06:35:52]
⇨ Joins: asie_
(~asie@078088168214.elblag.vectranet.pl)
L339[06:43:15] ***
MrHohen_sleep is now known as MrHohenheim
L340[06:46:25]
⇨ Joins: SKS-Phone
(~androirc@pa49-195-128-161.pa.nsw.optusnet.com.au)
L341[06:48:21] ***
EnderCatIsSleeping is now known as EnderCatI
L342[06:48:25] ***
EnderCatI is now known as EnderCat
L343[06:48:28] <EnderCat> meh
L344[06:48:43] <SKS-Phone> o/
L345[06:49:00] <EnderCat> \o
L346[06:51:04]
⇨ Joins: gjgfuj (~gjgfuj@119.15.76.203)
L347[06:57:52]
⇨ Joins: istasi (webchat@46.32.58.141)
L348[06:57:58] <istasi> Morning
L349[06:58:29] ⇦
Quits: Vexatos
(~Vexatos@p200300556E687A2150A9A27A02FDF58C.dip0.t-ipconnect.de)
(Quit: Greetings from Pastry Fork, Inc. ✔)
L350[07:00:57] ⇦
Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Remote host
closed the connection)
L351[07:01:02] ⇦
Quits: asie_ (~asie@078088168214.elblag.vectranet.pl) (Remote host
closed the connection)
L352[07:01:10]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L353[07:27:34] ⇦
Quits: gjgfuj (~gjgfuj@119.15.76.203) (Ping timeout: 190
seconds)
L354[07:33:11] ***
EnderCat is now known as EnderOnTheJob
L355[07:40:34] ⇦
Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout:
190 seconds)
L356[07:47:45] ***
Pontiac is now known as Pontiac_InBed
L357[07:48:50]
⇨ Joins: PsychokenesisKat
(~chatzilla@pa49-195-128-161.pa.nsw.optusnet.com.au)
L358[08:01:48]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L359[08:03:17] ⇦
Quits: Yepoleb (~quassel@178-191-130-62.adsl.highway.telekom.at)
(Ping timeout: 201 seconds)
L360[08:03:31]
⇨ Joins: Yepoleb
(~quassel@194-166-4-179.adsl.highway.telekom.at)
L361[08:06:06] <PsychokenesisKat>
RAAAIN
L362[08:29:58]
⇨ Joins: Klocko
(webchat@CPE-120-147-179-36.gdfw1.vic.bigpond.net.au)
L363[08:30:09] <Klocko> Hey
L364[08:30:10] <Klocko> I need help
L365[08:30:29] <Klocko> Does anyone know
how to install OpenOS onto my 4MB hard drive instead of letting it
squat in a floppy disk all day?
L366[08:32:42] <Kodos> Did you try typing
'install'?
L367[08:33:09] <Klocko> ?
L368[08:33:14] <Klocko> I will try that
now
L369[08:33:30] <Klocko> THANK YOU
L370[08:33:35] <Klocko> Have a
cookie
L371[08:37:56] <Klocko> Hmm
L372[08:38:05] <Klocko> How do I set the
resolution of my computer?
L373[08:39:16] <PsychokenesisKat>
resolution 80 25 for example
L374[08:40:19] <Klocko> I just did a dick
move and resolution 1 1'd
L375[08:40:20] <Klocko> umm
L376[08:41:46] <PsychokenesisKat> Typing
still 'works' like that (I hope)
L377[08:42:33] <PsychokenesisKat> Damnit,
I want to download this anime series, but I'm on 3G
L378[08:42:45] <Klocko> How would I set
the resolution with a lua program?
L379[08:43:01] <PsychokenesisKat>
component.gpu.setResolution(x,y)
L380[08:43:12] <Klocko> Thanks
L381[08:44:37] <PsychokenesisKat> The GPU
is one of the few things I know a bit about. That and the modem. I
still suck at GUIs, but I mostly know how to use the GPU
L382[08:45:26] <Klocko> That didn't seem
to do anything
L383[08:45:48] <Klocko> I first did
component=require("component")
L384[08:45:50] <Klocko> then
component.gpu.setResolution(50,1)
L385[08:45:55] <Klocko> am I doing it
right?
L386[08:47:41] <PsychokenesisKat> Is the
GPU capible of 50 horizontal?
L387[08:49:24] <PsychokenesisKat> Hmm, a
T2 or T3 GPU should be able to do 50 horizontal
L388[08:49:37] <PsychokenesisKat> And any
of them can do 1 vertical.
L389[08:50:10] <Klocko> I just figured it
out
L390[08:50:40] <Klocko> I had put
"resolution 50 1" somewhere in my lua program, my brain
somehow forgetting that isn't lua code
L391[08:50:43] <Klocko> i forgot to remove
it
L392[08:51:25] <PsychokenesisKat> Anyway,
afk, food
L393[08:51:27] <PsychokenesisKat> s
L394[09:02:36] ⇦
Quits: mallrat208 (~mallrat20@68.204.184.175) (Ping timeout: 189
seconds)
L395[09:08:56]
⇨ Joins: Lumien
(~lumien@p4FED5F60.dip0.t-ipconnect.de)
L396[09:17:39] ***
vifino|away is now known as vifino
L397[09:24:23]
⇨ Joins: dmod_
(uid32492@id-32492.uxbridge.irccloud.com)
L398[09:29:04] ⇦
Quits: Klocko (webchat@CPE-120-147-179-36.gdfw1.vic.bigpond.net.au)
(Ping timeout: 190 seconds)
L399[09:35:10]
⇨ Joins: DeanIsaKittyWithAPhone
(~Phone@p5084F3E6.dip0.t-ipconnect.de)
L400[09:46:53] ⇦
Quits: Alex_hawks
(~Alex_hawk@CPE-120-145-49-189.lnse2.wel.bigpond.net.au) (Ping
timeout: 201 seconds)
L401[09:49:45] <Kilobyte> o/
L402[09:58:44] <Kilobyte> mfw my wifi is
fucked up
L403[09:59:03] <Kilobyte> brb rebooting
router
L404[10:02:59]
⇨ Joins: Klocko
(webchat@CPE-120-147-179-36.gdfw1.vic.bigpond.net.au)
L405[10:03:57] ⇦
Parts: Klocko (webchat@CPE-120-147-179-36.gdfw1.vic.bigpond.net.au)
())
L406[10:05:24]
⇨ Joins: orblazer
(webchat@AToulouse-253-1-63-176.w92-146.abo.wanadoo.fr)
L407[10:05:32] <Kilobyte> guess what...
still not better
L408[10:06:12] <orblazer> Hello, how ti
get energy / tick for get the consomation to me base?
L409[10:13:02] <Kilobyte> whatcha
mean
L410[10:14:18] <istasi> Hello, how to get
energy used / tick that my system in my base is using? <- is
that what you mean?
L411[10:15:49] <orblazer> yes, sorry for
my english
L412[10:17:17] <istasi> dont think you can
get energy used per tick, but you can get the difference in the
energy buffer per X time, though if you supply endless energy it'd
just show 0
L413[10:17:38] <Kilobyte> you can do it
with 4 energy cells
L414[10:17:59] <Kilobyte> it might sound a
bit overengeneered
L415[10:18:15] ⇦
Quits: MrHohenheim (~MrHohenhe@94-21-247-140.pool.digikabel.hu)
(Quit: Leaving)
L416[10:18:18] <Kilobyte> you basicly have
two chains with 2 cells each
L417[10:19:01] <Kilobyte> on the first
chain you let the first one charge the second. while disabling
output on second
L418[10:19:20] <Kilobyte> once its full
you disable output on first and enable on second
L419[10:19:21]
⇨ Joins: Alex_hawks
(~Alex_hawk@CPE-120-145-49-189.lnse2.wel.bigpond.net.au)
L420[10:19:21]
zsh sets mode: +v on Alex_hawks
L421[10:19:25] <Oddstr13> yay
L423[10:19:48] <Kilobyte> the other chain
just is always reverse
L424[10:20:14] *
Oddstr13 made a boot disk that says hello world
L425[10:20:32] <Kilobyte> cool :D
L426[10:20:55] <Oddstr13> took me a litle
while to figure that one out xD
L427[10:21:05] <Kilobyte> tbh, working at
boot level kinda feels like working on boot level with x68
L428[10:21:19] <Kilobyte> because you
directly have to talk to the GPU
L429[10:21:35] <Oddstr13> kinda isn't
documented wether it's available at boot level or not
L430[10:21:39] <Alissa> lol,
Oddstr64.
L431[10:22:27] <Oddstr13> Kilobyte: meh,
it isn't worse than wraping the monitor peripheral in cc
L432[10:22:41] <Kilobyte> yeah :P
L433[10:22:45] <Oddstr13> just need to
find the correct commands :P
L434[10:23:05] <Kilobyte> Oddstr13: in x68
it IS worse
L435[10:23:22] <Oddstr13> probably
:P
L437[10:24:04] ⇦
Quits: orblazer
(webchat@AToulouse-253-1-63-176.w92-146.abo.wanadoo.fr) (Ping
timeout: 190 seconds)
L438[10:24:22] ⇦
Quits: PsychokenesisKat
(~chatzilla@pa49-195-128-161.pa.nsw.optusnet.com.au) (Ping timeout:
186 seconds)
L439[10:24:23]
⇨ Joins: MrHohenheim
(~MrHohenhe@94-21-247-140.pool.digikabel.hu)
L440[10:24:30] ⇦
Quits: black3agl3 (~black3agl@197.226.67.245) (Read error:
Connection reset by peer)
L441[10:24:35] <Kilobyte> outb is defined
as
L442[10:24:46] <Kilobyte> actually,
putting that in gist
L443[10:25:26] ⇦
Quits: SKS-Phone
(~androirc@pa49-195-128-161.pa.nsw.optusnet.com.au) (Ping timeout:
186 seconds)
L445[10:27:08] <Kilobyte> heh
L446[10:28:01] <Oddstr13>
component.getPrimary() isn't available at boot level
L447[10:28:05] <Kilobyte> yup
L448[10:28:14] <Kilobyte> thats
implemented lua side
L449[10:28:26] <Oddstr13> noticed :P
L450[10:28:39]
⇨ Joins: unull
(webchat@d142-179-122-2.bchsia.telus.net)
L451[10:28:43] <unull> hello
L452[10:29:24] <Kilobyte> Oddstr13: well,
lua side is hard to define... i mean the sandbox is also lua
side
L453[10:29:48] <unull> somebody's gonna
kill me for asking, where would I find some docs on making your own
OS?
L454[10:29:50] <Kilobyte> kernel.lua
starts in regular lua env with access to debug and io api
L455[10:29:56] <vifino> Kilobyte: Weechat
<3
L456[10:29:58] <Oddstr13> well, in OpenOS
then :P
L457[10:30:07] <Kilobyte> unull: check
OpenOS
L458[10:30:07] <Sangar> o/
L459[10:30:10] <Kilobyte> Sangar: o/
L460[10:30:13] ***
justastranger is now known as justastranger|zzz
L461[10:30:17] <vifino> o/
L462[10:30:21] <Kilobyte> vifino: yes,
weechat is epic
L463[10:30:27] *
vifino hugs Kilobyte
L464[10:30:29] <Alissa> unull: I think
it's quite a new feature. You probably won't find much
documentation on it.
L465[10:30:29] <vifino> :>
L466[10:30:41] <Oddstr13> unull: i just
did! mine prints Hello world! once to the screen :3
L468[10:30:57] <Kilobyte> my kernel is a
shitty mess...
L469[10:31:04] <Sangar> Kilobyte, kernel
has no io ;) io is purely implemented in openos
L470[10:31:17] <Kilobyte> Sangar: i
thought it could access the system io
L471[10:31:21] <Sangar> nope
L472[10:31:24] <unull> huh. well...
nice.
L473[10:31:27] <Kilobyte> meh too
bad
L474[10:31:40] <Kilobyte> anyways, i
really need to get my task scheduler working
L475[10:31:50] <unull> lolwut?
L476[10:32:02] <Kilobyte> sadly i prob
will not be able to implement fork()
L477[10:32:20] <Sangar> Oddstr13, gj! that
should run on a toaster ;)
L478[10:32:42] <Oddstr13> Sangar: hey,
it's my first oc program :P
L479[10:32:43] <Kilobyte> Sangar: imagine
real world OC
L480[10:32:51] <Oddstr13> and, yea, it's a
tier one :P
L481[10:33:03] <Sangar> heh
L482[10:33:09] <Kilobyte> like, a few
cubes you can connect to make a OC computer in real life
L483[10:33:30] <Sangar> sounds like a fun
school science project
L484[10:33:55] <Kilobyte> yup
L485[10:33:59] <Oddstr13> sounds like an
expensive kit :P
L486[10:34:03] <unull> holograms seem like
a nice feature...
L487[10:34:28] <Kilobyte> they are
:P
L488[10:34:49] <Kilobyte> Sangar: i once
(back in cc times) had the idea for a midi peripheral
L489[10:34:54] <Kilobyte> might revive
that idea
L490[10:35:08] <Kilobyte> as in, you can
play midi sounds from an oc computer
L491[10:35:37] *
Oddstr13 computer.beep()s
L492[10:35:37] <Sangar> sound cards
\o/
L493[10:35:43] <vifino> Kilobyte: I had
the idea of a midi mod :>
L494[10:35:49] <Kilobyte> and control the
computer with a real midi controller
L495[10:35:52] <vifino> With midi cables
and keyboards
L496[10:35:57] <unull> midi 0,0
L497[10:36:06] <unull> well.
L498[10:36:06] <Sangar> Kilobyte, via tcp
socket? :P
L499[10:36:20] <Kilobyte> Sangar: it would
prob go through the minecraft packet system
L500[10:36:41] <Kilobyte> as in, the
minecraft client accesses the controller and forwards the signals
to the server
L501[10:36:44] <Oddstr13> now to sneak OC
onto TK :P
L502[10:36:51] <Kilobyte> Oddstr13:
yes.
L503[10:36:54] <Oddstr13> you think anyone
will notice i added a mod? :3
L504[10:37:02] <Sangar> well, with enough
buffering and artificial delay (before playback / pause) that would
probably not be too bad
L505[10:37:04] <Kilobyte> dunno :P
L506[10:37:33] <Oddstr13> whatever, i'ma
just update that crackpack addon zip :P
L507[10:37:34] <Kilobyte> Sangar: btw, did
you know the first version of cc had no sandboxing
L508[10:37:46] <Sangar> i didn't
L509[10:37:51] <Oddstr13> o.o
L510[10:37:53] <Kilobyte> you could
literally access the luajava lib
L511[10:37:54] <Sangar> had it
multiplayer?
L512[10:37:57] <Kilobyte> nah
L513[10:38:07] <Sangar> well who cares
then :P
L514[10:38:13] <Oddstr13> nobody :P
L515[10:38:14] <Kilobyte> oh and afaik
while true do end would freeze your game
L516[10:38:26] <Oddstr13> sounds about
right :P
L517[10:38:42] <vifino> even my bot can
handle dat shitniz
L518[10:38:54] <Kilobyte> also my youtube
is broken
L519[10:38:56] <Kilobyte> :(
L520[10:39:00] <unull> wqit, there was a
program called musid on openprograms that made music using
beep.
L521[10:39:17] <Kilobyte> videos load 5
times as slow as they are played
L522[10:39:19] <unull> typos.
L523[10:39:42] <unull> ohey! TypOS :D
namegen!
L524[10:40:07] *
Kilobyte feels like he should work on kibi
L525[10:40:19] <Kilobyte> gotta clean up
the permission system mess i made yesterday
L526[10:40:23] <Kilobyte> but kinda
cba
L528[10:41:44] <unull> er
L529[10:41:49] <unull> snip that
L530[10:41:55] <unull> its 3am here
L531[10:41:59] <Kilobyte> lol
L532[10:42:02] <Kilobyte> 1 pm here
L533[10:42:05] <unull> plz disregard
everything i say
L534[10:42:23] <unull> i may be slightly
drunk on arizona tea
L535[10:42:31] <Kilobyte> Sangar: gah, for
kibi i'll need scala reflection *shakes*
L536[10:43:56] <Kilobyte> might actually
be able to use javas reflection here
L537[10:45:07] <unull> just some
clarification: can I run opencomputers on my macos alt
computer?
L538[10:45:29] <Kilobyte> OC can run on
any system
L539[10:45:59] <unull> good. some forums
said something about dependencies not losding on freebsd or
mac
L540[10:46:07] <unull> loading*
L541[10:46:14] <Kilobyte> depending on the
system of the server it may use luaj fallback though (but most
platforms are covered)
L542[10:46:27] <unull> mmkay.
L543[10:46:56] <Kilobyte> iirc oc has no
natives for freebsd. for macs, the PowerPC ones are not supported
(who still has one of those anyways)
L544[10:47:37] <unull> okay. how does the
boot folder work in an os?
L545[10:48:07] <Kilobyte> all that matters
is init.lua
L546[10:48:18] <unull> huh.
L547[10:48:31] <Kilobyte> you have to
write the code that does stuff with the boot directory there
L548[10:48:58] <Kilobyte> all the system
does is check if there is a drive availiable with a init.lua
L549[10:49:03] <Kilobyte> and if so, it
runs it
L550[10:50:13] <unull> makes sense.
thanks. you are really helpful.
L551[10:50:20] <Kilobyte> you're welcome
:P
L552[10:51:26] <unull> I'm looking into
making an "embedded system" to operate some RiM
monorails/elevators.
L553[10:51:45] <Kilobyte> heh
L554[10:51:54] <unull> with an emergency
stop, self destruct, etc functions
L555[10:52:01] <unull> best base
ever.
L556[10:52:05] <Kilobyte> lol @ self
destruct
L557[10:52:09] ***
alekso56_off is now known as alekso56
L558[10:52:10] <unull> hey
L559[10:52:13] <Kilobyte> reminds me of my
idea of a tnt card
L560[10:52:21] <unull> :P
L561[10:52:24] <Kilobyte>
component.tnt.explode()
L562[10:52:31] <unull> xD
L563[10:52:40] <unull> rs back
L564[10:52:54] <Kilobyte> we had that idea
after someone mounted a drive as c:
L565[10:53:13] <unull> people do
things
L566[10:53:20] <unull> people do other
things
L567[10:53:24] <Kilobyte> so i would write
code that makes the computer explode in that case :P
L568[10:53:33] <Kilobyte> well, its an
insult to a unix like system
L569[10:53:52] <unull> then everything
dies and all the things in the world won't matter anymore
anyway.
L570[10:53:55] <unull> yeah.
L571[10:54:05] <Kilobyte> bbl food
L572[10:54:17] <unull> DOS can go....
outside and stand in a corner.
L573[10:54:25] <unull> .. mmkay.
L574[10:59:27] <Sangar> back
L575[10:59:32] <unull> nice
L576[11:00:08] <Sangar> Kilobyte, for
future reference, there are libs for freebsd :)
L577[11:00:14] <unull> I suck at reading
code that is not wrotten by me.
L578[11:00:19] <unull> written
L579[11:00:35] <unull> after my typos
adventure
L580[11:00:43] <Sangar> heh
L581[11:00:55] <unull> i shall comment
everything
L582[11:01:03] <unull> COMMENT ALL THE
THINGS
L583[11:01:16] <Sangar> and yeah, init.lua
is the entry point for any os. the boot folder in openos is just
automatically run by its init.lua.
L584[11:01:25] <unull> aye.
L585[11:01:30] <Sangar> heh
L586[11:02:11] <Sangar> i deliberately did
little commenting in the lua programs to keep memory usage down
when `load()`ing them :P
L587[11:02:30]
⇨ Joins: mallrat208 (~mallrat20@68.204.184.175)
L588[11:02:55] <unull> looking through
that, where is the code that runs the console? term to my
understanding is a rudimentary gpu thing, and shell in the boot
sets aliases...nwait.
L589[11:02:59] <unull> facepalm
L590[11:03:04] <unull> brb
L591[11:03:36] <unull> sh.lua
L592[11:04:05] <unull> we need a fork of
oc filled with comments
L593[11:04:08] <unull> well
L594[11:04:13] <unull> might need
L595[11:04:19] <unull> well
L596[11:04:34] <unull> I want a fork of oc
filled with comments
L597[11:04:41] <unull> there we go.
L598[11:04:47] <Sangar> heh
L599[11:05:32] <unull> alasntherenis a
problem - I can't do java for shit
L600[11:05:43] <unull> fuckin android
keyboard
L601[11:05:58] <unull> the n key is not
spacebar!
L602[11:05:58] <Kilobyte> Sangar: hmm i
might write a preprocessor that strips comments
L603[11:06:09] <unull> nice.
L604[11:06:15] <Kilobyte> while preserving
line breaks
L605[11:06:30] <vifino> Kilobyte: Wanna
code? Wanna code with me? Wanna code with me on my Bot?
L606[11:06:32] <vifino> :>
L607[11:06:35] <Sangar> Kilobyte, just fix
luamin, it's already pretty solid at that :P
L608[11:06:43] <Kilobyte> ah heh
L609[11:06:46] <unull> hmm. seems cool.
vifino: ???
L610[11:06:55] <Kilobyte> vifino:
rubeh?
L611[11:06:57] <vifino> yus
L612[11:07:11] <unull> code in what?
L614[11:07:18] <Kilobyte> maybe later :P
got my own bot to fix
L615[11:07:21] <vifino> err
L616[11:07:24] <unull> Ruby on
rails?
L617[11:07:30] <Kilobyte> nah
L619[11:07:34] <unull> brainfuck?
L620[11:07:37] <Kilobyte> ruby is a
programming lang
L621[11:07:40] <vifino> ^
L622[11:07:44] <Kilobyte> rails is a
framework
L623[11:08:00] ***
Keridos_off is now known as Keridos
L624[11:08:14] <unull> yes. ruby on rails
refers to the conjunction of the two.
L625[11:08:26] <unull> ish
L626[11:08:28] <Kilobyte> but you don't
write bots in that :P
L627[11:08:39] <vifino> ^
L628[11:08:45] <unull> i've seen a man
write bots in brainfuck../
L629[11:08:55] <vifino> unull: Me
too
L630[11:08:57] <Kilobyte> i don't
even
L631[11:09:01] *
Kilobyte boots up intellij
L632[11:09:04] <unull> yeah.
L633[11:09:12] <vifino> I even wrote one
that did that
L634[11:09:19] <vifino> execute brainfuck
as logic
L635[11:09:27] <unull> well, it's turing
complete, right ;D
L636[11:09:32] <Kilobyte> vifino: you
wrote a man that writes bots in bf?
L637[11:09:34] <Kilobyte> oh
L638[11:09:40] <vifino> ...
L639[11:09:44] <vifino> . . .
L640[11:09:47] <Kilobyte> …
L641[11:09:49] <vifino> . . .
L642[11:09:55] <vifino> …
L643[11:10:00] <Sangar> o o o
L644[11:10:00] <vifino> Kilobyte: Yo mac
guy!
L645[11:10:06] <Kilobyte> vifino: wat
no
L646[11:10:09] <unull> I write men, then I
wride men, then I wreset men, then I recycle them.
L647[11:10:09] <vifino> wat
L648[11:10:16] <Kilobyte> Linux stephan-pc
3.15.1-1-ARCH #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014 x86_64
GNU/Linux
L649[11:10:30] <Kilobyte> actually, should
update my kernel
L650[11:10:30] <vifino> Kilobyte: Mac OP
xD
L651[11:10:31] <unull> I ran unix
once
L652[11:10:35] <Kilobyte> prob outdated as
shit
L653[11:10:39] <unull> it didn't like
me.
L654[11:10:42] <vifino> I run mac and
linux
L655[11:10:47] <vifino> aka ubuntu and
arch
L656[11:11:07] <unull> hmm.
L657[11:11:13] <Kilobyte> i personally
prefer mint over ubuntu
L658[11:11:35] <vifino> ew
L659[11:11:39] <Kilobyte> core/linux
3.15.5-1 (base) [Installiert: 3.15.1-1]
L660[11:11:43] <unull> I wonder if
someone's figured out a non-wine way to run exes safely on
linuces.
L661[11:11:45] <Kilobyte> yup... outdated
kernel
L662[11:11:59] <Kilobyte> unull: not
doable
L663[11:12:00] ⇦
Quits: DeanIsaKittyWithAPhone
(~Phone@p5084F3E6.dip0.t-ipconnect.de) (Ping timeout: 202
seconds)
L664[11:12:02] <unull> linuci?
L665[11:12:04] <Kilobyte> thats why wine
exist
L666[11:12:08] <vifino> ^
L667[11:12:10] <unull> well
L668[11:12:12] <vifino> Wine is not an
emulator
L669[11:12:21] <unull> wine is not
perfedt
L670[11:12:32] <vifino> unull: But darn
good
L671[11:12:38] <Kilobyte> wine is a
wrapper of the windows api to a unix api
L672[11:12:40] <unull> gnu's not linux,
point?
L673[11:12:46] <unull> yesh
L674[11:12:52] <unull> argh
L675[11:13:03] <vifino> Kilobyte: Dynamic
binary translation
L676[11:13:04] <vifino> :3
L677[11:13:04] <unull> this is the arizona
talking
L678[11:13:19] <Kilobyte> or that
L679[11:14:20] <Kilobyte> vifino: tfw your
disk is too full for a system update
L680[11:14:28] <vifino> Kilobyte:
wat
L681[11:14:29] <unull> 1024 bytes, what
kind of drug do you have to be on to see naked women and monster
nines?
L682[11:14:35] <vifino> _My_ disk?
L683[11:14:42]
⇨ Joins: PsychokenesisKat
(~chatzilla@pa49-195-128-130.pa.nsw.optusnet.com.au)
L684[11:14:42] <Kilobyte> mine,
L685[11:14:51] <vifino> q_q
L686[11:14:58] <PsychokenesisKat> Oooh,
oooh, kilobyte!
L687[11:15:03] <unull> 5% charge....
L688[11:15:07] <Kilobyte> /dev/sda6 32G
30G 1,6G 95% /
L689[11:15:13] <unull> fuck you,
kitkat
L690[11:15:21] <PsychokenesisKat> How is
Silcom going?
L691[11:15:26] <Kilobyte> paused atm
L692[11:15:31] <unull> silcom?
L693[11:15:36] <Kilobyte> still working on
reworking the design
L694[11:15:38] <Kilobyte> my kernel
L695[11:15:45] <unull> eh.
L696[11:15:49] <unull> xd
L697[11:15:58] <unull> i remember that
xkcd comic
L698[11:16:07] <unull> teach your kids
about linux
L699[11:16:10] *
Kilobyte misses not being able to get fork()
L700[11:16:31] <Kilobyte> and spawn() (my
alternative) seems very hacky
L701[11:16:34] <PsychokenesisKat> Well, I
tried to get the curent version of Silcom to support
term.read()
L702[11:16:52] <Kilobyte>
PsychokenesisKat: syscall?
L703[11:17:11] <Kilobyte> also, read from
stdin will be this:
L704[11:17:11] <PsychokenesisKat> It
supports reading from the terminal?
L705[11:17:23] <PsychokenesisKat> I tried
to make a syscall for reading from the term
L707[11:17:37] <Kilobyte>
PsychokenesisKat: well, there won't be such thing
L708[11:17:38] <Kilobyte> :P
L709[11:17:46] <Kilobyte> only one to read
from a file descriptor
L710[11:17:54] <Kilobyte> and standard in
is file descriptor 0
L711[11:18:00] <PsychokenesisKat> Is that
so?
L712[11:18:03] <PsychokenesisKat>
Hmm....
L713[11:18:14] <PsychokenesisKat> This
could work, actually.
L714[11:18:18]
⇨ Joins: DeanIsaKittyWithAPhone
(~Phone@89.15.238.86)
L715[11:18:23] <PsychokenesisKat> I could
create a virtual file for this.
L716[11:18:27] <Kilobyte> thats how it
works on any system
L717[11:18:40] <Kilobyte>
PsychokenesisKat: sockets (network stuff) etc is same
L718[11:18:48] <Kilobyte> everything will
run through file descriptors
L719[11:18:56] <Kilobyte> even component
access
L720[11:18:57] <PsychokenesisKat> I was
gonna make it a syscall
L721[11:18:59] <unull> hardcore
linux-ninjas at work.
L722[11:19:00] <PsychokenesisKat> But this
works :D
L723[11:19:12] <Kilobyte> syscall.read(0,
len)
L724[11:19:15] <PsychokenesisKat>
Alternatively, I'll write a kernel in Vortex for the hell of
it.
L725[11:19:21] <Kilobyte> ^ reads from
stdin
L726[11:19:34] *
DeanIsaKittyWithAPhone hugs PsychokenesisKat
L727[11:19:38] <Kilobyte>
PsychokenesisKat: try it, but it might be rather slow
L728[11:19:50] <PsychokenesisKat>
Question: Does the VFS have any access to the real HDD?
L729[11:20:00] *
PsychokenesisKat hugs DeanIsaKittyWithAPhone
L730[11:20:02] <Kilobyte> the vfs is
virtual
L731[11:20:09] <Kilobyte> you only mount
file systems in it
L732[11:20:13] <Kilobyte> like a real
hdd
L733[11:20:22] <unull> hmm. can you
compress files making them into brainfuck strings?
L734[11:20:35] <Kilobyte> but the vfs
needs a rewrite
L735[11:20:44] <unull> and then
zip/rar/gz/tar them..
L736[11:20:48] <Kilobyte>
PsychokenesisKat: there i wished lua was statically typed
L737[11:20:58] <PsychokenesisKat> ...
Meaning? :P
L738[11:21:07] <Kilobyte> that variables
have a type
L739[11:21:20] <PsychokenesisKat>
Ah.
L740[11:21:24] <unull> that sucks for most
pf my projects
L741[11:21:39] <PsychokenesisKat> Is there
a Lua program that can use .tex files?
L742[11:21:52] <Kilobyte> statically typed
code is just way easier to debug
L743[11:22:16] <unull> like, latex but
earlier?
L744[11:22:34] <PsychokenesisKat> It has
the file extension .tex
L745[11:22:45] <PsychokenesisKat> % !TEX
TS-program = pdflatex
L746[11:23:07] <PsychokenesisKat> Reading
docs as a raw file like this is sorta annoying
L747[11:23:36] <unull> ... I'm just gonna
dive into the gh code for now
L748[11:23:42] <unull> been slackin
off
L749[11:23:54] <unull> bbl
L750[11:24:06] ⇦
Quits: unull (webchat@d142-179-122-2.bchsia.telus.net) (Quit: Web
client closed)
L751[11:25:45] <PsychokenesisKat> Okay,
replaced all the \verb s with nothing.
L752[11:30:04]
⇨ Joins: unull
(webchat@d142-179-122-2.bchsia.telus.net)
L753[11:30:10] <PsychokenesisKat>
>hello world
L754[11:30:13] <unull> nubhere
L755[11:30:14] <PsychokenesisKat> >
factorial
L756[11:30:20] <PsychokenesisKat>
>lisp
L757[11:30:30] <PsychokenesisKat> That's
all the examples :/
L758[11:30:35] <unull> I'm going from
python to lua.
L759[11:30:37] <unull> err
L760[11:30:56] <unull> a table is a
multidimensional arrah, right?
L761[11:30:59] <unull> array
L762[11:31:19] <PsychokenesisKat> A table
is a thing that can have numerical or string keys
L763[11:31:26] <unull> oh
L764[11:31:28] <PsychokenesisKat> It's 1D
IIRC
L765[11:31:31] <unull> a dictionary
L766[11:31:35] <unull> ah.
L767[11:31:42] <unull> mmkay
L768[11:31:45] <unull> thanks
L769[11:32:10] <Kilobyte> unull: its a
combo of dict/hash and array
L770[11:32:41] <PsychokenesisKat> Though
to get a 2D array, you can put tables in tables.
L771[11:32:57] <PsychokenesisKat> Yaay,
100% CPU usage
L772[11:33:02] *
PsychokenesisKat stabs self
L773[11:34:12]
⇨ Joins: unull_
(webchat@d142-179-122-2.bchsia.telus.net)
L774[11:34:16] <unull_> wat
L775[11:34:25] <unull_> nick alreadyin
use?
L776[11:34:27] <unull_> 0,0
L777[11:34:31] <unull_> anyway
L778[11:34:38] <unull_> figured out
menus
L779[11:34:59] <PsychokenesisKat>
Menus?
L780[11:35:04] ⇦
Quits: unull (webchat@d142-179-122-2.bchsia.telus.net) (Ping
timeout: 190 seconds)
L781[11:35:05] <unull_> also figured out
how to bind the "x" key to self-destruct
L782[11:35:10]
⇨ Joins: Vexatos
(~Vexatos@p508353E2.dip0.t-ipconnect.de)
L783[11:35:47] <unull_> for opencomputers,
TypOS, my embedded OS type thing
L784[11:36:14] <PsychokenesisKat> ohno,
the OSes have begun
L785[11:36:14] <Kilobyte> Sangar: how do i
add all elements from collection a to collection b in scala?
L786[11:36:21] <Vexatos> Heyo
L787[11:36:27] <Sangar> Kilobyte, try a
++= b
L788[11:36:28] <unull_> hey
L789[11:36:32] <unull_> sup
L790[11:36:39] <Sangar> hey Vexatos
L791[11:36:43] <Kilobyte> Sangar: ah
awesome that did the job
L793[11:37:14] <Sangar> Vexatos, ohright,
there was that one, too. thanks.
L794[11:37:34] <unull_> what's a fun
automatic way to kill a dude in minecraft using redstone?
L795[11:37:47] <Vexatos> Anvil
L796[11:37:56] <unull_> thank you dear
sire
L797[11:38:01] <Vexatos> let player drop
into a pit
L798[11:38:05] <Vexatos> drop anvil on
top
L799[11:38:14] <unull_> i an
elevator
L800[11:38:20] <unull_> in an
elevator
L801[11:38:33] <unull_> well
L802[11:38:37] <PsychokenesisKat> Filling
with sharks.
L803[11:38:37] <unull_> with a
piston
L804[11:38:55] <PsychokenesisKat> RELEASE
THE SHARKS!
L805[11:39:03] <PsychokenesisKat> Sir, the
sharks are getting away.
L806[11:39:10] <unull_> sharks....
L807[11:39:13] <unull_> but
L808[11:39:22] <PsychokenesisKat> RELEASE
THE SHARKS! We can't have the sharks getting away!
L809[11:39:24] <unull_> WENEED A BIGGER
TANK
L810[11:39:45] <unull_> yes
L811[11:39:54] <unull_> release them,
jarvis.
L812[11:40:05] <PsychokenesisKat> RELEASE
THE NARWHALS!
L813[11:40:06] <unull_> jarvis was taken
by a shark?
L814[11:40:09] <unull_> ono
L815[11:40:18] <unull_> RELEASE THE
NAWHALS
L817[11:40:53] <unull_> err
L818[11:40:58] <unull_> disregard
that
L819[11:41:39] <unull_>
www.youtube.com/watch?v=ykwqXuMPsoc
L820[11:41:40] -Kibibyte- [unull_] Narwhals | by
mrweebl | 1m9s | 282w1d ago | 38,18,535 views | Rated:
4.87/5.00
L821[11:42:08] *
PsychokenesisKat feels evil
L822[11:42:15] *
PsychokenesisKat has tricked everyone
L823[11:42:30] *
PsychokenesisKat will leave everyone in the dark until the plan is
complete
L824[11:42:38] *
PsychokenesisKat thinks no-one will know
L825[11:42:43] <unull_> Psy choke
nesis
L826[11:42:54] <unull_> will you stope
monolouging?
L827[11:43:06] *
PsychokenesisKat will not stop monolouging
L828[11:43:26] <unull_>
NOOOOOOOÖÖÖØØ
L829[11:43:46] *
PsychokenesisKat thinks that those are some very fancy
OÖØs
L830[11:44:32] <unull_> :Đ
L831[11:44:40] <Sangar> is that a
piercing?
L832[11:44:46] <unull_> yesh.
L833[11:44:49] *
PsychokenesisKat needs to find some decent examples of Vortex
code
L834[11:44:54] <unull_> not irl..
L835[11:45:11] *
PsychokenesisKat is going to write a kernel in a language he has
written one line of
L836[11:45:37] <unull_>
VORTEXVORTEXVORTEXVORTEXVORTEXVORTEXVORTEX
L837[11:45:55] <unull_> vortex is a type
of rubber
L838[11:45:56] <Sangar> well you have to
start *somewhere*
L839[11:46:00] <unull_> like latex
L840[11:46:13] <unull_> and xetex
L841[11:46:18] <unull_> and texas
L842[11:46:29] *
PsychokenesisKat has been to Texas
L843[11:46:35] <PsychokenesisKat> In
Australia.
L844[11:46:40] <Kilobyte> unull_: did
nobody tell you to leave that white powder alone?
L845[11:47:30] <PsychokenesisKat> Because
that white powder was poison with the effects of some other white
powders.
L846[11:48:21] <PsychokenesisKat>
Kilobyte, do you write Vortex?
L847[11:48:42] <Kilobyte> no
L848[11:48:47] <Kilobyte> i only ported it
to OC
L849[11:48:57] <PsychokenesisKat>
Damn.
L850[11:49:03] <Kilobyte> which took like
an hour
L851[11:49:08] <PsychokenesisKat> Well
shit, I have no-one to bug about syntax.
L852[11:49:26] <Kilobyte> whats your
issue?
L853[11:49:35] <PsychokenesisKat> FFFSSS,
the tutorial is a 404
L855[11:50:24] <Kilobyte> woot kibis
permission system should work
L856[11:50:38] <unull_> back
L857[11:50:48] <PsychokenesisKat>
<Kilobyte> woot kibis permission system should work
L858[11:50:51] <PsychokenesisKat>
s/k//
L859[11:50:51] <SuperBot>
<PsychokenesisKat> <Kilobyte> woot ibis permission
system should wor
L860[11:51:04] <unull_> I write
lolcat
L861[11:51:57] <unull_> HAI CAN HAS STDIO?
VISIBLE "HAI WORLD!" KTHXBYE
L862[11:53:28] <Kilobyte> Sangar: can you
explain me the scaladoc markup (or point me a link)?
L863[11:54:13] <Sangar> Kilobyte, no.
sorry. was too lazy to do doc-ing in the scala parts of oc
>_>
L864[11:54:22] <unull_> arpflurp
L865[11:54:27] <unull_> hmm
L866[11:54:46] <unull_> i shall have to
try porting cc to oc
L867[11:54:53] <unull_> xd
L868[11:54:59] <unull_> c to ock....
L869[11:55:07] <unull_> ah fukket
L870[11:55:15] <Kilobyte> Sangar: gah... i
figured out that [[Whatever]] is equivalent to {@line
Whatever}
L871[11:55:19] <unull_> get to
coding..
L872[11:55:24] <Sangar> mkay...
L873[11:55:26] <Kilobyte> but idk what
equivalent of {@code ...} is
L874[11:55:33] <Kilobyte> i think
''...''
L875[11:55:49] <unull_> pprting cc CODE to
oc
L876[11:55:52] <Sangar> Kilobyte, `asdasd`
maybe?
L877[11:55:56] <Sangar> i.e. markdown
style
L878[11:56:12] <Sangar> think i've seen
that in some of the comments in the scala classes
L879[11:56:18] <Sangar> (i.e. scala
itself)
L880[11:56:32] <Kilobyte> ah, yeah that
seems to work
L881[11:59:58] <unull_> does oc do
math.ceil?
L882[12:01:53] <Sangar> why wouldn't
it?
L883[12:03:02] <unull_> mmkay. just
remembered that the only things about math in the wiki was that
random/randomseed ran in java diredtly or soemthing like
thst.
L884[12:03:12] <unull_> phenomenal
spelling
L885[12:05:00] <unull_> chrome gives an
alert about the wiki?
L886[12:05:05] <unull_> wtf
L887[12:05:32] <Vexatos> Yea, trying to
open a HTTP website as HTTPS without safety stuff
L888[12:05:43] <Vexatos> Sangar, you broke
it
L889[12:05:47] <unull_> hehm.
L890[12:06:14] <Sangar> wot?
L891[12:06:54] ⇦
Quits: DeanIsOff (~Dean4Devi@p549629FD.dip0.t-ipconnect.de) (Ping
timeout: 190 seconds)
L892[12:07:04] <Sangar> othere
L893[12:07:14] <Sangar> fixed
L894[12:09:46]
⇨ Joins: DeanIsOff
(~Dean4Devi@p54963253.dip0.t-ipconnect.de)
L895[12:10:02] <Kilobyte> Sangar: sooo...
the first parts of kibis api are done :D
L897[12:10:30] <Kilobyte> don't ddos
please, its just a pi
L898[12:10:42] <Sangar> heh
L899[12:10:56] <unull_> :D i luv pis
L900[12:11:01] <unull_> raspberry
pis
L901[12:11:44] <unull_> what is that
supposes to be for?
L902[12:11:44] <Sangar> val events:
Map[<error>, ArrayBuffer[(AnyRef) ⇒ Unit]]
L903[12:11:47] <Sangar> nice error
there
L904[12:12:02] <Kilobyte> yes
L905[12:12:06] <Kilobyte> thats being
fixed
L906[12:12:31] <Kilobyte> val events =
mutable.Map.empty[Class, mutable.ArrayBuffer[AnyRef =>
Unit]]
L907[12:12:34] <Kilobyte> thats the
def
L908[12:12:45] <Kilobyte> but i'll change
that, didn't turn out too well
L909[12:13:18] <Kilobyte> prob gonna use
guavas event bus again
L910[12:13:32] <unull_> computercraft is
weird.
L911[12:13:35] <Kilobyte> ^
L912[12:13:50] <Kilobyte> well, what do
you expect from a toy
L913[12:14:05] <unull_> eh.
L914[12:14:16] <unull_> wow
L915[12:14:25] <unull_> beeen on for 2 hrs
now
L916[12:14:40] <unull_> 8% charge ;]
L917[12:14:52] *
Kilobyte just randomly asks himself how long he has been on irc in
his life
L918[12:15:00] <unull_> hmm.
L919[12:15:05] <Kilobyte> probably
something like a few hundred to thousand hours
L920[12:15:12] <unull_> 0ver 9000!
L921[12:15:44] <Kilobyte> considering that
i hang around on here for 3 years iirc
L922[12:15:58] <Kilobyte> daily like at
least 10 h
L923[12:16:21] <unull_> heh.
L924[12:16:23] <Kilobyte> nvm only 2
years
L925[12:16:30] <unull_> :P
L926[12:16:36] <unull_> veteran
L927[12:16:47] <Kilobyte> 2 years is
nothing
L928[12:16:57] <Kilobyte> i know people
who hang around on irc for 10+ years
L929[12:17:02] <unull_> oh
L930[12:17:12] <unull_> i thpught you
meant this channel
L931[12:17:16] <Kilobyte> irc is like >
20 years old iirc
L932[12:17:24] <unull_> yesh.
L933[12:17:48] <unull_> bots are probably
the longest-idling
L934[12:17:56] <unull_> ones way back from
bbs
L935[12:17:56] <Kilobyte> not necessarily
:P
L936[12:18:06] <unull_> well
L937[12:18:12] <unull_> hmm
L938[12:18:32] <Kilobyte> some bots are
helping by not idling
L939[12:18:37] *
Kilobyte points at kibibyte
L940[12:18:43] <Kilobyte> like this
L942[12:18:44] -Kibibyte- [Kilobyte] Feint &
Boyinaband - Time Bomb (feat. Veela) | by feintdnb | 3m32s | 117w2d
ago | 1,411,711 views | Rated:
4.97/5.00
L944[12:19:03] <unull_> oldest irc
server
L945[12:19:11] <unull_> shut down 13 yrs
ago
L946[12:19:19] *
Kilobyte feels like throwing a stick to play with a bot. just with
youtube links and bots
L947[12:19:25] <Kilobyte> s/bot/dog
L948[12:19:25] *
SuperBot <Kilobyte> feels like throwing a stick to play with
a dog. just with youtube links and dogs
L949[12:19:38] <Kilobyte> -.-
L950[12:19:45] <Kilobyte> SuPeRMiNoR2: fix
yo shit
L951[12:19:47] <unull_> s/bot/irc
L952[12:19:54] <Kilobyte> i didn't do
s/bot/dog/g
L953[12:20:03] <unull_> s/bot/dog
L954[12:20:25] <unull_> of facepalm
L955[12:20:28] <Kilobyte> s/a/b should
only replace the first occurance of a with b
L956[12:20:32] <unull_> regex!11
L957[12:20:33] <Kilobyte> not all
occurences
L958[12:21:05] *
unull_ has a filthy keyboard
L959[12:21:15] <unull_>
s/keyboard/leopard
L960[12:21:15] *
SuperBot <unull_> has a filthy leopard
L961[12:21:20] <unull_> yay
L962[12:21:24] <unull_> xkcd joke
L963[12:21:31] <unull_> fuck me and run me
over
L964[12:22:04] <Kilobyte> unull_: you
sound like ur high
L965[12:22:15] <unull_> I'm always
high
L966[12:22:32] <Kilobyte> damn
junkies
L967[12:22:38] *
unull_ is not a junkie
L968[12:23:09] <unull_>
s/junkie/narwhal/
L969[12:23:09] *
SuperBot <unull_> is not a narwhal
L970[12:23:31] <unull_>
s/narwhal/1024byte
L971[12:23:36] <unull_>
s/narwhal/1024byte/
L972[12:23:52] <unull_>
s/junkie/1024byte/
L973[12:23:52] *
SuperBot <unull_> is not a 1024byte
L974[12:23:54] *
Kilobyte thinks kibibyte handles that way better
L975[12:24:03] <unull_> hey you
L976[12:24:08] <unull_> 1024 byte
L977[12:24:12] <Kilobyte> but its disabled
in here
L978[12:24:15] <unull_> y u so
binary?
L979[12:24:36] <unull_> huh.
L980[12:24:39] <unull_> OH
L981[12:24:44] <unull_> kibibyte is a
bot
L982[12:24:58] <unull_> agh
L983[12:25:02] <unull_> anyway
L984[12:25:09] <unull_> i have a stupid
suggestion
L985[12:25:50] <unull_> make the computer
screens have a closing in amimation when they turn of, like crt tvs
irl
L986[12:26:02] <Kilobyte> lol that sounds
fun
L987[12:26:16] <Kilobyte> but idk if thats
doable since they technically cannot be turned off
L988[12:26:17] <Kilobyte> Sangar: ^
L989[12:26:45] <Sangar> they can be turned
off, actually
L990[12:26:58] <Kilobyte> ah learned
something new
L991[12:27:36] <unull_> err ueh..
L992[12:27:36] ⇦
Quits: DeanIsaKittyWithAPhone (~Phone@89.15.238.86) (Read error:
Connection reset by peer)
L993[12:28:19] <Sangar> but and animation
for that sounds like a lot of work for very little effect :P
L994[12:28:24] <Sangar> -d
L995[12:28:47] <Sangar> they can be
powered on/off either via their api or via a redstone pulse
btw
L996[12:28:52] <unull_> i dom't mean
crts... like a blink out animation, a white four-point star getting
smaller and fading out. but it's cosmetic and nonfunctional, so
what does it matter :P
L997[12:29:11] <unull_> yeah, no point in
doing it
L998[12:29:15] <unull_> lest ue be
bored
L999[12:29:18] <unull_> ye
L1000[12:30:04] <Sangar> i mean i like
eyecandy, don't get me wrong, but yeah, enough other stuff to do
:P
L1001[12:30:35] <unull_> mhm.
L1002[12:30:40] <unull_> :P
L1003[12:30:44] <unull_> hmm
L1004[12:30:47] <Kilobyte> i mean i would
sacrifice myself, but i have no experience with rendering
L1005[12:30:57] <unull_> instead of
arbitrary tiers
L1006[12:31:11] <unull_> you could have
types of displays
L1007[12:31:47] <unull_> crt-tier 1,
plasma-t2, lcd-t3
L1008[12:32:06] <unull_> or something
else for tier 2
L1009[12:32:09] <unull_> i dunno
L1010[12:32:13] <Kilobyte> well,
everything in OC is tiered
L1011[12:32:22] <unull_> i'm just being
stupidmright now
L1012[12:32:27] <Kilobyte> so it would
make no sense not doing that for monitors
L1013[12:32:37] <unull_> i mean
everything
L1014[12:32:48] <unull_> you could have
gcard cores
L1015[12:32:54] <unull_> etc etc
L1016[12:33:21] <Sangar> just think of
them as that and everyone can be happy ;)
L1017[12:33:22] <unull_> im lazy now, in
half an hour i might write some ideas down
L1018[12:33:28] <unull_> lol
L1019[12:34:10] <unull_> i could add my
own localization file for say, en-ca, and then I would be
happy
L1020[12:35:06] <unull_> btw you have
awesomesauce textures
L1021[12:35:25] <Sangar> you could do
that indeed! and thanks :)
L1022[12:35:28] <Kilobyte> bored?
:P
L1023[12:35:32] <unull_> yesh
L1024[12:35:41] <Kilobyte> definitely
noticable
L1025[12:35:41] <unull_> gonna dress
now
L1026[12:35:47] <Vexatos> Localization
files?
L1027[12:35:47] <Kilobyte> i also spam
irc when i'm bored :P
L1028[12:35:51] <Vexatos> I know about
those :3
L1029[12:35:59] <Vexatos> #200
L1030[12:36:05] <unull_> i do russian
ones when I'm bored
L1031[12:36:16] <unull_> and swedish ones
fpr learning purposes
L1032[12:36:21] <Sangar> Vexatos, aka Mr.
LOCALIZE ALL THE THINGS
L1033[12:36:26] <Vexatos> I do German
ones
L1034[12:36:33] <Vexatos> And already
translated one mod to Latin
L1035[12:36:38] <istasi> \o
L1036[12:36:39] <Sangar> uwot
L1037[12:36:43] <Sangar> o/
L1038[12:36:48] <unull_> ;d
L1039[12:36:49] <Vexatos> And 200 mods to
German .-.
L1040[12:37:06] <Kilobyte> #oc, the
channel where the german ppl take over :P
L1041[12:37:19] <unull_> my new matress
is too bouncy
L1042[12:37:49] <Vexatos> Kilobyte,
German people MADE this channel
L1043[12:37:49] <unull_> i
accidentalynfellmon my elbow -_-
L1044[12:37:54] <Kilobyte> :P
L1045[12:38:02] <Vexatos> It would be
like saying that Germany is taken over by Germans
L1046[12:38:08] <Kilobyte> wait, didn't
Kenny make this channel originally?
L1047[12:38:08] <unull_> I'm
russian
L1048[12:38:15] <asie> Vexatos: Latin
mods/
L1050[12:38:17] <Sangar> guad, dann koenn
mer ja jetzt einfach auf deutsch weitermachen :P
L1051[12:38:18] <unull_> random
L1052[12:38:19] <asie> What is this, 100
AD?
L1053[12:38:21] <Vexatos> Kilobyte: Don't
tell anyone
L1054[12:38:32] <Vexatos> asie: I haz mod
in Latin
L1055[12:38:48] <Vexatos> Hasn't been
updated after 1.5, unfortunately, though
L1056[12:38:51] <Kilobyte> unull_: may i
put you on my translator gist (aka translators in case someone
cannot speak english)?
L1057[12:39:07] <unull_> sure?
sure.
L1058[12:39:09] <Vexatos> Kilobyte: You
have one of those?
L1059[12:39:14] <Vexatos> GIV LINK
PLS
L1060[12:39:16] <Kilobyte> yes
L1061[12:39:31] <Kilobyte> Vexatos: btw,
you are on there as well, hope you don't mind
L1062[12:39:56] <Vexatos> Ok
L1063[12:40:08] <Vexatos> Now give me
link
L1064[12:40:26] <unull_> nu vi lyudi.
zarutili hren, I seychas perevodite.
L1065[12:40:38] <unull_> Runglish
L1066[12:40:51] <unull_> no alt keyboard
on android
L1067[12:40:55] <unull_> soo...
L1068[12:40:56] <Kilobyte> Vexatos:
searching for it D:
L1069[12:41:37] <Vexatos> Runglish is
Russian with Cyrillic letters? xD
L1070[12:41:47] <Vexatos> Err Latin
letters
L1071[12:41:49] <Vexatos>
>_________________________>
L1072[12:42:41] <unull_> aye.
L1073[12:42:45] <unull_> well
L1074[12:42:49] <unull_> nlt really
L1076[12:43:06] <unull_> runglish eto
when ya do eto.
L1077[12:43:47] <Kilobyte> unull_: there,
added you
L1078[12:43:56] <unull_> translation:
runglish is when I do this
L1079[12:44:04] <unull_> mmkay.
L1080[12:44:21] <Vexatos> Probem:
Problem.
L1081[12:44:28] <unull_> ?
L1082[12:44:54] <unull_> start up ye lazy
bastard
L1083[12:44:59] <unull_> effin mavs
L1084[12:45:21] <unull_> macs
L1085[12:46:03] <unull_> i like 6
am
L1086[12:46:21] <Kilobyte> gonna have to
shower in a bit
L1087[12:46:21] <unull_> it's all tinted
light grey outside my window
L1088[12:46:41] <unull_> shower well,
don't masturbate.
L1089[12:47:52] <Kilobyte> nah, only in a
bit
L1090[12:48:01] <Kilobyte> atm i am
working on kibi
L1091[12:48:06]
⇨ Joins: Altenius (~Altenius4@199.193.183.1)
L1092[12:48:44] <Vexatos> Anyways, back
to school
L1093[12:48:52]
⇦ Quits: Vexatos (~Vexatos@p508353E2.dip0.t-ipconnect.de)
(Quit: Leaving)
L1094[12:50:04]
⇦ Quits: unull_ (webchat@d142-179-122-2.bchsia.telus.net)
(Ping timeout: 190 seconds)
L1095[12:50:14] <Kilobyte> Sangar: lol,
in 24 h i dropped from rank 700 on uni waiting list to 260
L1096[12:50:28] <Sangar> not bad!
L1097[12:50:39] <Kilobyte> either
tomorrow or thursday i should be in
L1098[12:51:00] <Sangar> :)
L1099[12:51:18]
⇨ Joins: unull
(webchat@d142-179-122-2.bchsia.telus.net)
L1100[12:51:24] <unull> back
bitches
L1101[12:51:39] <unull> hmm
L1102[12:53:18] <istasi> sangar btw, how
come unmount isn't removing the directory in /mnt/ aswell?
L1103[12:53:29] <Sangar> istasi, try
latest build, should be fixed
L1104[12:53:29] <istasi> i mean,
onComponentRemovable
L1105[12:53:56] <istasi> ah, it certainly
is, nevermind then
L1106[12:53:58] <unull> what is a simple
barebones install of ftb with openc? list additional mods plz
L1107[12:54:22] *
Kilobyte uses a custom setup
L1108[12:54:33] <unull> modlist?
L1109[12:54:51] <PsychokenesisKat>
fork()
L1110[12:54:52]
⇨ Joins: ShadowKatStudios
(~sks@pa49-195-128-130.pa.nsw.optusnet.com.au)
L1111[12:55:05] <PsychokenesisKat>
quit()
L1112[12:55:06]
⇦ Quits: PsychokenesisKat
(~chatzilla@pa49-195-128-130.pa.nsw.optusnet.com.au) (Quit:
ChatZilla 0.9.90.1 [Firefox 23.0.1/20130814063812])
L1113[12:55:18] <unull> heh. cool
L1114[12:55:55] <Kilobyte> wot
L1115[12:56:03] <Kilobyte> also, its
exit()
L1116[12:56:06] <Kilobyte> not
quit()
L1117[12:56:35] <unull> i got:
bigreactors, thermal expansion, opencomputers & components,
Redstone in motion, forge microblocks and multipart, and
projred
L1118[12:56:42] <unull> any
additions?
L1119[12:57:13] *
istasi wonder whenever big reactors will update to
1.7.10
L1120[12:57:25] <Kilobyte> AE?
L1121[12:57:26] <unull> also tcpn for
drawbriges and mmfs for awesomeness
L1122[12:57:30] <unull> tcon
L1123[12:57:34] <ShadowKatStudios> exit()
closes the connection
L1124[12:57:52] <ShadowKatStudios> quit()
closes the program
L1125[12:57:53] <unull> yeah..
L1126[12:58:05] <Kilobyte>
ShadowKatStudios: i would expect is exactly other way round
L1127[12:58:13] <Kilobyte> which is what
weechat does
L1128[12:58:20] <ShadowKatStudios>
well
L1129[12:58:25] <Kilobyte> also, exit()
is syscall for exiting the program
L1130[12:58:51] <ShadowKatStudios> I came
up with it on the spot and tried to justify it afterwards,
happy?
L1131[12:59:04]
⇨ Joins: Negi
(~negi@mcl71-1-82-246-167-6.fbx.proxad.net)
L1132[12:59:17] <unull> hi
L1133[12:59:39] <unull> optifine
L1134[12:59:45] <Kilobyte> breaks
shit
L1135[12:59:53] <unull> really?
L1136[12:59:55] <unull> damn.
L1137[13:00:28] <unull> I just want to
bhild an awesome base.
L1138[13:00:39] <unull>
industrialcraft?
L1139[13:00:54] <ShadowKatStudios>
sucks
L1140[13:01:09] <ShadowKatStudios> Also,
does OF break holograms?
L1141[13:01:13] <unull> ueh. plus - no
comp with bigreactors
L1142[13:01:18] <Sangar>
chisel+carpenters
L1143[13:01:21] <Kilobyte> ^
L1144[13:01:23] <unull> yesss
L1145[13:01:27] <unull> thx
L1146[13:01:32] <Kilobyte> unull: ic2 is
shit at this point imo
L1147[13:01:48] <ShadowKatStudios> Also,
what are the specs on the new tablet computers?
L1148[13:01:49] <unull> eh.
L1149[13:01:51] <Sangar>
ShadowKatStudios, i don't think it breaks holos, but istasi had it
breaking screen rendering when respawning, really weird that.
L1150[13:01:54] <Kilobyte> you may want
logistics pipes, but that depends on buildcraft :/
L1151[13:02:08] <ShadowKatStudios>
Wacky.
L1152[13:02:17] <unull> with AE?
L1153[13:02:20] <Kilobyte>
ShadowKatStudios: OF?
L1154[13:02:23] <unull> redundancy
L1155[13:02:27] <unull> optifine
L1156[13:02:30] <Kilobyte> oh
L1157[13:02:38] <unull> nvm the
optifine
L1158[13:02:58] <Kilobyte> unull: not
really redundant :P each has its own applications AND they interact
very nicely
L1159[13:03:17]
⇨ Joins: DeanIsaKittyWithAPhone
(~Phone@p54963253.dip0.t-ipconnect.de)
L1160[13:03:22] <unull> I guess, but the
base is more of a creative build
L1161[13:03:28] <unull> just for
looks
L1162[13:03:38] <unull> and it's mainly
computers anyway
L1163[13:03:45] <unull> hmm.
L1164[13:03:53] <Kilobyte> then you might
prefer logistics pipes
L1165[13:04:07] <Kilobyte> because the
items flowing through the pipes looks pretty cool
L1166[13:04:23] <unull> also lagy as ahit
and can cause backflow
L1167[13:04:34] <unull> i have a
macmini
L1168[13:04:45] <unull> npt exactly
crysis at max gfx stuff
L1169[13:05:00] <unull> agh
L1170[13:05:08] <Kilobyte> i have an amd
E-350 @ 2x1.6 GHz
L1171[13:05:13] <unull> so much spelling
mistakes
L1172[13:05:17]
⇨ Joins: SKS|Tab
(~sks@pa49-180-144-125.pa.nsw.optusnet.com.au)
L1173[13:05:28] <Kilobyte> and a Radeon
HD 6310
L1174[13:05:35] <Kilobyte> aka i am prob
worse
L1175[13:05:35] <unull> i don't even have
a fucking graphics card, for all my mac shows me.
L1176[13:05:46] <Kilobyte> lspci should
do the job
L1177[13:05:54] <unull> big shiny
aluminijm blx full o nothing
L1178[13:05:58]
⇦ Quits: ShadowKatStudios
(~sks@pa49-195-128-130.pa.nsw.optusnet.com.au) (Ping timeout: 186
seconds)
L1179[13:05:59] ***
SKS|Tab is now known as PsychokenesisKat
L1180[13:06:01] <unull> agh
L1181[13:06:03] <unull> apelling
L1182[13:06:09] <unull> ARGH
L1183[13:06:38] *
PsychokenesisKat feels fancy, GeForce 7050 + GeForce
8600
L1184[13:06:39] <unull> I feel like
adding forestry for some reaspn
L1185[13:06:42] <unull> neh.
L1186[13:07:02] <Kilobyte> forestry
doesn't even natively support RF iirc
L1187[13:07:08] <unull> buy a titan z
:D
L1188[13:07:12] <unull> exactly
L1189[13:07:18] <unull> so, nope.
L1190[13:07:29] *
PsychokenesisKat notes that his GPUs are 5 and 6 years
old
L1191[13:07:41] <unull> tcon is only for
drawbridge
L1192[13:07:41] *
PsychokenesisKat still beats a Mac
L1193[13:07:48] <Kilobyte>
PsychokenesisKat: xD
L1194[13:07:57] <unull> yeah
L1195[13:08:02] <unull> macs have it
hard
L1196[13:08:12] <PsychokenesisKat> I
reapect their roots.
L1197[13:08:18] <Kilobyte> my pc will
prob beat a macbook pro (2k euro) and its like 600-800 euro
L1198[13:08:19] <PsychokenesisKat>
respect*
L1199[13:08:25] <Kilobyte> once i finally
get it
L1200[13:09:01] <Kilobyte> plus the osx
kernel is a memory whore
L1201[13:09:07] <PsychokenesisKat> OS X
is BAS based, which is a real unix, however, I don't like what they
did with it.
L1202[13:09:08] <unull> macs are built
for..... I'm not even sure what they're built for
L1203[13:09:18] <PsychokenesisKat>
BSD*
L1204[13:09:18] <Kilobyte>
PsychokenesisKat: i agree
L1205[13:09:19] <unull> show?
L1206[13:09:31] <unull> I really effin
want a pc
L1207[13:09:41] <PsychokenesisKat> Macs
are built for people with money to feel good about themselves
L1208[13:09:42] <Kilobyte> i think the
kernel uses like 1.5 GiB of ram
L1209[13:09:55] <PsychokenesisKat> o.O
More than Windows?
L1210[13:09:56] <unull> and to recycle
this piece of shit for parts
L1211[13:09:58] <Kilobyte> linux
kernel... a few megabyte
L1212[13:10:04] <unull> yeh.
L1213[13:10:17] <unull> yeh kernel and
yeh fancy swap memory'z
L1214[13:10:18] <Kilobyte>
PsychokenesisKat: and its not even monolithic
L1215[13:10:25] <Kilobyte> its hybrid
iirc
L1216[13:10:37] <PsychokenesisKat> Linux
kernel runs on my shitty 64MB laptop from the 90s. Oh yeah, and X.
Wihout swap space.
L1217[13:10:59] <unull> is tmechworks
redstone things supported by oc?
L1218[13:11:04] <unull> yeah.
L1219[13:11:06] <unull> but
L1220[13:11:14] <unull> does shit run on
linux?
L1221[13:11:16] <unull> NO
L1222[13:11:21] <unull> so yeah
L1223[13:11:29] <PsychokenesisKat> I can
run Windows stuff on Linux
L1224[13:11:31] <unull> i do have an
ubuntu laptop
L1225[13:11:35] <PsychokenesisKat> So...
Yes.
L1226[13:11:45] <unull> well yes.
L1227[13:11:53] <PsychokenesisKat> Also,
if I desire something, I can write it.
L1228[13:12:21] <unull> lucky duck. try
opengl. and a physengine. and mpdeling.
L1229[13:12:31] <unull> i'm tired
etc
L1230[13:12:41] <unull> plz ignore my
weird sleepy trance
L1231[13:13:09] <unull> brushong teeth is
secondary to coffee
L1232[13:13:31] <unull> anyone
agree?
L1233[13:14:03] <istasi> nope :P
L1234[13:14:08] <PsychokenesisKat> In
respect to macs being for people that want to feel good about
themselves: My desktop ($6 for a SATA cable and built out of 5yr
old scrap, and an even older CPU, cause a 2006 C2D is better than a
2008 Pentium) would still probably beat a Mac
L1235[13:15:02] <unull> yeah.
L1236[13:15:02] <PsychokenesisKat> Except
for HDD space. I only had a spare 200GB SATA drive.
L1237[13:15:17] <unull> i have a 400g i
thjnk
L1238[13:15:44] <unull> the problem with
not monitoring your hdd usage
L1239[13:15:46] ***
alekso56 is now known as alekso56_off
L1240[13:15:55] <unull> i that your
download folder
L1241[13:16:02] <unull> becomes a fuckin
orgy
L1242[13:16:14] <PsychokenesisKat> I'm
going to go into one of the computer labs at school and disassemble
one of their i5 machines while no-one is looking
L1243[13:16:32] <unull> install
puppymlonjx on it!
L1244[13:16:38] <unull> puppy linux
L1245[13:16:50] <unull> take all the
rams
L1246[13:16:53] <PsychokenesisKat> Then
re-assemble on a bit of wood and hang it on my wall.
L1247[13:16:57] <unull> and the
see-phus
L1248[13:17:07] <PsychokenesisKat> Haha,
not Puppy. Arch.
L1249[13:17:09] <unull> and ze
squid
L1250[13:17:19] <unull> puppy runs in
ram
L1251[13:17:23] <unull> hm
L1252[13:17:28] <unull> thinking about
it
L1253[13:17:38] <PsychokenesisKat> I'm
fine with running from an SSD.
L1254[13:17:40] <unull> puppy is the
perfect exploit distro
L1255[13:17:55] ***
DeanIsOff is now known as DeanIsaKitty
L1256[13:17:58] <DeanIsaKitty> \o/
L1257[13:18:00] *
PsychokenesisKat has a SSD from his last school laptop
L1258[13:18:05]
⇦ Quits: DeanIsaKittyWithAPhone
(~Phone@p54963253.dip0.t-ipconnect.de) (Quit: /me nomed the
interweb)
L1259[13:18:07] <unull> heh.
L1260[13:18:28] <unull> the one ssd in my
building belonds to my housemate
L1261[13:18:35] <unull> so yeh.
L1262[13:18:39] <PsychokenesisKat> I
think stealing hardware has become a habbit for me...
L1263[13:18:50] <PsychokenesisKat>
Heh.
L1264[13:18:50] <unull> i steal
candy
L1265[13:19:03] <PsychokenesisKat> I
steal from running computers.
L1266[13:19:04] <unull> from stupid
babies
L1267[13:19:23] <unull> \ever steal from
CERN?
L1268[13:19:23] <PsychokenesisKat> Y'know
those hot-swappable server drives?
L1269[13:19:26] <Kilobyte> ok, so to be
fair
L1270[13:19:28] <unull> ?
L1271[13:19:37] <unull> nice.
L1272[13:19:41] <Kilobyte> 1.5 GiB is
apperently on the fucked up dev preview of the next major
release
L1273[13:19:48] <Kilobyte> latest stable
is 400 MiB
L1274[13:20:03] <PsychokenesisKat> I once
'pocketed' 4 of them when they let me into the school server
room.
L1275[13:20:30] <PsychokenesisKat> It was
RAID'd though so it's OK.
L1276[13:20:38] <unull> lol.
L1277[13:20:43] <unull> but
L1278[13:20:59] <unull> i remmber there
was a school in california
L1279[13:21:05] <PsychokenesisKat> Yay
for free server-grade 15k RPM drives.
L1280[13:21:35] <unull> where 2 gr5
students dualbooted kali linux ontheir laptops
L1281[13:21:53] <unull> and hacked the
school network
L1282[13:22:14] <unull> weird?
L1283[13:22:18] <PsychokenesisKat> I had
Arch on my school laptop.
L1284[13:22:26] <unull> or just
smart..
L1285[13:22:43] <PsychokenesisKat> Well,
it was on a laptop-size drive I'd swap out for the SSD
L1286[13:22:48] <DeanIsaKitty> We had a
script kiddy trying to hack our school network xD
L1287[13:22:50] <unull> well, you didn't
run metasploit on it, right?
L1288[13:23:09] <unull> really?
L1289[13:23:42] <PsychokenesisKat> (The
day I left I hid a bunch of FS forkbombs in various people's
computer that will be activating in a week :D )
L1290[13:24:17] <unull> cruelz.
L1291[13:24:36] <Altenius> ^
L1292[13:24:41] <unull> most peeps in
school were asshats though.
L1293[13:25:11] <PsychokenesisKat> I
wanted to get back at the admins for blocking reddit.
L1294[13:25:21] *
PsychokenesisKat isn't above revenge
L1295[13:25:38] <DeanIsaKitty> You were
stopped by school-grade sys admins? 0.0
L1296[13:26:41] <PsychokenesisKat> They
filtered the network between the network and the internet
L1297[13:26:57] <unull> sysadmins are lax
in schools... but reddit? NOT ZE REDDITZORZ!!!
L1298[13:27:20] <PsychokenesisKat> I
could use my 3G on my phone to access it, but I don't have much of
a data allowance.
L1299[13:27:38] <unull> you can tether,
but there's the same problem
L1300[13:28:25] <DeanIsaKitty> Dude. Some
5th graders in my school can't turn on a computer properly, but
they know how to use a proxy to watch pr0n!
L1301[13:28:42] <Altenius> How old are
you? ^
L1302[13:28:48] <unull> does anyone here
have a private server availible?
L1303[13:28:53] <unull> :P
L1304[13:29:02] <DeanIsaKitty> Altenius:
What does it matter? :P
L1305[13:29:09] <unull> wanna play some
custom mc if anyone likes
L1306[13:29:13] <Altenius> 5th graders go
to your school
L1307[13:29:19] <DeanIsaKitty> Oh
L1308[13:29:20] <DeanIsaKitty>
sorry
L1309[13:29:32] <DeanIsaKitty> germany,
5th to 12th grade is one school
L1310[13:29:37] <Altenius> H
L1311[13:29:40] <unull> burnaby has 1-12
scholls
L1312[13:29:40] <Altenius> ah
L1313[13:29:45] <PsychokenesisKat> I had
access to the wider internet via my Koding VM, but my manual method
was too much effort.
L1314[13:30:07] <PsychokenesisKat>
Besides, other people can't use my Koding VM to internet
L1315[13:30:15] <unull> heh.
L1316[13:30:29] <unull> this sounds like
a crime novel
L1317[13:30:34] <Altenius> It's not hard
to make a proxy :P. All you have to do is bounce webpages from your
webserver.
L1318[13:30:38] <unull> cybercrime
novel
L1319[13:30:41] <unull> ik'
L1320[13:30:44] <Kilobyte> back from
shower
L1321[13:30:48] <unull> hi
L1322[13:30:55] <unull> did
youmasturbate?
L1323[13:31:07] <unull> if no,
good.
L1324[13:31:15] <Kilobyte> no, why you
are interested?
L1325[13:31:27] <Kilobyte> do you need
that for your fantasies?
L1326[13:31:29] <unull> i wanted to see
if you'd followed my advice
L1327[13:31:35] <unull> no, not
reakly
L1328[13:31:41] <Kilobyte> sure?
L1329[13:31:44] <unull> tons of gay porn
on the internetz
L1330[13:31:50] <PsychokenesisKat> I had
something on my public Koding working as a proxy-of-sorts, but then
they blocked Koding's public setup, and my IP address was blocked
to start with.
L1331[13:32:19] <Altenius> Use
000webhost.
L1332[13:32:22] <unull> kat, did they
blacklist or whitelist sites?
L1333[13:32:25] <Altenius> Unless the
block that..
L1334[13:32:37] <unull> TOR?
L1335[13:32:41]
⇨ Joins: theoriginalbit
(~theorigin@202-47-123-142.cust.dcsi.net.au)
L1336[13:32:47] <unull> hi
L1337[13:32:56]
⇦ Parts: theoriginalbit
(~theorigin@202-47-123-142.cust.dcsi.net.au) ())
L1338[13:33:00] <unull> bye
L1339[13:33:03] <PsychokenesisKat> They
blacklisted, I'm pretty sure.
L1340[13:33:10] <unull> huh.
L1341[13:33:13] <PsychokenesisKat> Fffs,
TOBIT.
L1342[13:33:19] <Kilobyte> whatcha
talking about`
L1343[13:33:23] <Altenius> I've never
heard of a school that whitelists.
L1344[13:33:29] <PsychokenesisKat> He
played on my server once.
L1345[13:33:30] <unull> some do
L1346[13:33:31] *
DeanIsaKitty waves
L1347[13:33:31] <Altenius> That'd be a
lot of work, with the students researching.
L1348[13:33:32] <Kilobyte> oh
school?
L1349[13:33:45] <unull> s\they have
research computers
L1350[13:33:46] <Kilobyte> ssh tunnel
home on port 443
L1351[13:33:51] <DeanIsaKitty> My school
has both, depending how much of a dick you are :P
L1352[13:33:52] <unull> :D
L1353[13:33:58] <Kilobyte> thats what i
do?
L1354[13:33:59] *
PsychokenesisKat waves at DeanIsAKitty
L1355[13:33:59] <unull> ;]
L1356[13:34:06] <Kilobyte> s/\?/
L1357[13:34:07] *
DeanIsaKitty hugs PsychokenesisKat
L1358[13:34:14] <unull> ill brb
L1359[13:34:21] *
PsychokenesisKat hugs DeanIsaKitty
L1360[13:34:37] <Kilobyte> unull: huh you
are ill? jk
L1361[13:34:41] <PsychokenesisKat>
Hugging you is a lot less weird when you're also a cat.
L1362[13:34:43] <unull> nsh
L1363[13:34:56] <PsychokenesisKat>
network shell
L1364[13:34:59] *
Altenius killed his ears whilst messing with raw PCM.
L1365[13:35:08] <unull> launching chrome
on mac so i can krc
L1366[13:35:47] <unull> anybosy here like
yahtzee croshaw?
L1367[13:36:04] <PsychokenesisKat> I once
listened to 256 hours of Pokemon Emerald.
L1368[13:36:25] <PsychokenesisKat> Don't
know why.
L1369[13:36:53] <unull> heh.
L1370[13:37:04] <unull> badger badger
badger badger
L1371[13:37:57] <Kilobyte> our schools
intenet filter was huge shit
L1372[13:38:21] <PsychokenesisKat>
tvtropes -> random page -> 'All Anime is naughy tentacles'
Damnit, I've seen that one already
L1373[13:38:25] <Kilobyte> it filtered
the wifi by MAC appernetly, but only ports 443 and 80
L1374[13:38:26] <robhol> So was ours back
in HS, so... I made it irrelevant :>
L1375[13:38:32] <Kilobyte> because those
went through a proxy
L1376[13:39:00] <Kilobyte> the rest was
filtered using blacklist (disallowing like 6667, 22, 23 etc)
L1377[13:39:10] <Kilobyte> 1234 (my
bouncer port) was fully accessible
L1378[13:39:25] <PsychokenesisKat> Not
the FTP!
L1379[13:39:32] <unull> lol
L1380[13:39:34] <Kilobyte> ftp was
actually allowed
L1381[13:39:43] <unull> pile of
shit
L1382[13:39:48] <PsychokenesisKat> For a
while I telnetted into IRC via koding
L1383[13:39:53] <Kilobyte> well, they
didn't have it allwed at beginning, but later on they added
L1384[13:39:56] <Kilobyte> ppl found out
wifi password
L1385[13:40:06]
⇨ Joins: unullsclone
(webchat@d142-179-122-2.bchsia.telus.net)
L1386[13:40:09] <PsychokenesisKat> :( FTP
is my favourite protocol
L1387[13:40:11] <Kilobyte> and whatsapp
etc weren't filtered by MAC filter
L1388[13:40:14] <unull> or just used
reaver
L1389[13:40:16] <unull> err
L1390[13:40:21] <Kilobyte>
PsychokenesisKat: file transfer? rsync.
L1391[13:40:25] <unull> my clone's takin
over
L1392[13:40:39] <Kilobyte> unull: get
better client
L1393[13:40:44] <robhol> lol
L1394[13:40:48] <unullsclone> I have
ine
L1395[13:40:52] <Kilobyte> brb
L1396[13:40:56] <unullsclone> on my effin
ubuntu machine
L1397[13:40:57] <PsychokenesisKat> Well,
actually, my favourite protocol is telnet
L1398[13:41:09] <unullsclone> mine is
binary
L1399[13:41:14] <Kilobyte> my favourite
protocol is TCP
L1400[13:41:18] *
PsychokenesisKat stabs unullsclone
L1401[13:41:26] <unullsclone> xD
L1402[13:41:27] *
vifino wants KiloCaat
L1403[13:41:33] <unullsclone> jk
L1404[13:41:33] *
vifino wants KiloCat*
L1405[13:41:35] <PsychokenesisKat> If
we're going that broad, I like IP.
L1406[13:41:38] <unullsclone> HTTPS
L1407[13:41:46] <unullsclone> MFFS
L1408[13:41:46] <Kilobyte> vifino: sounds
so wrong
L1409[13:41:52] <unullsclone> SMFFS
L1410[13:41:55] <vifino> Kilobyte:
NOU
L1411[13:41:56] <vifino> :<
L1412[13:41:56] <PsychokenesisKat>
Routing tables ftw
L1413[13:42:14] <Kilobyte> brb @
phone
L1414[13:42:15] <PsychokenesisKat> Would
you prefer KibiCat?
L1415[13:42:34] <vifino> I would be fine
with that too
L1416[13:42:39] <vifino> :3
L1417[13:42:42] <unullsclone> launchin
ftb
L1418[13:42:44] <unullsclone>
nananana
L1419[13:43:03] <unullsclone> really, I
want someone to do shit with
L1420[13:43:11] <unullsclone> building a
big base alone is no fun
L1421[13:43:12] <PsychokenesisKat>
Diclonius!
L1422[13:43:23] *
DeanIsaKitty stabs unullsclone in the toe with a rusty
dagger
L1423[13:43:38] *
unullsclone uses potion of glitchfest
L1424[13:43:44]
⇦ Quits: unull (webchat@d142-179-122-2.bchsia.telus.net)
(Ping timeout: 190 seconds)
L1425[13:43:48] *
unullsclone is buffed
L1426[13:44:02] *
PsychokenesisKat recently watched Elfen Lied.
L1427[13:44:12] *
unullsclone dissolves into millions of tiny replicator
nanites
L1428[13:44:26] <DeanIsaKitty> I thought
you want to do shit unullsclone :<
L1429[13:44:29] <PsychokenesisKat> So
freaking much fanservice it's borderline hentai, tentacles
included.
L1430[13:44:31] *
unullsclone reapparates in dean's trachea
L1431[13:44:58] *
PsychokenesisKat pushes unullsclone w+1
L1432[13:45:05] <unullsclone> I kinda
want a private server for peeps to go on and build shit in
creative
L1433[13:45:06] <PsychokenesisKat> w
being the 4th dimension
L1434[13:45:13] <unullsclone> but
L1435[13:45:32] <PsychokenesisKat>
unullsclone, try The Enderverse.
L1436[13:45:47] <unullsclone> I mean in
FTB
L1437[13:45:59] <unullsclone> like in a
small modpack with computers and shit
L1438[13:46:16] <unullsclone> so far, I
see noone with that kind of tech availile
L1439[13:46:32] <unullsclone>
available
L1440[13:46:36] <PsychokenesisKat> Once
we get internet, I'll run a server.
L1441[13:46:43] <unullsclone>
internet?
L1442[13:46:48] <unullsclone> you have
internet
L1443[13:46:54] <unullsclone> unless yer
a bot
L1444[13:46:57] <PsychokenesisKat> I'm
tethered.
L1445[13:47:01] <unullsclone> ah.
L1446[13:47:04] <DeanIsaKitty>
PsychokenesisKat: You own the internet? :3
L1447[13:47:13] <unullsclone> wait, why
are you tethered?
L1448[13:47:22] <unullsclone>
mmkay.
L1449[13:47:23] <PsychokenesisKat> Well,
the biological part of me is tethered, anyway.
L1450[13:47:29] <unullsclone> well
L1451[13:47:41] <unullsclone> my implants
ascend into the internet sometimes too
L1452[13:47:57] <unullsclone> the worst
is the missile array
L1453[13:48:55] <PsychokenesisKat>
nonononono, nothing as barbaric as implants.
L1454[13:49:03] *
Altenius wants to make a program but has no ideas.
L1455[13:49:11] <unullsclone> MAKE A
DOOR
L1456[13:49:17] <Altenius> what
L1457[13:49:17] <unullsclone> a big
one
L1458[13:49:22] <unullsclone> with
trousers
L1459[13:49:24] <PsychokenesisKat> I'm
using the RAM I saved from running Linux compared to everything
else to run an AI.
L1460[13:49:26] <Altenius> wah
L1461[13:49:35] <unullsclone> heh.
L1462[13:49:42] <unullsclone> well, I say
implants
L1463[13:49:49] <PsychokenesisKat>
unullsclonr, go drunk, you're home.
L1464[13:50:00] <Altenius> Why am I
here.
L1465[13:50:04] <unullsclone> in reality,
only my brain and heart remain organic
L1466[13:50:08] <unullsclone> ALT
L1467[13:50:14] <unullsclone> GO FUCK A
SHEEP
L1468[13:50:23] <unullsclone> the rest is
ethereal
L1469[13:50:37] <PsychokenesisKat> In
reality, I exist in 3 timeframes at once.
L1470[13:50:47] <DeanIsaKitty> ^
L1471[13:50:54] <PsychokenesisKat> One of
them isn't technically me, either.
L1472[13:51:21] <PsychokenesisKat> Also,
the 4th dimension >:D
L1473[13:51:45] <unullsclone> I move
through 4 dimensional non-euceladian space. The lattices of
intricate make are now simply passing through me, or I through
them.
L1474[13:52:14] <PsychokenesisKat> Cool
quote.
L1475[13:52:42] <PsychokenesisKat> I can
tell you didn't write it 'cause it has punctuation and capital
letters.
L1476[13:52:50] <unullsclone> xD
L1477[13:52:54] <unullsclone> google
it
L1478[13:54:05] <PsychokenesisKat> I
should be writing, I have some great ideas today.
L1479[13:54:19] <unullsclone> heh
L1480[13:54:46] <vifino> Sangar: My bot
can evaluate ruby,python,php and js, and lua
L1481[13:54:55] <PsychokenesisKat> *goes
to move hands* *snap* *pop* *crackle* *pop* *creak*
L1482[13:55:38] <unullsclone> my boot can
emulate a dildo
L1483[13:56:00] <PsychokenesisKat>
Spoilers for 3.36: //So many people to kill, so little time
L1484[13:57:00] <PsychokenesisKat> I love
how easily I can kill characters off.
L1485[13:57:10] <DeanIsaKitty>
:<
L1486[13:57:19] <Sangar> vifino, good for
you ;)
L1487[13:57:24] <PsychokenesisKat> If
only fate could be altered that easily
L1488[13:57:27] <vifino> :/
L1489[13:57:40] <PsychokenesisKat> Hah,
dean, you know what comes next, right?
L1490[13:57:52]
⇦ Quits: Alex_hawks
(~Alex_hawk@CPE-120-145-49-189.lnse2.wel.bigpond.net.au) (Ping
timeout: 201 seconds)
L1491[13:58:14] <PsychokenesisKat> Man,
this'll be great for character development of the main
character
L1492[13:58:20] <DeanIsaKitty> You kill
all the cool ppl? :<
L1493[13:58:38] <unullsclone> where the
downloads at for opencomponents?
L1494[13:58:44] <DeanIsaKitty>
topic?
L1495[13:58:47] <PsychokenesisKat> Also,
Dean, I have a question. Do the timelines make any sense
whatsoever?
L1496[13:59:32] <PsychokenesisKat> Good
morning everyone
L1497[13:59:41] <DeanIsaKitty> I like
Ender's way of explaining them. They make sense if you've read his
story too.
L1498[14:00:13] <PsychokenesisKat> So his
chapters are neccesary too?
L1499[14:00:22] <DeanIsaKitty> Kinda
sorta yes
L1500[14:00:42] <PsychokenesisKat> Also,
get this: I think ender got a JOB.
L1501[14:00:52] <DeanIsaKitty> :O
L1502[14:01:10] <PsychokenesisKat>
Earlier he said he'd be at work so...
L1503[14:01:51] <DeanIsaKitty>
EnderOnTheJob. His nick too
L1504[14:02:11] <PsychokenesisKat>
:O
L1505[14:02:48]
⇦ Quits: Altenius (~Altenius4@199.193.183.1) (Ping timeout:
201 seconds)
L1506[14:03:01] <PsychokenesisKat> So...
What parts are missing that make the story understandable if you've
read his chapters, but not make sense without?
L1507[14:03:16] <unullsclone> Hey Sangar,
can you plan for future Remain in Motion Support?
L1508[14:03:59] <Sangar> unullsclone,
it's something on my to-do list to see if / what has changed
compared to the original rim, and see if i can make that work, too,
yes.
L1509[14:04:56] <unullsclone>
mmkay.
L1510[14:05:56] <DeanIsaKitty>
PsychokenesisKat, story corner ;)
L1511[14:07:57] <unullsclone> now, onto
eira irc...
L1512[14:08:33] <unullsclone> somebody
say something
L1513[14:08:37] <unullsclone> this
silence
L1514[14:08:41] <unullsclone> is driving
me nuts
L1515[14:09:11] <istasi> no
L1516[14:09:48] <unullsclone> bye
L1517[14:09:54] <unullsclone> my ign is
bug333387
L1518[14:10:03]
⇦ Parts: unullsclone
(webchat@d142-179-122-2.bchsia.telus.net) ())
L1519[14:16:50] ***
dsAway is now known as ds84182
L1520[14:23:45] <PsychokenesisKat> I just
had a great idea
L1521[14:24:29] <PsychokenesisKat> Would
anyone want to have a character based on them in my story? I need a
physical description and a personality description.
L1522[14:28:30] <PsychokenesisKat> I have
to say, I liked the other newbie more than unulls...
L1523[14:28:54] <Sangar> he's quite...
hyper, isn't he?
L1524[14:30:14] <PsychokenesisKat>
Yeah... The other one seemed like more of a SBHG type.
L1525[14:31:17] <istasi> sbhg?
L1526[14:31:24]
⇨ Joins: tgame14_
(~tgame14@bzq-109-65-166-206.red.bezeqint.net)
L1527[14:32:29] <PsychokenesisKat> Heh,
never mind, just something that occured to me.
L1528[14:32:36]
⇦ Quits: tgame14|away
(~tgame14@bzq-109-65-166-206.red.bezeqint.net) (Ping timeout: 189
seconds)
L1529[14:32:52] <PsychokenesisKat> I'll
give you a cookie if you can guess what it was, though.
L1530[14:33:43]
⇨ Joins: unull
(~EiraIRC@d142-179-122-2.bchsia.telus.net)
L1531[14:34:21] <istasi> got no idea
:|
L1532[14:34:52] *
PsychokenesisKat gives istasi a cookie anyway
L1533[14:35:08] <istasi> \o/ sks is the
best cat ever
L1534[14:35:32] <DeanIsaKitty> hey!
:<
L1535[14:35:39] <PsychokenesisKat> Cookie
to never mention the SBHG thing again?
L1536[14:36:36] <istasi> i wont
regardless of cookie, i'd forget it the moment i tab out, and i
tend not really to read many lines when tabbing back in here
L1537[14:37:25] *
PsychokenesisKat gives istasi another cookie.
L1538[14:37:29] <Sangar> talking about
forgetting.
L1539[14:37:35] <robhol> what SBHG think?
:3
L1540[14:37:39] <robhol> g
L1541[14:37:44] <Sangar> lost again
L1542[14:37:50] <PsychokenesisKat> Good,
my web of secrets is held together by cookies.
L1543[14:38:22] <PsychokenesisKat>
robhol, cookie if you can guess what it means or if you forget
about it.
L1544[14:38:48] <robhol> or, I'll give
YOU a cookie if you tell me :3
L1545[14:38:56] <Sangar> so anyway, any
known issues in the latest dev builds?
L1546[14:39:29] <PsychokenesisKat> I
double my offer.
L1547[14:39:38] <robhol> What about a
pie
L1548[14:39:39] *
DeanIsaKitty givs Sangar a cake
L1549[14:39:57] <Sangar> $tip
DeanIsaKitty 23
L1550[14:39:58] <^vDoge> Sangar, Sent Ɖ23
to DeanIsaKitty (84.150.50.83)
L1551[14:40:07] <PsychokenesisKat> What
sort of specs do the new computer thingies havd?
L1552[14:40:08] <DeanIsaKitty> \o/
L1553[14:40:09] <robhol> !
L1554[14:40:11] <Sangar> nomnomnom
L1555[14:40:17] <PsychokenesisKat>
!!
L1556[14:40:22] <robhol> Sangar, you...
CAKE WHORE *runs away in tears*
L1557[14:40:40] <Sangar> >_>
L1558[14:40:44] *
PsychokenesisKat offers Sangar a sandwich
L1559[14:40:52] <robhol> ye Harlotte of
Pastries!
L1560[14:40:54] <PsychokenesisKat>
(Australians will get this)
L1562[14:41:01] *
Sangar is full right now
L1563[14:41:13] *
DeanIsaKitty cuddles Sangar & PsychokenesisKat
L1564[14:41:16] <Sangar> oh, -h
L1565[14:41:32] <robhol> AHEM
L1566[14:41:36] <robhol> "K"B
:p
L1567[14:41:47] <robhol>
kelvinbytes
L1568[14:41:58] <Sangar> haha,
interesting measurement
L1569[14:42:21] <robhol> I'm curious as
to... what exactly that would measure
L1570[14:42:41] <PsychokenesisKat> So...
Kelvinbytes starts at -26? right?
L1571[14:42:44] <Sangar> the frequency in
which data changes on a medium?
L1572[14:42:53] <Sangar> since
temperature = speed of movement of particles
L1573[14:42:58] <robhol> Sangar: I'm..
not ... AAAH
L1574[14:43:01] <PsychokenesisKat> 26? =
260 something
L1575[14:43:10] <robhol> -273.15°C
L1576[14:43:13] <robhol> I think
L1577[14:43:16] ***
vifino is now known as vifino|away
L1578[14:43:27] <robhol> no idea what
that is in °stupidheit
L1579[14:43:34] <PsychokenesisKat> I say
it's normal bytes, but it starts at -273.
L1580[14:43:47] <robhol> but.. that makes
no sense D:
L1581[14:43:49] <PsychokenesisKat> Also,
then you could have a KiKB
L1582[14:43:51] <DeanIsaKitty> well, g2g,
do my "homework" :P
L1583[14:43:58] <Sangar> the only good
thing about fahrenheit is the game that shares its name :P
L1584[14:44:00] <PsychokenesisKat>
:P
L1585[14:44:12] <PsychokenesisKat> What
about thd book?
L1586[14:44:23] <robhol> ugh, kibi. I get
the need for a non-ambiguous measurement, but why'd they have to
make them sound so fucking stupid HURR DURR
MEBIGEBIRIBELBIALIBIBIBI
L1587[14:44:27] <istasi> sks, seen
gintama yet?
L1588[14:44:30] <Sangar> i managed to
avoid reading it in school >_>
L1589[14:44:45] <PsychokenesisKat> I have
it queued
L1590[14:45:25] <PsychokenesisKat> It
sounds like a book about hacking from before computers (I haven't
read it)
L1591[14:45:49] <PsychokenesisKat> Also,
gintama isn't finished downloading lol
L1592[14:45:58] <istasi> :O
L1593[14:46:15] <istasi> how long have it
been downloading?, like a month or so/
L1594[14:46:21] *
PsychokenesisKat realises he managed to give someone older than him
homework.
L1595[14:46:23] ***
justastranger|zzz is now known as justastranger
L1596[14:46:32] <PsychokenesisKat> In
hours? A bit over 24.
L1597[14:46:45] <PsychokenesisKat> I
don't have much 3G allowance.
L1598[14:47:05] <istasi> mmkay
L1599[14:49:58] *
PsychokenesisKat begins hitting the fourth wall with a
trout
L1600[14:50:33] <ds84182> wtf, why is
someone hitting the 4th wall
L1601[14:50:36] <ds84182> it could
break
L1602[14:50:43] <PsychokenesisKat>
Indeed.
L1603[14:51:04] *
PsychokenesisKat leans on the fourth wall and hears it
creaking
L1604[14:51:35] <ds84182> Dammit. I think
a spider landed on my head
L1605[14:51:55] <ds84182> i DON'T KNOW
WHAT THE HELL THAT WAS. TIME TO GTFO
L1606[14:52:35] <PsychokenesisKat> gtfo =
go to fourth-wall opening?
L1607[14:54:52] <istasi> sigh, why cant
the rest of the internet have better speeds :(
L1608[14:55:36] <PsychokenesisKat>
Because... Telstra exists.
L1609[14:57:33] <pong> $tip istasi
$0.05
L1610[14:57:33] <^vDoge> pong, Sent Ɖ220
to istasi
L1611[14:57:47] <istasi> :O
L1612[14:58:10] <istasi> i am rich!, i
shall use this to sponsor better internet for everybody, so that i
can download faster!
L1613[14:58:59] <ds84182> oK, IT WAS A
MOSQUITO. wHO THE FUCK LET A MOSQUITO INSIDE.
L1614[15:00:19] <PsychokenesisKat> It
came to suck your blood.
L1615[15:01:08] <pong> $tip ds
$0.05
L1616[15:01:08] <^vDoge> pong, No such
user
L1617[15:01:10] <pong> oh
L1618[15:01:11] <pong> okay
L1619[15:01:17] ***
pong is now known as v^
L1620[15:01:41] <PsychokenesisKat>
$bal
L1621[15:01:41] <^vDoge>
PsychokenesisKat, Ɖ600
L1622[15:02:00] <PsychokenesisKat> 600
now?
L1623[15:02:17] <PsychokenesisKat> I have
a question. How do I withdraw?
L1624[15:02:46] <v^> /msg ^vDoge
withdraw
L1626[15:03:11]
⇦ Quits: unull (~EiraIRC@d142-179-122-2.bchsia.telus.net)
(Remote host closed the connection)
L1627[15:03:21] <PsychokenesisKat>
mkay
L1628[15:03:55] ***
Cazzar is now known as Cazzar|Away
L1629[15:05:19] <DeanIsaKitty> Anyway,
you probably wont hear anything from me the next few days. I picked
up reading again... (I hate you PsychokenesisKat, and everything
you have done to my life!) ._.
L1630[15:05:36] ***
DeanIsaKitty is now known as DeanIsAway
L1631[15:05:59] <PsychokenesisKat> so
someone should tell me an awesome name for a female character
L1632[15:06:02] <PsychokenesisKat>
:P
L1633[15:06:12] <DeanIsAway> Elisha
L1634[15:06:30] *
PsychokenesisKat is tempted to reference something with the
name
L1635[15:07:30] <PsychokenesisKat> I once
knew someone named aleshia
L1636[15:07:51] <PsychokenesisKat> In
hindsight, that's quite a complex name.
L1637[15:09:27] ***
Nentify|away is now known as Nentify
L1638[15:15:05] <PsychokenesisKat> *reads
end of page and understands obscure reference* *is unable to
breathe for several seconds while almost laughing* Damnit.
L1639[15:15:36] *
ds84182 goes through facebook to look for complex ghetto
names
L1640[15:15:48] <ds84182>
PsychokenesisKat, Tabrianna.
L1641[15:16:35] <PsychokenesisKat> ehh,
any others? I don't like that end much.
L1642[15:16:44] <PsychokenesisKat>
Alternatively, online names.
L1643[15:16:53] <ds84182>
Calsenelene
L1644[15:17:41] <PsychokenesisKat> Are
you getting these from facebook or are you coming up with
them?
L1645[15:19:32]
⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Quit:
Leaving)
L1646[15:23:24] <PsychokenesisKat>
oh
L1647[15:23:26] <PsychokenesisKat>
my
L1648[15:23:29] <PsychokenesisKat>
glob
L1649[15:23:40] <PsychokenesisKat> i gots
it :D
L1650[15:25:04]
⇨ Joins: unullsclone
(webchat@d142-179-122-2.bchsia.telus.net)
L1651[15:25:10] <ds84182> I zapped a
misquito
L1652[15:25:15] <ds84182> sorry was
awat
L1653[15:25:17] <unullsclone>
nice...
L1654[15:25:26] <ds84182>
PsychokenesisKat, that one was generated by channelserv
L1655[15:25:48] <ds84182> /cs
namegen
L1656[15:26:23] <unullsclone>
eurgh.
L1657[15:26:33] <unullsclone> I need to
figure out osi
L1658[15:27:00]
⇦ Quits: Sorroko (~Sorroko@andromeda.ryanwelch.me) (Quit:
Quit.)
L1659[15:27:06] <unullsclone> os'
L1660[15:27:07] <unullsclone> ?
L1661[15:27:11] <unullsclone>
osuses?
L1662[15:27:17] <unullsclone>
Osyss?
L1663[15:27:20] <unullsclone> I
dunno
L1664[15:28:19] ***
Cazzar|Away is now known as Cazzar
L1665[15:29:52] *
PsychokenesisKat is beginning to drift in and out of
conciousness
L1666[15:30:02] <PsychokenesisKat> I
think it's time I slept.
L1667[15:30:03] <istasi> get some sleep
bro!
L1668[15:30:26] <istasi> else unullclone
will haunt your dreams!
L1669[15:30:40] <PsychokenesisKat> oshit,
scary
L1670[15:30:42] <unullsclone> lul
L1671[15:30:47] <unullsclone> LUL
L1672[15:30:54] <unullsclone> LUL WITH
ME, FOOLS
L1673[15:31:03] <istasi> see?!, thats
just a taste of it!
L1674[15:31:08] <PsychokenesisKat> Also,
I'll managd to fall asleep in class again
L1675[15:31:10]
⇨ Joins: Sorroko
(~Sorroko@andromeda.ryanwelch.me)
L1676[15:31:12] <unullsclone> lol
L1677[15:31:16] <unullsclone> hi
sorr
L1678[15:31:26] <istasi> <3
unullsclone :P
L1679[15:31:38] <PsychokenesisKat> My
english teacher got pissed at me when I fell asleep in class.
L1680[15:31:45] <unullsclone> heh.
L1681[15:31:49] <PsychokenesisKat> I was
too tired to really hear any of the yelling.
L1682[15:31:54] <unullsclone> init.lua is
a fuckin mess
L1683[15:32:06] <PsychokenesisKat> Too
bad I'm not more masochistic...
L1684[15:32:12] <unullsclone> and I need
to make a custom shell somehow
L1685[15:32:38] <unullsclone> how the
fuck do i do that? the ordinary shell is confusin me... ah
whatever
L1686[15:32:43] <unullsclone> I'll figure
it out
L1687[15:32:47] <PsychokenesisKat> Well,
night. *yawn*
L1688[15:33:48]
⇦ Quits: PsychokenesisKat
(~sks@pa49-180-144-125.pa.nsw.optusnet.com.au) (Quit: please don't
haunt my dreams, I have girls I want to dream about (and for once,
not anime girls))
L1689[15:36:26]
⇨ Joins: Vexatos
(~Vexatos@p200300556E687A2150A9A27A02FDF58C.dip0.t-ipconnect.de)
L1690[15:37:15] ***
Keridos is now known as Keridos_off
L1691[15:37:47] <unullsclone> how do I
kill a fork on github?
L1692[15:38:43] <v^> remove it
L1693[15:38:53] <unullsclone> yeah
yeah
L1694[15:38:58] <unullsclone> didit
L1695[15:39:03] <unullsclone> nvm
L1696[15:39:05] <unullsclone> bah
L1697[15:39:16] <v^> sttings > danger
zone
L1698[15:39:34] <unullsclone> I don't
know a drop of java, but i kinda want to contriboot to the
opencomproject
L1699[15:39:50] <unullsclone> I've
deleted it already...
L1700[15:40:07] <unullsclone> oh
well
L1701[15:44:56] <unullsclone> github is
the only place that I know of where you can unwatch things
L1702[15:45:00] ***
Keridos_off is now known as Keridos
L1703[15:53:10] <ds84182> unullsclone,
technically, you don't need to know java to help contribute to
opencomputers.
L1704[15:53:23] <ds84182> You can always
work on the lua side, like OpenOS and it's programs
L1705[15:53:23] <istasi> bug
finding!
L1706[15:54:12] <Sangar> yes, find all
the bugs, please!
L1707[16:03:29]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L1708[16:04:34] <unullsclone> :P
ik.
L1709[16:04:38] <unullsclone> For some
reason
L1710[16:04:55] <unullsclone> I've taken
on redrawing the disassembler textures
L1711[16:05:00] <unullsclone> looked too
red to me
L1712[16:05:12] <unullsclone> now I've
got bars in front of ym eyes
L1713[16:05:39] <unullsclone> I do
believe that git can commit any file though, should be fine with a
psd
L1714[16:07:08] ***
vifino|away is now known as vifino
L1715[16:07:17] <Kilobyte> Sangar: well,
if ppl find bugs they bug you to fix them
L1716[16:07:46]
⇨ Joins: sciguyryan
(sciguyryan@109-205-169-188.dynamic.swissvpn.net)
L1717[16:07:50] <Kilobyte> as long as you
can hide them well enough -> less work for you
L1718[16:08:02] <Sangar> worst pun ever
:P
L1719[16:08:23] <Kilobyte> ikr
L1720[16:08:34] <Vexatos> No
L1721[16:08:41] <Vexatos> I saw a worse
pun
L1722[16:09:44] <Kilobyte> yes?
L1723[16:09:46] <unullsclone> D'oh
L1724[16:09:53] <unullsclone> I forgot
the top animations
L1725[16:13:49] ***
manmaed is now known as manmaed|AFK
L1726[16:25:43]
⇦ Quits: Maxwolf (labs@pipette.madsciencemod.com) (Quit:
Leaving)
L1727[16:26:01] <unullsclone> hi
all
L1728[16:26:39] <unullsclone> can the psd
files for the items and blocks include smart objects?
L1729[16:31:36]
⇨ Joins: Altenius (~Altenius4@199.193.183.1)
L1730[16:36:11]
⇨ Joins: mich
(webchat@bzq-79-178-15-232.red.bezeqint.net)
L1731[16:37:07] <mich> hello
L1732[16:37:24] <mich> im having issus
with oc not reading from its files
L1733[16:37:38] <mich> can someone
help?
L1734[16:37:41] <istasi> eh?
L1735[16:37:54] <mich> when I edit a file
in notepad++ it doesnt save
L1736[16:38:11] <mich> I mean I save and
the file gets rewriten
L1737[16:38:14] <istasi> are you meaning
that you're changing the files in
save/opencomputer/address/test.lua despite having
bufferedfilesystem on ?
L1738[16:38:36] <mich> probably
L1739[16:38:36] <istasi> change the
config to not use buffered filesystem
L1740[16:38:42] <mich> ok
L1741[16:38:42] <mich> ty
L1742[16:38:43] <v^> bufferedfilesystem
will overwrite it
L1743[16:41:22] <unullsclone> commited to
the repo, check it out if you want
L1744[16:42:46] <gamax92> Oh man, went
out for breakfast. Stuffed.
L1745[16:44:19] <unullsclone>
erbrfg??
L1746[16:44:25] <unullsclone> wait
wat
L1747[16:44:33] <unullsclone> so, I
forked the repo
L1748[16:44:36] <unullsclone> made a
commit
L1749[16:44:42] <unullsclone> synced
it
L1750[16:44:49] <unullsclone> then it
said I wasn't permitted
L1751[16:44:53] <unullsclone> I
restarted
L1752[16:45:09] <unullsclone> then
everything went w/o error messages
L1753[16:45:17] <unullsclone> and now
nothing's happened?
L1754[16:45:45] <gamax92> are you using a
git client or just the git command line
L1755[16:46:58] ***
Techokami|Off is now known as Techokami
L1756[16:47:07] <gamax92> Techokami:
o/
L1757[16:47:13] <Techokami> ahoy
L1758[16:47:15] <Techokami> sup
L1759[16:47:29]
⇦ Quits: Negi (~negi@mcl71-1-82-246-167-6.fbx.proxad.net)
(Remote host closed the connection)
L1760[16:47:36] <unullsclone> git
client
L1761[16:47:39] <unullsclone> for
mac
L1762[16:47:44] <gamax92> whats it
called?
L1763[16:47:49] <unullsclone> the
official github one
L1764[16:47:52] <Techokami> github for
mac?
L1765[16:47:57] <unullsclone> aye
L1766[16:47:57] <gamax92> oh ... that one
...
L1767[16:48:01] <unullsclone> had it for
a while
L1768[16:48:16] <unullsclone> ye, call me
silly
L1769[16:48:29] <Techokami> so you forked
the repo, then cloned the FORK to your computer?
L1770[16:48:29] <unullsclone> I'm a lazy
person
L1771[16:49:04] <unullsclone> yes
L1772[16:49:08] <Techokami> odd
L1773[16:49:50]
⇨ Joins: Negi
(~negi@mcl71-1-82-246-167-6.fbx.proxad.net)
L1774[16:54:21] <unullsclone>
mmkay.
L1775[16:54:28] <unullsclone> there's
another hurdle
L1776[16:54:50] <unullsclone> nvm
L1777[16:56:35] <gamax92> Sangar: :O is
it possible computers will work despite daylight being off?
L1778[16:58:44] <unullsclone> yes?
L1779[16:58:51] <unullsclone> why
wouldn't they?
L1780[16:58:57] <gamax92> because they
didn't before
L1781[16:59:08] <unullsclone> what do you
mean by daylight?
L1782[16:59:12] <unullsclone> set time
day?
L1783[16:59:20] <unullsclone> sun and
shit?
L1784[16:59:22] <gamax92>
doDaylightCycle
L1785[16:59:24] <Sangar> gamax92, in the
latest build they should
L1786[17:03:53] ***
prassel|off is now known as prasselpikachu
L1787[17:05:05] <unullsclone> mmkay
L1788[17:05:13] <unullsclone> first
pullreq
L1789[17:06:11] <gamax92> the cable is
orange now?
L1790[17:07:51] <unullsclone> orange? it
shouldn't be.
L1791[17:07:54] <Caitlyn> Oh man... these
tablets are neat
L1792[17:08:27] <gamax92> Sangar: the
proxyCache is a weak value table right?
L1793[17:08:47] <unullsclone>
lolwut
L1794[17:08:51] <unullsclone> that's not
the cable
L1795[17:09:02] <Sangar> gamax92, uhh, i
think so?
L1796[17:09:03] <unullsclone> that's some
animation textures for the dissasembler
L1797[17:09:11] <unullsclone> silly
gamax
L1798[17:09:16] <gamax92> D:
L1799[17:09:17] <gamax92> my
feelings
L1800[17:09:26] ***
prasselpikachu is now known as prassel|off
L1801[17:09:34] <unullsclone>
.....?
L1802[17:09:36] ***
prassel|off is now known as prasselpikachu
L1803[17:12:44] ***
EnderOnTheJob is now known as JoshTheEnder
L1804[17:14:54] <v^> comast is full of
shit
L1805[17:15:00] <v^> we dont need a new
modem >_>
L1806[17:15:44] <Altenius> What's wrong
v^?
L1807[17:16:13] <JoshTheEnder> his
ISP
L1808[17:16:22] <Altenius> I know
that
L1809[17:16:23] <v^> i am getting
32Mbps
L1810[17:16:31] <Altenius> Is that slow
for you?
L1811[17:16:38] <v^> thats like, maxing
out our plan
L1812[17:16:45] <Altenius> hmm
L1813[17:16:51] <Altenius> I'm getting
2mbps down
L1814[17:16:57] <JoshTheEnder> ohh,
L1815[17:17:08] <Altenius> But I have a
ping of 10 :) Not cable.
L1816[17:17:10] *
JoshTheEnder jsut read v^'s messages in the correct
context
L1817[17:17:24] ***
prasselpikachu is now known as prassel|off
L1818[17:17:34] <Sangar> gtg, see you all
later o/
L1819[17:17:37] <v^> they call you
constantly
L1820[17:17:42] <Altenius> \o
L1821[17:17:45] <v^> telling you that you
need a new modem
L1823[17:17:59] <Altenius> Do they sell
the modem?
L1824[17:18:09] <v^> they resell
iirc
L1825[17:18:17] <Altenius> :/
L1826[17:18:57] <v^> so yeah, my parents
were convinced and bought a new one awhile ago
L1827[17:19:05] <v^> we never hooked it
up
L1828[17:19:15] <v^> because they diddnt
know how to activate it
L1829[17:19:46] <Altenius> Why'd the buy
one if yours was working fine?
L1830[17:20:08] <v^> they said "well
the old one wasnt made with things like netflix in mind"
L1832[17:20:22] <unullsclone>
herpderp
L1833[17:20:24] <unullsclone> wait
L1834[17:20:36] <unullsclone> nvm
L1835[17:21:20] <gamax92> oh fun, code
that runs in lua but throws errors in luaj
L1836[17:21:28] <v^> <3 gamax92
L1837[17:22:34] <unullsclone> xD
L1838[17:22:47] <unullsclone> all this
lua
L1839[17:22:53] <unullsclone> and
java
L1840[17:22:55] <unullsclone> and
scala
L1841[17:23:02] <unullsclone> and
scandinavia
L1842[17:23:06] <unullsclone>
omnomnomnomnom
L1843[17:23:11] <Altenius> meh
L1844[17:23:20] <Altenius> Those are all
too slow for me.
L1845[17:23:27] <Altenius> Especially
jLua.
L1846[17:23:35] <unullsclone> is
brainfuck more your style?
L1847[17:23:36] <Altenius>
s/jLua/luaj
L1848[17:23:37] <SuperBot>
<Altenius> Especially luaj.
L1849[17:23:38] <unullsclone> c++?
L1850[17:23:41] <Altenius> C
L1851[17:23:44] <Altenius> not C++
L1852[17:23:44] <JoshTheEnder> v^, well,
that's better than the router that my dad has that's from the isp.
it will randomly stop providing anything on it's webserver so to
actually do anything you need to reboot the fucking thing :/
L1853[17:24:02] <gamax92> my router runs
python
L1854[17:24:10] <Altenius> ew
L1855[17:24:13] <v^> my router runs
lua
L1856[17:24:13] <unullsclone> my router
runs assembly!
L1857[17:24:18] <unullsclone> I love
python'
L1858[17:24:27] <unullsclone> import
antigravity
L1859[17:24:27] <v^> i dont use it for
actual internet
L1860[17:24:54] <v^> import
uglysyntax
L1861[17:24:57] <v^> oh wait
L1862[17:24:59] <v^> already
included
L1863[17:25:01] <v^> forgot
L1864[17:26:04] <unullsclone> there's a
python interpreter written in lua
L1865[17:26:07] <unullsclone> time
to
L1866[17:26:11] <unullsclone>
crosslanguage!
L1867[17:26:16] <unullsclone> (once
more)
L1868[17:26:35] <Altenius> Is there also
a lua interpretter written in python?
L1869[17:26:41] <gamax92> yeah
L1870[17:26:43] <Altenius> s/ter/er
L1871[17:26:43] <SuperBot>
<Altenius> Is there also a lua inerpreter written in
python?
L1872[17:26:57] <Altenius> lua >
python > lua > python > lua test the speed :3
L1873[17:27:14] <JoshTheEnder> i think
theres some api thing on the interwebs somewhere that allows you to
switch back and forth between the two at will
L1874[17:27:21] <gamax92> emulating
emulators with emulators
L1875[17:27:28] <Altenius> well
L1876[17:27:37] <Altenius> java > lua
> python
L1877[17:29:00] <unullsclone> there's a
two way emulator
L1878[17:29:08] <unullsclone> called
lunatic python
L1879[17:29:33] <unullsclone> you can do
nested emulations
L1880[17:29:35] <v^> Altenius, for fucks
sake
L1881[17:29:44] <v^> you cant put the #2
worst language above lua
L1882[17:29:50] <unullsclone>
java>lua>python>lua>python>java>lua
L1883[17:30:16] <Altenius> hmm
L1884[17:30:20] <gamax92> Hmm ... so I
know java's garbage collector has less control than what luaj does,
but luaj handles it by throwing an error for unsupported
things.
L1885[17:30:28] <v^> unullsclone, i would
never use an interpreter inside an already slow implementation of
lua
L1886[17:30:34] <gamax92> /SHOULD/ it
throw an error or silently ignore it
L1887[17:30:54] <unullsclone> for
argument's sake.
L1888[17:31:19] <unullsclone>
s/sake/japanese wine
L1889[17:31:19] <gamax92> unullsclone:
what do you think is better
L1890[17:31:19] <SuperBot>
<unullsclone> for argument's japanese wine.
L1891[17:31:27] <unullsclone> ne?
L1892[17:31:30] <unullsclone>
python
L1893[17:31:31] <gamax92> throwing an
error for unsupported things or silently ignoring it
L1894[17:31:33] <gamax92> unullsclone: no
not that
L1895[17:32:08] <unullsclone> what
then?
L1896[17:32:14] <JoshTheEnder>
whyDidYouThinkThatWasAGoodIdea exception
L1897[17:32:14] <unullsclone>
luaj/java?
L1898[17:32:16] <gamax92> "throwing
an error for unsupported things or silently ignoring it"
L1899[17:32:22] <gamax92> "/SHOULD/
it throw an error or silently ignore it"
L1900[17:33:05] <unullsclone>
s/python/error
L1901[17:33:10] <unullsclone>
s/python/error/
L1902[17:33:18] <unullsclone> always
forget that slash
L1903[17:33:21] <unullsclone> error
L1904[17:33:23] <gamax92> alright I'll
make it silently ignore it.
L1905[17:33:25] <unullsclone> error all
the way
L1906[17:33:29] <JoshTheEnder> you dont
need the trailing /
L1907[17:33:32] <JoshTheEnder>
generally
L1908[17:33:33] <unullsclone> oh come
on
L1909[17:33:50] <JoshTheEnder>
s/en/ololol
L1910[17:33:50] <SuperBot>
<JoshTheEnder> golololerally
L1911[17:33:54] <JoshTheEnder> lol
L1912[17:34:40] <unullsclone> lol
L1913[17:34:42] ***
darknife25|AFK is now known as darknife25
L1914[17:34:47] <unullsclone>
s/lol/leopard
L1915[17:34:47] <SuperBot>
<unullsclone> leopard
L1916[17:34:55] <unullsclone>
r/lol/leopard
L1917[17:35:04] <unullsclone> leopard
lol
L1918[17:35:05] <unullsclone>
r/lol/leopard
L1919[17:35:08] <unullsclone>
r/lol/leopard/
L1920[17:35:10] <unullsclone> leopard
lol
L1921[17:35:11] <unullsclone>
r/lol/leopard/
L1922[17:35:15] <unullsclone> i give
up
L1923[17:36:37] <JoshTheEnder> it's
"s/" not "r/"
L1924[17:37:28] <istasi> know you
L1925[17:37:49] <istasi> s/(know)
(you)/%2 %1
L1926[17:37:50] <gamax92>
s/keyboard/leopard/
L1927[17:37:59] <gamax92> ;)
L1928[17:40:19] <unullsclone> xkcd
fan!
L1929[17:40:21] <unullsclone> yay
L1930[17:42:40]
⇦ Quits: Altenius (~Altenius4@199.193.183.1) (Quit:
Leaving)
L1931[17:46:55] <ds84182> .luaj return
error("tailcalls")
L1932[17:46:56] <^v> ds84182,
tailcalls
L1933[17:47:04] <ds84182> Don't you love
LuaJ?
L1934[17:47:11] ***
prassel|off is now known as prasselpikachu
L1935[17:48:30]
⇨ Joins: Altenius (~Altenius4@199.193.183.1)
L1936[17:49:01] <gamax92> .l return
error("tailcalls")
L1937[17:49:01] <^v> gamax92, lua:1:
tailcalls
L1938[17:49:11] <gamax92> >_>
L1939[17:49:49] <Altenius> .l
error("asd", 0)
L1940[17:49:49] <^v> Altenius, asd
L1941[17:50:13] <Altenius> .l
error("ack", 2)
L1942[17:50:13] <^v> Altenius, ack
L1943[17:50:19] <Altenius> .l
error("ack", 1)
L1944[17:50:19] <^v> Altenius, lua:1:
ack
L1945[17:50:24]
⇦ Quits: unullsclone
(webchat@d142-179-122-2.bchsia.telus.net) (Ping timeout: 190
seconds)
L1946[17:50:28]
⇨ Joins: black3agl3 (~black3agl@197.224.73.65)
L1947[17:52:47] ***
prasselpikachu is now known as prassel|off
L1948[17:54:16] <ds84182> netcat is love,
netcat is life.
L1949[17:54:24] <v^> $tip ds84182
0.08
L1950[17:54:24] <^vDoge> v^, Tip must be
an integer
L1951[17:54:27] <v^> $tip ds84182
$0.08
L1952[17:54:27] <^vDoge> v^, Sent Ɖ360 to
ds84182
L1953[17:54:53] <ds84182> Huh.
Money.
L1954[17:54:55] <ds84182> $bal
L1955[17:54:55] <^vDoge> ds84182,
Ɖ760
L1956[17:55:07] <ds84182> I can throw
this at people
L1957[17:55:16] <ds84182> $conv
Ɖ760
L1958[17:55:16] <^vDoge> ds84182, Ɖ760 =
$0.1688 £0.0989
L1959[17:55:49] *
ds84182 does more wii development later
L1960[17:57:41]
⇨ Joins: Katie
(webchat@cpe-71-74-141-127.neo.res.rr.com)
L1961[17:58:09]
⇦ Parts: Katie (webchat@cpe-71-74-141-127.neo.res.rr.com)
())
L1962[17:59:18] <Altenius> wii
devlopment?
L1963[17:59:19] <Altenius> bleh
L1964[18:00:35] ***
prassel|off is now known as prasselpikachu
L1965[18:04:06]
⇨ Joins: ping
(~notPing@2601:4:4500:e15:d119:782b:209e:6b38)
L1966[18:04:06]
zsh sets mode: +v on ping
L1967[18:04:46] <Altenius> $tip
L1968[18:04:46] <^vDoge> Altenius, Usage:
tip <user> <amount>
L1969[18:04:50]
⇨ Joins: pong
(~notPing@2601:4:4500:e15:d119:782b:209e:6b38)
L1970[18:04:50]
zsh sets mode: +v on pong
L1971[18:04:51] <Altenius> $tip ds84182
1
L1972[18:04:52] <^vDoge> Altenius,
Minimum tip is Ɖ10
L1973[18:04:56] <Altenius> $tip ds84182
10
L1974[18:04:57] <^vDoge> Altenius, Not
enough coins
L1975[18:05:00] <Altenius> :(
L1976[18:05:02] <Altenius> $balance
L1977[18:05:02] <^vDoge> Altenius,
Ɖ0
L1978[18:06:48]
⇦ Quits: pong (~notPing@2601:4:4500:e15:d119:782b:209e:6b38)
(Client Quit)
L1979[18:06:50]
⇦ Quits: ping (~notPing@2601:4:4500:e15:d119:782b:209e:6b38)
(Client Quit)
L1980[18:07:43] <Altenius> I have 2 cents
worth of bitcoins o/
L1981[18:08:28]
⇦ Quits: v^ (~^v@c-71-238-153-166.hsd1.mi.comcast.net) (Quit:
Leaving)
L1982[18:08:31]
⇨ Joins: v^
(~^v@2601:4:4500:e15:88f:1c2c:994e:d306)
L1983[18:08:31]
zsh sets mode: +v on v^
L1984[18:10:49]
⇦ Quits: v^ (~^v@2601:4:4500:e15:88f:1c2c:994e:d306) (Remote
host closed the connection)
L1985[18:10:57]
⇨ Joins: v^
(~^v@2601:4:4500:e15:88f:1c2c:994e:d306)
L1986[18:10:57]
zsh sets mode: +v on v^
L1987[18:14:42] <Kilobyte> gah, now a
Sangar would be helpful
L1988[18:15:00] <istasi> what project you
working on currently ? ^^
L1989[18:15:23] <gamax92> Taking over the
world
L1990[18:15:34] <Kilobyte> istasi:
me?
L1991[18:15:38] <gamax92> He plans on
forcing everyone to use scala
L1992[18:16:14] <Kilobyte> gamax92: well,
tbh, in my emulator i rethought... only your main file will have to
be scala
L1993[18:16:33] <Kilobyte> since you can
access scala classes from java
L1994[18:16:39] <Kilobyte> scalac adds a
compatibility layer
L1995[18:17:35] <Kilobyte> it just won't
be as convenient
L1996[18:17:38]
⇨ Joins: Wobbo (~Wobbo@94.198.142.29)
L1997[18:17:39]
zsh sets mode: +v on Wobbo
L1998[18:18:04] <Wobbo> o\
L1999[18:20:57] <gamax92> Kilobyte: hmm
... can't get weak keys to work in luaj soo ... cannot see if they
would NPE or anything.
L2000[18:21:20] <Wobbo> gamax92: LuaJ
sounds really broken…
L2001[18:23:12] <gamax92> in this
example, where all the keys are weak and should be GC'd, they stay
in LuaJ
L2003[18:23:21] -Kibibyte- [ds84182] TFS
DragonBall Z Kai Abridged Parody Episode 2 | by teamfourstar |
6m48s | 1d23h ago | 697,27 views | Rated:
4.98/5.00
L2004[18:25:16]
⇨ Joins: Cruor (Cruor@satomi.openshell.no)
L2006[18:25:26] <ds84182> CRUOR?
L2007[18:25:29] <v^> $tip Cruor
$0.30
L2008[18:25:29] <^vDoge> v^, Sent Ɖ1350
to Cruor
L2009[18:25:35] <ds84182> uh
L2010[18:25:59] <Wobbo> $bal
L2011[18:25:59] <^vDoge> Wobbo,
Ɖ720
L2012[18:26:15] <Oddstr13> $bal
L2013[18:26:15] <^vDoge> Oddstr13,
Ɖ0
L2014[18:26:26] <v^> $tip Oddstr13
$0.20
L2015[18:26:26] <^vDoge> v^, Sent Ɖ900 to
Oddstr13
L2016[18:26:32] <Oddstr13> <3
L2017[18:27:23] <Cruor> why am i even in
here >_<
L2018[18:27:28] <Oddstr13> what is that
stuff anyway? xD
L2019[18:27:34] <Oddstr13> Cruor: cause i
forced you
L2020[18:28:09] <Oddstr13> also cause i
installed a OC computer in our base :P
L2021[18:28:15] <v^> its dogecoin
L2023[18:28:17] <Cruor> ill tear it down
q_q
L2024[18:28:32] <JoshTheEnder> Cruor,
NUUUUUU
L2025[18:28:40] <JoshTheEnder> OC IS
LOVE
L2026[18:28:42] <ds84182> So we now have
2 CC Ops that exist in #oc
L2027[18:28:43] <JoshTheEnder> OC IS
LIFE
L2028[18:28:52] <Cruor> which of these
blocks do i destroy to ruin this
L2029[18:28:54] <gamax92> ds84182: and
lochie is in OpenProgs
L2030[18:29:03] <ds84182> gamax92, ( ͡^
͜ʖ ͡^)
L2031[18:29:13] <ds84182> Should we drag
Lymia in?
L2032[18:29:21] <gamax92> thats briman
right?
L2033[18:29:22] <ds84182> So she can
break OpenComputers
L2034[18:29:27] <ds84182> gamax92, no,
Nia
L2035[18:29:29] <gamax92> oh
L2036[18:29:37] <JoshTheEnder> bring and
convert
L2037[18:29:41] <gamax92> what's briman's
nick that starts with an L
L2038[18:29:44] <Cruor> i nuked all our
OC
L2039[18:29:45] <ds84182> Lugia
L2040[18:29:48] *
Wobbo gets out the crosses
L2041[18:29:48] <gamax92> ahh right
L2042[18:29:49] <Cruor> and replaced it
with CC
L2043[18:29:58] <gamax92> Cruor: and no
one cared
L2044[18:30:00] <ds84182> Cruor, ohno,
thats bad.jepg
L2045[18:30:08] <gamax92> ds84182: no,
stop caring
L2046[18:30:09] <Oddstr13> Cruor: but
that'd nuke the server... don't do that
L2047[18:30:33] <gamax92> ds84182: also
triangle
L2048[18:30:34] <ds84182> Oddstr13 is
going to ride you ass on this one. (Queue the George Takei "Oh
my")
L2049[18:30:42] <JoshTheEnder> while true
do bring() convert() end
L2051[18:31:08] <ds84182> gamax92,
circle.
L2052[18:31:23] <gamax92> ds84182: :O did
you actually
L2053[18:31:36] <ds84182> no
L2054[18:31:39] <gamax92> >_>
L2055[18:31:40] *
JoshTheEnder puts Cruor in the corner
L2056[18:31:42] <ds84182> i did not
actual
L2057[18:31:43] <gamax92> ds84182:
circles pls
L2058[18:31:51] <gamax92> so that i don't
have to use triangles
L2059[18:32:04] <ds84182> wait what are
we taking about
L2060[18:32:08] <gamax92> ppu
L2061[18:32:15] <ds84182> oh that,
sure
L2062[18:32:47] <Cruor> atleast i finally
meet this JoshThePotato >_<
L2063[18:33:15] <gamax92> Regarding
potatos
L2064[18:33:15] <JoshTheEnder> caps lock
fuck off please?
L2065[18:33:20] <JoshTheEnder> i am no
potato
L2066[18:33:24] <gamax92> JoshTheEnder:
has potato been on the server at all recently
L2067[18:33:30] <JoshTheEnder> gamax92,
no idea
L2068[18:34:09] <Cruor> still dont get
why i would use OC over CC >_<
L2069[18:34:17] <Cruor> both use Lua
<_<
L2070[18:34:21] <Kodos> Because CC is
terrible for anything beyond a learning tool?
L2071[18:34:24] <Kodos> Because OC is
open source?
L2072[18:34:28] <Kodos> Shall I go
on?
L2073[18:34:32] <Cruor> open source =
Python?
L2074[18:34:33] <gamax92> Kodos: But CC
has fast graphics
L2075[18:34:37] <JoshTheEnder> Kodos,
please do
L2076[18:34:39] <Kilobyte> rjwboys:
scala
L2077[18:34:41] <Kilobyte> err
L2078[18:34:43] <Kilobyte> Cruor: ^
L2079[18:34:49] <Kodos> Ease of use,
better support, community support
L2080[18:34:51] *
Kilobyte has no idea how he failed to tab that
L2081[18:34:59] <Kodos> More logical
crafting recipes
L2082[18:35:00] <gamax92> scala
personally makes it harder to contribute to it
L2083[18:35:05] <gamax92> recipes are
hard as fuck
L2084[18:35:06] <Kilobyte> no :P
L2085[18:35:09] <Kodos> gamax92, stop
being bad at scala
L2086[18:35:14] <Kilobyte> scala is
epic
L2087[18:35:15] <Wobbo> Kilobyte: You are
just bad at tabbing
L2088[18:35:26] <Kilobyte> i think i
mistyped Cr as r
L2089[18:35:26] <JoshTheEnder> Now i've
forgotten what i was doing >:(
L2090[18:35:30] <Kodos> OC has cool shit
like Geolyzer and Hologram projector
L2091[18:35:33] <gamax92> JoshTheEnder:
logs
L2092[18:35:33] <JoshTheEnder> oh i
remember
L2093[18:35:43] <Kilobyte> Cruor: need
more? :P
L2094[18:35:49] <JoshTheEnder> gamax92,
eh, i was going to see when potato was last on but ok
L2095[18:35:49] <gamax92> OC has unicode
support
L2096[18:36:06] <Kilobyte> OC is almost
fully customizable
L2097[18:36:16] <Kodos> Almost? Near
completely, I'm pretty sure
L2098[18:36:25] <Kilobyte> heck, addons
can add custom languages
L2099[18:36:26] <Kodos> Full custom OS
and architecture support
L2100[18:36:34] <Wobbo> Kodos: only the
BIOS isn't
L2101[18:36:37] <Kilobyte> even though
that api still need improvements
L2102[18:36:50] <Kilobyte> Wobbo: if bios
== scala side then yes, otherwise no
L2103[18:36:59] <Kilobyte> even the
sandbox is lua side
L2104[18:37:10] <Kodos> Did I mention
Open Source?
L2105[18:37:17] <Kilobyte> someone
did
L2106[18:37:23] <JoshTheEnder> gamax92,
2014-07-22 14:36:22 [INFO] Player rhj91 is offline since 15 days 16
hours 14 minutes.
L2107[18:37:23] <Kodos> Well it's worth
mentioning again
L2108[18:37:28] <Wobbo> Kodos: I ment
from ingame :P
L2109[18:37:33] <Kilobyte> Cruor:
persistance and better server performance
L2110[18:37:44] <Kilobyte> in cc each
computer has 3 threads by default
L2111[18:37:46] <Kodos> Wobbo, addons can
add custom architecture
L2112[18:37:48] <JoshTheEnder> TCP
support, not just pc
L2113[18:37:53] <JoshTheEnder> Kilobyte,
4
L2114[18:37:58] <JoshTheEnder> wait
nvm
L2115[18:38:04] <Cruor> Kilobyte: it
still runs Lua q_q
L2116[18:38:10] <Kilobyte> in OC there
are i think 5 or 10 total threads shared between computers
L2117[18:38:11] <JoshTheEnder> Cruor, lua
5.2
L2118[18:38:12] <Kodos> Cruor, then make
an addon that doesn't
L2119[18:38:12] <Wobbo> Kilobyte: so I
could hack init.lua to remove the timeout check? :D
L2120[18:38:13] <Kodos> Because you
can
L2121[18:38:19] <Kilobyte> Wobbo:
yes.
L2122[18:38:26] <JoshTheEnder> Kilobyte,
5 by default
L2123[18:38:28] <Kodos> Wobbo, You can
hack the init.lua to make it say WobboOS
L2124[18:38:34] <Altenius> I don't like
Lua 5.2 as much
L2125[18:38:40] <Wobbo> Kodos: That is
true, if been thinking about doing that, actually
L2126[18:38:43] <Kilobyte> lua 5.2 is
safer
L2127[18:38:43] <gamax92> Altenius:
neither do i
L2128[18:38:47] <Wobbo> Kodos: WobbOS
:P
L2129[18:38:51] <Kodos> Touche
L2130[18:38:55] <Kodos> Point is you can
do that
L2131[18:38:56] <Altenius> I miss
environment support D:
L2132[18:39:00] <gamax92> same
L2133[18:39:18] <JoshTheEnder>
.jenkins
L2134[18:39:20] <Kilobyte> Cruor: i might
at some point write a JS arch... then you can use opal to run
ruby
L2135[18:39:20] <EnderBot2> Latest
builds:
OpenGX: #7 |
ICBMComponent: #21 |
OpenLights1.7: #17 |
OpenComputers: #524 |
OpenComponents: #47 |
OpenPrinter: #73 |
OpenComputers-MC1.7.10: #33
|
OpenComponents-MC1.7: #10
|
OpenLights: #20 |
OpenComputers-MC1.7.2:
#266 |
OpenPrinter1.7:
#71
L2136[18:39:28] <Wobbo> do local _ENV
?
L2137[18:39:34] <Kilobyte> in fact, iirc
there is a llvm compiler for lua
L2138[18:39:38] <gamax92> Wobbo: i
could
L2139[18:39:46] <Kilobyte> Altenius: lua
5.2 has env support
L2140[18:39:50] <Altenius> well
L2141[18:40:00] <Altenius> You can't
change a functions environment though.
L2142[18:40:07] <Kilobyte> and getfenv()
and setfenv() are huge security issues
L2143[18:40:15] <Kilobyte> for
sandboxes
L2144[18:40:18] <Kodos> Oh we also don't
have rude bitchy people for Ops in our channel... just sayin.
L2145[18:40:29] <JoshTheEnder> Kodos,
just derpy ones :P
L2146[18:40:29] <Kodos> coughcough
L2147[18:40:32] <Kodos> Did I say that
aloud?
L2148[18:40:39] <JoshTheEnder> well
L2149[18:40:40] <Kilobyte> Kodos: i fear
yes
L2150[18:40:42] <JoshTheEnder> 1
derpy
L2151[18:40:46] <Cruor> Kodos: im a rude
bitch?
L2152[18:40:48] <JoshTheEnder>
<-
L2153[18:40:58] <Altenius> But I like
Cruor D:
L2154[18:41:00] <Kodos> I didn't name any
names
L2155[18:41:06] <Kodos> Because I don't
want drama to bleed over to #cc
L2156[18:41:11] <gamax92> Cruor: don't
mind Kodos, he's a bit bitchy
L2157[18:41:16] <Kodos> No
L2158[18:41:17] <Kodos> I'm an
asshole
L2159[18:41:18] <Kodos> Get it
right
L2160[18:41:21] <gamax92> oh okay.
L2161[18:41:22] <JoshTheEnder> :P
L2162[18:41:25] <gamax92> Cruor: don't
mind Kodos, he's an asshole
L2163[18:41:34] <Wobbo> Kodos: not a
classhole?
L2164[18:41:40] <Kilobyte> class
Hole?
L2165[18:41:42] <Kodos> Maybe a middle
classhole
L2166[18:41:53] <Kilobyte> ^ actually
valid scala if you leave out the ?
L2167[18:41:55] <Kodos> I'd like to be a
glasshole, but they charge too much
L2168[18:41:55] <JoshTheEnder> middle
working classhole
L2169[18:42:06] <Kodos> HA
L2170[18:42:07] <Wobbo> Kodos: you don't
feed rocks to children in th park?
L2171[18:42:09] <Kodos> I wish I was
working
L2172[18:42:19] <Kodos> Wobbo, I'm the
one who THROWS the rocks at children
L2173[18:42:24] <Altenius> Kodos, I don't
think it'd be bad if drama bled over to #cc. That channel's
empty.
L2175[18:42:31] <Kodos> Because they're
little shits to their parents
L2176[18:42:36] <Kilobyte> Cruor: btw, i
have a compiler for a custom language
L2177[18:42:42] <Kilobyte> not MY lang
though
L2178[18:42:54] <Kilobyte> oppm install
vortex-compiler
L2179[18:43:07] <Kilobyte> vortex is a
functional lang that compiles to lua
L2180[18:43:22] <JoshTheEnder>
.trivia
L2181[18:43:22] <EnderBot2> Item colors
indicate their tier - white is tier one, yellow is tier two and
cyan is tier three.
L2182[18:43:24] <Kilobyte>
functional/imperative/object oriented to be exact
L2183[18:43:25] <Kodos> Anyway
L2184[18:43:25] <Wobbo> Kilobyte: Didn't
vortex use C libs?
L2185[18:43:26] <Kodos> Point is
L2186[18:43:29] <Kodos> OC
>>>>> CC
L2187[18:43:30] <Kilobyte> Wobbo: no
:P
L2188[18:43:35] <Cruor> vortex uses lua
5.2
L2189[18:43:45] <Kilobyte> and OC HAS
5.2
L2190[18:43:50] <Wobbo> Kilobyte: thought
you said it uses lpeg or soething
L2191[18:43:57] <Kilobyte> yeah, for
development
L2192[18:44:04] <Kilobyte> the
compiler/runtime work without
L2193[18:44:12] <Kilobyte> just changing
them not
L2194[18:44:48] <Kilobyte> Cruor: ^
L2195[18:44:49] <gamax92> I'm gonna go
throw a USB card in my computer
L2196[18:44:58] <Wobbo> Now I've got to
check out vortex
L2197[18:45:07] <Wobbo> Kilobyte:
link?
L2198[18:45:22] <Kilobyte> fn hello(what)
-> print("Hello " ~ what)
L2199[18:45:28] <Kilobyte>
hello("World")
L2201[18:45:56] ***
Cruor is now known as Cruor|Away
L2202[18:45:57] <Kilobyte> it has a few
bugs though
L2203[18:46:07] <JoshTheEnder> \o/ we
overloaded him
L2204[18:46:11] <Kilobyte> like, empty
method blocks cause compiler crashes
L2205[18:46:13] <Kodos> I like reading
code
L2206[18:46:18] <Kilobyte> easy to fix
though
L2207[18:46:19] ***
Cruor|Away is now known as Cruor
L2208[18:46:27] <Kilobyte> just put a
simple nil as method body
L2209[18:46:38]
⇦ Quits: Altenius (~Altenius4@199.193.183.1) (Quit:
Leaving)
L2210[18:46:39] <Kilobyte> fn noop()
-> nil
L2211[18:46:41] <Wobbo> Kilobyte: Vortex
is batteries included? In what way?
L2212[18:46:48] ***
LordFokas|off is now known as LordFokas
L2213[18:47:27] <Kilobyte> ?
L2214[18:47:47] <Kilobyte> It outputs
nice, pretty-printed Lua code that is as fast as its handwritten
equivalents, particularly with LuaJIT, which is also the primary
environment Vortex is supposed to be used in.
L2215[18:47:51] <Kilobyte> now thats a
straight lie
L2216[18:48:17] <Kilobyte> if that
outputs pretty printed code then visual basic code must be
art
L2217[18:48:44] <Wobbo> Kilobyte:
:P
L2218[18:48:49] <Cruor> Kilobyte: dont
expect that stuff to output anything sane
L2219[18:48:53] <Wobbo> Anyway, I gtg for
a while
L2220[18:49:00] <Kilobyte> Cruor: i know
its output
L2221[18:49:02] *
v^ noms Cruor
L2222[18:49:12] <Kilobyte> its
horrible
L2223[18:49:17] <Kilobyte> but the lang
has a nice concept
L2224[18:49:30] <Cruor> meh
L2225[18:49:34] <Cruor> id rather just
use Lua <_<
L2226[18:49:43] <Kilobyte> i mostly do as
well
L2227[18:49:50] <Kilobyte> but its a nice
lang to play with
L2228[18:50:30]
⇨ Joins: phoxmeh
(~phox@108-235-225-111.lightspeed.tukrga.sbcglobal.net)
L2229[18:50:33] <Kilobyte> if OC was
using javascript it would be another story
L2230[18:50:39] <gamax92>
emscripten>
L2231[18:50:41] <gamax92> ?
L2232[18:50:42] <Kilobyte> coffescript or
even opal
L2233[18:51:09] <Cruor> moonscript is
coffescript
L2234[18:51:11] <Cruor> ish
>_<
L2235[18:51:20] <Kilobyte> ish.
exactly
L2236[18:51:37] <Cruor> looks like
ch't
L2237[18:51:58] <Kilobyte> moonscript
takes the aspects from coffee i don't like
L2238[18:52:08] <Kilobyte> and makes the
syntax even more complex
L2239[18:52:33] <Kilobyte> like indention
sensitivety
L2240[18:53:06] <gamax92> Kilobyte:
halp
L2241[18:53:09] <Kilobyte> i'd much more
prefer to run opal
L2242[18:53:10] <gamax92> I want to linux
2.6
L2243[18:53:12] <gamax92> but gcc 3
L2244[18:53:18] <Kilobyte> wat why
2.6
L2245[18:53:23] <gamax92> Kilobyte: am on
2.4
L2246[18:53:29] <Kilobyte> wot
L2247[18:53:49] <Kilobyte> what fucking
outdated distro are you on
L2248[18:53:57] <gamax92> RedHat Seawolf
7.1
L2249[18:54:05] <Kilobyte> i don't
even
L2250[18:54:18] *
Kilobyte runs on 3.15
L2251[18:54:36] <Kilobyte> in two weeks
or so 3.16 will be released \o/
L2252[18:54:48] <Kilobyte> should fix my
issues i had with btrfs and reconnecting a drive
L2253[18:55:19] <Cruor> Kilobyte: only
thing i liked about moonscrip was the indent stuff and ruby like
functions
L2254[18:55:20] <Cruor> >_<
L2255[18:55:53] <gamax92> Kilobyte: I
compiled the kernel myself instead of using RedHat's supplied one
because hpfs/udf/joilet cd extensions/usb 2.0/more memory
L2256[18:56:17] <Kilobyte> ah, tbh, never
compiled a kernel myself
L2257[18:56:17] <gamax92> oh and
ext3
L2258[18:57:01] <gamax92> Kilobyte: is
easy, takes 1 minute and 30 seconds for the entire kernel +
modules, and thats in qemu
L2259[18:57:12] <Kilobyte> for you.
L2260[18:57:26] <gamax92> how slow is
your cpu?
L2261[18:57:27] <Kilobyte> for me you can
multiply that with 10
L2262[18:57:30] <Kilobyte> if i am
lucky
L2263[18:57:49] <Kilobyte> AMD E-350,
2x1.6 GHz
L2264[18:58:15] <Techokami> Sangar,
tablet issues!
L2265[18:58:18] <gamax92> oh, would still
be pretty fast
L2266[18:58:23] <Kilobyte> hes afp
L2267[18:58:25] <Kilobyte> *afk
L2268[18:58:30] <Techokami> welp
L2269[18:58:34] <Techokami> gonna say it
anyway
L2270[18:58:35] <Kilobyte> gamax92: don't
think so
L2271[18:58:40] <Kilobyte> my computer is
shit slow
L2272[18:58:50] <Techokami> there's a NPE
with tablets
L2273[18:58:52] <Kilobyte> one more week
D:
L2274[18:58:53] <gamax92> Kilobyte: it
takes an hour on a 66MHz computer (which is why im doing it in
qemu)
L2275[18:59:05] <Techokami> also, the
tablet HDD isn't saved to the world file
L2276[18:59:06] <gamax92> your computer
is signifigantly faster than a 66MHz computer
L2277[18:59:16] <Kilobyte> gamax92: well,
idk
L2278[18:59:39] <Kilobyte> hmm
L2279[18:59:50] <Kilobyte> i think its
time to fiddle with ASM in kibi in a bit
L2281[19:00:32] <Kilobyte> because faster
than reflection
L2282[19:01:17]
⇦ Quits: Wobbo (~Wobbo@94.198.142.29) (Quit:
Wobbo)
L2284[19:02:20] <gamax92> .l 3/1.6
L2285[19:02:20] <^v> gamax92, 1.875
L2286[19:02:34] <gamax92> .l 3/.016
L2287[19:02:34] <^v> gamax92, 187.5
L2288[19:02:40] <gamax92> oh
L2289[19:02:48] <gamax92> .l
1.6/.03
L2290[19:02:48] <^v> gamax92,
53.333333333333
L2291[19:02:50] <gamax92> k
L2292[19:09:40] <gamax92> Took 2 minutes
on 50% limit
L2293[19:11:20]
⇨ Joins: ping
(~notPing@2601:4:4500:e15:d119:782b:209e:6b38)
L2294[19:11:20]
zsh sets mode: +v on ping
L2295[19:13:56] <Cruor> who is the other
CC op anyway >_<
L2296[19:14:19] <Cruor> lyqyd?
>_<
L2297[19:14:41] <JoshTheEnder> Oddstr13
maybe? idk
L2298[19:14:51] *
gamax92 pokes ds84182
L2299[19:15:26] <ds84182> wat
L2300[19:15:32] <gamax92> above
L2301[19:15:33] <ds84182> Cruor,
TangentDelta
L2302[19:16:14] <JoshTheEnder> he's not
in here atm
L2303[19:16:16] <JoshTheEnder>
though
L2304[19:16:19] <ds84182> yeah
L2305[19:18:10] <Cruor> oh right
L2306[19:18:27] <JoshTheEnder> he has
been in here before though
L2307[19:18:49] <ping> .random
TangenDelta
L2308[19:18:50] <^v> ping, Not
found
L2309[19:18:55] <ping> :o i need to fix
logs
L2310[19:19:02] <gamax92> .random
TangentDelta
L2311[19:19:02] <^v> gamax92,
<TangentDelta> cheating?
L2312[19:19:06] <gamax92> ping:
idiot
L2313[19:19:56] <ping> gamax92,
:<
L2314[19:29:01] <Oddstr13> JoshTheEnder:
nah, I'm voiced :P
L2315[19:31:35] <Cruor> less computers,
more guns
L2316[19:31:39] <Cruor> can i make a gun
peripheral .-.
L2317[19:32:02] <Techokami> use Xeno's
Reliquary
L2318[19:32:07] <Techokami> that has a
gun
L2319[19:32:09] <JoshTheEnder> Cruor, you
can make almost anything (i.e. it has to be able to run in
mc)
L2321[19:32:29] <Cruor> JoshTheEnder:
okay, so a MC peripheral
L2322[19:32:54] *
JoshTheEnder goes to watch Back To The Future
L2323[19:33:03]
⇦ Quits: Vexatos
(~Vexatos@p200300556E687A2150A9A27A02FDF58C.dip0.t-ipconnect.de)
(Quit: Greetings from Pastry Fork, Inc. ✔)
L2324[19:33:05] ***
JoshTheEnder is now known as JoshTheEnder|Busy
L2326[19:35:14]
⇦ Quits: mallrat208 (~mallrat20@68.204.184.175) (Ping
timeout: 190 seconds)
L2327[19:37:08] ***
Benguin[ZzZ] is now known as Benguin
L2328[19:42:04]
⇦ Quits: mich (webchat@bzq-79-178-15-232.red.bezeqint.net)
(Ping timeout: 190 seconds)
L2329[19:45:22] <ds84182> .p
L2330[19:45:23] <^v> Ping reply from
ds84182 0.36s
L2331[19:50:46]
⇦ Quits: tgame14_
(~tgame14@bzq-109-65-166-206.red.bezeqint.net) (Ping timeout: 186
seconds)
L2332[19:52:03] ***
Techokami is now known as Techokami|Off
L2333[20:07:10] <v^> i brb
L2334[20:09:20] <Kodos> I'm excited for
Thursday
L2335[20:09:21] <Kodos> Holy shit
L2336[20:17:41] <ds84182> Who wants to go
to makefile hell with me?
L2337[20:17:55] <ds84182> Makefile should
be a fucking esolang
L2338[20:21:34] <ds84182> And I now have
to do os.execute("cp ".."data/"..i.."
/tmp/"..n) just to rename a file so it's bin2s output is in
the right format
L2339[20:21:36] <ds84182> ( ͡^ ͜ʖ
͡^)
L2340[20:26:31] ***
prasselpikachu is now known as prassel|off
L2341[20:35:19]
⇨ Joins: mallrat208 (~mallrat20@68.204.184.175)
L2342[20:39:15]
⇨ Joins: ping (~notPing@198.109.114.66)
L2343[20:39:15]
zsh sets mode: +v on ping
L2344[20:47:17]
⇨ Joins: rjwboys2
(~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net)
L2345[20:47:18]
⇦ Quits: rjwboys
(~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net) (Ping
timeout: 186 seconds)
L2346[20:50:57] <Kodos> ((12 + 144 + 20 +
(3 *4^(1/2))) / 7) + (5 * 11) = 9^2 + 0
L2347[20:54:25] <ping> .l ((12 + 144 + 20
+ (3 *4^(1/2))) / 7) + (5 * 11)== 9^2 + 0
L2348[20:54:26] <^v> ping, true
L2349[20:54:33] <ping> seeeeeeems
legit
L2350[20:54:40] <Kodos> You don't get it
d=
L2351[20:54:43] <Kodos> D=*
L2352[20:55:21] <Kodos> A dozen, a gross
and a score, plus three times the square root of four, divided by
seven, plus five times eleven, equals nine squared and not a bit
more
L2353[21:09:58] <Cruor> DARN IT
L2354[21:10:03] <Cruor> Odd installed
mac
L2355[21:10:03] <Cruor> wtf
L2357[21:10:28] <Oddstr13> ._.
L2358[21:11:43] <Caitlyn> elohel
L2359[21:11:57] <Caitlyn> so.. what's the
item display on the left there Cruor?
L2360[21:12:08]
⇦ Quits: Negi (~negi@mcl71-1-82-246-167-6.fbx.proxad.net)
(Ping timeout: 202 seconds)
L2361[21:12:19] <Cruor> my AE item
thing
L2362[21:12:24] <Cruor> with OP
>_<
L2363[21:12:37] <Caitlyn> neat....
L2364[21:12:51] ***
prassel|off is now known as prasselpikachu
L2365[21:14:31] <Cruor> Caitlyn: i just
wrote it because why the heck not Q_Q
L2366[21:14:48] <Cruor> some people like
to have this stuff on their screen aparantly
L2367[21:14:57] <Kodos> Man, I tell
you
L2368[21:15:03] <Kodos> Nevermind
L2369[21:15:04] <Kodos> >.>
L2370[21:15:29] <Caitlyn> well some
people would like to see the code :P
L2371[21:15:39] <Cruor> Caitlyn: i can
fix that
L2372[21:15:44] <Kodos> Some people would
like terminal glasses for OC
L2373[21:15:48] <asie> some people
L2374[21:15:50] <Caitlyn> that too
L2375[21:15:50] <Caitlyn> lol
L2376[21:16:05] <Kodos> Also did anyone
like my math limerick I found =D
L2377[21:18:21] <Oddstr13> is there a oc
emulator?
L2378[21:18:38] <Kilobyte> not yet
L2379[21:18:43] <Kilobyte> i am working
on one
L2380[21:19:21] <Kilobyte> actually, i
could work on that again tonight
L2381[21:19:59]
⇨ Joins: Negi
(~negi@mcl71-1-82-246-167-6.fbx.proxad.net)
L2382[21:20:51] ***
prasselpikachu is now known as prassel|off
L2383[21:24:59] ***
vifino is now known as vifino|off
L2384[21:25:46] <Oddstr13> Kilobyte: what
are you writing it in?
L2385[21:25:52] <Kilobyte> scala
L2386[21:25:56] <Kilobyte> aka same as
OC
L2387[21:26:30] <Oddstr13> so, java
basicly?
L2388[21:26:38] <Kilobyte> java, but
better
L2389[21:26:39] <Kilobyte> :P
L2390[21:26:49] <Kilobyte> i haven't
worked too much on it though yet
L2391[21:26:56] <Oddstr13> well, compiles
into java bytecode, right?
L2392[21:26:59] <Kilobyte> ye
L2393[21:27:08] <Oddstr13> then it's
basicly java :P
L2394[21:27:15] ***
vifino|off is now known as vifino|away
L2395[21:27:21] <Kilobyte> for the end
user yes
L2396[21:27:24] <Kilobyte> for me
no.
L2397[21:27:43] <Kilobyte> aka for anyone
who doesn't need to work with the source it doesn't make a
difference
L2398[21:28:01] <Kilobyte> atm the plugin
api is partially java, gonna turn it 100% scala
L2399[21:28:08] <Kilobyte> since you can
call scala from java
L2402[21:31:06] <Kilobyte> how does that
look like python? :O
L2403[21:31:13] <Oddstr13> def :P
L2404[21:31:33] <Kilobyte> ruby does it
same
L2405[21:31:33] <Kilobyte> :P
L2406[21:31:46] <Oddstr13> i havn't
touched ruby :P
L2407[21:31:53] <Kilobyte> you
should
L2408[21:32:11] <Oddstr13> why?
L2409[21:32:28] <Kilobyte> its awesome
:P
L2410[21:32:39] <Oddstr13> so is
Python
L2411[21:32:48] <Oddstr13> and i know
Python :P
L2412[21:32:51] <Kilobyte> tbh, i don't
like python
L2413[21:33:01] <Oddstr13> your loss
^^
L2415[21:34:22] ***
prassel|off is now known as prasselpikachu
L2416[21:40:12] <Oddstr13> "and PHP
is not a bad language"
L2417[21:40:28] <Oddstr13> ... I...
no.
L2418[21:40:41] <Kilobyte> Oddstr13: he
didn't want to sound insulting i guess
L2419[21:40:51] <Kilobyte> because thats
a straight lie
L2420[21:41:12] <Kilobyte> hmmm
L2421[21:41:15] <Kilobyte> i have 2
options
L2422[21:41:24] <Kilobyte> 1. i go and
work on VirtualOC
L2423[21:41:31] <Kilobyte> 2. i go and
work on Kibibyze
L2424[21:41:34] <Kilobyte>
*Kibibyte
L2425[21:41:59] <Kilobyte> in VOC i'd
prob finish off networking
L2426[21:42:07] <Kilobyte> in kibi i'd
prob implement the command system
L2427[21:42:32] ***
vifino|away is now known as vifino
L2428[21:42:38] <Oddstr13> I don't really
need an advanced emulator for starting out
L2429[21:43:25] <Oddstr13> screen, gpu,
keyboard, fs and the tcp/http stuffs would probably get me far
:P
L2430[21:44:02] <Kilobyte> Oddstr13: i
intentionally split it into server and client
L2431[21:44:14] <Kilobyte> because the
earlier i do that, the easier to implement
L2432[21:44:31] <Oddstr13> sure :P
L2433[21:44:34] <Kilobyte> without having
to rewrite the thing
L2434[21:44:58] <Oddstr13> i might end up
making my own in python again :P
L2435[21:44:58] <Kilobyte> for kibi i am
working on classloading/asm magic atm
L2436[21:45:13] <Kilobyte> so i don't
need reflection for commands
L2437[21:46:04] *
Kilobyte changes project in intellij
L2438[21:46:06] <Oddstr13> zzzleepy
L2439[21:46:11] <Oddstr13> night
L2440[21:46:13] ***
Cruor is now known as Cruor|Away
L2441[21:46:36] <Kilobyte> o/
L2442[21:46:37]
⇨ Joins: SKS-Phone
(~androirc@pa49-180-145-135.pa.nsw.optusnet.com.au)
L2443[21:48:32] ***
darknife25 is now known as darknife25|AFK
L2444[21:55:44]
⇨ Joins: pong (~notPing@198.109.114.66)
L2445[21:55:44]
zsh sets mode: +v on pong
L2446[21:55:47]
⇦ Quits: ping (~notPing@198.109.114.66) (Ping timeout: 201
seconds)
L2447[21:57:26] ***
JoshTheEnder|Busy is now known as JoshTheEnder
L2448[21:59:19] ***
Nentify is now known as Nentify|away
L2449[22:19:38]
⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Quit:
Leaving)
L2450[22:21:10]
⇦ Quits: SKS-Phone
(~androirc@pa49-180-145-135.pa.nsw.optusnet.com.au) (Ping timeout:
186 seconds)
L2451[22:21:31] ***
JoshTheEnder is now known as JoshTheSleepingEnder
L2452[22:22:56]
⇨ Joins: SKS-Phone
(~androirc@pa49-195-17-242.pa.nsw.optusnet.com.au)
L2453[22:25:18]
⇨ Joins: ironmountain
(~EiraIRC@c-67-190-228-157.hsd1.fl.comcast.net)
L2454[22:25:46]
⇦ Quits: ironmountain
(~EiraIRC@c-67-190-228-157.hsd1.fl.comcast.net) (Read error:
Connection reset by peer)
L2455[22:27:50]
⇨ Joins: ironmountain
(~EiraIRC@c-67-190-228-157.hsd1.fl.comcast.net)
L2456[22:28:11] <Sangar> back
L2457[22:28:52] <Sangar> and now i'm
hoarse -.- my friends made me ramble on incoherently for over an
hour for the next set of tutorial videos...
L2459[22:29:58] ***
Techokami|Off is now known as Techokami
L2460[22:30:43] <John_Egbert> :O
L2461[22:30:52] <Sangar> SKS-Phone, now i
want to watch those stickman fighting flashvids again
L2462[22:30:54] <John_Egbert> apperantly
it would be possible to use Lua 5.1 in OC
L2464[22:31:09] <John_Egbert> LuaJIT is
"fully resumable" according to their site
L2465[22:31:45] <SKS-Phone> Have you ever
used Pivot? It's greaght for fighting stickfigures
L2466[22:32:06] <John_Egbert> pivot sucks
imo ._.
L2467[22:32:09] <ironmountain> I used
Pivot a few years ago
L2468[22:32:13] <ironmountain> I didn't
like it
L2469[22:32:18] <Sangar> John_Egbert, as
i understand it that only means normal yielding (not persisting the
actual vm)?
L2470[22:32:48] <SKS-Phone> I was like 8
when I first tried it.
L2471[22:32:59] <Sangar> and no i
haven't
L2472[22:33:36] ***
justastranger is now known as justastranger|zzz
L2473[22:34:57]
⇦ Quits: Fredo
(~fredo@cpe-69-207-101-212.rochester.res.rr.com) (Ping timeout: 189
seconds)
L2474[22:34:57] <SKS-Phone> So you could
use strong Vodka as a flamethrower.
L2475[22:36:56] ***
alekso56_off is now known as alekso56
L2476[22:38:14] <John_Egbert> Sangar,
maybe someone could try making a fork of OC that uses luajit?
idk
L2477[22:38:15] <John_Egbert> lol
L2478[22:38:25] <Kilobyte> Sangar: hey, i
need advice for kibi
L2479[22:38:26] <John_Egbert> i don't
know java so i wouldn't know how :
L2480[22:38:28] <John_Egbert> :D *
L2481[22:38:37] <John_Egbert> Kilobyte,
i'm fucking around with luaffi
L2482[22:38:39] <Sangar> John_Egbert,
architecture api! :P
L2483[22:38:40] <Kilobyte> i wanna use
asm for my command system stuff and do this
L2484[22:39:03] <Sangar> (which i still
have to write a rough tutorial on... gah)
L2485[22:39:21] <John_Egbert> Sangar,
also, maybe if luajit works, allow ffi in it :p
L2487[22:39:24] <John_Egbert> ie. for
server ops
L2488[22:39:42] <Kilobyte> now, i know
you did something similar for OC SimpleComponents
L2489[22:39:53] <Kilobyte> how would be
the best approach to do that
L2490[22:40:17] <Kilobyte> actually... it
would be implements CommandHandler... too much scala
L2491[22:40:22] <John_Egbert> shit
afk
L2492[22:40:26] ***
justastranger|zzz is now known as justastranger
L2493[22:40:58] ***
alekso56 is now known as alekso56_off
L2494[22:41:43] <Sangar> Kilobyte,
@Callbacks use normal reflection, actually. did some tests and they
pretty much confirmed some articles i found (that after ~1000
invokes those calls get optimized to a level where it's pretty much
indistinguishable from hard-coded ones)
L2495[22:42:03] <Kilobyte> really?
L2496[22:42:06] <Sangar> yes
L2497[22:42:11] <Kilobyte> that saves me
a lot of work
L2498[22:42:35] <Kilobyte> also means i
won't have to fiddle with my own classloading logic \o/
L2499[22:43:18]
⇦ Quits: SKS-Phone
(~androirc@pa49-195-17-242.pa.nsw.optusnet.com.au) (Quit: AndroIRC
- Android IRC Client ( http://www.androirc.com ))
L2500[22:43:40] <Techokami> Sangar!
L2502[22:44:27] <Techokami>
NullPointerException with tablets
L2504[22:45:18] <Sangar> Techokami, oh,
good job!
L2505[22:45:41] <Kilobyte> Sangar: good,
because i want kibi to be as fast as possible
L2506[22:45:43] <Techokami> it was
happening with me switching away from the tablet and all that
L2507[22:46:02] <Techokami> also, shift +
right click completely resets the tablet's data for some
reason
L2508[22:46:12] <Techokami> making it
into a fresh, blank one
L2509[22:46:14] <Sangar> yeah, it does
that :P
L2510[22:46:28] <Sangar> default for
shift-rc is clear nbt tag basically
L2511[22:46:34] <Sangar> (in oc that
is)
L2512[22:46:43] <Techokami> aha
L2513[22:46:56] <Sangar> that will change
when they are less... testy (hah)
L2514[22:47:41]
⇦ Quits: ironmountain
(~EiraIRC@c-67-190-228-157.hsd1.fl.comcast.net) (Read error:
Connection reset by peer)
L2515[22:49:16]
⇨ Joins: ironmountain
(~EiraIRC@c-67-190-228-157.hsd1.fl.comcast.net)
L2516[22:49:19] ***
alekso56_off is now known as alekso56
L2517[22:50:29] ***
alekso56 is now known as alekso56_off
L2518[22:50:54] <Techokami> but yeah,
NPE, hard drives don't save to world file.
L2519[22:51:17] <Techokami> unless the
hard drive data is... inside the NBT tag
L2520[22:51:25] <Techokami> which would
be craaaaaaaaaaaaazyyyyyyyyyyyyy
L2521[22:52:07]
⇦ Quits: ironmountain
(~EiraIRC@c-67-190-228-157.hsd1.fl.comcast.net) (Read error:
Connection reset by peer)
L2522[22:53:46] <Kilobyte> Sangar: might
in fact just use java reflection methods
L2523[22:53:55] <Kilobyte> aka from
java.reflect.*
L2524[22:54:38] <Sangar> Techokami, yeah,
hard drives in tablets seem to be saving some what... randomly :P
i'll be looking into that.
L2525[22:54:47]
⇨ Joins: ironmountain
(~EiraIRC@c-67-190-228-157.hsd1.fl.comcast.net)
L2526[22:54:48] <Techokami> thanks
:D
L2527[22:55:46] <Sangar> Kilobyte, yeah.
as long as you keep the reflected `Method` stuff around that should
be fine, performance wise. from my experience, anyway.
L2528[22:56:12] <Kilobyte> yeah, i
usually have a data structure with method and object
L2529[22:56:33] <Kilobyte> and since the
command handlers are singletons anyways it shouldn't matter
L2530[22:56:46] <Kilobyte> even if not, i
can arrange that
L2531[23:01:10]
⇦ Quits: pong (~notPing@198.109.114.66) (Ping timeout: 186
seconds)
L2532[23:04:55] ***
vifino is now known as vifino|away
L2533[23:08:06]
⇦ Quits: sciguyryan
(sciguyryan@109-205-169-188.dynamic.swissvpn.net) ()
L2534[23:13:36] ***
vifino|away is now known as vifino
L2535[23:24:50] ***
MrHohenheim is now known as MrHohen_sleep
L2536[23:27:57]
⇨ Joins: TangentDelta (~PewNaN@63.143.24.24)
L2537[23:28:00]
⇦ Quits: Lumien (~lumien@p4FED5F60.dip0.t-ipconnect.de)
(Quit: Nettalk6 - www.ntalk.de)
L2538[23:44:59] ***
Cruor|Away is now known as Cruor
L2539[23:48:06]
⇦ Quits: Gethiox (~gethiox@92.ip-37-187-244.eu) (Ping
timeout: 186 seconds)
L2540[23:51:19] ***
Flenix is now known as sleepyflenix
L2541[23:52:57]
⇨ Joins: Gethiox
(~gethiox@2001:41d0:52:500::6c4)