<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:01:33] <Sangar> pass the palette index
as the fourth value to set, if that's what you mean.
L2[00:01:57] <Sangar> ds84182, wicked
:>
L3[00:02:00] <Xakorik> I thought it might be
that but when I set a color the pixel I set is blank
L4[00:02:39] <ds84182> Sangar, I just need
to fix a small bug with OS 3 and up starting late for some
reason
L5[00:02:40] <Sangar> 0/false is blank, 1,
2, 3 are colors.
L6[00:03:14] <Xakorik>
holo.setPaletteColor(1, 7)
L8[00:04:02] <Sangar> Xakorik, that sets
color 1 to 0x000007, which is pretty much black, and due to the
blend mode that's pretty much transparent.
L9[00:04:05] <Sangar> brb
L10[00:04:14] <ds84182> Also the OpenOS
floppy is SLOOOOOOOOOW compared to a HDD
L11[00:04:39] <ds84182> HDD boot: ~3
seconds Floppy Boot: ~5 seconds
L12[00:04:41] <Xakorik> Oh, it's by
bit
L13[00:04:56] <Xakorik> Will the color API
work?
L14[00:05:11] <ds84182> Xakorik, no
L15[00:05:20] <ds84182> Xakorik, lemme find
you a link
L16[00:06:02] <ds84182> Well actually, you
know how hex colors are formatted right?
L17[00:06:42] <Xakorik> Oh, it's hex?
L18[00:06:50] <ds84182> Xakorik, 0xFF0000
should be red
L19[00:07:02] <Xakorik> I know hex,
thanks
L20[00:07:20] <ds84182> your welcome
L21[00:07:50] *
ds84182 starts on keyboard logic per screen
L22[00:09:18] <Xakorik> What would be a
good way to set multiple pixels without using hologram.fill ?
L23[00:10:07] <ds84182> I guess you would
have to do each with set
L24[00:12:14] <Xakorik> I mean like a
custom function
L25[00:12:15] ***
ds84182 is now known as Ragnarok
L26[00:12:21] ***
Ragnarok is now known as ds84182
L27[00:12:32] <Xakorik> I guess I could use
a loop
L28[00:12:47] <Xakorik> A for loop?
L29[00:15:12] <ds84182> yes
L31[00:19:14] <v^> so is the entire wiki
ported?
L32[00:24:18] <gjgfuj> I now have 3
different redstone outputs from a single Redstone IO block, which
controls all my stuff that used to be levers.
L33[00:25:49] <Techokami> quote from a
fellow Minecraft modder: "Mojang's rendering code is fucking
terrible. The concept of bilinear interpolation calculation is
completely lost to them. It's no wonder the most aggressive
projects implement their own rendering systems."
L34[00:26:28] <gjgfuj> The mv command on oc
tells you that the file exists, but goes ahead and overwrites it
anyway?
L35[00:26:33] <ds84182> Techokami,
huehuehuehue
L36[00:26:41] <v^> gjgfuj, wat
L37[00:27:00] <gjgfuj> Apparently that's
how it works.
L38[00:27:04] <ds84182> it's funny because
it's true
L39[00:27:25] <Techokami> yeah he's doing
some crazy rendering stuff and flipped some tables trying to fight
the vanilla rendering code
L40[00:27:45] <ds84182> why fight it
L41[00:27:49] <ds84182>
gooooooowiththeflooooow
L42[00:28:00] <Techokami> because he's
trying to make the plant version of multiblocks :O
L43[00:28:09] <Techokami> to allow for
gardens
L44[00:28:13] <gamax92> multiplants?
L45[00:28:16] <Techokami> yes
L46[00:28:20] <gamax92> >_>
L47[00:28:22] <Techokami> 4 plants one
block
L48[00:28:28] <gamax92> the movie
L49[00:28:32] <v^> gamax92, is cclite's
rendering slow as shit?
L50[00:28:48] <gamax92> v^: it generally
doesn't render until something changes
L51[00:28:51] <gjgfuj> Welp, time to build
another ram chip.
L52[00:28:54] <Techokami> currently one of
his tests has window boxes for flowers
L53[00:30:48] <Techokami> I did get him to
add some creative redstone capabilities to the mod, though...
there's a nether quartz-based fancy planter that, if you put
netherrack into as a substrate, you can light it on fire to make it
a flame sconce (like in Zelda), and it outputs a redstone signal
when lit
L54[00:31:58] <gamax92> ZeldaCraft
L56[00:32:27] <v^> it doesnt even emulate
atm
L57[00:32:33] <v^> it also uses slow class
thing >_>
L58[00:32:33] ***
Pontiac_InBed is now known as Pontiac
L59[00:32:46] <gjgfuj> How do I launch
another program from OC?
L60[00:32:51] <gamax92> ...
L61[00:32:54] ⇦
Quits: Johannes13_ (~Johannes@p4FDE9EEE.dip0.t-ipconnect.de) (Ping
timeout: 186 seconds)
L62[00:32:56] <v^> .w shell.execute
L63[00:32:56] <^v> v^,
shell.execute(command: string, env: table[, ...]):boolean ... Runs
the specified command. This runs the default shell (see
os.getenv("SHELL")) and passes the command to it. env is
the environment table to use for the shell.
L65[00:32:58] <gjgfuj> i.e. from lua
code?
L66[00:33:09] <gjgfuj> Ah, thanks.
L68[00:33:28] *
Pontiac groans and grunts and gets comfy in his comfy chair after a
stupidly long and idiotically busy day at work.
L69[00:34:18] <Pontiac> How does that work
Tech? Light the .. err.. thing on fire and you get redstone
signal?
L70[00:35:05] <Pontiac> Apparently yeah,
now that I read the chat.
L71[00:36:12] <Techokami> yes, if the
nether quartz planter has netherrack as a substrate, it sends out a
redstone signal if lit
L72[00:36:20] <Techokami> it also sends it
downwards like a pressure plate
L73[00:36:29] <Techokami> so you can hide
your wiring :D
L74[00:37:27] <Techokami> the mod isn't
available yet, it's part of a gigantic restructuring
L75[00:37:57] ***
ds84182 is now known as Ragnarok
L76[00:38:04] <Pontiac> I've still got 101
other things to learn in the DW pack I'm playing, and, well, I'm
not much into aesthetics or pottery. :]
L78[00:39:14] <Ragnarok> Sangar,
unfortunately, I found another bug with keyboards
L79[00:39:28] <Sangar> hmm?
L80[00:39:33] <Ragnarok> A keyboard will
generate key up and key down events for all the keyboards connected
to the computer
L81[00:40:10] <Pontiac> So I was thinking
about doing some googlescraping and seeing if I could match a list
of mods I have in this DW pack based on file name, and get a list
of URLs on where I could potentially download the files, instead of
me having to manually index them myself.
L82[00:40:21] <Sangar> yes. that's not
really a bug. since there's only one screen gui there's no way to
associate it to one keyboard, so all keyboards fire.
L83[00:40:33] ⇦
Quits: dmod_ (uid32492@id-32492.uxbridge.irccloud.com) (Quit:
Connection closed for inactivity)
L84[00:40:43] <Pontiac> Thinking that .jar
files would be quite popluar since Sun says that Java runs on
millions of devices, Google would have started to index filetypes
of .jar.
L85[00:40:45] <Pontiac> Apparently
not.
L86[00:40:59] <Ragnarok> Sangar, I mean
with multiple screens
L87[00:41:21] <Ragnarok> so if I have 3
screens and 3 keyboards connected to their own screen it does
that
L88[00:41:41] <Sangar> wuh o.O
L89[00:41:49] <Sangar> allright, that
shouldn't happen.
L90[00:41:55] <Sangar> i'll look into it
tomorrow.
L91[00:42:03] <Sangar> gotta get some sleep
now, tho
L92[00:42:12] <Ragnarok> ok,
goodnight!
L93[00:42:13] <Sangar> so gnight, see you
tomorrow o/
L94[00:42:20] <Ragnarok> o/
L95[00:43:36] <Pontiac> bah... screw it..
I'm gonna go play my MC
L96[00:50:26] <sully0> hi folks o/
L97[00:50:31] <Pontiac> 'lo
L98[00:50:56] <sully0> this may not be the
best venue...but im gonna ask an opion question here, because i
like the views of this mod, and so far most of the people i've
encountered :)
L99[00:51:54] <sully0> someone scoffed so
hard that i was paying for a cheap MC host instead of building one
from an ATMega168 that i set up a new google cloud VPS today
:P
L100[00:51:57] <sully0> the
question:
L101[00:52:11] <sully0> of those of you
that host on your own machine/server/vps:
L102[00:52:29] <sully0> do you use the
official java bin or openjdk or other?
L103[00:52:45] <sully0> i ran MC off of
openjre and had issues before, but that was client and gfx
L104[00:53:16] <Pontiac> For me, whatever
java interpreter that is downloadable in Ubuntu 13.1 (I
think)
L105[00:53:42] <sully0> depends on if you
have non-free repo set up or not
L106[00:53:45] ⇦
Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 189
seconds)
L107[00:54:16] <sully0> i know they were
getting closer and closer to making official java part of default
install, but idk where you land if you have to install by hand
:/
L108[00:54:49] <Pontiac> My machine is
running OpenJDK 7 64-bit.
L109[00:55:20] <Ragnarok> I'm also running
OpenJDK
L110[00:55:36] <Ragnarok> I've had
problems with Sun's java in the past
L111[00:55:39] <gamax92> ehh, you know
openjdk 7 is the reference for java 7?
L112[00:55:46] <Ragnarok> (like
installation and upgrade)
L113[00:56:24] <gamax92> oh, i've no issue
with that, I had an issue with double linked list corruption
L114[00:58:10] <sully0> awesome
awesome
L115[00:58:31] <sully0> i usually TRY to
use openjdk on new installs, but this is for a production server so
i dont want to experiment too much
L116[00:59:11] <vifino> no u gamax92
L117[01:01:50]
⇨ Joins: dmod_
(uid32492@id-32492.uxbridge.irccloud.com)
L118[01:06:12] <Xakorik> How do I sent
different info to different screens?
L119[01:07:10]
⇨ Joins: gjgfuj (~tricia@119.15.76.203)
L120[01:08:57] <Pontiac> You probably have
to reference each screen individually.
L121[01:13:04] <Xakorik> What would the
best way to do that? I'm gonna have the main screen with a keyboard
and the other screens will be touch
L122[01:14:49] ⇦
Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 201
seconds)
L123[01:20:18] <Pontiac> I don't have the
answer to that. I've not had to use a computer or robot for
automation yet, except to dig a hole.
L124[01:27:38]
⇨ Joins: gjgfuj (~tricia@119.15.76.203)
L125[01:31:02] ⇦
Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 186
seconds)
L126[01:34:03] <Xakorik> Any suggestions
for an OC server I'm gonna setup?
L127[01:39:26] <sully0> what do you mean
X?
L128[01:39:46] ⇦
Quits: sully0 (~sully@192.241.175.50) (Quit: WeeChat
0.3.8)
L129[01:44:36]
⇨ Joins: gjgfuj (~tricia@119.15.76.203)
L130[01:45:39] ⇦
Quits: robhol (~robhol@s1.v-m.no) (Ping timeout: 201
seconds)
L131[01:48:45] ⇦
Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 190
seconds)
L132[01:53:41] ⇦
Quits: v^ (~^v@2601:4:4500:e15:65d7:22ad:69d:b0fe) (Read error:
Connection reset by peer)
L133[01:53:52]
⇨ Joins: v^
(~^v@2601:4:4500:e15:65d7:22ad:69d:b0fe)
L134[01:53:52]
zsh sets mode: +v on v^
L135[01:56:47] ***
Ragnarok is now known as dsAway
L136[02:02:37]
⇨ Joins: gjgfuj (~tricia@119.15.76.203)
L137[02:10:12] ⇦
Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 189
seconds)
L138[02:14:20] ⇦
Quits: Xakorik_
(~Xakorik@173-80-84-122.bclycmtk02.res.dyn.suddenlink.net) (Quit:
Leaving)
L139[02:14:37] <Xakorik> Mod
suggestions
L140[02:19:14] * v^
grabs cloudy
L141[02:20:51] ***
Techokami is now known as Techokami|Off
L142[02:23:34]
⇨ Joins: gjgfuj (~tricia@119.15.76.203)
L143[02:24:20] <gamax92> ohai gjgfuj
L144[02:25:49] ***
alekso56 is now known as alekso56_off
L145[02:27:17] <gjgfuj> Ah, finally.
L146[02:27:23] <gjgfuj> My internet is
terrible.
L147[02:33:17] <Xakorik> After these file
upload I'm gonna do the initial setup for the server
L148[02:38:24] ***
mr208|work is now known as mallrat208
L149[02:41:20] ***
dsAway is now known as ds84182
L150[02:44:18] ⇦
Quits: Lathanael|Away (~Lathanael@p54971BD5.dip0.t-ipconnect.de)
(Ping timeout: 189 seconds)
L151[02:44:31] <gamax92> ds84182: Xorg for
opengx
L152[02:44:38] <gamax92> call it the cube
driver.
L153[02:44:49] <gamax92> (totally not a
reference to anything )
L154[02:45:26] <Xakorik> For some reason
my server is crashing as soon as it starts
L155[02:46:15] <Xakorik> My other server
works fine
L156[02:47:19]
⇨ Joins: Lathanael|Away
(~Lathanael@p54971BD5.dip0.t-ipconnect.de)
L157[02:49:35]
⇨ Joins: tricia_ (~tricia@119.15.76.203)
L158[02:49:48] ⇦
Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 189
seconds)
L159[02:49:50] <v^> gamax92, ffi include
opengl = wont have to make my own shitty 3d graphics engine and
awesome framerate?
L160[02:50:12] <gamax92> uhh
L161[02:50:13] <Xakorik> My server crashed
with NO logs at all
L162[02:50:25] <Xakorik> >.<
L163[02:50:49] <v^> gamax92, ;-; love
already includes opengl so i shouldnt need to hax a dll in
L164[02:51:04] <gamax92> v^: you'd just
have opengl to do 3d things, you'd still need a 3d engine, just one
that doesn't do custom rendering but uses opengl
L165[02:51:24] <v^> is it really that hard
;-;
L166[02:51:40] <gamax92> also, if you plan
on doing opengl while an love2d window is open, you also have to
manage and put everything back.
L167[02:54:38] <v^> idgaf this is
cool
L168[02:55:08] <v^> i might be able to hax
love's internal functions into allowing me to opengl into its
framebuffer
L169[02:55:15] <v^> that way i can just
put it into a frame
L171[03:00:47] <Xakorik> Anyone here good
with servers? I seem to do better with bukkit/spigot servers or
something is happening I don't know about
L172[03:01:40] <v^> <_> idk
L173[03:01:46] <v^> i haz a server
L174[03:01:55] <v^> but bukkit/spigot
suck
L175[03:07:22] <ds84182> v^: actually, if
you use shaders you should be able to do 3d in Love2d at
60fps
L176[03:07:36] <ds84182> Like Osyi (or
whatever the fuck that persons name is)
L177[03:07:52] <v^> ds84182, i want
2000fps
L178[03:08:00] <v^> i got a whole 5k fps
in MC
L179[03:08:04] <ds84182> Matrixs in
Shaders? Check
L180[03:08:36] <ds84182> All you have to
do is upload a perspective shader, somehow do haxx to have x,y,and
z points, and yay
L181[03:08:48] <ds84182> also shader depth
buffers
L182[03:09:22] <Xakorik> My server crashes
as soon as I start it and there is no log
L183[03:09:50] <ds84182> Xakorik: check
the console
L184[03:10:22] <Xakorik> I might need to
add a pause in the script for now
L185[03:10:25] <ds84182> And check to see
if you have any mods that do a System.exit (In the past, well...
stuff happened)
L186[03:12:32] <Pontiac> "stuff
happened" eh? That'd piss a few people off I'm sure. heh
L187[03:13:23] <Xakorik> It even crashes
without mod folder
L188[03:14:06] <ds84182> Xakorik: which
version of forge do you have installed
L189[03:14:19] <Xakorik> 1147
L190[03:14:31] <v^> ds84182, how do
L191[03:14:39] <ds84182> Xakorik:
downgrade to 10.12.2.1121
L192[03:14:52] <Xakorik> K
L193[03:15:25] ***
tricia_ is now known as gjgfuj
L194[03:15:34] <ds84182> If you are going
to make a server, don't use the latest forge version
L195[03:15:42] <ds84182> Always try
recomended first
L196[03:17:56] <ds84182> wtf
L197[03:18:00] <ds84182> what the fuck
windows
L198[03:18:36] <ds84182> Windows Explorer
Memory leeks are the best
L199[03:18:48] <Xakorik> Still crashing
with no logs
L201[03:19:25] <Xakorik> Miku!
L202[03:19:40]
⇨ Joins: Vaht
(~Tahg@pool-108-20-163-248.bstnma.fios.verizon.net)
L203[03:19:40]
zsh sets mode: +v on Vaht
L204[03:19:47] ⇦
Quits: Tahg (~Tahg@pool-108-20-163-248.bstnma.fios.verizon.net)
(Killed (NickServ (GHOST command used by Vaht)))
L205[03:19:49] ***
Vaht is now known as Tahg
L206[03:20:11] <Xakorik> It's
Tahg...
L207[03:20:19] ***
Pontiac is now known as Pontiac_InBed
L208[03:20:29] <ds84182> Xakorik: what
java version?
L209[03:20:46] <Xakorik> Was 6, then 7,
both crash
L210[03:20:51] <ds84182> .p
L211[03:20:58] <^v> Ping reply from
ds84182 7.01s
L212[03:21:06] <ds84182> wtf windows
L213[03:21:07] <Xakorik> I'm doing this on
a VPS
L214[03:21:21] <ds84182> Xakorik:
OpenJDK?
L215[03:21:26] <Xakorik> Yes
L216[03:21:55] <ds84182> can you pastebin
a list of the files in your server's directory
L217[03:21:59] <ds84182> *jars
L218[03:22:03] <ds84182> **jar's
L219[03:24:18] <Tahg> hmm?
L221[03:24:25] <v^> its a Tahg
L222[03:24:32] <Xakorik> I just realized
dropbox wasn't running '.'
L223[03:24:52] *
Xakorik screams after seeing Tahg
L224[03:25:00] ⇦
Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 189
seconds)
L225[03:25:10] <Xakorik> Tahg, the FORTH
master!
L226[03:25:38] <ds84182> FIFTH
L227[03:25:52] <ds84182> should totally be
a stack based language
L228[03:26:26] <v^> ds84182, lets
make
L229[03:27:12] <Xakorik> I remember seeing
Tahg on a server when I was using my old account
L230[03:27:56] <ds84182> I love this WiFi
card
L231[03:28:03] ⇦
Quits: black3agl33 (~black3agl@197.224.85.183) (Read error:
Connection reset by peer)
L232[03:28:15] <ds84182> I really love the
feature where it JUST FUCKING STOPS TRANSMITTING AND RECEIVING
RANDOMLY
L233[03:28:27] <ds84182> 11/10
L234[03:28:29] <ds84182> best
feature
L235[03:28:29] <v^> ikr <3 mine has
that too
L236[03:28:43] <Xakorik> ds, you get my
message?
L237[03:28:44] <ds84182> v^: but mine is
probally alot more frequent
L238[03:28:56] <ds84182> Xakorik: probally
not
L240[03:29:57] <Tahg> Xakorik, what user
would that be?
L241[03:30:04] <Xakorik> Azeryuu
L242[03:30:44] <ds84182> Is it still
randomly crashing?
L243[03:31:05] <Tahg> assuming you saw
"Vaht", cause seeing "Tahg" would be
troublesome
L244[03:31:12] <Xakorik> It is ALWAYS
crashing
L245[03:31:14] <Xakorik> Yeah
L246[03:31:21] <Xakorik> I saw a
Vaht
L247[03:31:23] <ds84182> waaaait
L248[03:31:30] <ds84182> Is it friggen
Bukkit
L249[03:31:30] <Xakorik> Hmm?
L250[03:31:50] <Tahg> man, super bad storm
outside, I'm glad I have an UPS on my desktop
L251[03:32:21] <Xakorik> The cauldron
files is forge + spigot, but even with just the forge server file
it still crashes
L252[03:32:24]
⇨ Joins: finkmac
(~finkmac@66.212.181.236.tor.pathcom.com)
L253[03:32:57] <ds84182> Xakorik: what
command are you using to run the server?
L254[03:33:06] <Xakorik> ./start.sh
L255[03:33:14] <ds84182> and start.sh
contains?
L256[03:33:24] <Xakorik> Wait, that file
is only on the server..
L257[03:33:53]
⇨ Joins: claR|o_O (webchat@203.126.44.97)
L258[03:34:11] <claR|o_O> Lots people
uh
L259[03:34:11] <Xakorik> screen -dmS
XekTech java -jar -Xms1G -Xmx1G forge-1.7.2.jar nogui
L260[03:34:17] <v^> oh god
L261[03:34:19] <v^> claR|o_O, stop
stalking mei
L262[03:34:19] <gamax92> ds84182: oh god,
that oysi guy
L263[03:34:28] <ds84182> gamax92:
yesssss
L264[03:34:31] <gamax92> fucking doing
super fast as hell 3D graphics
L265[03:34:35] <claR|o_O> v^: i'm not,
just exploring channels
L267[03:34:45] <v^> i am in a ton
L268[03:34:47] <claR|o_O> ^^,
L269[03:34:56] <claR|o_O> any interesting
ones for me
L270[03:34:57] <gamax92> ds84182: how, how
the hell does that depth buffer work.
L271[03:35:02] ⇦
Parts: claR|o_O (webchat@203.126.44.97) ())
L272[03:35:07] <Xakorik> Well?
L273[03:35:34] <ds84182> #lobby is always
interesting
L274[03:35:41] <ds84182> gamax92: fucking
majik
L275[03:35:45] <ds84182> Xakorik: one
sec
L276[03:35:57] <gamax92> ds84182: well
like, i got a 8bit depth buffer working.
L277[03:36:05] <gamax92> but he's
obviously not using a 8bit depth buffer
L278[03:36:23] <ds84182> pfft
L279[03:36:27] <ds84182> 8bit depth
buffer
L280[03:36:32] <ds84182> this isn't the
fucking stone age
L281[03:36:49] <ds84182> Xakorik: try
running it without screen -dmS
L282[03:36:49] <gamax92> ds84182: I
couldn't get the RGBA to become one number
L283[03:37:00] <gamax92> glsl confuses
me
L284[03:37:06] <Xakorik> I have an account
on the VPS just for managing the minecraft server files
L285[03:37:16] <Xakorik> No root
access
L286[03:37:23] <ds84182> gamax92: you add
all the vector components together or some weird shit
L287[03:37:24] <Xakorik> And I have my
root account
L288[03:37:41] <Xakorik> And a superuser
account also
L289[03:37:53] <Tahg> I'm not sure how the
screen would affect anything
L290[03:38:09] <Xakorik> My spigot server
runs with the same commands
L291[03:38:13] <gamax92> ds84182: oh no,
that wasn't my problem
L292[03:38:25] <Tahg> what server is
this?
L293[03:38:30] <gamax92> my problem was
drawing a triangle where the colors wern't rgba but a 32bit
number
L294[03:38:51]
⇨ Joins: gjgfuj (~tricia@119.15.76.203)
L295[03:38:57] <Tahg> MCPC/cauldron?
L296[03:39:18] <Xakorik> Both forge and
caldron, same issue
L297[03:39:36] <Tahg> so standard forge
doesn't run either?
L298[03:39:38] <Xakorik> Well running
without screen did let me see the error message
L299[03:39:45] <Tahg> which is?
L300[03:39:56] <Xakorik> Invalid initial
heap size: -Xms
L301[03:39:57] <Xakorik> Error: Could not
create the Java Virtual Machine.
L302[03:39:57] <Xakorik> Error: A fatal
exception has occurred. Program will exit.
L303[03:40:11] <Xakorik> I'll try with
just max heap
L304[03:40:25] <Xakorik> Wait!
L305[03:40:27] <Tahg> do you *have* 1G
free?
L306[03:40:48] <Xakorik> When I ran
without screen, forgot to specify heap sizes
L307[03:41:04] <Tahg> uh...I see your
issue
L308[03:41:13] <Tahg> -jar needs to go
*after* the heap sizes
L309[03:41:21] <Tahg> and the filename
immediately after -jar
L311[03:41:38] <Xakorik> Oh...
L312[03:41:38] <ds84182> I'm having so
much fun with these wlan adapters
L313[03:41:43] <Tahg> see if that
helps
L314[03:41:48] <gamax92> ds84182: no ...
the triangle drawing is my issue
L315[03:42:01] <ds84182> whats the
issue?
L316[03:42:19] <gamax92> how to draw
triangle as 32bit number instead of 4 8bit numbers.
L318[03:42:44] <gamax92> ds84182: you
aren't listening
L319[03:42:46] <Xakorik> A problem
occurred running the Server
launcher.java.lang.reflect.InvocationTargetException
L320[03:42:46] <Xakorik> at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
L321[03:42:46] <Xakorik> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
L322[03:42:46] <Xakorik> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
L323[03:42:46] <Xakorik> at
java.lang.reflect.Method.invoke(Method.java:606)
L324[03:42:48] <Xakorik> at
cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
L325[03:42:49] ⇦
Quits: Lathanael|Away (~Lathanael@p54971BD5.dip0.t-ipconnect.de)
(Ping timeout: 201 seconds)
L326[03:42:50] <Xakorik> at
cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
L327[03:42:52] <Xakorik> Caused by:
java.lang.NoClassDefFoundError:
org/apache/logging/log4j/Level
L328[03:42:54] <Xakorik> at
net.minecraft.launchwrapper.Launch.launch(Launch.java:93)
L329[03:42:56] <Xakorik> at
net.minecraft.launchwrapper.Launch.main(Launch.java:28)
L330[03:42:57] <v^> /flushq
L331[03:42:58] <Xakorik> ... 6 more
L333[03:43:00] <Xakorik> Caused by:
java.lang.ClassNotFoundException:
org.apache.logging.log4j.Level
L334[03:43:00] <ds84182> takes 4 8 bit
values and converts it into a 320bit number
L335[03:43:02] <Xakorik> at
java.net.URLClassLoader$1.run(URLClassLoader.java:366)
L336[03:43:04] <Xakorik> at
java.net.URLClassLoader$1.run(URLClassLoader.java:355)
L337[03:43:06] <Xakorik> at
java.security.AccessController.doPrivileged(Native Method)
L338[03:43:07] <gamax92> ds84182: you
aren't listening
L339[03:43:08] <Xakorik> at
java.net.URLClassLoader.findClass(URLClassLoader.java:354)
L340[03:43:10] <Xakorik> at
java.lang.ClassLoader.loadClass(ClassLoader.java:425)
L342[03:43:11] <ds84182> O.o
L343[03:43:12] <Xakorik> at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
L344[03:43:14] <Xakorik> at
java.lang.ClassLoader.loadClass(ClassLoader.java:358)
L345[03:43:16] <v^> /flushq
L346[03:43:18] <Xakorik> ... 8 more
L347[03:43:20] <Xakorik> There's the
issue
L348[03:43:23] <Xakorik> Hmm?
L349[03:43:24] <gamax92> ds84182: DRAWING
the triangle, where its one value, and they all work together
L350[03:43:29] <v^> >_> you just
spammed
L351[03:43:45] <Tahg> gamax92, so you want
to specify colors as an integer instead of 4 bytes?
L352[03:43:48] <gamax92> ds84182: not 4
independent values where they work seperatly
L353[03:44:10] <ds84182> Fuck it, one
second
L354[03:44:14] <ds84182> Going back to
linux
L355[03:44:20] <Xakorik> So, can you see
what my issue is?
L356[03:44:48] ***
ds84182 is now known as dsAway
L357[03:44:54] <gamax92> like, say theres
a triangle, one point is 5, one point is 242, one point is 87481.
as point one goes to point 2, it goes from 5 to 242
L358[03:45:22] <gamax92> where as if its
rgba, r1 goes to r2, g1 goes to g2, b1 goes to b2
L359[03:45:27] <gamax92> oh and a1 goes to
a2
L360[03:46:03] <Tahg> uh, just specify the
color, and then the coordinate for each vertex?
L361[03:46:11] <gamax92> what
L362[03:46:21] <Tahg> ok, what code do you
have right now?
L363[03:46:29] <Tahg> to draw your
triangle
L364[03:46:40] ***
dsAway is now known as ds84182
L365[03:46:44] <ds84182> k back
L366[03:46:45] <gamax92> none, its in some
random folder on a computer i cant access because people are
sleeping
L367[03:47:20] <ds84182> o i c
L369[03:48:08] <ds84182> gamax92, but
wait, how would to translate a single value to a 2d coord
L370[03:48:19] <Tahg> kinda like that,
except if you want it blended put a glcolor before each
vertex
L371[03:48:50] <Tahg> or are you using
something other than gl?
L372[03:48:50] <gamax92> >_> i know
how to draw a gradient triangle
L373[03:48:54] <gamax92> well its
love2d
L374[03:49:14] <Tahg> anyway, this is why
code would help
L376[03:49:49] <ds84182> gamax92,
completely describe it to me in pusedocode
L377[03:50:09] <Tahg> uh, did you install
forge?
L378[03:50:20] <ds84182> wait, unless it's
triangle interpolation that you are talking about but just failing
at
L379[03:50:36] <Tahg> ie java -jar
forgeinstaller.jar --installServer
L380[03:50:39] <ds84182> gamax92, are you
taking about triangle interpolation
L381[03:50:40] <gamax92> like gradient
triangles, except not on a RGBA colorscale but just a 32bit number
color scale
L382[03:50:53] <gamax92> uhh, maybe?
L383[03:50:55] <Tahg> there is no such
thing as a "32bit number color scale"
L384[03:50:55]
⇨ Joins: Lathanael|Away
(~Lathanael@p54971AA7.dip0.t-ipconnect.de)
L385[03:50:57] <gamax92> i'd say yes
L386[03:51:15] <gamax92> Tahg: you've
never seen 32bit grayscale?
L388[03:51:32] <ds84182> gamax92, you
can't do 32bit grayscale with glsl
L389[03:51:42] <gamax92> ds84182: how the
fuck then oysi
L390[03:51:47] <Tahg> can you do 32bit
greyscale with *anything*?
L391[03:52:02] <ds84182> actually, you can
but you wouldn't fucking listen to me
L392[03:52:11] <gamax92> ds84182: then,
explain?
L393[03:52:16] <ds84182> rgba basically
gives you 32bits
L394[03:52:21] <gamax92> ds84182:
yes
L395[03:52:34] <Tahg> what are you
programming for?
L396[03:52:44] <ds84182> so a vec4 can be
unpacked into a high precision float if you do multiplication
right
L397[03:52:48] <Tahg> no system I know of
supports more than maybe 10 bits per channel
L398[03:53:03] <Tahg> certainly not
32
L399[03:53:06] <ds84182> you would have to
emulate bit shifts in glsl in order to get your 32bits of fak
L400[03:53:59] <gamax92> is that it?
L401[03:54:01] <ds84182> gamax92, take
each number in the vec4 and multiply it by 255
L402[03:54:19] <ds84182> and then multiply
it by a number that produces a shifted version of the number
L403[03:54:19] <gamax92> ds84182: I've
already accomplished that.
L404[03:54:40] <ds84182> so you already
have your 32bit number in glsl then
L405[03:54:43]
⇨ Joins: robhol (~robhol@s1.v-m.no)
L406[03:54:51] <gamax92> ds84182: i just
can't draw the triangle properly
L407[03:55:16] <gamax92> I give glsl the
depth canvas, the old depth canvas (because reading and writing
from same thing is bad), and a render canvas
L408[03:55:33] <gamax92> i then hook the
render canvas, and draw a gradient grayscale triangle
L409[03:55:41] <Tahg> Xakorik, any
luck?
L410[03:55:55] <Xakorik> I guess
transfering the forge server jar doesn't work
L411[03:55:56] <gamax92> glsl code
compares the triangle color to depth canvas, and if its higher it
write it to the render canvas and the write-depth buffer
L412[03:56:09] <Xakorik> I had to run the
installer on the server itself
L413[03:56:12] <Tahg> no, forge as of late
needs a bunch of libraries
L414[03:56:16] <ds84182> gamax92, seems
like it would work
L415[03:56:20] <Tahg> even on a dedi
server
L416[03:56:21] <gamax92> ds84182: only for
8bit though.
L417[03:56:24] <Xakorik> I transfered the
lib folder
L418[03:56:36] <gamax92> ds84182: here,
let me show you a simple example.
L419[03:56:42] <Tahg> ya, that's
sufficient, you don't actually need to run the installer
L420[03:57:00] <Xakorik> Then why did the
installer work?
L421[03:57:01] <ds84182> gamax92, the
thing is the depth buffer does not have to be grayscale
L422[03:57:16] <Tahg> what do you
mean?
L423[03:57:42] <Xakorik> trasnfering the
server jar and libs didn't work but running the installer did
L424[03:57:44] <gamax92> ds84182: 1% of
0xFFFFFFFF from 0x00000000 is 0x028F5C28, 1% of 0xFFFFFFFF from
0x00000000 is also 0x02020202 if its RGBA
L425[03:57:52] <gamax92> love2d is drawing
it in RGBA
L426[03:57:54] <Tahg> oh, it might do
something else
L427[03:58:12] <Tahg> I forget
exactly
L428[03:58:13] <gamax92> the triangle's
colors all smooth from R1 to R2, G1 to G2, B1 to B2, and A1 to
A2
L429[03:58:44] <gamax92> where as I need
the entire thing, not just individual components, to smooth from
Color1 to Color2
L430[03:59:01] <Xakorik> Probably that
extra thingis what I was missing
L432[04:00:46] <gamax92> whats in the
middle is wrong
L433[04:01:15] <ds84182> gamax92, what you
can do is you can figure out the distances from each point from the
fragment shader
L434[04:01:40] <ds84182> then you can use
those distances to find the real 32 bit value from the shader
L435[04:01:57] <gamax92> like tell the
shader what the value should be?
L436[04:02:15] <ds84182> so if I was point
0.5, 0.5 in a equalateral triangle, I would be 0.5 away from each
point
L437[04:02:34] <gamax92> ds84182: so I'd
be essentially drawing the triangle in the shader then?
L438[04:02:42] <ds84182> take the values
from each point, multiply them by their distance, add them
together, divide by three
L439[04:03:07] <ds84182> gamax92, sort
of
L440[04:03:12] <Tahg> if I get this right,
you want to treat your 32 bit number as a single luminance value,
instead of as 4 bytes that make RGBA?
L442[04:04:35] <ds84182> that looks right
for a depth buffer (i know because I was messing around with the
wii's depth buffer once)
L443[04:04:49] <ds84182> lemme draw you an
example of the triangle interpolation
L445[04:06:16] <gamax92> all of the
triangle collisions are jagged
L446[04:07:13] <Tahg> I don't see anything
wrong there
L447[04:07:32] <gamax92> "its rather
low precision"
L448[04:07:33] <Xakorik> I'm on the
server!
L449[04:07:38] <gamax92> "all of the
triangle collisions are jagged"
L450[04:08:02] <Tahg> I can read what you
said
L451[04:08:17] <Tahg> but the image does
not seem to depict that IMO
L452[04:08:32] <gamax92> Tahg: where in
that image do you see triangles colliding
L453[04:09:03] <Tahg> nowhere?
L454[04:09:29] <Tahg> I don't actually see
triangles at all
L456[04:10:04] <ds84182> triangle
interpolation described by me
L457[04:10:13] <ds84182> green is the
exact midpoint
L458[04:10:18] <ds84182> it's not exact,
shutup
L459[04:10:48] <ds84182> each vertex is
exactly 0.5 units away from eachother in this example
L460[04:11:44] <ds84182> basically we use
these to leverage how we should multiply shit to get our ending
32bit value
L461[04:12:15] <ds84182> the closer the
point is to a vertex, the closer to 1 it is
L462[04:12:38] <ds84182> so if it was on
the edge of magenta and red, blue's 21 would not come into
effect
L463[04:13:22] <ds84182> and it it was
exactly halfway between magenta and red, it would simply become the
average between the two
L464[04:13:45] <ds84182> I think I have
glsl code to do that somewhere around here
L466[04:15:25] <ds84182> gamax92, in
actuality, you could take advantage of gl_TexCoord[0] to do
triangle interpolation
L467[04:15:34] <ds84182> thats what I did
in my model viewer code
L468[04:15:48] <gamax92> hmm
L470[04:16:29] <ds84182> because the
fragment shader is a majik whore
L471[04:17:05] <ds84182> basically I set
the texcoord depending on what vertex was passing through the
shader
L472[04:17:06] <gamax92>
oooooooooooooooooooooooh
L473[04:17:38] <ds84182> you could use the
same logic to get interpolated stuff from the shader
L474[04:18:10] <ds84182> by setting the
first one to vec4(1.0,0,0,0), the second to vec4(0,1.0,0,0) and the
third to vec4(0,0,1.0,0)
L475[04:18:54] <ds84182> the you could use
your 32bit values from each vertex to figure out the 32bit value at
the pixel you are at in the fragment shader
L476[04:19:18] <gamax92> :D
L477[04:19:44] <ds84182> float num =
((val1*gl_TexCoord[0].x)+(val2*gl_TexCoord[0].y)+(val3*gl_TexCoord[0].z))/3;
L478[04:19:56] <ds84182> ommit the
/3
L479[04:20:00] <ds84182> i haz the
dumb
L480[04:20:01] <gamax92> Now to just
figure out how to matrix, my current 3D->2D goes apeshit if z is
<= 0
L481[04:20:09] <ds84182> gamax92, 1
sec
L483[04:20:51] <ds84182> find
gluPerspective
L484[04:21:14] <ds84182> you could do
matrix stuff in your vertex shader and not love2d
L485[04:22:35] <gamax92> ds84182: oh, well
i was going to mention ffi but i guess that wouldn't be
shader
L486[04:22:49] <ds84182> gamax92, if you
had geometry shaders you could do majik everywhere
L487[04:22:53] <ds84182> gamax92, ffi, why
ffi
L488[04:23:37] <gamax92> i dunno maybe in
the magical land of poopville there is a function that does
matricies.
L489[04:23:48] <ds84182> hellnaw
L490[04:24:04] <ds84182> you should just
do matrix stuff in the shader
L491[04:24:10] <gamax92> k
L492[04:24:27] <ds84182> just borrow my
matrix functions from opengx, but upload the view matrix every
frame to the shader
L493[04:24:40] <ds84182> don't try to
apply the matrix to the points in lua
L494[04:32:59]
⇨ Joins: tgame14_
(~tgame14@bzq-79-181-106-25.red.bezeqint.net)
L495[04:34:26] ⇦
Quits: tgame14 (~tgame14@bzq-109-64-1-190.red.bezeqint.net) (Ping
timeout: 190 seconds)
L496[04:34:52] ***
vifino is now known as vifino|away
L497[04:38:19] <ds84182> gamax92, does my
shit work?
L498[04:38:48] <ds84182> I'm actually
thinking of rewriting my Love2D object viewer
L499[04:39:10] <ds84182> currently I can
render Wolf's 3D model from SSBB at ~10fps
L500[04:51:36]
⇨ Joins: XakorikMC
(~EiraIRC@173-80-84-122.bclycmtk02.res.dyn.suddenlink.net)
L501[04:51:50] <XakorikMC> Testing
L504[04:52:08] <v^> also, eww
eriaIRC
L505[04:52:17] <Xakorik> What?
L506[04:52:22] <v^> is spammy
L507[04:52:28] <v^> sometimes
L508[04:52:31] <Xakorik> What do you
mean?
L509[04:52:33] <v^> also it cant RFC
L510[04:52:41] <Xakorik> RFC?
L511[04:52:48] <v^> IRC protocol
L513[04:53:44] <XakorikMC> Well my server
is up, but using the mod client-side
L514[05:01:52] *** v^
is now known as pong
L515[05:05:26] ⇦
Quits: MichiBot (root@isis.pc-logix.com) (Ping timeout: 186
seconds)
L516[05:07:47] ***
Caitlyn is now known as Caitlyn|Off
L517[05:07:51] ⇦
Quits: finkmac (~finkmac@66.212.181.236.tor.pathcom.com) (Quit:
finkmac)
L518[05:12:42] ***
Keridos_off is now known as Keridos
L519[05:15:05] ***
pong is now known as pong|bork
L520[05:16:02] ***
Caitlyn|Off is now known as Caitlyn
L521[05:20:17]
⇨ Joins: MichiBot (root@isis.pc-logix.com)
L522[05:28:12] ⇦
Quits: Johnson (~Johnson@24-178-233-39.dhcp.stls.mo.charter.com)
(Ping timeout: 189 seconds)
L523[05:28:34]
⇨ Joins: Johnson
(~Johnson@24-178-233-39.dhcp.stls.mo.charter.com)
L524[05:30:43] ***
Alissaway is now known as Alissa
L525[05:38:23]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L526[05:50:35]
⇨ Joins: Vexatos
(~Vexatos@p200300556E687A04FCE1962C78382C12.dip0.t-ipconnect.de)
L527[06:02:05] ⇦
Quits: XakorikMC
(~EiraIRC@173-80-84-122.bclycmtk02.res.dyn.suddenlink.net) (Ping
timeout: 190 seconds)
L528[06:07:19] ***
jk-5|gone is now known as jk-5
L529[06:08:08] <gjgfuj> So, the OpenGX
mod, would make it highly possible to write minecraft in
minecraft?
L530[06:08:24] <gjgfuj> /actual/ minecraft
in minecraft?
L531[06:14:08] ***
ds84182 is now known as dsAway
L532[06:14:09] ***
justastranger is now known as justastranger|zzz
L533[06:17:42] ⇦
Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout:
189 seconds)
L534[06:38:54] <Vexatos> Sangar totally
derped up the OC wiki.
L535[06:38:55] <Vexatos> Nice.
L536[06:39:00] <Vexatos> Now I may fix it
>____>
L537[06:47:12]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L538[06:54:31] ***
Kodos|Zzz is now known as Kodos
L539[07:08:11] <gjgfuj> The disassembler
is the best block ever.
L540[07:08:16] <gjgfuj> It's so
cool.
L541[07:08:28] <gjgfuj> I can disassemble
the OpenOS Floppy.
L542[07:08:55] <Alissa> I'm a bit new to
the mod's newer versions; what's the disassembler?
L543[07:08:58] <Kodos> Or once you install
the OS, you can sneak-Right click with the openos floppy in hand,
and get a free blank disk
L544[07:09:15] <Kodos> Alissa it is
exactly what it sounds like, with a 5% chance (Configurable) to
lose a part
L545[07:10:02] <gjgfuj> Yeah, you can get
back all the crafting components of it.
L546[07:10:09] <Vexatos> Yay, fixed
L547[07:10:41] <Vexatos> The OC wiki is
almost done now!
L548[07:10:49] <Vexatos> Only a few
component docs missing :3
L549[07:10:58]
⇨ Joins: istasi (webchat@46.32.58.141)
L550[07:11:02] <istasi> Morning
L551[07:11:09] <gjgfuj> Yeah, but if you
disassemble it, you can get a free book.
L552[07:11:32] <Kodos> If you find a
village, you can get loads of free books
L554[07:14:45] <Hawk777> Indeed it
does!
L555[07:15:31] <Vexatos> Now that I fixed
all of Sangar's inconsistency >__>
L556[07:15:40] <Kodos> Vexatos, do me a
favor
L557[07:15:48] <Kodos> Where you have Lua
linked on the start page, link this instead
L558[07:15:50] <Kodos> .rtfm lua
L560[07:16:28] <Vexatos> Done
L561[07:17:56] <gjgfuj> So, OC has 2
official wikis?
L563[07:21:24] <Vexatos> gjgfuj: No, only
1, the one on github it deprecated
L564[07:22:20] <gjgfuj> Ah, when was this
wiki became official?
L565[07:22:27] <gjgfuj> (I can
engrish.)
L566[07:22:40] <Vexatos> I guess when
Sangar made it public ;)
L567[07:24:50] <gjgfuj> Which is approx
when?
L568[07:26:18] <Vexatos> Uhm
L569[07:26:47] <Vexatos> 4 days ago
L570[07:37:30] <Kodos> OC has an event
bus, right?
L571[07:51:00] ⇦
Quits: Vexatos
(~Vexatos@p200300556E687A04FCE1962C78382C12.dip0.t-ipconnect.de)
(Quit: Greetings from Pastry Fork, Inc. ✔)
L572[08:07:45] ⇦
Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 190
seconds)
L573[08:12:43]
⇨ Joins: hoborific
(webchat@CPE-121-221-218-235.lns7.pie.bigpond.net.au)
L574[08:20:35] <hoborific> How do I find a
list of the builds on jenkins? I can only find the last few.
L575[08:20:48]
⇨ Joins: gjgfuj (~tricia@119.15.76.203)
L576[08:29:26] ⇦
Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 190
seconds)
L577[08:42:29]
⇨ Joins: gjgfuj (~tricia@119.15.76.203)
L578[08:45:22] ***
Alissa is now known as Alissaway
L579[08:53:27] <Sangar> o/
L580[08:54:55] <istasi> \o
L581[08:58:43] <hoborific> o.o
L582[08:59:18] <hoborific> Sangar, what
would be the changes between builds 489 and 509
L584[09:00:35] ⇦
Quits: mallrat208 (~mallrat20@68.204.184.175) (Read error:
Connection reset by peer)
L585[09:01:39] <hoborific> Thank
you.
L586[09:02:05] <Sangar> np
L587[09:02:46] ⇦
Quits: Csstform|Away (Csstform@chat.csst.form.ml) (Ping timeout:
186 seconds)
L588[09:03:45]
⇨ Joins: Johannes13_
(~Johannes@p4FDE8302.dip0.t-ipconnect.de)
L589[09:04:06] ⇦
Quits: Alissaway (Alissa@bnc.alissa.programming.ga) (Ping timeout:
201 seconds)
L590[09:06:34] ⇦
Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 201
seconds)
L591[09:07:39]
⇨ Joins: Csstform|Away
(Csstform@chat.csst.form.ml)
L592[09:07:48]
⇨ Joins: Alissaway
(Alissa@bnc.alissa.programming.ga)
L593[09:08:10] ⇦
Quits: hoborific
(webchat@CPE-121-221-218-235.lns7.pie.bigpond.net.au) (Quit: Web
client closed)
L594[09:08:15] ***
Alissaway is now known as Alissa
L595[09:08:26]
⇨ Joins: gjgfuj (~tricia@119.15.76.203)
L596[09:14:07]
⇨ Joins: Hobbyboy
(~Hobbyboy@host217-44-129-199.range217-44.btcentralplus.com)
L597[09:17:33] ⇦
Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 189
seconds)
L598[09:17:55]
⇨ Joins: gjgfuj (~tricia@119.15.76.203)
L600[09:25:14] <gjgfuj> A thing. I
see.
L601[09:25:16] <gjgfuj> .ping
L602[09:25:17] <^v> Ping reply from gjgfuj
0.58s
L603[09:29:06] ⇦
Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 189
seconds)
L604[09:35:14] <istasi> .ping
L605[09:35:14] <^v> Ping reply from istasi
0.29s
L606[09:42:51]
⇨ Joins: gjgfuj (~tricia@119.15.76.203)
L607[09:53:06] ⇦
Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 190
seconds)
L608[09:53:27]
⇨ Joins: gjgfuj (~tricia@119.15.76.203)
L609[10:03:09] <gjgfuj> .ping
L610[10:03:09] <^v> Ping reply from gjgfuj
0.6s
L611[10:20:33] ⇦
Quits: dmod_ (uid32492@id-32492.uxbridge.irccloud.com) (Quit:
Connection closed for inactivity)
L612[10:28:12] <Kodos> Who was it here
that was head over heels for OOP languages
L613[10:28:24]
⇨ Joins: Lumien
(~lumien@p4FED46C9.dip0.t-ipconnect.de)
L614[10:29:25]
⇨ Joins: Daiyousei (~nick1@188.113.81.176)
L615[10:32:24] <istasi> i think it was
kilobyte!
L616[10:32:40] <Kodos> Better hide
L617[10:32:40] <Kodos> lol
L618[10:37:38]
⇨ Joins: Vaht
(~Tahg@pool-108-20-163-248.bstnma.fios.verizon.net)
L619[10:37:38]
zsh sets mode: +v on Vaht
L620[10:38:46] ⇦
Quits: Tahg (~Tahg@pool-108-20-163-248.bstnma.fios.verizon.net)
(Ping timeout: 186 seconds)
L621[10:43:03] ***
alekso56_off is now known as alekso56
L622[10:46:46] ⇦
Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout:
186 seconds)
L623[11:06:01] <Kilobyte> hm?
L624[11:06:55] <Kilobyte> I also love
functional languages
L625[11:07:37] <Kilobyte> best is oop and
functional combines
L626[11:07:47] <Kilobyte> like scala or
vortex
L627[11:08:58] <Kodos> Well there's a
popular game on something called BYOND, called Space Station 13,
and its language is an OOP language
L628[11:09:28] <Kilobyte> neat
L629[11:10:18] ***
Johannes13_ is now known as Johannes13
L630[11:11:53] <Kilobyte> not functional?
:(
L631[11:12:11] <Kodos> No idea
L632[11:12:16] <Kodos> The game itself is
a 2D topdown game
L633[11:12:21] <Kodos> But it's wicked
fun
L634[11:12:25] <Kodos> The amount of
freedom you have is insane
L635[11:12:25] <Kilobyte> lol
L636[11:14:22] <Kilobyte> well, functional
languages often allow things like "def abc = 42" (scala
example) which is roughly equivalent to public int abc() { return
42; } in java
L637[11:15:10] <Kilobyte> which makes them
much more compact
L638[11:18:11] <Kilobyte> Kodos: might
check out that game through
L639[11:18:27] <Kilobyte> *though
L640[11:28:49] <Kodos> Question
L641[11:28:55] <Kodos> Could I do
this
L642[11:29:00] <Kodos> local
require("term")
L643[11:29:05] <Kilobyte> no
L644[11:29:14] <Kodos> Okay, so you have
to associate it then?
L645[11:29:15] <Kilobyte> require is no
keyword
L646[11:29:26] <Kodos> I wasn't sure if it
would just default to whatever the package was called
L647[11:29:30] <Kilobyte> it's a regular
method
L648[11:29:44] <Kodos> So you absolutely
have to use term = require("term")?
L649[11:29:52] <Kilobyte> yes
L650[11:30:03] <Kilobyte> preferably with
local
L651[11:30:04] <Kodos> Okay, ty
L652[11:30:16] <Kodos> Going to my mom's
for coffee, taking my netbook with me with NP++ installed on
it
L653[11:30:17] <Kodos> :3
L654[11:30:29] <Kilobyte> sublime!
L655[11:30:51] <Kodos> i wish!
L656[11:30:52] <Kodos> Windows XP
L657[11:31:00] <Kilobyte> sublime >
np+-
L658[11:31:04] <Kodos> Oh
L659[11:31:05] <Kodos> Is it?
L660[11:31:10] <Kodos> Is Sublime free and
opensource?
L661[11:31:29] <Kilobyte> free yes, open
source not 100% sure
L662[11:31:33] <Kodos> Well
L663[11:31:36] <Kodos> Not even open
source
L664[11:31:45] <Kodos> I basically want
things I can edit to stick my name in it
L665[11:31:59] <Kodos> For example, my OC
loads KodosianOS
L666[11:32:05] <Kodos> Because I edited
the kernel file
L667[11:32:21] <Kilobyte> it's like: free
demo, buy please
L668[11:32:24] <Kodos> Oh ffs
L669[11:32:25] <Kodos> nty
L670[11:32:28] <Kilobyte> but nobody
does
L671[11:33:00] <Kilobyte> it just prompts
every now and then on saving the file
L672[11:33:17] <Kilobyte> or you use
intellij + lua plugin
L673[11:33:31] <Kilobyte> free, open
source, and very advanced
L674[11:33:52] <Kilobyte> it reports
syntax errors as you type
L675[11:34:19] <Kilobyte> and has very
fancy syntax highlighting
L676[11:36:13] <Kilobyte> lemme get you a
screenshot
L677[11:38:09] ***
vifino|away is now known as vifino
L678[11:47:28] <Kilobyte> meh
L679[11:47:34] <Kilobyte> intellij is
misbehaving atm
L680[11:48:21]
⇨ Joins: asie
(~asie@178235032161.elblag.vectranet.pl)
L681[11:48:24]
⇨ Joins: Magik6k
(~lukasz@host-89-228-209-226.kalisz.mm.pl)
L682[11:49:44] ***
alekso56 is now known as alekso56_off
L683[11:55:21]
⇨ Joins: DaeDroug
(uid22591@id-22591.highgate.irccloud.com)
L684[11:57:51]
⇨ Joins: Din (~Din4@as53.bu1.dlp255.bih.net.ba)
L685[11:58:00] <Din> Hai humanses
L686[11:58:32] <Din> Is it possible to get
a constant? of os.time(), example b = os.time() will always be the
same?
L687[11:58:39] <Din> I've been googling
for 2 hours
L688[12:01:05] ⇦
Quits: SpiritedDusty
(~SpiritedD@24-205-168-36.dhcp.wsco.ca.charter.com) (Ping timeout:
201 seconds)
L689[12:02:33]
⇨ Joins: SpiritedDusty
(~SpiritedD@24-205-168-36.dhcp.wsco.ca.charter.com)
L690[12:03:31] ***
TheEnderIsSleepingInHisBunk is now known as
JoshTheEnder
L691[12:05:17] <Din> Found the solution
^_^
L692[12:11:34] ⇦
Quits: SpiritedDusty
(~SpiritedD@24-205-168-36.dhcp.wsco.ca.charter.com) (Ping timeout:
201 seconds)
L693[12:14:55] ***
Din is now known as Din|AFK
L694[12:16:04]
⇨ Joins: SpiritedDusty
(~SpiritedD@24-205-168-36.dhcp.wsco.ca.charter.com)
L696[12:18:26]
⇨ Joins: Kibibyte
(~PircBotX@khonsu.stary2001.co.uk)
L697[12:19:02] ⇦
Quits: Din|AFK (~Din4@as53.bu1.dlp255.bih.net.ba) (Ping timeout:
186 seconds)
L698[12:19:35] <Kilobyte> #load
MiscCommands
L699[12:20:00] <JoshTheEnder> #load
AllTheThings
L700[12:20:03] <JoshTheEnder> :P
L701[12:20:44] <Kilobyte>
[pool-0-listenerThread-6] ERROR CMDMGR - Error while calling
command load from Kilobyte@esper/#oc with args 'MiscCommands'
L702[12:20:44] <Kilobyte>
[pool-0-listenerThread-6] ERROR CMDMGR - Exception details
L703[12:20:44] <Kilobyte>
java.lang.reflect.InvocationTargetException
L704[12:21:48] ⇦
Quits: jk-5 (~jk-5@5ED40762.cm-7-5a.dynamic.ziggo.nl) (Ping
timeout: 189 seconds)
L705[12:21:52] <Kilobyte> the plugin file
must have gotten corrupted
L706[12:26:30] ⇦
Quits: SpiritedDusty
(~SpiritedD@24-205-168-36.dhcp.wsco.ca.charter.com) (Ping timeout:
186 seconds)
L707[12:27:52]
⇨ Joins: jk-5
(~jk-5@5ED40762.cm-7-5a.dynamic.ziggo.nl)
L708[12:27:52]
zsh sets mode: +v on jk-5
L709[12:33:04]
⇨ Joins: SpiritedDusty
(~SpiritedD@24-205-168-36.dhcp.wsco.ca.charter.com)
L710[12:37:06] ⇦
Quits: jk-5 (~jk-5@5ED40762.cm-7-5a.dynamic.ziggo.nl) (Ping
timeout: 190 seconds)
L711[12:42:24] ⇦
Quits: SpiritedDusty
(~SpiritedD@24-205-168-36.dhcp.wsco.ca.charter.com) (Ping timeout:
201 seconds)
L712[12:44:06]
⇨ Joins: SpiritedDusty
(~SpiritedD@24-205-168-36.dhcp.wsco.ca.charter.com)
L713[12:47:39]
⇨ Joins: jk-5
(~jk-5@5ED40762.cm-7-5a.dynamic.ziggo.nl)
L714[12:47:40]
zsh sets mode: +v on jk-5
L715[13:01:48] <istasi> how can i do
something like this t = (function( callback ) local var = 'test'
return func end) ( function () return var end )() print(t()) -- so
it outputs 'test' ?
L716[13:02:45] ⇦
Quits: Lumien (~lumien@p4FED46C9.dip0.t-ipconnect.de) (Ping
timeout: 201 seconds)
L717[13:03:50]
⇨ Joins: Lumien
(~lumien@p4FED46C9.dip0.t-ipconnect.de)
L718[13:07:03] <istasi> roughly want i
want is "private" variables, that can be accessed through
the function, otherwise not.
L719[13:15:01] <istasi> nevermind.
L720[13:21:10] ***
gjgfuj is now known as gjgsleep
L721[13:35:53]
⇨ Joins: Vexatos
(~Vexatos@p200300556E687A04FCE1962C78382C12.dip0.t-ipconnect.de)
L722[13:49:22] ***
tgame14_ is now known as tgame14
L723[13:49:28]
zsh sets mode: +v on tgame14
L724[14:01:59] <Sangar> ohey Vexatos. i
screwed with the wiki some more, hf fixing <3
L725[14:02:06] <istasi> lol
L726[14:02:27] <Vexatos> Sangar: Your wiki
pages are so inconsistent >__>
L727[14:03:07] <Sangar> they're not
>_> i just missed the headlines, but i consequently missed
them in all my pages!
L728[14:03:23] <Vexatos> And you missed
some contents
L729[14:03:26] <Sangar> and continue to do
so as i just realized *whistle*
L730[14:03:33] <Kilobyte> Vexatos: oppm
bug
L731[14:03:35] <Vexatos> And you're being
inconsistent with names
L732[14:03:36] <Vexatos> :3
L733[14:03:40] <Vexatos> So I fixed
them
L734[14:03:46] <Kilobyte> if i install a
package as dependency i cannot uninstall it
L735[14:03:49] <Vexatos> And the page
names you made are now redirecting
L736[14:04:04] <Vexatos> Kilobyte: You
can't? It should be inside the file
L737[14:04:11] <Sangar> meh, item:hdd
would have been perfectly fine :P
L738[14:04:16] <Kilobyte> i tried, it said
it wasn't installed
L739[14:04:45] <Vexatos> Sangar: No. Once
again, we're consistently using the real item names everywhere
else
L740[14:05:06] <Sangar> pft
L741[14:05:13] <Kilobyte> Sangar: i was
considering to add statistics to router
L742[14:05:19] <Kilobyte> like avg packets
per second
L743[14:05:25] <Kilobyte> and total
packets sent
L744[14:05:32]
⇨ Joins: Dean4Devil
(~AI_Cat@p549619D3.dip0.t-ipconnect.de)
L745[14:05:45] <Dean4Devil> o/
L746[14:05:51] <Sangar> Kilobyte, i like
the idea.
L747[14:05:53] <Sangar> \o
L749[14:06:26] <Kilobyte> Sangar: how
would i do the average thing though. doesn't seem right to use
livetime average
L750[14:06:47] <Kilobyte> i'd vote for
average over last 10 mins, but i'd have to keep track of those
values though
L751[14:06:51] <Sangar> Kilobyte, rolling
avg over the last minute?
L752[14:06:56] <Kilobyte> or minute
L753[14:07:15] <Kilobyte> i'd maybe to a
measurement every 6 seconds and keep the last 10 measurements
L754[14:07:29] <Kilobyte> and always drop
the oldest one
L755[14:07:31] <Vexatos> I really don't
like that contents now have the API and component documentation
inside...
L756[14:07:54] <Kilobyte> Sangar: sounds
good?
L757[14:08:21] <Dean4Devil> Kilobyte: I'm
not completey sure what you take measurement of but for an average
calculator that sounds best
L758[14:08:46] <Kilobyte> packets per
second for the switch
L759[14:08:47] <Kilobyte> :P
L760[14:09:06] <Sangar> Kilobyte, yes.
that's pretty much what a rolling average is :>
L761[14:09:28] <Kilobyte> maybe with
progress bar showing: atm 3.5 of 4.0 packets per second
L762[14:09:34] <Kilobyte> on aveage that
is
L763[14:09:50] <Sangar> yep. next to the
queued packets n/max bar
L764[14:10:04] <Kilobyte> the max count is
simply 20 divided by the current delay
L765[14:10:24] <Sangar> Vexatos, what are
you trying to say?
L766[14:10:25] <Kilobyte> 20 (because 20
ticks per second :P)
L767[14:10:38] <Vexatos> Nevermind, I
fixed that
L768[14:10:50] <Vexatos> Sangar: Only
thing left to do is _update_ all the pages, i.e. make them 1.3
ready
L769[14:10:54] <Vexatos> then, I think,
we're done
L770[14:11:04] <Vexatos> (Then addon mods
and OC tutorials are coming :3)
L771[14:11:06] <Kilobyte> Sangar: maybe
also rolling average over packet queue size?
L772[14:11:08] <Xakorik> Now that my OC
server is up, who would be interested in a test run?
L773[14:11:13] <Sangar> Vexatos, ahh, you
borked the column width :P
L774[14:11:24] <Vexatos> Huh?
L775[14:11:33] <Sangar> Kilobyte, mm,
dunno, think that's too much :P
L776[14:11:39] <Kilobyte> yeaaah
L777[14:11:53] <Kilobyte> i'd prob make
the stats accessible as component though
L778[14:11:55] <Kilobyte> like
L779[14:11:58] <Vexatos> I didn't bork
anything :3
L780[14:12:17] <Sangar> Vexatos, blocks
and api/components aren't aligned anymore :P lemme fex
L781[14:12:20] <Kilobyte>
component.switch.getPacketsPerSecond()
L782[14:12:26] <Kilobyte>
component.switch.getMaxPacketsPerSecond()
L783[14:12:28] <Kilobyte> etc
L784[14:13:02] <Kilobyte> Sangar: maybe
allow another upgrade that allows sending more messages in one
burst?
L785[14:13:17] <Kodos> Jesus, I'm in a sim
talking to a guy about renting land, and apparently he's
narcoleptic because he randomly started snoring, and then his wife
logged in to tell me he passed out
L786[14:13:21] <Kilobyte> so instead of
one packet every 5 ticks, up to 3 packets per 5 ticks
L787[14:13:26] <Vexatos> Sangar: They are
supposed to be
L788[14:13:29] <Vexatos> >__>
L789[14:13:29] <Sangar> fak, the word
components is too long :P
L790[14:14:43] <Sangar> there
L791[14:14:57] ***
dsAway is now known as ds84182
L792[14:15:18] <Xakorik> wb ds
L793[14:15:39] <Sangar> Kilobyte, hmm,
interesting idea
L794[14:15:41] <Kilobyte> Sangar: comments
on my idea? because sometimes that slow speed could be a bit low,
but reducing delay isn't possible below a certain point
L795[14:15:48] <Sangar> by putting network
cards in it? :P
L796[14:16:00] <Vexatos> See? It wasn't me
.3
L797[14:16:02] <Kilobyte> that sounds like
a good one
L798[14:16:15] <Vexatos> Sangar:
Everything fixed
L799[14:16:36] <Sangar> all the tings: [x]
fixed
L800[14:16:46] <Vexatos> By the way
L802[14:17:06] <Sangar> Kilobyte, then
again, that'd probably be cheaper than putting in a cpu
>_>
L804[14:17:17] <Kilobyte> Sangar: true...
hmm
L805[14:17:20] <Vexatos> You might want to
make dokuwiki change the page title
L806[14:17:38] <Vexatos> Based on the
actual headline
L807[14:17:39] <Sangar> Kilobyte, maybe
add a switch into the switch? >_>
L808[14:17:43] <Vexatos> (I know it's
possible)
L809[14:17:59] <Kilobyte> hmm
L810[14:18:25] <Xakorik> Hey
ds84182!
L811[14:18:55] <Kilobyte> Sangar: that
doesn't feel right, but i agree, a network card is too cheap
L812[14:18:56] <ds84182> hi
L813[14:19:33] <Vexatos> Kilobyte, just
checked, OPPM should write any installed dependency to its registry
file...
L814[14:19:39] <Kilobyte> odd
L815[14:19:39] <Sangar> Kilobyte, yeah,
it'd be really weird >_> hmmm...
L816[14:19:40] <Vexatos> Since it's
recursive
L817[14:19:45] <Sangar> Vexatos, i'm
looking into it
L818[14:19:48] <Vexatos> So it's calling
itself with the new package
L819[14:19:50] <Sangar> (the title
thing)
L820[14:20:00] <Kilobyte> Vexatos:
odd...
L821[14:20:02] <Vexatos> Indeed
L822[14:20:09] <Vexatos> Might want to
take a look yourself
L824[14:21:31] ⇦
Quits: Benguin (~Ben@adsl-83-100-188-68.karoo.KCOM.COM) (Remote
host closed the connection)
L825[14:21:56] <Sangar> Vexatos,
done
L826[14:22:16] <Vexatos> Thanks
L827[14:22:18] <Vexatos> Much better
L828[14:22:23] <Sangar> i agree
L829[14:22:26] <Vexatos> Now, just don't
forget any headlines ;)
L830[14:22:38] <Xakorik> Hey ds, got my
server working
L831[14:22:39] <Sangar> i have an
incentive not to now :P
L832[14:22:45] <Sangar> much better
chances
L833[14:22:46] <Kilobyte> Sangar: time to
continue working on the recipe thing
L834[14:22:51] <Vexatos> One thing I am
still wondering
L836[14:23:08] <Vexatos> The T1 CPU seems
to be a bit higher than the other two
L837[14:23:14] <Vexatos> Same on the
Graphics card page
L838[14:23:17] <Vexatos> Sangar ^
L839[14:23:23] <Sangar> Kilobyte, oh yes,
would be handy for the wiki :D on that note, maybe add a config
that goes with generated html where you can insert the paths to the
images for items?
L840[14:23:41] <Sangar> Vexatos, yeah, i
have noticed that too, no idea whats happening there.
L841[14:23:49] <Kilobyte> Sangar: you will
need a config containing each item and one containing the
recipes
L842[14:23:52] <Vexatos> Now to check
OPPM
L843[14:23:54] <Kilobyte> the NEI plugin
will generate both
L844[14:24:04] <Vexatos>
Kilobyte
> Sangar: you will need a config containing each item
and one containing the recipes
L845[14:24:09] <Vexatos>
default.recipes
L846[14:24:18] <Vexatos> :3
L847[14:24:33] <Kilobyte> might hack
together a converter
L848[14:25:04] <Sangar> i just want a
plugin where i can push a button and it spits out tables (ideally
in dokuwiki compatible syntax) that can be copy-pasta'ed :P
L849[14:25:19] ***
JoshTheEnder is now known as JoshTheEnder|AFK
L850[14:25:41] <Xakorik> I have my server
set with hardmode recipes
L851[14:25:48] <Xakorik> As a
warning
L852[14:26:00] *
Kilobyte takes note to NOT join
L853[14:26:02] <Sangar> with input config
for items with items' image path and optional url (so in the table
you can click an item and get to the wiki page, e.g.)
L854[14:26:05] <Xakorik> O.o
L855[14:26:13] <Kilobyte> Sangar: are
there easymode recipes too :P
L856[14:26:26] <Xakorik> You don't like
hardmode recipes?
L857[14:26:27] <Sangar> Kilobyte, yes,
it's called 'creative mode'
L858[14:26:34] <Xakorik> lol
L859[14:26:34] <Kilobyte> hell no
L860[14:26:45] <Kilobyte> normal ones are
already very expensive imo
L861[14:27:08] <Kilobyte> the most
diamonds i ever got in a map without cheating was 5 iirc
L862[14:27:17] <Sangar> wat
L863[14:27:21] <Sangar> o.O
L864[14:27:28] <Xakorik> Wow,
seriously?
L865[14:27:29] <Kilobyte> because i
usually lose interest in the game very quickly again
L866[14:27:35] <Sangar> get a mekanism
miner, srsly
L867[14:27:44] ⇦
Quits: Maxwolf (labs@pipette.madsciencemod.com) (Quit:
Leaving)
L868[14:27:51] <Xakorik> Well I have IC2
on the server, it has hand drills
L869[14:28:01] <Kilobyte> one more reason
not for it
L870[14:28:02] <Kilobyte> :P
L871[14:28:12] *
Kilobyte doesn't like ic2
L872[14:28:23] <Sangar> i could add troll
easymode recipes, where you craft a basic case from a cc computer
>_>
L873[14:28:32] <Kilobyte> Sangar: xD
L874[14:28:34] <Xakorik> Well I could just
turn hardmode off, nobody has started playing it yet
L875[14:28:45] <Xakorik> rofl Sangar
L876[14:28:54] <Kilobyte> eh, atm i have
another server i don't play much on anyways
L877[14:29:33] <Xakorik> I just started
working on this one yesterday, will be boring if nobody plays
though, suggestions for getting players?
L878[14:29:48] <Kilobyte> forums
L879[14:29:49] <Xakorik> Btw, using my own
domain for my servers
L880[14:30:04] <Kilobyte> forums has a sub
forum for servers :P
L881[14:30:14] <Xakorik> I have this
server set to ocd.xalni.net
L884[14:30:58] <Kilobyte> just.
hilarious.
L885[14:31:08] <ds84182> require
"matrix"
L886[14:31:13] <ds84182> best require
ever
L887[14:31:19] <Sangar> Kilobyte, good
answer :>
L888[14:31:34] <Xakorik> Nice kilo
L889[14:31:51] *
Xakorik click "Create Account"
L890[14:32:29] <Kilobyte> Sangar: someone
write an MVC framework for scala lol
L891[14:32:36] <Kilobyte> in fact, might
even exist
L892[14:33:22] <Xakorik> Wow, only 1
server listed o.o
L893[14:33:27] <Vexatos> Sangar: I should
add ComputerCraft to our server
L894[14:33:35] <Kilobyte> RUN
L895[14:33:38] <Vexatos> and remove all
the recipes for CC blocks&items
L896[14:33:41] <gamax92> Kilobyte: write a
not as bad Lua for Scala
L897[14:33:46] <Vexatos> Just so I am able
to say "added ComputerCraft"
L898[14:34:12] <Xakorik> lol
L899[14:34:13] <Kilobyte> Vexatos: lol
why?
L900[14:34:30] <Vexatos>
<Sangar>
i could add troll easymode
recipes
L901[14:34:51] <Vexatos>
<Vexatos> I could
add troll ComputerCraft recipes
L902[14:34:53]
⇨ Joins: Benguin
(~Ben@adsl-83-100-188-68.karoo.KCOM.COM)
L903[14:35:02] <Sangar> >_>
L904[14:35:14] <Vexatos> OPPM: WHY YOU NO
WORK FOR KILOBYTE
L905[14:35:35] <Kilobyte> oh lol
L906[14:35:45] ***
JoshTheEnder|AFK is now known as JoshTheEnder
L907[14:35:47] <gamax92> Having actually
decided to use OC in survival, fucking amount of diamonds and gold
>_>
L908[14:35:52] <Vexatos> What
L909[14:35:57] <Vexatos> I used 1 diamond
on OC
L910[14:36:02] <Vexatos> And I am playing
Hard mode
L911[14:36:11] <Vexatos> (That was the
Internet card)
L912[14:36:15] <Kilobyte> Vexatos: xD yes
make a cc computer cost everything you need for an oc
computer
L913[14:36:28] <Vexatos> For a tier 2
computer you don't need ANY diamond
L914[14:36:43] <gamax92> Vexatos: except
for a tier 3 computer >_>
L916[14:36:54] <Vexatos> Well, that's
something else
L917[14:37:00] <gamax92> Vexatos: no its
oc
L918[14:37:02] <Vexatos> But why would you
ever need a T3 computer?
L919[14:37:12] <gamax92> so I can put T3
stuff in it?
L921[14:37:39] <Kilobyte> this looks
really nice
L922[14:37:56] <Vexatos> Kilobyte: You
looked into OPPM code?
L923[14:38:04] <Kilobyte> umm
L924[14:38:09] <Kilobyte> was busy,
sorry
L925[14:38:45] <Xakorik> Trying to think
what to put in my server post >.<
L926[14:39:11] <Sangar> istasi, did i
mention i'm not a fan of 'frameworks' :P but that doesn't look too
bad, admittedly.
L927[14:39:18] <Sangar> err
L928[14:39:20] <Sangar> failping
L929[14:39:29] <Sangar>
s/istasi/Kilobyte
L930[14:40:07] <istasi> gasp, we look
like, nothing alike :O
L931[14:40:29] <JoshTheEnder> You're all
just bricks in the wall
L932[14:40:36] <Sangar> how can you so
sure?! :P
L933[14:40:38] <gamax92> JoshTheEnder:
ts
L934[14:40:45] <Sangar> *be so
L935[14:40:49] <Sangar> ffs
L936[14:40:51] <gamax92> Sangar: lol
L937[14:40:52] <Sangar> not my day
L938[14:40:52] <JoshTheEnder> but i'm
aboutto go have showez
L939[14:41:02] <Vexatos> OPPM,
please
L940[14:41:15] <Vexatos> please tell me
why you aren't doing things for Kilobyte
L941[14:41:18] <Xakorik> Did I mention I
also have a TS3 server with 500 slots?
L942[14:41:28] <gamax92> Xakorik: sounds
excessive
L943[14:41:45] <Vexatos> Sounds
moneyz
L944[14:41:48] <Xakorik> Doesn't cost any
extra though
L945[14:41:59] <Xakorik> Just what I have
to pay for the VPS
L946[14:42:22] <Kilobyte> ewwww
teamspeak
L947[14:42:25] <Kilobyte> mumble
please
L948[14:42:33] *
JoshTheEnder goes to have a shower
L949[14:42:37] ***
JoshTheEnder is now known as JoshTheEnder|AFK
L950[14:42:50] <Sangar>
*mumblemuble*
L951[14:43:06] <gamax92> mublemuble!
L952[14:43:14] <Kilobyte> teamspeak is
propiatary shit. mumble gives you everything for free and its open
source
L953[14:43:20] <istasi> kilo, do you look
anything like me?
L954[14:43:22] <Kilobyte> and works just
as well
L955[14:43:32] <Kilobyte> istasi: maybe?
:P
L956[14:43:39] <istasi> -.-''
L957[14:43:40] <gamax92> Kilobyte: so,
besides the fact that mumble is opensource is there any functional
reason I'd want to use it?
L958[14:43:46] <Vexatos> Kilobyte: Mumble
requires Mumble to be installed, though
L959[14:44:05] <gamax92> Because frankly I
can give zero shits if its open source, it working is more
important.
L960[14:44:07] <Kilobyte> gamax92: idk,
has teamspeak an overlay?
L961[14:44:19] <Vexatos> Most importantly:
Sound quality ;)
L962[14:44:19] <Sangar> it's free and
low-latency :P
L963[14:44:28] <Vexatos> ^
L964[14:44:33] <gamax92> Kilobyte: uhhhh
... i dunnot what that is referring to.
L965[14:44:38] <Kilobyte> ingame
overlay
L966[14:44:59] <gamax92> maybe, I'm
running it on a seperate computer anyway so thats not of use for
me.
L967[14:45:01] <Kilobyte> mumble can hook
into opengl/directx to put an overlay in games
L968[14:45:07] <Xakorik> Maybe I should
setup a VPS with murmur then
L969[14:45:26] <gamax92> lol, murmur
L970[14:45:28] <Vexatos> Mumble is
Teamspeak++
L971[14:45:32] <Kilobyte> ^
L972[14:45:37] <Sangar> have they made the
certificate setup stuff easier tho? last time i remember my friends
were having a really hard time getting it to run because of that...
even though they study cs, too -.-
L973[14:45:38] <Vexatos> It is better in
kind of every way, except one
L974[14:45:42] <gamax92> And Dirt is
Rock++
L975[14:45:42] <Vexatos> It is much less
popular
L976[14:45:45]
⇨ Joins: Wobbo
(~Wobbo@5249A243.cm-4-2c.dynamic.ziggo.nl)
L977[14:45:45]
zsh sets mode: +v on Wobbo
L978[14:45:51] <gamax92> and Wobbo is
Vexatos++
L979[14:45:54] <Kilobyte> Sangar: its a
simple assistant
L980[14:46:00] <Sangar> Kilobyte, ok,
cool
L981[14:46:02] <gamax92> Look, I can say
random shit as well with nothing to back it.
L982[14:46:07] <Xakorik> What subdomain
should I use? I use ts for TS3
L983[14:46:09] <Kilobyte> just click next
a couple and it does that for you
L984[14:46:15] <Kilobyte> or you go more
advanced
L985[14:46:21] <Wobbo> I'm Vexatos++? How
does one add one to Vexatos?
L986[14:46:44] *
Xakorik uses Notpad++
L987[14:46:49] <Xakorik> *Notepad
L988[14:46:50] <Vexatos> ^
L989[14:46:54] <Vexatos> Notbad++
L990[14:46:56] <Vexatos> :43
L991[14:46:59] <Kilobyte> Xakorik: no
sublime text?
L992[14:47:00] <gamax92> Kilobyte: appears
answer to overlay is kinda.
L993[14:47:07] <Wobbo> Vim
L994[14:47:10] <Sangar> i just
noticed
L995[14:47:11] <Xakorik> Never understood
what that was
L996[14:47:13] <Kilobyte> gamax92: ?
L997[14:47:15] <Sangar> st3 ~= ts3
L998[14:47:18] <Xakorik> nano
L999[14:47:23] <Kilobyte> ew nano
L1000[14:47:25] <gamax92> What I get from
a search is a bunch of unofficial third party stuff and mentions
that official stuff is broken
L1001[14:47:26] <JoshTheEnder|AFK>
Kilobyte, TS did have an overlay before. they've switched to
overwolf recently though
L1002[14:47:32] <Vexatos> Xakorik: How
about mumble.
L1003[14:47:43] <Vexatos> as a subdomain
.3
L1004[14:47:45] <Sangar> how about skype!
\o/ [/troll]
L1005[14:47:55] <JoshTheEnder|AFK>
Sangar, you can fuck right off
L1006[14:47:55] <JoshTheEnder|AFK>
:P
L1007[14:48:03] <Xakorik>
mumble.xalni.net ?
L1008[14:48:03] <Sangar> :<
L1009[14:48:08] <Kilobyte> rm -rf $(which
skype)
L1010[14:48:15] <Kilobyte> should have
done that ages ago
L1011[14:48:22] <gamax92> don't like
skype?
L1012[14:48:28] <Xakorik> sudo rm -rf
/
L1013[14:48:29] <Wobbo> rm -rf
/Applications/Skype.app :P
L1014[14:48:29] <Kilobyte> skype is
malware imo
L1015[14:48:36] <Kilobyte> Xakorik: won't
work
L1016[14:48:44] <JoshTheEnder|AFK> skype
itself is... ok.... just it's voice quality is shite
L1017[14:48:50] <Kilobyte> / has special
handling and rm will refuse to delete it
L1018[14:48:55] <Wobbo> Josh: And the
backdoors
L1019[14:48:56] <Xakorik> Ah, nice
L1020[14:48:58] <Kilobyte> try rm -rf /
--no-preserve-root
L1021[14:49:02] <JoshTheEnder|AFK> rm -rf
/ --no-preserve-root
L1022[14:49:04] <Xakorik> Can't troll
then
L1023[14:49:06] <JoshTheEnder|AFK>
dammit
L1024[14:49:10] <Sangar> Kilobyte, do you
know any good os chat software that does *good* video calls,
tho?
L1025[14:49:19] <Kilobyte> Sangar: sadly
no :(
L1026[14:49:19] <JoshTheEnder|AFK>
Sangar, google hangouts?
L1027[14:49:29] <istasi> :P
L1028[14:49:29] <Sangar> google hangouts
is open source?
L1029[14:49:41] <JoshTheEnder|AFK> no,
but it's probably better than skype
L1030[14:49:51] <Sangar> (also how is
google any better than m$ in not feeding the nsa?)
L1031[14:49:58] <JoshTheEnder|AFK>
anyway, need to really go have a shower now
L1032[14:50:01] <Kilobyte> Sangar: i once
had the crazy idea to write a skype alternative, but haven't found
time
L1033[14:50:05] ***
JoshTheEnder|AFK is now known as JTE|AFK
L1034[14:50:23] <Sangar> :P
L1036[14:50:27] <Kilobyte> and since i am
german the NSA cannot force me to help them
L1037[14:50:52] <gamax92> Kilobyte: so I
guess TS3 has overwolf, what else would mumble do better than
ts?
L1038[14:50:57] <Kilobyte> NSA: we want
all ur data on dat user
L1039[14:50:57] <Kilobyte> me: give me a
german court order
L1040[14:51:37] <Wobbo> Josh: Do you know
the state of the Technic launcher pack for your server?
L1041[14:51:39] <Kilobyte> gamax92: iirc
it uses less resources, has more keybinds servers are free
L1042[14:51:46] <Sangar> Xakorik, don't
advertise hosters unasked, please, in particular with a
refcode.
L1043[14:51:50] <Kilobyte> wat technic
launcher?`
L1044[14:51:54] <JTE|AFK> Wobbo,
SuPeRMiNoR2 said he updated it
L1045[14:51:55] *
Kilobyte goes hang himself
L1046[14:52:11] <Wobbo> JTE|AFK: It fails
to launch for me :/
L1047[14:52:19] <JTE|AFK> Wobbo, talk to
SuPeRMiNoR2 then
L1048[14:52:20] <Xakorik> Alright
L1049[14:53:04] *
JTE|AFK launches minecraft to strain his GPU to warm his room up by
the time he gets out the shower
L1050[14:53:10] <Wobbo> Kilobyte: I use
the technic launcher since the other launchers gave me errors
L1051[14:53:12] <Sangar> Wobbo, i totally
read 'fails to lunch' there :P
L1052[14:53:26] <gamax92> >_>
Sangar is drunk?
L1053[14:53:29] <Kilobyte> Wobbo: multimc
is only true launcher imo
L1054[14:53:35] *
Sangar is just tired
L1055[14:53:41] <gamax92> so, then
drunk.
L1056[14:53:41] <Wobbo> JTE|AFK: Could
you also send me a download link for the pack again?
L1057[14:53:42] <Kilobyte> mcupdater is
also okish
L1058[14:54:06] <Wobbo> Sangar: It is
alrady almost 1700 :P
L1059[14:54:10] <Kilobyte> lol, i
remember when i was a cracked player and patched mcupdater to
ignore login errors
L1060[14:54:12] <Kilobyte> xD
L1061[14:54:30] <Sangar> Wobbo, yes, and
i went to bed late and got up early :P
L1062[14:54:39] <Kilobyte> (the server i
was on was in offline mode, but only me and the server owner knew
that)
L1063[14:54:44] <gamax92> i remember when
playing Lava Survival on Classic was more fun than the current
minecraft
L1064[14:54:48] <Wobbo> Sangar: You were
awake before 10? :P
L1065[14:54:49] <gamax92> oh wait
...
L1066[14:54:49] <Kilobyte> a friend of
mine, did that for me
L1067[14:55:03] <Sangar> Wobbo, yeah.
mom's birthday.
L1068[14:55:09] <Kilobyte> Sangar:
xD
L1069[14:55:18] <Wobbo> gamax92: I played
the zombie thing on Classic Creative!
L1070[14:55:22] <JTE|AFK> ok, scrap the
mc idea, i've OC'd my GPU too much so any time it tries to do
anything resource intense (shaders) it crashes :/ ohh well
L1071[14:55:24] <Kilobyte> Wobbo: how did
it feel during the game yesterday? :P
L1072[14:55:28] <Wobbo> Sangar: Ah.
Gratz!
L1073[14:55:36] <Wobbo> Kilobyte: It
wasn't that much fun :P
L1074[14:55:43] <Kilobyte> i can
guess
L1075[14:55:48] <Kilobyte> i didn't see
the game
L1076[14:55:54] <JTE|AFK> right, now i'm
actually going
L1077[14:55:56] <Kilobyte> i was infront
of tv during first half
L1078[14:56:02] <Kilobyte> but i fell
asleep
L1079[14:56:10] <Kilobyte> then in break
i went to bed
L1080[14:56:29] *
gamax92 notices JTE is op'd
L1081[14:56:30] <Kilobyte> too much
staying up late in past few days
L1082[14:56:56] <Wobbo> Kilobyte: Well,
not much changed after the break
L1083[14:57:05] <Kilobyte> well,
yeah
L1084[14:57:09] <Kilobyte> i read news
today
L1085[14:57:39] <Wobbo> .server
L1086[14:57:42] <Kilobyte> tbh, i am
kinda happy, germany vs. netherlands always leads to trouble
L1087[14:57:48] <gamax92> Hmm, think of a
game I can play on an intel gma 945
L1088[14:57:50] <Wobbo> Yeah, always
does
L1089[14:58:03] <Wobbo> gamax92:
Minecraft, super meat boy
L1090[14:58:10] <gamax92> hahahahahahah
good one.
L1091[14:58:18] <gamax92> no, serious
answers pls
L1092[14:58:26] <Sangar> gamax92, dwarf
fortress
L1093[14:58:29] <Kilobyte> my mum was on
vacation in netherlands right after they lost a finale against
germany
L1094[14:58:31] <Wobbo> Wait, let me
check if that is the card I think it is
L1095[14:58:38] <Kilobyte> and they got
so much hate
L1096[14:58:41] <Kilobyte> Wobbo: ^
L1097[14:58:41] <Wobbo> Kilo: bad
timing
L1098[14:58:45] <Kilobyte> yeah
L1099[14:59:03]
⇨ Joins: weslywest
(webchat@pool-72-83-245-145.washdc.fios.verizon.net)
L1100[14:59:19] <Wobbo> Asie: Those games
run on the gma 950
L1101[14:59:23] <Kilobyte> my dad was
pretty pissed by them saying "we don't care how far we get, as
long as we get further than germany"
L1102[14:59:30] <gamax92> Sangar: :O I've
actually played that before
L1103[14:59:31] <Kilobyte> idk who
exactly said that though
L1104[15:00:06] <Kilobyte> but yeah, i am
really hoping we get da world cup for fourth time :P
L1105[15:00:47] <Wobbo> Kilobyte: If you
beat argentina like you slaughterd Brasil… :P
L1106[15:01:07]
⇦ Quits: weslywest
(webchat@pool-72-83-245-145.washdc.fios.verizon.net) (Client
Quit)
L1107[15:01:13] <Kilobyte> our best
weapon is our keeper, he is prob best player in entire team
L1108[15:01:26] <Kilobyte> he catches
balls that other would call uncatchable
L1109[15:01:39] <gamax92> Oh I should
also mention the gma in this is underclocked
L1110[15:01:44] <gamax92> to like 166MHz
iirc
L1111[15:01:55] <Wobbo> Kilobyte: Drag
the game to penalies :P
L1112[15:01:59] <Wobbo> *penalties
:P
L1113[15:02:12]
⇨ Joins: black3agl3 (~black3agl@197.224.85.183)
L1114[15:02:14] <gamax92> yeah 166
L1115[15:02:46] <Kilobyte> Wobbo: we
almost got a 7:0 there :P
L1116[15:02:48] <Kilobyte> almost
L1117[15:03:05] <Wobbo> But you didn't
:P
L1118[15:03:13] <Kilobyte> i am pretty
sure our keeper already mentally was in cabin and let that ball in
due to that
L1119[15:03:52] <Vexatos> "Let them
keep their dignity"
L1120[15:03:54] <Vexatos> >_>
L1121[15:04:01] *
Vexatos thinks soccer is boring
L1122[15:04:11] <Kilobyte> it can be
:P
L1123[15:04:21] <Kilobyte> but if you are
really into it its not
L1124[15:04:30] <Wobbo> Vexatos: Not a
big fan either, but lets at least call it Football
L1125[15:04:36] <Kilobyte> i usually
don't watch it either unless our national team is playing
L1126[15:04:41] <gamax92> Futbol?
L1128[15:05:40] <^v> Kilobyte, No desc
Written in Java by Kilobyte22 1.74KB
L1129[15:05:52] <gamax92> My father's
usually watching the spanish coverage of it
L1130[15:05:56] <Kilobyte> isn't the
second one just a wrapper so you can call stuff from java?
L1131[15:06:03] <gamax92> So, I get to
hear:
GOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOAL
L1132[15:06:19] <Sangar> Kilobyte, pretty
much, yes.
L1133[15:06:35] ***
Nentify|away is now known as Nentify
L1134[15:06:38] <Kilobyte> my dad and
GOAAAL *clap* *jump up*
L1135[15:06:49] <Kilobyte> only a single
clap though
L1136[15:07:03] <Kilobyte> Sangar: so,
hmmm
L1137[15:07:05] <gamax92> one single
manly clap.
L1138[15:07:17] <Wobbo> Yesterday, I
brought a friend over and my girlfriend brought a friend
over.
L1139[15:07:39] <Kilobyte> plugins could
be written in java too, just their main file would have to be a
scala object :P
L1140[15:08:01] <Wobbo> I and my friend
were just watching the game, not moving that much, but my
girlfriend and here friend moved to the front of the couch almost
everytime something happend XD
L1141[15:08:01] <Kilobyte> gamax92:
^
L1142[15:08:08] <Kilobyte> for
VirtualOC
L1143[15:08:12] <gamax92> Kilobyte:
should write lua in scala
L1144[15:08:57] <Kilobyte> if someone
would write a scala to lua compiler that would be so fucking epic
:P
L1145[15:09:03]
⇨ Joins: dmod_
(uid32492@id-32492.uxbridge.irccloud.com)
L1146[15:09:10] <gamax92> >_> i
mean the lua interpreter in scala
L1147[15:09:12] <Kilobyte> Sangar:
^
L1148[15:09:16] <gamax92> like luaj but
just not shitty
L1149[15:09:27] <Kilobyte> i might write
a runtime
L1150[15:09:31] <Kilobyte> but without
compiler
L1151[15:09:32] <Wobbo> Kilobyte: You
want Sangar to build your scala->Lua compiler? :P
L1152[15:09:36] <Kilobyte> no :P
L1153[15:09:47] <Kilobyte> i am not
expecting him to be insane
L1154[15:09:53] <Kilobyte> the scala
compiler is fucking complex
L1155[15:10:08] <Kilobyte> well, to be
fair, a subset would be by far enough
L1156[15:10:25] <Kilobyte> vortex is
already nice but its very buggy
L1157[15:10:33] <gamax92> can one do self
modifying code? in java/scala
L1158[15:10:43] <Kilobyte> using ASM
kinda
L1159[15:10:47] <Kilobyte> but only at
load time
L1160[15:10:52] <Kilobyte> not at
runtime
L1161[15:10:59] <gamax92> so then not in
the same way that voxlap does.
L1162[15:11:59] <Sangar> if anything,
write a java bytecode -> lua bytecode translator ;)
L1163[15:12:06] <Sangar> then you get
scala for free
L1164[15:12:11] <Kilobyte> yeaah
true
L1165[15:12:13] <Wobbo> And Jython
L1166[15:12:19] <Kilobyte> *jruby
L1167[15:12:25] <gamax92> but ;-; lua in
scala
L1168[15:12:28] <gamax92> y u no
L1169[15:12:38] <Wobbo> And if you would
write that in Lua and allow running bytecode…
L1170[15:12:39] <Kilobyte> Sangar: you
would have to write a bytecoder verifier then
L1171[15:12:45] <Kilobyte> so we can get
bytecode in OC
L1172[15:12:54] <Wobbo> Kilobyte: Just
change a config option :P
L1173[15:13:00] <Kilobyte> that opens
exploits
L1174[15:13:10] <Sangar> gamax92, because
time, mostly. well, i suppose the compiler from luaj could be
reused. meh. one day maybe.
L1175[15:13:14] <Wobbo> I know
L1176[15:13:17] <Xakorik> So got the
mumble server started, waiting for the domain to propagate
L1177[15:13:32] <gamax92> Sangar: oh that
reminds me, I found more potential things to fix
L1178[15:13:37] <Kilobyte> bytecode is
not safe against buffer overflows
L1179[15:13:39] <Wobbo> Xakorik: OC
mumble server?
L1180[15:13:44] <Sangar> gamax92,
lol
L1181[15:14:07] <Kilobyte> Sangar: i'd
prob rather do a jvm in lua
L1182[15:14:15] <Xakorik> If you all want
it could be
L1183[15:14:17] <Kilobyte> slower, but
easier
L1184[15:14:21] <Wobbo> Kilobyte: That
has been done before
L1185[15:14:28] <gamax92> yeah it
has
L1186[15:14:29] <Kilobyte> native keyword
would be mapped to lua stuff
L1187[15:14:40] *
Kilobyte gets out a google
L1188[15:14:50] <gamax92> I think ds84182
also did one?
L1189[15:15:14] <Wobbo> Kilobyte: The
problem with that is that you would need to write the libraries as
well
L1190[15:15:17] <Kilobyte> now if i get
scala to run...
L1191[15:15:23] <Kilobyte> well
L1192[15:15:33] <gamax92> that whole
rt.jar
L1193[15:15:33] <Kilobyte> 99% of scala
libs is written in scala/java
L1195[15:15:43] <Kilobyte> yep found
it
L1196[15:16:14] <ds84182> wat
L1197[15:16:18] <ds84182> jvm in
lua
L1198[15:16:20] <ds84182> yah
L1199[15:16:33] <ds84182> it's
average
L1200[15:16:52] <Kilobyte> ds84182: you
wrote one?
L1201[15:16:55] <ds84182> yep
L1202[15:17:06] <Kilobyte> does it
support most/all of rt.jar
L1203[15:17:07] <ds84182> jvml
L1204[15:17:16] <Kilobyte> ds84182:
link?
L1206[15:17:34] <ds84182> it has a little
of the rt.jar impl'd in lua
L1207[15:17:37] <ds84182> a little
L1208[15:17:39] ***
manmaed|AFK is now known as manmaed
L1209[15:17:47] <Vexatos> Wobbo: An OC
mumble server would be awesome xD
L1210[15:18:01] <ds84182> cc_rt.jar
L1211[15:18:05] <Wobbo> Kilobyte: A
problem is that Java uses Threads
L1212[15:18:21] <Kilobyte> can be
emulated using coroutines
L1213[15:18:22] <Kilobyte> :P
L1214[15:18:23] <Wobbo> Vexatos: Xakorik
Was setting up a mumble server
L1215[15:18:32] <Wobbo> Kilobyte: That is
not true threading :P
L1216[15:19:13] <Vexatos> But for his
server, not for this channel :P
L1217[15:19:14]
⇦ Parts: Wobbo (~Wobbo@5249A243.cm-4-2c.dynamic.ziggo.nl)
())
L1218[15:19:27]
⇨ Joins: Wobbo
(~Wobbo@5249A243.cm-4-2c.dynamic.ziggo.nl)
L1219[15:19:27]
zsh sets mode: +v on Wobbo
L1220[15:19:42] <Wobbo> Yeah for closing
windows in the wrong application
L1221[15:20:08] <Xakorik> It could be for
both
L1222[15:20:15] <Kilobyte> if people want
a mumble server, i have one at kilobyte22.de
L1223[15:20:23] <Kilobyte> i could make a
channel for this channel
L1224[15:20:32] <Wobbo> brb wash
L1225[15:20:34] <gamax92> yo dawg
L1226[15:21:15] <gamax92> ds84182: I'm
going to experiment with what filters do in the SID
L1227[15:21:32] <ds84182> gamax92, I'm
experimenting with 3d graphics via shaders
L1228[15:21:37] <ds84182> gamax92, I'm
experimenting with 3d graphics via shaders
L1229[15:21:41] <ds84182> ewwwps
L1230[15:21:47] <ds84182> not terminal
window
L1231[15:22:28] <gamax92> ds84182: oh,
thanks for doing something I might have done provided I found my
old code
L1232[15:22:50] <Wobbo> There is a role
playing system for Pokemon! XD
L1233[15:22:59] <Kilobyte> ds84182: whats
a synthetic method
L1234[15:23:03] <Xakorik> I just noticed
someting I can do with TS3 I can't do with Mumble, connect to
multiple servers
L1235[15:23:19] <ds84182> Kilobyte, 1
sec
L1236[15:24:48] ***
JTE|AFK is now known as JoshTheEnder
L1237[15:24:55] *
JoshTheEnder has returned
L1238[15:25:05] *
gamax92 puts JoshTheEnder back in the shower
L1239[15:25:08] <Xakorik> wb
JoshtheEnder
L1240[15:25:18] *
JoshTheEnder drowns gamax92
L1241[15:25:24] *
gamax92 is a fish
L1242[15:25:27] <ds84182> Kilobyte, oh,
they are methods created by the compiler to get around
limitations
L1243[15:25:38] *
JoshTheEnder grabs gamax92 and holds him above water
L1244[15:25:47] <Kilobyte> i wonder if
scala relies on those D:
L1245[15:26:06] <Wobbo> Josh: Can't you
just teleport out of the shower?
L1246[15:26:07] <Kilobyte> ds84182: will
your code run in regular lua 5.2?
L1247[15:26:08] <gamax92> Kilobyte:
yes
L1248[15:26:10] <gamax92> it does
L1249[15:26:15] <Kilobyte> fuck it.
L1250[15:26:26] <ds84182> Kilobyte,
haven't tested it
L1251[15:26:28] <ds84182> it should
L1252[15:26:38] <gamax92> from what I
remember decompiling scala code
L1253[15:26:43] <ds84182> unpack =
table.unpack, loadstring = load
L1254[15:27:06] ***
pong|bork is now known as v^|morebork
L1255[15:27:13] ***
v^|morebork is now known as v^
L1256[15:27:21] <gamax92> ds84182: oh,
these sid filters MAY be possible to implement
L1257[15:27:49] <gamax92> I do have 6
channels per sid channel, so instead of using one wav form i could
try to combine
L1258[15:28:21] <Kilobyte> Sangar: btw,
should we add /usr/bin/env to OC?
L1259[15:28:41] <gamax92> oh, thats
another thing I was gonna do, write OC programs
L1260[15:29:20] <Kilobyte> ds84182: maybe
port your runtime for OC?
L1261[15:29:44] <Kilobyte> and while at
it add support for synthetic methods ;)
L1262[15:29:51] <ds84182> hmm
L1263[15:29:53] <Wobbo> Kilobyte: Sangar:
We should
L1264[15:30:04]
⇦ Quits: robhol (~robhol@s1.v-m.no) (Quit:
東雲家は、今日も平和であった。)
L1265[15:30:27] <Kilobyte> i should also
help with better shell rewrite :P
L1266[15:31:03] <gamax92> Kilobyte: I'd
like bash/dash/ash/csh/tsh/sh/jhsh/zsh
L1267[15:31:19] <Kilobyte> bettershell
will be roughtly like sh
L1268[15:31:23] <Kilobyte> a bit
better
L1269[15:31:34] <gamax92> bsh?
L1270[15:31:46] <Wobbo> besh is
bettershell :P
L1271[15:31:55] <Vexatos> better
bash
L1272[15:31:56] <Vexatos> :3
L1273[15:32:00] <gamax92> oh, that
crashing thing
L1274[15:32:15] <Kilobyte> i will split
the entire parser into a parser and a lexer
L1275[15:32:22] <Wobbo> Kilobyte: Make
sh.lua a wrapper around shell.execute and besh.lua overwrite
shell.execute and start sh.lua
L1276[15:32:37] <Wobbo> Kilobyte: Go
WILD!
L1277[15:32:51] <Kilobyte> i might
implement symlinks and pr them into OpenOS
L1278[15:33:36] <Kilobyte> Wobbo: working
with lexers + parser combos makes stuff much easier
L1279[15:33:44] <gamax92> Kilobyte: I'd
like links that actually persist
L1280[15:33:48]
⇦ Quits: Vexatos
(~Vexatos@p200300556E687A04FCE1962C78382C12.dip0.t-ipconnect.de)
(Quit: Greetings from Pastry Fork, Inc. ✔)
L1281[15:33:59] <Kilobyte> gamax92: thats
the plan
L1282[15:34:16] <ds84182> maybe I should
work on porting jvml to oc
L1283[15:34:21] <Kilobyte> yup
L1284[15:34:24] <gamax92> yes
L1285[15:34:34] <Kilobyte> and add
support for synthetic methods :P
L1286[15:34:40] <Kilobyte> so we can use
scala in oc
L1287[15:34:43] <ds84182> k
L1288[15:34:48] <Kilobyte>
scalaception
L1289[15:34:56] <ds84182> you know you
would probally run out of memory
L1290[15:34:57] <ds84182> hue
L1291[15:34:59] <Xakorik> Topic
Posted
L1292[15:35:03] <gamax92> D: i forgot to
turn off sc2 and sc3
L1293[15:35:08] <ds84182> cause
L1294[15:35:10] <ds84182> youknow
L1295[15:35:13] <ds84182> it's java
L1296[15:35:25] <Kilobyte> yeah, well you
can tweak that in config
L1297[15:35:25] <Kilobyte> :P
L1298[15:35:46] <Kilobyte> *cough* make
tier 3.5 ram 1 GiB*cough*
L1299[15:36:02] <gamax92> why not just
disable memory limits while doing the testing
L1300[15:36:02] <Sangar> Kilobyte,
regarding env, would that just be
shell.execute(shell.resolve(({...})[1]), nil, select(2,
...))?
L1301[15:36:16] <Kilobyte> wot
L1302[15:36:38] <Xakorik> If anyone wants
to add a mod to the list for my server let me know
L1304[15:37:29] <gamax92> Xakorik:
Computronics
L1305[15:37:29] <Sangar> gtg for now,
will be back later in the evening
L1306[15:37:30] <Kilobyte> just for the
lulz i might try to write a jvm in scala
L1307[15:37:32] <Kilobyte> Sangar:
^
L1308[15:37:41] <Sangar> hf with that
:P
L1309[15:37:50] <Sangar> anyway, see you
later o/
L1310[15:37:55] <Wobbo> Kilobyte: Sounds
like PyPy :P
L1311[15:37:58] <Kilobyte> Xakorik:
thermal expansion.
L1312[15:37:59] <Wobbo> Bye Sangar
L1313[15:38:16] <Xakorik> Thermal
expansion isn't for 1.7.2 or I would have added it instead of
ic2
L1314[15:38:16] <JoshTheEnder> Kilobyte,
is TE available for 1.7
L1315[15:38:23] <Kilobyte> oh, is server
for 1.7?
L1316[15:38:26] <Kilobyte> derp
L1317[15:38:26] <gamax92> yes
L1318[15:38:27] <Xakorik> Yes
L1319[15:38:38] <gamax92> :O
L1320[15:38:46] <Kilobyte> Xakorik:
tcon?
L1321[15:38:47] <gamax92> I need a
computronics boombox
L1322[15:38:59] <gamax92> so i can walk
to JoshTheEnder's base and play music
L1323[15:39:08] <Xakorik> tcon?
L1324[15:39:09] <JoshTheEnder> lol
L1325[15:39:25] <ds84182> Kilobyte, I
will go get a scala compiler
L1326[15:39:26] <Kilobyte> Xakorik:
tinkers construct
L1327[15:39:31] <ds84182> for the fun of
it
L1328[15:39:54] <gamax92> oh actually i
think Techokami said walkmans
L1329[15:39:55] <Xakorik> Well if anyone
is gonna suggest something with world gen do it now
L1330[15:39:59] <Kilobyte> bonus points
if you can get scalac (or at least javac) to work in OC
L1331[15:40:09] <gamax92> Xakorik: NOT
BWG4
L1332[15:40:10] <gamax92> NOT
L1333[15:40:18] <Xakorik> ?
L1334[15:40:22] <gamax92> do not
ever
L1335[15:40:52] <gamax92> horrible ass
biomes that do nothing but piss you off.
L1336[15:41:25] <ds84182> Biomes APlenty
ftw
L1337[15:41:31] <gamax92> oh maybe
that.
L1338[15:41:32] *
Kilobyte gets out jvm spec doc
L1339[15:42:43] ***
alekso56_off is now known as alekso56
L1340[15:42:49] <gamax92> JoshTheEnder:
wait, we have BWG4 right?
L1341[15:42:57] <JoshTheEnder> gamax92,
yes
L1342[15:43:03] <gamax92> JoshTheEnder:
why didn't we use the cave world in that
L1343[15:43:15] <JoshTheEnder> gamax92,
because that's 1.7 only
L1344[15:43:18] <gamax92> ah okay
L1346[15:43:46] -Kibibyte- [asie] ASCIImator:
Mac version | by asciicharismatic | 1m32s | -6m-49s ago | 3 views |
Rated:
-1.00/5.00
L1347[15:43:50] <asie> I run a site
called ASCIImator
L1348[15:43:57] <v^> .calc -1/5
L1349[15:43:57] <^v> v^,
-.20000000000000000000
L1350[15:43:59] <asie> I made a Mac
version
L1352[15:44:10] <Xakorik> What is
BWG4?
L1353[15:44:22] <Kilobyte> ds84182:
thanks :P
L1354[15:44:43] <ds84182> Time to make
some coffee
L1355[15:44:43] <Kilobyte> yeah, i
grabbed the pdf version i think
L1356[15:44:45] <JoshTheEnder> Better
World Generatio 4
L1357[15:45:16] <ds84182> .j
L1359[15:45:20] <ds84182> fail
L1360[15:45:28] <ds84182> .jenkins
OpenComputers1.7
L1361[15:45:39] <ds84182> .jenkins
L1362[15:45:45] <ds84182> ...
L1363[15:45:47] <Wobbo> The jenkins
layout changed
L1364[15:45:51] <EnderBot2> Latest
builds:
ICBMComponent: #21
|
OpenLights1.7: #17 |
OpenPrinter1.7: #71 |
OpenComputers: #510 |
OpenComponents: #45 |
OpenPrinter: #73 |
OpenComputers-MC1.7.10: #20
|
OpenGX: #6 |
OpenLights: #20 |
OpenComputers-MC1.7.2: #252 |
OpenComponents-MC1.7:
#9
L1365[15:46:04] <ds84182> .jenkins
OpenComputers-MC1.7.2
L1366[15:46:06] <Kilobyte> ds84182:
constant_pool[constant_pool_count-1]; ummm... how can i explain
this?`
L1368[15:46:20] <gamax92> >_> ts3
is using half of my cpu
L1369[15:46:39] <Kilobyte> gamax92: try
mumble
L1370[15:46:46] <ds84182> Kilobyte, the
size of the constant pool is constant_pool_count-1
L1371[15:46:46] <Kilobyte> iirc it uses
less
L1372[15:46:47] <gamax92> Kilobyte: tell
jte to use mumble
L1373[15:46:54] <Kilobyte> JoshTheEnder:
^
L1374[15:47:03] <ds84182> so you read
constant_pool-count-1 entries from the class
L1375[15:47:15] <Kilobyte> makes......
sense... a lot
L1376[15:47:25] <ds84182> Kilobyte, I
know :/
L1377[15:47:27] <gamax92> asie: XD
L1378[15:47:39] <asie> gamax92: what do i
win?
L1379[15:47:57] <gamax92> asie: Uhh, 8bit
precision 3D graphics
L1380[15:49:05] <gamax92> comes with a
side of cannot handle z <= 0
L1381[15:50:29] <Xakorik> What changed
from build 249 to build 252?
L1382[15:53:31] <Kilobyte> hmmm this
could be fun
L1383[15:53:38] <Kilobyte> implementing
java as OC platform
L1384[15:53:58] <Wobbo> Kilobyte: A OC
machine that runs Java code?
L1385[15:54:07] <Kilobyte> yes, via
platform api
L1386[15:54:09] <gamax92> Has anyone
besides Sanger actually gotten a custom arch to work?
L1387[15:54:17] <Kilobyte> not yet
L1388[15:54:19] <Wobbo> gamax92: Not as
far as I know
L1389[15:54:24] <Kilobyte> i am trying to
implement a jvm in scala
L1390[15:54:24] <gamax92> if so, please
tell me how because I have a bunch of code I wanted to get working
as an arch
L1391[15:55:24] <Xakorik> If I were to
give my players some cheap starting supplied what would I
pick?
L1392[15:55:32] <Xakorik> *supplies
L1393[15:55:38] <ds84182> I also wanted
to give User Mode Linux as an arch
L1394[15:55:50] <Wobbo> Kilobyte: On the
server, who is connected to our tunnl?
L1395[15:56:03] <Kilobyte> only you and i
atm
L1396[15:56:07] <ds84182> I have Sanger a
suggestion that arches should be per CPU, and not per computer
block
L1397[15:56:10] <Kilobyte> didn't have
time to expand yet
L1398[15:56:11] <gamax92> I also wanted
to run qemu as an arch
L1399[15:56:20] <Kilobyte> will when i
join next time
L1400[15:56:34] <gamax92> ds84182: well
no because then that ruins my arch
L1401[15:56:40] <ds84182> The thing that
stopped me was the whole thing about having to make a new computer
block for a new arch
L1402[15:56:47] <ds84182> gamax92,
how
L1403[15:57:14] <gamax92> The thing that
stopped me was that the only reference is scala, and I have no clue
what is Lua5.2 Arch specific and what is api
L1404[15:58:39]
⇨ Joins: sciguyryan
(sciguyryan@109-205-169-254.dynamic.swissvpn.net)
L1405[15:59:13] ***
vifino is now known as NyanCat
L1406[16:00:34] <gamax92> oh wait nvm,
someone else already accomplished my arch
L1407[16:01:05] <Wobbo> gamax92: Somebody
implemented an arch for OC?
L1408[16:01:13] <gamax92> no
L1409[16:01:26] <gamax92> but they got
what i wanted in a different computer mod
L1410[16:05:09] <asie> archs will never
be per-CPU
L1411[16:05:15] <asie> because and only
because Servers can take multiple CPUs
L1412[16:09:58] <Wobbo> gamax92: What
computer mod?
L1413[16:10:23] <asie>
NedoComputers?
L1414[16:10:33] <gamax92> ya
L1415[16:10:48] <Wobbo> What is Nedo
computers exactly? I couldn't find it on google
L1417[16:12:06]
⇨ Joins: Bizzycola (~Bizzycola@bizzycola.us.to)
L1418[16:12:22] <Bizzycola> Wait, JTE is
an op? *runs for it
L1419[16:12:29] <gamax92> wot, i can't
trim the name now?
L1421[16:12:46] <gamax92> new forums are
terribru
L1422[16:12:51] ***
NyanCat is now known as vifino
L1423[16:13:08] <Wobbo> gamax92: So it
are computers that run FORTH?
L1424[16:13:45] <gamax92> Wobbo: do you
have a Linux Processor or do you have an x86_64 processor running
linux
L1425[16:13:55]
⇦ Quits: Lathanael|Away
(~Lathanael@p54971AA7.dip0.t-ipconnect.de) (Ping timeout: 201
seconds)
L1426[16:14:07] <Wobbo> Neither of those.
My processor runs Drawin :P
L1428[16:14:15] <Wobbo>
s/Drawin/Darwin/
L1429[16:14:15] <SuperBot> <Wobbo>
Neither of those. My processor runs Darwin :P
L1430[16:14:30] <gamax92> Wobbo: iirc
they are 6502's as well but i haven't looked at the code much
L1431[16:14:47] <ds84182> I'd rather have
the User Mode Linux processor
L1432[16:15:04] <ds84182> so then you can
have theoretical root access in OC
L1433[16:15:17] <JoshTheEnder> i like how
people are only just noticing i'm op :P
L1434[16:16:04] <ds84182> JoshTheEnder,
GET DOWN FROM THERE
L1435[16:16:09] <JoshTheEnder> nuuu
L1436[16:16:13] <gamax92> or these are
not 6502's ... i don't even ...
L1437[16:16:17] <ds84182> IT"S
DANGOUROUS
L1438[16:16:22]
⇦ Quits: v^ (~^v@2601:4:4500:e15:65d7:22ad:69d:b0fe) (Ping
timeout: 186 seconds)
L1439[16:16:22]
⇦ Quits: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net)
(Ping timeout: 186 seconds)
L1440[16:16:26]
⇦ Quits: ^vDoge
(~mooooon@c-71-238-153-166.hsd1.mi.comcast.net) (Ping timeout: 190
seconds)
L1441[16:16:52] <JoshTheEnder> wow
L1442[16:17:00] <gamax92> asie: is this a
custom instruction set?
L1443[16:17:10] <Bizzycola> I haven't
been in here for like 2 days
L1444[16:17:12] <Bizzycola> lel
L1445[16:17:15] <asie> gamax92: yes
L1446[16:17:28]
⇨ Joins: v^
(~^v@2601:4:4500:e15:2552:2ef5:3113:118b)
L1447[16:17:29]
zsh sets mode: +v on v^
L1448[16:17:33] <Bizzycola> Unless you've
been an op longer, in which case, nope. Didn't notice. :P
L1449[16:17:57] <gamax92> lol tcl
assemblers
L1450[16:18:10] <JoshTheEnder>
!flags
L1451[16:18:26] <JoshTheEnder> ahh, i got
it about 2 days ago
L1452[16:18:28] <gamax92> he's also
Russian
L1453[16:18:31] <Bizzycola> Oh I
see
L1454[16:18:39] <Bizzycola> yea you
weren't op when I was in here last I don't think
L1455[16:18:46] <Bizzycola> So. Should I
go hide for another two days? :p
L1456[16:19:00] <Bizzycola> NO USING YOUR
OP POWAZ ON ME!
L1457[16:19:01]
⇦ Parts: Bizzycola (~Bizzycola@bizzycola.us.to)
(Leaving))
L1458[16:19:18] <gamax92> I was playing
mc yesterday and before that helping my father out.
L1459[16:19:20] <gamax92> so, yeah
L1460[16:19:52] <v^> dafuq
L1461[16:19:58] <v^> "could not load
library pthread"
L1462[16:20:12] <v^> something
borkd
L1463[16:20:16] <v^> power outage
facu
L1464[16:20:29] <gamax92> v^: have you
tried turning it off and on again
L1465[16:20:39]
⇦ Quits: DaeDroug (uid22591@id-22591.highgate.irccloud.com)
(Quit: Connection closed for inactivity)
L1466[16:20:40] <v^> gamax92, yes
>_>
L1467[16:20:55] <gamax92> Have you tried
reinstalling pthreads
L1468[16:21:11] <ds84182> v^, have you
tried uninstalling pthreads and installing w32pthreads?
L1469[16:21:17] <Magik6k> v^:
linux/windows?
L1470[16:21:25] <v^> linux
>_>
L1471[16:21:30] <ds84182> Did you turn
the fax machine off?
L1472[16:21:37] <ds84182> If so, turn it
back on.
L1473[16:21:47] <gamax92> if it was
already on, try turning it off
L1474[16:22:05] <ds84182> If your
computer is on, try turning it off and trying again.
L1475[16:22:28] <ds84182> If you turn it
off, please refrain from turning it on, as you should try to
install it while it's off.
L1476[16:22:29] <v^> also
L1477[16:22:34] <gamax92> If your on was
off, try turning your off on
L1478[16:22:38] <v^> lua is no longer
looking in /usr/lib
L1479[16:22:45] <v^> so it cant find libs
i installed there
L1480[16:23:07] <Wobbo> v^ just change
package.path so it is looking there again
L1481[16:23:32] <v^> Wobbo, the problem
is probably not with lua
L1483[16:23:43] <Xakorik> So, anyone
insterested in my OC server? 1.7.2, made a post on the forum
L1484[16:24:08] <JoshTheEnder> Xakorik:
no, there all mine MWAHAHAHA
L1485[16:24:08] <Magik6k> hmm, run 'ldd
yourbinary'
L1486[16:24:09] <JoshTheEnder> jk
L1487[16:24:10] *
ds84182 slaps v^ with a... coatrack
L1488[16:24:45] <gamax92> ds84182: okay,
so i removed all channels except scq
L1489[16:24:53] <gamax92> i think these
filters are possible
L1490[16:25:04] <Xakorik> I made a
building at spawn so people don't die if they spawn at night
L1491[16:25:20] ***
ds84182 is now known as Ragnarok
L1492[16:26:23]
⇨ Joins: ^v
(~ping@2601:4:4500:e15:2552:2ef5:3113:118b)
L1493[16:26:28] <Ragnarok> .jenkins
OpenComputers
L1495[16:26:56] ***
JoshTheEnder is now known as JoshTheEnder|AFK
L1496[16:28:02]
⇦ Quits: ^v (~ping@2601:4:4500:e15:2552:2ef5:3113:118b)
(Remote host closed the connection)
L1497[16:28:17]
⇨ Joins: ^v
(~ping@2601:4:4500:e15:2552:2ef5:3113:118b)
L1498[16:31:21]
⇨ Joins: Bizzycola (~Bizzycola@bizzycola.us.to)
L1499[16:31:26] <Bizzycola> Shh. You
didn't see me..
L1500[16:33:48] <Xakorik> I seem to be
having an issue with computronics, the creative tab is blank and I
can't find the items in NEI
L1501[16:34:28] <Xakorik> Also Asie, your
wiki is down
L1502[16:35:27] <asie> Xakorik: it
is?
L1503[16:35:46] <Wobbo> I love Tcons
lumber axe! :D
L1504[16:35:56] <gamax92> Watching new
monitors attempt to sync to the old mac signal is fun
L1505[16:35:58] ***
Techokami|Off is now known as Techokami
L1506[16:36:05] <gamax92> Techokami:
walkmans kthx
L1507[16:36:14] <Techokami> ahoy
L1508[16:36:18] <Techokami> walkmans are
on the todo list
L1509[16:36:36] <Wobbo> I still have a
walkman at my parents home
L1510[16:36:38] <gamax92> oh
L1511[16:36:41] <Xakorik> Just a sec
ago
L1512[16:36:48] <asie> Xakorik:
fixed
L1513[16:36:51] <asie> i moved to
php-fpm
L1514[16:36:55] <asie> in general, i feel
like a winner
L1515[16:37:07] <Xakorik> Yeah,
fixed
L1516[16:37:10] <asie> HTTP, PHP, MySQL,
mail, spamassassin, node.js app and a terminal
L1517[16:37:11] <asie> in 200MB of
RAM
L1518[16:37:15] <gamax92> asie: what if,
suddenly your old mac exploded
L1519[16:37:24] <asie> gamax92: the
capacitors will explode long before that
L1520[16:37:30] <gamax92> >_> well
fine
L1521[16:37:38] <gamax92> what if the
battery exploded
L1522[16:37:42] <asie> it's removed
L1523[16:37:43] <asie> :)
L1524[16:37:45] <gamax92> >_>
L1525[16:37:49] <asie> i removed it
myself
L1526[16:38:04] <gamax92> asie: There is
apparently a battery on my 486
L1527[16:38:08] <gamax92> however I
cannot find it
L1528[16:38:10] <asie> :P
L1529[16:38:13] <asie> have fun before it
leaks
L1530[16:38:44] <Techokami> I wonder if
mac batteries are still even made anymore
L1531[16:38:47] <asie> Techokami:
yes
L1532[16:38:50] <asie> they're regular
half-AAs
L1533[16:39:03] <Techokami> ohhh that's
what's in those little black boxes
L1534[16:39:33] <Xakorik> asie, the
creative tab for computronics is blank while on my server but not
if on SP
L1535[16:39:36] <asie> Techokami:
yep!
L1536[16:40:02] <asie> Xakorik: that
might be one of the infamous creative tab reassignment bugs
L1537[16:40:03] <asie> 1.7.2 or
1.7.10?
L1539[16:40:56]
⇦ Quits: Dean4Devil (~AI_Cat@p549619D3.dip0.t-ipconnect.de)
(Remote host closed the connection)
L1540[16:40:59] <Xakorik> 1.7.2
L1541[16:41:05] <asie> Xakorik: try
1.7.10
L1542[16:41:10] <asie> also try with a
fresh world
L1543[16:41:26] <Xakorik> Will 1.7.10
work on a 1.7.2 server?
L1544[16:41:28] <asie> no!
L1545[16:41:29] <asie> :P
L1546[16:41:43] <Techokami> that reminds
me, I need to refresh my server to 1.7.10 :V
L1547[16:41:51] <gamax92>
>refresh
L1548[16:41:53] <Techokami> time to find
all the SMP bugs!
L1551[16:42:14] *
gamax92 hits F5 on desktop, caja has now updated
itself
L1552[16:42:17] <v^> .j beta
L1555[16:42:21] <v^> .j 16
L1557[16:42:22] <asie> Oh noes!
L1558[16:42:32] <gamax92> asie: D:
battery leaks
L1559[16:42:33] <v^> plugins/help.lua:60:
attempt to call field 'request' (a nil value)
L1560[16:42:36] <v^> dafuq
L1561[16:42:44] <v^> something is
seriously broken
L1562[16:42:53] <gamax92> v^: ask
wolfmitchell
L1563[16:43:08] <v^> wolfmitchell, path
is corrupt
L1564[16:43:19] <asie> gamax92:
yeah
L1565[16:43:21] <asie> might destroy your
mobo
L1566[16:43:25] <wolfmitchell> what the
fuck do you want
L1567[16:43:31] <v^> wolfmitchell, power
outage
L1568[16:43:34] <wolfmitchell> and?
L1569[16:43:45] <v^> lua no longer
looking for things in /usr/lib/lua
L1570[16:43:52] <v^> part of path and
cpath gone
L1572[16:44:01] <v^> also ffi cant find
pthread
L1573[16:44:16] <gamax92> I'm not sure if
there are any bios upgrades for tht
L1574[16:44:17] <Xakorik> A couple of my
mods on the server are not updated to 1.7.10 yet
L1575[16:44:28] <gamax92> its on the
phoenix bios 4.04 which has a drive calculation bug
L1576[16:45:39] <Xakorik> Well I guess it
is fine if I upgrade, the mods not updated are minor anyways
L1577[16:48:35] <v^> oh, me bad
L1578[16:48:53] <v^> i switched to async
http and forgot function name
L1581[16:49:08] <v^> lol 1 days
L1582[16:50:30] <Xakorik> .jenkins
L1583[16:50:33] <EnderBot2> Latest
builds:
ICBMComponent: #21
|
OpenLights1.7: #17 |
OpenPrinter1.7: #71 |
OpenComputers: #510 |
OpenComponents: #45 |
OpenPrinter: #73 |
OpenComputers-MC1.7.10: #20
|
OpenGX: #6 |
OpenLights: #20 |
OpenComputers-MC1.7.2: #252 |
OpenComponents-MC1.7:
#9
L1584[16:50:51] <Xakorik> .jenkins
OpenComputers-MC1.7.10
L1586[16:51:23] <Xakorik> .jenkins
OpenComponents-MC1.7
L1589[16:51:26] <v^> bitly
L1590[16:51:28] <v^> my god
L1591[16:51:48] <Xakorik> Is the 1.7
branch for 1.7.10?
L1592[16:51:51]
⇨ Joins: Vexatos
(~Vexatos@p200300556E687A04340004976BCD51AE.dip0.t-ipconnect.de)
L1593[16:52:06] <v^> .git
L1595[16:52:10] *
Ragnarok uses sing on the channel
L1597[16:52:26] <Ragnarok>
Jiiiiiiihgallypuuuuuuuuuuuf
L1598[16:52:31] <gamax92> XD
L1599[16:52:34] <Ragnarok>
Jiiiiiiiiiiiiiiiiiguuuuuuulyyyyyyyyyyyyyyyyyyyyypuf
L1601[16:52:49] *
Ragnarok gets out a marker and draws dicks on everybody's
face
L1602[16:53:05] <wolfmitchell> nou
L1603[16:53:12] <wolfmitchell> anyway,
afk, making lunch
L1604[16:53:23] <v^> wolfmitchell, i have
reached lua god
L1605[16:55:30]
⇨ Joins: ^vDoge
(~mooooon@2601:4:4500:e15:2552:2ef5:3113:118b)
L1606[16:55:57] ***
JoshTheEnder|AFK is now known as JoshTheEnder
L1607[16:55:58] <JoshTheEnder>
Nuuuu
L1608[16:55:58] *
JoshTheEnder tackles Ragnarok to the floor
L1609[16:56:13] <v^> $tip JoshTheEnder
100
L1610[16:56:13] <^vDoge> Oh noes! http
error: connection refused
L1611[16:56:15] <Ragnarok> yaaaaas
L1612[16:56:20] <JoshTheEnder> :/
L1613[16:56:52] <v^> $tip JoshTheEnder
100
L1614[16:56:52] <^vDoge> v^, Sent Ð100 to
JoshTheEnder
L1615[16:56:58] <JoshTheEnder> \o/
L1616[16:57:01] <JoshTheEnder> $bal
L1617[16:57:01] <^vDoge> JoshTheEnder,
Ð150
L1618[16:57:08] <Vexatos> $bal
L1619[16:57:08] <^vDoge> Vexatos,
Ð0
L1620[16:57:09] <Vexatos> Aww
L1622[16:57:15] <v^> $tip Vexatos
200
L1623[16:57:16] <^vDoge> v^, Sent Ð200 to
Vexatos
L1624[16:57:18] <Vexatos> Yay
L1625[16:57:27] <Xakorik> EnderStorage
has been updated to 1.7.10?! Yes!!
L1626[16:57:33] <Vexatos> I am not broke
anymore
L1627[16:58:00] <v^> Vexatos, i gave you
5 cents >_>
L1628[16:58:08] <Vexatos> So what?
L1630[16:58:31] <JoshTheEnder> how do you
get doge coins?
L1631[16:59:06] <Vexatos> trade from
others :3
L1632[16:59:28] <JoshTheEnder> i meant
normally, not though ^vDoge
L1633[17:00:01]
⇨ Joins: mallrat208 (~mallrat20@68.204.184.175)
L1634[17:00:10] <Wobbo> $bal
L1635[17:00:10] <^vDoge> Wobbo,
Ð100
L1636[17:00:37] <v^> JoshTheEnder, i got
like $7 from random people in #dogecoin on freenode
L1637[17:00:46] <JoshTheEnder> ah
L1638[17:00:48] <Bizzycola> lol
L1639[17:01:00] <v^> exept its dead now
>_>
L1640[17:01:22] <Ragnarok> HOLYSHIT
L1641[17:01:30] <Ragnarok> My Java Class
loader is 1000 lines long
L1642[17:01:33] <v^> no tip bot, and
apparently the ops were in a scam or something
L1643[17:01:36] <Ragnarok> I just noticed
that what the fuck
L1644[17:01:40] <v^> Ragnarok, wat
L1645[17:01:59] <Ragnarok> v^, JVML
L1647[17:02:29] <gamax92> asie: \o/ I'm
pretty sure the battery is built into the RTC
L1648[17:02:34] <Ragnarok> function
loadJavaClass starts at line 134 and ends at line 1122
L1649[17:04:14] <gamax92> yep, its built
into the RTC
L1650[17:05:42] <Ragnarok> I think JVML
started without error...
L1651[17:05:50] <Ragnarok> but the
computer is frozen
L1652[17:05:52] <Ragnarok> wtf
L1653[17:07:17] <Wobbo> I'm going to make
dinner
L1654[17:07:17] <Wobbo> bbl
L1655[17:07:18] <Ragnarok> well
L1656[17:07:37] <Ragnarok> Kilobyte, I
think I ported the VM to OC, but it freezes on startup
L1657[17:09:07] <Ragnarok> I have
concluded that classloading on OC is slow as fuck
L1658[17:09:14] <v^> alright so something
else is broken
L1659[17:09:34] <Vexatos> I have
concluded that Kilobyte is lying to me
L1660[17:10:11] <Kilobyte> I can give
screenshot when home
L1661[17:11:05] <Vexatos> Better
[hp]astebin your opdata.cfg
L1662[17:11:18]
⇦ Quits: Wobbo (~Wobbo@5249A243.cm-4-2c.dynamic.ziggo.nl)
(Ping timeout: 186 seconds)
L1663[17:12:16]
⇨ Joins: Wobbo
(~Wobbo@5249A243.cm-4-2c.dynamic.ziggo.nl)
L1664[17:12:16]
zsh sets mode: +v on Wobbo
L1665[17:13:58] <Ragnarok> Kilobyte,
loading the test program and all the class files it needs takes
about a minute and a half
L1666[17:14:16] <Ragnarok> and the hdd is
loud as fuck druing the loading process
L1667[17:14:27] <Kilobyte> lol
L1668[17:14:32] <Kilobyte> on oc?
L1669[17:15:04] <gamax92> When i use oc i
generally bump the read speed up to 4x the normal
L1670[17:15:11]
⇦ Quits: ^v (~ping@2601:4:4500:e15:2552:2ef5:3113:118b)
(Remote host closed the connection)
L1671[17:15:12]
⇦ Quits: ^vDoge
(~mooooon@2601:4:4500:e15:2552:2ef5:3113:118b) (Remote host closed
the connection)
L1672[17:15:13]
⇦ Quits: v^ (~^v@2601:4:4500:e15:2552:2ef5:3113:118b) (Remote
host closed the connection)
L1673[17:17:39] <Ragnarok> Kilobyte,
yep
L1674[17:18:00] <Kilobyte> what about a
scala hello world?
L1675[17:18:11]
⇨ Joins: ^v
(~ping@2601:4:4500:e15:999b:afec:1e8a:ba2d)
L1676[17:18:14] <Kilobyte> given it
actually runs
L1677[17:18:21] <Ragnarok> Haven't fixed
Synthetic methods yep
L1678[17:18:24] <Ragnarok> *yet
L1679[17:18:52] <Ragnarok> too long
without yielding in MyFirstProgram.main
L1680[17:18:53] <Ragnarok> LOL
L1681[17:21:15] <Ragnarok> Then a too
long without yielding inside the interpreter
L1682[17:22:56]
⇨ Joins: ^vDoge
(~mooooon@2601:4:4500:e15:999b:afec:1e8a:ba2d)
L1683[17:23:25] <Ragnarok> Unrecoverable
error: too long without yield
L1684[17:23:33]
⇨ Joins: v^
(~^v@2601:4:4500:e15:999b:afec:1e8a:ba2d)
L1685[17:23:34]
zsh sets mode: +v on v^
L1686[17:23:56] <v^> Ragnarok,
potato
L1687[17:25:30] <Ragnarok> v^, very mich
potato
L1688[17:25:33] <Ragnarok> .p
L1689[17:25:33] <^v> Ping reply from
Ragnarok 0.55s
L1690[17:26:00] <JoshTheEnder> .p
L1691[17:26:00] <^v> Ping reply from
JoshTheEnder 0.21s
L1692[17:26:28] <Ragnarok> I actually had
to make JVML log what it's doing
L1693[17:26:42] <Ragnarok> because it was
going that slo
L1694[17:26:52] <Ragnarok> It takes 2
minutes to load up all the classes
L1695[17:27:14] <Ragnarok> and forever to
interpret the java ones
L1696[17:27:36] <Ragnarok> I'd probally
get better speed writing a source code interpreter
L1697[17:27:47] <v^> $tip Ragnarok
200
L1698[17:27:48] <^vDoge> v^, Sent Ð200 to
Ragnarok (ds84182)
L1699[17:30:59] <Ragnarok> it gets stuck
in the interpreter
L1700[17:31:02] <Ragnarok> huh
L1701[17:31:57] <gamax92> while not
working do fix() end
L1702[17:32:24] <Ragnarok> repeat fix()
untile working
L1703[17:32:27] <Ragnarok> *until
L1704[17:32:55] <gamax92> Ragnarok:
would't that call fix() always once even if working is true
L1705[17:33:45] <gamax92> .l repeat
print("hi") until true
L1706[17:33:45] <^v> gamax92, hi |
nil
L1707[17:33:58] <gamax92> .l while not
true do print("hi") end
L1708[17:33:58] <^v> gamax92, nil
L1709[17:34:24] <Ragnarok> gamax92, but
you have to fix it if it's not broken!
L1710[17:34:38]
⇦ Quits: Johannes13 (~Johannes@p4FDE8302.dip0.t-ipconnect.de)
(Read error: Connection reset by peer)
L1711[17:37:32] <asie> $balance
L1712[17:37:32] <^vDoge> asie, Ð0
L1713[17:37:37] <asie> is this real
dogecoins?
L1714[17:38:32] <Kodos> Sort of
L1715[17:38:45] <Kodos> All the ones that
get thrown around in here are v^'s
L1716[17:38:59] <v^> $tip asie 200
L1717[17:38:59] <^vDoge> v^, Sent Ð200 to
asie
L1718[17:39:14] <Ragnarok> Kilobyte, I
guess JVML is too complicated for OC
L1719[17:39:20] <v^> yes they are
real
L1720[17:39:30] <v^> but they are mine
aslong as they are in ^vDoge
L1722[17:39:38] <Ragnarok> $deposit
L1723[17:39:39] <^vDoge> Ragnarok, Your
deposit address is D5DPKu4S7FwM3K3byC4x2d1eWoRmqWim7a
L1724[17:39:46] <Ragnarok> $balance
L1725[17:39:47] <^vDoge> Ragnarok,
Ð200
L1726[17:39:56] <asie> thanks
L1727[17:40:12] <asie> $withdraw
L1728[17:40:16] <^vDoge> asie, Usage:
withdraw <address> [amount]
L1729[17:41:04] <Ragnarok> .l local
working = true function fix() working = math.random(1,8) ==
math.random(1,8) end repeat fix() until working
L1730[17:41:04] <^v> Ragnarok, nil
L1731[17:41:23] <Ragnarok> .l local
working = true function fix() working = math.random(1,8) ==
math.random(1,8) end local i=0 repeat i=i+1 fix() until working
return i
L1732[17:41:23] <^v> Ragnarok, 1
L1733[17:41:27] <Ragnarok> uwot
L1734[17:41:48] <Ragnarok> .l local
working = true function fix() working = math.random(1,8) ==
math.random(1,8) end local i=0 repeat i=i+1 fix() print(working)
until working return i
L1735[17:41:48] <^v> Ragnarok, false |
false | false | false | false | false | false | false | false |
false | false | true | 12
L1736[17:41:57] <Ragnarok> . 12
L1737[17:42:00] <Ragnarok> .l 12
L1738[17:42:00] <^v> Ragnarok, 12
L1740[17:42:08] <JoshTheEnder> Ragnarok:
dont spam the bots
L1741[17:42:21] <Kodos> .rules
L1743[17:42:27] <Ragnarok> just seeing
something
L1744[17:42:33] <Kodos> Just so you know,
Rag
L1745[17:42:34] <JoshTheEnder> Ragnarok:
then do it in a pm
L1746[17:42:36] <Kodos> The bots do work
in PM
L1747[17:42:41] <JoshTheEnder> well
L1748[17:42:41] <Ragnarok> why the f was
I focused in #oc and not #ocbots
L1750[17:42:42] <Kodos> Damnit Josh
L1751[17:42:43] <Ragnarok> wtf irc
L1752[17:42:47] <v^> lol Ragnarok
L1753[17:43:15] <JoshTheEnder> EnderBot2:
doesnt, need to completly overhaul it's command system at
somepoint
L1754[17:43:32] <Ragnarok> time to kill
hexchat devs and tell them that things need to be better
L1755[17:43:46] <Ragnarok> I WANT TO BE
ABLE TO DEFINE BG COLORS FOR A CHENNEL
L1756[17:43:54] <Ragnarok> AND BG
IMAGES!
L1758[17:44:21] <Magik6k> is there any
websocket lib for oc?
L1759[17:44:27] <Xakorik> Updated server
to 1.7.10
L1760[17:45:12] ***
vifino is now known as bork
L1761[17:45:22] <v^> Magik6k, nope
L1762[17:45:44] <Magik6k> Hmmmmm
L1763[17:45:47] ***
bork is now known as vifino
L1764[17:46:15] <Magik6k> I've already
implemented server in C++, why not create a client ;p
L1765[17:47:00] <Caitlyn> MichiBot
responds to nickserv via PM, and only nickserv.. lol
L1766[17:47:41] <v^> Magik6k, D: why
c++
L1767[17:48:05] <v^> LuaJIT ffi is
masterrace
L1769[17:49:05] <Ragnarok> Magik6k,
ohmy
L1770[17:49:16] <JoshTheEnder> Caitlyn:
nickserv as in the network service or people identified with
it?
L1771[17:49:22] <Ragnarok> Actually, v^
did kinda the same thing with his lua webserver
L1773[17:49:29] <Caitlyn> As in the
network service.
L1774[17:49:32] <v^> exept is probably
slower
L1775[17:49:32] <JoshTheEnder> ok
L1776[17:49:41] <v^> and doesnt
multithread
L1777[17:49:42] <Ragnarok> v^, atleast
it's faster than Apache
L1779[17:50:09] <Ragnarok> v^, you could
make it multithread with pthreads
L1780[17:50:12] <v^> mine not even JIT is
waaaaaaay faster than apache >_>
L1781[17:50:18] <v^> Ragnarok, or
not
L1782[17:50:19] <Magik6k> Is there
anything slower than apache?
L1783[17:50:22] <Ragnarok> or you could
use fork
L1784[17:50:25] <v^> its like, seriously
fast
L1785[17:50:33] <v^> no need to
multithread :v
L1786[17:58:47] ***
Vaht is now known as Tahg
L1787[18:00:35]
⇨ Joins: Lathanael|Away
(~Lathanael@p54970750.dip0.t-ipconnect.de)
L1788[18:01:51] <Xakorik> My server seems
to be stopping itself during startup
L1790[18:06:04] <Xakorik> The 1.7.10
versions of OC is crashing on my server
L1791[18:06:59] <Xakorik> Well, it might
not be OC...
L1792[18:10:22] <v^> Illegal extra prefix
oc for name oc:simple, invalid registry invocation/invalid
name?
L1793[18:10:33] <v^> at
li.cil.oc.Blocks$.init(Blocks.scala:23)
L1794[18:11:33] ***
LordFokas|off is now known as LordFokas
L1795[18:11:47] <Xakorik> I'm gonna move
the OC file and try to startup
L1796[18:11:57] <LordFokas> \o
L1797[18:12:03] <Xakorik> Yeah, it's
still stopping...
L1798[18:12:12] <Xakorik> Wait, I think I
know..
L1799[18:12:52] <Xakorik> Maybe I should
remove the 1.7.2 world
L1800[18:15:19] <gamax92> why does my cat
feel the need to lick my hand
L1801[18:15:21]
⇨ Joins: Johannes13
(~Johannes@p4FDE8302.dip0.t-ipconnect.de)
L1802[18:15:50]
⇦ Quits: asie (~asie@178235032161.elblag.vectranet.pl) (Ping
timeout: 186 seconds)
L1803[18:16:29] <Xakorik> Can't revert to
frozen GameData state without freezing first.
L1804[18:16:41] <Xakorik> The state
engine was in incorrect state POSTINITIALIZATION and forced into
state SERVER_STOPPED. Errors may have been discarded.
L1805[18:17:40] ***
SleepyFlenix is now known as Flenix
L1806[18:21:22] <Wobbo> back
L1807[18:21:47] <Xakorik> I have no idea
what is wrong with the server
L1808[18:22:14] <Wobbo> Xakorik: Did you
try hugging it?
L1809[18:22:21] <Xakorik> . . .
L1810[18:22:47] <Wobbo> I take that as a
no
L1812[18:23:04]
⇨ Joins: asie
(~asie@178235032161.elblag.vectranet.pl)
L1813[18:23:46] <Xakorik> asie:
java.lang.NoClassDefFoundError:
Lpl/asie/computronics/item/ItemOpenComputers;
L1814[18:24:03] <asie> what
L1816[18:24:22] <JoshTheEnder> ^^ is what
he's refering to i think
L1817[18:26:00] <Bizzycola> Crash logs
are fun
L1818[18:26:15] <Bizzycola> Not as fun as
causing the crash but still fun
L1819[18:26:32] <Bizzycola> Car crash
log! TreeCollisionException!
L1820[18:27:06] <Xakorik> This is
strange, I disabled the mods folder and the server still stops at
startup
L1822[18:27:39] <Bizzycola> lol
L1823[18:29:17] <Xakorik> I found the
problem o.o
L1824[18:30:33]
⇦ Quits: dmod_ (uid32492@id-32492.uxbridge.irccloud.com)
(Quit: Connection closed for inactivity)
L1825[18:31:28] <Xakorik> eula.txt in
server root
L1826[18:32:45] <Xakorik> Everything
works now except for EnderStorage, that is something only the mod
author can fix
L1827[18:34:34]
⇦ Quits: Flenix (~Flenix@05429259.skybroadband.com) (Read
error: Connection reset by peer)
L1828[18:36:22]
⇦ Quits: Daiyousei (~nick1@188.113.81.176) (Read error:
Connection reset by peer)
L1829[18:36:41]
⇨ Joins: Daiyousei (~nick1@188.113.81.176)
L1830[18:37:01]
⇨ Joins: robhol
(~robhol@145.153.164.82.customer.cdi.no)
L1832[18:41:12] <v^> guise
L1833[18:41:17] <v^> LuaJIT supports
gotos
L1834[18:41:39] <v^> and __pairs
L1836[18:45:01] <JoshTheEnder> robhol:
Forge MultiPart
L1837[18:45:18] <JoshTheEnder> which P:R
should auto-download
L1838[18:45:20] <robhol> that's one
mod?
L1839[18:45:26]
⇦ Quits: ^v (~ping@2601:4:4500:e15:999b:afec:1e8a:ba2d)
(Remote host closed the connection)
L1840[18:45:30] <JoshTheEnder> robhol:
more of an API
L1841[18:45:40] <robhol> that's what I
figured
L1842[18:45:46]
⇦ Quits: asie (~asie@178235032161.elblag.vectranet.pl) (Ping
timeout: 190 seconds)
L1843[18:45:46]
⇨ Joins: ^v
(~ping@2601:4:4500:e15:999b:afec:1e8a:ba2d)
L1844[18:45:50] <robhol> but how would I
create them in-game?
L1845[18:46:01] <JoshTheEnder> using the
saws in P:R
L1846[18:46:15] <JoshTheEnder> or some
other mod, most probably P:R though
L1847[18:46:40] <v^> .> goto g
print("nope") ::g:: return ":D"
L1848[18:46:40] <^v> v^, lua:1:
'<eof>' expected near 'char(15)'
L1850[18:46:43] <v^> .> goto g
print("nope") ::g:: return ":D"
L1851[18:46:43] <^v> v^, :D
L1852[18:46:46] <v^> .> _VERSION
L1853[18:46:46] <^v> v^, Lua 5.1
L1854[18:46:57] <v^> LuaJIT is faking
amazing
L1855[18:47:44] <robhol> okay
JoshTheEnder, thanks
L1857[18:47:54] <v^> who wants
OCLite
L1858[18:48:05] <v^> because it is
possible ._.
L1859[18:48:41]
⇨ Joins: black3agl33 (~black3agl@197.224.92.29)
L1860[18:48:44] <v^> exept
persistence
L1862[18:49:00] <v^> unless i can find a
persistence lib for LuaJIT
L1863[18:49:10] <Wobbo> v^ eris doesn't
work with LuaJIT?
L1864[18:49:23] <v^> Wobbo, no shit
L1865[18:49:30] <Porygon> oclite, an
emulator?
L1866[18:49:31] <Kodos> I think he was
asking
L1867[18:49:36] <Porygon> yes
L1868[18:49:40] <v^> wait, isnt eris a
fork of something 5.1
L1869[18:49:51] <Kodos> Pluto
L1870[18:50:06]
⇦ Quits: black3agl3 (~black3agl@197.224.85.183) (Ping
timeout: 189 seconds)
L1871[18:50:36] <v^> Pluto uses the
private Lua internals, limiting it to lua.org's Lua 5.1 and other
very similar implementations of Lua. As a result, Pluto is
incompatible with LuaJIT 2, and is probably incompatible with with
lua.org's 5.2.
L1872[18:50:43]
⇨ Joins: feldim2425
(~michael@178-190-203-58.adsl.highway.telekom.at)
L1875[18:52:32] <v^> it seems like it
would be easier to dump the running state if JIT was off
L1877[18:53:57] <Wobbo> v^: Time to fork
pluto/eris and start Chiron? :P
L1878[18:54:04] <v^> .>
string.rep("derp",10,"|")
L1879[18:54:04] <^v> v^,
derp|derp|derp|derp|derp|derp|derp|derp|derp|derp
L1880[18:54:28] <v^> Wobbo, idk
L1881[18:54:35] <v^> will work on
actually getting it to work
L1882[18:54:48] <v^> because persistence
isnt really needed .-.
L1883[18:54:53] <Wobbo> So then you will
have OC with LuaJIT? :P
L1885[18:55:13] <Wobbo> v^: could you
then also look into Terra?
L1886[18:55:34] <v^> i looked at it
.-.
L1888[18:56:12] <Wobbo> Ah, Terra only
runs on OS X/linux :/
L1891[18:57:39] <Wobbo> Ah, The readme.md
in the root says you can't
L1892[18:58:26] <v^> Wobbo, it uses
LuaJIT lol
L1894[18:58:34] <Wobbo> I know
L1895[18:58:43] <v^> so basically its
just FFI on steroids
L1896[18:58:45] <v^> me gusta
L1897[18:58:58] <v^> but making it in
love would be easier
L1898[18:59:00] <Wobbo> So I thought, if
you are going to try LuaJIT, you might as well try Terra
L1899[18:59:05] <v^> dont feel like
opengl shit .-.
L1900[19:08:25] <Xakorik> So my server is
at 1.7.10 now, anyone interested?
L1901[19:08:31] <Wobbo> .chanstats
L1902[19:08:43] <Wobbo> ?chanstats
L1903[19:08:48] <JoshTheEnder> hold
on
L1904[19:09:04] <JoshTheEnder> Wobbo:
stats.theender.net/opencomputers/
L1905[19:09:51] <Wobbo> JoshTheEnder: Its
still borked?
L1906[19:09:59] <JoshTheEnder>
potentially
L1907[19:10:08] <JoshTheEnder> havent
looked at it
L1908[19:10:20] <JoshTheEnder> yeah, it's
borked
L1909[19:10:30] <JoshTheEnder> aparrently
kenny was last seen today
L1910[19:10:43] <Wobbo> I'm last seen
four days ago
L1911[19:10:50] <JoshTheEnder> which he
hasnt been back since i got op 2 days ago
L1912[19:11:13] <Wobbo> And i've had the
same post count for the last few weeks :P
L1913[19:11:20] <JoshTheEnder> yeah
L1914[19:11:35] *
JoshTheEnder goes and clears cache related things
L1915[19:11:50]
⇦ Quits: ^v (~ping@2601:4:4500:e15:999b:afec:1e8a:ba2d) (Ping
timeout: 186 seconds)
L1916[19:12:12] <Bizzycola> Your cache
loves you. It saves berry important staff for you
L1917[19:12:38] <Wobbo> Bizzycola: But
the stats are borked :P
L1918[19:13:07]
⇨ Joins: ^v
(~ping@2601:4:4500:e15:999b:afec:1e8a:ba2d)
L1919[19:13:24] <JoshTheEnder> well it's
not really a cache as such but SuPeRMiNoR2 made a program that
copies the logs and i think switching from kenny to me (after he
left the first time) ended up putting double logs and breaking it
somehow
L1920[19:13:45] <Bizzycola> lol
L1921[19:14:12] <Wobbo> JoshTheEnder:
Will that reset all post counts?
L1922[19:15:04] <JoshTheEnder> Wobbo:
they may be altered, though it going off of my logs should give it
more days anyway, since kenny came on my bouncer the 2nd day this
channel formed
L1923[19:15:52] <Wobbo> JoshTheEnder: So
you have almost the entire history of this channel? O_o
L1924[19:16:05] <JoshTheEnder> Wobbo: not
almost, all
L1925[19:16:08] <JoshTheEnder> well
L1926[19:16:22] <JoshTheEnder> yeah,
almost (cause of esper derps and timeouts)
L1927[19:16:33] <Wobbo> JoshTheEnder:
Even from when it was still called #OpenComputers?
L1928[19:16:39] <JoshTheEnder> no
L1929[19:16:45] <JoshTheEnder> when it
became #oc
L1930[19:17:00] <JoshTheEnder> i probably
have logs for #OpenComputers but meh
L1931[19:17:12] <JoshTheEnder> i wasnt in
there long before it got switched to #oc
L1932[19:17:28] <Wobbo> I maybe have a
few lines of #OpenComputers logs, but not many
L1933[19:17:43] <Wobbo> I came in a few
days before the change I believe.
L1934[19:17:59] <JoshTheEnder> i'll go
see how many days i have for it
L1935[19:18:46] *
JoshTheEnder waits for the file browser to list the log
directory
L1936[19:18:52] <Wobbo> LOL, I'm not
storing transcripts :P
L1937[19:19:06] <JoshTheEnder> ZNC logs
anyway
L1938[19:21:10] <Wobbo> JoshTheEnder:
Could you ping me when the stats are rebuilt?
L1939[19:21:18] <JoshTheEnder> Wobbo:
sure
L1940[19:23:44]
⇨ Joins: Vaht
(~Tahg@pool-108-20-163-248.bstnma.fios.verizon.net)
L1941[19:23:44]
zsh sets mode: +v on Vaht
L1942[19:24:32] <Vexatos> Totally worth
it: puu.sh/a5vGe/93c8c18756.png
L1943[19:25:02] <v^> 2^7 minutes
now
L1944[19:25:16]
⇦ Quits: Tahg
(~Tahg@pool-108-20-163-248.bstnma.fios.verizon.net) (Killed
(NickServ (GHOST command used by Vaht)))
L1945[19:25:20] ***
Vaht is now known as Tahg
L1946[19:25:23]
⇨ Joins: Flenix
(~Flenix@05429259.skybroadband.com)
L1947[19:26:08] <gamax92> I decided to
grab a burrito and some chips-n-salsa
L1948[19:26:22] <gamax92> fucking chips
and salsa are FULL of onion
L1949[19:26:40] <Vexatos> v^: The 128
minute one is much better
L1950[19:27:20] <v^> 2^16384 minute
:v
L1951[19:27:38] <gamax92> All i can taste
is onion
L1952[19:28:34] ***
Daiyousei is now known as sanic
L1953[19:28:49] <Wobbo> gamax92: And now
you smell like one too :P
L1954[19:29:28] <gamax92> Wobbo: get out
of my house
L1955[19:30:07] <Wobbo> gamax92: Where
did you live again?
L1956[19:30:30]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L1957[19:32:51] ***
sanic is now known as Daiyousei
L1958[19:33:02] <Xakorik> How much RAM
should I be giving my server?
L1959[19:33:13] <Wobbo> lots
L1960[19:33:16] <v^> how many people /
mods
L1961[19:33:30] <Wobbo> Xakorik: Half
your swap :P
L1963[19:33:39] <Xakorik> What's
swap?
L1964[19:33:50] <v^> 2 GB should be
fine
L1965[19:33:58] <Xakorik> I should
upgrade then
L1966[19:34:04] <v^> .-. unless you get
more than 4 players
L1967[19:34:07] <Wobbo> Swap space,
linux/unix stores objects from memory there if RAM is full
L1968[19:34:25] <Xakorik> I can change
amount of RAM my VPS has easily
L1969[19:34:29] <v^> its like the page
file in windows
L1970[19:34:40] <gamax92> >_> don't
you want to avoid swap?
L1971[19:34:43] <gamax92> since its
slow
L1972[19:34:51]
⇦ Quits: Vexatos
(~Vexatos@p200300556E687A04340004976BCD51AE.dip0.t-ipconnect.de)
(Quit: Greetings from Pastry Fork, Inc. ✔)
L1973[19:34:52] <Wobbo> gamax92: You want
to avoid swap
L1974[19:34:52] <v^> gamax92, nop
L1975[19:35:11] <gamax92> conflicting
answers, cannot proceed.
L1976[19:35:18] <v^> well kinda
L1977[19:35:21] <v^> swap helps
L1978[19:35:35] <v^> if your memory is
full, chances are MC wont be swapped
L1979[19:35:56] <Wobbo> gamax92: But when
partitioning my hdd for linux people told me that I should have
twice my RAM as swap
L1980[19:36:09] <Wobbo> gamax92: Which
would be 16G of Swap
L1981[19:36:12] <v^> nope
L1982[19:36:12] <gamax92> >_>
L1983[19:36:17] <v^> 9GB is enough
L1984[19:36:19] <gamax92> Wobbo: thats a
bit ...
L1985[19:36:37] <v^> i usually do 1 GB
more than ram
L1986[19:36:46] <JoshTheEnder> i let mint
do mine and it set it to the same as my ram
L1987[19:36:52] <Wobbo> v^: 2G should be
enough, unless you want to hibernate
L1988[19:36:58] <v^> yeah, i want to
hibernate
L1989[19:37:05] <Wobbo> OS X allocates
swap dynamiclly
L1990[19:37:25] <gamax92> twice my ram
would be 64MB's and while there is a drive capable of storing such
a swap, activating swap is rather slow.
L1991[19:37:30] <gamax92> so, i have an
8MB swap
L1992[19:37:33] <v^> lol MB
L1993[19:37:41] <gamax92> yes?
L1994[19:37:54] <v^> so you have 32 MB of
ram
L1995[19:37:56] <gamax92> yes
L1996[19:37:56] <Wobbo> If 64MB is twice
his RAM… :P
L1997[19:37:58] <JoshTheEnder> though,
chances of me getting to the point where i fill my swap will be
remote
L1998[19:38:07] <JoshTheEnder> since i
have 16GBs of the stuff
L1999[19:38:09] <gamax92> it used to be
8MB's of ram
L2000[19:38:10] <v^> gamax92, what is
this sorcery
L2002[19:38:13] <gamax92> but then it was
16MB
L2003[19:38:22] <gamax92> and then a
friend had some, so now its 32MB's
L2004[19:38:25] <JoshTheEnder> and to
fill it i'd probably crash my pc when it got filled
L2005[19:38:33] <Wobbo> JoshTheEnder:
That is probably why Mint set your swap to be the same as your RAM
and not more
L2006[19:38:34] <gamax92> the board takes
at max 64MB's of ram
L2008[19:38:48] <v^> wtf is this
L2009[19:38:50] <v^> 1980
L2010[19:39:03] <gamax92> UM8810P AIO
r2.1
L2011[19:39:33] <gamax92> tis an
Elitegroup board.
L2012[19:40:00]
⇨ Joins: Vexatos
(~Vexatos@p200300556E687A04340004976BCD51AE.dip0.t-ipconnect.de)
L2013[19:40:05] *
gamax92 pokes Vexatos
L2014[19:40:08] <Wobbo> Hi Vex
L2015[19:40:17] <Vexatos> asie: You
here?
L2016[19:40:37] <Wobbo> Two people say
hi, but Vexatos only asks for asie :P
L2017[19:40:46] *
gamax92 takes back hi
L2018[19:40:50] <JoshTheEnder> Vexatos:
no, i ate him
L2019[19:40:51] <Vexatos> I need to
bed
L2020[19:41:00]
⇦ Quits: Vexatos
(~Vexatos@p200300556E687A04340004976BCD51AE.dip0.t-ipconnect.de)
(Read error: Connection reset by peer)
L2021[19:41:04] <gamax92> >_>
L2022[19:41:08] ***
Benguin is now known as Benguin[ZzZ]
L2023[19:41:10] <asie> Vexatos:
Yes.
L2024[19:41:11] <asie> :^)
L2025[19:41:13] <Wobbo> Good luck with
bedding!
L2026[19:41:29] *
JoshTheEnder regurgitates asie
L2027[19:42:30] <Bizzycola> oic
L2028[19:43:03] <Xakorik> . . .
L2029[19:43:16] <Wobbo> JoshTheEnder:
Since when did Enderman eat players? D:
L2030[19:43:39] <JoshTheEnder> i'm an
Ender, not an EnderMand
L2031[19:43:43] <JoshTheEnder>
*Enderman
L2032[19:43:48] <gamax92> You are an
EnderMaid
L2033[19:43:50] ***
JoshTheEnder is now known as EnderCat
L2034[19:43:53] <gamax92> NO!
L2035[19:43:55] <gamax92>
EnderMaid!
L2036[19:43:59] <EnderCat>
huehuehue
L2037[19:44:01] <EnderCat> no
L2038[19:44:02] <Wobbo> ITS THE
ENDERCAT!!!
L2039[19:44:04] <EnderCat> i cat
nao
L2040[19:44:10] <Bizzycola> BAD
ENDERKITTY. BAAAAD.
L2041[19:44:11] <gamax92>
EnderCatMaid
L2042[19:44:11] ***
Wobbo is now known as EnderDragon
L2043[19:44:19] ***
gamax92 is now known as EnderMax
L2044[19:44:23] <Bizzycola> lol
L2045[19:44:27] *
EnderCat scratches Bizzycola
L2046[19:44:28] <EnderMax>
EnderCola
L2047[19:44:35] <EnderDragon> EnderMax:
watched anime lately? :P
L2048[19:44:40] <Bizzycola> Ow
L2049[19:44:47] *
Bizzycola smacks EnderCat
L2050[19:44:48] <EnderMax> i watch a few
episodes of Kill me baby
L2051[19:44:50] <Bizzycola> I SAID BAD
ENDERKITTY
L2052[19:45:01] <EnderMax> watching that
makes me want to kill myself
L2053[19:45:02] *
EnderCat scratches Bizzycola then runs away
L2054[19:45:08] <Bizzycola>
NOOOOOOOO!
L2055[19:45:15] <EnderMax> but its also
entertaining in a different wat
L2056[19:45:17] <EnderMax> way*
L2057[19:45:21] *
EnderDragon roars
L2058[19:45:23] *
Bizzycola gets out catnip and holds it infront of another
cat
L2059[19:45:27] <Bizzycola> None for you
ENDERKITTY
L2060[19:45:44] *
EnderCat rolls his eyes at Bizzycola
L2061[19:45:46] *
EnderMax gives catnip to EnderCat
L2062[19:45:56] *
Bizzycola sprays enderkitty with water
L2063[19:46:02] *
EnderMax murders Bizzycola
L2064[19:46:02] <Bizzycola> DON'T YOU
MOVE YOUR EYES AT ME
L2065[19:46:15] *
EnderCat gives Bizzycola the death stare
L2066[19:46:19] *
EnderDragon murders everyone
L2067[19:46:29] *
Bizzycola puts the cat food too high up for EnderCat
L2068[19:46:34] <Bizzycola> MWAHAH!
L2069[19:46:53] *
EnderCat teleports to the bowl
L2070[19:46:53] <EnderDragon> How can you
do that after you died three times? ¬_¬
L2071[19:47:01] <Bizzycola> Oh okay
L2072[19:47:08] *
Bizzycola is ded
L2073[19:47:10]
⇦ Parts: Bizzycola (~Bizzycola@bizzycola.us.to)
(Leaving))
L2075[19:47:36] <v^> lets see if ^v will
run on terra
L2076[19:47:46] <v^> .didtoday discovered
terra's awesomeness
L2077[19:47:46] <^v> v^, Inserted
L2078[19:47:47] <EnderDragon> v^: it
should
L2079[19:48:06] <v^> EnderDragon, i have
a modified LuaJIT so it might be weird <_>
L2080[19:48:32] <EnderMax> how have you
modified it
L2081[19:48:40]
⇨ Joins: Bizzycola (~Bizzycola@bizzycola.us.to)
L2082[19:48:46] *
Bizzycola is still ded but was invited back somehow
L2083[19:48:47] <EnderCat> .l
return(#"JoshTheEnder" .. #"EnderCat" )
L2084[19:48:47] <^v> EnderCat, 128
L2085[19:48:54] <EnderCat> ¬_¬
L2086[19:49:04] <EnderCat> .l
return(#"JoshTheEnder" .. " " ..
#"EnderCat" )
L2087[19:49:04] <^v> EnderCat, 12 8
L2088[19:49:06] <EnderCat> there
L2089[19:49:22] *
EnderCat gives Bizzycola the stare if regeneration
L2090[19:49:38] *
Bizzycola is revived
L2091[19:49:39] <Bizzycola> OW
L2092[19:49:40] <Bizzycola> THAT
HURT
L2093[19:50:08] <EnderDragon>
JoshTheEnderCat :P
L2094[19:50:24] <v^> EnderDragon, .-.
what was the point of that
L2095[19:50:31] <v^> you diddnt need the
return
L2096[19:50:33] <v^> also
L2097[19:50:42] <v^> .l
#"JoshTheEnder",#"EnderCat"
L2098[19:50:42] <^v> v^, 12 | 8
L2099[19:50:44] <EnderCat> v^: wrong
Ender
L2100[19:50:44] <EnderDragon> I didn't
return anything
L2101[19:50:49] <v^> derp
L2102[19:50:55] *
v^ eats dragonz
L2103[19:50:57] *
EnderDragon flies through v^
L2104[19:51:06]
⇦ Quits: gjgsleep (~tricia@119.15.76.203) (Ping timeout: 190
seconds)
L2105[19:51:12] <EnderDragon>
Regeneration and stuff :P
L2106[19:51:18] <EnderMax> v^: can i
compile love2d with terra
L2107[19:51:28] <v^> EnderMax, probably
not
L2109[19:51:41] <v^> i dont think the
apis are interchangable
L2110[19:51:43] <EnderDragon> EnderMax:
Terra is a superset of Lua, it should work
L2111[19:52:08] <Bizzycola> Didn't you
say you wanted to play a game, enderkitty?
L2112[19:52:13]
⇦ Quits: feldim2425
(~michael@178-190-203-58.adsl.highway.telekom.at) (Quit:
Konversation terminated!)
L2113[19:52:23] *
EnderDragon points a laser on the wall
L2114[19:53:10] *
EnderCat climbs up Bizzycola's back
L2115[19:53:15] <Bizzycola> ow
L2116[19:53:24] <Bizzycola> AHH! GET IT
OFF! GET IT OFF!
L2117[19:53:28] *
Bizzycola smacks back with a broom
L2118[19:53:52] *
EnderCat self-quantum-locks
L2119[19:55:49] <Bizzycola> AHHH!
L2120[19:56:00] *
Bizzycola jumps in a pool
L2121[19:56:22] *
EnderCat un-self-quantum-locks
L2122[19:56:26] <EnderDragon> Water, the
enemy of all enderthings
L2123[19:56:35] <Bizzycola> Especially if
it is ender and cat
L2124[19:57:09] <Kilobyte> wtf my dad
wants me to shut down pc when i leave it for more than 5 mins
L2125[19:57:20] <Bizzycola> lol
L2126[19:57:20] <EnderDragon>
Sense!
L2127[19:57:23] <Bizzycola> turn off the
monitor
L2128[19:57:25] <Bizzycola> :D
L2129[19:58:26] ***
EnderMax is now known as gamax92
L2130[20:00:35]
⇨ Joins: dmod_
(uid32492@id-32492.uxbridge.irccloud.com)
L2131[20:02:13] <istasi> anyone know if
you can calc the optimal resolution to maximize monitor use?
L2132[20:02:39] <EnderDragon>
gpu.maxResolution gives you the max resolution I thought
L2133[20:02:40] <Ragnarok> ACKS YOU
L2134[20:02:41] <v^> you can
L2135[20:02:49] <EnderDragon> .w
gpu.maxResolution
L2136[20:02:49] <^v> EnderDragon,
gpu.maxResolution():number,number Gets the maximum resolution
supported by the GPU and the screen it is bound to (minimum of the
two).
L2137[20:02:57] <v^> <_> he said
optimal
L2138[20:03:11] <EnderDragon> istasi:
Define optimal
L2139[20:03:37] <istasi> so there's next
to no unused space on the monitor
L2140[20:03:53] <EnderDragon> v^: that is
maxresolution
L2142[20:04:00] <istasi> no it is
not
L2143[20:04:15] <v^> EnderDragon, you
know the border .-.
L2144[20:04:43] <v^> idk i was going to
make something to calculate it but it is complicated D:
L2145[20:05:15] <EnderDragon> You need to
know the size of the monitor, and take a multiple of that.
L2147[20:05:42] <istasi> but would
certainly have perfered a pure calc method
L2148[20:05:50] <v^> awesome thing about
making an OC emulator is that it requires a lot less
programming
L2149[20:05:57] <v^> most of the apis are
in the OS
L2150[20:05:58] <EnderDragon> istasi: Can
you get a proxy to the screen component and print its
members?
L2151[20:06:10] <istasi> yes,
getAspectRation
L2152[20:06:22] <v^> oh well thats
easy
L2153[20:06:25] <istasi> will show, {3,2}
etc
L2154[20:06:25] <EnderDragon> do you know
what that returns?
L2155[20:07:14] <EnderDragon> What
happens when you set the resolution to 30 20 ?
L2156[20:07:22] <EnderDragon> See if the
border is still there?
L2157[20:07:27] <v^> so you multiply the
aspect ratio by the character resolution ratio
L2158[20:07:53] <v^> then multiply that
by max width
L2159[20:08:01] <istasi> enderdragon, a
character is not as wide as it is high
L2160[20:08:09] <v^> now you have the
optimal width/height
L2161[20:08:13] <EnderDragon> True,
forgot about that.
L2162[20:08:35] <v^> so yeah, i gtg
L2163[20:08:41]
⇨ Joins: gjgsleep (~tricia@119.15.76.203)
L2164[20:08:43] <EnderDragon> Bye
v^
L2165[20:09:20] <Kodos> Or just do what I
do, and use a 6x3 monitor setup for T3 screens
L2166[20:11:58] <gamax92> v^: kilobyte is
making an emulator
L2167[20:12:02] <EnderDragon> istasi: I
think multiplying the aspect ratio of the screen with the aspect
ratio of the characters should give you the correct results.
L2168[20:12:56] <istasi> a single
character is 10 18 ... so if a setup is 3 2, how do i math
it?
L2169[20:12:57] <v^> gamax92, he
is?
L2170[20:13:00] <v^> <_> i can beat
him
L2171[20:13:00] <gamax92> yes
L2172[20:13:02] <gamax92> VirtualOC
L2173[20:13:10] <v^> OClite is life
L2174[20:13:14] <v^> OClite is love
L2175[20:13:18] <gamax92> go do it
then
L2176[20:13:54] <EnderDragon> istasi:
Then I guess a screen for one char would be 10*3 by 18*2
L2177[20:14:21] ***
Alissa is now known as Alissaway
L2178[20:14:41] <EnderDragon> istasi: But
then you have it in pixels. You sure just multipling with the
aspect ratio didn't work? Did you try that?
L2179[20:15:39] <istasi> i cant make it
guess right
L2180[20:16:25] <istasi> so if
aspectratio is 3,2 how would you actually math it?, max is 160, it
can be 50x160 which is just as valid a resolution as 160x, 100x80
is a valid resolution etc.
L2181[20:18:38] <EnderDragon> try 60 by
40, 120 by 80, 90 by 60
L2182[20:18:54] <EnderDragon> See if the
border comes upt with those resolutions
L2183[20:19:11] <istasi> on a 3x2 best is
150x53
L2184[20:19:29] <istasi> on a 2x2 its
121x66
L2185[20:21:09] <EnderDragon> is aspect
ratio the number of monitors? If that is the case, my theory won't
work
L2186[20:21:30] <istasi> it is, its 3
monitors wide, 2 monitors high, so 6 monitors total
L2187[20:21:43] <EnderDragon> Then you
need to know the size of the monitor in pizels
L2188[20:22:08] <EnderDragon> And then
you can calculate the height of the monitor in Pixels, and the
width of the monitor in Pixels.
L2189[20:22:38] <EnderDragon> You know
the width and height of a character, and then you can use
that
L2190[20:23:21] ***
Alissaway is now known as Alissa
L2191[20:24:57]
⇨ Joins: DaeDroug
(uid22591@id-22591.highgate.irccloud.com)
L2192[20:29:26] *
EnderCat meows
L2193[20:29:38] *
gamax92 pokes EnderCat
L2194[20:29:39] *
EnderDragon pets EnderCat
L2195[20:29:56] *
EnderCat purs
L2196[20:29:58] ***
Alissa is now known as Alissaway
L2197[20:30:07] ***
Daiyousei is now known as Daiyousei|TF2
L2198[20:30:12] <gamax92> EnderCat: any
chance we can see the NonBrokenPortals mod?
L2199[20:30:22] <EnderCat> ?
L2200[20:30:27] <Bizzycola> Never!
L2201[20:30:28]
⇦ Parts: Bizzycola (~Bizzycola@bizzycola.us.to)
(Leaving))
L2202[20:30:39] <EnderCat> gamax92: what
are you on about?
L2203[20:30:49] <gamax92> it makes it so
nether portals don't randomly link up to other people's where they
may be like several blocks away
L2204[20:30:55] <gamax92> or even
underground
L2205[20:31:20] <EnderCat> maybe, but i'm
putting stargates down so people can use those to get to the nether
and back
L2206[20:31:31] <gamax92> aww
L2207[20:31:37] <gamax92> but I wanted
something to write.
L2208[20:31:43] <gamax92> .-.
L2209[20:32:10] <EnderCat> you can do it
if you want :)
L2210[20:32:53] <gamax92> meh i still
have to fire up the other computer, make sure i didn't bork the
kernel and potentially find my ...
L2211[20:33:02] <gamax92> I've completly
forgotten what else i wanted to do
L2212[20:33:35] <gamax92> oh right, check
things in luaj
L2213[20:33:37] <gamax92> brb
L2214[20:36:15] <gamax92> Good news! I
borked the kernel
L2215[20:36:34] *
EnderDragon celebrates
L2216[20:36:58] <gamax92> I saw that 3.13
was in the list so assumed the modules for it were still
installed
L2217[20:36:59] <gamax92> nope
L2218[20:51:19] ***
Alissaway is now known as Alissa
L2219[20:57:51]
⇦ Quits: EnderDragon
(~Wobbo@5249A243.cm-4-2c.dynamic.ziggo.nl) (Quit:
EnderDragon)
L2220[20:59:18]
⇨ Joins: Wobbo
(~Wobbo@5249A243.cm-4-2c.dynamic.ziggo.nl)
L2221[20:59:18]
zsh sets mode: +v on Wobbo
L2222[21:01:25] ***
Kodos is now known as Kodos|Zzz
L2223[21:01:50]
⇦ Quits: Kodos|Zzz
(~Kodos@2602:306:ce20:6c30:6414:9a96:f730:a302) (Read error:
Connection reset by peer)
L2224[21:04:46] ***
Alissa is now known as Alissaway
L2225[21:06:30]
⇦ Quits: gjgsleep (~tricia@119.15.76.203) (Ping timeout: 186
seconds)
L2226[21:06:51]
⇨ Joins: gjgsleep (~tricia@119.15.76.203)
L2227[21:07:28] ***
justastranger|zzz is now known as justastranger
L2228[21:10:46]
⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping
timeout: 186 seconds)
L2229[21:12:11]
⇨ Joins: sully0 (~sully@192.241.175.50)
L2230[21:12:33]
⇦ Quits: Lumien (~lumien@p4FED46C9.dip0.t-ipconnect.de) (Ping
timeout: 189 seconds)
L2231[21:16:00]
⇨ Joins: tywilburn16
(webchat@c-73-190-136-162.hsd1.tn.comcast.net)
L2232[21:20:13] <tywilburn16> is this the
place where people get help with the OpenComputers mod?
L2233[21:20:58] <EnderCat> No, we sell
Tea
L2234[21:21:01] <EnderCat> JK yes it
is
L2235[21:21:17] <Wobbo> EnderCat: So… No
more tea? D:
L2236[21:21:28] <Wobbo> I just wanted to
order another shipment!
L2237[21:21:31] <EnderCat> Wobbo: we ran
out....
L2238[21:21:31] <Caitlyn> Tea, Earl Grey,
hot
L2239[21:21:36] *
Porygon is a coffee salesman
L2240[21:21:59] <Wobbo> Porygon: No, you
are an artificially created Pokemon
L2241[21:22:32] <Porygon> :|
L2242[21:22:35] <tywilburn16> ok. i
updated to OC 1.3.0 and when i try to use the computer i built it
keeps popping the same thing: Unrecoverable Error No bootable
Medium Found. how do i fix this?
L2243[21:22:44] *
Porygon vaporizes Wobbo
L2244[21:23:04] <Wobbo> tywilburn16: You
need to get an instalation floppy for OpenOS
L2245[21:23:30] <Wobbo> Porygon: I'm a
dra… Oh, no dragon anymore… :(
L2246[21:23:32] <EnderCat> you need to
put an OpenOS disk in a drive attached to the pc
L2247[21:23:40] <Wobbo> Porygon: Pokemon
don't attack Humans!
L2248[21:24:05] <EnderCat> this was
because of a change from 1.2 to 1.3 where the OS is nolonger
hardcoded to computers
L2249[21:24:10] <Porygon> this is not the
pokemon world
L2250[21:24:14] <tywilburn16> how do i
get an openos disk?
L2251[21:24:24] <EnderCat> normal floppy
+ book
L2252[21:24:27] <EnderCat> IIRC
L2253[21:25:01] <Porygon> also, yes they
do
L2254[21:25:12] <tywilburn16> ok i put it
in the drive. now what?
L2255[21:25:18] <EnderCat> boot the
computer
L2256[21:25:30] <Porygon> you need a
pokemon before going into grass
L2257[21:25:31] <EnderCat> then run the
install program
L2258[21:25:51] <Wobbo> Porygon: They
don't hurt humans!
L2259[21:26:34] *
Porygon kills Wobbo again
L2260[21:26:45] <Wobbo> D:
L2261[21:27:10] <tywilburn16> ok its
working now.
L2262[21:27:12] <Wobbo> Nobody will
evolve you if you treat people that way!
L2263[21:28:26] <tywilburn16> whats the
'bui' floppy disc for?
L2264[21:28:58] <Kilobyte> tywilburn16:
check whats it called
L2265[21:29:15] <EnderCat> tywilburn16:
should be called 'build'
L2266[21:29:19] <Kilobyte> but its prob
one that spawns in dungeons
L2267[21:29:20] <tywilburn16> it is
L2268[21:29:33] <Kilobyte> aka contains a
utility program
L2269[21:30:08] <gamax92> Kilobyte: if
you need a program that does B, would you use program A, which can
do B. or would you use program B which can do
X,U,J,K,@,A,%,D,H,B,Z,F,7, takes up more space, and potentially
crashes more since it can do more stuff?
L2270[21:30:32] <tywilburn16> am i
supposed to put it in a computer or somewhere else
L2271[21:30:42] <Kilobyte> i would use a
program that does exactly B
L2272[21:31:14] <Wobbo> gamax92: Depends,
if program A is cat and program B is vim, vim it is
L2273[21:31:39] <Kilobyte> a program
should do one single thing.
L2274[21:31:43] <Kilobyte> not more, not
less
L2275[21:31:52] <Wobbo> *cough* vim
*cough*
L2276[21:32:00] <Kilobyte> vim is a text
editor
L2277[21:32:10] <gamax92> Wobbo: so you'd
use vim for showing contents of files to other programs?
L2278[21:32:11] <Kilobyte> and its
awesome at being that
L2279[21:32:11] <Wobbo> But it does more
than one thing.
L2280[21:32:30] <Kilobyte> Wobbo: i mean
stuff like. cp and mv shouldn't be merged
L2281[21:32:41] <Wobbo> gamax92: No :P, I
forgot to add to B would be making a new file :P
L2282[21:32:43] <gamax92> Wobbo: will you
use vim to copy /dev/urandom to /dev/dsp
L2283[21:32:46] <tywilburn16> how do i
make a robot do things
L2284[21:32:51] <Wobbo> Kilobyte: No,
that is true
L2285[21:33:03] <Wobbo> tywilburn16: Use
the robot api
L2286[21:33:07] <Wobbo> .w robot
L2288[21:33:31] <Wobbo> tywilburn16: That
^ is the link to the documentation
L2290[21:33:48] -Kibibyte- [Kilobyte] [Dubstep]
- Pegboard Nerds - Here It Comes [Monstercat Release] | by
monstercatmedia | 3m35s | 4w3d ago | 680,546 views | Rated:
4.94/5.00
L2291[21:34:19] <tywilburn16> no like
build one.
L2292[21:34:43] <Kilobyte> robot
assember
L2293[21:34:49]
⇨ Joins: ping (~notPing@198.109.114.66)
L2294[21:34:49]
zsh sets mode: +v on ping
L2295[21:35:04] <Kilobyte> just place it,
give it energy and it will give instructions in gui
L2296[21:35:24] <Wobbo> tywilburn16:
build.lua uses the robot api to move the robot and stuff
L2297[21:35:46] <Kilobyte> Wobbo: you
were misunderstanding him
L2298[21:35:51] <Kilobyte> he wants to
MAKE one
L2299[21:35:55] <Wobbo> Ahhh
L2300[21:35:58] <tywilburn16> is it
possible for me to control my robot from my computer?
L2301[21:36:11] <Kilobyte> if you give
the robot a wireless network card yes
L2302[21:36:21] <Kilobyte> iirc you can
also communicate through the charging station
L2303[21:36:28] <Wobbo> And you need some
sort of romet control
L2304[21:37:14] <tywilburn16> ok
L2305[21:37:39] <ping> $tip Kilobyte
100
L2306[21:37:39] <^vDoge> ping, Sent Ð100
to Kilobyte (Stiepen)
L2307[21:37:46] <Wobbo> I'm going.
L2308[21:37:46] <Kilobyte> \o/
L2309[21:37:49] <Wobbo> Bye
L2310[21:37:51] <Wobbo> $dal
L2311[21:37:54] <Kilobyte> bye
L2312[21:37:54] <Wobbo> $bal
L2313[21:37:54] <^vDoge> Wobbo,
Ð100
L2314[21:37:55] <Kilobyte> $bal
L2315[21:37:55] <^vDoge> Kilobyte,
Ð300
L2316[21:38:20]
⇦ Quits: Wobbo (~Wobbo@5249A243.cm-4-2c.dynamic.ziggo.nl)
(Quit: Wobbo)
L2317[21:38:56] <tywilburn16> no bootable
medium.
L2318[21:39:24] <Kilobyte> yes, you need
to include a boot disk or a hard disk in robot iirc
L2319[21:39:30] <Kilobyte> not 100% sure
on that
L2320[21:40:10] <tywilburn16> do i have
to restart on it or can i put it in now?
L2321[21:40:37] <Kilobyte> umm i don't
think you can put it into robot gui (try it)
L2322[21:40:48] <Kilobyte> you may have
to disassemble it
L2323[21:40:59] <Kilobyte> i am not sure
though
L2324[21:42:33] <tywilburn16> ok so now
where do i put the floppy (i had parts for one in a old
chest)
L2325[21:44:31] <tywilburn16> do i put it
in the floppy disc slot or does it not go there
L2326[21:45:20] ***
Ragnarok is now known as LordBot
L2327[21:45:25] ***
LordBot is now known as Ragnarok
L2328[21:45:36] <Ragnarok> you saw
nothing
L2329[21:47:35] ***
Daiyousei|TF2 is now known as Daiyousei
L2330[21:49:48] <Kilobyte> tywilburn16:
try it
L2331[21:52:42]
⇦ Quits: robhol (~robhol@145.153.164.82.customer.cdi.no)
(Ping timeout: 189 seconds)
L2332[21:55:26] ***
Alissaway is now known as Alissa
L2333[22:00:07] ***
^vDoge is now known as v^Doge
L2334[22:00:11] ***
ping is now known as ^vDoge
L2335[22:00:18] ***
^vDoge is now known as ping
L2336[22:00:21] <Ragnarok> Hi, To move my
name as James Bond here, shit Fuck Me.
L2337[22:00:35] <Ragnarok> Hello, my name
is James Bond and I fuck shit up wherever I go.
L2338[22:00:42] ***
v^Doge is now known as ^vDoge
L2339[22:00:42] <Ragnarok> thats some
compression
L2340[22:00:50] <tywilburn16> ok i
installed openos on the robot
L2341[22:00:59] <Ragnarok> ohdamn
L2342[22:01:03] <Ragnarok> this wasn't
#ocbots
L2343[22:01:39] *
EnderCat slaps Ragnarok
L2344[22:01:56] <Ragnarok> EnderCat,
sorry
L2345[22:02:00] <Ragnarok> I keep
misclicking
L2346[22:02:15] <Ragnarok> I need to join
a channel that would go between #oc and #ocbots
L2347[22:02:29] <Ragnarok> done
L2348[22:06:01] ***
Alissa is now known as Alissaway
L2349[22:10:19] <ping> Ragnarok,
wдt
L2350[22:10:28] <ping> #ocfag
L2351[22:10:39] <ping> derp, thought i
was in ocbots :v
L2352[22:10:47] <ping> also that
fails
L2353[22:10:50] <ping> >_>
L2354[22:14:47]
⇦ Quits: Daiyousei (~nick1@188.113.81.176) (Quit: WeeChat
1.0-dev)
L2355[22:15:33] *
Sangar yawns
L2356[22:16:00] *
EnderCat curls up on Sangar's lap
L2357[22:16:34] <Sangar> that'll make me
even more sleepy :P
L2358[22:16:57] *
EnderCat digs his claws in to wake Sangar up
L2359[22:17:07] <Sangar> thanks
L2360[22:18:10] <Sangar> now, to finish
that script a way toying around with...
L2361[22:21:32] <ping> nope
L2362[22:23:05] ***
gjgsleep is now known as gjgfuj
L2363[22:33:06]
⇦ Quits: ping (~notPing@198.109.114.66) (Ping timeout: 190
seconds)
L2364[22:33:44] <gamax92> ohai
Sangar
L2365[22:34:32] <Sangar> hi gamax92
L2366[22:35:53] <EnderCat> i'm off
o/
L2367[22:36:00] <Sangar> \o
L2368[22:36:50] <gamax92> Sangar: i found
a bug with patterns
L2369[22:36:56]
⇦ Quits: Hobbyboy
(~Hobbyboy@host217-44-129-199.range217-44.btcentralplus.com) (Quit:
Leaving)
L2370[22:37:26] <Sangar> another one?
:P
L2371[22:37:48] <gamax92> ya
L2372[22:41:44]
⇦ Parts: tywilburn16
(webchat@c-73-190-136-162.hsd1.tn.comcast.net) ())
L2373[22:44:45] <Sangar> .openprg
L2375[22:49:54] ***
Alissaway is now known as Alissa
L2376[22:53:15] <Techokami> damnit, for
some reason I can't place a keyboard on a Bibliocraft table as a
block (with sneak + right click) :(
L2377[22:53:31] <Sangar> can you place a
torch on it?
L2378[22:53:41] <Techokami> yes
L2379[22:53:47] <Sangar> huh
L2380[22:54:00] <Techokami> I can place a
computer case and a monitor
L2381[22:54:05] <Techokami> just... not
the keyboard
L2382[22:54:14] <Techokami>
baffling
L2383[22:56:04] <Sangar> the only check
relevant is the 'isBlockSolidOnSide', would have to return false.
which it in this case probably does.
L2384[22:56:04] ***
Nentify is now known as Nentify|away
L2385[22:56:15] <Techokami> yeah
L2386[22:56:23] <Techokami> for now I'll
just use microblocks :(
L2387[22:57:50] <Sangar> i suppose i
could additionally check for "||
isBlockTopFacingSurfaceSolid" if it's the top face... but i
wonder if that would even help in this case.
L2388[22:58:00] <Techokami> we could
try
L2389[22:59:16] <Techokami>
................ I can't place a keyboard on top of a FMP panel
either
L2390[22:59:30] <Techokami> it's like
someone doesn't want me to make a nice computer desk
L2391[23:00:11] ***
Flenix is now known as SleepyFlenix
L2392[23:01:10] <Techokami> aaaaaaand it
doesn't even work on an upside down vanilla slab. aaaaaaugh
L2393[23:01:55] <Sangar> oh actually i
cant use that, that's client side only.
L2394[23:02:04] <Techokami> it only works
on fully solid blocks :(
L2395[23:02:28] <Techokami> I am very
sad
L2396[23:03:06] <gamax92> okay
L2397[23:03:34] <gamax92> so
string.format("%s") does absolutely nothing regarding
left/right align, zero pad, precision, etc.
L2398[23:03:39] <Sangar> Techokami, uhm,
it does work on slabs and covers for me?
L2399[23:03:47] <gamax92> it only trims
the string to the nearest \-
L2400[23:03:53] <gamax92> *\0
L2401[23:04:13] <Techokami> it wasn't
working for me
L2402[23:04:38] <Techokami> I think I
have the latest FMP
L2404[23:05:29] <Sangar> actually, let me
test in 1.7...
L2405[23:05:37] <Techokami> yeah
L2406[23:05:42] <Techokami> since that's
what I'm using
L2407[23:07:16] <vifino> Woop woop lua
httpd :D
L2408[23:07:21] <Techokami> :O
L2409[23:07:22] <vifino> ubercool
L2410[23:07:28] <vifino> Async
L2411[23:07:30] <Techokami> impressive,
Star Fox
L2412[23:07:43] <vifino> Lua as http
replacement :D
L2413[23:07:57] <vifino> You can use
everything but php
L2414[23:08:37] <vifino>
"index.lua" -> "os=require("os") return
os.date()"
L2415[23:08:39] <vifino> <3
L2416[23:08:42] <Techokami> heh
L2417[23:08:57] <vifino> liaraHTTPd
OP
L2418[23:09:08] <vifino> ( I like the
name i gave it )
L2419[23:10:43] <vifino> I gotta work on
it further
L2420[23:11:00] <vifino> I mean, as a two
hour project, it is really good
L2421[23:11:20] <Sangar> Techokami, yep,
it's 1.7. so someone will have to tell me what the replacement for
'isBlockSolidOnSide' is if it apparently isn't
'isSideSolid`...
L2422[23:11:40] <vifino> Also, its
several times faster than apache :D
L2423[23:12:49] <Techokami> Sangar I
think it is isSideSolid
L2424[23:12:50] <gamax92> gah theres so
many problems with format
L2425[23:13:35] <Sangar> Techokami,
that's what i'm using
L2426[23:13:40] <Techokami> O_o
L2427[23:13:51] <Techokami> hmmmm
L2428[23:14:12] <Sangar> oh. oooh. ffs.
why does 'side' mean something different in every second conext?
-.- so annoying.
L2429[23:15:01] <gamax92> side, as in
client/server, left/right/up/down/forwards/backwards, for/against,
inside/outside
L2430[23:15:24] <gamax92> Sangar: okay,
so string.format may be written. many issues with it.
L2431[23:15:29] <gamax92> but, gtg
L2432[23:15:47] <vifino> bai
gamax92
L2433[23:16:42] <Kilobyte> Sangar:
meanwhile i am mostly done with .class file parsing
L2434[23:16:55] <Sangar> side as in
left/right/up/down/etc
L2435[23:17:03] <Sangar> \o gamax92
L2436[23:17:12] ***
Alissa is now known as Alissaway
L2437[23:17:27]
⇦ Quits: sciguyryan
(sciguyryan@109-205-169-254.dynamic.swissvpn.net) ()
L2438[23:17:39] <Sangar> Techokami, fixed
it
L2439[23:17:47] <Techokami> :O
L2440[23:17:55] <Techokami> oh boy
L2441[23:18:50] <Kilobyte> Sangar: my
final aim is to be able to run scala
L2442[23:19:02] <Sangar> Kilobyte, now
i'm scared
L2443[23:19:04] <Kilobyte> then i'll hook
it into OC via architecture API
L2444[23:19:11] <Sangar> wow
L2445[23:19:15] <Kilobyte> Sangar: simple
scala :P
L2446[23:19:19] <Kilobyte> nothing
crazy
L2447[23:19:26] <Kilobyte> it will ofc be
slow xD
L2448[23:19:34] <Sangar> heh
L2449[23:19:40] <Kilobyte> since no JIT
compilation but bytecode interpretation
L2450[23:19:54] <Kilobyte> we'll see how
far i get it
L2451[23:20:19] <Sangar> will it be able
to limit memory use?
L2452[23:20:25] <Kilobyte> dunno
yet
L2453[23:20:29] <Kilobyte> maybe, maybe
not
L2454[23:21:16] <Sangar> because the only
semi-sane possibility for java-ish stuff i found would be to start
a new java vm with limited max memory, which is... not
optimal?
L2455[23:21:22] <Sangar> so that would be
pretty great
L2456[23:21:35] *
gamax92 starts Sangar on 32MB's of ram
L2457[23:21:37] <Kilobyte> yeah
L2458[23:21:38] <Ragnarok> (or maybe User
Mode Liiiiiiinuxxxxxxx)
L2459[23:21:45] <gamax92> I like what
Ragnarok is suggestging
L2460[23:21:58] <Kilobyte> Ragnarok:
someone was going to embed qemu as arch
L2461[23:22:09] <gamax92> Kilobyte: no, i
was joking when i said that
L2462[23:22:10] <Ragnarok> And then you
can run User Mode Linux from inside User Mode Linux
L2463[23:22:18] <Kilobyte> Ragnarok:
xD
L2464[23:22:22] <Ragnarok>
UMLCEPTION
L2465[23:22:29] <Ragnarok> I actually
need to try that
L2466[23:22:44] <Techokami> gamax92, you
can edit the RAM values in the config :O
L2467[23:22:50] <gamax92> yes and
L2468[23:23:01] <Techokami> so if you
want 32MB, you can have 32MB
L2469[23:23:12] <gamax92> okay?
L2470[23:23:19] <gamax92> i can also just
disable memory usage
L2471[23:23:23] <gamax92> erm,
limiting*
L2472[23:23:24] <Techokami> heh
L2473[23:23:48] <Techokami> in my modpack
I bumped the storage limits and paste limits
L2474[23:24:03] <gamax92> I bump the read
speed to 8192
L2475[23:41:11] ***
vifino is now known as vifino|away
L2476[23:53:45] <v^> i am back
L2477[23:53:52] *
v^ eats gamax92
L2478[23:57:08] <Kilobyte> Sangar: <3
scala
L2479[23:57:12] <Kilobyte> ret.constants
= new Array[ConstantEntry](ret.constantPoolCount - 1)
L2480[23:57:12] <Kilobyte>
ret.constants.map (el => ConstantEntry.parse(in))
L2481[23:57:29] <Techokami> Sangar, can
confirm fix works \o/
L2482[23:57:43] <EnderCat> i cannot sleep
:/
L2483[23:58:13] *
Kilobyte injects strong sleep medicine into EnderCat
L2484[23:58:26] <Sangar> Kilobyte, i
don't know the context, but that plain map that's not assigned to
anything looks suspicious?
L2485[23:58:31] <Sangar> Techokami, great
:)
L2486[23:58:39] *
EnderCat claws Kilobyte
L2487[23:58:42] <Kilobyte> Sangar: thanks
:P
L2488[23:59:28] <Kilobyte> Sangar: part
of classfile parser
L2489[23:59:52] <Sangar> mhm