<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:04:25] ⇨
Joins: orthoplex64
(~orthoplex@cpe-68-206-247-199.satx.res.rr.com)
L2[00:10:27] ⇦
Quits: DaeDroug (uid22591@id-22591.highgate.irccloud.com) (Quit:
Connection closed for inactivity)
L3[00:12:19] ⇨
Joins: TabletCube (~TCube@90.198.128.74)
L5[00:12:30] <gamax92> "End address
must be greater than start address." well what if my device
only spawns one byte.
L6[00:13:02] <TabletCube> >include
private keys in public git
L7[00:13:11] <TabletCube> >private
keys
L8[00:13:16] <TabletCube> >private
L9[00:14:13] <gamax92> "136,085
results"
L10[00:14:15] <gamax92> jeeeeeez
L11[00:14:52] <TabletCube> gamax92: some
are dummies/placehplders
L12[00:15:14] ⇦
Quits: Hobby_boy
(~Hobbyboy@host81-132-197-54.range81-132.btcentralplus.com) (Remote
host closed the connection)
L13[00:18:28] ***
prasselpikachu is now known as prassel|off
L14[00:19:46] ***
Hobbyboy is now known as Hobbyboy|Sleep
L15[00:20:37] ⇦
Quits: sciguyryan (sciguyryan@109-205-169-215.dynamic.swissvpn.net)
()
L17[00:28:51] <Pwootage> What day is it?
It's "Github searches that reveal trivially exploitable
code" day!
L18[00:29:18] <gamax92> what'd i
doooooooooooooo
L19[00:29:51] <gamax92> i can't boot my
arch anymroe
L20[00:30:05] <gamax92> it just blue
screens and dumps that into the log
L21[00:33:19] <TabletCube> >linux
L22[00:33:23] <TabletCube> >bsod
L23[00:33:28] <TabletCube> gamax92: ^
L24[00:33:35] <TabletCube> Oh
L25[00:33:40] <TabletCube>
Misinterpreted
L26[00:33:49] <gamax92> Sangar?
L27[00:40:57] <Pwootage> cmon plz work dr
who episode on google play
L28[00:40:59] <Pwootage> I WANT TO WATCH
YOU
L29[00:41:19] <gamax92> wow im somehow
crashing the crash handler
L30[00:41:54] <Pwootage> nice job
L31[00:43:54] <gamax92>
"com.loomcom.symon.exceptions.MemoryAccessException: Bus write
failed. No device at address $4000" i beg to differ
L32[00:51:16] <v^> request 159.118.220.152
: troll/yesno.png
L35[00:51:38] <v^> i remember that
L36[00:51:51] <v^> someone is viewing an
ancient thread
L37[00:52:12] <gamax92> v^: what site is
this
L41[00:52:57] <gamax92> Conflict
detected
L42[00:53:57] ***
Techokami is now known as Techokami|Off
L43[00:56:38] <Pwootage> uhhh, not sure if
I can handle this episode. D:
L44[00:59:07] <v^> gamax92,
"conflict"
L45[00:59:08] <v^> pffffffffft
L46[00:59:23] <gamax92> v^?
L47[01:02:11] <Sangar> gamax92,
uhhh...
L48[01:03:59] <gamax92> Sangar: Hello, I
break things you write.
L49[01:04:10] <Sangar> looks like it chokes
on the error message, yeah... not sure why tho
L50[01:05:57] <Sangar> hmmm... "group
4" ... $4...
L51[01:05:59] <Pwootage> Does anyone happen
to know what happens when a mod (mffs, rim, mekanism) moves a OC
computer?
L52[01:06:11] <Pwootage> Well that means
your regex doesn't have a 4th ()
L53[01:06:33] <Sangar> well yes. but i
don't really see where that needs escaping
L54[01:06:58] <Pwootage> ....nothing needs
excaping? That means you only have three sets of () in your
regex
L55[01:07:04] <Pwootage> and you're trying
to access the 4th
L56[01:07:10] <Sangar> and moving: it
depends. usually they'll save it then load it again. so it'll
behave like saving the chunk, leaving the game, then loading the
chunk again.
L57[01:07:21] <Sangar> but the $4 isn't
"mine"
L58[01:07:27] <Pwootage> so in other words
it *should* handle it fine
L59[01:07:29] <gamax92> wait, if thats the
problem, doesn't that generally mean if i can get init.lua to die
with a dollar sign, it would trigger?
L60[01:07:31] <Sangar> it's in the variable
error message
L61[01:07:42] <Pwootage> wait are you
calling .replace with user content?
L62[01:08:00] <gamax92> .replace isn't
regex, .replaceAll is
L63[01:08:00] <Pwootage>
s/replace/replaceAll/
L64[01:08:01] <MichiBot> Pwootage: wait are
you calling .replaceAll with user content?
L65[01:08:06] <gamax92> :P
L66[01:08:15] <Pwootage> yeah I realized it
right after I said it
L67[01:08:21] <Pwootage> point
remains
L68[01:09:01] <Sangar> why wouldn't i? it
should't the *input* contains that, should it? only the pattern,
and that's fixed.
L69[01:09:13] <Sangar> *shouldn't
matter
L70[01:09:38] <Pwootage> if you're calling
replaceAll("<regex>","<userContent">);
userContent can contain backrefs
L71[01:09:44] <Pwootage> like $4
L72[01:10:15] <Sangar> wat
L73[01:10:32] <Pwootage> a b c d
L74[01:10:41] <Pwootage> s/(a) b c
d/$1/
L75[01:10:41] <MichiBot> Pwootage: a
L76[01:10:42] <gamax92> Sangar: try
Pattern.quote
L77[01:11:16] <Sangar> Pwootage, but then
"a b c d" is the input. not the $1
L78[01:11:18] <Pwootage> s/(a) (b) (c)
(d)/$4/
L79[01:11:18] <MichiBot> Pwootage: d
L80[01:12:03] <Pwootage> are you calling
userContent.replaceAll or "a string".replaceAll(...,
userContent)?
L81[01:12:43] <Sangar> i'm calling
regex.replaceAllIn(userinput, replacerFunction)
L82[01:14:14] <Sangar> maybe it tries to
process the result *on top of* what the replacer function
returns... tho from what i can see that isn't documented
anywhere...
L83[01:14:21] *
Sangar goes testing some in repl
L84[01:17:49] <Sangar> yep, looks like it
postprocesses the already processed match -.- ah well. at least i
know where to escape it.
L85[01:18:33] ***
medsouz|offline is now known as medsouz
L86[01:20:19] ⇨
Joins: MichiBot1 (~lb@isis.pc-logix.com)
L87[01:20:38] ⇦
Quits: MichiBot1 (~lb@isis.pc-logix.com) (Client Quit)
L88[01:21:23] <Sangar> gamax92, fixed in
next build
L89[01:22:06] <gamax92> The Piña Colada
Song.
L90[01:22:30] <gamax92> quite misleading
commit name
L91[01:23:19] <Sangar> but it's so
good
L92[01:28:44] <Pwootage> ...realy? NEI
integration broken, no recipie chart for this elsewhere
L93[01:28:49] <Pwootage> (probably just
need to update neiplugins or something)
L94[01:29:11] <Pwootage> wait; maybe I am
blind
L95[01:30:42] <Pwootage> no, still not
seeing it
L96[01:31:25] <Sangar> hmm?
L97[01:32:04] <Pwootage> I have no idea how
to make a redstone board or redstone crystal
L98[01:32:45] <Sangar> redstone crystal?
what mod is that?
L99[01:33:05] <Pwootage> buildcraft
6.1.x
L100[01:33:24] <Sangar> ah, so asie borked
it :>
L101[01:33:37] <Pwootage> unfortunately
not here, it appears
L102[01:33:59] <Pwootage> I guess it's
OSS, I think, I could just go look
L103[01:34:08] <Sangar> true
L104[01:34:22] ***
Techokami|Off is now known as Techokami
L105[01:34:32] <gamax92> Techokami:
wb
L106[01:34:40] <Techokami> thanks
L107[01:35:21] <Sangar> oh crap, it's this
late already
L108[01:35:24] <Sangar> i'm off o/
L109[01:35:28] <Pwootage> \o
L110[01:38:27] ⇦
Quits: TangentDelta (~christine@63.143.24.24) (Remote host closed
the connection)
L111[01:38:29] <Pwootage> Redstone block
on assembly table, and paper around redstone, for the record
L112[01:42:34] ***
kirby|Gone is now known as mrkirby153
L113[01:43:40] <gamax92> Pwootage: happy
fun time! im gonna try making my console driver not one character
at a time in hopes of speeding it up.
L114[01:44:55] <Pwootage> :D
L115[01:44:59] <Pwootage> two characters
at a time?!?!?
L116[01:45:05] <Pwootage> (or 4 or
whatever the limit is)
L118[01:46:04] <gamax92> Pwootage: i mean
like, in one gpu.set
L119[01:48:55] <gamax92> Techokami: he
made several triangles! illuminati
L120[01:49:30] <Techokami> not quite; he
made a pentagram. The power of Satan connects you
L121[01:49:37] <gamax92> but,
triangles
L122[01:50:15] <Techokami> dude we
summoned Diablo and he's here with a sales pitch for Novell
Netware
L123[01:50:50] <gamax92> Techokami: oh
btw, can i get your opinion on how to do signals and component
access in a memory mapped env?
L124[01:51:10] <Pwootage> does 6502 not
have interrupts?
L125[01:51:38] <Techokami> I gotta double
check but I want to say no...
L126[01:51:49] <gamax92> ...
L127[01:51:58] <gamax92> its has a non
masking interrupt and a interrupt request
L128[01:53:04] <gamax92> however, unless
the signals are the only thing thats doing an interrupt, you
couldn't really check what is causing the interrupt
L129[01:53:10] <Techokami> yeah
L130[01:53:34] <Pwootage> well what else
does interrupts?
L131[01:53:43] <Techokami> unless you had
a hardcoded memory map for only a specific set of hardware
L132[01:53:57] <Pwootage> anyway I would
recommend a place in memory you write to to say you've read the
signal, I think
L133[01:53:57] <Techokami> then you could
just check the appropriate memory addresses
L134[01:54:09] <Pwootage> and you
intercept that and change the signal status block
L135[01:54:21] <gamax92> Techokami: well
thats possible
L136[01:54:33] <gamax92> but thing is,
6502 just has a blob of bytes, and signals are an array
L137[01:54:43] <Pwootage> one at a
time
L138[01:54:54]
⇨ Joins: Satori (webchat@5.100.120.185)
L139[01:55:00] <Pwootage> status, update,
content
L140[01:55:10] <Pwootage> keep a que or
whatever
L141[01:55:23] <Satori> hi, how about
servers with 1.4rc?
L142[01:55:50] <gamax92> Satori: are you
asking if there are currently servers running 1.4rc, or do you want
to run a server with 1.4rc
L143[01:56:56] <Pwootage> (I almost
updated my server, decided I didn't want to worry about
compatability with the large number of mods I have installed quite
yet)
L144[01:57:14] <Satori> Unfortunately i'm
not able to run server, but i have a wish to play with
somebody
L145[01:59:27] <Satori> this is another...
problem? Usually servers with OpenComputers have tons of mods, it's
not for weak hardware.
L146[02:02:46] <Satori> I should probably
just get new PC x) But even with knowledge of haskell, lisp, c++,
C#, java, javascript, delphi, lua i cant get job >.<
L147[02:07:53] <Satori> btw, where can i
know about what blocks from vanilla\mods are supported by
OpenComponents? I tried it with Applied Energistics, but it was
like... half-supported.
L148[02:08:47] <gamax92> .l
"?key_up=?zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzzz=?zzzzzzzz?zzzzzzzz?gamax92="
L149[02:08:48] <^v> gamax92,
?key_up=?zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzzz=?zzzzzzzz?zzzzzzzz?gamax92=
L150[02:08:52] <gamax92> .l
#("?key_up=?zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzzz=?zzzzzzzz?zzzzzzzz?gamax92=")
L151[02:08:52] <^v> gamax92, 73
L153[02:12:55] <PotatoTrumpet> Hello
L154[02:13:02] <Pwootage> little busy to
read tthat atm
L155[02:13:44] <Techokami> hmmmm... I'm
liking idea #4
L156[02:13:51] <gamax92> DMA in
parts?
L157[02:13:57] <Techokami> yeah
L158[02:14:12] <gamax92> so, as far as
strings go, null terminate or have length?
L159[02:14:30] <gamax92> probably length
for the sake of binary data
L160[02:19:14]
⇨ Joins: ping
(~notPing@2601:4:4500:ce3:b036:5afb:dabe:a010)
L161[02:19:15]
zsh sets mode: +v on ping
L162[02:19:16] <Techokami> yeah, have
length
L163[02:19:49] <Techokami> unless you want
to get fancy and implement a serial terminal protocol
L164[02:20:42] <PotatoTrumpet> hmm
L165[02:20:42] <gamax92> :I there is a
serial terminal?
L166[02:20:42] <PotatoTrumpet> 20 min to
download a 40mb file
L167[02:20:42] <PotatoTrumpet>
s/20/30
L168[02:20:42] <MichiBot> PotatoTrumpet:
30 min to download a 40mb file
L169[02:20:44] <Techokami> well I mean,
implement the keyboard and monitor as a serial terminal
L170[02:21:17] <gamax92> Techokami: yes,
the keyboard component is attached to the serial read, and the gpu
is attached to the serial write
L171[02:21:28] <Techokami> ah nevermind
then :V
L172[02:21:39] <gamax92> just that, thats
only limited keyboard and gui
L173[02:21:42] <gamax92> gpu*
L174[02:31:56] *
PotatoTrumpet gives gamax92 his shrimp
L175[02:32:04] *
gamax92 dies
L176[02:32:48] <Satori> k /<
L177[02:33:19] ⇦
Quits: Satori (webchat@5.100.120.185) (Quit: Web client
closed)
L178[02:38:12] ***
Cazzar is now known as Cazzar|Away
L179[02:43:01] <gamax92> Techokami: hmm,
should i convert floating points to int?
L180[02:43:08] <gamax92> seeing as there's
no fpu
L181[02:43:13] <Techokami> yeah
L182[02:43:30] <Techokami> cast floats to
ints
L183[02:52:49] ***
DeanIsaKitty is now known as DeanIsGone
L184[03:08:06] ***
Techokami is now known as Techokami|Off
L185[03:29:46] ***
justastranger is now known as justastranger|zzz
L186[03:31:01] ***
Cazzar|Away is now known as Cazzar
L187[03:51:49] ***
ds84182 is now known as dsAway
L188[04:13:09] ***
mrkirby153 is now known as kirby|Gone
L189[04:22:02] ⇦
Quits: justastranger|zzz (justastran@2604:180::7239:d646) (Remote
host closed the connection)
L190[04:29:43] ⇦
Quits: Lathanael|Away (~Lathanael@p5497381A.dip0.t-ipconnect.de)
(Ping timeout: 195 seconds)
L191[04:35:11]
⇨ Joins: Lathanael|Away
(~Lathanael@p549730D4.dip0.t-ipconnect.de)
L192[04:47:13]
⇨ Joins: Maxwolf
(labs@pipette.madsciencemod.com)
L193[04:47:13]
zsh sets mode: +v on Maxwolf
L194[05:03:39] ⇦
Quits: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com)
(Ping timeout: 183 seconds)
L195[05:21:00] ***
SleepingFairy is now known as Daiyousei
L196[05:23:51] <gjgfuj> How do you read a
file on a filesystem from an architecture?
L197[05:26:53] ⇦
Quits: mallrat208 (~mallrat20@68.204.184.175) (Quit:
Leaving)
L198[05:35:04] ⇦
Quits: phillips1012 (~phillips1@72.42.104.172) (Ping timeout: 189
seconds)
L199[05:37:54] ***
Neonbeta|SleepMode is now known as Neonbeta
L200[05:41:33]
⇨ Joins: mallrat208 (~mallrat20@68.204.184.175)
L201[05:45:22]
⇨ Joins: orthoplex64
(~orthoplex@cpe-68-206-247-199.satx.res.rr.com)
L202[05:48:05]
⇨ Joins: VikeStep
(~VikeStep@CPE-58-165-33-117.lns1.lon.bigpond.net.au)
L203[05:48:24] ***
prassel|off is now known as prasselpikachu
L204[05:48:37] ***
prasselpikachu is now known as prassel|off
L205[05:51:12] <gjgfuj> Is the boot
address automatically set upon the start of a Machine, or do I have
to set it to get it to work.
L206[05:51:35]
⇨ Joins: shadowkatstudios
(~shadowkat@210.1.213.55)
L207[05:51:46] <shadowkatstudios> Know
what I love about irssi/VLC?
L208[05:51:58] <gjgfuj> what do you love
shadowkatstudios?
L209[05:51:59] <shadowkatstudios> I can
use them while I'm repairing my Xorg stuff
L210[05:52:10] <gjgfuj> what did you
do.
L211[05:52:30] <shadowkatstudios> it
defaulted to current nvidia drivers
L212[05:52:43] <shadowkatstudios> My card
is now legacy support,
L213[05:53:21] <shadowkatstudios> 8600 is
part of 340xx now.
L214[05:53:56]
⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L215[05:53:58] <Cazzar> crap
L216[05:54:04] <Cazzar> I broke OC with my
ASM hack
L217[05:54:29] ***
medsouz is now known as medsouz|offline
L218[05:59:22] <shadowkatstudios> So as it
turns out, Manjaro dislikes older hardware because mhwd
L219[05:59:56] ***
Logan is now known as Logan|off
L220[06:00:11] ***
Logan|off is now known as Logan
L221[06:00:22] <gjgfuj> so....... Anyone
know about architecture things?
L222[06:01:15] <shadowkatstudios> I'm
gonna go get a new raw copy of arch and install that. fts.
L223[06:03:19]
⇨ Joins: jgile2
(~jgile2@c122-108-189-162.rochd4.qld.optusnet.com.au)
L224[06:04:22] <gjgfuj> whoa.
L225[06:04:34] <gjgfuj> I just got a
youtube ad for the first time in about a year.
L226[06:04:38] <gjgfuj> whooooooa.
L227[06:05:34] <shadowkatstudios> Is it
possible that they're... learning?
L228[06:05:48] <shadowkatstudios> Eh, I
give it 2 days
L229[06:15:21] <gjgfuj> No, it's just that
my adblock crashed.
L230[06:15:24] <gjgfuj> :P
L231[06:24:25] ***
Logan is now known as Logan|off
L232[06:41:44]
⇨ Joins: Vexatos
(~Vexatos@p200300556E319A8769E686B4672E83A5.dip0.t-ipconnect.de)
L233[06:41:45]
zsh sets mode: +v on Vexatos
L234[06:45:44] ⇦
Quits: VikeStep
(~VikeStep@CPE-58-165-33-117.lns1.lon.bigpond.net.au) (Read error:
Connection reset by peer)
L235[06:45:56]
⇨ Joins: VikeStep
(~VikeStep@CPE-58-165-33-117.lns1.lon.bigpond.net.au)
L236[06:53:12] <skyem123|ZZZ> .p
L237[06:53:13] <^v> Ping reply from
skyem123|ZZZ 0.76s
L238[07:08:11] ***
Cruor|Away is now known as Cruor
L239[07:19:47] ⇦
Quits: mindstorm8191
(~IceChat77@162-203-90-21.lightspeed.lsvlky.sbcglobal.net) (Ping
timeout: 189 seconds)
L240[07:40:35] ***
Cruor is now known as Cruor|Away
L241[07:43:19]
⇨ Joins: CompanionCube (~samis@90.198.128.74)
L242[07:55:13] ⇦
Quits: ping (~notPing@2601:4:4500:ce3:b036:5afb:dabe:a010) (Read
error: Connection reset by peer)
L243[07:57:52]
⇨ Joins: asie
(~asie@apn-95-41-37-186.dynamic.gprs.plus.pl)
L244[07:57:53]
zsh sets mode: +v on asie
L245[08:02:03] ***
Pwootage is now known as Pwootage|Off
L246[08:14:36] ⇦
Quits: CompanionCube (~samis@90.198.128.74) (Remote host closed the
connection)
L247[08:15:24] ⇦
Quits: rjwboys
(~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net) (Quit:
KVIrc 4.3.1 Aria http://www.kvirc.net/)
L248[08:18:25]
⇨ Joins: skyem123 (skyem123@5.150.100.90)
L249[08:18:36] <skyem123> Good
morning!
L250[08:18:51] <gjgfuj> mornin
skyem123.
L251[08:19:01] <gjgfuj> or
afternoon.
L252[08:19:11] <skyem123> It's cold in
England.
L253[08:19:23] <vifino> It's foggy in
germany.
L254[08:19:41] <vifino> shadowkatstudios:
O.O
L255[08:19:52] <gjgfuj> It's.... Raining
in australia.
L256[08:19:53] <vifino> You are lowercase!
:o
L257[08:20:16] <skyem123> DUN DUN
DUUUUUUUUUUNNNNNNNN
L258[08:21:07] <vifino> skyem123: I stab
you, and then I stab you again.
L259[08:21:15] <skyem123> er?
L260[08:21:18] <skyem123> Why?
L261[08:23:58] *
skyem123 stands behind barbed wire fence
L263[08:35:09] ***
Cazzar is now known as Cazzar|Away
L264[08:43:33]
⇨ Joins: Magik6k
(~Magik6k@host-89-228-224-53.kalisz.mm.pl)
L265[08:47:06] ⇦
Quits: Maxwolf (labs@pipette.madsciencemod.com) (Quit:
Leaving)
L266[08:47:53] <gjgfuj> Guys.
L267[08:47:58] <gjgfuj> I did a terrible
probably.
L268[08:48:35] <gjgfuj> Just... Look at
this mess.
L270[08:56:09] ⇦
Quits: asie (~asie@apn-95-41-37-186.dynamic.gprs.plus.pl) (Ping
timeout: 183 seconds)
L271[08:56:28]
⇨ Joins: Lumien
(~lumien@p57972DB6.dip0.t-ipconnect.de)
L272[08:56:45] <gjgfuj> What... Have I
done.
L273[09:00:11] ⇦
Quits: Yepoleb (~quassel@178-190-228-72.adsl.highway.telekom.at)
(Killed (chaos.esper.net (Nickname regained by
services)))
L274[09:00:12]
⇨ Joins: Yepoleb
(~quassel@91-115-116-130.adsl.highway.telekom.at)
L275[09:02:09] ***
Pwootage|Off is now known as Pwootage
L276[09:08:28] <robhol> .scala - say no
more!
L277[09:08:30] *
robhol hides
L278[09:11:53] ***
Pwootage is now known as Pwootage|Off
L279[09:13:31] ⇦
Quits: TabletCube (~TCube@90.198.128.74) (Read error: Connection
reset by peer)
L280[09:13:32]
⇨ Joins: CompanionCube (~TCube@90.198.128.74)
L281[09:18:26] ⇦
Quits: CompanionCube (~TCube@90.198.128.74) (Ping timeout: 186
seconds)
L282[09:24:43] <gjgfuj> .p
L283[09:25:23] <^v> Ping reply from gjgfuj
39.26s
L284[09:25:35] <gjgfuj> Yep.
L285[09:25:38] <gjgfuj> Sounds....
L286[09:25:41] <gjgfuj> Good there.
L287[09:51:49]
⇨ Joins: EvaKnievel (~EvaKnieve@hq.scale-up.com)
L288[10:09:31] ⇦
Quits: progwml6|L (~progwml6@n2-198-175.resnet.drexel.edu) (Ping
timeout: 183 seconds)
L289[10:12:06]
⇨ Joins: progwml6
(~progwml6@n2-198-175.resnet.drexel.edu)
L290[10:21:48]
⇨ Joins: Timmy94 (~Timmy94@46.115.24.113)
L291[10:28:49] ⇦
Quits: Timmy94 (~Timmy94@46.115.24.113) (Ping timeout: 195
seconds)
L292[10:41:58] ⇦
Quits: manmaed|AFK (~Ender@5ec2fc85.skybroadband.com) (Ping
timeout: 189 seconds)
L293[10:44:25]
⇨ Joins: manmaed|AFK
(~Ender@bcdd66af.skybroadband.com)
L294[10:45:15] ***
manmaed|AFK is now known as manmaed
L295[10:46:55] ***
Cruor|Away is now known as Cruor
L296[10:50:53] ***
Pwootage|Off is now known as Pwootage
L297[10:51:56] <shadowkatstudios> Ugh,
this is like whacking my head against a brick wall- I've done 3
installs, and 3 times the nvidia-340xx driver has failed to
start.
L298[10:56:33] *
vifino waves to shadowkatstudios
L299[10:58:55]
⇨ Joins: asie
(~asie@apn-77-114-45-9.dynamic.gprs.plus.pl)
L300[10:58:55]
zsh sets mode: +v on asie
L301[11:00:43] ***
Pwootage is now known as Pwootage|Off
L302[11:08:39] *
shadowkatstudios waves to vifino
L303[11:09:14] <vifino> How are you? And
more importantly, why are you 'shadowkatstudios' not
ShadowKatStudios?
L304[11:09:39] <shadowkatstudios> I am
terrible, and I'm lowercase because irssi on lain
L305[11:10:01] <vifino> Oh?
L306[11:10:10] <vifino> Why are you
terrible? I thought you are nice :o
L307[11:10:29] <shadowkatstudios> And I am
feeling terrible because I'm trying to make Xorg work
L308[11:10:56] <shadowkatstudios> Ever see
that graph on XKCD about quality of live vs. time since editing
/etc/Xorg/Xorg.conf ?
L309[11:11:34] <vifino> Nope?
L310[11:11:40] <shadowkatstudios> Google
it.
L311[11:11:52] <vifino> shadowkatstudios:
Did you 'nvidia-xconfig'=
L312[11:11:54] <vifino> *?
L313[11:12:01] <shadowkatstudios> I has it
fixed now
L314[11:12:05] <vifino> \o/
L315[11:12:25] <shadowkatstudios>
Hopefully.
L316[11:14:44] ⇦
Quits: Magik6k (~Magik6k@host-89-228-224-53.kalisz.mm.pl) (Quit:
Leaving)
L317[11:16:26] ⇦
Quits: asie (~asie@apn-77-114-45-9.dynamic.gprs.plus.pl) (Ping
timeout: 186 seconds)
L318[11:18:02] ⇦
Quits: Lumien (~lumien@p57972DB6.dip0.t-ipconnect.de) (Quit:
Nettalk6 - www.ntalk.de)
L319[11:26:29] <shadowkatstudios> So I
forgot to install gcc. Go me.
L320[11:26:49] <vifino> :o
L322[11:30:09] <vifino> shadowkatstudios:
:p
L323[11:31:53] <shadowkatstudios>
Compiling C++ is shit-slow, can't wait till I get an E7400
L324[11:32:11] ***
Hobbyboy|Sleep is now known as Hobbyboy
L325[11:35:00] <shadowkatstudios> I really
hope Wayland is easier to config than X11
L326[11:35:19] <vifino> Never used
wayland
L327[11:39:51] <shadowkatstudios> Okay,
installing steam an Java, time to fix Firefox (i.e. Get rid of 29.0
interface downgrades)
L328[11:43:27] <vifino> How to fix
firefox: Get Chrome
L329[11:43:30] <vifino> :p
L330[11:43:45] <shadowkatstudios> But
chrome is shit. If I was going to use chrome, I would use
chromium.
L331[11:43:46] ⇦
Quits: shadowkatstudios (~shadowkat@210.1.213.55) (Quit:
leaving)
L332[11:44:09] ***
SKS-Away is now known as ShadowKatStudios
L333[11:44:10] <ShadowKatStudios> Hi from
my more or less functional desktop by the way
L334[11:44:39] <vifino> \o/
L335[11:51:21] <ShadowKatStudios> It's
nice to know it isn't my primary drive making that ominous clicking
noise
L336[11:51:31] <ShadowKatStudios> SATA
shouldn't be hot-plugged, should it?
L337[11:52:09] <vifino> Errr.. no?
L338[11:52:26] <ShadowKatStudios> Mmmk,
I'll wait to reboot before re-attaching my anime drive.
L339[11:56:28] <ShadowKatStudios>
*clickclickclickclickclickclick* That's my HDD making thatn
oise.
L340[11:58:12] <ShadowKatStudios> Should I
use my old drive as an anime drive? I sorta want to avoid that- it
runs way hot...
L341[11:58:38] ⇦
Quits: jgile2 (~jgile2@c122-108-189-162.rochd4.qld.optusnet.com.au)
(Ping timeout: 189 seconds)
L342[12:14:17] <vifino> ShadowKatStudios:
if it runs hot, it needs more liquid nitrogen
L343[12:19:28] ***
alekso56_off is now known as alekso56
L344[12:39:38] ***
Pwootage|Off is now known as Pwootage
L345[12:43:41] ***
DeanIsGone is now known as DeanIsaKitty
L346[12:43:44] ⇦
Quits: VikeStep
(~VikeStep@CPE-58-165-33-117.lns1.lon.bigpond.net.au) (Quit:
Leaving)
L347[12:49:31] ***
Pwootage is now known as Pwootage|Off
L348[12:50:57] <ShadowKatStudios>
DeanIsaKitty! \o/
L349[12:51:07] <DeanIsaKitty> Hey Shadow
:)
L350[12:51:20] *
DeanIsaKitty cuddles ShadowKatStudios
L351[12:51:32] <ShadowKatStudios> I've
finally managed to get Linux working for more than 10 minutes on my
new HDD :D
L352[12:51:36] *
ShadowKatStudios cuddles DeanIsaKitty
L353[12:53:03] <vifino> DeanIsaKitty!
\o/
L354[12:53:12] <ShadowKatStudios> Oh yeah,
there's a new CoD game coming out.
L355[12:53:19] <ShadowKatStudios> I'm
making a note here: Avoid that game.
L356[12:54:01] <ShadowKatStudios> For the
good of all of us, except the ones that are peasants.
L357[12:56:33]
⇨ Joins: Vaht
(~Tahg@pool-96-233-104-191.bstnma.fios.verizon.net)
L358[12:57:25] <ShadowKatStudios> Back in
a sec, gotta pretend to be asleep
L359[12:58:05] ***
ShadowKatStudios is now known as SKS-Away
L360[12:58:22] ⇦
Quits: Tahg (~Tahg@pool-96-233-104-191.bstnma.fios.verizon.net)
(Ping timeout: 189 seconds)
L361[13:11:16] ***
SKS-Away is now known as ShadowKatStudios
L362[13:12:06] <ShadowKatStudios> I have
returned.
L363[13:14:20] <vifino> You did.
L364[13:14:43] <ShadowKatStudios>
Indeed.
L365[13:21:17] <ShadowKatStudios> Oh yeah,
DeanIsaKitty, sorry I haven't replied to stuff through the day-
I've had my phone turned off for 3 days.
L366[13:24:35] <DeanIsaKitty> Its ok
;)
L367[13:26:12] <Ender> \o/ DO balance
restored to positive numbers
L368[13:26:24]
⇨ Joins: Kubuxu
(~Kubuxu@178.182.148.176.nat.umts.dynamic.t-mobile.pl)
L369[13:27:23] <ShadowKatStudios> yay, new
processor (C2D 7400) some time this week
L370[13:27:33] <ShadowKatStudios> Ender:
DO?
L371[13:29:14] <Ender> Digital Ocean
L372[13:29:52] <ShadowKatStudios>
Ah.
L373[13:32:58] <ShadowKatStudios> You
don't notice it, but a lot of people must have VPSes... Weird,
never thought of it...
L374[13:38:24] ***
DeanIsaKitty is now known as DeanIsGone
L375[13:41:18] ***
Techokami|Off is now known as Techokami
L376[13:41:44] <Vexatos> Yay
L377[13:41:55] <Vexatos> I just fixed up
Kenny's old CompViewer
L378[13:42:03] <Vexatos> Caitlyn ^
L379[13:42:03] <Vexatos> :P
L380[13:42:59] <vifino> gamax92. omg
V
L381[13:43:00] <vifino> er
L383[13:43:05]
⇨ Joins: skyem123 (skyem123@5.150.100.90)
L384[13:43:05] <gamax92> ehat
L385[13:43:16] <gamax92> vifino: were you
stalking my away status?
L386[13:43:19] <vifino> ohai gamax92
:D
L387[13:43:22] <vifino> gamax92: no
L388[13:43:33] <vifino> i just sent it to
you to read it later
L389[13:43:58] <gamax92> Yeah I've known
about that
L390[13:44:16] <vifino> gamax92: also the
lv2 ver?
L391[13:44:21] <vifino> meeeh
L392[13:45:23] <vifino> gamax92: do you
know an external soundcard with a wavetable synth inbuild?
L393[13:45:53] <gamax92> why do you need
to go the hardware route
L394[13:46:03] <vifino> gamax92: just
answer
L395[13:46:10] <gamax92> well no
L396[13:46:39] <vifino> gamax92: i thought
you know anything ;-;
L397[13:46:49] ***
gamax92 is now known as Google
L398[13:47:07] <Google> :O, mine
L399[13:47:11] <Google> I now own
google
L400[13:47:18] <vifino> I owned google
once
L401[13:47:23] <vifino> but i didnt use
it
L402[13:47:47] <ShadowKatStudios> vifino:
You have that fancy schmancy external PCIe thingy, don't you?
L403[13:47:57] <vifino> ShadowKatStudios:
wat?
L404[13:48:14] <vifino> you mean
thunderbolt? yes
L405[13:48:36] <ShadowKatStudios> Get a
PCIe soundcard then...
L406[13:48:49] <ShadowKatStudios> Or a
desktop :P
L407[13:48:58] <vifino> ;-;
L408[13:49:04] <Google> ohai
ShadowKatStudios
L409[13:49:22] ***
Google is now known as gamax92
L410[13:49:30] <ShadowKatStudios> Hi
Google, I'm assuming you want my soul?
L411[13:49:34] <gamax92> yes
L412[13:50:07] <ShadowKatStudios> Sorry, I
use firefox in incognito mode, my soul is mine :>
L413[13:50:35] <gamax92> does incognito
mode in firefox not tell you, you aren't safe even though?
L414[13:51:04] <gamax92> vifino: so, i
gonna amSynth
L415[13:51:12] <vifino> gamax92: i have
it
L416[13:51:16] <vifino> its k
L417[13:51:19] <ShadowKatStudios> Oh,
google gets someone else's soul because pseudonyms
L418[13:51:33] <gamax92> vifino: but it
can midi?
L419[13:51:43] <vifino> gamax92: ;-;
L420[13:51:50] <vifino> amsynth can midi
q_q
L421[13:51:54] <gamax92> I like garbage
sounding things
L422[13:52:00] <vifino> so does
qsynth
L423[13:52:06] <vifino> or timidity
L424[13:52:21] <gamax92> don't qsynth and
timidity use soundfonts, i.e samples
L425[13:52:30] <vifino> yes
L426[13:52:35] <ShadowKatStudios> So you
guys use actual off-board soundcards or software?
L427[13:52:55] <vifino> i use software,
but i want an actual synthesizer
L428[13:52:59] <gamax92> well i mean i
have timidity driving a sf2 for midi
L429[13:53:06] <gamax92> if you have
windows, theres still software midi
L430[13:53:11] <gamax92> gm.dls!
L431[13:53:21] <vifino> ;-;
L432[13:54:01] <ShadowKatStudios> I knew
someone that used this fancy sound setup with RCA out of his
computer and shit. He was a prick.
L433[13:54:50] <vifino> macs got optical
audio shit, its kewl
L434[13:55:13] <vifino> incase you need a
flashlight, just turn up the volume
L435[13:56:37] <ShadowKatStudios> The sort
of person that had the opening music for 20th Centuary Fox as his
computer startup music, as if what he did was check his shitty
Outlook and fuck with word. Wow, I really dislike that guy.
L436[13:57:04] ***
Benguin[ZzZ] is now known as Benguin
L437[13:57:09] <ShadowKatStudios>
wait
L438[13:57:25] <vifino> Wait for
what?
L439[13:57:28] <ShadowKatStudios>
s/was/was more important than
L440[13:57:28] <MichiBot>
ShadowKatStudios: wait
L441[13:57:31] <vifino> gamax92:
doom?
L442[13:57:40] <gamax92> i have
school
L443[13:57:45] <vifino> gamax92: ;-;
L444[13:57:50] <ShadowKatStudios> Same
thing.
L445[13:58:12] <gamax92> s/./apples/
L446[13:58:12] <MichiBot> gamax92: apples
have school
L447[13:58:46] <Vexatos> Well this is
going to be a pain
L448[13:58:58] <Vexatos> I need to test
Computronice 1.3 with ComputerCraft now ):
L449[13:59:04] <Vexatos>
Computronics*
L450[13:59:15] <gamax92>
Computronice!
L451[13:59:20] <Vexatos> Hehe
L452[13:59:35] <ShadowKatStudios> eeewww
CC
L453[13:59:52] <gamax92> theres like one
thing i miss from CC, and thats fast graphics
L454[14:00:48] ⇦
Quits: EvaKnievel (~EvaKnieve@hq.scale-up.com) (Quit:
bye)
L455[14:01:06] <gamax92> vifino: XD
L456[14:01:07] <gamax92> it sounds so
bad
L457[14:01:12] <Vexatos> gamax92, go make
your own T4 GPU
L458[14:01:29] <gamax92> Vexatos: I want
to make a terminal card.
L459[14:01:30] <vifino> gamax92: wat
sounds so bad
L460[14:01:33] <gamax92> amSynth
L461[14:01:36] <vifino> yes
L462[14:01:38] <vifino> horribad
L463[14:02:22] <gamax92> vifino: its
really noisy
L464[14:02:23] <Vexatos> Does anyone want
to test by chance?
L465[14:02:27] <gamax92> Vexatos:
what
L466[14:02:36] <Vexatos> You'll only need
AsieLib, Computronics, ComputerCraft and EnderIO
L468[14:07:57] <gamax92> vifino: oh and
then i made it sound good
L469[14:08:19] <vifino> gamax92: sample or
didnt happen
L470[14:08:41] <gamax92> well i do need
like actual midis
L471[14:09:34] <vifino> gamax92: get
some
L472[14:09:38] <vifino> from doom
L473[14:10:05] <gamax92> you are
doomist
L474[14:10:23] ***
Pwootage|Off is now known as Pwootage
L475[14:10:23] <ShadowKatStudios> How much
would I break time if I went back in time and killed Shakespeare
before he wrote Merchant of Venice?
L476[14:10:49] <vifino> gamax92: yes
L477[14:10:56] <vifino> I am a
doomochrist
L478[14:11:01] <vifino> :3
L479[14:11:21] <Vexatos> ShadowKatStudios,
7
L480[14:11:28] <vifino> Vexatos: 6
L481[14:11:32] <gamax92> :< why is it
playing drums on any waveform that is not noise.
L482[14:11:46] <ShadowKatStudios> 5?
L483[14:12:06] <Vexatos>
>inb4<<
L484[14:13:43] <vifino> gamax92: playing
doom on 'full ultra violence' and haven't lost health yet
L485[14:15:46] <gamax92> ^v: Does Vexatos
love CC?
L486[14:15:46] <^v> gamax92, Outlook not
so good
L487[14:17:31] ⇦
Quits: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com)
(Ping timeout: 183 seconds)
L488[14:18:35] ***
Cazzar|Away is now known as Cazzar
L489[14:18:39] <gamax92> "-*status-
*** [Announcement] Pisces Users: the host seems to have stability
issues, we do have plans to move the server to alot stable host
this month."
L490[14:18:40] <gamax92> >alot
L491[14:20:12] ***
Pwootage is now known as Pwootage|Off
L492[14:20:26] <vifino> gamax92: do you
still need a bnc?
L493[14:20:32] <gamax92> no
L494[14:21:02] <gamax92> actually, i just
realized that sentence doesn't even make sense, given "a
lot"
L495[14:31:44]
⇨ Joins: asie
(~asie@078088168214.elblag.vectranet.pl)
L496[14:31:44]
zsh sets mode: +v on asie
L497[14:39:07] ***
ShadowKatStudios is now known as SKS-Away
L498[14:43:23] <Ender> .p
L499[14:43:24] <^v> Ping reply from Ender
0.55s
L500[14:48:15] ***
zz_Agoldfish is now known as Agoldfish
L501[15:09:52] ⇦
Quits: Forecaster (~Forecaste@83.223.1.173) (Ping timeout: 195
seconds)
L502[15:18:10] <Daiyousei> lol eSpeak api
is derp
L503[15:18:22] <Daiyousei> >makes it
say "Hello World"
L504[15:18:28] <Daiyousei> >gets
"Hello World Circumflex"
L505[15:22:11] <Ender> wut
L506[15:22:13] <Ender> lol
L507[15:22:22] <Vexatos> eDerp?
L508[15:22:32] <Daiyousei> yes
L509[15:23:26] <vifino> Daiyousei: espeak
topkek.png
L510[15:23:55] <Daiyousei> "your
mommilf"
L511[15:23:58] <Daiyousei> espeak
pls
L512[15:24:14] <vifino> 'milf'
L513[15:24:17] <vifino> geegee
L514[15:25:36]
⇨ Joins: Vexaton
(~Vexatos@p200300556E319A0869E686B4672E83A5.dip0.t-ipconnect.de)
L515[15:25:36]
zsh sets mode: +v on Vexaton
L516[15:25:44] ***
alekso56 is now known as alekso56_off
L517[15:27:38] ⇦
Quits: Vexatos
(~Vexatos@p200300556E319A8769E686B4672E83A5.dip0.t-ipconnect.de)
(Ping timeout: 189 seconds)
L518[15:28:25] ***
Vexaton is now known as Vexatos
L519[15:34:53] ***
Agoldfish is now known as Agoldfish|Away
L520[15:36:05]
⇨ Joins: AtomSponge
(~AtomSpong@aftr-37-201-226-252.unity-media.net)
L521[15:38:25]
⇨ Joins: Forecaster (~Forecaste@83.223.1.173)
L522[15:38:27]
⇨ Joins: Lumien
(~lumien@p57972DB6.dip0.t-ipconnect.de)
L523[15:41:08] ***
Pwootage|Off is now known as Pwootage
L524[15:51:02] ***
Pwootage is now known as Pwootage|Off
L525[16:05:03] ***
Nentify|away is now known as Nentify
L526[16:07:37] ⇦
Quits: JZTech101 (jztech101@crabhost.org) (Ping timeout: 195
seconds)
L527[16:10:04]
⇨ Joins: JZTech101 (jztech101@crabhost.org)
L528[16:10:54]
⇨ Joins: aligator
(webchat@p5499D327.dip0.t-ipconnect.de)
L529[16:15:55] ⇦
Quits: aligator (webchat@p5499D327.dip0.t-ipconnect.de) (Quit: Web
client closed)
L530[16:26:53]
⇨ Joins: foxzoolm
(webchat@i15-les01-ix2-31-37-12-45.sfr.lns.abo.bbox.fr)
L531[16:27:01] <foxzoolm> hi
L532[16:27:36] <foxzoolm> own connect OC
with ME_controler ?
L533[16:28:02] <foxzoolm> via adapter ?
but no "me_controler" in components list
L534[16:28:12] <foxzoolm> (OC 1.4
rc1)
L535[16:29:05] <Ender> foxzoolm: what AE2
version do you have?
L536[16:30:48] ⇦
Quits: Kubuxu
(~Kubuxu@178.182.148.176.nat.umts.dynamic.t-mobile.pl) (Quit:
AndroIRC - Android IRC Client ( http://www.androirc.com
))
L537[16:36:29] <foxzoolm> ender : ae2 rv1
37
L538[16:37:23] <Ender> hmm, could you post
a screenshot of your setup?
L539[16:40:58] <foxzoolm> ?
L540[16:41:12] <vifino> Sangar: did you
know that oc.cil.li is vulnerable to POODLE attacks?
L541[16:41:26] <foxzoolm> adapter just
close from me_controler
L542[16:41:33] <Ender> foxzoolm: could you
take a screenshot of it?
L543[16:41:47] <foxzoolm> where post it
after ?
L544[16:42:21] <Ender> take one with F2
then put it on somehwere like imgur.com and paste the link in
here
L545[16:42:28] <foxzoolm> ok
L547[16:45:58] <foxzoolm> imgur need
register
L548[16:46:18] <Ender> ah
L549[16:46:25] <Ender> also hmm
L550[16:46:30] <Ender> that should work, i
think
L551[16:46:53] <Ender> could you try
putting an ME interface next to it and see if that shows up?
L552[16:47:29] <Sangar> o/
L553[16:47:50] <Ender> \po
L554[16:47:51] <Vexatos> vifino is saying
things
L555[16:47:54] <Ender> \o *
L556[16:47:55] <Vexatos> Ender: op/
L557[16:48:06] <Vexatos> oq/*
L558[16:48:52] <Sangar> vifino, i had to
look that up, and no i did not, and yell at Ir7_o about it :P
L559[16:49:04] <vifino> ._.
L560[16:50:01] <foxzoolm> ender : I can
acceed to me_controler via inventory_controler... but I'll try with
me_interface
L561[16:50:36]
⇨ Joins: Kubuxu
(~Kubuxu@dynamic-78-8-47-98.ssp.dialog.net.pl)
L562[16:52:55]
⇨ Joins: Kubuxu_Mobile
(~Kubuxu@178.182.148.176.nat.umts.dynamic.t-mobile.pl)
L563[16:53:35] <Ender> foxzoolm: i have to
go, direct your questions to Sangar seeing as he is here now
L564[16:56:02] ⇦
Quits: Kubuxu (~Kubuxu@dynamic-78-8-47-98.ssp.dialog.net.pl) (Ping
timeout: 186 seconds)
L565[16:59:29] <Sangar> foxzoolm, i just
checked again, and it's working fine for me using rv1 stable and oc
rc1
L566[16:59:48] <Sangar> maybe try updating
to ae2 rv1 stable from the last beta build
L567[17:01:32] <Vexatos> Hey Sangar: I saw
you have got the most useless Driver you can make in OC
L568[17:01:42] <Vexatos> (The Capacitor
Driver)
L569[17:02:00] <Vexatos> It literally has
two callback functions both of which already are in your
DriverEnergyHandler :D
L570[17:02:36] <Sangar> hmm?
L571[17:02:45] <Vexatos> Check your
DriverEnergyHandler
L572[17:02:49] <Vexatos> and your
DriverCapacitor
L573[17:02:52] <Sangar> what mods
L574[17:02:57] <Vexatos> EnderIO /
CoFH
L575[17:03:01] <Sangar> ah
L576[17:03:13] <Vexatos> The
DriverCapacitor is /very/ useless
L577[17:03:14] <Sangar> i guess that's
from before eio used rf then
L578[17:03:19] <Vexatos> It might be
L579[17:03:31] <Vexatos> But that
DriverEnergyHandler at least saved me a little time for my EnderIO
integration, only had to copy it for ComputerCraft
L580[17:03:42] <Sangar> :P
L581[17:03:44] <Vexatos> So much EIO
integration it crashes the Lua interpreter
L582[17:03:58] <Sangar> yeah
L583[17:03:59] <Vexatos> And even the
CompViewer on a tier 1 screen
L584[17:04:05] <Vexatos> tier 1 GPU*
L585[17:04:29] <Vexatos> Well, I also
updated the CompViewer today
L586[17:04:34] <Vexatos> To use
component.doc
L587[17:04:36] <Vexatos> \o/
L588[17:09:07] <Sangar> way too productive
:P
L589[17:15:52] <gamax92> ohai Sangar
L590[17:16:09] <Sangar> evenin'
L591[17:16:14]
⇨ Joins: Magik6k
(~Magik6k@host-89-228-224-53.kalisz.mm.pl)
L592[17:18:15] <gamax92> Sangar: is it
possible for the gpu to internally combine operations before the
end of a tick?
L593[17:19:50] <Sangar> the gpu itself,
no, you'd have to do that before setting stuff on it. the
textbuffer (which is used in screens and actually stores the text)
sort-of does this, but only for the commands that are sent to the
clients (on the server it's also set immediately)
L594[17:20:30] <gamax92> :I well, time to
figure out a new protocol for my Terminal Driver
L595[17:22:22]
⇨ Joins: sciguyryan
(sciguyryan@109-205-169-134.dynamic.swissvpn.net)
L596[17:22:32] <gamax92> Sangar: trying to
combine multiple characters into one set
L597[17:23:40] <Sangar> for your
arch?
L598[17:25:33] <vifino> gamax92:
":-P" -- Albert Einstein
L599[17:29:06] ⇦
Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Remote host
closed the connection)
L600[17:35:34] ⇦
Quits: phillips1012 (~phillips1@72.42.104.172) (Ping timeout: 189
seconds)
L601[17:36:46]
⇨ Joins: TabletCube (~TCube@94.7.14.145)
L602[17:37:26]
⇨ Joins: mindstorm8191
(~IceChat77@162-203-90-21.lightspeed.lsvlky.sbcglobal.net)
L603[17:40:44]
⇨ Joins: Jake_Evans
(~Jake_Evan@host86-134-165-64.range86-134.btcentralplus.com)
L604[17:41:30]
⇨ Joins: CompanionCube (~TCube@94.7.12.129)
L605[17:42:56] ⇦
Quits: TabletCube (~TCube@94.7.14.145) (Ping timeout: 189
seconds)
L606[17:44:23] <Ender> i'm back
L607[17:44:40]
⇨ Joins: Qanthelas_TheTester
(~Qanthelas@209.45.43.195)
L608[17:45:20] <Ender> and dinner,
afk
L609[17:45:58] ***
Qanthelas_TheTester is now known as Qanthelas
L610[17:46:36]
⇨ Joins: Kubuxu (~Kubuxu@78.9.7.28)
L611[17:55:06]
⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L612[17:55:49] ***
Agoldfish|Away is now known as zz_Agoldfish|Away
L613[17:56:31] ***
Pwootage|Off is now known as Pwootage
L614[17:57:17] ***
alekso56_off is now known as alekso56
L615[17:58:20] ⇦
Quits: CompanionCube (~TCube@94.7.12.129) (Ping timeout: 189
seconds)
L616[18:00:17] <Pwootage> Morning!
L617[18:00:21] <Pwootage> ./early
afternoon for some of you
L618[18:00:32]
⇨ Joins: CompanionCube (~samis@94.3.195.133)
L619[18:05:07] <Ender> Evening here
L620[18:05:07] ⇦
Quits: Kubuxu_Mobile
(~Kubuxu@178.182.148.176.nat.umts.dynamic.t-mobile.pl) (Write
error: Broken pipe)
L621[18:06:14] <Kubuxu> Complete night
here
L622[18:16:35] <CompanionCube> Ender, lol
sky contacted me about a trial thing
L623[18:16:48] <Ender> a what?
L624[18:17:01] <CompanionCube> something
about 'valuable contributions' and 'customer trial'
L625[18:17:10] <Ender> cool
L626[18:17:15] <CompanionCube> dunno if
eligible#
L627[18:20:56] <Pwootage> ugh, chrome is
using so much memory... :(
L628[18:26:13] ***
Pwootage is now known as Pwootage|Off
L629[18:27:04] ***
Pwootage|Off is now known as Pwootage
L630[18:36:54] ⇦
Quits: AtomSponge (~AtomSpong@aftr-37-201-226-252.unity-media.net)
(Quit: Leaving)
L631[18:37:17]
⇨ Joins: AtomSponge
(~AtomSpong@aftr-37-201-226-252.unity-media.net)
L632[18:39:35] <Pwootage> Step 1: Disable
one of my two adblockers, step 2: Save 300+mb of ram
L633[18:40:43] <v^> dayum
L634[18:40:55] <v^> since when does an ad
blocker use that much
L635[18:41:13] <CompanionCube> also
L636[18:41:16] <v^> literally all it has
to do is regex a page
L637[18:41:28] <CompanionCube> >someone
thinks you can only have 1 router per phoneline
L638[18:41:37] <CompanionCube> I had to
make a reply and correct them to fight the stupid.
L639[18:41:51] <Caitlyn> ABP+ is using a
whole 64mb...
L640[18:42:01] <Caitlyn> yes P+ :P
L641[18:42:24] <Pwootage> it shoves a ton
of css into every browser tab
L642[18:43:09] ***
DeanIsGone is now known as DeanIsaKitty
L643[18:44:14] *
vifino hugs DeanIsaKitty
L645[18:45:46] *
vifino pokes DeanIsaKitty
L646[18:45:54] *
CompanionCube pokes vifinp
L647[18:45:55] <vifino> :(
L648[18:45:58] <CompanionCube>
*vifino
L649[18:46:03] *
vifino hugs CompanionCube
L650[18:50:37] ***
Pwootage is now known as Pwootage|Off
L651[18:57:25] ***
DeanIsaKitty is now known as DeanIsGone
L652[19:01:53] <gamax92> vifino
L653[19:02:08] <vifino> gamax92
L654[19:02:17] <gamax92> k
L655[19:07:38] <gamax92> ^v: Does
Techokami own a guitar?
L656[19:07:38] <^v> gamax92, Outlook
good
L657[19:07:49] <Techokami> gamax92, no I
do not
L658[19:08:10] <gamax92> ^v: Is Techokami
lying?
L659[19:08:10] <^v> gamax92, Without a
doubt
L660[19:08:15] <Techokami> what
L661[19:08:22] <Techokami> I'm telling the
truth
L662[19:08:29] <Techokami> I don't own a
guitar
L663[19:08:44] <gamax92> :P
L664[19:09:10] <Techokami> ^v: Is gamax92
hassling me?
L665[19:09:11] <^v> Techokami, It is
decidedly so
L666[19:09:16] <Techokami> well then
L667[19:09:37] <gamax92> Techokami:
:<
L668[19:10:00] <Techokami> so how's the
6502 addon comming? :D
L669[19:10:23] <gamax92> oh, i have to
code something to test out the bank switching and signal
device.
L670[19:10:32] <gamax92> and I need a
components device
L671[19:11:19] <Techokami> be glad you're
not working with the 65816
L672[19:11:29] <Techokami> the memory
addressing on that thing is messed up
L673[19:11:40] <gamax92> Techokami: wanna
cc65?
L674[19:11:51] <Techokami> a C
compiler?
L675[19:12:00] <gamax92> I don't want to
asm ;-;
L676[19:12:39] <Techokami> well, you're
going to need to ASM for the lowest level shit, but once you get
that framework going, you COULD squeeze C onto the 6502
L677[19:13:59] <CompanionCube> lowest
level shit? like?
L678[19:14:04] <gamax92> ^
L679[19:14:23] <Techokami> the BIOS and
boot code
L680[19:14:33] <gamax92> which can be done
in C
L681[19:14:48] <gamax92> pls, no BIOS and
boot code, just boot code
L682[19:14:50] <Techokami> well, if you
want to do it all in C, go right ahead
L683[19:15:39] <gamax92> oh, the guy who
did ehbasic, is dead
L684[19:15:56] <Techokami> yeah :(
L685[19:16:13] <Techokami> I found out
about it a few weeks after it happened
L686[19:16:20] <Techokami> guy was
talented
L687[19:16:24] <Techokami> and he died
young
L688[19:16:30] <gamax92> 49?
L689[19:16:34] <Techokami> yeah
L690[19:17:03] <Techokami> as such, the
last release of EhBasic is actually lost
L691[19:17:21] <Techokami> you have to
search hard for an older release
L692[19:19:48] ⇦
Quits: foxzoolm
(webchat@i15-les01-ix2-31-37-12-45.sfr.lns.abo.bbox.fr) (Quit: Web
client closed)
L693[19:25:58] ⇦
Quits: Kubuxu (~Kubuxu@78.9.7.28) (Ping timeout: 183
seconds)
L694[19:26:07]
⇨ Joins: Kubuxu
(~Kubuxu@dynamic-87-105-140-76.ssp.dialog.net.pl)
L695[19:37:41] <Vexatos> Hey Sangar, you
here?
L696[19:43:05] ***
skyem123|ZZZ is now known as skyem123
L697[20:00:35] ***
Pwootage|Off is now known as Pwootage
L698[20:06:17] ***
SKS-Away is now known as ShadowKatStudios
L699[20:07:05] <ShadowKatStudios> o/
Morning
L700[20:07:56] <skyem123> Good evening
from the land of UCT.
L701[20:08:58] <ShadowKatStudios> So all
my steam games finished downloading.
L702[20:09:06] <ShadowKatStudios> This is
a triumph.
L703[20:10:12] <gjgfuj> hmm.
L704[20:10:15] <gjgfuj> Well......
L705[20:10:25] <gjgfuj> I've nearly
finished w/ my new architecture.
L706[20:13:08] <vifino> ShadowKatStudios!
\o/
L707[20:13:16] *
vifino hugs ShadowKatStudios
L708[20:13:19] <Pwootage> oookkkk....
Apparently I'm using 5.3gb of RAM, but if I add up all the
processes, I only get about 3.8gb
L709[20:13:32] <skyem123> Pwootage, are
you using linux?
L710[20:13:41] <Techokami> gjgfuj, what
CPU are you using? :O
L711[20:13:43] <ShadowKatStudios> vifino:
I would appreciate it if you wouldn't.
L712[20:13:44] <Pwootage> (i'm speaking of
program memory + kernel memory as far as I can tell)
L713[20:13:44] <Pwootage> OSX
L714[20:13:46] <Pwootage> This is
excluding cached disk
L715[20:13:55] <vifino> ShadowKatStudios:
Why? :'(
L716[20:14:00] <gjgfuj> Techokami: what do
you mean?
L717[20:14:11] <Techokami> <gjgfuj>
I've nearly finished w/ my new architecture.
L718[20:14:19] <ShadowKatStudios> Because
rasins.
L719[20:14:27] <Techokami> I assume that
means a CPU arch for OpenComputers
L720[20:14:58] <Techokami> those things
get me really interested :O
L721[20:15:20] <ShadowKatStudios> By the
time I finish copying all my files, I'll have 200GB left. At the
moment, I have 400GB left. I haven't copied my anime yet.
L722[20:15:26] <Techokami> so I'm curious
as to what you're cooking up
L723[20:15:56] <Pwootage> skyem123: why do
you ask, out of curiosity?
L724[20:15:58] <gjgfuj> Ah, yes.
L725[20:16:00] <gjgfuj> It is.
L726[20:16:04] <vifino> ShadowKatStudios:
I would really want a hug from you, power died and I am helpless,
fridge and freezer out of power, waterdamage continues to grow.
:'(
L727[20:16:19] <gjgfuj> It's basically
Component Control language.
L728[20:16:27] <skyem123> Pwootage, linux
borrows ram for HDD caching.
L729[20:16:33] <gjgfuj> So... It has only
the power to control components.
L730[20:16:33] <Techokami> never heard of
that language. :o
L731[20:16:42] <Pwootage> skyem123: so
does OSx, but i wasn't including it. Best thing ever about linux,
btw.
L732[20:16:44] <gjgfuj> I am wondering
what people can do with it though.
L733[20:16:56] <gjgfuj> It's /probably/
powerful enough to handle these.
L734[20:16:56] ⇦
Quits: mindstorm8191
(~IceChat77@162-203-90-21.lightspeed.lsvlky.sbcglobal.net) (Ping
timeout: 189 seconds)
L735[20:17:11] <gamax92> Techokami: first
test of custom rom!
L736[20:17:27] <gamax92> aaaand
crash!
L737[20:17:28] <Pwootage> Linux's (and
OSx's) disk caching + ssd = :D
L738[20:17:29] <gamax92> :D
L739[20:18:03] <gjgfuj> I have the
interpreter all coded and everything. In fact, it's basically
finished! Not sure whether to allow the architecture to load on the
regular cpus or not.
L740[20:18:14] <gjgfuj> Hmm....
L741[20:18:38] <gjgfuj> Nonetheless,
whatever is decided there, I'm still gonna add my own CPU item for
it.
L742[20:19:02] <gamax92> gjgfuj: what'd
arch you write
L743[20:19:20] <Pwootage> I wonder if it
just isn't purging pages or something.... whatever, worry about
this later
L744[20:19:41] <gjgfuj> All the code is
here, fyi.
L746[20:19:44] <Pwootage> back to
sor1k
L747[20:22:26] ⇦
Quits: Kubuxu (~Kubuxu@dynamic-87-105-140-76.ssp.dialog.net.pl)
(Ping timeout: 186 seconds)
L748[20:22:54] <vifino> ShadowKatStudios:
Can't you just give me a hug? :'(
L749[20:23:05] <ShadowKatStudios>
nope
L750[20:23:10] <vifino> :(
L751[20:23:13] <ShadowKatStudios>
wait
L752[20:23:15] <ShadowKatStudios>
wat
L753[20:23:18] <ShadowKatStudios> water
damage?
L754[20:23:32] <vifino> Yes, hit the power
lines
L755[20:23:32] <ShadowKatStudios> I was
making a hot chocolate because I'm out of sft drinks
L756[20:23:56] <Pwootage> Anyone know of
good, free public CI hosting systems? I've heard of travis, not
really used it myself
L757[20:24:00] <skyem123>
ShadowKatStudios, hot chocolate! \o/
L758[20:24:21] ⇦
Quits: Lunatrius (~Lunatrius@77.38.103.182) (Ping timeout: 183
seconds)
L759[20:24:26] *
ShadowKatStudios hugs vifino
L760[20:24:28] <Pwootage> Not a big fan of
hot chocolate... drinks should be cold, not hot. :(
L761[20:24:32] <vifino> :o
L762[20:24:36] <Pwootage> (it's really
hard to argue with chocolate though)
L763[20:24:39] *
vifino hugs ShadowKatStudios
L764[20:24:41] <ShadowKatStudios> Only
because you're in somewhat of a natural disaster.
L765[20:24:53] <CompanionCube>
ShadowKatStudios, hai
L766[20:25:00] <vifino> Should happen more
often :o
L767[20:25:02] <ShadowKatStudios> Hai
CompanionCube
L768[20:25:19] <CompanionCube>
ShadowKatStudios, writing about TCP/IP for an assignment
L769[20:25:38] <ShadowKatStudios> That
moment when you log into a shooter only to see people singing Still
Alive
L770[20:25:59] <CompanionCube> also
L771[20:26:00]
⇨ Joins: Lunatrius (~Lunatrius@77.38.103.182)
L772[20:26:08] <CompanionCube> >need
documentation for software labled 'game maker'
L773[20:26:12] <CompanionCube> >local
docs are bork
L774[20:26:20] <CompanionCube> >proxy
filters web docs because 'games not allowed'
L775[20:26:28] <ShadowKatStudios> I
remember Game Maker
L776[20:26:34] <ShadowKatStudios> 8.0 was
awesome, 8.1 had ads.
L777[20:26:48] <CompanionCube>
ShadowKatStudios, we has the new version
L778[20:26:58] <Pwootage> Personal
favorite reason to block website: 'Website blocked for prohibited
"Friendship" content'
L779[20:27:07]
⇨ Joins: EvaKnievel
(~EvaKnieve@87-198-63-34.ptr.magnet.ie)
L780[20:27:12] <CompanionCube> but
srsly
L781[20:27:16] <ShadowKatStudios>
CompanionCube, vifino, skyem123: Do I want to use my old 200GB
drive as an anime drive?
L782[20:27:18] <CompanionCube> blocking
the docs is annoying as hell
L783[20:27:36] <vifino> ShadowKatStudios:
Depends.
L784[20:27:45] <skyem123>
ShadowKatStudios, is it on the verge of failing?
L785[20:27:50] <Pwootage> Yeah having
twitter.github.io blocked was really annoying too (was trying to
find typeahead's docs)
L786[20:27:55] <CompanionCube> especially
when you need to look up shit like funcition parameters
L787[20:28:04] <ShadowKatStudios> It won't
fit all of my anime, of course, but I won't be using 300GB of my
main drive.
L788[20:28:21] <ShadowKatStudios>
skyem123: I have it all backed up and archived on my USB HDD, but
SATA drives are faster.
L789[20:28:21] <CompanionCube> Pwootage,
my old school blocked stackoverflow
L790[20:28:32] <ShadowKatStudios>
CompanionCube: web.archive.org is your friend
L791[20:28:41] <Pwootage> CompanionCube: I
cannot imagine writing code without stackoverflow D:
L792[20:28:45] <ShadowKatStudios> You can
access blocked stuff using the Wayback Machine
L793[20:29:02] <CompanionCube>
ShadowKatStudios, think it was too smart for thayt]t
L794[20:29:14] <CompanionCube>
stackoverflow wasn't blocked here however
L795[20:29:16] <skyem123>
ShadowKatStudios, why not? Just remember to backup to the USB one.
(Maybe even compress it)
L796[20:29:17] <ShadowKatStudios>
tryit
L797[20:29:27] <CompanionCube>
ShadowKatStudios, can't. not there anymore :)
L798[20:29:27] <vifino> i had once a proxy
on port 442
L799[20:29:29] <vifino> er
L800[20:29:30] <vifino> 443
L801[20:29:35] <Pwootage> skyem123: video
doesn't compress well since it's already compressed :P
L802[20:29:52] *
vifino compresses Pwootage
L803[20:30:08] <Pwootage> I do have a lot
of redundant data & therefore compress quite well
L804[20:30:19] <skyem123> Pwootage, what
if the videos contain the same start?
L805[20:30:24] *
vifino formats Pwootage's brain
L806[20:30:48] ***
Vaht is now known as Tahg
L807[20:30:53] <Pwootage> skyem123: idk,
I've never tried compressing a 300gb+ chunk of anything, it might
work, might not
L808[20:31:06] <Pwootage> but it's
doubtful they are identical due to encoding differences
L809[20:31:42] <skyem123>
ShadowKatStudios, have you tried compressing an anime series?
L810[20:33:19] <vifino> gamax92: doom1 +
brutaldoom?
L811[20:33:20] <ShadowKatStudios>
skyem123: I have.
L812[20:33:20] <Ender> .p
L813[20:33:20] <^v> Ping reply from Ender
0.24s
L814[20:33:25] <ShadowKatStudios> That
works best when you have a whole series to compress at once
though.
L815[20:33:35] <vifino> ShadowKatStudios:
Do you want to play doom with me?
L816[20:33:39] <Pwootage> Train over. Back
later.
L817[20:33:44] <skyem123> I guess the
title sequences get compressed together?
L818[20:33:59] <ShadowKatStudios> I have
to go to school in 7mins
L819[20:34:05] <vifino> :(
L820[20:34:11] ***
Pwootage is now known as Pwootage|Off
L821[20:34:16] <vifino> Either I play doom
now, or make music
L822[20:34:52] <gjgfuj> I have to go to
school in 7 mins as well.......
L823[20:34:54] <gjgfuj> Aww sad.
L824[20:34:58] <gjgfuj> :o
L825[20:36:28] <ShadowKatStudios> Anyway,
that's down to 4 mins
L826[20:37:10] <ShadowKatStudios> Nvidia
Shield is an ARM-based thingy, isn't it?
L827[20:38:09] <CompanionCube> yes
L828[20:38:15] <v^> which is why it
fails
L829[20:38:20] <v^> you have to compile
for ARM
L830[20:38:21] <CompanionCube>
ShadowKatStudios, I'm guessing you've already circumivented any
filters they has
L831[20:38:45] <ShadowKatStudios>
CompanionCube: Naturally. Except ssh, can't figure out how to ssh
into my server at home
L832[20:38:53] <ShadowKatStudios>
Anyway
L833[20:39:02] <ShadowKatStudios> Time to
disappear
L834[20:39:33] <skyem123> nooo
L835[20:39:56]
⇨ Joins: Ditchbuster
(~LudgeLiki@69.57.94.65.dsl.static.nccray.com)
L836[20:41:00]
⇨ Joins: samis (~samis@90.197.202.216)
L837[20:41:11] <Ditchbuster> what is the
best way to pause the computer for a while? i dont want it eating
resources spinning in a loop as fast as it can
L838[20:41:17] ***
ShadowKatStudios is now known as SKS-Away
L840[20:41:25] <MichiBot> v^:
1414884848 | length
31s | rated
3 views | by
thegyroid
L841[20:41:44] <samis> Ditchbuster,
sleep?
L842[20:42:02] ⇦
Quits: CompanionCube (~samis@94.3.195.133) (Ping timeout: 186
seconds)
L843[20:42:37] <Ditchbuster> ok we do
infact have the sleep func and it wont hog to much?
L845[20:43:15] <Ditchbuster> when i looked
up general wait/sleep stuff for lua i was having trouble finding
stuff. found some pages saying there is nothing native in lua
L846[20:43:19] <Ditchbuster> thanks!
L847[20:43:31] <v^> the sleep function is
asyncronous, in OC everything is a coroutine
L848[20:43:59] *
vifino corutines v^
L849[20:44:17] <v^> the sleep function
sets a callback that resumes the thread in a certain amount of
time
L850[20:44:29] <v^> ie, does not hog
L851[20:44:37] <Ditchbuster> awesome
L852[20:49:18]
⇨ Joins: Kubuxu
(~Kubuxu@dynamic-87-105-140-76.ssp.dialog.net.pl)
L853[20:50:50]
⇨ Joins: foxzoolm
(webchat@i15-les01-ix2-31-37-12-45.sfr.lns.abo.bbox.fr)
L854[20:51:03] <foxzoolm> hi ,me
again...
L855[20:51:39] <foxzoolm> I had place
adapter + inventory_controller close me_interface
L856[20:52:05] <gamax92> vifino
L857[20:52:07] <gamax92> no
L858[20:52:13] <gamax92> i have
school
L859[20:52:49] <foxzoolm> but I get
"invalid slot"
L860[20:53:28] <foxzoolm>
component.getStackInSlot(3,0)
L861[20:56:59] <gamax92> Techokami: oh
cool, you're part of sonic retro
L862[20:57:05] <Techokami> yes
L863[20:57:14] <Techokami> Tech Member
:3
L864[20:57:22] <gamax92> Techokami: what
does one do as that
L865[20:57:32] <Techokami> be smart about
ROM hacking
L866[20:57:46] <gamax92> Techokami: want
to write a rom for me?
L867[20:57:56] <Techokami> not right now,
sorry :P
L868[20:58:01] <gamax92> I tried to do
that
L869[20:58:03] <gamax92> it
instacrashes
L870[20:58:36]
⇨ Joins: DarkIRC
(~dark@92.40.248.170.threembb.co.uk)
L871[20:58:41] <gamax92> it does this:
read byte at $8010, crash
L872[20:59:16] ⇦
Quits: DarkIRC (~dark@92.40.248.170.threembb.co.uk) (Client
Quit)
L873[21:11:13] <Magik6k> Linked card need
a method to remotely turn on second computer
L874[21:11:45] <gamax92> so, what are the
linked cards?
L875[21:11:48] <gamax92> i've not used
them
L876[21:11:52] <Vexatos> .w linked
card
L878[21:11:56] <Vexatos> that one
L879[21:12:54]
⇨ Joins: Maxwolf
(labs@pipette.madsciencemod.com)
L880[21:12:54]
zsh sets mode: +v on Maxwolf
L881[21:14:25] <vifino> gamax92: ;-;
L882[21:19:26] <Magik6k> Is there any way
other than second computer to turn computer remotely?
L883[21:19:47] <Vexatos> Magik6k, With
Computronics 1.3 you can use gates to do it :P
L884[21:19:55] <Vexatos> Buildcraft
gates
L885[21:20:32] <gamax92> Vexatos: I feel
like making the 6502 support booting off of Computronice
tapes
L886[21:20:48] ***
DeanIsGone is now known as DeanIsaKitty
L887[21:20:49] <Vexatos> Hahaha
L888[21:20:51] <Vexatos> Have fun
L889[21:21:13] ⇦
Quits: Kubuxu (~Kubuxu@dynamic-87-105-140-76.ssp.dialog.net.pl)
(Ping timeout: 195 seconds)
L890[21:21:19] <foxzoolm> oh...
getStackInSlot start to 1...
L891[21:21:35] <vifino>
DeanIsaKitty!
L892[21:21:38] <foxzoolm>
getStackInSlot(x,0) crash
L893[21:21:40] *
vifino hugs Daiyousei
L894[21:21:41] <vifino> er
L895[21:21:44] *
vifino hugs DeanIsaKitty
L896[21:22:15] <Vexatos> foxzoolm, welcome
to Lua
L897[21:23:02] ⇦
Quits: Lunatrius (~Lunatrius@77.38.103.182) (Quit: An Eye for an
Eye, a Tooth for a Tooth, and Evil for Evil.)
L898[21:24:09] <foxzoolm> vifino : some
function into java start to 1. jdbc by ex.
L899[21:24:25] <vifino> y u message me
q_q
L900[21:24:44] <foxzoolm> oups
L901[21:24:46] <gamax92> foxzoolm: most
things in lua start at 1
L902[21:25:04] <foxzoolm> ok, good to
no
L903[21:25:15] <foxzoolm> (sry vifino,
wrong person)
L904[21:25:25] <foxzoolm> ok, good to
noW
L905[21:26:06] <foxzoolm> wow... amasing !
I get info about my rod into my reactor chamber !!!!
L906[21:26:26]
⇨ Joins: Lunatrius (~Lunatrius@77.38.103.182)
L907[21:26:52] <gamax92> Vexatos:
this:
L908[21:26:52] <gamax92> .fail 99
L909[21:26:52] <^v> gamax92, [99]
<gamax92> ^v: Is Java bad? <^v> gamax92, My reply is
no
L910[21:28:04] <foxzoolm> just a question
: I ear about javascript into OC... mystic sound or its true
?
L911[21:28:14] <gamax92> OC runs lua
L912[21:28:24] <gamax92> unless someone
has made a javascript to lua converter, no
L913[21:28:25] <Vexatos> a JS
architecture?
L914[21:29:11] <skyem123> please
no...
L915[21:29:25] <Magik6k> omfg javascript..
is there less readable language?
L916[21:29:36] <gamax92> yes
L917[21:29:38] <gamax92> ofc there
is
L918[21:29:52] <Magik6k> *non-eso
lang
L919[21:30:15] <foxzoolm> both its
possible !
L920[21:30:27] <foxzoolm> both is possible
!
L921[21:30:45]
⇨ Joins: Hobby_boy
(~Hobbyboy@host81-132-197-54.range81-132.btcentralplus.com)
L922[21:31:11] <Magik6k> my brain had
stank overflow catching context of your sentence
L923[21:31:15] <foxzoolm> customNPC use
lua AND javascript for scripting NPC
L924[21:31:44] <Magik6k>
s/stank/stack
L925[21:31:44] <MichiBot> Magik6k: my
brain had stack overflow catching context of your sentence
L926[21:31:54] <gamax92> I wonder what js
engine customNPC is using
L927[21:32:10] <foxzoolm> rhino
L928[21:32:12] <gamax92> Magik6k: XD stank
overflow
L929[21:32:19] <gamax92> :< I was told
rhino is a memory leak
L930[21:32:31] ⇦
Quits: Vexatos
(~Vexatos@p200300556E319A0869E686B4672E83A5.dip0.t-ipconnect.de)
(Quit: I guess I have to go now. Bye ✔)
L931[21:32:50] <foxzoolm> I never hade a
memory leak with rhino ??
L932[21:33:07] <gamax92> alright
L933[21:33:13] <gamax92> time to make
Rhino Architecture
L934[21:33:14] <foxzoolm> lastest use
dynacall
L935[21:33:25] ***
Pwootage|Off is now known as Pwootage
L936[21:33:45] <gamax92> Pwootage:
Javascript arch
L937[21:34:57] <foxzoolm> OC better than
upron :)
L938[21:35:09] <gamax92> whats upron
L939[21:35:29] <foxzoolm> gamax92 : you
are too young to know
L940[21:35:44] <gamax92> ...
L941[21:36:02] <foxzoolm> :o)
L942[21:37:01] *
gamax92 stabs foxzoolm
L943[21:37:09] <foxzoolm> ouch
L944[21:37:26] <gamax92> Kilobyte: where
be kibi?
L945[21:38:42] <foxzoolm> kilo=1000 if u'r
a scammer
L946[21:38:55] <gamax92> foxzoolm: what
...
L947[21:39:55] <foxzoolm> many computer
reseller say kilo=1000 but it's a scam
L948[21:40:06] <gamax92> except that kilo
is 1000
L949[21:40:08] <gamax92> and kibi is
1024
L950[21:41:12] <gamax92> if the current
context is binary, than using kilo is generally fine, as you know
your talking in a binary context and that its 1024 then.
L951[21:41:19] <gamax92> but, realisticaly
its defined as 1000
L952[21:41:39] <foxzoolm> according to
internationnal "kilo=1000" so...
L953[21:41:42] <foxzoolm> I know
L954[21:41:49] <foxzoolm> but its a
scam
L955[21:41:54] <gamax92> why is it a scam
...
L956[21:41:59] <gamax92> if its what it
should be ...
L957[21:43:11] <foxzoolm> coz
kilobyte=1024... say kilo=1000 its for flour rolling customer
L958[21:43:35] <gamax92> a what now
L959[21:44:23] <foxzoolm> its not nosense
to say kilobyte=1000 byte... NO SENSE !
L960[21:44:32] <foxzoolm> its a nosense to
say kilobyte=1000 byte... NO SENSE !
L961[21:44:52] <gamax92> what you just
said contradicts with the previous statement
L962[21:45:07] <gamax92> first you say its
not non-sense, and then you say it is non-sense
L963[21:45:51] <foxzoolm> first its a
false translation
L964[21:47:16] <foxzoolm> well I have to
dev a reactor controler *slime*
L965[21:47:19] <foxzoolm> su
L966[21:49:42] ⇦
Quits: AtomSponge (~AtomSpong@aftr-37-201-226-252.unity-media.net)
(Quit: Leaving)
L967[21:50:36] ⇦
Quits: foxzoolm
(webchat@i15-les01-ix2-31-37-12-45.sfr.lns.abo.bbox.fr) (Ping
timeout: 182 seconds)
L968[21:53:31] <gamax92> .l
math.atan2
L969[21:53:31] <^v> gamax92, function:
0x41c330
L970[21:53:34] <gamax92> .l
math.atan2(0,0)
L971[21:53:34] <^v> gamax92, 0
L972[21:53:37] <gamax92> wot
L973[21:54:08] ⇦
Quits: samis (~samis@90.197.202.216) (Remote host closed the
connection)
L974[21:55:13] ***
prassel|off is now known as prasselpikachu
L975[21:55:44]
⇨ Joins: justastranger|zzz
(justastran@2604:180::7239:d646)
L976[21:55:46] ***
justastranger|zzz is now known as justastranger
L977[21:56:52] <gamax92> .l
math.atan2(4,0)
L978[21:56:52] <^v> gamax92,
1.5707963267949
L979[21:57:01] <gamax92> .l
math.deg(math.atan2(4,0))
L980[21:57:01] <^v> gamax92, 90
L981[21:57:07] <gamax92> .l
math.deg(math.atan2(0,0))
L982[21:57:07] <^v> gamax92, 0
L983[21:57:11] <gamax92> well then
L984[21:58:45] <Pwootage> 0 rad = 0 deg,
for the record
L985[21:59:53] <gamax92> Pwootage: yeah
but this is point (0,0)
L986[21:59:59] <gamax92> its direction is
technically undefined
L987[22:00:07] <gamax92> wait what is
atan2 even
L988[22:00:50]
⇨ Joins: TabletCube (~TCube@90.197.202.216)
L989[22:01:29] ***
Daiyousei is now known as SleepingFairy
L990[22:04:19] <gamax92> i feel like
writing a crappy 3D graphing tool
L991[22:05:31] ***
medsouz|offline is now known as medsouz
L992[22:06:48] <Pwootage> Why not write a
good one?
L993[22:07:01] <gamax92> Pwootage: because
i can just download a good one
L994[22:09:53] <Pwootage> but then you're
not writing one
L995[22:11:23] ⇦
Quits: Lumien (~lumien@p57972DB6.dip0.t-ipconnect.de) (Quit:
Nettalk6 - www.ntalk.de)
L996[22:11:52] ***
alekso56 is now known as alekso56_off
L997[22:14:21] <gamax92> Pwootage:
inb4
L998[22:17:47] ***
DeanIsaKitty is now known as DeanIsGone
L1000[22:45:37] <Pwootage> What did you
write that in?
L1001[22:45:46] <gamax92> love2d
L1002[22:50:50] ***
manmaed is now known as manmaed|AFK
L1003[22:57:59]
⇨ Joins: TangentDelta (~christine@63.143.24.24)
L1004[23:06:26]
⇦ Quits: Magik6k (~Magik6k@host-89-228-224-53.kalisz.mm.pl)
(Quit: Leaving)
L1005[23:07:12] ***
Nentify is now known as Nentify|away
L1006[23:12:56] ***
Keridos_off is now known as Keridos
L1007[23:13:49]
⇦ Quits: Lunatrius (~Lunatrius@77.38.103.182) (Ping timeout:
183 seconds)
L1008[23:15:54]
⇦ Quits: Hobby_boy
(~Hobbyboy@host81-132-197-54.range81-132.btcentralplus.com) (Remote
host closed the connection)
L1009[23:17:43]
⇨ Joins: seebs (~seebs@home.seebs.net)
L1010[23:18:06] <seebs> So, at one point,
I made a creative robot case, and it is really handy, because it
provides a robot with infinite energy.
L1011[23:18:45] <seebs> And then I went
looking for, but did not find, a way to make a robot have a
creative-style inventory, where placing items does not consume
them. I have this project involving paving 61 chunks...
L1012[23:26:38]
⇦ Quits: Maxwolf (labs@pipette.madsciencemod.com) (Quit:
Leaving)
L1013[23:28:18]
⇨ Joins: Kubuxu_Mobile
(~Kubuxu@213.158.218.234.pat.umts.dynamic.t-mobile.pl)
L1014[23:34:42] <Pwootage> might be able
to do it with a player interface from random things, not sure how
that works with fakeplayers
L1015[23:37:09] <seebs> Oooh,
interesting.
L1016[23:37:19] <seebs> That'd be worth
trying as an experiment.
L1017[23:37:56] <seebs> I went to 0,0 to
see if there was anything there. There was ocean.
L1018[23:38:17] <seebs> Somehow it seemed
like it would be a reasonable idea to set up an ender-thermic pump,
then quarry out the resulting 61-chunk area and build something
there.
L1019[23:39:27] ***
prasselpikachu is now known as prassel|off
L1020[23:47:37] ***
Hobbyboy is now known as Hobbyboy|Sleep
L1021[23:49:15] <Qanthelas> go huge or go
home, amirite?
L1022[23:49:26] <Qanthelas> 61 chunks
should be about big enough, I suppose :P
L1023[23:50:57] <Pwootage> .l
math.sqrt(61)
L1024[23:50:58] <^v> Pwootage,
7.8102496759067
L1025[23:51:16] ***
Logan|off is now known as Logan
L1026[23:51:17] <Pwootage> must be
circular then
L1027[23:51:40] <Pwootage> .l
math.sqrt(61)/3.14
L1028[23:51:40] <^v> Pwootage,
2.4873406611168
L1030[23:51:59] <v^> upvote or i foking
kill you
L1031[23:52:21] <Caitlyn> hmm I
wonder....
L1032[23:52:23] <Caitlyn> %calc
sqrt(61)/3.14
L1033[23:52:23] <MichiBot> Caitlyn:
2.49
L1034[23:52:27] <Caitlyn> eh... close
lol
L1035[23:53:04] <Pwootage> presumably
that's a circle of radius 2.5 assuming I'm not derp at math
L1036[23:53:06] <v^> %calc
sqrt(61)/3.141592653
L1037[23:53:06] <MichiBot> v^: 2.49
L1038[23:53:23] <Caitlyn> I forgot it's
#.##
L1039[23:53:28] <v^> 2.5 indeed
L1040[23:53:29] <Pwootage> .l
math.sqrt(61)/3.141592653
L1041[23:53:29] <^v> Pwootage,
2.4860796858716
L1042[23:53:46] <v^> .l
math.sqrt(61)/math.pi
L1043[23:53:46] <^v> v^,
2.4860796854048
L1044[23:54:07] <v^> .l math.pi=3 return
math.sqrt(61)/math.pi
L1045[23:54:07] <^v> v^,
2.6034165586356
L1046[23:54:46] <Pwootage> Moral of the
story: we know far too many digits of pi to be useful, you really
only need like 15 for even space calculations
L1047[23:57:13] <Caitlyn> Yeah...
NumberFormat formatter = new
DecimalFormat("#,###.##");
L1048[23:57:18] <Caitlyn> Didn't know it
also rounded... meh
L1049[23:58:40] <seebs> It's sort of a
diamond. Central chunk, 11 chunks vertical and horizontal, but then
the corners are lopped off.
L1050[23:58:53] <seebs> So 11 + 2*9 + 2*7
+ 2*5 + 2*3 + 2.
L1051[23:59:09] <seebs> You know, the
debug card looks promising, but I can't find documentation for
it.