<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:01:20] <Vexatos> McJty, boolean will
be converted to boolean
L2[00:01:23] <Vexatos> string to
string
L3[00:01:28] <Vexatos> any number to
"number"
L4[00:01:32] <Vexatos> any Map to
table
L5[00:01:39] <Vexatos> and any array to
table IIRC
L6[00:01:45] <Dashkal> Strictly, it's
anything with a converter bit registered.
L7[00:01:53] <Dashkal> Wish Sangar didn't
take the Object shortcut
L8[00:02:00] <McJty> Ok. So a random object
like an enum will probably not work?
L9[00:06:34] ⇦
Quits: cpup (~cpup@32.218.113.33) (Quit: No Ping reply in 180
seconds.)
L10[00:07:38] ***
LordFokas is now known as LordFokas|off
L11[00:12:14] <Vexatos> SANGAR
L12[00:15:59] ⇨
Joins: cpup (~cpup@32.218.113.33)
L13[00:18:05] <McJty> What's a good
exception to use in case one of the parameters to an OC function is
incorrect?
L14[00:19:29] ⇦
Quits: Tahg (~Tahg@pool-72-74-136-157.bstnma.fios.verizon.net)
(Ping timeout: 194 seconds)
L15[00:19:46] <Vexatos> McJty,
IllegalArgumentException
L16[00:22:21] <McJty> ok thanks
L18[00:34:39] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 194
seconds)
L19[00:36:31] ***
Greylocke|afk is now known as Greylocke
L20[00:37:57] ⇨
Joins: cpup (~cpup@32.218.113.33)
L21[00:39:27] <McJty> Hmm. What can I use
to return a list of coordinates to lua?
L22[00:39:33] <McJty> A list of x,y,z
basically
L23[00:39:43] <Vexatos>
<Vexatos> any Map
to table
L24[00:39:53] <Vexatos> you can return a
map
L25[00:40:00] <McJty> So a list of
map?
L26[00:40:04] <Vexatos> No, a map
L27[00:40:09] <McJty> And what's in the
map?
L28[00:40:23] <Vexatos> e.g. a
HashMap<String,Integer>
L29[00:40:31] <Vexatos>
"x"->xcoord
L30[00:40:34] <McJty> Ok but that's not
enough
L31[00:40:35] <Vexatos>
"y"->ycoord
L32[00:40:37] <McJty> I need a list of
coordinates
L33[00:40:39] <McJty> Not a single
one
L34[00:40:40] <Vexatos> Ah
L35[00:40:49] <Vexatos> Well, then make a
map inside a map
L36[00:41:01] <McJty> With the first map
having the list index as a key?
L37[00:41:04] <Dashkal> I'd try
java.util.List and see if it maps to an indexed lua map.
L38[00:41:09] <Vexatos> McJty, that'll
work
L39[00:41:23] <McJty> Ok or following
Dashkal's suggestion: List<Map<String,Integer>>
L40[00:41:23] <Dashkal> Note: that was a
blind guess.
L41[00:41:27] <Vexatos> you can do
HashMap<Integer,HashMap<String, Integer>>
L42[00:41:56] <McJty> I'll try to see if
the list works first because that's somewhat easier.
L43[00:41:59] <Vexatos> I don't know
whether lists work
L44[00:42:47] ⇦
Quits: VikeStep
(~VikeStep@CPE-58-165-35-99.lns1.lon.bigpond.net.au) (Quit:
Leaving)
L45[00:42:48] <Dashkal> I will repeat, I
made that up on the spot. There just seem to be a number of obvious
conversions so it's not unlikely that that's one of them.
L46[00:43:00] ⇨
Joins: VikeStep
(~VikeStep@CPE-58-165-35-99.lns1.lon.bigpond.net.au)
L47[00:44:15] <McJty> BTW, what happens if
I return more things in the return new Object[] { ... }?
L48[00:44:24] <McJty> i.e. new Object[] {
"hello", "world" }
L49[00:46:00] <Vexatos> Then you have more
returned values
L50[00:46:13] <Vexatos> so you can do
"local value1, value2 = e.theMethod()"
L51[00:46:23] <Vexatos> Lua functions may
return multiple things
L53[00:47:24] <McJty> Ok, a List of Map
worked
L54[00:49:08] <McJty> This is real nice to
see how it all works together :-)
L55[00:49:46] <McJty> BTW. are these
callback methods called server-side?
L56[00:49:49] <McJty> I assume yes
L57[00:54:50] <Vexatos> Yep
L58[00:54:53] <Vexatos> server-side
only
L59[00:59:29] ⇦
Quits: cpup (~cpup@32.218.113.33) (Read error: Connection reset by
peer)
L60[01:03:58] ⇨
Joins: cpup (~cpup@32.218.113.33)
L62[01:06:25] <PotatoTrumpet> well, the
home page kinda thing
L63[01:10:15] <McJty> When you do
=c.dial({x=1,y=1,z=2})
L64[01:10:21] <McJty> Are those integers
converted to double?
L65[01:10:33] <McJty> Because I get an
error that Double cannot be casted to Integer in my code
L66[01:10:42] <PotatoTrumpet> c.dial?
L67[01:10:49] <McJty> PotatoTrumpet, a
function from my block
L68[01:10:54] <PotatoTrumpet> oh
L69[01:10:59] <PotatoTrumpet> uhhhhh
L70[01:11:12] <PotatoTrumpet>
uhhhhhhhhhhhhhhhhh
L71[01:11:27] *
PotatoTrumpet has no idea
L72[01:11:36] <ShadowKatStudios>
PotatoTrumpet: Have you seen my 404 page, by the way?
L73[01:11:44] ⇨
Joins: iceman11a
(iceman11a@cpe-74-141-56-150.swo.res.rr.com)
L74[01:11:52] <McJty> hmm it seems that
=3/2 returns 1.5
L75[01:11:58] <McJty> Any way that I can
pass integers?
L76[01:12:18] <PotatoTrumpet> hmm
L77[01:12:28] <PotatoTrumpet>
ShadowKatStudios, I should set a 404 page
L78[01:13:31] <McJty> Hmm so lua has no
integers...
L79[01:14:58] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 200
seconds)
L80[01:15:15] ⇨
Joins: Negi
(~Poireau@2a01:e35:2f6a:7060:e2ca:94ff:fe1f:76e0)
L81[01:15:45] <ShadowKatStudios> McJty: Not
till Lua 5.3
L82[01:16:18] <PotatoTrumpet>
ShadowKatStudios, How would I go about setting a 404
L83[01:16:28] <ShadowKatStudios>
PotatoTrumpet: Excellent question
L84[01:16:32] <PotatoTrumpet> and I like
your random script
L85[01:16:36] <PotatoTrumpet> thingy
L86[01:16:38] <PotatoTrumpet> :P
L87[01:16:41] <ShadowKatStudios> Try making
a 404.php in your web dir I guess
L88[01:17:07] <Vexatos> McJty, yes, they
will be Doubles
L89[01:17:20] <Vexatos> Integers exist in
Lua since 5.3
L90[01:17:24] <Vexatos> But OC uses
5.2
L91[01:17:33] <PotatoTrumpet> \o/ it
works
L92[01:17:42] <ShadowKatStudios> (And CC
uses 5.1.weird)
L93[01:17:45] <Vexatos> Also, McJty, how
are you getting the number from the arguments?
L94[01:18:06] <McJty> ((Double)
map.get("x").intValue()
L95[01:18:16] ⇨
Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L96[01:18:16] zsh
sets mode: +v on asie
L97[01:18:16] <Vexatos> errrrrrr
L98[01:18:27] <Vexatos> and what's your
"map"?
L99[01:18:37] ⇨
Joins: cpup (~cpup@32.218.113.33)
L100[01:18:39] <McJty> Map map =
args.checkTable(0);
L101[01:18:42] <Vexatos> ((Double)
map.get("x")).intValue())
L102[01:18:47] <Vexatos> do that
L103[01:18:56] <ShadowKatStudios>
PotatoTrumpet: I see, you copied my 404 page
L104[01:19:02] <PotatoTrumpet> yah
L105[01:19:04] <McJty> That's what I do
but messed up with the closing bracket :-)
L106[01:19:05] <PotatoTrumpet> just as a
test
L107[01:19:18] <ShadowKatStudios> You can
only use the haikus if you can tell me where they're from
L109[01:19:51] <ShadowKatStudios> Ha.
Ha.
L110[01:19:54] *
PotatoTrumpet is learning php in 30 min
L111[01:20:26] <ShadowKatStudios>
PotatoTrumpet: I mean the original sauce
L112[01:21:34] <PotatoTrumpet>
http://*.*
L113[01:21:55] <McJty> Nice it works
now
L114[01:22:28] <ShadowKatStudios>
PotatoTrumpet: Nope.
L115[01:22:34] <PotatoTrumpet> *
L116[01:22:43] <ShadowKatStudios>
PotatoTrumpet: command not found
L117[01:23:00] <PotatoTrumpet> sudo
apt-get install ShadowKatStudios
L118[01:23:08] <ShadowKatStudios> sudo
apt-get remove PotatoTrumpet
L119[01:23:13] <PotatoTrumpet>
noooooooo
L120[01:23:18] <ShadowKatStudios> You have
been replaced
L121[01:23:22] <ShadowKatStudios> I don't
need anyone now
L122[01:23:23] ***
PotatoTrumpet is now known as FileNotFound
L123[01:23:51] <ShadowKatStudios>
._.
L124[01:24:01] <ShadowKatStudios> I guess
this means I can delete /home/potatotrumpet and /srv/http-pt
L125[01:24:11] <FileNotFound> ooooo
noooooo
L126[01:24:29] <FileNotFound> sudo apt-get
install potatotrumpet-2.0
L128[01:24:41] ***
FileNotFound is now known as PotatoTrumpet2
L129[01:24:48] <Negi> Damns.
L130[01:25:03] <PotatoTrumpet2> Kerbal
Panic!
L131[01:25:10] <PotatoTrumpet2>
s/Kerbal/Kernal
L132[01:25:10] <Kibibyte>
<PotatoTrumpet2> Kernal Panic!
L133[01:25:18] <ShadowKatStudios> wtf is a
kernal?
L134[01:25:25] <ShadowKatStudios> wasn't
that what was used in the C64?
L135[01:25:31] <PotatoTrumpet2> #g
KernalPanic
L137[01:25:38] <PotatoTrumpet2> #g Kernal
Panic
L139[01:25:47] <Negi> !@potato.com is a
valid mail address, RFC wise
L140[01:27:22] ***
PotatoTrumpet2 is now known as PotatoTrumpet
L141[01:30:08] <PotatoTrumpet>
ShadowKatStudios, what is the purpose of header.html
L142[01:30:23] <ShadowKatStudios>
PotatoTrumpet: It's my site-wide header, each page grabs it and
prints it.
L143[01:30:38] <Vexatos> po@ta.to
L144[01:30:49] <ShadowKatStudios> It
provides the title and links to network, about etc.
L145[01:31:03] <PotatoTrumpet> hmm
L146[01:31:07] <PotatoTrumpet> I wonder if
I should do that
L147[01:32:32] <ShadowKatStudios>
Probably.
L148[01:34:23] <Negi> Maybe a
Trumpet@pota.to would be more appropriate.
L149[01:34:32] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L150[01:35:03] <PotatoTrumpet> OR
potatotrump.et
L151[01:35:23] <ShadowKatStudios>
potato@trump.et
L152[01:37:14] <ShadowKatStudios> gopher
is a surprisingly effective protocol
L153[01:37:25] <PotatoTrumpet> Hmm
L154[01:37:28] <PotatoTrumpet> I have a
issue
L155[01:37:33] <ShadowKatStudios> I can
tell
L156[01:37:40] <ShadowKatStudios> I'd say
several, though
L157[01:37:42] <ShadowKatStudios> :P
L158[01:37:43] <Negi> I can set up about
any server on my old computer that isn't a game server.
L160[01:37:51]
⇨ Joins: cpup (~cpup@32.218.113.33)
L161[01:37:57] <PotatoTrumpet> the php
text is below the thing
L162[01:37:59] <ShadowKatStudios>
Potato
L163[01:38:17] <ShadowKatStudios>
potatopotatopotatopotatopotatopotatopotatopotatopotato
L164[01:38:23] <PotatoTrumpet> ye
L165[01:38:41] <ShadowKatStudios> Negi: My
VIA C3 800Mhz runs http, ssh, ftp and gopher now
L166[01:38:54] <ShadowKatStudios> Of
course, ftp isn't avalible to the outside world
L167[01:39:06] <Negi> My old computer
doesn't run anything for now since I don't know what to make.
L168[01:39:37] <PotatoTrumpet> hmm
L169[01:39:43] <Negi> Oh well, it runs SSH
and FTP duh.
L170[01:39:45] <PotatoTrumpet> so, I can't
do the sitewide header
L171[01:39:49] <Negi> But that's for
remote access.
L172[01:39:51] <PotatoTrumpet> just have
to copy/paste
L173[01:40:02] <Negi> PotatoTrumpet: Why
wouldn't you be able to ?
L174[01:40:02] <ShadowKatStudios>
PotatoTrumpet: Put the php inside the thingy?
L176[01:41:14] <PotatoTrumpet> ends up
with the text below
L177[01:41:16] <ShadowKatStudios> You're
using the whole thing
L178[01:41:18] <ShadowKatStudios> as a
header?
L179[01:41:21] <ShadowKatStudios>
._.
L180[01:41:24] <PotatoTrumpet> well
L181[01:41:26] <PotatoTrumpet> oh
L182[01:41:27] <ShadowKatStudios> Leave
the central div unused
L183[01:41:29] <PotatoTrumpet> I see
L184[01:41:37] <ShadowKatStudios> or
rather
L185[01:41:37] *
PotatoTrumpet don't use no divs
L186[01:41:40] <ShadowKatStudios> open but
not close it
L187[01:41:47] <PotatoTrumpet> ooh
L188[01:41:51] <PotatoTrumpet> I think I
know what
L189[01:42:22] <ShadowKatStudios> Don't
close section
L190[01:43:12] <ShadowKatStudios> You'll
want another loady thingy to add the lisence part
L191[01:43:24] <ShadowKatStudios> Make it
close section
L192[01:43:45] <PotatoTrumpet> ok
L193[01:45:51] <ShadowKatStudios> Anyway,
my work here is done, time to head home
L194[01:46:21] ***
ShadowKatStudios is now known as SKS-Away
L195[01:46:42] <PotatoTrumpet> SKS-Away,
k
L196[01:50:32]
⇨ Joins: RepairMan
(webchat@mnch-5d86b680.pool.mediaWays.net)
L197[01:51:43] ***
Pwootage is now known as Pwootage|Off
L198[01:56:26] ***
Pwootage|Off is now known as Pwootage
L199[01:57:08] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 200
seconds)
L200[02:01:29] ⇦
Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout:
189 seconds)
L201[02:01:40]
⇨ Joins: cpup (~cpup@32.218.113.33)
L202[02:04:35] ⇦
Quits: Lunatrius (~Lunatrius@77.38.103.182) (Ping timeout: 198
seconds)
L203[02:05:08] *
Negi gets the trash out.
L204[02:05:13] *
Negi doesn't come back.
L205[02:06:48] <PotatoTrumpet> boop
L206[02:06:56] <PotatoTrumpet> So
L207[02:07:30] <PotatoTrumpet> I don't
know what to do
L208[02:07:31] ⇦
Quits: RepairMan (webchat@mnch-5d86b680.pool.mediaWays.net) (Ping
timeout: 186 seconds)
L209[02:08:55] <Negi> PotatoTrumpet :
Should I learn to Java and Forge ?
L210[02:09:07] <PotatoTrumpet> Yes
L211[02:09:13] <PotatoTrumpet> Learn to do
the Java
L212[02:09:14] <Negi> But where D:
L213[02:09:25] <PotatoTrumpet> Hmm
L215[02:10:49]
⇨ Joins: Lunatrius (~Lunatrius@77.38.103.182)
L216[02:11:43] <PotatoTrumpet> And just
google some tutorial videos
L217[02:12:13] <PotatoTrumpet> you could
look at khanacadmy;s JavaScript tutorial
L218[02:12:21] <PotatoTrumpet> I think
Java and JavaScript are similar
L219[02:16:38] <dangranos> ...
L220[02:16:55] ⇦
Quits: Lunatrius (~Lunatrius@77.38.103.182) (Ping timeout: 194
seconds)
L221[02:17:16] <dangranos> .addfail
PotatoTrumpet: I think Java and JavaScript are similar
L222[02:17:21] <dangranos> meh
L223[02:17:25] <PotatoTrumpet> Damn
L224[02:17:29] <PotatoTrumpet> I knew I
was wrong
L225[02:17:35] <PotatoTrumpet> or am
I
L226[02:17:42] *
PotatoTrumpet explodes
L227[02:18:05]
⇨ Joins: RepairMan
(webchat@mnch-5d86b680.pool.mediaWays.net)
L228[02:20:47] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 198
seconds)
L229[02:21:51] <Negi> PotatoTrumpet: You
are the wrongest one could be.
L230[02:21:57] <PotatoTrumpet>
damnit
L231[02:22:09] <PotatoTrumpet> I
tried
L232[02:22:13] <PotatoTrumpet> okay?
L233[02:22:48] ⇦
Quits: Temia (merlin@shellx.eskimo.com) (Ping timeout: 200
seconds)
L234[02:23:26] *
Negi gives a "i tried" star to PotatoTrumpet
\o
L235[02:23:42] <PotatoTrumpet> :(
L236[02:23:50] <PotatoTrumpet> thats my
5th one today
L237[02:23:57] <PotatoTrumpet> OUCH
L238[02:24:05] <PotatoTrumpet> I stabbed
my eye with a corner
L239[02:24:14] ***
SKS-Away is now known as ShadowKatStudios
L240[02:24:22] <PotatoTrumpet> AWelcome
back ShadowKatStudios
L241[02:24:40] <dangranos> i can fcking
eat!
L242[02:24:59] <ShadowKatStudios>
Hi.
L243[02:25:01] <ShadowKatStudios>
dangranos: Not eating is bad.
L244[02:25:08] <ShadowKatStudios> I know
this because sometimes I forget for a day or two
L245[02:25:10] <dangranos> sore throat is
bad too
L246[02:25:43] <PotatoTrumpet> dangranos,
just scrape out your throat
L247[02:26:13] <dangranos> hmm, how tricky
it could be to take a photo of my throat?
L248[02:26:48] <PotatoTrumpet> Selfe
stick
L249[02:26:51] <PotatoTrumpet>
selfie*
L250[02:27:37] <dangranos> ouch
L251[02:27:45] <dangranos> i didnt need
that image
L252[02:28:47]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L253[02:28:47]
zsh sets mode: +v on asie
L254[02:29:23] ⇦
Quits: Coreymills26
(webchat@crbknf0209w-142162008241.dhcp-dynamic.FibreOp.nl.bellaliant.net)
(Ping timeout: 186 seconds)
L255[02:29:30]
⇨ Joins: cpup (~cpup@32.218.113.33)
L257[02:35:18] <ShadowKatStudios> I
see.
L258[02:36:36] <PotatoTrumpet> well
L259[02:36:40] <PotatoTrumpet> I'm off to
bed
L260[02:36:49] ***
PotatoTrumpet is now known as Potato|Sleep
L261[02:38:13] ***
Pwootage is now known as Pwootage|Off
L262[02:44:13] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 194
seconds)
L263[02:46:44] ***
Greylocke is now known as Greylocke|afk
L264[02:51:01]
⇨ Joins: cpup (~cpup@32.218.113.33)
L265[02:54:27] <ShadowKatStudios> Reading
Linux articles from pre-1999 is so weird
L266[02:57:41] ***
AtomSponge|away is now known as AtomSponge
L267[02:59:35] <dangranos> huh?
L268[03:00:09] <ShadowKatStudios> 2000 was
when Linux started being big in the server market, before then it
was dominated by commercial UNIXes
L269[03:00:33] <ShadowKatStudios> (And
yet, the server market has never had a majority of Windows boxes :D
)
L270[03:01:21] <dangranos> haha
L271[03:02:13] <ShadowKatStudios> Mildly
interesting fact: Until the release of WinDOS server 2003, MS used
Solaris for their servers, because NT couldn't handle the
load.
L272[03:04:42] ***
Yepoleb is now known as Guest36550
L273[03:04:43]
⇨ Joins: Yepoleb
(~quassel@188-22-162-199.adsl.highway.telekom.at)
L274[03:06:27] ⇦
Quits: Guest36550 (~quassel@178-191-15-111.adsl.highway.telekom.at)
(Ping timeout: 378 seconds)
L275[03:07:03] <McJty> Time to go. Thanks
for the help!
L276[03:07:05] ⇦
Quits: McJty (~jorrit@94-225-252-38.access.telenet.be) (Quit:
Ex-Chat)
L277[03:08:29] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 198
seconds)
L278[03:20:01]
⇨ Joins: cpup (~cpup@32.218.113.33)
L279[03:22:11] ⇦
Quits: RepairMan (webchat@mnch-5d86b680.pool.mediaWays.net) (Ping
timeout: 186 seconds)
L280[03:22:52]
⇨ Joins: RepairMan
(webchat@mnch-5d86b680.pool.mediaWays.net)
L281[03:33:41] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 198
seconds)
L282[03:42:04]
⇨ Joins: cpup (~cpup@32.218.113.33)
L283[03:42:11] ⇦
Quits: iceman11a (iceman11a@cpe-74-141-56-150.swo.res.rr.com)
(Quit: Leaving)
L284[03:49:06] <Negi> ShadowKatStudios:
This is actually interesting.
L285[04:02:00] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 378
seconds)
L286[04:05:15] ***
Riking is now known as Riking|away
L287[04:05:43]
⇨ Joins: Temia (merlin@shellx.eskimo.com)
L288[04:07:05]
⇨ Joins: cpup (~cpup@32.218.113.33)
L289[04:22:50] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L290[04:25:57] ***
Cazzar|Away is now known as Cazzar
L291[04:27:26]
⇨ Joins: cpup (~cpup@32.218.113.33)
L292[04:43:14] ⇦
Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout:
200 seconds)
L293[04:46:32] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 200
seconds)
L294[04:51:47] ⇦
Quits: RepairMan (webchat@mnch-5d86b680.pool.mediaWays.net) (Ping
timeout: 186 seconds)
L295[04:51:52]
⇨ Joins: cpup (~cpup@32.218.113.33)
L296[05:09:35] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L297[05:16:35]
⇨ Joins: cpup (~cpup@32.218.113.33)
L298[05:17:47]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L299[05:17:48]
zsh sets mode: +v on asie
L300[05:19:24] ***
prassel|off is now known as prasselpikachu
L302[05:24:48]
⇨ Joins: MindWorX
(~MindWorX@80-161-13-134-static.dk.customer.tdc.net)
L303[05:25:36] <MindWorX> Nooo!
L304[05:25:47] <MindWorX> world.removeItem
doesn't work on robots. :(
L305[05:25:51] <MindWorX> I better open an
issue.
L306[05:30:52]
⇨ Joins: Johannes13 (~Johannes@141.70.98.52)
L307[05:32:41] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L308[05:37:30]
⇨ Joins: cpup (~cpup@32.218.113.33)
L309[05:38:12] ***
Pwootage|Off is now known as Pwootage
L310[05:41:00] ⇦
Quits: MindWorX
(~MindWorX@80-161-13-134-static.dk.customer.tdc.net) (Ping timeout:
378 seconds)
L311[05:47:49] ***
Pwootage is now known as Pwootage|Off
L312[05:49:19]
⇨ Joins: Wobbo
(~Wobbo@5ED58A7C.cm-7-6c.dynamic.ziggo.nl)
L313[05:49:19]
zsh sets mode: +v on Wobbo
L314[05:49:23] <Wobbo> o/
L315[05:49:26]
⇨ Joins: dangranos_
(~dangranos@178.186.67-72.xdsl.ab.ru)
L316[05:49:35] <ShadowKatStudios> \o
L317[05:49:43] <Wobbo> Still up?
L318[05:50:00] <Vexatos> Wobbo, how's the
program doing?
L319[05:50:49] <Wobbo> Vexatos: Not worked
on it since yesterday evening. So it can still only find
blocks
L320[05:51:12] <Wobbo> Vexatos: But I
should get working on the movement API now, and then the path
planning API
L321[05:51:46] <Vexatos> \o/
L322[05:51:51] ⇦
Quits: dangranos (~dangranos@37.23.239.161) (Ping timeout: 194
seconds)
L323[05:52:42] ***
Kiloff is now known as Kilobyte
L324[05:53:36] <Wobbo> Hmm… I could port
lama to OC
L325[05:55:13] <Wobbo> Or just write a
movement lib and call it lama but not make it lama :P
L326[05:56:20] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L327[05:56:34] <Wobbo> Vexatos: Shall i
port lama and change it? :P
L328[05:56:44] <Vexatos> No idea what lama
is
L329[05:56:58] <Wobbo> Vexatos: Sangars
movement API for CC
L331[05:57:45] <Vexatos> well, I guess for
OCJam it has to be your own program
L332[05:57:48] <Vexatos> not stolen code
:P
L333[05:58:02] <Wobbo> Its not stolen
code, the API is just similar
L334[05:58:14] ***
Benguin[ZzZ] is now known as Benguin
L335[05:58:17] <Vexatos> Ask
Csstform
L336[06:00:33] ***
Cazzar is now known as Cazzar|Away
L337[06:00:50] ***
Cazzar|Away is now known as Cazzar
L338[06:01:19] <Wobbo> Vexatos: I will
just steal the name for now :P
L339[06:03:15]
⇨ Joins: cpup (~cpup@32.218.113.33)
L340[06:03:20] ***
Cruor|Away is now known as Cruor
L341[06:10:38] <Wobbo> Vexatos: There are
no robot move events, are there?
L342[06:16:06] <Vexatos> Wobbo, don't
think so
L343[06:16:19] <Wobbo> Vexatos: the wiki
doesn't list them at least
L344[06:19:44] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 198
seconds)
L345[06:24:59]
⇨ Joins: cpup (~cpup@32.218.113.33)
L346[06:26:25] <Negi> Do binary modes work
with OC ?
L347[06:26:41] <Wobbo> Negi: Binary modes
for what?
L348[06:26:44] <dangranos_> no fucking
way
L349[06:26:49] <dangranos_> what
L350[06:26:58] <Negi> Wobbo: io.
L352[06:27:02] <Negi> rb and wb.
L353[06:27:03] <dangranos_> FUCK
YEAH
L354[06:27:09] <dangranos_> FUCK
BYOND
L355[06:27:17] <dangranos_> yay
L356[06:27:21] ***
dangranos_ is now known as dangranos
L357[06:27:23] <Wobbo> Negi: Yes. Text
mode is unicode strings, Binary mode is ascii strings
L358[06:29:02] <Negi> Ah crap :I
L359[06:32:26]
⇨ Joins: MrRatermat
(~ratermat@host81-158-132-107.range81-158.btcentralplus.com)
L360[06:34:21] ⇦
Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout:
378 seconds)
L361[06:34:29] ⇦
Quits: VikeStep
(~VikeStep@CPE-58-165-35-99.lns1.lon.bigpond.net.au) (Quit:
Leaving)
L362[06:35:59] <Wobbo> Negi: Why
crap?
L363[06:36:09] <Kodos> Time to work on an
RF-free pack
L364[06:36:52] <Wobbo> Negi: There is no
actual difference between binary and text mode on any sensible
computer system, like UNIX
L365[06:40:09] ***
Cazzar is now known as Cazzar|Away
L366[06:40:59] <Wobbo> Vexatos: Alright,
now I have all the movement functions for robots in my api, other
suggestions for my lib?
L367[06:41:18] <Vexatos> eatCookie()
L368[06:41:38] <Wobbo> Vexatos: That has
nothing to do with movement :P
L369[06:41:52] <Vexatos>
moveCookie()
L370[06:42:01] <Wobbo> Vexatos: I can add
a moveTo(x, y, z) pretty easily. Will do that I guess
L371[06:43:35] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 198
seconds)
L372[06:43:47] <Wobbo> Vexatos: Wanna see
my definition for lama.forward, lama.up and lama.down?
L373[06:43:54] <Vexatos> No
L374[06:43:58] <Vexatos> Better keep on
coding :3
L375[06:44:04] <Wobbo> Vexatos: but they
are really short :P
L376[06:44:14] <Vexatos> no spoilers
L377[06:44:15] <Wobbo> Vexatos:
lama.forward = funcCreator(forward, robot.swing,
robot.detect)
L378[06:44:23] <Vexatos> NO SPOILERS
L379[06:44:33] <Wobbo> Vexatos: But
metaprogramming! D:
L380[06:44:43] <dangranos> callback
hell?
L381[06:45:06] <Wobbo> dangranos: No, a
function that creates other functions.
L382[06:45:53] <Wobbo> dangranos: I had
three functions that would all do the same thing, so I made a
function that could build the framework and then filled in the
blanks
L383[06:47:50]
⇨ Joins: Lunatrius (~Lunatrius@77.38.103.182)
L384[06:47:59] ***
Cazzar|Away is now known as Cazzar
L385[06:48:58]
⇨ Joins: cpup (~cpup@32.218.113.33)
L386[06:50:54] <Wobbo> dangranos:
Essentially, a poor mans macros :P
L387[06:58:15] ***
Riking|away is now known as Riking
L388[07:00:18]
⇨ Joins: Tahg
(~Tahg@pool-72-74-136-157.bstnma.fios.verizon.net)
L389[07:03:16]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L390[07:03:16]
zsh sets mode: +v on asie
L391[07:06:20] ***
Skye is now known as Skye|Shopping
L392[07:06:31] <Kodos> What's the go-to
frame mod these days
L393[07:07:03] ***
Cazzar is now known as Cazzar|Away
L394[07:07:17] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L395[07:08:10] <asie> Kodos: Framez is
good, but uses FMP
L396[07:09:27] <Kodos> That works then,
since the pack I'm working on uses a lot of stuff based around
FMP
L397[07:10:28] <asie> so you want
Framez
L398[07:10:30] <asie> definitely
L399[07:12:35] ***
SleepingFairy is now known as Daiyousei
L400[07:13:18]
⇨ Joins: cpup (~cpup@32.218.113.33)
L401[07:14:35] <Kodos> Are there any
decent mods that add fluid storage without much else?
L402[07:18:01] <asie> Kodos: Simple Fluid
Tanks 2.
L403[07:18:06] <asie> It *only* adds
tanks.
L404[07:18:32] <Kodos> Ew, those are the
ugly ones like OpenBlocks has
L405[07:18:36] <Kodos> I need something
that looks more industrial
L406[07:18:50] <Kodos> I should note that
I'm making an RF-free pack
L407[07:18:58] <Kodos> Running off of
IC2
L408[07:19:00] <Kodos> No GT though
L409[07:20:15]
⇨ Joins: Pyrolusite
(~Pyrolusit@ARouen-651-1-388-64.w109-209.abo.wanadoo.fr)
L410[07:20:21] <dangranos>
railcraft?
L411[07:21:50] <asie> RailCraft is the
only mod adding industrialesque tanks, really
L412[07:21:58] <asie> and it has a nice
amount of IC2 compatibility
L413[07:24:53] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L414[07:25:38] <Kodos> Seems IC2 doesn't
support FMP
L415[07:26:01] <asie> Kodos: nope
L416[07:26:05] <asie> it does support
immibis' microblocks, though
L417[07:26:08] <asie> or should I say
"support"
L418[07:26:32] <Vexatos> No
L419[07:26:47] <Vexatos> IC2 does not
support immibis' microblocks
L420[07:26:47] <Vexatos> immibis'
microblocks supports IC2
L421[07:26:56] <Kodos> I thought Immi only
supported his own version of IC2
L422[07:27:06] <asie> Kodos: no
L423[07:27:08] <Kodos> Also
L424[07:27:21] <Kodos> If anyone ever does
a version of Project Blue for RedLogic, I'll likely make the
switch
L425[07:27:34] <asie> Ask Vic about
Integrated Circuits
L426[07:27:38] <asie> it might be what
you're looking for
L427[07:27:45] <asie> it adds 7-segments,
for one
L428[07:27:51] <Kodos> It's not, unless IC
has control panels for all 16 colors in a single blockspace
L429[07:28:09] <asie> won't hurt him to
ask to add it
L430[07:28:25] <Kodos> What channel
L431[07:28:31] <asie> Kodos: Probably
#obsidian
L432[07:28:33] <asie> and probably when
he's awake.
L433[07:28:38] <Vexatos> Kodos,
OpenComputers has such a thing
L434[07:28:40] <asie> But he does use a
bouncer
L435[07:28:42] <Vexatos> a control
panel
L436[07:28:45] <Vexatos> in a single
block
L437[07:28:46] <Vexatos> :3
L438[07:28:59] <Kodos> Vexatos, what's
that?
L439[07:29:05] <Kodos> This doesn't
require a program
L440[07:29:05] <Vexatos> server rack +
redstone card
L441[07:29:12] <Vexatos> >_>
L443[07:31:52] ***
Magik6k|off is now known as Magik6k
L444[07:32:06]
⇨ Joins: cpup (~cpup@32.218.113.33)
L445[07:37:16]
⇨ Joins: Inari
(~Uni@p54934DCB.dip0.t-ipconnect.de)
L446[07:38:02]
⇨ Joins: RoALTcrosser
(potato@hi.i.just.wanted.to.say.that.programming.is.evidently.sexy)
L447[07:38:43] ***
RoALTcrosser is now known as Roadcrosser
L448[07:40:33] <Kodos> Lol silly frame
motor doesn't want to stay on the frame
L449[07:43:44] <Wobbo> Alright, time to
get to the travelling salesman
L450[07:49:05] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L451[07:52:18] ***
prasselpikachu is now known as prassel|off
L452[07:52:56] ***
prassel|off is now known as prasselpikachu
L453[07:54:36]
⇨ Joins: cpup (~cpup@32.218.113.33)
L454[07:58:04] ***
prasselpikachu is now known as prassel|off
L455[08:08:12] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 200
seconds)
L456[08:15:03]
⇨ Joins: cpup (~cpup@32.218.113.33)
L457[08:26:28] ⇦
Quits: ivan` (~ivan@192.241.198.49) (Quit: ERC Version 5.3 (IRC
client for Emacs))
L458[08:31:26] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L459[08:34:35]
⇨ Joins: ivan` (~ivan@192.241.198.49)
L460[08:35:15]
⇨ Joins: cpup (~cpup@32.218.113.33)
L461[08:37:10] <Wobbo> Dafuq O_o I have a
loop which loops for the length of a table, but appereantly the
table contains nil which it shouldnt
L462[08:41:15] <Wobbo> Meh, I need to bug
fix that, but I cba now
L463[08:43:14]
⇨ Joins: tattyseal (~tattyseal@2.25.3.4)
L464[08:43:37] ***
Wobbo is now known as Wobbo|AFK
L465[08:47:21] ⇦
Quits: dangranos (~dangranos@178.186.67-72.xdsl.ab.ru) (Remote host
closed the connection)
L466[08:50:19] ⇦
Quits: cpup (~cpup@32.218.113.33) (Quit: No Ping reply in 180
seconds.)
L467[08:50:39] <Negi> Minetest
documentation T_T
L468[08:51:37]
⇨ Joins: cpup (~cpup@32.218.113.33)
L469[08:51:48]
⇨ Joins: Mirodin
(~quassel@2a02:810d:12c0:1878:a016:eb32:57d7:6197)
L470[08:53:36] ***
Thog is now known as Thog-chibi
L471[08:56:20] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 198
seconds)
L472[09:01:12] <heatseeker0> Is project
blue compatible with redlogic?
L473[09:02:53]
⇨ Joins: cpup (~cpup@32.218.113.33)
L474[09:05:12] <Csstform> project
blue?
L475[09:05:17] <Csstform> wattheheck is
dat?
L476[09:05:32] <Ender> heatseeker0,
yep
L477[09:05:42] <heatseeker0> Ender,
tyvm
L478[09:06:01] <heatseeker0> looking to
add project blue and engineer's toolbox, which i didn't realize
updated for 1.7.10, to my modpack
L479[09:06:02] *
Csstform goes and googles project blue
L480[09:06:52] <Vexatos> Csstform,
probably a derp between Project Red and BluePower :P
L481[09:07:05] <Csstform> O.o
L483[09:07:11] <Csstform>
>bluepower
L484[09:07:18] ***
AngieBLD|Off is now known as AngieBLD
L485[09:07:19] <heatseeker0> that control
panel looks slick
L486[09:09:27] <Kodos> Framez is either
broken or I'm doing it wrong
L487[09:10:54] <Kodos> What's the snippet
for an event pull for someone pressing 'q' on the keyboard
L488[09:12:08] ⇦
Quits: ivan` (~ivan@192.241.198.49) (Quit: ERC Version 5.3 (IRC
client for Emacs))
L489[09:12:52] <heatseeker0> here's one i
borrowed from someone else
L490[09:12:53] <heatseeker0> local e =
table.pack(event.pull(0.25))
L491[09:12:54] <heatseeker0> if e[1] ==
"key_down" then
L492[09:12:54] <heatseeker0> local _, _,
_, code = table.unpack(e)
L493[09:12:54] <heatseeker0> if code ==
keyboard.keys.q then
L494[09:12:54] <heatseeker0>
os.exit()
L495[09:12:55] <heatseeker0> end
L496[09:12:57] <heatseeker0> end
L497[09:12:59] <heatseeker0> eek
formatting
L498[09:13:12] ***
Cazzar|Away is now known as Cazzar
L499[09:13:57] <Kodos> I'm basically
wanting to do a 'while running do' loop, and then have the q key
set running to false
L500[09:14:14] <heatseeker0> replace
os.exit() with whatever code you want
L501[09:14:29] <heatseeker0> this is
non-blocking
L502[09:21:32] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 198
seconds)
L503[09:24:45]
⇨ Joins: ivan` (~ivan@192.241.198.49)
L504[09:24:54]
⇨ Joins: cpup (~cpup@32.218.113.33)
L505[09:27:36]
⇨ Joins: MTJTS
(Mibbit@cpe-98-30-255-186.woh.res.rr.com)
L506[09:31:20] <Kodos> How would I go
about getting a program onto Creatix, the creative robot?
L507[09:31:37] ***
dsAway is now known as ds84182
L508[09:32:07] <heatseeker0> anyway you
want: wireless card, internet, floppy disks, etc.
L509[09:33:06] <Kodos> Right. Now, does
anyone have any programs they've written for a robot
L510[09:35:16] ***
LordFokas|off is now known as LordFokas
L511[09:36:17] ***
Magik6k is now known as Magik6k|off
L512[09:38:14]
⇨ Joins: CompanionCube
(~samis@95f105f4.skybroadband.com)
L513[09:39:02] <Kodos> ~w robot
L515[09:42:02] <Csstform> ~w hot dog
L517[09:42:39] <Csstform> same thing,
really
L518[09:44:07] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 194
seconds)
L519[09:45:34] ***
alekso56_off is now known as alekso56
L520[09:45:49] <Wobbo|AFK> Back
L521[09:46:00] ***
Wobbo|AFK is now known as Wobbo
L522[09:46:14] ⇦
Quits: ivan` (~ivan@192.241.198.49) (Ping timeout: 189
seconds)
L523[09:46:32] <Wobbo> Csstform: Question,
ca I dump my OCJam project somewhere on github or does it have to
go to a specific place?
L524[09:54:38] <Csstform> Wobbo: Github is
great
L525[09:54:57] <Wobbo> Csstform: But it
doesn't have to go to a specific repo or something?
L526[09:55:21] <Csstform> nah
L527[09:55:31] <Csstform> well
L528[09:55:50]
⇨ Joins: cpup (~cpup@32.218.113.33)
L529[09:55:54] <Csstform> it has to be
it's own repo
L530[09:56:39] <Wobbo> Alright, just what
I wanted to know
L531[09:58:08] <Kodos> Wobbo, still
working on that interpretation of Lama?
L532[09:58:28] <Wobbo> Kodos: Its not
exactly lama, but just ahs the same name
L533[09:59:07] <Wobbo> Kodos: It does keep
track of the location, but it also allows you to doe
lama.forward(10)
L534[10:02:35] <Wobbo> Kodos: But
actually, why did you ask?
L535[10:02:55] <Kodos> Curiousity. I was
gonna enter OCJam but I can't think of anything to do that I
haven't already started
L536[10:04:05] ⇦
Quits: tattyseal (~tattyseal@2.25.3.4) (Quit: Leaving)
L537[10:04:11] <Wobbo> Kodos: Ah, in that
case it is probably already taken :P
L538[10:04:24] <Csstform> Kodos: you still
have, like, a day and a half left
L539[10:04:39] <Kodos> Csstform, I'm about
to go to bed, so that's already a half day gone
L540[10:04:49] <Csstform> a day to code
your arse off
L541[10:08:51] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 378
seconds)
L542[10:10:02] ***
Magik6k|off is now known as Magik6k
L543[10:11:18] *
CompanionCube is tempted to write something for OCJam
L544[10:11:26] <CompanionCube> Csstform,
^
L545[10:11:34] <Wobbo> CompanionCube: Do
join in, I want some competition :P
L546[10:13:11] <Csstform> ^
L547[10:13:27] <Wobbo> Csstform: Do I
actually have known competition?
L548[10:13:33] <Csstform> well
L549[10:13:36] <Csstform> people signed
up
L550[10:13:48] <Csstform> I think Pwootage
is doing something
L551[10:13:55] <Wobbo> but you never
annouced the date on the forum ¬_¬
L552[10:14:01] <Csstform> >_>
L553[10:14:04] <Csstform> no :3
L554[10:14:11] <Csstform> Wobbo: tell you
what
L555[10:14:19] <Wobbo> You should really
put that shit on the forum next time
L556[10:14:25]
⇨ Joins: marcin212 (~marcin212@176.111.135.116)
L557[10:14:36] <Csstform> if there isn't
enough competition, I'll post it on the forums for next week, and
maybe we'll geta few more entries
L558[10:15:01] <Wobbo> Csstform: And then
I can send in the same programs and libraries?
L559[10:15:02] <CompanionCube> inetd-like
superserver go!
L560[10:15:12] <Csstform> Wobbo:
yeah
L561[10:15:21] <Csstform> what you do this
weekend will count for then
L562[10:15:24] <Wobbo> CC: what is
inetd?
L563[10:15:31] <Wobbo> Csstform: Alright,
sounds fair.
L564[10:15:40] <CompanionCube> Wobbo,
on-demand server launcher
L565[10:16:11] <Wobbo> CC: Sounds nice.
Don't forget some rc.d scripts to start the thing!
L566[10:16:49] <Wobbo> Csstform: Is it
okay if I put my stuff on a private repo that I show to you and
Sangar before you make the decision then? Or should I not upload it
then?
L567[10:17:30] <Csstform> Wobbo: sure,
that's fine
L568[10:17:34] <Csstform> I can respect
that
L569[10:17:47] ⇦
Quits: MTJTS (Mibbit@cpe-98-30-255-186.woh.res.rr.com) (Ping
timeout: 198 seconds)
L570[10:17:48] <Csstform> so bitbucket or
something? or do you have the paid github account
L571[10:17:54]
⇨ Joins: cpup (~cpup@32.218.113.33)
L572[10:18:03] <Wobbo> Csstform: Alright,
Will see if I still have private repos left then
L573[10:18:36] <Wobbo> Csstform: Does the
repo have to have a specific name?
L574[10:18:52] <Csstform> nah
L575[10:19:18] <Wobbo> Csstform: Alright,
will make private repo somewhere tomorrow
L576[10:19:25] <Wobbo> Csstform: I've got
a student account btw
L577[10:19:31] <Csstform> Ah
L578[10:20:07] ***
LordFokas is now known as LordFokas|off
L579[10:20:20] <Caitlyn> This is why I run
gitlab, unmilited private repos, and unlike bitbucket no 2gb
limit
L580[10:20:35] <Wobbo> Caitlyn: gitlab is
personal git server?
L581[10:20:36] <Caitlyn> my UE4 game is on
it... and it clocks in at like 4gb
L582[10:20:39] <Caitlyn> Yeah
L583[10:20:53] <Wobbo> Caitlyn: I don't
have a server, so I can't do stuff like that :(
L585[10:21:18] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 200
seconds)
L586[10:21:20]
⇨ Joins: MTJTS
(Mibbit@cpe-98-30-255-186.woh.res.rr.com)
L587[10:22:55] <Kodos> I still need to
work out how to do multi-file projects in NP++
L588[10:23:20] <Wobbo> Caitlyn: Does you
sharing the link mean I can use this? :D
L589[10:24:01] <Caitlyn> If you want
L590[10:24:09]
⇨ Joins: cpup (~cpup@32.218.113.33)
L591[10:25:14] <Wobbo> Caitlyn:
Thanks!
L592[10:25:23] <Caitlyn> ugh... I can not
figure out how to parse this json in java
L593[10:25:25] <Caitlyn> Np
L594[10:25:39] <Wobbo> Caitlyn: Isn't
there a stdlib for that?
L595[10:25:55] <Caitlyn> I'm using
gson
L597[10:27:06] <Caitlyn>
com.google.gson.JsonArray cannot be cast to
com.google.gson.JsonObject
L598[10:27:34] <Caitlyn> but if I try to
parse it as a JSONObject it complains that it expected
arraystart
L599[10:28:02] <Wobbo> Caitlyn: I have no
clue how Json parsing in Java works, only that I thought that there
was a lib for that.
L600[10:28:21] <Caitlyn> there are a bunch
of them
L601[10:28:25] <Caitlyn> I just choose
gson
L602[10:28:29] ***
manmaed|AFK is now known as manmaed
L603[10:29:26] <Wobbo> Caitlyn: I do have
some code that uses com.eclipsesource.json, but I have no clue
where I got that code. It just is there in the same folder as my
"project"
L604[10:29:40] <Caitlyn> lol
L605[10:29:54] <Caitlyn> ahh the best
code... where the hell did I find this and who do I beat for
it?
L607[10:31:21] <Wobbo> Caitlyn: It is what
json.org recommends
L608[10:31:24] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 378
seconds)
L609[10:31:50] <Wobbo> Actually, it is a
reference implementation, nvm :P
L610[10:31:56] <Caitlyn> lol
L611[10:33:58] <Wobbo> Caitlyn: Did you
know that LinkedIn has a Obj-C lib that can turn an Obj-C header
file and a Json-string into a Obj-C object?
L612[10:36:09] <Caitlyn> that
sounds.......
L613[10:36:13] <Caitlyn> interesting
L615[10:38:31]
⇨ Joins: cpup (~cpup@32.218.113.33)
L616[10:39:11] <Caitlyn> How did I ever
get convinced to do this ¬_¬
L617[10:39:32] <gamax92> Caitlyn: what are
you doing?
L618[10:39:36] *
gamax92 just woke up
L619[10:39:46] <Wobbo> I believe she is
parsing Json
L620[10:39:52] <Caitlyn> gamax92, trying
to parse json in java and getting stupid bs errors :D
L621[10:39:58] <Caitlyn> using
gson..
L622[10:40:02] <gamax92> ahh, alrighty
:P
L624[10:40:26] <Caitlyn> my error
com.google.gson.JsonArray cannot be cast to
com.google.gson.JsonObject
L625[10:40:48] <Caitlyn> and I can't seem
to parse it as an Array, or an Object..
L626[10:41:14] <Wobbo> Caitlyn: Would
there still be time to switch to another library?
L627[10:41:51] <Caitlyn> Sure I guess...
I've just always used gson
L628[10:42:08] <Wobbo> But now it suddenly
doesn't work anymore?
L629[10:42:42] <Caitlyn> Well, I've just
not used ot with this format of data...
L630[10:43:08] <Caitlyn> the output is
PHP's json_encode($array)
L631[10:43:51] <Caitlyn> I got it to work
with the accessToken json by stripping the [ and ] from the string
then parsing it, but that's not an option with this because it's an
array of arrays
L632[10:47:10] <Wobbo> Alright, all I
still need to do is to write a function to lama that takes a path
and executes it
L633[10:48:17] <Caitlyn> Oh Wobbo... if
you do use my gitlab, make sure you setup the key auth... logging
in without it is broken lol
L634[10:49:01] <Caitlyn> and since
currently theres only myself and the other 2 devs for the game
using it I've never bothered fixing it..
L635[10:49:08] <Wobbo> Caitlyn: Where can
I find it?
L637[10:49:55] ***
Magik6k is now known as Magik6k|off
L638[10:49:55] <Wobbo> Ah, ssh key.
Right
L639[10:50:43] ***
Magik6k|off is now known as Magik6k
L640[10:51:41] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L641[10:52:04] <Wobbo> Caitlyn: So I
upload .ssh/id_rsa.pub right?
L642[10:52:16] *
Wobbo normally never uses ssh keys
L643[10:52:34] <Caitlyn> Well, you'd just
enter that in the keys section of your profile, but yes.. that
should work
L644[10:52:36]
⇨ Joins: Gopher
(~Gopher@128.sub-70-193-137.myvzw.com)
L645[10:53:26] <Wobbo> Caitlyn:
Fingerprints match, so it should work now
L646[10:53:57] <Caitlyn> k
L647[10:54:07] <Wobbo> thanks!
L648[10:54:16] <gamax92> ohai Gopher
L649[10:54:20] <Gopher> hi, gamax
L650[10:54:23] <Wobbo> Hi Gopher
L651[10:55:03] <Caitlyn> Np, if it doesn't
work I'll sit down and try to fix keyless access...
L652[10:57:00] <Wobbo> Gopher: You gonna
join OCJam?
L653[10:58:30]
⇨ Joins: cpup (~cpup@32.218.113.33)
L654[10:59:11]
⇨ Joins: dustinm` (~dustinm@192.241.142.243)
L655[10:59:23] <Gopher> oh, that was this
weekend, wasn't it? hmm. I might have a little time, if I can pry
myself away from both factorio and infinifactory, which are warring
for position as my primary addiction at the moment XD
L656[10:59:59] <Gopher> was thinking about
it when I first heard it mentioned, and didn't come up with any
ideas I was excited about, tho
L657[11:03:31] <Wobbo> Gopher: I only got
my idea last week.
L658[11:03:51] <Wobbo> But porting useful
UNIX utils is alwasy a good idea ;)
L659[11:08:00] <Wobbo> I'm going,
food
L660[11:08:02] ***
Wobbo is now known as Wobbo|AFK
L661[11:09:33] ***
Techokami|Off is now known as Techokami
L662[11:09:37] <Gopher> porting useful
unix utils does not seem exciting to me, lol
L663[11:11:54] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 200
seconds)
L664[11:12:27] ***
Skye|Shopping is now known as Skye
L665[11:18:26]
⇨ Joins: cpup (~cpup@32.218.113.33)
L666[11:20:50]
⇨ Joins: Xilandro
(~Kodos@2602:306:ce20:6c30:8d18:8166:1644:ca2b)
L667[11:20:50]
zsh sets mode: +v on Xilandro
L668[11:23:21] ⇦
Quits: Kodos (~Kodos@2602:306:ce20:6c30:50da:dbae:f91f:30f0) (Ping
timeout: 194 seconds)
L669[11:28:28] <CompanionCube> what's a
good lua ide for windows?
L670[11:28:35] <CompanionCube>
s/windows/linux
L671[11:28:35] <Kibibyte>
<CompanionCube> what's a good lua ide for linux?
L672[11:29:39] ***
rakiru|offline is now known as Kasen
L673[11:29:51] <gamax92> CompanionCube:
(vim hurr durr) I've gotten used to eclipse's IDE, sometimes will
just use pluma, have used Github's atom a couple of times
L674[11:29:51] <Negi> CompanionCube:
Subl.
L675[11:29:54] <Negi> Vim.
L676[11:30:13] <gamax92> oh okay, Negi is
part of the vim-bandwagon i guess.
L677[11:30:16] <CompanionCube> Negi,
problem with vim is that I don't know it at all
L678[11:30:26] <Negi> CompanionCube:
vimtutor.
L679[11:30:36] <Negi> gamax92: I like both
vim and subl.
L680[11:30:51] <Negi> But Eclipse does an
alright job with the right extensions installed.
L681[11:31:01] <Negi> (And pluma is a good
backup)
L682[11:31:06] <Negi> ('cuz yannow I have
like)
L683[11:31:12] <Negi> (7 code
editors)
L684[11:31:30] <gamax92> Negi: sade
:/
L685[11:31:31] <gamax92> same*
L686[11:33:33] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 378
seconds)
L687[11:34:28] <Negi> Let's install Atom
because YNOT.
L688[11:34:33] <Negi> Oof
L689[11:34:35] <Negi> 65MB.
L690[11:34:41] <Negi> That's a big
baby.
L691[11:34:46] <gamax92> lololol
L692[11:34:58] <gamax92> Negi: whats
1+1+1+1+1+1*0
L694[11:35:31] <gamax92> yes
L695[11:35:51] <Negi> Why are you asking
that ?
L696[11:36:02] <gamax92> Some people
answer 0
L697[11:36:56] <MTJTS> People who don't
use PEMDAS
L698[11:37:16]
⇨ Joins: cpup (~cpup@32.218.113.33)
L699[11:37:28] <gamax92> oh i should also
mention these people are aware of PEMDAS
L700[11:37:53] <MTJTS> You can hear of
something and not use it.
L701[11:39:33] <Negi> MTJTS : Unless you
never had math lessons, you get that stuffed in your head all the
time.
L702[11:39:56] <CompanionCube> Csstform,
are you allowed to use libraries you didn't write yourself in
OCJam?
L703[11:40:14] <Csstform> yes
L704[11:40:22] <Csstform> if they're
public access, go for it
L705[11:42:27] <Negi> DRM D:
L706[11:42:37] *
gamax92 hugs Negi
L707[11:42:40] <gamax92> :D?
L709[11:43:14] <Negi> DRM aka "We
want the diffusion strength of Internet but want to make sure our
stuff doesn't get really cheap or free".
L710[11:48:20] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L711[11:55:52]
⇨ Joins: cpup (~cpup@32.218.113.33)
L712[11:58:18] <Wobbo|AFK> Back
L713[11:58:20] ***
Wobbo|AFK is now known as Wobbo
L714[11:58:41] <Wobbo> Gopher: But porting
unix tools is useful! We still don't have sed for example
L715[11:59:02] <Gopher> sorry, I
L716[11:59:18] <Gopher> I've just never
been of the camp that wanted my toy computers to be more like unix
XD
L717[11:59:20] <Wobbo> Csstform: I have
written all the libraries I use by hand yesterday and today
:)
L718[11:59:36] <Csstform> Wobbo:
nice
L719[11:59:43] <Csstform> maybe bonus
points
L720[11:59:50] <Csstform> afk for
shower
L721[12:00:05] <Wobbo> Gopher: But then I
wouldn't have to leave my toy computer for text processing :P
L722[12:01:16] *
Wobbo has written 4 libraries to use for OCJam :P
L723[12:11:59] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L724[12:13:15] <Negi> gamax92: This is
extremely disappointing.
L725[12:17:48]
⇨ Joins: cpup (~cpup@32.218.113.33)
L726[12:20:18] ***
prassel|off is now known as prasselpikachu
L727[12:29:07] *** g
is now known as gAway2002
L728[12:33:40] ⇦
Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout:
200 seconds)
L729[12:36:14] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 200
seconds)
L730[12:38:17] ***
prasselpikachu is now known as prassel|off
L731[12:38:50]
⇨ Joins: cpup (~cpup@32.218.113.33)
L732[12:51:02] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L733[12:53:38] ***
Pwootage|Off is now known as Pwootage
L734[12:53:39]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L735[12:53:39]
zsh sets mode: +v on asie
L736[12:55:31]
⇨ Joins: cpup (~cpup@32.218.113.33)
L737[12:56:53] ***
Thog-chibi is now known as Thog
L738[13:06:26] ***
Potato|Sleep is now known as PotatoTrumpet
L739[13:06:47] <PotatoTrumpet> o/
L740[13:07:13]
⇨ Joins: boubou_19
(~EiraIRC@dae76-1-88-180-214-135.fbx.proxad.net)
L741[13:12:13] <Wobbo> o/
L742[13:14:22] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 200
seconds)
L743[13:17:36] ***
alekso56 is now known as alekso56_off
L744[13:17:45]
⇨ Joins: cpup (~cpup@32.218.113.33)
L745[13:19:32] ⇦
Quits: boubou_19 (~EiraIRC@dae76-1-88-180-214-135.fbx.proxad.net)
(Read error: Connection reset by peer)
L746[13:25:27] ***
prassel|off is now known as prasselpikachu
L747[13:25:39] <gamax92> Negi: meh
L748[13:27:07] *
Negi dies.
L749[13:27:13] <Negi> I wanna do
stuuuff
L750[13:27:24] <Negi> But I'm too tired
>_<
L751[13:28:15] <Negi> So instead of that,
I browse @YesMeninism on Twitter and ponder on how a single person
can find so much alterations to a single word that are actually
fun.
L752[13:28:57] *
PotatoTrumpet kills Negi
L753[13:29:31] <PotatoTrumpet> Fun is not
allowed in communist #oc
L754[13:30:32] *
Negi is not dead.
L755[13:30:58] <Wobbo> Weren/t you already
dead?
L756[13:30:59] <Negi> Death is an illegal
operation in my head ._.
L757[13:31:11] *
gamax92 picks up Negi, puts Negi a box, and puts catnip in the
bo
L758[13:31:38] <Negi> Wobbo: Actually I am
Schrodinger's zombie.
L759[13:32:08] <Wobbo> Negi: Ah. So you
are both undead and not undead?
L760[13:32:18] <Negi> Wobbo:
Exactly.
L761[13:32:25] <Wobbo> Juistem…
L762[13:32:31] <Negi> Meaning that I am
alive, undead and dead at the same time.
L763[13:32:48] <Negi> \o/
L764[13:33:00] *
gamax92 seals box
L765[13:33:05] *
gamax92 takes box home
L766[13:33:52] *
PotatoTrumpet breaks into gamax92's house and steals the
box
L767[13:34:00] *
PotatoTrumpet burns the box at the stake
L768[13:34:03] <gamax92> D:
L769[13:34:20] *
gamax92 throws PotatoTrumpet onto the fire as well
L770[13:35:01] *
PotatoTrumpet drags gamax92 with him
L771[13:35:15] <PotatoTrumpet> welp
L772[13:35:19] <PotatoTrumpet> we're all
dead now
L773[13:35:21] <gamax92> don't care, as
long as you burn to death
L774[13:35:26] <gamax92> >:D
L775[13:35:26] *
Wobbo throws water on the fire
L776[13:35:36] *
PotatoTrumpet stabs Wobbo 27 times
L777[13:35:56] <gamax92> the box was
secretly fire proof and Negi was protected.
L778[13:36:09] <Wobbo> Because trying to
be helpful is something to be killed over ¬_¬
L779[13:36:25] <gamax92> Welcome to Logic
101
L780[13:36:25] *
Negi heals gamax92 thanks to future technologies.
L781[13:36:42] <Negi> \o/
L782[13:36:49] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 194
seconds)
L783[13:37:14] <gamax92> \o/
L784[13:37:43] *
PotatoTrumpet is a witch, so I can not die
L785[13:37:58] *
gamax92 got ear buds but then forgot what he wanted to listen
to.
L786[13:38:01] *
PotatoTrumpet grabs the box and eats Negi
L787[13:38:02] <Sangar> evening o/
L788[13:38:08] <gamax92> Sangar: save us
from this doom
L789[13:38:09] <PotatoTrumpet> Ahhhh, a
monster!
L790[13:38:32] <Sangar> gamax92, what's so
bad about doom?
L791[13:38:42] <Vexatos> Sangar o/
L792[13:38:44] <gamax92> Sangar: not the
doom, this doom.
L793[13:39:11] <Sangar> how would i go
about that?
L794[13:39:55] <Negi> Sangar: I need a bit
of silver and an oven to kill PotatoTrumpet that has attempted to
eat and kill me, after killing gamax92.
L795[13:39:58] <Wobbo> Hi Sangar
L796[13:40:08] <PotatoTrumpet> dont forget
me killing Wobbo
L797[13:40:12] <Negi> That's what gamax92
meant.
L798[13:40:13] *
PotatoTrumpet waves at Sangar
L799[13:40:17] <gamax92> ahh yes
L800[13:40:29] <Negi> Hi btw.
L801[13:40:41] <gamax92> Who here has
taken a physics class
L802[13:40:41] <PotatoTrumpet> omg this
isn't the real Sangar! The real one is away!
L803[13:40:51] <PotatoTrumpet> I am next
year
L804[13:40:56] <Wobbo> Sangar: I have tsp
in OC now :P
L806[13:41:02] -Kibibyte- [gamax92] Driver -
Physics 101 | by iwxci | 1m37s | 259w4d ago | 505 views | Rated:
5.00/5.00
L807[13:41:14] <gamax92> you will love it,
5.00/5.00
L808[13:43:28] <Wobbo> Sangar: Oh, and I
stole the name lama, you okay with that?
L809[13:43:44]
⇨ Joins: PotatoTrumpet_
(~PotatoTru@66.182.248.214)
L810[13:43:44] <Sangar> i see #oc is at
its usual sanity level
L811[13:43:52] <PotatoTrumpet_>
Soooo
L812[13:43:52] <Sangar> Wobbo, sure
:P
L813[13:43:53] <Wobbo> Yep
L814[13:43:57] <gamax92> PotatoTrumpet_:
did you watch video
L815[13:44:02] <PotatoTrumpet_> yess
L816[13:44:03]
⇨ Joins: cpup (~cpup@32.218.113.33)
L817[13:44:06] <PotatoTrumpet_> loved the
car at the end
L818[13:44:12] <PotatoTrumpet_>
10/10
L819[13:44:22] <PotatoTrumpet_> my bouncer
just died
L820[13:44:24] <PotatoTrumpet_> ish
L821[13:45:00] <gamax92> cars that are
flipped on their side can do/cause weird physics.
L822[13:45:12] <PotatoTrumpet_> :P
L823[13:45:39] <Wobbo> I don't feel like
continuing on OCJam anymore, Csstform: 24 UTC tomorrow is deadline
rigth?
L824[13:46:09] <Csstform> Wobbo: yes
L825[13:46:11] *
gamax92 didn't feel like doing OCJam anyway.
L826[13:46:20] <PotatoTrumpet_> What's
OCJam
L827[13:46:24] <Wobbo> Then I will
continue tomorrow
L828[13:46:25] *
Negi never did OCJam
L829[13:46:26] <PotatoTrumpet_> is it a
new flavor of jelly?
L830[13:46:31] <gamax92> yes
L831[13:46:44] <Sangar> who's in it
anyway? i think the requirement was 5 people wasn't it?
L832[13:47:01] <PotatoTrumpet_>
soooo
L833[13:47:02] <gamax92> I need an
OCPeanutButter and OCJam OCSandwich
L834[13:47:21] <gamax92> Sangar: quick,
need a mod that removes all spaces and prefixes "OC" on
all mc items
L835[13:47:25] <Wobbo> Sangar: I am :P CC
was thinking about it
L836[13:47:30] <gamax92>
OCCobbleStone
L837[13:48:07] *
CompanionCube got distracted by a new set of BOFH
stories
L838[13:48:36] ***
prasselpikachu is now known as prassel|off
L839[13:48:38] *
CompanionCube goes back to read more
L840[13:48:40] <PotatoTrumpet_>
OCMineCraft™ by OCMojang™ Owned by OCMicrosoft™™™™™™™™™
L841[13:48:55] <Wobbo> Sangar: But
Csstform said that if there aren't enough people who join, it will
be next week and I can hand in what I wrote this weekend
L842[13:48:56]
⇨ Joins: tattyseal (~tattyseal@2.25.3.4)
L843[13:49:06] <Sangar> oh well then
L844[13:49:16] <PotatoTrumpet_> Sooo
L845[13:49:18] <Sangar> congratz to your
robot ;)
L846[13:49:24] <PotatoTrumpet_> will
someone tell me what OCJam™ is?
L847[13:49:27] ***
prassel|off is now known as prasselpikachu
L848[13:49:39] <gamax92> PotatoTrumpet_:
moral of that video: "See kids, this is why we put floating
point units in a game console."
L849[13:49:46] <PotatoTrumpet_> :P
L850[13:50:04] <Sangar> gamax92, simple,
just make one with a tooltip event listener :P
L851[13:52:26] <gamax92> its annoying when
you're like "Why's nobody talking" and then a few minutes
later 100 messages come in all with the current timestamp
L853[13:52:30] <gamax92>
</wifi>
L854[13:52:34] <PotatoTrumpet_> :P
L855[13:52:41] <PotatoTrumpet_> I know
that feeling gamax92
L857[13:53:25] -Kibibyte- [gamax92] Crazy Driver
1 Glitch PlayStation 1 | by kcgreatfox | 31s | 392w2d ago | 54,656
views | Rated:
4.85/5.00
L858[13:53:50] <gamax92> The entire reason
I was playing Driver was because of the glitches :P
L859[13:55:11] <PotatoTrumpet_> Uggh
L860[13:55:16] <PotatoTrumpet_> So much
mail from colleges
L861[13:55:19] <PotatoTrumpet_> damn
collegeboard
L862[13:55:26] <gamax92> lol
L863[13:56:03] <gamax92> oh you, resonant
evil with your prerendered scenes and 3D collision masks
L864[14:00:39] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 194
seconds)
L865[14:01:26] ⇦
Quits: Vexatos (~Vexatos@p5B3C9CDF.dip0.t-ipconnect.de) (Quit: I
guess I have to go now. Bye ✔)
L866[14:02:41]
⇨ Joins: Vexatos
(~Vexatos@p200300556E024B1189D063A00EB49AC4.dip0.t-ipconnect.de)
L867[14:02:42]
zsh sets mode: +v on Vexatos
L868[14:04:32]
⇨ Joins: cpup (~cpup@32.218.113.33)
L869[14:05:31]
⇨ Joins: Vexaton
(~Vexatos@p200300556E024B11188C2A46375359CE.dip0.t-ipconnect.de)
L870[14:05:31]
zsh sets mode: +v on Vexaton
L871[14:08:01] ***
alekso56_off is now known as alekso56
L872[14:09:15] ***
Pwootage is now known as Pwootage|Off
L873[14:10:40] ***
Lathanael|Away is now known as Lathanael
L874[14:12:52] <Wobbo> I'm gonna go
downstairs and browse reddit on iPad, will switch device
L875[14:13:20]
⇨ Joins: Wobbo_
(~wobbo@5ED58A7C.cm-7-6c.dynamic.ziggo.nl)
L876[14:13:20]
zsh sets mode: +v on Wobbo_
L877[14:13:41] ⇦
Quits: Wobbo (~Wobbo@5ED58A7C.cm-7-6c.dynamic.ziggo.nl) (Quit:
Textual IRC Client: www.textualapp.com)
L878[14:13:41] ***
Wobbo_ is now known as Wobbo
L879[14:14:28] <Wobbo> I'm gonna be a
taxi, so bb
L880[14:14:38] <Wobbo> S/bb/bbl/
L881[14:15:03] <Wobbo> Of course, now
sedbot doesn't work :P
L882[14:15:49] ⇦
Quits: Wobbo (~wobbo@5ED58A7C.cm-7-6c.dynamic.ziggo.nl) (Client
Quit)
L883[14:16:50] ***
Pwootage|Off is now known as Pwootage
L884[14:18:36] ⇦
Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Quit: WeeChat
1.0.1)
L885[14:24:23] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 198
seconds)
L886[14:29:56] ***
prasselpikachu is now known as prassel|off
L887[14:30:10] <Soni> I hate macros
;_;
L888[14:31:37]
⇨ Joins: cpup (~cpup@32.218.113.33)
L890[14:33:28] ***
prassel|off is now known as prasselpikachu
L891[14:34:24] <gamax92> Sangar: C style
preprocessor for Lua
L892[14:34:50] <Soni> no please don't
;_;
L893[14:34:56] <gamax92> I already did
actuall
L894[14:35:00] <gamax92> so shaddup
L895[14:35:11] <Soni> (altho it's as
simple as making OC run `cpp` or `cpp.exe` on windows)
L896[14:35:18] <gamax92> umm, no its
not.
L897[14:35:36] <gamax92> are you smoking
quack
L898[14:35:43] <Soni> well it's as simple
as porting cpp to Lua
L899[14:35:48] <gamax92> >_>
L900[14:35:50]
⇨ Joins: shorty|wrk
(~shortybsd@c-76-18-137-178.hsd1.tn.comcast.net)
L901[14:35:55] <gamax92> I mean it worked
with lua code.
L902[14:36:08] <gamax92> not that it was a
C compiler suite written in lua
L903[14:36:13] <Soni> meh
L904[14:36:34] <gamax92> that would be
interesting to see.
L905[14:36:41] <Soni> I still wanna be
able to compile C in the browser
L906[14:36:50] <gamax92> you can?
L907[14:37:03] ***
gAway2002 is now known as g
L908[14:37:07] <gamax92> hi gdude
L909[14:37:13] <Soni> wait someone ported
gcc to emscripten?
L911[14:37:32] <gamax92> Soni: gcc isn't
the only C compiler in the world.
L912[14:39:20] <Daiyousei> wanna port
gcc/g++ to lua?
L913[14:39:21] <Daiyousei> have fun
L914[14:39:22] <Soni> meh it almost
works
L915[14:39:29] <Daiyousei> over 14 million
lines of code
L916[14:39:38] <Daiyousei> and everything
is a clusterfuck
L917[14:39:43] <Daiyousei> 10/10 would
recommend
L918[14:39:44] <shorty|wrk> lol
L919[14:39:59] <Daiyousei> and im srs
about the amount of lines of code
L920[14:40:02] <Soni> Daiyousei, make
emscripten for lua
L921[14:40:08] <Daiyousei> no thanks
L922[14:40:14] <Daiyousei> the only
language i write compilers in
L923[14:40:15] <Daiyousei> i haskell
L924[14:40:16] <Daiyousei> :p
L925[14:40:18] <Daiyousei> is
haskell*
L926[14:40:28] <shorty|wrk> i know you are
:)
L927[14:40:31] <Daiyousei> ez parsing with
Parsec gg
L928[14:40:47] <gamax92> Yay ... more
things my teacher does wrong.
L929[14:40:54] <gamax92> Pronouncing GNU
wrong.
L930[14:41:08] <Soni> now to figure out
why this doesn't work
L931[14:41:19] <Daiyousei> i pronounce GNU
as "shit"
L932[14:41:21] <Daiyousei> am i doin it
right
L933[14:41:27] <Caitlyn> GUHNU!
L934[14:41:36] <gamax92> Daiyousei:
lol
L935[14:41:57] <Pwootage> wow
L936[14:41:58] <Pwootage> harsh
L937[14:42:17] <Pwootage> gnu has at the
very least spawned a lot of good stuff that's not gnu
L938[14:42:56] <Daiyousei> i mostly hate
GNU because of shit licenses
L939[14:43:08] <Daiyousei> freedom my
ass
L940[14:43:20] <g> "You shoot
yourself in the foot with a Gnu."
L942[14:45:31] <Pwootage> Heh, I need to
read that through sometime
L943[14:46:35] <gamax92> He kept saying
"Anyone heard of the new project?"
L944[14:46:39] <gamax92> and i was like,
WTF
L945[14:47:38] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L946[14:48:16] <gamax92> ShadowKatStudios:
you there?
L947[14:52:26] ⇦
Quits: marcin212 (~marcin212@176.111.135.116) (Quit:
Leaving)
L949[14:53:28] <Soni> the 2nd example is
just silly but it shows you can pass it around
L950[14:54:26]
⇨ Joins: cpup (~cpup@32.218.113.33)
L951[14:56:32] ⇦
Quits: PotatoTrumpet_ (~PotatoTru@66.182.248.214) (Quit:
Leaving)
L952[15:01:35] ***
prasselpikachu is now known as prassel|off
L953[15:02:20] <shorty|wrk> how can i get
data for the eeprom?
L954[15:03:40] ***
Csstform is now known as Csst|AFK
L955[15:03:41] <Ender> shorty|wrk, ?
L956[15:03:52] <g> shorty|wrk, put it into
a computer that's already running
L957[15:03:56] <g> you can write to it
then
L958[15:04:01] <g> it's a peripheral
L959[15:04:08] <g> well, component
L960[15:04:09] <gamax92> component
L961[15:04:17] * g
transfenerates gamax92
L963[15:04:34] <shorty|wrk> using the
latest version oc OC, i have a computer, monitor, keyboard,
graphics card, cpu and memory installed. ( ihave power consumption
disabled int eh config)
L964[15:04:37] <gamax92> what was I doing
again?
L965[15:04:47] <g> shooting yourself in
the foot with a gnu
L966[15:04:54] <gamax92> shorty|wrk:
combine eeprom with book
L967[15:04:56] <shorty|wrk> when trying to
turn on computer there is no error, it turns on then off super
fast, running an analyzer on it it says it is missing eeprom
L968[15:04:59] <gamax92> or get "lua
bios"
L969[15:05:11] <shorty|wrk> thank you
kinda sir the tutorial on the site is pretty outdated
L970[15:05:19] <Ender> yeah, probably
is
L971[15:05:23] <shorty|wrk>
s/kinda/kindly
L972[15:05:23] <Kibibyte>
<shorty|wrk> thank you kindly sir the tutorial on the site is
pretty outdated
L973[15:06:04]
⇨ Joins: thisischrys
(thisischry@d8D8788AA.access.telenet.be)
L974[15:12:23] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L975[15:14:03] ***
prassel|off is now known as prasselpikachu
L976[15:14:54] <shorty|wrk> Wow I am
blind, excuse my ignorance. There is an important note on the site
that i somehow missed. Wiki is fine. lol thanks again
L977[15:16:45] ***
prasselpikachu is now known as prassel|off
L978[15:16:49] ⇦
Quits: tattyseal (~tattyseal@2.25.3.4) (Quit: Leaving)
L979[15:16:56]
⇨ Joins: cpup (~cpup@32.218.113.33)
L980[15:17:21] ⇦
Quits: Ivoah (~Ivoah@dsl-216-227-122-44.taconic.net) (Quit:
Leaving...)
L981[15:19:00] ***
prassel|off is now known as prasselpikachu
L982[15:19:45]
⇨ Joins: Wobbo
(~Wobbo@5ED58A7C.cm-7-6c.dynamic.ziggo.nl)
L983[15:19:45]
zsh sets mode: +v on Wobbo
L984[15:19:50] <Wobbo> back
L985[15:20:52] <shorty|wrk> wb Wobbo
L986[15:23:36] <Wobbo> ty
L987[15:29:03]
⇨ Joins: MTJTS
(Mibbit@cpe-98-30-255-186.woh.res.rr.com)
L988[15:30:19] <Pwootage> wat why is code
that was working now broken? D:
L989[15:31:54] <Wobbo> Pwootage: The
elemental laws of the universe hate you so they changed
L990[15:34:27] <gamax92> /list
L991[15:34:29] <gamax92> oops
L992[15:35:00]
⇨ Joins: sciguyryan
(~sciguyrya@109-205-170-105.dynamic.swissvpn.net)
L993[15:36:36] <Wobbo> We have less people
here than in CCs chanel! D:
L994[15:39:34] <Dashkal> hmm, was gonna
update the server, but it looks like my world may be starbound for
the weekend >.>
L995[15:44:54] ⇦
Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 378
seconds)
L996[15:47:49] <Pwootage> fixed it
hype
L997[15:48:20] <Pwootage> ds84182: did you
ever get arm working? I'm getting tired of my os simluator and want
to write an actual OS :*
L998[15:48:21] ⇦
Quits: Vexatos
(~Vexatos@p200300556E024B1189D063A00EB49AC4.dip0.t-ipconnect.de)
(Quit: I guess I have to go now. Bye ✔)
L999[15:48:29] ***
Vexaton is now known as Vexatos
L1000[15:49:15]
⇨ Joins: tattyseal (~tattyseal@2.25.3.4)
L1001[15:51:32]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1002[15:54:32]
⇦ Quits: Vexatos
(~Vexatos@p200300556E024B11188C2A46375359CE.dip0.t-ipconnect.de)
(Quit: I guess I have to go now. Bye ✔)
L1003[16:01:07]
⇦ Quits: CompanionCube (~samis@95f105f4.skybroadband.com)
(Remote host closed the connection)
L1004[16:02:29]
⇦ Quits: Negi
(~Poireau@2a01:e35:2f6a:7060:e2ca:94ff:fe1f:76e0) (Ping timeout:
198 seconds)
L1005[16:02:51]
⇨ Joins: TabletCube
(~TCube@95f105f4.skybroadband.com)
L1006[16:06:05]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 198
seconds)
L1007[16:09:02]
⇦ Quits: ping (~pixel@2601:4:680:104c:50d3:dc3f:9f09:d861)
(Read error: Connection reset by peer)
L1008[16:09:22]
⇨ Joins: ping
(~pixel@2601:4:680:104c:50d3:dc3f:9f09:d861)
L1009[16:09:22]
zsh sets mode: +v on ping
L1010[16:14:26]
⇦ Quits: tattyseal (~tattyseal@2.25.3.4) (Quit:
Leaving)
L1011[16:14:48]
⇨ Joins: tattyseal (~tattyseal@2.25.3.4)
L1012[16:15:34]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1013[16:26:35] ***
Daiyousei is now known as ShoweringFairy
L1014[16:31:02]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L1015[16:34:49]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L1016[16:34:50]
zsh sets mode: +v on asie
L1017[16:35:32]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1018[16:38:01] ***
Riking is now known as Riking|away
L1019[16:38:09] ***
Riking|away is now known as Riking
L1020[16:48:27] <Wobbo> I'm going.
bye!
L1021[16:49:35]
⇦ Quits: Wobbo (~Wobbo@5ED58A7C.cm-7-6c.dynamic.ziggo.nl)
(Quit: Textual IRC Client: www.textualapp.com)
L1022[16:49:50] ***
manmaed is now known as manmaed|AFK
L1023[16:54:44]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 200
seconds)
L1024[16:54:48] ***
ShoweringFairy is now known as Daiyousei
L1025[16:55:10]
⇦ Quits: thisischrys (thisischry@d8D8788AA.access.telenet.be)
(Quit: Leaving)
L1026[16:58:32]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1027[16:59:48]
⇦ Parts: ds84182
(ds84182@Bash.Is.Better.Than.zsh.PanicBNC.ca) ())
L1028[17:00:02]
⇨ Joins: MandrakeF
(~jircii@ool-2f148d28.dyn.optonline.net)
L1029[17:01:09]
⇨ Joins: ds84182
(ds84182@Bash.Is.Better.Than.zsh.PanicBNC.ca)
L1030[17:01:43] <ds84182> gamax92: and
you can go fuck yourself
L1031[17:01:45]
⇦ Parts: ds84182
(ds84182@Bash.Is.Better.Than.zsh.PanicBNC.ca)
(Leaving))
L1032[17:02:58] <gamax92> oh what the
fuck ever ds
L1033[17:03:03] <gamax92> go eat shit and
die
L1034[17:04:06] <Caitlyn> o_O
L1035[17:04:09] <Ender> ¬_¬
L1036[17:04:10] <Caitlyn> dafuq
L1037[17:04:30] <Ender> what the fuck
have i said about shit comming into this channel from
#ocbots?
L1038[17:04:47] <gamax92> Sorry,
L1039[17:04:48] <Caitlyn> ¬_¬
L1040[17:05:28] <Caitlyn> s/,/, It won't
ever happen again I swear!/
L1041[17:05:28] <Kibibyte>
<gamax92> Sorry, It won't ever happen again I swear!
L1042[17:05:29] <Caitlyn> :P
L1043[17:06:13] <gamax92> yes yes
L1044[17:14:44]
⇦ Quits: tattyseal (~tattyseal@2.25.3.4) (Quit:
Leaving)
L1045[17:15:05]
⇨ Joins: tattyseal (~tattyseal@2.25.3.4)
L1046[17:18:15]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 194
seconds)
L1047[17:20:16] <Ender> meh, going to bed
because pc is breaking itself and I'm tired
L1048[17:21:26] <gamax92> ;~;
L1049[17:24:15] ***
Xilandro is now known as Kodos
L1050[17:26:12]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1051[17:34:43]
⇦ Quits: Johannes13 (~Johannes@141.70.98.52) (Ping timeout:
194 seconds)
L1052[17:35:48] ***
Gopher is now known as Gopher|afk
L1053[17:38:41] <Kodos> 4 hours left
until I find out if I won 500 bucks
L1054[17:39:07] <Kodos> Also, going to
try and figure out what I'm doing wrong with Framez
L1055[17:39:12] ***
Cruor is now known as Cruor|Away
L1056[17:40:31]
⇦ Quits: Pyrolusite
(~Pyrolusit@ARouen-651-1-388-64.w109-209.abo.wanadoo.fr) (Killed
(NickServ (GHOST command used by
Pyrolusite2!~Pyrolusit@ARouen-651-1-317-80.w109-209.abo.wanadoo.fr)))
L1057[17:40:34]
⇨ Joins: Pyrolusite2
(~Pyrolusit@ARouen-651-1-317-80.w109-209.abo.wanadoo.fr)
L1058[17:41:15] <shorty|wrk> I edited a
file "test" under my world directory example
Element\opencomputers\my_hd_label\test when starting up the pc I
see no changes done to the file
L1059[17:41:28]
⇦ Quits: Pyrolusite2
(~Pyrolusit@ARouen-651-1-317-80.w109-209.abo.wanadoo.fr) (Client
Quit)
L1060[17:41:28] <shorty|wrk> is there any
work around for this? as i have to copy and paste my code 255 lines
at a time due to the limit.
L1061[17:41:35]
⇦ Quits: tattyseal (~tattyseal@2.25.3.4) (Quit:
Leaving)
L1062[17:41:36] <ShadowKatStudios> Do you
have filesystem buffering turned off?
L1063[17:41:51] <shorty|wrk> let me
double check
L1064[17:42:24]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 200
seconds)
L1065[17:44:24] <shorty|wrk> Ahh it is
not. Thank you. Restarting server now
L1066[17:46:22] <shorty|wrk> Awesome,
thanks again! This will save me so much time.
L1067[17:47:42]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1068[17:48:16]
⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping
timeout: 200 seconds)
L1069[17:50:18]
⇦ Quits: MrRatermat
(~ratermat@host81-158-132-107.range81-158.btcentralplus.com) (Ping
timeout: 378 seconds)
L1070[17:55:13] ***
Ender is now known as Lizzy
L1071[17:59:39] *
Lizzy paints "ANARCHY" on the wall and goes to
sleep
L1072[17:59:45] <PotatoTrumpet> k
L1073[17:59:46]
⇨ Joins: ds84182
(ds84182@Bash.Is.Better.Than.zsh.PanicBNC.ca)
L1074[17:59:54] <PotatoTrumpet> hi
ds84182
L1075[18:00:06]
⇦ Quits: sciguyryan
(~sciguyrya@109-205-170-105.dynamic.swissvpn.net) ()
L1076[18:00:25] <ds84182> hi
L1077[18:00:33] *
Caitlyn pokes Lizzy and hands a can of paint
L1078[18:00:37] <Caitlyn> Paint that back
plox
L1079[18:00:50] <ds84182> are we painting
me naked?
L1080[18:00:56] <Lizzy> no
L1081[18:00:58] <ds84182> because if so,
please not.
L1082[18:01:13] <Lizzy> Caitlyn, no
L1083[18:01:19] <Lizzy> \o/
L1084[18:01:24] <Caitlyn> o_O
L1085[18:01:24] <PotatoTrumpet> Ender is
now a transgender
L1086[18:01:31] <Caitlyn> I asked
nicely
L1087[18:01:35] <Daiyousei> HAI
GUUUURL
L1088[18:01:42] <Lizzy> PotatoTrumpet,
have been for a while
L1089[18:01:42] <Daiyousei> aka
ender
L1090[18:01:48] *
Caitlyn fistbumps Lizzy
L1091[18:01:49] <PotatoTrumpet> k
L1092[18:02:02] *
Lizzy fistbumps Caitlynback
L1093[18:02:02] <Caitlyn> Welcome to the
club, we have cake!
L1094[18:02:13] <ds84182> i love
cake
L1095[18:02:14] <Pwootage> what
L1096[18:02:16] <PotatoTrumpet> ill just
sit here eating my chili while thinging what else I have
missed
L1097[18:02:16] <Pwootage> did I wlak
into
L1098[18:02:17] <Caitlyn> woot
L1099[18:02:23] <Daiyousei> Pwootage:
transgender party
L1100[18:02:24] <Daiyousei>
apparently
L1101[18:02:24] <Daiyousei> xD
L1102[18:02:30] <Lizzy> yay, but I must
sleep. save me a piece, k?
L1103[18:02:31] <Pwootage> <.<
>.>
L1104[18:02:33]
⇦ Parts: Pwootage (~Pwootage@pwootage.com) ())
L1105[18:02:34] <PotatoTrumpet> HOW MANY
OF YALL ARE TRANSGENDERS
L1106[18:02:35] <Caitlyn> Will do
L1107[18:02:36]
⇨ Joins: Pwootage (~Pwootage@pwootage.com)
L1108[18:02:41] <ds84182> Pwootage: me
tto
L1109[18:02:43] <Caitlyn> More then
1?
L1110[18:02:44] <ds84182> fak
L1111[18:03:58] *
Daiyousei np: hardstyle/Headhunterz - Digiwave
(HQ)-okF4tzQVeQs.ogg
L1112[18:04:00] <Daiyousei> k
L1113[18:04:26] <Pwootage> whelp, I did
one more tiny part of my homework
L1114[18:04:31] <Pwootage> time to do
other stuff
L1115[18:05:03] *
ds84182 np: pirated - music: from youtube
(LQ)-0FA9310EFA5821.ogg
L1116[18:05:07] <Lizzy> PotatoTrumpet,
theres at least 4 including myself
L1117[18:05:09] <Daiyousei> yes
L1118[18:05:11] <Daiyousei> ds84182:
yes
L1119[18:05:23] <Daiyousei> *
L1120[18:05:24] <Lizzy> now I really must
sleep
L1121[18:05:25] <PotatoTrumpet> I know
Sleepdra is one
L1122[18:05:30] <PotatoTrumpet>
Sooo
L1123[18:05:34] <ds84182>
aliiiiiiiiiiiiiiiiiiiiiiiiiisaaaaaaaaa
L1124[18:05:46] <Lizzy> ok that's now
5
L1125[18:05:48] <Daiyousei> i pirate a
lot of my shiz ok
L1126[18:05:50] <PotatoTrumpet>
Ender+Sandra+alisa+gamax92
L1127[18:05:51] <Daiyousei> even real
life stuff
L1128[18:05:54] <PotatoTrumpet> is that
the 4?
L1129[18:05:58] <Daiyousei> i walk into
stores with a pirate custome
L1130[18:06:01] <gamax92> what?
L1131[18:06:08] <Daiyousei> and then i
steal stuff and run away
L1132[18:06:09] <gamax92> why am i
ping'd
L1133[18:06:09] <Daiyousei> jk
L1134[18:06:17] *
Daiyousei pings gamax92
L1135[18:06:21] <PotatoTrumpet>
gamax92
L1136[18:06:25] <gamax92> ._.
L1137[18:06:26] <gamax92> fuck off
L1138[18:06:32] <PotatoTrumpet> wernt you
voiceD?
L1139[18:06:41]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 198
seconds)
L1140[18:06:48]
⇦ Parts: gamax92 (gamax92@The.Dragon.Slayer.PanicBNC.eu)
())
L1141[18:06:49]
⇨ Joins: gamax92
(gamax92@The.Dragon.Slayer.PanicBNC.eu)
L1142[18:06:49]
zsh sets mode: +v on gamax92
L1143[18:06:55] <PotatoTrumpet> :P
L1144[18:07:00] <gamax92> EsperNet
bugs
L1145[18:07:09] <ds84182> I'm
quadgendered
L1146[18:07:22] <ds84182> I am a man, a
woman, mayonaise, and ketchup
L1147[18:07:23] <Caitlyn> Lizzy, Myself,
Sleepdra, Alissa, Soni afaik
L1148[18:07:33] <Pwootage> ds84182: must
be tough
L1149[18:07:38] <MTJTS> Is mayonaise a
gender?
L1150[18:07:45] <Lizzy> 6 now, forgot
about sonic
L1151[18:07:46] <ds84182> MTJTS: DONT
OPPRESS ME
L1152[18:07:52] <PotatoTrumpet>
mayonaise-kin
L1153[18:08:05] <ds84182> You mean
Soni
L1154[18:08:15] <Lizzy> blame
tablet
L1155[18:08:17] <ds84182>
gamax92-hime!
L1156[18:08:19] <MTJTS> Is woman a
gender?
L1157[18:08:20] <PotatoTrumpet> Meh
L1158[18:08:23] <ds84182> ~~:D
L1159[18:08:25] <ds84182> Wait
L1160[18:08:33] <ds84182> that looks not
like what I wanted that to look
L1161[18:08:35] <ds84182> shit
L1162[18:08:38] <PotatoTrumpet> lol
L1163[18:08:49] <PotatoTrumpet>
::::::::::::::::::D
L1164[18:08:50] <ds84182> What am I even
doing
L1165[18:08:56] <Lizzy> ~~<O
L1166[18:08:59] <PotatoTrumpet> wait,
that looks not like what I wanted to look
L1167[18:09:01] <Pwootage> nice job
limechat
L1168[18:09:02] <ds84182> >_>
L1169[18:09:06] <Pwootage> :::::::::::::
is a clickable link
L1170[18:09:14] <ds84182>
A::B::C::D::THIS::IS::C::P::P
L1171[18:09:25] <ds84182> I opened
it
L1172[18:09:34] <ds84182> dammit
chrome
L1173[18:09:47] *
PotatoTrumpet infects ds84182 with loveletter.txt
L1174[18:10:13] <ds84182> nah
L1175[18:10:13] <ds84182> no thank
you
L1176[18:11:36] <PotatoTrumpet> Caitlyn,
just to make sure, you are still a femule, correct?
L1177[18:11:39]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1178[18:12:37] <Caitlyn> Give or take,
yes..
L1179[18:12:52] <Soni> Caitlyn, wait wtf
did you just like out everyone how do I get you banned
L1180[18:13:19] <Caitlyn> Soni, everyone
I mentioned was pretty open about it.
L1181[18:13:25] <Soni> hmm true
L1182[18:13:32] <Soni> wait
L1183[18:13:35] <Soni> really?
L1184[18:13:45] <Caitlyn> What?
L1185[18:13:49] <Soni> because I didn't
know about the first 2...
L1186[18:14:09] <Caitlyn> Well, Lizzy
just came out to the channel..
L1187[18:14:14] <Caitlyn> and no one has
ever asked, but yeah
L1188[18:14:19] <MandrakeF> ill be back
later
L1190[18:14:35] <Caitlyn> Why do you
think I took up for you awhile back... because everyone being a
dick about it was pissing me off.
L1191[18:15:01] <Soni> well I thought cis
ppl could be nice too :/
L1192[18:15:12] <Caitlyn> Eh, they can..
my wife is a perfect example of that...
L1193[18:15:33] <Kodos> I don't see
genders, I see people
L1194[18:15:42] <Caitlyn> ^
L1195[18:15:45] <Lizzy> I see your
face
L1196[18:16:00] *
Lizzy leaves Kudos's room
L1197[18:16:04] <Kodos> Love doesn't
acknowledge a gender, why should anything else? Equality should be
common sense
L1198[18:16:05] <Caitlyn> dammnit Lizzy
GOTO SLEEP!
L1199[18:16:12] <Soni> it usually doesn't
feel like they can tho ;_;
L1200[18:16:21] <Lizzy> Caitlyn, I know
:/
L1201[18:16:22] <Daiyousei> FO TO
BED
L1202[18:16:23] *
Kodos goes back to Starbound
L1203[18:16:25] <Daiyousei> GO TO
BED*
L1204[18:16:42] ***
AtomSponge is now known as AtomSponge|away
L1205[18:17:22] <Lizzy> Caitlyn, going to
sleep
L1206[18:18:00] *
Caitlyn glares
L1207[18:18:01] *
Lizzy hangs up her hammock, climbs in it and goes to
sleep
L1208[18:18:01] <Caitlyn> :P
L1209[18:18:57] <Soni> I think I need a
hug now ;_;
L1210[18:19:18] *
Caitlyn hugs Soni and runs off
L1211[18:20:13] *
Lizzy grabs Soni into her hammock and cuddles her
L1212[18:20:24] <Caitlyn> giggity
L1213[18:20:43] <Lizzy> Caitlyn, no
goddammit
L1214[18:20:50] <Caitlyn> :P
L1215[18:21:01] <Lizzy> anyway, really
going now
L1216[18:21:28] *
Caitlyn doubts that
L1217[18:22:16] <Caitlyn> ugh my gitlab
is partially broken :(
L1218[18:22:30] <Caitlyn> can't commit
via http/https and the web editor doesn't work
L1219[18:22:34] <Caitlyn> ssh commits
work fine though
L1220[18:22:41] <Soni> C is a pain
L1221[18:22:47] <Soni> especially
typedefs
L1222[18:22:47] <Daiyousei> C is ez
L1223[18:22:50] <Daiyousei> C++ is a
pain
L1224[18:22:51] <Soni> typedefs and
macros
L1225[18:22:54] <Caitlyn> and parsing
this JSON via gson is going badly
L1226[18:22:57] <Caitlyn> bleh
L1227[18:22:59] <Soni> C++ is worse
;_;
L1228[18:23:00] <Daiyousei> s/a
pain/crappy/
L1229[18:23:01] <Kibibyte>
<Daiyousei> C++ is crappy
L1230[18:23:03] <Daiyousei> *
L1231[18:23:15] <Daiyousei> c++ is like,
C with a shitlarge pile of shit ontop of it
L1232[18:23:22] <Daiyousei> they keep
adding shit upon shit
L1233[18:23:25] <Daiyousei> but they
never fix
L1234[18:24:10] <Caitlyn> Oh so Minecraft
and Space Engineers.. lolol
L1235[18:24:11] <Pwootage> how is parsing
with gson going badly
L1236[18:24:12]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 200
seconds)
L1237[18:24:15] <Pwootage> it can
literally parse it into a map
L1238[18:24:18] <Soni> I just wish Lua
wasn't a macro and typedef landmine
L1239[18:24:40] ***
Lathanael is now known as Lathanael|Away
L1240[18:24:50] <Soni> a 30 minute job
took me a whole day just because of macros and typedefs which I had
to go thru
L1241[18:25:00] <Soni> (and no, I don't
have an IDE)
L1242[18:26:14] <Caitlyn> Pwootage, well
it's not going so well for me, and the data I'm getting
L1244[18:26:51] <Caitlyn> I need to
iterate over each JSONObject in the JSONArray and extract the
data..
L1245[18:26:54] <Caitlyn> but I can't get
shit
L1246[18:28:59] ***
Pwootage is now known as Pwootage|Off
L1247[18:29:29] <Caitlyn> I scared him
off...
L1248[18:29:30] <Caitlyn> yay
L1249[18:29:31]
⇨ Joins: tattyseal (~tattyseal@2.25.3.4)
L1250[18:29:44] ***
Pwootage|Off is now known as Pwootage
L1251[18:29:47] <Caitlyn> wb
L1252[18:29:53] <Pwootage> was switching
PCs sorry :P
L1253[18:30:34] <Caitlyn> but yeah gson
gets stuff from JSONObjects pretty easily, that's how I get the
token to get this data...
L1254[18:30:54] <Caitlyn> But getting the
data from the domainlist is a pain
L1255[18:31:12]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1256[18:38:18]
⇦ Quits: Mirodin
(~quassel@2a02:810d:12c0:1878:a016:eb32:57d7:6197) (Remote host
closed the connection)
L1257[18:43:11]
⇦ Quits: tattyseal (~tattyseal@2.25.3.4) (Quit:
Leaving)
L1259[18:47:41] ***
ping is now known as andrea
L1260[18:48:00] ***
andrea is now known as v^
L1261[18:48:25] ***
Daiyousei is now known as daisy
L1262[18:48:31] ***
daisy is now known as Daiyousei
L1263[18:50:11]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L1264[18:50:58] ***
g is now known as gAway2002
L1265[18:55:09]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1266[19:10:06] ***
Csst|AFK is now known as Csstform
L1267[19:11:09]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 378
seconds)
L1268[19:14:56]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1269[19:29:44] ***
Magik6k is now known as Magik6k|off
L1270[19:34:15]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 378
seconds)
L1271[19:35:24] ***
prasselpikachu is now known as prassel|off
L1272[19:36:07]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1273[19:45:14] <shorty|wrk> is there a
way to reverse the way event.pull works? example: use in a loop and
only end the loop when a certain key is pressed?
L1274[19:46:49] <Kodos> Just call your
loop as 'while running do' and then do an event pull that makes
that certain key set running to false
L1275[19:48:58] ***
Daiyousei is now known as SleepingFairy
L1276[19:52:05]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 194
seconds)
L1277[19:56:26]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1278[20:08:36] <Kodos> Shuudoushi,
L1279[20:08:42] <Kodos> Wake up
L1280[20:08:51] <Shuudoushi> yo?
L1281[20:08:55] <Shuudoushi> been awake
btw
L1282[20:09:02] <Kodos> I need that code
from the other day
L1283[20:09:06] <Kodos> With the while
running do loop
L1284[20:09:07] <Shuudoushi> yep
L1286[20:10:00] <Kodos> shorty|wrk, you
can get rid of the control and alt detection, and just swap 'c' to
whatever key
L1287[20:10:00] <Shuudoushi> should work,
never really tested it myself
L1288[20:10:15] <Shuudoushi> it's X on
that one lol
L1289[20:10:22] <Kodos> keys.c
L1290[20:10:31] <Kodos> X is just the var
name
L1291[20:10:34] <Kodos> that you gave
it
L1292[20:11:02] <Shuudoushi> you can also
change the "0" to just about any number, it's the refresh
rate at which the func looks for a change
L1293[20:11:37] <Shuudoushi> Kodos: I
seen what you were saying after I said X lol
L1294[20:12:06] <Shuudoushi> shorty|wrk:
if you look on the OC wiki, there should be a list of the keys that
can be used
L1295[20:12:41]
⇨ Joins: Daraketh (webchat@101.166.166.63)
L1296[20:12:45] <Shuudoushi> and more
importantly, the proper name for them, b/c if you use the wrong
name, it fucks up lol
L1297[20:12:54] <shorty|wrk> yeah, my
code i wrote works but only when key is punched. Example I have it
just throw 1 + 1 on the monitor forever, if q is pressed it will
quit the loop
L1298[20:13:09] <shorty|wrk> numbers only
inc when a button other than q is pressed then if you press q it
quits heh
L1299[20:13:20] <Daraketh> hey guys, i
was wondering if anyone could tell me if openperipherals works with
OC?
L1300[20:13:31] <Kodos> Daraketh, it does
not, due to how OpenPeripherals is implemented
L1301[20:13:35]
⇨ Joins: dangranos (~dangranos@178.186.67.72)
L1302[20:13:37] <Shuudoushi> Daraketh:
RTFM
L1303[20:13:39] <Kodos> AFAIK
anyway
L1304[20:13:44] <Daraketh> ah damn
:(
L1305[20:14:03] <Shuudoushi> there should
be a compat listing some place on the OP wiki
L1306[20:14:07] <Daraketh> does OC have
"out of the box" support for interactions with chests
etc, doing it with a PC rather than robot i mean
L1307[20:14:24] <Shuudoushi>
adapter
L1308[20:14:27] <shorty|wrk> Kodos,
correct me if i am wrong, but can't you write your own API to
interface with any device in OpenComputers?
L1309[20:14:34]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 200
seconds)
L1310[20:14:39] <Shuudoushi> just about
it yes
L1311[20:14:40] <Daraketh> i've got a
chest on an adapter, but it doesn't pick it up as a component
L1312[20:14:44] <dangranos> shorty|wrk,
its called drivers iirc
L1313[20:15:04] <Sangar> i actually think
openperipheral added oc compat recently
L1314[20:15:04] <Kodos> Daraketh, put an
inventory controller upgrade in the adapter
L1315[20:15:21]
⇦ Quits: TabletCube (~TCube@95f105f4.skybroadband.com)
(Remote host closed the connection)
L1316[20:15:26] <Shuudoushi> Sangar:
requesting adapter + chest? lol
L1317[20:15:44] <Shuudoushi> oh yeah XD
nvm Sangar lol
L1318[20:16:04] <Shuudoushi> oh, and
thanks again for adding better jukebox support :P
L1320[20:16:27] <Sangar> heh, no
problemo
L1321[20:16:30] <Shuudoushi> back to
sending kerbals into the sun for me
L1322[20:17:17] <Shuudoushi> and yes, I
know, I'm a terrible SOB }:D
L1323[20:17:33]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1324[20:17:44] <dangranos> do it with
style
L1326[20:18:40] ***
Kilobyte is now known as Kiloff
L1327[20:18:52] <Shuudoushi> btw, landing
on moho is a bitch x.x
L1328[20:19:20] <Sangar> oh well, 3am,
i'm off to bed. gnight o/
L1329[20:19:33] <Shuudoushi> night
o/
L1330[20:20:02] <Daraketh> just saw your
comment, thanks kodos
L1331[20:20:07] <Daraketh> goodnight
sangar
L1332[20:20:21]
⇨ Joins: TabletCube
(~TCube@95f105f4.skybroadband.com)
L1333[20:22:21] <PotatoTrumpet>
damnit
L1334[20:23:19] <dangranos> but its
called "mun"..
L1335[20:24:20] <PotatoTrumpet> So, my
mom made potroast
L1336[20:24:36] <PotatoTrumpet> didn't
cut up the roast beef thin enough
L1337[20:24:44] <PotatoTrumpet> I now
have a giant chunk of roastbeef
L1338[20:25:15] <dangranos> cut it
yourself?
L1339[20:25:23] <PotatoTrumpet> meh
L1340[20:25:32] <PotatoTrumpet> already
comfertable
L1341[20:30:45] <PotatoTrumpet> I think
SKS is dead
L1342[20:31:59] <Stary2001> no you're in
the matrix
L1343[20:32:06]
⇦ Quits: Daraketh (webchat@101.166.166.63) (Quit: Web client
closed)
L1344[20:32:34] <PotatoTrumpet> are you
shure
L1345[20:32:41] <Stary2001> yes
L1346[20:32:43] <PotatoTrumpet> I saw a
sign that said twilightzone
L1347[20:33:59] <PotatoTrumpet> So
L1348[20:34:03] <PotatoTrumpet> is there
a OC Emulator?
L1349[20:37:09]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 194
seconds)
L1350[20:39:04] <Soni> help, ppl make a
big deal of the name "SExLua" >.>
L1351[20:39:24] <gamax92> Soni: remove
x
L1352[20:39:29] <gamax92> problem
solved
L1353[20:39:43] <PotatoTrumpet> What;s
wrong with SExLua
L1354[20:39:45] <Soni> there's already a
SELua, I think
L1355[20:39:56] <PotatoTrumpet> Just use
SExLua
L1356[20:39:57] <Kodos> What about
SoniLua
L1357[20:40:04] <PotatoTrumpet>
SonyLua
L1358[20:40:06] <gamax92> Soni: you could
also rename the repo from sexlua to SExLua >_>
L1359[20:40:20] <PotatoTrumpet> I would
like a little sexlua please
L1360[20:40:23] <Soni> SoniLua is my
bot
L1361[20:40:39] <PotatoTrumpet>
SELuaX
L1362[20:40:40] <Soni> gamax92, ppl make
a big deal either way
L1363[20:41:42] <PotatoTrumpet>
xSELua
L1364[20:41:52] <PotatoTrumpet>
LuaSE
L1365[20:41:58] <PotatoTrumpet> Lua Steam
Edition
L1366[20:41:59]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1367[20:42:28] <gamax92> Soni: then add
a y
L1368[20:42:31] <gamax92> SExyLua
L1369[20:42:41] <PotatoTrumpet>
LuaSExy
L1370[20:42:41] <Soni> >.>
L1371[20:42:48] <gamax92> sexy has
different implications than se
L1372[20:42:57] <gamax92> sex*
L1373[20:43:21] <Soni> I might make
GenderLua then >.>
L1374[20:43:29] <PotatoTrumpet> or
gamax92Lua
L1375[20:44:56] <shorty|wrk> Shuudoushi
& Kodos, that example of the key event doesn't work. I am
making a work around and will show you an example that works.
L1376[20:45:06] <Kodos> Blame shuu
L1377[20:45:10] <Kodos> He wrote it
=D
L1378[20:45:11] <shorty|wrk> lol
L1379[20:45:39] <PotatoTrumpet> it;s all
Shuudoushi;s falt
L1380[20:48:41] <PotatoTrumpet> Hmm
L1381[20:48:45] <PotatoTrumpet> Should I
play ETS2
L1382[20:48:51] <PotatoTrumpet> ._.
L1383[20:54:14] ***
Gopher|afk is now known as Gopher
L1384[20:58:20]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L1385[21:04:53]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1386[21:12:55]
⇦ Quits: TabletCube (~TCube@95f105f4.skybroadband.com)
(Remote host closed the connection)
L1387[21:18:21] ***
alekso56 is now known as alekso56_off
L1388[21:19:47]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L1389[21:24:42]
⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L1390[21:26:58]
⇦ Quits: phillips1012 (~phillips1@72.42.104.172) (Client
Quit)
L1391[21:27:06]
⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L1392[21:27:36]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1393[21:29:02]
⇦ Quits: phillips1012 (~phillips1@72.42.104.172) (Client
Quit)
L1394[21:31:38]
⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L1395[21:34:12]
⇦ Quits: phillips1012 (~phillips1@72.42.104.172) (Client
Quit)
L1396[21:34:44]
⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L1397[21:43:28]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 194
seconds)
L1398[21:45:23] <Kodos> Abyssalcraft is
interesting...
L1399[21:46:06] <gamax92>
KodosCraft
L1400[21:50:26]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1401[21:50:49]
⇦ Quits: GunArm (~barrett@firewall.mitsi.com) (Read error: No
route to host)
L1402[21:54:59]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L1403[21:58:05] ***
ds84182 is now known as dsTest
L1404[21:58:36]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1405[21:59:31] ***
dsTest is now known as ds84182
L1406[22:00:08] ***
ds84182 is now known as dsteeeest
L1407[22:01:17] ***
dsteeeest is now known as ds84182
L1408[22:01:27] ***
ds84182 is now known as dsaway
L1409[22:02:39] <ShadowKatStudios>
gamax92craft
L1410[22:04:12] <Kodos> I already made a
mod, and called it K-Matter
L1411[22:05:30]
⇦ Quits: Greylocke|afk (~quassel@108.174.52.16) (Ping
timeout: 378 seconds)
L1412[22:06:42] <Shuudoushi> shorty|wrk:
it's more or less the code that I've used in a few programs
o.O
L1413[22:06:58] <Shuudoushi> though, I
mostly look for someone pressing enter and that's all ..>
L1414[22:07:02] <Shuudoushi>
>.>*
L1415[22:07:28] <shorty|wrk> gotcha man,
been battling this for a hile now
L1416[22:07:32] <shorty|wrk> while*
L1417[22:08:18] <shorty|wrk> just seems
anytime os.event is called it will pause anything running. been
trying to make a work around it
L1418[22:08:28] <shorty|wrk> multiple
functions being called in multiple loops
L1419[22:08:39]
⇨ Joins: Greylocke (~quassel@108.174.52.16)
L1420[22:09:33] <Shuudoushi> ah yes
L1421[22:09:42] <Shuudoushi> I use it as
a timer mostly
L1422[22:09:58] <shorty|wrk> open source
aye, maybe i need to add another function as CC has
os.pullEvent
L1423[22:10:22] <Shuudoushi> change this
line local _, _, _, X = event.pull(0, "key_down") to this
local _, _, _, X = event.pull(1, "key_down"), and use it
as a sleep in your program
L1424[22:10:26] <shorty|wrk> that way it
never gets 'paused'
L1425[22:10:43] <shorty|wrk> ok, will try
right now
L1427[22:13:17] <Shuudoushi> that bit of
code gets used on line 133
L1428[22:13:34] <shorty|wrk> the code
original, you are missing == for X. then it crashes on event line
stating a nil value
L1430[22:14:13] <Shuudoushi> yeah... line
8... my bad...
L1431[22:15:04] <Shuudoushi> I tossed
that snippet to gether in like 2 mins >.>
L1433[22:15:58]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 194
seconds)
L1434[22:20:09] <shorty|wrk> still
getting a attempt to index global 'event' a nil value
L1435[22:21:52] <shorty|wrk> ahh missing
event, fixed
L1436[22:23:27]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1437[22:27:23] <shorty|wrk> ok this is
very strange :P If i put os.sleep in there it ignores my key
entirely, if there is no sleep it works fine
L1438[22:28:04] <shorty|wrk> is it safe
to not use a timer for updating screens and so forth, or will it
cause/create lag?
L1440[22:30:41] *
Shuudoushi is playing KSP, so ping if needed.
L1441[22:31:19] ***
dsaway is now known as dsAway
L1443[22:32:40] <shorty|wrk> comment out
line 23 and boom it works flawless lol
L1444[22:33:06] <shorty|wrk> ahh so the
event is using 1 second gotcha
L1445[22:33:13] <Shuudoushi> yep
L1446[22:33:16] <shorty|wrk> no need for
os.sleep at all.
L1447[22:33:24] <Shuudoushi> it acts as a
sleep as an added bonus :D
L1448[22:33:31] <shorty|wrk> gotcha
L1449[22:33:42] <shorty|wrk> many thanks,
this is a whole different strategy coming from cc :P
L1450[22:33:55] <Shuudoushi> lol, a bit
yes
L1451[22:34:08] <shorty|wrk> wished I
would have found this project a lot sooner
L1452[22:34:10] <Shuudoushi> I'm still
trying to break myself of many bad habits myself XD
L1453[22:34:39] ***
Techokami is now known as Techokami|Off
L1454[22:37:25] <shorty|wrk> any work
around when copying and pasting code with actual tabs in them ? I
changed all my editors to use 2 spaces rather than tabs. When
pasting some in
L1455[22:37:47] <shorty|wrk> it leaves a
symbol before every line
L1456[22:37:56]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 200
seconds)
L1458[22:44:48]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1459[22:47:46] <shorty|wrk> lol damn
wonder is that 16 years is real or just a hacked uptime on the
box
L1460[22:48:54] <shorty|wrk> if that*
jeez i need sleep
L1462[22:50:51] <ShadowKatStudios>
yep
L1463[22:50:59] <ShadowKatStudios>
fuckin' insane
L1464[22:52:53]
⇦ Quits: Lathanael|Away
(~Lathanael@p549706F9.dip0.t-ipconnect.de) (Ping timeout: 198
seconds)
L1465[22:54:33] <shorty|wrk> you got that
right
L1466[22:55:17] <shorty|wrk> he must has
had some serious hardware i mean i see the bearings and such were
going out but the power supply. Liquid cooled maybe? crazy shit
man
L1467[22:56:52] <ShadowKatStudios> I have
a box from 2001- Dell, dual-PSU, 4 SCSI HDDs in RAID, everything
but the motherboard works.
L1468[22:57:17]
⇨ Joins: Lathanael|Away
(~Lathanael@p549718A2.dip0.t-ipconnect.de)
L1469[23:00:59]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 189
seconds)
L1471[23:04:38] <PotatoTrumpet> Soo
L1472[23:04:43] <PotatoTrumpet> for
future planning
L1473[23:04:54] <PotatoTrumpet> I'm
planning on spending ~$200 on a server
L1474[23:04:57] <PotatoTrumpet> home
server
L1475[23:05:03] <PotatoTrumpet> so
yah
L1476[23:05:20]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1477[23:07:43]
⇨ Joins: VikeStep
(~VikeStep@CPE-58-165-35-99.lns1.lon.bigpond.net.au)
L1479[23:20:46]
⇦ Quits: hi117 (~hi117@68.200.21.17) (Quit: WeeChat
1.0.1)
L1480[23:20:58]
⇨ Joins: hi117 (~hi117@68.200.21.17)
L1481[23:23:08]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 194
seconds)
L1482[23:31:21]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1483[23:31:26] <PotatoTrumpet>
shhhhhhhadddddooooowwwwwkkkkaaattt
L1484[23:31:37] <PotatoTrumpet> arrrrr
youuuuuu theeere
L1485[23:31:41] ***
ShadowKatStudios is now known as Izaya
L1486[23:31:50] <Izaya> I know not this
shadowkat you speak of
L1487[23:31:52] ***
PotatoTrumpet is now known as JimmyJohns
L1488[23:32:01] <JimmyJohns> Annyone want
a
L1489[23:32:07] <JimmyJohns>
sandwich?>
L1490[23:32:27] <Izaya> no
L1491[23:32:34] <Izaya> I have
icecream
L1492[23:32:43] *
gamax92 tackle hugs Izaya
L1493[23:32:48] *
JimmyJohns eats gamax92
L1494[23:32:53] <gamax92> JimmyJohns:
nostop
L1495[23:32:56] <Izaya> uh?
L1496[23:32:58] *
JimmyJohns eaths harde
L1497[23:33:08] *
JimmyJohns eats harder
L1498[23:33:15] <gamax92> /ignore
JimmyJohns all
L1499[23:33:16] ***
JimmyJohns is now known as PotatoTrumpet
L1500[23:33:23] <gamax92> oh well that
ignore does nothing now :P
L1501[23:33:29] <PotatoTrumpet> :P
L1502[23:33:29] <Kodos> Who all has ever
hosted a server
L1503[23:33:32] <Kodos> For MC
L1504[23:33:33] <PotatoTrumpet> I
did
L1505[23:33:33] <gamax92> Ji
L1506[23:33:36] <gamax92> I have
L1507[23:33:43] <Izaya> gamax92: Why are
you tackle-hugging me?
L1508[23:33:47] <gamax92> Izaya:
sadness
L1509[23:33:48] <PotatoTrumpet> *may*
have been attacked by people
L1510[23:33:58] <Kodos> Assuming there
isn't any PvP, would you ban someone for using something like a
texture pack that replaces the pumpkin blur with a stadiametric
scope for bows?
L1511[23:34:08] <PotatoTrumpet> with a
what?
L1512[23:34:12] <Kodos> sec
L1513[23:34:15] <dangranos> O_o
L1514[23:34:21] <PotatoTrumpet> no
L1515[23:34:29] <PotatoTrumpet> that's
just pure craftyness
L1516[23:34:30] <dangranos> just kinda
hot-restarted connection
L1518[23:34:52] <PotatoTrumpet> Kodos,
no
L1519[23:34:53] <Kodos> Makes you able to
shoot a bow accurately to 100 blocks
L1520[23:35:01] <PotatoTrumpet> that is
smart
L1521[23:35:01] <gamax92> Kodos:
yes.
L1522[23:35:05] <Kodos> gamax92,
why?
L1523[23:35:07] <gamax92> PotatoTrumpet:
he didn't make it.
L1524[23:35:18] <gamax92> Kodos: its a
tool of advantage others don't have.
L1526[23:35:21] ***
AngieBLD is now known as AngieBLD|Off
L1527[23:35:29] <Kodos> But others are
perfectly capable of putting one on
L1528[23:35:38] <Kodos> So if they don't,
it's purely choice they don't have that advantage
L1529[23:35:42] <Kodos> It's literally a
single file in a resource pack
L1530[23:36:04] <gamax92> Kodos: well,
are you informing everyone on the server that it exists and that
they can use it?
L1531[23:36:10] <Izaya> that
pumpkin
L1532[23:36:14] <Izaya> is genius
L1533[23:36:24] *
PotatoTrumpet eats Izaya
L1534[23:37:14] *
Izaya repeatedly slashes PotatoTrumpet with a
pocketknife
L1535[23:37:20]
⇦ Quits: Inari (~Uni@p54934DCB.dip0.t-ipconnect.de) (Ping
timeout: 200 seconds)
L1536[23:40:35] <PotatoTrumpet>
damn
L1537[23:40:37] <PotatoTrumpet> so
violent
L1538[23:41:23] <gamax92> Kodos: But
others are perfectly capable of putting XRay, aimbots, autofishers,
aura, etc mods on
L1539[23:41:32] <gamax92> So if they
don't, its purely choice they don't have that advantage
L1541[23:41:58] <PotatoTrumpet>
tinypic?
L1542[23:42:02] <PotatoTrumpet> that's
still around
L1543[23:42:12] <gamax92> lol ikr
L1544[23:42:19] <Izaya> I know
L1545[23:42:23] <Izaya> how weird is
that
L1546[23:42:28] *
Izaya googled that image
L1547[23:43:39] <PotatoTrumpet> soo
L1548[23:43:43] <Kodos> Those are
outright cheats though. It's not as if I'm using an aimbot
L1549[23:43:56] <PotatoTrumpet> Kodos,
did you get banned?
L1550[23:44:05] <Kodos> This still
requires you to line up shots, guesstimate how far away the target
is, etc
L1551[23:44:15] <Kodos> PotatoTrumpet,
no, I'm playing with a friend and he's pissing and moaning because
I'm using it
L1552[23:44:19] <Kodos> Since I'm now a
better shot than he is
L1553[23:44:33] <Kodos> He's going on
about how that'd get me banned on practically any server
L1554[23:44:46] <Kodos> While I agree
with that statement for PvP servers
L1555[23:44:51] <gamax92> Kodos: oh, then
i think its perfectly fine and that your friend should stop
bitching
L1556[23:45:42] <PotatoTrumpet> Izaya,
reset openTTD and play with me
L1557[23:45:59] <gamax92> OpenTTD for
OpenComputers
L1558[23:46:10] <PotatoTrumpet> :D
L1559[23:46:36] <Kodos> gamax92, make it
happen so I can figure out what OpenTTD is
L1560[23:46:52]
⇦ Quits: cpup (~cpup@32.218.113.33) (Ping timeout: 200
seconds)
L1561[23:46:56] <PotatoTrumpet> #g
OpenTTD
L1563[23:47:00] <PotatoTrumpet>
kdodos
L1564[23:47:01] <gamax92> Kodos:
"Transport Tycoon Deluxe" ring a bell??
L1565[23:47:03] <PotatoTrumpet>
kodos
L1566[23:47:56] <Kodos> ¯\_(ツ)_/¯
L1567[23:47:57] <Kodos> brb
L1568[23:48:30] <gamax92> you're a guy
who's incontrol of a transport company and you try to make profit
by transporting goods, cargo, people
L1569[23:49:10] <PotatoTrumpet> ^
L1570[23:49:12] <gamax92> theres planes
and trains and boats iirc
L1571[23:49:32] <PotatoTrumpet> planes,
trains, and automobiles
L1572[23:49:49] <PotatoTrumpet> and
boats
L1573[23:50:41] <PotatoTrumpet> Izaya,
pls
L1574[23:51:10] <Izaya> *yawn* I think I
have the Drrr novels on my tablet, I'm gonna go read for a
while
L1575[23:51:44] <PotatoTrumpet> no
L1576[23:51:49] <PotatoTrumpet> bad
Izaya
L1577[23:52:29] <Izaya> Who are you to
call me bad?
L1578[23:52:40] <PotatoTrumpet>
PotatoTrumpet,
L1579[23:53:41]
⇨ Joins: cpup (~cpup@32.218.113.33)
L1580[23:55:10] <gamax92> woah woah
woah
L1582[23:55:13] <gamax92> this is a
thing
L1583[23:58:41] <Izaya> PotatoTrumpet: so
you make a pun. Funny. I'm gonna go read.