<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:06:50] <gamax92> Sangar: well, I got
some NPE thing when I reopened the world and "Kernel returned
unexpected results."
L2[00:06:53] <gamax92> However, it is
running
L3[00:07:40] <gamax92> tonumber patch
works
L4[00:08:37] <gamax92> tostring patch
works
L5[00:12:12] <Kilobyte> Sangar: umm.... this
code doesn't work
L6[00:12:27] <Kilobyte> lemme get you
details
L7[00:16:01] <Kilobyte> nvm, scalac was
cleverer than intellij at this
L8[00:21:48] <v^> gamax92, all the bugs
gone?
L9[00:22:21] <gamax92> v^: well, you can go
test it out if you wish.
L10[00:23:41] <gamax92> v^: this is fixed:
(string.sub and string.find) bug, tonumber handling extra chars,
tonumber's overflow, tostring's casting to long and using
Float
L11[00:24:52] ***
Alissaway is now known as Alissa
L12[00:25:42] ⇨
Joins: AaronM
(~AaronM@108-228-76-252.lightspeed.mmphtn.sbcglobal.net)
L13[00:25:55] <AaronM> Is there a way to
have a higher resolution monitor in a robot?
L14[00:27:24] <Kilobyte> atm not
L15[00:27:55] <Kilobyte> Sangar is in
charge of those suggestions
L16[00:28:00] <Kilobyte> hes afk atm
though
L17[00:29:49] ***
vifino is now known as vifino|off
L18[00:30:23] ***
vifino|off is now known as vifino|away
L19[00:33:39] <Sangar> and i'm back
L20[00:34:38] <Sangar> gamax92, great! i'll
check and pull it tomorrow, too tired to be trusted with anything
right now >_>
L22[00:35:15] <Kilobyte> Sangar: issue: how
do i make gui pop up on right click? is there any magic in
DiskDrive i am missing?
L23[00:36:02] <Sangar> Kilobyte, it's in
the rightclick handler in the block
L24[00:36:09] <Kilobyte> wait
L25[00:36:13] <Kilobyte> block != tile
entity
L26[00:36:16] <Sangar> yep
L27[00:36:16] *
Kilobyte facepalms
L28[00:36:23] <Kenny>
player.openGui()
L29[00:36:27] <Kilobyte> yesyes
L30[00:36:56] <Kenny> now how do you do a
listbox in a gui?
L31[00:37:32] <Sangar> AaronM, not really
planning to make robots have higher res screens. there are numerous
ways around it (like writing something like a pseudo-ssh and
putting a wlan card into the robot), and i'd like to avoid them
becoming omnipotent :P
L32[00:37:57] <Kilobyte> Sangar: btw, fan
sound persists on pause screen
L33[00:39:02] <Sangar> yes it does. feel
free to try and change that, i don't care enough to bother tbh
>_>
L34[00:40:34] <Kilobyte> Sangar: 2
questions. 1. where to register my gui
L35[00:40:54] <Kilobyte> 2. how to compare
an oc item with a mc item
L36[00:40:59] <Kilobyte> since you seem to
use some wrapper
L37[00:41:00] ⇦
Quits: xPucTu4 (yahoo@xPucTu4.Net) ()
L38[00:41:03] <AaronM> Sangar, I tried to
get a ncat.lua working but it's a pain without popen :P
L39[00:41:24] <Kilobyte> *cough*silcom is
going to become a thing*cough*
L40[00:41:34] <Sangar> Kilobyte, add an
entry to li.cil.oc.common.GuiType and the respective cases to the
GuiHandlers
L41[00:42:28] <Sangar> as for items, yeah,
use api.Items.get("name of the item") ==
api.Items.get(stack) e.g. (for the names either see the recipe file
or the Items/Blocks objects.
L42[00:43:04] <Sangar> AaronM, yeah,
someone really should implement a coroutine based popen *cough*
:P
L43[00:43:42] <Kilobyte> Sangar: gah, will
bother with that tomorrow
L44[00:43:49] <Kilobyte> for now i gonna
get gui working
L45[00:44:05] <Kenny> anyone: how do you do
a listbox in a gui?
L46[00:44:10] <Sangar> Kilobyte, if you
want to match to the actual type anyway, just use stack.getItem
match { case blah: item.Memory => } e.g. (if that's what this is
about)
L47[00:44:21] <Sangar> Kenny,
painfully?
L48[00:44:26] ⇨
Joins: xPucTu4 (yahoo@xPucTu4.Net)
L49[00:44:36] <Kilobyte> Sangar: i did that
and scalac was warning me that that will never be the case
L50[00:45:02] <Sangar> was item.Memory the
one from common.item or from driver.item? because it'd have to be
the former.
L51[00:45:23] <Kilobyte> common.item
L52[00:45:29] <Sangar> oooh
L53[00:45:39] <Sangar> right i always
forget those are multi items :P
L54[00:45:42] <Sangar> one sec
L55[00:46:57] <Sangar> Kilobyte,
Items.multi.subItem(stack) match { case memory: item.Memory =>
... }
L56[00:48:52] <Kilobyte> Sangar: whats
event for network messages?
L57[00:48:56] <Kilobyte>
network_message?
L58[00:49:15] ***
Xilandro is now known as Kodos
L59[00:49:16] <Sangar> network.message i
think
L60[00:49:29] <Sangar> oh wait in
lua?
L61[00:49:32] <Sangar> modem_message
L62[00:50:21] <Kilobyte> ye
L63[00:50:37] <Kilobyte> Sangar: sooo...
update...
L64[00:50:48] <Kilobyte> rightclicking the
router does.... noting.
L65[00:51:08] <Kilobyte> you can't place
blocks on it, but it also opens no gui
L66[00:51:30] <Sangar> you added the cases
to the GuiHandlers?
L67[00:51:52] <Kilobyte> i only found one
GuiHandler
L68[00:52:22] <Sangar> there are three, you
want the common and the client ones
L69[00:53:48] <Kilobyte> ah, i missed the
common one
L70[00:55:42] <Kilobyte> Sangar: argh 5
mins till i gotta sleep for realz
L71[00:56:01] <gamax92> v^: So, I decided
to improve the lua prompt, it now handle's "=(something)"
and will output values it gets.
L72[00:56:03] ***
Techokami is now known as Techokami|Off
L73[00:56:29] <Sangar> Kilobyte, yeah, i'm
pretty much off, too :P
L74[00:56:52] <Kilobyte> i gotta be
actually awake tomorrow
L75[00:57:00] <Kilobyte> aka eta of getting
up: 12
L76[00:57:52] <Kilobyte> Sangar: also, i
had to make maxQueueSize and relayDelay vars
L77[00:58:07] <Sangar> ofc
L78[00:58:49] <Kilobyte> lazy val kilobyte
= this
L79[00:59:09] *
Kilobyte loves to abuse programming language systax for completely
wrong things
L80[00:59:18] <Sangar> who doesn't
L81[00:59:27] <Kilobyte> i know
people
L82[00:59:28] <Kilobyte> :P
L83[01:00:49] <Kilobyte> Sangar: i saw
someone build a laser powered mosquito zapper
L84[01:01:41] <Kilobyte> it would find them
with a camera, scan their wing rate with a laser to detemine if its
female and if so, it would evaporate its wings with a stronger
laser
L85[01:02:10] <Sangar> o.O
L86[01:02:13] <Sangar> need
L87[01:02:20] <Kilobyte> xD
L88[01:03:00] <Kilobyte> oh well, code
doesn't work
L89[01:03:31] <Kilobyte> lemme get you the
video
L91[01:04:21] -Kibibyte- [Kilobyte] Top Hacker
Shows Us How It's Done: Pablos Holman at TEDxMidwests | by
tedxtalks | 17m51s | 96w1d ago | 1,583,5 views | Rated:
4.91/5.00
L92[01:04:31] <Kilobyte> Sangar: ^
L93[01:04:43] <Kilobyte> pretty much at
end
L94[01:09:34] <Kilobyte> on phone now
L95[01:09:55] <gamax92> I don't even ...
LuaJ's lua errors got even more less like lua's
L96[01:10:32] <Kilobyte> luaj errors also
break with tail calls
L97[01:10:41] <Sangar> Kilobyte, i love
talks like this :>
L98[01:11:19] <Kilobyte> Sangar: I love how
he explains what a real hacker is
L99[01:14:38] <Kilobyte> anyways, luaj
ignores tail calls on stack (c lua at least tells me there was a
tail call)
L100[01:14:57] <Kilobyte> makes debugging
significantly harder
L101[01:15:21] <Kilobyte> wtf gets this
called?!
L102[01:15:26] <gamax92> Sangar: I may
send you more fixes that do not improve OpenComputers but just
fixes things in LuaJ
L103[01:15:36] <Kilobyte> 30 mins later:
oh tail call
L104[01:15:47] <gamax92> like, os.getenv
does not look at the environment but instead looks at java
properties.
L105[01:16:15] <Kilobyte> that shouldnt
matter in oc tbh
L106[01:16:19] <Sangar> gamax92, sure
thing, though os.getenv in oc is overwritten with a pure lua
implementation anyway :P
L107[01:16:20] <gamax92> What did I just
say.
L108[01:16:31] <Sangar> but fixes are
always fine ;)
L109[01:16:52] <Kilobyte> best fix: rip
out luaj
L110[01:17:40] <gamax92> also I just fixed
that.
L111[01:17:43] <gamax92> :D
L112[01:18:33] <Kilobyte> Sangar: so I
only need my GUI in client and common handler?
L113[01:18:49] <Sangar> i think so
L114[01:19:36] <gamax92> aww, well thats
all the bugs on the bug tracker.
L115[01:21:54] <Sangar> anyway, i need
sleep :P
L116[01:21:56] <Sangar> gnight o/
L117[01:22:23] <Kilobyte> o/
L118[01:22:23] <Alissa> Bye Sangar.
L119[01:22:42] <Kilobyte> i'm off as
well... should have been 2 h ago
L120[01:22:53] <gamax92> okay, patterns
can potentially Java error like for mismatched ['s
L122[01:23:03] <v^> gamax92, ll
fuxed?
L123[01:23:04] <gamax92> string.format
cannot %s
L125[01:23:19] <gamax92> v^: what
L126[01:23:26] <gamax92> I'll
fucked?
L128[01:23:38] <v^> canantw type
L129[01:23:49] <v^> you know its bad when
you typo the typo
L130[01:23:54] <Kilobyte> luaj.is_a? Bug
#=> true
L131[01:29:38] ***
dsAway is now known as ds84182
L132[01:29:55] <ds84182> Gonna try my hand
at making a real gl nether mod
L133[01:43:01] ***
Alissa is now known as Alissaway
L134[01:43:03] ***
Cazzar is now known as Cazzar|Away
L135[01:43:39] ***
justastranger is now known as justastranger|zzz
L136[01:44:30] ***
justastranger|zzz is now known as justastranger
L137[02:03:12]
⇨ Joins: black3agl33
(~black3agl@197.225.234.132)
L138[02:05:22] ⇦
Quits: black3agl3 (~black3agl@197.225.227.161) (Ping timeout: 190
seconds)
L139[02:11:59] ***
ds84182 is now known as Euphoric
L140[02:16:58] ⇦
Quits: skilz_ (~skilz@203.213.225.94) (Remote host closed the
connection)
L141[02:27:59] ⇦
Quits: AaronM
(~AaronM@108-228-76-252.lightspeed.mmphtn.sbcglobal.net) (Quit:
Leaving)
L142[02:32:28] <SKSIsAsleep> Mornin-
afternoon o/
L143[02:33:34] ***
SKSIsAsleep is now known as ShadowKatStudios
L144[02:40:05] ⇦
Quits: MichiBot (root@isis.pc-logix.com) (Remote host closed the
connection)
L145[02:51:00] <Kenny> hey SKS
L146[02:56:52]
⇨ Joins: MichiBot (root@isis.pc-logix.com)
L147[03:20:16] ***
Alissaway is now known as Alissa
L148[03:32:53] ***
Alissa is now known as Alissaway
L150[03:37:03] ***
alekso56 is now known as alekso56_off
L151[03:37:28] <Euphoric> forward
L153[03:37:35] <v^> plsno
L154[03:37:54] <Kenny> up
L156[03:38:03] <Euphoric> down
L157[03:38:09] <v^>
<v^> down
L158[03:38:09] <v^>
<Euphoric> down
L159[03:38:13] <v^> i ninjad you
L160[03:38:13] <dmod_> Left
L161[03:38:13] *
Euphoric slaps v^ with a left
L162[03:38:17] <dmod_> Right
L163[03:38:18] <v^> lolololo
L164[03:38:26] <Kenny> east
L165[03:38:27] <Kenny> west
L166[03:38:27] <v^> dmod_ ninjad
Euphoric
L167[03:38:36] <Euphoric> * Euphoric slaps
v^ with a left
L168[03:38:36] <Euphoric> <dmod_>
Left
L170[03:38:43] <v^>
<dmod_>
Left
L171[03:38:43] <v^>
* Euphoric slaps v^ with a left
L172[03:39:20] <Kenny> same thing i have,
dmod first
L173[03:39:22] *
Euphoric grinds up v^'s internals and snuffs it
L174[03:39:31] <v^> my internals arent for
you
L175[03:39:50] <Euphoric> high on... vee
carrots
L176[03:40:07] <Kenny> high on......
L177[03:40:09] ⇦
Quits: gamax92 (gamax92@The.Dragon.Slayer.PanicBNC.eu) (Ping
timeout: 201 seconds)
L178[03:40:10] <Kenny> mary jane
L179[03:40:21] ⇦
Quits: wolfmitchell (~wolfmitch@172.245.212.58) (Ping timeout: 189
seconds)
L180[03:40:39] <Euphoric> I think I should
find some billy jeans for my mary jane.
L181[03:40:43] <Euphoric> teehee
L182[03:40:52] <v^> high on
22262266622116221611
L183[03:41:16] <Euphoric> > 6221
L184[03:41:18] <Euphoric> > nsfw
L185[03:51:51] ***
justastranger is now known as justastranger|zzz
L186[03:52:00] ***
Euphoric is now known as LordDankey
L187[03:52:55] <ShadowKatStudios> vee
carrots?
L188[03:52:57] <ShadowKatStudios>
o.O
L190[03:53:49]
⇨ Joins: gamax92
(gamax92@The.Dragon.Slayer.PanicBNC.eu)
L191[03:54:17] <ShadowKatStudios> So I'm
making it a habit that while I'm here, I download at least 3 anime
serises a day.
L193[03:57:09] <ShadowKatStudios> When I
go back home, we don't have internet there yet so I have to stock
up.
L194[04:09:14] <v^> ShadowKatStudios,
stock up on other things?
L195[04:09:38] <v^> encrypted things
L197[04:09:52] <ShadowKatStudios>
Encrypted things?
L198[04:10:12] <v^> the ones you encrypt
>_>
L199[04:12:15] ⇦
Quits: progwml6 (~progwml6@n2-198-175.resnet.drexel.edu) (Ping
timeout: 189 seconds)
L200[04:14:25]
⇨ Joins: progwml6
(~progwml6@n2-198-175.resnet.drexel.edu)
L201[04:14:33]
zsh sets mode: +v on progwml6
L202[04:20:33] <ShadowKatStudios> v^, I
don't have any super-secret superweapon projects.
L203[04:20:48] <gamax92>
uuuuuuuuuuuh
L204[04:20:52] <gamax92> uwot
panicbnc
L205[04:20:54] <v^> gamax92, he doesnt get
it
L206[04:21:23] <gamax92> v^: I see myself
joining on the bouncer log
L208[04:21:40] <v^> because panicbnc
died
L209[04:21:45] <v^>
* gamax92 has quit (Ping timeout: 201
seconds)
L210[04:21:50] <gamax92> ahh okay
L211[04:22:18] <v^> but yesh,
ShadowKatStudios is forgetting to save things...
L212[04:22:34] <gamax92> v^: gimme bugs to
fix.
L213[04:22:57] <v^> gamax92, i have a
toilet that needs crapping in
L214[04:23:04] <gamax92> v^: gimme luaj
bugs to fix.
L215[04:23:05] <v^> gimme non bugged
version
L216[04:23:11] <ShadowKatStudios> Uh...
The docs for various networking protocol?
L217[04:23:15] <ShadowKatStudios> s
L218[04:23:15] <v^> and ill see what other
anomalies exist
L219[04:23:31] <v^> ShadowKatStudios,
hint: most of the internet
L220[04:23:32] *
gamax92 pokes ShadowKatStudios
L221[04:23:53] <gamax92> v^: does lua
actually have some separate integer type>?
L222[04:23:58] <gamax92> or is it all
doubles
L223[04:24:11] *
ShadowKatStudios goes to find some statistics on the content on the
internet
L224[04:25:40] <v^> ShadowKatStudios, a
majority atleast
L225[04:25:51] <v^> gamax92, ints and
doubles
L226[04:25:57] <ShadowKatStudios> I can't
find a graph
L227[04:25:57] <gamax92> v^: oh
L228[04:26:08] <gamax92> v^: perhaps
LuaInteger is also broken
L229[04:26:18] <ShadowKatStudios> I'll
have to make one using google search results
L230[04:26:24] *
gamax92 pets ShadowKatStudios
L231[04:26:47] <ShadowKatStudios> meh, too
much work, back to anime.
L232[04:26:58] <gamax92> ShadowKatStudios:
which?
L233[04:27:16] <ShadowKatStudios> Last
EXILE.
L234[04:27:20] <v^> forbes you suck
L235[04:27:29] <v^> also, fireworks are
scaring shit out of cat
L236[04:27:44] <gamax92> v^: they have
fireworks at 12:27 am?
L237[04:27:55] <v^> every second
L238[04:27:59] <v^> i hear fireworks
L239[04:28:09] <gamax92> oh, you should
get that looked at.
L240[04:28:18] <gamax92> doesn't sound
healthy
L241[04:28:23] <v^> gamax92,
cityitis
L242[04:29:10] <LordDankey> .p
L243[04:29:11] <^v> Ping reply from
LordDankey 0.29s
L244[04:30:26] ***
Alissaway is now known as Alissa
L245[04:50:02] ⇦
Quits: MichiBot (root@isis.pc-logix.com) (Remote host closed the
connection)
L246[04:52:53]
⇨ Joins: MichiBot (~lb@206.255.164.162)
L247[04:53:04] ⇦
Quits: MichiBot (~lb@206.255.164.162) (Read error: Connection reset
by peer)
L248[04:53:33]
⇨ Joins: gjgfuj (~nanna@121.91.187.215)
L249[04:53:34]
⇨ Joins: MichiBot (root@isis.pc-logix.com)
L250[05:35:12] ⇦
Quits: gjgfuj (~nanna@121.91.187.215) (Quit: Leaving)
L251[05:39:38] <Kodos> I read citytits for
a second
L252[05:40:00] <Alissa> What did you read
that made you read "citytits"
L253[05:40:07] <Kodos> v saying
cityitis
L254[05:40:11] <Kodos> Also I did just
wake up
L255[05:40:30]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L256[05:42:33]
⇨ Joins: Vexatos
(~Vexatos@p200300556E687A7019F3031EA8E17DF9.dip0.t-ipconnect.de)
L257[05:47:01] <Caitlyn> onethree
L258[05:47:06] <Caitlyn> %onethree
L260[05:47:10] <Caitlyn> good.
L261[05:49:00] ***
LordDankey is now known as dsAway
L262[05:57:10] <Kodos> So apparently
there's a mod called Nedo computers
L263[05:57:18] <Kodos> Anyone else just
read Nedo as 'open' upsidedown?
L264[05:57:36] <asie> Kodos: ...
L265[05:57:36] <Alissa> It is.
L266[05:57:39] <asie> Yes.
L267[05:57:43] <asie> But they are open,
so I'll let him pass
L268[05:57:48] <asie> I still didn't
verify what architecture it uses
L269[05:57:52] <Kodos> Forth
L270[05:57:56] <Kodos> 'NedoForth'
specifically
L271[05:57:57] <asie> Not that
L272[05:57:58] <asie> The CPU
L273[05:58:38] <asie> Custom?
L274[05:58:40] <asie> ...Actually
custom?
L275[05:59:04] <asie> Yep, we've got a
badass over there
L276[06:00:16] <ShadowKatStudios> Kodos:
Link?
L278[06:00:59] <ShadowKatStudios>
Wow
L279[06:01:15] <ShadowKatStudios> Textures
aren't the best, but it looks like a good mod.
L280[06:01:59] ⇦
Quits: Hawk777 (~Hawk777@chead.ca) (Ping timeout: 201
seconds)
L281[06:02:34] <ShadowKatStudios> 16-bit
stack machine, 32-deep return stack, 34 deep data stack, no
hardware m/d and no interrupts.
L282[06:02:39] <asie> yeah
L283[06:02:42] <asie> it is a good
mod
L284[06:02:47] <asie> the RP2 replacement,
pretty much
L285[06:04:52] <ShadowKatStudios> looks
like one could write a new system for it
L286[06:05:04] <ShadowKatStudios> yay for
real emulated hardware
L287[06:05:07]
⇨ Joins: Hawk777 (~Hawk777@chead.ca)
L288[06:05:29] <Kodos> Now if only he had
MFR Rednet support
L289[06:05:47] <asie> Kodos: it's open
source!
L290[06:05:57] <Kodos> asie: I know
fuckall of how to code it!
L291[06:05:58] <Alissa> If it's opoen
source, just add it yourself :D
L292[06:06:27] <Kodos> I love how everyone
assumes anyone that makes a comment about wanting something in an
open source mod is capable of doing it themselves
L293[06:06:45] <asie> Kodos: or asking
someone to do it
L294[06:06:48] <asie> or waiting for
someone to do it
L295[06:06:51] <asie> the important part
is that it is /possible/
L296[06:07:25] <Kodos> Bitch please, I'm
not bashful, if I was going to ask someone to do it for me, I'd say
'hey asie, you should put this in your open source mod'
L297[06:07:42] <Kodos> Or 'hey you, you
should do X to Y mod'
L298[06:07:43] <asie> Kodos: i could put
this in the nedo mod
L299[06:07:44] <Kodos> etc
L300[06:07:46] <asie> but i like
opencomputers more.
L301[06:14:28]
⇨ Joins: machini5t
(webchat@c-67-166-200-2.hsd1.ga.comcast.net)
L302[06:14:58] <machini5t> Has anyone been
using the OpenComputers v1.3.0 Beta 1 and found how to add a Screen
to the assembler?
L303[06:15:21] <Kodos> iirc it only needs
a t1 screen
L304[06:15:26] <Kodos> So stop using a T3
=P
L305[06:16:05] <machini5t> creative mode i
guess. I'll try what you said
L306[06:16:59] <machini5t> much
appreciated. That explains the confusion =)
L307[06:17:06] ⇦
Quits: Hawk777 (~Hawk777@chead.ca) (Ping timeout: 189
seconds)
L308[06:17:09] <Kodos> Yep =)
L309[06:20:08]
⇨ Joins: Hawk777 (~Hawk777@chead.ca)
L310[06:27:53] ⇦
Quits: Hawk777 (~Hawk777@chead.ca) (Ping timeout: 201
seconds)
L311[06:30:09]
⇨ Joins: Hawk777 (~Hawk777@chead.ca)
L312[06:39:40] *** v^
is now known as pong
L313[06:39:45] ***
pong is now known as ping
L314[06:39:46] ***
ping is now known as pong
L315[06:40:49] <Kodos> So, this weekend I
was supposed to be able to buy something (My wife and I alternate
spending the little amount of fun money we get a week), but yet
again for the 4th week in a row, my wife found another thing she
just has to have and can't live without
L316[06:42:42] ⇦
Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout:
190 seconds)
L317[07:06:42] ***
Alissa is now known as Alissaway
L318[07:06:50] ***
Alissaway is now known as Alissa
L319[07:12:23] ⇦
Quits: machini5t (webchat@c-67-166-200-2.hsd1.ga.comcast.net)
(Quit: Web client closed)
L320[07:24:04] ⇦
Quits: istasi (webchat@46.32.58.141) (Ping timeout: 190
seconds)
L321[07:26:41]
⇨ Joins: istasi (webchat@46.32.58.141)
L322[07:28:32]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L323[07:31:53]
⇨ Joins: gjgfuj (~tricia@119.15.76.203)
L324[07:35:38]
⇨ Joins: tricia_ (~tricia@119.15.76.203)
L325[07:37:34] ⇦
Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 201
seconds)
L326[07:41:13] ***
jk-5|gone is now known as jk-5
L327[07:42:24] ***
tricia_ is now known as gjgfuj
L328[07:47:16] ⇦
Quits: black3agl33 (~black3agl@197.225.234.132) (Read error:
Connection reset by peer)
L329[07:47:51] ⇦
Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 189
seconds)
L330[07:48:13]
⇨ Joins: gjgfuj (~tricia@119.15.76.203)
L332[08:05:49] <Kilobyte> xD
L333[08:12:36] ⇦
Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 189
seconds)
L334[08:14:15] ⇦
Quits: progwml6 (~progwml6@n2-198-175.resnet.drexel.edu) (Ping
timeout: 189 seconds)
L335[08:31:55]
⇨ Joins: Daiyousei
(Biohazard@biohazard.tropicraft.net)
L336[08:32:04] ***
Daiyousei is now known as Guest4534
L337[08:40:19] <ShadowKatStudios> oshit,
dilemma. I can either watch more anime or watch the second last
Harry Potter movie, which I haven't seen yet.
L338[08:43:48] ***
Guest4534 is now known as Daiyousei
L339[08:46:24] <istasi> easy!, more anime!
my dear otaku
L340[08:47:23] <ShadowKatStudios> I think
I agree with you, istasi, I can always download the Harry Potter
series while I watch anime anyway.
L341[08:48:28] <istasi> noah is out in
blueray rip should that be of interest :P
L342[08:49:24] <ShadowKatStudios>
Perhaps...
L343[09:00:35] ⇦
Quits: mallrat208 (~mallrat20@68.204.184.175) (Read error:
Connection reset by peer)
L344[09:05:51]
⇨ Joins: mallrat208 (~mallrat20@68.204.184.175)
L345[09:10:58] ⇦
Quits: Maxwolf (labs@pipette.madsciencemod.com) (Remote host closed
the connection)
L346[09:13:52]
⇨ Joins: gjgfuj (~tricia@119.15.76.203)
L347[09:14:12] ***
Nentify|away is now known as Nentify
L348[09:18:39]
⇨ Joins: sciguyryan
(sciguyryan@109-205-169-233.dynamic.swissvpn.net)
L349[09:23:28] ***
justastranger|zzz is now known as justastranger
L350[09:29:08] <istasi> can i from a
event.timer detect if the task that started it, have exited ?
L351[09:29:49] <istasi> say, i got a
event.timer ( 3, function () end, math.huge ) running and the
program crashes, due to memory or whatever the fuck, it keeps going
:/
L352[09:30:00] ⇦
Quits: dmod_ (uid32492@id-32492.uxbridge.irccloud.com) (Quit:
Connection closed for inactivity)
L353[09:46:55] ***
Benguin is now known as Benguin[ZzZ]
L354[09:51:58] <istasi> meh, cant even
detect it from the outside, -.-'
L355[09:57:25] ***
Alissa is now known as Alissaway
L356[09:58:48] ***
Alissaway is now known as Alissa
L357[09:59:00]
⇨ Joins: Johannes13
(~Johannes@p4FDEB4F8.dip0.t-ipconnect.de)
L358[10:06:45] ***
Neonbeta is now known as Neonbeta|Sleep
L359[10:19:00] ⇦
Quits: Syrren (~syrren@2400:8900::f03c:91ff:fe73:668c) (Quit: ZNC -
http://znc.in)
L360[10:21:18] ⇦
Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout:
189 seconds)
L361[10:22:15]
⇨ Joins: Syrren
(~syrren@2400:8900::f03c:91ff:fe73:668c)
L362[10:22:22] ⇦
Quits: Syrren (~syrren@2400:8900::f03c:91ff:fe73:668c) (Remote host
closed the connection)
L363[10:23:48] <robhol> Is there something
like a crash course for scala? I'm good at C# and... sort of Java.
Just haven't worked with it a lot
L364[10:24:11] <robhol> Something tgat
explains it in terms of C# (or.. Java) would be nice :p
L365[10:37:58] <Kilobyte> robhol:
www.scala-lang.org/docu/files/ScalaTutorial.pdf might be
something
L366[10:38:02] <Kilobyte> after that just
dive in
L367[10:38:09] <Kilobyte> scala is a very
complex language
L368[10:38:49]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L369[10:42:46] <gjgfuj> Scala, to be
honest, is just a different way of putting Java, plus more awesome
stuff.
L370[10:43:22] <ShadowKatStudios> imo it
looks like PHP.
L371[10:43:40] <Alissa> imo it looks like
my eyes are bleeding
L372[10:44:14] <gjgfuj> Scala? No, java
looks like that, Alissa. :)
L373[10:44:39] <Alissa> Java is a
(sometimes) beautiful language.
L374[10:44:43] <ShadowKatStudios> I noted
$ to note variables
L375[10:45:02] <Kilobyte>
ShadowKatStudios: no, thats just for string interpolation
L376[10:45:13] <ShadowKatStudios> Ah,
that's okay then.
L377[10:45:21] <Kilobyte> you can also
embed expressions in strings, the bash way
L378[10:45:29] *
ShadowKatStudios sees basic when he sees $ for vars
L380[10:45:40] <Kilobyte> s"abc as
int is ${abc.toInt}"
L381[10:45:51] <Kilobyte> note the s
infront of the string
L382[10:45:57] <Kilobyte> that marks it as
interpolatable
L383[10:46:19] <ShadowKatStudios> robhol:
I have a question: Where did you find that?
L384[10:46:45] <asie> Alissa: I share your
point
L385[10:46:50] <asie> thus why I still use
Java
L386[10:46:58]
⇨ Joins: Lumien
(~lumien@p4FED46C9.dip0.t-ipconnect.de)
L387[10:46:59] <Kilobyte> java is just
verbose
L388[10:47:02] <robhol> ShadowKatStudios:
it's from Nichijou
L389[10:47:14] <robhol> incidentally an
awesome anime and manga
L390[10:47:23] *
ShadowKatStudios writes down
L391[10:47:31] <Alissa> I rarely use Java,
but I think it's a good syntax.
L392[10:47:34] <Alissa> Better than Lua,
at times
L393[10:47:52] <ShadowKatStudios> So this
is what I have to do to get anime reccomendations...
L394[10:48:22]
⇨ Joins: Syrren
(~syrren@2400:8900::f03c:91ff:fe73:668c)
L395[10:48:54] <robhol> lol
L396[10:48:54] ⇦
Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 186
seconds)
L397[10:49:38] <istasi> shadowkat, seen
gintama? :P
L398[10:49:41] <asie> robhol: so I guess
you saw my blog
L400[10:49:49] <robhol> asie: I don't
think so, no
L401[10:50:15] <asie> robhol: but I'm the
biggest Nichijou fan in this Minecraft community
L402[10:50:50] <ShadowKatStudios> I can't
say I have.
L403[10:50:55] *
ShadowKatStudios writes down
L404[10:50:57] <robhol> you've got some
competition >:D
L406[10:51:05] <asie> i've beaten
you
L407[10:51:16] <robhol> lol
L408[10:51:19] <asie> and now
L409[10:51:22] <asie> i'm going to beat
you again
L411[10:51:28] <asie> beaten twice
L412[10:51:31] <robhol> I should get a
mohawk guy skin
L413[10:51:35] <ShadowKatStudios> Hmm... I
still have 36 hours here
L414[10:51:46] <asie> robhol: oh, and
beaten thrice because I get the spinning key on every server with
AsieLib
L415[10:51:54] <robhol> Nakanojō,
right?
L416[10:51:58] <asie> (it's also the most
breaking component of AsieLib but I don't care it gives me an
excuse to push out updates)
L417[10:51:59] <robhol> haven't seen it
for a while
L418[10:52:02] <asie> robhol: Not
sure
L419[10:52:10] <robhol> trick
question!
L420[10:52:12] <robhol> HA
L421[10:52:18] <asie> robhol: still
L422[10:52:22] <asie> i have a spinning
key
L423[10:52:31] <asie> and everyone sees it
spin when i do things
L424[10:52:37] <robhol> good point.
L425[10:52:40] <robhol> hmph.
L426[10:53:41] <asie> I need to convince
Techokami|Off to change his skin to Hakase
L427[10:53:47] <asie> or perhaps the other
way around
L428[10:53:48] <asie> or not
L429[10:56:37] <Sangar> o/
L430[10:57:50] <ShadowKatStudios> hai
sangar
L431[10:58:03] <Alissa> Hi Sangar.
L432[10:58:06] <Kilobyte> Sangar: couldn't
figure out my gui code D:
L433[10:59:03] <ShadowKatStudios> robhol:
gintama has 265 episodes? It's not as many as bleach, but still
wow
L434[10:59:11] <ShadowKatStudios> speaking
of bleach, I need to finish watching that
L435[10:59:25] <Kenny> afternoon,
Sangar
L436[10:59:28] <Sangar> Kilobyte, time to
debug step by step then :P
L437[10:59:35] <Kilobyte> gah lol
L438[10:59:39] <ShadowKatStudios> Also TIL
my eldest sister used to watch anime when she was in
highschool.
L439[10:59:50] <asie> hi Sangar
L440[10:59:52] <asie> OC works
splendidly
L441[10:59:54] <Kilobyte> i never liked
anime :P
L442[11:00:02] <Sangar> Kilobyte, or,
well, start by setting a breakpoint in the guihandlers for a
start
L443[11:00:07] <ShadowKatStudios>
50.5GB!?
L444[11:00:12] <Kilobyte> i get sick from
the high pitched voices
L445[11:00:15] <Sangar> asie, good to hear
:)
L446[11:00:25] <asie> Kilobyte: I love the
high pitched voices, also not every anime has high pitched
voices
L447[11:00:31] <asie> The more serious
ones usually have serious pitched voices
L448[11:00:38] <asie> remember, anime in
itself is not really a genre
L449[11:00:46] <asie> it's more like
movies in general - you get a varied area of choices
L450[11:00:48] <Kilobyte> haven't heard
any of those yet
L451[11:00:57] <ShadowKatStudios> fffsss,
I really don't have the space for this, but... garrgh!
L452[11:01:00] <asie> some people prefer
cheap comedies, some people prefer the serious stuff, some people
prefer romance
L453[11:01:06] <ShadowKatStudios>
Kilobyte: Lemme check my collection
L454[11:02:08]
⇨ Joins: gjgfuj (~tricia@119.15.76.203)
L455[11:02:15] <JoshTheEnder> morning and
brb, need to have a shower
L456[11:02:31] <ShadowKatStudios> Last
EXILE doesn't have any, at least until the next episode I'm up to.
Nor does Shinsekai Yori (I reccomend to everyone, great story)...
Uh... I don't have any here so I may be wrong but I don't believe
Sword Art Online has any high=pitched voices
L457[11:02:36] <ShadowKatStudios> And
that's off the top of my head
L458[11:02:39] <ShadowKatStudios> Hai
JTE.
L459[11:03:10] <ShadowKatStudios> Hydrogen
can be extracted from water, right?
L460[11:03:26] <ShadowKatStudios> I think
I just discovered what my airships will run on.
L461[11:03:31] <Sangar> fwiw, the only
high-pitched ones in gits i can think of are the tachikoma :P and
gits was pretty awesome.
L462[11:05:29] <asie> man, i only watch
slice-of-life anime
L463[11:05:31] <asie> they're all
high-pitched
L464[11:05:37] <asie> though Non Non
Biyori is low on the high pitches
L465[11:05:40] <asie> ...or the recently
rampant sexualization
L467[11:07:02] <istasi> you havn't seen
death note yet?, you're in for a treat :D
L468[11:07:18] <ShadowKatStudios> I've
been meaning to watch it for like... a term.
L469[11:09:35] <ShadowKatStudios> Some
people in my class were talking about it, and one of them said
"Death isn't something to joke about" I was pretty much
on the floor laughing, but then I was like 'Let's see about
that...' and I forgot by the end of class
L470[11:12:34] <Kilobyte> Sangar: soo...
lets see
L471[11:12:46] <Kilobyte> got a breakpoint
in common and client gui handler each
L472[11:15:19] <Kilobyte> actually, why am
i telling you this
L473[11:15:47] <Sangar> :P
L474[11:15:59] ***
vifino|away is now known as vifino
L475[11:17:11] <ShadowKatStudios> Don't
worry, Kilobyte, everyone feels a need to do status updates, and to
anyone that would listen.
L476[11:17:42] <istasi> *cough* facebook
*cough*
L477[11:18:31] <Kilobyte> xD
L478[11:18:34] <Sangar> or twitter, or
<insert social media platform here>
L479[11:18:34] <Kilobyte> facepalm
L480[11:18:50] <Vexatos> Yea, facepalm
indeed
L481[11:18:50] <ShadowKatStudios> Sangar:
Does that incluge GoogleMinus?
L482[11:18:56] <Vexatos> Google++
L483[11:18:57] <Vexatos> :3
L484[11:19:01] <Sangar> ShadowKatStudios,
there is such a thing?
L485[11:19:04] <Kilobyte> it would help to
change GuiType.DiskDrive.id to GuiType.Router.id when copy pasting
code.
L486[11:19:06] *
ShadowKatStudios stabs Vexatos
L487[11:19:11] <Kilobyte> also, its
google-
L488[11:19:13] <Sangar> Kilobyte,
indeed!
L489[11:19:15] <Vexatos> google--
L490[11:19:18] <ShadowKatStudios> Sangar:
They like to call it Google+
L491[11:19:23] <ShadowKatStudios> Double
negatives? Nope.
L492[11:19:24] <Sangar> oic
L493[11:19:31] <Vexatos> No double
negatives
L494[11:19:55] <Kilobyte> protip: don't
send a SIGTERM to minecraft
L495[11:19:58] <Kilobyte> # A fatal error
has been detected by the Java Runtime Environment:
L496[11:19:58] <Kilobyte> #
L497[11:19:58] <Kilobyte> # SIGSEGV (0xb)
at pc=0x0000000000000000, pid=17087, tid=140458235266816
L498[11:20:53] ⇦
Quits: Keridos (~Keridos@ironhide.stw-bonn.de) (Quit: ZNC -
http://znc.in)
L499[11:20:54] <Sangar> why would you even
do that :P
L500[11:21:20] <asie> SIGTERMcraft
L501[11:21:40] <ShadowKatStudios> Heh,
looks like the video driver crashes when I minimise
Minecraft.
L502[11:21:53] <Kilobyte> Sangar: intellij
force terminate
L503[11:22:03] <Kilobyte> quicker than
ctrl+shift+q
L504[11:22:05] <Sangar> ah
L505[11:23:14] <ShadowKatStudios> Oh cool,
wikipedia categories can have colours.
L506[11:25:12] <Kilobyte> dangit i really
need a faster pc
L507[11:25:24] <Kilobyte> meh, me and my
dad will go to computer shop next weekend
L508[11:25:44] <Kilobyte> and the rest
will get ordered online in the following week
L509[11:25:55] <Kilobyte> aka 2 weeks
eta
L510[11:27:46] ***
Alissa is now known as Alissaway
L512[11:28:33] <Kilobyte> well, minecraft
gui
L513[11:28:37] <Sangar> Kilobyte,
gj!
L514[11:28:43] <Kilobyte> need to fix
alignment a bit though
L515[11:29:58] <asie> Kilobyte: fun!
L516[11:30:36] <Sangar> i'd also opt for
putting them above each other, i.e. ordered like in the computer
cases. the memory to the left feels weird somehow :P (yes, it's a
purely subjective thing, make a poll if you want :D)
L517[11:31:34] <gjgfuj> Sangar: Have I
told you about my addon?
L518[11:31:48] <Sangar> gjgfuj, i'm not
sure
L519[11:31:55] <ShadowKatStudios> We
should declare the internet a country.
L520[11:32:02] <gjgfuj> OpenAutomation?
Does that ring a bell?
L521[11:32:18] <Sangar> ShadowKatStudios,
form of state: anarchy? :P
L522[11:32:25] <ShadowKatStudios>
Yes.
L523[11:32:31] <Sangar> gjgfuj, oh yeah, i
kind of remember seing the mcf post
L524[11:32:36] <ShadowKatStudios>
Government: 4chan
L525[11:32:44] <Sangar> ogodplzno
L526[11:32:45] <Kilobyte> Sangar: where to
make a poll?
L527[11:32:46] <ShadowKatStudios> 'That
will end badly'
L528[11:32:55] <Sangar> Kilobyte,
strawpoll?
L529[11:32:59] <Kilobyte> aka
channel?
L530[11:33:17] <Kilobyte> or forums? or
github?
L531[11:33:23] <Kilobyte> or all
three?
L532[11:33:24] <Sangar> Kilobyte, oh.
yeah, sure. that should be representative enough :P noone else will
care >_> or has the right to anyway.
L533[11:33:34] <Sangar> channel that
is
L534[11:33:37] <ShadowKatStudios> What
would you suggest for the government then, Sangar?
L535[11:33:51] <Sangar> ShadowKatStudios,
benevolent dictatorship
L536[11:33:53] <ShadowKatStudios> I figure
if the form of state is Anarchy, 4chan would be a fitting
government.
L537[11:34:19] ***
Alissaway is now known as Alissa
L538[11:34:30] <Sangar> well, the main
issue i have with 4chan being the govt is that that includes /b/
...
L539[11:34:49] <ShadowKatStudios>
Excluding /b/, because the name MEANS bullshit.
L540[11:35:18] <ShadowKatStudios> Still,
/b/ would have to be better than the Australian government
atm.
L542[11:35:55] <Kilobyte> i will check
results after lunch
L543[11:35:56] <Sangar> maybe the
australian govt *is* /b/... someone should check their ips
L544[11:36:20] <Kilobyte> xD
L545[11:38:26] <Kodos> o/
L546[11:38:32] <Kodos> I'm making things
in Second Life with LSL =D
L547[11:38:56] ⇦
Quits: Vexatos
(~Vexatos@p200300556E687A7019F3031EA8E17DF9.dip0.t-ipconnect.de)
(Quit: Greetings from Pastry Fork, Inc. ✔)
L548[11:39:52] <ShadowKatStudios> Sangar:
Noted, I'll check later tonight
L549[11:43:58] ***
Alissa is now known as Alissaway
L550[11:49:17] <ShadowKatStudios> So I
have 600KiB/s and I'm splitting it between 3 several-gigabyte
torrents. Kill me now.
L551[11:49:34]
⇨ Joins: dmod_
(uid32492@id-32492.uxbridge.irccloud.com)
L552[11:49:45] <ShadowKatStudios>
s/600KiB\/s/600KiB\/s bandwidth
L553[11:49:52] <ShadowKatStudios> Nope,
confused it.
L554[11:51:44] <JoshTheEnder> it's broken
i think
L555[11:51:50] <JoshTheEnder> s/it's/it
is/
L556[11:51:51] <ShadowKatStudios> oh,
okeys
L557[11:51:52] <JoshTheEnder> yeah
L558[11:52:07] <robhol> ShadowKatStudios:
probably about that many. I wouldn't know, I only watched 50 or so
Gintama episodes.
L559[11:55:30] ***
SleepyFlenix is now known as Flenix
L560[11:57:53] <ShadowKatStudios> I felt
pretty good when I got up to episode 125 of bleach, I still have
like 200 to go
L561[11:58:34] <istasi> soo many fillers
in bleach :'(
L562[11:59:13] <ShadowKatStudios> Internet
routing works like the routing in Railcraft, doesn't it?
L563[12:01:00] <Kilobyte> c'mon its 1 vs.
1
L564[12:03:53] ***
Alissaway is now known as Alissa
L565[12:04:57] <Sangar> Kilobyte, spam the
link some more :P
L567[12:05:12] <Sangar> also yay, luaj
indeed does npe randomly for weak tables \o/ -.-
L568[12:05:39] <Bizzycola> Fun
L569[12:05:42] <Kilobyte> Sangar: there
are places where i have to explicitely state not to use
proxies
L570[12:05:58] <Bizzycola> Who doesn't
like null pointers?!
L571[12:06:20] <Kilobyte> i have a friend
who has a strawpoll spam script allowing to get about 1000 votes in
a minute
L572[12:06:39] <Bizzycola> lol
L573[12:06:54] <Kilobyte> he was once
trolling slowpokes stream
L574[12:06:59] <Kilobyte> not telling who
though
L575[12:07:50] <Bizzycola> I like the last
option :p
L576[12:07:50] <Sangar> :>
L577[12:08:05] <Bizzycola> Who goes and
votes just to say they don't care? :p
L578[12:08:16] <Kilobyte> apperently 1
person so far
L579[12:08:24] <Bizzycola> They secretly
care
L580[12:08:32] <Bizzycola> they just torn,
can't decide..IT'S RUINING THEM
L581[12:08:40] <Kilobyte> Sangar: bad
news
L583[12:08:47] <Kilobyte> 1 vs 1
L584[12:08:50] <Kilobyte> *3 vs 1
L585[12:09:03] *
Kilobyte didn't vote
L586[12:09:08] <Sangar> meh. at least make
the cpu be on the left then so it's like when looking onto a
mainboard :P
L587[12:09:22] <Kilobyte> kk
L588[12:09:22] <Bizzycola> I assume you
like the one above the other better?
L589[12:09:34] <Sangar> gamax92, wanna fix
luaj some more?
L590[12:09:45] <ShadowKatStudios> What
should I use to store routing data, a FD or a tape?
L591[12:10:18] <Bizzycola> Carve it into a
tree
L592[12:11:31] <Kilobyte> Sangar: now this
gonna be more involved
L593[12:11:34] <ShadowKatStudios> I can't
carry that tree on a minecart unfortunately
L594[12:11:39] <Bizzycola> Oh
L595[12:11:47] <Kilobyte> i want to put
the current delay/buffer queue size on the GUI
L596[12:12:09] <Bizzycola> Someone make a
writable entity tree that keeps it's data when broking so it can be
carried on a minecart!
L597[12:12:28] <Sangar> Kilobyte, yeah, i
was thinking about that, too. having something like the
energy/progress bars in robot/assembler but for "load" or
something
L598[12:12:39] <Kilobyte> that too
L599[12:12:51] <Kilobyte> but idfk how to
do the tile entity gui interaction
L600[12:13:46] <Sangar> well, since that
data is on the server, you'll need to send it across the wire. have
a look at the disassembler e.g., abuses the 'progress bar' stuff in
mc's gui to send data, that would be good enough for this,
too.
L601[12:14:25] <Kilobyte> Sangar: i mainly
need 2, possibly 3 variables
L602[12:14:29] <Kilobyte> actually
L603[12:14:32] <Sangar> yep
L604[12:14:39] <Kilobyte> hmm
L605[12:15:03] <Kilobyte> meh, i'll push
this, send a pull request and then do the better UI
L606[12:15:11] <Kilobyte> so i can get it
into beta testing
L607[12:15:22] <JoshTheEnder> Kilobyte,
what are you making?
L608[12:15:35] <Kilobyte> JoshTheEnder:
routers upgradable
L609[12:15:54] <JoshTheEnder> ohh you mean
switches?
L610[12:15:57] <Bizzycola> The helicopter
mod is just so much fun :p
L611[12:15:57] <Kilobyte> yeah
L612[12:16:04] <JoshTheEnder> cool
L613[12:16:05] <Kilobyte> internally they
are called routers :P
L614[12:16:11] <Kilobyte> put in ram to
increase queue size, cpus to make them faster
L615[12:16:15] <Kilobyte> *cpu
L616[12:16:22] <Bizzycola> I don't think
the villagers agree with me though
L617[12:16:25] <Bizzycola> And that sounds
cool
L618[12:16:35] <Bizzycola> I want me the
bestest router I can get! :p
L619[12:16:50] <Kilobyte> you can reduce
from 5 to 3 ticks delay (tier 3 cpu)
L620[12:16:53] <Bizzycola> You know, in
case I ever come up with a use for it :p
L621[12:16:54] <Kilobyte> actually
L622[12:16:55] <Kilobyte> hmm
L623[12:16:59] <Kilobyte> 2
L624[12:17:43] <Kilobyte> and queue size
from 20 to 50
L625[12:17:50] <Kilobyte> (with tier 3.5
ram)
L626[12:18:10] <ShadowKatStudios> I'm
making routers for trains, if anyone cares.
L627[12:18:32] <Bizzycola> Where do they
go?!
L628[12:19:12] <Kilobyte> i like
trains.
L629[12:19:22] ⇦
Parts: Kilobyte (~Kilobyte@5.231.51.78) (WHOOOOOOOHM))
L630[12:19:27]
⇨ Joins: Kilobyte (~Kilobyte@5.231.51.78)
L631[12:19:28]
zsh sets mode: +v on Kilobyte
L632[12:19:32] <JoshTheEnder> lol
L633[12:23:08] <Bizzycola> Of course. We
all like trains. If we didn't like trains, would we really be
playing minecraft? HMMMM?
L634[12:24:29] <ShadowKatStudios>
Bizzycola: I'm working on a modular routing system for cargo and
passengers
L635[12:24:41] <ShadowKatStudios>
Primarily using OC.
L636[12:25:23] <Bizzycola> Nice
L637[12:25:28] ***
vifino is now known as ^_^
L638[12:25:28] <Bizzycola> Gonna do
something fun with it? :p
L639[12:25:40] ***
^_^ is now known as vifino
L640[12:26:14] <JoshTheEnder> i had an
idea for a sort of logistical rail system, kinda like Logistics
Pipes and Rail Craft had a baby
L641[12:26:24] <ShadowKatStudios> I'm
gonna make a demo first.
L642[12:26:26] <JoshTheEnder> *rail system
mod
L643[12:27:13] <Kilobyte> JoshTheEnder:
doable. :P i don't have da skill though
L644[12:27:19] <ShadowKatStudios> Maybe do
some model trains
L645[12:27:21] <Kilobyte> but one could
definitely pull that off
L646[12:27:39] <Kilobyte> "logistics
rails"
L647[12:28:12] <JoshTheEnder> Kilobyte,
yeah, i was planning to do it at somepoint, still need to learn
TileEntities though
L648[12:28:44] <Kilobyte> scala!
L649[12:29:20] <JoshTheEnder> but that's
like a whole new language that there are no tutorials for when it
comes to modding minecraft
L650[12:29:36] <Kilobyte> sangar helped me
there
L652[12:30:44] <Kilobyte> JoshTheEnder:
i'd do it, but i have no idea how to do the routing
L653[12:30:50] <Kilobyte> i am not that
much into algorithms
L654[12:31:01] <Kilobyte> i can do the
project setup though
L655[12:31:20] <JoshTheEnder> lol
Bizzycola
L656[12:31:32] <Bizzycola> :P
L657[12:32:33] <Kilobyte> Sangar: idea,
why not seperate all the helpers (like the gui one) into a seperate
API
L658[12:32:43] <Kilobyte> so other mods
can use it without depending on OC
L659[12:33:36] <Kenny> Kilo, Open Source,
you can do it :P
L661[12:34:21] <Kilobyte> Kenny: i lack
the experience
L662[12:34:22] <Sangar> Kilobyte, because
there are a bazillion gui api mods already and noone uses them
because noone likes dependencies? :P
L663[12:34:23] <Kenny> refresh page
L664[12:34:36] <Kilobyte> Sangar: hmm...
good point
L665[12:34:56] <Kilobyte> bundle it with
other helpers and make it a general api for modding with
scala
L666[12:35:10] <Kilobyte> kinda like
CoFHCore
L667[12:35:29] <Kilobyte> maybe with a
short snippet so any mod using it autodownloads it
L668[12:35:42] <Kilobyte> so the end user
doesn't have to take care of the dependency
L669[12:36:00] <Kilobyte> meanwhile
minecraft is not loading my string from the language file
L670[12:36:07] <Sangar> meh, i like to
keep it internal because then i can just refactor the shit out of
it whenever i feel like it. once it's in a lib that other uses it
has to remain relatively static.
L671[12:36:25] <Sangar> *others use
L672[12:36:27] <Kilobyte> hmm
L673[12:36:30] <Sangar> the s wandered a
good bit
L674[12:36:32] <Kilobyte> thats indeed a
valid point
L675[12:36:47] <Kilobyte> Sangar: anyways,
why does it not properly translate this string
L676[12:36:56] <Kilobyte> it still says
container.Router
L677[12:37:09] <Sangar> you added it to
the language file?
L678[12:37:18] <Kilobyte>
oc:container.Router=Switch
L679[12:37:23] <Sangar> hm
L680[12:37:28] <asie> wait
L681[12:37:31] <asie> what's the Router
thing about
L682[12:37:32] <gjgfuj> Remove the
oc:.
L683[12:37:38] <Kenny> did you set
UnlocalizedName
L684[12:37:49] <Kilobyte> Kenny: it uses
the inventory name
L685[12:37:56] <Kilobyte> override def
getInvName: String = "container.Router"
L686[12:38:12] <Kilobyte> i can actually
remove the : String
L687[12:38:33] <ShadowKatStudios> Is this
what computers have come to? I can hardly rightclick, and when I
don't manage it leftclicks, do you know how annoying that is?
L688[12:38:42] <Sangar> Kilobyte, def
getInvName = Settings.namespace +
"container.Router"
L689[12:38:50] <Kilobyte> Sangar: oo i
see
L690[12:39:29] <Kilobyte> Sangar: random
idea: make a command like /oc reload that reloads all those parts
of the config which can be runtime reloaded?
L691[12:39:35] <Kilobyte> like power
requirement
L692[12:39:36] <Kenny> but won't it still
show container,Router since that is the name it is being
given?
L693[12:39:56] <Sangar> Kilobyte, i hear
there's a fancy ingame config system in 1.7.10, will probably
switch to that sooner or later
L694[12:40:06] <Kilobyte> oh nice
L695[12:40:23] <ShadowKatStudios> lol
1.7.10, sounds like mojang
L696[12:40:57] <Kilobyte> Kenny: no, i
explicitely use that string
L697[12:41:11] <Kilobyte>
ShadowKatStudios: soon we have 1.7.123.1837
L698[12:41:52] <ShadowKatStudios> Not
1.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.23.24.25.26.27.28.29.30.31.32?
L699[12:41:56] <Kilobyte> idk
L700[12:41:57] <Kilobyte> maybe
L701[12:42:18] <Bizzycola> lol
L702[12:42:38] <Bizzycola> Least it'd take
you a while to run out of version numbers :P
L703[12:42:45] <Kilobyte> Sangar: btw,
added a todo here
L704[12:42:46] <Kilobyte> case ram:
item.Memory => (ram.tier + 1) * 5 // TODO: Investigate compiler
warning
L705[12:43:01] <Kilobyte> it still
complains that this will never be the case
L706[12:43:20] *
Kilobyte needs to get weechat working again so he has an irc client
in intellij
L707[12:43:53] <Kilobyte> Sangar: thats
what i love intellij terminal for :P
L708[12:44:15] <Kilobyte> maybe i write an
irc intellij plugin
L709[12:44:30] <Kilobyte> could be quite
interesting
L710[12:44:32] <Sangar> Kilobyte, ah,
yeah, do case Some(ram: item.Memory) =>
L711[12:45:00] <Kilobyte> Sangar: so whats
the difference?
L712[12:45:11] <Sangar> subItem returns an
Option
L713[12:45:15] ***
Flenix is now known as TownFlenix
L714[12:45:27] <Kilobyte> ah
L715[12:45:36] <Sangar> it's kinda like
`find` on collections
L716[12:45:54] <Kilobyte> its a container
for 0..1 values, right?
L717[12:45:59] *
Kilobyte hates to copy code he doesn't understand
L718[12:46:06] <JoshTheEnder>
ShadowKatStudios, story any time soon?
L719[12:46:15] <Sangar> Option? sorta.
it's basically a "nullable"
L720[12:46:18] <ShadowKatStudios> I hit a
road block
L721[12:46:33] <Kilobyte> Sangar: oh, so
you cannot make every value null?
L722[12:46:39] <Kilobyte> or is it just
better convention
L723[12:46:44] <ShadowKatStudios> I'm not
sure how to make the airship also a living being
L724[12:46:48] <Sangar> Kilobyte, you
can
L725[12:46:56] <ShadowKatStudios> well,
more than that, a human
L726[12:47:04] <ShadowKatStudios> and
still fit in with the hard science.
L727[12:47:08] <Sangar> but the scala way
is to use Option to make it explicitly clear that something may not
have a value
L728[12:47:23] <Sangar> it's also nicer
for pattern matching
L729[12:47:41] <Kilobyte> Sangar: should i
add info to tooltip of ram and cpu that you can use them in
router?
L730[12:48:21] <Sangar> hmm, dunno.
L731[12:48:49] <Sangar> maybe something
short like "Can also be installed in switches" or so,
yeah.
L732[12:51:32] <Kilobyte> meh
L733[12:51:32] <Kilobyte> for now i'll
pr
L735[12:51:32] <ShadowKatStudios> I have
to wonder who draws the animations for stuff like the start of
Elfen Lied
L736[12:51:36]
⇨ Joins: MichiBot1 (~lb@64.237.32.243)
L737[12:51:36] <EnderBot2> !kick MichiBot1
Your owner does not have permission to bring you here. (if you feel
this is an error then please tell JoshTheEnder or Sangar)
L738[12:51:36] ***
MichiBot1 was kicked by zsh ((EnderBot2 (JoshTheEnder)) Your owner
does not have permission to bring you here. (if you feel this is an
error then please tell JoshTheEnder or Sangar)))
L739[12:52:07] ***
Alissa is now known as Alissaway
L740[12:52:21]
⇨ Joins: Dean4Devil
(~AI_Cat@p5496160B.dip0.t-ipconnect.de)
L741[12:52:33] <Dean4Devil> o/
L742[12:53:10] ⇦
Quits: MichiBot (root@isis.pc-logix.com) (Ping timeout: 186
seconds)
L743[12:53:24] <ShadowKatStudios> \o
L744[12:53:31] <istasi> sangar, wouldn't
that just make _ contain the very last argument provided though
?
L745[12:53:40] <istasi> like if i do test
foo bar
L746[12:53:42] <istasi> _ would be
bar
L747[12:54:28] <istasi> #!/bin/bash echo
"$_" ... in a file with +x called test, running ./test
asd foo, in my shell just types ./test though
L748[12:54:46] <istasi> though it seems
more correct that it should write full path/test asd foo to me
atleast.
L749[12:55:02] <istasi> #!/bin/bash \n
echo "$_" even
L750[12:55:38] <Sangar> hrm. yeah, it's
kinda messy, since as it says in the doc it's set to the env of the
running script. `echo test` `echo $_` prints `test` twice,
tho.
L751[12:56:31] <gjgfuj> Just a question,
does OC have piping and cool shell feats like that?
L752[12:56:41] <Sangar> istasi, maybe if i
set it to `program` at the start of execute and to `args[#args]`
after it finishes executing?
L754[12:56:58] <Sangar> gjgfuj, besh can
do piping, but it's pretty broken right now
L755[12:57:21] <Sangar> Kilobyte, thanks,
will look over it!
L756[12:57:27] <Kilobyte> i might try and
improve the besh parser
L757[12:57:32] <gjgfuj> Ah, besh.
L758[12:57:35] <Kilobyte> i have written
quite a few parsers already
L759[12:57:41] <Kilobyte> but not in mood
atm
L760[12:57:44] <JoshTheEnder> Caitlyn, you
may need to make MichiBot rejoin with its normal nick
L761[12:58:11] <JoshTheEnder> also i'm off
to go spend the afternoon in a field
L762[12:58:13] <JoshTheEnder> o/
L763[12:58:19] <Kilobyte> o/
L764[12:58:30] <istasi> idd its messy
-.-', echo "foo", "test", echo "$_"
writes "foo, test\ntest" -.-
L765[12:58:33] <Kilobyte> shell syntax is
quite easy to parse, only very few tokens
L766[12:58:40] <Kilobyte> idd?
L767[12:58:42] <JoshTheEnder> and when i
get back i'll release chapters 4.1 and 4.2 of my story
L768[12:58:54] ***
JoshTheEnder is now known as JTE|InAField
L769[12:59:13] ***
darknife25|AFK is now known as darknife25
L770[12:59:14] <Kilobyte> any more complex
parser i write uses a lexer
L771[12:59:18] <Kilobyte> makes it way
easier
L772[12:59:22] <Sangar> istasi, eh, screw
it, let's just set it to the program >_> if anyone wants it
to behave more posixy they can try to fix it themselves.
L773[13:00:51] <istasi> it looks like it
behaves differently depending on command, like if in script then as
you wrote, because thats certainly how it does ... but from outside
script and to inside, it does program instead
L774[13:01:07] <Sangar> yeah
L775[13:01:08] <istasi> also, drunk
sentense
L776[13:01:22] <Sangar> :P
L777[13:01:42] <Kilobyte> Sangar: if i do
actually fix besh i might actually add control flow statement
L778[13:01:46] <Kilobyte> like if and
while
L779[13:02:00] <Kilobyte> Sangar: can we
maybe introduce exit code conventions?
L780[13:02:08] <Sangar> Kilobyte, ok.
shell scripts incoming? >_>
L781[13:02:19] <Kilobyte> that would
happen in result
L782[13:02:28] <Sangar> Kilobyte, hmm,
kinda hard, because lua's os.exit only takes a boolean.
L783[13:02:36] <Kilobyte> hmm
L784[13:02:45] <Kilobyte> true == all
fine?
L785[13:02:49] <Sangar> yes
L786[13:02:57] <Kilobyte> true =>
0
L787[13:03:00] <Kilobyte> false =>
1
L788[13:03:03] <Sangar> error =>
2
L789[13:03:03] <Kilobyte> number =>
stays
L790[13:03:10] <Sangar> or that
L791[13:03:10] <Kilobyte> yeah
L792[13:03:26] <Sangar> hmm
L793[13:03:26] <Kilobyte> so you would
stay backwards compatible
L794[13:03:32] <Kilobyte> but still allow
exit codes
L795[13:03:45] <Sangar> rather number
=> stays, non-os.exit() return just return what the program
returned?
L796[13:04:02] <Kilobyte> yeah, if program
returns nil, => 0
L797[13:04:18] <Sangar> aye
L798[13:04:21] <Kilobyte> that would be
return value of os.execute()
L799[13:04:41] <Sangar> hmm.
L800[13:05:01] <Sangar> yes
L802[13:05:47] <Kilobyte> i still need to
figure out how to properly spawn a new process in silcom. i don't
like the spawn() syscall as i decribed it
L803[13:06:12] <Kilobyte> allows hacky
stuff like passing a reference to the child where child can modify
the parent
L804[13:06:17] <Kilobyte> might actually
happen by accident
L805[13:06:35] <Kilobyte> so i may have to
go the way where you have to load a process from an
executable
L806[13:07:43] <Kilobyte> Sangar: maybe
emulate os.execute behaviour. signal if it exited with error, exit
if using os.exit or by returning
L807[13:08:14] <Kilobyte> as signal number
just always use 1 (custom oses might extend that)
L808[13:08:34] <ShadowKatStudios>
Kilobyte: How is silcom coming along by the way?
L809[13:08:41] <Kilobyte> atm paused
L810[13:08:50] <Kilobyte> need to do
design decisions
L811[13:08:51] <Sangar> maybe exit when
returning a number, signal when returning something else? so that
tables etc that are returned are still... accessible?
L812[13:09:02] <Kilobyte> hmm
L813[13:09:04] <istasi> hah sangar, ...
#!/bin/bash \n echo "test" \n echo "$_" run
that, will write "test\ntest", you tried running echo $_
in shell afterward? -.-', writes "./test", so seems like
each has own environment? -.-''
L814[13:09:07] <Kilobyte> sounds also
good
L815[13:09:19] <Kilobyte> so, signal would
return the error message on error exit
L816[13:09:45] <Kilobyte>
"signal", "file:line: Attempt to index ? (a nil
value)"
L817[13:09:51] <Sangar> istasi, i dunno, i
just kept it the way it was in your pr, that's good enough for
openos for now, imho :P
L818[13:10:12] <Kilobyte> i will also prob
go a compiler ish way with silcom
L819[13:10:23] <Kilobyte> so the entire
core can be loaded in one go without fs access
L820[13:10:54] <Kilobyte> it would then
use fs component directly (mimicing initramfs) to load the initial
file system driver
L821[13:11:26] <Sangar> Kilobyte,
something like that, yes. either (true, "exit", 0) or
(nil, "exit", number) or (true, "signal",
object) or (nil, "signal", error object [i.e. what was
passed to error])
L822[13:11:29] <Kilobyte> i need to be
careful to make it as modular as possible too, since otherwise the
code will get a pain to maintain
L823[13:11:44] <Kilobyte> sounds
good
L824[13:12:27] <Kilobyte> but yeah, i miss
fork() in lua :P
L825[13:12:30]
⇨ Joins: Vexatos
(~Vexatos@p200300556E687A70DDDF08D932D01777.dip0.t-ipconnect.de)
L826[13:13:08] <Kilobyte> Sangar: btw,
this task was way more fun than the FS case insensitivety
L827[13:13:20] <Kilobyte> (and maybe even
easier)
L828[13:13:38] <Sangar> heh
L829[13:14:35] <Kilobyte> Sangar: i might
at some point do the crazy idea to write a component that uses qemu
to run real ASM code in a vm
L830[13:14:37] <Kilobyte> maybe...
L831[13:14:44] <Sangar> :>
L832[13:14:50] <Kilobyte> i'd need ram
tunnels for accessing OC stuff
L833[13:14:53] <Kilobyte> aka lots of
work
L834[13:14:59] <Sangar> yes
L835[13:15:13] <Kilobyte> then drivers for
for example linux
L836[13:15:26] <Kilobyte> so you can
access OS components from there
L837[13:15:31] <Kilobyte> might not be
worth it
L838[13:15:35] <ShadowKatStudios>
nononononono, write a VM inside OC!
L839[13:15:40] <Kilobyte> too slow
:P
L840[13:15:46] <Kilobyte> and x86 is
fucking complex
L841[13:15:49] <Kilobyte> ARM is too
L842[13:15:49] <Sangar> lol
L843[13:15:58] <ShadowKatStudios> Then use
something simpler.
L844[13:16:16] <Kilobyte> yeah, but i want
a platform capable of handling the linux kernel
L845[13:16:26] <ShadowKatStudios> Is MIPS
simpler?
L846[13:16:29] <ShadowKatStudios>
SPARC?
L847[13:16:30] <Kilobyte> not sure
L848[13:16:40] <Kilobyte> actually,
someone wrote an x86 emulator in javascript
L849[13:16:45] <ShadowKatStudios> Those
are some nice RISC processors
L851[13:17:06] <ShadowKatStudios> Also,
Kilobyte, don't you think you'd need more than 2MB RAM to run
Linux?
L852[13:17:09] <Kilobyte> its slow
though
L853[13:17:27] <Kilobyte> a tiny linux can
run on under 2 MiB
L854[13:17:40] <ShadowKatStudios> Another
thing: There was a Javascript PDP-11 emulator that runs UNIX
v6
L855[13:17:47] <ShadowKatStudios> The
Linux kernel needs 16MB IIRC
L856[13:18:00] <Kilobyte> a stripped down
version might need less
L857[13:18:12] <Kilobyte> gcc takes 10
minutes to compile a hello world on that emulator
L858[13:18:18] <Kilobyte> tcc takes 30
secs
L859[13:18:38] <Kilobyte> but gcc outputs
much more optimized code :P
L860[13:19:15] <Kilobyte> gcc is probably
most efficient compiler optimization wise
L861[13:19:24] <Kilobyte> clang is best
error message wise afaik
L862[13:19:32] <ShadowKatStudios> cc on
said PDP-11 emulator produces code fairly quickly, and a PDP-11 ran
UNIX in 65535 16-bit words
L863[13:19:53] <ShadowKatStudios> I think
inside of OC, a PDP-11 would be a good platform to emulate
L864[13:21:10] <ShadowKatStudios> Sadly,
the PDP-11 was CISC
L865[13:21:16] <Sangar> Kilobyte, made
some comments on the pr
L866[13:21:23] <Kilobyte> does PDP have
equivalent to x86s permission rings and virtual mem?
L867[13:21:46] <Kilobyte> because,
especially latter is essential to run linux
L868[13:22:06] <ShadowKatStudios>
Permission rings, hah! I thought those were outdated, and there was
a MMU module IIRC
L869[13:22:17] <ShadowKatStudios> If you
wanted that sort of thing, you'd want the VAX.
L870[13:22:55] <Sangar> brb
L871[13:22:59] <Bizzycola> k
L872[13:23:06] <Kilobyte> well, x86 still
has them in a way
L873[13:23:13] <Kilobyte> idk if they are
deprecated
L874[13:23:20] <Kilobyte> but afaik they
are still used
L875[13:23:34] <Kilobyte> since you don't
want stuff like CLI accessible from userspace
L876[13:24:12] <Kilobyte> Sangar: will
look into the comments later/tomorrow
L877[13:24:22] *
ShadowKatStudios wonders how hard it would be to write a PDP-11
emulator
L878[13:24:23] <Kilobyte> a bit in a
hurry, will be gone this evening
L880[13:25:47] <Kilobyte> de \o/
L881[13:26:37] <Bizzycola> k
L882[13:27:23] <Kilobyte>
ShadowKatStudios: args uppercase FS
L883[13:27:51] <Kilobyte> gah
L884[13:27:59] <Kilobyte> backspace is
bork
L885[13:29:00] <ShadowKatStudios> Use #,
dummy
L886[13:29:24] <ShadowKatStudios>
Typewriters didn't have backspace.
L887[13:29:37] <Bizzycola> :p
L888[13:30:15] <ShadowKatStudios> Also,
STTY -LCASE
L889[13:30:46] <Bizzycola> oic
L890[13:31:17] <ShadowKatStudios> :D
Classic C, the only C I've managed to write a working program for
:D
L891[13:31:42] <Bizzycola> I typed
'explode'
L892[13:31:44] <Bizzycola> and it said not
found
L893[13:31:47] <Bizzycola> now I'm all
saad
L894[13:32:03] <Kilobyte>
ShadowKatStudios: lol, well yeah, really old school
L895[13:32:42] <ShadowKatStudios> I want
to impliment a PDP-11 in Lua eventually, and use a tape drive as
the HDD
L896[13:32:47] <Bizzycola> I created
explode! :p
L897[13:33:25] <ShadowKatStudios> Did it
explode?
L898[13:33:42] <Bizzycola> No it said not
found. Probably because it's contents were "lelwit"
:p
L899[13:34:13] <istasi> can we edit
kernel.lua somewhere ingame?, enough of that "Bad argument #1,
number", have fun finding where error -.-'
L900[13:34:52] <Kilobyte> istasi: no,
kernel.lua is readonly
L901[13:35:04] <Kilobyte> if you could
edit that ingame you could bypass the sandbox easily
L902[13:35:13] <Kilobyte> since kernel.lua
runs without sandbox
L903[13:35:36] <ShadowKatStudios> It only
took a few secs to compile hello world :D
L904[13:36:05] <Kilobyte>
ShadowKatStudios: what compiler?
L905[13:36:14] <ShadowKatStudios> cc
L906[13:36:21] ***
Alissaway is now known as Alissa
L907[13:36:24] <Kilobyte> ah, yeah, a
simple one
L908[13:36:44] <Kilobyte> gcc is a pretty
complex one
L909[13:36:56] <Kilobyte>
ShadowKatStudios: whats file size of the compiler?
L910[13:37:11] <ShadowKatStudios> I'll
check once I fix my program
L911[13:37:25] <Kilobyte> gcc is
802K
L912[13:37:47] <Kilobyte> aka it would
prob exceed the ram just by being loaded
L914[13:38:11] <Bizzycola> won
L915[13:38:11] <ShadowKatStudios> It
would.
L916[13:38:28] <ShadowKatStudios> It would
by 12 times.
L917[13:39:35] <Kilobyte>
ShadowKatStudios: unless mem mapping is used
L918[13:39:41] <Kilobyte> but thats shit
slow
L919[13:40:26] <Kilobyte> but useful
:D
L920[13:42:16] <Sangar> Kilobyte, whenever
you have the time. i'll prob push rc1 without it because i've been
delaying that for way too long already anyway :P
L921[13:43:06] <Bizzycola> delaying is
fun
L922[13:43:22] <Kilobyte> Sangar: without
what? :P
L923[13:43:22] ***
Alissa is now known as Alissaway
L924[13:43:26] <Bizzycola> you should add
3200ms delay between keyboard and OC CO..actually maybe not
:p
L925[13:43:42]
⇨ Joins: Keridos (~Keridos@ironhide.stw-bonn.de)
L926[13:43:53] <Sangar> the switch
changes. then we can do the 1.3 release with the fully fleshed out
gui.
L927[13:44:31] ***
Cazzar|Away is now known as Cazzar
L928[13:44:44] ***
Keridos is now known as Keridos_off
L929[13:44:45] <ShadowKatStudios>
Kilobyte: cc is 7186 bytes
L930[13:45:38] <Kilobyte> yeah
L931[13:45:38] <Kilobyte> :P
L932[13:49:28] <leagris> Hello guys
L933[13:49:38] <Bizzycola> hi\
L934[13:50:24] <ShadowKatStudios> Man, my
typing is bad today, I just tried to go to youtube.nom
L935[13:50:46] <Kilobyte> xD
L936[13:50:51] <leagris> Sangar, may you
implement some deformable screens like Advanced Industrial
Information Panels from NuclearControl mod (see:
http://i.imgur.com/OiuNfqj.png)?
L937[13:50:53] <Kilobyte> hungry?
L938[13:51:04] ⇦
Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Read error:
No route to host)
L939[13:51:14] <Bizzycola> It's okay, I'm
sure youtube has many videos of food on it :p
L940[13:51:21] <Kilobyte> leagris: that
actually sounds like a cool idea
L941[13:51:50] <ShadowKatStudios> Uh, sort
of.
L942[13:52:07] ***
Alissaway is now known as Alissa
L943[13:52:14] <Sangar> leagris,
interesting! doesn't really fit the otherwise blocky nature of OC,
but maybe as an (example-ish) addon mod.
L944[13:52:20] <leagris> I used these for
old school 70' technical console. Though one of these should be a
keyboard
L945[13:52:32] <ShadowKatStudios> ow, I
think I just blew out my headphones
L946[13:53:12] <Bizzycola> Turned it up
too loud?
L947[13:53:16] <leagris> Great you like
the idea :)
L948[13:53:32] <ShadowKatStudios> Yeah.
Even if it wasn't my headphones that blew out, I think my eardrums
did
L949[13:53:40] <Bizzycola> My earphones
are norrmal at like 28% volume and my headphones are like 80%
L950[13:53:44] *
ShadowKatStudios checks to see if his ears are
bleeding
L951[13:53:48] <Bizzycola> you can imagine
it's fun when I forget to turn it down :p
L952[13:54:24] <Bizzycola> ah those
nuclearcontrol screens look cool :p
L953[13:54:36] <ShadowKatStudios> Well,
even if my ears are bleeding, this is awesome. It's 3 good things
in one song. It's Owl City, dance music and Sword Art Online
L954[13:54:48] <leagris> One other method
would be to allow Working Screens on Carpenter's blocks.
L955[13:54:50] <Bizzycola> I see :p
L956[13:55:01] <istasi> so, if i can
bypass the sandbox, should i tell or do you already know?
L957[13:55:04] <Kilobyte>
ShadowKatStudios: too powerful headphones, eh?
L958[13:55:07] <Bizzycola> That would be
interesting to try and implement :p
L959[13:55:12] <ShadowKatStudios> Well,
earphones
L960[13:55:17] <Kilobyte> lol
L961[13:55:18] <ShadowKatStudios> They
aren't cheap.
L962[13:55:30] <Kilobyte> meh, i usually
use my sound system
L963[13:55:50] <Kilobyte> 32 watts
L964[13:55:51] <ShadowKatStudios> I'm at
my grandad's place and it's almost midnight so speakers are out of
the question...
L965[13:55:54] <Bizzycola> So I assume
that curved viewing window sort of thing behind your screens is the
carpenters blocks mod?
L966[13:55:56] <Kilobyte> enough for my
small room
L967[13:56:13] <Kilobyte> ah, yeah, then i
have a pretty decent bluetooth headset
L968[13:56:20] <Kilobyte> wasn't cheap
either :P
L970[13:56:39] -Kibibyte- [ShadowKatStudios]
Good Time (Adizzle Remix) - Owl City feat Carly Rae Jepsen | by
jordesuvi | 3m10s | 95w1d ago | 4,971 views | Rated:
4.82/5.00
L971[13:58:14] <ShadowKatStudios> Heh,
youtube has given up in dusgust though, I'm using all of my
bandwidth to download anime
L972[13:58:37] <Kilobyte> lol
L973[13:59:15] <Kodos> Am I missing
anything important? Just got back from next door, and I need
sleep
L974[13:59:40] <Bizzycola> just all the
giant ragequits from 15 of the top minecraft mod makers
L975[13:59:59] <Kodos> wat
L976[14:00:05] <Bizzycola> It's like they
banded together just to ragequit!
L977[14:00:13] <Bizzycola> ..No. I don't
think you're missing much :p
L978[14:00:34] <ShadowKatStudios> Good
morning everyone!
L979[14:00:39] <Bizzycola> Morning
L980[14:00:44] <ShadowKatStudios> 0:00
:D
L981[14:00:49] <Bizzycola> Yes
indeed
L982[14:00:57] <Bizzycola> last time you
said it a few minutes late
L983[14:01:02] <Bizzycola> I couldn't
believe my eyes
L984[14:01:14] <ShadowKatStudios>
hah
L985[14:01:24] <ShadowKatStudios> My sense
of time is improving
L986[14:01:30] <Bizzycola> Yes
indeed
L987[14:01:35] <Sangar> istasi, pm me if
you find any security related issues, please
L988[14:01:46] <Bizzycola> If it declines
I will be forced to throw a cup of coffee at you though :p
L989[14:02:34] <ShadowKatStudios> Hah,
fair enough
L990[14:02:41] *
ShadowKatStudios sets an alarm
L991[14:02:50] <Bizzycola> Good idea.
:p
L992[14:02:54] <ShadowKatStudios>
Actually, will said coffee be upright and in the cup?
L993[14:03:04] ***
dsAway is now known as ds84182
L994[14:03:05] <Bizzycola> It will be
before I throw it surely
L995[14:03:14] <ShadowKatStudios> While it
is hitting me?
L996[14:03:16] <Bizzycola> Afterwards
though, no garentee
L997[14:03:26] <Bizzycola> I am not adept
at using the force
L998[14:03:30] <Bizzycola> so it may spill
on you
L999[14:04:37] <Kilobyte> yeah, don't put
security issues in this channel
L1000[14:04:45] <ShadowKatStudios> Oh,
that's no use to me then, I can't use psychokenesis
L1001[14:04:45] <Kilobyte> we don't want
them abused after all
L1002[14:04:56] <Bizzycola> oic
L1003[14:07:30] *
ShadowKatStudios totally wants psychokenesis
L1004[14:07:42] *
ShadowKatStudios imagines all the keyboards he could type on at
once
L1005[14:07:45] <Bizzycola> lol
L1006[14:07:49] <Bizzycola> 700!
L1007[14:08:45] <ShadowKatStudios> I was
going with 9001, but y'know
L1008[14:09:03] <Bizzycola> Why. Because
it's OVER EIGHT THOUSAND AND NINTY NINE?
L1009[14:09:07] <ShadowKatStudios> The
best part is that I don't even like that show.
L1010[14:09:10] <Kenny> 9000....
L1011[14:09:19] <Kenny> like the HAL
9000
L1012[14:09:28] <ShadowKatStudios> Better
idea: 65535
L1013[14:09:28] <Bizzycola> Wasn't it
from dragon ball z or something?
L1014[14:09:45] <Kenny> better yet 16.7
million
L1015[14:09:45] <ShadowKatStudios>
Yeah.
L1016[14:09:51] <Bizzycola> OVER SIXTY
FIVE THOUSAND FIVE HUNDRED AND THIRTY FOUR!
L1017[14:09:55] <ShadowKatStudios> 4
billion.
L1018[14:10:00]
⇦ Quits: dmod_ (uid32492@id-32492.uxbridge.irccloud.com)
(Quit: Connection closed for inactivity)
L1019[14:10:14]
⇦ Parts: Bizzycola (~Bizzycola@bizzycola.us.to)
(Leaving))
L1020[14:10:25]
⇨ Joins: Bizzycola (~Bizzycola@bizzycola.us.to)
L1021[14:10:29] <Bizzycola> Was that him
or me? lol
L1022[14:10:44] <ShadowKatStudios> I can
beat myself at large numbers. 18446744073709551616
L1023[14:10:54] <Bizzycola> OVE..okay no
I'm too lazy
L1024[14:10:54] <Bizzycola> lol
L1025[14:10:56] <ShadowKatStudios> Wait,
no, 18446744073709551615
L1026[14:11:08] <ShadowKatStudios> I
don't even know how to pronounce that.
L1027[14:11:13] <Bizzycola> lol
L1028[14:11:22] <Bizzycola> OVER
18446744073709551614
L1029[14:11:24] <Bizzycola>
obviously
L1030[14:11:49] <Bizzycola> you go OVER
ONE EIGHT FOUR FOUR SIX...
L1031[14:12:03] <ShadowKatStudios> How to
say stupidly large numbers: Say each digit individually
L1032[14:12:11] <Bizzycola> Yup :p
L1033[14:12:32] <ShadowKatStudios>
3.4028236692093846346337460743177e+38
L1034[14:12:33] <Kodos> Or gripe at the
person to use commas properly
L1035[14:12:40] <Kodos> Unless it's a
decimal
L1036[14:12:53] <Bizzycola> Over
2.*!
L1037[14:13:04] <ShadowKatStudios> What's
after billion? Is i trillion?
L1038[14:13:17] <Kenny> trillion
L1039[14:13:21] <Bizzycola> Something
like that :p
L1040[14:13:34] <ShadowKatStudios> And
after trillion is quadrillion, and after that is pentillion and...
etc
L1041[14:13:57] ***
vifino is now known as vifino|away
L1042[14:14:22] <Bizzycola> Okay...
L1043[14:14:23] <Bizzycola> It
L1044[14:14:43] <Bizzycola> is over one
quintillion, eight hundred forty-four quadrillion, six hundred
seventy-four trillion, four hundred seven billion, three hundred
seventy million, nine hundred fifty-five thousand, one hundred
sixty!
L1045[14:14:44] <Bizzycola> lol
L1046[14:15:10] <leagris> -32768 oups was
signed short int ;)
L1047[14:15:34] <ShadowKatStudios>
SIGNED!? But that decreases the range by heaps!
L1049[14:16:14] <leagris> what heaps, the
on I have barely fit in my dress ;P
L1050[14:16:46] <ShadowKatStudios> ..? I
don't get it.
L1051[14:17:03] <Bizzycola> lol
L1052[14:17:38] <ShadowKatStudios> Over 9
duotrigintillion!
L1053[14:17:53]
⇨ Joins: Lukasmah
(webchat@93-141-117-32.adsl.net.t-com.hr)
L1054[14:17:55] <Bizzycola> :P
L1055[14:18:00] <Lukasmah> Hey
there
L1056[14:18:02] <ShadowKatStudios> 10^99
wins.
L1057[14:18:05] <Bizzycola> Hi
L1058[14:18:11] <ShadowKatStudios>
Morning.
L1059[14:18:31] <leagris> ah yes hips
sorry
L1061[14:19:15] *
ShadowKatStudios holds down 9
L1062[14:19:23] <Bizzycola> I did
that
L1063[14:19:24] <Bizzycola> was fun
L1064[14:19:36] <ShadowKatStudios> nine
hundred ninety-nine septenvigintillion, nine hundred ninety-nine
sexvigintillion, nine hundred ninety-nine quinvigintillion, nine
hundred ninety-nine quattuorvigintillion, nine hundred ninety-nine
trevigintillion, nine hundred ninety-nine duovigintillion, nine
hundred ninety-nine unvigintillion, nine hundred ninety-nine
vigintillion, nine hundred ninety-nine novemdecillion, nine
hundred...
L1065[14:19:37] <ShadowKatStudios>
...ninety-nine octodecillion, nine hundred ninety-nine
septendecillion, nine hundred ninety-nine sexdecillion, nine
hundred ninety-nine quindecillion, nine hundred ninety-nine
quattuordecillion, nine hundred ninety-nine tredecillion, nine
hundred ninety-nine duodecillion, nine hundred ninety-nine
undecillion, nine hundred ninety-nine decillion, nine hundred
ninety-nine nonillion, nine...
L1066[14:19:39] <ShadowKatStudios>
...hundred ninety-nine octillion, nine hundred ninety-nine
septillion, nine hundred ninety-nine sextillion, nine hundred
ninety-nine quintillion, nine hundred ninety-nine quadrillion, nine
hundred ninety-nine trillion, nine hundred ninety-nine billion,
nine hundred ninety-nine million, nine hundred ninety-nine
thousand, nine hundred ninety-nine
L1067[14:19:40] <ShadowKatStudios>
oops
L1068[14:19:42] <ShadowKatStudios>
shit
L1069[14:19:43] <Bizzycola> lol
L1070[14:19:44] <ShadowKatStudios>
bai
L1071[14:19:49]
⇦ Parts: ShadowKatStudios
(~chatzilla@CPE-123-211-96-150.lnse4.cha.bigpond.net.au)
())
L1072[14:19:58] <JTE|InAField> Dat spam
though
L1073[14:20:06] <JTE|InAField> .l
L1074[14:20:06] <^v> JTE|InAField,
nil
L1075[14:20:08] <Bizzycola> He held 9 for
a while
L1076[14:20:08] <Lukasmah> What was that
for?
L1077[14:20:17]
⇨ Joins: ShadowKatStudios
(~chatzilla@CPE-123-211-96-150.lnse4.cha.bigpond.net.au)
L1078[14:20:23] <Bizzycola> lol
L1079[14:20:24] <ShadowKatStudios>
heh
L1080[14:20:41] <ShadowKatStudios> sowwy
:( I didn't know it would take up several messages
L1081[14:20:52] <Bizzycola> you held 9 a
while huh :p
L1082[14:21:10] <ShadowKatStudios> Only a
few seconds
L1083[14:21:35] <Bizzycola> So many fun
words for large numbers it seems :p
L1084[14:22:04] <JTE|InAField> .l return
#"JoshTheEnder"..":"..#"JTE|InAField"
L1085[14:22:04] <^v> JTE|InAField,
12:12
L1086[14:22:08] <JTE|InAField> H
L1087[14:22:12] <JTE|InAField> Hmm[
L1088[14:22:15] <JTE|InAField> Ffs
L1089[14:22:21] <Bizzycola> k
L1090[14:22:29] <ShadowKatStudios> I'm
gonna release a chapter tonight, and it will be what happens when I
convert several minutes of holding 9 in.
L1091[14:22:38] <ShadowKatStudios> I
wonder if I can break it...
L1092[14:22:39] <Bizzycola> olol
L1093[14:22:45] <Bizzycola> haha
probably
L1094[14:22:51] <Bizzycola> type a bunch
of 9s
L1095[14:22:53] <Bizzycola> for like 10
seconds
L1096[14:23:04] <Bizzycola> then ctrl+a,
ctrl+c, ctrl+v and hold for a while
L1097[14:23:15] <Bizzycola> then repeat
:p
L1098[14:23:23] <ShadowKatStudios>
Yep.
L1099[14:23:40] <ShadowKatStudios> Hold
for 10 sec, ctrl-c, ctrl-v 10 sec, repeat
L1100[14:23:44] <Lukasmah> Is there a
message length limit?
L1101[14:24:07] <Bizzycola> Yes which is
why his was broken into 3 messages :p
L1102[14:24:15] <Lukasmah>
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
L1103[14:24:23] <Lukasmah>
Interesting
L1104[14:24:29] <ShadowKatStudios> It's
512 chars IIRC
L1105[14:24:40] <Lukasmah> Okay
L1106[14:24:48] <JTE|InAField>
ShadowKatStudios, I'll be releasing chapters 4.1&4.2 when I get
home
L1107[14:25:14] <Bizzycola> fun
L1108[14:25:16] <Kilobyte> 512 total,
including the message header and the trailing \r\n
L1109[14:25:24] <ShadowKatStudios> Oh,
there's a limit on the amount of 9s I can put in. Also, cool JTE
:D
L1110[14:25:28] ***
Kodos is now known as Xil|Zzz
L1111[14:25:30] <Kilobyte> the header is
PRIVMSG #oc :
L1112[14:25:35] <ShadowKatStudios>
999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
L1113[14:25:47] <Lukasmah>
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
L1114[14:25:56] <Kilobyte> can someone
clean up that spam?
L1115[14:25:58] <JTE|InAField> Please
don't spak
L1116[14:26:03] <Lukasmah> Oh, so the
client also limits message length
L1117[14:26:06] <JTE|InAField> Spam
[
L1118[14:26:11] <Dean4Devil> Yall dead
when Kenny finds you
L1119[14:26:11] <JTE|InAField> **
L1120[14:26:12] <Lukasmah> *Spak
L1121[14:26:31] <JTE|InAField>
Dean4Devil, ?
L1122[14:26:37] <ShadowKatStudios> I
thought Kenny was gone
L1123[14:26:44] <Lukasmah> Well, that's
cool
L1124[14:26:46] <Kilobyte> he is back,
but no longer staff
L1125[14:26:55] <ShadowKatStudios> Mh,
figures.
L1126[14:27:12] <JTE|InAField> I still am
so watch it
L1127[14:27:18] <Kilobyte> :P
L1128[14:27:22] <Dean4Devil>
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
L1129[14:27:25] *
Xil|Zzz is wannabestaff
L1130[14:27:26] *
Kilobyte feels free to poke josh when needed
L1131[14:27:27] <Lukasmah> Okay
L1132[14:27:33] <Kilobyte> JTE|InAField:
^
L1133[14:27:40] *
ShadowKatStudios pokes Josh anyway
L1134[14:27:41] <Kilobyte> i think
someone can't read
L1135[14:27:58] <Xil|Zzz> I think someone
doesn't know what a joke is
L1136[14:28:08] <Lukasmah>
P-p-p-poke!
L1137[14:28:18] <Dean4Devil> Hey Josh!
*poke*
L1138[14:28:18] <Lukasmah> Or something
like that
L1139[14:28:24] <Kilobyte> Xil|Zzz: i was
referring to Deans line
L1140[14:28:49] *
ShadowKatStudios prods JTE with a wizard staff
L1141[14:28:50] <JTE|InAField> If it
appears as more than 3 lines and is spam I will kick you
L1142[14:29:01] <Lukasmah>
*Poke!**Poke!**Poke!**Poke!**Pokity!**oke!**Stab!**Poke*
L1143[14:29:09] <ShadowKatStudios> What
if it's 3 likes of /numbers/?
L1144[14:29:22] <Kilobyte> doesn't
matter
L1145[14:29:29] ***
Alissa is now known as Alissaway
L1146[14:29:37] <Lukasmah> 3 lines,
huh?
L1147[14:29:39] <Kilobyte> numbers can
still be spam
L1148[14:29:41] <JTE|InAField> D4D's
message was 1 and a half lines, for reference
L1149[14:29:52] <Bizzycola> wait kenn_y
isn't staff anymore?
L1150[14:29:57] <Lukasmah> I've never
posted more than 3 lines due to my client not showing it as more
than a line
L1151[14:29:59] <Kilobyte> nah, he
ragequit
L1152[14:30:02] <Lukasmah> Dun dun
duuuuuuuuuuuun
L1153[14:30:03] <Bizzycola> Oh I
see
L1154[14:30:07] <Bizzycola> >:D
L1155[14:30:09] <Bizzycola> lol
L1156[14:30:20] <Kilobyte> then after
someone showing him violate his own rules
L1157[14:30:26] <Kilobyte> iirc
L1158[14:30:31] <Lukasmah> Wait
L1159[14:30:36] *
JTE|InAField raises hamd
L1160[14:30:42] <Lukasmah> How many line
was my previous test message?
L1161[14:30:43] *
Xil|Zzz wants ham
L1162[14:30:43] <Kenny> So i see Josh,
you don't give a fuck about the channel and spam or anything,
L1163[14:30:53] *
Bizzycola high fives JTE|InAField
L1164[14:31:03] <Xil|Zzz> Kenny, he does,
however he doesn't completely lose his shit when it happens
L1165[14:31:12] <JTE|InAField> Kenny I
give them a warning before kicking
L1166[14:31:13]
⇦ Parts: Kenny
(~Kenny@2602:306:ce9e:5150:7cca:82ce:2d7a:fc8d) ())
L1167[14:31:16] *
ShadowKatStudios runs to grab popcorn
L1168[14:31:18] <Xil|Zzz> \o/
L1169[14:31:22] <ShadowKatStudios> Oh
:(
L1170[14:31:27] <Bizzycola> dun kick me
though
L1171[14:31:27] *
Xil|Zzz likes it better when he's gone
L1172[14:31:30] <Bizzycola> I is good
bizzy :p
L1173[14:31:36] <Kilobyte> some people
can't take criticism
L1174[14:31:42] <Lukasmah> *Poke*
L1175[14:31:50]
⇦ Quits: Dean4Devil (~AI_Cat@p5496160B.dip0.t-ipconnect.de)
(Ping timeout: 186 seconds)
L1176[14:31:51] <JTE|InAField> Ohh look,
what a surprise, he lefy
L1177[14:31:53] <Lukasmah> No, seriously,
how many lines is...
L1178[14:32:03]
⇨ Joins: Dean4Devil
(~AI_Cat@p549628D3.dip0.t-ipconnect.de)
L1179[14:32:12] <Bizzycola> 700
L1180[14:32:50] <ShadowKatStudios>
701.
L1181[14:32:52] <Lukasmah> How many lines
is 512 chars?
L1182[14:33:02] <ShadowKatStudios>
Depends on the window size, dummy.
L1183[14:33:03] <istasi> :P
L1184[14:33:09] <JTE|InAField> Yeah
L1185[14:33:12] <Kilobyte> prob around
10
L1186[14:33:16] <Kilobyte> for JTE
L1187[14:33:21] <Lukasmah> I mean in
JTE's client
L1188[14:33:22] <Kilobyte> maybe
more
L1189[14:33:23] <ShadowKatStudios> Though
if you went with an OC screen, about 1/4 of the screen.
L1190[14:33:35] <ShadowKatStudios> .l
25/4
L1191[14:33:35] <^v> ShadowKatStudios,
6.25
L1192[14:33:38] <Kilobyte>
ShadowKatStudios: depends on tier
L1193[14:33:40] <ShadowKatStudios> 6.25
lines.
L1194[14:33:47] <ShadowKatStudios> Well,
let's go with a VT100
L1195[14:33:59] <Lukasmah> Wow,
lua.
L1196[14:34:27] <Lukasmah> I like it.
It's not too complicated
L1197[14:34:53] <Kilobyte> i don't
:P
L1198[14:35:00] <Kilobyte> it is
sometimes overcomplicated
L1199[14:35:07] <JTE|InAField> I have a
Sony Xperia U with androirc, if someone wants to go fine the screen
size
L1200[14:35:23]
⇨ Joins: Lukasmah_
(webchat@93-141-117-32.adsl.net.t-com.hr)
L1201[14:35:30] <Kilobyte> and it uses 1
as index start not 0
L1202[14:35:45] <ShadowKatStudios> Lua is
mostly nice
L1203[14:35:46] <Kilobyte> only other
"language" i know that does that is BASIC
L1204[14:36:03] <Kilobyte> i don't like
its syntax
L1205[14:36:05] <ShadowKatStudios> Can
you call BASIC a language? I think of it as an abomination
L1206[14:36:12] <Lukasmah_> Blocks of
code look a bit exposed to me without parentheses.
L1207[14:36:28]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L1208[14:36:30] <Lukasmah_> They seem
like they are weak, vulnerable. They must be cold. And
exposed
L1209[14:36:33] <Kilobyte> Lukasmah:
thats a side issue
L1210[14:36:35] <Lukasmah_> I guess I'll
get used to it
L1211[14:36:36] <ShadowKatStudios>
Mentally replace end with }
L1212[14:36:45] <Kilobyte> ruby does it
with end too
L1213[14:36:51] <Kilobyte> but it has
nicer syntax
L1214[14:37:12] <ds84182> uhg
L1215[14:37:18] <ShadowKatStudios> I have
to try ruby eventually
L1216[14:37:25] <Kilobyte> yeah, its
awesome :P
L1217[14:37:27] <Kilobyte> and easy
L1218[14:37:29] <ds84182> I'm going to
have to set a proxy server to proxy all my connections if I want to
github
L1219[14:37:44]
⇦ Quits: Lukasmah (webchat@93-141-117-32.adsl.net.t-com.hr)
(Ping timeout: 190 seconds)
L1220[14:38:03]
⇦ Parts: Lukasmah_ (webchat@93-141-117-32.adsl.net.t-com.hr)
())
L1221[14:38:04] <Kilobyte>
ShadowKatStudios: it is more complex than lua though :P by
far
L1222[14:38:08]
⇨ Joins: Lukasmah_
(webchat@93-141-117-32.adsl.net.t-com.hr)
L1223[14:38:10] <Kilobyte> and it has a
huge standard api
L1224[14:38:22] <Lukasmah_> Really? Ping
timeout?
L1225[14:38:28] <Lukasmah_> Screw my
connection
L1226[14:38:32] <Kilobyte> lol
L1227[14:38:37] *
ShadowKatStudios likes his minimal FORTH systems
L1228[14:38:43] *
Kilobyte puts a scew into Lukasmahs connection
L1229[14:39:06] <Lukasmah_> Heh. I wonder
if that would work.
L1230[14:39:12] <Kilobyte> probably
not
L1231[14:39:19] <Kilobyte> but we cannot
be sure until we try it
L1232[14:39:29] <Lukasmah_> I think it
would
L1233[14:39:38] <Lukasmah_> Solution to
everything is putting a screw in it
L1234[14:39:53] <ShadowKatStudios> Yay,
400 torrents sharing 600KiB/s bandwidth
L1235[14:39:56] <Kilobyte> especially
fixing high voltage cables
L1236[14:40:03] <JTE|InAField> Anyone
know if theres an irc bouncer that supports all of the IRCv3
CAPs!
L1237[14:40:06] <ShadowKatStudios> No
Lukasmah_, the solution is duct tape.
L1238[14:40:15] <Kilobyte> best do it
with a full metal screwdriver
L1239[14:40:25] <Lukasmah_> Your car ran
out of gas? Put a screw in it. Your window glass is broken? Put a
screw in it. Your girlfriend left you? Put a screw in her
L1240[14:40:31] <Lukasmah_> Okay, don't
do that last one
L1241[14:40:41] <Kilobyte> why? she left
me after all.
L1242[14:40:42] <ShadowKatStudios>
Shoulda seen the last one coming.
L1243[14:41:13] <Lukasmah_> Depending on
whether you take it literally or not, it is either gory or
sexual
L1244[14:41:21] <Kilobyte> :P
L1245[14:41:25] *
ShadowKatStudios imagined the gory one first
L1246[14:41:39] <Kilobyte> same
L1247[14:41:48] <ShadowKatStudios>
Hehehe, blood > :D
L1248[14:41:51] <Lukasmah_> well,
yeah
L1249[14:41:54] <JTE|InAField> Cant it
've both?
L1250[14:41:56] <Kilobyte> RUN A
VAMPIRE
L1251[14:42:03] <Lukasmah_> Than I
realised what it sounded like
L1252[14:42:08] <Kilobyte> bbl
L1253[14:42:09] <Lukasmah_> *then
L1254[14:42:20] <JTE|InAField> *be, not
've
L1255[14:42:21] <ShadowKatStudios> I'm
not a vampire, I'm a small big cat. There's a difference.
L1256[14:42:58] <Lukasmah_> A small big
cat
L1257[14:43:02] <ShadowKatStudios>
Yes.
L1258[14:43:22] <Lukasmah_> ...
L1259[14:43:30] <ShadowKatStudios>
There's small cats- the domestic ones, and there's big cats- the
primarily wild ones. I'm on the small end of the the big cat
scale.
L1260[14:43:55] <Lukasmah_> Oh, so it
isn't an oxymoron after all
L1261[14:43:55] <Bizzycola> fun :p
L1262[14:44:08] <ShadowKatStudios> No,
it's highly descriptive.
L1264[14:44:17] <Bizzycola> like a
boss
L1265[14:44:33] *
JTE|InAField will happily kill people for their blood
L1266[14:44:41] <Lukasmah_> That link is
unrelated, but I consider Juanderful
L1267[14:44:50] <Lukasmah_> *consider
it
L1269[14:45:51] <ShadowKatStudios>
1.2.14?
L1270[14:46:15] <Sangar> yeah, some
backported fixes and updated, less crash-prone natives.
L1271[14:46:21] <Sangar> also 1.3 rc1
:P
L1272[14:46:26] <JTE|InAField> 1.2.14?
Come on Sangar, don't Mojang us
L1273[14:46:48] <Bizzycola> lol
L1274[14:46:53] <Sangar> since when are
backported fixes a bad thing? :P
L1275[14:47:04] <JTE|InAField> My phone
is dying
L1276[14:47:06] <JTE|InAField> :/
L1277[14:47:10] <Bizzycola> Well I for
one don't want my back ports fixed!
L1278[14:47:10] <Bizzycola> :p
L1279[14:47:24] <Sangar> badum-tish
L1281[14:47:43] <Sangar> ...
L1282[14:47:45] <Bizzycola> It's like
fixing a backdoor! They're handy to have around! I know of one on a
public site that allows me to become login as any member on the
entire site
L1283[14:47:52] <Bizzycola> it is
amazingly funny
L1284[14:48:15] *
JTE|InAField seals Bizzycola's backport with concrete
L1285[14:48:26] <Bizzycola>
NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO!
L1286[14:48:37] *
Bizzycola runs away
L1287[14:48:52] *
ShadowKatStudios creates an acid that eats away
concrete
L1288[14:49:06] <Bizzycola>
YEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEESSSSSSSSSSSSSSSSS
L1289[14:49:09] <ShadowKatStudios> Also
wow, so much double endre
L1290[14:49:10] *
Bizzycola returns
L1291[14:49:21] <Lukasmah_> Oh, yay,
roleplaying
L1292[14:49:25] *
ShadowKatStudios holds said acid above Bizzycola's
head
L1293[14:49:34] *
JTE|InAField pours the acid over Bizzycola
L1294[14:49:36] <Bizzycola>
UH-OOOOOOOOOOOOOOOOOOOOOOOOOOHHHHHHHHHHHHHHHHHHHHHHHH
L1295[14:49:42] <Bizzycola>
OOOOOOOOOOOOOOOOOOOOOOOOWWWWWWWWWWWWWWWWWWWWWWWWWWWW
L1296[14:49:47] <Bizzycola> WHY DO YOU DO
THIS
L1297[14:49:47] *
Lukasmah_ pulls out two machineguns and shoots around while
spouting dumb one liners
L1298[14:49:49] <ShadowKatStudios> The
acid only eats concrete
L1299[14:49:50] *
Dean4Devil gets the popcorn and watches
L1300[14:49:50] *
Bizzycola runs away
L1301[14:49:54]
⇦ Parts: Bizzycola (~Bizzycola@bizzycola.us.to)
(Leaving))
L1302[14:50:10] *
Sangar gets some popcorn
L1303[14:50:13] <ShadowKatStudios> Yeah,
Lukasmah_, this channel lapses into roleplay occasionally
L1304[14:50:23] *
ShadowKatStudios fires a railgun at Lukasmah_
L1305[14:50:30] *
Lukasmah_ puts a nail on Bizzy's chair
L1306[14:50:33] *
Dean4Devil asks Sangar if he has salty or sweet
popcorn
L1307[14:50:34] *
JTE|InAField steals Sangar's popcorn
L1308[14:50:37] <Lukasmah_> Also ow
L1309[14:50:40] *
gamax92 joins the channel
L1310[14:50:43] ***
ds84182 is now known as dsAway
L1311[14:50:45] *
Sangar slaps JTE|InAField
L1312[14:50:52] *
Dean4Devil announces 3rd person hour
L1313[14:50:58] ***
dsAway is now known as ds84182
L1314[14:51:03] *
ShadowKatStudios enlists gamax92 in his fight against
Lukasmah_
L1315[14:51:06] *
Sangar wonders if we can really keep this up for an
hour...
L1316[14:51:13] *
JTE|InAField agrees with Dean4Devil
L1317[14:51:13] <gamax92> nope
L1318[14:51:21] *
Lukasmah_ slaps SKS arounbd with a large trout
L1319[14:51:23] *
Dean4Devil hates gamax92 now
L1320[14:51:44] *
ShadowKatStudios stabs Lukasmah_ with a barramundi
L1321[14:51:51] <Lukasmah_> I may or may
not have gotten the trout thing from another channel
L1322[14:51:51] *
JTE|InAField tackles gamax92 to the floor
L1323[14:51:54] *
ShadowKatStudios thinks that is how it is spelled
L1324[14:52:05] *
Lukasmah_ jumps back in the last second and counters with
anchovies
L1325[14:52:08] <JTE|InAField> $slap
Lukasmah_
L1326[14:52:11] <gamax92> Guuuuuuuuys ...
I have crap to yell at people for.
L1327[14:52:15] <Lukasmah_> Because why
would anyone want anchovies
L1328[14:52:17] *
ShadowKatStudios 's mele weapon of choice is cold fish
L1329[14:52:26] <JTE|InAField> Ok,
SuperBot is ducked
L1330[14:52:35] <Sangar> ducked, is
he
L1331[14:52:36] *
ShadowKatStudios throws potato scallops like ninja stars at
Lukasmah_
L1332[14:52:50] *
Lukasmah_ deflects potatoes with his trout
L1333[14:52:55] *
Sangar loves autocorrect
L1334[14:52:58] *
Lukasmah_ starts a fencing duel with SKS
L1335[14:53:04] <JTE|InAField> I'll be
back later
L1336[14:53:09] <justastranger> :o
L1337[14:53:12] *
ShadowKatStudios uses a bread stick against Lukasmah_
L1338[14:53:13]
⇨ Joins: Bizzycola1 (~Bizzycola@bizzycola.us.to)
L1339[14:53:16] *
Bizzycola1 sneaks back
L1340[14:53:17] <justastranger> lots of
/me going on here
L1341[14:53:20] <Lukasmah_> Have at
thee!
L1342[14:53:22] *
Dean4Devil cuts gamax open with paper and pours lemon juice over
him
L1343[14:53:26] ***
Bizzycola1 is now known as Bizzycola
L1344[14:53:33] *
ShadowKatStudios stabs Lukasmah_ in the shoulder
L1345[14:53:38] <Bizzycola> lol
L1346[14:53:45] *
Lukasmah_ fights with his other hand
L1347[14:53:46] <Sangar> i was hoping for
a monkey-island style fencing duel
L1348[14:53:48] *
Bizzycola builds arena around them and watches
L1349[14:54:01] *
Dean4Devil offers Bizzycola some popcorn
L1350[14:54:06] *
ShadowKatStudios grabs another breadstick
L1351[14:54:07] *
Bizzycola eats some
L1352[14:54:08] <Bizzycola> Thanks!
:p
L1353[14:54:15] <Dean4Devil> youre
welcome
L1354[14:54:18] *
Lukasmah_ fights fiercely until passing out from blood
loss
L1355[14:54:30] *
ShadowKatStudios has mercy on Lukasmah_
L1356[14:54:32] *
Dean4Devil revivies Lukasmah_ so the fight can go on
L1357[14:54:43] *
ShadowKatStudios stabs Lukasmah_ in a non-lethal place
L1358[14:54:43] *
Bizzycola releases lions
L1359[14:54:56] <Lukasmah_> Ow!
L1360[14:54:57] *
ShadowKatStudios throws potato scallops at the lions
L1361[14:55:03] *
Lukasmah_ slaps SKS
L1362[14:55:04] *
Dean4Devil pource BBC sauce over Lukasmah_
L1363[14:55:06] *
ShadowKatStudios rides on top of a lion
L1364[14:55:18] <Bizzycola> It's a cat on
a cat
L1365[14:55:23] <Lukasmah_> Unfair! Two
against Juan?
L1366[14:55:26] <Bizzycola> This is most
interesting!
L1367[14:55:37] *
Dean4Devil transforms into a cat and jumps on top of
SKS
L1368[14:55:38] *
ShadowKatStudios hands said lion a breadstick
L1369[14:55:49] <Sangar> but doesn't Juan
have the ring that makes him invisible?
L1370[14:56:00] <ds84182> uhmm
L1371[14:56:02] <Bizzycola> I ate the
ring
L1372[14:56:03] *
ShadowKatStudios casts a spell that gives Dean4Devil a
breadstick
L1373[14:56:12] *
ds84182 breaks the world
L1374[14:56:15] *
Dean4Devil haz a breadstick
L1375[14:56:15] <ShadowKatStudios> Fight
well, my friends
L1376[14:56:23] <Lukasmah_> Come on, SKS,
that's just cheap
L1377[14:56:26] *
Bizzycola fixes and reloads the world
L1378[14:56:31] *
ShadowKatStudios waits for Lukasmah_'s move
L1379[14:56:33] <Lukasmah_> Summoning
weapons?
L1380[14:56:46] *
Lukasmah_ creates a tuna
L1381[14:56:48] *
ShadowKatStudios is a level 7 wizard, and a level
999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
ninja
L1382[14:56:48] <Lukasmah_> Bring
it!
L1383[14:56:54] <Bizzycola> lol
L1384[14:57:09] *
Bizzycola is still eating popcorn and watching as though it is just
another day
L1385[14:57:09] <Bizzycola> :p
L1386[14:57:15] *
Sangar is a level math.huge procrastinator
L1387[14:57:23] *
ShadowKatStudios throws a potato scallop to Bizzycola
L1388[14:57:23] <Bizzycola> lolol
L1389[14:57:28] *
Bizzycola noms it
L1390[14:57:37] *
Lukasmah_ dual wields a tuna and a trout
L1391[14:57:46] <Bizzycola> Sangar, WELL
I AM A LEVEL MATH.HUGER LAZY PERSON!
L1392[14:57:46] <Bizzycola> :p
L1393[14:57:47] *
ShadowKatStudios knocks away Lukasmah_'s trout
L1394[14:57:54] *
Dean4Devil can see SKS anyway bc he is a 2^65536 cat
L1395[14:57:55] *
Lukasmah_ slaps SKS around with a tuna
L1396[14:58:06] *
ShadowKatStudios throws said trout to Bizzycola
L1397[14:58:12] *
Bizzycola noms trout
L1398[14:58:20] *
ShadowKatStudios whacks Lukasmah_ on the head with a
breadstick
L1399[14:58:33] *
ShadowKatStudios summons water
L1400[14:58:37] <Lukasmah_> ((I was
supposed to be wwriting an update for a forum RPG. XD. Thanks for
reminding me.))
L1401[14:58:49] *
Lukasmah_ drops onto the floor from the impact
L1402[14:58:55] *
Dean4Devil jumps on top of SKSs head because hes afraid of
water
L1403[14:58:56] *
ShadowKatStudios turns Lukasmah_'s tuna against him using
water
L1404[14:59:11] *
Lukasmah_ spits some blood out, along with a one liner
L1405[14:59:14] <Bizzycola> Lets kick it
up a notch(harrrr)
L1406[14:59:14] *
Bizzycola throws vial of unknown disease into the
arena
L1407[14:59:21] <Bizzycola> Only I know
what it is!
L1408[14:59:29] *
ShadowKatStudios smashes the vial on Lukasmah_'s head
L1409[14:59:35] *
Dean4Devil is immune to disease ******
L1410[14:59:37] <Sangar> Bizzycola, great
idea, new rule, every line has to include a bad pun :P
L1411[14:59:39] <Lukasmah_> Oh, come on
now
L1412[14:59:50] <Bizzycola> olol
okay
L1413[15:00:05] *
ShadowKatStudios thinks that reaction time in this world relates
directly to typing speed
L1414[15:00:09] <Lukasmah_> Thaz's Juan
stupid rule
L1415[15:00:13] *
Bizzycola summons sanguard
L1416[15:00:15] *
Dean4Devil creates an aMAZEing maze
L1417[15:00:27] *
ShadowKatStudios summons a magic map
L1418[15:00:44] *
Lukasmah_ doesn't really type all the time, observing frequently
instead
L1419[15:00:48] *
Dean4Devil twitches from his own bad pun
L1420[15:00:49] *
Lukasmah_ is outta here
L1421[15:00:51] *
Lukasmah_ hides
L1422[15:01:06] *
ShadowKatStudios looks around for someone else to
fight
L1423[15:01:16] *
Dean4Devil teleports Sangar and Bizzycola into the
maze
L1424[15:01:29] *
Lukasmah_ jumps SKS and stabs him with some more
anchovies
L1425[15:01:34] *
istasi hides in the corner
L1426[15:01:48] <Lukasmah_> Come on, you
should have thought there was something fishy about me hiding
L1427[15:01:50] *
ShadowKatStudios casts regeneration
L1428[15:01:55] <Bizzycola> I american't
find my way out. It's A-MAZ(e)-ING
L1429[15:02:00] *
Bizzycola hides
L1430[15:02:06] *
Dean4Devil sees istasi and bizzycola
L1431[15:02:22] *
istasi plays dead, yup veery dead
L1432[15:02:26] <justastranger>
Bizzycola: please
L1433[15:02:27] <justastranger> no
L1434[15:02:29] <justastranger> D:
L1435[15:02:34] <Bizzycola> lol
L1436[15:02:41] *
ShadowKatStudios casts the spell 'Illuminatis' and creates a large
glowing orb
L1437[15:02:42] *
Dean4Devil wants to join Bizzycola on his ultimate quest to find
the one weapon that can kill SKS
L1438[15:02:47] *
Lukasmah_ salmons a monster
L1439[15:02:52] <Bizzycola> haha
L1440[15:02:57] <ShadowKatStudios> A
monster trout?
L1441[15:02:58] <justastranger> Pun
density must be 1/line, or else you risk killing people :x
L1442[15:03:10] *
Dean4Devil pokes istasi
L1443[15:03:10] <Bizzycola> Obviously SKS
can only be stopped..by the holy tail
L1444[15:03:20] *
Dean4Devil hides his tail
L1445[15:03:25] *
justastranger shuts down SKS's studio
L1446[15:03:30] *
ShadowKatStudios gasps for air between laughter
L1447[15:03:34] ***
ShadowKatStudios is now known as ShadowKat
L1448[15:03:35] <Lukasmah_> A challenge,
huh? Alright. lettuce fight!
L1449[15:03:37] <justastranger> lol
L1450[15:03:49] *
justastranger lets Lukasmah_ eat the lettuce
L1451[15:03:54] *
ShadowKat makes justastranger un-just
L1452[15:04:03] ***
justastranger is now known as astranger
L1453[15:04:14] *
ShadowKat didn't expect that to work
L1454[15:04:23] *
Lukasmah_ Luka-smashes SKS's face into a wall
L1455[15:04:24] *
astranger shines some light on ShadowKat
L1456[15:04:33] ***
ShadowKat is now known as Kat
L1457[15:04:47] <astranger> c:
L1458[15:04:48] *
Kat moves out of the light
L1459[15:04:49] *
Bizzycola is busy in the maze
L1460[15:04:51] <Bizzycola> :p
L1461[15:04:52] ***
Kat is now known as ShadowKat
L1462[15:05:01] *
astranger glues some lights to ShadowKat
L1463[15:05:02] <Lukasmah_> I katn't
believe that.
L1464[15:05:07] *
ShadowKat divides Dean4Devil by 4
L1465[15:05:16] <ShadowKat> 'Drawn and
quartered'
L1466[15:05:20] <astranger> :O
L1467[15:05:20] <Bizzycola> olol
L1468[15:05:21] *
Dean4Devil creates a shield of darkness around ShadowKat before
dissolving into 4
L1469[15:05:29] *
astranger turns on ShadowKat's lights
L1470[15:05:35] *
ShadowKat shapeshifts until the glue comes off
L1471[15:05:45] <astranger> :l
L1472[15:05:47] ***
ShadowKat is now known as PsychokenesisKat
L1473[15:05:54] <PsychokenesisKat> Haha,
PK!
L1474[15:05:55] <astranger> Deus Ex
Machina No Jutsu~
L1475[15:06:01] <Lukasmah_> Ahhh, the
gluemy atmosphere sine D4D started with dark magic
L1476[15:06:03] *
astranger obliterates PsychokenesisKat
L1477[15:06:04] *
Bizzycola computes an opening to the maze
L1478[15:06:13] *
Dean4Devil glues itself together
L1479[15:06:25] <Lukasmah_> *since
L1480[15:06:25] *
PsychokenesisKat anti-obliterates himself using
psychokenesis
L1481[15:06:30]
⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping
timeout: 186 seconds)
L1482[15:06:34] *
astranger pours glue dissolver on Dean4Devil
L1483[15:06:35] *
Dean4Devil changes color to be all black
L1484[15:06:40] *
Bizzycola throws a phone at SKS
L1485[15:06:45] *
Dean4Devil falls apart again
L1486[15:06:45] <Bizzycola> YOU'VE BEEN
PHONED, YO!
L1487[15:06:46] *
astranger throws a brick
L1488[15:06:46] *
Sangar realizes he's still in the maze, walks around alot. decides
to ride it.
L1489[15:06:53] <astranger> ...
L1490[15:06:57] <astranger> ride a
maze..?
L1491[15:07:00] *
Bizzycola laughs at sangar
L1492[15:07:04] <Bizzycola> AHA-AR!
L1493[15:07:05] <astranger> That
sounds... painful...
L1494[15:07:08] <Bizzycola> lol
L1495[15:07:09] *
PsychokenesisKat grabs the phone
L1496[15:07:12] <Sangar> no, the alot of
course :P
L1497[15:07:14] *
Dean4Devil jumps on Sangars shoulder and starts
purring
L1498[15:07:18] <astranger> oooh
L1499[15:07:24] *
astranger didn't catch the pun
L1501[15:07:39] *
astranger picks it up
L1502[15:07:55] *
PsychokenesisKat hits astranger over the head with a
pun
L1503[15:08:06] *
astranger throws the pun at Sangar's alot, knocking it
out
L1504[15:08:08] <Lukasmah_> Yeah, 'cause
that's exactly what a mint
L1505[15:08:23] *
Sangar is unsure how to reactosat, gets out catnip.
L1506[15:08:32] <Lukasmah_> Welp, I
doughnut want to fight anymore.
L1507[15:08:32] <astranger> lol
L1508[15:08:34] *
Lukasmah_ hides
L1509[15:08:35] *
Dean4Devil goes crazy
L1511[15:09:02] <Bizzycola> I CAST
AUSTRALIANATE ON ALL OF YOU!
L1512[15:09:10] *
PsychokenesisKat is unaffected
L1513[15:09:19] <Lukasmah_> You know,
illustrating my puns is seal-y
L1514[15:09:30] *
Dean4Devil finds out: Its very effective :|
L1515[15:09:52] *
Bizzycola grows vine out of the maze
L1516[15:09:58] <Bizzycola> Weedid
it
L1517[15:10:11] <astranger> Bizzycola:
Oi, mate, wadja do that for?
L1518[15:10:25] *
astranger doesn't know australian accents
L1519[15:10:26] *
Lukasmah_ unleashes a rain of anchovies while still hiding,
disabling most fighters. He follows the disabling attack with an
enormous shark. Check-mate
L1520[15:10:30] *
Dean4Devil throws a hook onto Bizzycola and pulls him back
in
L1521[15:10:34] *
PsychokenesisKat releases crocodiles into the maze
L1522[15:10:40] <Bizzycola> You've got me
hooked. I can never leave!
L1523[15:10:42] *
astranger eats Lukasmah_'s shark
L1524[15:10:52] <astranger> yum
L1525[15:10:54] *
Dean4Devil eats the crocodile next to him
L1526[15:11:04] *
Lukasmah_ starts speaking with an Oirish accent, just
cause
L1527[15:11:13] <astranger> tastes like
chicken
L1528[15:11:14] *
Dean4Devil is an omnomnomnivore
L1529[15:11:24] *
Lukasmah_ slaps those dumb Aussies around
L1530[15:11:25] *
PsychokenesisKat throws potato scallops in Lukasmah_'s
direction
L1531[15:11:43] *
astranger forcefeeds Lukasmah_ fresh food from the
barby
L1532[15:11:54] *
Lukasmah_ dodges, but barely, letting one scallop scratch
him
L1533[15:12:15] *
PsychokenesisKat levitates above the maze to get to
Lukasmah_
L1534[15:12:17] *
Lukasmah_ spits the food back on astranger
L1535[15:12:20] <astranger> :l
L1536[15:12:28] *
astranger forcefeeds it the other direction
L1537[15:12:31] *
Bizzycola gets on a horse, feeds it scallops and has it gallop
away, jumping over the maze with amazing speed then runs over SKS,
sure he can never be knocked off the high horse
L1538[15:12:32] *
Lukasmah_ levitates under the maze, somehow
L1539[15:12:34] *
Dean4Devil gives astranger an emerald
L1540[15:12:40] <PsychokenesisKat>
Thumbs-up!
L1541[15:12:43] *
Sangar thinks astranger's tastebuds can't taste but keeps it to
himself (shark tastes awful).
L1542[15:12:46] <PsychokenesisKat>
Hehheheheheheheheh
L1543[15:13:07] *
Dean4Devil agrees with Sangar
L1544[15:13:09] <astranger> Sangar: Burnt
my tongue on the fresh food from the barby, can't taste
nothin
L1545[15:13:14] ***
vifino|away is now known as vifino
L1546[15:13:19] *
Lukasmah_ pulls out a swordfish
L1547[15:13:22] *
Bizzycola sends Sanguards to attack Sangar
L1548[15:13:25] *
PsychokenesisKat rips Lukasmah_'s fingers off using
psychokenesis
L1549[15:13:37] *
astranger wraps tinfoil around PsychokenesisKat's head
L1550[15:13:38] *
Dean4Devil grows em right back
L1551[15:13:39] <PsychokenesisKat> Now
will you eat your dinner?
L1552[15:13:43] *
Lukasmah_ uses his other hand to cut PKK's fingers off
L1553[15:13:53] <astranger>
PsychokenesisKat: the other end
L1554[15:14:02] *
Sangar says en garde to the sanguard.
L1555[15:14:05] <astranger> Worked on
south park~
L1556[15:14:07] *
Lukasmah_ stops speaking with an Oirish accent
L1557[15:14:11] *
PsychokenesisKat uses psychokenesis to reattach his fingers and
removes the tin hat
L1558[15:14:19] <astranger> but tin foil
man
L1559[15:14:21] <astranger> you can't do
that~
L1560[15:14:29] *
PsychokenesisKat accelerates the hat at astranger
L1561[15:14:35] *
astranger wears it
L1562[15:14:45] *
Lukasmah_ cuts all PKK's limbs off
L1563[15:14:52] *
PsychokenesisKat reattaches them
L1564[15:14:54] *
Bizzycola builds particle accelerator
L1565[15:14:59] <Bizzycola> This should
accelerate things a little
L1566[15:15:02] *
Bizzycola puts stuff in it
L1567[15:15:05] <astranger> :O
L1568[15:15:05] *
Dean4Devil watches Bizzycola, terrified
L1569[15:15:07] <Bizzycola> Look at it
accelerating things!
L1570[15:15:10] *
Lukasmah_ is disappointed at the lack of a Monty Python
reference
L1571[15:15:12] <PsychokenesisKat> You'll
have to release the magic smoke to beat me!
L1572[15:15:14] *
astranger accelerates Bizzycola at PsychokenesisKat
L1573[15:15:17] *
Sangar begins to think this will go on for a full hour, after all
:P
L1574[15:15:21] <Lukasmah_> Yoiu have
failed me, PKK
L1575[15:15:26] <Lukasmah_> It's time to
die
L1576[15:15:26] *
PsychokenesisKat reverses gravity
L1577[15:15:30] *
astranger agrees with Sangar
L1578[15:15:34] *
Dean4Devil releases (dark) magic smoke
L1579[15:15:34] <Lukasmah_>
Aaaaaaaaah
L1580[15:15:37] *
astranger reverses it again
L1581[15:15:45] <Bizzycola> Sangar, See
what we've done with this horrible but punny rule. :P
L1582[15:15:46] *
Lukasmah_ splats
L1583[15:15:51] *
PsychokenesisKat tilts gravity by 90 degrees
L1584[15:15:58] *
PsychokenesisKat levitates
L1585[15:16:02] *
astranger tilts it by another 270 degrees
L1586[15:16:02] *
Lukasmah_ splats into a wall
L1587[15:16:03] *
Dean4Devil finds his smoke being useless with the confused
gravity
L1588[15:16:14] <Sangar> Bizzycola, it's
funtastic.
L1589[15:16:25] <Bizzycola> Too bad my
friend isn't here. She never runs out of puns. GOES ON FOREVER. I
DON'T EVEN KNOW HOW.
L1590[15:16:25] *
astranger sprays PsychokenesisKat with instant-smoke of the blood
magic variety
L1591[15:16:27] *
PsychokenesisKat creates a centre of gravity in the middle of
Dean4Devil's smoke
L1592[15:16:33] <Bizzycola> haha
indeed
L1593[15:16:35] *
Lukasmah_ splats into another wall (or floor, we are int 3d space
and therefore 360 degree thing depends on the axis of
rotation)
L1594[15:16:49] *
Dean4Devil watches the smoke creating a black hole
L1595[15:16:57] *
Dean4Devil stuffs it just to be safe
L1596[15:16:59] *
PsychokenesisKat doesn't know how to react
L1597[15:17:08] <astranger> Lukasmah_:
floor, PsychokenesisKat tilted it one direction, and I just
continued the tilting until it was normal
L1598[15:17:25] *
PsychokenesisKat moves Bizzycola's particle accelerater into the
black hole
L1599[15:17:37] <gamax92> Gah, eclipse's
console is horrible
L1600[15:17:41] *
astranger pelts PsychokenesisKat with Smarties
L1601[15:17:41] <PsychokenesisKat>
Grow!
L1602[15:17:42] *
Bizzycola uses pyroteknic skills againts
PsychokenesisKat
L1603[15:17:51] *
PsychokenesisKat eats the marties
L1604[15:17:53] <PsychokenesisKat>
smarties*
L1605[15:18:01] *
astranger uses his blood magic to trap PsychokenesisKat in
Kokytos
L1606[15:18:13] *
PsychokenesisKat phases into the 4th dimension
L1607[15:18:36] <astranger> more Deus Ex
Machina No Jutsu I see!
L1608[15:18:41] *
astranger collapses the 4th dimension
L1609[15:18:47] *
Dean4Devil grows dragon wings
L1610[15:18:54] *
PsychokenesisKat is an extradimensional psychokenetic
kat
L1611[15:19:09] ***
astranger is now known as TheStranger
L1612[15:19:10] <TheStranger> :u
L1613[15:19:18] *
PsychokenesisKat phases back into the 3rd dimension outside of the
artificial prison
L1614[15:19:31] *
PsychokenesisKat traps TheStranger in the collapsing 4th
dimension
L1615[15:19:31] *
TheStranger collapses the 3rd dimension as well
L1616[15:19:34] *
Bizzycola climbs back up onto the viewing area and returns to
watching
L1617[15:19:40] <TheStranger>
PsychokenesisKat: It's a little late to do that
L1618[15:19:48] *
Dean4Devil realizes his wings look absolutely stupid and gives them
to TheStranger
L1619[15:20:02] *
Dean4Devil teleports onto Bizzycolas lap
L1620[15:20:04]
⇦ Quits: Lukasmah_ (webchat@93-141-117-32.adsl.net.t-com.hr)
(Ping timeout: 190 seconds)
L1621[15:20:04] <PsychokenesisKat> Well,
you just collapsed the third dimension too, so hah
L1622[15:20:06] *
TheStranger de-fleshes the wings and sharpens the
points
L1623[15:20:22] *
PsychokenesisKat uses psychokenesis to grow demon
wings
L1624[15:20:25] *
TheStranger stabs PsychokenesisKat with the very flat
wings
L1625[15:20:27] *
Dean4Devil inflates ALL THE Dimensions
L1626[15:20:30] *
Bizzycola throws the guide's vodoo doll into the lava, summoning a
giant wall of flesh
L1627[15:20:44] *
PsychokenesisKat phases past the wall of flesh
L1628[15:20:45] *
Dean4Devil eats half of the wall
L1629[15:20:50] ***
TownFlenix is now known as Flenix
L1630[15:20:52] <Bizzycola> eww
L1631[15:20:52] <Bizzycola> :p
L1632[15:20:54] *
Dean4Devil feels bad and fat now
L1633[15:21:02] *
TheStranger wonders how the dimensions are lungs and gives
Dean4Devil the stink eye
L1634[15:21:06] <Bizzycola> Rotting flesh
does that to you
L1636[15:21:15] <TheStranger>
PsychokenesisKat: wrong wings
L1637[15:21:16] *
Dean4Devil drops it
L1638[15:21:27]
⇨ Joins: Lukasmah
(webchat@93-141-117-32.adsl.net.t-com.hr)
L1639[15:21:30] <PsychokenesisKat> Oh,
they're colour-changing at times
L1640[15:21:36] <Lukasmah>
LostconnectionwhatdidImiss?
L1641[15:21:40] <PsychokenesisKat> I
didn't want to seem /totally/ evil for that picture.
L1642[15:21:41] <Bizzycola>
Everything
L1643[15:21:43] <TheStranger> Also, do
you realize what psychokenesis is? :p
L1644[15:21:45] <Bizzycola> the battle
took a turn for the worst
L1645[15:21:47] <Bizzycola> walls of
flesh
L1646[15:21:49] *
Dean4Devil grows angel wings to look like the cat in the
picture
L1647[15:21:49] <Bizzycola> SKS is on
fire, etc
L1648[15:21:54] <Lukasmah> Is the RP
still going?
L1649[15:21:58] <TheStranger> I don't
quite think it can create demon wings
L1650[15:22:13] *
Bizzycola obtains the Holy Tail
L1651[15:22:20] <PsychokenesisKat> Yeeah,
well, I used micro-psychokenesis
L1652[15:22:24] <TheStranger> You'd need
to sacrifice a few virgins for that
L1653[15:22:24] *
Lukasmah raises his swordfish
L1654[15:22:26] *
Dean4Devil finds his tail missing, blames Bizzycola
L1655[15:22:28] *
Bizzycola combines it with the holy lemon-ade and throws it at
SKS
L1656[15:22:31] <PsychokenesisKat> That
can do anything in space.
L1657[15:22:35] <TheStranger> I suggest
grouping up 4chan
L1658[15:22:48] <Lukasmah> XD
L1659[15:22:51] <gamax92> "stdin:1:
unexpected symbol 274 (Ē)"
L1660[15:22:52] *
Bizzycola watches the giant shining light engulf the
arena
L1661[15:22:52] *
PsychokenesisKat drinks the lemonade, and pins the tail on the
Dean4Devil
L1662[15:23:07] <gamax92> No, LuaJ, there
is no Ē in my code.
L1663[15:23:11] *
Dean4Devil is happy and thanks PsychokenesisKat
L1664[15:23:21] *
TheStranger sacrifices 4chan to summon Satan
L1665[15:23:24] *
Bizzycola gets up and walks away from the destroyed
aren
L1666[15:23:31] *
TheStranger wonders why PsychokenesisKat appears
L1667[15:23:35] *
Dean4Devil falls down from Bizzycola lap
L1668[15:23:36] *
Lukasmah looks in confusion, womandering what he
missed
L1669[15:23:39] *
PsychokenesisKat forces Satan into submission
L1670[15:23:43] <Bizzycola> lol
L1671[15:23:54] <TheStranger>
PsychokenesisKat: no no, you got summoned, satan :p
L1672[15:23:55] <PsychokenesisKat> MY
EVIL IS THE MOST POWERFUL OF ALL >:D
L1673[15:24:02] *
Dean4Devil nods
L1674[15:24:04] *
Lukasmah forces Lukasmah_ into submission
L1675[15:24:05] <PsychokenesisKat>
Oooh
L1676[15:24:06]
⇨ Joins: jabak52
(webchat@c-75-70-114-152.hsd1.co.comcast.net)
L1677[15:24:06] <Bizzycola> Maul them
all!
L1678[15:24:10] <jabak52> Hello?
L1679[15:24:13] <Bizzycola> hi
L1680[15:24:14] <Dean4Devil> bye
L1681[15:24:18] <Lukasmah> *Mole them
ol'.
L1682[15:24:18] <Sangar> best greeting
ever
L1683[15:24:21] <TheStranger> lol
L1684[15:24:23] <jabak52> Can I get some
help?
L1685[15:24:25] <Bizzycola> lol
L1686[15:24:25] <TheStranger> hi
bye
L1687[15:24:29] <PsychokenesisKat>
Welcome to third-person hour
L1688[15:24:30] <jabak52> huh
L1689[15:24:30] <PsychokenesisKat>
:P
L1690[15:24:32] <TheStranger> jabak52:
only if you roleplay it with us
L1691[15:24:37] <jabak52> what
L1692[15:24:38] <PsychokenesisKat>
^
L1693[15:24:43] <TheStranger> lool
L1694[15:24:45] *
Dean4Devil pull jabak52 into the maze
L1695[15:24:46] <jabak52> I need help
with opencomputers
L1696[15:24:50] *
Lukasmah raises his swordfish
L1697[15:24:50] <Sangar> don't confuse
him :P what do you need?
L1698[15:24:52] <jabak52> is this not the
support channel
L1699[15:24:54] <Lukasmah> Speak up,
stranger
L1700[15:24:58] <Bizzycola> Just ask,
we'll answer inbetween killing eachother
L1701[15:25:02] <Lukasmah> Yes, yes it
is
L1702[15:25:02] <Dean4Devil> this is the
RPG channel
L1703[15:25:04] *
PsychokenesisKat forces jabak52 into submission
L1704[15:25:04] <Sangar> it is. it's just
in a weird phase right now :P
L1705[15:25:06] <TheStranger> jabak52:
Well, right now we're sort of the roleplay channel
L1706[15:25:13] <PsychokenesisKat> Like I
said, third person hour
L1707[15:25:15] <jabak52> so then where
is the support channel
L1708[15:25:20] <Bizzycola> Yea I think
my silly screaming started something odd..
L1709[15:25:20] <Lukasmah> Here
L1710[15:25:23] <Sangar> here. just
ask.
L1711[15:25:33] <Lukasmah> We can
multitask
L1712[15:25:39] <jabak52> oh okay, i was
having trouble getting my robot to move.
L1713[15:25:39] <TheStranger> lol
L1714[15:25:40] <Dean4Devil> Sorry, i
just have to say this: You guys are sooo awesome :DD
L1715[15:25:41] <Bizzycola> Speak for
yourself :P
L1716[15:25:45] <jabak52> it wasnt taking
power
L1717[15:25:48] <Bizzycola> Dean4Devil, I
know I am!
L1718[15:25:49] *
TheStranger noms Dean4Devil
L1719[15:25:55] *
PsychokenesisKat casts the spell 'Deus box machina' and a cardboard
box appears
L1720[15:25:59] <Sangar> jabak52, oc and
mc version?
L1721[15:25:59] <Lukasmah> Personally,
I'm a CC user so I won't be able to help you, but, you get the
point
L1722[15:26:00] <TheStranger> lol
L1723[15:26:04] *
Dean4Devil rips open TheStrangers belly
L1724[15:26:13] <TheStranger> no no,
PsychokenesisKat, it's "Deus Ex Boxina"
L1725[15:26:21] <PsychokenesisKat> Oh,
oops.
L1726[15:26:30] <TheStranger> Bovina if
you want a cow to appear~
L1727[15:26:34] *
PsychokenesisKat hurtles the fake box into the 4th
dimension
L1728[15:26:34] *
Lukasmah stabs PKK with a swordfish
L1729[15:26:37] <jabak52> OC
1.2.3.265
L1730[15:26:37] <TheStranger> lol
L1731[15:26:39] <jabak52> MC 1.6.4
L1732[15:26:40] <Lukasmah> This ends
here!
L1733[15:26:47] <Lukasmah> Stop, you foul
beast!
L1734[15:26:50] *
PsychokenesisKat casts Deus Ex Boxina over Lukasmah's
head
L1735[15:26:51] *
TheStranger continues
L1736[15:26:59] *
Dean4Devil gives Bizzycola some more popcorn
L1737[15:27:04] <Bizzycola> the newest is
like 1.2.14? Why use 1.2.3?
L1738[15:27:05] *
Lukasmah unpacks his new god
L1739[15:27:06] <Sangar> jabak52, oh wow,
that's... very very old. please try updating first.
L1740[15:27:09] *
TheStranger steals some popcorn from Bizzycola
L1741[15:27:21] *
Bizzycola kicks TheStranger and takes it back
L1742[15:27:22] *
PsychokenesisKat casts Deus Ex Excalibur and obtains a real
sword
L1743[15:27:26] <Lukasmah> Oh, it's a god
of fish
L1744[15:27:27]
⇦ Quits: jabak52
(webchat@c-75-70-114-152.hsd1.co.comcast.net) (Client
Quit)
L1745[15:27:27] *
TheStranger pops from Lukasmah's box
L1746[15:27:34] *
Dean4Devil pours poison onto TheStrangers popcorn
L1747[15:27:43] *
TheStranger burps up the shark carcass
L1748[15:27:48] <Sangar> i think you
scared him...
L1749[15:27:51] <TheStranger> lool
L1750[15:27:53] <Bizzycola> lol'd
L1751[15:27:53] *
Dean4Devil gives Lukasmah the antidote
L1752[15:27:54] <PsychokenesisKat> I
think I agree
L1753[15:27:56] <PsychokenesisKat> YAY
:D
L1754[15:27:59] <Lukasmah>
Congratulations, TheStranger, you have been promoted to the god of
fish
L1755[15:27:59] <TheStranger> :O
L1756[15:28:00] *
Dean4Devil agrees
L1757[15:28:03] <Bizzycola> Sangar, What
else would we be here for?
L1758[15:28:04] <TheStranger> yay
L1759[15:28:10] <Bizzycola>
Helping?
L1760[15:28:11] <Bizzycola> PFFFT
L1761[15:28:11] *
TheStranger throws fish at PsychokenesisKat
L1762[15:28:23] <Sangar> good point
L1763[15:28:24] *
Lukasmah gives TheStranger the antidote
L1764[15:28:28] *
PsychokenesisKat stabs Lukasmah with the excalibur from long range
using psychkenesis
L1765[15:28:32] *
TheStranger didn't eat the popcorn...
L1766[15:28:33] <Bizzycola> I mean, have
you ever seen me helping someone?
L1767[15:28:34] <Bizzycola> AAhaha!
L1768[15:28:36] <Lukasmah> Ow
L1769[15:28:48] *
TheStranger fills the wound wish fish
L1770[15:28:49] <Sangar> i wonder, is the
1.2.3 in some modpack or where did he get that from?
L1771[15:28:51] *
gamax92 waits until Sangar can figure out what just
happened.
L1772[15:28:52] *
Dean4Devil found Sangar helpful.
L1773[15:28:54] <Bizzycola> I dunno
L1774[15:28:58] *
PsychokenesisKat repeatedly stabs Lukasmah
L1775[15:29:09] <Lukasmah> Ow! Ow!
Ow!
L1776[15:29:12] *
TheStranger accidentally gave Lukasmah a wish
L1777[15:29:18] *
Sangar has given up trying to understand what happens on IRC some
time ago.
L1778[15:29:24] *
Dean4Devil heals Lukasmah to full healt after each
stab
L1779[15:29:26] *
Bizzycola throws water on PsychokenesisKat
L1780[15:29:30] *
gamax92 points to gamax92
L1781[15:29:30] <Bizzycola> Cats love
being soaked!
L1782[15:29:35] <gamax92> :D
L1783[15:29:35] <TheStranger> oh no you
di'int!
L1784[15:29:36] <Lukasmah> I wish for a
fish to end all fish. The ultimate fish weapon The mightiest
weaponfish ever
L1785[15:29:39] *
Dean4Devil disagrees fully
L1786[15:29:41] <Bizzycola> Sangar, I
don't know. I..Don't mow.
L1787[15:29:43] <Bizzycola> xD
L1788[15:29:46] *
TheStranger hands Lukasmah a cod
L1789[15:29:51] *
PsychokenesisKat boils the water and hurtles it at Bizzycola for
dioluted cola
L1790[15:30:01] *
Bizzycola puts PsychokenesisKat into a bag, ties a brick to it and
throws it in a river
L1791[15:30:08] <gamax92> .l gamax92 ==
jabak52
L1792[15:30:08] <^v> gamax92, true
L1793[15:30:10] ***
TheStranger is now known as TheStrangerGodOfFish
L1794[15:30:11] <TheStrangerGodOfFish>
:3
L1795[15:30:12] <gamax92> Sangar:
that
L1796[15:30:16] <gamax92>
nooooooooo
L1797[15:30:19] <gamax92> you moved my
nick bar
L1798[15:30:20] <Sangar> ...
L1799[15:30:21] *
PsychokenesisKat levitates inside the bag
L1800[15:30:28] ***
ds84182 is now known as dsAway
L1801[15:30:33] ***
alekso56_off is now known as alekso56
L1802[15:30:34] *
Bizzycola ties more bricks to it and locks it in a
cage
L1803[15:30:35] <Lukasmah> Slaps PKK
around with a large cod
L1804[15:30:35] <Sangar> and i would have
never known!
L1805[15:30:46] *
PsychokenesisKat impales Lukasmah onto a wall using several
swords
L1806[15:30:52] <TheStrangerGodOfFish>
PsychokenesisKat: Well, you're levitating in the bag, but that bad
is most definitely sinking
L1807[15:30:55] <Lukasmah> -_-
L1808[15:30:56] *
PsychokenesisKat levitates the cage
L1809[15:31:00] <Lukasmah> That
hurt
L1810[15:31:01] <TheStrangerGodOfFish>
s/d/g
L1811[15:31:03] <TheStrangerGodOfFish>
:u
L1812[15:31:03] *
Dean4Devil makes a photograph of Lukasmah
L1813[15:31:07] *
PsychokenesisKat knows that hurt
L1814[15:31:08] <Lukasmah> And it still
does
L1815[15:31:12] <gamax92> if this is
really roleplay hour, this ends in 20 minutes.
L1816[15:31:13] *
Bizzycola injects PsychokenesisKat with smallpox
L1817[15:31:14] *
PsychokenesisKat knows
L1818[15:31:15] <Bizzycola> STOP
LEVITATING
L1819[15:31:15] <Lukasmah> And put that
camera away
L1820[15:31:20] <TheStrangerGodOfFish>
gamax92: thirty~
L1821[15:31:24] <gamax92> no, 20
L1822[15:31:29] <TheStrangerGodOfFish>
It's 10:31
L1823[15:31:29] *
PsychokenesisKat is unaffected, as he is not human
L1824[15:31:30] <TheStrangerGodOfFish>
:o
L1825[15:31:37] <gamax92> and it didn't
start at :00
L1826[15:31:38] <PsychokenesisKat> It's
1:31 AM!
L1827[15:31:40] *
Bizzycola mutates smallpox for cats and injects
PsychokenesisKat
L1828[15:31:42] *
Dean4Devil gives Lukasmah the picture of his body sliced open by
swords
L1829[15:31:43] *
Lukasmah slaps Gamax around with a large cod
L1830[15:31:43] <gamax92> but :51
L1831[15:31:46] <gamax92> so 20
minutes.
L1832[15:31:47] <Sangar> the log of today
should be put up somewhere, so we can point to it if someone asks
"so what do you talk about on #oc?"
L1833[15:31:48] <TheStrangerGodOfFish>
oooh
L1834[15:31:56] *
PsychokenesisKat uningects himself
L1835[15:31:56] <Bizzycola> Aha
maybe
L1836[15:31:59] ***
pong is now known as v^
L1837[15:31:59] <TheStrangerGodOfFish>
Sangar: I've got logs
L1838[15:32:01] <PsychokenesisKat> Yes.
Yes it should.
L1839[15:32:11] <Dean4Devil> oc
forums?
L1840[15:32:11] <Bizzycola> You said
uningects so it didn't work and you are now ded
L1841[15:32:12] <Bizzycola> I WIN
L1842[15:32:14] <Bizzycola> NO MORE
L1843[15:32:16] <Bizzycola> NOPE
L1844[15:32:17] <Bizzycola> I WIN
L1845[15:32:22] <Bizzycola> :P
L1846[15:32:25] <TheStrangerGodOfFish>
all the way back to [09:48:11] JTE|InAField seals Bizzycola's
backport with concrete
L1847[15:32:25] *
PsychokenesisKat phases into the 4th dimension before
dying
L1848[15:32:30] <gamax92> NOPE
PsychokenesisKat
L1849[15:32:32] *
Dean4Devil crowns Bizzycola to the high king of #OC
L1850[15:32:33] <Bizzycola> haha
yup
L1851[15:32:35] <PsychokenesisKat> You'll
never take me dead!
L1852[15:32:39] <Sangar> by measure of
decibel we have a winner
L1853[15:32:43] <Bizzycola> Yay!
L1854[15:32:48] <Bizzycola> Do I get
voiced for being awesome?
L1855[15:32:52] <Bizzycola> YES? WHY
THANK YO..okayfine
L1856[15:32:52] <Bizzycola> :p
L1857[15:32:55] *
TheStrangerGodOfFish watches PsychokenesisKat die in the 4th
dimension
L1858[15:32:57] *
PsychokenesisKat activates one of his clones
L1859[15:33:05] *
Dean4Devil burries PsychokenesisKat and drops some tears onto his
grave
L1860[15:33:09] <Sangar> the opposite
would be more appropriate >:D
L1861[15:33:14] <Bizzycola> uh oh
L1862[15:33:17] <Bizzycola> BRING IT
ON!
L1863[15:33:20] *
Lukasmah 's guts fall out
L1864[15:33:21] *
TheStrangerGodOfFish spreads the smallpox virus to
PsychokenesisKat's clone
L1865[15:33:31] <Bizzycola> I assume the
opposite of voice is op and not mute at all
L1866[15:33:33] *
PsychokenesisKat stabs Bizzycola with a pair of
scisors
L1867[15:33:40] <Bizzycola> Stop that. I
won
L1868[15:33:41] <Sangar> ofc
L1869[15:33:41] *
Dean4Devil knows his tears will ressurrect PsychokenesisKat
someday
L1870[15:33:42] <Bizzycola> GO CRY ABOU
IT
L1871[15:33:45] <TheStrangerGodOfFish>
lol
L1872[15:33:53] *
PsychokenesisKat creates an antidote for smallpox
L1873[15:33:59] <Bizzycola> YOU ALREADY
DIED
L1874[15:34:00] <Bizzycola> I WON
L1875[15:34:01] *
TheStrangerGodOfFish burns the antidote
L1876[15:34:02] <Bizzycola> STOP THAT>
:p
L1877[15:34:04] *
PsychokenesisKat has clones
L1878[15:34:06] <TheStrangerGodOfFish>
:3
L1879[15:34:06] *
Dean4Devil steals that antidote for PsychokenesisKat
L1880[15:34:08] *
PsychokenesisKat can never die
L1881[15:34:14] *
TheStrangerGodOfFish has infected all of PsychokenesisKat's
clones
L1882[15:34:15] *
Lukasmah TheGutsOfLukasmah
L1883[15:34:16] <Bizzycola> Sangar
agrees, I am new ruler of #oc. WHEN DO I GET MY MAGIC POWAS?
L1884[15:34:20] <Lukasmah> Woops
L1885[15:34:22] *
PsychokenesisKat has infinite clones
L1886[15:34:26] ***
Lukasmah is now known as TheGutsOfLukasmah
L1887[15:34:32] <TheStrangerGodOfFish>
PsychokenesisKat: infinite infected clones~
L1888[15:34:33] <Sangar> Bizzycola, you
already have them. it's for you to figure out how to use them.
hah.
L1889[15:34:43] <Bizzycola> #oc :You're
not a channel operator
L1890[15:34:44] *
PsychokenesisKat thinks TheGutsOfLukasmah will spend a long time
injecting infinity
L1891[15:34:45] <Bizzycola> YOU LIED TO
ME!
L1892[15:34:49] <Bizzycola> olol
L1893[15:34:56] <TheStrangerGodOfFish>
lol
L1895[15:35:02] -Kibibyte- [Dean4Devil] [♪]
Portal - Game Of Turrets | by harry101uk | 2m13s | 6d21h ago |
133,126 views | Rated:
4.97/5.00
L1896[15:35:06] <Sangar> you obviously
just didn't figure out the 'how' yet :P
L1897[15:35:13] <Bizzycola> YES I
DID
L1898[15:35:15] <Bizzycola> I FIGURED
OUT
L1899[15:35:18] <Bizzycola> HOW YOU
LIIIIEEEED!
L1900[15:35:18] *
TheGutsOfLukasmah slap Sangar around with a large cod
L1901[15:35:19] <Bizzycola> :p
L1902[15:35:19] *
PsychokenesisKat 's AI core wipes TheGutsOfLukasmah from the first
dimension
L1903[15:35:27] <TheStrangerGodOfFish>
for(a in users) do kick(a) end
L1904[15:35:28] <TheStrangerGodOfFish>
:D
L1905[15:35:39] <Dean4Devil> Bizzycola:
go watch that! now!
L1906[15:35:41] <TheGutsOfLukasmah> Which
dimension is the first dimension?
L1907[15:35:47] <Dean4Devil> nether
L1908[15:35:49] <TheGutsOfLukasmah> There
is no fourth dimension
L1909[15:35:50] <TheStrangerGodOfFish>
TheGutsOfLukasmah: Depends, do you wanna be a line?
L1910[15:35:52] <TheGutsOfLukasmah> Nor
third
L1911[15:35:56] <TheGutsOfLukasmah> Nor
second
L1912[15:35:59] <PsychokenesisKat> Oh,
you know, thought is the first dimension.
L1913[15:36:12] <Sangar> ohwow, got +
portal, what a weird mix
L1914[15:36:13] <TheStrangerGodOfFish>
PsychokenesisKat: So we're second, third, and forth?
L1915[15:36:14] <Dean4Devil> there are at
least 11 dimensions! :(
L1916[15:36:19] <TheGutsOfLukasmah> You
can't say "x is the first dimension"
L1917[15:36:33] <TheStrangerGodOfFish>
There is no real "first" dimension
L1918[15:36:33] *
PsychokenesisKat phases into the 47 dimension, that being the
twilight forest
L1919[15:36:36] ***
vifino is now known as Numatron
L1920[15:36:39] <Bizzycola> My royal
subjects, I have been betrayed by the one who calls him self
SANNNN..GAAARRRRR
L1921[15:36:42] <Bizzycola> TAKE HIM
OUT!
L1922[15:36:44] <TheStrangerGodOfFish> I
could say up/down is the first dimension, or left/right
L1923[15:36:49] ***
Numatron is now known as vifino
L1924[15:36:57] <TheGutsOfLukasmah> Up
down is relative
L1925[15:36:57] *
TheStrangerGodOfFish steals Sangar's magic @powers
L1926[15:37:07] *
Dean4Devil goes to sangar, purring and flapping his wings
:3
L1927[15:37:08] <TheGutsOfLukasmah> They
aren't the first dimension
L1928[15:37:09] <TheStrangerGodOfFish>
TheGutsOfLukasmah: you know what I mean ;-;
L1929[15:37:13] <gamax92> Sangar: So
[> "45"] gives [stdin:1: unexpected symbol 289
(ġ)]
L1930[15:37:18] *
PsychokenesisKat steals TheStrangerGodOfFish's powers and gives
them to sangar
L1931[15:37:20] <TheGutsOfLukasmah> No,
no I don't
L1932[15:37:31] <TheGutsOfLukasmah> And I
don't particularly look forward to being flat
L1933[15:37:35] <Sangar> Bizzycola, i
have faith in my loyal subjects not to turn on me :P
L1934[15:37:39] *
TheStrangerGodOfFish steals PsychokenesisKat's powers and uses them
to steal Sangar's
L1935[15:37:45] <Sangar> gamax92, errr,
what?
L1936[15:37:45] *
Bizzycola realizes that taking sangar's position as ruler of #oc
means I'd have to work on OC
L1937[15:37:49] <Bizzycola>
Actually..keep it.
L1938[15:37:49] <Bizzycola> :P
L1939[15:37:50] <gamax92> Sangar:
LuaJ
L1940[15:37:57] <TheStrangerGodOfFish>
lol
L1941[15:38:01] *
PsychokenesisKat stabs Bizzycola with a breadstick
L1942[15:38:06] <Bizzycola> Ow
L1943[15:38:08] <TheStrangerGodOfFish>
:O
L1944[15:38:10] <Dean4Devil> not again
._.
L1945[15:38:10] <gamax92> Bizzycola:
you'd also have to help
L1946[15:38:14] *
TheGutsOfLukasmah becomes the god of power
distribution
L1947[15:38:17] *
Bizzycola smacks PsychokenesisKat
L1948[15:38:18] ***
Csstform|Away is now known as Csstform
L1949[15:38:18] <gamax92> Bizzycola: We
all know you are incapable of that.
L1950[15:38:20] <Bizzycola> BAD KITTY.
BAAAAD.
L1951[15:38:24] <Bizzycola> Yes. Yes I
am
L1952[15:38:25] <Dean4Devil> :C
L1953[15:38:27] *
TheStrangerGodOfFish steals TheGutsOfLukasmah's powers
L1954[15:38:31] ***
TheGutsOfLukasmah is now known as
TheGutsOfLukasmahThatDistribut
L1955[15:38:35] <Dean4Devil> what did i
doo?
L1956[15:38:35] <Bizzycola> Well he can
keep #oc. NO WAY I'M GOING TO WORK ON OC AAANNND HELP PEOPLE.
THAT'S INSANE!
L1957[15:38:36] <Bizzycola> :p
L1958[15:38:36] *
TheStrangerGodOfFish distributes all the power to
himself
L1959[15:38:38] *
PsychokenesisKat time travels to 0xFF and salvages computer
parts
L1960[15:38:42] <gamax92>
TheGutsOfLukasmahThatDistribut: no, my nickbar.
L1961[15:38:48] <TheStrangerGodOfFish>
lol
L1962[15:38:48] ***
TheGutsOfLukasmahThatDistribut is now known as
TheGutsOfLukasmahGodsOfPowerDi
L1963[15:38:49] <Sangar> gamax92, wuh...
some utf weirdness or what?
L1964[15:39:02] *
Dean4Devil follows PsychokenesisKat since Bizzycola is mean to him
:|
L1965[15:39:11] <Bizzycola> lol
L1966[15:39:13] *
PsychokenesisKat creates a mech made of computer parts and some of
an airship
L1967[15:39:17] <gamax92> Sangar:
probably, the utf decoder/encoder in LuaJ is supposedly REALLY
bad.
L1968[15:39:20] *
TheStrangerGodOfFish kicks a puppy to show that he's mean
tooooo~
L1969[15:39:24] <gamax92> like, wouldn't
handle chinese
L1970[15:39:30] *
Dean4Devil wants some place in that mech to take a nap
L1971[15:39:33] *
PsychokenesisKat kicks TheStrangerGodOfFish to show that he is mean
too
L1972[15:39:37] <TheStrangerGodOfFish>
lol
L1973[15:39:44] *
TheStrangerGodOfFish kicks PsychokenesisKat in the
shin
L1974[15:39:45] <Bizzycola> lol
L1975[15:39:48] *
PsychokenesisKat shows Dean4Devil to the co-pilot seat
L1976[15:39:49] *
TheGutsOfLukasmahGodsOfPowerDi takes Stranger's pwoers
L1977[15:39:56] *
TheStrangerGodOfFish takes it back
L1978[15:39:59] *
PsychokenesisKat stabs TheStrangerGodOfFish in the
shin
L1979[15:40:00] <TheStrangerGodOfFish>
wait
L1980[15:40:04] <TheStrangerGodOfFish>
you can keep the pwoers
L1981[15:40:09] <TheStrangerGodOfFish>
I'll keep the powers
L1982[15:40:10] *
Dean4Devil jumps into that co-pilot seat but is (as a cat) to small
to reach the controls
L1983[15:40:15] <Sangar> gamax92, huh. i
mean i have no idea how it's actually implemented, but i'd assume
it'd just take utf-8, no?
L1984[15:40:16] *
TheGutsOfLukasmahGodsOfPowerDi pasword protects the
powers
L1985[15:40:27] <TheStrangerGodOfFish>
TheGutsOfLukasmahGodsOfPowerDi: Why thank you!
L1986[15:40:28] *
PsychokenesisKat hacks the password
L1987[15:40:33] *
TheStrangerGodOfFish changes the password on his
powers
L1988[15:40:38] <Bizzycola> Well. I'm
going to hide before someone realizes that I never actually do
anything useful around here! AHARRRHARR! *runs away
L1989[15:40:39]
⇦ Parts: Bizzycola (~Bizzycola@bizzycola.us.to)
(Leaving))
L1990[15:40:50] *
PsychokenesisKat activates the mech
L1991[15:40:55] <Sangar> wait, he thought
we hadn't realized?
L1992[15:40:57] *
TheGutsOfLukasmahGodsOfPowerDi makes himself the god of
cheese
L1993[15:41:03] <gamax92> Sangar: well,
sure. but none of that is utf8, quotes and numbers are below 128,
and just plain ascii
L1994[15:41:10] *
TheGutsOfLukasmahGodsOfPowerDi makes himself the god of
ninjutsu
L1995[15:41:12] *
Dean4Devil is awakened by the rumbling of the mech
L1996[15:41:16] *
TheGutsOfLukasmahGodsOfPowerDi makes himself the god of
turtles
L1997[15:41:27] *
PsychokenesisKat uses his psychokenesis to use the keyboards on the
control panels
L1998[15:41:40] *
PsychokenesisKat creates enough entropy to time travel
L1999[15:41:49] <Sangar> huh
L2000[15:41:50] ***
TheGutsOfLukasmahGodsOfPowerDi is now known as
GutsOfLukasmahGodsOfStuff
L2001[15:42:04] *
GutsOfLukasmahGodsOfStuff changes password
L2002[15:42:06] <TheStrangerGodOfFish>
lol
L2003[15:42:08] <TheStrangerGodOfFish>
gods?
L2004[15:42:09] <gamax92> Sangar: You
don't get anything I've said do you?
L2005[15:42:13] *
PsychokenesisKat eats the password
L2006[15:42:21] <Sangar> gamax92, i'm
kind of missing the context, yes
L2007[15:42:21] <TheStrangerGodOfFish>
GutsOfLukasmahGodsOfStuff: You have Multiple Personality
Disorder?
L2008[15:42:29] *
Dean4Devil learns the exact value of pi thanks to the time
travel
L2009[15:42:30]
⇦ Quits: Dean4Devil (~AI_Cat@p549628D3.dip0.t-ipconnect.de)
(Quit: cannot compute)
L2010[15:42:34]
<GutsOfLukasmahGodsOfStuff> I have multiple divine
powers
L2011[15:42:35] <PsychokenesisKat> Yeah,
GutsOfLukasmahGodsOfStuff has multiple pers-damnit ninja'd
L2012[15:42:48] <gamax92> Sangar: if you
tell LuaJ to compile "45", it complains about characters
that aren't there.
L2013[15:42:59]
⇨ Joins: Dean4Devil
(~AI_Cat@p549628D3.dip0.t-ipconnect.de)
L2014[15:43:03]
<GutsOfLukasmahGodsOfStuff> I'm the god of ninjitsu, power
distribution, cheese and turtles
L2015[15:43:10]
<GutsOfLukasmahGodsOfStuff> Oh, wait
L2016[15:43:11] *
Dean4Devil eats the cheese
L2017[15:43:15] <gamax92> MY
NICKBAR
L2018[15:43:17] <gamax92> FUCK YOU
L2019[15:43:18]
<GutsOfLukasmahGodsOfStuff> I just realised what I can do
with that
L2020[15:43:23] *
PsychokenesisKat asks GutsOfLukasmahGodsOfStuff to calculate the
last digit of pi for him
L2021[15:43:24] <Sangar> gamax92, compile
from java or from lua or from file?
L2022[15:43:25] *
GutsOfLukasmahGodsOfStuff summons ninja turtles
L2023[15:43:30] <Sangar> *file input
stream
L2024[15:43:40]
<GutsOfLukasmahGodsOfStuff> The last digit of pi is pie
L2025[15:43:49] <gamax92> Sangar: Uhh, I
guess this would be java
L2026[15:43:55] <gamax92> it does it in
OC's lua console as well
L2027[15:43:56] <Sangar> wtf
L2028[15:44:01] *
PsychokenesisKat grows java coffee beans
L2029[15:44:12]
<GutsOfLukasmahGodsOfStuff> *Stack overflow*
L2030[15:44:19] *
Dean4Devil eats one of the coffee beans
L2031[15:44:27] *
Dean4Devil is hyperactive now
L2032[15:44:30] *
PsychokenesisKat brews coffee, and writes Lua on the
top
L2033[15:44:31] *
GutsOfLukasmahGodsOfStuff summons lots of cheese
L2034[15:44:45] *
PsychokenesisKat adds syntactic sugar and drinks the
coffee
L2035[15:44:50] <PsychokenesisKat>
youcannotbeatmenow:D
L2036[15:44:58] <PsychokenesisKat>
meowbecausefuckit
L2037[15:45:03] *
TheStrangerGodOfFish beats PsychokenesisKat
L2038[15:45:07]
⇨ Joins: Wuppy (~wuppyZNC@abrarsyed.me)
L2039[15:45:07] <TheStrangerGodOfFish>
simple as that~
L2040[15:45:14]
⇦ Parts: Wuppy (~wuppyZNC@abrarsyed.me)
(Leaving))
L2041[15:45:17] <TheStrangerGodOfFish>
lol
L2042[15:45:19] <Dean4Devil> lol
L2043[15:45:24]
<GutsOfLukasmahGodsOfStuff> How to annoy a porgrammer: Refer
to C# as "sea hashtag"
L2044[15:45:30] <TheStrangerGodOfFish>
lol
L2045[15:45:33] <TheStrangerGodOfFish>
sea sharp
L2046[15:45:37] <TheStrangerGodOfFish>
because the ocean is deadly
L2047[15:45:37] <Dean4Devil> eff
hashtag
L2048[15:45:39] *
PsychokenesisKat
runscirclesaroundThesStrangerGodOfFish
L2049[15:45:42]
<GutsOfLukasmahGodsOfStuff> sea hashtag
L2050[15:45:50] <gamax92> Are you a
porgrammer?
L2051[15:45:52] <Sangar> gamax92, oh wow,
they have a custom built utf8 parser o.O
L2052[15:45:57] <gamax92> Sangar:
ya
L2053[15:46:00] <Sangar> wtf
L2054[15:46:09] <dsAway>
whatthefuck
L2055[15:46:09] <gamax92> because I'm
sure no where in the entirety of java
L2056[15:46:09] <TheStrangerGodOfFish>
Scary, isn't it?
L2057[15:46:09]
<GutsOfLukasmahGodsOfStuff> "Sea sharp." *Rolls
eyes* Whatever.
L2058[15:46:11] <gamax92> exsts one
L2059[15:46:12] ***
dsAway is now known as ds84182
L2060[15:46:15] *
PsychokenesisKat referstoC#asmusic
L2061[15:46:33] <TheStrangerGodOfFish>
GutsOfLukasmahGodsOfStuff: Beats the joke that is C++
L2062[15:46:43] <TheStrangerGodOfFish>
(the name is actually a joke)
L2063[15:46:50] <gamax92> Do you see
peepee?
L2064[15:46:56] <TheStrangerGodOfFish>
PP?
L2065[15:46:57] <gamax92> CPP
L2066[15:46:59] <TheStrangerGodOfFish>
lol
L2067[15:47:05] <PsychokenesisKat> No,
just DD
L2068[15:47:12] <PsychokenesisKat> 4
minutes of third person hour left
L2069[15:47:16]
<GutsOfLukasmahGodsOfStuff> Dungeons and Dragons?
L2070[15:47:16] <PsychokenesisKat>
three
L2071[15:47:17] <gamax92> good
L2072[15:47:22] <gamax92> even
better
L2073[15:47:24] <Sangar> well, the jdoc
mentions "that will work on both JME and JSE" so i'm
assuming jme doesn't have that capabilities? which is still weird,
because i thought strings in the vm were utf8 by
definition...
L2074[15:47:29] *
GutsOfLukasmahGodsOfStuff pokes Gamax
L2075[15:47:31] *
TheStrangerGodOfFish turns third person hour into a back-to-back
special
L2076[15:47:31] *
GutsOfLukasmahGodsOfStuff pokes Gamax
L2077[15:47:31] *
PsychokenesisKat thinks gamax92 should participate
more
L2078[15:47:32] *
GutsOfLukasmahGodsOfStuff pokes Gamax
L2079[15:47:32] *
GutsOfLukasmahGodsOfStuff pokes Gamax
L2080[15:47:33] *
GutsOfLukasmahGodsOfStuff pokes Gamax
L2081[15:47:35]
<GutsOfLukasmahGodsOfStuff> There
L2082[15:47:40] <gamax92> Sangar: well
then it should be in the jme folder
L2083[15:47:41] *
PsychokenesisKat kicks GutsOfLukasmahGodsOfStuff
L2084[15:47:43]
<GutsOfLukasmahGodsOfStuff> Mwahahahahahahaha
L2085[15:47:56]
<GutsOfLukasmahGodsOfStuff> Mwahahahaouch
L2086[15:48:00] *
PsychokenesisKat impales GutsOfLukasmahGodsOfStuff on a
breadstick
L2087[15:48:00] *
TheStrangerGodOfFish pokes everyone
L2088[15:48:04] <gamax92>
GutsOfLukasmahGodsOfStuff: btw none of that pings me
L2089[15:48:09] <Sangar> gamax92, yeah,
idek
L2090[15:48:13] ***
TheStrangerGodOfFish is now known as justastranger
L2091[15:48:22] *
justastranger signs off on Third Person Hour
L2092[15:48:22] *
GutsOfLukasmahGodsOfStuff bleeds a bit
L2093[15:48:28] *
PsychokenesisKat is totally keeping this name
L2094[15:48:45] *
Dean4Devil likes PsychokenesisKats name
L2095[15:49:01] ***
Dean4Devil is now known as DeanIsaCat
L2096[15:49:10] *
DeanIsaCat is totally staying a cat
L2097[15:49:11] *
PsychokenesisKat prods GutsOfLukasmahGodsOfStuff's corpse with a
breadstick
L2098[15:49:16] *
GutsOfLukasmahGodsOfStuff heal themselves with their cheesy
powers
L2099[15:49:31] *
PsychokenesisKat thinks GutsOfLukasmahGodsOfStuff has gone totally
MPD
L2100[15:49:47] *
GutsOfLukasmahGodsOfStuff pokes PKK
L2101[15:49:50] *
GutsOfLukasmahGodsOfStuff pokes PKK
L2102[15:49:57] *
GutsOfLukasmahGodsOfStuff stan PKK
L2103[15:50:02] *
GutsOfLukasmahGodsOfStuff stab PKK
L2104[15:50:04] <Vexatos> Grr. This is
such a pity
L2105[15:50:08] *
GutsOfLukasmahGodsOfStuff rename PKK to Stan
L2106[15:50:11] <PsychokenesisKat>
-----END TPH-----
L2107[15:50:21]
<GutsOfLukasmahGodsOfStuff> Darn
L2108[15:50:26] ***
GutsOfLukasmahGodsOfStuff is now known as Lukasmah
L2109[15:50:35] <Lukasmah> Well, that was
fun
L2110[15:50:41] <PsychokenesisKat>
DeanIsaCat, I totally support your decision.
L2111[15:50:45] <PsychokenesisKat> Indeed
it was
L2112[15:50:57] <DeanIsaCat> It was
soooooo much fun :3
L2113[15:51:03] <PsychokenesisKat> 'Third
person hour, every day, random time'
L2114[15:51:14] <DeanIsaCat>
iwantthatcatpicturenow
L2115[15:51:18] <PsychokenesisKat> So
someone should send me the logs
L2116[15:51:19] <Vexatos> I know a few
people that would do a full OpenComputers spotlight, but say that
they won't do it because they wouldn't do the mod justice with
their bare programming knowledge. Then, I know quite a lot of
people that know a lot about the mod, but won't do a video tutorial
on it.
L2117[15:51:25] <Vexatos> (Like me)
L2118[15:51:27] <gamax92> Sangar: but
yeah, their UTF8 decoder cannot handle 4byte UTF8
L2119[15:51:33] <gamax92> which, chinese
falls into that.
L2120[15:51:39] <Vexatos> Guess I really
have to do written tutorials o.O
L2121[15:51:51] <DeanIsaCat>
ifoundthatcatpicture
L2122[15:52:01] <PsychokenesisKat> I
would do video tutorials if I got more than 15FPS on
minecraft
L2123[15:52:14] <Vexatos> Kat: You don't
count
L2124[15:52:27] <PsychokenesisKat> Why
not D: ?
L2125[15:52:29] <Vexatos> You're still
using Ataris for homework xD
L2126[15:52:36] <DeanIsaCat> i would do
tuts if i could speak
L2127[15:52:47] <Sangar> gamax92, oh, ok.
who needs chinese anyway! such a minority.
L2128[15:52:53] <Vexatos> Yea
L2129[15:52:59] <Vexatos> " I know
quite a lot of people that know a lot about the mod, but won't do a
video tutorial on it"
L2130[15:53:03] <Vexatos> *glances
around*
L2131[15:53:17] <gamax92> Sangar: Well,
and EVERY character that requires 4byte UTF8
L2132[15:53:19]
⇦ Quits: Lukasmah (webchat@93-141-117-32.adsl.net.t-com.hr)
(Quit: Because)
L2133[15:53:21] <Vexatos> It's really a
pity
L2134[15:53:22] <Sangar> i'm hoping to
get LordJoda make a video for 1.3 (like the previous ones), we'll
see...
L2135[15:53:28] <DeanIsaCat> as soon as i
find a free recording software i will do a spotlight
L2136[15:53:30] <gamax92> which will then
attempted to be decoded as 3byte UTF8
L2137[15:53:34] <gamax92> and then the
entire string is corrupted.
L2138[15:53:35] <DeanIsaCat> for linux is
this case
L2139[15:53:36] <Vexatos> I meant a full
tutorial, covering EVERYTHING
L2140[15:53:50] <Sangar> gamax92, fix it
then :P
L2141[15:53:52] <Vexatos> I would do it,
but in text form
L2142[15:53:52] <PsychokenesisKat> Eh,
too much work.
L2143[15:53:54] <gamax92> D:
L2144[15:53:54] <DeanIsaCat> *hint*
*hint*
L2145[15:53:54] <gamax92> fine
L2146[15:53:57] <Vexatos> Much written
tutorial
L2147[15:53:57] <Sangar> oh, everthing is
a lot tho
L2148[15:54:25] <Vexatos> Sangar: I know
a person who made a 9-part spotlight on Rotarycraft, each part
30-59 minutes long
L2149[15:54:28] <Vexatos> I know it is a
lot
L2150[15:54:34] <Sangar> i'd be happy to
give feedback on the written one
L2151[15:54:42] <Sangar> oh, wow.
L2152[15:55:01] <Vexatos> Hell, I even
know a person who'd do a video tutorial, but this person barely
knows Lua >__>
L2154[15:55:34] <DeanIsaCat> Is that
you?
L2155[15:55:38] <Vexatos> What I could
try to do maybe is teach him OC and set up the world and such and
explain everything to him...
L2156[15:55:48] <Sangar> does he/she know
any other programming langauge? because getting unto lua isn't that
hard then i'd say?
L2157[15:56:06] <PsychokenesisKat> So,
does anyone have a log they're willing to send me?
L2158[15:56:18] <Sangar> 'langauge', it
gauges lan speeds -.-
L2159[15:57:13] <Vexatos> I don't think
so
L2160[15:57:20] <PsychokenesisKat>
DeanIsaCat: I'll tell you if you send me a log of third person
hour
L2161[15:57:32] <DeanIsaCat> as soon as
ive found it
L2162[15:57:41] <PsychokenesisKat>
okey
L2164[15:58:17] <gamax92> Sangar: I've
failed
L2165[15:58:24] <Sangar> how so?
L2166[15:58:39] <gamax92> the utf8
decoder/encoder looks like a huge blob of random chars and hacks to
me.
L2167[15:58:48] <Sangar> lol
L2168[15:59:13] <gamax92> (plus eclipse
is frozen)
L2169[15:59:32] <PsychokenesisKat>
yaaay
L2170[16:01:43] <PsychokenesisKat> SUch a
grand tradition we have created.
L2171[16:01:59] <DeanIsaCat> ^
L2172[16:02:03] *
Vexatos likes Traditions
L2173[16:02:08] <DeanIsaCat> No other
channel has this
L2174[16:02:12] <DeanIsaCat> we are
legion
L2175[16:02:28] <DeanIsaCat> we do not
forget
L2176[16:02:51] <Vexatos> Well, for
now
L2177[16:03:00] <Vexatos> Guess I need to
get started working on my written tutorials
L2178[16:03:01] <Vexatos> ...
L2179[16:03:08]
⇨ Joins: black3agl3 (~black3agl@197.225.234.132)
L2180[16:03:09] *
gamax92 forgets
L2181[16:03:10] <Vexatos> Will be a lot
of work
L2182[16:03:15] <gamax92>
ohshiiiiiiiiiiiiiii
L2183[16:03:15] <Sangar> guess i should
start updating the wiki...
L2184[16:03:17] <Vexatos> But I am sure
it'll be worth it
L2185[16:03:27] <Vexatos> How should I do
it? Google docs?
L2186[16:03:39] <DeanIsaCat> github
wiki?
L2187[16:03:41] <gamax92> "The only
built-in functions you can call is printf, malloc and
free."
L2188[16:03:44] <gamax92> Well this
sounds useful
L2189[16:04:10] <DeanIsaCat> github pages
would work too
L2190[16:04:45] <Vexatos> Nah
L2191[16:04:59] <Vexatos> The Wiki is
meant to provide an API documentation
L2192[16:05:16] <Sangar> gdocs or wiki
probably. wiki isn't that nice to work on with long pages. and this
will get long. so...
L2193[16:05:20] <Vexatos> This is going
to be a huge part of wirk
L2194[16:05:30] <Vexatos> *work
L2195[16:05:43] <Vexatos> I might really
just have a Gdrive folder
L2196[16:05:46] <Vexatos> full of
tutorials
L2197[16:05:56] <Vexatos> Or maybe a
website that links to the docs directly
L2198[16:06:10] <Vexatos> The thing is, I
am not good at writing either .-.
L2199[16:06:13] <Sangar> or a github repo
:P
L2200[16:06:18] <DeanIsaCat> ^
L2201[16:06:19] <Sangar> and write it in
latex
L2202[16:06:28] <Vexatos> Hah
L2203[16:06:29] <DeanIsaCat> ew
L2204[16:06:33] <Vexatos> LaTeX
L2205[16:06:38] <Vexatos> Because I just
have THAT much free time
L2206[16:06:39] <Sangar> yes well
sorry
L2207[16:06:51] <Sangar> i don't even
captitalize 'i' :P
L2208[16:06:57] <Vexatos> I know a person
who made her "diplom" using LateX
L2209[16:07:04] <Vexatos> in Maths
L2210[16:07:08] <Sangar> doesn't
everyone?
L2211[16:07:09] <Vexatos> 200 pages of
LaTeX
L2212[16:07:17] <istasi> mem question,
computer in shell got ~300kb free, working on editor that in itself
uses ~28kb, test file is 22kb ... when doing nothing in editor, its
showing average of 250kb free .... however when i save, it easily
uses all of it?, i am creating another tmpbuffer for writing, so
increase of mem usage is expected, but not 250kb's worth of mem Oo,
and once file is written, bam back to 250kb stable ?
L2213[16:07:31] <Sangar> i mean, the
templates you get from the university are typically in latex after
all
L2214[16:07:48] <Vexatos> <--not going
to study maths :3
L2215[16:08:05] <Sangar> well i didn't
either :P
L2216[16:08:29] <Vexatos> But I am not
sure whether all the text will be worth the effort
L2217[16:08:45] <Vexatos> Because it'll
cost so much more time than just explaining it in a video,
obviously
L2218[16:08:51] <Vexatos> and noone will
read it anyways
L2220[16:09:03] <Vexatos> Because the
general WallOfTextophobia
L2221[16:09:04] <Sangar> istasi, hmm,
does it create a bunch of tables maybe? how do you write the data?
the io.open returns a buffered 'stream', so yeah, that will buffer
a bit, but... shouldn't be 250k
L2222[16:09:45] <istasi> im using fs.open
to write, not io.open ... the internal buffer that im editing in,
is 1 entry in table per line, where-as output write to file buffer
is just 1 big string
L2223[16:09:49] <Vexatos> That's my
problem
L2224[16:09:49] <Sangar> Vexatos, maybe.
personally i prefer text tutorials, though. much easier to quickly
skim through and find what you're looking for.
L2225[16:09:56] <Vexatos> Yea
L2226[16:10:15] <istasi> i flush it once
memory goes low though, but its straight buffer = buffer .. table
entry
L2227[16:10:16] <Vexatos> I will have Lua
knowledge presupposed
L2228[16:10:21] <Vexatos> not going to
teach THAT
L2229[16:10:32] <Vexatos> brb,
dinner
L2230[16:10:51] <DeanIsaCat>
PsychokenesisKat: You really took my "we are legion. we do not
forget" quote?? i hate you ._.
L2231[16:10:58] <Sangar> istasi, if
you're using a recent version the gc only runs every so often (not
before *every* resume), so maybe it's not *really* using that much,
it's just that the gc didn't run yet?
L2232[16:11:05] <Sangar> dunno where/how
you measure it ofc
L2233[16:11:09] <PsychokenesisKat> Hehe
:P
L2234[16:11:19] <PsychokenesisKat> Create
a better one and I'll quote that
L2235[16:11:33] <istasi> i messure it
every time im adding to the tmpBuffer through computer.freeMemory
()
L2236[16:11:41] <Sangar> Vexatos, yeah,
there are enough resources on lua itself as is. only the mod
specifid lua stuff, maybe.
L2237[16:12:02] <Vexatos> Of course
L2238[16:12:04] <Vexatos> It will
me
L2239[16:12:08] <Vexatos> My design
idea
L2240[16:12:20] <Vexatos> Example:
Hologram projector
L2241[16:12:28] <Sangar> istasi, try
something like local mem = math.huge for i=1,10 do mem =
math.min(computer.freeMemory()) os.sleep(0) end print(mem) instead,
i.e. take a few samples.
L2242[16:12:32] <Vexatos> "How to
Hologram Projector"
L2243[16:12:35] <Vexatos> <image of
things>
L2244[16:12:45] <Sangar> sounds
good
L2245[16:12:52] <Vexatos> "This
device allows you to project holograms. bla bla descriptive
text"
L2246[16:13:00] <Vexatos> <API
doc>
L2247[16:13:04] <Sangar>
*math.min(computer.freeMemory(), mem) ofc
L2248[16:13:11] <Vexatos> (Straight copy
from the wiki, with maybe further explanation)
L2249[16:13:23] <Vexatos> "Example
Uses:"
L2250[16:13:29] <Vexatos> <some random
example code>
L2251[16:13:37] <Vexatos> <screenshot
to show the result of code>
L2252[16:13:57] <Vexatos> <if
necessary, descriptive text descriptively describing the
code>
L2253[16:14:05] <Sangar> do you intend to
cover all methods or just pick out a few? (which would make it less
daunting i think, for both writing and reading)
L2254[16:14:18] <Vexatos> Only cover a
few in the examples
L2255[16:14:24] <Vexatos> but the full
API doc inside
L2256[16:14:25] <Sangar> makes
sense
L2257[16:14:34] <Sangar> or link the
wiki?
L2258[16:14:38] <Vexatos> ^ good
idea
L2259[16:14:50] <Vexatos> "All the
functions can be found <here>"
L2260[16:14:56] <Sangar> exactly
L2261[16:14:56] <Vexatos> Gooood
L2262[16:16:30] <PsychokenesisKat> Well,
I think today was a success already, even though it's only 2 in the
morning. I managed to scare some people away and stuff.
L2264[16:17:17] <Vexatos> There is it
going to be...
L2265[16:17:20] <PsychokenesisKat> I got
a new name. That's a plus.
L2266[16:17:26] <Vexatos> And I'll have a
derpy github website up
L2267[16:17:33] <Vexatos> Linking to all
the things
L2268[16:17:51] <Sangar> it's the Howto
OCD!
L2269[16:17:58] <Sangar> (drive)
L2270[16:18:02] <Vexatos> Exactly
L2271[16:18:09] <Vexatos> "How to
Hologram"
L2272[16:18:12] <Vexatos> "How to
Geolyzer"
L2273[16:18:16] <Vexatos> :3
L2274[16:18:20] <Vexatos> "How to
Grammar"
L2275[16:18:24] <Sangar> :>
L2276[16:18:27] ***
JTE|InAField is now known as JoshTheEnder
L2277[16:18:43] <PsychokenesisKat> What
format are the documents on google drive anyway?
L2278[16:18:46] *
JoshTheEnder wonders why his is wet and covered in
blood
L2279[16:18:56] <Vexatos> Kat: gdoc
format
L2280[16:18:58] <Vexatos> they have no
format
L2281[16:19:04] *
PsychokenesisKat offers JoshTheEnder a towel
L2282[16:19:06] <Sangar> mmm, is there
any wiki software out there that has good built-in localization
support?
L2283[16:19:17] <Vexatos> But you can
download them as any usual format, like .doc, .odt etc
L2284[16:19:27] *
JoshTheEnder takes the towel PsychokenesisKat offers him and dries
himself with it
L2285[16:19:36] <PsychokenesisKat> Okay,
say you have the sync daemon, what does it download them as?
L2286[16:19:37] <Vexatos> brb, lunch for
real now
L2287[16:19:46] <Sangar> if so it might
be worth considering setting that up and having it in there, to
allow translations of the tuts
L2288[16:20:09] <JoshTheEnder>
PsychokenesisKat, i think it has it's own software for operning
them
L2289[16:20:12] <JoshTheEnder>
*opening
L2290[16:20:13] <Sangar> (making each
howto a separate article)
L2291[16:20:21] <gamax92> :/
L2292[16:20:28] *
PsychokenesisKat prefers normal documents to all this cloud
shit
L2293[16:20:41] <gamax92> Sangar: I just
realized, why are Threads being used for Coroutines.
L2294[16:21:12] <Sangar> because they can
boast they can yield from everywhere ofc
L2296[16:22:09] ***
Techokami|Off is now known as Techokami
L2297[16:22:10] <JoshTheEnder>
PsychokenesisKat, i created/called it that a few weeks back, never
actually got round to making EnderBot2 announce it
L2298[16:22:14] <Vexatos> Sangar:
Translations? no thanks
L2299[16:22:16] <JoshTheEnder> o/
Techokami
L2300[16:22:29] <gamax92> :O There's a
Techokami?
L2301[16:22:35] <Sangar> Vexatos, but
think of all the poor germans that cant into english!
L2302[16:22:39] <Vexatos> If you play OC
and don't know English, you have a problem anyways
L2303[16:22:45] <PsychokenesisKat> I
know, but we didn't have a forum topic for it.
L2304[16:22:45] <Vexatos> Translate Lua
to German
L2305[16:22:48] <Techokami> ahoy
all
L2306[16:22:50] <v^> whats english
L2307[16:22:59] <gamax92> v^: its
luaj
L2309[16:23:04] <v^> okay
L2310[16:23:10] <Sangar> error messages
and tutorials require two completely different levels of english
understanding, tho :P
L2311[16:23:14] <PsychokenesisKat>
Technokami, you missed third person hour by half an hour
L2312[16:23:15] <Techokami> Vexatos,
thank you very much for your recent contributions to Computronics,
I really do appreciate it :)
L2314[16:23:21] <JoshTheEnder>
PsychokenesisKat, i also still have the log from when i put you in
a box and carried you around :P
L2315[16:23:33] <PsychokenesisKat> Hah,
what date was that?
L2316[16:23:35] <Vexatos> Techokami:
Walkman a.k.a. Portable Tape drive. now.
L2317[16:23:41] <JoshTheEnder> no
idea
L2318[16:23:44] <gamax92> Vexatos:
yes
L2319[16:23:47] <gamax92> Techokami:
now.
L2320[16:23:55] <PsychokenesisKat>
now.
L2321[16:23:58] <Techokami> uhm
L2322[16:23:59] <PsychokenesisKat>
meow.
L2323[16:24:01] <JoshTheEnder> hold on,
i'll grep my logs
L2324[16:24:08] <Techokami> ask asie
about that one
L2325[16:24:22] <PsychokenesisKat> Well
deflected.
L2326[16:24:31] <Techokami> I want to
work on the radar block and radar upgrade
L2327[16:24:37] <ds84182> Oh yeah
L2328[16:24:45] <ds84182> GX Tier 2 is
working now
L2329[16:24:49] <Techokami> :D
L2330[16:24:49] <gamax92> ds84182: CP1 is
broken
L2331[16:24:51] <gamax92> no
collision
L2332[16:24:58] <ds84182> dafuq is
CP1
L2333[16:25:09] <gamax92> uuuuuuuuuuuuh
... Co Processor?
L2334[16:25:16] <ds84182> Co
Processors?
L2335[16:25:32] <JoshTheEnder>
PsychokenesisKat, the 22nd of May
L2337[16:25:34] <Vexatos>
Sufficient?
L2338[16:26:05] <PsychokenesisKat> Can I
have the logs? I don't want to go digging through my linux system
atm
L2339[16:26:10] <gamax92> ds84182: Yes,
its Co-Processor
L2340[16:26:21] <ds84182> where?
L2341[16:26:23] <JoshTheEnder> hold
on
L2342[16:26:30] <gamax92> ds84182: in
OpenGX
L2343[16:26:33] <PsychokenesisKat>
22/5/2014 then.
L2344[16:26:45] <ds84182> gamax92, OpenGX
has no co processors
L2345[16:26:49] <ds84182> only GXs
L2346[16:26:53] <gamax92> ds84182: are
you sure?
L2347[16:26:55] <ds84182> yes
L2348[16:27:03] <gamax92> ds84182: Can
you put a co processor in it then?
L2349[16:27:11] <Vexatos> Sangar: So,
google docs it is?
L2350[16:27:19] <gamax92> google docs for
a wiki?
L2351[16:27:21] <Vexatos> Or does anyone
have a better idea
L2352[16:27:23] <ds84182> gamax92, and
what would it do?
L2353[16:27:26] <Vexatos> For a
collection of tutorials
L2354[16:27:28] <gamax92> ds84182:
co-process
L2355[16:27:34] <Vexatos> And block and
item explanation
L2356[16:27:35] ***
Csstform is now known as Csstform|Away
L2357[16:27:35] <gamax92> ors
L2358[16:27:37] <ds84182> gamax92, in
what language?
L2359[16:27:41] <Vexatos> Basically, a
full written mod spotlight
L2360[16:27:42] <PsychokenesisKat>
Oookay, my tablet just died.
L2361[16:28:03] <Sangar> Vexatos, i
suppose so. it shouldn't be too hard to migrate to something else
if necessary anyway.
L2362[16:28:04] <PsychokenesisKat>
Considering I last charged it on wednesday, not too shabby.
L2363[16:28:04] <gamax92> ds84182:
Reality
L2364[16:28:07] <ds84182> gamax92, so you
want the Nintendo 64's
L2365[16:28:14] <ds84182> Thats exactly
what I was thinking
L2366[16:28:17] <ds84182> but why?
L2367[16:28:20] <Vexatos> Sangar:
True
L2368[16:28:22] <PsychokenesisKat> What's
OpenGX?
L2369[16:28:27] <Vexatos> copy+paste and
reformat
L2370[16:28:29] <gamax92> ds84182: Can't
get enough of that SuperFX
L2374[16:28:44] <Vexatos> Would be pretty
cool though ;)
L2375[16:29:11] <gamax92> ds84182: Sorry
I'm just spouting random things.
L2376[16:29:11] <ds84182> gamax92, so you
want a processor that runs a custom assembly langage that is able
to do what?
L2377[16:29:17] <gamax92> ds84182: but
SuperFX is cool
L2378[16:29:17]
⇦ Quits: istasi (webchat@46.32.58.141) (Quit: Web client
closed)
L2379[16:29:21]
⇨ Joins: istasi (webchat@46.32.58.141)
L2380[16:29:35] <JoshTheEnder> that's
like a full day's log though, the 3rd person part starts at
"<ShadowKatStudios> JoshTheEnder: If you put cat in a
cardboard box you can do whatever to it."
L2381[16:29:42] <gamax92> Which I have
just now found out is also a coprocessor
L2382[16:29:45] <Sangar> Vexatos, hmhm.
would have to ask Maxwolf whether that's custom coded or some
cms.
L2383[16:29:55] <Vexatos> Pretty sure
custom
L2384[16:30:03] <Vexatos> Wordpress,
though
L2385[16:30:05] ***
LordFokas|off is now known as LordFokas
L2386[16:30:10] <JoshTheEnder> o/
leagris
L2387[16:30:11] <JoshTheEnder> ¬_¬
L2388[16:30:13] <JoshTheEnder> o/
LordFokas
L2389[16:30:52] <gamax92> ds84182: I need
to figure out how to write a DRO player.
L2390[16:31:05] <ds84182> waht is a
DRO
L2391[16:31:54] <gamax92> DosBox Raw
Opl
L2392[16:31:59] <gamax92> well, minus the
B
L2393[16:33:14] <LordFokas> \o
L2394[16:33:28] <PsychokenesisKat>
22/5/14 is up
L2395[16:33:46] <gamax92> >_>
L2396[16:33:49] <gamax92> Dates are
little endian?
L2397[16:34:20] <PsychokenesisKat> Yep,
no middle-endian here.
L2398[16:34:28] <Vexatos> Sangar: I'll
try and make it a proper wiki, I think that'd be a great addition
for the OC community
L2399[16:34:30] <JoshTheEnder> ?
L2400[16:34:41] <gamax92> Oh, i didn't
know dates were also referred to endian.
L2401[16:35:21] <robhol> M/D/Y is
retarded
L2402[16:35:26] <PsychokenesisKat> The US
has middle endian, as it has month/day/year, Australia and many
others use little endian with day/month/year, and I dunno who uses
big-endian but y'know
L2403[16:35:30] <robhol> sorry US, it
really is
L2404[16:35:31] <gamax92> TIL robhol is
here.
L2405[16:35:37] <robhol> ohai
L2406[16:35:52] *
robhol nibbles on gamax92
L2407[16:35:55] <JoshTheEnder>
PsychokenesisKat, what format is big-endian?
L2408[16:35:56] <gamax92> D:
L2409[16:36:01] <PsychokenesisKat>
Y/M/D
L2410[16:36:01] <gamax92> Y/D/M?
L2411[16:36:02] <Sangar> Vexatos,
absolutely. if you have some good wiki software in mind, let me
know, i might host it on the server that also runs jenkins.
L2412[16:36:09] <gamax92> D: i
falled
L2413[16:36:13] <JoshTheEnder>
PsychokenesisKat, Japan uses that format IIRC
L2414[16:36:17] <robhol> YMD or DMY are
both logical. I prefer DMY myself
L2415[16:36:22] <robhol> yeah, Japan is
YMD
L2416[16:36:23] <LordFokas>
PsychokenesisKat, I do believe Japan and other asian countries use
Y/M/D by default
L2417[16:36:25] <Vexatos> Sangar: Good
like "good looking" or good like "easy to
use"
L2418[16:36:36] *
PsychokenesisKat writes this down
L2419[16:36:37] <JoshTheEnder> EnderBot2,
heartbeat
L2420[16:36:37] *
EnderBot2 taps out a four-beat rhythm...
L2421[16:36:39] <robhol> or rather
L2422[16:36:39] <Sangar> Vexatos, ideally
both :P
L2423[16:36:45] <gamax92>
Gooooooooooooood lookin...
L2424[16:37:00] <PsychokenesisKat>
JoshTheEnder, does that mean what I think it means?
L2425[16:37:03] *
PsychokenesisKat checks the site
L2426[16:37:08] <JoshTheEnder> not
yet
L2427[16:37:16] *
ds84182 makes OpenClosed to open and close doors with
OC
L2428[16:37:18] <robhol> Japan uses both
things like 2011-06-20 and 20日06月2011年
L2430[16:37:22] <JoshTheEnder> phone died
so havent finished 4.2 yet
L2431[16:37:33] <robhol> The kanji mean
just what you think they do :3
L2432[16:37:45] <PsychokenesisKat>
lol
L2433[16:37:45] <DeanIsaCat> .application
is windose, isn't it?
L2434[16:37:51] <Vexatos> Sangar ^
L2435[16:37:55] <gamax92> Anyway, gonna
go stab the Java OPL3 simulator into playing DRO
L2436[16:38:05] <gamax92> And by that I
mean decompile the applet which can play DRO
L2437[16:38:17] <Sangar> Vexatos, ah, i
remember him pointing me to it before. i'll have a look at
it.
L2439[16:38:25] <Vexatos> ^ That's how it
would look like
L2440[16:38:54] <PsychokenesisKat> yay,
non-google-docs
L2441[16:38:57] <JoshTheEnder> right, i
think i'm going to release 4.1 and then continue working on
4.2
L2442[16:39:16] <PsychokenesisKat>
:D
L2443[16:39:23] <JoshTheEnder> but
first
L2444[16:39:31] <JoshTheEnder> i need to
do the timeline imagfe
L2445[16:39:32] *
PsychokenesisKat is stuck at writing his
L2446[16:39:32] <JoshTheEnder>
*image
L2447[16:40:03] <PsychokenesisKat> I have
no way to physically explain how an AI can also be a human.
L2448[16:40:17] *
DeanIsaCat points at himself
L2449[16:40:25] <PsychokenesisKat>
Explain.
L2450[16:40:27] <robhol> but... but
you're a cat
L2451[16:40:37] <DeanIsaCat> Also,
cortana (halo series)
L2452[16:40:44] <DeanIsaCat> Yes, ima cat
and ima AI
L2453[16:40:58] <JoshTheEnder> *in a
dalek voice* explain, Explain, EXPLAIN!!!
L2454[16:41:19] <PsychokenesisKat> I
suppose since the universe is sorta fragile, could use some form of
mental entanglement.
L2457[16:41:28] -Kibibyte- [JoshTheEnder] Dalek
- Explain! | by masterl9 | 5s | 110w4d ago | 36,682 views | Rated:
4.96/5.00
L2458[16:41:30] <DeanIsaCat> AI that can
actually change the real world in some way
L2459[16:41:31] <Sangar> gotta go for
now, see you later
L2460[16:41:37] <DeanIsaCat> bye
L2461[16:41:40] <PsychokenesisKat>
o/
L2462[16:41:41] <v^> gotta go fast
now
L2463[16:41:55] *
JoshTheEnder waves byebye to Sangar
L2464[16:42:07] <JoshTheEnder>
PsychokenesisKat, sirens
L2465[16:42:12] *
robhol gives Sangar a bentō
L2466[16:42:22] <gamax92> FFFFFFFFFFFF I
cannot dosbox because consoles
L2467[16:42:28] <PsychokenesisKat>
4.1?
L2468[16:42:43] <JoshTheEnder>
PsychokenesisKat, hold on
L2469[16:43:07] <PsychokenesisKat> No, i
mean is your comment about 4.1 and sirens anything to do with each
other?
L2470[16:43:12] <JoshTheEnder> no
L2471[16:43:37] <JoshTheEnder> chapter 4
is just me and the bot, 5 is me alone
L2472[16:43:55] <JoshTheEnder> but
L2473[16:44:04] <PsychokenesisKat> I'm
sure tvtropes will have a decent explanation
L2474[16:44:33] <JoshTheEnder> the 4-beat
data transfer protocol's origin will surface in 4.3
L2475[16:44:50]
⇦ Quits: ^v (~ping@2601:4:4540:5b:b861:9a74:6e2:3bc5) (Remote
host closed the connection)
L2476[16:45:00]
⇨ Joins: ^v
(~ping@2601:4:4540:5b:2105:5f15:893f:f4a)
L2477[16:45:07] <JoshTheEnder> (before i
went back in time i was just using it, my past self doesnt know
that his future self created it)
L2478[16:46:39] <gamax92> now to restart
X
L2479[16:47:19] <ds84182> !flags
ds84182
L2480[16:47:27] <ds84182> wrong
channel
L2482[16:51:26] -Kibibyte- [JoshTheEnder]
Borderlands 2 - Meeting Angel | by generichenle | 4m49s | 93w0d ago
| 101,490 views | Rated:
4.79/5.00
L2483[16:56:36]
⇦ Quits: Vexatos
(~Vexatos@p200300556E687A70DDDF08D932D01777.dip0.t-ipconnect.de)
(Read error: Connection reset by peer)
L2484[16:56:56]
⇨ Joins: Vexatos
(~Vexatos@p200300556E687A70DDDF08D932D01777.dip0.t-ipconnect.de)
L2485[16:59:09] ***
Csstform|Away is now known as Csstform
L2486[17:03:24]
⇨ Joins: dmod_
(uid32492@id-32492.uxbridge.irccloud.com)
L2487[17:04:03] <PsychokenesisKat> PSA:
It is now 3:03 AM in Australia
L2488[17:04:33] <JoshTheEnder> PSA: i'm
almost ready to release 4.1, just got to do a few html formatting
stuygff
L2489[17:04:36] <JoshTheEnder>
*stuff
L2490[17:08:15] <PsychokenesisKat>
cool.
L2491[17:08:23] <PsychokenesisKat> I'll
stay up till I've read it
L2492[17:09:35] <gamax92> Techokami: .-.
Can you write a DRO player.
L2493[17:09:45] <Techokami> a what
L2494[17:09:46] <JoshTheEnder> it is
released
L2495[17:09:47] <PsychokenesisKat>
Torrent progress: GiTS Stand alone complex is 63.5%, Death note is
35.6%, Nichijoy is 90.1% and Gintama is 4.2%
L2496[17:10:03] <PsychokenesisKat>
s/y/u
L2498[17:10:46] <Techokami> ah this
again
L2499[17:10:49] <Techokami> no idea
L2500[17:11:00] <gamax92> Techokami:
iiiiiits riiiiiiight theeeeeeeere
L2501[17:11:13] <Techokami> :V
L2503[17:11:20] <JoshTheEnder>
PsychokenesisKat, the deed is donw
L2504[17:12:15] <JoshTheEnder>
*done
L2505[17:12:29] <PsychokenesisKat>
Excellent.
L2506[17:12:48] <PsychokenesisKat> I'll
call the... okay, I don't know any references to make.
L2507[17:12:53] <gamax92> also because
screw playback II
L2509[17:18:14] <PsychokenesisKat>
ANyway, it's 3 AM, I should probably get some sleep.
L2510[17:18:35] <PsychokenesisKat>
AAARGH! ADS! *stabs screen*
L2511[17:18:46] <JoshTheEnder>
PsychokenesisKat, have you read the chapter yet/
L2512[17:18:53] <PsychokenesisKat> Yes,
yes I have.
L2513[17:19:21] <JoshTheEnder> coolio,
might possibly have 4.2 out by the time you wake up
L2514[17:20:46] <PsychokenesisKat>
Anyway, I'm off.
L2515[17:21:15] <PsychokenesisKat>
Hopefully, by the time I wake up (12 hours if I'm lucky), all my
anime will be downloaded and I can start the next batch.
L2516[17:21:24] ***
PsychokenesisKat is now known as PKIsAsleep
L2517[17:23:00] <PKIsAsleep> Question,
DeanIsaCat, is the computer in your story inside of your head along
with the BCI or outside and interfacing using the BCI?
L2518[17:24:52] <DeanIsaCat> Inside is a
small piece of highly developed technology allowing me to run a
chip of the power of an old smartphone just on the power that my
body gives it but my main computational power is outside.
L2519[17:25:20] <PKIsAsleep> Okay,
cool
L2520[17:25:41] <DeanIsaCat> That small
chip makes me a bit more intelligent that a normal cat ofc ;)
L2521[17:26:26] <PKIsAsleep> So that's
37.4KG of computers on the airship. Still a spare 1862.6kg.
L2522[17:26:48] <PKIsAsleep> So you can
run without outside computing power?
L2523[17:26:54] <DeanIsaCat> yes
L2524[17:27:02] <PKIsAsleep> Okey.
L2525[17:27:11] <DeanIsaCat> but hacking
is based on the mainframe
L2526[17:27:48] <DeanIsaCat> the internal
chip is mainly communication and a bit of speech synthesis
L2527[17:28:36] <DeanIsaCat> A bit being
one language
L2528[17:29:17] ***
Csstform is now known as Csstform|Away
L2529[17:29:58]
⇦ Quits: black3agl3 (~black3agl@197.225.234.132) (Ping
timeout: 186 seconds)
L2530[17:30:51] ***
ds84182 is now known as dsnrn
L2532[17:31:01] <PKIsAsleep> Also I
gather you're not a fan of Kat, DeanIsaCat?
L2533[17:31:11] <DeanIsaCat> Not
really
L2534[17:31:27] <DeanIsaCat> Dont even
think im jealous!
L2535[17:31:54] <DeanIsaCat> Techokami: I
want stable TC for 1.7.2 :|
L2536[17:32:02] <Techokami> don't we
all
L2537[17:32:07] <Techokami> oh wait
L2538[17:32:09] <Techokami> 1.7.2
L2539[17:32:14] <PKIsAsleep> I was
wondering about your reasons
L2540[17:32:15] <DeanIsaCat> 1.7.10 is
there but not 1.7.2
L2541[17:32:16] <Techokami> no they
dropped that like a hot potato
L2542[17:32:42] <JoshTheEnder> i still
haven't thought up a name for one of the characters that i'm
introducing in chapter 6 :/
L2543[17:32:48] <Techokami> gonna have to
migrate to 1.7.10, sadly
L2544[17:32:51] <gamax92> Alpocka
L2545[17:32:59] <JoshTheEnder> gamax92,
no
L2546[17:32:59] <gamax92> JoshTheEnder:
Bill
L2547[17:33:02] <JoshTheEnder> no
L2548[17:33:06] <gamax92> JoshTheEnder:
Fred
L2549[17:33:10] <JoshTheEnder> the
character is female
L2550[17:33:19] <gamax92> JoshTheEnder:
Suzy
L2551[17:33:22] <DeanIsaCat> Vera
L2552[17:33:45] <JoshTheEnder> hmm, the
character is also a siren so.. hmm
L2553[17:33:58] <gamax92> JoshTheEnder:
Sirena
L2554[17:34:06] *
JoshTheEnder stabs gamax92
L2555[17:34:09] <gamax92> D:
L2556[17:34:13] <gamax92> Why did you do
that.
L2557[17:34:25] <JoshTheEnder> that's a
stupid name
L2558[17:34:54] <JoshTheEnder> "her
name is Sirena, she's a siren"
L2559[17:34:59] <JoshTheEnder> sounds
crap
L2560[17:35:08] *
gamax92 cries from how beautiful that was.
L2561[17:35:28] <gamax92> Such majestic
writing.
L2562[17:36:01] <PKIsAsleep> Like an
eagle, piloting a blimp.
L2563[17:36:23] <JoshTheEnder> alright,
calm down GLaDOS
L2564[17:36:24] <gamax92> JoshTheEnder:
Neris
L2565[17:36:29] <JoshTheEnder> hmm
L2566[17:36:57] ***
DeanIsaCat is now known as DeanIsAway
L2567[17:37:08] <gamax92> you know thats
just siren backwards right?
L2568[17:37:25] <gamax92> right?
L2569[17:37:27] <gamax92> .-.
L2570[17:37:33] *
JoshTheEnder stabs gamax92
L2571[17:37:48] <gamax92> Renis
L2572[17:38:12] <gamax92> .scramble
siren
L2573[17:38:18] <gamax92> well fine
then
L2574[17:38:32] <PKIsAsleep> Call her
Jaycar, that's the only shop I know that sells sirens
L2575[17:38:52] *
JoshTheEnder boots PKIsAsleep into the next reality
L2576[17:39:08] *
PKIsAsleep phases into the 4th dimension
L2577[17:40:13] <gamax92> JoshTheEnder:
Michiyo
L2578[17:40:43] <JoshTheEnder> are you
just thinking of random names that happen to be in this
channel?
L2579[17:40:51] <gamax92> no, Michiyo is
female
L2580[17:41:02] <JoshTheEnder> i know
that
L2581[17:41:36] <gamax92> Fine, I'll
finish writing my DRO player.
L2582[17:41:43] *
gamax92 stabs Techokami
L2583[17:41:49] <Techokami> OW
L2584[17:41:54] <gamax92> BAD
L2585[17:41:54] *
Techokami pulls out knife
L2586[17:42:00] *
gamax92 is immune to knife
L2587[17:42:04] <Techokami> what was that
for :|
L2588[17:42:12] <gamax92> Techokami: no
dro player
L2589[17:42:17] <Techokami> I'm trying to
make Reliquary be 1.7.10-compatible
L2590[17:42:27] <gamax92> k
L2591[17:44:01]
⇨ Joins: Bizzycola (~Bizzycola@bizzycola.us.to)
L2592[17:44:05] *
Bizzycola sneakily sneaks back in
L2593[17:44:24] *
JoshTheEnder notices Bizzycola sneaking back in
L2594[17:44:31] <JoshTheEnder> And what
time do you call this?
L2595[17:44:41] <Bizzycola> 3:44 am?
:p
L2596[17:47:14] <gamax92> .sdate
L2597[17:47:14] <^v> gamax92, Sep 7613,
1993
L2598[17:47:24] <gamax92> JoshTheEnder:
September 7613, 1993
L2599[17:48:46] ***
vifino is now known as vifino|away
L2600[17:52:04] <v^> .openprg
L2602[17:52:18] <v^> there
L2603[17:52:21] <v^> links fixed
L2604[17:57:11] <robhol> so, OC, being
Lua 5.2, has bitwise functions, right?
L2605[17:57:35] <robhol> and none of
those character corruption bullshit issues thatplague CC?
L2606[18:00:08] ***
Benguin[ZzZ] is now known as Benguin
L2607[18:00:46] <Bizzycola> Something
like that :p
L2608[18:01:04] *
robhol shakes Bizzycola
L2609[18:01:14] <Bizzycola> wai
L2610[18:01:35] <Bizzycola> I'm the
resident unhelpful guy
L2611[18:01:42] <Bizzycola> I cannot be
helpful, it's against the rules
L2612[18:01:57] <robhol> oh, I see
L2613[18:02:13] <Bizzycola> Instead I
jokingly demand op and then lol when I don't get banned
L2614[18:02:16] <Bizzycola> is much more
productive
L2615[18:03:01] ***
DeanIsAway is now known as DeanIsaCat
L2616[18:05:06] <DeanIsaCat> Problem is
he is actually correct with that statement ._.
L2617[18:05:20] <Bizzycola> Yup :p
L2618[18:05:33] <Bizzycola> You know me
too well. >:D
L2619[18:05:43] <DeanIsaCat> I dont even
want to talk about the last time I asked Bizzycola for
help...
L2620[18:05:54] <Bizzycola> lelel
L2621[18:06:05] <Bizzycola> I'm sure it
resulted in you and your entire family being hospitalized
L2622[18:06:09] <Bizzycola> Because I
tried to help
L2623[18:06:13] <Bizzycola> and I failed
so bad it sploded
L2624[18:06:20] <DeanIsaCat> Not
exactly
L2625[18:06:23] <Bizzycola> lol
L2626[18:06:31] <DeanIsaCat> My dick got
caught in the ceiling fan
L2627[18:06:35] <Bizzycola> Oh I
see
L2628[18:06:52] <DeanIsaCat> Problem: I
am a AI defining as female. I have no dick!
L2629[18:07:01] <DeanIsaCat> Or a ceiling
fan for that matter
L2630[18:07:26] <Bizzycola> I don't think
AIs tend to have one regardless :p
L2631[18:07:44] <DeanIsaCat> Well long
story, but i have a body
L2632[18:07:47] <DeanIsaCat> ask
SKS
L2633[18:08:06] <Bizzycola> I do not wish
to alert SKS of my presence
L2635[18:08:08] <DeanIsaCat> Or even
better read his story :P
L2636[18:08:27] <Bizzycola> You're in
that? I don't remember lol
L2637[18:09:47] <DeanIsaCat> You should
read his story no matter if im in it or not :(
L2638[18:09:54] <Bizzycola> I have
L2639[18:09:58] <Bizzycola> all the way
up till 9.25
L2640[18:10:00] <DeanIsaCat> I just dont
want you to ask questions :P
L2641[18:10:17] <Bizzycola> oic
L2642[18:13:44] *
JoshTheEnder taps a 4-beat rythem on the table next to
Bizzycola
L2643[18:15:58]
⇨ Joins: Lukasmah
(Mibbit@93-141-117-32.adsl.net.t-com.hr)
L2644[18:16:13] <Lukasmah>
Greetings
L2645[18:18:42] *
Bizzycola is confused
L2646[18:18:51] <Lukasmah> Good
L2647[18:19:00] <Lukasmah> Be confused.
Be very cofused
L2648[18:19:04] <Bizzycola> no
L2649[18:19:12] <Lukasmah> Yes
L2650[18:19:16] <Bizzycola> NO
L2651[18:19:21] <Lukasmah> YES
L2652[18:19:25] <dmod_> Yes
L2653[18:19:26] <Bizzycola> N. O.
L2654[18:20:05] <Lukasmah>
Y͠e̴͔̲s̴̱̬
L2655[18:20:11] <dsnrn> What the fuck is
going on right now
L2656[18:20:12] <dsnrn> Dammit
internet
L2657[18:20:14] <Bizzycola>
NNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOooooooooooooooooooooooooooooo
L2658[18:20:26] <JoshTheEnder>
Bizzycola,
L2659[18:20:28] <JoshTheEnder> yes
L2660[18:20:29] <Bizzycola> I don't
L2661[18:20:31] <Bizzycola> k
L2662[18:20:36] <Lukasmah>
Y͔͍͓̞͙͇̮̜͊͂̿̿E̠̞̹̟̭̝͈͎͑ͥͣ̍̀̚ͅS͕̳̙̞̝͍͙̯͗̌̑͑͒͑ͩ
L2663[18:20:37] <Bizzycola> kNOw
L2664[18:20:45] <Lukasmah> Yus
L2665[18:20:49] <Bizzycola> shh
L2666[18:20:53] <v^> ur a potato
Bizzycola
L2667[18:20:57] <v^> .w Bizzycola
L2669[18:21:06] <Bizzycola> That's not a
potato
L2670[18:21:09] <gamax92> :D
L2671[18:21:13] <Bizzycola> I wouldn't
recommend eating it
L2672[18:21:21] <gamax92> dsnrn: DRO
parser works.
L2674[18:21:39]
⇦ Parts: Lukasmah (Mibbit@93-141-117-32.adsl.net.t-com.hr)
())
L2675[18:21:47]
⇨ Joins: Lukasmah
(Mibbit@93-141-117-32.adsl.net.t-com.hr)
L2676[18:21:50] <Bizzycola> no
L2677[18:21:56] <gamax92> dsnrn: k
L2679[18:22:00] <Bizzycola> lol
L2680[18:22:04]
⇨ Joins: Lukasmah
(Mibbit@93-141-117-32.adsl.net.t-com.hr)
L2681[18:22:08] <Bizzycola> nope
L2682[18:22:09] <gamax92> Bizzycola: DRO
pareer works.
L2683[18:22:19] <Bizzycola> wuts a DRO
pareer?
L2684[18:22:28] <gamax92> a DRO parser is
a parser for DRO files.
L2685[18:22:32]
⇦ Quits: Lukasmah (Mibbit@93-141-117-32.adsl.net.t-com.hr)
(Client Quit)
L2686[18:22:33] <Bizzycola> oic
L2687[18:22:42] <Bizzycola> does it also
cook them for me?
L2688[18:22:50] <gamax92> no not
yet.
L2689[18:22:55] <Bizzycola> Oh ok
L2690[18:22:58] <Bizzycola> whats a DRO
file
L2691[18:22:59] <Bizzycola> lel
L2692[18:23:03]
⇨ Joins: Lukasmah
(Mibbit@93-141-117-32.adsl.net.t-com.hr)
L2693[18:23:06] <Bizzycola> no
L2694[18:23:07] <gamax92> DOSBox Raw
OPL
L2695[18:23:12] <Bizzycola> ah
L2696[18:23:17] <Bizzycola> sounds fun
:p
L2697[18:23:19] <Lukasmah> sǝ⅄
L2698[18:23:22] <Bizzycola> nope
L2699[18:23:28] <Lukasmah> sǝ⅄
L2700[18:23:28] <gamax92> no :/ But I got
the timing correct.
L2701[18:23:36] <Bizzycola> ah
L2702[18:23:51] <Bizzycola> parsing stuff
is alwayyss fun
L2703[18:23:57] <gamax92> Header says
41707ms, I read 41707ms
L2704[18:24:03] <Lukasmah>
sͪͧ͌ͫ̉̀̂ǝ̩̤̏̌ͣͅ⅄͍͕̻̠͍̼̥
L2705[18:24:09] <gamax92> fgt Zalgo
L2706[18:24:16] *
Bizzycola pushes Lukasmah over
L2707[18:24:27] <Lukasmah> Hey, at least
I didn't go over your text
L2708[18:24:38] <Lukasmah> Also,
sǝ⅄
L2711[18:25:12] <Lukasmah> Oh, wait, I
did cover the a in Zalgo
L2712[18:25:14] <Lukasmah> Woops
L2713[18:25:25] <Lukasmah> The mess was
supposed to be tiny
L2714[18:25:57] <Bizzycola> ic
L2715[18:26:05] <Bizzycola> I SEE AND I
DISAGREE
L2716[18:26:36] <JoshTheEnder> .w
josh
L2718[18:26:53] <Bizzycola> .w NO
L2719[18:26:53] <^v> Bizzycola, Not
found. did you want "io api"?
L2720[18:27:03] <Bizzycola> no I did
not
L2721[18:28:35] <DeanIsaCat>
"sǝ⅄" looks like "sex" to me. Please tell me im
not the only one ._.
L2722[18:28:55] <Lukasmah> im not the
only one ._.
L2723[18:29:14] <Lukasmah> Happy?
L2724[18:29:22] <DeanIsaCat> yes
L2725[18:29:36] <Bizzycola> no
L2726[18:29:44] <dmod_> Should be.
L2727[18:30:23] <Bizzycola> oic
L2728[18:30:56] <dmod_> Glad you can
see
L2729[18:32:06] <Bizzycola> How could my
presence be quite as pointless without my eye sight?! :p
L2730[18:35:21] <Lukasmah> I löve
ümläüts.
L2731[18:35:37] <DeanIsaCat> i hate
them
L2732[18:35:51]
⇨ Joins: MichiBot (~lb@64.237.32.243)
L2733[18:36:02] <Bizzycola> kbot
L2734[18:36:06] <Lukasmah> Why dö yöü
hätë thëm?
L2735[18:36:20] <DeanIsaCat> They are the
worst thing that happened to the computer keyboard since IBM
L2736[18:36:34] <Caitlyn> wtf...
L2737[18:36:43] *
Caitlyn pokes MichiBot
L2738[18:36:43] <Lukasmah> ?????
L2739[18:36:43] <Bizzycola> wut
L2740[18:36:48] ***
dsnrn is now known as dsAway
L2741[18:36:53] ***
dsAway is now known as ds84182
L2742[18:36:56] *
Lukasmah pokes Caitlyn
L2743[18:37:07] *
Lukasmah pokes everyone
L2744[18:37:08] <JoshTheEnder> Caitlyn,
it got kicked earlier because it timed out and came back as
MichiBot1
L2745[18:37:10] <DeanIsaCat> German
keyboards are so fucked up i write at half the speed of one with an
US layout
L2746[18:37:17] <Caitlyn> No, I got
that
L2747[18:37:20] *
Lukasmah pokes and pokes and pokes
L2748[18:37:24] <JoshTheEnder> ahh
ok
L2749[18:37:24] <Caitlyn> i'm more
wondering about the IP it's connecting from
L2750[18:37:32] *
Bizzycola kicks Lukasmah
L2751[18:37:41] <Lukasmah> US
keyboards... Wow, I tried using one. Uhhhhh
L2752[18:37:46] ***
vifino|away is now known as vifino
L2753[18:37:48]
⇦ Quits: MichiBot (~lb@64.237.32.243) (Remote host closed the
connection)
L2754[18:38:00] <Lukasmah> qwerty is
probably what confuses me the most
L2755[18:38:08] <Caitlyn> OOOH...
L2756[18:38:15] <Lukasmah> But also the
question mark placement and other stuff
L2757[18:38:25] <Lukasmah> US keyboard
layout is so fucked up
L2758[18:38:27] <DeanIsaCat> For somebody
that (like me) does 95% programming on his PC/life I like US
keyboards a lot
L2759[18:38:38] <Caitlyn> I had a tunnel
on the same port on 2 SSH connections
L2760[18:38:45] <Lukasmah> I write at
quarter of the speed with it
L2761[18:38:54] <Lukasmah> I'm just not
used to the layout
L2762[18:39:05] <Bizzycola> fun
L2763[18:39:11]
⇨ Joins: MichiBot (root@isis.pc-logix.com)
L2764[18:39:16] <Lukasmah> I'm pretty
irritated by the fact apostrophe doesn't have its own key
L2765[18:39:17]
⇨ Joins: black3agl3 (~black3agl@197.225.234.132)
L2766[18:39:18] <DeanIsaCat> Yeah, but Im
kinda forced to use german layout since 6y and im still way
slower...
L2767[18:39:23] <Lukasmah> But question
mark has one
L2768[18:39:39] <JoshTheEnder> i've used
qwerty all my life, so i'm just used to it, switching from UK to US
is confusing though
L2769[18:39:46] <DeanIsaCat> ^
L2770[18:40:12] <Lukasmah> I'm not used
to the US layout so when I tried using it I kept hitting the wrong
keys
L2771[18:40:21]
⇨ Joins: Klee
(webchat@pD9E64E5A.dip0.t-ipconnect.de)
L2772[18:40:31] <Lukasmah> I use a
Croatian qwertz
L2773[18:41:00] <Lukasmah> Why isn't
there one standardised layout. -_-
L2774[18:41:01] ***
Alissaway is now known as Alissa
L2775[18:41:17] <Bizzycola> Where would
be the fun in that?
L2776[18:41:23] <Lukasmah> That way
everyone who is used to a keyboard is used to any keyboard
L2777[18:43:18] <Bizzycola> Just you
wait. When that evil michibot becomes self aware, it'll create
random keyboards with weird layouts and incorrectly labeled keys
then mail them like the evil bot it is
L2778[18:43:31] <Bizzycola> :p
L2779[18:43:53] <Lukasmah> That's
nightmare fuel right there.
L2780[18:43:54] <DeanIsaCat> But
different languages need different layouts. Russian for
example
L2781[18:44:05] <Bizzycola> lol
L2782[18:44:16]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L2783[18:44:22] <Bizzycola> I'd give
someone a keyboard with incorrectly labeled keys for the lolz
L2784[18:44:29] <DeanIsaCat> Imagine
writing russian on a croatian qwertz
L2785[18:44:48] <DeanIsaCat> shift+alt on
windose to switch lang?
L2786[18:45:05] <asie> hi
L2787[18:45:09] <Bizzycola> heello
L2788[18:45:09] <DeanIsaCat> make some
that RANDOMLY assignes keys
L2789[18:45:11] <DeanIsaCat> hi
L2790[18:45:24] <DeanIsaCat> like q = q
but q may also be r
L2791[18:45:26] ***
vifino is now known as vuifi
L2792[18:45:32] <Bizzycola> lol
L2793[18:45:38] <Bizzycola> sounds
fun
L2794[18:45:43] <DeanIsaCat> Thatd be
hell
L2795[18:45:55] ***
vuifi is now known as vifino
L2796[18:45:57] <Bizzycola> fun to watch
though
L2797[18:46:23] <v^> Vexatos, it fixes
broken links >_>
L2798[18:46:38] <Vexatos> What do you
mean?
L2799[18:46:50] <Lukasmah> Wrll, iz dors
sound kool
L2800[18:47:01] <Lukasmah> Goddamit
L2801[18:47:17]
⇨ Joins: Kenny
(~Kenny@2602:306:ce9e:5150:7cca:82ce:2d7a:fc8d)
L2802[18:47:24] <Kenny> .jenkins
L2803[18:47:26] <EnderBot2> Latest
builds:
ICBMComponent: #21
|
OpenLights1.7: #17 |
OpenComputers: #486 |
OpenComponents: #45 |
OpenPrinter: #73 |
OpenComponents-MC1.7: #9 |
OpenLights: #20 |
OpenComputers-MC1.7: #232 |
OpenPrinter1.7: #71
L2804[18:47:32] <Lukasmah> Noz what I
wantrd.
L2805[18:47:50] <Lukasmah> Oh, that's
cool
L2806[18:47:52] <Lukasmah> .help
L2808[18:47:55] <Lukasmah>
.commands
L2809[18:48:09] <Vexatos> v^: Please
explain
L2810[18:48:17] <Lukasmah> .list
L2811[18:48:26] <Lukasmah>
.whatareyourcommandsyoubot?
L2812[18:48:35]
⇦ Parts: Kenny
(~Kenny@2602:306:ce9e:5150:7cca:82ce:2d7a:fc8d) ())
L2813[18:48:35] <Bizzycola> lol
L2814[18:48:47] <Lukasmah> .darn
L2815[18:48:54] <Bizzycola> .slap
L2816[18:48:54] *
^v slaps
L2817[18:49:01] <Lukasmah> .slap
L2818[18:49:01] *
^v slaps
L2819[18:49:01] <Bizzycola> .slap
Lukasmaaaahhhh
L2820[18:49:01] *
^v slaps Lukasmaaaahhhh
L2821[18:49:14] <Porygon> .slap ^v
L2822[18:49:14] *
^v slaps ^v
L2823[18:49:18] <Lukasmah> .slap ^v
L2824[18:49:19] *
^v slaps ^v
L2825[18:49:28] <Bizzycola> .slap
EnderBot2
L2826[18:49:28] *
^v slaps EnderBot2
L2827[18:49:42] <Porygon> .slap v^
L2828[18:49:42] *
^v slaps v^
L2829[18:49:44] <Lukasmah> .slap whoever
made it for not making a clear command list thingy
L2830[18:49:44] *
^v slaps whoever made it for not making a clear command list
thingy
L2831[18:49:45] *
Bizzycola stabs EnderBot2
L2832[18:49:45] *
EnderBot2 round-house-kicks Bizzycola
L2834[18:50:21] <Porygon> v^ made
^v
L2835[18:50:32] <DeanIsaCat> Josh, you in
sync With PK on your storys timeline?
L2836[18:53:09] <JoshTheEnder> .jenkins
openprinter openprinter1.7
L2839[18:54:51] <asie> my dramagen was
ported to Python!
L2841[18:55:41] <Techokami> awesome
:D
L2842[18:56:15] <Techokami> FYI the 1.7.2
version of the drama splash mod works perfectly as-is in
1.7.10
L2843[19:00:49] <JoshTheEnder> asie:
"asie openly hates more annoying worldgen in MCP"
L2844[19:03:07] <Techokami> sounds about
right :V
L2845[19:03:39] ***
Alissa is now known as Alissaway
L2846[19:04:54] <justastranger> The
dramagen should be ported wholly to java so that you don't need an
internet connection to get the dramas~
L2847[19:05:32] <justastranger> Besides,
it seems to try every tick
L2848[19:08:19] <asie> justastranger: i'm
2lazy2do1t
L2849[19:08:33] <justastranger> :p
L2850[19:21:01] <gamax92> asie:
halp
L2851[19:21:29] <Klee> i am neither
stupid or "screen.walk" doesn't work or both ...
L2852[19:21:59] <Bizzycola> how big is
the database of drama inducing lines? :p
L2853[19:22:03] <asie> gamax92: wat
L2854[19:22:21] <gamax92> asie: nothing,
unless you happen to know how to make sounds with an OPL2
L2855[19:22:27] <gamax92> err, rather an
OPL3
L2856[19:28:04]
⇦ Quits: Klee (webchat@pD9E64E5A.dip0.t-ipconnect.de) (Ping
timeout: 190 seconds)
L2858[19:32:49] <Techokami> so I take it
this takes an OPL3 sequenced song and converts it into a
DFPWM-compatible file to play on a tape drive?
L2859[19:33:21] <gamax92> Techokami: no,
it takes an OPL3 sequenced song and converts it to u16le
L2860[19:33:37] <gamax92> Techokami: its
also not playing anything and all the samples are 0.
L2861[19:33:48] <Techokami> ah.
L2862[19:34:51] <Techokami> very
impressive
L2863[19:35:47] <Techokami> meanwhile, I
have reached peak impatience; I downloaded a java decompiler so I
can port mods from 1.7.2 to 1.7.10 :O
L2864[19:36:17] <gamax92> Techokami: btw
extremely frustrated.
L2865[19:43:56]
⇨ Joins: Kenny
(~Kenny@2602:306:ce9e:5150:7cca:82ce:2d7a:fc8d)
L2866[19:44:43] <asie> Techokami: what
mods
L2867[19:44:45] <asie> also use
procyon
L2868[19:44:54] <asie> fernflower is
buggy and JAD is a mess
L2869[19:44:55] <istasi> Hi Kenny
L2870[19:45:14] <Kenny> Sangar: crash
report with OpenComputers-MC1.6.4-1.3.0.486-rc.1-universal
L2871[19:45:19] <Kenny>
OpenComputers-MC1.6.4-1.3.0.486-rc.1-universal
L2872[19:45:27] <Techokami>
PaneInTheGlass, Hopper Ducts, and Archimedes' Ships (though the
latter should get an update this weekend, says the mod author on
twitter)
L2874[19:47:38] <Sangar> Kenny, thanks,
will fix
L2875[19:48:00] <Bizzycola>
PaneInTheGlass? Nice name :p
L2876[19:48:29] <Kenny> i deleted config
and regenerated it but still the crash
L2877[19:48:59] <Kenny> not sure what the
issue is but it deals with the server rack
L2878[19:49:24] <Kenny> and causes and
NPE
L2879[19:49:54] <Kenny> also using latest
1.3 version of OCC
L2880[19:51:01] <Kenny> brb
L2881[19:51:08] <Techokami> Yeah, it's a
core mod that makes glass panes connect through stairs and
slabs
L2883[19:51:30] <Sangar> Kenny, yeah,
it's one of those weird 'pre-tick handlers aren't called pre-tick'
issues apparently, this one slipped through the cracks until
now
L2884[19:57:27] <gamax92> Techokami: meh,
I give up.
L2885[19:57:35] <Techokami> :<
L2886[20:01:17]
⇨ Joins: Hoborific
(webchat@CPE-121-221-218-235.lns7.pie.bigpond.net.au)
L2887[20:02:17] <Hoborific> dumb question
but would RC1 be stable enough for a live environment?
L2888[20:03:57] <Caitlyn> So.. I think
I'm going to try supporting the colored light mod in
OpenLights...
L2889[20:04:12] <Sangar> Hoborific, for
the most part. except for the bug report that just came in :P
(typical, right after releasing)
L2890[20:04:35] <Hoborific> Cheers mate,
I'm a big fan, and apparently so are my players.
L2891[20:05:25] <istasi> no wonder,
opencomputer is awesome <3
L2892[20:06:05] <Sangar> thanks, happy to
hear that :)
L2893[20:07:18] <Hoborific> Sangar, mind
if I ask what the bug report was?
L2894[20:07:48] <Vexatos> Sangar: I am
already preparing a nice tutorial world for the OC wiki
screenshootery :3
L2896[20:08:28] <Sangar> Hoborific, a
nullpointer in server racks. i think i fixed it, will push
momentarily, so if you want you can grab a newer build from jenkins
in a bit (
http://ci.cil.li)
L2898[20:08:49] <Sangar> Vexatos, started
setting up dokuwiki, but then the bug report came in :P
L2899[20:09:04] <Vexatos> Ah
L2900[20:09:05] <Sangar> Vexatos, ooh,
nice
L2901[20:09:22] <Vexatos> Yea, every
program that doesn't need a component is being explained
there
L2902[20:09:33] <Vexatos> Every component
is explained somewhere else in this world
L2903[20:09:42] <Vexatos> WIll be a huge
world, also going to provide that as a download
L2904[20:10:02] <Hoborific> Vexatos, It's
quite beautiful, I love the full advantage of BoP for
gradient.
L2905[20:10:32] <Vexatos> The house is
made from Carpenter's Blocks and Chiseled Dark Oak Planks
L2906[20:10:40] <Vexatos> Those mods just
work so well together
L2907[20:11:11] <gamax92> Techokami:
perhaps the simulator is just broken. I gave it to the player that
actually does stuff, in both version 2.0 and 1.0, and nothing
happened.
L2908[20:11:42] *
Techokami has no idea what gamax92 is talking about
L2909[20:13:02] <Vexatos> Sangar: Would
you mind a somewhat "Free" style of writing on the
wiki?
L2910[20:14:54] <Hoborific> Sangar, Scala
huh..
L2911[20:14:58] <Sangar> Vexatos, as long
as it's still informative, not at all.
L2912[20:15:01] <gamax92> Techokami:
which part?
L2913[20:15:05] <Vexatos> Okay
L2914[20:15:11] <Vexatos> Then it'll be a
lot easier to write
L2915[20:15:15] <Sangar> Hoborific, yup,
it's great :>
L2916[20:15:31] <Vexatos> And with
"free" I mean the style I used in my crafting
tutorial
L2917[20:15:34] <Vexatos> which you might
have read
L2918[20:15:36] <Techokami> gamax92: the
entire thing. :V
L2919[20:15:55] <Sangar> Vexatos, i had
the tab open, but i was too fascinated by the flow diagram :P
L2920[20:16:11] <Vexatos> You liked
it?
L2921[20:16:15] <Vexatos> Good.
Goooood.
L2922[20:16:24] <Vexatos> Then I'll keep
using that for crafting
L2923[20:16:35] <gamax92> Techokami:
there is an opl3 simulator, it simulates an opl3. There is a player
that plays music using said simulator. There are different revision
of the files it plays, being 1.0 and 2.0. By nothing happening, no
music was generated.
L2924[20:16:46] <Techokami> ohhhh
L2925[20:20:47] ***
Alissaway is now known as Alissa
L2926[20:20:54] <Hoborific> Sangar, Scala
seems quite interesting with the claims of bridging between OO and
functional, how has your experience been over the last year?
L2927[20:22:44] <Sangar> Hoborific, i
really like it. makes writing code in a lot of scenarios a lot more
concise.
L2928[20:22:57] <gamax92> oh good, their
examples (which work) are also 2.0 (which is the only thing I've
written)
L2929[20:23:29] <DeanIsaCat> Hoborific:
In my experience it is also a very good (in powerful) language but
I probably wont use it in alot of my projects.
L2930[20:23:37] <istasi> cursorblink is
"just" constant redrawing with changing background color
right ?
L2931[20:24:56] <Techokami> oh my god the
moment of truth
L2932[20:25:10] <Hoborific> I said the
same thing about Node and WPF's, thank you very much I'll check it
out.
L2933[20:25:11] <Sangar> istasi, not the
background but the char, but yes (switches to the box char and then
back)
L2934[20:25:55] <Techokami> damnit
L2935[20:26:22] <istasi> oh
L2936[20:27:15] <gamax92> Techokami: :/
their examples work.
L2937[20:27:19] <DeanIsaCat> Hoborific:
Have you programmed in functional languages or ML dialects so
far?
L2938[20:27:24] <gamax92> my test file is
just broken
L2939[20:30:54] ***
Neonbeta|Sleep is now known as Neonbeta
L2940[20:31:57] <Sangar> Vexatos, sent
you link and login info for the wiki, tell me if you need anything
else to get started.
L2941[20:32:24] ***
prassel|off is now known as prasselpikachu
L2942[20:32:54]
⇦ Quits: Vexatos
(~Vexatos@p200300556E687A70DDDF08D932D01777.dip0.t-ipconnect.de)
(Ping timeout: 186 seconds)
L2943[20:33:25] <dmod_> Guess not
:P
L2944[20:33:45] <Sangar> :/
L2945[20:34:14] <gamax92> Sangar: :D my
DRO player works.
L2946[20:34:15] <Hoborific> DeanIsaCat:
Not particularly lengthy amounts of time, I did a lot of Node.JS
for a while, in fact one of my servers is still running to date on
a cloud. I've learnt Java and the side of VB (gross) for the last
year and a half getting a few qualifications, but I'm always open
to learning new things, in fact I actively seek them out.. a bit
like right now I suppose.
L2947[20:35:13] <DeanIsaCat>
http://hyperpolyglot.org/ For comparing languages. I
think it makes it easier to learn most of them (Scala is under
ML-Dialects)
L2948[20:35:32] <Sangar> gamax92, gz.
what's DRO again? >_>
L2949[20:35:42] <gamax92> DOSBox Raw
OPL
L2950[20:36:27]
⇨ Joins: binaryblade (~binarybla@128.189.255.7)
L2951[20:36:31] <Sangar>
interesting
L2952[20:37:02] <prasselpikachu>
Sangar?
L2953[20:37:11] <prasselpikachu> Did you
find an OS X user?
L2954[20:37:48] <asie> i'm one
L2955[20:37:51] <Hoborific> Goodbye and
thank you :)
L2956[20:37:52] <prasselpikachu> Oh
L2957[20:37:57]
⇦ Quits: Hoborific
(webchat@CPE-121-221-218-235.lns7.pie.bigpond.net.au) (Quit: Web
client closed)
L2958[20:37:57] <prasselpikachu>
okay
L2959[20:37:58] <asie> i have a MacBook I
don't use as well
L2960[20:38:00] <asie> don't ask
why
L2961[20:38:07] <prasselpikachu>
Lololol
L2962[20:38:09] <prasselpikachu> How
old
L2963[20:38:44] <asie> 1 year old
L2964[20:38:50] <asie> as i said, don't
ask why
L2965[20:38:56] <Sangar> prasselpikachu,
to test the new natives? at least no-one told me it *doesn't* work
on mac anymore, yet :P
L2966[20:39:10] <asie> Sangar: i'll try
tomorrow, just poke me about it someone
L2967[20:39:38] <Sangar> kk
L2968[20:39:43] <prasselpikachu> Okay...
I cant test this weekend anyway, im in switzerland w/o
macbook
L2969[20:44:59] ***
prasselpikachu is now known as prassel|off
L2970[20:51:34] ***
Xil|Zzz is now known as Xilandro
L2972[20:55:40] ***
ds84182 is now known as dsAway
L2973[20:56:28] ***
vifino is now known as vifino|away
L2974[20:56:43] ***
vifino|away is now known as vifino
L2975[20:56:44] <gamax92> And now it
plays in stereo
L2976[20:57:13] <Kenny> it starts to load
the word and then 2 secs in game crashes. trying something right
now
L2977[20:57:17] ***
dsAway is now known as ds84182
L2978[20:59:40] <Sangar> Kenny, while i
admit to not understand how that is possible, the next build
(currently building) should fix it for good. probably.
L2979[21:00:01] <Kenny> i can't figure
out why it is doing it either
L2980[21:00:31] <Kenny> i went thru the
log and all mods that show any error i took out except ofc OC
L2981[21:06:19] <Xilandro> I'd play it
safe and try duplicating with only OC installed
L2982[21:06:36] <Xilandro> Also, back in
a bit, taking wife to store because she is impatient =(
L2983[21:06:43] <Kenny> Sangar: you did
it to me again :P
L2984[21:07:16] <Kenny> between my
downloading 487 and testing it you released 488 since you are doing
489 off my report
L2985[21:08:28] <Sangar> yeah, try it
with 488, *should* be fixed in there. at least in that spot...
:P
L2986[21:08:37] <Kenny> dl'ing it
now
L2987[21:10:04] <Kenny>
Sangar......
L2988[21:10:08] <Kenny> \o/
L2989[21:10:13] <Sangar> \o/
L2990[21:10:17] <Kenny> 488 is good
L2991[21:10:27] <Sangar> great
L2992[21:10:54] <Kenny> it had me puzzled
cause the game loaded, i'd see my computer in front of me and then
the desktop
L2993[21:11:12]
⇨ Joins: progwml6
(~progwml6@n2-198-175.resnet.drexel.edu)
L2994[21:11:13] <gamax92> lol
L2995[21:11:14] ***
Alissa is now known as Alissaway
L2996[21:11:20]
zsh sets mode: +v on progwml6
L2997[21:11:23] <dmod_> Hey prog
L2998[21:11:41] <gamax92> "Hi, were
a game software company. Have some music from our games that was
recorded in an emulator."
L2999[21:11:57]
⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping
timeout: 189 seconds)
L3000[21:14:57] ***
vifino is now known as vifino|away
L3001[21:15:44] *
robhol eats gamax92
L3002[21:25:05] <ds84182> so it's time to
turn down the max polygon count to something smaller
L3003[21:25:16] <ds84182> because
holyshit fpsdrawp
L3004[21:26:04] <ds84182> The max polygon
count is 512
L3005[21:26:07] <ds84182> time to half
it
L3006[21:26:24] <ds84182> and each poly
can have up to 16 points
L3007[21:26:38] <ds84182> i forgot to run
GX_CLEAR_POLYGONS
L3008[21:26:49] <ds84182> and my frame
rate was halved
L3009[21:27:53] <ds84182> I could get
away with VBOs since the mod already requires framebuffers
L3010[21:31:57]
⇦ Quits: xPucTu4 (yahoo@xPucTu4.Net) (Read error: Connection
reset by peer)
L3011[21:32:27] <gamax92> robhol:
wot
L3012[21:33:11] <gamax92> ds84182: and
then I'll go yelling at you "AMD DRIVERS HATE YOU"
L3013[21:33:36] <gamax92> well, that is
if you make the drivers hate you.
L3014[21:34:02] <ds84182> Intel users
HATE YOU
L3015[21:34:19] <ds84182> NETBOOK USERS
HATE YOU
L3016[21:34:36] <ds84182> "PEOPLE
WHO USE OLD GPUS HATE YOU"
L3017[21:34:40] <ds84182> bring the
hate
L3018[21:35:19] <Sangar> and there you
have the slogan for your mod. 'fueled by hate'.
L3019[21:35:31] <Sangar> is there a mod
that adds 'hate' as a fluid to minecraft?
L3020[21:36:00] <gamax92> Sangar: what
was the problem anyway, VBO's?
L3021[21:36:26] <Sangar> the ati crash?
nah, displaylist weirdness.
L3022[21:36:40] <gamax92> oh, okay.
L3023[21:36:43] <gamax92> ds84182: don't
do that.
L3024[21:37:04] <ds84182> Sangar, the mod
scans twitter for it's mod name and generates more hate when it
finds more and more messages
L3025[21:37:06] <Sangar> per ogl
definition calling display lists in display lists is perfectly
fine. but it seems ati/amd drivers randomly decide not to like
that.
L3026[21:37:29] <Sangar> ds84182, sounds
like a valid business model
L3027[21:37:58] <ds84182> Hate generates
fake diamonds that turn into dirt after 5 seconds of being in the
players inventory
L3028[21:38:47] <ds84182> And it
constantly throws random RuntimeExceptions when mixing pools of
hate
L3029[21:39:09] <ds84182> What am I
doing, I should be fixing OpenGX
L3030[21:39:45] <Sangar> :P
L3031[21:42:45] ***
vifino|away is now known as vifino
L3032[21:43:02] <ds84182> dangit, If I
use a VBO i would have to make the lua side code less
efficent
L3033[21:43:26] <ds84182> Time to use a
display list then
L3034[21:43:28] <ds84182> Ugh
L3035[21:43:39] *
gamax92 looks at ds84182
L3036[21:43:48] *
ds84182 looks at gamax92
L3037[21:44:05] <ds84182> blame
GL11.GL_TRIANGLE_FAN
L3038[21:44:09] <gamax92> My father
believes his computer speakers are good quality. I believe I am
incapable of hearing any bass since it all goes to a subwoofer,
which is underneath a desk and impossible to hear.
L3039[21:45:03] <ds84182> gamax92, so buy
a woofer and put it next to your ears
L3040[21:45:13] <ds84182> then turn the
computer up to max volume
L3041[21:45:14] <gamax92> why would I do
that?
L3042[21:45:17] <gamax92> or that
L3043[21:45:24] <ds84182> then you won't
hear anything at all!
L3044[21:45:26] <ds84182> yay
L3045[21:45:31] <gamax92> why would I do
that?
L3046[21:45:39] <ds84182> then turn your
computer up to max brightness
L3047[21:45:42] ***
Alissaway is now known as Alissa
L3048[21:45:42] <ds84182> then go to
google
L3049[21:45:52] <ds84182> now you are
blind!
L3050[21:45:56] <gamax92> I have dark
theme for google for that exact reason.
L3051[21:46:24] <ds84182>
display.inverted = true
L3052[21:46:38] <gamax92> so you turned
gray into gray
L3053[21:46:40] <gamax92> gj
L3054[21:46:54] <ds84182> ohdam
L3055[21:47:07] <ds84182>
display.saturation = math.huge
L3056[21:47:13] <ds84182>
display.brightness = math.huge
L3057[21:47:32] <ds84182> have fun~
L3058[21:47:36] <gamax92> display has
crashes, is now black.
L3059[21:47:53] <gamax92> inb4 racist
joke,.
L3060[21:48:17] <Sangar> made in
china?
L3061[21:49:30] <Kenny> made in
taiwan?
L3062[21:49:39] <gamax92> made in
mexico?
L3063[21:50:06] <gamax92> i need to fix
imfplay so it does opl3
L3064[21:50:19] <gamax92> but that also
involves getting borland c++
L3065[21:52:17] *
ds84182 breaks the world again
L3066[21:53:56]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L3067[21:57:30] <ds84182> The next thing
I'm going to have to do is move glClear from GXFramebuffer to the
actual GXs
L3068[21:57:38] <ds84182> So they can
manage their own clearing
L3069[21:57:56] <ds84182> so you can do
awesome clearing techniques
L3070[21:58:17] ***
justastranger is now known as justastranger|zzz
L3071[21:58:26] <ds84182> and polygon
clearing without loosing pixel data
L3072[21:59:44] <ds84182>
gawddammit
L3073[22:00:15] <gamax92> lol
L3074[22:00:40] <ds84182> you know what,
I'll just add a backwards compatibility shim so you can do gxt1
things in the gxt2
L3075[22:02:02] <ds84182> (that means the
gxt3 would be able to do both gxt2 and gxt1 :DDDDD)
L3076[22:02:05]
⇨ Joins: Maxwolf
(labs@pipette.madsciencemod.com)
L3077[22:02:05]
zsh sets mode: +v on Maxwolf
L3078[22:02:16] <gamax92> ds84182:
c2bf?
L3079[22:02:24] <ds84182> gamax92,
what?
L3080[22:02:27] <gamax92> c 2
brainfuck
L3081[22:02:31] <ds84182> c to
brainfuck?
L3082[22:02:35] <gamax92> yes
L3083[22:02:38] <ds84182> why would
anyone do that
L3084[22:03:07] <ds84182> .encbf Hello,
World!
L3085[22:03:08] <^v> ds84182,
+[+++++++>+<]>-.-[+>-----<]>++.+++++++..+++.[+>-----<]>+.------------.---[+>---<]>.+[+++>++<]>-.+++.------.--------.-[+++>-<]>.
L3086[22:03:13] <gamax92> fak, i keep
trying to think of other example of useless things, but then
immediatly think of a use for them.
L3087[22:04:20]
⇨ Joins: Oceanius
(~Caleb@c-67-190-228-157.hsd1.fl.comcast.net)
L3088[22:04:26] <ds84182> i got it!
L3089[22:04:39] <ds84182> instead of
implements IGX i do extends Tier1GX
L3090[22:05:54] ***
darknife25 is now known as darknife25|AFK
L3091[22:06:46]
⇨ Joins: Dean4Devil
(~AI_Cat@p54961246.dip0.t-ipconnect.de)
L3092[22:08:36]
⇦ Quits: DeanIsaCat (~AI_Cat@p549628D3.dip0.t-ipconnect.de)
(Ping timeout: 189 seconds)
L3093[22:11:54]
⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping
timeout: 189 seconds)
L3094[22:19:43]
⇨ Joins: Flenix_
(~Flenix@05429259.skybroadband.com)
L3095[22:20:38]
⇦ Quits: Johannes13 (~Johannes@p4FDEB4F8.dip0.t-ipconnect.de)
(Ping timeout: 186 seconds)
L3096[22:21:43]
⇦ Quits: Flenix (~Flenix@05429259.skybroadband.com) (Ping
timeout: 190 seconds)
L3097[22:25:13] ***
Flenix_ is now known as Flenix
L3098[22:29:09]
⇦ Quits: Oceanius
(~Caleb@c-67-190-228-157.hsd1.fl.comcast.net) (Quit:
Leaving)
L3099[22:31:49] <ds84182> GXT2 should be
able to run GXT1 things as long as the GX_LAST_GEN command gets
sent
L3100[22:32:14] <ds84182> And the Gen
switch takes place between fifo processing
L3102[22:32:45] -Kibibyte- [JoshTheEnder]
Doctor Who Strange Noises with My Mouth - deleted scene | by
ladyinred1999 | 1m32s | 319w3d ago | 485,495 views | Rated:
4.98/5.00
L3103[22:33:17] <ds84182> this also means
I have lots of code to fix, and directories to merge
L3106[22:35:42] <gamax92> ds84182: not
now
L3107[22:35:46] <gamax92> I need Borland
C++\
L3108[22:35:55] <ds84182> Bitch you
wanted c2bf
L3109[22:35:58] <gamax92> No
L3110[22:35:59] <ds84182> so I found
it
L3111[22:36:02] <gamax92> I want Borland
C++
L3112[22:36:13] <ds84182> to
BRAINFUCK?
L3113[22:36:17] <gamax92> no
L3114[22:36:38] <gamax92> <gamax92>
i need to fix imfplay so it does opl3
L3115[22:36:38] <gamax92> <gamax92>
but that also involves getting borland c++
L3116[22:47:44] <gjgfuj> .encbf Hi.
L3117[22:47:44] <^v> gjgfuj,
+[+++++++>+<]>-.--[-->+++<]>.[+>++<]>.
L3118[22:47:50] <gjgfuj> I like
that.
L3119[22:48:01] <gjgfuj> .encbf What's
the dealio bro?
L3120[22:48:01] <^v> gjgfuj,
+[+++>+<]>++.+++[+>----<]>.-------.--[+++>-<]>-.+[+++>-<]>.-[+>---<]>+.---[+>++<]>.[++>+<]>++++.------------.---.[+++++>+<]>+.+[+>---<]>+.+.----.+++++++++++.---.++++++.+[+>++<]>.[+>---<]>++.+[+++++>++<]>.---.+[+>++++<]>-.
L3122[23:02:31]
⇦ Quits: Lumien (~lumien@p4FED46C9.dip0.t-ipconnect.de)
(Quit: Nettalk6 - www.ntalk.de)
L3123[23:04:12] ***
Alissa is now known as Alissaway
L3124[23:11:31] ***
Cazzar is now known as Cazzar|Away
L3125[23:13:04] ***
ds84182 is now known as Euphoric
L3126[23:13:42] ***
Euphoric is now known as LordDankey
L3127[23:14:59] <Kilobyte> o/
L3128[23:16:11] <Kilobyte> I guess
everyone is gone
L3129[23:16:34] *
JoshTheEnder throws a brick at Kilobyte
L3130[23:16:55] *
Kilobyte dodged
L3131[23:17:49] <Kilobyte> i'll sleep
quite soon
L3132[23:18:43]
⇦ Quits: gjgfuj (~tricia@119.15.76.203) (Ping timeout: 190
seconds)
L3134[23:19:41] <Kilobyte> on phone
L3135[23:20:04] <Kilobyte> meh, i'll
sleep... if I can
L3137[23:25:05] <v^> i am a bork
L3138[23:25:07] <v^> beep boop
L3139[23:25:08] <Xilandro> Just bought my
wife Minecraft, and it's saying the code's already been used
>.>
L3140[23:27:03]
⇨ Joins: gjgfuj
(~tricia@CPE-120-146-132-11.static.nsw.bigpond.net.au)
L3141[23:27:23] ***
Nentify is now known as Nentify|away
L3142[23:28:15] <vifino> wut
L3143[23:29:09]
⇦ Quits: sciguyryan
(sciguyryan@109-205-169-233.dynamic.swissvpn.net) ()
L3144[23:30:51]
⇦ Quits: Maxwolf (labs@pipette.madsciencemod.com) (Quit:
Leaving)
L3145[23:33:44] <gamax92> :D
L3146[23:33:53] <gamax92> my imfplay can
now opl3
L3147[23:34:23] <gamax92> however,
imfplay never did any delays, so I have to turn off the 486's
cache
L3148[23:34:28] <vifino> gamax92:
link?
L3149[23:34:33] <gamax92> vifino: y
L3150[23:34:38] <vifino> Wanna try
L3151[23:34:46] <gamax92> vifino: you
have an opl3 capable card?
L3152[23:34:50] <vifino> ._.
L3153[23:34:54] <vifino> dosbox pls
L3154[23:35:00] <gamax92> vifino: imfplay
already works in dosbox
L3156[23:35:09] <vifino> i rek u
gahmex
L3157[23:35:10] <gamax92> infect it was
written in dosbox, which is why it has no delays
L3158[23:35:14] <gamax92> infact*
L3159[23:36:04] ***
Alissaway is now known as Alissa
L3160[23:38:09] <Techokami> just
implemented radar blocks in Computronics :O it scans the area
around the block in a sphere and returns a table of entities
showing their name and coordinates relative to the block. It won't
show players because they aren't living entities? Will have to fix
that before implementing the robot upgrade version
L3161[23:40:35] <gamax92> oh, usleep for
microseconds
L3162[23:40:45] <gamax92> hopefully this
borland c++ has this.
L3163[23:54:37] ***
Flenix is now known as SleepyFlenix
L3164[23:59:27] <gamax92> vifino: well
what ever, I put delays in it and I still have to disable
cache
L3165[23:59:36] <vifino> ._.
L3166[23:59:40] <Xilandro> Ugh
L3167[23:59:46] <gamax92> plus the
recording I got from dosbox doesn't work even with no cache
L3168[23:59:51] <Xilandro> Mojang needs
to fix their shit