<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:11:18] ***
Cranium is now known as Cranium[Away]
L2[00:25:45] *** Kasen
is now known as rakiru|offline
L3[00:27:26] ⇨
Joins: Starhero
(~Starhero@24-113-128-11.wavecable.com)
L4[00:28:37] <Starhero> so..oc could have
other BIOSes besides lua?
L5[00:31:46] <Dashkal> Called
"Architectures". Yes
L6[00:32:02] <Dashkal> I dabbled in that
briefly, but got bored. >.>
L7[00:38:25] ⇦
Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote
host closed the connection)
L8[00:38:46] ⇨
Joins: Starhero-MC
(~EiraIRC@24-113-128-11.wavecable.com)
L9[00:53:02] <Starhero> wondering if FORTH
could be used ...
L10[00:54:28] <gamax92> yeah but, you can
just make a forth interpreter in lua
L11[00:55:45] <dangranos> iirc there are
two ARM arch that are WIP
L12[00:56:23] <Starhero-MC> gamax92, sure
but wouldn't having a native allow you to have differnt code for a
bios? If so
L13[00:56:30] <Starhero-MC> then 4k limit
could be easier..
L14[00:56:58] <Starhero-MC> I really have
never had any programing experance with a LIMIT to size of file..so
i could be just
L15[00:57:00] <Starhero-MC> speaking
shit.
L16[00:57:35] <Starhero-MC> I just figured,
that ASM files nativly made for windows are a fuck ton smaller then
C++ files comp.
L17[00:57:59] <Starhero-MC> and a fuck ton
faster...i am not wishng for ASM (interesting tho) but
...something
L18[00:58:34] <Starhero-MC> I saw something
online for adding some old machines code into MC. something callled
symon
L19[00:58:55] <Starhero-MC> 6502 System
Simulator
L20[00:59:07] <Starhero-MC> just ..got me
thinking before I read anymore..
L21[00:59:12] <gamax92> what,
OCSymon?
L22[00:59:16] <Starhero-MC> yeah
L23[00:59:34] <gamax92> I need to fix that
so it uses the EEPROM
L24[00:59:45] <gamax92> currently .... it
doesn't
L25[01:00:04] <Starhero-MC> I got skex off
shadowkat's site.
L26[01:00:21] <Starhero-MC> did some
shameless snooping and find that jar in the /files directory.
L27[01:00:39] <Starhero-MC> googled and
found symon, then gears in my head turned...
L28[01:01:19] <Starhero-MC> technically say
we did have some sorta lower level programing in a EEPROM, could it
be smaller?
L29[01:01:48] <Starhero-MC> could you fit
more in 4k? ram is a non issue as you can add more, its the program
sortage it self.
L30[01:02:22] <Starhero-MC> i mean i could
say fml and change eeprom storage size to something higher in the
configs (assuming)
L31[01:02:54] <Starhero-MC> but i like the
idea of finding more storage via using more obscence code or
something i never used
L32[01:02:55] <Starhero-MC> before
L33[01:03:14] <Starhero-MC> like i am gonna
learn forth for nedo computers, but if forth comes out for OC i'll
drop nedo
L34[01:05:10] <Starhero> you made
ocsymon?
L35[01:05:25] <gamax92> I did
L36[01:05:33] <gamax92> and to clarify, I
didn't make the Symon core :P
L37[01:06:11] <Starhero> oh I see the base
program for java right here..I assume you used that
L38[01:06:34] <gamax92> wat
L39[01:06:53] <Dashkal> One could
absolutely write a FORTH interpreter in a JVM language and use it
as an arch, yes.
L40[01:07:00] <Dashkal> And yes, that would
let you write your bios in FORTH.
L41[01:07:03] ***
Cruor|Away is now known as Cruor
L42[01:09:43] ⇦
Quits: Voidi (~tobias@cable-86-56-12-168.cust.telecolumbus.net)
(Ping timeout: 206 seconds)
L43[01:09:56] <Starhero> Dashkal: but would
the code storage size be smaller (depending ofc)
L44[01:10:30] <Dashkal> Starhero: It would
be exactly as small as you choose to make the at-rest
representation
L45[01:11:06] <Dashkal> One could write a
"FORTH bytecode" interpreter. Though you'd also need
editing tools with your OS so people could do anything
useful.
L46[01:12:07] <Dashkal> That, honestly, is
probably the bulk of the work. It's not all that hard to write a
custom arch. The required tooling, on the other hand, is a LOT of
work.
L47[01:14:19] <gamax92> oh, custom arches
are easy as pie
L48[01:14:48] <Dashkal> Still, I would
argue it's worth it to write a language at some point. The effort
makes you a better programmer. since it forces you to actually see
languages from the other side.
L49[01:15:17] <dangranos> inb4 redpower's
computer-like arch
L50[01:15:37] <Dashkal> I should get back
on my OCλ project.
L51[01:15:38] <Izaya> I'd be for another
65816
L52[01:15:46] <Dashkal> And this terminal
has a terrible glyph for lambda...
L53[01:15:52] <Izaya> 16-bit semi-RISC?
Hell yes.
L54[01:16:13] <Dashkal> dangranos: FORTH
has been tossed around a few times. Not sure if anybody went
through with it though.
L55[01:16:20] <dangranos> um]
L56[01:16:27] <Dashkal> I kinda miss it.
FORTH was well suited for RP2 computers.
L57[01:16:55] <dangranos> wouldn't it
better to make an arch that emulates actual (or fictional)
processor?
L58[01:17:24] <Temia> People are working on
that.
L59[01:17:37] <gamax92> forth != RPC, it's
a 6502 family varient that happens to ship with a forth disc
L60[01:17:41] <Temia> Someone's working on
emulating ARM in OC (not sure which version)
L61[01:17:51] <gamax92> you can run BASIC
on the RPC if you so desire
L62[01:18:06] <Temia> Can you play Jumpman
on the RPC?
L63[01:18:53] <gamax92> uhh,
L64[01:19:26] <Starhero-MC> Can I pick up
turned off drones?
L65[01:19:39] <Starhero-MC> figured
it
L66[01:19:46] <Starhero-MC> shift is your
friend
L67[01:19:50] <gamax92> graphics are not
one of RPC's strongest point ...
L68[01:19:54] <Starhero-MC> (c in my
case)
L69[01:20:14] <Dashkal> gamax92: It was
defacto RPC. Reason being simply that that's all she shipped.
L70[01:20:25] <Izaya> RPC is more of an
industrial control sort of thing
L71[01:20:27] <Dashkal> Yes, you could drop
lower, and people did, but the association is permanent, and
warranted.
L72[01:20:36] <Dashkal> Not that RPC.
"RedPower Computer"
L73[01:20:52] <Izaya> I know it's not
remote procedure call
L74[01:20:54] <Izaya> >.<
L75[01:21:07] <gamax92> :O right, unmanaged
mode floppies
L76[01:21:26] <Izaya> I'm saying that RPC
isn't for graphics, it's for industrial control
L77[01:21:39] <gamax92> hmm, how big is the
unmanaged mode floppy?
L78[01:22:25] <gamax92> I'm sorta doing CPU
intensive AI simulations atm, so can't just fireup mc to test
L79[01:22:28] <Starhero-MC> huh, this net
program is sending 2x lines the text..everything is doubled.
L80[01:22:53] <Starhero-MC> does an access
point work like a switch too?
L81[01:22:59] <Izaya> what the fuck
L82[01:23:05] <Starhero-MC> eg i can
replace my access point?
L83[01:23:10] <Starhero-MC> er swtich
L84[01:23:21] <Izaya> I have /nothing/
binding compose
L85[01:23:27] <Izaya> why do I still have a
compose key? >.<
L87[01:25:56] <Izaya> it was bound on the
synergy host
L88[01:25:57] <Izaya> >.<
L89[01:34:43] <Starhero-MC> I honestly
think my program isn't closing ports...or something..I am getting
bleeding messages.
L90[01:35:00] <Starhero-MC> is there a way
in lua promt or something to force close all ports?
L91[01:35:21] <Starhero-MC> if not
everytime I launch this program I am getting double messages becaue
its listening for trans.
L92[01:35:36] <Starhero-MC> and never stops
even when ctrl alt Ced
L93[01:38:50] <Mimiru> Starhero-MC, are you
using event.listen, by chance?
L94[01:39:06] <Starhero-MC> Mimiru: Said
program is.
L95[01:39:19] <Starhero-MC> shall i modify
the program?
L96[01:39:37] <Mimiru> event.istne
registers the event, and it stays registered, even after the
program ends, so if it gets ran again the listener is registered
again
L97[01:39:46] <Mimiru> and you get 2 events
fired
L98[01:40:03] <Starhero-MC> ah, so how
could i unregister the event?
L99[01:40:12] <Mimiru> ummm one
second
L100[01:40:14] <Starhero-MC> or whats an
altenitive?
L101[01:40:15] <Mimiru> ~w event api
L103[01:40:48] <Mimiru> event.ignore
L104[01:41:08] <Starhero-MC> thank you,
will modify
L105[01:47:41] <Izaya> # pacstrap /mnt
base vim
L106[01:48:58] <Starhero-MC> so...how do
you charge drones? becaue the charger isn't accpeting the
drone.
L107[01:50:02] <Izaya> put the drone next
to the charger
L108[01:50:48] <Starhero-MC> Thank
you.
L109[02:05:29]
⇨ Joins: VikeStep (~VikeStep@101.184.15.75)
L110[02:15:56]
⇨ Joins: M89 (~M89@bng78.neoplus.adsl.tpnet.pl)
L111[02:17:58] <Izaya> ... forgot to
enable dhcpcd
L112[02:20:31] ***
Pwootage is now known as Pwootage|Off
L113[02:26:47] ***
Pwootage|Off is now known as Pwootage
L114[02:31:04] ⇦
Quits: M89 (~M89@bng78.neoplus.adsl.tpnet.pl) (Ping timeout: 192
seconds)
L115[02:32:00]
⇨ Joins: M89 (~M89@afks28.neoplus.adsl.tpnet.pl)
L116[02:35:03]
⇨ Joins: Inari
(~Uni@p5B10203E.dip0.t-ipconnect.de)
L117[02:44:20] ***
Pwootage is now known as Pwootage|Off
L118[02:50:27]
⇨ Joins: Vexatos
(~Vexatos@p200300556E066518E8611BE49F14385D.dip0.t-ipconnect.de)
L119[02:50:27]
zsh sets mode: +v on Vexatos
L120[03:00:37] ⇦
Quits: Yepoleb (~quassel@178-190-224-247.adsl.highway.telekom.at)
(Killed (warden.esper.net (Nickname regained by
services)))
L121[03:00:39]
⇨ Joins: Yepoleb
(~quassel@91-115-112-240.adsl.highway.telekom.at)
L122[03:14:30]
⇨ Joins: Voidi
(~tobias@cable-89-16-144-77.cust.telecolumbus.net)
L123[03:30:38]
⇨ Joins: micheel6 (webchat@109.67.49.35)
L124[03:30:48] <micheel6> hello, can
someone help me with the keyboard api?
L125[03:30:59] <Izaya> I can try
L126[03:31:02] <Izaya> ~w keyboard
L128[03:31:12] <Izaya> ^ Seen that
page?
L129[03:31:26] <micheel6> I know about the
keyboard api but when I try and get if a key is down it gives me
nil
L130[03:32:09] <Izaya> keyboard.isKeyDown
with no arguments, I'm guessing??
L131[03:32:21] <micheel6> no the argument
is 0x52
L132[03:32:42] <Izaya> numpad0?
L133[03:32:48] <micheel6> yes
L134[03:32:58] <Izaya> And if you press
numpad0?
L135[03:33:39] <micheel6> wait let me give
you a pastebin
L137[03:34:05] <micheel6> wait I did
something wrong
L138[03:34:45] <Starhero-MC> QQ, how could
I quickly add code that runs on intterupt? or how can i watch for
say ctl + e
L140[03:35:01] <micheel6> theres the
corrected code
L141[03:35:04] <Starhero-MC> need a clean
way to shut my program down...
L142[03:35:33] <Starhero-MC> no matter
what, or I end up rebooting the machine because ot event
listening.
L143[03:36:06] <Starhero-MC> gunna try
converting to pull for the OpenOS portion of this net program. but
the EEPROM ver is
L144[03:36:10] <Starhero-MC> screwed for
that.
L145[03:36:35] <micheel6> Izaya you still
there?
L146[03:36:48] <Izaya> yeah
L149[03:37:58] <micheel6> nope it
eventually just gives me a too long without yielding even if I
press the numpad0
L150[03:38:50] <micheel6> wait
L151[03:38:54] <micheel6> I forgot to
update the code
L152[03:39:04] <micheel6> the first
pastebin you gave me just prints out nil
L153[03:39:34] <Izaya> even when you press
0 on the numpad?
L154[03:39:42] <Izaya> Okay, sanity check,
is num lock on?
L155[03:40:10] <micheel6> yes
L156[03:44:46] <Izaya> oh fuck, bochs on
android is so slow
L157[03:44:49] <Izaya> I miss my
VT-x
L158[03:45:59] ***
alekso56_off is now known as alekso56
L159[03:47:37] <micheel6> well now
what?
L160[03:48:02] <Izaya> dunno, I haven't
used the keyboard API. You could hang out and wait for someone more
knowledgeable
L161[03:48:13] <micheel6> I checked the
pressedCodes and it says that the key 28 is being pressed right now
which is the apostrophe
L162[03:48:20] <micheel6> ok sure
L163[03:50:18] <micheel6> can anyone here
help me with a keyboard?
L164[03:51:26] ⇦
Quits: Something12_ (~Something@S010634bdfa9eca7b.vs.shawcable.net)
(Ping timeout: 202 seconds)
L166[04:00:43] <Starhero-MC> HA! I did it!
And finally have a name for my program plus an alpha version.
L167[04:01:15] <Starhero-MC> that wasn't
hard using the keyboard component, some how I thought it would
be.
L168[04:01:54] <Starhero-MC> but then i
found a link that linked to the OpenOS code and I was staring at
the intterupt code.
L169[04:02:25] <Starhero-MC> So, if its
that easy for the OS, bound to be that easy for my program,
copypasta, change letter from
L170[04:02:33] <Starhero-MC> c to e and
bam...exit code created.
L171[04:02:56] <Starhero-MC> Now i can
properly remove my event listeners.
L172[04:13:48] <micheel6> starhero you
know how to use the keyboard?
L173[04:14:48] <Starhero-MC> haha no i
mean the api
L174[04:15:17] <micheel6> yha how do you
check if a key is down?
L175[04:15:20] <Starhero-MC> Long time ago
I used some other language that made checking for keyboard combos
convoluted.
L176[04:15:50] <Starhero-MC>
keyboard.isKeyDown(keyboard.keys.e) for the letter e
L177[04:15:58] <micheel6> it gives me
nil
L178[04:18:17] <Starhero-MC> yeah it did
that a few times for me
L179[04:19:01] <micheel6> and how do you
fix it?
L180[04:19:01] <Starhero-MC> I require
keyboard as kb so my code would be kb.isKeyDown(kb.keys.e)
L181[04:19:36] <Starhero-MC> I am checking
for 2 differnt keys to be down, one being control
(isControlDown())
L182[04:20:19] <micheel6> nope even if I
change keyboard to kb it doesnt work
L183[04:20:20] <Starhero-MC> and
isKeyDown(kb.keys.e) and it seemed to work for me, though it surely
isn't instant like ctl+alt+c
L184[04:20:32] <Starhero-MC> are you in
lua interp?
L185[04:20:37] <micheel6> no
L186[04:20:37] <Starhero-MC> or in a
.lua?
L187[04:20:41] <micheel6> .lua
L188[04:20:41] <^v> micheel6, nil
L189[04:20:50] <Starhero-MC> lol
L190[04:21:01] <Starhero-MC> .w
keyboard
L192[04:21:25] <micheel6> yha I know about
the api but the isKeyDown doesnt wrok for me
L193[04:21:27] <micheel6> work*
L194[04:21:46] <Starhero-MC> have you
tried passing it direct keyboard codes?
L195[04:21:50] <Starhero-MC> eg 18 for
e
L196[04:22:12] <micheel6> yes
L197[04:22:19] <Starhero-MC> one sec let
me pull directly lines out of my code
L198[04:22:42] *
Starhero-MC opens sublime on his laggy ass pc, this requires
toggling out of MC.
L199[04:23:42] <Starhero-MC> if
kb.isControlDown() and kb.isKeyDown(kb.keys.e) then
L200[04:23:57] <Starhero-MC> taht is my if
statement
L201[04:24:23] <Starhero-MC> all it does
after that is run a function, so if yours is very simular I am not
sure.
L202[04:24:29] ⇦
Quits: Yepoleb (~quassel@91-115-112-240.adsl.highway.telekom.at)
(*.net *.split)
L203[04:24:29] ⇦
Quits: Kinuferu (Kinuferu@84.200.8.14) (*.net *.split)
L204[04:24:29] ⇦
Quits: DeanIsaKitty (~Dean@paranoidlabs.org) (*.net
*.split)
L205[04:24:29] ⇦
Quits: DFrostedWang (~DFrostedW@38.81.149.254) (*.net
*.split)
L206[04:24:29] ⇦
Quits: cloakable
(~cloakable@cpc2-aztw27-2-0-cust437.18-1.cable.virginm.net) (*.net
*.split)
L207[04:24:29] ⇦
Quits: Greys (~Greys@c-73-161-125-179.hsd1.mi.comcast.net) (*.net
*.split)
L208[04:24:29] ⇦
Quits: Guest19836 (michiyo@eos.pc-logix.com) (*.net
*.split)
L209[04:24:29] ⇦
Quits: vifino (vifino@tty.sh) (*.net *.split)
L210[04:24:29] ⇦
Quits: asie (~asie@asie.pl) (*.net *.split)
L211[04:24:29] ⇦
Quits: Ender (ender@thor.theender.net) (*.net *.split)
L212[04:24:29] ⇦
Quits: TotallyNotKatie (TotallyNot@mail.pc-logix.com) (*.net
*.split)
L213[04:24:29] ⇦
Quits: Thog (~Thog@kurisu.rx14.co.uk) (*.net *.split)
L214[04:24:29] ⇦
Quits: robhol (~robhol@178.62.167.124) (*.net *.split)
L215[04:24:29] ⇦
Quits: Inari (~Uni@p5B10203E.dip0.t-ipconnect.de) (*.net
*.split)
L216[04:24:29] ⇦
Quits: Temia (merlin@shellx.eskimo.com) (*.net
*.split)
L217[04:24:29] ⇦
Quits: Lumien (Elite13049@ipv6.6.sigma.elitebnc.org) (*.net
*.split)
L218[04:24:29] ⇦
Quits: CompanionCube (samis@osiris.stary2001.co.uk) (*.net
*.split)
L219[04:24:29] ⇦
Quits: andyipod1437
(~achumchal@2602:306:8079:f450:754c:c044:b616:2504) (*.net
*.split)
L220[04:24:30] ⇦
Quits: WireWulf (~SageKitsu@2602:306:ce4f:a280:a5af:8d2d:7fcc:c1f8)
(*.net *.split)
L221[04:24:30] ⇦
Quits: noiro (~noiro@2601:cd:301:a660:dc9c:2a93:4c28:959c) (*.net
*.split)
L222[04:24:30] ⇦
Quits: Kodos (~Kodos@2602:306:ce20:6c30:65f2:4bc3:85bd:e8b6) (*.net
*.split)
L223[04:24:30] ⇦
Quits: drakie (~drakie@50.248.81.66) (*.net *.split)
L224[04:24:30] ⇦
Quits: Kamran (Kamran@Youre.All.Mad.PanicBNC.ca) (*.net
*.split)
L225[04:24:30] ⇦
Quits: Ditchbuster
(~Ditchbust@2601:280:4402:426c:44a3:dbbf:2ec3:db29) (*.net
*.split)
L226[04:24:30] ⇦
Quits: Forecaster (~Forecaste@83.223.1.173) (*.net
*.split)
L227[04:24:30] ⇦
Quits: Flawedspirit (~flawedspi@flawedspirit.com) (*.net
*.split)
L228[04:24:30] ⇦
Quits: clever
(~clever@nwcsnbsc03w-047054167025.dhcp-dynamic.FibreOP.nb.bellaliant.net)
(*.net *.split)
L229[04:24:30] ⇦
Quits: Wug (~Wug@wuggl.es) (*.net *.split)
L230[04:24:30] ⇦
Quits: johnlage (johnlage@BNC.Aperturee.Science) (*.net
*.split)
L231[04:24:30] ⇦
Quits: Cazzar (~CazzarZNC@vocaloid.lovers.at.cazzar.net) (*.net
*.split)
L232[04:24:30] ⇦
Quits: GUIpsp (~GUIpsp@c-73-164-116-168.hsd1.mn.comcast.net) (*.net
*.split)
L233[04:24:30] ⇦
Quits: Cruor (Cruor@satomi.openshell.no) (*.net
*.split)
L234[04:24:30] ⇦
Quits: Graypup_ (~Graypup@2600:3c00:e000:bc::17) (*.net
*.split)
L235[04:24:31] <^v> Oh noes!
ranger,chaos,warden split 3:
L236[04:24:32] ⇦
Quits: gamax92 (gamax92@The.Dragon.Slayer.PanicBNC.eu) (*.net
*.split)
L237[04:24:32] ⇦
Quits: BBoldt (~BBoldt@bouncy.tehnut.info) (*.net
*.split)
L238[04:24:32] ⇦
Quits: SuPeRMiNoR2 (~SuPeR@adam.superminor2.net) (*.net
*.split)
L239[04:24:32] ⇦
Quits: Fridtjof (prassel@osiris.stary2001.co.uk) (*.net
*.split)
L240[04:24:34] ⇦
Quits: micheel6 (webchat@109.67.49.35) (*.net *.split)
L241[04:24:50]
⇨ Joins: andyipod1437
(~achumchal@2602:306:8079:f450:754c:c044:b616:2504)
L242[04:24:50]
⇨ Joins: WireWulf
(~SageKitsu@2602:306:ce4f:a280:a5af:8d2d:7fcc:c1f8)
L243[04:24:50]
⇨ Joins: noiro
(~noiro@2601:cd:301:a660:dc9c:2a93:4c28:959c)
L244[04:24:50]
⇨ Joins: Kodos
(~Kodos@2602:306:ce20:6c30:65f2:4bc3:85bd:e8b6)
L245[04:24:50]
⇨ Joins: drakie (~drakie@50.248.81.66)
L246[04:24:50]
⇨ Joins: Kamran
(Kamran@Youre.All.Mad.PanicBNC.ca)
L247[04:24:50]
⇨ Joins: Ditchbuster
(~Ditchbust@2601:280:4402:426c:44a3:dbbf:2ec3:db29)
L248[04:24:50]
⇨ Joins: Forecaster (~Forecaste@83.223.1.173)
L249[04:24:50]
⇨ Joins: Flawedspirit
(~flawedspi@flawedspirit.com)
L250[04:24:50]
⇨ Joins: clever
(~clever@nwcsnbsc03w-047054167025.dhcp-dynamic.FibreOP.nb.bellaliant.net)
L251[04:24:50]
⇨ Joins: Wug (~Wug@wuggl.es)
L252[04:24:50]
⇨ Joins: johnlage
(johnlage@BNC.Aperturee.Science)
L253[04:24:50]
⇨ Joins: Cazzar
(~CazzarZNC@vocaloid.lovers.at.cazzar.net)
L254[04:24:50]
⇨ Joins: GUIpsp
(~GUIpsp@c-73-164-116-168.hsd1.mn.comcast.net)
L255[04:24:50]
⇨ Joins: Cruor (Cruor@satomi.openshell.no)
L256[04:24:50]
⇨ Joins: Graypup_
(~Graypup@2600:3c00:e000:bc::17)
L257[04:24:50] *** nova.esper.net sets mode: +vv
Kodos Cazzar
L258[04:24:50]
⇨ Joins: Yepoleb
(~quassel@91-115-112-240.adsl.highway.telekom.at)
L259[04:24:50]
⇨ Joins: Kinuferu (Kinuferu@84.200.8.14)
L260[04:24:50]
⇨ Joins: Greys
(~Greys@c-73-161-125-179.hsd1.mi.comcast.net)
L261[04:24:50]
⇨ Joins: DeanIsaKitty (~Dean@paranoidlabs.org)
L262[04:24:50]
⇨ Joins: DFrostedWang (~DFrostedW@38.81.149.254)
L263[04:24:50]
⇨ Joins: cloakable
(~cloakable@cpc2-aztw27-2-0-cust437.18-1.cable.virginm.net)
L264[04:24:50]
⇨ Joins: Guest19836 (michiyo@eos.pc-logix.com)
L265[04:24:50]
⇨ Joins: vifino (vifino@tty.sh)
L266[04:24:50]
⇨ Joins: asie (~asie@asie.pl)
L267[04:24:50]
⇨ Joins: Ender (ender@thor.theender.net)
L268[04:24:50]
⇨ Joins: TotallyNotKatie
(TotallyNot@mail.pc-logix.com)
L269[04:24:50]
⇨ Joins: Thog (~Thog@kurisu.rx14.co.uk)
L270[04:24:50]
⇨ Joins: robhol (~robhol@178.62.167.124)
L271[04:24:50] *** nova.esper.net sets mode:
+vvo DeanIsaKitty asie TotallyNotKatie
L272[04:24:50] <TotallyNotKatie> %sed
disable
L273[04:24:51] <Starhero-MC> IRC SPLIT!
down the middle it looks
L274[04:24:52]
⇨ Joins: gamax92
(gamax92@The.Dragon.Slayer.PanicBNC.eu)
L275[04:24:52]
⇨ Joins: BBoldt (~BBoldt@bouncy.tehnut.info)
L276[04:24:52]
⇨ Joins: SuPeRMiNoR2
(~SuPeR@adam.superminor2.net)
L277[04:24:52]
⇨ Joins: Fridtjof
(prassel@osiris.stary2001.co.uk)
L278[04:24:52] *** nova.esper.net sets mode: +vv
gamax92 SuPeRMiNoR2
L279[04:24:53]
⇨ Joins: micheel6 (webchat@109.67.49.35)
L280[04:25:14] <MichiBot> TotallyNotKatie:
Disabled SED for this channel
L281[04:25:21] <Starhero-MC> SED?
L282[04:25:45]
⇨ Joins: Inari
(~Uni@p5B10203E.dip0.t-ipconnect.de)
L283[04:25:45]
⇨ Joins: Temia (merlin@shellx.eskimo.com)
L284[04:25:45]
⇨ Joins: Lumien
(Elite13049@ipv6.6.sigma.elitebnc.org)
L285[04:25:45]
⇨ Joins: CompanionCube
(samis@osiris.stary2001.co.uk)
L287[04:26:03] <micheel6> that is my
code
L288[04:26:09] <micheel6> it only prints
nil
L289[04:29:04] <Inari> ~oc keybaord
L291[04:30:41] <micheel6> what about the
api?
L292[04:33:42] <Inari> seems it will just
return nil if the key isnt down
L293[04:33:48] <Inari> and true if it
is
L294[04:34:28] <micheel6> but even if I
press the key it returns nil
L295[04:47:31] <micheel6> to hell with it
ill just use event.pull
L296[04:57:42] ⇦
Quits: Inari (~Uni@p5B10203E.dip0.t-ipconnect.de) (*.net
*.split)
L297[04:57:42] ⇦
Quits: Temia (merlin@shellx.eskimo.com) (*.net
*.split)
L298[04:57:42] ⇦
Quits: Lumien (Elite13049@ipv6.6.sigma.elitebnc.org) (*.net
*.split)
L299[04:57:42] ⇦
Quits: CompanionCube (samis@osiris.stary2001.co.uk) (*.net
*.split)
L300[04:58:05]
⇨ Joins: Inari
(~Uni@p5B10203E.dip0.t-ipconnect.de)
L301[04:58:05]
⇨ Joins: Temia (merlin@shellx.eskimo.com)
L302[04:58:05]
⇨ Joins: Lumien
(Elite13049@ipv6.6.sigma.elitebnc.org)
L303[04:58:05]
⇨ Joins: CompanionCube
(samis@osiris.stary2001.co.uk)
L304[04:58:50] ⇦
Quits: Yepoleb (~quassel@91-115-112-240.adsl.highway.telekom.at)
(*.net *.split)
L305[04:58:50] ⇦
Quits: Kinuferu (Kinuferu@84.200.8.14) (*.net *.split)
L306[04:58:50] ⇦
Quits: DeanIsaKitty (~Dean@paranoidlabs.org) (*.net
*.split)
L307[04:58:50] ⇦
Quits: DFrostedWang (~DFrostedW@38.81.149.254) (*.net
*.split)
L308[04:58:50] ⇦
Quits: cloakable
(~cloakable@cpc2-aztw27-2-0-cust437.18-1.cable.virginm.net) (*.net
*.split)
L309[04:58:50] ⇦
Quits: Greys (~Greys@c-73-161-125-179.hsd1.mi.comcast.net) (*.net
*.split)
L310[04:58:50] ⇦
Quits: Guest19836 (michiyo@eos.pc-logix.com) (*.net
*.split)
L311[04:58:50] ⇦
Quits: vifino (vifino@tty.sh) (*.net *.split)
L312[04:58:50] ⇦
Quits: asie (~asie@asie.pl) (*.net *.split)
L313[04:58:50] ⇦
Quits: Ender (ender@thor.theender.net) (*.net *.split)
L314[04:58:50] ⇦
Quits: TotallyNotKatie (TotallyNot@mail.pc-logix.com) (*.net
*.split)
L315[04:58:50] ⇦
Quits: Thog (~Thog@kurisu.rx14.co.uk) (*.net *.split)
L316[04:58:50] ⇦
Quits: robhol (~robhol@178.62.167.124) (*.net *.split)
L317[04:59:10]
⇨ Joins: Yepoleb
(~quassel@91-115-112-240.adsl.highway.telekom.at)
L318[04:59:10]
⇨ Joins: Kinuferu (Kinuferu@84.200.8.14)
L319[04:59:10]
⇨ Joins: Greys
(~Greys@c-73-161-125-179.hsd1.mi.comcast.net)
L320[04:59:10]
⇨ Joins: DeanIsaKitty (~Dean@paranoidlabs.org)
L321[04:59:10]
⇨ Joins: DFrostedWang (~DFrostedW@38.81.149.254)
L322[04:59:10]
⇨ Joins: cloakable
(~cloakable@cpc2-aztw27-2-0-cust437.18-1.cable.virginm.net)
L323[04:59:10]
⇨ Joins: Guest19836 (michiyo@eos.pc-logix.com)
L324[04:59:10]
⇨ Joins: vifino (vifino@tty.sh)
L325[04:59:10]
⇨ Joins: asie (~asie@asie.pl)
L326[04:59:10]
⇨ Joins: Ender (ender@thor.theender.net)
L327[04:59:10]
⇨ Joins: TotallyNotKatie
(TotallyNot@mail.pc-logix.com)
L328[04:59:10]
⇨ Joins: Thog (~Thog@kurisu.rx14.co.uk)
L329[04:59:10]
⇨ Joins: robhol (~robhol@178.62.167.124)
L330[04:59:10] *** nova.esper.net sets mode:
+vvo DeanIsaKitty asie TotallyNotKatie
L331[04:59:12] <TotallyNotKatie> %sed
disable
L332[04:59:16] <MichiBot> TotallyNotKatie:
Disabled SED for this channel
L333[05:03:04] <micheel6> does anyone know
how to print the utf-8 characters?
L334[05:10:50]
⇨ Joins: reinei
(~reinei@pD9E1D618.dip0.t-ipconnect.de)
L335[05:45:38] ⇦
Parts: Voidi (~tobias@cable-89-16-144-77.cust.telecolumbus.net)
())
L336[05:47:09] ⇦
Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote
host closed the connection)
L337[05:48:41]
⇨ Joins: Nathan1852_
(~Nathan185@p5DC118BE.dip0.t-ipconnect.de)
L338[05:56:10] ***
Skye|ZZZ is now known as Skye
L339[06:05:15]
⇨ Joins: Voidi
(~tobias@cable-89-16-144-77.cust.telecolumbus.net)
L340[06:11:22] ⇦
Quits: Voidi (~tobias@cable-89-16-144-77.cust.telecolumbus.net)
(Ping timeout: 198 seconds)
L341[06:24:08]
⇨ Joins: Negi
(~Poireau@ADijon-156-1-112-100.w90-56.abo.wanadoo.fr)
L342[06:26:45]
⇨ Joins: Starhero-MC
(~EiraIRC@24-113-128-11.wavecable.com)
L343[06:27:39] ⇦
Quits: johnlage-alt (johnlage@never.use.root.sx) (Quit: *.I
*.died)
L344[06:32:57] ***
Pwootage|Off is now known as Pwootage
L345[06:35:12]
⇨ Joins: Nathan1852__
(~Nathan185@p5DC118BE.dip0.t-ipconnect.de)
L346[06:40:32] ⇦
Quits: Nathan1852_ (~Nathan185@p5DC118BE.dip0.t-ipconnect.de) (Ping
timeout: 378 seconds)
L347[06:43:14] ⇦
Quits: Negi (~Poireau@ADijon-156-1-112-100.w90-56.abo.wanadoo.fr)
(Quit: WeeChat 1.2)
L348[07:07:26] ⇦
Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote
host closed the connection)
L349[07:07:44]
⇨ Joins: Starhero-MC
(~EiraIRC@24-113-128-11.wavecable.com)
L350[07:09:10]
⇨ Joins: Pyrolusite
(~Pyrolusit@ARouen-651-1-415-4.w90-22.abo.wanadoo.fr)
L351[07:32:38] ***
Magik6k|off is now known as Magik6k
L352[07:33:47] ⇦
Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote
host closed the connection)
L353[07:44:03]
⇨ Joins: iamtakingiteasy (~Wooga@eientei.org)
L354[07:44:24] <iamtakingiteasy> hello,
what is the latest OC version compatible with 1.7.10?
L355[07:44:35] <iamtakingiteasy> are 1.8
versions compatible?
L357[07:44:58] <Izaya> There is also the
1.8 branch, but it does not work on 1.7
L358[07:45:13] <iamtakingiteasy> aha,
thanks
L359[07:45:30] <Izaya> Main development is
done on the 1.7 branch
L360[07:46:04]
⇨ Joins: BarbasTheDog (~Barbas@186.233.179.117)
L361[07:46:14] ⇦
Quits: Barbas (~Barbas@186.233.179.117) (Read error: No route to
host)
L362[08:05:42]
⇨ Joins: black3agl3 (~black3agl@197.224.79.65)
L363[08:14:56] <dangranos> heh
L364[08:25:18] ***
SleepingFairy is now known as Daiyousei
L365[08:26:40]
⇨ Joins: Querdenker_9
(~querdenke@x5f76ae5e.dyn.telefonica.de)
L366[08:27:26] ⇦
Quits: Querdenker_9 (~querdenke@x5f76ae5e.dyn.telefonica.de)
(Client Quit)
L367[08:27:43]
⇨ Joins: Querdenker_9
(~querdenke@x5f76ae5e.dyn.telefonica.de)
L368[08:27:54] ⇦
Quits: Querdenker_9 (~querdenke@x5f76ae5e.dyn.telefonica.de)
(Client Quit)
L369[08:27:58]
⇨ Joins: Querdenker_9
(~querdenke@x5f76ae5e.dyn.telefonica.de)
L370[08:28:03] ⇦
Quits: Querdenker_9 (~querdenke@x5f76ae5e.dyn.telefonica.de)
(Client Quit)
L371[08:28:39]
⇨ Joins: Querdenker_9
(~querdenke@x5f76ae5e.dyn.telefonica.de)
L372[08:29:33] ⇦
Quits: Querdenker_9 (~querdenke@x5f76ae5e.dyn.telefonica.de)
(Client Quit)
L373[08:33:54] ⇦
Quits: Nathan1852__ (~Nathan185@p5DC118BE.dip0.t-ipconnect.de)
(Ping timeout: 206 seconds)
L374[08:50:19]
⇨ Joins: s0r00t
(~s0@nsg93-10-78-236-116-224.fbx.proxad.net)
L375[08:56:32] ***
Vexatos is now known as Vex|Away
L376[08:57:08]
⇨ Joins: Aubi
(~aubi@static.88-198-46-142.clients.your-server.de)
L377[08:57:23] ⇦
Parts: Aubi (~aubi@static.88-198-46-142.clients.your-server.de)
())
L378[09:08:34]
⇨ Joins: Cube|WindowsLaptop
(webchat@2.216.104.181)
L379[09:08:46] <Cube|WindowsLaptop>
hai
L380[09:14:03] ⇦
Quits: VikeStep (~VikeStep@101.184.15.75) (Quit:
Leaving)
L381[09:14:32] <dangranos> hallo
L382[09:14:34] <dangranos> inb4
win10
L383[09:17:52] <Cube|WindowsLaptop>
dangranos: no
L384[09:17:53] <Cube|WindowsLaptop>
win7
L385[09:18:06] <Cube|WindowsLaptop>
inherited the install from my brother...consquently is bloaty
L386[09:18:07] *
dangranos highfives cube
L387[09:18:20] <Cube|WindowsLaptop> Win10
will come when I want it to com
L388[09:18:23] <dangranos> win8 and later
is evil
L389[09:18:43] ⇦
Quits: Ekoserin (~Ekoserin@c-73-133-224-81.hsd1.va.comcast.net)
(Ping timeout: 189 seconds)
L390[09:18:51]
⇨ Joins: Ekoserin
(~Ekoserin@c-73-133-224-81.hsd1.va.comcast.net)
L391[09:28:00] <Inari> India nixes online
porn ban following intense public outrage on social media
L392[09:48:11] ***
deviluna|sleep is now known as deviluna
L393[09:48:35] <dangranos> ргр
L394[09:48:37] <dangranos> *huh
L396[09:48:37] <MichiBot> dangranos:
Peer to Peer IPv6 Networking in CJDNS - BattleMeshV8 |
length
42m 52s | Likes:
0
Dislikes:
0 Views:
9 | by
Adjy Leak
L397[09:52:38]
⇨ Joins: Vexaton
(~Vexatos@p200300556E066537E8611BE49F14385D.dip0.t-ipconnect.de)
L398[09:52:38]
zsh sets mode: +v on Vexaton
L399[09:55:00] ⇦
Quits: Vex|Away
(~Vexatos@p200300556E066518E8611BE49F14385D.dip0.t-ipconnect.de)
(Ping timeout: 198 seconds)
L400[09:55:24] ⇦
Quits: Cube|WindowsLaptop (webchat@2.216.104.181) (Ping timeout:
204 seconds)
L401[10:21:34] ***
Vexaton is now known as Vexatos
L402[10:26:00] <Vexatos> Crap
L403[10:26:07] <Vexatos> so I found a
massive issue with Selene
L404[10:26:10] <Vexatos> .|
L405[10:28:08] <Skye> Vexatos, what
happened?
L406[10:29:10] *
Skye pokes Vexatos
L407[10:32:21] <Vexatos> Nevermind
L408[10:32:25] <Vexatos> it appears
uuh
L409[10:32:29] <Vexatos> I tested
something wrong?
L410[10:32:30] <Vexatos> no idea
L411[10:32:34] <Vexatos> I was sure it
worked
L412[10:32:37] <Vexatos> apparently it
doesn't
L413[10:32:39] <Vexatos> nevermind
L414[10:33:11] *
Skye hugs Vexatos
L415[10:34:59] ***
Cranium[Away] is now known as Cranium
L416[10:43:15] ⇦
Quits: s0r00t (~s0@nsg93-10-78-236-116-224.fbx.proxad.net) (Quit:
Leaving)
L417[10:56:37] ⇦
Quits: WireWulf (~SageKitsu@2602:306:ce4f:a280:a5af:8d2d:7fcc:c1f8)
(Quit: Leaving)
L418[11:00:07] <Vexatos> So I just made
Selene work with ComputerCraft
L419[11:05:45] <vifino> oh god.
L420[11:14:25] <Vexatos> Uhm
L421[11:14:31] <Vexatos> I made
ComputerCraft work with Selene*
L422[11:19:54] ***
mr208 is now known as mallrat208
L423[11:21:51] <robhol> the fuck is that?
:p
L424[11:24:38] <dangranos> ahahaha
L426[11:24:47] <gamax92> it's Vexatos's
weird lua extension
L427[11:24:49] <dangranos> that's funny
little idea
L428[11:25:01] <dangranos> what gamax
said
L430[11:27:06] <gamax92> Vexatos: why do
you do local a,b,c = blah(); return a,b,c
L431[11:27:09] <gamax92> why not just
return blah()
L432[11:27:21] <Vexatos> gamax92, because
I, for a change, am standards-compatible
L433[11:27:33] <Vexatos> (i)pairs will
only return the first three returned values
L434[11:27:40] <gamax92> ahh, okay
L435[11:28:19] <gamax92> Vexatos: You know
a good example of when following standards is a bad idea?
L436[11:28:30] <dangranos> my best typo of
the year goes to that: 'Fahrenheit 911'
L437[11:28:49] <Vexatos> gamax92, I
don't
L438[11:29:06] <Vexatos> I know a lot of
good examples of when it's a bad idea
L439[11:29:08] <gamax92> Kibibyte
L440[11:29:11] <Vexatos> When not
following them*
L441[11:32:06] <gamax92> Vexatos: CC?
:P
L442[11:33:08] <Vexatos> gamax92, CC
L443[11:33:09] <Vexatos> lots of it
L444[11:33:28] <Vexatos> require, package
(missing), print, fs, bit (completely different)
L445[11:33:36] <Vexatos> see
L446[11:33:44] <Vexatos> local file =
fs.open("fish", "w")
L447[11:33:48] <Vexatos>
file.write("cake")
L448[11:33:49] <Vexatos>
file.close()
L449[11:33:52] <Vexatos> see what's
wrong?
L450[11:34:05] <gamax92> Vexatos: no no no
;)
L451[11:34:42] <gamax92> local sometable =
{4,67,{"apples"}} local file = fs.open("fish",
"w") file.write(sometable) file.close()
L452[11:35:18] <gamax92> you'd get
something like {1.0=4.0,2.0=67.0,3.0={1.0=apples}}
L453[11:36:10] <Vexatos> ....
L454[11:36:13] <Vexatos>
..............
L455[11:36:14] <Vexatos> well
L456[11:36:23] <Vexatos> someone could
call that "user-friendliness"
L457[11:36:29] <Vexatos> but the . instead
of the : is just wrong
L458[11:37:04] <gamax92> anyway back to ai
simulations
L459[11:40:08] <dangranos> hm?
L460[11:43:18] ⇦
Quits: black3agl3 (~black3agl@197.224.79.65) (Read error:
Connection reset by peer)
L461[11:43:32]
⇨ Joins: black3agl3 (~black3agl@197.225.231.141)
L462[11:43:45] <Kodos> Lizzy, are you
planning on picking up the Horizons expansion for E:D?
L463[11:43:55] <Kodos> Bullshit, I just
saw you launch the game lol
L464[11:44:21] <Lizzy> Kodos, i turned my
pc on from standby, the launcher was still running
L465[11:44:26] <Kodos> Ah
L466[11:44:44] <Kodos> Anyway, planetary
flight and other shiz was announced to be coming this year
L467[11:44:55] <Kodos> Being able to go
into a LEO to look for a landing spot
L468[11:44:59] <Kodos> And yes, you can
land anywhere
L469[11:45:11]
⇨ Joins: sciguyryan
(~sciguyrya@93-94-245-9.dynamic.swissvpn.net)
L470[11:46:57] <Lizzy> though going out
for dinner with family so not gonna be able to play it yet
L471[11:46:59] *
Lizzy shakes fist at internet
L472[11:47:36] <Lizzy> Kodos, being able
to fly in planet atmospheres will be cool
L473[11:47:49] <Kodos> Yep
L474[11:48:06] <Lizzy> instead of nearly
crashing into them which i have done twice
L475[11:48:07] <Kodos> 75 USD to get into
the beta for it, with included purchase of hte actual
expansion
L476[11:48:19] <Kodos> I'm gonna TRY to
get ahold of 200 USD for the lifetime expansion pass though
L477[11:51:35] <vifino> Dang it. I wanna
play E:D, I love space games >:(
L478[11:53:38] <Kodos> I'm told if you buy
the Horizons expansion, it includes the base game
L479[11:53:39] <Lizzy> If I was earning
more I'd buy it for people
L480[11:54:11] <Kodos> I can't wait to go
to some BFE part of the galaxy, find an earthlike, and land there
and call it my own
L481[11:55:06] <Lizzy> Kodos, do you have
the Base game?
L482[11:55:10] <Kodos> I do!
L483[11:55:21] <Kodos> I'm a proud pilot
and member of the Mobius group
L484[11:56:04] <Lizzy> Hmm, may have to
try meeting up once I work out to play the game better
L485[11:58:14] <Kodos> What are you flying
atm?
L486[11:58:27] <Lizzy> Starter ship
L487[11:58:55] <Kodos> I've been thinking
of investing in a Hauler longterm
L488[11:59:08] <Kodos> You can top one out
at around a mil
L489[11:59:12] <Kodos> Which is a little
under what I have atm
L490[11:59:34] <Kodos> I was gonna get a
Type 6 but you need like 3m to fit one decent plus still have cash
for cargo
L491[11:59:44] <Kodos> What HID setup do
you use?
L492[11:59:52] <Kodos> K+M, Joystick,
controller?
L493[12:01:10] <Lizzy> Dualshock 3
controller in Xbox 360 emulation, advanced control pad on Ead
L494[12:01:22] <Lizzy> s/Ead/ED
L495[12:01:22] <Kibibyte> <Lizzy>
Dualshock 3 controller in Xbox 360 emulation, advanced control pad
on ED
L496[12:01:48] <Kodos> Not bad
L497[12:02:05] <Kodos> I'm waiting on
Oculus to come out already, since I can't afford a Dk2 =(
L498[12:02:22] <Kodos> Tried it out with
my brother's DK1 though
L499[12:02:26] <Kodos> Was amazing except
I couldn't read shit
L500[12:02:33] <Lizzy> I use keyboard for
the strafing left and right on landings if I bugger up, which is
quite common
L501[12:04:57] <Kodos> I use my HAT for
the up down and strafe thrust
L502[12:05:06] <Kodos> I have a twisty
stick for everything else :3
L504[12:07:24] <Lizzy> Once I get into it
properly, I'll use my controller in a custom configuration so I can
potentially pitch/roll using the accelerometers in it
L505[12:07:56] <Lizzy> And actually put
the speed controls on the triggers and not the bumper buttons
L506[12:07:58] <Kodos> I completely
understand. I fell out of my chair once while using the DK2 because
I leaned into a roll
L507[12:08:05] <Kodos> err Dk1
L508[12:09:08] <Lizzy> Bearing in mind my
controller is one of the PS3 ones
L509[12:09:19] <Lizzy> In case you thought
it was something else
L510[12:09:32] <Kodos> Nah, I know what
dualshock means
L512[12:09:51] <Lizzy> s/K/okay
L513[12:09:51] <Kibibyte> <Lizzy>
okay
L515[12:10:28] <Kodos> I'm eventually
going to get one of these and make my own cockpit
L516[12:10:40] <Kodos> Specifically, the
2235-DP
L517[12:13:02] <Lizzy> The DS3 tool I use
has a lot of customisation on what buttons / axis to assign to what
features
L518[12:13:33] <Lizzy> I usually just
stick it in Xbox mode though cause that has the highest
compatability
L520[12:31:56] <DerekStiles> So I wrote a
thing
L521[12:32:00] ***
DerekStiles is now known as ds84182
L522[12:34:19] <ds84182> .p
L523[12:34:21] <^v> Ping reply from
ds84182 1.18s
L524[12:34:25] <ds84182> #worstping
L525[12:41:35] <Kodos> .p
L526[12:42:04] <gamax92> :O ds84182
L527[12:42:08] <gamax92> Welcome
back
L528[12:42:37] <ds84182> :DDDDDD
L529[12:42:39] <ds84182> I am back
L530[12:42:50] <ds84182> but I'm about to
leave when the minute mark hits 50
L531[12:44:34] <gamax92> ds84182: what if
you made a bytecode optimizer, to further optimize bytecode
L532[12:44:40] <gamax92> (ideas)
L533[12:44:50] <ds84182> gamax92: Probably
wouldn't optimize much...
L534[12:46:07] <ds84182> I can't do things
like inline local functions because I would have to essentially
make something thats able to shift the stack variables that an
entire function uses over by a set number
L535[12:46:38] <ds84182> I would have to
do a source code optimizer, since I have more information
L536[12:51:15] ***
rakiru|offline is now known as Kasen
L537[12:57:12] <Sangar> o/
L538[12:57:45] <vifino> Snagar!
L539[12:57:48] <Vexatos> o/ Snagar
L540[12:57:59] <Vexatos> Sangar: Today I
made ComputerCraft compatible with Selene
L541[12:58:19] <Vexatos> By using a
require implementation I have contributed to and replacing pairs
and ipairs, I got it to work ;_;
L542[13:08:09]
⇨ Joins: CoderPuppy (~cpup@32.218.119.86)
L543[13:08:40] <Sangar> Vexatos, you
m
L544[13:10:51] ⇦
Quits: cpup (~cpup@32.218.119.8) (Ping timeout: 206
seconds)
L546[13:11:47] <Vexatos> Also, Sangar,
more CC standards-incompatibility fun has been had
L547[13:11:47] <Vexatos>
<Vexatos> local
file = fs.open("fish", "w")
L548[13:11:48] <Vexatos>
<Vexatos> file.write("cake")
L549[13:11:48] <Vexatos>
<Vexatos> file.close()
L550[13:11:48] <Vexatos>
<Vexatos> see
what's wrong?
L551[13:14:28]
⇨ Joins: Voidi
(~tobias@cable-158-181-71-239.cust.telecolumbus.net)
L552[13:18:28] <reinei> file.
L553[13:18:29] <reinei> ?
L554[13:18:53] <vifino> s/\./:/ pls
L555[13:18:58] <Vexatos> vifino, that's CC
for you
L556[13:19:08] <vifino> .-.
L557[13:19:10] <Vexatos> It was erroring a
lot and I had no idea why
L558[13:19:21] <Vexatos> then someone on
#computercraft reminded me it had to be a dot
L559[13:19:30] *
vifino flips CC
L560[13:19:56] <Vexatos> Selene adds
table.flip
L561[13:20:02] <Vexatos> and CC now works
with it
L562[13:20:03] <Vexatos> soooo
L563[13:20:04] <Vexatos> :3
L565[13:20:18] <Vexatos> look at that
beauty </s>
L566[13:21:10] <Sangar> Vexatos, ofc
L567[13:21:33] <Vexatos> Sandra, ofc
what
L568[13:21:42] <Vexatos> also, "you
m" what?
L569[13:21:45] <Vexatos> Sangar*
L570[13:21:46] <Vexatos> dangit
L571[13:21:49] <Sangar> m as in not
s
L572[13:21:51] *
Vexatos blames Snagar
L573[13:21:56] <Sangar> also file:
ofc
L574[13:22:12] <Vexatos>
>_____________>
L575[13:22:29] <Sangar> that already
annoyed when i still used cc way way back :X
L576[13:23:52] <Vexatos> ok, list of
things non-standard in CC
L577[13:23:58] <Vexatos> package and
require are missing
L578[13:24:11] <Vexatos> fs has a weird
handle
L579[13:24:16] <Vexatos> bit is not called
bit32
L580[13:24:23] <Vexatos> print isn't
standards-compatible
L581[13:24:29] <Vexatos> Hmmm
L582[13:24:44] <Vexatos> There were 3 more
things I knew about
L583[13:24:56] <Sangar> if file is weird,
how about io? (io.stdout/stderr in particular)
L584[13:25:48] <Vexatos> ...does that even
exist in CC?
L585[13:26:22] <Sangar> uh. io.write does
i'm pretty sure
L586[13:26:50] <Sangar> at least i think i
used it in the port of print3d to cc and that worked
L588[13:27:12] <Sangar> ah welp
L589[13:27:18] <Vexatos> sooo
L590[13:27:21] <Vexatos> all the things
listed there
L591[13:27:26] <Vexatos> are the things
that are NOT working :P
L592[13:27:29] <Sangar> but hey, at least
one of those is missing in oc, too!
L593[13:27:36] <gamax92> Sangar: fix
that
L594[13:27:43] <Sangar> fix it yourself
>_>
L595[13:27:47] <Sangar> cba to implement
popen
L596[13:27:53] <Vexatos> well
L597[13:27:55] <Vexatos> see
L598[13:28:02] <gamax92> Sangar: fix it
yourself >_>
L599[13:28:02] <Vexatos> OC isn't missing
require
L600[13:28:07] <Vexatos> that's already
quite a thing
L601[13:28:10] <Sangar> wouldn't be
surprised if plan9k has it :P
L602[13:28:20] <gamax92> Magik6k: does
plan9k have io.popen
L603[13:28:24] <Sangar> gamax92, i
survived 2 years without it, i'll last a few more :P
L604[13:28:48] <gamax92> Magik6k should be
Magik9k
L605[13:28:56] <Sangar> badum-tish
L606[13:28:58] <gamax92> :>
L607[13:29:11] <Vexatos>
badum-tish.com
L608[13:29:12] <Vexatos> Sangar pls
L609[13:29:16] <Vexatos> s/an/na
L610[13:29:16] <Kibibyte> <Vexatos>
Snagar pls
L611[13:29:29] <Sangar> that's my bot
command, you're the bot
L612[13:29:36] <Vexatos> dangit
L613[13:29:52] <Sangar> dan git?
L614[13:29:56] <gamax92> Sorry, forked
repositories are not currently searchable.
L615[13:30:06] <gamax92> Why is this a
thing
L616[13:30:14] <Sangar> are they being
ddosed again?
L617[13:30:22] <gamax92> no?
L618[13:30:28] <Sangar> well then
idk
L619[13:30:33] <gamax92> fak I'm in
windows atm
L620[13:30:42] <gamax92> i don't have git
and fgrep and all the fun stuffs
L622[13:33:34] <Voidi> Hello Sangar, i
have some question about contributiing to oc. Can we talk in german
about that? cause my english is under all pig.
L623[13:33:42] <gamax92> plus git is not
working for somereason ...
L624[13:33:57] <Sangar> dat denglish :P
sure, pm me
L625[13:34:00] <reinei> Voidi, equal goes
loose
L626[13:34:09] <Sangar> again what
learned!
L627[13:34:21] <reinei> now that one
hurt
L628[13:34:28] <reinei> mine was at least
somewhat historical
L629[13:34:43] <Sangar> :P
L630[13:35:16] <Vexatos> nuuu
L631[13:35:19] <Vexatos> I want to listen
as well
L632[13:35:22] <Vexatos> no PMs ;_;
L633[13:35:34] <gamax92> Vexatos: then
start talking in germanglish
L634[13:35:35] <Vexatos> inb4 Voidi just
wants a special thinger (tm)
L635[13:35:41] <Vexatos> gamax92, Keine
Lust D:>
L636[13:35:49] <gamax92> Lust
L637[13:35:52] *
gamax92 hides
L638[13:35:59] <Sangar> inb4 we'll kill
computronics some more
L639[13:36:03] <Vexatos> :<
L640[13:36:06] <Vexatos> : <
L641[13:36:06] <reinei> and gamax
obviously picks the word best describing himself
L642[13:36:10] <Vexatos> : ' >
L643[13:36:15] <Vexatos> : ' <
L644[13:36:17] <Vexatos> : ' (
L645[13:36:41] <Vexatos> <Voidi>
cause my english is under all pig.
L646[13:36:43] <Vexatos> ...
L647[13:36:45] <Vexatos>
................
L648[13:36:46] <Vexatos> I...
L649[13:36:48] <Vexatos> I just....
L650[13:36:50] <Vexatos> ....
L651[13:36:56] <gamax92> Vexatos
L652[13:36:58] <gamax92> get it
together
L653[13:37:16]
⇨ Joins: Ardebitis (~ardebitis@192.111.128.61)
L654[13:37:26] <Ardebitis> Hello
L655[13:37:47] <gamax92> Sangar: plan9k
has popen :P
L656[13:37:56] <Sangar> cool :3
L657[13:38:00]
⇨ Joins: PlaguedEntity
(~plagueden@192.111.128.61)
L658[13:38:01] <reinei> whats popen for
anyways?
L659[13:38:05] <PlaguedEntity> EYYYYY
LMAO.
L660[13:38:08]
⇨ Joins: black3agl33
(~black3agl@197.225.231.141)
L661[13:38:31] ⇦
Quits: PlaguedEntity (~plagueden@192.111.128.61) (Remote host
closed the connection)
L662[13:39:16] <Vexatos> reinei, pneumatic
open
L663[13:39:17] <gamax92> %p
L664[13:39:19] <Vexatos> uses air
pressure
L665[13:39:21] <Vexatos> to open a
file
L666[13:39:51] <reinei> Vexatos: just like
piping /dev/inside to gzip to then do /dev/input and have your
keyboard cleaned?
L667[13:40:04] ⇦
Quits: Ardebitis (~ardebitis@192.111.128.61) (Client
Quit)
L668[13:40:12] <Mimiru> %test
L669[13:40:13] <MichiBot> Mimiru:
Success
L670[13:40:15] <Mimiru> %p
L671[13:40:16] <MichiBot> Ping reply from
Mimiru 0.55s
L672[13:40:17] <Magik6k> gamax92, it
has
L673[13:40:19] ⇦
Quits: black3agl3 (~black3agl@197.225.231.141) (Ping timeout: 192
seconds)
L674[13:40:32] <Magik6k>
(plan9k/popen)
L675[13:41:09] <gamax92> oh jeez, my
internet, please
L676[13:41:10] <gamax92> %p
L677[13:41:11] <MichiBot> Ping reply from
gamax92 0.67s
L678[13:41:14] <vifino> #p
L679[13:41:14] <|0xDEADBEEF|> >
0.28364935 Seconds passed.
L680[13:41:15] ⇦
Quits: SuPeRMiNoR2 (~SuPeR@adam.superminor2.net) (Ping timeout: 180
seconds)
L681[13:41:25] <gamax92> brb rebooting
things
L682[13:41:27] ⇦
Quits: Inari (~Uni@p5B10203E.dip0.t-ipconnect.de) (Ping timeout:
192 seconds)
L683[13:41:27] <vifino> accuracy bruh!
:3
L684[13:41:29]
⇨ Joins: SuPeRMiNoR2
(~SuPeR@adam.superminor2.net)
L685[13:41:29]
zsh sets mode: +v on SuPeRMiNoR2
L686[13:43:25]
⇨ Joins: Inari
(~Uni@p5B10203E.dip0.t-ipconnect.de)
L687[13:47:05] <Voidi> Vexatos: thats my
only motivation to code ;-)
L688[13:47:34] <Vexatos> really? D;
L689[13:48:13] <Vexatos> Sangar, I'm still
No. 3 contributor on OC, what the heck
L690[13:48:51] <Temia> The repository or
the channel?
L691[13:48:59] <Vexatos> repo
L692[13:49:06] <Temia> Well, check the
stats.
L693[13:49:09] <Temia> You're #3 there too
:p
L694[13:49:54] <gamax92> mmm,
delicious
L695[13:50:23] <gamax92> speaking of
delicious, I need to go make lunch
L696[13:50:44] <vifino> Temia! You're
actually here \o/
L697[13:51:02] <Temia> moooo.
L698[13:51:13] <vifino> meeeow.
L699[13:51:42] <Sangar> Vexatos, btw,
update those german translations :X
L700[13:52:14] <vifino> Sangar: I can do
that if you want :O
L701[13:52:27] <gamax92> HES TERKING YER
JERB
L702[13:52:29] *
vifino wants to contribute to OC somehow :X
L703[13:52:37] *
Shuudoushi can't wait for the new deadpool movie.
L704[13:52:43] <vifino> gamax92 can
confirm I know how to translate.
L705[13:52:50] <Sangar> do eeet
L706[13:52:57] <Sangar> also wats a
terb
L707[13:53:03] <Vexatos> vifino, you won't
add random free spaces everywhere?
L708[13:53:14] <vifino> wat
L709[13:53:16] <Vexatos> I remember
"Kupfer Draht Spule" 11/10
L710[13:53:17] <Sangar> inb4 vex will yell
at you
L711[13:53:24] <Shuudoushi> Sangar: did
you figure out why my PR failed a few weeks back? (The PR for
cleaning up the man pages)
L712[13:53:31] <gamax92> vex WILL yell at
you :P
L713[13:53:38] <Sangar> it failed?
L714[13:53:39] <vifino> Vexatos: who did
that? .-.
L715[13:53:50] <vifino> inb4 me
L716[13:53:54] <Vexatos> vifino, some
native speaker trying to translate Immersive Engineering
L717[13:53:54] <Shuudoushi> yeah, then two
days later it went through without issue
L718[13:54:01] <vifino> Vexatos: i
see
L719[13:54:07] <Shuudoushi> do you think
github was just flipping its shit?
L720[13:54:09] <Vexatos> I see too
L721[13:54:10] <Vexatos> Err
L722[13:54:11] <Vexatos> IC2
L723[13:54:22] <gamax92> >_>
L724[13:54:34] <gamax92> Yeah I'm sure
that was accidental
L725[13:54:40] ⇦
Quits: asie (~asie@asie.pl) (Quit: WeeChat 1.1)
L726[13:54:45] <Sangar> Shuudoushi, do you
mean travis?
L727[13:54:45] <gamax92> r.i.p asie
L728[13:55:07] <Sangar> rip in
poland
L729[13:55:07] <Shuudoushi> Sangar: ...
Did I look at the wrong PR again...
L730[13:55:10] <vifino> Sangar: could you
poke me into the right direction on translations/what i have to
translate?
L731[13:55:16] <gamax92> Sangar: unmanaged
floppies are good for custom arches
L732[13:55:46] ⇦
Quits: clever
(~clever@nwcsnbsc03w-047054167025.dhcp-dynamic.FibreOP.nb.bellaliant.net)
(Ping timeout: 202 seconds)
L733[13:55:46] <Sangar> Shuudoushi, that
'failed' stuff is usually just the builds on travis failing, which
should be more stable now, but generally isn't all that reliable
anyway :P
L734[13:55:51] <Sangar> i'm pretty sure i
merged your pr
L735[13:56:02] <Sangar> gamax92, i suppose
so
L736[13:56:02] <Shuudoushi> lol, kk
L737[13:56:15] <Vexatos> gamax92, no
unmanaged floppies
L738[13:56:15] <Vexatos> no
L739[13:56:17] <Vexatos> just
L740[13:56:20] <Vexatos> TAPES
L741[13:56:22] <gamax92> no tapes
L742[13:56:24] <Sangar> vifino, uhm.
everything newer than a few months? >_>
L743[13:56:25] <Vexatos> D;
L744[13:56:27] <Shuudoushi> Sangar: and
you did, I got a note about it like two days after it said it
failed XD
L745[13:56:28] <Sangar> dunno
L746[13:56:37] <gamax92> Computronics is
obsolete
L747[13:56:37] <Vexatos> Sangar: You
always did it
L748[13:56:44] <vifino> Sangar: Very
helpful @_@
L749[13:56:48] <Vexatos> and apart from
the typos, yours are good
L750[13:56:50] <Vexatos> I mean
L751[13:57:00] <Sangar> vifino, sorry.
just diff the names in en and de i suppose :/
L752[13:57:01] <Vexatos> "wie zum
Bleistift" I couldn't have done that any better
L753[13:57:09] <Sangar> Vexatos, i did.
until i got too lazy :X
L754[13:57:11] <Sangar> heh
L755[13:57:17] <Shuudoushi> lol
L756[13:57:29] <reinei> Vexatos: but thats
the best in joke you can bring thats not a 'flachwitz'
L757[13:57:47] <Shuudoushi> the good news
is that the man pages should remain relatively clean till 1.6
:D
L758[13:57:49] <reinei> you can bring ouch
that denglish
L759[13:57:56] <Sangar> what's the
translation for flachwitz anyway?
L760[13:58:00] <gamax92> Techokami: do i
have contribitor access to ocsymon?
L761[13:58:04] <gamax92> if not please
add
L762[13:58:11] <Techokami> okay, one
moment
L763[13:58:13] <reinei> dunno, thats why I
didn'T translate it
L765[13:58:31] <Sangar> flat joke :P
L766[13:58:47] <Sangar> :3
L767[13:58:50] <Vexatos> :3
L768[13:59:04] <Sangar> scummy much
yummy
L769[13:59:10] <vifino> Sangar: *writes
script to find untranslated things*
L770[13:59:47] <Sangar> k
L771[13:59:58] <Vexatos> vifino, I have it
for you
L772[14:00:11] <vifino> Vexatos: give
plz
L774[14:00:32] <Vexatos> there you
go
L775[14:00:49] <Vexatos> oh wait
L776[14:00:50] <Vexatos> derp
L777[14:00:56] <Sangar> wat
L778[14:01:05] <Vexatos> I accidentally
the HTML website
L779[14:01:06] <Vexatos> not the raw
file
L780[14:01:13] <Vexatos> HOLD ON
GUYS
L781[14:01:28] <vifino> Vexatos: .-.
L783[14:01:32] <Sangar> u derp
L784[14:01:33] <Vexatos> there you
go
L785[14:01:39] <reinei> Vexatos:
Vexatoasted
L786[14:01:54] <Vexatos> It's a really
good translation tool
L787[14:01:58] <Sangar> that's... quite
the nice tool yeah
L788[14:02:02] <Vexatos> it shows the
stuff that hasn't been translated yet
L789[14:02:08] <Vexatos> and allows
side-by-side comparison
L790[14:02:12] <Vexatos> in case certain
names have changed
L791[14:02:19] <Vexatos> Sangar: Lunatrius
made it essentially for me
L792[14:02:26] <Vexatos> (I am the only
one using it I think)
L793[14:02:38] <Vexatos> He didn't make it
for me, he made it out of boredom
L794[14:02:46] <Vexatos> and happened to
show it to me :P
L795[14:03:17] <Vexatos> I've been
providing bug reports and suggestions and now it's pretty much done
and stable and awesome
L796[14:03:21] <Sangar> "essentially
for you", sounds like we're still in denglish mode? :X
L797[14:03:41] <Vexatos> no...?
L798[14:03:51] <Vexatos>
"essentially, he made it for me" the correct order
L799[14:03:53] <Sangar> wouldn't you put
that essentially at the end, normally?
L800[14:04:00] <Sangar> or that
L801[14:04:03] <Vexatos> >_>
L802[14:04:04] <Vexatos> <_<
L803[14:04:08] <Sangar> but not... oh
well
L804[14:04:12] <Techokami> gamax92, you're
collaborator
L805[14:04:17] <Sangar> two germans
discussing the english language
L806[14:04:29] <reinei> add me in!
L807[14:04:30] <Sangar> what could
possibly go wrong
L808[14:04:31] <gamax92> bleh, ehbasic is
at minimum over 8k .-.
L809[14:04:33] <vifino> Vexatos: ty.
L810[14:04:44] <Vexatos> Sangar: 15 points
in English in Oberstufe
L811[14:04:45] <Vexatos> Beat that
:3
L812[14:04:47] <vifino> But, net splitter
is pretty much the same :V
L813[14:04:56] <vifino> Netz Splitter
isn't that perfect, is it? .-.
L814[14:05:05] <Vexatos> vifino, I will
kill you
L815[14:05:07] <Vexatos> if you do
that
L816[14:05:08] <Vexatos> I
L817[14:05:13] <reinei> Vexatos: wow I
just recently got 12
L818[14:05:15] <Sangar> Vexatos, uhh.
can't remember my toefl score, sorry :/
L819[14:05:26] <vifino> Vexatos: shh, what
would you do instead? :P
L820[14:05:34] <Vexatos> reinei: Also 15
in Computer Science Abitur
L821[14:05:38] <Vexatos> Particularly
proud of that
L822[14:05:45] <Sangar> oh, found it,
113/120
L823[14:05:48] <Vexatos> vifino, "Net
Splitter" thank me later
L824[14:05:49] <Vexatos> </s>
L825[14:05:50] <Sangar> higher
number!
L826[14:05:50] <Sangar> :X
L827[14:05:53] <reinei> 15 CS 15 math 13
physics (normally 15)
L828[14:05:59] <reinei> Vexatos: 15 in CS
for me is boring
L829[14:06:09] <Vexatos> I failed Chem, I
"only" got 10 P:
L830[14:06:11] <reinei> I taught my last
teacher the language he was teaching us
L831[14:06:18] <Vexatos> reinei, same
here
L832[14:06:21] <nxsupert> o/
L833[14:06:25] <reinei> last time (this
time) I got nothing worse than 10 :)
L834[14:06:33] <Sangar> turbo pascal?
>_>
L835[14:06:33] <vifino> Vexatos: I'll put
"Netz Splitter" there until you tell me otherwise
>:D
L836[14:06:33] <Vexatos> the CS abitur was
horribly hard
L837[14:06:39] <Vexatos> for CS level of
difficulty
L838[14:06:46] <reinei> I may not write CS
in my abitur
L839[14:06:47] <Vexatos> everyone got bad
grades except me >_>
L840[14:06:53] <Vexatos> because,
well
L841[14:06:58] <Vexatos> I knew Java
before we got taught Java
L842[14:07:00] <Vexatos> :P
L843[14:07:09] <Vexatos> vifino, call it
"Net Splitter"
L844[14:07:26] <Vexatos> There are more
than enough English words in German language revolving around
Computers
L845[14:07:27] <Vexatos> I mean
L846[14:07:29] <Vexatos>
"Computer"
L847[14:07:32] <vifino> .-. k
L848[14:07:36] <Sangar> Rechner!
L849[14:07:38] <Sangar> plz
L850[14:07:50] <gamax92> brb lunch
L851[14:07:53] <gamax92> lunchen
L852[14:07:56] <Vexatos> Sangar,
calculator, -ris (m)
L853[14:08:05] ⇦
Quits: Lumien (Elite13049@ipv6.6.sigma.elitebnc.org) (Ping timeout:
192 seconds)
L854[14:08:05] <Vexatos> Sangar,
computator, -ris (m)
L855[14:08:13] <Sangar> ... wat
L856[14:08:24] <Vexatos> actually it's
computor
L857[14:08:27] <Vexatos> but don't tell
anyone
L858[14:08:31] <Vexatos> compotator
L859[14:08:32] <Sangar> Rechenmaschine
:P
L860[14:08:47]
⇨ Joins: Lumien
(Elite13049@ipv6.6.sigma.elitebnc.org)
L861[14:08:47] <Vexatos> actually
L863[14:09:00] <Vexatos> don't mind me,
being all Latin
L864[14:09:05] <Sangar> ...
L865[14:09:20] <Sangar> "let's invent
words!" - "oh, look, it's latin"
L866[14:09:24] <reinei> Vexatos: you're
not the only one, though I was never particularily good at it
L867[14:09:48] <Vexatos> But I actually
know Latin
L868[14:09:48] <reinei> one of you guys
coming to 'Gamescom' tomorrow?
L869[14:09:52] <Vexatos> I can express
myself in Latin
L870[14:09:53] <Vexatos> I mean
L871[14:09:56] <Vexatos> how weird is
that?
L872[14:10:04] <Sangar> s/know/no/
L873[14:10:04] <Kibibyte> <Vexatos>
But I actually no Latin
L874[14:10:09] <Sangar> ^ that'd be
me
L875[14:10:10] <reinei> hic forum est.
populus properat. marcus et claudia circumspectat
L876[14:10:18] <Vexatos> nonono
L877[14:10:27] <Vexatos> Sol ardet.
Silentium est. Villa sub sole iacet.
L878[14:10:44] <Sangar> si non confectus,
non reficiat. only pseudo latin i need to know :P
L879[14:10:45] <reinei> I know that I HAD
those words
L880[14:10:49] <Vexatos> Canis tacet,
etiam asinus non clamat. Quintus stat et expectat. Ubi est
flavia?
L881[14:10:55] <vifino> Vexatos:
managed/unmanaged is also the same, at least "§lWarnung§r:
Umschalten der Modi führt zum Datenverlust." is a little
better. .-.
L882[14:11:01] <vifino>
plznohitmevexatoast
L883[14:11:01] <Vexatos> Chapter 1 of out
Latin book from year 6
L884[14:11:02] <reinei> flavia ah
yes
L885[14:11:03] <Vexatos> Why
L886[14:11:05] <Vexatos> why do I remember
this
L887[14:11:07] <Vexatos> WHY
L888[14:11:11] <Vexatos> year 6
L889[14:11:14] <Vexatos> chapter 1
L890[14:11:14] <Vexatos> WHY
L891[14:11:18] <Sangar> je suis arthur le
peroquet!
L892[14:11:36] <Vexatos> Poor sangar
appears to have chosen the wrong language
L893[14:11:45] <Sangar> nope, both
terrible
L894[14:11:51] <Vexatos> reinei, one of
the few things I am good at is remembering things
L895[14:12:03] <Sangar> pest und cholera
und so
L896[14:12:09] <Vexatos> Mostly useless
stuff like this
L897[14:12:14] <reinei> I am apparrently
OK at everything and good at most things I'm just too lazy to do
any of them
L898[14:12:15] <Vexatos> but I still got a
decent abitur (1.3)
L899[14:12:49] <Sangar> next thing you'll
say you actually learned for your abitur
L900[14:12:55] <reinei> I got a nc of 1.58
this year, without even trying
L901[14:13:01] <Vexatos> Only a little
>_>
L902[14:13:04] <reinei> you should have
seen my exams sometimes
L903[14:13:13] <Sangar> then again, we all
know abitur is child's play outside of bavaria :P
L904[14:13:29] <Vexatos> I horribly failed
at Chemistry due to a cerebral blackout and "only" got 10
points :P
L905[14:13:31] <reinei> bist du schlecht,
geh zur brecht *cough*
L906[14:13:57] <Vexatos> But CS, Maths,
geo* and German exams went fine
L907[14:16:08] <vifino> Vexatos: aaaargh,
"hitting it with a wrench" got me stuck ._.
L908[14:16:09] <vifino> ffs.
L909[14:16:25] <Vexatos>
"Professionelle Wartungsarbeiten"
L910[14:16:33] <Vexatos> >_>
L911[14:16:34] <vifino> ahahahaha
L912[14:16:40] <Vexatos> Sangar
approves
L913[14:16:55] <Vexatos>
"Schraubenschlüsselisieren" is not a word
unfortunately
L914[14:17:15] <Sangar> let's make it
one
L915[14:17:22] <Vexatos> "einen
Schraubenschlüssel nutzen", vifino
L916[14:17:26] ⇦
Quits: Pyrolusite
(~Pyrolusit@ARouen-651-1-415-4.w90-22.abo.wanadoo.fr) (Killed
(NickServ (GHOST command used by
Pyrolusite2!~Pyrolusit@ARouen-651-1-298-199.w109-209.abo.wanadoo.fr)))
L917[14:17:28]
⇨ Joins: Pyrolusite2
(~Pyrolusit@ARouen-651-1-298-199.w109-209.abo.wanadoo.fr)
L918[14:17:32] <vifino> Vexatos: ty
L919[14:17:38] <Voidi> agree!
Schraubenschlüsselisieren :-)
L920[14:17:49] <Vexatos>
Schraubenschlüssel->wrench
L921[14:17:56] <Vexatos>
Rohrzange->wrench
L922[14:18:17] <Sangar> also need to find
a place to use Siemens-Reset in there somewhere some time
L923[14:18:17] <vifino> Vexatos:
'Verbindung von jeder Seite kann umgeschaltet werden in dem man sie
mit einem Schraubenschlüssel "Professionelle
Wartungsarbeiten" durchführt.' works! (tm)
L924[14:18:18] <Vexatos> <generic
tool>->wrench
L925[14:18:27] <Vexatos> vifino,
commas
L926[14:18:27] <Vexatos> please
L927[14:18:32] <Sangar> hahaha
L928[14:18:32] <Vexatos> commas
L929[14:18:34] <vifino> Vexatos:
pfft
L930[14:18:36] <Vexatos> no
L931[14:18:38] <Vexatos> not pfft
L932[14:18:38] <Sangar> com- ahh, screw
it
L933[14:18:47] <Vexatos> I don't want to
go through it YET AGAIN
L934[14:18:52] <Sangar> hue hue
L935[14:18:53] <Vexatos> I already fixed
it thrice for Sangar
L936[14:19:10] <Sangar> i somewhat
improved over time tho, i think :X
L937[14:19:13] <Sangar> then i
stopped
L938[14:19:13] *
Vexatos loves the word "thrice"
L939[14:19:32] <vifino> Vexatos: comma
after werden, happy now? :P
L940[14:19:38] <vifino> also s/sie
//
L941[14:19:46] <Sangar> we, need, more,
commas
L942[14:19:52] <Vexatos> vifino, I was
about to say that
L943[14:20:00] <Vexatos> Sangar,
please,
L944[14:20:01] <vifino> I. Like. Dots.
More.
L945[14:20:13] <Vexatos> But:whyD:
L946[14:20:58] <Sangar>
i'm,not;sure.i,like!you?discriminating:punctuation
L947[14:21:16] <vifino> Because. They.
Allow. Me. To. Capitalize. Things. I. Need. That. Because. I. Am.
Obviously. A. Capitalist.
L948[14:21:27] <Sangar> badum-tish
L949[14:21:40] <Sangar> slow bot is
slow
L950[14:21:46] <Vexatos>
#'+*~-_.:,;<>|!"§$%&/()=?`´\}][{@€
L951[14:21:51] <Sangar> bot broke
L952[14:22:06] <Vexatos>
badum-tish.com
L953[14:22:07] <Vexatos> sorry
L954[14:22:07] <Vexatos> .p
L955[14:22:07] <^v> Ping reply from
Vexatos 0.21s
L956[14:22:09] *
Vexatos doesn't even try to blame the ping
L957[14:22:10] <vifino> Sangar: Vexatoast
broke too, that works.
L958[14:22:18] <Vexatos> vifino, you don't
get it
L959[14:22:31] <vifino> Vexatos: I don't
get anything.
L960[14:22:38] <Sangar> :X
L961[14:22:39] <Vexatos> we recently
discovered I am an android robot made by Sangar
L962[14:23:19] <vifino> Oh, yes.
L963[14:23:20] <vifino> YES!
L964[14:23:25] <vifino> All makes sense
now.
L965[14:23:34] <Vexatos> Btw, if your
browser crashes
L966[14:23:39] <Vexatos> just go back to
the site
L967[14:23:40] <Sangar> a bot that wrote
oc, even
L968[14:23:42] *
vifino pours water on Vexatoast
L969[14:23:44] <Vexatos> and click
"load backup" or something
L970[14:23:53] <Vexatos> it saves your
changes to local storage, that website
L971[14:23:57] <Vexatos> live
L972[14:24:02] <vifino>
awesomesauce.
L973[14:24:06] <Vexatos> Sangar,
indeed
L974[14:24:18] <Vexatos> No idea how but I
was
L975[14:24:25] <vifino> Vexatos: Can I
leave it as "Professionelle Wartungsarbeiten"? :P
L976[14:24:40] <Vexatos> Mentioning the
wrench should be obvious enough
L977[14:24:46] <vifino> :D
L978[14:24:50] <Vexatos> \:D/
L979[14:24:53] *
vifino leaves it in there \o/
L980[14:25:03] <Vexatos> Not that anyone
would ever play MC in German
L981[14:26:29] <Voidi> I try it, but
played MC too long in english
L982[14:26:38] <Voidi> so it feels
weird
L983[14:27:14] <vifino> Uhh, Redstone is
Rotstein in german version, right? >_>
L984[14:27:16] <Kodos> For any interested
parties, Amazon's Free App for the day is Servers Ultimate
Pro
L985[14:27:17] <Vexatos> No
L986[14:27:21] <Vexatos> It has never
been, vifino
L987[14:27:21] <reinei> Vexatos: not that
you would want to play most games in german
L988[14:27:36] <vifino> Vexatos: I
could've sworn it was last time my neighbour played it.
L989[14:27:37] <Sangar> vifino, that'd be
the case if this were WoW we're talking about
L990[14:27:44] <Vexatos> Voidi, you better
don't complain about the quality of the German modded translations
as 90% of them are made by me xD
L991[14:27:57] <Vexatos> The Vanilla
translations are bad though \:D/
L992[14:28:18] <Sangar> Vexatos, then make
them better :P
L993[14:28:28] <Voidi> have you ever
looked the german translations for terrafirmacraft?
L995[14:28:39] <Vexatos> GUESS WHAT
L996[14:28:44] <Sangar> not
surprised
L997[14:28:49] <Sangar> not surprised at
*all*
L998[14:28:51] <Vexatos> Vanilla uses
crowdin
L999[14:28:55]
⇨ Joins: black3agl333 (~black3agl@197.224.75.22)
L1000[14:28:55] <Vexatos> a.k.a. I have
no control over it
L1001[14:29:03] <Vexatos> Voidi,
Yes
L1002[14:29:05] <Vexatos> I did
L1003[14:29:10] <Vexatos> 4200 lines of
stuff
L1004[14:29:15] <Vexatos> I fixed a bunch
in it
L1005[14:29:19] <Vexatos> once
L1006[14:29:23] <Vexatos> about half a
year ago
L1007[14:29:28]
⇦ Quits: black3agl33 (~black3agl@197.225.231.141) (Ping
timeout: 189 seconds)
L1008[14:29:31] <Vexatos> it was mad
q_q
L1009[14:29:34] <Voidi> nice things like
this: 'Geologenhammer-Keramikform (Bismutbronze)'
L1010[14:29:42] <Vexatos> Yup
L1011[14:29:47] <Vexatos> But it's very
correct
L1012[14:29:56] <Vexatos> Whoever did it,
they were a good translator
L1013[14:30:04] <Vexatos> I had to fix
little
L1014[14:31:51] <vifino> Vexatos:
Konnectivität or Verbindung, what do you like more?
L1015[14:32:04] <reinei> Verbindung
klingt besser
L1016[14:32:05] <Vexatos> context
L1017[14:32:18] <Vexatos> gif context
pl0x
L1018[14:32:20] <vifino> Vexatos:
connectivity
L1019[14:32:38] <Vexatos> ...
L1020[14:32:42] <Vexatos> hover over the
word
L1021[14:32:44] <Vexatos> give me the
key
L1022[14:33:46] <vifino>
oc:tooltip.NetSplitter
L1023[14:33:53] <Vexatos> ah
L1024[14:34:43] <vifino> I chose
Konnectivität in the end, sounds better \o/
L1025[14:34:46] <Voidi> is there a short
way in oc to prevent the text cropping when printing long tables
via = ?
L1026[14:34:50] <Vexatos>
Konnektivität
L1027[14:34:50] <Sangar> con-text. the
text is conning you! watch out!
L1028[14:34:51] <Vexatos> pls
L1029[14:34:58] *
vifino silences reinei
L1030[14:35:04] <Vexatos> vifino,
konneKtivität
L1031[14:35:14] <vifino> Vexatos: shh,
already fixed that
L1032[14:35:23] <reinei> :(
L1033[14:35:36] <Sangar> Voidi, not
really, workaround is output to file, then open that in edit
:P
L1034[14:35:41] <reinei> we'll I don'T
know what you guys are talking about anyways xD
L1035[14:35:43] <Vexatos> vifino,
pleas
L1036[14:35:44] <Voidi> i don't want to
type a loop everytime
L1037[14:35:45] <Vexatos> please
L1038[14:35:48] <Vexatos> I asked for the
context
L1039[14:35:53] <Vexatos> you didn't say
anything
L1040[14:35:59] <Vexatos> so I was
assuming it was on its own
L1041[14:36:08] <Vexatos> but it actually
was in a sentence just like I expected
L1042[14:36:16] <Vexatos> WHY DIDN'T YOU
GIVE ME THE CONTEXT
L1043[14:36:23] *
Sangar gives CONTEXT to Vexatos
L1044[14:36:23] <vifino> Vexatos:
"Verhält sich so wie ein Dynamischer Verbinder. Die
Konnektivität von jeder Seite kann umgeschaltet werden, in dem man
"Professionelle Wartungsarbeiten" /mit einem
Schraubenschlüssel durchführt. Sie kann auch invertiert werden in
dem ein Redstone Signal an diese Seite gegeben wird."
L1045[14:36:35] <vifino> how dafuq did
that / get in there
L1046[14:36:40] <Vexatos>
dynamischer*
L1047[14:36:46] <vifino> q_q
L1048[14:36:47] <Vexatos> s/von //
L1049[14:36:47] <Kibibyte> <vifino>
Vexatos: "Verhält sich so wie ein Dynamischer Verbinder. Die
Konnektivität jeder Seite kann umgeschaltet werden, in dem man
"Professionelle Wartungsarbeiten" /mit einem
Schraubenschlüssel durchführt. Sie kann auch invertiert werden in
dem ein Redstone Signal an diese Seite gegeben wird."
L1050[14:37:02] <Inari> Lol
L1051[14:37:15] <Vexatos> s/\///
L1052[14:37:15] <Kibibyte> <vifino>
Vexatos: "Verhält sich so wie ein Dynamischer Verbinder. Die
Konnektivität jeder Seite kann umgeschaltet werden, in dem man
"Professionelle Wartungsarbeiten" mit einem
Schraubenschlüssel durchführt. Sie kann auch invertiert werden in
dem ein Redstone Signal an diese Seite gegeben wird."
L1053[14:37:20] <reinei> also Redstone
should get the german equivalent
L1054[14:37:30] <reinei> I don't know if
Redstone stays Redstone
L1055[14:37:32] <vifino> reinei: so
redstone?
L1056[14:37:36] <Vexatos> It does
L1057[14:37:38] <reinei> ah ok
L1058[14:37:40] <Vexatos> redstone is
"Redstone"
L1059[14:37:44] <Sangar> i can't even
remember what the english original was, and it's not been *that*
long... brain, plz
L1060[14:37:46] <Inari> and this is why i
stay faaar away from localization
L1061[14:37:52] <Vexatos> s/
Signal/-Signal/
L1062[14:37:52] <Kibibyte> <vifino>
Vexatos: "Verhält sich so wie ein Dynamischer Verbinder. Die
Konnektivität jeder Seite kann umgeschaltet werden, in dem man
"Professionelle Wartungsarbeiten" mit einem
Schraubenschlüssel durchführt. Sie kann auch invertiert werden in
dem ein Redstone-Signal an diese Seite gegeben wird."
L1063[14:38:04] <Vexatos>
s/werden/werden,/
L1064[14:38:04] <Kibibyte> <vifino>
Vexatos: "Verhält sich so wie ein Dynamischer Verbinder. Die
Konnektivität jeder Seite kann umgeschaltet werden,, in dem man
"Professionelle Wartungsarbeiten" mit einem
Schraubenschlüssel durchführt. Sie kann auch invertiert werden in
dem ein Redstone-Signal an diese Seite gegeben wird."
L1065[14:38:06] <vifino> it was Rotstein
idk how long ago, might have been the texture pack my neighbour
used .-.
L1066[14:38:07] <Vexatos> <-<
L1067[14:38:14] *
vifino slaps Vexatos with a brick
L1068[14:38:14] *
EnderBot2 high-fives vifino
L1069[14:38:16] <reinei> no no it
WAS
L1070[14:38:21] <Vexatos> "Verhält
sich so wie ein Dynamischer Verbinder. Die Konnektivität jeder
Seite kann umgeschaltet werden, in dem man "Professionelle
Wartungsarbeiten" mit einem Schraubenschlüssel durchführt. Sie
kann auch invertiert werden, in dem ein Redstone-Signal an diese
Seite gegeben wird."
L1071[14:38:22] <Vexatos> there
L1072[14:38:50] <Vexatos> even better
yet
L1073[14:38:52] <Vexatos> hold on
L1074[14:39:13] <gamax92> ohai
L1075[14:39:22] <Vexatos> Kann Netzwerke
dynamisch verbinden. Die Konnektivität jeder Seite kann
umgeschaltet werden, in dem man "Professionelle
Wartungsarbeiten" mit einem Schraubenschlüssel durchführt. Sie
kann auch mit einem Redstone-Signal an entsprechenden Seiten
invertiert werden.
L1076[14:39:25] <Vexatos> vifino ^
L1077[14:39:28] <Vexatos> how about
that
L1078[14:39:52] <Sangar> woah, when did
the youtube html5 player change o.O
L1079[14:40:01] <gamax92> few days
ago
L1080[14:40:02] <vifino> Vexatos: Oooh, I
like it! :D
L1081[14:40:11] <Vexatos> Sangar: about
the time I installed the force-flash-player addon
L1082[14:40:18] <Vexatos> it's even more
RAM/CPU-eating than before
L1083[14:40:26] <Sangar> Vexatos, yeah, i
have that at work, which is why i didn't notice :X
L1084[14:40:51] <Sangar> (mostly because
the html5 one can't play anything > 360p (or 480p?) on that
machine -.-)
L1085[14:41:10] <Vexatos> there is a
HTML5 plugin too
L1086[14:42:27] <Vexatos> vifino, that's
how you "translate"
L1087[14:42:32] <Vexatos> you don't have
to go word-by-word
L1088[14:42:38] <Vexatos> you need to
find a translation that makes sense
L1089[14:42:41] <Vexatos> and is easy to
read
L1090[14:42:43] <vifino> Vexatos:
shh
L1091[14:43:01] <Vexatos> 218 lang files
of experience are talking to you right now :P
L1092[14:43:09] <Sangar> aka not
transliterate :P
L1093[14:43:13] *
Vexatos wonders why Sangar made him be a translation
bot
L1094[14:43:19] <reinei>
* Vexatos feels smart
L1095[14:43:27] <Vexatos> reinei: I
do
L1096[14:43:28] <vifino> But alright,
I'll keep it in mind I am allowed to do that.
L1097[14:43:31] <Vexatos> I am pretty
proud of this
L1098[14:43:34] <vifino> Thank you again,
Vexatos :)
L1099[14:43:37] *
vifino hugs Vexatos
L1100[14:43:40] <Vexatos> because it was
a shiteload of work for something noone uses
L1101[14:43:44] <reinei> vifino: you're
not ALLOWED you are MEANT to
L1102[14:43:53] <vifino> reinei:
shh
L1103[14:44:03] <Vexatos> ssh? xd
L1104[14:44:12] <reinei> I thought it was
sSSD
L1105[14:44:14] <Sangar> but yeah, don't
transliterate, just write something that makes sense is is at least
as informative/punny as the english one :P
L1106[14:44:22]
⇦ Quits: Greys (~Greys@c-73-161-125-179.hsd1.mi.comcast.net)
(Ping timeout: 202 seconds)
L1107[14:45:01] <Sangar> and one of that
`is`es is a disguised `and`
L1108[14:45:23] <vifino> git commit -m
"Translated new language file entries for the german
translation."
L1109[14:45:27] <vifino> am such good
with words
L1110[14:45:30] <Lizzy> woo, home
L1111[14:45:56] <Vexatos> homo, -minis
(m)
L1112[14:46:02] <Sangar> also i need to
find myself something to eat. my stomach has been yelling at me for
a while now. one day my laziness will be the death of me, quite
literally >_>
L1113[14:46:29] <reinei> Sangar:
nope
L1114[14:46:40] <reinei> because you
would be too lazy to die aswell
L1115[14:50:09] <Voidi> get a robot to
prepare a meal for you
L1116[14:50:22] <reinei> get an arduino
to make it for you
L1117[14:50:59]
⇨ Joins: Nathan1852__
(~Nathan185@p5DC118BE.dip0.t-ipconnect.de)
L1118[14:51:32] <Oddstr13> any oc mods
that add "robot cam", aka first person view from the
robots, like ccedu does?
L1120[14:54:09] <Vexatos> Oddstr13,
shrobot I see
L1121[14:54:11] <Vexatos> :P
L1122[14:54:54] <Vexatos> vifino:
Vexapproves
L1123[14:55:07] <Vexatos> :D
L1124[14:55:11]
⇦ Quits: noiro (~noiro@2601:cd:301:a660:dc9c:2a93:4c28:959c)
(Read error: Connection reset by peer)
L1125[14:55:18]
⇨ Joins: robhol_ (~robhol@178.62.167.124)
L1126[14:55:24] <Oddstr13> Vexatos:
1.8
L1127[14:55:26] <Oddstr13> plz
L1128[14:55:35] <Oddstr13> also, command
computer equivilant :P
L1129[14:55:37] <Oddstr13> plz
L1130[14:55:39] <Vexatos> debug
card
L1131[14:55:43] <Oddstr13> nice
L1132[14:55:44] ***
Skye is now known as Skye|Away
L1133[14:55:46] <Vexatos> debug card can
do anything and more
L1134[14:56:05] <robhol_> lagspernet
:(
L1135[14:57:03]
⇨ Joins: ICWiener (~DFrostedW@38.81.149.254)
L1136[14:57:09] <Temia> Creative case,
debug card, admin-only access, final destination
L1137[14:57:32]
⇦ Quits: Yepoleb
(~quassel@91-115-112-240.adsl.highway.telekom.at) (*.net
*.split)
L1138[14:57:32]
⇦ Quits: Kinuferu (Kinuferu@84.200.8.14) (*.net
*.split)
L1139[14:57:32]
⇦ Quits: DeanIsaKitty (~Dean@paranoidlabs.org) (*.net
*.split)
L1140[14:57:32]
⇦ Quits: DFrostedWang (~DFrostedW@38.81.149.254) (*.net
*.split)
L1141[14:57:32]
⇦ Quits: cloakable
(~cloakable@cpc2-aztw27-2-0-cust437.18-1.cable.virginm.net) (*.net
*.split)
L1142[14:57:32]
⇦ Quits: Guest19836 (michiyo@eos.pc-logix.com) (*.net
*.split)
L1143[14:57:32]
⇦ Quits: vifino (vifino@tty.sh) (*.net *.split)
L1144[14:57:32]
⇦ Quits: Ender (ender@thor.theender.net) (*.net
*.split)
L1145[14:57:32]
⇦ Quits: TotallyNotKatie (TotallyNot@mail.pc-logix.com)
(*.net *.split)
L1146[14:57:32]
⇦ Quits: Thog (~Thog@kurisu.rx14.co.uk) (*.net
*.split)
L1147[14:57:32]
⇦ Quits: robhol (~robhol@178.62.167.124) (*.net
*.split)
L1148[14:57:39] <gamax92> r.i.p
L1149[14:57:50] <Sangar> welp
L1150[14:57:51] <gamax92> warden
L1151[14:58:03] <Vexatos> warded
L1152[14:58:09] <Temia> warped
L1153[14:58:17] <Sangar> warderped?
L1154[14:58:20] <Vexatos> war ded
L1155[14:58:27] <gamax92> warent
L1156[14:58:46]
⇦ Quits: CoderPuppy (~cpup@32.218.119.86) (Ping timeout: 202
seconds)
L1157[14:58:52]
⇨ Joins: cpup (~cpup@32.218.119.86)
L1158[14:59:46] <gamax92> cool, this has
been running for oh idunno, 14 hours? I've got about 46 seconds of
footage from it
L1159[15:03:29]
⇨ Joins: Thog (~Thog@kurisu.rx14.co.uk)
L1160[15:03:49] *
gamax92 pokes Temia
L1161[15:03:58] *
Temia moos.
L1162[15:04:26] <gamax92> so ideas: I
could add a 16KB eeprom and map that into the top of OCSymon's
memory space
L1163[15:04:47] <gamax92> I could also
make the 16KB rom space toggable, and have the standard eeprom load
stuff from disk
L1164[15:04:55] *
Temia curls up around Gamax. zzzmoo.
L1165[15:05:08] <Temia> Missing context.
entering sleep mode =.=
L1166[15:05:09] <gamax92> :<
L1167[15:05:22] <gamax92> Temia: ocsymon,
6502 thing for OC?
L1168[15:05:29] <Temia> ohright
L1169[15:06:02]
⇨ Joins: Yepoleb
(~quassel@91-115-112-240.adsl.highway.telekom.at)
L1170[15:06:02]
⇨ Joins: Kinuferu (Kinuferu@84.200.8.14)
L1171[15:06:02]
⇨ Joins: DeanIsaKitty (~Dean@paranoidlabs.org)
L1172[15:06:02]
⇨ Joins: cloakable
(~cloakable@cpc2-aztw27-2-0-cust437.18-1.cable.virginm.net)
L1173[15:06:02]
⇨ Joins: Guest19836 (michiyo@eos.pc-logix.com)
L1174[15:06:02]
⇨ Joins: vifino (vifino@tty.sh)
L1175[15:06:02]
⇨ Joins: Ender (ender@thor.theender.net)
L1176[15:06:02]
⇨ Joins: TotallyNotKatie
(TotallyNot@mail.pc-logix.com)
L1177[15:06:02] *** nova.esper.net sets mode:
+vo DeanIsaKitty TotallyNotKatie
L1178[15:06:03]
⇨ Joins: Greys
(~Greys@c-73-161-125-179.hsd1.mi.comcast.net)
L1179[15:06:07] <TotallyNotKatie> %sed
disable
L1180[15:06:07] <MichiBot>
TotallyNotKatie: Disabled SED for this channel
L1181[15:06:07] <Sangar> wb
L1182[15:06:22] <gamax92> lol katie
L1183[15:06:35] <gamax92> I mean
!katie
L1184[15:06:38] <Vexatos> gamax92, no
16kB EEPROM D:
L1185[15:06:54] <Sangar> |!katie|
L1186[15:06:57] <gamax92> ehbasic is more
than 8k D:
L1187[15:07:12] <Vexatos>
machine.lua
L1188[15:07:20] <gamax92> is relavent
why?
L1189[15:11:49]
⇦ Quits: Kilobyte (~kilobyte@cucumber.kilobyte22.de) (Ping
timeout: 189 seconds)
L1190[15:12:11]
⇨ Joins: micheel6_
(webchat@bzq-109-67-49-35.red.bezeqint.net)
L1191[15:12:21] <micheel6_> hey can
someone help me with background programs?
L1192[15:15:35] <vifino> :D It got merged
AND I got a Vexatoast sign of approval!
L1193[15:17:54]
⇨ Joins: Something12_
(~Something@S010634bdfa9eca7b.vs.shawcable.net)
L1194[15:19:51]
⇨ Joins: marcin212
(~marcin212@abhg198.neoplus.adsl.tpnet.pl)
L1195[15:22:11] <micheel6_> can someone
help me with background programs?
L1196[15:24:28]
⇦ Quits: phillips1012 (~phillips1@72.42.104.172) (Ping
timeout: 189 seconds)
L1197[15:24:43]
⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L1198[15:27:00] <Sangar> use
event.listen
L1199[15:28:17] ***
Skye|Away is now known as Skye
L1200[15:28:46]
⇦ Quits: M89 (~M89@afks28.neoplus.adsl.tpnet.pl) (Quit:
Leaving)
L1201[15:28:56]
⇦ Quits: reinei (~reinei@pD9E1D618.dip0.t-ipconnect.de)
(Quit: Leaving)
L1202[15:29:01]
⇦ Quits: Lumien (Elite13049@ipv6.6.sigma.elitebnc.org) (Ping
timeout: 192 seconds)
L1203[15:29:56]
⇨ Joins: Lumien
(Elite13049@ipv6.6.sigma.elitebnc.org)
L1204[15:30:14]
⇦ Quits: Temia (merlin@shellx.eskimo.com) (Ping timeout: 192
seconds)
L1205[15:32:39] ***
TotallyNotKatie is now known as KatieBot
L1206[15:32:41] <KatieBot> :P
L1207[15:33:20] <vifino> :o
L1208[15:33:39] <vifino> !katie fun
L1210[15:35:09] <vifino> :D
L1211[15:36:56] <vifino> Fuck yes! I'm a
contributor to 1.5.15~!
L1212[15:37:01] <gamax92> Sangar: you
should get a bot to do that
L1213[15:37:04] *
vifino dances \o/
L1214[15:37:39] <gamax92> Vexatos: you
never answered me
L1215[15:37:45] <gamax92> why is
machine.lua relavent
L1216[15:37:54] <gamax92> and why no 16kb
eepro
L1217[15:38:12] <Vexatos> Because you
could abuse a 16kB EEPROM for Lua code
L1218[15:38:38] <gamax92> not if it's a
"eeprom "
L1219[15:38:51] <Vexatos> what do you
mean
L1220[15:39:18] *
gamax92 tacks space onto end of name :P
L1221[15:39:20]
⇨ Joins: Temia (merlin@shellx.eskimo.com)
L1222[15:39:24] <gamax92> wb Temia
L1223[15:42:01] *
Lizzy needs to work on her landings in E:D
L1224[15:42:15] <vifino> :o?
L1225[15:43:54] <vifino> Lizzy: When I
get my new pc together, I'll play all the games with you. /All of
them./ :3
L1226[15:44:01] <gamax92> Vexatos: I got
it, they will be an "ееprom"
L1227[15:44:17] <Vexatos> ...what
L1228[15:44:24] <gamax92> using
0x435
L1229[15:44:37] <Vexatos> #lua
0x435
L1230[15:44:37] <|0xDEADBEEF|> >
1077
L1231[15:44:46] <Vexatos> #lua
string.char(0x435)
L1232[15:44:46] <|0xDEADBEEF|> >
[string "lua"]:1: bad argument #1 to 'char' (value out of
range)
L1233[15:44:50] <Vexatos> .-.
L1234[15:45:31] <gamax92> #lua
"\xD0\x85"
L1235[15:45:32] <|0xDEADBEEF|> >
Ѕ
L1236[15:45:35] <gamax92> uhh
L1237[15:45:41] <gamax92> #lua
"\xD0\xB5"
L1238[15:45:41] <|0xDEADBEEF|> >
е
L1239[15:45:42] <Lizzy> vifino, :D
L1240[15:45:44] <gamax92> there
L1241[15:47:16]
⇨ Joins: surferconor425
(surfercono@thinks.you.can-be.sexy)
L1242[15:48:13] <Sangar> gamax92, i
should get a bot to do all the release related things, but oh well
:P
L1243[15:48:52] <Vexatos> I need to go
sleep now
L1244[15:48:54] <Vexatos> good
night
L1245[15:49:48] <Sangar> gnight vex
L1246[15:49:53]
⇦ Quits: Vexatos
(~Vexatos@p200300556E066537E8611BE49F14385D.dip0.t-ipconnect.de)
(Quit: I guess I have to go now. Bye ✔)
L1247[15:53:30] <vifino> R.I.P
Vexatoast
L1248[15:55:23] <Techokami> gamax92,
idea
L1249[15:55:33] <Techokami> add a bigger
EEPROM
L1250[15:55:40] <Techokami> in
OCSymon
L1251[15:56:04] <gamax92> Isn't this what
I said? .-.
L1252[15:56:24] <Techokami> derp
L1253[15:56:31] <Techokami> I WASN'T
READING THE WHOLE CHAT
L1254[15:56:49] <Techokami> too busy
building something in minecraft while packing up for a trip
L1255[15:56:58] <Techokami> BTW I'll be
offline for a few days
L1256[15:57:06] <gamax92> sounds
fun
L1257[15:57:06] <Techokami> going in to
Boston with some internet friends
L1258[15:57:11] <Techokami> for
Mysterium
L1259[15:58:13] <Techokami> one of said
friends is the guy that made Storage Drawers :)
L1260[16:00:12]
⇦ Quits: micheel6_
(webchat@bzq-109-67-49-35.red.bezeqint.net) (Ping timeout: 204
seconds)
L1261[16:00:12]
⇦ Quits: micheel6 (webchat@109.67.49.35) (Ping timeout: 204
seconds)
L1262[16:05:08]
⇨ Joins: Kilobyte
(~kilobyte@cucumber.kilobyte22.de)
L1263[16:05:23]
⇦ Quits: ICWiener (~DFrostedW@38.81.149.254) (Ping timeout:
192 seconds)
L1264[16:05:31]
⇨ Joins: DFrostedWang (~DFrostedW@38.81.149.254)
L1265[16:05:37] ***
Kilobyte is now known as Guest70134
L1266[16:07:34] <Oddstr13> Cruor just
made my computer BSOD by connecting too many keyboards.
L1267[16:11:32] <Sangar> that's a
wonderful quote to sign off to :P
L1268[16:11:37] <Sangar> i'm off, gnight
o/
L1269[16:11:48] <Techokami> see ya
L1270[16:11:50] <Inari> night
L1271[16:12:30] <Cruor> what is up with
the green selector thing with the tablet? o_O
L1272[16:14:38] <Kodos> Geolyzer
component
L1273[16:14:42] <Kodos> Block
analysis
L1274[16:16:45] <Oddstr13> how do I
sleep(n) in OpenOS?
L1275[16:16:58] <Techokami>
os.sleep(n)
L1276[16:17:53] <Oddstr13> thanks
L1277[16:20:32]
⇦ Quits: sciguyryan
(~sciguyrya@93-94-245-9.dynamic.swissvpn.net) ()
L1278[16:28:08] ***
Cruor is now known as Cruor|Away
L1279[16:28:11]
⇦ Quits: marcin212 (~marcin212@abhg198.neoplus.adsl.tpnet.pl)
(Quit: Leaving)
L1280[16:34:09]
⇦ Quits: ds84182 (ds84182@2607:5300:60:51da::1ce:c01d) (Ping
timeout: 186 seconds)
L1281[16:34:32]
⇨ Joins: Ekoserin2
(~Ekoserin@2601:144:1:73ae:b9cc:f401:650a:e1f3)
L1282[16:34:37]
⇨ Joins: ds84182
(michiyo@2607:5300:60:51da::1ce:c01d)
L1283[16:37:21]
⇦ Quits: Ekoserin
(~Ekoserin@c-73-133-224-81.hsd1.va.comcast.net) (Ping timeout: 186
seconds)
L1284[16:37:21]
⇦ Quits: Skye (skyem123@is.cute.skyem.co.uk) (Ping timeout:
186 seconds)
L1285[16:37:21]
⇦ Quits: mrdeadlocked (~mrdeadloc@199.204.185.12) (Ping
timeout: 186 seconds)
L1286[16:37:21]
⇦ Quits: nxsupert (nxsupert@janus.theender.net) (Ping
timeout: 186 seconds)
L1287[16:37:21]
⇦ Quits: EricBJ (~eric@108-160-20-69.regn.hsdb.sasknet.sk.ca)
(Ping timeout: 186 seconds)
L1288[16:37:21]
⇦ Quits: bananagram (~bananagra@2604:180:0:af5::9) (Ping
timeout: 186 seconds)
L1289[16:37:22]
⇦ Quits: Sandra (Sandra@2001:19f0:6800:8161:a:1ce:c01d:babe)
(Ping timeout: 186 seconds)
L1290[16:37:22]
⇦ Quits: Techokami
(Techokami@2001:19f0:6800:8161:1:be:a:7001) (Ping timeout: 186
seconds)
L1291[16:37:33] <gamax92> the world is
timed out
L1292[16:37:36] <Lizzy> err
L1293[16:37:45] <ds84182> Mimiru:
Connection limit exceeded?
L1294[16:37:55] <Mimiru> No?
L1295[16:37:57]
⇨ Joins: EricBJ
(~eric@108-160-20-69.regn.hsdb.sasknet.sk.ca)
L1296[16:38:02] <gamax92> portlane?
L1297[16:38:12] <ds84182> <*status>
Error from Server [Closing Link: 2607:5300:60:51da::1ce:c01d
(Killed (SessionServ (Connection limit exceeded.)))]
L1298[16:38:14]
⇦ Quits: Hobbyboy (Hobbyboy@hobbyboy.co.uk) (Ping timeout:
186 seconds)
L1299[16:38:23]
⇦ Quits: careo (~careo@exsurgent.com) (Ping timeout: 186
seconds)
L1300[16:38:23]
⇦ Quits: dangranos (dangranos@2607:5300:60:51da::dead:90d)
(Ping timeout: 186 seconds)
L1301[16:38:45] <gamax92> ds84182's heart
is 1ce c01d
L1302[16:38:48] <Mimiru> Maybe from the
ping timeout, and reconnects
L1303[16:38:57]
⇨ Joins: nxsupert (nxsupert@janus.theender.net)
L1304[16:39:09]
⇨ Joins: mrdeadlocked
(~mrdeadloc@199.204.185.12)
L1305[16:39:13] <Lizzy> ... why is
nxsupert on ipv4 .-.
L1306[16:39:18]
⇨ Joins: Sandra
(Sandra@2001:19f0:6800:8161:a:1ce:c01d:babe)
L1307[16:39:30] <nxsupert> ?
L1308[16:39:36] <Lizzy> don't worry
L1309[16:39:41] <gamax92> worry
L1310[16:40:08]
⇨ Joins: dangranos
(michiyo@2607:5300:60:51da::dead:90d)
L1311[16:40:23]
⇦ Quits: Riking|away (~RikZNC@107.170.242.76) (Ping timeout:
186 seconds)
L1312[16:40:48]
⇨ Joins: Techokami
(Techokami@2001:19f0:6800:8161:1:be:a:7001)
L1313[16:40:57] <nxsupert> Trying to get
a bare metal RPi program to display something on a screen is really
frustrating...
L1314[16:40:59]
⇨ Joins: bananagram
(~bananagra@2604:180:0:af5::9)
L1315[16:41:40]
⇨ Joins: Skye (skyem123@is.cute.skyem.co.uk)
L1316[16:41:44]
⇨ Joins: careo (~careo@exsurgent.com)
L1317[16:41:55] <nxsupert> Also. Was
there a netsplit?
L1318[16:42:00] <Lizzy> yes
L1319[16:42:05] ***
Daiyousei is now known as SleepingFairy
L1320[16:42:14] <Lizzy> i think
L1321[16:42:28]
⇨ Joins: Hobbyboy (Hobbyboy@hobbyboy.co.uk)
L1322[16:43:51]
⇨ Joins: Riking|away (~RikZNC@107.170.242.76)
L1323[16:45:34]
⇦ Quits: Cazzar (~CazzarZNC@vocaloid.lovers.at.cazzar.net)
(Quit: ZNC - http://znc.in)
L1324[16:46:38]
⇨ Joins: Cazzar
(~CazzarZNC@vocaloid.lovers.at.cazzar.net)
L1325[16:46:38]
zsh sets mode: +v on Cazzar
L1326[19:02:55]
⇨ Joins: Mimiru (Mimiru@eos.pc-logix.com)
L1327[19:03:15] <Mimiru> ¬_¬
L1328[19:04:13]
⇨ Joins: Mimiru (Mimiru@eos.pc-logix.com)
L1329[19:04:14] *** Server sets mode:
+ntz
L1330[19:04:14]
zsh sets mode: +o on Mimiru
L1331[19:04:22] <ds84182> woo
L1332[19:04:29] <Oddstr13> wb
L1333[19:04:31] <Mimiru> No awaynick
module, for now
L1334[19:04:47]
⇨ Joins: Kodos_ (kodos@eos.pc-logix.com)
L1335[19:05:01] <Oddstr13> on the bright
side, queries are handled same as channels now, right
L1336[19:05:13] <Mimiru> ?
L1337[19:05:16]
⇨ Joins: Naomi (Naomi@eos.pc-logix.com)
L1338[19:05:47]
⇨ Joins: Shuudoushi
(Shuudoushi@2607:5300:60:51da::c0f:fee)
L1339[19:06:02] <Oddstr13> the znc
version I have, queries are temp., not buffered
L1340[19:06:35] *
Mimiru shrugs
L1341[19:06:50] <Mimiru> I'm on
1.6.1
L1342[19:06:59] <Mimiru> moved from 1.6
beta
L1343[19:09:50] <ds84182> Mimiru: I don't
think anyone uses awaynick
L1344[19:09:57] <Mimiru> quiet a few
people do
L1345[19:10:08] <ds84182> Welp, I guess
I'm the only one that doesnt
L1346[19:10:12] <Mimiru> Cause I had to
disable it in the config for everyone who did
L1347[19:10:17] <ds84182> I couldn't get
it to work for some reason
L1348[19:10:24] <Mimiru> I don't Naomi
did, Shuudoushi did, Ingrimmm did
L1350[19:11:05] <ds84182> Thats what my
decompiler spit out from my input bytecode
L1351[19:11:42] <ds84182> I could
actually do the truth checking right then and there and remove the
need for the if statement, if I actually made an option for an
optimizer
L1352[19:14:26]
⇨ Joins: ping
(~pixel@c-68-41-215-101.hsd1.mi.comcast.net)
L1353[19:14:26]
zsh sets mode: +v on ping
L1354[19:16:23]
⇨ Joins: KatieBot (KatieBot@mail.pc-logix.com)
L1355[19:16:24]
zsh sets mode: +o on KatieBot
L1356[19:16:24] <EnderBot2> !kick
KatieBot Your owner does not have permission to bring you here. (if
you feel this is an error then please tell Lizzy or Sangar)
L1357[19:16:24] ***
KatieBot was kicked by zsh ((EnderBot2 (EnderBot)) Your owner does
not have permission to bring you here. (if you feel this is an
error then please tell Lizzy or Sangar)))
L1358[19:16:44]
⇨ Joins: TotallyNotKatie
(KatieBot@mail.pc-logix.com)
L1359[19:16:44]
zsh sets mode: +o on TotallyNotKatie
L1360[19:16:44] <EnderBot2> !kick
TotallyNotKatie Your owner does not have permission to bring you
here. (if you feel this is an error then please tell Lizzy or
Sangar)
L1361[19:16:44] ***
TotallyNotKatie was kicked by zsh ((EnderBot2 (EnderBot)) Your
owner does not have permission to bring you here. (if you feel this
is an error then please tell Lizzy or Sangar)))
L1362[19:16:51] <Mimiru> .....
L1363[19:16:56] *
Mimiru kicks EnderBot2
L1364[19:18:01]
⇨ Joins: TotallyNotKatie
(TotallyNot@mail.pc-logix.com)
L1365[19:18:02]
zsh sets mode: +o on TotallyNotKatie
L1366[19:21:46] <ds84182> welp local five
= getfive() local isfive = five == 5 gets optimized to vkuux_r1 =
getfive() == 5
L1367[19:22:23] <ds84182> I swear this is
the best optimizer i've seen in a lua decompiler that I've
made
L1368[19:22:32] <ds84182> the rest of
them had really weird bugs :/
L1369[19:23:19] <Shuudoushi> you're a
really weird bug
L1371[19:25:16] <Sandra> the best change
log I've seen ever.
L1372[19:30:55]
⇦ Quits: Inari (~Uni@p5B10203E.dip0.t-ipconnect.de) (Read
error: Connection reset by peer)
L1373[19:32:35] <ds84182> Great, it
unoptimizes correctly when it sees multiple register usages
L1374[19:32:38] <ds84182> thats
good
L1375[19:33:26] <ds84182> and Lua's
elseif is syntactic sugar for if blah then else if blah then else
end end
L1376[19:33:34] <ds84182> it literally
translates the same exact way
L1377[19:35:21] <gamax92> oh lovely
L1378[19:36:04] <Sandra> like it
should.
L1380[19:38:41] <gamax92> he's all like,
when your if elses start to get so massive you need two screens
just to view it, try to use a switch case
L1381[19:40:20] <Sandra> when your if
elses get beyond 3 cases, use a switch case.
L1383[19:41:34]
⇦ Quits: Ditchbuster
(~Ditchbust@2601:280:4402:426c:44a3:dbbf:2ec3:db29) (Ping timeout:
202 seconds)
L1384[19:41:40] <Sandra> well, yeah, but
you can always do some other stuff.
L1385[19:41:47] <Sandra> plus if your
switch has pattern matching.
L1386[19:41:51] <Sandra> :D
L1387[19:43:55]
⇨ Joins: Ditchbuster
(~Ditchbust@2601:280:4402:426c:586d:ea26:13a3:f4cb)
L1388[19:48:24] <Sandra> IO in
erlang/elixir is a process that receives messages and acts upon
them?
L1389[19:48:27] <Sandra> nice.
L1390[19:50:45] ***
Cazzar is now known as Cazzar|Away
L1391[20:00:38]
⇨ Joins: Rock_ (webchat@137.118.222.13)
L1392[20:00:49] <Rock_> good evening
all
L1393[20:02:58] <Sandra> hello,
Rock_.
L1394[20:03:43] <Rock_> I got OC running
after I changed the symlink to the newer forge version :)
L1395[20:05:17] <Rock_> i should have
noticed that, but i am old and senile
L1396[20:05:48] <Sandra> good to
hear.
L1397[20:06:22]
⇦ Quits: Nathan1852_
(~Nathan185@p5DC118BE.dip0.t-ipconnect.de) (Ping timeout: 186
seconds)
L1398[20:07:54] <Rock_> I am glad someone
agrees with me being old and senile. ROFL
L1399[20:15:38]
⇦ Quits: Ditchbuster
(~Ditchbust@2601:280:4402:426c:586d:ea26:13a3:f4cb) (Ping timeout:
202 seconds)
L1400[20:16:58]
⇨ Joins: Ditchbuster
(~Ditchbust@2601:280:4402:426c:586d:ea26:13a3:f4cb)
L1402[20:36:53]
⇨ Joins: jackmcbarn
(jackmcbarn@2001:470:1f15:958:223:7dff:feed:6c92)
L1403[20:46:11] ***
Magik6k is now known as Magik6k|off
L1404[20:48:08]
⇦ Quits: TotallyNotKatie (TotallyNot@mail.pc-logix.com) (Ping
timeout: 192 seconds)
L1405[20:48:08]
⇦ Quits: mrdeadlocked (~mrdeadloc@199.204.185.12) (Ping
timeout: 192 seconds)
L1406[20:48:08]
⇦ Quits: jackmcbarn
(jackmcbarn@2001:470:1f15:958:223:7dff:feed:6c92) (Ping timeout:
192 seconds)
L1407[20:48:25]
⇨ Joins: jackmcbarn
(jackmcbarn@2001:470:1f15:958:223:7dff:feed:6c92)
L1408[20:48:26]
⇨ Joins: TotallyNotKatie
(TotallyNot@mail.pc-logix.com)
L1409[20:48:27]
zsh sets mode: +o on TotallyNotKatie
L1410[20:52:59] <ds84182> gamax92: oh
god
L1411[20:53:30] <ds84182> I hate switch
cases tho
L1412[20:53:46] <ds84182> I always forget
to break, so it fucks up everything .-.
L1413[20:55:53]
⇨ Joins: mrdeadlocked
(~mrdeadloc@199.204.185.12)
L1414[21:13:22] <ds84182> so apparently I
just added while statements to the decompiler with a simple if
statement instead of making a huuuuuuuge logic branch
L1415[21:13:31] <ds84182> but it doesn't
cover while true do
L1416[21:16:04] <wolfmitchell> gg
L1417[21:16:39] <ds84182> Code for
checking for a while true do is 100% more complex
L1418[21:16:48] <wolfmitchell> gg
L1419[21:16:49] <ds84182> It requires me
to I CAN SEE THE FUTUREEEEEEE
L1420[21:19:20] <Ekoserin> local
ICANSEETHEFUTUREEEEEEE = require("me")
L1421[21:21:52]
⇨ Joins: Brose180
(webchat@pool-108-0-130-82.lsanca.fios.verizon.net)
L1422[21:22:00] <Ekoserin> Hi.
L1423[21:22:45] <Brose180> is there any
games for openOS?
L1424[21:23:02] <Ekoserin> Yeah, but not
many.
L1425[21:23:17] <Brose180> can you tell
me how to download them
L1426[21:24:07] <Ekoserin> If it's on
OPPM, you can use that, or use the standard "pastebin
get" or "wget"
L1427[21:24:34] <Brose180> thanks
L1428[21:24:40]
⇦ Parts: Brose180
(webchat@pool-108-0-130-82.lsanca.fios.verizon.net)
())
L1429[21:34:08] <ds84182> wootsauces, I
fixed a bug with the optimizer and loops
L1430[21:34:28] <Ekoserin> Wish
OpenComputers had a graphics mode.
L1431[21:34:30] <ds84182> the usage
counter now will follow backwards jumps and add those usages back
to the counts
L1432[21:34:50] <ds84182> Ekoserin: If it
wasn't scala then I'd have it in there by now
L1433[21:35:00] <ds84182> blame
snagra
L1434[21:35:19] <Ekoserin> So, what's
wrong with Scala?
L1435[21:40:32] <Ekoserin> ~w api
keyboard
L1437[21:43:55]
⇨ Joins: Theorem
(~Theorem@2001:19f0:7000:9930:5400:ff:fe0e:be5a)
L1438[21:44:00] <Ekoserin> Hey.
L1439[21:47:40] <Theorem> Hi.
L1440[21:47:50] <Ekoserin> Whatcha
need?
L1441[21:48:04] <Theorem> Just looking
around.
L1442[21:48:09] <Ekoserin> Okay.
L1443[21:52:57]
⇨ Joins: Nonsanity
(webchat@pool-108-3-163-121.bltmmd.fios.verizon.net)
L1444[21:53:11] <Ekoserin> Hi.
L1445[21:53:17] <Nonsanity> Hello.
L1446[21:53:35] <Izaya> Insane nick ya
got there
L1447[21:53:51] *
Ekoserin applauds
L1448[21:53:54] <Nonsanity> Is there
somewhee that documents using OpenPeripherals with OpenComputers? I
can't see how to access OP's feaures form OC.
L1449[21:54:05] <Nonsanity> I'm only a
little non sane. :)
L1450[21:57:20] <Nonsanity> I can find
plenty of place that mention that OpenPeripherals works with
OpenComputers, but not a single place that says /how/. :)
L1451[22:00:38] <Nonsanity> Well, it
doesn't look like OP has a Mekanism API anyway, so I guess the
question is fairly moot... :)
L1452[22:00:48] <Izaya> welp
L1453[22:00:59] <Izaya> you could try
running components
L1454[22:01:04] <Izaya> and if you don't
see any OP stuff there
L1455[22:01:11] <Izaya> put an adaptor
next to it
L1456[22:01:30] <Nonsanity> Y did. It
sees "mekanism_machine" with some basic inventory
functions, but no power or gas (depending on what I connect
to.
L1457[22:01:56] <Izaya> Try putting a
tank controller in it
L1458[22:01:58] <Izaya> it might
work
L1459[22:02:09] <Izaya> for the gas
L1460[22:02:21] <Nonsanity> TRied that
too. Was attempting to read a gas tank and a power container from
Mekanism.
L1461[22:02:49] <Nonsanity> I ended up
putting comparitors on the gas tanks. Not very high resolution, but
it's better than nothing.
L1462[22:02:58] <Nonsanity> Maybe the
same willwork for the power storage.
L1463[22:10:13] ***
Ekoserin is now known as Ekoserin|Off
L1464[22:12:07] <Nonsanity> Well, partial
success! As the power storage is multiblock, it just required the
Adaptor to be against a power output block. :)
L1465[22:14:41] <Izaya> that would make
sense
L1466[22:19:11] <Nonsanity> Yeah. No idea
why I even bothered to try! :D
L1467[22:28:21]
⇦ Quits: black3agl333 (~black3agl@197.224.75.22) (Read error:
Connection reset by peer)
L1468[22:49:18] ***
Cazzar|Away is now known as Cazzar
L1469[22:53:16]
⇦ Quits: Lathanael|Away
(~Lathanael@p54971E68.dip0.t-ipconnect.de) (Ping timeout: 206
seconds)
L1470[22:54:40]
⇨ Joins: frnick (webchat@69.29.195.59)
L1471[22:54:47] <frnick> hey guys, I have
a question. Can a drone attack mobs?
L1472[22:57:35] <Izaya> Maybe with a
weapon that is used by right-clicking?
L1473[22:57:37] *
Izaya shrugs
L1474[23:00:03]
⇨ Joins: Lathanael|Away
(~Lathanael@p54971CDA.dip0.t-ipconnect.de)
L1475[23:05:15]
⇦ Quits: SnowDapples (~powered@p5791B915.dip0.t-ipconnect.de)
(Killed (NickServ (GHOST command used by
SnowDapples_!~powered@pD9588776.dip0.t-ipconnect.de)))
L1476[23:05:21]
⇨ Joins: SnowDapples
(~powered@pD9588776.dip0.t-ipconnect.de)
L1477[23:10:22]
⇦ Quits: Pyrolusite
(~Pyrolusit@ARouen-651-1-298-199.w109-209.abo.wanadoo.fr) (Quit:
Leaving)
L1478[23:11:23] <frnick> ok
L1479[23:11:24] <frnick> i'll try
L1480[23:11:24] <frnick> thanks
L1481[23:11:31]
⇦ Quits: frnick (webchat@69.29.195.59) (Quit: Web client
closed)
L1482[23:13:41] ***
Cranium is now known as Cranium[Away]
L1483[23:44:35]
⇦ Quits: ping (~pixel@c-68-41-215-101.hsd1.mi.comcast.net)
(Read error: Connection reset by peer)
L1484[23:45:04] <Mimiru> Ugh...
L1485[23:45:20] <Mimiru> Our systems have
detected unusual traffic from your computer network
L1486[23:45:24] <Mimiru> screw you
google
L1487[23:56:11] <Izaya> woo, it's after
9PM in the US
L1488[23:56:18] <Izaya> Mr. Robot should
be on kickass by now
L1489[23:58:30] <dangranos> uh?
L1490[23:58:35] <dangranos> heh
L1491[23:58:38] <dangranos>
camrips?
L1492[23:58:53] <dangranos> ah
L1493[23:58:54] <dangranos>
>_<
L1494[23:59:15] <dangranos> XD
L1495[23:59:21] <dangranos> lol, names of
episodes