<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:07] <gamax92> why?
L2[00:00:23] <Kodos> Well, I guess if you
var them, it could be easier
L3[00:00:30] <gamax92> you can?
L4[00:00:42] <Kodos> well, if you do
like
L5[00:00:54] <Kodos> s =
unicode.char(whatevercodehere)
L6[00:00:57] <Kodos> at the start
L7[00:01:01] <Kodos> You could just call the
s instead
L8[00:01:03] <gamax92> yes, you would do
that
L9[00:01:41] <Kodos> Gonna go play Lego The
Hobbit with the mrs
L10[00:01:43] <Kodos> afk
L11[00:01:48] ***
Kodos is now known as Kodos|AFK
L12[00:06:30] <justastranger> If only oc
wasn't such a pain in the ass to set up :\
L13[00:08:54] <gamax92> Michiyo: :D i can
extend the 160x50 screen to a 160x100 graphical screen..
L14[00:09:08] <Altenius> Do CPUs affect
speed with OC?
L15[00:09:22] <gamax92> i think they affect
number of components
L16[00:09:28] <Altenius> But not
speed?
L17[00:09:31] <gamax92> no?
L18[00:09:36] <Altenius> k good
L20[00:11:21] ***
Nentify is now known as Nentify|away
L21[00:11:34] <Michiyo> neat
L22[00:12:05] <gamax92> using ▄
L23[00:14:20] ⇦
Quits: jk-5 (~jk-5@5ED40762.cm-7-5a.dynamic.ziggo.nl) (Ping
timeout: 190 seconds)
L24[00:16:14] ⇨
Joins: Maxwolf (labs@pipette.madsciencemod.com)
L25[00:16:14] zsh
sets mode: +v on Maxwolf
L27[00:20:06] ***
Death|Away is now known as Death
L28[00:20:29] ⇨
Joins: jk-5 (~jk-5@5ED40762.cm-7-5a.dynamic.ziggo.nl)
L29[00:20:29] zsh
sets mode: +v on jk-5
L30[00:21:02] <Michiyo> lol..
L31[00:30:25] ⇨
Joins: Techokami
(~Techokami@pool-173-48-10-197.bstnma.east.verizon.net)
L32[00:32:24] <gamax92> Techokami!
L33[00:32:29] <Techokami> ahoy again
L35[00:32:37] <gamax92> 160x100
L36[00:33:12] <Techokami> hnnnnng
L37[00:33:34] <Techokami> is there a way to
set the font size yet, or is that immutable still
L38[00:33:48] <gamax92> uhh, still
unchangable iirc
L39[00:33:53] <Techokami> because imagine
that
L40[00:33:56] <Techokami> with an 8x8
font
L41[00:34:10] <gamax92> the same thing but
smaller?
L42[00:34:14] <Techokami> well
L43[00:34:21] <Techokami> the same thing
but with actually square pixels
L44[00:34:42] <Techokami> no scaling
artifacts
L45[00:35:02] <gamax92> the scaling
artifacts is because my window is small
L46[00:35:18] <gamax92> also, the pixels
are pretty much square, 10x9.5
L47[00:37:25] ***
Neonbeta is now known as Neonbeta|That
L48[00:37:38] ***
Neonbeta|That is now known as Neonbeta|Sleep
L50[00:39:27] <Techokami>
yeeessssssssss
L51[00:40:25] ***
Cazzar is now known as Cazzar|Away
L52[00:40:45] <Techokami> is this using the
OCI image format, or some other format
L53[00:41:06] <gamax92> Techokami: its
using the slow format
L54[00:41:15] <Techokami> ah
L55[00:41:19] <gamax92> as in im just
changing every pixel on screen left to right top down
L57[00:41:44] ⇦
Quits: Altenius (~Altenius4@199.193.183.1) (Ping timeout: 186
seconds)
L58[00:41:48] ***
Death is now known as Death|Away
L59[00:42:18] <gamax92> Techokami: i don't
think that'll use the half block character
L60[00:42:28] <Techokami> ohhh :O
L61[00:42:41] <gamax92> ▄▀▄▀▄▀▄▀▄▀▄▀
L62[00:43:10] ⇨
Joins: TangentDelta (~PewNaN@63.143.24.24)
L63[00:43:28] <Techokami> that would simply
just be packing two pixels into one char, right?
L64[00:43:36] <gamax92> yes?
L65[00:43:52] <Techokami> couldn't the
renderer unpack the data like that?
L66[00:43:57] <gamax92> maybe
L67[00:44:08] <v^> gamax92, stahp
L68[00:44:11] <v^> my screen
L69[00:44:14] <gamax92> v^: i sorru
L70[00:44:27] <gamax92> v^: but, making oci
use that character would be cool
L71[00:44:39] <v^> OC can use block
chars
L72[00:44:51] <v^> well, not those, those
are shitty blocks
L73[00:45:00] <v^> code page 437 ftw
L74[00:45:10] <gamax92> v^: why are those
shitty, it gains us twice vertical space
L75[00:46:41] <gamax92> Techokami: sigh, so
unreliable
L76[00:46:54] <Techokami> :(
L77[00:47:18] <Techokami> you'd need a
different format that stores vertical pairs of pixels
L78[00:47:30] <Techokami> instead of linear
storage
L79[00:48:15] ***
Death|Away is now known as Death
L80[00:49:35] <Techokami> maybe even add in
some compression to it as well
L81[00:49:53] ***
Death is now known as Death|Away
L82[00:50:03] <gamax92> We have ipack
compression
L83[00:51:08] <Techokami> like,
2rrggbbrrggbb for two pixels in a vertical pair with different
colors, and 1rrggbb for two pixels in a vertical pair with the same
color (probably use a different char here)
L84[00:51:43] <Techokami> so regions which
use the same color a lot can be compressed down a little, and make
rendering a little faster
L85[00:53:01] <Techokami> I like to dick
around with old video game graphic formats :V
L86[00:55:49] ***
Death|Away is now known as Death
L87[00:58:07] <gamax92> Techokami: wee, did
a lil bit of code optimization, its now 40% of the original
size.
L88[00:58:15] <Techokami> :D
L89[01:00:11] ***
Cazzar|Away is now known as Cazzar
L90[01:02:38] ⇨
Joins: Altenius (~Altenius4@199.193.183.1)
L91[01:03:23] ⇦
Quits: ironmountain (~Caleb@c-67-190-228-157.hsd1.fl.comcast.net)
(Quit: Leaving)
L92[01:07:00] <gamax92> Techokami: 53.25
seconds unoptimized, 28.25 seconds slightly optimized.
L93[01:07:08] <Techokami> nice
L94[01:08:35] ***
Kodos|AFK is now known as Kodos
L95[01:17:27] ***
Cazzar is now known as Cazzar|Away
L96[01:18:09] ***
LordFokas is now known as LordFokas|off
L97[01:18:56] ⇦
Quits: TangentDelta (~PewNaN@63.143.24.24) (Remote host closed the
connection)
L98[01:19:23] <gamax92> Techokami: gotten
17 seconds
L99[01:19:32] <Techokami> awesome!
L100[01:21:03] <Kodos> Wat
L101[01:21:33] <gamax92> i mean, most of
the delay is from setting the palette
L102[01:21:56] ***
Death is now known as Death|Away
L103[01:22:14] ***
Death|Away is now known as Death
L104[01:22:19] ⇦
Quits: Johannes13 (~Johannes@p4FDE8260.dip0.t-ipconnect.de) (Ping
timeout: 194 seconds)
L105[01:23:29] ***
AngieBLD is now known as AngieBLD|Off
L106[01:25:17] <gamax92> i lied, that
takes 3 seconds
L107[01:25:19] <Kodos> Is there a length
limit to cable usage
L108[01:25:38] <Kodos> And/or how much lag
would a fuckton cause
L109[01:26:55] <gamax92> a fuckton of
cables will give you inf FPS
L111[01:28:03] <Techokami> :O
L112[01:29:24] <Kodos> dafuq is that
L113[01:30:24] <gamax92> Kodos: a
tree
L114[01:30:41] <Kodos> Can it do other
images
L115[01:30:49] <gamax92> no, IT
cannot.
L116[01:30:53] <gamax92> however, I
can
L117[01:31:03] <Kodos> Do you take
requests
L118[01:31:07] <gamax92> sure
L119[01:31:17] <Kodos> Gimme a sec,
finding it
L120[01:32:10] <Techokami> awesome
:O
L121[01:32:16] <Kodos> Gonna have to grab
it off SL, gimme a sec
L123[01:33:16] <gamax92> Kodos: but its
portrait orientated
L124[01:33:16] <Kodos> Also pinging v^
because cat
L125[01:33:22] <Kodos> Uhh
L126[01:33:23] <Kodos> hang on
L128[01:36:38] <gamax92> Kodos:
hastebin.com/epiwelasuk.lua
L129[01:37:57] <Kodos> Errr it's just
echoing back what I say to it
L130[01:38:07] <gamax92> wat
L131[01:38:24] <Kodos> I was afk for like
the last hour, did I miss something I needed to download
L132[01:38:28] <gamax92> Kodos: what do
you mean, it doesn't read anything
L133[01:38:40] <gamax92> all it needs is
itself
L134[01:38:44] <Kodos> Then it isn't
working
L135[01:38:55] <gamax92> Kodos: are you on
a t3 screen/gpu
L136[01:38:58] <Kodos> Yes
L137[01:39:05] <gamax92> screenshot of
problem?
L139[01:39:46] <Kodos> I only typed those
words once a piece
L140[01:39:50] <gamax92> Kodos: you called
it cat
L141[01:39:56] <gamax92> cat is a built in
program
L142[01:40:01] <Kodos> Oh God damnit
L143[01:40:05] <Death> :D
L144[01:40:21] <Death> Would ./cat.lua
work?
L145[01:40:24] <gamax92> possibly
L147[01:41:08] <Altenius> ironmountain,
delete the config file for OC
L148[01:41:10] <Kodos> That's awesome, now
hang on
L149[01:41:12] <Kodos> I have one more pic
for you
L150[01:45:12] ⇦
Quits: jk-5 (~jk-5@5ED40762.cm-7-5a.dynamic.ziggo.nl) (Ping
timeout: 186 seconds)
L151[01:45:57] <Michiyo> woah..
L152[01:46:00] <gamax92> zzzZZZ
zzzZZZ
L153[01:46:00] <Michiyo> niiice
L154[01:46:41] <gamax92> it would look
even better except the palette 16 and above is broken
L155[01:49:14] ⇦
Quits: Techokami
(~Techokami@pool-173-48-10-197.bstnma.east.verizon.net) (Quit:
Leaving)
L156[01:51:09] *
gamax92 pokes Kodos
L157[01:51:14] <Kodos> I'm getting
it
L158[01:51:15] <Kodos> hang on
L159[01:51:49]
⇨ Joins: jk-5
(~jk-5@5ED40762.cm-7-5a.dynamic.ziggo.nl)
L160[01:51:49]
zsh sets mode: +v on jk-5
L162[01:53:10] <Kodos> We had a goofy hats
and glasses photo booth at our wedding =D
L164[01:53:49] ***
Death is now known as Death|Away
L165[01:53:55] <Kodos> Yikes
L166[01:54:39] <gamax92> Kodos: I've
ruined you!
L167[01:55:11] ***
Death|Away is now known as Death
L168[01:55:24] <Kodos> I was more
concerned with how my wife's face turned out lol
L169[01:55:30] <gamax92> oh, thar
L170[01:55:33] <gamax92> that*
L173[01:57:03] <Kodos> That'd be a good
painting in MC
L174[01:59:31] ⇦
Quits: Altenius (~Altenius4@199.193.183.1) (Quit:
Leaving)
L176[02:03:17] <Kodos> Still not
working
L177[02:03:41] <gamax92> what isn't?
L178[02:03:45] <Kodos> line 13 on the
wedding photo, 'attempt to call local 'f' (a nil value)
L179[02:04:00] <gamax92> Kodos: are you on
oc 1.3?
L180[02:04:03] <Kodos> x.x
L181[02:04:13] <Kodos> No, I can't use it
remember?
L182[02:04:15] <Kodos> I'm cursed
L183[02:04:30] <gamax92> Kodos: I can try
to make a version that doesn't set palettes
L184[02:04:31] ***
Death is now known as Death|Away
L185[02:05:23] <gamax92> actually, i can't
because i won't know the palette to dither to.
L186[02:06:07] ***
Death|Away is now known as Death
L187[02:08:51] <gamax92> Kodos: when i can
use the full 256 palette colors, these will look better.
L188[02:09:00] <Kodos> When?
L189[02:09:13] <gamax92> when the bug
preventing me from using anything above 15 is fixed.
L190[02:18:26] <Kodos> From my brother; I
am on the lookout for MS-DOS
paint/art/printing/publishing/animation software. If anyone has any
leads, PLEASE let me know.
L191[02:22:26] ***
Cazzar|Away is now known as Cazzar
L192[02:22:39] <gamax92> Kodos: google has
a nice database.
L194[02:23:20] <gamax92> theres some msdos
stuff in that
L196[02:27:35] ***
justastranger is now known as justastranger|zzz
L197[02:35:39] <gamax92> ahh
,dinners
L199[02:38:30] <Kodos> Meh, I'm back to
looking at things to program onto a computer
L200[02:38:37] <Kodos> Also setting up
some other stuff and getting an idea of what i'm doing
L201[02:38:45] <gamax92> Kodos: but your
brother?
L202[02:38:47] <Kodos> Then I'm gonna
download the old schematic I used to use as a base, and get
started
L203[02:38:52] <Kodos> He's offline
now
L205[02:56:28] <Michiyo> <3
L207[02:56:55] <Porygon> oops
L208[02:56:58] <Porygon> >.>
L209[02:57:17] <gamax92> Porygon: u wot
m8
L210[02:57:27] <Porygon> I didn't mean to
paste that
L211[02:57:31] <Porygon> what?
L212[03:10:28] <Kodos> .mcstatus
L213[03:10:36] <Kodos> why isn't that a
thing
L214[03:10:42] <Kodos> v^ make that a
thing
L215[03:10:59] <Michiyo> MichiBot,
mcstatus
L216[03:10:59] <MichiBot> Michiyo: Mojang
Status: Website:
Down
Session:
Down Account:
Up Auth:
Up Skins:
Up Auth Server:
Down Session Server:
Down
L217[03:11:14] <Kodos> Ah, that's
why
L218[03:11:15] <gamax92> ohshi
L219[03:16:42] <Michiyo> MichiBot,
mcstatus
L220[03:17:00] <Michiyo> oh
L221[03:17:02] <Michiyo> damn
L222[03:17:12] <Michiyo> Server returned
HTTP response code: 503
L223[03:17:42] <Michiyo> session server
has been down for 75 minutes..
L224[03:17:42] <gamax92> Michiyo: MichiBot
Status:
Down
L225[03:25:13] <Michiyo> MichiBot,
mcstatus
L226[03:25:13] <MichiBot> Michiyo: Mojang
Status: Website:
Up Session:
Down Account:
Up Auth:
Up Skins:
Up Auth Server:
Down Session Server:
Down
L227[03:25:28] <Michiyo> k, it should
return an error if the server it pulls from dies
L229[03:30:18] <Kodos> gamax92, Make that
an OS splash screen
L230[03:30:51] <gamax92> Kodos: if you
want to wait (5 or 8) seconds each time
L231[03:30:52] <gamax92> sure
L232[03:32:52] <Michiyo> Sure it's
"Loading" :p
L233[03:33:02] <Michiyo> ugh... that
always drove me nuts
L234[03:33:18] <Michiyo> sleeps to fake a
"load"
L235[03:33:47] <Michiyo> "oh were
doing nothing" sleep(2) "still doing nothing"
sleep(2) "nothing to see here" sleep(10)
L236[03:34:20] <gamax92>
term.write("Loading ") for i = 1,10 do sleep(3)
term.write(".") end
L237[03:34:38] <Michiyo> change that to a
random sleep
L238[03:34:41] <Michiyo> from 1-99
seconds
L239[03:34:44] <gamax92> XD
L240[03:35:20] ***
Death is now known as Death|Away
L241[03:39:53] ***
Death|Away is now known as Death
L242[03:42:32] ***
Death is now known as Death|Away
L243[03:43:43] <ectoBiologist> so i'm on
my crap
L244[03:43:44] <ectoBiologist> er
L245[03:43:47] <ectoBiologist> crap
desktop
L246[03:43:54] <ectoBiologist> best
accidental enter ever
L247[03:43:55] <gamax92> so you're on your
crap?
L248[03:44:25] <ectoBiologist> and my
headphones are dead the day before I leave for a roadtrip
L249[03:44:40] <ectoBiologist> parents are
only willing to buy earbuds and earbuds give my ears blisters after
10 mins
L250[03:49:44] <Kodos> How much are
earbuds
L251[03:55:25] <Kenny|AFK> anywhere from
$1 to $50-60 depending
L252[03:55:36] <gamax92> small little
optimization, dropped from 5 seconds to 3.25
L253[03:56:42] <Kodos> PneumaticCraft is
awesome, but a bit weird to set up
L254[03:57:01] <ectoBiologist> Kodos, even
the really expensive (ie. $80) ones give me blisters
L255[03:57:03] <ectoBiologist> i hate
it
L256[03:57:18] <Kodos> I was going to
say
L257[03:57:25] <Kodos> You can get foam
pad earphones for like 5 bucks at wally world
L258[03:57:31] <gamax92> are you allergic
to earbuds?
L259[03:57:38] <ectoBiologist> gamax92,
pretty sure I'm not
L260[03:57:49] <ectoBiologist> I'm not
really allergic to anything
L261[03:58:09] <gamax92> what if you grow
up, find out you are allergic to earbuds, and then remember back to
this day.
L262[03:58:21] <ectoBiologist> lol
L263[03:58:32] <ectoBiologist> but
headphones made of the same material don't do anything
L264[03:58:32] <ectoBiologist> lol
L265[04:00:13] <gamax92> going to do
another optimization idea, drawing vertical lines are currently
slow since its scanning left to right, then top down
L266[04:00:28] <gamax92> so, check
horizontally, then vertically, then use what ever makes less
calls
L267[04:01:04] <ectoBiologist> gamax92,
did you hear I'm working on writing a luakit-based browser?
L268[04:01:11] <gamax92> No, im deaf
L269[04:01:27] <ectoBiologist> lol
L270[04:01:34] <ectoBiologist> seriously
did you know that yet
L271[04:01:41] <gamax92> no, what is
luakit
L272[04:02:04] <ectoBiologist> luakit is
webkit with lua support
L273[04:02:09] <ectoBiologist> it's also a
browser itself
L274[04:02:12] <ectoBiologist> thats
pretty good
L275[04:02:19] <ectoBiologist> but I'm
writing my own UI and shit for it
L276[04:02:20] <gamax92> so you're writing
a browser in a browser?
L277[04:02:25] <ectoBiologist> like
L278[04:02:36] <ectoBiologist> I'm
basically gonna redesign it
L279[04:02:44] <ectoBiologist> because the
default UI isn't very user friendly
L280[04:02:48] <ectoBiologist> and it's
vim-like
L281[04:03:03] <ectoBiologist> but I want
something that looks more like Chrome
L282[04:04:33] <gamax92> convert vim
-resize Chrome newbrowser
L283[04:10:28]
⇨ Joins: Vexatos
(~Vexatos@p200300556E457B33008B3177B431E817.dip0.t-ipconnect.de)
L284[04:12:04] <ectoBiologist> hm?
L285[04:12:15] <ectoBiologist> also, i'm
using intellij over x11vnc
L286[04:12:15] <ectoBiologist> lol
L287[04:12:17] <gamax92> Vexatos: oh,
you've been gone!
L288[04:12:21] <gamax92> missing
out!
L289[04:13:29] ⇦
Quits: BevoLJ (~BevoLJ@cpe-24-55-33-198.austin.res.rr.com) (Ping
timeout: 194 seconds)
L290[04:16:36] <v^> i wot m9
L291[04:17:26] <Vexatos> gamax92: What did
I break?
L293[04:18:35] <Vexatos> Lookslike
L294[04:18:38] <Vexatos> Many
colourz
L295[04:18:52] <Vexatos> gamax92: We need
a program to generate such files.
L296[04:18:56] <Vexatos> :D
L297[04:19:05] <gamax92> Vexatos: in oc,
or for oc?
L298[04:19:12] <v^> gamax92, wat the fauq
is that
L299[04:19:19] <gamax92> v^: a cat?
L300[04:19:20] <Vexatos> It's an
image!
L301[04:20:15] <Vexatos> Anyone knows
whether oppm broke after I went to sleep?
L302[04:20:27] <gamax92> it was working
for me
L303[04:20:46] <Vexatos> Nice!
L304[04:20:51] <Vexatos> I am glad it's
working now
L305[04:20:57] <Vexatos> Now to do the
cleanup part
L306[04:21:05] <Vexatos> ping: You need to
create a package list
L307[04:21:08] <gamax92> Vexatos: did you
look at the image?
L308[04:21:10] <Vexatos> For your
OpenPrograms programs
L309[04:21:23] <Vexatos> gamax92: I need
to go to school in 30 minutes, no.
L310[04:21:25] <Vexatos> I will
later
L311[04:21:27] <Vexatos> :3
L313[04:22:03] <Vexatos> It's a royal cat
:O
L314[04:22:43] <gamax92> it takes
advantage of one of the extended ascii chars, which doubles the
vertical space and makes the pixels square (actually 10x9.5)
L315[04:23:05] <v^> cant you like
L316[04:23:09] <v^> use oci or
something
L317[04:23:21] <gamax92> v^: will oci use
said ascii char as well?
L318[04:23:26] <v^> oh, oci doesnt have
pixel square thing
L319[04:23:34] <v^> i will add in next
version
L320[04:23:41] <v^> same with
palletes
L321[04:23:42] <gamax92> I also asked you
this some time ago!
L322[04:23:54] <gamax92> and Techokami
asked you.
L324[04:24:01] <v^> i was aware
L325[04:24:08] <v^> but it would be slow
rendering
L326[04:24:13] <gamax92> yeah, it
would.
L327[04:24:29] <v^> but oc 1.3's gpu is
quicker right?
L328[04:24:41] <gamax92> uhh, no?
L329[04:24:57] <gamax92> still the same
numbers on the card.
L330[04:25:12] <ectoBiologist> i dare
someone to make webkit for OC
L331[04:25:31] <gamax92> ectoBiologist: I
dare you
L332[04:25:37] <ectoBiologist> gamax92,
nou
L333[04:25:39] <gamax92> nope
L334[04:25:46] <ectoBiologist>
s/nope/yep/
L335[04:30:11] <gamax92> Kodos: I'd assume
the usage of LuaJ wouldn't plague you with crashes
L336[04:30:43] <Kodos> No idea, can't be
bothered with it atm, playing with PneumaticCraft
L337[04:32:25] <v^> we have pnumatics in
robotics
L338[04:33:00] <gamax92> FiretrUCK
L339[04:34:33] <gamax92> v^: oh, and as
for speed, it takes 13.5 seconds to draw that cat.
L340[04:34:40] <gamax92> and thats with my
crappy optimization
L341[04:36:42] <ectoBiologist> v^,
speaking of robots
L342[04:36:49] <ectoBiologist> i'm working
on a walking one now
L343[04:37:03] <ectoBiologist> it's for a
thing i was doing with school
L344[04:37:10] <v^> if i was in a
school
L345[04:37:13] <ectoBiologist> they wanted
me to finish it since today was the last day
L346[04:37:19] <v^> i would win the
science fair constantly
L347[04:37:24] <gamax92> v^: how exactly
do i use oci btw? i want to compare it.
L348[04:37:36] <v^> gamax92, its
documented as fuq
L350[04:37:41] <ectoBiologist> v^, my
county sucks when it comes to science fair
L351[04:37:46] <ectoBiologist> v^, they
allow almost nothing
L352[04:37:53] <v^> ectoBiologist, well
fuck them
L353[04:37:59] <ectoBiologist> and the
county has to approve everything
L355[04:38:05] <ectoBiologist> it
sucks,
L356[04:38:07] <v^> my why
L357[04:38:09] <ectoBiologist> thankfully
I no longer have to do it
L358[04:39:06] <gamax92> v^: would i do
xy24 -> oci
L359[04:39:21] <v^> gamax92, okey
L360[04:39:26] <gamax92> wat
L361[04:39:37] <v^> what are you trying to
do
L362[04:39:42] <ectoBiologist> v^, guess
what microcontroller i'm using for the robot btw
L363[04:39:48] <gamax92> v^: store my
image in oci format
L364[04:39:53] <gamax92> then time how
long it takes to draw it
L365[04:39:53] <v^> which one
L366[04:40:05] <ectoBiologist> BeagleBone
Black
L367[04:40:08] <ectoBiologist> with
lua
L369[04:40:14] <ectoBiologist> lol
L370[04:40:22] <ectoBiologist> it can
kinda walk atm
L371[04:40:23] <v^> i dont have a
microcontroller powerful enough for lua
L372[04:40:36] <ectoBiologist> v^, bbb is
basically embedded linux
L374[04:40:48] <ectoBiologist> 512mb ram
etc etc
L376[04:41:09] <ectoBiologist> also i
might make it controllable via a phone system
L377[04:41:23] <ectoBiologist> (maybe even
pstn?)
L378[04:41:30] <v^> gamax92, i am
lazy
L379[04:41:35] <v^> put it in a
table
L380[04:41:46] <v^>
tbl[x][y]=someRGBshit
L381[04:41:48] <ectoBiologist> gamax92,
what are you writing
L382[04:42:32] <gamax92> v^: ahh, i see
now.
L383[04:43:09] <v^> 173.15.245.169 :
files
L384[04:43:09] <v^> 222.186.56.18 :
manager/html
L385[04:43:09] <v^> 117.21.191.206 :
manager/html
L386[04:43:17] <v^> 177.83.82.104 :
HNAP1/
L387[04:43:30] <ectoBiologist> v^, wait, i
got the back legs working :O
L388[04:43:32] <ectoBiologist> it's 4
legs
L390[04:43:40] <v^> well thats fauking
easy
L391[04:43:42] <gamax92> ectoBiologist: so
it has two penis?
L392[04:43:49] <ectoBiologist> gamax92, no
fuck you
L393[04:43:52] <gamax92> lol
L394[04:44:00] <v^> do you have
accelerometors/gyros?
L395[04:44:04] <ectoBiologist> v^,
nope
L396[04:44:07] <ectoBiologist> planning on
it tho
L397[04:44:12] <v^> gl without them
L398[04:44:17] <ectoBiologist> i might
make it a biped tho lel
L399[04:44:25] <v^> step one
L400[04:44:27] <v^> make a robot
L401[04:44:30] <v^> step two
L402[04:44:32] <v^> make it stand
L403[04:44:36] <v^> step three
L404[04:44:38] <v^> make it walk
L406[04:44:43] <ectoBiologist>
basically
L407[04:44:58] <ectoBiologist> also i
really shouldn't use a breadboard in this
L408[04:45:01] <v^> this is like lego
class stuff in engineering
L409[04:45:03] <ectoBiologist> considering
it's the final circutry
L410[04:45:14] <ectoBiologist>
(hopefully)
L411[04:45:19] <ectoBiologist> (we didn't
test the schematics)
L412[04:45:27] <ectoBiologist> (or send
them to a pcb shop)
L413[04:45:49] <ectoBiologist> (and eagle
can't run on this pos desktop)
L414[04:45:52] ***
Death|Away is now known as Death
L415[04:45:53] <ectoBiologist> (or my
laptop)
L416[04:45:58] <ectoBiologist> (so I'm
going off of memory)
L417[04:46:03] <ectoBiologist>
(parenthesis are awesome)
L418[04:46:06] <v^> do you use
servos,pnumatics,motors?
L419[04:46:18] <ectoBiologist> v^,
servos
L421[04:46:28] <v^> good luck with
that
L422[04:46:32] <ectoBiologist> why?
L423[04:46:40] <v^> it will be
painful
L424[04:46:42] <ectoBiologist> should i be
using all 3? :p
L425[04:46:48] <v^> hell yes
L426[04:46:51] <ectoBiologist> lol
L427[04:46:59] <ectoBiologist> our budget
was like
L428[04:47:01] <ectoBiologist> $1k
iirc
L429[04:47:05] <ectoBiologist> so...
L430[04:47:15] <ectoBiologist> (but i
wasn't the one paying for it all)
L431[04:47:19] <v^> i can get a beagle
board for under $1?
L432[04:47:34] <ectoBiologist> I said
1k
L433[04:47:38] <ectoBiologist> aka
$1,000
L434[04:47:44] <ectoBiologist> the BBB was
$45
L435[04:48:33] <ectoBiologist> inb4 pwm
still doesn't work on the bbb
L436[04:48:46] <ectoBiologist> it was
buggy as fuck earlier
L439[04:49:18] <v^> bbbs have PWM?
L440[04:49:20] <ectoBiologist> ye
L441[04:49:25] <ectoBiologist> only on a
few pins tho
L443[04:49:30] <ectoBiologist> i might
just get a pwm controller or w/e
L444[04:50:05] <v^> if i were you id just
get some variable resistors and hook it to a serial port Dx
L445[04:51:11] <ectoBiologist> how would
that work ._.
L446[04:52:46] <ectoBiologist> v^,
...wtf
L447[04:52:48] <ectoBiologist> i just
realised
L448[04:52:52] <ectoBiologist> i know the
owner of mcprohosting
L449[04:52:53] <ectoBiologist> irl
L450[04:53:04] <ectoBiologist> he did
lighting with me at the theater i run last week
L452[04:56:05] <v^> ectoBiologist,
yeah
L453[04:56:36] <v^> until it sends me to a
page where i (dont) want to win a alienware 14
L454[04:56:52] <ectoBiologist> lol
L455[04:57:36] <gamax92> v^: wow, that was
slow.
L456[04:58:02]
⇨ Joins: ping
(~^v@2601:4:4500:887:5528:9c23:7034:23b3)
L457[04:58:07] <gamax92> ping: wow, that
was slow.
L458[04:58:16] <ping> what
L459[04:58:23] <gamax92> i used your oci
thingy
L460[04:58:27] <gamax92> it took 19
seconds
L461[04:58:32] <ping> watwat
L462[04:58:56] <ping> how does yours
render
L463[04:59:04] <Kodos> I love
pneumaticcraft elevators
L464[04:59:29] <gamax92> ping: 8.9
seconds
L465[04:59:31] ⇦
Quits: ping (~^v@2601:4:4500:887:5528:9c23:7034:23b3) (Client
Quit)
L466[04:59:38] <gamax92> omg why
L467[04:59:50] <v^> as in
L469[04:59:55] <v^> not how long
L471[05:00:26] <ectoBiologist> yay i got
the timing right
L472[05:00:32] <ectoBiologist> and it's
now walking
L473[05:01:52] <v^> gamax92, no fucking
way thats faster
L474[05:02:01] <gamax92> v^: 8.9 <
19
L475[05:02:17] <ectoBiologist> v^, doesn't
the arduino have pwm
L477[05:03:56] <gamax92> v^: why is it
slower?
L478[05:07:44] <gamax92> v^: its probably
that you aren't using gpu.set, for small things, When I forced my
implementation to fill only, i got 19 seconds as well.
L479[05:08:04] ***
justastranger|zzz is now known as justastranger
L480[05:09:34] ⇦
Quits: Kodos (~Kodos@2602:306:ce20:6c30:74cf:a602:4cb5:9815) (*.net
*.split)
L481[05:09:34] ⇦
Quits: Cisien (~Chris@2001:470:e883:0:f0b2:48cf:a87e:66a9) (*.net
*.split)
L482[05:09:34] ⇦
Quits: Syrren (~syrren@mike.unixbox.tk) (*.net
*.split)
L483[05:09:34] ⇦
Quits: ectoBiologist (~wolfmitch@172.245.212.58) (*.net
*.split)
L484[05:09:34] ⇦
Quits: Alex_hawks
(~Alex_hawk@CPE-120-145-192-71.lnse2.pie.bigpond.net.au) (*.net
*.split)
L485[05:09:34] ⇦
Quits: Csstform
(Csstform@herp---------------------derp---------------------trains.tk)
(*.net *.split)
L486[05:09:45] <^v> Oh noes! chaos split
3:
L487[05:10:40]
⇨ Joins: Kodos
(~Kodos@2602:306:ce20:6c30:74cf:a602:4cb5:9815)
L488[05:10:40]
⇨ Joins: Cisien
(~Chris@2001:470:e883:0:f0b2:48cf:a87e:66a9)
L489[05:10:40]
⇨ Joins: Syrren (~syrren@mike.unixbox.tk)
L490[05:10:40]
⇨ Joins: ectoBiologist
(~wolfmitch@172.245.212.58)
L491[05:10:40]
⇨ Joins: Alex_hawks
(~Alex_hawk@CPE-120-145-192-71.lnse2.pie.bigpond.net.au)
L492[05:10:40]
⇨ Joins: Csstform
(Csstform@herp---------------------derp---------------------trains.tk)
L493[05:10:40] *** portlane.esper.net sets mode:
+v Alex_hawks
L494[05:11:00] ⇦
Quits: Csstform
(Csstform@herp---------------------derp---------------------trains.tk)
(Ping timeout: 190 seconds)
L495[05:12:56] ⇦
Quits: Vexatos
(~Vexatos@p200300556E457B33008B3177B431E817.dip0.t-ipconnect.de)
(Ping timeout: 380 seconds)
L496[05:14:25] <v^> gamax92, what
L497[05:14:34] <v^> gpu.fill takes longer
now?
L498[05:14:36] <v^> waaat
L499[05:14:55] <gamax92> my test i just
did indicates gpu.set is faster than gpu.fill for one pixel
L500[05:14:59]
⇨ Joins: Csstform
(Csstform@herp---------------------derp---------------------trains.tk)
L501[05:15:01] <gamax92> the same for 2
and 3, and then gpu.fill is faster
L503[05:15:30] <v^> so three gpu.sets are
faster than 1 gpu.fill
L504[05:15:38] <gamax92> no, 1 is
faster
L505[05:15:40] <gamax92> 2 are the
same
L506[05:15:42] <gamax92> rest is
slower
L509[05:20:11] <v^> wat if i gpu.set
multiple spaces?
L510[05:20:38] <gamax92> hmm, that worked
...
L511[05:20:51] <v^> is faster?
L512[05:20:59] <gamax92> doing the bench
now.
L513[05:21:33] <gamax92> v^: yes
L514[05:23:24] <v^> can someone tell me
why the fuck Xorg is using 2GB
L515[05:24:37] ⇦
Quits: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net) (Remote host
closed the connection)
L516[05:24:37] ⇦
Quits: v^ (~^v@2601:4:4500:887:5528:9c23:7034:23b3) (Remote host
closed the connection)
L517[05:25:37]
⇨ Joins: v^
(~^v@2601:4:4500:887:5528:9c23:7034:23b3)
L518[05:25:48] <gamax92> v^: i don't know
... my bench marks suck.
L519[05:26:36] <v^> java can you please
just fucking die
L520[05:26:52] <v^> there is no reason for
it to use 300MB and start up automatically
L521[05:27:15] ⇦
Quits: Cisien (~Chris@2001:470:e883:0:f0b2:48cf:a87e:66a9) (Read
error: Connection timed out)
L522[05:27:46]
⇨ Joins: Cisien
(~Chris@2001:470:e883:0:f0b2:48cf:a87e:66a9)
L523[05:28:47] <v^> freenode is
splitting
L524[05:29:16] <gamax92> sleep
L525[05:31:38] <v^> 2014-06-06 01:31:05
[INFO] [STDERR] java.lang.NoSuchMethodError:
li.cil.oc.api.component.TextBuffer.renderWidth()I
L526[05:31:43] <v^> oh, outdated
<_>
L527[05:31:45] <v^> well i sleep too
L528[05:33:06]
⇨ Joins: ^v
(~ping@c-71-238-153-166.hsd1.mi.comcast.net)
L529[05:34:30] <gamax92> pfft, sleep
L530[05:35:31] *** v^
is now known as v^|sleeeeeeeeeeep
L531[05:35:37] <gamax92>
v^|sleeeeeeeeeeep: hah
L532[05:36:00] <v^|sleeeeeeeeeeep> .
L533[05:36:06] <v^|sleeeeeeeeeeep> just to
mess with you :P
L534[05:36:21] <gamax92>
v^|sleeeeeeeeeeep: i'll be doing some more debugging
L535[05:36:42] <v^|sleeeeeeeeeeep> k
L536[05:37:11]
⇨ Joins: ShadowKatStudios
(~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au)
L537[05:37:35] ***
v^|sleeeeeeeeeeep is now known as v^|ActualSleep
L538[05:53:54] ***
alekso56_off is now known as alekso56
L539[06:00:02] <Kodos> Okay, so
L540[06:00:14] <Kodos> Should I build an
oversized, possibly unnecessarily large facility
L541[06:00:23] <Kodos> Or do a one chunk
base with this awesom elevator shaft I designed
L542[06:00:46] <Death> "a one chunk
base with this awesom elevator shaft I designed"
L543[06:01:25] <Kodos> Hm
L544[06:01:37] <Kodos> I wonder if SPC
ever got easier to install/use
L545[06:02:20] <Death> SCP?
L546[06:03:20] <Kodos>
SinglePlayerCommands
L547[06:03:25] <Kodos> Basically worldedit
for SSP
L548[06:04:43] <Death> oh.
L549[06:04:54] <Death> I thought it was
dead now.
L550[06:05:11] <gamax92> Kodos: Gee, I
wonder why my renderer is faster than ping's, could it be because I
only do 4364 gpu calls and ping does 8034?
L551[06:06:24] <Kodos> Is there a 'dig'
program for 1.2 OC
L552[06:06:29] <Kodos> Or was that only
1.3
L553[06:07:50] <ShadowKatStudios> Kodos:
Make a rectangular 6-chunk warehouse.
L554[06:08:27] <Kodos> ShadowKatStudios,
One floor will be a dedicated storage area with vanilla chests,
because PneumaticCraft's helmet will highlight any chests with the
item I filter
L555[06:08:57] <Kodos> Either that, or
AE
L556[06:09:00] <Kodos> I haven't
decided
L557[06:09:38] <Kodos> I do love these
pneumatic doors though
L558[06:11:26] <gamax92> does ^v have a
memo thingy?
L559[06:12:35] <Kodos> dot tell
L560[06:15:20] ⇦
Quits: ShadowKatStudios
(~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au) (Ping
timeout: 190 seconds)
L561[06:16:32] ***
Kodos is now known as Kodos|Zzz
L562[06:22:35] ***
justastranger is now known as justastranger|zzz
L563[06:23:00] ***
Keridos is now known as Keridos_off
L564[06:24:50]
⇨ Joins: ShadowKatStudios
(~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au)
L565[06:43:41] <ShadowKatStudios> Huh, TPB
was down for a bit there.
L566[06:51:58] <ShadowKatStudios>
>1MB/s :D
L567[07:06:19] ***
tgame14|sleep is now known as tgame14
L568[07:46:12]
⇨ Joins: Flenix (~Flenix@90.204.132.71)
L569[07:46:22] ⇦
Quits: Maxwolf (labs@pipette.madsciencemod.com) (Quit:
Leaving)
L570[07:46:57]
⇨ Joins: Demopan (~nick1@188.113.81.176)
L571[07:47:28] ***
Demopan is now known as Biohazard
L572[07:54:30] <ShadowKatStudios> Whoa,
I've read 360 of these comics
L573[07:56:11] ***
Flenix is now known as WorkingFlenix
L574[08:00:12] ***
Biohazard is now known as Bio|afk
L575[08:08:50] ***
Death is now known as Death|Away
L576[08:08:51] ***
Death|Away is now known as Death
L578[08:10:56] ⇦
Quits: tgame14 (~tgame14@bzq-79-183-154-196.red.bezeqint.net) (Read
error: Connection reset by peer)
L579[08:11:00] ⇦
Quits: ShadowKatStudios
(~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au) (Ping
timeout: 190 seconds)
L580[08:11:26]
⇨ Joins: tgame14
(~tgame14@bzq-79-183-154-196.red.bezeqint.net)
L581[08:11:40]
zsh sets mode: +v on tgame14
L582[08:29:43]
⇨ Joins: ShadowKatStudios
(~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au)
L583[08:31:35] ***
Bio|afk is now known as Biohazard
L584[08:37:03]
⇨ Joins: sciguyryan
(sciguyryan@109-205-169-247.dynamic.swissvpn.net)
L585[08:45:15]
⇨ Joins: mallrat208 (Mibbit@68.204.184.175)
L586[09:00:55] <ShadowKatStudios> So this
copper plate I have conducts heat very well.
L587[09:01:18] ***
Death is now known as Death|Away
L589[09:06:32]
⇨ Joins: mallrat208 (Mibbit@68.204.184.175)
L590[09:53:12] ***
vifino|off is now known as vifino
L591[09:54:10] ***
vifino is now known as vifino|off
L592[09:54:35] ***
vifino|off is now known as vifino
L593[09:55:58]
⇨ Joins: Johannes13
(~Johannes@p4FDEE8F9.dip0.t-ipconnect.de)
L594[09:56:50] <JoshTheEnder>
ShadowKatStudios, any more stories yet?
L595[10:15:57] <ShadowKatStudios> Not
yet
L596[10:16:03] <ShadowKatStudios> Playing
with the hookshot mod
L597[10:16:22] <ShadowKatStudios> Trying
to pretend it's 3DMG without needing to read japanese
L598[10:20:56] <JoshTheEnder> Lol
L599[10:21:03]
⇨ Joins: Timmy94
(~chatzilla@f053178139.adsl.alicedsl.de)
L600[10:23:51] <JoshTheEnder> .lua return
203 * 5
L601[10:23:52] <^v> JoshTheEnder,
1015
L602[10:24:42] <JoshTheEnder> Ok, this can
of monster has 1015 kJ of energy in it
L603[10:28:18] <JoshTheEnder> Well, it
have. It's contents are in me now
L604[10:29:23] <JoshTheEnder> S/it have/it
did have/
L605[10:29:23] <SuperBot>
<JoshTheEnder> Well, it did have. It's contents are in me
now
L606[10:29:50] ***
Biohazard is now known as Bio|failingexams
L607[10:30:05] ***
Bio|failingexams is now known as Bio|afk
L608[10:30:20] ⇦
Quits: Bio|afk (~nick1@188.113.81.176) (Quit: WeeChat
0.4.4-dev)
L609[10:31:34] <ShadowKatStudios> Wow,
this is really hard to use.
L610[10:31:43] <ShadowKatStudios> With one
line it's really difficult.
L611[10:34:14] <ShadowKatStudios> Wow,
such buggyness
L612[10:34:22] <ShadowKatStudios> I just
got launched 1k into space
L613[10:38:41] ***
alekso56 is now known as alekso56_off
L614[10:49:49] <ShadowKatStudios>
Hahaha... Hahahahahaahahahah... Hahahahahahahahahahahhahahahahaha,
all the caffine!
L615[11:04:20] ⇦
Quits: Johannes13 (~Johannes@p4FDEE8F9.dip0.t-ipconnect.de) (Ping
timeout: 190 seconds)
L616[11:09:44] ***
Keridos_off is now known as Keridos
L617[11:16:02] ***
Neonbeta|Sleep is now known as Neonbeta
L618[11:30:42]
⇨ Joins: Vexatos
(~Vexatos@p200300556E457B33008B3177B431E817.dip0.t-ipconnect.de)
L619[11:31:50] <Vexatos> Heyo~
L620[11:32:00] <JoshTheEnder> o/
L621[11:35:28] ***
alekso56_off is now known as alekso56
L622[11:38:34] <Vexatos> JoshTheEnder, you
going to make programs.lua in your OpenPrograms repo?
L623[11:39:08] <JoshTheEnder> isnt there
already one?
L624[11:39:26] <JoshTheEnder> or, wait i
think that's still the YAML file
L625[11:39:45] <ShadowKatStudios>
Highlands redwood forests and 3D maneuver gear. Best combo
ever.
L626[11:40:00] <JoshTheEnder> Vexatos, at
somepoint, yes. though the stuff in my repo isn't in a fit working
state at the moment so theres no point
L627[11:42:26] <Vexatos> Okay
L628[11:52:55]
⇨ Joins: Lumien
(~lumien@p4FED46C9.dip0.t-ipconnect.de)
L629[11:55:38]
⇨ Joins: Altenius (~Altenius4@199.193.183.1)
L630[12:01:17] <ShadowKatStudios>
www.xkcd.com/221/
L631[12:01:32] <JoshTheEnder> lol
L633[12:02:54]
⇨ Joins: Biohazard (~nick1@188.113.81.176)
L634[12:03:01] <Kenny|AFK> why isn't there
a story
L636[12:03:46] <ShadowKatStudios> Because
there's a party at my place
L637[12:04:18] <JoshTheEnder>
ShadowKatStudios, and why were we not invited?
L638[12:05:02] <ShadowKatStudios> Are you
in Australia?
L639[12:05:15] <JoshTheEnder> i /could/
be
L640[12:05:56] <ShadowKatStudios> It's not
very interesting anyway, it's my sister and her friends getting
drunk and me stealing their drinks
L641[12:06:27] <JoshTheEnder> lol, that
sounds sorta fun. just keep switching things around to confuse the
hell out of them
L642[12:07:13] <ShadowKatStudios> I keep
the drinks ofc.
L643[12:08:28] <ShadowKatStudios> I'm
saving the more expensive stuff for my lan party tomorrow
L644[12:08:33] <JoshTheEnder> lol
L645[12:08:34] <JoshTheEnder> :P
L646[12:09:24] <ShadowKatStudios> To which
you are invited.
L647[12:10:43] <JoshTheEnder> \o/
L648[12:10:59] <JoshTheEnder> i'm bored so
i might just start posting song lyrics in here
L649[12:11:00] <JoshTheEnder> :/
L650[12:12:19] <ShadowKatStudios>
www.xkcd.com/248/
L651[12:12:53] <Kenny|AFK> Little Jimmy
Jackson's
L652[12:12:54] <Kenny|AFK> Jackin' up his
Bronco.
L653[12:12:56] <Kenny|AFK> He's gonna lay
a little rubber
L654[12:12:57] <Kenny|AFK> later on at the
truck pull.
L655[12:12:59] <Kenny|AFK> An' all the
girls are getting' pretty...
L656[12:13:00] <Kenny|AFK> sprayin' on the
White Rain.
L657[12:13:03] <Kenny|AFK> Yeah, they're
gonna get a rowdy tonight
L658[12:13:04] <Kenny|AFK> down at the
football game.
L659[12:13:17] <Kenny|AFK> you mean like
that
L660[12:13:18] <JoshTheEnder> Kenny|AFK, i
said me, not you :P
L661[12:13:44] <Kenny|AFK> Yeah, we let it
rip
L662[12:13:46] <Kenny|AFK> When we got the
money, let it roll
L663[12:13:48] <Kenny|AFK> If we got the
gas, it gets wild
L664[12:13:48] *
ShadowKatStudios is off to find a song
L665[12:13:50] <Kenny|AFK> Yeah, but
that's the way we get down,
L666[12:13:52] <Kenny|AFK> In a
Hicktown.
L667[12:14:01] <Kenny|AFK> it's called
Hicktown
L668[12:14:32] <ShadowKatStudios> I'll
start posting song lyrics in Japanese
L669[12:15:21] <JoshTheEnder> Do you have
the time,
L670[12:15:22] <JoshTheEnder> To listen to
me whine?
L671[12:15:22] <JoshTheEnder> About
nothing and everything
L672[12:15:22] <JoshTheEnder> All at
once.
L673[12:15:22] <JoshTheEnder> I am one of
those,
L674[12:15:24] <JoshTheEnder> Melodramatic
fools,
L675[12:15:25] <JoshTheEnder> Neurotic to
the bone
L676[12:15:26] <JoshTheEnder> No doubt
about it
L677[12:15:42] <ShadowKatStudios> Hmm...
No, that one ended too sadly... That one was epic, but not what I'm
after... Hmm...
L678[12:16:13] <Kenny|AFK> what did,
"Hicktown"?
L679[12:16:32] <ShadowKatStudios> Sie sind
das Essen und wir sind die Jäger!
L680[12:16:34] <ShadowKatStudios> Fumare
ta hana no namae mo shira zu ni
L681[12:16:36] <ShadowKatStudios> chi ni
ochi ta tori wa kaze o machiwabiru
L682[12:16:37] <ShadowKatStudios> inotta
tokoro de nani mo kawara nai
L683[12:16:48] <ShadowKatStudios> ima o
kaeru no wa tatakau kakugo da
L684[12:16:49] <ShadowKatStudios>
shikabane fumikoe te susumu ishi o warau buta yo
L685[12:16:51] <ShadowKatStudios> kachiku
no annei kyogi no hanei
L686[12:16:53] <ShadowKatStudios> shiseru
garou no jiyū o!
L687[12:17:00] <ShadowKatStudios> toraware
ta kutsujoku wa hangeki no kōshi da
L688[12:17:01] <ShadowKatStudios> jōheki
no sono kanata emono o hofuru yēga ?
L689[12:17:03] <ShadowKatStudios>
hotobashiru shōdō ni sono mi o yaki nagara
L690[12:17:04] <ShadowKatStudios> tasogare
ni hi o ugatsu guren no yumiya
L691[12:17:17] <ShadowKatStudios> Bonus
points if you can guess what that is without looking it up
L692[12:17:39] <Kenny|AFK> no clue, no
speaka japanese
L693[12:18:10] <ShadowKatStudios> But...
You should know anyway :P I don't speak Japanese, but I still know
the lyrics
L694[12:18:38] <Kenny|AFK> Well, you can
see the neighbors
L695[12:18:39] <Kenny|AFK> butt crack
nailing on his shingles,
L696[12:18:41] <Kenny|AFK> An' his
woman's' smokin' Pall Mall's
L697[12:18:42] <Kenny|AFK> watchin' Laura
Ingalls.
L698[12:18:44] <Kenny|AFK> An' Granny's
getting' lit,
L699[12:18:45] <Kenny|AFK> she's headin'
out to bingo.
L700[12:18:47] <Kenny|AFK> Yeah, my
buddies an' me are goin'
L701[12:18:48] <Kenny|AFK> muddin' down on
Blue Hole Road.
L702[12:20:02] <Kenny|AFK> Got your
country boys
L703[12:20:03] <Kenny|AFK> and your
redneck girls
L704[12:20:04] <Kenny|AFK> It's the party
heard round the world
L705[12:20:07] <Kenny|AFK> Right here in
Hicktown
L706[12:20:09] <Kenny|AFK> Yeah, in
Hicktown
L707[12:20:11] <Kenny|AFK> The whole
town's getting down
L708[12:20:13] <Kenny|AFK> Yeah, we let it
rip
L709[12:20:15] <Kenny|AFK> When we got the
money, let it roll
L710[12:22:11] <Sangar> and suddenly the
channel turned into a karaoke bar o.O
L711[12:23:24] <Kenny|AFK> i'm working at
using OC and RS Jukebox to make a 'karaoke' system hehe
L712[12:24:01] <Sangar> just a short
notice: if you're using the recent 1.3 builds, please try setting
the `disableMemoryLimit` and `disablePersistence` settings to
`true` (i.e. disable those two) and tell me if you still see
crashes after that, thanks.
L713[12:26:01] <Sangar> karaoke system
without microphones? how is that going to work :P
L714[12:26:32] <Sangar> it's not karaoke
if others don't have to suffer from one's terrible pitch
L715[12:26:46] <Kenny|AFK> who says they
don't?
L716[12:26:58] <Kenny|AFK> headeset and
stream the music hehe
L717[12:27:02] <Sangar> :P
L718[12:29:53] <Kenny|AFK> now i have to
find out how to do a list box in java. i have a crazy idea *wild
grin*
L719[12:30:04] ***
Biohazard is now known as _NSAKEY
L720[12:30:45] <Kenny|AFK> _NSAKEY =
INSANEY
L721[12:30:56] <Kenny|AFK> hehe
L722[12:31:34] <_NSAKEY> Kenny|AFK:
funfact: windows has a variable named _NSAKEY with a public PGP key
in it
L723[12:31:36] <_NSAKEY> xD
L724[12:31:38] <Sangar> ShadowKatStudios,
"yēga"... gotta love the japanese trying to force german
words into their writing system :P
L725[12:32:26] ***
_NSAKEY is now known as Biohazard
L726[12:35:20] ***
Biohazard is now known as Demopan
L727[12:35:37] ***
vifino is now known as Google
L728[12:35:58] ***
Google is now known as NyanCat
L729[12:39:05] ***
Demopan is now known as Cirno_
L730[12:39:55] <ShadowKatStudios> Lol
yeah
L731[12:40:46] <ShadowKatStudios> Argh, I
need somewhere with more space between the trees
L732[12:41:09]
⇨ Joins: TangentDelta (~PewNaN@63.143.24.24)
L733[12:43:35] <ShadowKatStudios> I was
just airborne for a decent amount of time :D
L734[12:43:42] <ShadowKatStudios> I can
imagine PVP with 3DMG
L735[12:46:58] <ShadowKatStudios> I can
imagine PVP in a sparse redwood forest I suppose
L736[12:47:12] <ShadowKatStudios> Getting
around when there's a bunch of trees is hard.
L737[12:47:49] <ShadowKatStudios> :o
Twilight Forest 3DMG PVP
L738[12:48:52] <Vexatos> Kenny|AFK: You
have time to set up programs.lua?
L739[12:48:55] <Vexatos> Sangar as well?
:D
L740[12:49:08] <Vexatos> Need moar
packages
L741[12:49:18] <ShadowKatStudios> So I
managed to run out of memory with 2GB allocated to MC.
L742[12:49:33] <JoshTheEnder>
ShadowKatStudios, may have beem permgen
L743[12:50:08] <JoshTheEnder> because even
though it's supposed to only be used to store the classes, it can
get filled up after long periods of use ¬¬
L744[12:50:11] <JoshTheEnder> ¬_¬*
L745[12:50:29] <Altenius> Vexatos: You
should set up a dependencies system with oppm
L746[12:50:30] <Sangar> Vexatos, right
after i fix this bug in the native lib... so... next week, perhaps?
:P
L747[12:50:40] <Vexatos> Altenius: I
did
L748[12:50:43] <Altenius> :D
L749[12:50:45] <Vexatos> Sangar D
L750[12:50:49] <Cirno_> Ð
L751[12:50:51] <Vexatos> Altenius: It is
already there
L752[12:50:57] <Vexatos> Check the example
lua file
L753[12:51:38] <Altenius> cool
L754[12:52:06] <Kenny|AFK> yeah, now would
be best. going to be busy later today
L755[12:52:20] <JoshTheEnder> well, that
1015kJ of energy form that monster have gone
L756[12:52:33] <JoshTheEnder> *has
L757[12:54:16] <ShadowKatStudios> Lol,
just discovered how to output gas rather than swinging from tree to
tree
L758[12:56:38] ***
NyanCat is now known as HAL9000
L759[12:57:25] <ShadowKatStudios> Oh man,
that's awesome.
L760[12:57:36] <Vexatos> I have a
question
L761[12:57:36] <JoshTheEnder>
ShadowKatStudios, story pls
L762[12:57:54] <Vexatos> can you remove a
table key that is not a number using table.remove?
L763[12:58:32] <JoshTheEnder>
table.remove(KEY) should work, key being the same as the
table
L764[12:58:44] <JoshTheEnder> .lua a = {
}
L765[12:58:44] <^v> JoshTheEnder,
nil
L766[12:58:52] <JoshTheEnder> .lua return
a
L767[12:58:52] <^v> JoshTheEnder,
nil
L768[12:58:54] <JoshTheEnder> meh
L769[12:59:00] <Vexatos> .lua return
b
L770[12:59:01] <^v> Vexatos, nil
L771[12:59:06] <Vexatos> .lua return
iuaghierg
L772[12:59:06] <^v> Vexatos, nil
L773[12:59:15] <Vexatos> So everything not
assigned is nil...
L774[12:59:16] <Altenius> .lua return
"asd"
L775[12:59:16] <JoshTheEnder> .lua return
"no"
L776[12:59:16] <^v> Altenius, asd
L777[12:59:16] <^v> JoshTheEnder, no
L778[12:59:30] <Vexatos> Could I just do
table[key]=nil then?
L779[12:59:44] <Altenius> yes
L780[12:59:51] <Vexatos> k
L781[12:59:58] <JoshTheEnder> you could
do, not the best way to do it (i think) but it should work
L782[13:00:03] <Altenius> .lua s =
{1}
L783[13:00:03] <^v> Altenius, nil
L784[13:00:11] <Kenny|AFK> .openprg
L785[13:00:17] <Altenius> .lua _G.s = {1}
return s
L786[13:00:17] <^v> Altenius, table:
0xf04bf0
L787[13:00:24] <Altenius> ./lua s =
{}
L788[13:00:30] <Altenius> .lua s =
{}
L789[13:00:30] <^v> Altenius, nil
L790[13:00:35] <Altenius> .lua return
s
L791[13:00:35] <^v> Altenius, nil
L792[13:00:38] <Altenius> .lua _G.s =
{}
L793[13:00:38] <^v> Altenius, nil
L794[13:00:41] <Kenny|AFK> get off the
bs
L795[13:00:41] <Altenius> .lua return
s
L796[13:00:41] <^v> Altenius, nil
L797[13:00:47] <JoshTheEnder> .lua s =
{["hi"] = "hello} return tostring(s)
L798[13:00:47] <^v> JoshTheEnder, lua:1:
unfinished string near <eof>
L799[13:00:56] <JoshTheEnder> .lua s =
{["hi"] = "hello"} return tostring(s)
L800[13:00:56] <^v> JoshTheEnder, table:
0x17bda60
L801[13:00:58] <Kenny|AFK> Altenius: QUIT
SPAMMING THE BOT
L802[13:01:01] <JoshTheEnder> ¬_¬
L803[13:01:21] *
JoshTheEnder stabs ^v "i want the table god
dammit"
L804[13:01:24] <Kenny|AFK> read the
rules
L805[13:01:54] <Michiyo> JoshTheEnder,
serialize it.
L806[13:01:55] <Michiyo> :p
L807[13:02:02] <Kenny|AFK> .openprg
L808[13:02:15] <JoshTheEnder> .lua s =
{["hi"] = "hello"} return s:serialize()
L809[13:02:15] <^v> JoshTheEnder, lua:1:
attempt to call method 'serialize' (a nil value)
L810[13:02:20] <JoshTheEnder> ok, i give
up
L811[13:02:27] <Vexatos> Kenny: Noone
cares about the rules more if you tell everyone to care about
the,
L812[13:02:29] <Vexatos> *them
L813[13:02:49] <JoshTheEnder> also
Kenny|AFK that command takes a while or may be borked
L814[13:02:58] <JoshTheEnder> (or not in
there, idk)
L815[13:03:03] <Vexatos> No, it is
disabled
L816[13:03:05] <Michiyo> ping disabled
openrpg IIRC
L817[13:03:07] <Vexatos> Because it's
broken
L818[13:03:12] <Kenny|AFK> when i start
processing the penalties, they give a damn
L820[13:03:50] <Kenny|AFK> so what fucking
good did it do to set up the damn yaml thing if it can't be updated
when we add shit
L821[13:04:23] <Vexatos> ^ grumpy old man
<3
L822[13:04:47] <Vexatos> Kenny|AFK, it is
being fixed
L823[13:04:54] <Vexatos> and ping might
switch to the new lua file
L824[13:04:56] <Altenius> Vexatos, when
uninstalling a package and reinstalling it, it will print
"Package has already been installed"
L825[13:05:00] <Vexatos> since it can be
easily unserialized
L826[13:05:19] <Vexatos> Altenius: I
know
L827[13:05:27] <Vexatos> already fixed, I
am testing a new version now
L828[13:06:09] <Kenny|AFK> 2/3 the links
in the OP web page for myh stuff is no longer good till the damn
thing updates
L829[13:06:20] ***
HAL9000 is now known as vifino
L830[13:08:54] <ShadowKatStudios> Aaand my
mouse runs out of battery right in the middle of an epic fight
scene
L831[13:10:24] ⇦
Quits: tgame14 (~tgame14@bzq-79-183-154-196.red.bezeqint.net) (Read
error: Connection reset by peer)
L832[13:11:29] <ShadowKatStudios> Another
bottle of liquid caffine has been obtained
L833[13:12:29]
⇨ Joins: tgame14
(~tgame14@bzq-79-183-154-196.red.bezeqint.net)
L834[13:13:09] *
JoshTheEnder tap-tap-tap-taps on ShadowKatStudios'
desk
L835[13:15:59] *
gamax92 dots and dashes on JoshTheEnder
L836[13:18:57] <gamax92> Sangar: oh, i
can't use the 256 color palettes on a T3 screen?
L837[13:23:14] <gamax92> hmm, i can still
extract the palette and dither to that, that should give great
results
L838[13:23:45] <Vexatos> Hey, we are
almost at 10KB now \o/
L839[13:23:57] ***
Nentify|away is now known as Nentify
L840[13:25:30] <gamax92> Vexatos: 10kb on
what?
L841[13:25:45] <Vexatos> On oppm
L842[13:26:00] <Altenius> Has anyone made
a working operating sytem for OC yet?
L843[13:26:08] <gamax92> Sangar has
L844[13:26:11] <Michiyo> lol
L845[13:26:13] <Altenius> Besides
OpenOS
L846[13:26:13] <gamax92> its called
OpenOS
L848[13:28:14] <gamax92> Sangar: what
about the second bug in the issue?
L849[13:29:34] <Sangar> oh, oops, i
skipped that.
L850[13:31:22] <Sangar> weird
L851[13:31:24] <Sangar> i'll look into
it
L852[13:34:10] <Vexatos> Sangar: oppm is
pretty much done now \o/
L853[13:34:24] <Vexatos> All it needs is
the package declaration in the repos now
L854[13:34:28] <Sangar> awesome :)
L855[13:35:16] <Sangar> gamax92, wait, is
that t3?
L856[13:35:31] <gamax92> both are?
L857[13:35:34] <Sangar> ah
L858[13:35:36] <Altenius> What's the best
git client for Linux?
L859[13:35:59] <gamax92> Sangar: is that
supposed to happen?
L860[13:36:52] <Sangar> well... i know why
it happens (i think - because it doesn't look in the palette when
passed a color value), pondering whether to change it or not
L861[13:37:07] <Sangar> since automatic
setting of palettes on t3 could lead to very weird effects
L862[13:37:23] <Sangar> well, unexpected
more than weird, i guess
L863[13:38:08] <Vexatos> Sangar: May you
look into the code once you got time and suggest every kind of
improvement you know about so I can make a proper pull request to
OC?
L864[13:38:22] <Sangar> consider: user
fills screen using 'normal' colors. then changes palette. i'd
personally not expect the displayed colors to change then.
L865[13:38:38] <Sangar> Vexatos, will do.
sunday at the earliest, though.
L866[13:38:51] <gamax92> Sangar: i do, it
does that in real life as well
L867[13:38:59] <Vexatos> Sangar: No
problem
L868[13:39:03] <Vexatos> Until
then...
L869[13:39:06] <Vexatos> TEST ALL THE
THINGS
L870[13:39:12] <Vexatos> Also, moar
package name
L871[13:39:24] <Vexatos> Anyone wants to
help test?
L872[13:39:28] <Sangar> gamax92, well for
t2 i agree. but in t3 those colors would - for the most part -
*not* be palette colors... so it'd be a weird 'automatic' mix
L873[13:39:58] <gamax92> Sangar: also, i
don't why you'd change the palette colors when setting the
foreground/background
L874[13:40:28] <Sangar> eh?
L876[13:40:48] <gamax92> Sangar: You're
saying changing the foreground/background would set palette colors
automatically?
L877[13:41:13] <Sangar> gamax92, no?
L878[13:41:27] <gamax92> Sangar: oh, what
is the automatic setting thing mean then?
L879[13:41:43] <JoshTheEnder> Vexatos, so
programs.lua is kinda like JSON?
L880[13:41:50] <JoshTheEnder> (in terms of
format
L881[13:41:51] <JoshTheEnder> )
L882[13:41:54] <Vexatos> It is a
table
L883[13:41:58] <Vexatos> Lua table
L884[13:42:23] <Vexatos> I am using the
serialization API to read from it
L885[13:42:30] <Vexatos> Look at
example.lua
L886[13:42:33] <gamax92> Vexatos: so can i
put "while true do end" in my programs.lua
L888[13:42:49] <Vexatos> gamax92:
NO!
L889[13:42:50] <Sangar> i mean right now
you explicitly have to use the palette for t3
(setForeground(pindex, true) e.g.), to get what you posted to
"work" the color look up would have to check the palette,
though, which would lead to automatic picking of palette colors,
thus mixing set colors (normal / palette) without the user having
control over that.
L890[13:43:00] <Vexatos> Only put the
stuff in that is in example.lua as well
L891[13:43:56] <JoshTheEnder> seems like
whatever serializer your using is json compatible, because i bet
you could change the .lua to .json and it'd still work
L892[13:44:02] <Vexatos> No
L893[13:44:15] <Vexatos> Because it
searches for "programs.lua" in the repo's master
branch
L894[13:44:23] <Altenius> How do I add my
repository to OpenPrograms ?
L895[13:44:40] <Vexatos> Also,
JoshTheEnder: The "/" in example.lua doesn't mean the
files are going to be installed to /, it means they are installed
to whatever directory you specified in the command (or /usr by
default)
L896[13:44:42] <Vexatos> Just FYI
L897[13:44:59] <JoshTheEnder> Vexatos, i
said you /could/ convert it to .json and it'd still be valid
L898[13:45:00] <Vexatos> Altenius: You
want one?
L899[13:45:04] <Sangar> JoshTheEnder, not
really, because json uses [] for arrays, lua always uses {}. also,
json uses : for key:value entries, lua uses = ;)
L900[13:45:04] <Vexatos> I can give you
access
L901[13:45:06] <Altenius> yes
L902[13:45:12] <Altenius> I made the
repository for it.
L903[13:45:12] <Vexatos> JoshTheEnder:
Yes
L904[13:45:19] <gamax92> Sangar: does't it
more or less do that already? It takes your color and drops it down
to 256 colors (ignoring palette), use doesn't really have much
control at all over the old way, but some in the new way?
L905[13:45:19] <Kenny|AFK> Vextaos, if
that is what i think you should never have used .lua as the
extenxion. it's not a program (which .lua indictaes), it's a config
file
L906[13:45:22] <Vexatos> The name doesn't
matter
L907[13:45:27] <JoshTheEnder> ohh yeah,
derp
L908[13:45:28] <Vexatos> as long as it is
lua encoded :D
L909[13:45:38] <Altenius> So what do I
need to do.
L910[13:45:42] <Vexatos> Altenius: Give me
your github name
L911[13:45:47] <Altenius>
alakazard12
L912[13:45:49] <Kenny|AFK> but what is in
the programs.lua file is not lua code
L913[13:46:01] <Michiyo> it's a lua
table.. no?
L914[13:46:05] <Altenius> ^
L915[13:46:12] <Michiyo> lua table = lua
code :p
L916[13:46:25] <Vexatos> Altenius: You
have access now
L917[13:46:33] <Sangar> gamax92, yes, the
point i'm uncomfortable with is that colors set like this - right
now - will never "change". once it takes the palette into
account, they could. i'm not saying that's necessarily bad, it just
could be confusing.
L918[13:46:34] <Vexatos> Make your own
repos there :D
L919[13:46:48] <Kenny|AFK> i don't know.
he was supposed to do one for me but then ask me this morning if i
was reasdy to do mine. i said yes over 2 hours ago.....
L920[13:46:49] <gamax92> Sangar: ahh, i
see.
L921[13:46:51] <Vexatos> For conventions'
sake, I recommend an "Altenius-Programs" repo
L922[13:47:02] <Kenny|AFK> now he has
about run out of time as i have other things i need to do
today
L923[13:47:37] <Vexatos> Altenius ^
L924[13:47:51] <Kenny|AFK> and i have yet
to see one actually set up other than the example which i don't
fully understand
L925[13:47:52] <Altenius> That's what I'm
doing
L926[13:47:56] <Vexatos> Alternatively,
you could "transfer ownership"
L927[13:48:01] <Vexatos> of one of your
own repos
L928[13:48:06] <Altenius> Hmm?
L929[13:48:21] <Vexatos> In the setting,
just in case you already have a program dump repo
L930[13:48:35] <Kenny|AFK> Vexatos: don't
ever ask me a question again and when i answer it ignore me for the
rest of thje time
L931[13:48:44] <Sangar> gamax92, well,
anyway, i gotta go now, but i'll think some more about it. i *am*
leaning towards taking the palette into account, though, anyway,
because otherwise i expect people coming along whining that there's
a lack of grayscale :P
L932[13:48:50]
zsh sets mode: +v on tgame14
L933[13:49:07] <Vexatos> Kenny|AFK:
gamax92 has a working example
L934[13:49:20] <gamax92> yes, i do
L936[13:49:29] <Sangar> see you all
later!
L937[13:49:40] <Kenny|AFK> l8r
L938[13:49:44] <JoshTheEnder> o//
L939[13:49:50] <Vexatos> Click
"settings"->"transfer ownership" at the
bottom
L940[13:50:00] <Vexatos> Altenius ^
L941[13:50:06] <Altenius> ah
L942[13:50:15] <Vexatos> And then type
"OpenPrograms"
L943[13:51:10] <Vexatos> Yep, it
worked
L944[13:51:11] <Vexatos> :D
L945[13:51:32] <Vexatos> Welcome to
OpenPrograms, Altenius \o/
L946[13:51:37] <Altenius> :D
L947[13:51:38] <gamax92> :D Another
member!
L948[13:51:53] <Altenius> I'll add my
friends tar program :P
L949[13:51:55] <Vexatos> I am actually
pretty proud how many people are using it now
L950[13:52:08] <gamax92> Altenius: :<
But I made a tar program :'(
L951[13:52:10] <Vexatos> Seems to have
been a rather good idea
L952[13:52:13] <Altenius> ah
L953[13:52:32] <gamax92> your's is
probably better though,
L954[13:52:39] <Altenius> Well it's not
mine
L955[13:52:41] <Altenius> It's a
friends
L956[13:52:49] <Altenius> There's no
compression support
L957[13:53:22] <gamax92> hmm, i should
make mine support ipack compression.
L959[13:54:33] <gamax92> oh, i could add
an function in the ipack library that returns a fake file
handle
L960[13:54:58] <JoshTheEnder> Vexatos,
that's relative to you
L961[13:55:08] <Vexatos> Oh D:
L962[13:55:11] <Vexatos> You cannot see
it?
L963[13:55:13] <Vexatos> :(
L964[13:55:26] <JoshTheEnder> i can only
see stuff from my team (me and SuPeRMiNoR2 )
L965[13:55:34] <Vexatos> gamax92:
"oppm update" for the win <3
L966[13:55:40] <Vexatos> Aww
L967[13:55:52] <gamax92> Vexatos
update
L968[13:55:53] <Vexatos> JoshTheEnder:
Unless you watch all the other repos like I do
L969[13:55:55] <Vexatos> :D
L970[13:58:32] <gamax92> I'll look into
doing part of the optimization that v^|ActualSleep has in his oci
library. which is even more optimized.
L971[13:59:48] <Altenius> I added my
programs.lua. Will oppm see it now?
L972[14:03:06] <Altenius> Vexatos, I
submitted a pull request in openprograms.github.io
L973[14:03:44] <JoshTheEnder> Altenius,
generally you shouldnt need to do that as ^v (the bot) does it.
when it's command isnt borked that is
L974[14:03:54] <Altenius> ah
L975[14:04:08] <Altenius> What's the
command to do it?
L976[14:04:12] <Vexatos> Uhm
L977[14:04:15] <Vexatos> Wrong
L978[14:04:24] <Kenny|AFK> Hold, in this
programs.lua are we supposed to tell it where to install too?
L979[14:04:50] <Vexatos> Kenny, yes, but
with relative path, "/" meaning the path specified in the
command
L980[14:04:58] <Vexatos> So /lib is a
subdirectory
L981[14:05:17] <Vexatos> Altenius, you
specified "master/tedit.lua" in programs.lua
L982[14:05:24] <Kenny|AFK> i'm not setting
destination for any of my stuff. that is up to the user of the
program
L983[14:05:25] <Vexatos> But the file is
called "tdit"
L984[14:05:32] <Altenius> oh yeah
L985[14:05:37] <Vexatos> Kenny: Well,
then, just do "/"
L986[14:05:41] <Vexatos> As the path
L987[14:05:50] <Vexatos> Then it goes
exactly where the user specifies it
L988[14:06:04] <Vexatos> Also, add some
comment on that into the "instructions"
L989[14:06:35] <Kenny|AFK> forget it. i'm
not using it
L990[14:06:53] <Kenny|AFK> because i can
see where it would screw my stuff up
L991[14:07:02] <Vexatos> It should never
do
L992[14:07:17] <Vexatos> Well, with your
own auto-updater, it would
L993[14:07:32] <Kenny|AFK> if Gopher made
changes to the gml files that didn't coincide with what i was
doing, MY PROGRAMS are fucked not his
L994[14:07:33] <Vexatos> Because
"uninstall" would not affect the automatically downloaded
files
L996[14:07:45] <Vexatos> Kenny|AFK: Well,
then do not add GML as a dependency
L997[14:07:48] <Kenny|AFK> so i'm only
giving them the files that work with the program
L998[14:07:48] <Vexatos> keep it in your
repo
L999[14:07:59] <Vexatos> and include it in
the "files" instead of the "dependencies"
L1000[14:08:07] <Kenny|AFK> i do that
now, and my programs have update features
L1001[14:08:28] <Vexatos> Yea, it would
not uninstall the automatically downloaded new files
L1002[14:08:29] ***
manmaed is now known as manmaed|AFK
L1003[14:08:35]
⇦ Quits: Altenius (~Altenius4@199.193.183.1) (Read error:
Connection reset by peer)
L1004[14:08:42]
⇨ Joins: Altenius2 (~Altenius4@199.193.183.1)
L1005[14:08:55] <Kenny|AFK> nope, i'm not
using it
L1006[14:09:06] <Vexatos> It's your
choice :D
L1007[14:09:19] <Kenny|AFK> too much
bs
L1008[14:09:23] <Vexatos> Altenius2: You
need to fix your package name
L1009[14:09:27] <Altenius2> I am
L1010[14:09:51] <Altenius2> there
L1011[14:10:27] <Vexatos> Nice
L1012[14:10:36] <Vexatos> Now it should
work perfectly :D
L1013[14:11:11] <Vexatos> Oh, you forgot
a comma
L1014[14:11:19] <Vexatos> Altenius2: Line
11
L1015[14:11:27] <Vexatos> Oh wait
L1016[14:11:31] <Vexatos> No. derp
L1017[14:11:32] <Altenius2> lol
L1018[14:11:32] <Vexatos> Sorry D:
L1019[14:11:45] <Altenius2> I'm going to
change them all to semicolons
L1020[14:11:54] <Vexatos> Just to break
everything? :D
L1021[14:11:57] <Altenius2> no
L1022[14:11:59] <Altenius2> semicolons
work
L1023[14:12:06] <Vexatos> They do?
:O
L1024[14:12:08] <Altenius2> And you can
have them on the last index
L1025[14:12:11] <gamax92> Kenny|AFK:
there was a solution to this, but Vexatos didn't accept it,
versions
L1026[14:12:42] <Vexatos> Huh?
L1027[14:12:49] <Vexatos> Noone ever told
me about that
L1028[14:13:06] <Vexatos> What do you
mean, gamax92?
L1029[14:13:07] <gamax92> I remember
asking you about versions
L1030[14:13:12] <Vexatos> I don't
L1031[14:13:17] ***
Altenius2 is now known as Altenius
L1032[14:13:23] <Vexatos> If I answered I
certainly talked to someone else
L1033[14:13:44] <Vexatos> Altenius2:
Semicolons should not work
L1034[14:13:50] <Altenius> They do
L1035[14:13:54] <Vexatos> At least they
never appear in the serialization API
L1036[14:14:14] <Altenius> i know
L1037[14:14:17] <Altenius> They still
work.
L1038[14:14:24] <Kenny|AFK> that's
exactly what i do with CV, and a few others. there is a version
file. if i change the code or fix an error, i change the version
file and the next time they run the program it lets them know of
any changes
L1039[14:14:27] <Altenius> I just pushed
it, try it
L1040[14:14:38] <Michiyo> MichiBot,
commands
L1041[14:14:43] <Michiyo> hmm bork
L1042[14:14:51] <Vexatos> gamax92:
Versions are a good idea
L1043[14:14:59] <Vexatos> What exactly
should I implement?
L1044[14:15:30] <Vexatos> Another line in
programs.lua linking to your versions file on the repo?
L1045[14:15:34] <gamax92> Vexatos: its
essentially package A wants version 3.01a-poop_edition of package
B, and if that isn't avaliable then you cannot install package A,
or you cannot upgrade package B if already installed
L1046[14:15:45] <Vexatos> Which is then
compared to a local versions one?
L1047[14:15:55] <gamax92> uhh, a versions
file? rather than just a version line?
L1048[14:16:02] <Vexatos> Hmmm
L1049[14:16:13] <Vexatos> What kind of
line?
L1050[14:16:34] <Vexatos> Just do version
= "some-version"
L1051[14:16:37] <Vexatos> in
programs.lua?
L1052[14:16:40] <gamax92> yeah sure
L1053[14:17:00]
⇦ Quits: Alex_hawks
(~Alex_hawk@CPE-120-145-192-71.lnse2.pie.bigpond.net.au) (Ping
timeout: 190 seconds)
L1054[14:17:09] <Vexatos> But then you
would need to provide the program in multiple versions on your
repo,don't you?
L1055[14:17:21] <Vexatos> For the whole
dependency thing
L1056[14:17:50] <Vexatos> Like, if you
have
L1057[14:17:54] <gamax92> Vexatos: thats
up to me to do that
L1058[14:18:19] <Vexatos> dependencies =
{
L1059[14:18:19] <Vexatos>
["GML"] =
{destination="/lib",version="something"
L1060[14:18:19] <Vexatos> }
L1061[14:18:25] <Vexatos> That would be
it, right?
L1062[14:18:32] <Vexatos> Forgot a
brace
L1063[14:19:34] <gamax92> Say, Kenny|AFK
hosts GML 3.0 because his program needs it, and I hosted GML 4.0,
because thats the latest. kenny's dependency would grab the 3.0
version
L1064[14:19:43] <Vexatos> Hmmm
L1065[14:19:47] <Vexatos> The problem
is
L1066[14:19:54] <Vexatos> oppm assumes
every package name is unique
L1067[14:20:00] <gamax92> oh, then fix
that.
L1068[14:20:04] <gamax92> :P
L1069[14:20:16] <Vexatos> You could call
your stuff gml-3 and gml-4
L1070[14:20:31] <Vexatos> I could even
implement a line "hidden = true" in programs.lua
L1071[14:20:36] <Vexatos> so it would not
appear in oppm list
L1072[14:20:38] <gamax92> why not just
internally slap the version on to the package name inside of
oppm
L1073[14:20:56] <Vexatos> How about
that?
L1074[14:21:25] <Vexatos> Would make
dependency work better, Because gml-3 and gml-superspecialversion
would not appear in the list then :D
L1075[14:21:40] <Vexatos> But still have
a unique name
L1076[14:22:22] <gamax92> hmm, well ...
I'mma just suggest do nothing and I'mma go extract palettes.
L1077[14:22:44] <Vexatos> Why do nothing?
D.ö
L1078[14:22:53] <gamax92> Vexatos:
because I
L1079[14:22:58] <gamax92> I'm now
frustrated
L1080[14:23:04] ***
vifino is now known as vifino|off
L1081[14:23:11] <Vexatos> Because of the
colour stuff?
L1082[14:23:23] <Vexatos> Or because of
oppm? D:
L1083[14:23:27] <gamax92> latter
L1084[14:23:48] <Vexatos> D:
L1085[14:23:51] <Vexatos> Why?
L1086[14:23:58] ***
gamax92 is now known as post
L1087[14:24:00] <post> palettes!
L1088[14:24:55] <Kenny|AFK> Josh, you
arfe listed as away
L1089[14:25:32] ***
post is now known as gamax92
L1090[14:26:11] <Vexatos> So, any
suggestions for improving oppm?
L1091[14:26:30] <Vexatos> Kenny|AFK: What
do you think about the option to make packages hidden (So only
accessible via dependencies)
L1092[14:26:43] <Vexatos> This way you
could have your own version of gml
L1093[14:28:46] <gamax92> .l 40*6
L1094[14:28:47] <^v> gamax92, 240
L1095[14:29:04]
⇨ Joins: Alex_hawks
(~Alex_hawk@CPE-124-178-61-83.lns2.pie.bigpond.net.au)
L1096[14:29:04]
zsh sets mode: +v on Alex_hawks
L1097[14:33:37] <gamax92> .l 73^2
L1098[14:33:38] <^v> gamax92, 5329
L1099[14:33:48] <gamax92> well, thats a
lot of color combinations
L1100[14:34:43] <Kenny|AFK> there is
currently a bug with gml that it doesn't work right under 1.3 so if
(since they are dependencies) they were to be downloaded from
Gopher's repo and not my own, my rpograms would fail each
time
L1101[14:35:13] ***
Kodos|Zzz is now known as Kodos
L1102[14:35:48] <Kodos> .last Kodos
L1103[14:38:25] <Altenius> .openprg
L1104[14:39:35] <Michiyo> that's been
disabled..
L1105[14:44:35] <Vexatos> Kenny|AFK: does
it mean it would work when you added a custom gml package with YOUR
non-updated version?
L1106[14:45:06] <Vexatos> And just give
it a slightly different package name and make it hidden?
L1107[14:46:35]
⇦ Quits: Altenius (~Altenius4@199.193.183.1) (Ping timeout:
194 seconds)
L1108[14:48:40] <Kodos> How does that
system.lineout.error or whatever go
L1109[14:51:14]
⇨ Joins: Altenius
(~Altenius@2600:1015:b11c:2476:fb12:9fbd:37b:8898)
L1110[14:53:32] <JoshTheEnder>
"<+Kenny|AFK> Josh, you arfe listed as away" yes,
probably because i wasnt connected to the bouncer as my phone was
dying
L1111[14:55:30] <Vexatos> I think I will
implement that "hidden" thing
L1112[14:55:33] <Vexatos> It is easy to
do
L1113[14:55:38] <Vexatos> And might be
used by some people
L1114[14:58:13] <Altenius> How are you
impelenting the version system?
L1115[14:58:50] <Altenius> Vexatos
^
L1116[14:59:33] <Kenny|AFK> Vexatos, the
gml version that ships with my programs has a fix for the issue,
courtesy of Michiyo
L1117[15:00:09] <Kenny|AFK> right now, i
have to go and start getting ready to work on these steps
L1118[15:01:00] <Vexatos> Altenius: I
think I won't since it would be tedious providing tons of files. I
am implementing it in a different way: package names still have to
be unique, but you could call your different package versions like
"gml-3.4.543", which is still a valid package name, but
then set the new optional "hidden = true" in the package
declaration to make the thing hidden from "oppm list", so
you can only access it via dependencies
L1119[15:01:17] <Vexatos> That would
allow Kenny to add his own gml version easily without messing up
anything
L1120[15:02:45] <ShadowKatStudios> I'm
finally managing to get used to the 3DMG :D
L1121[15:02:58] <ShadowKatStudios> I'm
using it one-sidedly but besides that...
L1122[15:03:45] <Altenius> YY
L1123[15:03:47] <Altenius> y
L1124[15:03:49] <Altenius> a
L1125[15:04:17] <Altenius> New
keyboard.
L1126[15:05:08]
⇦ Quits: Altenius
(~Altenius@2600:1015:b11c:2476:fb12:9fbd:37b:8898) (Quit:
Bye)
L1127[15:09:36] <Vexatos> example.lua now
has explaining comments
L1128[15:09:36]
⇨ Joins: Maxwolf
(labs@pipette.madsciencemod.com)
L1129[15:09:37]
zsh sets mode: +v on Maxwolf
L1130[15:14:49] <ShadowKatStudios> So
here's a rare occurance: ffmpeg recorded at a lower framerate than
I was seeing.
L1131[15:18:11] <ShadowKatStudios> FLV y
u so low quality
L1132[15:20:45] <Michiyo> k, so michibot
no longer requires a comma to accommodate people who use : or
nothing with autocomplete.
L1133[15:20:49] <Michiyo> MichiBot
drama
L1134[15:20:49] <MichiBot> Michiyo: Curse
doesn't work with Metallurgy since the latest update
L1135[15:20:57] <Michiyo> MichiBot:
drama
L1136[15:20:57] <MichiBot> Michiyo:
ComputerCraft breaks underpowered items in BiblioCraft
L1137[15:21:37] <gamax92> drama
MichiBot
L1138[15:21:45] <Michiyo> -_-
L1139[15:21:48] <gamax92> MichiBot
L1140[15:21:48] <MichiBot> gamax92:
Command unsupported
L1141[15:21:53] <gamax92> lol
L1142[15:22:01] <Michiyo> yeah, I still
need to make sure there IS a command there
L1143[15:22:07] <Michiyo> I just rewrote
the listener class
L1144[15:23:04] <Vexatos> MichiBot
drama
L1145[15:23:10] <Vexatos> MichiBot:
drama
L1146[15:23:14] <Vexatos> :(
L1147[15:23:19] <gamax92> wee i broke
it
L1148[15:23:23] <Michiyo> nope
L1149[15:23:25] <Michiyo> I stopped
it
L1150[15:23:41] <gamax92> stop stealing
my satisfaction :P
L1151[15:23:55] <Michiyo> MichiBot
L1152[15:23:57] <MichiBot> Michiyo:
Command unsupported
L1153[15:24:01] <Michiyo> damn..
L1154[15:24:03] <Vexatos> Anyways,
gamax92: Thank you for having added a programs.lua file
L1155[15:24:08] <Vexatos> <3
L1156[15:24:15] <Vexatos> SOMEONE is
using my idea at least
L1157[15:24:22] <gamax92> Vexatos: oh btw
im gonna go rewrite oppm
L1158[15:24:27] <Vexatos> Why?
L1159[15:24:30] <gamax92> because
L1160[15:24:48] <Vexatos> Because?
L1161[15:24:52] <gamax92> because
L1162[15:25:06] <Vexatos> Well, feel free
to make a pull request to change stuff
L1163[15:25:16] <Vexatos> :)
L1164[15:25:16] <Michiyo> MichiBot
L1165[15:25:19] <MichiBot> Michiyo:
Command unsupported
L1166[15:25:23] <Vexatos> HAHA
L1167[15:25:24] *
Michiyo stabs
L1168[15:25:25] <gamax92> MichiBot
drama
L1169[15:25:25] <MichiBot> gamax92:
Player came out against bees, 4chan rages
L1170[15:25:49] <Vexatos> gamax92: If you
want to help me make it look nicer/cleaner/work better, thank you a
lot :3
L1171[15:26:03] <gamax92> Vexatos: no, i
want to rewrite it.
L1172[15:26:08] <Vexatos> Why?
L1173[15:26:19] <gamax92> (same reply to
this question)
L1174[15:26:23] <Vexatos> It is a working
program
L1175[15:26:28] <Vexatos> No errors
anymore
L1176[15:26:33] <gamax92> Also going to
go do some hardware tests on my Wii
L1177[15:26:48] <Vexatos> Why do you
think it needs rewriting?
L1178[15:27:13] <gamax92> v^|ActualSleep:
Y U STILL GONE
L1179[15:28:29] <Vexatos> You are really
making me sad
L1180[15:28:37] <gamax92> Vexatos:
why?
L1181[15:28:38] <Vexatos> Please give a
reason .-.
L1182[15:29:02] <Vexatos> I used 12 hours
on that thing and you want to rewrite it, that's what makes me
said
L1183[15:29:05] <gamax92> Vexatos: when I
say I want to rewrite it, I mean I'm making a test version to test
an idea i have.
L1184[15:29:13] <Vexatos> >_>
L1185[15:29:18] <Vexatos> Well then
L1186[15:29:23] <Vexatos> What kind of
idea?
L1187[15:29:39] <Vexatos> Will you
pull-requestify it to the real program if it works?
L1188[15:29:40] <gamax92> Vexatos: not
using lua tables but something more like rpm specs
L1189[15:29:48] <gamax92> No because it
breaks oppm
L1190[15:29:51] <Vexatos> Mhm
L1191[15:29:58] <Vexatos> Well,
okay
L1192[15:30:33] <Vexatos> gamax92: I told
Vaygrim about oppm, he is going to make a mod guide on it :D
L1193[15:31:14] <ShadowKatStudios>
Trimming my video...
L1194[15:31:31] <ShadowKatStudios> Soon
you guys will be able to see how well I've 'mastered' the
3DMG
L1195[15:31:52] <gamax92> brb
L1196[15:32:05] <ShadowKatStudios> AKA
How not to use the 3DMG
L1197[15:34:04] ***
Csstform is now known as Csst|Masterball
L1199[15:38:54] <Michiyo> D-D-D-DROOOP
IT
L1200[15:39:02] <Michiyo> Also
L1201[15:39:04] <Michiyo> MichiBot
L1202[15:39:09] <Michiyo> MichiBot,
L1203[15:39:12] <Michiyo> MichiBot,
drama
L1204[15:39:13] <MichiBot> Michiyo: jeb
complained about being in MortTech on MCF
L1205[15:40:03] <gamax92> whos fleece was
white as tar
L1206[15:47:18] ***
v^|ActualSleep is now known as v^
L1207[15:47:27] *
v^ slaps gamax92
L1208[15:47:41] <v^> i need my 8
hrs
L1209[15:47:53]
⇨ Joins: Vexaton
(~Vexatos@p200300556E457B28DDD471C1A7958934.dip0.t-ipconnect.de)
L1211[15:48:23] <gamax92> v^: oh right,
so basically. Half of your gpu calls are just changing the
background, 1/4th of those are generally redundant
L1212[15:48:37]
⇦ Quits: Vexatos
(~Vexatos@p200300556E457B33008B3177B431E817.dip0.t-ipconnect.de)
(Killed (NickServ (GHOST command used by
Vexaton!~Vexatos@p200300556E457B28DDD471C1A7958934.dip0.t-ipconnect.de)))
L1213[15:48:38] ***
Vexaton is now known as Vexatos
L1214[15:48:43] <gamax92> v^: you also
don't use gpu.set
L1215[15:48:56] <v^> ShadowKatStudios,
your yt avatar NEEDS to change pls
L1216[15:49:26] <gamax92> v^:
implementing the above, I got it down from 19 seconds to 13
L1217[15:49:32] <gamax92> however i still
have 9.
L1218[15:49:48] <Vexatos> v^: You have
time to register all your programs to oppm?
L1219[15:49:52] <ShadowKatStudios> I'll
get to it soon
L1220[15:49:57] <v^> Vexatos, no
L1221[15:50:03] <Vexatos> Aww
L1222[15:50:03] <v^> i have stuff to
do
L1224[15:50:07] <Vexatos> Ok
L1225[15:50:48] <gamax92> v^: if
possible, what is the optimization technique in oci? its actually
better than mine ,besides setting the gpu background more
often
L1226[15:51:47] <v^> it finds the largest
area to fill for each pixel
L1228[15:54:08]
⇨ Joins: BevoLJ
(~BevoLJ@cpe-24-55-33-198.austin.res.rr.com)
L1229[15:54:08]
zsh sets mode: +v on BevoLJ
L1230[15:54:17] <ShadowKatStudios>
Someone made the mistake of giving me two bottles of coke
L1231[15:54:23] <v^> i dont drink
pop
L1232[15:54:40] <Vexatos> SKS: Go sleep.
now. :3
L1233[15:54:46] <ShadowKatStudios> Hahah,
good one.
L1234[15:54:53] <Vexatos> I know,
right?
L1235[15:54:54] <ShadowKatStudios> I'm
not gonna sleep for 'a while' now.
L1236[15:55:06] <gamax92> while true do
sks.sleep() end
L1237[15:55:09] <Vexatos> You never drink
coke in the evening
L1238[15:55:10] <Vexatos> NEVER+
L1239[15:55:14] <ShadowKatStudios>
Considering how little energy I burn, I'll be awake for a few
days.
L1240[15:55:17] <Vexatos> gamax92: You
forgot to pcall+
L1241[15:55:18] <gamax92> i do, i sleep
just fine
L1242[15:55:26] <v^> i dont drink coke
ever .-.
L1243[15:55:38] <ShadowKatStudios> But
it's a long weekend here :D
L1244[15:55:42] <v^> and you know
why
L1245[15:55:49] <gamax92> because your
mom said so
L1246[15:55:49] <ShadowKatStudios> And I
need to steal my sister's alcohol
L1247[15:55:49] <v^> i dont feel like
brushing my teeth
L1248[15:56:04] <Vexatos> I never drink
coke
L1249[15:56:13] <v^> people are like, how
dafuq are your teeth so white and you dont brush your teeth
L1250[15:56:27] <gamax92> v^: so, you
also don't eat food?
L1251[15:56:40] <v^> i do .-.
L1252[15:56:53] <v^> but not that
much
L1253[15:56:59] <gamax92> are you
japanese?
L1255[15:57:07] <gamax92> none of this
adds up
L1256[15:57:08] <v^> you know where i
live
L1257[15:57:21] <gamax92> v^: No, I only
know you are two time zones ahead of me
L1258[15:57:22] ***
WorkingFlenix is now known as Flenix
L1259[15:57:55] <v^> mi.comcast.net
L1260[15:58:04] <v^> you can figure out
what mi stands for
L1261[15:58:14] <gamax92> oh, i though
ectoBiologist lived there
L1262[15:58:27] <v^> no, he lives
somewhere else
L1263[15:58:52] <v^> if he lived close to
me it would be weird >_>
L1264[15:58:58] <ShadowKatStudios> I have
a great pic for my new youtube/everything pic
L1265[15:59:06] <v^> i actually live 20
mins away from Greys though
L1266[15:59:59]
⇨ Joins: Rokmonkey
(~Nate@173-166-32-221-newengland.hfc.comcastbusiness.net)
L1267[16:06:45] ***
vifino|off is now known as vifino
L1268[16:07:23] ***
vifino is now known as vifino|off
L1269[16:07:59] <ShadowKatStudios> v^:
I've changed my pic I believe
L1270[16:09:18] ***
vifino|off is now known as vifino
L1271[16:10:19] <ShadowKatStudios> lol
thanks guys, 1 dislike.
L1272[16:10:33] *
v^ gets on it
L1273[16:10:58] *
v^ uses dads, step dads, and moms account to dislike it
further
L1274[16:12:35] <ShadowKatStudios> Point
taken. It sucks.
L1275[16:12:52] <ShadowKatStudios> Fuck
it, I'm gonna dislike it too.
L1276[16:12:57] <v^> " This
functionality is not available right now. Please try again later.
"
L1277[16:13:02] <v^> what google?
L1278[16:13:09] <v^> i just clicked on
one of my subscriptions
L1279[16:13:30] <gamax92> oh damn, there
goes my idea. palettes 16 and above seem to just repeat 0 to
15
L1281[16:14:08] <v^> we cant veiw
channels
L1282[16:14:13] <v^> dammit
L1283[16:14:21] <v^> ShadowKatStudios,
what was that video?
L1285[16:14:43] <ShadowKatStudios> So you
can dislike it more?
L1286[16:14:46] <v^> i got it
L1287[16:14:48] <v^> yeah
L1288[16:14:51] <ShadowKatStudios>
Haha
L1289[16:14:58] <ShadowKatStudios> I've
given up and disliked it too.
L1290[16:15:23] <v^> let me get one of
those "pay for dislikes" things
L1291[16:15:40] <v^> 10,000 dislikes $10
:D
L1292[16:15:48]
⇨ Joins: Altenius
(~Altenius@2600:1015:b114:6843:8b07:a1ba:9945:e4d8)
L1293[16:15:49] <v^> ur fuckd sks
L1294[16:16:08] <ShadowKatStudios>
lol
L1295[16:16:20] <ShadowKatStudios> This
will be my newest record.
L1296[16:16:25]
⇦ Quits: Altenius
(~Altenius@2600:1015:b114:6843:8b07:a1ba:9945:e4d8) (Client
Quit)
L1297[16:16:34]
⇨ Joins: Altenius
(~Altenius@2600:1015:b114:6843:8b07:a1ba:9945:e4d8)
L1298[16:17:36] <Altenius> o/
L1299[16:17:54] <ShadowKatStudios>
\o
L1300[16:19:26]
⇦ Quits: Altenius
(~Altenius@2600:1015:b114:6843:8b07:a1ba:9945:e4d8) (Client
Quit)
L1301[16:20:22] <ShadowKatStudios> Wow.
Scarier than I though
L1302[16:20:23] <ShadowKatStudios>
t
L1303[16:23:16] <gamax92> hmm, these
images look worse using the 6-8-5 palette
L1304[16:24:04] ***
justastranger|zzz is now known as justastranger
L1305[16:24:46] <Vexatos> Kenny|AFK: May
I do a programs.lua file in your repo, hoping I get all the files
right? I would think of proper package names myself, then
L1306[16:28:17] <ectoBiologist> 11:59:26
gamax92 | oh, i though ectoBiologist lived there <-- you thought
I lived where?
L1307[16:28:21] <ectoBiologist>
miami?
L1308[16:28:28] <gamax92> ...
L1309[16:28:56] <gamax92> you live in the
state of miami, yes.
L1310[16:29:05] ***
Cirno_ is now known as Biohazard
L1311[16:29:06] <ectoBiologist> sorry i'm
not paying attention, lol
L1312[16:29:33] <ectoBiologist> 11:59:08
v^ | mi.comcast.net <-- here 'mi' is sometimes used to
abbreviate miami (at least locally where I am(
L1313[16:31:34] <Rokmonkey> \o
L1314[16:32:19] <Kodos> .flipdesk
L1315[16:32:46] <gamax92>
.flipdesk.exe
L1316[16:32:59] <Rokmonkey> That sounds
like a crazy application
L1317[16:33:18] <gamax92> no, its a
virus, it keeps moving all the icons on your desktop
L1318[16:33:33] <Kodos> Which if you know
anything about computers, is bad joojoo
L1319[16:33:40] <Rokmonkey> Causing yout
o flip your desk
L1320[16:33:41]
⇦ Quits: Biohazard (~nick1@188.113.81.176) (Read error:
Connection reset by peer)
L1321[16:33:53]
⇨ Joins: Biohazard (~nick1@188.113.81.176)
L1322[16:34:21] <Michiyo> MichiBot, part
#OC
L1323[16:34:23]
⇦ Parts: MichiBot (MichiBot@kenobi.pc-logix.com)
())
L1324[16:34:25] <Michiyo> yay
L1325[16:34:34]
⇨ Joins: MichiBot (MichiBot@kenobi.pc-logix.com)
L1326[16:34:47] <Kodos> Talking to the
PneumaticCraft guy about OC support \o/
L1327[16:35:00] <Rokmonkey> Neat.
L1328[16:35:11] <Michiyo> Someone else,
try to make MichiBot part please..
L1329[16:35:28] <Kodos> MichiBot, part
#oc
L1330[16:35:37] <Michiyo> yay
L1331[16:35:39] <gamax92> MichiBot,
gtfo
L1332[16:35:39] <MichiBot> gamax92:
Command gtfo unsupported
L1333[16:35:53] <Kodos> MichiBot, who
made you?
L1334[16:35:53] <MichiBot> Kodos: Command
who made you unsupported
L1335[16:35:56] <Kodos> Fail
L1336[16:36:03] <Kodos> MichiBot,
help
L1337[16:36:04] <MichiBot> Kodos: Command
help unsupported
L1338[16:36:05] <Kodos> Wow
L1339[16:36:07] <Kodos> Well then
L1340[16:36:12] <gamax92> MichiBot, thine
mother to make sandwiches, father
L1341[16:36:12] <MichiBot> gamax92:
Command thine mother to make sandwiches father unsupported
L1342[16:36:35] ***
justastranger is now known as justastranger|zzz
L1343[16:36:35] <Michiyo> ...
L1344[16:37:09] <Michiyo> MichiBot,
commands
L1345[16:37:10] <gamax92> MichiBot,
people to give money towards the
L1346[16:37:16] <MichiBot> gamax92:
Command people to give money towards the unsupported
L1347[16:37:17] <MichiBot> Michiyo:
Current commands: join, part, mcstatus, drama, rot13, rainbow,
reverse, 1337
L1348[16:37:30] *
Michiyo smacks gamax92
L1349[16:37:37] <gamax92> i like how mine
came first
L1350[16:37:39] <Michiyo> sadly 1337 is
still broken.
L1351[16:38:00] <gamax92> MichiBot, join
#ocbots
L1352[16:38:17] ***
Biohazard is now known as Cirno_
L1353[16:39:11] <Michiyo> yeah acount
based permissions
L1354[16:39:12] <Michiyo> woo
L1355[16:39:16] <Michiyo> ns
account*
L1356[16:39:50] <ShadowKatStudios>
MichiBot, rot13 Derp derp lolol my video has 3 dislikes and no
likes, and I'm one of the people that disliked :(
L1357[16:39:51] <MichiBot>
ShadowKatStudios: Qrec qrec ybyby zl ivqrb unf 3 qvfyvxrf naq ab
yvxrf, naq V'z bar bs gur crbcyr gung qvfyvxrq :(
L1358[16:40:16] <Michiyo> MichiBot:
mcstatus
L1359[16:40:17] <MichiBot> Michiyo:
Mojang Status: Website:
Up
Session:
Up Account:
Up Auth:
Up Skins:
Up Auth Server:
Up Session Server:
Up
L1360[16:40:49] <Michiyo> anyway
AFK
L1361[16:41:11] ***
gamax92 is now known as LegitMichiyo
L1362[16:41:12] <LegitMichiyo> MichiBot,
join #ocbots
L1363[16:41:14] ***
LegitMichiyo is now known as gamax92
L1364[16:44:47] <gamax92> v^: scan left
to right, top down. choose which ever line vertically or
horizontally is longest?
L1365[16:45:20] ***
Csst|Masterball is now known as Csstform
L1366[16:52:08]
⇨ Joins: Techokami
(~Techokami@pool-173-48-10-197.bstnma.east.verizon.net)
L1367[16:52:14] <Kodos> Whoo, who needs
turtles, when you have drones =D
L1368[16:53:23] <Rokmonkey> Or
robots?
L1369[16:53:54] <Techokami>
dronebots
L1370[16:56:50] <Kodos> Okay, drones set
up to dig out a chunk and trashcan the drops
L1371[16:56:54] <Kodos> I'm gonna go mow
grass
L1374[17:05:25] <gamax92> Techokami:
^
L1375[17:05:44] <Techokami> ahoy
L1376[17:05:49] <Kodos> We need OS
splashscreens
L1377[17:06:04] <Techokami> heh
L1378[17:06:14] <Kodos> gamax92, If I
design a KodosianOS picture, can you strip it down to OS
compat
L1379[17:06:25] <gamax92> that one takes
8 seconds initially, and 5 seconds any time afterwards.
L1380[17:06:31] <gamax92> Kodos:
sure?
L1381[17:06:38] <Techokami> I REALLY need
to work on a more flexible, dynamic system
L1382[17:07:18] <gamax92> Techokami: the
oci format has problems
L1383[17:07:21] <Techokami> yeah
L1384[17:07:30] <Techokami> I've got
ideas in my head for a new format
L1385[17:07:34] <Techokami> calling it
VPP
L1386[17:07:41] <Techokami> for Vertical
Pixel Pairs
L1387[17:07:52] <Techokami> since that's
how image data will be stored
L1388[17:08:13] <gamax92> Techokami: wat?
i meant how gpu.set is never used, and the background is changed
regardless if that was the previous background.
L1389[17:08:21] <Techokami> o
L1390[17:08:26] <gamax92> saves about 4
seconds if you implement those changes.
L1391[17:08:30] <Rokmonkey> Whats a good
way to parse wireless messages?
L1392[17:08:50] <ShadowKatStudios> Woo,
champane, tastes like vomit. Fizzy vomit.
L1393[17:09:04] <Rokmonkey> Mix it with
OJ
L1394[17:09:40] <ShadowKatStudios> I put
in a bunch of cola
L1395[17:10:28] <gamax92> i have a cat in
my lap
L1396[17:10:51] <gamax92> she looks
unhappy that I've moved her.
L1397[17:12:24] <Vexatos> Techokami: I
changed oppm again a little, you will need to delete the opdata.svd
file
L1398[17:12:32]
⇨ Joins: Michiyo|Tab
(~caitlyn@ip-64-134-190-199.public.wayport.net)
L1399[17:12:33]
zsh sets mode: +v on Michiyo|Tab
L1400[17:12:42] <gamax92> put it on my
Michiyo|Tab
L1401[17:12:50] <Michiyo|Tab> Nou
L1402[17:13:31] <Csstform>
>_<
L1403[17:13:31] ***
LordFokas|off is now known as LordFokas
L1405[17:13:41] <Csstform> gamax92:
BAAAAD joke
L1406[17:13:55] <gamax92> Csstform:
why?
L1407[17:14:30] <Csstform> cause it hurts
my brain
L1408[17:14:37] <gamax92> Csstform: oh
okay
L1409[17:15:10] <gamax92> Kodos: are you
on winblows or linsucks?
L1410[17:15:15] <Kodos> blows
L1411[17:15:26] <gamax92> winblows,
linsucks, and macintrash
L1412[17:15:33] <Rokmonkey>
creative.
L1413[17:17:26] <LordFokas> o/
L1414[17:17:41] <Rokmonkey> \o
L1415[17:18:03] <LordFokas> mac-in-trash.
perfect.
L1416[17:18:08] <Vexatos> ^
L1417[17:18:22] *
LordFokas gives gamax92 a medal
L1418[17:18:30] <Vexatos> ^
L1419[17:18:37] <gamax92> I need food,
not medals
L1420[17:20:04] <Michiyo|Tab> And im
eating food woo
L1421[17:20:47] <gamax92> my cat keep
shuffling herself in my lap.
L1422[17:21:33]
⇨ Joins: SKS
(~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au)
L1423[17:21:46] <SKS> I'm such a nerd,
this is my laptop at the party.
L1424[17:22:01] <gamax92> I'm such a
nerd, this is my desktop at my house.
L1425[17:22:28] <Michiyo|Tab> Im such a
nerd this is my tablet at McDs
L1426[17:23:36] <Vexatos> I'm such a
nerd, This is my laptop at my house :3
L1427[17:24:22] <Techokami> I'm such a
nerd, this is my desktop at my house.
L1428[17:25:05] <gamax92> FUCKING
CAT
L1429[17:25:24] <Csstform> I'm such a
nerd, this is my laptop at my house.
L1430[17:27:46]
⇦ Quits: SKS
(~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au) (Quit:
Signing off)
L1432[17:29:04] <v^> I'm such a nerd,
this is my desktop at my house
L1433[17:29:18] <v^> partys suck
L1434[17:29:21] <v^> cant blame SKS
L1435[17:29:30] <Kodos> I'm such a nerd,
this is a desktop at Best Buy because I'm too poor to buy a
PC.
L1436[17:29:43] <Rokmonkey> Lies and
slander
L1437[17:29:54] <v^> Kodos used
.flipdesk
L1438[17:30:29]
⇦ Quits: Rokmonkey
(~Nate@173-166-32-221-newengland.hfc.comcastbusiness.net) (Quit:
Leaving)
L1439[17:30:40] <v^> ectoBiologist,
what
L1440[17:30:54] <v^> mi is michigan
L1441[17:31:51] <v^> Kodos dies of table
flipping
L1442[17:31:58] <v^> score &e0
L1443[17:33:03] <Michiyo|Tab> Gotta
go
L1444[17:33:21] <v^> .openprg
L1445[17:33:21] <^v> v^, You have died.
Score &e0
L1446[17:36:44]
⇦ Quits: Techokami
(~Techokami@pool-173-48-10-197.bstnma.east.verizon.net) (Read
error: Connection reset by peer)
L1447[17:37:04]
⇨ Joins: Techokami
(~Techokami@pool-173-48-10-197.bstnma.east.verizon.net)
L1448[17:40:11] <v^> .2048
multiplayer
L1450[17:40:21]
⇦ Quits: Michiyo|Tab
(~caitlyn@ip-64-134-190-199.public.wayport.net) (Ping timeout: 194
seconds)
L1451[17:40:24]
⇨ Joins: Altenius (~Altenius4@199.193.183.1)
L1452[17:41:31] <Kodos> .openprg
L1453[17:41:31] <^v> Kodos, You have
died. Score &e0
L1454[17:41:42]
⇨ Joins: Michiyo|Tab
(~caitlyn@108-254-231-22.lightspeed.mmphtn.sbcglobal.net)
L1455[17:42:16] <Altenius> .openprg
L1456[17:42:16] <^v> Altenius, You have
died. Score &e0
L1457[17:43:40] <Altenius> Vexatos,
should oppm list show the description?
L1458[17:43:49] <Vexatos> No
L1459[17:43:54] <Vexatos> oppm info
<package> does
L1460[17:43:57] <Altenius> ah
L1461[17:44:14] <Vexatos> That one shows
name, description, authors and the optional additional
instructions
L1462[17:51:38] <gamax92> oh, i used the
optimization that v^ did, much less code and much faster
L1463[17:51:56] <Altenius> ?
L1464[17:52:04] <Csstform> .openprg
L1465[17:52:04] <^v> Csstform, You have
died. Score &e0
L1466[17:52:11] <Csstform> what the heck
is that?
L1467[17:52:47] ***
manmaed|AFK is now known as manmaed
L1468[17:53:31] <Csstform> v^: what's
openprg?
L1469[17:53:50] <Altenius> It's a
disabled command
L1470[17:54:05] <Csstform> ._.
L1471[17:54:10] <Csstform> .help
openprg
L1472[17:54:10] <^v> Csstform, Not
found.
L1474[18:00:15] <Altenius> How do I get
my repo in the programs.yaml?
L1475[18:00:26] <Vexatos> You don't need
programs.yaml
L1476[18:00:47] <Vexatos> I hope ping
switches to the lua files and the YAML files can be deleted
L1477[18:00:52] <Altenius> okay
L1478[18:00:56] <Vexatos> Once ping fixes
the system
L1480[18:01:09] <v^> i like the yaml
:<
L1481[18:01:14] <gamax92> so do i
L1482[18:01:17] <Vexatos> But we have the
lua file now
L1483[18:01:24] <Vexatos> Containing all
the information you need
L1484[18:01:35] <Vexatos> And easily
accessible using the OC serialization API
L1485[18:01:36] <v^> its not good for
packages, but its good for just listing them
L1486[18:01:45] <Vexatos> Yea... But 2
files?
L1487[18:02:12] <v^> ill just make it
look for the lua file also .-.
L1488[18:02:33] <Altenius> It would be
easier to use the lua file, you wouldn't need to parse yaml in
lua.
L1489[18:02:47] <Altenius> You would just
have to use loadstring()
L1490[18:02:55] <Altenius> or load()
now
L1491[18:03:14] <v^> then the people who
want to have all the package stuff will have it
L1492[18:04:59] <Altenius> oppm uninstall
still isn't working.
L1493[18:05:04] <Altenius> maybe I
haven't updated.
L1494[18:06:32] <Vexatos> Altenius: make
sure to delete opdata.svd on updating
L1495[18:06:51] <Vexatos> Just use -f to
force a new install
L1496[18:06:58] <Vexatos> of all the
programs you currently have
L1497[18:07:55] <Altenius> Too bad this
doesn't have 64 bit integer support :/. Or does it?
L1499[18:11:40]
⇦ Quits: Michiyo|Tab
(~caitlyn@108-254-231-22.lightspeed.mmphtn.sbcglobal.net) (Ping
timeout: 190 seconds)
L1500[18:14:23]
⇨ Joins: Michiyo|Tab (~caitlyn@206.255.164.20)
L1501[18:17:30]
⇨ Joins: Negi
(~negi@2a02-8423-2234-e200-b9a4-3fb3-f1a6-7f8d.rev.sfr.net)
L1503[18:18:52] <Csstform> What the hell
are those things?
L1504[18:19:12] <Kodos> Drones from
PneumaticCraft
L1505[18:19:17] <Michiyo> ooh..
L1506[18:19:48] <gamax92> are they faster
than me having 256 turtles/robots?
L1507[18:19:49] <Kodos> I asked the dev
about OC support, since CC support is a thing, but he says it
probably won't happen as apparently OC's API is more complex
L1508[18:19:57] <gamax92> wat, more
complex?
L1509[18:20:00] <Kodos> Probably not, but
I couldn't be arsed to program a robot
L1510[18:20:04] <Kodos> Hang on, I'll get
the quote
L1511[18:20:18] <Kodos>
<MineMaarten> I've looked at the API, and it's way more
complicated than CC's, plus I don't even know the mod really
L1512[18:20:20] ***
AngieBLD|Off is now known as AngieBLD
L1513[18:20:22] <Michiyo> Waaaat...
L1514[18:20:29] <Michiyo> OC's APi is
more complex?
L1515[18:20:34] <Kodos> To him
apparentyl
L1516[18:20:34] <Michiyo> since friggen
when?
L1517[18:20:45] <Kodos> #pneumaticCraft
if you want to offer to help
L1518[18:20:48] <Kodos> Buyt gl
L1519[18:20:49] <Kodos> but*
L1520[18:20:49] <Michiyo> Implements
SimpleComponent
L1521[18:20:57] <Michiyo> add the methds
it complains about missing
L1522[18:21:03] <Michiyo> change a
return, add callbacks done
L1523[18:21:14] <Michiyo> if you wanna
get really fancy you can even use the same methods from CC
L1524[18:21:26] <Kodos> Preachin to the
choir
L1525[18:22:03] <Csstform> XD
L1526[18:22:10] <Csstform> Kodos: what
part
L1527[18:22:10] <Michiyo> MichiBot, cycle
#oc
L1528[18:22:21] <Michiyo> MichiBot, cycle
#oc
L1529[18:22:25] <Michiyo> or not..
L1530[18:22:35] <Kodos> MichiBot, cycle
#oc
L1531[18:22:54] <Csstform> MichiBot:
!!!!
L1532[18:22:56] <Michiyo> Yeah that aint
happening :p
L1533[18:23:07] <Michiyo> MichiBot, cycle
#oc
L1534[18:23:14] <Michiyo> Odd
L1535[18:23:18] <Michiyo> not sure why
that doesn't work
L1536[18:23:22] <Michiyo> MichiBot, part
#oc
L1537[18:23:23]
⇦ Parts: MichiBot (MichiBot@kenobi.pc-logix.com)
())
L1538[18:23:37]
⇨ Joins: MichiBot (MichiBot@kenobi.pc-logix.com)
L1539[18:23:45] <Vexatos> MichiBot:
DoStuff
L1540[18:23:45] <MichiBot> Vexatos:
Command DoStuff unsupported
L1541[18:24:09] <gamax92> MichiBot:
L1542[18:24:18] <gamax92> why u no
recognize
L1543[18:24:31] <Michiyo> Because you
didn't send a command, it discarded that
L1544[18:24:39] <Michiyo> also, it
nolonger replies with unsupported command
L1545[18:24:41] <gamax92> i gave it
0xFF
L1546[18:24:53] <Kodos> I swear, the best
headlines in the news come from old people
L1547[18:24:56] <Kodos> "British
D-Day vet ditches nursing home for secret trip to
Normandy"
L1548[18:25:00] <Michiyo>
replaceAll("[^a-zA-Z ]", "" :P
L1549[18:25:31] <Michiyo> if it doesn't
hit one of the previous commands it strips everything non Alpha and
replied not supported
L1550[18:25:40] <Michiyo> if the string
is empty after the replace it did nothing
L1551[18:26:03] <Michiyo> Now? It doesn't
reply unless a command is hit
L1552[18:26:08] <Michiyo> MichiBot,
hello
L1553[18:26:08] <MichiBot> Michiyo:
Hello!
L1554[18:26:16] <Kodos> MichiBot, Hello
=)
L1555[18:26:20] <Kodos> Well fuck you
too
L1556[18:26:23] <gamax92> lol
L1557[18:26:28] <Michiyo> ... case
sensitive
L1558[18:26:35] <Kodos> MichiBot,
hello
L1559[18:26:36] <MichiBot> Kodos:
Hello!
L1560[18:26:38] <Csstform> MichiBot:
hia
L1561[18:26:40] <Csstform> MichiBot:
hi
L1562[18:26:44] <Csstform> MichiBot:
heloo
L1563[18:26:46] <Csstform> MichiBot:
hello
L1564[18:26:46] <MichiBot> Csstform:
Hello!
L1565[18:26:50] <Csstform> ...
L1566[18:26:51] <Michiyo> dot dot
dot
L1567[18:26:55] <gamax92> MichiBot:
drama
L1568[18:26:56] <MichiBot> gamax92:
Universal Electricity removes compatibility with Wireless
Redstone
L1569[18:27:00] <Vexatos> MichiBot:
drama
L1570[18:27:00] <MichiBot> Vexatos:
M3gaFr3ak releases a class of OpenBlocks for 500$
L1571[18:27:06] <gamax92> MichiBot:
drama
L1572[18:27:06] <MichiBot> gamax92:
Roguelike Dungeons adds code to kick CovertJaguar
automatically
L1573[18:27:08] <Michiyo> MichiBot,
drama
L1574[18:27:09] <MichiBot> Michiyo: Reika
says MCPC+ is toxic.
L1575[18:27:11] <Csstform> MichiBot:
drama
L1576[18:27:11] <MichiBot> Csstform:
GregTech adds keyloggers that only breaks alongside Universal
Electricity
L1577[18:27:13] <Michiyo> lolol
L1578[18:27:18] <Vexatos> ^ legit
L1579[18:27:29] <Csstform> MichiBot:
drama
L1580[18:27:30] <MichiBot> Csstform:
PowerCrystals threatens to cause drama about Vazkii until they
remove Schematica from Resonant Rise
L1581[18:27:41] <Michiyo> But yeah,
join/part/cycle are NS account based.
L1582[18:27:49] <Michiyo> and currently
it's only my NS account.
L1583[18:28:10] <Michiyo>
account.equals("Michiyo") ftw
L1584[18:28:46] <Csstform> ./nick
Michiyo
L1585[18:28:57] <Michiyo> NickServ
account
L1586[18:28:59] <Michiyo> not just my
nick
L1587[18:29:00] <Michiyo> here
L1588[18:29:05] <Csstform> OH
L1589[18:29:07] <Csstform> ah
L1590[18:29:08] ***
Michiyo is now known as NotMichiyo
L1591[18:29:24] <NotMichiyo> MichiBot,
part #oc
L1592[18:29:26]
⇦ Parts: MichiBot (MichiBot@kenobi.pc-logix.com)
())
L1593[18:29:33]
⇨ Joins: MichiBot (MichiBot@kenobi.pc-logix.com)
L1594[18:29:37] ***
NotMichiyo is now known as Michiyo
L1595[18:30:44] ***
gamax92 is now known as LegitMichiyo
L1596[18:33:11] <Michiyo> Anyway
L1597[18:33:53] ***
Kodos is now known as TheRealMichiyo
L1598[18:34:01] ***
LegitMichiyo is now known as Legitchiyo
L1599[18:34:12] <TheRealMichiyo>
inb4legityo
L1600[18:34:22] <Michiyo> dot dot
dot
L1601[18:34:37] <Legitchiyo> i got
confused because one of my irc tabs renamed itself to
TheRealMichiyo
L1602[18:34:39] ***
Legitchiyo is now known as gamax92
L1603[18:34:48] ***
TheRealMichiyo is now known as Kodos
L1604[18:34:51]
⇨ Joins: Rokmonkey
(~Rokmonkey@c-76-28-44-57.hsd1.ct.comcast.net)
L1605[18:34:56] <Rokmonkey> o/
L1606[18:34:59] <gamax92>
TheRealRokmonkey
L1607[18:35:12] <Techokami> gamax92 did
you build new binaries of MassSound with volume and pitch
controls?
L1608[18:35:17] <gamax92> yes
L1609[18:35:19] <Rokmonkey> One and
only
L1610[18:35:27] <Csstform> Michiyo:
drama
L1611[18:35:32] <gamax92> Techokami: why
is it not working
L1612[18:35:41] <Techokami> no just
asking
L1613[18:35:43] <Rokmonkey> Would someone
be able to help me out with servers and remote terminals?
L1614[18:35:50] <Csstform> Michiyo:
drama
L1615[18:35:55] <Michiyo> No.
L1616[18:35:57] <Techokami> since the
version number in the URL wasn't bumped or anything
L1617[18:35:58] <Csstform> MichiBot: IS
NOT WORKING
L1618[18:36:03] <Michiyo> you...
L1619[18:36:06] <Michiyo> you used MY
NAME
L1620[18:36:08] <Michiyo> not
MichiBot's
L1621[18:36:15] <Techokami> MichiBot,
drama
L1622[18:36:16] <MichiBot> Techokami:
Zeldo claims Searge causes drama
L1623[18:36:16] <Csstform> uh
L1624[18:36:16] <Kodos> Rokmonkey,
whatcha need
L1625[18:36:17] <gamax92> MY NAME, MYYYY
NAME!
L1626[18:36:33] <Csstform>
ooooooops
L1627[18:36:40] <Csstform> MichiBot:
drama
L1628[18:36:40] <MichiBot> Csstform:
copygirl complains that dan200 removed TCon tool parts in
Direwolf20 Pack
L1629[18:37:07] <Rokmonkey> Well, I
linked my remote terminal, but nothing comes up on the screen,
instead, all the text ends up on a monitor I can't see
L1630[18:37:29] <Kodos> Did you remember
a graphics card int he server
L1631[18:37:30] <Michiyo> MichiBot,
chgnick IchiBot
L1632[18:37:34] <gamax92> gamax92:
drama
L1633[18:37:34] <Michiyo> awww
L1634[18:37:35] <gamax92> gamax92:
Michiyo complains that people request drama from her
L1635[18:37:45] <Rokmonkey> Yep, there is
one in there
L1636[18:38:08] <Rokmonkey> It works when
it's not connected to a monitor, but it doesn't if it is.
L1637[18:38:18] <Kodos> Servers aren't
meant to be connected to monitors
L1638[18:38:21] <gamax92> don't connect a
monitor then?
L1639[18:38:23] <Kodos> That's WHY
there's a remote terminal
L1640[18:38:38] <Rokmonkey> You knowe,
when you say it outloud, it makes sense.
L1641[18:38:47] <gamax92> guys, idea for
addon
L1642[18:38:49] <gamax92> VGA
Splitter
L1643[18:38:54] <Michiyo> zomg
yes...
L1644[18:38:59] <Michiyo> gamax92,
noa!
L1645[18:39:19] <gamax92> Michiyo:
:'(
L1646[18:39:21] <Rokmonkey> Can you
control, multiple monitors with one computer?
L1647[18:39:29] <Kodos> Yes
L1648[18:39:33] <gamax92> wat, you
can?
L1649[18:39:35] <Kodos> One graphics card
per monitor
L1650[18:39:37] <Kodos> But yes
L1651[18:39:38] <Michiyo> ^
L1652[18:39:40] <Rokmonkey> Mmmk
L1653[18:39:42] <Rokmonkey> Thanks
L1654[18:39:45] <gamax92> oh
L1655[18:39:48] <gamax92> I like the
splitter idea.
L1656[18:40:37] <gamax92> Michiyo: why is
it a bad idea
L1657[18:40:47] <Michiyo> wat?
L1658[18:41:05] <Michiyo> nao*
L1659[18:41:12] <gamax92> yeah that
L1660[18:41:15] <Michiyo> I'm lysdexic
leave me alone.
L1661[18:41:19] <Michiyo> I said noa
first...
L1662[18:41:21] <Michiyo> nao, now
L1663[18:41:22] <Michiyo> DO IT
NOW.
L1664[18:41:34] <gamax92> oh, I got
really sad and depressed
L1665[18:41:36] <gamax92> but its okay
now
L1666[18:42:55] ***
MichiBot is now known as IchiBot
L1667[18:43:00] <Michiyo> IchiBot,
hello
L1668[18:43:04] <Michiyo> o_O
L1669[18:43:08] <Michiyo> r brok?
L1670[18:43:16] <Michiyo> IchiBot,
drama
L1671[18:43:23] <vifino> lolfail
L1672[18:43:27] <vifino> :P
L1673[18:43:36] <Csstform> MichiBot:
drama
L1674[18:43:37] <IchiBot> Csstform:
Minecraft makes Magic Farm 2 corrupt worlds when used by
Shadowclaimer
L1675[18:43:40] <gamax92> XD
L1676[18:43:42] <gamax92> gg
L1677[18:43:43] <Csstform> Michiyo:
BROKE
L1678[18:43:44] <Michiyo> yeah...
L1679[18:43:48] <Csstform> XD
L1680[18:43:53] <Michiyo> Not sure why it
didn't pickup the new nick when it changed
L1681[18:43:55] <Michiyo> it should
have..
L1682[18:44:05] <Csstform> rofl
L1683[18:44:21] <gamax92> stargates
L1684[18:44:29] <Michiyo> MichiBot,
chgnick MichiBot
L1685[18:44:31] ***
IchiBot is now known as MichiBot
L1686[18:44:37] <gamax92> stargate
stargates
L1687[18:44:41] <Michiyo> MichiBot,
chgnick MichiBot|Nou
L1688[18:44:42] ***
MichiBot is now known as MichiBot|Nou
L1689[18:44:47] <Michiyo> MichiBot|Nou,
drama
L1690[18:44:47] <MichiBot|Nou> Michiyo:
progwml6 says RotaryCraft is worse than Forge
L1691[18:44:50] <gamax92> MichiBot|Nou:
stargate
L1692[18:45:01] <Michiyo> MichiBot,
drama
L1693[18:45:02] <MichiBot|Nou> Michiyo:
Binnie tweets JAKJ causes drama
L1694[18:45:04] <Michiyo> lol...
L1695[18:45:16] <Michiyo> So not it
listens on both.. :P
L1696[18:45:18] <Michiyo> now*
L1697[18:45:33] <Michiyo> MichiBot|Nou,
chgnick MichiBot
L1698[18:45:34] ***
MichiBot|Nou is now known as MichiBot
L1699[18:45:55] <Csstform> MichiBot|Nou:
drama
L1700[18:45:55] <MichiBot> Csstform: jeb
made Extra Cells depend on open-source mods
L1701[18:46:02] <JoshTheEnder> lol
L1702[18:46:03] <Csstform> MichiBot:
still broken
L1703[18:46:08] <Csstform> oops
L1704[18:46:08] <gamax92> v^: if
msg:lower():find("forge") then
irc.send("froge*")
L1705[18:46:12] <gamax92> doit
L1706[18:46:18]
⇦ Quits: Maxwolf (labs@pipette.madsciencemod.com) (Quit:
Leaving)
L1707[18:46:19] <Michiyo> lmao
L1708[18:47:59] <Michiyo> got a problem
with forge gamax92?
L1709[18:48:02] <MichiBot> Michiyo:
froge*
L1710[18:48:08] <Michiyo> :P
L1711[18:49:58] <Kodos> I'm gonna make a
game
L1712[18:50:03] <Michiyo> I
wonder..
L1713[18:50:03] <Michiyo> Minecraftforge
is the best thing evar
L1714[18:50:04] <MichiBot> Michiyo:
froge*
L1715[18:50:05] <Michiyo> yep
L1716[18:50:11] <Kodos> And call it the
Stonerunner of Fromaggio
L1717[18:51:15] <gamax92> nay, replacing
forge with froge probably bad idea, should disabel
L1718[18:51:15] <MichiBot> gamax92:
froge*
L1719[18:51:24] <gamax92> others might
confused.
L1720[18:51:38] <Csstform> gamax92:
confused about forge?
L1721[18:51:38] <MichiBot> Csstform:
froge*
L1722[18:51:57] <gamax92> MichiBot is now
just as annoying as TOILET
L1723[18:52:09] <gamax92> which, doesn't
seem to be in #ocbots
L1724[18:52:18] <Kodos> Shit
L1725[18:52:20] <Kodos> You guys
L1726[18:52:27] <gamax92> wat
L1727[18:52:30] <JoshTheEnder> TOILET was
funny
L1728[18:52:34] <Kodos> One chunk base,
big ass base, medium sized base on the moon/mars, or space
station
L1729[18:52:46] <gamax92> no TOILET was
annoying as shit
L1730[18:52:53] <Michiyo> Anyway
Forge.
L1731[18:53:00] <gamax92> atleast
Glitchbot can make slightly meaningful statements
L1732[18:53:24] <Csstform> gamax92: with
multiple swear words inbetween
L1733[18:53:30] <gamax92> yep!
L1734[18:53:47] <JoshTheEnder> and then
theres ThouBot.....
L1735[18:53:57] <gamax92> Too bad my bot
is bork
L1736[18:54:32] <gamax92> for some reason
its like, if you run me with unicode support, then I'll just fail
everything winsock
L1737[18:55:12] <Csstform> JoshTheEnder:
oh god
L1738[18:55:34] <Kodos> I wonder
L1739[18:55:42] <Kodos> Could you make a
bot that ran from the OpenIRC
L1740[18:56:00] <Michiyo> Sure..
L1741[18:56:14] <Csstform> can we have a
bot that runs an rpg?
L1742[18:56:17] <Michiyo> Hell, if you
wanted you could control ingame stuff via a OpenIRC bot..
L1743[18:56:20] <Csstform> #wants
L1744[18:57:04] <Kodos> Actually, I wanna
run an IRC bot on a robot
L1745[18:57:14] <Kodos> So I could
control the robot from IRC
L1746[18:57:21] <Michiyo> Sure..
L1747[18:57:36] <Kodos> ACTUALLY, I wanna
learn how to utilize the navigation upgrade and make a proper
probe
L1748[18:57:59] <Techokami> I has plans
for a future version of Computronics, involving a Chat Upgrade for
robots :O
L1749[18:58:07] <Kodos> Imagine, asking
someone for something, and having it delivered via bot
L1750[18:59:04] <gamax92> RobotIRC: go
forward
L1751[18:59:04] <gamax92> RobotIRC: go
forward
L1752[18:59:08] <gamax92> RobotIRC: turn
left
L1753[18:59:10] <gamax92> RobotIRC:
dig
L1754[18:59:36] <Kodos> Yeahh, that's a
bad idea
L1755[19:00:31] <gamax92> oh jeez, my
optimization routine is rather broken
L1756[19:01:16] <Csstform> RobotIRC: edit
file 'run'
L1757[19:01:18] <gamax92> basically it
says, for every pixel not the color I want, this is a gpu call. But
it should say, for ever pixel not the color i want, this is a gpu
call only if the last pixel was what i wanted.
L1758[19:01:30] *
Csstform then types out an entire program in IRC
L1759[19:03:02] <gamax92> i kept
wondering why I was getting extremly huge numbers.
L1760[19:07:09] <Michiyo> MichiBot,
cycle
L1761[19:07:10]
⇦ Parts: MichiBot (MichiBot@kenobi.pc-logix.com)
())
L1762[19:07:11]
⇨ Joins: MichiBot (MichiBot@kenobi.pc-logix.com)
L1763[19:07:29] <Michiyo> I had derped on
my command handler for cycle lol
L1764[19:07:38] <Michiyo> MichiBot, cycle
#Michiyo
L1765[19:09:53]
⇨ Joins: natedogith1
(webchat@nc-67-77-219-191.dyn.embarqhsd.net)
L1766[19:12:16]
⇦ Quits: Timmy94 (~chatzilla@f053178139.adsl.alicedsl.de)
(Quit: ChatZilla 0.9.90.1 [Firefox
29.0.1/20140506152807])
L1767[19:18:30] ***
justastranger|zzz is now known as justastranger
L1768[19:19:46] <Altenius> ugh
L1769[19:20:04] <Altenius> For some
reason I get errors only on one specific instance of
minecraft
L1770[19:20:34] <Kodos> Error log
L1771[19:20:41] <Altenius> It's only one
error
L1772[19:20:43] <Altenius> Just one
line
L1773[19:21:09] <Altenius> Something
about a corrupted double-linked list
L1774[19:21:46] <Altenius> Different one
this time
L1775[19:21:46] <Altenius> *** Error in
`/usr/bin/java': malloc(): memory corruption (fast):
0x00007fdcc00180d0 ***
L1776[19:22:09] <Michiyo> MichiBot, 1337
test
L1777[19:22:09] <MichiBot> Michiyo:
+E$T
L1778[19:22:22] <Michiyo> MichiBot,
mcstatus | 1337
L1779[19:22:25] <Michiyo> heh
L1780[19:22:27] <Michiyo> that still
breaks
L1782[19:24:51] <Altenius> Is anyone
allowed to make a bot?
L1783[19:25:46] <Michiyo> no
L1784[19:25:49] <Michiyo> Well,
sure
L1785[19:25:55] <Michiyo> but you can't
bring it in without approval :p
L1786[19:25:59] <Altenius> ah
L1787[19:25:59] <Michiyo> but you can
make one all you want :p
L1788[19:26:05] <Altenius> okay.
L1789[19:29:18] <Altenius> Am I allowed
to test it in #ocbots even if it's not approved?
L1790[19:29:41] <Michiyo> afaik that's
^v's channel, I don't think there are any real rules though..
L1791[19:29:46] <Kodos> #ocbots was made
for all the spam that comes with bot testing
L1792[19:29:55] <Altenius> So, yes?
L1793[19:30:01] <Kodos> Also, I hate that
I can't eat the peanuts out of a snickers mini =(
L1794[19:30:15] <Michiyo> I was there at
one point, but... meh, I couldn't stand it.
L1795[19:30:36] <Altenius> There's spam
in it right now
L1796[19:30:53] <Michiyo> It's only
spam.
L1797[19:31:00] <Altenius> Something with
Obama
L1798[19:31:00] <Michiyo> there is no non
spammy times
L1799[19:31:44] ***
Csstform is now known as Csst|Materball
L1800[19:38:29] <ShadowKatStudios> Woo,
5:30 AM
L1801[19:38:38] <ShadowKatStudios> I'm
gonna regret skipping sleep later
L1802[19:43:17]
⇦ Quits: SpiritedDusty
(~SpiritedD@24-205-168-216.dhcp.wsco.ca.charter.com) (Read error:
Connection reset by peer)
L1803[19:47:46] <gamax92> v^: you
there?
L1805[19:48:34] <JoshTheEnder>
ShadowKatStudios, story?
L1807[19:49:37] <v^> mines better i think
.-.
L1808[19:49:45] <gamax92> for each pixel,
I see which line would give more pixels, going right, or going
down.
L1809[19:49:52] <gamax92> v^: is that
what you do?
L1811[19:51:30] <ShadowKatStudios> Do you
really want story written whikle I'm under the afluence of inkahol
JoshTheEnder?
L1812[19:51:44] <gamax92> yes
L1813[19:51:49] <v^> .mispell
ShadowKatStudios but ur too young to drink
L1814[19:51:49] <^v> v^, hSadowKaSttudios
butu r too young to drink
L1815[19:52:21] <ShadowKatStudios> I
didn't say drunk
L1816[19:52:26] <ShadowKatStudios> Oh,
drink.
L1817[19:52:39] <ShadowKatStudios> Yeah,
well, I had champane and it tasted like vomit
L1818[19:52:47] <gamax92> v^: i have not
a clue what that does.
L1819[19:52:51] <v^> yours will
break
L1820[19:52:52] <v^> hard
L1821[19:52:56] <v^> just try it
L1822[19:53:03] <v^> i did same
mistake
L1823[19:53:59] <ShadowKatStudios> And
everyone had already had all the vodka cruzers so D:
L1824[19:54:28] <ShadowKatStudios> Now
the hard part will be convincing my sister when she wakes up that
she didn't give me any.
L1825[19:54:39] <v^> arent you too young
to drink?
L1826[19:54:56] <v^> also, pls no
alchohol
L1827[19:55:03] <v^> you turn into an
idiot
L1828[19:55:08] <v^> that thinks they are
smart
L1829[19:55:08] <ShadowKatStudios> Well,
according to the law, yes.
L1830[19:55:32] <gamax92> v^: why ... all
these locals and 3 letter variables
L1831[19:56:15] <v^> because i remember
three letter variables more than actual descriptive names
L1832[19:56:20] <v^> dont even fucking
ask
L1833[19:56:32] <gamax92> v^: what is
ud
L1834[19:56:40] <v^> forgot
L1835[19:56:41] <ShadowKatStudios> I can
remember my WIFI key (all 36 chars) but I'm hopeless at names
L1836[19:56:55] <v^> gamax92, where
L1837[19:56:58] <gamax92>
SckadowzCartShabbidos
L1839[19:57:07] <gamax92> v^: 158
L1840[19:57:21] <v^> that is set when
space is already used
L1841[19:57:26] <v^> increases
efficiency
L1842[19:57:35] <gamax92> so thats like
my donttouch table.
L1843[19:57:39] <Kodos> What's the
channel for enhanced portals
L1845[19:57:46] <v^> yeah
L1846[19:58:01] <gamax92> v^: i just
don't understand, is it only doing vertical lines?
L1847[19:58:03] <v^> it wont generate
stuff from pixels already set
L1848[19:58:08] <v^> it is doing
both
L1849[19:58:17] <gamax92> but theres only
that cy loop
L1850[19:58:32] <v^> theres the cx
.-.
L1851[19:59:11] <v^> pmn is also for
efficiency
L1852[20:00:24] <ShadowKatStudios> Man, I
love the 3DMG
L1853[20:00:41] *
ShadowKatStudios wonders how many dislikes that has by
now
L1854[20:00:58] <gamax92> v^: its goes
from y to height, and inside that goes from x to pmn. How is it
generating the width and height of the block
L1856[20:01:22] <v^> gamax92, i dont
fucking know i made it at 2 AM
L1857[20:01:27] <v^> all i know is that
it works
L1858[20:01:36] <gamax92> its also twice
as slow than mine
L1859[20:02:04] <gamax92> I'll just do
some call debugging ...
L1860[20:02:28] <v^> yours doesnt render
properly
L1861[20:02:39] <gamax92> uhh, yes it
does?
L1863[20:03:09] <v^> i dont see checks to
make sure things inside it render
L1864[20:03:30] <gamax92> because things
inside it render
L1866[20:03:38] <v^> oh i see
L1867[20:03:53] <v^> well i can do the
rendering part better
L1868[20:03:58] <gamax92> v^: but mines
faster
L1869[20:04:03] <v^> its mostly made for
compression
L1870[20:04:33] <gamax92> well, yeah mine
is just a lua program, yours will be a custom format
L1871[20:05:00] <v^> your lua programs is
fauking huge
L1872[20:06:28] <v^> but i know how to
render fastest
L1873[20:06:43] <v^> but i lazy atm and
gtg
L1874[20:07:32] <gamax92> oci: 4815
total, 1700 were gpu bg switches, and 3115 were drawing
L1875[20:07:40] <Vexatos> Haha
L1876[20:07:42] <Vexatos> I love this
channel
L1877[20:10:47] <gamax92> 2841 total, 16
are bg switch, 16 are fg switches, and 2809 were drawing
L1878[20:11:32] <gamax92> Vexatos: I am
doing 59% of the work oci does.
L1879[20:11:43] <Vexatos> What for?
L1880[20:11:47] <Vexatos> What are you
trying to do?+
L1881[20:11:50] <gamax92> drawing an
image
L1882[20:11:56] <Vexatos> :D
L1883[20:11:59] <Vexatos> oci++?
L1884[20:12:04] <gamax92> v^: FEX YER
SHIZ
L1885[20:12:08] <gamax92> Vexatos:
nah
L1886[20:12:20] <Kodos> Seriously about
to remove BoP and ATG. I'm tired of these motherfucking ocean and
small ass island worldspawns
L1887[20:12:28] <gamax92> Kodos:
lol
L1888[20:12:43] <Kodos> I've been trying
to find a good seed for nearly 2 hours now
L1889[20:12:46] <Kodos> But nooooo
L1890[20:12:50] <Kodos> BoP keeps saying
'fuck you'
L1892[20:13:52] <ShadowKatStudios> Kodos:
Use Highlands
L1893[20:14:18] <Kodos> Can you get me a
link while I rip BoP out of my pack
L1894[20:14:28]
⇨ Joins: Dean4Devil
(~AI_Cat@p54960A79.dip0.t-ipconnect.de)
L1895[20:14:58] <ShadowKatStudios> Hold
on...
L1896[20:15:06] <Dean4Devil> sir yes
sir!
L1898[20:15:52] <ShadowKatStudios> If you
have 3D maneuver gear, redwood forests are epic.
L1899[20:16:06] <Kodos> I use MovePlus
and Mekanism jetpacks
L1900[20:16:14] <v^> nevermind
L1901[20:16:27] <v^> gamax92, i will
optimize the fuck out of it now
L1902[20:16:35] <gamax92> v^: :D
L1903[20:17:18] <Vexatos> :D
L1904[20:17:21] <Vexatos> Yes!
L1905[20:17:25] <Vexatos> Good job,
gamax
L1906[20:17:30] *
Vexatos highfives gamax92
L1907[20:17:39] *
gamax92 burns hand
L1908[20:18:47] <ShadowKatStudios> Kodos:
So it's not spider-man swinging between trees type stuff?
L1909[20:18:58] <Vexatos> Uhm
L1910[20:19:01] <Vexatos> That sounds
wrong
L1911[20:19:23] <gamax92> no not
really
L1912[20:19:23] <Kodos> No, I don't have
hookshots in this pack
L1913[20:19:45] <ShadowKatStudios>
Hookshots are awesome :D
L1914[20:19:52] <Vexatos> Indeed
L1915[20:20:00] *
ShadowKatStudios has just spent the last 6 hours swinging between
buildings in a city
L1916[20:20:18] <v^> SKS your life is
terrible
L1917[20:20:29] <v^> stahp playing
MC
L1918[20:20:29] <Dean4Devil> D:
L1919[20:20:39] <Kodos> First Highlands
LB > Spawn on jungle small ass island
L1920[20:20:47] *
Kodos grumbles
L1921[20:21:15] <Vexatos> Kodos, that's
hardcoded on your MC username
L1922[20:21:17] <Vexatos> in
vanilla
L1923[20:21:26] <Kodos> I'm starting to
think so
L1924[20:21:30] <ShadowKatStudios> v^:
But this is the first time in a while I've had real fun.
L1925[20:21:40] <ShadowKatStudios> It's
hardcoded for any names ending in dos
L1926[20:21:49] <Vexatos> So you did not
have fun writing? D:
L1927[20:22:06] <ShadowKatStudios> I
assume one of the Mojang devs has issues with DOS
L1928[20:23:49] <ShadowKatStudios> Also
yes v^, my life is terrible.
L1929[20:23:50] <Kodos> Second, larger
island
L1930[20:23:50] <Kodos> wtf
L1931[20:24:21] <Vexatos> HAHA
L1932[20:24:31] <Vexatos> Try the seed
"WeWantMoreIslands"
L1933[20:26:17] <Kodos> Okay, wtf, how
are you gonna spawn me on a sandy deserted island with the center
18 blocks covered in fucking snow
L1934[20:26:38] <gamax92> magic
L1935[20:26:41] <gamax92> or
magnets
L1936[20:27:31] <Michiyo> Magic
magnets
L1937[20:27:55]
⇨ Joins: Maxwolf
(labs@pipette.madsciencemod.com)
L1938[20:27:55]
zsh sets mode: +v on Maxwolf
L1939[20:28:17] <ShadowKatStudios>
Magnetic magic?
L1940[20:28:32] <Kodos> I love it
L1941[20:28:37] ***
Cirno_ is now known as Biohazard
L1942[20:28:41] <Kodos> Highlands' site
"More realistic biome placement!"
L1943[20:28:56] <Kodos> >Spawn in
desert adjacent to Taiga biome, with a fucking VOLCANO in
between
L1944[20:29:00] ***
Biohazard is now known as Cirno_
L1945[20:29:06] <Michiyo> sounds
legit.
L1946[20:29:11] <Kodos> Oh look
L1947[20:29:15] <Kodos> There's a
stargate in the desert
L1948[20:31:16] <gamax92> legit sounds
legit
L1949[20:31:19] <Kodos> You know what mod
has awesome biome and spawn placement?
L1950[20:31:21] <Kodos> TFC
L1951[20:31:27] <Vexatos> Haha
L1952[20:31:29] <Vexatos> Yea+
L1953[20:31:46] <gamax92> Kodos: ( ͡° ͜ʖ
͡°).exe
L1954[20:32:03]
⇦ Quits: Vexatos
(~Vexatos@p200300556E457B28DDD471C1A7958934.dip0.t-ipconnect.de)
(Quit: Greetings from Pastry Fork, Inc. ✔)
L1955[20:32:20]
⇨ Joins: Vexatos
(~Vexatos@p200300556E457B28DDD471C1A7958934.dip0.t-ipconnect.de)
L1957[20:32:32] <Kodos> gamax92, ^
L1959[20:32:55] <v^> Kodos..
L1960[20:32:58] <gamax92> Kodos: ( ͡° ͜ʖ
͡°).so
L1961[20:33:01] <v^> how the fuck did
that play music
L1962[20:33:16] <Kodos> v^, it's a
SWF
L1963[20:33:26] <v^> i know
L1964[20:33:28] <Vexatos> Good night
everyone!
L1965[20:33:30] <gamax92> ( ͡° ͜ʖ
͡°).sfw
L1966[20:33:31]
⇦ Quits: Vexatos
(~Vexatos@p200300556E457B28DDD471C1A7958934.dip0.t-ipconnect.de)
(Client Quit)
L1968[20:36:36] <Kodos> 1.6.4, built on
964 forge, compat with 965 too :3
L1970[20:39:33] <v^> 1.7?
L1971[20:39:37] <v^> /ignore
gamax92
L1972[20:39:45] <v^> oh and its because i
dont use palletes
L1973[20:39:49] <gamax92> v^: oh
okay
L1974[20:39:53] <v^> i use 8 bit colors
;-;
L1975[20:40:08] <Michiyo> MichiBot,
cookies
L1976[20:40:09] *
MichiBot gives Michiyo some cookies.
L1977[20:40:10] <Michiyo> :P
L1978[20:40:24] <JoshTheEnder> MichiBot,
cookies, now
L1979[20:40:24] *
MichiBot gives JoshTheEnder some cookies.
L1980[20:40:33] *
JoshTheEnder noms on the cookies
L1981[20:41:06] <Michiyo> commands are
now case insensitive too
L1982[20:41:17] <Michiyo> MiChIbOt
McStaTuS
L1983[20:41:18] <MichiBot> Michiyo:
Mojang Status: Website:
Up
Session:
Up Account:
Up Auth:
Up Skins:
Up Auth Server:
Up Session Server:
Up
L1984[20:41:39] <JoshTheEnder> .jEnKiNS
OpENComPUters
L1986[20:41:46] <JoshTheEnder> same
here
L1987[20:41:51] <v^> .mcstats
L1988[20:41:51] <^v> v^,
minecraft.net sessions account auth
skins authserver sessionserver api textures
L1989[20:42:08] <Michiyo> That's great,
until someone doesn't have green set to green.
L1990[20:42:09] <Michiyo> :P
L1991[20:42:16]
⇨ Joins: Blahgory (webchat@71.45.104.235)
L1992[20:42:20] <Michiyo> why are they
all purple!
L1993[20:42:22] <gamax92> or cannot use
colors
L1994[20:43:06] <Michiyo> Also,
API/Textures..?
L1995[20:43:07] <Blahgory> I have tier 3
and 3.5 stuff, but the tier 3 gpu and screen text looks terrible.
Any way to fix that?
L1996[20:43:09] <v^> Michiyo, why the
fuck is green purple?
L1997[20:43:26] <Michiyo> v^, it's not,
but people do run some effed up colors out there.
L1998[20:43:57] <JoshTheEnder> who can
see this in italic?
L1999[20:44:01] <gamax92> not me
L2000[20:44:02] <Blahgory> also, how much
ram do I want to have, ideally? how much is overkill?
L2002[20:44:18] <v^> this is pretty much
the standard of irc color codes
L2003[20:44:20] <Michiyo> Yeah, and you
can also switch those colors..
L2004[20:44:26] <gamax92> Blahgory: well,
you can always decrease the screen size
L2005[20:44:28] <Michiyo> you can make 3
ANY of them..
L2006[20:44:29] <Michiyo> or 9
L2007[20:44:30] <v^> why would you
;-;
L2008[20:44:31] <Michiyo> or 15..
L2009[20:44:33] <Blahgory> I can?
._.
L2010[20:44:35] <Michiyo> Because people
do
L2011[20:44:50] <v^> circular logic
ftw
L2012[20:44:52] <gamax92> Blahgory: yeah,
run this: resolution 80 25
L2013[20:45:02] <gamax92> and for lua:
component.gpu.setResolution(80, 25)
L2014[20:45:26] <Michiyo> Adding a simple
"Up/Down/Slow" makes it a little longer, but makes it
100% more useful
L2015[20:45:26] <Blahgory> Thanks
L2016[20:45:40] <Michiyo> Also, some
clients don't even USE colors.
L2017[20:45:49] <Blahgory> also, how much
ram is overkill? would a beowulf cluster type setup be complete
overkill?
L2019[20:46:17] <gamax92> uhh, beowulf
cluster?
L2020[20:46:40] <JoshTheEnder> Blahgory,
ram for what, mc or OC server/computer?
L2021[20:46:51] <gamax92> Blahgory: it
depends on what you're doing with the computer, the 3.5 tier ram
works just fine for me.
L2022[20:46:57] <Blahgory> OC
computer
L2023[20:47:15] <Blahgory> it does
support colors and lua drawing, right?
L2024[20:47:18] <gamax92> yes
L2025[20:47:22] <JoshTheEnder> the more
the merria i say
L2026[20:47:30] <Blahgory> i'm pampered,
I use Love2D. ._.
L2027[20:47:43] <Blahgory> so it's as
easy as a few coords
L2028[20:47:59] <gamax92> Blahgory: ehh,
you won't be getting lines, triangles, circles, polygons, meshes,
or any of that.
L2029[20:48:21] <gamax92> you will get,
horizontal lines, vertical lines, boxes, and pixels. anything else
you'll have to code yourself
L2030[20:48:47] <Blahgory> Yeah
L2031[20:49:13] <JoshTheEnder> i really
need to remove the 'i am borked' debug message from EnderBot's
console output
L2033[20:49:27] <gamax92> Blahgory: your
choice of colors is also limited,
L2034[20:49:53] <Blahgory> I mean, with a
little coding magicks I can do lines. I'd have to calculate the
slant of the line but I might be able to use pixels
L2035[20:49:59] <Blahgory> Yeah, I
know
L2036[20:50:06] <Blahgory> is that 8 bit
color or 8 colors?
L2037[20:50:13] <gamax92> Blahgory: 8bit
colors.
L2038[20:50:16] <Blahgory> ah
L2040[20:50:24] <Blahgory> was a bit
worried
L2041[20:50:28] <gamax92> its that, plus
16 grays
L2042[20:50:37] <gamax92> the 16 grays
however, can be set to any 24bit color.
L2043[20:50:55] <Blahgory> haha, someone
has the nick ectoBiologist
L2044[20:52:14]
⇨ Joins: TangentDelta_ (~PewNaN@63.143.24.24)
L2046[20:52:48] <gamax92> Kodos: you want
that converted?
L2047[20:53:02] <Kodos> Yiss
L2048[20:53:11] <Kodos> I'd do it myself,
but 1.2
L2049[20:53:58] <Blahgory> also, is
virtual ram thingable in oc?
L2051[20:54:28] <gamax92> Blahgory: ram
drive?
L2052[20:54:34] <Kodos> LOL wow, that
looks terrible
L2053[20:54:39] <gamax92> Kodos:
both?
L2054[20:54:46] <gamax92> oh wait, thats
only one image
L2056[20:55:08] <Kodos> The second looks
better, but not much lol
L2057[20:55:17] <gamax92> so thats a
no?
L2058[20:55:23] <Kodos> Probably
not
L2059[20:55:33] <Kodos> Let me try to
find something 'good'
L2060[20:55:48] <Kodos> 8 bit palette,
right?
L2061[20:56:03] <gamax92> im reducing it
to 16 colors
L2062[20:56:28] <Techokami> didn't Sangar
patch the palette issue?
L2063[20:56:41] <gamax92> Techokami:
which one
L2065[20:57:24] <Blahgory> virtual ram as
in paging files, etc.
L2067[20:57:33] <Techokami> those?
L2068[20:57:35] <gamax92> Blahgory: oh,
no
L2069[20:57:36] <Blahgory> er, page
files
L2070[20:57:43] <Blahgory> darn, would
have made for a good project
L2071[20:57:49] <gamax92> Techokami:
yeah, why did you bring that up?
L2072[20:57:52]
⇨ Joins: ironmountain
(~Caleb@c-67-190-228-157.hsd1.fl.comcast.net)
L2073[20:57:56]
⇦ Quits: TangentDelta (~PewNaN@63.143.24.24) (Ping timeout:
380 seconds)
L2074[20:57:57] <ironmountain> Heyo
L2075[20:57:57] <gamax92> Blahgory: yes,
it is a good project ;)
L2076[20:58:00] <Techokami>
<gamax92> im reducing it to 16 colors
L2077[20:58:06] <gamax92> Techokami:
and?
L2078[20:58:10] <Blahgory> so the default
os is kinda like linux with lua?
L2079[20:58:19] <Techokami> but you can
go to 256 colors on Tier 3 :o
L2080[20:58:19] <JoshTheEnder> Blahgory,
yeah
L2081[20:58:20] <Blahgory> i recognize
the directory structure
L2082[20:58:34] <gamax92> Techokami: no,
there are 256 colors, only 16 are customizable
L2083[20:58:39] <Techokami> ohh
L2084[20:58:43] <Techokami> derp
L2085[20:59:05] <gamax92> i tried using
those extra 240 colors, they made the image look like it was shot
from a potato with a high noise ratio.
L2086[20:59:18] *
Kodos wants a potato now
L2087[20:59:20] <Kodos> brb
L2088[21:00:21] <Blahgory> so how do I
access a redstone i/o through a cable?
L2089[21:00:30] <Kodos> Project
Red?
L2090[21:00:36] <ironmountain>
Potato
L2091[21:00:43] <Kodos> Oh
L2092[21:00:44] <Kodos> derp
L2093[21:00:47] <Kodos> the component
block
L2094[21:00:50] <Blahgory> yup
L2095[21:00:58] <Kodos> Just use
L2096[21:01:02] <Kodos> Redstone top
15
L2097[21:01:05] <Blahgory> k
L2098[21:01:18] <Blahgory> so you can
only use one? should I use switches if i want to use
multiple?
L2099[21:01:31] <Kodos> You can use more
than one, but it's a pita (to me) to set up
L2100[21:01:58] <Kodos> I'd highly
recommend Project Red Bundled Cable
L2101[21:02:23] <Techokami> except
Project Red isn't on 1.7.2 (yet)
L2102[21:02:28] <Blahgory> I'm on a
server ._.
L2103[21:02:37] <Kodos> Blahgory, modlist
please
L2104[21:02:37] <Techokami> there's a WIP
in the github tho
L2105[21:02:38] <Blahgory> with
computercraft, so it's 1.6.4 too
L2106[21:02:45] <Blahgory> Hm. It's a
long list, here goes:
L2107[21:02:52] <gamax92> please do not
paste long contents on irc
L2108[21:02:52] <Kodos> Wait
L2109[21:02:55] <Kodos> Just paste bin
it
L2111[21:03:03] <Blahgory> Computercraft
1.63 and OpenComputers 1.2.11.375
L2112[21:03:06] <Blahgory> and that's
all
L2113[21:03:09] <gamax92> oh
L2114[21:03:10] <gamax92> XD
L2115[21:03:14] <Kodos> Lol wise
ass
L2116[21:03:35] <Kodos> Seems counter
productive to just have the computer mods with nothing to really
use them on
L2117[21:03:37] <Kodos> But meh
L2118[21:03:38] <Techokami>
1.2.11.375
L2119[21:03:47] <Techokami> needs to
upgrade to 1.2.12
L2120[21:03:50] <gamax92> wait, isn't
that the peripheral broken version
L2121[21:03:53] <Blahgory> yeah...
L2122[21:03:56] <Techokami> exactly
L2123[21:03:56] <gamax92> Blahgory: yeah,
375 is really broken
L2124[21:04:00] <Blahgory> it's a
server
L2125[21:04:06] <Kodos> Tell your server
host to stop being bad
L2126[21:04:07] <gamax92> you should tell
him that its broken
L2127[21:04:08] <Kodos> And upgrade
L2128[21:04:10] <Techokami> tell the
server ops to update
L2129[21:04:23] <Kodos> As much as we
want to help you, that version won't do shit
L2130[21:04:25] <Techokami> if he won't,
direct him in here
L2131[21:04:27] <gamax92> 375 has a bug
where no oc addons will connect to the computers properly
L2132[21:04:32] <Techokami> we'll
convince him :)
L2133[21:04:38] *
Techokami hides board with nail in it
L2134[21:05:30] <Blahgory> it won't? how
so?
L2135[21:05:34] <Kodos> It's a bug
L2136[21:05:36] *
JoshTheEnder takes Techokami's board and gives him a lead
pipe
L2137[21:05:40] <Blahgory> it worked for
me
L2138[21:05:48] <Techokami> thanks Josh
;D
L2139[21:05:52] <Blahgory> addons as in
components or extra things
L2140[21:05:52] *
Kodos takes the pipe and gives him a lead-filled mini-baseball
bat
L2141[21:06:07] *
JoshTheEnder prepares the strike force
L2142[21:06:19] <gamax92> well, i guess
you aren't using any oc addons
L2143[21:06:24] <Blahgory> addons as
in?
L2144[21:06:28] <gamax92> Blahgory: extra
mods
L2145[21:06:31] <Blahgory> oh
L2146[21:06:36] <Blahgory> nope, unless
computercraft counts
L2147[21:06:49] <Techokami> it does
L2148[21:07:05] <Blahgory> hm. well I'm
not planning to use them together
L2149[21:07:09] <Techokami> since you can
use ComputerCraft peripherals with OC
L2150[21:07:15] <Michiyo> 375 wouldn't
let OpenPrinter work when I tested IIRC
L2151[21:07:23] <Michiyo> I upgrded
before working on OpenLights though
L2152[21:07:29] <Techokami> like the
printer, unless you got OpenPrinter installed (but even then 375 is
bugged)
L2153[21:07:44] <Michiyo> <3
OpenPrinter, I might be biased though :p
L2154[21:07:54] <gamax92> Blahgory: well,
unless the server plans on staying with those two mods for the rest
of its short existence, then you have no problem.
L2155[21:08:08] <Kodos> Holy shit
L2156[21:08:09] <Kodos> I found it
L2157[21:08:11] <Kodos> The perfect
seed
L2158[21:08:13] <gamax92> Kodos: wa
L2159[21:08:20] <Kodos> I literally
spawned, and was looking at a village
L2160[21:08:38] <gamax92> Kodos: is the
village in a jungle
L2161[21:08:49]
⇨ Joins: TangentDelta (~PewNaN@63.143.24.24)
L2162[21:08:49] <Blahgory> sigh, server
restart
L2163[21:08:59] <Kodos> Nope, in a plains
biome, with a full growthcraft cropset, and the bar
L2164[21:09:01] <gamax92> v^: hows that
optimization going
L2165[21:09:14] <Kenny|AFK> Blahgory: you
really should upgrqde to 376 at least. 375 had a fix in it that was
borked because 376 fixes the fix in 375
L2166[21:09:18] <v^> still trying to find
the np++ icon
L2167[21:09:40] <Blahgory> Kenny|AFK:
heh, that reminds me of the saying that one fixed bug means two new
ones
L2169[21:09:58] <Kenny|AFK> sometimes
that rally does happen
L2170[21:10:02] <Kenny|AFK> really*
L2171[21:10:06] <gamax92> v^: top of
screen
L2172[21:10:18] <JoshTheEnder> v^, next
to transmission
L2173[21:10:27] <JoshTheEnder> and
hexchat
L2174[21:11:00]
⇦ Quits: TangentDelta_ (~PewNaN@63.143.24.24) (Ping timeout:
190 seconds)
L2175[21:11:28] <Kenny|AFK> Blahgory, but
your best bet would be to upgrade to the latest build. OC is now in
pre-beta testing for version 1.3 and there are some new things
added in
L2176[21:11:32] <v^> JoshTheEnder, thats
not transmission
L2177[21:11:40] <v^> i coundlt find the
MMC icon
L2178[21:11:48] <v^> so i just put it as
transmission
L2179[21:11:52] <gamax92> v^: the NP++
icon is located at x400 y12
L2180[21:11:59] <JoshTheEnder> ohh, well,
i didnt know that :P
L2181[21:12:06] <Blahgory> i wish I could
update it
L2182[21:12:09] <Blahgory> it's a server
._.
L2183[21:12:14] <v^> gamax92, whats a
NP++
L2184[21:12:16] <gamax92> Blahgory: you
have a voice
L2185[21:12:17] <Kodos> Get off the
server
L2186[21:12:20] <Kodos> Use SSP
L2187[21:12:22] <Kenny|AFK> 3 rd icon
from the right
L2188[21:12:22] <Kodos> problem
solved
L2189[21:12:26] <gamax92> v^:
notepad++
L2190[21:12:51] <Kenny|AFK> icon is white
on top, green on bottom and has a pebcil
L2191[21:12:57] <Techokami> Blahgory,
talk to the server operator
L2192[21:12:59] <Kenny|AFK>
pebncil*
L2193[21:13:04] <Techokami> he won't kill
you
L2194[21:13:05] <Kodos> I think v's just
trolling you guys
L2195[21:13:09] <Kenny|AFK> shit.
pencil*
L2196[21:13:13] <v^> Kodos, v?
L2197[21:13:14] <gamax92> Kodos: ofc he
is
L2198[21:13:25] <gamax92> we all know v^
isn't that retarded
L2199[21:13:35] <Kodos> He really IS that
lazy though
L2200[21:13:44] <Kenny|AFK> THAT is
true
L2201[21:14:04] *
Kenny|AFK DiNozzo's v^
L2203[21:14:22] <Kenny|AFK> quit being
lazy
L2204[21:14:43] <Blahgory> Techo, I
tried
L2205[21:14:56] <Blahgory> no one but me
has been on today ._.
L2206[21:14:58] <v^> okay
L2207[21:15:02] <v^> now i gotta find
miencraft
L2208[21:15:08] ***
Csst|Materball is now known as Csst|Masterball
L2209[21:15:09] <v^> and i forgot where
my server is located
L2210[21:15:15] <Techokami> well, can't
you send him an email or an IM, or a message on a forum?
L2211[21:15:18] <gamax92> v^: and shut up
already
L2212[21:15:20] *
Kodos wishes he could play 1.3 OC
L2213[21:15:24] <gamax92> Kodos: you
can!
L2214[21:15:31] <Kodos> No I can't! I
tried!
L2215[21:15:36] <gamax92> Kodos: did you
try luaj
L2216[21:15:37] <Kenny|AFK> v^ your
server is locted below you because it is shoved up your ass
L2217[21:17:17] <Kenny|AFK> and to find
miencraft, look behind you, cause the diamond pick is about to
split your skull
L2218[21:17:27] <Blahgory> I sent him a
message on the forums
L2219[21:17:39] <Blahgory> *posted *on
the thread *on a forum
L2220[21:17:55] <JoshTheEnder> Blahgory,
did you know
L2221[21:18:01] <Blahgory> did I? I'm not
sure
L2222[21:18:07] <Kenny|AFK> if he has any
questions, just send him here to #oc :)
L2223[21:18:07] <JoshTheEnder>
s/know/know you can do this?/
L2224[21:18:07] <SuperBot>
<JoshTheEnder> Blahgory, did you know you can do this?
L2225[21:18:17] <Blahgory> I don't know
if I know I can do that.
L2226[21:18:30] <ShadowKatStudios> on a
small* and insignificant* part* of the* internet*
L2227[21:18:32] <Blahgory> wait
what
L2229[21:20:15] <v^> fix that page
L2230[21:20:24] <Kenny|AFK> then if
he/she has any questions, we can get them straight
L2231[21:20:32] <v^> its not safe to put
IRC inside an iframe
L2232[21:20:45] <Michiyo> ... wat?
L2234[21:20:59] <JoshTheEnder> v^,
why?
L2235[21:21:05] <v^> well, not
really
L2236[21:21:08] <v^> but i dont trust
them
L2237[21:21:12] <Michiyo> ...
L2238[21:21:15] <v^> you can spy on
people
L2239[21:21:19] <v^> by faking
webchat
L2240[21:21:25] <v^> and get their
ns
L2241[21:21:33] <v^> and use their
connection to spam
L2242[21:21:35] <Michiyo> el oh el
L2243[21:23:19] <gamax92> dat embedded
webchat could use some color configuration
L2244[21:23:27]
⇨ Joins: applepie
(webchat@71-211-2-130.clsp.qwest.net)
L2245[21:23:43]
⇦ Quits: applepie (webchat@71-211-2-130.clsp.qwest.net)
(Client Quit)
L2246[21:24:04] <Kenny|AFK> and v^ is
jerking everyobne's chain again
L2247[21:24:17] <Kenny|AFK> the irc page
is not in any iframe
L2250[21:24:46] <gamax92> Kenny|AFK: yes
it is
L2251[21:24:48] <Michiyo> Yeah it is in
an iframe
L2252[21:24:50] <v^> it took me less than
5 seconds ro find that
L2253[21:24:57] <Michiyo> but it's the
legit esper webchat
L2254[21:25:12] <Michiyo> he's talking
abotu someone setting up a fake webchat to look like espers and
hiding it via an iframe
L2255[21:25:21] <Michiyo> which, that
page is not doing
L2256[21:25:41] <Kenny|AFK> which means
he just wanted to jerk people's chain
L2257[21:25:51] <v^> or using
java/javascript to log keys
L2258[21:25:55] <Kenny|AFK> like he's
been doing for the last 20 minutes
L2259[21:26:09] <gamax92> I should just
assume that v^ will never fix oci
L2260[21:26:18] <v^> is not completely
broken
L2261[21:26:23] <Michiyo> Yeah, he's to
busy being v^.
L2262[21:26:49] <Kenny|AFK> i wonder how
he's feel if he had no voice
L2263[21:26:55] <Kenny|AFK> he'd*
L2264[21:27:17] <Michiyo> knowing him,
he'd reconnect 30 seconds later with a new IP/nick and continue
being v^
L2265[21:27:29] <v^> yeah, my ipv6
changed
L2266[21:27:33] <Kenny|AFK> v^, before
you bitch about other stuff fix the brokejn shit you have left
laying around
L2267[21:27:45] <v^> is not broken
D:
L2268[21:27:49] <v^> just slowish
L2269[21:27:52] <gamax92> Kenny|AFK: oci
isn't broken
L2270[21:27:58] <Kenny|AFK> like openprg,
oci, and all the other broken shit
L2271[21:27:58] <v^> and needs palletes
because 1.3
L2272[21:29:14] <Kenny|AFK> well, i'm not
exactly happy that people can't access my programs now from the git
io web page because 2/3 of the links are broken
L2273[21:30:03] <Kenny|AFK> and you have
been your usual lazy ass and not bothered to fix openprg so we can
make sure it is up to date
L2274[21:30:26] <v^> i just ran it, and
your programs.yaml had no updates
L2275[21:30:30] <Michiyo> the links seem
to work?
L2276[21:30:37] <Kenny|AFK> now what the
fuck was the since of setting it up if you can't be bothered to
maintain it
L2277[21:30:40] <Blahgory> open
pseudo-random generator?
L2278[21:31:03] <v^> github has been
retarded and their api is no longer accepting my login/user
agent
L2279[21:31:04] <Kodos> Open programs,
Blahgory
L2280[21:31:39] <Kenny|AFK> that's
because at some point he finally got off his lazy ass and updated
tghe web page
L2281[21:31:58] <v^> ive been updating it
daily
L2282[21:32:09] <Kenny|AFK> because
OL_Control was not in the list before this morning
L2283[21:32:15] <Kodos> I'm gonna go find
some convo in another channel and I'll tab back to this one when
it's less volatile
L2284[21:32:55] <Michiyo> MichiBot, join
#MichiBot
L2285[21:33:02] <Kenny|AFK> v^ has just
pissed me off. he wants to jerk people's chains be he can't be
bothered to fix his own broken shit
L2286[21:35:23] <Kodos> Generally you
have no control over what others do and don't do, so why not make
your own version and use it, and not rely on others so much
L2287[21:35:53] <Kodos> If I had half a
clue what I was doing, I'd have so much more stuff done
L2288[21:36:46] <Kenny|AFK> ok, have fun
in here, i'm going to leave and you all can do what ever the fuck
you want
L2289[21:36:53]
⇦ Parts: Kenny|AFK (Kenny@this.is.theender.net)
())
L2290[21:36:58] <Michiyo> o_o
L2291[21:37:06] <gamax92> Michiyo:
yeah
L2292[21:37:52] <Michiyo> Well.... I'm
gonna go write permissions now
L2293[21:37:58] <Kodos> He needs to just
chill the fuck out
L2294[21:38:12] <Kodos> I get tired of
seeing him flip shit every time something doesn't go his way
L2295[21:38:15] <gamax92> theres plenty
of things that he gets overly seriously about.
L2296[21:38:41] <gamax92> I'll ask people
things and hes just like: why don't you find it yourself lazy
ass.
L2297[21:38:49] <Kodos> Exactly
L2298[21:39:17] <Kodos> Might go find me
a vanilla worldsave of a good base
L2299[21:39:46] <gamax92> Kodos: I'd
server with you
L2300[21:40:05] <Kodos> If I didn't have
shit internet, I'd probably make the effort to turn my old tower
into one
L2301[21:40:12] <Kodos> But I have <1
upload
L2302[21:40:12] <ectoBiologist> 16:52:08
Blahgory | haha, someone has the nick ectoBiologist
L2303[21:40:17] <ectoBiologist> Blahgory:
guess who does :p
L2304[21:40:19] <gamax92> Kodos: in what
units.
L2305[21:40:22] <ectoBiologist> lel
L2306[21:40:28] <Kodos> Whatever
speedtest.net uses
L2307[21:40:37] <Kodos> Twitch won't let
me stream
L2308[21:40:39] <gamax92> speedtest.net
units are configurable
L2309[21:40:42] <Kodos> Youtube won't let
me upload
L2310[21:40:54] <gamax92> i think they
are megabits by default
L2311[21:40:59] <Michiyo> I've got a
overly modded server that I'd let folks on.. but you all hate me,
and the feeling is mutual. :P
L2312[21:41:09] <gamax92> Michiyo: I hate
you?
L2313[21:41:16] <Michiyo> Everyone does
:D
L2314[21:41:29] <gamax92> I don't
remember hating you.
L2315[21:41:33] <Kodos> I don't play on
servers unless I get access to creative mode, or at least am able
to build a basic building so mobs and shit don't bother me while
I'm doing shit
L2316[21:41:44] <Michiyo> Kodos, it's a
creative server :P
L2317[21:42:11] <Kodos> Has anyone messed
with the navigation stuff for Robots at all
L2318[21:42:13] <gamax92> have you ever
been on creative nuke servers?
L2320[21:44:20] <Kodos>
Worldpainter?
L2321[21:44:49] <Michiyo> The map was
generated by a script from map input of the area.
L2322[21:44:59] <Michiyo> I didn't make
it, but we're restoring it
L2323[21:44:59] <Kodos> Waaaat
L2324[21:45:10] <Kodos> Wait
L2325[21:45:14] <Kodos> Dummy that up for
me
L2326[21:45:15] <Kodos> You used
what?
L2327[21:45:38] <Michiyo> I didn't use
anything, the person who made the map used some script to take
highmap data from the area, and other input, and generated the
map
L2328[21:45:42] <Michiyo> hightmap*
L2329[21:45:46]
⇦ Quits: Lumien (~lumien@p4FED46C9.dip0.t-ipconnect.de)
(Quit: Nettalk6 - www.ntalk.de)
L2330[21:46:13] <Kodos> Is there some
sort of office building, or research facility built yet =D
L2331[21:46:24] <Michiyo> The entire city
of Pripyat is there
L2332[21:46:32] <Michiyo> as is the
Chernobyl complex, but it's not complete..
L2333[21:46:37] <Michiyo> and it's post
1986...
L2334[21:46:41] <gamax92> computer stop
lagging
L2335[21:46:42] <Michiyo> which is why
we're restoring it
L2336[21:46:57] <Michiyo> I want a pre
disaster Pripyat/Chernobyl
L2337[21:47:14] <Kodos> That seems like a
ridiculously big job
L2338[21:47:20] <gamax92> java stop
lagging
L2339[21:47:20] <Michiyo> I have BR
reactors running in the buildings of Reactor 1 and 2
L2340[21:47:35] <Michiyo> It's a lot of
work for 2 people
L2341[21:47:37] <gamax92> firefox stop
lagging
L2342[21:48:02] <Kodos> Would you be
upset if I told you I knew nothing of where what was, and asked
where the power plant was
L2343[21:48:19] <Michiyo> Chernoyble
Nuclear Power Plant, in the Ukraine
L2344[21:48:34] <Michiyo> Reactor 4
exploded in 1986 xausing the evacuation of the nearby city of
Pripyat
L2345[21:48:44] <gamax92> I find my self
looking at OpenPrinter's code more than OpenComputers, since it
isn't scala
L2346[21:48:55] <Michiyo> it was
considered THE WORST nuclear disaster until recently, and some say
it still is.
L2347[21:48:57] <Blahgory> Tier 3 vs
Creative case
L2348[21:48:58] <Blahgory>
difference?
L2349[21:49:07] <Michiyo> Cretive case
needs no power
L2350[21:49:08] <Kodos> Creative case
powers itself and has better card slots
L2351[21:49:08] <gamax92> Blahgory: one
cannot be crafted
L2352[21:49:11] <Michiyo> and has higher
tier slots
L2353[21:49:17] <Michiyo> more higher
teir slots*
L2354[21:49:25] <Blahgory> ah
L2355[21:49:44] <Kodos> I wish someone
would make power plugs that looked like the ones I use in
GMod
L2356[21:49:50] <Michiyo> Crazy thing is?
the plant ran until 2000? when reactor 3 was decommissioned
L2357[21:50:05] <Kodos> I'm guessing the
6 round red things are the reactor towers
L2358[21:50:06] <gamax92> Kodos: I wish
someone would make GMod in minecraft
L2359[21:50:11] <Michiyo> No
L2360[21:50:21] <Michiyo> if you zoom in
you'll see 1 2 3 4
L2361[21:50:27] <Michiyo> those are where
the reactors were
L2362[21:50:36] <Kodos> Ahh
L2363[21:50:41] <Kodos> That'd get on my
OCD
L2364[21:50:47] <Kodos> All 4 reactor
things have to look the same
L2365[21:50:57] <Michiyo> lol
L2366[21:50:59] <Kodos> I wish I still
had my 4 tower power plant =(
L2367[21:51:02] <Michiyo> Well 1 and 2
were first gen
L2368[21:51:03] <Kodos> It was on my old
HDD
L2369[21:51:05] <Michiyo> 3 and 4 were
second gen
L2370[21:51:34] <Michiyo> the 2nd gen
reactors had different requirements, so the building was
adjusted.
L2371[21:51:41] <Altenius> Can messages
be larger than one line without autoformatting in to two?
L2372[21:51:41] <Blahgory> I was very
confused when I realized the OC computers didn't use nano, they
used edit
L2373[21:51:47] <Michiyo> heh yeah
L2374[21:52:02] <gamax92> i've accidently
typed nano before.
L2375[21:52:07] <Michiyo> I need to gut
the entire plant, and start from scratch really
L2376[21:52:10] <Michiyo> it's a mess in
there..
L2377[21:52:22] <Kodos> What mod adds
Outlands
L2378[21:52:37] <Michiyo> I wanna say
that's fro mthe Lion King mod :p
L2379[21:52:42] <Kodos> dafuq
L2380[21:52:42] <Michiyo> my daughter
wanted it lol
L2381[21:52:45] <Kodos> How many mods do
you have
L2382[21:53:01] <Michiyo> client reports
189? with all the optionals running
L2383[21:53:04]
⇦ Quits: ironmountain
(~Caleb@c-67-190-228-157.hsd1.fl.comcast.net) (Quit:
Leaving)
L2384[21:53:10] <Michiyo> it WAS
higher
L2385[21:53:16] <Michiyo> IIRC we were
around 210
L2386[21:53:26] <Kodos> Do you have an
all in one pack file, preferably an MMC instance
L2387[21:53:36] <Michiyo> No, we run a
custom written launcher :p
L2388[21:53:47] <Michiyo> I've been
playing with running it on Technic or something... but meh
L2389[21:53:59] <Kodos> Okay, let me
rephrase my question
L2390[21:54:02] <Michiyo> running the
pach on technic*
L2391[21:54:04] <Kodos> Would I have to
download all the mods manually
L2392[21:54:07] <Michiyo> No
L2393[21:54:18] <Kodos> Okay, what do I
need to make it work
L2394[21:54:22] <Michiyo> you run my
launcher, select version / ram and launch
L2395[21:54:28] <Kodos> Linky
L2396[21:55:08] <Michiyo> PMed
L2397[21:55:42] <v^> well
L2398[21:55:45] <v^> git is being an
asshole
L2399[21:55:52] <v^> cant get openprg to
work
L2401[21:58:47] <Blahgory> How change
font size
L2402[21:59:05] <Porygon> resolution of
the screen
L2403[21:59:08] <gamax92> Blahgory: we
can only change the resolution
L2404[21:59:17] <Blahgory> dern
L2405[21:59:35] <Porygon> it does the
same thing
L2406[21:59:55] <Porygon> kidn of
L2407[22:02:35] <Blahgory> Remote
terminals don't work for me
L2408[22:02:43] <Blahgory> nvm
L2409[22:07:45]
⇨ Joins: AltBot (~AltBot@199.193.183.1)
L2410[22:07:45] <EnderBot> !kick AltBot
Your owner does not have permission to bring you here.
L2411[22:07:46] ***
AltBot was kicked by zsh ((EnderBot (JoshTheEnder)) Your owner does
not have permission to bring you here.))
L2412[22:08:08] <gamax92> JoshTheEnder:
gg
L2413[22:09:19]
⇨ Joins: BotheredNoob
(webchat@71-211-2-130.clsp.qwest.net)
L2414[22:09:20] <EnderBot> !kick
BotheredNoob Your owner does not have permission to bring you
here.
L2415[22:09:20] ***
BotheredNoob was kicked by zsh ((EnderBot (JoshTheEnder)) Your
owner does not have permission to bring you here.))
L2416[22:09:37] <gamax92> JoshTheEnder:
more gg
L2417[22:10:11] <Michiyo> lol
JoshTheEnder
L2418[22:10:17] <Altenius> How can you
tell it's a bot?
L2419[22:10:24] <gamax92> Alex_hawks: it
says bot in its nick
L2420[22:10:28] <Michiyo> ^
L2421[22:10:33] <Altenius> oh, i see
now
L2422[22:10:44] <Michiyo> It's rather
flawed detection..
L2423[22:10:44] <Altenius> That's what I
thought at first
L2424[22:10:45] <Michiyo> :p
L2425[22:10:51] <Altenius> Didn't catch
BOTheredNoob
L2426[22:10:55] <gamax92> yeah it
did.
L2427[22:11:17] *
v^ slaps JoshTheEnder
L2428[22:12:14] <Michiyo> Altenius,
<+EnderBot> !kick BotheredNoob
L2429[22:12:28] <Altenius> What about
that?
L2430[22:12:42] <Michiyo> You said it
didn't catch 'em
L2431[22:12:56] <Altenius> I said I
didn't cathc that BotheredNoob had bot in it
L2432[22:13:13] <Michiyo> But it
did...
L2433[22:13:17] <Michiyo> cause it did
!kick
L2434[22:13:23] <Altenius> Yes I
know
L2435[22:13:27] <Altenius> I didn't see
bot at first
L2436[22:13:28] <Michiyo> Ah
L2437[22:13:28] <gamax92> Michiyo: no,
that Altenius didn't see BOT in BotheredNoob
L2438[22:13:30] <Michiyo> re read
L2439[22:13:32] <Michiyo> my bad
L2440[22:13:36] <Michiyo> 40 things at
once here
L2441[22:13:45] <JoshTheEnder> .add bot
botherednoob
L2442[22:13:45] <EnderBot> Added
botherednoob to the whitelist
L2443[22:13:49] <gamax92> v^: i wish i
could copy a block of data onto the screen
L2444[22:13:59] <gamax92> like i can just
memcpy to the video address in msdos
L2445[22:14:03] <JoshTheEnder> where is
kenny?
L2446[22:14:08] <gamax92> he raged
L2447[22:14:29] <v^> JoshTheEnder, or
just fix your stupid detection
L2448[22:14:46] ***
v^ is now known as Botheredv^
L2449[22:14:48] <Botheredv^> :P
L2450[22:15:07] <Blahgory> I wish there
were a way to ensure you connected to a certain server with the
remote terminal
L2451[22:15:09]
⇨ Joins: paleobotany
(webchat@71-211-2-130.clsp.qwest.net)
L2452[22:15:09] <EnderBot> !kick
paleobotany Your owner does not have permission to bring you
here.
L2453[22:15:09] ***
paleobotany was kicked by zsh ((EnderBot (JoshTheEnder)) Your owner
does not have permission to bring you here.))
L2454[22:15:24]
⇨ Joins: rebottle
(webchat@71-211-2-130.clsp.qwest.net)
L2455[22:15:24] <EnderBot> !kick rebottle
Your owner does not have permission to bring you here.
L2456[22:15:25] ***
rebottle was kicked by zsh ((EnderBot (JoshTheEnder)) Your owner
does not have permission to bring you here.))
L2457[22:15:26] <Blahgory> he wasn't
really a bot was he
L2458[22:15:46]
⇨ Joins: bluebottles
(webchat@71-211-2-130.clsp.qwest.net)
L2459[22:15:46] <EnderBot> !kick
bluebottles Your owner does not have permission to bring you
here.
L2460[22:15:46] ***
bluebottles was kicked by zsh ((EnderBot (JoshTheEnder)) Your owner
does not have permission to bring you here.))
L2461[22:16:15]
⇨ Joins: abbotcies
(webchat@71-211-2-130.clsp.qwest.net)
L2462[22:16:15] <EnderBot> !kick
abbotcies Your owner does not have permission to bring you
here.
L2463[22:16:16] ***
abbotcies was kicked by zsh ((EnderBot (JoshTheEnder)) Your owner
does not have permission to bring you here.))
L2464[22:16:40]
⇨ Joins: gamax92_
(webchat@71-211-2-130.clsp.qwest.net)
L2465[22:17:07] ***
gamax92_ is now known as abbotcies
L2466[22:17:13] *
abbotcies stabs JoshTheEnder
L2467[22:17:21]
⇨ Joins: _Altenius
(~Altenius@2600:1015:b10d:6928:ee7:fdfb:29c0:ebbf)
L2468[22:17:28]
⇦ Quits: abbotcies (webchat@71-211-2-130.clsp.qwest.net)
(Client Quit)
L2470[22:18:16]
⇦ Quits: _Altenius
(~Altenius@2600:1015:b10d:6928:ee7:fdfb:29c0:ebbf) (Client
Quit)
L2471[22:20:13] <Blahgory> I wish there
were a way to ensure you connected to a certain server with the
remote terminal
L2472[22:20:40] <Michiyo> it only
connects to the server you sneak click on
L2473[22:21:38] <gamax92> i keep
forgetting this can double vertical resolution, and the only reason
it isn't is because I was comparing oci
L2475[22:23:03] <Botheredv^> .find ip
71.211.2.130
L2476[22:23:03] <^v> Botheredv^,
L2477[22:23:05] <Botheredv^>
<_>
L2478[22:23:12] <Botheredv^> must be
gamax
L2479[22:23:20] <gamax92> "*
gamax92_ (webchat@71-211-2-130.clsp.qwest.net) has joined
#oc"
L2480[22:27:29] <Botheredv^>
.openprg
L2482[22:27:41] <Botheredv^> yay
L2483[22:27:43] ***
Botheredv^ is now known as v^
L2484[22:27:52] <gamax92> Botheredv^:
ooh, i can reduce palette changes by using that other half block
character
L2485[22:28:03] <gamax92> or rather,
bg/fg changes
L2486[22:29:25] <gamax92> v^: y
L2487[22:29:30] <gamax92> ychngnik
L2488[22:29:34] <v^> you can
L2489[22:29:54] <v^> also with sets you
can set multiple fg and bg colors
L2490[22:30:04] <v^> two rather
<_>
L2491[22:30:07] <gamax92> what
whats?
L2492[22:30:24] <gamax92> what are these
sets
L2493[22:30:50] ***
Csst|Masterball is now known as Csstform
L2494[22:30:59] <v^> if you have a line
with two colors, you can use gpu.set and those block chars to do it
faster than a bunch of smaller fills/sets
L2495[22:31:42] <gamax92> v^: so, gpu.set
multiple characters?
L2497[22:33:01] <Blahgory> I forget how
to run programs. ._.
L2498[22:33:35] <v^> so calculate one
table with the normal fills and another with ones using only
sets
L2499[22:33:50] <v^> then run through
which ones increase speed
L2500[22:37:17] ***
Cirno_ is now known as Cirno|Vanish
L2501[22:38:57] ***
alekso56 is now known as alekso56_off
L2502[22:40:18] <gamax92> v^: i'm getting
the same speed.
L2503[22:41:10] <Blahgory> how do I
terminate a program like in cc?
L2504[22:41:17] <gamax92>
ctrl-shift-c
L2505[22:41:32] <Blahgory> nope
L2506[22:41:36] <JoshTheEnder> or
ctrl-alt-c
L2507[22:41:51] <gamax92> v^: the speed
is worse
L2508[22:42:32] ***
Cirno|Vanish is now known as Cirno_
L2509[22:43:11] ***
vifino is now known as vifino|off
L2510[22:50:54] <gamax92> removed 15 fg
calls
L2511[22:59:46]
⇦ Quits: Cirno_ (~nick1@188.113.81.176) (Remote host closed
the connection)
L2512[23:13:13]
⇨ Joins: Kenny (Kenny@this.is.theender.net)
L2513[23:13:13]
zsh sets mode: +o on Kenny
L2514[23:13:30] <Kenny> !deop
L2515[23:13:31]
zsh sets mode: -o on Kenny
L2516[23:13:40] <Kenny> !voice
L2517[23:13:41]
zsh sets mode: +v on Kenny
L2518[23:21:11]
⇦ Quits: sciguyryan
(sciguyryan@109-205-169-247.dynamic.swissvpn.net) ()
L2519[23:21:43] <Kodos> mmmm fried
chicken
L2520[23:22:18] <Michiyo> heh, I had
chicken too!
L2521[23:22:22] <Michiyo> and fried
corn...
L2522[23:22:26] <Michiyo>
datshitsgoodyo
L2523[23:28:34] <Kodos> That was good,
even though the skin was a bit hard to chew
L2524[23:39:08] <Blahgory> macaroni and
cheese with sriracha ftw!
L2525[23:42:09]
⇨ Joins: Alt2 (~AltBot@199.193.183.1)
L2526[23:42:10] <EnderBot> !kick Alt2
Your owner does not have permission to bring you here.
L2527[23:42:10] ***
Alt2 was kicked by zsh ((EnderBot (JoshTheEnder)) Your owner does
not have permission to bring you here.))
L2528[23:42:17] <Altenius> what.
L2529[23:42:25] <Michiyo> lol..
L2530[23:42:33] <Altenius> Why did it do
that
L2531[23:42:39]
⇨ Joins: _Altenius (~AltBot@199.193.183.1)
L2532[23:42:40] <EnderBot> !kick
_Altenius Your owner does not have permission to bring you
here.
L2533[23:42:40] ***
_Altenius was kicked by zsh ((EnderBot (JoshTheEnder)) Your owner
does not have permission to bring you here.))
L2534[23:42:43] <Altenius> !!!
L2535[23:42:44] <Michiyo> I'm not gonna
tell you why it was kicked, it'll be less fun
L2536[23:42:55] <Michiyo> look closely at
the entire join string.
L2537[23:43:02] <Altenius> ...
L2538[23:43:04] <Altenius> lol
L2539[23:43:06] <Altenius> Woops
L2540[23:43:07] <Michiyo> _Altenius
(~AltBot@199.193.183.1) has Joined #oc
L2541[23:43:08] <Michiyo> :P
L2542[23:43:25] <Michiyo> but, not we
know it's a bot.. and can manually kick! :P
L2543[23:43:28] <Michiyo> now*
L2544[23:43:32] <Altenius> lol
L2545[23:50:28] <Kenny> Altenius, there
is a process ytou have to go through to get a bot in here. I think
at the moment we already have like 6 bots in here
L2546[23:50:37] <Altenius> I know
L2547[23:51:07] <Kenny> gawd, iot's that
time of the year i hate
L2548[23:51:39] <Kenny> summer: not
because of the weather but the aggravation it brings
L2549[23:52:15] <Kenny> KIDS
everywhere
L2550[23:52:32] <Michiyo> "damn kids
get off my lawn" :P
L2551[23:52:50] <Kenny> i had completely
forgot about school ending this week
L2552[23:53:12] <Kenny> for me that's no
prob. lawn ain't big enough for them to want to stand on lol
L2553[23:53:55]
⇨ Joins: john_smith (~john_smit@199.193.183.1)
L2554[23:54:01] <Kenny> next door
neighbor only has a devil strip section of grass
L2555[23:54:17] <Altenius> *leave
#oc
L2556[23:54:17]
⇦ Parts: john_smith (~john_smit@199.193.183.1)
())
L2557[23:54:17] <Kenny> no grass around
the house at all
L2558[23:54:42] <Kenny> you just made a
mistake
L2559[23:54:45] <Altenius> :)
L2560[23:54:54] <Kenny> now i have the
ip
L2561[23:54:57] <Altenius> no
L2562[23:55:01] <Altenius> That's my
IP
L2563[23:55:23] <Kenny> same thing
L2564[23:55:37] <Altenius> He's not
coming back
L2565[23:55:44]
⇦ Quits: Blahgory (webchat@71.45.104.235) (Ping timeout: 190
seconds)
L2566[23:55:56] <Kenny> but now i know
that if any other nick joins from that ip it's a bot and will get
kicked
L2567[23:56:09] <Altenius> that's
fine.
L2568[23:56:24] <Altenius> Unless it has
Altenius in it. THen pls don't
L2569[23:56:40] <Kenny> hmmmmm. looks up
thinking
L2570[23:57:05] <Kenny> 'that could be
fun' *evil grin*
L2571[23:58:04] <Kenny> 'should i or
shouldn't i?'
L2572[23:58:07] <Michiyo> 42
L2573[23:58:27] <Kenny> past that years
ago
L2574[23:58:36] <Kenny> passed*
L2575[23:58:45] <Michiyo> Waaaait..
L2576[23:58:52] <Michiyo> Oc 1.3 has a
chunkloader for robots?
L2577[23:59:09] <Kenny> Michiyo's been
sleeping too long
L2578[23:59:11] <Kenny> hehe
L2579[23:59:19] <Michiyo> I've just not
looked at robot upgrades :P
L2580[23:59:35] <Kenny> sleeping at the
helm hehe