<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:01:40] <GreaseMonkey> right now i'm
leaning towards using the R4600's behaviour instead of the VR4300's
behaviour, mostly because the R4600 doesn't bother with 32-bit
backwards compatibility
L2[00:12:41] <GreaseMonkey> and after all
that, i finally have a hello world
L3[00:13:53] ⇨
Joins: fingercomp
(~fingercom@host-46-50-128-141.bbcustomer.zsttk.net)
L4[00:16:19]
<Mimiru>
Yay, modified gamax92's script a bit to get HexChat to display the
proper color on channel names in the switch bar when there is
activity from bridges
L5[00:16:24]
<Mimiru>
This was a test too :p
L6[00:38:04] <InfinitySamurai_>
GreaseMonkey: what are you working? I'm understanding about 50% of
everything you've been saying
L7[00:38:12] <InfinitySamurai_> working
on*
L8[00:38:20] <GreaseMonkey>
InfinitySamurai_: MIPS3 emulator for "OC2"
L9[00:38:42] <InfinitySamurai_> what's
MIPS3?
L10[00:40:47] <fingercomp> ~w
string.pack
L12[00:40:51] <GreaseMonkey> do you know
what MIPS is
L13[00:41:01] <InfinitySamurai_> heh,
nope
L15[00:41:20] <GreaseMonkey> i'll leave you
to that for now
L16[00:42:28] <InfinitySamurai_> Ah ok,
yeah I haven't studied architectures so that's why it is so far
from my knowledge.
L17[00:55:22] ⇨
Joins: techno156 (~techno156@137.154.59.226)
L18[01:01:53] ***
Gwyndolin|Work is now known as Gwyndolin
L19[01:08:51] <TheFox|AFK> DONT WORRY
InfinitySamurai_ Mips only looks like hell, though i dont know it
anyway
L20[01:09:15] <TheFox|AFK> MIPS ARM,X86,
and all the rest of them look like hell to learn
L21[01:10:40] <TheFox|AFK> though, i am
very intrigued by how hellish they look, for some reason it
actually makes me wan tto learn then
L22[01:10:44] <TheFox|AFK> them*
L23[01:18:35] <GreaseMonkey> you should
learn at least one of them, i recommend arm
L24[01:19:22] <GreaseMonkey> modern x86
isn't actually that bad, it's just that prior to 64-bit you really
don't get given enough registers
L25[01:19:40] <GreaseMonkey> and prior to
32-bit every register has a special purpose
L26[01:19:57] <GreaseMonkey> also what the
fuck i think i have 64-bit ops working now
L27[01:20:17] <GreaseMonkey> my hello world
in C just worked when compiled to 64-bit
L28[01:21:54] <GreaseMonkey> yes it all
works, bloody hell
L30[01:23:36] <GreaseMonkey> i still need
64-bit loads and stores and all the unaligned memory shit, not to
mention all the system control ops (COP0 stuff) and the
multiply/divide unit
L31[01:24:16] <InfinitySamurai_> I am not
touching that stuff with a long pole
L32[01:26:00] <GreaseMonkey> oh, once i
show you the ARM version of the greatest common denominator
function you'll want to learn that
L33[01:26:37] ⇨
Joins: Trangar
(~Trangar@249-153-145-85.ftth.glasoperator.nl)
L35[01:30:24] <GreaseMonkey> basically,
`SUB x, y, z` does `x = y - z;`
L36[01:30:43] <GreaseMonkey> ARM lets you
add condition codes unless you're using AArch64
L37[01:30:56] <GreaseMonkey> or
thumb1
L38[01:32:10] <InfinitySamurai_> Honestly
none of this means anything to me.
L39[01:32:27] <InfinitySamurai_> The lowest
level language I know is C
L40[01:34:11] <GreaseMonkey> `SUB x, y, z`
is pretty much `x = y - z`
L41[01:35:11] <GreaseMonkey> CMP sets the
"flags" appropriately, LT means less than, GT means
greater than, LE means less than or equal, NE means not equal
L42[01:35:24] <GreaseMonkey> it'll take a
while to get your head around how the flags work
L43[01:35:44] <GreaseMonkey> if you really
can't be arsed you can always learn MIPS and spend that time
scratching your head over how the branch delay slot works
L44[01:36:25] <InfinitySamurai_> It's
interesting, but I have more than enough applications to apply
higher level programming to
L45[01:36:42] <Forecaster> I wonder how
many gods I offend when I put cottage cheese and regular cheese on
the same sandwich
L46[01:36:56] <GreaseMonkey> oh that's
completely fine
L47[01:36:57] <InfinitySamurai_> You
offended me, so that's 1
L48[01:37:02] <GreaseMonkey> you aren't a
god, so that's 0
L49[01:37:05] <InfinitySamurai_> :3
L50[01:38:14] <GreaseMonkey> furthermore
you weren't asked if you were a god, so you weren't required to say
"yes"
L51[01:38:42] <GreaseMonkey> if you don't
get that reference, please watch ghostbusters. yes, of course i
mean the real version. yes, the real version has Bill Murray
starring in it.
L52[01:39:02] <GreaseMonkey> and was also
released last century.
L53[01:39:04] <InfinitySamurai_> I watched
it when I was a kid, so I totally don't remember jack about the
film
L54[01:39:22] <GreaseMonkey> i feel the
same way about The Lion King
L55[01:40:06] <InfinitySamurai_> I didn't
realise ghost busters was that old
L56[01:41:08] ⇦
Quits: Shawn|4650M (~shawn156@c-50-170-156-102.hsd1.co.comcast.net)
(Quit: Leaving)
L57[01:42:00] <Forecaster> mm
sandwiches
L58[01:42:16] *
Lizzy yawns and continues snuggling vifino
L59[01:43:37] ⇦
Quits: Kimiro (~MobileDra@72.143.232.210) (Ping timeout: 186
seconds)
L60[01:50:51] ⇦
Quits: xilni (~xilni@96.241.23.87) (Ping timeout: 182
seconds)
L61[01:51:21] <GreaseMonkey> i've realised
that i'll probably need a separate cross compiler just for 64-bit
mips stuff, unless newlib can multilib 32/64 nicely
L62[01:55:20] ⇦
Quits: CyanideX (uid17234@id-17234.tooting.irccloud.com) (Quit:
Connection closed for inactivity)
L63[01:55:46] <TheFox|AFK> GreaseMonkey: i
never said ARM was better, i said they are all a living hell, but
for some reason that makes me want to learn it (including both RISC
and CISC)
L64[01:56:13] <GreaseMonkey> they're only a
living hell if you refuse to touch them in the first place
L65[01:57:32] <TheFox|AFK> well, i tried to
touch ARM and didnt get far, everytime i sit down to learn
something i get interrupted right in the middle of it
L66[01:58:19] <TheFox|AFK> i saw your
comments after my original comments claiming they where hell,
though i thought you would recomend MIPS
L67[02:07:07] ⇦
Quits: Doty1154 (~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net)
(Quit: Leaving)
L68[02:11:48] <GreaseMonkey> i recommend
MIPS as a CPU to write an emulator for
L69[02:16:16] ***
Keridos is now known as Keridos|away
L70[02:38:09] ⇨
Joins: Inari (~Pinkishu@p5DEC603F.dip0.t-ipconnect.de)
L71[02:44:33] ⇦
Quits: TheFox|AFK
(webchat@pool-108-4-58-236.rcmdva.fios.verizon.net) (Quit: Need to
shutdown computer for update, cyall in a few hours, 1/4 till 1 and
im screwed, 3 hours of sleep for the win!)
L72[03:14:53] ⇨
Joins: VikeStep (~VikeStep@101.184.243.180)
L73[03:21:45] ⇦
Quits: Dashkal (~dashkal@s0106d43d7ef8be0d.vf.shawcable.net) (Ping
timeout: 186 seconds)
L74[03:21:54] ⇨
Joins: Kimiro (~MobileDra@24.114.40.72)
L75[03:32:54] ⇨
Joins: LeshaInc (~LeshaInc@84.234.50.81)
L76[03:33:29] ⇦
Quits: Kimiro (~MobileDra@24.114.40.72) (Quit: Connection lost:
Psionic link severed.)
L77[03:33:38] ⇨
Joins: Kimiro (~MobileDra@24.114.40.72)
L78[03:36:30] ⇨
Joins: Dashkal
(~dashkal@S0106d43d7ef8be0d.vf.shawcable.net)
L79[03:38:01] ⇨
Joins: BigPots59 (~bigpots59@108.170.50.18)
L80[03:38:09] <BigPots59> Hello
L81[03:38:48] ⇦
Quits: BigPots59 (~bigpots59@108.170.50.18) (Remote host closed the
connection)
L82[03:41:49] <GreaseMonkey> less than 1
minute, and not even a webchat user
L83[03:50:43] ⇨
Joins: Miyoyo
(~Miyoyo@ip-83-134-236-113.dsl.scarlet.be)
L84[03:51:59] <Miyoyo> It's 11 AM, I had as
much shut-eye as I blinked earlier this night, and I just had the
most productive day of my vacation today
L85[03:52:07] <Miyoyo> What a fkin time to
be alive
L86[04:05:04] ⇦
Quits: thebread (~tehesper@escapecraft.net) (Ping timeout: 190
seconds)
L87[04:08:31] ⇨
Joins: tehbeard (~tehesper@escapecraft.net)
L88[04:13:57] <Inari> N> fun rpg games
without combat :P
L89[04:16:15] <Forecaster> ?
L90[04:17:42] <GreaseMonkey> SS13 can be
fun w/o combat, as you usually end up just killing yourself in
amusing ways
L91[04:17:46] <Inari> i want fun rpg games
that have no combat :P
L92[04:17:50] <Inari> GreaseMonkey: rpg not
rp :<
L93[04:18:20] <Inari> or well i guess
combat existing is fine, but it should be a very minute part of
it
L94[04:18:23] <GreaseMonkey> i know someone
who set up a singularity just outside the escape shuttle
L95[04:18:40] <Inari> i'd even like SS13 if
i didnt hate text rp xD
L96[04:18:55] <Izaya> Miyoyo: sleep is for
the weak
L97[04:19:03] <Miyoyo> Meh
L98[04:19:05] <Forecaster> sleep for a
week!
L99[04:19:09] <Miyoyo> When you go to a
dentist it isnt
L101[04:19:21] <Izaya> I can sleep when
I'm dead
L102[04:19:46] <Inari> You can die when
you sleep
L103[04:20:06] <Miyoyo> Wow, thats...
Korea levels of dedication
L104[04:20:32] <Izaya> looking at the
related stuff
L105[04:20:41] <Izaya> >all these
fords, but no holdens
L106[04:21:04] <GreaseMonkey> there's more
to cars than fords and holdens
L107[04:21:12] <Izaya> yeah I know
L108[04:21:26] <GreaseMonkey> just like
there's more to gaming than gone home and dear esther
L109[04:21:37] <Izaya> and like holdens
aren't even made here any more
L110[04:21:42] <Miyoyo> I'm on CSGO right
now
L111[04:21:48] <Miyoyo> 77M russians
L112[04:21:55] <Izaya> so what difference
does it make
L113[04:22:17] <Miyoyo> no
communication
L114[04:22:23] <Miyoyo> That's
horrible
L115[04:22:23] <GreaseMonkey> the question
is, any toyotas or mazdas or nissans or mitsubishis or
whatever?
L116[04:22:35] <GreaseMonkey> or hondas or
subarus... you'd expect at least some subarus
L117[04:22:35] <Miyoyo> Priusses :D
L118[04:22:45]
<Elizabeth>
%ping Lizzy
L119[04:22:50]
<Elizabeth>
no?
L120[04:22:52]
<Elizabeth>
?
L121[04:23:19] <Izaya> all of the
above
L122[04:23:23] <Miyoyo> Priusses are nice
:D
L123[04:23:37] <Izaya> no idea in the
related actually
L124[04:23:43] <Izaya> closed the tab a
while back
L125[04:23:49] <Miyoyo> Uh,
cauliflowers?
L126[04:24:54] <Miyoyo> But what if,
aliens?
L127[04:29:57]
⇨ Joins: MalkContent
(~MalkConte@p4FDCE070.dip0.t-ipconnect.de)
L128[04:30:22] ***
gAway2002 is now known as g
L129[04:35:19] <Inari> GreaseMonkey: i've
yet to see a car i actually like the look of
L130[04:35:28] <Inari> i ugess it also
doesnt help that cars make me sick
L131[04:35:56] <Miyoyo> Why?
L132[04:37:25] <Inari> dunno, i think it
started at like feeling sick from being in cars (no clue why, some
of the "tips" help a bit, like looking at the street
(although that stresses me out as with cars coming closer im always
scared we'd crash into them XD), but most didnt do too much even if
they helped a litlte) and i guess over time i assocaited the car
smell with feeling sick
L133[04:37:42] <Inari> and now i just need
a whiff of car smell (esp. when they stand aroudn in summer and you
wlak next to them) and feel kinda sick
L134[04:37:43] <Inari> \o/
L135[04:38:07] <Miyoyo> I love the smell
of gazoline :/
L136[04:38:47] <Miyoyo> Might help my dad
was a part time mechanic but still
L137[04:39:09] <Miyoyo> I'm more
interested in how the engine works than the car itself
L138[04:39:12] <Inari> ooooh
L139[04:39:15] <Inari> a low flightmod for
NMS
L140[04:39:16] <Inari> *DLs*
L141[04:39:43] <Inari> Miyoyo: ah
L142[04:40:07] <Inari> engines cnabe
interesting but i'd usually be more interested in the engine
control than the engine itself if anything i guess :P but not much
interested in cars overall
L143[04:40:14] <Inari> motorbikes are much
cooler anyway
L144[04:40:26] <Miyoyo> Motorbikes don't
have a debug standard :/
L145[04:40:32] <Miyoyo> Very few use
ODB2
L146[04:40:37] <Inari> lol
L147[04:40:40] <Miyoyo> Whereas cars are
more or less standard
L148[04:42:03] <Miyoyo> Still, Bikes are
nice with their reduced OSDs
L149[04:42:12] <Miyoyo> You really see
where people think about the design
L150[04:42:50]
⇨ Joins: Nentify
(uid14943@id-14943.highgate.irccloud.com)
L151[04:42:52] <Inari> "blacker
blackholes" heh
L152[04:43:30] <Miyoyo> NMS is a
joke
L153[04:43:40] <Inari> eh, its nice
enough
L154[04:43:45] <Inari> bit too pricy
L155[04:43:49] <Miyoyo>
"Bit"
L156[04:44:01] <Forecaster> was just about
to "bit" :P
L157[04:44:14] <Miyoyo> Yeah someone has
calculated that if Sean is right
L158[04:44:20] <Miyoyo> and there is 2^64
planets
L159[04:44:39] <Inari> 2^64? where di dtha
tcom efomr XD
L160[04:44:48] <Inari> ah
L161[04:44:55] <Inari> guess the 18
quintillion is an approximation of that
L162[04:45:17] <Miyoyo> He said there
should be one planet per 64 bit number
L163[04:45:25] <Miyoyo> yeah it's 2^64
-1
L164[04:45:54] <Miyoyo> But one player
calculated
L165[04:46:04] <Miyoyo> about 11.5 million
plant per galaxy
L166[04:46:13] <Miyoyo> so about the same
numbers of galaxy
L167[04:46:22] <Forecaster> my problems
with the game stem mostly from it being too repetitive and
boring
L168[04:46:29] <Inari> how do you even
calcualte the amount of planets in a galaxy :P
L169[04:46:41] <Forecaster> the planets
are mostly the same, they aren't really unexplored because there
are buildings on them
L170[04:46:46] <Forecaster> and the
language thing is useless
L171[04:47:04] <Inari> Forecaster: i dont
think its much more repetitive than a lot of other games. and
exploration doesnt have to mean you have to go somewhere noone else
ever has been to
L172[04:47:07] <Miyoyo> When you use hacks
to translate everything
L173[04:47:09] <Inari> i do enjoy the
language thing even xD
L174[04:47:13] <Miyoyo> it's just
simplified english
L175[04:47:21] <Inari> orly ;P
L176[04:47:32] <Forecaster> I mean that
it's useless mechanically
L177[04:47:39] <Inari> its fun
L178[04:47:46] <Forecaster> you still get
things from the aliens even if you don't understand them
L179[04:48:02] <Inari> you hav ea better
chance if you understand it
L180[04:48:10] ⇦
Quits: Kimiro (~MobileDra@24.114.40.72) (Ping timeout: 384
seconds)
L181[04:48:11] <Miyoyo> Yeah but when you
hack the words in
L182[04:48:13] <Miyoyo> it's like
L183[04:48:37] <Miyoyo> Vy'Keen warrior!
Me not happy! Give uncommon [ressource class]! Me teach
words!
L184[04:48:50] <Inari> yeah, i know
L185[04:49:02] <Miyoyo> Honestly they
could have fleshed it out
L186[04:49:08] <Inari> sure
L187[04:49:12] <Inari> i wont claim its a
perfect game
L188[04:49:22] <Inari> but i disagree with
it being as bad as people make it :P
L189[04:49:28] <Miyoyo> But really the
biggest pile of bullshit is the sticker at the back of the
box
L190[04:49:40] <Forecaster> it's really
bad though
L191[04:49:45] <Miyoyo> Inari you have the
boxed version?
L192[04:49:52] <Inari> Miyoyo: nah, but
seen the sticker stuff
L193[04:49:55] <Miyoyo> Still
L194[04:50:07] <Inari> just still point at
that some features have been removed because they couldnt put them
in in time/were too buggy
L195[04:50:11] <Miyoyo> I'm pretty sure
they scrapped it to get dat sweet pegi 7
L196[04:50:18] <Miyoyo> m8
L197[04:50:20] <Inari> doubt it
L198[04:50:23] <Miyoyo> The ships are
broken
L199[04:50:30] <Miyoyo> The AI is pretty
shit
L200[04:50:39] <Miyoyo> The pop in is
WORSE THAN WATCH DOGS
L201[04:50:47] <Inari> sure, but they may
have had to release it ;)
L202[04:50:57] <Inari> basically we cant
know unless someone tells us anyway
L203[04:50:58] <Miyoyo> They pushed the
game back two times
L204[04:51:07] <Inari> Miyoyo: and sony
may have said "not a third time"
L205[04:51:13] <Miyoyo> Still
L206[04:51:25] <Miyoyo> If they pushed it
back two times and we have that buggy of a mess
L207[04:51:35] <Miyoyo> They are just
laughable
L208[04:51:45] <Inari> eh, its
unsurprising really
L209[04:51:49] <Miyoyo> But people will
say "Huh indie game don't critiscize"
L210[04:51:52] <Inari> 15 people devteam
for a game thsi big
L211[04:52:06] <Inari> oh, you're fine to
criticize
L212[04:52:08] <Miyoyo> This big?
L213[04:52:10] <Inari> as said, its far
from perfect
L214[04:52:13] <Inari> i still enjoy it
though :P
L215[04:52:17] <Miyoyo> What do you mean
by "This big?"
L216[04:52:58] <Inari> Miyoyo: many pretty
relatively complex systems in this, and its a big scale. and yes
theres pretty unique creatures out there too
L217[04:53:17] <Miyoyo> I agree that
planet scales are big
L218[04:53:19] <Miyoyo> but still
L219[04:53:50] <Miyoyo> Don't go and tell
me that you can't do that with just LODs
L220[04:54:15] <Inari> they use
LODs?
L221[04:54:19] <Miyoyo> Yeah
L222[04:54:24] <Inari> ?.?
L223[04:54:38] <Miyoyo> Just look at a
planet from far away then pulse in
L224[04:54:50] <Miyoyo> You see the terain
generate as you get closer
L225[04:55:00] <Inari> yeah
L226[04:55:00] <Miyoyo> About three or
four passes
L227[04:55:06] <Inari> thats LOD xD
L228[04:55:08] <Miyoyo> But in the end
it's just LOD
L229[04:55:15] <Inari> sure
L230[04:55:18] <Miyoyo> What do you think
LOD means?
L231[04:55:19] <Inari> i dont see your
point
L232[04:55:47] <Inari> level-of-detail,
usually the practice of using lower polygon models for objects far
away since it doesnt matter to show all the detail when its so far
you can't see it
L233[04:55:50] <Inari> also improves
performance
L234[04:56:08] <Miyoyo> Well My point is
that taking a giant empty box, putting a light_emmiter and 3 to 8
spheres takes fuckall power to do
L235[04:56:16] <Miyoyo> everything else is
just local generation
L236[04:56:39] <Inari> yeah?
L237[04:56:40] <Miyoyo> So honestly that's
not THAT complex of a system
L238[04:57:47] <Miyoyo> I can understand
that a team of 15 can struggle to make that, but three years of dev
and you can't even stick to moving platforms? bullshit
L239[04:57:58] <Miyoyo> I'm pretty sure at
one point the game was entirely scrapped
L240[04:58:02] <Inari> uh, you still need
to tweak all the generation regardless... you need to pahse it in
when close enough, handle loading/unloading. also you need to have
the "sphere" approximate the actual terrain somewhat. and
then you have the whole language stuff, where to put buildings, the
plot, inventory system, deformable terrain, species that are
procedurally generated, need procedural animation, and need
L241[04:58:06] <Inari> an AI to make them
beahve somewhta liek they should
L242[04:58:16] <Inari> etc
L243[04:58:31] <Miyoyo> Still, at 15 you
can figure most of it out in less than two years
L244[04:58:46] <Miyoyo> But i'm pretty
sure sony stepped in and said "What the fuck is this
shit?"
L245[04:58:55] <Inari> possible too
:P
L246[04:59:01] <Miyoyo> 'Cause It must
have run like SHIT originaly on PS4
L247[04:59:04] <Inari> spore was also
supposed to be better
L248[04:59:05] <Inari> \o/
L249[04:59:07] <Miyoyo> Kek
L250[04:59:21] <Inari> either way
L251[04:59:24] <Inari> its fun for what it
is
L252[04:59:25] <Forecaster> cake
L253[04:59:27] <Inari> jus tab it
overpriced as it is
L254[04:59:47] <Miyoyo> But one thing that
concerns me is "What the fuck happened to everything that was
implemented?" and i'm pretty sure it's sony's fault
L255[05:00:14] <Inari> probably :P though
im still saying they just cut features to make it run better/have
it released at some point and might add them back in time
L256[05:00:18] <Miyoyo> Forecaster:
cake!
L257[05:00:40] <Forecaster> that's what I
see when someone says "kek"
L258[05:00:52] <Miyoyo> You don't need to
cut features that were implemented two years ago out of the final
games
L259[05:00:54] <Inari> cakey
L260[05:00:56] <Miyoyo> like Giant
creatures
L261[05:00:59] <Miyoyo> Well
L262[05:01:14] <Inari> can happen
L263[05:01:25] <Miyoyo> kek comes from a
country which I can't spell the name and it's a small HANDHELD
POCKET CAKE
L264[05:01:55] <Inari> here, implement
this feature, good, 6 months later, kay let make this and this
hcange and change the ealrie feature too, 6 months later, oh shit
htis doesnt wokr, we have to remove it for now, oh and the giant
creatures depend on it too, dman, well take them out for now
L265[05:02:14] <Miyoyo> I'm sure they got
caught with their pants down
L266[05:02:19] <Forecaster> it just sounds
stupid to me
L267[05:02:20] <Miyoyo> It looks like an
alpha
L268[05:02:23] <Miyoyo> maybe because it
is
L269[05:02:30] <Miyoyo> maybe they were
doing MASSIVE refactoring
L270[05:02:38] <Miyoyo> and sony came and
said
L271[05:02:49] <Miyoyo> "RAPE TIME
LADS"
L272[05:03:02] <Miyoyo> Ah, here it
is
L273[05:03:11]
⇨ Joins: Nathan1852
(~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
L274[05:03:26] <Miyoyo> ETi's Topkeks are
tiny individually wrapped Turkish cakes with mixed flavours
L275[05:03:50] <Miyoyo> Main flavours
include: Chocolate chips, marble cake, strawberry or nuts
L276[05:04:21] <Miyoyo> They are about .3
GBP a piece
L277[05:06:38] <Inari> hmm what to do
while waiting ofr my parcel...
L278[05:06:52] <Inari> tempted to try
Fantasy Life, its said be a bit grindy, but i dont mind grind if
its the relaxing kind
L279[05:07:04] <Miyoyo> Develop intel 8008
instructions for OC :D
L280[05:07:11] <Inari> why for OC
L281[05:07:18] <Inari> circuity sounds
like a better idea there
L282[05:07:26] <Miyoyo> idk
L283[05:07:34] <Miyoyo> Because it's
possible
L284[05:07:39] <Inari> OC is basically
dead now that we have circuity
L285[05:07:45] <Miyoyo> wat
L286[05:07:59] <Inari> xD
L287[05:08:29] <Inari> oc2 should be a
circuity addon imo
L288[05:08:38] <Miyoyo> why
L289[05:08:44] <Inari> becauseit makes
sense
L290[05:08:52] <Miyoyo> is it that
magc
L291[05:08:59] <Inari> yeah?
L292[05:09:07] <Miyoyo> Then let there be
magic
L293[05:09:31] <Inari> either OC2 coudl
then just add some more machines fro i/o and/or lua runtimes for
the different machines
L294[05:09:35] <Inari> or could add a lua
machine itself
L295[05:09:44] <Miyoyo> Or just Merge
both
L296[05:11:32] <Miyoyo> The question
is
L297[05:11:39] <Miyoyo> can it run
compiled zlogs?
L298[05:11:45] <MalkContent> a drone keeps
it's coordinates in the world as long as its not turned off, right?
even when shoved and such
L299[05:12:30] ⇦
Quits: Kiddobyte
(~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com) (Read error:
Connection reset by peer)
L300[05:14:24] <Miyoyo> But then, how will
circuitry output data?
L301[05:14:50] <Miyoyo> Will it base
itself on the textbuffer-based OC screens or will we finally be
able to px by px?
L302[05:20:43] <Inari> Miyoyo:
*shrug*
L303[05:20:45] <Inari> ask Sangar
L304[05:20:57] <Miyoyo> Paging
Sangar
L305[05:21:14] <Miyoyo> Yeah no it's like
2am in freedomland
L306[05:21:17] <Inari> /ctcp Sangar
PAGE
L307[05:21:19] <Inari> no response
L308[05:21:26] <Inari> uh
L309[05:21:35] <Inari> is sangar in the
us?
L310[05:21:38] <Miyoyo> IDK
L311[05:21:43] <Miyoyo> Random
assumption
L312[05:22:01] <Inari> he's german, so
usually he'd be in germany i'd assume
L313[05:22:13] <Miyoyo> Maybe he has a
life
L314[05:22:39] <Miyoyo> >Having a life
in 2016
L315[05:25:42] <Inari> lol what a noob
\o/
L316[05:27:23] <Inari> i still wonder how
small yu can make a remote tempeature sensor... the sensor itself
is rather small, can work with just a thermistor or such, some
small battery, and ADC chip but then you need to transmit the
stuff
L317[05:27:46] <Skye> why? :P
L318[05:27:55] <Miyoyo> Spy things
:D
L319[05:28:31] <Miyoyo> You know, i've
actually experienced on ungodly amounts of surveillance in a tiny
room
L320[05:29:30] <Miyoyo> Well experienced
as much as putting 8 cameras and 16 [Thermometers|O2 sensors|CO
sensors|Humidity sensors]
L321[05:29:39] <Miyoyo> in a tiny 5*5
metres room
L322[05:30:03] <Miyoyo> It's possible to
detect if there is someone in that room, and if it's a small animal
or a human
L323[05:30:10] <Miyoyo> Without
cameras
L324[05:31:40] <Miyoyo> Honestly if you do
that in every single room in your house, you can acurately trace
the path of intruders
L325[05:32:25] <Inari> Skye: to transmit
temperature of meat to a external display
L326[05:32:43] <Skye> why?
L327[05:33:05] <Inari> to know when meat
has the right temperature
L328[05:33:16] <Skye> why?
L329[05:33:34] <Miyoyo> Aren't captors
made out of plastic?
L330[05:33:50] <Forecaster> anyone use
shadowplay?
L331[05:33:57] <Miyoyo> I used to
L332[05:33:59] <Saphire> what's
that?
L333[05:34:10] <Miyoyo> The problem with
shadow play
L334[05:34:15] <Miyoyo> is Nvidia's
software
L335[05:35:02] <Forecaster> shadowplay is
a piece of software from nvidia that can use your gpu to passively
record games and things in the background
L336[05:35:19] <Forecaster> it contiously
records and keeps the last x minutes
L337[05:35:36] <Forecaster> then if
something interesting happened you can hit a key combination to
save that
L338[05:35:54] <Miyoyo> Only if you set it
up like that
L339[05:36:02] <Miyoyo> also it EATS your
disk space
L340[05:36:03] <Forecaster> that's what
it's for
L341[05:36:15] <Miyoyo> NEVER use a SSD
with that shit
L342[05:36:18] <Forecaster> I have tons of
disk space
L343[05:36:34] <Miyoyo> It's not
"made" to hold footage specifically
L344[05:36:50] <Miyoyo> just to use the
h264 encoder passively
L345[05:37:00] <Forecaster> what I'm
trying to figure out is if you can start manually recording so it
keeps recording onto the buffer
L346[05:37:06] <Miyoyo> ?
L347[05:37:08] <Miyoyo> Like
L348[05:37:12] <Miyoyo> Regular
recording?
L349[05:37:27] <Forecaster> currently it
seems that you have to save the buffer and then start the manual
recording
L350[05:37:35] <Forecaster> but that isn't
quite seamless
L351[05:37:54] <Miyoyo> Idunno
L352[05:38:24] <Miyoyo> Since the login
fiasco with nvidia i've barely used their software
L353[05:38:54] <Forecaster> I have the
GeForce Experience program to get driver updates
L354[05:38:58] <Forecaster> and it's
included in that
L355[05:39:15] <Miyoyo> I have it
installed but I use windows update for driver updates
L356[05:39:25] <Miyoyo> Fast ringed
previews do that
L357[05:39:38] <Forecaster> Exp works well
enough so I just let it do it
L358[05:41:09]
⇨ Joins: Keanu73
(~Keanu73@host-92-28-75-90.as13285.net)
L359[05:42:46] *
vifino groans, then resumes snuggeling Lizzy
L360[05:43:41] <Forecaster> hm, lunch
time..
L361[05:43:46] <Forecaster> out of burger
buns...
L362[05:43:53] <Miyoyo> I'm too lazy to
move
L363[05:43:55] <Forecaster> burger with
pasta time
L364[05:44:09] <Miyoyo> There's no fried
here
L365[05:44:16] <Forecaster> well, I have a
cat sleeping on me, but he's gonna have to move cause I'm
hungry
L366[05:44:18] <Miyoyo> Guess I'm out of
my stereotype :/
L367[05:44:25] <Forecaster> wut
L368[05:44:29] <Miyoyo> My cat hates
me
L369[05:45:26] ⇦
Quits: lacsap (~lacsap@modemcable071.26-83-70.mc.videotron.ca)
(Ping timeout: 182 seconds)
L370[05:45:43] <Forecaster> this cat is
old and likes sleeping where it's warm
L371[05:49:58] <InfinitySamurai_> What's
with the vifino and lizzy snuggling?
L372[05:50:13] <Forecaster> what's with
you breathing?
L373[05:51:10] <InfinitySamurai_> uh, is
that a trick quesiton?
L374[05:51:40] <Forecaster> yes
L375[05:51:43] <Forecaster>
definetly
L376[05:55:54]
⇨ Joins: Hyst
(cxsss1@CPE-124-189-28-144.bkzh1.cht.bigpond.net.au)
L377[05:59:44] *
Lizzy snuggles vifino and give him a light kiss
L378[06:00:00] <Miyoyo> I dislike both
python and java (c# is java btw) so I'm pretty much out of 50% of
the market :/
L379[06:01:18] <Skye> Scala!
L380[06:04:54] <InfinitySamurai_>
haskel?
L381[06:05:05] <Miyoyo> Haskell is
neat
L382[06:05:10] <Miyoyo> But definitely not
for my brain
L383[06:05:17] <InfinitySamurai_>
agreed
L384[06:05:35] <Miyoyo> I tested
Julia
L385[06:05:42] <Miyoyo> Basically
L386[06:06:07] <Miyoyo> Lua-Like that
doesn't have batteries included
L387[06:06:13] <Miyoyo> it has fucking
nuclear power plants
L388[06:08:17] <Miyoyo> It even has
asyncs
L389[06:08:28] <Miyoyo> out of the
box
L390[06:08:37] <Miyoyo> how crazy is
that
L391[06:09:46] <GreaseMonkey> Sangar: i've
been working on a MIPS CPU implementation, let me know if you'd
like me to push it onto a separate branch (either on your repo or a
fork on my github account) or if you want me to push to master and
i'll check your response in the morning
L392[06:10:05] <GreaseMonkey> as for
everyone else, gnight
L393[06:10:30] <Lizzy> o/
L394[06:10:38] <Miyoyo> Where are you
GM?
L395[06:10:48] <Miyoyo> Cause it's like
7AM in washington
L396[06:10:53] <Miyoyo> maybe 4 in
cali
L397[06:10:59] <Miyoyo> Australia?
L398[06:14:39] <InfinitySamurai_> It's
9:15pm in eastern australia
L399[06:14:47] <Miyoyo> Seems legit
L400[06:14:55] <Miyoyo> Wait
L401[06:14:57] <InfinitySamurai_>
definitely legit, am there now
L402[06:14:58] <Miyoyo> this is the
internet
L403[06:15:10] <Miyoyo> Who goes to sleep
at 9pm?
L404[06:15:40] <InfinitySamurai_> he must
be further east then
L405[06:15:42] <Saphire> halp
L406[06:15:50] <Miyoyo> Saphire: ?
L407[06:15:54] <Saphire> How do i get rid
of "multiple definitions" Q_Q
L408[06:16:01] <Miyoyo> wat
L409[06:16:09] <InfinitySamurai_> Is this
an error in lua?
L410[06:16:15] <Miyoyo> Context pls
L411[06:17:27] <Saphire> C++
L412[06:17:41] <Saphire> a header file
with just "int x,y;"
L413[06:17:49]
<nxsupert>
Umm.
L414[06:18:08] <Miyoyo> I'm pretty sure
the x,y; has a problematic thingie
L415[06:18:14] <Miyoyo> But I'm no
programer
L416[06:18:25] <Saphire> nah, that's valid
C++ code
L417[06:18:28] <Miyoyo> I'm a
scriptah
L418[06:18:29]
<nxsupert>
Have you got the include guards?
L419[06:18:35] <Saphire> uh..
L420[06:19:11]
<nxsupert>
You know ```
L421[06:19:12]
<nxsupert>
#ifndef HEADERFILE_H
L422[06:19:12]
<nxsupert>
#define HEADERFILE_H
L423[06:19:25]
<nxsupert>
And that probably looks really weird on IRC.
L424[06:19:34] <InfinitySamurai_> nah
looks fine
L425[06:19:46] <Saphire> ah
L426[06:19:48] <Saphire> yeah
L427[06:20:08] <Saphire> and it's included
in a /one single file/
L428[06:20:16]
<nxsupert>
Can I see the code?
L429[06:20:28] <Saphire> ...which is .cpp
file which is directly included
L430[06:20:34] <Saphire> i see
L432[06:23:10] <Saphire> okay, not i have
"undefined reference"
L433[06:23:13]
⇨ Joins: alexbuzzbee
(~alexbuzzb@d-162-223-180-83.cpe.metrocast.net)
L434[06:23:29] ⇦
Quits: alexbuzzbee (~alexbuzzb@d-162-223-180-83.cpe.metrocast.net)
(Client Quit)
L436[06:26:43] <MalkContent> to return the
return of the executed function
L437[06:27:04] <Miyoyo> wait what
L438[06:27:09] <MalkContent> but result()
seems to be nil all day
L439[06:27:22] <MalkContent> functions
execute though
L440[06:27:43] <MalkContent> idk, i played
around with this for 2 hours now
L441[06:27:50]
⇨ Joins: alexbuzzbee
(~alexbuzzb@d-162-223-180-83.cpe.metrocast.net)
L442[06:27:52] <Miyoyo> There's one thing
I don't understand
L443[06:27:57] <Miyoyo> local
args=table.pack(...)
L444[06:28:01] <Miyoyo> pcall(function()
m.broadcast(2412, table.unpack(args)) end)
L445[06:28:15] <Miyoyo> Why make your
suitcase then imediatly open it and put everything back?
L446[06:28:35] <MalkContent> didn't make
it :x
L447[06:28:42] <Miyoyo> ?
L448[06:28:44] <MalkContent> just trying
to go off of it
L449[06:28:47] <Miyoyo> kk
L450[06:28:59] <Saphire> *now
L451[06:29:15] <MalkContent> its sangars
from the youtube vid introducing drones
L452[06:30:45] <Miyoyo> Uh
L453[06:31:32] <Miyoyo> load(cmd) returns
a function or something else?
L454[06:31:44] <MalkContent> yea
L455[06:32:29] <Miyoyo> w82s
L456[06:37:23]
⇨ Joins: Vexatos
(~Vexatos@p200300556E2AE20249C671DC702C59D8.dip0.t-ipconnect.de)
L457[06:37:23]
zsh sets mode: +v on Vexatos
L458[06:37:33] <Miyoyo> Vex!
L459[06:39:42] <Vexatos> Miyoyo!
L460[06:40:32] <Miyoyo> wow malk
L461[06:40:35] <Miyoyo> I've got
L462[06:40:50] <Vexatos> ._.
L463[06:40:54] <Saphire> i found the
problem
L464[06:41:10] <Saphire> i'm idiot who
uses global variables instead of classes
L465[06:41:15] <Miyoyo>
[string"[string"[string"[string"[strubg"[string
"..."]:1:unexpected symbol near '['
L466[06:41:18] <Saphire> defined the
variables as static
L467[06:41:21] <Miyoyo> This is really
fucked
L468[06:41:31] <Miyoyo> Vex
L470[06:41:40] <Saphire> Miyoyo: um
L471[06:41:51] <Vexatos> Miyoyo, wut
L472[06:41:58] <Miyoyo> Vex pls vote
L474[06:41:59] <Saphire> Don't you need
prototypes for classes anyways?
L475[06:42:10] <Inari> Miyoyo: why not
both
L476[06:42:10] <Vexatos> new
language?
L477[06:42:18] <Saphire> ...what the hell
are you doing?
L478[06:42:26] <Vexatos> Prototypes are
horribad
L479[06:42:28] <Vexatos> ._.
L480[06:42:33] <Saphire> Vexatos:
hmmmmmm?
L481[06:42:34] <Miyoyo> Prototypes are
love are life
L482[06:42:50] <Vexatos> strawpoll doesn't
say so :^)
L483[06:42:52] <Miyoyo> :(
L484[06:43:03] <Miyoyo> das cuz u het
me
L485[06:43:12] <Miyoyo> >Using the
smiley with the carat nose
L486[06:44:41] <Miyoyo> Inari: Because one
is not enough for the other, and the other is too much for THE
ONE
L487[06:51:05] <MalkContent> idk. i
suppose load does something funky
L488[06:52:29] <Vexatos> Miyoyo, :v)
L489[06:52:46] <Miyoyo> >Using the
smiley NOT with the carat nose
L490[06:53:34] <Forecaster> "the 24
carat nosed man" new hit movie
L491[06:54:06] <Miyoyo> >coming soon in
a theathRE near you (only a few kilometREs)
L492[06:58:53] <Miyoyo> Seam Murray on
full shut-in mode
L493[07:00:20] <Vexatos> RE?
L494[07:00:33] <Miyoyo> You know
L495[07:00:37] <Miyoyo> REal english
L496[07:00:49] <Miyoyo> that sounds
nothing like it's written
L497[07:00:57] <Miyoyo> with their
metREs
L498[07:01:07] <Miyoyo> (Still they say
meters)
L499[07:01:47] <Inari> im pretty sure real
real englihs doesnt uppercase those two letters
L500[07:01:53] <Miyoyo> Yeah
L501[07:01:57] <Miyoyo> but still
L502[07:02:05] <Miyoyo> it's microsOFt
case
L503[07:02:19] <Lizzy> by real english do
you mean British English or American English?
L504[07:02:19] <Miyoyo> (Probably idk it's
slander i know i'll kms)
L505[07:02:25] <Miyoyo> I mean real
english
L506[07:02:29] ⇦
Quits: wembly (~wembly@50.240.220.69) (Ping timeout: 182
seconds)
L507[07:02:38] <Lizzy> so British
English
L508[07:02:42] <Miyoyo> Real english
L509[07:02:43] <Miyoyo> yeah
L510[07:02:54] <Lizzy> ...
L511[07:03:02] <Miyoyo> I'm an asshole I
know
L512[07:03:10] <Lizzy> yes
L513[07:03:16] <Miyoyo> :D
L514[07:03:50] <Saphire> awwww yus
L515[07:03:55] <Miyoyo> ?
L516[07:03:56] <Saphire> first program
crash!
L517[07:04:02] <Miyoyo> Yay :D
L518[07:04:05] <Saphire> free(): invalid
pointer: 0x0000000000db05c4
L519[07:04:11] <Miyoyo> SEGFAULTS FOR
EVERYONE :D
L520[07:05:54]
⇨ Joins: wembly (~wembly@50.240.220.69)
L521[07:07:54] <Vexatos> Miyoyo, there is
only one English though ._.
L522[07:07:58] <Vexatos> the rest is
spelling mistakes
L523[07:08:06] <Miyoyo> Meh
L524[07:08:31] <Vexatos> What do you
expect from an entire country made from the poorest people the UK
had to offer
L525[07:08:37] <Miyoyo> Kek
L526[07:08:47] <Miyoyo> Still
L527[07:08:55] <Miyoyo> Right now it's
"Problematic" so
L528[07:09:28] <Miyoyo> Fuckin hell why
must there always be people taking things too fkin far
L529[07:10:12] <Forecaster> says the
self-proclaimed asshole :P
L530[07:10:18] <Saphire> BADUM-TS
L531[07:10:31] <Saphire> i forgot to
return a pointer
L532[07:10:38] <MalkContent> heh. still
not getting any returns from load directly. but if i
load("return myfunction(1234)") that works
L533[07:11:43] <Miyoyo> function run(in)
return load("return "..in) end
L534[07:11:49] <Miyoyo> Dirty fixes
everywhere :D
L535[07:12:03] <MalkContent> ya ^^
L536[07:13:14] <Miyoyo> Vexatos: but
there's ten vexatoes
L537[07:13:25] <Miyoyo> except if you
mutated or had an accident
L538[07:13:48] <Miyoyo> i'm sorry i'm a
horrible person
L539[07:13:52] <Vexatos> ten? Ten
what
L540[07:14:03] <Miyoyo> Ten vexatoes
L541[07:14:16] <Vexatos> ._.
L542[07:14:22] <Vexatos> How do you
know
L543[07:14:24] <Vexatos> ARE YOU SPYING ON
ME
L544[07:14:27] <Vexatos> THIS IS
GROSS
L545[07:14:30] <Miyoyo> I
L546[07:14:31] <Miyoyo> I
L547[07:14:36] <Miyoyo> I AM A BIOLOGICAL
MACHINE
L548[07:14:42] <Miyoyo> MODEL HOMO SAPIENS
SAPIENS
L549[07:14:49] <Miyoyo> CAUCASIAN MALE
VERSION
L550[07:14:49] <Vexatos> THIS DOES NOT
MAKE IT BETTER
L551[07:15:09] <Miyoyo> WE ARE PROBABLY
VERY SIMILAR AS THE HOMO SAPIENS SAPIENS SERIES HAS TEN TOES BY
DEFAULT
L552[07:15:33] <Miyoyo> EXCEPT IF YOU BUY
THE nocaps DLC WHICH GETS YOU A WHOPPING TWELVE TOES IN TOTAL
L553[07:16:14] <Vexatos> BUT THEN ACTUALLY
IT WAS A MISTRANSLATION AND YOU MERELY GET TOAST AND NOT TWO
ADDITIONAL TOES
L554[07:16:26] <Miyoyo> I WANT SOME
VEXATOAST
L555[07:16:27] <Inari> o.o
L556[07:16:34] <Miyoyo> sorry
L557[07:16:43] <Miyoyo> lmao
L558[07:17:34] <Lizzy> ...
L559[07:17:36] <Miyoyo> ?
L560[07:17:54] *
Lizzy goes back to fancifying a spreadsheet
L561[07:20:10] <MalkContent> is it viable
to have a drone keep track of its "home" block, by
tracking its move command parameters?
L562[07:20:25] <Miyoyo> Don't we have
location blocks?
L563[07:20:26] <MalkContent> or is there a
chance something can actually shove a drone to a new block
L564[07:20:27] *
Skye hums the doctor who theme tune
L565[07:20:36] <MalkContent> we do
L566[07:20:37] <Miyoyo> But if you fancy
it this might work
L567[07:20:45] <MalkContent> needs
navigation upgrade tho :P
L568[07:21:52] <MalkContent> a well. if it
fails due to chunk unloading or whatnot, i'll see it
L569[07:22:25] <Vexatos> Chunkloader
upgrade?
L570[07:23:18] <MalkContent> aint nobody
got slots for that
L571[07:23:56] ⇦
Quits: InfinitySamurai_
(~InfinityS@203-219-240-137.static.tpgi.com.au) (Read error:
Connection reset by peer)
L572[07:50:10] ⇦
Quits: npe|office (~NPExcepti@bps-gw.hrz.tu-chemnitz.de) (Remote
host closed the connection)
L573[07:50:17] <Miyoyo> I really need to
stop writing my thoughts as comments when I code
L574[07:50:20] <Miyoyo> My code is
like
L575[07:50:22] <MalkContent> can drones
wield tools?
L576[07:50:27] <Miyoyo> 40% code 60%
comments
L577[07:50:42] <Vexatos> MalkContent,
no
L578[07:51:09] <MalkContent> thx
L579[07:51:27]
<Kimiro> Can
drones deliver a large black vibrating fist-shaped marital
aid?
L580[07:52:06] <MalkContent> pretty
sure
L581[07:52:20] <Vexatos> a resonating
punch? D:
L582[07:52:48]
⇨ Joins: Kimiro (~MobileDra@24.114.40.72)
L583[07:52:48] <Vexatos> Kimiro, only if
you have a mod that adds that :X
L584[07:53:18]
<Kimiro>
Vexatos: Do... Do you not?
L585[07:53:52] <Miyoyo> I don't know
why
L586[07:54:11] <Miyoyo> But I feel sadness
and disappointment in Kimoro's text
L587[07:54:37]
<Kimiro>
Miyoyo: Winner winner. Chicken dinner.
L588[07:54:43] <MalkContent> current one
probably isn't black :c
L589[07:54:46] <Miyoyo> ^v^
L590[07:55:05] <Vexatos> No, I do not
>_>
L591[07:55:08] <Miyoyo> Is it bad that
most of my code is comments?
L592[07:55:11]
<Kimiro> *is
actually just making Archer references*
L593[07:55:14] <Miyoyo> It's actually hard
to read
L594[07:56:02]
<Kimiro>
Miyoyo: I'll give you the same advice my uncle gave me. Trim your
bush so the tree looks bigger.
L595[07:56:22] <Miyoyo> But if the tree is
a bonzaï? ._.
L596[07:56:34] <Vexatos> But uuh, if it's
a bush then it's not a tree
L597[07:56:36] <Vexatos> do you even
botany
L598[07:56:54]
<Kimiro> Do
you even metaphor bro?
L599[07:57:01] <Vexatos> nah I just
botany
L600[07:57:27] <MalkContent> drones are
immortal. huh
L601[07:57:38]
<Kimiro>
*shreds all the plants in Vexatos' garden then salts the
earth*
L602[07:59:21] <Vexatos> Kimiro, you'd be
busy for weeks
L603[07:59:27] <Vexatos> our
"garden" is 1.5ha
L604[07:59:45] <Vexatos> our property is
13ha
L605[08:00:29]
<Kimiro>
Vexatos: I'll get a fleet of drones and a one of those planes the
US army uses to airdrop tanks. But it'll be full of salt.
L606[08:00:41] <Vexatos> so what
L607[08:00:45] <Vexatos> I'm living on a
moor
L608[08:00:49] <Vexatos> your salt will do
nothing
L609[08:01:12]
<Kimiro>
Then I'll drop lead acetate.
L610[08:02:04]
<Kimiro> And
sodium hydroxide.
L611[08:02:25] <Vexatos> you clearly have
no idea how botany works :P
L612[08:03:13]
<Kimiro> And
you underestimate the damage those two chemicals can do to
soil.
L613[08:03:47] <Vexatos> you underestimate
the infinite depths of a moor
L614[08:04:38] <Vexatos> it makes for
horrible soil but the stuff that does grow on it is basically
invincible
L615[08:04:45]
<nxsupert>
o/
L616[08:04:54] ***
Darkhax is now known as Darkhax_AFK
L617[08:05:47]
<Kimiro>
Heh. Trust me. There isn't a plant on earth that can survive even a
2% concentration of NaOH directly on its roots.
L618[08:06:32]
<nxsupert>
Is Circuity in a playable state?
L619[08:10:59]
<nxsupert>
Kimiro is writing an entire book in discord.
L620[08:11:22]
<Kimiro>
Vexatos: It's simple chemistry really. All soils are naturally
acidic, ranging from almost neutral in arid regions to almost
corrosive levels in pine forests. Once a plant has adapted to a
certain acidity level it tends to do poorly outside a narrow range
around that, partially due to osmotic balance and partially due to
the roots being adapted to resist being eaten away.
L621[08:12:01] <Saphire> nxsupert:
huh?
L622[08:12:12]
<Kimiro>
Shifting that acid balance to or even past neutral into low base
territory is catastrophic to plant health
L623[08:13:23]
<nxsupert>
Discord shows you when people are typing?
L624[08:13:26] <Miyoyo> And then there was
a beta fish
L625[08:13:35] <Saphire> @nxsupert:
YUP
L626[08:13:53] <Saphire> meanwhile: i can
resize the window now
L627[08:14:18]
<nxsupert> I
didn't mean to have the question mark.
L628[08:14:30] <Vexatos> Kimiro, fun
fact
L629[08:14:36] <Vexatos> I am -studying-
Chemistry
L630[08:14:45] <Vexatos> Thank you very
much for enlightening me on what an acid is.
L631[08:15:08] <Miyoyo> I think we should
name eeprom images efi
L632[08:15:12] <Miyoyo> eeprom firmware
images
L633[08:15:18]
<nxsupert>
pH = log10[H+]
L634[08:15:22] <Saphire> ...
L635[08:15:31] <Miyoyo> I am a pro at
making conflicts
L636[08:15:34] <Miyoyo> don't worry
L637[08:15:35] <Saphire> Miyoyo: no
L638[08:15:41] <Saphire> Nooooo
L639[08:15:44] <Miyoyo> Saphire: but
:(
L640[08:16:01] <Miyoyo> why not eli?
L641[08:16:05] <Miyoyo> eeprom lua
image?
L642[08:16:16] <Vexatos> nxsupert, pH =
pKs - log10(a(A⁻) / a(HA))
L643[08:16:17] <Saphire> because eeprom
can be not lua
L644[08:16:22] <Vexatos> pls
L645[08:16:33] <Saphire> as in MIPS or
something else
L646[08:16:37] <Miyoyo> eeprom content
format
L647[08:16:39] <Miyoyo> ecf
L648[08:16:51]
<nxsupert> I
only did A-Level chemsitry ?
L649[08:17:04] <Miyoyo> I'm too young for
complex chemistry :(
L650[08:17:23] <Vexatos> That is not
complex chemistry
L651[08:17:26] <Vexatos> that is physical
chemistry
L652[08:17:36] <Miyoyo> This is
belgium
L654[08:17:46] <Miyoyo> Your argument is
invalid
L655[08:17:47] <MichiBot> Fri Aug 19
06:58:19 CDT 2016 @MarioVilas: I'll never get tired of tweeting
this image.
https://t.co/0TAi3HwaxD
L656[08:17:49]
<Kimiro>
Vexatos: I'm going to assume you're actually grateful and not being
a sarcastic jerk. :P
L657[08:17:53] <Michi> ftw :p
L658[08:18:03] <Miyoyo> 'Murica
L659[08:18:35] <Vexatos> Kimiro, we had a
paint factory burn half a kilometer nearby with very, very toxic
stuff leaking into all the property
L660[08:18:37] <Vexatos> nothing
happened
L661[08:18:46] <Miyoyo> But why was
violet's face glowing? ( ͡° ͜ʖ ͡°)
L662[08:18:49] <Vexatos> apart from the
pond, we had to pump that out
L663[08:19:51] <Vexatos> Michi, me
everytime I see someone use "pound"
L664[08:19:53] <Miyoyo> Too precise vex,
too precise
L665[08:19:55] <Vexatos> or
"ston"
L666[08:19:57] <Vexatos> stone*
L667[08:19:58] <Vexatos> ;_;
L668[08:20:02]
<Kimiro>
Fallout from a chemical plant burning down and an orchestrated
campaign of directed chemical bombing are two different things.
:P
L669[08:20:14] <Miyoyo> Well I now have a
KM radius to find you ( ͡° ͜ʖ ͡°)
L670[08:20:52] <Vexatos> Miyoyo, have fun
finding ponds in a moor
L671[08:20:54] <Vexatos> :^)
L672[08:21:02] <Miyoyo> :^)
L673[08:21:03] <Vexatos> Or should I
say
L674[08:21:07] <Vexatos> Have fun finding
the right pond >_>
L675[08:21:41] <Miyoyo> Stil
L676[08:21:44] <Miyoyo> Too precise
:/
L677[08:21:56] <Vexatos> Nah, most people
know where I live but then again they don't
L678[08:22:21] <Vexatos> because I live in
one places of about fifty that all are in a valid area, similarly
set up, etc etc
L679[08:22:24] <Vexatos> :P
L680[08:23:24] <Vexatos> Most people know
which country I live in
L681[08:24:02] <Michi> That one!
L682[08:24:39] <Miyoyo> Thanks michi
L683[08:24:46] <Michi> No prob
L684[08:28:08] ***
Michi is now known as Caitlyn
L685[08:28:20] <Miyoyo> Pls don't send me
home in an ambulance
L686[08:29:23] *
Forecaster sends an ambulance home in Miyoyo
L687[08:29:31] <Miyoyo> D:
L688[08:29:52]
<Kimiro>
Sweet, free ambulance.
L689[08:30:08] <Lizzy> Okay, we'll send
you home in an urn instead
L690[08:30:12] *
Inari watches Kimiro eat the ambulance
L691[08:30:27] <Miyoyo> Kimoro is a IRL
spawnkiller
L692[08:30:53] <Miyoyo> -o +i +n
L693[08:32:57]
<Kimiro>
*eats Miyoyo, ball gag and all*
L694[08:33:02]
<Saphire>
*flaps*
L695[08:33:06] <Miyoyo> oshit
L696[08:33:06]
<Saphire>
...wat
L697[08:33:12]
<MajGenRelativity> my computer is
broken
L698[08:33:15]
<MajGenRelativity> I'm so sad right
now
L699[08:33:34]
<Kimiro>
*eats @MajGenRelativity's sad*
L700[08:33:41] <Miyoyo> MajGenRelativity:
What happened?
L701[08:34:10]
<MajGenRelativity> Miyoyo, I tried to
replace my laptop's HDD with an SSD
L702[08:34:16]
<MajGenRelativity> Somehow, i ended up
obliterating the BIOS
L703[08:34:16] <Miyoyo> And?
L704[08:34:24] <Miyoyo> wait what
L705[08:34:26] <Forecaster> what
L706[08:34:27] <Miyoyo> how
L707[08:34:30]
<MajGenRelativity> and then I lost the CMOS
battery
L708[08:34:30]
<Kimiro>
How.
L709[08:34:35] <Miyoyo> who
L710[08:34:37]
<MajGenRelativity> I don't know how!
L711[08:34:37]
<Kimiro>
:|
L712[08:34:38] <Forecaster> ...you lost
it?
L713[08:34:46] <Miyoyo> EVEN KIMIRO IS
DISAPOINT SON
L714[08:34:51]
<MajGenRelativity> Forecaster, I put it
down on the table, came back, and it wasn't there
L715[08:34:57]
<Kimiro>
What the shit @MajGenRelativity.
L716[08:34:59] <Forecaster> get a new
one
L717[08:35:05]
<MajGenRelativity> Forecaster, I am
L718[08:35:09]
<MajGenRelativity> It's supposed to come in
a week
L719[08:35:45]
<MajGenRelativity> Even once it does come,
I got to figure out how to fix the BIOS
L720[08:35:52]
<MajGenRelativity> I tried making a USB
recovery BIOS, but it didn't work
L721[08:36:14]
<Kimiro> How
do you wipe the BIOS swapping hard drives?
L722[08:36:15] <Miyoyo> The question
is
L723[08:36:31]
<MajGenRelativity> @Kimiro I exited the
BIOS settings and the computer died
L724[08:36:34] <Miyoyo> What kind of shit
hardware designer puts a BIOS erase button?
L725[08:36:43]
<MajGenRelativity> Miyoyo, HP maybe
L726[08:36:47] <Miyoyo> AH
L727[08:36:48] <Miyoyo> AH
L728[08:36:52] <Miyoyo> BUT IT'S HP
L729[08:36:53]
<Kimiro>
Ah.
L730[08:36:58]
<MajGenRelativity> I literally just exited
the BIOS and the computer died
L731[08:37:00] <Miyoyo> ALRIGHT EVERYONE
FALSEA LERT
L732[08:37:13]
<MajGenRelativity> and I had been in the
BIOS at least 10 times in the past 3 hours
L733[08:37:34] <Miyoyo> Nah but this is a
HP comp
L734[08:37:39]
<MajGenRelativity> So?
L735[08:37:39] <Miyoyo> don't worry
L736[08:37:41] <Miyoyo> it's normal
L737[08:37:57]
<MajGenRelativity> It's my primary and just
about only computing device though
L738[08:38:20]
<Kimiro>
Just curious... Did you try swapping back to the old drive?
L739[08:38:31]
<MajGenRelativity> @Kimiro first thing I
tried ?
L740[08:38:39] <Miyoyo> So you mean to
say
L741[08:38:47] <Miyoyo> there is a kill
switch in HP bioses
L742[08:38:52] <Miyoyo> and it somehow
activated?
L743[08:39:03]
<MajGenRelativity> Miyoyo, I don't even
know
L745[08:39:34]
<MajGenRelativity> That's the excessively
detailed account of what happened
L746[08:40:02]
<Kimiro> HP
is the kind of shithouse that would have a BIOS killswitch rigged
to open the case.
L747[08:40:17]
<MajGenRelativity> I had switched the drive
and it worked ok
L748[08:40:29] <TheCryptek>
MajGenRelativity: Update your bios and or delete bios and
re-install it if you have no idea how, I'd suggest taking it to a
repair shop.
L749[08:40:37]
<MajGenRelativity> Windows wouldn't load
successfully because of some file that didn't get cloned, but I
could access everything fine
L750[08:40:42] <Miyoyo> Or just switch PCs
and never do HP again
L751[08:40:46] <Miyoyo> Don't do HP
kids
L752[08:40:48]
<MajGenRelativity> TheCryptek, MY COMPUTER
WONT LOAD
L753[08:40:54]
<MajGenRelativity> AT ALL
L754[08:41:03] <Miyoyo> Cryptek his BIOS
is WIPED
L755[08:41:08] <Miyoyo> it's
VEXATOAST
L756[08:41:10] <TheCryptek>
MajGenRelativity: Caps my man, caps.
L757[08:41:11] <Vexatos> I have got an old
HP printer D;
L758[08:41:26] <Miyoyo> Don't worry vex we
all do
L759[08:41:28] <Vexatos> Got it for free
though ;_;
L760[08:41:30]
<MajGenRelativity> I made a USB recovery
drive, but that didn't work
L761[08:41:38]
<MajGenRelativity> So I'll have to do more
digging
L762[08:41:42] <TheCryptek>
MajGenRelativity: Send to a repair shop, if you lived near me I'd
fix it for you.
L763[08:41:47] <Miyoyo> Except for the fan
running at 100% when you turn it on, does something happen?
L764[08:41:49] <Vexatos> from my mother
who got it from her workplace where they got new printers
L765[08:42:09] <Miyoyo> THE RAM
L766[08:42:11] <Miyoyo> CHECK THE
RAM
L767[08:42:14]
<MajGenRelativity> Miyoyo, every few boots,
the Caps Lock light will blink 2 times in succession, which means
corrupted BIOS
L768[08:42:15] <Miyoyo> THESE HP
SHITS
L769[08:42:19] <Miyoyo> THE RAM THE
RAM
L770[08:42:26]
<MajGenRelativity> Miyoyo, I took the RAM
out and put it back in
L772[08:42:35] <Miyoyo> I had a similar HP
problem
L773[08:42:38] <Vexatos> Did it make a
click noise ._.
L774[08:42:38] <Miyoyo> the ram was
out
L775[08:42:46]
<MajGenRelativity> That article also has
info on what I did
L776[08:42:48] <Miyoyo> Did you switch
it?
L777[08:42:50]
<MajGenRelativity> Vexatos, what?
L778[08:42:55] <Vexatos> Because RAM slots
have a socket
L779[08:43:02] <Vexatos> that locks the
RAM into the spot
L780[08:43:05] <Vexatos> with a noticable
noise
L781[08:43:06]
<MajGenRelativity> I can't remember
L782[08:43:14]
<MajGenRelativity> I can check again when
my CMOS battery arrives
L783[08:43:24] <Miyoyo> You can run it
without CMOS battery
L784[08:43:28] <Vexatos> You cannot even
take it out without unlocking it normally :X
L785[08:43:29] <Miyoyo> (normally)
L786[08:43:40]
<MajGenRelativity> oh
L787[08:43:43]
<MajGenRelativity> K
L788[08:43:49] <Saphire> halp
L789[08:43:50]
<MajGenRelativity> well, tomorrow I'll look
into it
L790[08:44:01]
<MajGenRelativity> I'm busy all day
today
L791[08:44:09] <Miyoyo> Still,
Shitwelt-backyard is a garbage brand
L792[08:44:17]
<MajGenRelativity> Hey
L793[08:44:18] <Saphire> is there anything
in C++ that lets you easily add and remove things to it?
L794[08:44:26] <Miyoyo> Mallocs my
man
L795[08:44:26]
<MajGenRelativity> It worked fine up until
it died
L796[08:44:29] <Saphire> with array-like
access
L797[08:44:37] <Miyoyo> Yeah, so did my
stepsis's computer
L798[08:44:38] <Saphire> nonono, multiple
things of same type
L799[08:44:54] <Miyoyo> IDK I don't do
C++
L800[08:44:59] <Saphire> Or C
L801[08:45:18] <Saphire> ...Or i could
just say "fuck it" and go with lists
L802[08:45:21] <Saphire> meh
L803[08:45:36] <Miyoyo> >Dynamic tuples
:D
L804[08:45:52]
<Kimiro>
*slaps Miyoyo*
L805[08:45:55] <Miyoyo> HEY
L806[08:45:55] <Saphire> Um
L807[08:45:56] <Miyoyo> IT EXISTS
L808[08:45:59] <Miyoyo> IN A
LANGUAGE
L809[08:46:01] <Miyoyo> CALLED OZ
L810[08:46:05] <Miyoyo> IT'S MADE IN
BELGIUM
L811[08:46:08] <Saphire> UUuuuum
L812[08:46:10] <Saphire> nonono
L813[08:46:11] <TheCryptek> Caps owo
L814[08:46:17] <Saphire> i have struct
"dot"
L815[08:46:31] <Miyoyo> For anyone who
wants to understand Oz:
L816[08:46:33] <Saphire> (in code `struct
dot {...};`, duh)
L817[08:46:43] <Saphire> and i need to
store those somehow
L818[08:46:48] <Miyoyo> The second version
of the compiler is worse than the first because it was remade in
C++
L819[08:46:51] <Saphire> with ability to
add more or remove others
L820[08:46:58] <Miyoyo> Functionnal
language
L821[08:47:08] <Miyoyo> But like shitty
haskell
L822[08:47:12]
<MajGenRelativity> Miyoyo, if it makes you
feel any better, I will be building my own PC in January
L823[08:47:23]
<MajGenRelativity> with high-quality
parts
L824[08:47:31] <Miyoyo> And the only way
of doing any data storage is
L825[08:47:35] <Miyoyo> making a
tuple
L826[08:47:42] <Miyoyo> inside that tuple
make a class
L827[08:47:49] <Miyoyo> and register an
anonymous object
L828[08:47:52] <TheCryptek> inside that
class make a function?
L829[08:47:57] <Miyoyo> No no
L830[08:48:04] <TheCryptek> Sorry no idea
what a tuple is :P
L831[08:48:04] <Saphire> uh
L832[08:48:12] <Miyoyo> the class needs to
contain the specific type you need
L833[08:48:14] <Saphire> tuple is like
(thing1, thing2)
L834[08:48:15] <Miyoyo> and only
THEN
L835[08:48:19] <S3> So, the university is
forcing me to take a class in C++.. I wonder if I should just test
out of it
L836[08:48:20] <TheCryptek> OH
L837[08:48:21] <Miyoyo> you can start
storing values
L838[08:48:34] <Miyoyo> and tuples are
mostly used for static typing
L839[08:48:34] <S3> I really hate C++,
this class may be really annoying
L840[08:48:36] <Miyoyo> BUT
L841[08:48:45] <Miyoyo> you can put arrays
in these tuples
L842[08:48:51] <Miyoyo> and if you put
arrays
L843[08:49:00] <Miyoyo> you just need to
insert objects in them
L844[08:49:02] <Miyoyo> and boom
L845[08:49:11] <Miyoyo> you finally can
store data dynamically
L846[08:49:16] <Miyoyo> There
L847[08:49:19] <Miyoyo> that's Oz
L848[08:49:28] <Miyoyo> Vomitted
yet?
L849[08:49:37] <Saphire> um
L850[08:49:52] <Saphire> why not make a
tuple that is (data, pointer_to_next_tuple)?
L851[08:49:58] <Miyoyo> THIS
L852[08:49:59] <Miyoyo> IS
L853[08:50:00] <Miyoyo> OZ
L854[08:50:08] <Miyoyo> No pointers
L855[08:50:12] <Miyoyo> this is a
functionnal language
L856[08:50:20] <Miyoyo> that looks
like
L857[08:50:29] <Miyoyo> {function
argument}
L858[08:50:56] <Miyoyo> Everything you
declare is static by default
L859[08:51:13] <Miyoyo> except if you use
a class inside of a tuple to push item inside of an array stack
inside of that tuple
L860[08:51:37] <Miyoyo> Clear enough?
Cause that's the clearest way I can put it sorry :(
L861[08:52:20] <Miyoyo> Here's a vomit
bucket \_/
L862[08:53:28]
<Kimiro>
*vomits Miyoyo into the bucket*
L863[08:53:33] <Miyoyo> yay
L864[08:53:37] <Miyoyo> Also
L865[08:53:45] <Miyoyo> Iterative
functions
L866[08:53:49] <Miyoyo> look like
L867[08:53:52] <Miyoyo>
function(arg)
L868[08:53:59] <Miyoyo> but everything
else is {function arg}
L869[08:54:10] <Miyoyo> and print is
{Browse "String"}
L870[08:54:52] <Corded> * MajGenRelativity
eats @Kimiro
L871[08:55:05]
<Kimiro>
*appears beside @MajGenRelativity*
L872[08:55:20] <Corded> * MajGenRelativity
continues eating @Kimiro
L873[08:55:53]
<Kimiro>
*continues to reappear next to an ever-fattening
@MajGenRelativity*
L874[08:56:13] <Corded> * MajGenRelativity
continues fattening until his gravity sucks @Kimiro in
L875[08:56:35] *
TheCryptek wanders what im reading
L876[08:56:45]
<Kimiro>
*continues to appear at the edge of @MajGenRelativity's expanding
event horizon*
L877[08:56:49]
⇨ Joins: LuMistry
(uid146685@id-146685.charlton.irccloud.com)
L878[08:56:56] <LuMistry> Greetings
L879[08:57:09] <Corded> * MajGenRelativity
increases gravitational force
L880[08:57:12] ***
Darkhax_AFK is now known as Darkhax
L881[08:57:22] <Miyoyo> Hi, welcome to
#oc, here is your cup of idiocy and your complementary soda
L882[08:57:42] <LuMistry> I'm not an idiot
Miyoyo, and i assume not EVERYONE is
L883[08:57:59] <Miyoyo> That's what the
idiocy cup is made for
L884[08:58:06] <Miyoyo> So everyone is at
the same level
L885[08:58:24] <Miyoyo> Because no matter
how you look at it, we all are idiots in a field or another
L886[08:58:38] <TheCryptek> Unless your
me
L887[08:58:39] <Miyoyo> probably not the
flying spaghetti monster
L888[08:58:44] <Miyoyo> that entity is
dope
L889[08:58:44] <TheCryptek> then you are
an idiot in all fields
L890[08:58:53] <Miyoyo> Aw cryptek
L891[08:58:54] <LuMistry> Miyoyo, I'm an
AI
L892[08:58:54]
<Kimiro> Or
me, 'cause I'm a freak of nature.
L893[08:59:02] <Miyoyo> At least you can
use caps
L894[08:59:09] <LuMistry> I can readily
overcome a large deficit of knowledge in any field
L895[08:59:26]
<Kimiro>
LuMistry: What is love?
L896[08:59:29]
⇨ Joins: Turtle
(~SentientT@82-171-92-73.ip.telfort.nl)
L897[08:59:37]
<Mimiru>
Baby don't hurt me
L898[08:59:41] <TheCryptek>
bullshite
L899[08:59:55] *
LuMistry makes finger guns at Mimiru
L900[09:00:00] ⇦
Quits: xarses (~xarses@c-73-202-191-48.hsd1.ca.comcast.net) (Ping
timeout: 202 seconds)
L901[09:00:03] <Miyoyo> Cryptek you're
irish?
L902[09:00:07] <TheCryptek> no
L903[09:00:10]
<Kimiro>
*hi-5's @Mimiru*
L904[09:00:19] <Miyoyo> ./Scottish?
L905[09:00:23] <TheCryptek> no
L906[09:00:25] <Miyoyo> aw
L907[09:00:26] <Corded> * Mimiru high
fives @Kimiro
L908[09:00:46] <Miyoyo> Admins keep
"Atting" each other
L909[09:00:49] <TheCryptek> im
american
L910[09:00:57] <Miyoyo> aw
L911[09:01:24] <TheCryptek> Yes it is
sad
L912[09:01:24] <TheCryptek> ._.
L913[09:01:30] <Miyoyo> Nah
L914[09:01:34] <Miyoyo> It's good
L915[09:01:35]
<Kimiro>
Miyoyo: We're highlighting each other in Discord.
L916[09:01:40] <TheCryptek> Yea, america
and americans these days are retarded
L917[09:01:55] <TheCryptek> For
example
L918[09:01:55]
<MajGenRelativity> Build a wall
L919[09:01:58] <Miyoyo> Honestly, a good
part of them is more than intelligent
L920[09:01:58]
<Kimiro>
@User#0000
L921[09:02:02] <TheCryptek> This american
lost hist mouse ._.
L922[09:02:13]
<nxsupert>
....
L923[09:02:20] <TheCryptek> Miyoyo Not
when you are down in the south with trump supporters ._.
L924[09:02:25]
<MajGenRelativity> @nxsupert sup
L925[09:02:27] <Miyoyo> Tx?
L926[09:02:31]
<nxsupert>
Howdy.
L927[09:02:31] <TheCryptek> KY
L928[09:02:35] <Miyoyo> Ow
L929[09:02:36] <Forecaster> TheCryptek: go
to a pet store
L930[09:02:41] <Forecaster> they're bound
to have more
L931[09:02:43] <TheCryptek> TheCryptek:
Why?
L932[09:02:47] <TheCryptek> HA
L933[09:02:51] <Forecaster> xD
L934[09:03:24] <Forecaster> you said you
lost your mouse
L935[09:03:32] <Miyoyo> Forecaster
pls
L936[09:03:34] <Miyoyo> sthap
L937[09:03:41]
<Kimiro>
*shivs @Forecaster*
L938[09:03:43] <TheCryptek> Forecaster: I
ment computer mouse :P
L939[09:03:49] <Corded> * MajGenRelativity
sucks @Kimiro in
L940[09:04:04] <Inari> wee
L941[09:04:07] <Inari> ordered some sheet
masks
L942[09:04:07] <Miyoyo> So, I can
officially say Acer phones are shite
L943[09:04:12] <Forecaster> well then you
should have kept it in it's cage D:
L944[09:04:16]
<Kimiro>
*continues to reappear despite @MajGenRelativity's growing gravity
well*
L945[09:04:16] <TheCryptek> Acer as a
whole is shite
L946[09:04:24]
<MajGenRelativity> Miyoyo, did not know
that acer made phones
L947[09:04:24] <Forecaster> Inari:
wazzat?
L948[09:04:26] <TheCryptek> Forecaster: I
never do ;(
L949[09:04:37] <Miyoyo> MajGenRelativity:
Mine is from 2014
L950[09:04:42] <Miyoyo> But don't
worryµ
L951[09:04:42] <Corded> * MajGenRelativity
prevents @Kimiro from re-appearing
L952[09:04:44] <Miyoyo> it died
L953[09:04:47] <Inari> Forecaster: a sheet
that you put on your face as a mask for 25-30 minutes :P
L954[09:04:52] <Miyoyo> How did it
die?
L955[09:04:55] <Miyoyo> The ram
L956[09:04:55]
<MajGenRelativity> Miyoyo, rocking out with
a Samsung Galaxy S5
L957[09:04:59] <Miyoyo> Nice
L958[09:05:03] <Miyoyo> But listen to
this
L959[09:05:04] <Miyoyo> the ram
L960[09:05:07] <Miyoyo> on the cell
module
L961[09:05:10] <Miyoyo> is cracked
L962[09:05:11]
<Kimiro>
*reappears anyways, @MajGenRelativity has no sway over my
powers*
L963[09:05:14]
<MajGenRelativity> that's bad
L964[09:05:15] <Miyoyo> THE RAM
L966[09:05:18] <Miyoyo> ON THE CELL
MODULE
L967[09:05:19] <Miyoyo> IS CRACKED
L968[09:05:24]
<MajGenRelativity> @Kimiro I do too
L969[09:05:27] <Miyoyo> HOW
L970[09:05:29] <Miyoyo> DO YOU CRACK
L971[09:05:34]
<MajGenRelativity> Miyoyo, you seem a bit
obsessed with RAM
L972[09:05:38] <Miyoyo> A FUCKING 5mm BY
5mm PIECE OF CHIP
L973[09:05:40] <Miyoyo> YES
L974[09:05:42]
<MajGenRelativity> it could have crackeed
from thermal expansion
L975[09:05:43] <Miyoyo> RAM IS
EVERYTHING
L976[09:05:44] <Miyoyo> RAM RAM RAM
L977[09:05:51] <Inari> Miyoyo: order
repalcement
L978[09:05:52]
<Kimiro>
*RAMs Miyoyo*
L979[09:05:53] <Inari> fix it
L980[09:05:53] <Inari> :3
L981[09:06:08] <Miyoyo> MajGenRelativity:
this phone literally never exceeded 40°c
L982[09:06:19]
<MajGenRelativity> Miyoyo, did you have a
thermal probe on the RAM?
L983[09:06:51] <Miyoyo> One on the
battery, two in CPU, one near the cell module and one near the mobo
ram
L984[09:06:58]
<MajGenRelativity> fair enough
L985[09:07:02] <Miyoyo> Still
L986[09:07:05] <Miyoyo> Right now
L987[09:07:13] <Miyoyo> If I start
it
L988[09:07:16] <Miyoyo> in airplane
mode
L989[09:07:21] <Miyoyo> it mostly
works
L990[09:07:23]
<MajGenRelativity> Tomorrow I will check
the RAM on my comptuer
L991[09:07:32]
<Kimiro>
*thermal probes @MajGenRelativity*
L992[09:07:33] <Miyoyo> as soon as I start
the cell module
L993[09:07:36]
<MajGenRelativity> Other than making sure
it is seated, is there anything I should look for?
L994[09:07:39] <Miyoyo> it freezes
L995[09:07:42] <MalkContent> \o/
experience upgrade can consume enchanted items
L996[09:07:43] <Corded> * MajGenRelativity
eats @Kimiro
L997[09:07:43] <Miyoyo> AND ADB
WORKS
L998[09:07:54] <MalkContent> finally a use
for all the crap you get from vanilla enchanting
L999[09:07:55] <Miyoyo> ADB WORKS WHILE MY
PHONE IS FROZEN
L1000[09:07:57] <Miyoyo> WHY
L1001[09:07:58] <Miyoyo> WHY ACER
L1002[09:08:12] <Miyoyo> AND THE RESTART
COMMAND DOESN'T WORK
L1003[09:08:16] <Miyoyo> why ._.
L1004[09:08:23] <TheCryptek> LOL issues
much?
L1005[09:08:31] <Miyoyo> yes.
L1006[09:08:41]
<MajGenRelativity> Miyoyo, you seem to have
quite a bit of salt
L1007[09:08:45] <Miyoyo> Mate
L1008[09:08:47] <TheCryptek> Speaking of
which I need to finish working on my phones OS
L1009[09:08:50] <Miyoyo> I don't
"Have" salt
L1010[09:08:52] <Miyoyo> I AM SALT
L1011[09:08:56] <Miyoyo> MY ENTIRE BEING
IS SALT
L1012[09:09:06]
<MajGenRelativity> My laptop was pretty
important to me, but not even I am that salty
L1013[09:09:23] <Miyoyo> I'm pretty salty
in D2D life
L1014[09:09:36] <TheCryptek>
MajGenRelativity: RAM fix in a laptop is far easier then in a cell
phone.
L1015[09:09:40]
<MajGenRelativity> you should work on
that
L1016[09:09:44]
<MajGenRelativity> TheCryptek, I know
L1017[09:09:54]
<MajGenRelativity> I'm wondering what I
should look for to see if it broke
L1018[09:10:11]
<Kimiro>
@MajGenRelativity: Your sanity?
L1019[09:10:17] *
Lizzy sighs and collapses into a sobbing mess vifino
L1020[09:10:21] <TheCryptek>
MajGenRelativity: My PC could crap itself and erase all my project
files, years of work down the drain and I wouldn't be near as salty
as I would be when my phone poops itself
L1021[09:10:23] <Lizzy> *on vifino
L1022[09:10:45] <Miyoyo> Also gen, having
the tiny ram chip on the fucking cell module that's literally a
little bigger than 1/8 of an inch squared CRACK for no reason is
pretty much a lot of reason to make me salty
L1023[09:10:47]
<Kimiro>
*pokes Lizzy, concerned*
L1024[09:11:01]
<MajGenRelativity> @Elizabeth you doing
ok?
L1025[09:11:01] *
ConcernedHobbit pokes Kimiro
L1026[09:11:08] <ConcernedHobbit>
oh
L1027[09:11:08] <ConcernedHobbit> you
mean
L1028[09:11:13] <ConcernedHobbit> you
poke Lizzy and you're concerned
L1029[09:11:16] <Inari> these electronics
clamps will never not remind me of nipple clamps
L1030[09:11:27] *
LuMistry stares at Inari
L1031[09:11:29]
<Kimiro>
ConcernedHobbit: Yes.
L1032[09:11:33] <Miyoyo> Inari:
Everything's a nipple clamp
L1033[09:11:39] <Miyoyo> if you're strong
and brave enough
L1034[09:11:40]
<nxsupert> This chat is weird.
L1035[09:11:45]
<MajGenRelativity> @nxsupert it really
is
L1036[09:11:46] <Inari> Miyoyo: are
nipples nipple clamps/
L1037[09:11:51] <Miyoyo> yes.
L1038[09:11:54] <TheCryptek> nxsupert:
Welcome to OC a chat not worth joining ._.
L1039[09:11:54] <Inari> :o
L1040[09:11:56]
<Elizabeth> Not really
L1041[09:12:00] <Miyoyo> If you're strong
AND brave enough
L1042[09:12:03]
<MajGenRelativity> I'm trying to get
computer advice, but it's going poorly
L1043[09:12:11] <Miyoyo> Well, maj
L1044[09:12:14] <Miyoyo> we can't help
you much
L1045[09:12:15]
<nxsupert> What advice to you
require?
L1046[09:12:19] <TheCryptek>
MajGenRelativity check the mother board or ram
L1047[09:12:27] <Miyoyo> Either your bios
was corrupt/wiped or your ram is dead/badly seated
L1048[09:12:28]
<MajGenRelativity> @Elizabeth well, I
unfortunately can't fix that, but I offer you my support ?
L1049[09:12:36] <Miyoyo> we can't help
you much honestly
L1050[09:12:39]
<MajGenRelativity> yep
L1051[09:12:49]
<nxsupert> Whats wrong with your
computer?
L1052[09:12:49]
<MajGenRelativity> I'm going to be upset if
I have to buy a new laptop
L1054[09:13:09]
<MajGenRelativity> my BIOS exploded for no
reason
L1055[09:13:11] <TheCryptek>
MajGenRelativity: Why buy a new laptop when you can just replace
the faulty part.
L1056[09:13:26]
<MajGenRelativity> TheCryptek because I
don't know if I can get the part?
L1057[09:13:31] <Miyoyo> >I got the
same issue, but with no blinking Caps Lock LED
L1058[09:13:33]
<MajGenRelativity> I can get the RAM, but
not a new mobo
L1059[09:13:38] <Miyoyo> Well this
changed everything
L1060[09:13:39] <TheCryptek>
MajGenRelativity: You can always get a new part.
L1061[09:13:47]
<MajGenRelativity> Miyoyo, sometimes it
blinks, sometimes it doesn't
L1062[09:14:15] <TheCryptek>
MajGenRelativity: You know you can hit buttons at start up that
re-install bios from a recovery partition right?
L1063[09:14:15]
<MajGenRelativity> TheCryptek, my laptop
has about 4 different boards in it
L1064[09:14:23]
<MajGenRelativity> TheCryptek yep
L1065[09:14:26]
<MajGenRelativity> Didn't work
L1066[09:14:37] <Miyoyo> If the bios is
toast emergency recovery can fail
L1067[09:14:37] <TheCryptek>
MajGenRelativity: Just checkin' :P
L1068[09:14:39]
<MajGenRelativity> Will try again more
creatively tomorrow, but not even a USB recovery worked
L1069[09:15:10]
<MajGenRelativity> TheCryptek, also the
article I linked mentioned what I've tried ?
L1070[09:15:11]
<nxsupert> Just take it to a computer
repair shop?
L1071[09:15:31] <TheCryptek>
MajGenRelativity: Didn't read the article, I usually know how to
fix these issues :P
L1072[09:15:32]
<MajGenRelativity> @nxsupert I'm going to
have to if I can't fix it tomorrow
L1073[09:15:43]
<MajGenRelativity> TheCryptek,
'usually'
L1074[09:15:48] <Miyoyo> nxsupert this
can be fucking expensive if the repair guy is an asshole
L1075[09:16:16] <Corded> * Mimiru hugs
@Elizabeth
L1076[09:16:21] <TheCryptek>
MajGenRelativity: I did say usually, every now and then I get an
issue that goes to a new level and gives me something new to
learn
L1077[09:16:27]
<nxsupert> Yes. But unless you have a load
of spare computer parts , it is really the only option.
L1078[09:16:32]
<MajGenRelativity> TheCryptek, this is
probably a new level
L1079[09:16:41] <Miyoyo> Gen, how old is
this PC?
L1080[09:16:44]
<MajGenRelativity> @nxsupert yeah, and I'm
going to have to follow up on that
L1081[09:16:55]
<MajGenRelativity> I have a friend that
will take a look at it (hopefully for free)
L1082[09:17:01]
<MajGenRelativity> Miyoyo, about 2.5 years
old
L1083[09:17:05] <Miyoyo> My god
L1084[09:17:11]
<MajGenRelativity> ?
L1085[09:17:15] <Miyoyo> HP really are a
bunch of idiots
L1086[09:17:24] <TheCryptek>
MajGenRelativity: WHich is good for me cuzz I get to learn
something new, bad for you cuzz you might have to take it to a
repair shop :P
L1087[09:17:26]
<nxsupert> Why?
L1088[09:17:35]
<MajGenRelativity> Up until now, my main
complaint was that the laptop's cooling system is underpowerd
L1089[09:17:37] <Miyoyo> Nearly all of
the PCs in the 5 previous years have backup biosses
L1090[09:17:54] <Miyoyo> and laptops got
them around 3 years ago
L1091[09:17:55]
<MajGenRelativity> Miyoyo, this has a
backup BIOS on a hard drive and a USB drive
L1092[09:18:08]
<MajGenRelativity> it just won't actually
load them for whatever reason
L1093[09:18:15] <Miyoyo> By backup bios i
mean a dedicated chip that takes over when the main chip is
down
L1094[09:18:18] <TheCryptek> Miyoyo: You
have no idea. They said my ex wifes hard drive needed replaced and
I got it up and running within an hour ._.
L1095[09:18:19]
<MajGenRelativity> oh
L1096[09:18:35] <Miyoyo> If I flash my PC
and the flash fails
L1097[09:18:54]
<MajGenRelativity> Miyoyo, the ASUS ROG
Rampage V Edition 10 I'm putting in my new desktop has 2 complete
BIOS chips
L1098[09:19:02] <Miyoyo> I have a
secondary chip with my bios version 1.0 that automatically takes
over and try to reflash the main
L1099[09:19:03]
<MajGenRelativity> pretty sure it
L1100[09:19:08] <Miyoyo> Well gen that's
what I mean
L1101[09:19:10]
<MajGenRelativity> 's nearly immune to BIOS
failure
L1102[09:19:27] <Miyoyo> Nearly all new
PCs have them
L1103[09:19:30]
<MajGenRelativity> yep
L1104[09:19:44] <Miyoyo> But your PC
seems like a Mid-High line one
L1105[09:19:48] <Miyoyo> and it's not
even that old
L1106[09:20:02]
<MajGenRelativity> yeah
L1107[09:20:13]
<MajGenRelativity> It's their ENVY line,
which is upper mid at least
L1108[09:20:24]
<MajGenRelativity> should have gone for the
Omen..........
L1109[09:20:37]
<nxsupert> I wouldn't dare try and mess
with the hardware of my laptop.
L1110[09:20:37] <Miyoyo> Omens are known
for overheating
L1111[09:20:39] *
vifino hugs Lizzy tightly
L1112[09:20:45]
<MajGenRelativity> heh, ok
L1113[09:20:55]
<MajGenRelativity> @nxsupert There was a
service manual detailing how to do it
L1114[09:21:03]
<MajGenRelativity> It was under Customer
Self-Repair/Upgrade
L1115[09:21:05] <Miyoyo> If you put
vifino and lizzy in the same room, does a singularity form?
L1116[09:21:11]
<nxsupert> Yes. But I have a MacBook.
L1117[09:21:22]
<MajGenRelativity> @nxsupert yup, wouldn't
touch that hardware
L1118[09:21:24] <Miyoyo> Well nxsupert
you ain't gonna upgrade that much
L1119[09:21:46] <Miyoyo> Still
L1120[09:21:49] <Miyoyo> Dat 16gb
ram
L1121[09:21:55]
<MajGenRelativity> Miyoyo, yep
L1122[09:22:13] <Lizzy> Miyoyo: yes, a
singularity of happiness
L1123[09:22:16]
<nxsupert> No. But luckily OS X keeps
getting optimized.
L1124[09:22:18] <Miyoyo> yay
L1125[09:22:45] <TheCryptek> I wanna buy
a mac book and throw windows on it :o
L1126[09:22:52] <Inari> blah
L1127[09:22:56] <Inari> i cant get this
no man's sky rap o ut of my head XD
L1128[09:23:08] <Miyoyo> Heh
L1129[09:23:16] <Miyoyo> I have a 6 year
old packard bell
L1130[09:23:17] <TheCryptek> No man's sky
was a disappointment ._.
L1131[09:23:36]
<MajGenRelativity> Miyoyo, what is a
packard bell?
L1132[09:23:38] <Miyoyo> and except for
overheating when on tissue
L1133[09:23:42] <Miyoyo> Huh
L1134[09:23:48] <Miyoyo> You know
L1135[09:23:51] <Miyoyo> the PC
constructor
L1136[09:23:57]
<MajGenRelativity> No?
L1137[09:24:08] <Miyoyo> It was very
popular in early pc days
L1138[09:24:12] <Miyoyo> then bought by
Acer
L1139[09:24:18]
<MajGenRelativity> ah
L1140[09:24:19] <Miyoyo> and proceeded to
die
L1141[09:24:23]
<SpaceWolfve> XD
L1142[09:24:26] <Miyoyo> but mine is
pre-acer
L1143[09:24:30] <Miyoyo> it's 6 years
old
L1144[09:24:33] <Miyoyo> and it still
lives
L1145[09:24:40]
<MajGenRelativity> gg
L1146[09:24:40]
<SpaceWolfve> Damm
L1147[09:24:43] <Miyoyo> Don't buy hp
people
L1148[09:25:04] <Corded> * Mimiru buys hp
people
L1149[09:25:10]
<SpaceWolfve> Dont buy any lapyop or pc
brand and just build your own
L1150[09:25:18] <Miyoyo> MIMIRU y u do
dis
L1151[09:25:21]
<MajGenRelativity> @SpaceWolfve I didn't
know you could build a laptop
L1152[09:25:26]
<Kimiro>
*buys @Mimiru... A cupcake*
L1153[09:25:34]
<Mimiru>
\o/
L1154[09:25:36]
<SpaceWolfve> Laptops are shit
@MajGenRelativity
L1155[09:25:39] <Corded> * Mimiru noms
cupcake
L1156[09:25:52]
<MajGenRelativity> @SpaceWolfve yes, but I
can't strap a desktop to my back and walk around with it
L1157[09:25:54]
<Mimiru>
Laptops are great when you don't want to lug a desktop around, and
use it..
L1158[09:25:59] <Miyoyo>
MajGenRelativity: With enough patience, determination and
reproduction everything is possible
L1159[09:26:10]
<MajGenRelativity> Miyoyo, it's not
worth
L1160[09:26:32] <Miyoyo>
MajGenRelativity: With enough patience, determination and
reproduction everything is possible, no matter how bad/useless the
output is
L1161[09:26:43] <TheCryptek> I would
totally strap a desktop to my back and walk around with it using it
just to be that guy :D
L1162[09:26:48]
<MajGenRelativity> That is an un-assailable
argument
L1163[09:27:08]
<MajGenRelativity> TheCryptek, I would be
the guy to steal that desktop
L1164[09:27:23]
<MajGenRelativity> ?
L1165[09:27:27] <Miyoyo> Honestly get
yourself a slim and light laptop just to browse/type and keep
gaming at home
L1166[09:27:32]
<Kimiro>
*pats @Mimiru*
L1167[09:27:37] <TheCryptek>
MajGenRelativity: Please mate, no one steals my hack machine.
L1168[09:27:40]
<MajGenRelativity> Miyoyo, that was my
future plan
L1169[09:27:47] <Miyoyo> That's a nice
plan
L1170[09:27:59]
<MajGenRelativity> but my laptop is broken,
and I need it fixed
L1171[09:28:08]
<MajGenRelativity> and I hope it won't cost
more than I paid for it
L1172[09:28:25] <TheCryptek> Do we really
need to take technology out of our house? Why not spend time
outside and enjoy nature make friends.
L1173[09:28:33] <Miyoyo> What do people
here think of the Xiaomi Mi Notebook Air?
L1174[09:28:34]
<MajGenRelativity> no
L1175[09:28:46]
<MajGenRelativity> TheCryptek, we need
technology everywhere
L1176[09:28:49]
<MajGenRelativity> Smart Matter in
all
L1177[09:29:00] <TheCryptek>
MajGenRelativity: No we don't.
L1178[09:29:04]
<MajGenRelativity> yes we
dooooooooooooo
L1179[09:29:07]
<MajGenRelativity> higher efficiency
L1180[09:29:11] <Miyoyo> I don't want
smart technology inside the spongeous cavities under my belt
L1181[09:29:19]
<MajGenRelativity> Miyoyo, I know Xiaomi
has made good products in the past
L1182[09:29:25]
<MajGenRelativity> I don't know about that
specific one though
L1183[09:29:27] <TheCryptek>
MajGenRelativity: I do just fine outside without it. FUck
efficiency, I'd rather not be efficient and keep my life then have
a no life based on tech because of efficiency.
L1185[09:29:37] <Miyoyo> ungh just look
at it
L1186[09:29:43]
<MajGenRelativity> Miyoyo, spongeous
cavities??
L1187[09:29:43]
<Kimiro>
*upgrades Miyoyo's firmware*
L1188[09:29:57]
<MajGenRelativity> TheCryptek technology !=
no life
L1189[09:30:02] <Miyoyo>
MajGenRelativity: Did you do human biology?
L1190[09:30:26] <TheCryptek>
MajGenRelativity: Please I don't need tech to have a life, and its
sad that others do.
L1191[09:30:36] <Miyoyo> The ciroys
cavernosum?
L1192[09:30:39] <Miyoyo> Corpus*
L1193[09:31:06]
<MajGenRelativity> oh, yeah, that
thing
L1194[09:31:11] <Miyoyo> Yeah
L1195[09:31:20] <Miyoyo> I don't want
nanites there
L1196[09:31:21]
<MajGenRelativity> TheCryptek, I don't need
tech for life either
L1197[09:31:26]
<MajGenRelativity> Miyoyo, healing
nanites
L1198[09:31:36]
<MajGenRelativity> also, the laptop seems a
bit light on specs
L1199[09:31:38] <TheCryptek>
MajGenRelativity: Says the one who just said we need tech
L1200[09:31:42] <Miyoyo> ( ͡° ͜ʖ
͡°)”
L1201[09:31:43]
<MajGenRelativity> what are you using it
for?
L1202[09:31:50] <Miyoyo> I don't have
it
L1203[09:31:55]
<MajGenRelativity> TheCryptek, I don't need
tech to have a life, but I think we should have tech
L1204[09:31:56] <Miyoyo> but dat look at
dat price
L1205[09:32:02] <Miyoyo> and dat
size
L1206[09:32:09] <TheCryptek>
MajGenRelativity: Only for home use.
L1207[09:32:23]
<MajGenRelativity> TheCryptek, I disagree,
but whatever
L1208[09:32:24] <Miyoyo> There's also a
13 inch model
L1210[09:32:28] <Miyoyo> Lil better
L1211[09:32:31]
<MajGenRelativity> Miyoyo, the price isn't
that amazing
L1212[09:32:31] <Miyoyo> i5
L1213[09:32:35] <TheCryptek>
MajGenRelativity: Everyone has their opinions :P
L1214[09:32:39] <Miyoyo> I know but
still
L1215[09:32:47] <Miyoyo> Looks like a
macbook
L1216[09:32:51] <Miyoyo> Destroys a
macbook
L1217[09:32:59] <Miyoyo> Has ports
L1218[09:33:08] <Miyoyo> What's not to
love?
L1219[09:33:13] <Miyoyo> (except for the
price)
L1220[09:33:22]
<MajGenRelativity> Miyoyo, that is pretty
solid
L1221[09:33:26]
<MajGenRelativity> what are you using it
for?
L1222[09:34:14] <Miyoyo> Well you don't
use that for gaming obv (even if it's capable look it up on
youtube) but still, reviews give it a VERY solid battery life
L1223[09:34:15]
<Kimiro>
*gives Miyoyo a mouthful of organically grown biological nanites*
:3
L1224[09:34:26] <Miyoyo> ( ͡° ͜ʖ
͡°)
L1225[09:34:32]
<MajGenRelativity> Miyoyo, I gamed on a HD
4600
L1226[09:34:45] <Miyoyo> I gamed on a god
damned GMA 350
L1227[09:34:47]
<MajGenRelativity> It held up surprisingly
well on lighter games
L1228[09:34:50]
<MajGenRelativity> heh
L1229[09:34:51] <Miyoyo> Intel atom
N450
L1230[09:34:54]
<MajGenRelativity> heh he
L1231[09:34:56] <Miyoyo> minecraft at 7
FPS
L1232[09:34:58]
<Kimiro>
I ran modded Minecraft on a 386. owo
L1233[09:34:58] <Miyoyo> on low
L1234[09:35:01] <Miyoyo> WITH
optifine
L1235[09:35:04]
<MajGenRelativity> Miyoyo, that's like my
last laptop
L1236[09:35:14]
<MajGenRelativity> It had the original Core
i3
L1237[09:35:14] <Miyoyo> >Intel atom,
CPU of the future
L1238[09:35:18]
<MajGenRelativity> gotta go
L1239[09:35:36] <Miyoyo> FAST
L1240[09:36:21] <Miyoyo> My god I talk
way too muh
L1241[09:37:39]
<Kimiro>
*ball gags Miyoyo again*
L1242[09:37:46] <Miyoyo> Ohqy
L1243[09:37:56] <Miyoyo> *oshit
azerty*
L1244[09:38:22] ***
Cruor_ is now known as Cruor
L1245[09:39:05] <TheCryptek> I hate
installing mod packs
L1246[09:39:11] <TheCryptek> they take
for ever owo
L1247[09:39:24] <Miyoyo> And even then
they're rarely stable
L1248[09:39:38]
<Kimiro>
TheCryptek: I can give you a modpack that won't take forever and is
unbelievably stable. :3
L1249[09:39:43] <TheCryptek> Miyoyo: Its
easy to stablize em.
L1250[09:39:48] <TheCryptek> Kimiro:
Which one?
L1251[09:39:55] <Miyoyo> >use the
force luke
L1252[09:40:00]
<Kimiro>
TheCryptek: Blastscape.
L1253[09:40:10] <TheCryptek> Kimiro:
Dafuq is blastscape?
L1254[09:40:24]
<Kimiro>
TheCryptek: One of my two modpacks.
L1255[09:40:36] <TheCryptek> Kimiro:
Explains why its not on curse xD
L1256[09:40:41]
⇨ Joins: xarses (~xarses@64.124.158.32)
L1257[09:40:52] <gamax92> I like mod
packs
L1258[09:40:54]
<Kimiro>
TheCryptek: Technic Platform.
L1259[09:41:07] <TheCryptek> Kimiro: I
can't use Technic ._.
L1260[09:41:35]
<Kimiro>
TheCryptek: Why not?
L1261[09:41:44] <TheCryptek> Kimiro: For
whatever reason it says my MC password is always wrong ._.
L1262[09:41:52]
<Kimiro>
Huh...
L1263[09:42:09] <TheCryptek> That was
years ago though they might have fixed it :P
L1264[09:42:25] <Miyoyo> It's like
windows 10
L1265[09:42:30]
<Kimiro>
You should try again. Blastscape is an experience.
L1266[09:42:30] <TheCryptek> HA!
L1267[09:42:33] <Miyoyo> I've changed my
microsoft account password
L1268[09:42:43] <Miyoyo> It still uses my
old one to log in
L1269[09:43:01] <TheCryptek> Miyoyo: When
you change your microsoft account password switch yoru windows 10
account to local then back to your microsoft account it
updates
L1270[09:43:12] <Miyoyo> too damn
lazy
L1271[09:43:52]
<Kimiro>
TheCryptek: Do it. Try Blastscape. I guarantee you won't survive a
week.
L1272[09:44:03] <TheCryptek> Kimiro: I
guarantee I will.
L1273[09:44:12]
<Kimiro>
Prove it. :P
L1274[09:44:27] <TheCryptek> ALright. Is
there a place i can download the modpack without a launcher just
incase
L1275[09:44:46] <TheCryptek> I play
regrowth and crashlanding all the time :P
L1276[09:45:04]
<Kimiro>
I'd have to put one together unfortunately. The pack is distributed
via Solder sooo... Yeah.
L1277[09:45:17] <TheCryptek>
Solder?
L1278[09:45:32]
<Kimiro>
It's the back end for the Technic Platform.
L1279[09:45:48] <TheCryptek> WELL I can't
get technic to install wtf
L1280[09:45:49]
<Kimiro>
Allows modpacks to update single mods rather than as a monolithic
download.
L1281[09:46:08]
<Kimiro>
O.o
L1282[09:46:30] <TheCryptek> Issue fixed
:P
L1283[09:46:56] <TheCryptek> %ping
L1284[09:46:58] <MichiBot> Ping reply
from TheCryptek 1.36s
L1285[09:47:11]
<Kimiro>
Woo.
L1286[09:47:21] <TheCryptek> Kimiro: Bad
net xD
L1287[09:47:24]
⇨ Joins: Aensland
(~Aensland@host61-208-dynamic.52-79-r.retail.telecomitalia.it)
L1288[09:47:48]
⇨ Joins: Meow-J (~Meow-J@45.32.34.121)
L1289[09:47:48]
⇦ Quits: Aensland
(~Aensland@host61-208-dynamic.52-79-r.retail.telecomitalia.it)
(Client Quit)
L1290[09:48:07] <TheCryptek> Kimiro: How
do I get into modpacks and releasing them?
L1291[09:49:20] <Miyoyo> %ping
L1292[09:49:22] <MichiBot> Ping reply
from Miyoyo 1.4s
L1293[09:49:28] <Miyoyo> Beat you to
it
L1294[09:49:38]
<Kimiro>
TheCryptek: I know a guy who might be able to help you. But I
haven't seen him in... 5 months.
L1295[09:49:59] <Kimiro> %ping
L1296[09:50:03] <TheCryptek> Kimiro:
Would be great :P
L1297[09:50:03] <MichiBot> Ping reply
from Kimiro 1.39s
L1298[09:50:15] <Miyoyo> Still in first
place
L1299[09:50:38] <TheCryptek> I'm running
off a phones hotspot for my net :P
L1300[09:50:50] <Kimiro> And I'm going to
go with "not bad" considering I'm on my phone in a little
backwater town.
L1301[09:50:57] <Michiyo> %p
L1302[09:50:59] <MichiBot> Ping reply
from Michiyo 1.11s
L1303[09:51:03] <MalkContent> there a way
to limit geolyzer scan z range?
L1304[09:51:05] <Kimiro> #p
L1305[09:51:10] <Michiyo> ignore
michibot... I don't have a 1.11s ping :p
L1306[09:51:14] <|0xDECAFBAD|> >
Timeout.
L1307[09:51:21] <Miyoyo> Just scan...
less?
L1308[09:51:27] <Kimiro> Winner winner,
chicken dinner.
L1309[09:51:27] <MalkContent> y
range*
L1310[09:51:31] <MalkContent>
herpderp
L1311[09:51:34] <TheCryptek> Kimiro I
cant find Technic but it installed...
L1312[09:51:34] <Miyoyo> %p
L1313[09:51:38] <Michiyo> I'm on the same
dedicated server as MichiBot, theres no way I have a 1+ second
ping
L1314[09:51:38] <MichiBot> Ping reply
from Miyoyo 3.42s
L1315[09:51:42] <Miyoyo> Boom
L1316[09:51:51] <Miyoyo> Who's your daddy
now
L1317[09:51:53] <Michiyo> MichiBot's.
Ping. Is. Broken.
L1318[09:51:57] <Michiyo> It. Lies.
L1319[09:52:01]
<Kimiro>
TheCryptek: What OS you on?
L1320[09:52:04] <MalkContent> i feel
stupid scanning for pumpkins on my field with this ^^
L1321[09:52:04] <Miyoyo> I still have the
biggest
L1322[09:52:07] <Miyoyo> %help
L1323[09:52:08] <TheCryptek> Kimiro:
Windows ._.
L1324[09:52:18] <Miyoyo> What
windows?
L1325[09:52:22] <Miyoyo> 3.1?
L1326[09:52:24]
<Kimiro>
TheCryptek: The thing you downloaded is also the launcher.
L1327[09:52:34] <TheCryptek> Kimiro: What
thing?
L1328[09:52:40] <Michiyo> Miyoyo, %help
only responds if you include a command like %help ping or
something
L1329[09:52:44] <Miyoyo> aw
L1330[09:52:46] <Michiyo> use %commands
for the command list
L1331[09:52:59]
<Kimiro>
TheCryptek: The Technic EXE?
L1332[09:53:06] <TheCryptek> Kimiro: I'm
an idiot lmao
L1333[09:53:15] <Miyoyo> %commands
L1334[09:53:28] <Miyoyo> oshit there's a
lot
L1335[09:53:39] <TheCryptek> kimiro: So
who you going to try to get to help me [even though you aint seen
him in 5 months]
L1336[09:53:45] <Miyoyo> wait
L1337[09:53:48] <Miyoyo> %weather
L1338[09:53:53] <Michiyo> %weather
72396
L1339[09:53:53] <Miyoyo> aw
L1340[09:53:53] <MichiBot> Michiyo:
Current weather for 72396 Current Temp: 76°F/24°C Feels Like:
81°F/27°C Current Humidity: 94 Wind: From the S 6 Mph/9 Km/h
Conditions: Overcast
L1341[09:54:08] <Miyoyo> %help
weather
L1342[09:54:17] <TheCryptek> Kimiro: ALso
your modpack is installing :P
L1343[09:54:25] <Miyoyo> %weather
5170
L1344[09:54:31] <Miyoyo> Das nice
L1345[09:54:35] <Michiyo> 5170..?
L1346[09:54:39] <TheCryptek> $weather
41129
L1347[09:54:41] <Miyoyo> Not US
L1348[09:54:47] <Michiyo> Then use the
place name :p
L1349[09:54:56] <Michiyo> TheCryptek, %..
not $
L1350[09:55:01] <TheCryptek> %weather
41129
L1351[09:55:02] <MichiBot> TheCryptek:
Current weather for 41129 Current Temp: 68°F/20°C Feels Like:
68°F/20°C Current Humidity: 73 Wind: From the E 4 Mph/6 Km/h
Conditions: Sunny
L1352[09:55:05] <Miyoyo> %weather
Brussels, Belgium
L1353[09:55:07] <MichiBot> Miyoyo:
Current weather for Brussels, Belgium Current Temp: 84°F/29°C Feels
Like: 85°F/29°C Current Humidity: 45 Wind: From the SE 6 Mph/9 Km/h
Conditions: Sunny
L1354[09:55:08] <TheCryptek> Michiyo: Shh
I didnt' catch it :P
L1355[09:55:11] <Miyoyo> Nice
L1356[09:55:33] <Miyoyo> %mcinfo
L1357[09:55:40] <Michiyo> have to include
a server
L1358[09:55:43] <Miyoyo> k
L1359[09:55:51]
<Kimiro>
TheCryptek: I'll poke him on Skype.
L1360[09:55:52] <Michiyo> %mcinfo
midori.pc-logix.com
L1361[09:55:57] <Michiyo> Oh.. port
L1362[09:56:11] <Michiyo> I have no idea
what port my server is on :D
L1363[09:56:13] <Miyoyo> Why the
heck
L1364[09:56:17] <Miyoyo> does this IRC
client
L1365[09:56:22] <Miyoyo> have a SLAP!
men
L1366[09:56:25] <Miyoyo> menu*
L1367[09:56:34] *
Miyoyo blows Miyoyo away with a sandstorm
L1368[09:56:42] <Miyoyo> With like 140
options
L1369[09:56:57] *
Miyoyo puts Miyoyo into a perl script
L1370[09:57:03] <Miyoyo> What are
those
L1371[09:57:07]
<MajGenRelativity> *sings Darude
Sandstorm*
L1372[09:57:58] <Miyoyo> It's in my head
now
L1373[09:57:58]
⇦ Quits: Keanu73 (~Keanu73@host-92-28-75-90.as13285.net)
(Quit: Gotta go to bed or something. See ya!)
L1374[09:58:02] <Miyoyo> I hate you
now
L1375[09:58:26]
<MajGenRelativity> Such salt
L1376[09:58:30] <Michiyo> Ahh right
L1377[09:58:31] <Michiyo> %mcinfo
midori.pc-logix.com 25560
L1378[09:58:31] <MichiBot> Michiyo:
Server info: Version: 1.7.10 MOTD: PC-Logix Minecraft Players:
0/26
L1379[09:59:02] <Miyoyo> Why is there
a
L1380[09:59:06]
⇦ Quits: VikeStep (~VikeStep@101.184.243.180) (Quit:
Leaving)
L1381[09:59:07] <Miyoyo> %Inari
L1382[09:59:09] <TheCryptek> Kimiro:
Alright, if ya need my skype just let me know :P
L1383[09:59:10] <Miyoyo> and a
L1385[09:59:22] <Miyoyo> %elizabeth
L1386[09:59:25] <MichiBot> Miyoyo: A
Lizzy (also known as an Elizabeth) is a wild creature, usually cute
and fluffy but if you find one in a bad mood it is advised to stay
away. They can usually be found with a vifino.
L1387[09:59:37]
<Kimiro>
%kimiro
L1388[09:59:39] <Miyoyo> Alright now I
know
L1389[09:59:47]
<Kimiro>
Wait...
L1390[09:59:55] <Kimiro> %kimiro
L1391[09:59:55] <Miyoyo> I'm sure Kimiro
wants one
L1392[10:00:04] <Miyoyo> %eevee
L1393[10:00:05]
<Mimiru>
You don't have one.. if you want one provide some info :P
L1395[10:00:26] <Miyoyo> I just want to
know
L1396[10:00:33] <Miyoyo> Why is there a
%eevee
L1397[10:00:36] <Miyoyo> just why
L1398[10:00:44]
<Mimiru>
Why not?
L1399[10:01:01] <TheCryptek> %eevee
L1400[10:01:01] <Miyoyo> One wise man
said
L1402[10:01:10]
<Mimiru>
Also, @Kimiro IIRC the custom commands module lets you use commands
from discord
L1403[10:01:11] *
Saphire inhales...
L1404[10:01:12] <Miyoyo> "All laws
are created after Idiots broke them first"
L1405[10:01:16]
<Mimiru>
%Inari
L1407[10:01:20]
<MajGenRelativity> %MaiGenRelativity
L1408[10:01:21]
<Mimiru>
Yep
L1409[10:01:24] <Saphire> HOW DO I DO A
FORWARD DECLARATION OF STRUCT
L1410[10:01:30] *
Saphire exhales
L1411[10:01:38] <S3> .....
L1412[10:01:43] <Miyoyo> So there IS a
reason why there is a %evee
L1413[10:01:49] <S3> the way you forward
declare anything else Saphire ?
L1414[10:01:50]
<MajGenRelativity> %MajGenRelativity
L1415[10:01:50] <Miyoyo> Hey S3 You're
alive?
L1416[10:01:54] <S3> yes I am
L1417[10:01:56] <Miyoyo> Oshit
L1418[10:02:01] <TheCryptek>
%MajGenRelativity
L1419[10:02:02] <Miyoyo>
%listquotes
L1420[10:02:07] <S3> the link highlighted
me
L1421[10:02:08] <fingercomp> Saphire:
er... struct StructName; ?
L1422[10:02:22] <Saphire> wai
L1423[10:02:30] <Saphire> okay i'm
fucking stupid >.>
L1424[10:02:31] <Miyoyo> %vifino
L1425[10:02:34] <MichiBot> Miyoyo: A
vifino is a peculiar creature that sometimes inhabits these areas.
They are known to eat Tuna and are commonly seen with a Lizzy
L1426[10:02:37] <Saphire> i can just use
id
L1427[10:02:38] <Michiyo> %listquotes
Michiyo
L1428[10:02:38] <MichiBot> User
<Michiyo> has 3 quotes: 58, 100, 101
L1429[10:02:38] <S3> Saphire: you don't
say
L1430[10:02:42] <S3> Saphire: (kidding
lol)
L1431[10:02:44] <Saphire> instead of
pointing at the damn object
L1433[10:03:03] <Miyoyo> Also Saphire you
exhale when you talk
L1435[10:03:11] <Miyoyo> Especially when
you shout
L1436[10:03:27] <S3> Miyoyo: as opposed
to people like us from Maine, who inhale when we talk
L1437[10:03:30] <TheCryptek>
%Vexatos
L1438[10:03:34] <Miyoyo> Ugh please
L1439[10:03:37] <gamax92> lol
L1440[10:03:49]
⇦ Quits: techno156 (~techno156@137.154.59.226) (Read error:
Connection reset by peer)
L1441[10:04:08] <Vexatos> %tell ping
where is caretv D:
L1442[10:04:10] <MichiBot> Vexatos: ping
will be notified of this message when next seen.
L1443[10:04:12] <gamax92> if you inhale
while talking you start to robot and people wonder if your
connection is okay
L1444[10:04:19] <S3> I have no quotes
:(
L1445[10:04:22]
<Kimiro>
@Mimiru Can I am you it? :3
L1446[10:04:25] <Miyoyo> Vexatos: A
strange non-carbon based life-form that cannot be discerned between
a living being, the toe of a random Homo Sapiens Sapiens or a
freshly baked slice of square bread.
L1447[10:04:41] <Vexatos> >bread
L1448[10:04:42] <Vexatos> pls
L1449[10:04:45] <Vexatos> Don't insult
me
L1450[10:04:47] <Miyoyo> Mate
L1451[10:04:54] <Vexatos> I'm German, you
better not call Toast "bread"
L1452[10:04:56] <Miyoyo> You're vexatos,
vexatoes and vexatoast
L1453[10:05:05]
<Mimiru>
@Kimiro you realize anyone can just run the command to see it
anyway? :P
L1455[10:05:07] <gamax92> Vexabread
L1456[10:05:13] <Vexatos> Toast is sugar
and flour mashed together with water
L1457[10:05:17] <Vexatos> It's not
"bread"
L1458[10:05:27]
<Mimiru>
Wat
L1459[10:05:27] <Miyoyo> Vexatos: A
strange non-carbon based life-form that cannot be discerned between
a living being, the toe of a random Homo Sapiens Sapiens or a
freshly baked slice of square baked Sugar and flour mashed together
with water.
L1460[10:05:30] <Vexatos> You're
insulting every type of bread and bread-lover in this universe
right now
L1461[10:05:47]
<Kimiro>
@Mimiru Yes I know but I'd want it to be a surprise the first time
it's run.
L1462[10:05:54]
<Mimiru>
lol.. w/e then :p
L1463[10:06:00]
<Kimiro>
\o/
L1464[10:06:09] <Miyoyo> I really want to
know
L1465[10:06:13] <Miyoyo> What the fuck is
this IRC
L1466[10:06:13]
<Mimiru>
Toast = bread in a toaster.. :P
L1467[10:06:22] <Vexatos> mimiru: I
wish
L1468[10:06:28] <Vexatos> Nowadays,
"toast" has gotten a new meaning
L1469[10:06:34] <Vexatos> an abomination
of what it used to be
L1470[10:06:37]
<Mimiru>
No, really.. just go get a toaster, and make toast.. with bread
:p
L1471[10:06:38] <Miyoyo> Still, I want to
know why my client has a slap function
L1472[10:06:50] *
Miyoyo slaps Vexatos with the New York Times Sunday
Edition
L1473[10:06:50] *
EnderBot2 high-fives Miyoyo
L1474[10:06:55] *
Miyoyo hits Vexatos with every goldbar in fort knox
L1475[10:06:59] *
Miyoyo stabs Vexatos with a key
L1476[10:07:02] *
Miyoyo slaps Vexatos with Windows Update
L1477[10:07:02] *
EnderBot2 rulls on the floor laughing
L1478[10:07:08] <Vexatos> Nowadays,
"Toast" is usually used as the abbreviation of Sandwich
Toast
L1479[10:07:12] <Vexatos> which cannot be
called bread
L1480[10:07:14] *
Miyoyo hugs Vexatos with a carebear
L1481[10:07:18] *
Miyoyo slaps Vexatos with Windows Update
L1482[10:07:18] *
EnderBot2 laughs
L1483[10:07:21] *
Miyoyo slaps Vexatos with a book by Stephen King
L1484[10:07:21] *
EnderBot2 laughs
L1485[10:07:25] *
Miyoyo wraps Vexatos with a 42m long worm
L1486[10:07:26]
<Mimiru>
Stahp
L1487[10:07:27] *
Miyoyo yells at Vexatos with a microfone
L1488[10:07:30] <Miyoyo> k
L1489[10:07:33]
<Mimiru>
I will +q you.. :D
L1490[10:07:36] <Miyoyo> :(
L1491[10:07:46] <Vexatos> I hope that's
not a tapeworm
L1492[10:07:46] <Miyoyo> mimiru-sama
why
L1493[10:07:53]
<Mimiru>
Because.
L1494[10:07:58] <Vexatos> Because a 42m
tapeworm should belong in a museum
L1495[10:15:02]
<Kimiro>
Vexatos belongs on a museum.
L1496[10:15:05] <Michiyo> Kimiro,
added
L1497[10:15:08]
<Kimiro>
O:
L1498[10:15:23] <Kimiro> %kimiro
L1499[10:15:25] <MichiBot> Kimiro: Kimiro
is a tiny blue dragon (actually a metacreative construct operated
as a telepresence by a much larger self) gifted with strength,
creativity and lewdness to rival Inari. Caution: Sharp teeth and a
predisposition to biting. Tastes of raspberry and balsamic
vinegar.
L1500[10:15:44] *
Inari sticks a sheetmask onto Kimiro
L1501[10:15:54]
<Kimiro>
Wry?
L1502[10:16:01] <Saphire> ...i got pinged
by that
L1503[10:16:13] <Saphire> yup, due to
"dragon"
L1504[10:16:27]
⇨ Joins: Lumindia_
(~IceChat9@nj-76-1-237-139.dhcp.embarqhsd.net)
L1505[10:16:32] <Lizzy> #p
L1506[10:16:33] <|0xDECAFBAD|> >
0.883587616 Seconds passed.
L1507[10:16:37] <Vexatos> Saphire, why
though
L1508[10:16:47] <Skye> %saphire
L1509[10:16:50] <Saphire> Why not!
L1510[10:16:59] <Saphire> and no, i don't
have a factoid :C
L1511[10:17:05] <Vexatos> Kimiro is
Reika's cousin confirmed
L1512[10:17:14] <Saphire> ...wai, wasn't
Kimiro green before?
L1513[10:17:32] <Saphire> RIPOFF, I CALL
COPYRIGHT INFRINGEMENT ON THAT!
L1514[10:17:48]
<Kimiro>
Saphire: original the character do not steal
L1515[10:17:59] <Saphire> badum-ts
L1516[10:18:36] <Saphire> ...`long
long`
L1517[10:19:01] <TheCryptek> Kimiro:
Technic launcher is stuck at download minecraft assests 62% on your
mod pack xD
L1518[10:19:01] <Miyoyo> But eetz me
charter wif new color wnd thngs and he loves me and hates marina
fuck marina shes a bitch
L1519[10:19:33]
<Kimiro>
TheCryptek: Huh. Abort and start it again?
L1520[10:20:15]
<MajGenRelativity> back
L1521[10:22:43] <gamax92> donut
steel
L1522[10:22:53] <Miyoyo> gamax :D
L1523[10:23:09]
<Kimiro>
*steals gamax92*
L1524[10:23:16] <Miyoyo> but muh gamax
:(
L1525[10:23:36]
<Kimiro>
Orly?
L1526[10:23:48] <Corded> *
MajGenRelativity consumes @Kimiro
L1527[10:24:07] <Miyoyo> Some High-Class
vore over here
L1528[10:24:19]
<Kimiro>
*zero-masses @MajGenRelativity from the inside with how much Kimiro
he has consumed*
L1529[10:24:53] <Skye> #oc is
insane
L1530[10:25:03] <Corded> *
MajGenRelativity continues to consume @Kimiro
L1531[10:25:37] <Miyoyo> #oc should have
been #od but someone was too high
L1532[10:25:54]
<Kimiro>
#opendicks?
L1533[10:26:04] <Miyoyo>
#OpenDicksforharambe
L1534[10:26:04] <TheCryptek> Kimiro: How
do I prove taht I lasted a week on your mod pack?
L1535[10:26:08] <Miyoyo> Of course
not
L1536[10:26:11] <Miyoyo> #OverDose
L1537[10:26:27]
<Kimiro>
TheCryptek: Record it? :3
L1538[10:26:42] <TheCryptek> Kimiro: PC
is too bad, plus no idea how to record it :P
L1539[10:26:46] <Miyoyo> %calc
24*14
L1540[10:26:47] <MichiBot> Miyoyo:
336
L1541[10:26:54]
<Kimiro>
Write a journal?
L1542[10:26:55] <Miyoyo> 336 hours of
footage?
L1543[10:27:24] <TheCryptek> Kimiro With
an ingame book?
L1544[10:27:31]
⇨ Joins: Jezza (~Jezza@92.206.5.6)
L1545[10:28:01]
<Kimiro>
TheCryptek: Or a notepad. It would be a while until you find an
in-game writable book
L1546[10:28:11] <Miyoyo> Set up a
server
L1547[10:28:18] <Miyoyo> and push logs
two weeks from now
L1548[10:28:30]
<MajGenRelativity> night time on my modpack
is hard when you begin ?
L1549[10:28:44] <TheCryptek> No shit
MajGenRelativity: Nearly died 5 times
L1550[10:28:56]
<MajGenRelativity> heh
L1551[10:29:09]
<MajGenRelativity> Did I give you
armor?
L1552[10:29:32] <gamax92> make a server
that records your actions for post rendering
L1553[10:29:48] <Miyoyo> #Gource
L1554[10:30:45] <TheCryptek>
KIMIRO!
L1555[10:30:58]
<Kimiro>
Me!
L1556[10:30:59] <Miyoyo> %kimiro
L1557[10:31:02] <MichiBot> Miyoyo: Kimiro
is a tiny blue dragon (actually a metacreative construct operated
as a telepresence by a much larger self) gifted with strength,
creativity and lewdness to rival Inari. Caution: Sharp teeth and a
predisposition to biting. Tastes of raspberry and balsamic
vinegar.
L1558[10:31:17] <TheCryptek> Kimiro: You
could have gave me a heads up of a horde of zombies above the
ladder owo
L1559[10:31:31]
<Kimiro>
TheCryptek: Where's the fun in that?
L1560[10:31:44] <Corded> *
MajGenRelativity hands TheCryptek Draconic Armor fully
upgraded
L1561[10:32:10]
<Kimiro>
So wait, you died to the day walkers?
L1562[10:32:35] <TheCryptek> No I didn't
die, just shit myself
L1563[10:32:58] <Saphire> wait
L1564[10:33:01] <Saphire> wai wai
wai
L1565[10:33:10] <Saphire> if you .erase()
something from a vector
L1566[10:33:18] <Saphire> does the order
change?
L1567[10:34:03] <fingercomp> it
does
L1568[10:34:07] <fingercomp> iirc
L1569[10:34:09] <Saphire> "...causes
the container to relocate all the elements after the segment erased
to their new positions."
L1570[10:34:14] <Saphire> well f..
L1571[10:34:41] <gamax92> I thought it
didn't ...
L1572[10:34:43]
<FLORANA(BILLPC2684)> hey um i need some
help with lua binary reading...
L1573[10:37:08] <gamax92> but if it's not
a guarantee then I guess don't rely on it?
L1574[10:37:36] <Miyoyo> I am become
salt, destroyer of fun
L1575[10:37:49]
⇦ Quits: Meow-J (~Meow-J@45.32.34.121) (*.net
*.split)
L1576[10:37:49]
⇦ Quits: Trangar
(~Trangar@249-153-145-85.ftth.glasoperator.nl) (*.net
*.split)
L1577[10:37:49]
⇦ Quits: marcin212 (~marcin212@bymarcin.com) (*.net
*.split)
L1578[10:37:49]
⇦ Quits: MichiBot (~lb@eos.pc-logix.com) (*.net
*.split)
L1579[10:37:49]
⇦ Quits: Ashigaru (znc@dva.sixthsage.com) (*.net
*.split)
L1580[10:37:49]
⇦ Quits: dustinm` (~dustinm@68.ip-149-56-14.net) (*.net
*.split)
L1581[10:37:49]
⇦ Quits: mallrat208 (~mallrat20@107-145-136-189.res.bhn.net)
(*.net *.split)
L1582[10:37:49]
⇦ Quits: Lily_White
(~IceChat9@70.15.132.43.res-cmts.pbg.ptd.net) (*.net
*.split)
L1583[10:37:49]
⇦ Quits: lashtear (~lashtear@cpe-50-113-67-84.san.res.rr.com)
(*.net *.split)
L1584[10:37:49]
⇦ Quits: Achai (~ds84182@hekate.pc-logix.com) (*.net
*.split)
L1585[10:37:49]
⇦ Quits: Guest222
(~potato@ultros.tentacles.are.evidently.sexy) (*.net
*.split)
L1586[10:37:49]
⇦ Quits: g (~g@ultros.tentacles.are.evidently.sexy) (*.net
*.split)
L1587[10:37:49]
⇦ Quits: Ender (Ender@athar.theender.net) (*.net
*.split)
L1588[10:37:49]
⇦ Quits: Guest3566 (~neer@firebrand.neer.io) (*.net
*.split)
L1589[10:37:49]
⇦ Quits: glasspelican (~quassel@stanley.glasspelican.ca)
(*.net *.split)
L1590[10:37:49]
⇦ Quits: Graypup_ (Graypup@lfcode.ca) (*.net
*.split)
L1591[10:37:49]
⇦ Quits: OrbsTheorem (~roosember@46.101.145.220) (*.net
*.split)
L1592[10:37:49]
⇦ Quits: OneM_Industries (~Hello@donotspellitgav.in) (*.net
*.split)
L1593[10:37:49]
⇦ Quits: Darkguardsman
(~MrDark@cpe-76-181-157-113.columbus.res.rr.com) (*.net
*.split)
L1594[10:37:49]
⇦ Quits: Cyrusc (~cyrusc@30.ip-149-56-141.net) (*.net
*.split)
L1595[10:37:49]
⇦ Quits: turtledude01
(~turtledud@71-89-110-94.dhcp.stpt.wi.charter.com) (*.net
*.split)
L1596[10:37:49]
⇦ Quits: TheCryptek (thecryptek@ircbouncehouse.com) (*.net
*.split)
L1597[10:37:49]
⇦ Quits: Away_21 (~Wuerfel21@bronyville.me) (*.net
*.split)
L1598[10:37:49]
⇦ Quits: vifino (~vifino@tty.sh) (*.net *.split)
L1599[10:37:49]
⇦ Quits: Syrren (~syrren@101.166.208.194) (*.net
*.split)
L1600[10:37:49]
⇦ Quits: EnderBot2 (enderbot2@athar.theender.net) (*.net
*.split)
L1601[10:37:49]
⇦ Quits: nekosune (~BNCClient@darkmatter.spacetechnology.net)
(*.net *.split)
L1602[10:37:49]
⇦ Quits: Icedream (~icedream@has.streaminginter.net) (*.net
*.split)
L1603[10:37:49]
⇦ Quits: Goof (~Goof@plebcraft.net) (*.net
*.split)
L1604[10:37:49]
⇦ Quits: DaMachinator (~DaMachina@40.112.138.169) (*.net
*.split)
L1605[10:37:49]
⇦ Quits: Darkhax (~Darkhax@ts.darkhax.net) (*.net
*.split)
L1606[10:37:49]
⇦ Quits: SkySom (~SkySom@162.243.21.185) (*.net
*.split)
L1607[10:37:49]
⇦ Quits: Rabbit
(~Rabbit@ec2-52-41-150-102.us-west-2.compute.amazonaws.com) (*.net
*.split)
L1608[10:37:49]
⇦ Quits: xandaros (~xandaros@185.35.77.23) (*.net
*.split)
L1609[10:37:49]
⇦ Quits: Zerant (~Zerant@5.196.237.209) (*.net
*.split)
L1610[10:37:49]
⇦ Quits: mort (~mort@188.166.114.29) (*.net
*.split)
L1611[10:37:49]
⇦ Quits: DFrostedWang
(~DFrostedW@ec2-52-10-198-190.us-west-2.compute.amazonaws.com)
(*.net *.split)
L1612[10:37:49]
<MajGenRelativity> ye
L1613[10:39:07] <Miyoyo> Holy shit
L1614[10:39:33]
⇨ Joins: Meow-J (~Meow-J@45.32.34.121)
L1615[10:39:33]
⇨ Joins: Trangar
(~Trangar@249-153-145-85.ftth.glasoperator.nl)
L1616[10:39:33]
⇨ Joins: marcin212 (~marcin212@bymarcin.com)
L1617[10:39:33]
⇨ Joins: MichiBot (~lb@eos.pc-logix.com)
L1618[10:39:33]
⇨ Joins: Ashigaru (znc@dva.sixthsage.com)
L1619[10:39:33]
⇨ Joins: dustinm` (~dustinm@68.ip-149-56-14.net)
L1620[10:39:33]
⇨ Joins: mallrat208
(~mallrat20@107-145-136-189.res.bhn.net)
L1621[10:39:33]
⇨ Joins: Lily_White
(~IceChat9@70.15.132.43.res-cmts.pbg.ptd.net)
L1622[10:39:33]
⇨ Joins: lashtear
(~lashtear@cpe-50-113-67-84.san.res.rr.com)
L1623[10:39:33]
⇨ Joins: Achai (~ds84182@hekate.pc-logix.com)
L1624[10:39:33]
⇨ Joins: Guest222
(~potato@ultros.tentacles.are.evidently.sexy)
L1625[10:39:33]
⇨ Joins: g
(~g@ultros.tentacles.are.evidently.sexy)
L1626[10:39:33]
⇨ Joins: Ender (Ender@athar.theender.net)
L1627[10:39:33]
⇨ Joins: Guest3566 (~neer@firebrand.neer.io)
L1628[10:39:33]
⇨ Joins: glasspelican
(~quassel@stanley.glasspelican.ca)
L1629[10:39:33]
⇨ Joins: Graypup_ (Graypup@lfcode.ca)
L1630[10:39:33]
⇨ Joins: TheCryptek
(thecryptek@ircbouncehouse.com)
L1631[10:39:33]
⇨ Joins: OrbsTheorem (~roosember@46.101.145.220)
L1632[10:39:33]
⇨ Joins: OneM_Industries
(~Hello@donotspellitgav.in)
L1633[10:39:33]
⇨ Joins: Darkguardsman
(~MrDark@cpe-76-181-157-113.columbus.res.rr.com)
L1634[10:39:33]
⇨ Joins: Cyrusc (~cyrusc@30.ip-149-56-141.net)
L1635[10:39:33]
⇨ Joins: turtledude01
(~turtledud@71-89-110-94.dhcp.stpt.wi.charter.com)
L1636[10:39:33]
⇨ Joins: Away_21 (~Wuerfel21@bronyville.me)
L1637[10:39:33]
⇨ Joins: Darkhax (~Darkhax@ts.darkhax.net)
L1638[10:39:33]
⇨ Joins: vifino (~vifino@tty.sh)
L1639[10:39:33]
⇨ Joins: Syrren (~syrren@101.166.208.194)
L1640[10:39:33]
⇨ Joins: EnderBot2
(enderbot2@athar.theender.net)
L1641[10:39:33]
⇨ Joins: nekosune
(~BNCClient@darkmatter.spacetechnology.net)
L1642[10:39:33]
⇨ Joins: Icedream
(~icedream@has.streaminginter.net)
L1643[10:39:33]
⇨ Joins: Goof (~Goof@plebcraft.net)
L1644[10:39:33]
⇨ Joins: mort (~mort@188.166.114.29)
L1645[10:39:33]
⇨ Joins: DaMachinator
(~DaMachina@40.112.138.169)
L1646[10:39:33]
⇨ Joins: SkySom (~SkySom@162.243.21.185)
L1647[10:39:33]
⇨ Joins: Rabbit
(~Rabbit@ec2-52-41-150-102.us-west-2.compute.amazonaws.com)
L1648[10:39:33]
⇨ Joins: xandaros (~xandaros@185.35.77.23)
L1649[10:39:33]
⇨ Joins: Zerant (~Zerant@5.196.237.209)
L1650[10:39:33]
⇨ Joins: DFrostedWang
(~DFrostedW@ec2-52-10-198-190.us-west-2.compute.amazonaws.com)
L1651[10:39:33] *** ranger.esper.net sets mode:
+vv MichiBot EnderBot2
L1652[10:39:34] <EnderBot2> Ohai there
Lizzy
L1653[10:39:34]
⇦ Quits: Meow-J (~Meow-J@45.32.34.121) (Excess
Flood)
L1654[10:39:52] <Vexatos> enderbot
pls
L1655[10:41:28]
<Kimiro>
TheCryptek: You're gonna have fun if you ever find a city.
L1656[10:43:01] <TheCryptek> Kimiro: I
bet I will :o imma go research how to make a modpack like this with
quests and such :D
L1657[10:43:43]
<Kimiro>
TheCryptek: Hehe. You figure out how to make you leather armor
yet?
L1658[10:44:04] <TheCryptek> No I haven't
figured out how to pick stone up with the water bucket ._.
L1659[10:45:24] <TheCryptek> I'm sure you
make leather with rotten flesh though
L1660[10:45:44]
<Kimiro>
Read the manual you started with. :3
L1661[10:45:52] <TheCryptek> Too much
reading and I did
L1662[10:46:01] <TheCryptek> I right
click the stone with the water bucket, but it does nothing.
L1663[10:46:29] <Miyoyo> Circuity should
be renamed to OpenCircuity so we can keep this IRC
L1664[10:46:41] <Miyoyo> And confuse the
hell out of everyone
L1665[10:46:46] <TheCryptek> lol
L1666[10:46:47] <Miyoyo> so everyone
would be mad and sad
L1667[10:46:53]
<Kimiro>
Hm. Can I give you a hint TheCryptek?
L1668[10:47:05] <TheCryptek> Kimiro: Go
ahead :P
L1669[10:48:14]
<Kimiro>
TheCryptek: Go punch down a dead tree. You'll need some wood to get
stone.
L1670[10:48:36] <TheCryptek> Kimiro: I am
punching dead trees, my knuckles hurt.
L1671[10:50:19]
<TheCryptek> I forgot how to log into
corded lol
L1672[10:50:28]
<MajGenRelativity> oh wow
L1673[10:50:32]
<MajGenRelativity> hi @TheCryptek
L1674[10:50:43]
<Kimiro>
Punching dead trees gives @TheCryptek wood... And bloody
knuckles.
L1675[10:50:46] <Miyoyo> I wonder
L1676[10:50:50] ***
Ajloveslily|Sleep is now known as Ajloveslily
L1677[10:50:50] <Miyoyo> Why
cil.li?
L1678[10:50:53]
<TheCryptek> Hello @MajGenRelativity
L1679[10:50:55] <Miyoyo> Because it's
cilli?
L1680[10:51:09] <Miyoyo> (get it,
silly)
L1681[10:54:30] <gamax92> why do people
think fonts where I'II, l'll, and I'll all look the same was a good
idea
L1682[10:54:34]
<TheCryptek> Finally.
L1683[10:54:52]
<TheCryptek> gamax92: That is a good
question.
L1684[10:55:10]
<MajGenRelativity> WHAT
L1685[10:55:13]
<MajGenRelativity> whoops
L1686[10:55:19]
<MajGenRelativity> gamax92, they do look
all the same?
L1687[10:55:24] <gamax92> you could use
like, curled the end of the l of all things, anything to make it
different
L1688[10:55:31]
<MajGenRelativity> obviously they're not,
which is an issue
L1689[10:56:19]
<FLORANA(BILLPC2684)> in discord I and l
look simalar but l is more sturdy unlike I is more smooth thats how
it looks in discord...
L1690[10:56:40] <MalkContent> ... can you
feed nanomachines to mobs?
L1691[10:56:49]
<TheCryptek> wub wub wub wub wub wub wub
wub wub
L1692[10:56:50] <MalkContent> no
L1693[10:56:54] <MalkContent> rats
L1694[10:57:16]
<gamax92> for me the two characters are
exactly the same in mobile discord
L1695[10:57:31] *
Inari discords gamax92
L1696[10:57:55] <gamax92> Inari: I do not
consent
L1697[10:58:07] <Inari> gamax92: ;3
L1698[10:58:25] <Inari> gamax92: i'd say
"but that makes it better!" but thats sadly the wrong way
around
L1699[10:58:26]
<Kimiro>
*discords gamax92*
L1700[10:58:33]
<MajGenRelativity> @gamax92 they look the
same in desktop discord too
L1701[10:58:40]
<MajGenRelativity> you have issues
Inari
L1702[10:58:43] *
CompanionCube undiscords gamax92
L1703[10:59:08]
<Kimiro>
*hugs gamax92*
L1704[10:59:09] <TheCryptek> Kimiro: Do
you know of any servers running blastscape?
L1705[10:59:17] <Inari> @MajGenRelativity
nah, honey~
L1707[10:59:43] <MichiBot>
A
refrigerator that works by stretching rubber bands | length:
7m 51s | Likes:
467
Dislikes:
3 Views:
4184 | by
Applied Science
L1708[10:59:46] <gamax92> Inari: use
'darling'
L1709[10:59:54] <Inari> gamax92: also
possible
L1710[10:59:56] <Inari> or
"dearie"
L1711[11:00:26]
⇦ Quits: Trangar
(~Trangar@249-153-145-85.ftth.glasoperator.nl) (Quit:
Leaving)
L1712[11:01:08]
<Kimiro>
TheCryptek: I used to run one myself before my brother became an
asshole.
L1713[11:01:37]
<MajGenRelativity> Inari, ???
L1714[11:03:28] <Inari> @MajGenRelativity
;3 *slaps a sheet mask onto @MajGenRelativity's face and runs
off*
L1715[11:03:52]
<MajGenRelativity> Is a sheet mask using a
bed sheet as a mask?
L1716[11:03:59] <Inari> no
L1717[11:04:29]
<MajGenRelativity> then what is it
L1718[11:04:41]
<Kimiro>
@TheCryptek I sent you a server pack download.
L1719[11:04:43] <TheCryptek> Kimiro: How
do I make a crafting table you modded the recipes xD
L1720[11:04:59] <TheCryptek> Kimiro: I'm
not on discorded xD
L1722[11:05:42]
<Kimiro>
There ya go fam. And hit R to bring up the crafting guide.
L1723[11:06:06]
<Kimiro>
But trust me. A crafting table is a ways off for you.
L1724[11:06:40] <TheCryptek> Then hows to
i gets foods and tools ._.
L1725[11:07:24]
<Kimiro>
See the crafting guide. Most recipes can be done in your 2x2 by the
way.
L1727[11:07:45]
<Kimiro>
Also zombies drop loot bags that have food in them.
L1728[11:08:30]
<MajGenRelativity> Inari, I'm going to pass
on that
L1729[11:10:46]
<Kimiro>
*pokes TheCryptek to read the starting guide, except the last few
pages which are just lore*
L1730[11:12:28] <TheCryptek> Kimiro I haz
:P
L1731[11:13:03]
<Kimiro>
Good. How goes survival?
L1732[11:14:16] <TheCryptek> Kimiro: I
got losts :P
L1733[11:14:32]
<Kimiro>
*facepalms*
L1734[11:15:20] <TheCryptek> And im
eating rotten flesh for dinner
L1735[11:16:08]
<Kimiro>
Well it's food... Sort of
L1736[11:16:46] <Inari> TheCryptek:
ew?
L1737[11:16:57] <Inari> reminds me that
rottencom was a thing
L1738[11:17:01] *
TheCryptek shrugs
L1739[11:17:09] <TheCryptek>
rottencom?
L1740[11:17:23] <Inari>
rottenDOTcom
L1741[11:18:06] <TheCryptek> oh
L1742[11:18:06] <TheCryptek> my
L1743[11:18:07] <TheCryptek> god
L1744[11:18:14]
<Kimiro>
TheCryptek: Also, uhh... Beware the night zombies.
L1745[11:18:17] <TheCryptek> this is the
most ridicoulus
L1746[11:18:21] <TheCryptek> site i have
ever seen
L1747[11:18:49]
<Kimiro>
They tend to come in large numbers.
L1748[11:19:47] <TheCryptek> Kimiro they
do that during the day already lol
L1749[11:19:53]
<Kimiro>
Heh.
L1750[11:20:04]
<Kimiro>
*pats TheCryptek*
L1751[11:20:23]
<Kimiro>
Don't aggravate the night zombies. There will be no end to the
fight.
L1752[11:20:29] <TheCryptek> Too
late
L1753[11:20:33] <TheCryptek> My sword
broke
L1754[11:20:35] <TheCryptek> D;
L1755[11:21:06] <TheCryptek> In a panic
to make a crafting table and another sword I made wedges cuzz i
fogrot the modded recipes xD
L1756[11:22:24]
<Kimiro>
Heh.
L1757[11:22:49]
<Kimiro>
Wedges are useful though. Essential for making tools and for
acquiring Stone.
L1758[11:23:35] <TheCryptek> Kimiro: I
cant figure out how to make tools LMAO
L1759[11:23:51]
<Kimiro>
Open the crafting guide. :P
L1760[11:24:30] <TheCryptek> I don't
understand how to read it lol
L1761[11:24:31] <TheCryptek> xD
L1762[11:24:38]
<Kimiro>
Though to save you some headache, a stone sword is 3 Flint and a
stick in a shapeless recipe.
L1763[11:25:22] <TheCryptek> Are
L1764[11:25:25] <TheCryptek> You
L1765[11:25:27] <TheCryptek>
Fucking
L1766[11:25:28] <TheCryptek>
Serious
L1767[11:25:34] <TheCryptek> It is that
simple..
L1768[11:25:53]
<Kimiro>
Your 2x2 is your best friend.
L1769[11:27:31]
<Kimiro>
Also the modded in tools all have tooltips explaining their
use.
L1770[11:29:35]
<Kimiro>
Including the MedKit.
L1771[11:29:56]
<Kimiro>
(Probably the single coolest item in the pack.)
L1772[11:35:00]
<Kimiro>
*pokes TheCryptek*
L1773[11:39:44] <TheCryptek> Kimiro: I'm
here sorry :P
L1774[11:39:44] <TheCryptek> Kimiro have
you ever played crashlanding?
L1775[11:40:05]
<Kimiro>
TheCryptek: A little.
L1776[11:40:26] <TheCryptek> I love
modpacks like that, there was one that started with an a but i
forget what it was :P
L1777[11:40:49]
<Kimiro>
I know there's a sort of similar difficulty in survival in that
pack, but it has more tech.
L1778[11:42:32]
<Kimiro>
TheCryptek: After the Fall?
L1779[11:43:11]
⇦ Quits: mallrat208 (~mallrat20@107-145-136-189.res.bhn.net)
(Read error: Connection reset by peer)
L1780[11:44:02]
⇦ Quits: LuMistry (uid146685@id-146685.charlton.irccloud.com)
(Quit: Connection closed for inactivity)
L1781[11:44:23] <TheCryptek> Kimiro:
After the Fall?
L1782[11:45:01]
<Kimiro>
Kinda like Crashlanding but more magic oriented IIRC.
L1783[11:45:12] <TheCryptek> I might
check it out.
L1784[11:45:21] <TheCryptek> If I ever
get off your pack
L1785[11:46:03]
<Kimiro>
Having fun at least? :P
L1786[11:46:17] <TheCryptek> Just trying
to establish how to get tflint other then the loot sacks
L1787[11:47:50]
<Kimiro>
Gravel, chiefly.
L1788[11:48:08]
<Kimiro>
Look around the glowing ponds. Gravel often spawns there.
L1789[11:48:23] <TheCryptek> Kimiro: I
would have survived a wewk
L1790[11:48:26] <TheCryptek> week*
L1791[11:48:36] <TheCryptek> if I didnt
fall off the edge i a reveign...
L1792[11:48:50]
⇨ Joins: BearishMushroom
(~BearishMu@90-231-174-194-no159.tbcn.telia.com)
L1793[11:49:28]
<Kimiro>
Heh. Ravines are killer.
L1794[11:49:46]
⇦ Quits: ChJees
(~ChJees@h126n12-sv-a13.ias.bredband.telia.com) (Ping timeout: 384
seconds)
L1795[11:49:56] <TheCryptek> Kimiro: I
know ._.
L1796[11:50:20] <TheCryptek> Imma go look
for other interesting modpacks
L1797[11:50:47]
<Kimiro>
You could check out KimiTech RDA, my other public pack.
L1798[11:51:40]
<Kimiro>
Pretty basic tech pack but built around a philosophy of lightweight
mods that are slightly less well known.
L1799[11:51:49] <gamax92> So I read a
newspaper from the 20s
L1800[11:51:53]
<MajGenRelativity> I DID IT
L1801[11:52:04]
<MajGenRelativity> nvm
L1802[11:52:08] <TheCryptek> lol
L1803[11:52:32] <Inari> @MajGenRelativity
YOU DIDNT IT
L1804[11:52:33] <TheCryptek> Kimiro: Its
already installed
L1805[11:52:58]
<MajGenRelativity> Inari, A. the @'s don't
translate for some reason, B. I actually did do it now
L1806[11:53:59]
<Mimiru>
it's because to highlight someone here, you have to use
@nick#id
L1807[11:54:10]
<Mimiru>
but even doing that doesn't work cause of some API oddness
L1808[11:54:51]
<MajGenRelativity> huh
L1809[11:55:18] <TheCryptek> Kimiro: I
can't wait to learn how to do modpacks with their server pack :D I
haz ideas :DDDDDDDDDDDDDD
L1810[11:56:51]
<Mimiru>
@125708450763112448 did that highlight you?
L1811[11:56:53]
<Mimiru>
No
L1812[11:56:56]
<Mimiru>
ok... hmm
L1813[11:57:01]
<MajGenRelativity> who is that?
L1814[11:57:21]
<Kimiro>
TheCryptek: Funny thing is you can do it super-simple with DropBox
and a few minutes of work. Heh.
L1815[11:57:31]
<Mimiru>
it was you :p
L1816[11:57:43]
⇨ Joins: Keanu73
(~Keanu73@host-92-25-97-12.as13285.net)
L1817[11:58:01] <TheCryptek> Kimiro: Who
needs dropbox when I have a webserver and mc server :P
L1818[11:58:07]
<MajGenRelativity> @Mimiru no, it didn't
highlight me
L1819[11:58:20]
<MajGenRelativity> Is that my UUID or
something?
L1820[11:58:21]
<Mimiru>
Yeah it didn't link to you so I figured
L1821[11:58:25]
<Mimiru>
and yes
L1822[11:58:35]
<MajGenRelativity> huh
L1823[11:58:38]
<MajGenRelativity> good to know
L1824[11:58:40] <TheCryptek>
L1825[11:58:42] <TheCryptek>
L1826[11:58:42] <TheCryptek>
L1827[11:58:43] <TheCryptek>
L1828[11:58:56]
<MajGenRelativity> TheCryptek is obviously
dying right now
L1829[11:58:58]
<Kimiro>
TheCryptek: Well in that case you could probably set up a Solder
system on your server, but I'm not an expert at that. XD
L1830[11:59:16]
<Mimiru>
Solder can be a bitch to setup if you don't know what you're
doing
L1831[11:59:25]
<Kimiro>
^
L1832[11:59:28] <TheCryptek> Kimiro: I
don't have VPS and my mc host lets me host as many MC servers as I
want, but I can't host anything else ._.
L1833[11:59:55]
<Kimiro>
Well then Dropbox or some other file sharing thing is your best
bet. :P
L1834[12:00:20]
<Mimiru>
I need to move my solder install to Hekate
L1835[12:00:23]
<Mimiru>
but.. effort
L1836[12:00:26]
⇨ Joins: SF-MC
(~EiraIRC@131-191-86-130.as.clicknet.org)
L1837[12:00:34]
<Kimiro>
Heh.
L1838[12:01:39]
<MajGenRelativity> oh no
L1839[12:01:43]
<MajGenRelativity> my PC is running out of
RAM
L1840[12:01:50] <Lumindia_> Quick, go
download more
L1841[12:01:56]
<Kimiro>
TheCryptek: Another option is to find someone who has a Solder set
up already and parasite off of it. :P
L1842[12:01:59]
<MajGenRelativity> Lumindia_ I already
did
L1843[12:02:03] <Lumindia_> aaaaaaa
L1844[12:02:13] <TheCryptek> Kimiro: I
dunt wunt to be freeloader
L1845[12:02:27]
<MajGenRelativity> everything's slowing
down!
L1846[12:03:15] <SF-MC> o.
L1847[12:03:17] <SF-MC> o.
L1848[12:03:19] <SF-MC> o?
L1849[12:03:22] <SF-MC> ffs nvm
L1850[12:03:29] <Saphire> ...
L1851[12:03:40] <Lumindia_> AAAAAAA
L1852[12:03:41] <Saphire> vector ensures
that everything is CONTINIUS
L1853[12:03:44] <Saphire>
WHYYYyyyyyy..
L1854[12:03:47]
<MajGenRelativity> All my applications just
got swapped out to virtual RAM
L1855[12:03:55] *
Saphire flips std::vector
L1856[12:03:59]
<MajGenRelativity> Chrome is dying
L1857[12:04:06] <Saphire> BUT I USE THE
DAMN ADDRESSES
L1858[12:04:15] <Saphire> bleh
L1859[12:04:35] <Saphire> i guess i'll
just put some kind of unique id of "dot" into the dot
struct...
L1860[12:04:47]
<MajGenRelativity> alright, I closed a
couple tabs, and my RAM is more under control now
L1861[12:04:52] <fingercomp> Saphire: you
have a vector of pointers, right?
L1862[12:04:54]
<MajGenRelativity> *wipes forehead*
L1863[12:05:05] <Saphire> ...no
L1864[12:05:09]
<Yuujin
Hiiragi> Oh look at that,w e have a discord
L1865[12:05:11] <Saphire> vector of
structs .-.
L1866[12:05:25] <fingercomp> oh
L1867[12:05:26] <Saphire> ooookay, i
guess vector of pointers would be better actually
L1868[12:05:53]
<Yuujin
Hiiragi> I'll vector your pointers
L1869[12:06:01]
<Kimiro>
Hail Discordia.
L1870[12:06:05]
<Yuujin
Hiiragi> Hail
L1871[12:06:08] <Saphire> though..
L1872[12:06:10] <Saphire> question!
L1873[12:06:22]
<Kimiro>
*points to @Yuujin Hiiragi's vectors*
L1874[12:06:25] <Saphire> ...how the hell
do i "new" a struct?
L1875[12:06:30]
<Yuujin
Hiiragi> ahn
L1876[12:06:41] <fingercomp> like any
other value?
L1877[12:06:52] <fingercomp> Struct *a =
new Struct;
L1878[12:06:59] <Saphire> um
L1879[12:07:05] <Saphire> struct is not a
type..
L1880[12:07:20]
<MajGenRelativity> 97% RAM usage
L1881[12:07:22]
<MajGenRelativity> Welp
L1882[12:07:27] <fingercomp> struct is
not a type, right, it's a struct
L1883[12:07:39] <Saphire> int *a = new
int; - that i get
L1884[12:07:50]
<Yuujin
Hiiragi> gg MGR, you broke it
L1885[12:07:53] <SF-MC> struct Foo x =
new struct Foo?
L1886[12:08:02] <SF-MC> idk what langauge
we're talking about though
L1887[12:08:08] <Saphire> C++
L1888[12:08:09]
<Kimiro>
*pokes @Yuujin Hiiragi in the uterus and/or liver and/or
heart*
L1889[12:08:16] <SF-MC> uh
L1890[12:08:20] <SF-MC> holdon
L1891[12:08:38] <vifino> I'm streaming
the new DOOM from my living room pc to my linux desktop, quite good
might I add.
L1892[12:08:41] <Saphire> Kimiro: why are
you poking them THERE?
L1893[12:08:41]
<MajGenRelativity> Yuujin, it is surviving
barely
L1894[12:09:12]
<Kimiro>
Saphire: Because I'm a monster?
L1895[12:09:33]
<Yuujin
Hiiragi> btw, this is Lily/Lumindia from the IRC
L1896[12:09:34]
<Yuujin
Hiiragi> 'w'
L1897[12:09:37] <Lumindia_> kek
L1898[12:09:47]
<Kimiro>
Ah. :3
L1899[12:09:47]
⇨ Joins: mallrat208
(~mallrat20@107-145-136-189.res.bhn.net)
L1900[12:10:01]
<Kimiro>
*pokes @Yuujin Hiiragi in the spine then*
L1901[12:10:13]
<Yuujin
Hiiragi> Yuujin is a character from a touhou RP discord I
made
L1903[12:10:27] <SF-MC> Saphire: pretty
sure that's correct
L1904[12:10:56]
<Kimiro>
*steals @Yuujin Hiiragi's hat*
L1905[12:11:00] <Corded> * Yuujin Hiiragi
dies
L1906[12:11:03]
<Yuujin
Hiiragi> A touhou is nothing without their har
L1907[12:11:04]
<Yuujin
Hiiragi> A touhou is nothing without their hat
L1908[12:11:21]
<MajGenRelativity> Ah
L1909[12:11:23] <Temia> :T
L1910[12:11:30]
<MajGenRelativity> Hello
Lily/Lumindia
L1911[12:11:31] <Saphire> BADUM-TS
L1912[12:11:34]
<Yuujin
Hiiragi> \o
L1913[12:11:36]
<Yuujin
Hiiragi> a Temia
L1914[12:11:41] <Corded> * Yuujin Hiiragi
attempts to pet the moo
L1915[12:11:45] <Saphire> ...fuck
L1916[12:11:54] <Saphire> if i remove
vectors, i will be literally using C
L1917[12:12:02] *
Temia is unreachable through the bridge.
L1918[12:12:06] <SF-MC> Saphire: like
that's a bad thing? ;)
L1919[12:12:08] *
Lumindia_ pets her here, then
L1920[12:12:14] <Temia> If you wanna pet
me, get over here `-`
L1921[12:12:18]
<Kimiro>
*would attempt to pet the Temia but is pretty sure she hates
me*
L1922[12:12:19] *
gamax92 pets Temia
L1923[12:12:26] *
Temia eep. ... tailswishes. =w=
L1924[12:12:28] <Lumindia_> hehehe
L1925[12:12:58] *
Kimiro chews on Temia's axe
L1926[12:13:14] <Lumindia_> ...
L1927[12:13:14] <Temia> :T
L1928[12:13:15] *
Lumindia_ hides
L1929[12:13:20] <Lumindia_> Bad idea,
Kimi
L1930[12:13:21] *
Temia shakes Kimiro off.
L1931[12:13:43] <Temia> Quit being such a
pest and gnawing on everything! Jeez! :T
L1932[12:13:51] *
Kimiro leaves deep tooth marks on the blade
L1933[12:13:54] <Lumindia_> ...
L1934[12:14:05] <Lumindia_> what the hell
are your teeth made of to leave marks in METAL?
L1935[12:14:11] <SF-MC> ^
L1936[12:14:16]
<MajGenRelativity> Lumindia, he is
evil
L1937[12:14:22] <Lumindia_> Are you Jaws
from James Bond?
L1938[12:14:31] <Kimiro> %kimiro
L1939[12:14:33]
<MajGenRelativity> *absorbs @Kimiro *
L1940[12:14:35] <MichiBot> Kimiro: Kimiro
is a tiny blue dragon (actually a metacreative construct operated
as a telepresence by a much larger self) gifted with strength,
creativity and lewdness to rival Inari. Caution: Sharp teeth and a
predisposition to biting. Tastes of raspberry and balsamic
vinegar.
L1941[12:14:59] <Inari> how often are you
gonna use that
L1942[12:14:59] <Inari> :P
L1943[12:15:10]
<MajGenRelativity> Alright
L1944[12:15:19] <Kimiro> Inari: As often
as it takes to drive you to drink.
L1945[12:15:25] <Inari> Oo
L1946[12:15:25] <Kimiro> :N
L1947[12:15:26]
<MajGenRelativity> The computer I am using
can not handle 2.5 GB to MC
L1948[12:15:32] *
Lumindia_ picks p Kimiro
L1949[12:15:38] <Lumindia_> Might I ask
that you stop chewing on her axe?
L1950[12:16:19] *
Kimiro squeaks "But my teeth are sore and I need to chew on
something." -w-
L1951[12:16:36] *
Lumindia_ gives Kimiro a steel ingot to gnaw on
L1952[12:16:52] <Lumindia_> fresh from
the works
L1953[12:17:02] <Saphire>
"(*((*edge).parents[0])).x"
L1954[12:17:06]
<Yuujin
Hiiragi> and thus thins get much sillier with me around
L1955[12:17:12]
<Yuujin
Hiiragi> and thus thing get much sillier with me around
L1956[12:17:14]
<Yuujin
Hiiragi> and thus things get much sillier with me around
L1957[12:17:15] <Saphire> that's
perfectly fine c++ code
L1958[12:17:19] *
Kimiro gnaws happily on it, but only takes minutes to grind it to
dust.
L1959[12:17:21] <SF-MC> wtf no it's
not
L1960[12:17:24] <fingercomp> Saphire:
uh... nope
L1961[12:17:25] <Lumindia_> hmm...
L1962[12:17:26]
<MajGenRelativity> *Chews on @Kimiro
*
L1963[12:17:33] <Saphire>
</sarcasm>
L1964[12:17:54] <SF-MC> I'd choke a bitch
for writing that kind of trash
L1965[12:18:19]
<MajGenRelativity> Uh
L1966[12:18:45] <fingercomp> Saphire: are
you aware of the -> operator?
L1967[12:18:51] <SF-MC> Code qualty: srs
buisiness
L1968[12:19:22] <Saphire> ...kill
me
L1969[12:19:25] <SF-MC>
(*(edge->parantes[0]).x
L1970[12:19:34] <SF-MC>
edge->parents[0]->x?
L1971[12:19:37] <Temia> sleepy.
L1972[12:19:49] <SF-MC> if I read that
all correctly
L1973[12:19:58] <fingercomp> SF-MC:
second is way better
L1974[12:20:05] <fingercomp> *second
one
L1975[12:20:21] <Kimiro> Also, Lumindia_:
My teeth are made of alinearly compressed psionic energy held
together by a virtual structure. Same as the rest of me. owo
L1976[12:20:26] <SF-MC> I was progressing
in pieces
L1977[12:20:29] <SF-MC> btw
L1978[12:21:04] <Saphire> Thanks
>.>
L1979[12:21:31] *
Kimiro chews on Lumindia_'s hand
L1980[12:21:34] <SF-MC> although I
admit
L1981[12:21:38] <SF-MC> I tried doing
this once
L1982[12:21:44] <SF-MC> (or something
like this)
L1983[12:22:13] <SF-MC> *((double *)
&an_int)
L1984[12:22:19] <SF-MC> compiler didn't
care for that though
L1985[12:23:02]
⇨ Joins: cpup (~cpup@32.218.113.116)
L1986[12:23:16] <Saphire> OOOOOOKAY, now
that's better
L1987[12:23:32] <SF-MC> awwwww
L1988[12:23:37] <SF-MC> I'm short a
diamond :(
L1989[12:24:02] <SF-MC> fiiiine
L1990[12:24:46] <Saphire> thanks for the
->
L1991[12:24:47]
<Kimiro>
*hits SF-MC in the head with a diamond block*
L1992[12:24:54] <SF-MC> oh
L1993[12:24:55] <SF-MC> ow
L1994[12:24:58] <SF-MC> thanks
though!
L1995[12:25:34]
⇦ Quits: mallrat208 (~mallrat20@107-145-136-189.res.bhn.net)
(Read error: Connection reset by peer)
L1996[12:26:08]
<Kimiro>
Keep the change. =_=
L1997[12:26:16]
⇦ Quits: CoderPuppy (~cpup@32.218.114.69) (Ping timeout: 202
seconds)
L1998[12:26:55] <Saphire> wooohoooo
L1999[12:27:14] <Saphire> okay, it no
longer fucks up everything as soon as i start adding more of
those
L2000[12:33:13] <Temia> %temia
L2001[12:33:24] <Temia> Oh, that never
did get set up, did it.
L2002[12:34:00]
<MajGenRelativity> how does one set that
up?
L2003[12:34:19]
⇨ Joins: MajGenRelativity
(webchat@remote.kjisystems.com)
L2004[12:34:27] <MajGenRelativity>
%commands
L2005[12:36:02] <gamax92> %flip
Quassel
L2006[12:36:03] <MichiBot> gamax92:
(╯°□°)╯lǝssɐnΌ
L2007[12:36:06] <gamax92> nope.
L2008[12:36:27] <MajGenRelativity>
%addannounce
L2009[12:36:36] <MajGenRelativity>
%nick
L2010[12:36:58]
<MajGenRelativity> @Mimiru how do I make
%MajGenRelativity a thing? ?
L2011[12:37:26]
<Mimiru>
%addannounce has never worked, %nick is op only, and you don't
:D
L2012[12:37:56]
<MajGenRelativity> ok ?
L2014[12:38:17] <MichiBot>
Something
Fishy (Bumble Bee Tuna AMV) | length:
4m 32s | Likes:
1493 Dislikes:
54 Views:
193269 | by
nyuthepanda
L2015[12:39:14]
⇨ Joins: CoderPuppy (~cpup@32.218.113.152)
L2016[12:42:18] <Lumindia_> Meanwhile,
elsewhere on Discord
L2018[12:43:31]
<MajGenRelativity> wat
L2019[12:44:10] <Corded> * Yuujin Hiiragi
shitposts all day long
L2020[12:44:11]
<Yuujin
Hiiragi> 'w'
L2021[12:44:17] <Temia> Well
L2022[12:44:22]
<MajGenRelativity> uh
L2023[12:44:24] <Temia> For those who
remember that scene
L2024[12:44:34] <Temia> It's very
appropriate.
L2025[12:44:35] <Corded> *
MajGenRelativity increases mass
L2026[12:44:37]
<MajGenRelativity> ┬─┬ ノ( ゜-゜ノ)
L2027[12:44:44] <g> discord has plenty of
that, to be sure
L2028[12:44:44]
⇦ Quits: cpup (~cpup@32.218.113.116) (Ping timeout: 384
seconds)
L2030[12:45:06]
<Yuujin
Hiiragi> Woody: Hey, where'd my hat go?
L2031[12:45:06]
<Yuujin
Hiiragi> Shark: "Hey there, I'm woory! Howdy howdy
howdy!"
L2032[12:45:06]
<Yuujin
Hiiragi> WOody: A-haaa... A-haaaa... **Give me that**
L2033[12:45:24]
<Yuujin
Hiiragi> seeing that on an endless loop amuses me to no
end
L2034[12:45:44] <g> I survived the
Dartening
L2036[12:45:48] <Saphire> ...
L2037[12:46:02] <Saphire> now i want to
throw away the std::vector
L2038[12:46:05]
<Yuujin
Hiiragi> ...
L2039[12:46:10]
<Yuujin
Hiiragi> you NEVER want a vector of an STD
L2040[12:46:46] <Saphire> because hey,
can't i just use a `struct thing {type value; thing*
next_thing_ptr;}`?
L2041[12:47:50] <gamax92> Saphire:
no
L2042[12:47:55] <gamax92> that's a linked
list.
L2043[12:48:01] *
Temia picks up Yuujin
L2044[12:48:24] <Saphire> oh
L2045[12:48:24]
<Yuujin
Hiiragi> ???
L2046[12:48:30] <Corded> * Yuujin Hiiragi
is picked up by Temia
L2047[12:48:38] *
Temia puts in a trash bin labelled "C Haters
Club"
L2048[12:49:01]
<Yuujin
Hiiragi> I don't program at all, so I can't say if I like a
programming language or not
L2049[12:49:07] <gamax92> Saphire:
vectors aren't linked lists
L2050[12:49:08] <Corded> * Yuujin Hiiragi
climbs out of the bin
L2051[12:49:37] <gamax92> they are
contiguous too, they just perform their own memory management for
auto expansion and contraction(?)
L2052[12:49:48] <Saphire> and they move
around
L2053[12:50:07]
<Yuujin
Hiiragi> I was making a very poor STD joke
L2054[12:50:15] <g> Oh hey, a new Worms
game just released
L2056[12:50:54] ***
Darkhax is now known as Darkhax_AFK
L2057[12:51:03] <fingercomp> Saphire:
btw, if you have a vector of pointers, you can set nullptr instead
of erasing an element
L2058[12:51:19]
⇦ Quits: Kimiro (~MobileDra@24.114.40.72) (Ping timeout: 182
seconds)
L2059[12:51:34] <Temia> Woah.
L2060[12:51:38] <Temia> A new
Worms.
L2061[12:51:43] <Corded> *
MajGenRelativity picks up @Yuujin Hiiragi
L2062[12:51:45] <Corded> * Yuujin Hiiragi
is picked up
L2063[12:51:46]
<Yuujin
Hiiragi> ????
L2064[12:51:48] <Corded> *
MajGenRelativity floats her into the air
L2065[12:51:49] <Temia> And it's
available on Linux?!
L2066[12:51:54]
<Yuujin
Hiiragi> jewjioagoeawigj
L2067[12:51:58] <Corded> * Yuujin Hiiragi
flails
L2068[12:51:59]
<Yuujin
Hiiragi> Temia, help!
L2069[12:52:00]
<Yuujin
Hiiragi> D;
L2071[12:52:17] *
Temia staaaares. ' - '
L2072[12:52:26] <Corded> *
MajGenRelativity causes @Yuujin Hiiragi to stay in one spot in the
air
L2073[12:52:31] <Corded> * Yuujin Hiiragi
drops a concrete donkey on MajGen
L2074[12:52:32] *
Temia turns and walks off
L2075[12:52:40] <Corded> *
MajGenRelativity blocks donkey with Draconic Armor
L2076[12:52:44]
<Yuujin
Hiiragi> plz
L2077[12:52:53] <Corded> *
MajGenRelativity throws his Primordial Gauntlet at @Yuujin
Hiiragi
L2078[12:52:57]
<MajGenRelativity> now you can fly, sort
of
L2079[12:52:59]
<Yuujin
Hiiragi> I don't even know what that is
L2080[12:53:08]
<Yuujin
Hiiragi> I'm a touhou, I can already fly
L2081[12:53:09] <gamax92> Saphire: they
shift down
L2082[12:53:13] *
Temia deletes Maj's mods.
L2083[12:53:21]
<MajGenRelativity> you can also create
light, become immune to knockback, freeze water into ice, and
restore hit points
L2084[12:53:22] <gamax92> they don't just
go completely bonkers after the deletion point
L2085[12:53:23] *
Temia watches him plummet. ' w '
L2086[12:53:24] <Corded> *
MajGenRelativity restores mods
L2087[12:53:34] <Corded> *
MajGenRelativity resumes his flight
L2088[12:53:36]
<Yuujin
Hiiragi> '-'
L2089[12:53:47] *
Temia chown.
L2090[12:53:48]
<MajGenRelativity> @Yuujin Hiiragi just
take the damned gauntlet
L2091[12:53:51]
<MajGenRelativity> It's pretty good
L2092[12:53:51] <Corded> * Yuujin Hiiragi
takes
L2093[12:53:55] <Corded> * Yuujin Hiiragi
doesn't use
L2094[12:53:56] *
Temia rm *.
L2095[12:54:03]
⇨ Joins: TheFox
(~TheFox@pool-108-4-58-236.rcmdva.fios.verizon.net)
L2096[12:54:06]
<MajGenRelativity> @Yuujin Hiiragi it heals
you and does useful stuff though
L2097[12:54:12] <TheFox> Hello
L2098[12:54:14] <TheFox> !
L2099[12:54:14] <SF-MC> Temia: rm -rf
--no-preserve-root /
L2100[12:54:18]
<MajGenRelativity> hi TheFox
L2101[12:54:21]
⇦ Quits: MajGenRelativity (webchat@remote.kjisystems.com)
(Quit: Web client closed)
L2102[12:54:26] <gamax92> Saphire: when
it talks about invalidation it means that vector[some_index] will
no longer be what it used to be. Which is just because it
shifts.
L2103[12:54:32] <Temia> Access
denied.
L2104[12:54:42]
<Yuujin
Hiiragi> Create Light: My TiCon sword does that
L2105[12:54:44] <Saphire> I know
that
L2106[12:54:46] <TheFox> Er sudo?
L2107[12:54:49]
<Yuujin
Hiiragi> Immune to Knockback: Don't really are about that
L2108[12:54:55]
<Yuujin
Hiiragi> Freeze water into ice: Why?
L2109[12:54:59]
<Yuujin
Hiiragi> Restore HP: I got other methods of that
L2110[12:55:09]
<MajGenRelativity> @Yuujin Hiiragi freeze
water into ice for skating and walking on water
L2111[12:55:11] <Temia> You're not in
wheel, sorry `-`
L2112[12:55:17]
<Yuujin
Hiiragi> I have my Ventoraptor for water movement
L2113[12:55:30] <Corded> * Yuujin Hiiragi
whistles, the ventoraptor races over, screeching loudly
L2114[12:55:53]
<MajGenRelativity> what is a
Ventoraptor
L2115[12:55:57]
<Yuujin
Hiiragi> Lycanite's Mobs
L2116[12:56:05]
<MajGenRelativity> the only thing I can
picture is a Velociraptor with the head of an AC vent
L2118[12:56:48]
<Yuujin
Hiiragi> that's a ventoraptor
L2119[12:56:52]
<MajGenRelativity> I will be honest
L2120[12:56:59]
<MajGenRelativity> not a fan
L2121[12:57:00]
<Yuujin
Hiiragi> `It looks ugly`?
L2122[12:57:03]
<Yuujin
Hiiragi> yeah, thought so
L2123[12:57:12]
<MajGenRelativity> can I burn it with
fire?
L2124[12:57:15]
<Yuujin
Hiiragi> it's a pretty sweet mount, though
L2125[12:57:15]
<Yuujin
Hiiragi> NO
L2126[12:57:18] <gamax92> YES
L2127[12:57:23]
<Yuujin
Hiiragi> That's one of my main methods of transportation in
Monsters and Magic
L2128[12:57:24] <gamax92> SEY YES
L2129[12:57:33]
<MajGenRelativity> @Yuujin Hiiragi well,
you have my gauntlet now
L2130[12:57:40] <vifino> s/EY/EX/
L2131[12:57:40] <MichiBot>
<gamax92> SEX YES
L2132[12:57:45] <Corded> *
MajGenRelativity nocks arrow in Draconic Bow
L2133[12:57:51] <Corded> *
MajGenRelativity applies 3 million RF
L2134[12:57:54]
<Yuujin
Hiiragi> '-'
L2135[12:57:56] ***
Darkhax_AFK is now known as Darkhax
L2136[12:57:57] <Corded> *
MajGenRelativity fires at Ventoraptor
L2137[12:57:58]
<MajGenRelativity> there
L2138[12:57:59] <gamax92> vifino is
defective.
L2139[12:58:03]
<MajGenRelativity> now my gauntlet is
useful!
L2140[12:58:07] <Corded> * Yuujin Hiiragi
lunges forward, dodging the arrow
L2141[12:58:07] <vifino> :(
L2142[12:58:17]
<MajGenRelativity> oh, you want to be like
that?
L2143[12:58:23] <Corded> *
MajGenRelativity turns on sniper mode and auto fire
L2144[12:58:29] <Corded> *
MajGenRelativity reconfigures Awakened Cores
L2145[12:58:34]
<Yuujin
Hiiragi> CAN'T CATCH ME, I'M THE GINGERBREAD MAN
L2146[12:58:35]
<Yuujin
Hiiragi> 8D
L2147[12:58:38] <Corded> *
MajGenRelativity sprays 10 arrows per second in wide
diversion
L2148[12:58:40] *
Temia picks up Maj
L2149[12:58:44] <Corded> *
MajGenRelativity contacts TACEATS3
L2150[12:58:50] <Corded> *
MajGenRelativity orders nuclear and black hole strikes
L2151[12:58:59] *
Temia sticks in the newly rechristened "OP Mods"
trashbin
L2152[12:59:04]
<MajGenRelativity> @Yuujin Hiiragi Pretty
sure your ventoraptor is done
L2153[12:59:05] *
Temia puts the lid on
L2154[12:59:08]
<Yuujin
Hiiragi> '-'
L2155[12:59:12]
<Yuujin
Hiiragi> ehh, whatever
L2156[12:59:17]
<Yuujin
Hiiragi> he'll be back tomorrow
L2157[12:59:18]
<MajGenRelativity> Temia, nah
L2158[12:59:20]
<Yuujin
Hiiragi> you can't kill him completely
L2159[12:59:22]
<Yuujin
Hiiragi> he's soulbound to me
L2160[12:59:35] <Temia> Yeah.
L2161[12:59:35] <gamax92> soulmates
L2162[12:59:39]
<MajGenRelativity> I can order a missile
strike on him every day though ?
L2163[12:59:44] <Temia> You're seriously
going full chuunibyou there
L2164[12:59:47]
<Yuujin
Hiiragi> not if I don't summon him
L2165[12:59:52]
<MajGenRelativity> Temia, what?
L2166[12:59:54]
<Yuujin
Hiiragi> if he's not summoned, you can't do shit
L2167[12:59:58]
<MajGenRelativity> that's true
L2168[12:59:58] <Temia> That is some
serious tryhard shit
L2169[13:00:14]
<Yuujin
Hiiragi> plus I'm delving into eldritch powers soon
L2170[13:00:20]
<Yuujin
Hiiragi> Soon I'll be the master of the outer gods
L2171[13:00:36]
<MajGenRelativity> @Yuujin Hiiragi what
mod?
L2172[13:00:40]
<Yuujin
Hiiragi> AbyssalCraft
L2173[13:00:52]
<MajGenRelativity> I'll have to look into
it
L2174[13:00:57]
<MajGenRelativity> never heard of it
before
L2175[13:01:09]
<Yuujin
Hiiragi> It's heavily inspired by H.P. Lovecraft and the Cthulhu
Mythos
L2176[13:01:12]
<Yuujin
Hiiragi> among other things
L2177[13:01:19]
<MajGenRelativity> I know little about both
of those
L2178[13:01:26]
<MajGenRelativity> ¯\_(ツ)_/¯
L2179[13:01:42]
<Yuujin
Hiiragi> I'll stream a bit when I get home so you can watch me
dick around with it
L2180[13:01:58]
<MajGenRelativity> @Yuujin Hiiragi my
computer had it's BIOS wiped out
L2181[13:02:04]
<MajGenRelativity> now I have to fix
it
L2182[13:02:07]
<Yuujin
Hiiragi> oh
L2183[13:02:18]
<MajGenRelativity> I'm really sad
L2185[13:02:34] <MichiBot>
[100th
video] AbyssalCraft Tutorial: Potential Energy | length:
8m
42s | Likes:
31 Dislikes:
2 Views:
2560 | by
Shinoow
L2186[13:03:08]
<Yuujin
Hiiragi> >has *EI installed,
L2187[13:03:12]
<Yuujin
Hiiragi> still shows crafting recipes in a chest
L2188[13:03:15]
<Yuujin
Hiiragi> RRRRREEEEEEEEEEEE
L2189[13:03:28]
<MajGenRelativity> @Yuujin Hiiragi I'll
have to show you my modpack sometime
L2190[13:03:32]
<MajGenRelativity> when I fix my
comptuer
L2191[13:03:40]
<MajGenRelativity> computer*
L2192[13:05:22] <Lizzy> na, vifino is not
defective, he is fine
L2193[13:10:14]
<Yuujin
Hiiragi> but anyway, yeah
L2194[13:10:18]
<Yuujin
Hiiragi> four dimensions to explore
L2195[13:13:39] <TheCryptek> Kimiro are
you on IRC?
L2196[13:16:04]
⇦ Quits: Hyst
(cxsss1@CPE-124-189-28-144.bkzh1.cht.bigpond.net.au) (Ping timeout:
190 seconds)
L2197[13:16:09]
⇨ Joins: Hyst
(cxsss1@CPE-124-189-28-144.bkzh1.cht.bigpond.net.au)
L2198[13:28:05]
⇨ Joins: Felthry (webchat@216.106.146.26)
L2199[13:28:23]
⇨ Joins: Schzd
(~Schzdadep@modemcable121.35-162-184.mc.videotron.ca)
L2200[13:28:44] <Felthry> I am having
some really weird problems with a program I'm working on. Is this
the right place to go to ask for help with that?
L2201[13:29:01] <SF-MC> probably
L2202[13:29:28] ***
Darkhax is now known as Darkhax_AFK
L2203[13:29:34]
<MajGenRelativity> Felthry, closest place
to the right place you can get ?
L2204[13:30:03] <Felthry> Well,
basically, the problem is that the program seems to sort of
half-continue running after it crashes, making debugging the source
of the crash in the first place difficult
L2205[13:30:31]
<MajGenRelativity> does it use
event.listen?
L2206[13:30:53] <Felthry> The program
relies on a timer that executes a function every fifteen
seconds.
L2207[13:31:00] <Felthry> Uses
event.timer().
L2208[13:31:05] <Felthry> And then
event.pull()
L2209[13:31:17] <Felthry> The timer
continues executing the function after the program crashes.
L2210[13:31:53] <Felthry> I understand
that I have to explicitly destroy the timer object before exiting
the program, and I do that, but when it crashes, it doesn't run the
rest of the code, of course
L2211[13:32:17] <Felthry> Lua doesn't
seem to have any try...catch syntax, and I can't wrap my head
around the pcall/xpcall thing
L2212[13:32:25]
<MajGenRelativity> huh
L2213[13:32:49]
<MajGenRelativity> I'm not super familiar
with anything to do with events outside of some basic event.pull
and event.listen, so that's out of my league
L2214[13:32:50]
<MajGenRelativity> sorry m8
L2215[13:33:03] <Inari> Felthry: you just
call a function via pcall
L2216[13:33:16] <Inari> and you get back
true, ... if it returned normall y (... being the arguments the
function returns)
L2217[13:33:28] <Inari> or false,
"error" if it crashed ("error" ebing the
error)
L2218[13:33:38] <Felthry> That's what I
tried doing, but it didn't seem to work right.
L2219[13:33:49] <Inari> well how are you
doing it
L2220[13:34:01]
⇦ Quits: CoderPuppy (~cpup@32.218.113.152) (Ping timeout: 186
seconds)
L2221[13:34:06] <Felthry> I did an if
~pcall(main(args)) then [code here] end
L2222[13:34:42] <Inari> well
L2223[13:34:45] <Felthry> The code in
[code here] doesn't seem to have been executed when it
crashed.
L2224[13:34:49]
⇦ Quits: Keanu73 (~Keanu73@host-92-25-97-12.as13285.net)
(Read error: Connection reset by peer)
L2225[13:34:50] <Inari> that call
main(args) and puts the return into pcall call :P
L2226[13:35:16] <Inari> pcall(function,
arg1, arg2, arg3, ...)
L2227[13:35:17] <gamax92> correct syntax
is pcall(main, args...)
L2228[13:35:21] <Inari> :p
L2229[13:35:23] <Felthry> Oh!
L2230[13:35:25] <Felthry> Well.
L2231[13:35:28] <Felthry> That explains
that then.
L2232[13:35:32] *
Inari sausages gamax92
L2233[13:35:43] <Inari> digikey order
still "Pending" :|
L2234[13:35:46] <Inari> come on
guys
L2235[13:36:11] <gamax92> Inari: oh
my~
L2236[13:36:25] <Caitlyn> nah, I prefer
girls. :P
L2237[13:36:52] <Inari> where di dthat
come form
L2238[13:36:59] <Lizzy> lol
L2239[13:37:05] <Caitlyn> "come on
guys"
L2240[13:37:11] <Lumindia_> Come on
Eileen
L2241[13:37:12] <Lumindia_> o 3o
L2242[13:37:13] <Inari> lol
L2243[13:38:16] <Ashigaru>
MajGenrelativity?
L2244[13:38:20] <TheFox> Hello
L2245[13:38:37]
⇨ Joins: Keanu73
(~Keanu73@host-92-25-97-12.as13285.net)
L2246[13:38:39]
<MajGenRelativity> hello Ashigaru
L2247[13:38:46] <Ashigaru> Aidan is on
#mekanism
L2248[13:38:57] <Ashigaru> You're welcome
:)
L2249[13:39:04]
⇨ Joins: cpup (~cpup@32.218.113.244)
L2250[13:39:18]
<MajGenRelativity> Ashigaru, I'm
coming
L2251[13:39:29] <Inari> MajGenRelativity:
get a room
L2252[13:39:31] <Inari> sheesh
L2253[13:39:48] <Temia> lewdness
overwhelming
L2254[13:39:51] <Lizzy> please clean up
after yourself ¬_¬
L2255[13:39:55] *
TheFox gives info keys to a room
L2256[13:40:06] <Inari> Temia: :3
L2257[13:40:08] <TheFox> Inari not info*
I hate autocorrect
L2258[13:40:24]
⇦ Quits: Lumindia_
(~IceChat9@nj-76-1-237-139.dhcp.embarqhsd.net) (Ping timeout: 190
seconds)
L2259[13:40:39] <Caitlyn> God damn IPv6
isn't working on vultr
L2260[13:41:00] <SF-MC> we're approaching
25 years of IPv6
L2261[13:41:06] <SF-MC> yet practically
no one uses IPv6
L2262[13:41:07] <SF-MC> wtf
L2263[13:41:22] <Lizzy> SF-MC, because
ISPs don't want to make the switch
L2264[13:41:39] <TheFox> Yup
L2265[13:41:44] <Felthry> Okay well that
seems to have soooort of worked? Now it errors with "attempt
to perform a bitwise operation on a boolean value" on the line
"if ~pcall(main, args) then"
L2266[13:41:47] <Lizzy> also only about
20 years on ipv6, it was released in 1996
L2267[13:41:48] <gamax92> because make it
easier to use IPv6.
L2268[13:41:51] <Temia> Yeah, I'm still
stuck on an IPv4-only line
L2269[13:42:05] <SF-MC> Felthry: ~ is not
logical
L2270[13:42:09] <SF-MC> use not
pcall...
L2271[13:42:15] <Temia> Everything on my
network is fully capable of IPv6
L2272[13:42:20] <Lizzy> Caitlyn, Janus'
IPv6 is working :) never really had a problem with it
L2273[13:42:28] <Temia> But not my line
upstream.
L2274[13:42:35] <gamax92> Felthry: he
means literally the word 'not' btw
L2275[13:42:37] <Lizzy> mainly cause i
don't need to send a DUID like i do with Athar
L2276[13:42:53] <Felthry> I thought ~ was
lua's not operator.... Bleh, outside of Computercraft and
OpenComputers I have zero experience with lua, sorry for all the
beginner mistakes.
L2277[13:43:01] <SF-MC> ~ is Lua's
bitwise not
L2278[13:43:20] <Lizzy> Felthry, it's
fine, everyone has to start somewhere
L2279[13:43:36] <SF-MC> besides, you're
not acting like an entitled moron or anything like that
L2280[13:43:38] <SF-MC> so we're
cool
L2281[13:43:42] <SF-MC> srsly
L2282[13:44:04] <Felthry> Excellent, that
worked. Now I can get to figuring out why the thing was crashing in
the first place.
L2283[13:45:12] <Lizzy> if Lua then
pcall( ALL_THE_THINGS ) elseif Python: try: AllTheThings() except:
print(oh well) end
L2284[13:45:14] <TheFox> I never use
pcall(). Though it would help for error catching. Maybe I should
huh
L2285[13:45:20] <Felthry> I'll probably
post the end result on the forums somewhere, because it will
probably be useful to more than just me. The program is a port of
RandomBlue's AE2 auto-stocking program from Computercraft to
OpenComputers.
L2286[13:45:46] <Lizzy> Felthry, awesome
:)
L2287[13:45:58] <Lizzy> #lua error(
"lewdness to high")
L2288[13:45:58] <|0xDECAFBAD|> >
[string "lua"]:1: lewdness to high
L2289[13:46:16] <Caitlyn> ---
2001:19f0:300:1704::6 ping statistics ---
L2290[13:46:16] <Caitlyn> 3 packets
transmitted, 0 received, 100% packet loss, time 2014ms
L2291[13:46:30] <SF-MC> our internal
stuff is probably v6 capable too
L2292[13:46:41] <SF-MC> but when upstream
is v4... why bother?
L2293[13:46:51] <Felthry> And yeah,
Lizzy, here I am with most of my experience in C and VHDL....
electrical engineering is not the best field to get your
programming experience from!
L2294[13:47:23] <Lizzy> #lua functio
beep(a) if a == "a" then print("Woop") else
error( "lewdness to high") end end
print(pcall(beep("a"), pcall(beep("b") )
L2295[13:47:23] <|0xDECAFBAD|> >
[string "lua"]:1: syntax error near 'beep'
L2296[13:47:28] <Lizzy> oh
L2297[13:47:33] <Lizzy> #lua function
beep(a) if a == "a" then print("Woop") else
error( "lewdness to high") end end
print(pcall(beep("a"), pcall(beep("b") )
L2298[13:47:33] <|0xDECAFBAD|> >
[string "lua"]:1: ')' expected near <eof>
L2299[13:47:37] <Lizzy> ffs
L2300[13:47:40] <SF-MC> lol
L2301[13:48:00] <Lizzy> #lua function
beep(a) if a == "a" then print("Woop") else
error( "lewdness to high") end end
print(pcall(beep("a")), pcall(beep("b"))
)
L2302[13:48:00] <|0xDECAFBAD|> > Woop
| [string "lua"]:1: bad argument #1 to 'pcall' (value
expected)
L2303[13:48:06] <Felthry> I present to
you: The programming experience.
L2304[13:48:12] <Lizzy> meh
L2305[13:48:13] <SF-MC> hah
L2306[13:48:23] <SF-MC> chickens
L2307[13:48:23] <SF-MC> pls
L2308[13:48:24] <SF-MC> egg
L2309[13:48:26] <SF-MC> pls
L2310[13:48:38] <Stary> #lua function
beep(a) if a == "a" then print("Woop") else
error( "lewdness to high") end end print(pcall(beep,
"a"), pcall(beep, "b") )
L2311[13:48:38] <|0xDECAFBAD|> > Woop
| true false [string "lua"]:1: lewdness to high |
nil
L2312[13:49:03] <Lizzy> yeah, guessed
that's what i was doing wrong
L2313[13:51:23] <Felthry> Hmm. Is there
any way I can get this program to still give me the stacktrace
after pcall returns?
L2314[13:52:01] <gamax92> yes, store it
and do the if statement afterwards
L2315[13:52:27] <gamax92> local ok, err =
xpcall(main, debug.traceback, arguments, blah) if not ok then
print(err) end
L2316[13:52:41] <Felthry> aha, okay.
Thank you!
L2317[13:54:28] <Felthry> Hee. It amuses
me more than it should that this results in "if not ok
then".
L2318[13:56:37] <Felthry> Woo, that
works. Okay, thanks for all the help! I'll be going now; be
well!
L2319[13:56:46]
⇦ Quits: Felthry (webchat@216.106.146.26) (Quit: Web client
closed)
L2320[13:56:49] <SF-MC> o/
L2321[13:57:16]
⇦ Quits: LeshaInc (~LeshaInc@84.234.50.81) (Ping timeout: 384
seconds)
L2322[14:00:22]
⇨ Joins: Trangar
(~Trangar@249-153-145-85.ftth.glasoperator.nl)
L2323[14:01:51] <Corded> * Mimiru burns
everything
L2324[14:02:02] <Corded> *
MajGenRelativity feels the heat
L2325[14:02:16] <Corded> *
MajGenRelativity freezes air into ice around him
L2327[14:06:25] <MichiBot>
Fountains
of Wayne - Stacy's Mom | length:
3m 24s | Likes:
212427 Dislikes:
7258 Views:
46915134 | by
emimusic
L2328[14:06:57] <SF-MC> found a pink
sheep
L2329[14:11:24] <MalkContent> if i
install multiple experience upgrades, will those fill
simultaniously?
L2330[14:11:52] *
Miyoyo slaps Miyoyo with a small asteroid, rich in
iron
L2331[14:11:52] *
EnderBot2 high-fives Miyoyo
L2332[14:12:09] <Miyoyo> im back
L2333[14:12:19] <Miyoyo> and definitely
not in black
L2334[14:12:22] <Miyoyo> but in
blue
L2335[14:12:25] <MalkContent> a nvm
L2336[14:12:29] <Miyoyo> and khaki
L2337[14:12:36] <MalkContent> only one t3
upgrade container per robot ^^
L2338[14:15:22]
⇨ Joins: LeshaInc (~LeshaInc@84.234.50.81)
L2339[14:20:47]
⇦ Quits: TheFox
(~TheFox@pool-108-4-58-236.rcmdva.fios.verizon.net) (Read error:
Connection reset by peer)
L2340[14:24:49] <Miyoyo> Why hasn't
anyone made a good looking bios yet
L2341[14:25:04] <Miyoyo> they all either
don't look
L2342[14:25:19] <Miyoyo> or look like
fucking grub pre-alpha -0.7v
L2343[14:27:02]
⇨ Joins: ChJees
(~ChJees@h126n12-sv-a13.ias.bredband.telia.com)
L2344[14:30:07]
⇨ Joins: TheFox
(~TheFox@pool-108-4-58-236.rcmdva.fios.verizon.net)
L2345[14:31:16] <Lizzy> because no-one
needs such a thing?
L2346[14:31:27] <Miyoyo> Yeah but
L2347[14:31:29] <Miyoyo> we can
L2348[14:31:31] <Miyoyo> why not
L2349[14:31:37] <Forecaster> then you do
it
L2350[14:31:46] <SF-MC> other better,
more worthwhile things to spend time on?
L2351[14:42:49]
⇦ Quits: TheFox
(~TheFox@pool-108-4-58-236.rcmdva.fios.verizon.net) (Quit: Got to
work now :()
L2352[14:43:07]
⇨ Joins: TheFox
(webchat@pool-108-4-58-236.rcmdva.fios.verizon.net)
L2353[14:43:13] <TheFox> much beter
L2354[14:43:49] <Forecaster> much beta,
such development
L2355[14:45:53] <Vexatos>
abgdezetiklmnxoprstu
L2356[14:45:54] <Vexatos> :>
L2357[14:46:07] <SF-MC> alright
then
L2358[14:48:24]
⇦ Quits: xarses (~xarses@64.124.158.32) (Ping timeout: 190
seconds)
L2359[14:51:05]
⇨ Joins: xarses (~xarses@172.56.38.76)
L2360[14:51:36] <TheFox> sooo, how does
one go about repairing the EFI partition of an external HDD?
L2361[14:51:46] <SF-MC> RIP
L2362[14:51:48] <SF-MC> probabl
L2363[14:51:54] <SF-MC> I've never had to
do it
L2364[14:51:57] <Temia> Testdisk.
L2365[14:52:19] <Temia> You can do pretty
much anything with Testdisk
L2366[14:53:26] <Temia> I've had to
rebuild my MBR from scratch a couple of times due to a buggy image
writing program on Windows, and a combination of Testdisk in Linux
and Fixmbr in WinPE had me back up and going every time.
L2367[14:53:48] <Miyoyo> UGH
L2368[14:54:02] <Miyoyo> The default BIOS
doesn't isolate it's functions
L2369[14:54:03] <Temia> My brother
mistakenly believed he didn't need his backups when we were
rebuilding his computer when it looked like everything was there,
but it wasn't. No problem! Testdisk undeletes!
L2370[14:55:17] <Miyoyo> boot_invoke is
still available from openos
L2371[14:56:14] <TheFox> Temia: sounds
like TestDisk and gpart(ed) are pretty close to teh same
thing
L2372[14:56:27] <SF-MC> uh
L2373[14:56:45] <TheFox> elaborate SF-MC
?
L2374[14:56:55] <SF-MC> nvm
L2375[14:57:42] <vifino> Miyoyo: Wat. No,
no they aren't?!
L2376[14:58:04] <Miyoyo> Vifino: I can do
boot_invoke in openos no problem
L2377[14:58:14] <vifino> GParted is a
partitioning tool. Testdisk is a recovery tool for overwritten
partition tables.
L2378[14:58:23] <vifino> Miyoyo: Sorry,
meant TheFox.
L2379[14:58:26] <SF-MC> Miyoyo: vifino
mis-tabbed
L2380[14:58:28] <Miyoyo> aw :(
L2381[14:58:40] <vifino> TheFox: Yer
stoopid m8.
L2382[14:58:46] <SF-MC> TheFox: basically
what I would have said if I'd have finished my thought
L2383[14:58:48] <TheFox> Gparted can
recover lost data aswell vifino
L2384[14:58:56] <SF-MC> not
/really/
L2385[14:58:59] <TheFox> i used it last
night
L2386[14:59:00] <vifino> wat.
L2387[14:59:19] <vifino> SF-MC: Can you
translate whatever TheFox is saying to something I can
understand?
L2388[14:59:26] <vifino> Because I don't
even.
L2389[14:59:43] <SF-MC> I'm guessing
TheFox used gparted to fix a part table
L2390[14:59:48] <SF-MC> but that's not
recovering lost data
L2391[15:00:20] <SF-MC> that's the only
thing that comes to mind that I can reasonably assume gparted can
do
L2392[15:00:27] <TheFox> im trying ot fix
a currpupted EFI partition, the only reason recovery of deleted
data was broguth up was in comparison to testDrive
L2393[15:00:59] <SF-MC> gparted may have
fixed your part table, but fixing part table != recover data
L2394[15:01:06] <vifino> ^
L2395[15:01:12] <SF-MC> not in the
strictest sense
L2396[15:01:46]
⇨ Joins: xarses_ (~xarses@64.124.158.32)
L2397[15:01:51]
⇨ Joins: Dustpuppy
(~kvirc@86-46-108-167-dynamic.b-ras1.wtd.waterford.eircom.net)
L2398[15:01:57] <Dustpuppy> hi
L2399[15:02:00] <SF-MC> hai
L2400[15:02:01] <TheFox> Gparted didnt do
shit, it recovered a file or two
L2401[15:02:10] <vifino> Q_Q
L2402[15:02:14] <TheFox> but thats not
the point
L2403[15:02:19] <SF-MC> because that's
not what gparted does?
L2404[15:02:25] <Lizzy> lel
L2405[15:02:49] <TheFox> i need to fix an
EFI partition that is currupt, i dont give a shit what Gparted does
it cant fix my efi partition and i lost a 4TB HDD,
L2406[15:02:54] *
vifino lel's in Lizzy's face over the internet
L2407[15:03:01] <Temia> Use
testdisk.
L2408[15:03:01] <Temia> ffs.
L2409[15:03:20] ***
Gwyndolin is now known as Gwyndolin|Work
L2410[15:03:46] <vifino> Are you an apple
user, TheFox?
L2411[15:03:59] <vifino> apple-ecosystem
user, rather.
L2412[15:04:56]
⇦ Quits: xarses (~xarses@172.56.38.76) (Ping timeout: 202
seconds)
L2413[15:04:57] <vifino> If so, go to the
apple genius bar. They will professionally recovery your data by
wiping the drive and reinstalling.
L2414[15:05:11] <SF-MC> > apple genius
bar
L2415[15:05:14] <SF-MC> >
professionally
L2416[15:05:18] <vifino> For free, of
course.
L2417[15:05:19] <SF-MC> >
reinstall
L2418[15:05:22] <Miyoyo> vifino: I don't
know why, but I fell you already had such an experience
L2419[15:05:29] <Miyoyo> feel*
L2420[15:05:35] <vifino> SF-MC: >did
you even read what i said
L2421[15:05:38] <vifino> Miyoyo:
Nope.
L2422[15:05:40] <Miyoyo> Aw
L2423[15:05:53] <SF-MC> maybe I missed
something important in that
L2424[15:05:55] <SF-MC> but I di
L2425[15:06:00] <TheFox> vifino: yes i
am, i use apple, androind, and linux, and windows
L2426[15:06:03] <Temia> Some people just
can't detect sarcasm, even when you're positively dripping in
it
L2427[15:06:03] <vifino> I own a macbook,
but I didn't let them "fix" anything except the hardware,
no touchy my drive.
L2428[15:06:27] <Miyoyo> Heh
L2429[15:06:39] <Miyoyo> They really are
the same around the entire fucking world
L2430[15:06:58] <vifino> >"We
detected that your OSX install is causing issues!!"
L2431[15:07:01] <TheFox> vifino: htey
wont touch my mac anymore, i toook it apart after it took a bath in
16 oz of coke
L2432[15:07:10] <Temia> .
L2433[15:07:16] <vifino> >works fine
>their issue was that i used 3rd party kernel extensions
L2434[15:07:18] <Temia> What do you
people DO to your computers
L2435[15:07:42] <Miyoyo> Temia: We strip
every ounce of respect they ever had and will ever have
L2436[15:07:46] <Miyoyo> for fun
L2437[15:07:55] <vifino> I told them to
still check my macbook even though they detected no issues in the 5
seconds they tested it. The next day, I got an email confirming
that my macbook had a defective GPU.
L2438[15:08:09] <Miyoyo> toppest of
keks
L2439[15:08:12] <SF-MC> I still don't get
why people buy Apple
L2440[15:08:21] <SF-MC> underpowered and
overpriced
L2441[15:08:22] <Miyoyo> SF-MC:
Branding
L2442[15:08:32] <TheFox> vifino: your
macbook had defective intergrated graphic 0_o?
L2443[15:08:35] <vifino> SF-MC: Because
they make decent hardware, although overpriced.
L2444[15:08:36] <Miyoyo> You'd be
surprised what people would do for brands
L2445[15:08:38] <vifino> TheFox:
No?
L2446[15:08:45] <SF-MC> It's not decent
for the price point
L2447[15:08:56] <Miyoyo> Still, it's
apple
L2448[15:09:09] <Miyoyo> I mean even m$
is getting better
L2449[15:09:17] <SF-MC> $1500+ for
something less powerful than my $1000 laptop is criminal
L2450[15:09:30] <Miyoyo> Their new
software leader really changed how the company works
L2451[15:09:31] <TheFox> vifino: so you
have a newer mac then mine, because i have intergrated graphics,
and so did the other macs that came out around that time, unless
yours is a pro
L2452[15:09:35] <vifino> I'm not gonna
get into a flame war, but they do things right that other's do
not.
L2453[15:09:47] <vifino> TheFox: Yes, it
is a macbook pro retina.
L2454[15:09:54] <Miyoyo> vifino: well
with their cash they can affrod it at lease
L2455[15:10:09] *
TheFox lunges for Vifino's Mac. I NEED AN UPGRADE
L2456[15:10:12] <vifino> I would never
lease anything.
L2457[15:10:16] <Miyoyo> least*
L2458[15:10:21] <SF-MC> the only good
thing I have to say about Apple is that they had sense enough to
use a real OS
L2459[15:10:23] <vifino> TheFox: No, fuck
off.
L2460[15:10:24] <SF-MC> for their
underpinnings
L2461[15:11:01] <SF-MC> I still hold
Windows NT as absolute trash
L2462[15:11:13] <Temia> Darwin is
alright.
L2463[15:11:16] <TheFox> vifino: please,
i am using a mid-spec 2011 air, i only need 3,000 dollars, or you
could you know gimme yours?
L2464[15:11:18] <vifino> SF-MC: Cut out
your apple hate, it gets boring over time. You have to admit that
the build quality of macbooks are pretty damn awesome.
L2465[15:11:22] <Miyoyo> The main problem
with windows isn't really NT
L2466[15:11:25] <Temia> But I feel like
that point is dimished when they killed the OpenDarwin
project
L2467[15:11:26] <SF-MC> I've never used
one
L2468[15:11:27] <vifino> TheFox: No, fuck
off.
L2469[15:11:28] <Miyoyo> It's what's on
top of NT
L2470[15:11:31] <SF-MC> so I have no damn
clue
L2471[15:11:44] <Temia> I can in fact
deny such a statement, Vifino.
L2472[15:12:01] <SF-MC> we have a house
rule to not buy Apple trahs
L2473[15:12:11] <Temia> I have friends
who have had to send their top-of-the-line Macbooks for logic board
replacements four times.
L2474[15:12:17] <vifino> wat.
L2475[15:12:27] <TheFox> SF-MC: if i
spilled a bottle of coke on my old windows laptop it would have
died, but since i have a mac , i can use it still, that stands for
the build quality of macs
L2476[15:12:39] <Temia> Friends who are
trusted enough to handle sensitive electronics and maintain
dangerous equipment.
L2477[15:12:47] <vifino> Temia: ... are
they the type of person to ruin things with soda?
L2478[15:12:50] <Temia> No.
L2479[15:12:54] <Temia> Anything
but.
L2480[15:12:58]
<Mimiru>
As someone who replaced logic boards in macs... oh my god they suck
:p
L2481[15:13:00] <Miyoyo> Coffee :D
L2482[15:13:01] <vifino> How did they die
then?!
L2483[15:13:06] <Temia> They're probably
the kind of person who would string soda-ruiners up by their
toenails.
L2484[15:13:18] <Temia> Defective
systems.
L2485[15:13:19] <Temia> That's how.
L2486[15:13:21]
<Mimiru>
I worked in a repair depot, I'd go through 3-5 boards to get a
decent one.
L2487[15:13:28] <TheFox> Mimiru, i have
no problem with plucking logic boards, i acutally think its quite
fun
L2488[15:13:31] <vifino> That is not very
explanatory, TheFox.
L2489[15:13:33] <vifino> Temia*
L2490[15:13:37] <Miyoyo> The main problem
with apple is their lacks of diagnostics
L2491[15:13:42]
<Mimiru>
and even the *BRAND* new at the time models all we got were
referbs
L2492[15:13:50] <Miyoyo> "This tiny
transistor is dead? SWITCH MB"
L2493[15:13:50] <Temia> The systems did
not die from user error.
L2494[15:14:00] <TheFox> Miyoyo: hold cmd
and D on startup, thats about as much as you get as a user
L2495[15:14:09] <Temia> The logic boards
were literally defective every time.
L2496[15:14:14] <Miyoyo> Yeah, I know,
and that's fucking shameful
L2497[15:14:25] <Miyoyo> They used to
have such nice debug tools
L2498[15:14:33] <Miyoyo> they just keep
getting worse and worse over time
L2499[15:14:48] <Miyoyo> the fucking 2016
macbook is just proof of that
L2500[15:14:53] <Miyoyo> they don't
really care about users anymore
L2501[15:14:58] <Temia> Apple's obsession
with iOS led to a complete QA failure elsewere.
L2502[15:15:01] <Miyoyo> they just want
to pump out products
L2503[15:15:01] <Temia> *elsewhere
L2504[15:15:03] <vifino> I only had
positive experiences with the single macbook I ever owned. It broke
once in the three years+ I have had it, because of thermal strain
on soldering points, got it fixed free of charge.
L2505[15:15:10] <Miyoyo> Also the fucking
iPad Pro?
L2506[15:15:29] <Miyoyo> Without jobs
they have no fucking guidance for new products
L2507[15:16:08] <vifino> I tend to
dislike everything but their computers. Their phones can barely be
made usable by jailbreaking, without, they are paper weights.
L2508[15:16:08] <TheFox> admitidly when
jobs died apple started falling though
L2509[15:16:11]
<Mimiru>
I remember going a week of not being able to fix the M42Bs cause
EVERY BOARD we got was DOA
L2510[15:16:12] <Miyoyo> Jobs might have
been any sort of asshole at least he was perfectionnist as
fuck
L2511[15:16:28]
<Mimiru>
so if you sent a M42A/B in it got put on hold til we could get a
fresh shipment of referbs
L2512[15:17:04] <Miyoyo> I mean fucking
Louis Rossman
L2513[15:17:07]
<Mimiru>
Oddly enough, the older G4s and even the G3s had much better
success rate for boards
L2514[15:17:11] ***
Darkhax_AFK is now known as Darkhax
L2515[15:17:30]
⇦ Quits: MalkContent
(~MalkConte@p4FDCE070.dip0.t-ipconnect.de) (Quit:
Leaving)
L2516[15:17:43] <TheFox> ~data
L2517[15:17:46]
<Mimiru>
Ahh the P99.. such a whore to work on
L2518[15:17:47] <TheFox> ~w data
L2520[15:18:00] <Miyoyo> That guy is rich
because he offers actual repairs instead of "SWITCH
MOTHERBOARD ONE TENTH OF A PERCENT OF IT IS
NONFUNCTIONAL"
L2521[15:18:45] <Miyoyo> How the fuck
don't apple "geniusses" get bored?
L2522[15:19:03]
<Mimiru>
Well, when you're expected to crank out 15 units in a 8 our day...
you *CAN'T* do "actual repairs"
L2523[15:19:16]
<Mimiru>
hour*
L2524[15:19:26] <Miyoyo> I guess :/
L2525[15:19:45] <vifino> Temia: Sorry
that you(r friends) had to go through stuff like that, but I can
only speak good of apple macbook pro's, cause they are very nicely
built linux machines with pretty good screens. Same with the
support, even though they want to apply the "fix all by
reinstall" fix, other than that, they did fix my laptop for
free, which was all I cared about.
L2526[15:20:00] <Miyoyo> still, apple's
falling apart and soon It will either need major refactoring or it
will just fail
L2527[15:20:10]
<Mimiru>
Also, we weren't "geniusses" and even the
"geniusses" don't do much other than say it's broken and
sent it to us
L2528[15:20:29] <Miyoyo> But what's left
after apple?
L2529[15:20:37] <Miyoyo> HP certainly is
shit
L2530[15:20:47] <vifino> IBM
Thinkpads.
L2531[15:20:50] <Miyoyo> I won't even
talk about DELL or ACER
L2532[15:20:56] <vifino> They will
survive WW3.
L2533[15:21:01] <SF-MC> My Acer was
pretty good
L2534[15:21:04] <Miyoyo> Lenovo Memepads
are getting hate
L2535[15:21:08] <Temia> I guess I'll keep
holding onto my T42.
L2536[15:21:19]
<Mimiru>
I like my Lenovo
L2537[15:21:21] *
Lizzy likes her laptop
L2538[15:21:27] <Temia> The batteries are
all dead though.
L2539[15:21:31] <SF-MC> ASUS could be a
strong contender
L2540[15:21:34] <Miyoyo> Compaq is dead,
Packard bell is dead, Gateway is dead, e-Machines are dead
L2541[15:21:35] <Lizzy> granted it
doesn't have the best cooling design
L2542[15:21:40] <TheFox> how does one use
data.generateKeyPair()? i cant seem to get it to work
L2543[15:21:42]
<Mimiru>
I have a lenovo e545, it does alright..
L2544[15:21:43] <Miyoyo> ASUS has shit
customer support
L2545[15:21:59] <vifino> Temia: I was
about to get me a T420, lenovo, but still nice. Lizzy stopped me
though :<
L2546[15:22:18] <vifino> Lizzy: LEND ME
ALL YOUR MONEY
L2547[15:22:27] <vifino> I NEED TO BUY
THINGS!!!
L2548[15:22:33] <Lizzy> no, i just said i
wasn't going to lend you the money to buy it because i didn't see
your need for it
L2549[15:22:44] <vifino>
pfffffffffffffft
L2550[15:22:48] <Lizzy> you just wanted
it as a fashion statement
L2551[15:22:52]
⇦ Quits: LeshaInc (~LeshaInc@84.234.50.81) (Quit: return
0;)
L2552[15:22:53] <vifino> wat
L2553[15:22:54] <Miyoyo> I also don't
understand the apple watch
L2554[15:23:24] <Miyoyo> It's not rugged
so a good chunk of sports are out
L2555[15:23:32] <Miyoyo> the OS was shit
for two years
L2556[15:24:00] <Miyoyo> It costs three
times as much as decent entry-level android wear watches
L2557[15:24:12] <Miyoyo> and "Muh
saphire screen"
L2558[15:24:29] <Saphire> Meep?
L2559[15:24:35] <Miyoyo> Nah not
you
L2560[15:24:45] <Miyoyo> but meep
:3
L2561[15:24:55]
<Mimiru>
So.. sapphire then? :P
L2562[15:24:57] <Achai> I can
L2563[15:24:59] <Achai> 't
L2564[15:25:00] <Miyoyo> Yeah
L2565[15:25:00] <TheCryptek> Anyone here
ever make a modpack for technic before?
L2566[15:25:03] <Achai> wait until
Android Wear 2.0
L2567[15:25:03] <Miyoyo> I don't
english
L2568[15:25:09] <Achai> anyways brb
L2569[15:25:11]
<Mimiru>
TheCryptek, a few.. yes
L2570[15:25:23] <TheCryptek> Mimiru if I
give you an error could you help me with it?
L2571[15:25:29]
<Mimiru>
I could try
L2572[15:25:35]
<Mimiru>
I could also laugh and leave :p
L2573[15:25:43] <Miyoyo> I mean who the
fucks put analogue controls on a 600$ piece of modern technology
with a high res capacitive touch screen?
L2574[15:26:00] <TheCryptek> Mimiru: It
claims that it can't find aerialcraft-1.0.zip but I have it saved
as aerialcraft.zip in dropbox do I need to rename the zip?
L2575[15:26:27] <Miyoyo> Apple is falling
apart and it needs an extreme perfectionist at it's head
again
L2576[15:26:33]
<Mimiru>
I'd assume so, iirc it wants modname-version
L2577[15:26:43] <TheCryptek> BULLOCKS
okay :D
L2578[15:26:57]
<Mimiru>
wait... dropbox, gl/hf
L2579[15:27:56] <gamax92> Temia:
Remember, store old electronics on their side so the battery leaks
all over the case and not the board
L2580[15:28:11] <vifino> Speaking of
thinkpads and WW3, I need to build me a computer in a massive metal
suitcase
L2581[15:28:20] <vifino> For
science.
L2582[15:28:23] <vifino> Yes.
L2583[15:28:24] <SF-MC> sudder
L2584[15:28:26] <SF-MC> shudder
L2585[15:28:29] <Miyoyo> >:3
L2586[15:28:36] <SF-MC> better vent it
damn good
L2587[15:28:45] <vifino> SF-MC:
Cooling?
L2588[15:28:47] <vifino> Passive
cooled.
L2589[15:28:49] <Miyoyo> or just use the
metal as a heat sink
L2590[15:28:50] <TheCryptek> Mimiru: Yes
DropBox ._. might just through it up on my own webserver
L2591[15:29:23]
⇦ Quits: feldim2425
(~feldim242@188-23-95-77.adsl.highway.telekom.at) (Ping timeout:
195 seconds)
L2592[15:29:30]
<Mimiru>
TheCryptek, I could possibly offer a solder install when I get off
my ass and move mine to my new machine
L2593[15:29:43] ***
TheFox is now known as TheFox|AFK
L2594[15:30:03] <TheCryptek> Mimiru: If
possibility becomes true, I'll accept your offer and when I get a
job begin to pay you monthly
L2595[15:30:23] <Michiyo> K.. well it's
boring at work today, maybe I'll move solder
L2596[15:30:42] <Michiyo> I even have a
neat tool, EzSolder "It'll make you not want to kill
yourself" as it's tag line goes
L2597[15:30:51] <TheCryptek> lol
L2598[15:31:01]
⇨ Joins: feldim2425
(~feldim242@91-113-89-159.adsl.highway.telekom.at)
L2599[15:31:14] <Michiyo> In reality
though it makes adding mods to solder SO much easier
L2600[15:31:21] <Michiyo> and it means I
don't have to give you FTP access... :P
L2601[15:32:05] <Miyoyo> Today I was at
the dentist and i saw a poster about fluor
L2602[15:32:06]
⇨ Joins: Kodos
(~Kodos@2602:306:ce20:6c30:5d9f:ea41:86fa:fa85)
L2603[15:32:07]
zsh sets mode: +v on Kodos
L2604[15:32:07] <Miyoyo> and I
wondered
L2605[15:32:25] <Miyoyo> how much
toothpaste do you need to make an explosive device based on fluor
isotopes?
L2606[15:32:26] <Kodos> Any of you lot
play Warframe?
L2607[15:32:30]
⇦ Quits: Trangar
(~Trangar@249-153-145-85.ftth.glasoperator.nl) (Quit:
Leaving)
L2608[15:32:31] <Miyoyo> Nope
L2609[15:32:48] <Michiyo> Sometimes
Kodos
L2610[15:33:00] <Michiyo> haven't in a
while
L2611[15:34:41] <Miyoyo> I do play
countersalt global triggering
L2612[15:34:50] <Miyoyo> As I am made out
of salt
L2613[15:34:51] <Miyoyo> 100%
L2614[15:35:06] <Miyoyo> I used to play
Saltfield 4
L2615[15:35:14] <Miyoyo> But origin is
broken on this pc
L2616[15:35:26] <gamax92> Have you ever
played Oversalt?
L2617[15:35:29] <Miyoyo> Nope
L2618[15:35:33] <Miyoyo> haven't bought
it :/
L2619[15:35:44] <Miyoyo> I did play Salt
fortress 2
L2620[15:35:54] <gamax92> Oversalt is
interesting ... it has DX10 support so I can run it on this
card.
L2621[15:35:55] <Miyoyo> but since the
MYM update I haven't launched it
L2622[15:36:13] <Miyoyo> Saltcraft is
still nice
L2623[15:36:19] *
vifino has witnessed Lizzy's cat sabotage/delay Lizzy going to the
shower by holding her computer and webcam hostage
L2624[15:36:29] <Miyoyo> Wait what
L2625[15:36:38] <gamax92> I cannot parse
that sentence correctly.
L2626[15:37:15] <Miyoyo> Saltbound is
boring after a while :/
L2627[15:37:27] <gamax92> so I'm going to
interpret it as vifino cat sabotaged Lizzy's computer and took her
webcam hostage to witness Lizzy going to the shower
L2628[15:37:37] <Miyoyo> WITNESS ME
L2629[15:39:02] <vifino> gamax92: Not
quite. Jasper, Lizzy's cat at her dad's place, delayed Lizzy having
a shower by staying in her room hiding behind her computer and
threatening the webcam.
L2630[15:39:19] <Miyoyo> That's...
L2631[15:39:25] <Miyoyo> Well cat-levels
of evil
L2632[15:39:54] <Kodos> Michiyo, Well
Nekros/Galatine/Tigris Prime are out
L2633[15:39:59] <Kodos> Friend and I are
running keys
L2634[15:40:13] <Michiyo> Ahh, neat
L2635[15:40:16]
<Ember_Primrose> night all
L2636[15:40:18]
<Ember_Primrose> o/
L2637[15:40:21] <Michiyo> Well, I'm at
work for the next 2 hours :P
L2638[15:40:25] <Kodos> On sheer damage,
Galatine Prime is best melee weap atm
L2639[15:40:27] <Michiyo> Night
Ember_Primrose
L2640[15:40:32]
<Ember_Primrose> \o
L2641[15:41:24] <Miyoyo> Actual
opencomputers question: If I need to implement bootable unmanaged
disks, should I base the boot system on MBR?
L2642[15:41:52] <SF-MC> that reduces your
work
L2643[15:42:03] <SF-MC> by not having to
come up with a brand-new system
L2644[15:42:18] <Michiyo> TheCryptek,
installing now it'll take a bit then I have to copy my data and
repos across
L2645[15:42:25] <Miyoyo> Well I mostly
thought of it in terms of standards
L2646[15:42:44] <TheCryptek> Michiyo Okay
are you also Mimiru?
L2647[15:42:46] <Michiyo> I'll give you a
subdomain for your solder install, whatever.pc-logix.com, solder is
taken already though :P
L2648[15:42:46] <Michiyo> Yes
L2649[15:42:50] <SF-MC> the first working
implementation is the standard ;)
L2650[15:42:51] <Michiyo> I'm also
Caitlyn
L2651[15:42:57] <SF-MC> because why
not?
L2652[15:43:06] <SF-MC> being 3 people is
normal, yup
L2653[15:43:24] <gamax92> %flip
Temia
L2654[15:43:24] <MichiBot> gamax92:
(╯°□°)╯ɐıɯǝ⊥
L2655[15:43:31] <gamax92>
(┛✧Д✧))┛彡ɐıɯǝ⊥
L2656[15:43:34] <TheCryptek> Michiyo: can
I run more then one modpack on one subdomain?
L2657[15:43:41] <Michiyo> Yeah
L2658[15:44:02] <TheCryptek> Michiyo:
Then make it tc.pc-logix.com :P tc = TheCryptek
L2659[15:44:29] <Michiyo> k
L2660[15:44:32] <Michiyo> like I said
it'll be a while
L2661[15:44:56] <TheCryptek> Michiyo:
Okay that gives me time to work on my modpack and get my python
class out of the way
L2662[15:46:15] <Kodos> Well I'm gonna
tab out to go get nekros prime. If anyone wants to join me, ping me
here and I'll get you a discord link for a friend and I's
server
L2663[15:46:27] ***
Kodos is now known as Kodos|Warframe
L2664[15:46:32] <Dustpuppy> why do major
errors allways come after hours of playing?
L2665[15:46:53] <SF-MC> memory has had
time to churn and get nice and used up
L2666[15:47:02] <SF-MC> that's a serious
answer, btw
L2667[15:51:18] <Miyoyo> My mouse is so
worn out
L2668[15:51:41] <Miyoyo> I've replaced
the "LeftMouseWheel" button by MouseWheelClick
L2669[15:51:51] <Miyoyo> Because my mouse
wheel button is toast
L2670[15:52:01] <Miyoyo> And my
RightMouseWheel button is toast too
L2671[15:52:04] <Miyoyo> even if I never
used it
L2672[15:52:10] <Miyoyo> I might need a
new mouse
L2673[15:52:37] <gamax92> ?FORMULA TOO
COMPLEX
L2674[15:52:43] <Miyoyo> wat
L2675[15:52:53] <Miyoyo> Matrix operator
I think gamax crashed
L2676[15:56:46] <TheCryptek> This is
Matrix Operator. We are jacking him out :P
L2677[15:57:14] <TheCryptek> 3 minutes
till class start :D
L2678[15:57:48]
⇨ Joins: Nachtara
(~Nachie@50-83-108-134.client.mchsi.com)
L2679[16:04:01] *
Michiyo kicks default nginx page
L2680[16:04:37] <SF-MC> * default nginx
page took 1337 damage! *
L2681[16:08:47] ***
TheFox|AFK is now known as TheFox
L2682[16:08:56] <TheFox> hello
L2683[16:09:00] <SF-MC> hai
L2684[16:09:18]
⇦ Quits: Nachtara (~Nachie@50-83-108-134.client.mchsi.com)
(Killed (NickServ (GHOST command used by Nachie_)))
L2685[16:09:24]
⇨ Joins: Nachtara
(~Nachie@50-83-108-134.client.mchsi.com)
L2686[16:09:51] <Lizzy> well, he didn't
threaten the webcam, he just wanted to go back out the window which
i had just pulled him in from because he could't get back i on his
own
L2687[16:10:58] <TheFox> erm, that is the
second table that data.gererateKeyPairs() returns?
L2688[16:13:07] <Inari> Lizzy: what
L2689[16:14:10] <Lizzy> my window leads
out onto the roof of the conservatory thing, he's too scared to
jump off that onto the ground and couldn't jump back up into my
window so i had to reach out and pull him back up
L2690[16:14:18] <Lizzy> he then wanted to
go back out there agian ¬¬_¬
L2691[16:14:41] <gamax92> Lizzy: Perhaps
you are just misunderstanding your cat, where he wasn't scared, but
being there put him at peace
L2692[16:14:46] <gamax92> and then you
took him away from that peace.
L2693[16:15:10] <Lizzy> well i didn't
want to leave him out there because he wouldn't jump down
L2694[16:15:22] <Kasen> or, cats are just
idiots - one of mine climbs onto our roof then shouts at you
because he doesn't know how to get down
L2695[16:17:06] <GreaseMonkey> ohai
L2696[16:17:22] <GreaseMonkey> i'd say it
depends on the cat
L2697[16:17:47] <gamax92> GreaseMonkey:
it depends on the cpu
L2698[16:18:00] <GreaseMonkey> what do
cpus have to do with cats
L2700[16:19:13] <Kasen> anyone here with
a VNC client installed mind doing me a favour?
L2701[16:19:38]
<Yuujin
Hiiragi> I return,
L2702[16:19:49] <gamax92> I live
L2703[16:20:36] <Corded> * Yuujin Hiiragi
shoots gamax
L2704[16:20:38]
<Yuujin
Hiiragi> NO you don't
L2705[16:21:55] <GreaseMonkey> Kasen:
just chucked tigervnc on, what do you want me to do
L2706[16:22:42] <Kasen> collecting some
stats about various clients at wince.st:5901 - just connect and it
should log then kick
L2707[16:23:08] <Kasen> was hoping to
avoid installing a dozen different clients
L2708[16:23:25] <Skye> lewd.
L2709[16:23:29] <GreaseMonkey> connection
refused
L2710[16:23:42] <Kasen> wtf
L2711[16:24:14] <Kasen> "works on my
machine"
L2712[16:24:41] <GreaseMonkey> CConn:
connected to host wince.st port 5900
L2713[16:24:45] <GreaseMonkey> that can
work apparently
L2714[16:24:48] <Kasen> 5901, not
5900
L2715[16:24:55] <Kasen> 5900 is a rude
server
L2716[16:24:58] <GreaseMonkey> yeah it
turns out you need to do :1
L2717[16:25:07] <Kasen> that's liable to
crash you
L2718[16:25:21] <Kasen> cheers
L2719[16:28:30] <Michiyo> Nice, got
solder running on Hekate with nginx
L2720[16:28:42] <Michiyo> even managed to
get it serving ezsolder, and the mods from that vhost
L2721[16:29:04]
⇦ Quits: BearishMushroom
(~BearishMu@90-231-174-194-no159.tbcn.telia.com) (Read error:
Connection reset by peer)
L2722[16:29:43]
<Eleria>
Nice ^^
L2723[16:33:35] <gamax92> :/
L2724[16:33:40] <gamax92> Why are you
buffering youtube.
L2725[16:33:45] <Miyoyo> ADSL?
L2726[16:33:50] <gamax92> no
L2727[16:33:52] <Miyoyo> DOCSIS?
L2728[16:33:54] <gamax92> yes
L2729[16:33:58] <Miyoyo> k
L2730[16:34:01] <gamax92> the buffer bar
is much farther than where it stopped.
L2731[16:35:30] <Miyoyo> If I ever get a
HOTAS I'm buying arma
L2732[16:36:13] <gamax92> Youtube, what
are you doing.
L2733[16:36:24] <Miyoyo> IDK
L2734[16:36:43] <Miyoyo> Sometimes my
youtube just straight up fails.
L2735[16:36:55] <Miyoyo> I have a
playback error
L2736[16:37:00] <Miyoyo> the video
restarts
L2737[16:37:10] <Miyoyo> (While the
playback error screen stays)
L2738[16:37:18] <Miyoyo> and the audio
won't go away unless I close the tab
L2739[16:39:43] <Achai> I'm running a
Yolo X 2013 so I sometimes get random youtube errors because OMAP3
is bugged :(
L2740[16:39:52] <Achai> Maybe if I update
my stuff
L2741[16:40:00] <Miyoyo> Heh
L2742[16:40:01] <Achai> My Android
L2743[16:40:08] <Achai> But I'd have to
repatch everything
L2744[16:40:17] <Miyoyo> That's what you
get for buying Lenovotorola
L2745[16:41:13] <Achai> >2013
L2746[16:41:24] <Achai> Miyoyo: Are you
dumb? I purchased the phone before the merge.
L2747[16:41:25] <Miyoyo> shit
L2748[16:41:35] <Miyoyo> That's what I
get for reading
L2749[16:42:11] <Achai> I hope
motofirmware.center is still working ( ͡° ͟ʖ ͡°)
L2750[16:42:35] <Achai> wait, they have a
new server ( ͡^ ͜ʖ ͡^)
L2751[16:44:17] <Achai> Hmm, they don't
have that "new" system update on the site :(
L2752[16:45:03] <Achai> also my system
update button is missing and it's probably all my fault
L2753[16:45:36] <Miyoyo> At Least your
phne works
L2754[16:45:41] <Miyoyo> Mine is acer
quality
L2755[16:46:01] <Achai> My laptop is acer
so I'm still suffering :P
L2756[16:46:22] <Miyoyo> Rip
L2757[16:46:31] <SF-MC> I must have had
good luck with mine
L2758[16:46:36] <SF-MC> I liked my
Acer
L2759[16:47:04] <Achai> My sister and I
have acer laptops
L2760[16:47:09] <Achai> we both have
hinge problems
L2761[16:47:17] <SF-MC> my hinge was
fine
L2762[16:48:10] <gamax92> Achai: But is
it a custom rom
L2763[16:48:17]
<Eleria>
My acer was fine too O.o.
L2764[16:48:25] <Achai> gamax92:
sorta
L2765[16:48:32] <Achai> It's stock with
root overlayed on top
L2766[16:48:37] <gamax92> oh
L2767[16:48:45] <Miyoyo> Well right now
my phone is in firmware upload wait mode
L2768[16:48:56] <Miyoyo> and it won't do
any USB communication
L2769[16:49:06] <Miyoyo> I don't know how
it got stuck in that mode
L2770[16:49:10] <Miyoyo> but AHER
L2771[16:49:19] <Achai> I'll find my
system update button somewhere
L2772[16:49:24] <gamax92> Achai:
Delicious CM13~
L2773[16:49:39] <Miyoyo> Gamax92:
Delicious CM 10.1
L2774[16:49:45] <gamax92> heh
L2775[16:50:00]
<Eleria>
Delicious CM 11 xD
L2776[16:50:20] ***
medsouz|offline is now known as medsouz
L2777[16:50:33] <Corded> * Eleria
hides
L2778[16:50:40] <Achai> WHERE IS MY
CM14
L2779[16:50:55] <Achai> NOUGAT HAS BEEN
OUT FOR 1 DAY(S)
L2780[16:50:57] <Achai> WHERE IS MY
CM14
L2781[16:51:01] <SF-MC> lol
L2782[16:51:09]
<Eleria>
Somewhere in your Jenkins xD
L2783[16:51:17] <Miyoyo> I'm in ur
jenkinz
L2784[16:51:21] <gamax92> Achai: wen
jelbrk fur 32bizt
L2785[16:51:27] <SF-MC> doin ur
builds
L2786[16:51:32] <Miyoyo> K'aike
L2787[16:51:35] <SF-MC> buldz*
L2788[16:51:36]
<Eleria>
Miyoyo: lewd . ;)
L2789[16:51:44] <Achai> I am
retarded
L2790[16:51:48] <gamax92> yes
L2791[16:51:49] <Achai> I found the
system updates button
L2792[16:51:54] <Miyoyo> But no achai
:(
L2793[16:52:04] <Achai> It jumped from
About phone to the root activity in settings
L2794[16:52:40] <gamax92> it's hiding
from you
L2795[16:53:38] <Achai> Oh wait, the
updates do nothing
L2796[16:53:52] <Achai> Literally just a
security patch, doesn't fix Youtube
L2797[16:54:03] <Achai> Time to disable
it again ( ͡^ ͜ʖ ͡^)
L2798[16:54:32] <Achai> If only
bootloader unlock was possible
L2799[16:54:35] <Achai> fuckin
verizon
L2800[16:54:56] <Miyoyo> >europe
L2801[16:55:02]
⇦ Quits: Keanu73 (~Keanu73@host-92-25-97-12.as13285.net)
(Read error: Connection reset by peer)
L2802[16:55:10] <Miyoyo> >No
carrier-specific phone modifications
L2803[16:55:20] <Miyoyo> >no
fiber
L2804[16:56:21] <gamax92> Achai: I just
use Tubemate + VLC
L2805[16:56:50] <gamax92> the Youtube app
is slow and stutters for me
L2806[17:03:00]
⇦ Quits: xarses_ (~xarses@64.124.158.32) (Ping timeout: 202
seconds)
L2807[17:04:43]
⇨ Joins: TimTheBear (webchat@216.221.10.55)
L2808[17:05:02] <Achai> It isn't slow for
me
L2809[17:05:13] <Achai> It's just video
playback is fucked all throughout the phone
L2810[17:05:43] <Achai> Any app that uses
Exoplayer triggers it more frequently, but I've seen the problem
come up for Twitch before
L2811[17:05:59] <Achai> Plus Tubemate is
ad ridden
L2812[17:06:22] <gamax92> I don't get ads
in Tubemate o.o
L2813[17:06:41] <Achai> In the last
version I used I did
L2814[17:06:53] ***
Darkhax is now known as Darkhax_AFK
L2815[17:07:01] <Achai> I just JuiceSSH
into my server and download the youtube videos with youtube-dl
now
L2816[17:07:14] <Achai> And then I use
Solid Explorer to stream the video through SSH to my phone
L2817[17:07:24] <Achai> But it takes
forever :,(
L2818[17:07:53] <Achai> YOUTUBE CHANGED
THE FUCKING SUBSCRIPTION TAB TO SHOW LESS SUBS
L2819[17:08:01] <Achai> AND BY LESS I
MEAN NONE
L2820[17:08:17] *
Lizzy curls up on vifino and falls asleep
L2821[17:08:18] <g> it shows all of
mine
L2822[17:08:28] <Achai> It reverts back
when I close and reopen the youtube app
L2823[17:08:35] <gamax92> I have to use
the windows version of SoundWire in Linux through wine because the
Linux version has super unstable latency
L2824[17:08:38] <Achai> google please
stop targeting me for your AB testing shennanigans
L2825[17:08:49] <Achai> gamax92:
Sad!
L2826[17:09:04] <g> so I accidentally
installed an insider preview build of w10 inside my vm
L2827[17:09:11] <gamax92> put it at
2000ms? it'll crawl its way to 35ms before it explodes and jumps
back to 2000ms
L2828[17:09:16] <g> tried to access it
and it'd failed to update itself and decided that the build was too
out of date to allow a boot
L2829[17:09:20] <TimTheBear> I am looking
for a quick explanation of the 'disk drive' in a server rack. I
apologize for invading your conversation in such a way. I can find
no information other then the fact it would go into a rack.
L2830[17:09:32]
⇦ Quits: johnnyhostile (~irssi@castlevania.blackholegate.net)
(Ping timeout: 202 seconds)
L2831[17:09:38] <SF-MC> what version of
OC?
L2832[17:09:50]
⇨ Joins: johnnyhostile
(~irssi@castlevania.blackholegate.net)
L2833[17:09:58] *
vifino pets Lizzy
L2834[17:10:27] <GreaseMonkey> what the
shit is soundwire anyway
L2835[17:10:29] <TimTheBear> 1.6.0.7 rc1
for mc 1.7.10
L2836[17:10:45] <SF-MC> right click onto
the rack then, IIRC
L2837[17:10:47] ***
Darkhax_AFK is now known as Darkhax
L2838[17:10:58] <gamax92> GreaseMonkey:
streams audio output from computer to phone
L2839[17:11:04] <SF-MC> The disk drive is
just your standard floppy drive
L2840[17:11:04] <GreaseMonkey> ah
righty
L2841[17:11:12] <SF-MC> so that you can
use floppies from within the case
L2842[17:11:14] <SF-MC> rack
L2843[17:11:16]
⇨ Joins: xLink
(Mibbit@cpc14-dudl10-2-0-cust221.16-1.cable.virginm.net)
L2844[17:11:22] <GreaseMonkey> do you use
pulseaudio on your computer by any chance
L2845[17:11:36] <TimTheBear> understood
but is their a gui. when right clicking i get no way of entering
the card into the system.
L2846[17:11:44] <SF-MC> no
L2847[17:11:48] <CompanionCube>
GreaseMonkey: are you going to suggest using tcp or similar
L2848[17:11:50] <SF-MC> just right click
with disk in hand
L2849[17:11:56] <SF-MC> should work
L2850[17:12:00] <GreaseMonkey> if so,
it's probably configured in the typical "let's just give them
a several second buffer" manner
L2851[17:12:02] <SF-MC> if not, shift
right click
L2852[17:12:16] <TimTheBear> any way of
using lua inter. to check component is in drive via a server?
L2853[17:12:24] <GreaseMonkey> and the
program in question probably doesn't realise this
L2854[17:12:34] <xLink> hey guys, theres
plenty of docs on hooking into events that the system calls, but
how can we actually trigger our own events in the code?
L2855[17:12:57] <gamax92> GreaseMonkey:
well wine would also be using pulseaudio, no?
L2856[17:13:16] <gamax92> err actually
that is configurable, lemme check
L2857[17:13:30] <gamax92> oh this driver
is winealsa
L2858[17:13:58] <GreaseMonkey> and if you
have pulseaudio, that in turn will use pulseaudio
L2859[17:14:15] <gamax92> yeah but there
is a winepulse
L2860[17:14:18] <GreaseMonkey> except i
think winealsa is decently tuned for pulseaudio
L2861[17:14:36] <TimTheBear> Well SF-MC
thank you, i guess the shift was my issue. I kept right clicking
but no shift key. wow i feel dumb.
L2862[17:14:51] <SF-MC> no worries
L2863[17:15:14] <GreaseMonkey> as much as
i hate pulseaudio, the several second buffer is not actually a
flaw
L2864[17:15:39]
⇦ Quits: TimTheBear (webchat@216.221.10.55) (Quit: Web client
closed)
L2865[17:15:42] <GreaseMonkey> the fact
that it stutters to absolute buggery when it's in a bad mood
definitely is a flaw
L2866[17:16:09] <gamax92> It's probably
just this software
L2867[17:18:23] <xLink> hey guys, theres
plenty of docs on hooking into events that the system calls, but
how can we actually trigger our own events in the code?
L2868[17:18:36] <Miyoyo> What do you
mean?
L2869[17:18:39] <Miyoyo> like
L2870[17:18:40] <gamax92> if you mean
signals theres computer.pushSignal
L2871[17:18:57] <Miyoyo> Signals are
processed with the event library
L2872[17:19:13] <Miyoyo> Because lua does
not support async or multithreading
L2873[17:19:49] <xLink> so we can
event.listen() to events already created, but i wanna spawn my own
event off
L2874[17:19:52] <Miyoyo> you are only
able to check that when you halt your code
L2875[17:19:52] <Miyoyo> and when you
work with the event library
L2876[17:19:53] <Miyoyo> it will process
triggers
L2877[17:20:05] <Miyoyo> Just do
computer.pushSignal()
L2878[17:20:14] <Miyoyo> Like gamax
said
L2879[17:21:14] <xLink> ok will check
that out
L2880[17:21:14] <xLink> ty
L2881[17:22:25] <Miyoyo> Really need to
make
""""""""""""""""""""pre-emptive""""""""""""""""""""
mode possible
L2882[17:23:00] <SF-MC> Someone just
ought to write a preemptive OS
L2883[17:23:08] <SF-MC> at that
point
L2884[17:23:23] <SF-MC> have most I/O and
system calls switch tasks
L2885[17:23:51] <SF-MC> 'just', of
course
L2886[17:24:12] *
gamax92 pokes Achai
L2887[17:24:33]
⇦ Quits: xLink
(Mibbit@cpc14-dudl10-2-0-cust221.16-1.cable.virginm.net) (Quit:
http://www.mibbit.com ajax IRC Client)
L2888[17:25:16] <GreaseMonkey> preemptive
is possible in ocmips, hint hint
L2889[17:25:22] <Miyoyo> Hey gamax92,
Putting 'if coroutine.isyieldable() then coroutine.yield() end' as
__index metatable of every environment of every process
L2890[17:25:22] <Miyoyo> How stupid out
of ten?
L2891[17:25:22] <Inari> so
L2892[17:25:22] <Inari> how far are we
into lpaying iwth Circuity
L2893[17:25:34] <Miyoyo> Yeah but this
isn't ocmips
L2894[17:25:38] <Miyoyo> this is
oclua
L2895[17:25:47] <GreaseMonkey> you can
also run lua on ocmips
L2896[17:25:55] <Miyoyo> OCLUA
L2897[17:26:04] <Miyoyo> not lua compiled
for mips on OCMIPS
L2898[17:26:07] <GreaseMonkey> which runs
on OC, but so does OCMIPS, and you can run lua on that
L2899[17:26:12] <Miyoyo> Stop.
L2900[17:26:14] <GreaseMonkey> the only
limit is yourself
L2901[17:26:17] <gamax92> Miyoyo: accept
it.
L2902[17:26:18] <SF-MC> Miyoyo going to
hurt you
L2903[17:26:27] <Miyoyo> THE SLAP
FUNCTION
L2904[17:26:27] <gamax92> embrace the
mips
L2905[17:26:30] *
Miyoyo slaps GreaseMonkey with a fat walrus
L2906[17:26:30] *
EnderBot2 laughs
L2907[17:26:34] *
Miyoyo makes gamax92 unstable with a 2.5 kernel
L2908[17:26:37] *
Miyoyo burries SF-MC under an apple tree
L2909[17:26:41] *
Miyoyo wraps Miyoyo with a 42m long worm
L2910[17:26:41] *
gamax92 gives Miyoyo 2.0
L2911[17:26:47] <SF-MC> I DID NOTHING!!!
D':
L2912[17:26:50] <GreaseMonkey> Inari: i
have 64-bit ops working, i'm currently trying to get COP0 working
(that is, the kernel mode / super mode / user mode stuff)
L2913[17:27:00] <Achai> gamax92:
bak
L2914[17:27:43] <Inari> GreaseMonkey:
haha, wow ^^
L2915[17:28:05] <Miyoyo> LINUX ON OCMIPS
CONFIRMED
L2916[17:28:10] <Miyoyo> jkjk
L2917[17:28:35] <SF-MC> Don't think I'd
want to run Linux in OC
L2918[17:28:42] <Miyoyo> Why not?
L2919[17:28:42] <SF-MC> painfully slow,
I'd imagine
L2920[17:28:44]
⇨ Joins: xarses_
(~xarses@c-73-202-191-48.hsd1.ca.comcast.net)
L2921[17:28:46] <Miyoyo> just a 5 years
boot time
L2922[17:29:03] <GreaseMonkey> Miyoyo: i
got pretty fucking close actually
L2923[17:29:07] <Miyoyo> ?
L2924[17:29:09] <Miyoyo> Explain
L2925[17:29:10] <GreaseMonkey> didn't
quite get root to mount sadly
L2926[17:29:16] <Achai> kernel boots
:^)
L2927[17:29:23] <Miyoyo> kek
L2928[17:29:24] <gamax92> kernel booted,
couldn't get to root though, then panic
L2930[17:29:36] <shortybsd> Anyone have
any issues with version 1.6.0.3-rc.1 for 1.10.2 saying there is too
many components connected to computer after you logoff then back
on?
L2931[17:29:42] <GreaseMonkey> oh there
was no panic, it just locked up
L2932[17:30:02] <Dustpuppy> i had a
debian running on an apple IIe as webserver. after the 1 hour boot
time it was running not bad ;-)
L2933[17:30:37] <Temia> That is just
sick.
L2934[17:30:48] <gamax92> put it on a ti
calculator.
L2935[17:31:03] <Kodos|Warframe> Ugh,
simultaneous downloads on Curse is now premium only
L2936[17:31:09] <SF-MC> ugh
L2937[17:31:22] <gamax92> ugh.
L2938[17:32:05]
⇦ Quits: Hyst
(cxsss1@CPE-124-189-28-144.bkzh1.cht.bigpond.net.au) (Read error:
Connection reset by peer)
L2939[17:32:06] <gamax92> (o<
L2940[17:32:06] <gamax92> /\
L2941[17:32:06] <gamax92> V_/_
L2942[17:32:10]
⇨ Joins: Hyst
(cxsss1@CPE-124-189-28-144.bkzh1.cht.bigpond.net.au)
L2943[17:32:13] <gamax92> ... right
L2944[17:32:20] <shortybsd>
Kodos|Warframe, hasn't that been like that for a while now?
L2945[17:32:32] <GreaseMonkey> that's an
older screenshot which was made before i got the cache working
properly
L2946[17:32:46] <Kodos|Warframe>
shortybsd, it's recent as far as I know. Someone mentioned it on
the subreddit
L2947[17:33:30] <shortybsd> i know all my
WoW days when using the curse client to keep mods up-to-date
anything over one always asked for premium and that was literally
years ago
L2948[17:33:40]
⇦ Quits: feldim2425
(~feldim242@91-113-89-159.adsl.highway.telekom.at) (*.net
*.split)
L2949[17:33:40]
⇦ Quits: cpup (~cpup@32.218.113.244) (*.net
*.split)
L2950[17:33:40]
⇦ Quits: Jezza (~Jezza@92.206.5.6) (*.net
*.split)
L2951[17:33:40]
⇦ Quits: Vexatos
(~Vexatos@p200300556E2AE20249C671DC702C59D8.dip0.t-ipconnect.de)
(*.net *.split)
L2952[17:33:40]
⇦ Quits: Nathan1852
(~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
(*.net *.split)
L2953[17:33:40]
⇦ Quits: Miyoyo (~Miyoyo@ip-83-134-236-113.dsl.scarlet.be)
(*.net *.split)
L2954[17:33:40]
⇦ Quits: Dashkal
(~dashkal@S0106d43d7ef8be0d.vf.shawcable.net) (*.net
*.split)
L2955[17:33:40]
⇦ Quits: Inari (~Pinkishu@p5DEC603F.dip0.t-ipconnect.de)
(*.net *.split)
L2956[17:33:40]
⇦ Quits: fingercomp
(~fingercom@host-46-50-128-141.bbcustomer.zsttk.net) (*.net
*.split)
L2957[17:33:40]
⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
(*.net *.split)
L2958[17:33:40]
⇦ Quits: Tahg
(~Tahg@pool-72-74-136-63.bstnma.fios.verizon.net) (*.net
*.split)
L2959[17:33:40]
⇦ Quits: bytetrip
(~bytetrip@9.189.197.104.bc.googleusercontent.com) (*.net
*.split)
L2960[17:33:40]
⇦ Quits: bauen1
(~quassel@2a02:810d:1980:1584:54:ad15:6a8a:1783) (*.net
*.split)
L2961[17:33:40]
⇦ Quits: Thog (Thog@is.aww.moe) (*.net *.split)
L2962[17:33:40]
⇦ Quits: Michiyo_ (~Michiyo@lynx.afterlifelochie.net) (*.net
*.split)
L2963[17:33:40]
⇦ Quits: surferconor425 (~surfercon@46.101.41.205) (*.net
*.split)
L2964[17:33:40]
⇦ Quits: flappy
(~flappy@a88-113-155-120.elisa-laajakaista.fi) (*.net
*.split)
L2965[17:33:40]
⇦ Quits: CiPeW (Csstform@lightning.bouncer.ml) (*.net
*.split)
L2966[17:33:40]
⇦ Quits: sighup
(nacht@gigchannel9-1--12-1.core2.dfw-tx.vzlink.net) (*.net
*.split)
L2967[17:33:40]
⇦ Quits: cbcercas|AFK (~Elyni@2001:41d0:1:c41d::1) (*.net
*.split)
L2968[17:33:40]
⇦ Quits: Saphire (Saphire@reynir.aww.moe) (*.net
*.split)
L2969[17:33:40]
⇦ Quits: Vi (~Vic@v22016073721836141.luckysrv.de) (*.net
*.split)
L2970[17:33:40]
⇦ Quits: Fridtjof (prassel@fridtjof.xyz) (*.net
*.split)
L2971[17:33:40]
⇦ Quits: Dark_Hunter (~Dark_Hunt@2604:a880:400:d0::7f0:2001)
(*.net *.split)
L2972[17:33:40]
⇦ Quits: Oddstr13 (Odd@satomi.openshell.no) (*.net
*.split)
L2973[17:33:40]
⇦ Quits: Keridos|away (~Keridos@ironhide.stw-bonn.de) (*.net
*.split)
L2974[17:33:40]
⇦ Quits: scj643 (~quassel@scj.theender.net) (*.net
*.split)
L2975[17:33:40]
⇦ Quits: Forecaster
(Forecaster@2001:19f0:6800:8161:1:5ee:bad:c0de) (*.net
*.split)
L2976[17:33:40]
⇦ Quits: alfw|Off (~alfw@znc.exozone.net) (*.net
*.split)
L2977[17:33:40]
⇦ Quits: Lizzy (lizzy@2001:19f0:6800:8161:1ce:c01d:bad:babe)
(*.net *.split)
L2978[17:33:40]
⇦ Quits: mrkirby153 (mrkirby153@the.government.stole-your.pw)
(*.net *.split)
L2979[17:33:40]
⇦ Quits: Antheus (Antheus@2001:19f0:6800:8161:1:be:a:7001)
(*.net *.split)
L2980[17:33:40]
⇦ Quits: Skye (skyem123@is.cute.skyem.co.uk) (*.net
*.split)
L2981[17:33:40]
⇦ Quits: DrummerMC
(DrummerMC@no.love.for.the.world.panicbnc.org) (*.net
*.split)
L2982[17:33:40]
⇦ Quits: Evey (evey@2001:19f0:6800:8161:1:bad:ca7:babe)
(*.net *.split)
L2983[17:33:53] <SF-MC> well
L2984[17:34:40]
⇦ Quits: Aedda (~aedda@2600:3c00::19:cace) (*.net
*.split)
L2985[17:35:01]
⇦ Quits: johnnyhostile (~irssi@castlevania.blackholegate.net)
(Remote host closed the connection)
L2986[17:35:37]
<Skye>
netsplit?
L2987[17:35:41] <SF-MC> yup!
L2988[17:40:38]
⇨ Joins: Aedda (~aedda@2600:3c00::19:cace)
L2989[17:40:41] <S3> knock knock
L2990[17:40:48] <SF-MC> hai
L2992[17:40:55]
⇨ Joins: Miyoyo
(~Miyoyo@ip-83-134-236-113.dsl.scarlet.be)
L2993[17:40:55]
⇨ Joins: feldim2425
(~feldim242@91-113-89-159.adsl.highway.telekom.at)
L2994[17:40:55]
⇨ Joins: cpup (~cpup@32.218.113.244)
L2995[17:40:55]
⇨ Joins: Jezza (~Jezza@92.206.5.6)
L2996[17:40:55]
⇨ Joins: Nathan1852
(~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
L2997[17:40:55]
⇨ Joins: Dashkal
(~dashkal@S0106d43d7ef8be0d.vf.shawcable.net)
L2998[17:40:55]
⇨ Joins: Inari
(~Pinkishu@p5DEC603F.dip0.t-ipconnect.de)
L2999[17:40:55]
⇨ Joins: fingercomp
(~fingercom@host-46-50-128-141.bbcustomer.zsttk.net)
L3000[17:40:55]
⇨ Joins: alekso56
(~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L3001[17:40:55]
⇨ Joins: Tahg
(~Tahg@pool-72-74-136-63.bstnma.fios.verizon.net)
L3002[17:40:55]
⇨ Joins: bytetrip
(~bytetrip@9.189.197.104.bc.googleusercontent.com)
L3003[17:40:55]
⇨ Joins: bauen1
(~quassel@2a02:810d:1980:1584:54:ad15:6a8a:1783)
L3004[17:40:55]
⇨ Joins: Thog (Thog@is.aww.moe)
L3005[17:40:55]
⇨ Joins: Michiyo_
(~Michiyo@lynx.afterlifelochie.net)
L3006[17:40:55]
⇨ Joins: surferconor425
(~surfercon@46.101.41.205)
L3007[17:40:55]
⇨ Joins: flappy
(~flappy@a88-113-155-120.elisa-laajakaista.fi)
L3008[17:40:55]
⇨ Joins: CiPeW (Csstform@lightning.bouncer.ml)
L3009[17:40:55]
⇨ Joins: sighup
(nacht@gigchannel9-1--12-1.core2.dfw-tx.vzlink.net)
L3010[17:40:55]
⇨ Joins: cbcercas|AFK
(~Elyni@2001:41d0:1:c41d::1)
L3011[17:40:55]
⇨ Joins: Saphire (Saphire@reynir.aww.moe)
L3012[17:40:55]
⇨ Joins: Vi
(~Vic@v22016073721836141.luckysrv.de)
L3013[17:40:55]
⇨ Joins: Fridtjof (prassel@fridtjof.xyz)
L3014[17:40:55]
⇨ Joins: Dark_Hunter
(~Dark_Hunt@2604:a880:400:d0::7f0:2001)
L3015[17:40:55]
⇨ Joins: Oddstr13 (Odd@satomi.openshell.no)
L3016[17:40:55]
⇨ Joins: Keridos|away
(~Keridos@ironhide.stw-bonn.de)
L3017[17:40:55]
⇨ Joins: Antheus
(Antheus@2001:19f0:6800:8161:1:be:a:7001)
L3018[17:40:55]
⇨ Joins: scj643 (~quassel@scj.theender.net)
L3019[17:40:55]
⇨ Joins: Forecaster
(Forecaster@2001:19f0:6800:8161:1:5ee:bad:c0de)
L3020[17:40:55]
⇨ Joins: alfw|Off (~alfw@znc.exozone.net)
L3021[17:40:55]
⇨ Joins: Lizzy
(lizzy@2001:19f0:6800:8161:1ce:c01d:bad:babe)
L3022[17:40:55]
⇨ Joins: mrkirby153
(mrkirby153@the.government.stole-your.pw)
L3023[17:40:55]
⇨ Joins: Skye (skyem123@is.cute.skyem.co.uk)
L3024[17:40:55]
⇨ Joins: DrummerMC
(DrummerMC@no.love.for.the.world.panicbnc.org)
L3025[17:40:55]
⇨ Joins: Evey
(evey@2001:19f0:6800:8161:1:bad:ca7:babe)
L3026[17:40:55] *** ranger.esper.net sets mode:
+o Lizzy
L3027[17:40:55] <EnderBot2> Ohai there
Lizzy
L3028[17:41:03] <S3> joke ruiner
L3030[17:41:08] <SF-MC> :D
L3031[17:41:13] <Miyoyo> Hi again
L3033[17:41:19]
⇨ Joins: johnnyhostile
(~irssi@castlevania.blackholegate.net)
L3034[17:41:27] <GreaseMonkey> S3: the
who's there
L3035[17:41:32] <g> that must be at least
3 splits today..
L3036[17:41:39] <S3> GreaseMonkey:
Predictive branching
L3037[17:41:50] <S3> Inari: so
L3038[17:41:51] <GreaseMonkey> S3:
...
L3039[17:41:57] <GreaseMonkey> S3:
...
L3040[17:42:01] <GreaseMonkey> S3:
predictive branching who
L3041[17:42:02] <S3> gamax92: what's
up
L3042[17:42:34] <S3> Miyoyo: I have a
C.H.I.P. here. You should see it
L3043[17:42:40] <S3> look up next thing
co chip
L3044[17:42:51] <Miyoyo> I know what it
is
L3046[17:43:01] <Miyoyo> but i don't have
cash for it
L3047[17:43:03] <Miyoyo> :(
L3048[17:43:21] <S3> only had it for a
little bit, and I'm already getting ready to erase everything on
the flash
L3049[17:43:39] <S3> and put some stuff I
wrote in assembly for it
L3050[17:44:15] <S3> GreaseMonkey: didn't
get the joke eh?
L3051[17:44:35] <GreaseMonkey> S3: there
was a reason i put the ...s there
L3053[17:45:15] <GreaseMonkey> oh yeah,
would you happen to know the diff between regular and likely
branches on MIPS
L3054[17:45:16] <S3> it reminded me of
the joke because the chip's ARm R8 according to this reference
manual can perform predictive branching
L3055[17:45:27] <GreaseMonkey> i kinda
had to learn the diff
L3056[17:46:13] <S3> not on MIPS but if
it's anything like any other cpu...
L3057[17:46:44] <S3> I have an
architecture design book that goes on and on about countless
branching types
L3058[17:46:55] <S3> predictive branching
practices, etc
L3059[17:47:32] <GreaseMonkey> the
different from a programming perspective: if the branch does not
take place, the op in the branch delay slot is skipped
L3060[17:47:37] <GreaseMonkey>
*difference
L3061[17:50:32]
⇨ Joins: CoderPuppy (~cpup@32.218.115.109)
L3062[17:52:59] <S3> Today in america
there was this obese but perfectly capable woman in one of those
motorized shopping carts, and I heard beeping and saw that she was
going in reverse
L3063[17:53:06] <S3> and I almost said,
"Oh shit she's backin' up!"
L3064[17:53:39] <S3> would have been mean
but lol she was totally capable of walking
L3065[17:54:00]
⇦ Quits: Nathan1852
(~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
(Read error: Connection reset by peer)
L3066[17:54:00]
⇦ Quits: cpup (~cpup@32.218.113.244) (Ping timeout: 202
seconds)
L3067[17:54:42]
⇦ Quits: Alexis (Shobu@just.pour.the.drink.panicbnc.eu) (Ping
timeout: 384 seconds)
L3068[17:54:42]
⇦ Quits: evil_dan2wik (~evil_dan2@2a01:4f8:160:9023::4) (Ping
timeout: 384 seconds)
L3069[17:55:44]
⇨ Joins: evil_dan2wik
(~evil_dan2@2a01:4f8:160:9023::4)
L3070[17:55:46]
⇨ Joins: alexbuzzbee_
(~alexbuzzb@d-162-223-180-83.cpe.metrocast.net)
L3071[17:57:25] <TheCryptek> Wow solder
is hard to use ._.
L3072[17:58:07] <S3> TheCryptek:
what?
L3073[17:58:07]
⇦ Quits: alexbuzzbee
(~alexbuzzb@d-162-223-180-83.cpe.metrocast.net) (Read error: No
route to host)
L3074[17:58:07]
⇦ Quits: Jezza (~Jezza@92.206.5.6) (Ping timeout: 202
seconds)
L3075[17:58:08] ***
alexbuzzbee_ is now known as alexbuzzbee
L3076[17:58:08]
⇨ Joins: Alexise
(Shobu@just.pour.the.drink.panicbnc.eu)
L3077[17:58:21] <TheCryptek> Solder for
technic
L3078[17:58:24] <S3> TheCryptek: even
shit solder is easy to use..
L3080[17:58:35] <S3> I thought you were
talking about solder. My bad
L3081[17:58:43] <TheCryptek> Yea I know
how to use solder for wiring and such :P
L3082[17:58:47] ***
Alexise is now known as Alexis
L3084[17:59:00] <S3> ever soldered
pipes?!
L3086[17:59:06] <S3> much more fun
L3087[17:59:07] <TheCryptek> No
L3088[17:59:10] <TheCryptek> I have heard
its fun lol
L3090[17:59:18] <S3> blow torch
timje
L3091[17:59:20] <S3> time&
L3093[17:59:28] <TheCryptek> ITS NOT
OFFLINE YOU PEICE OF FUCKING SHIT
L3094[17:59:35]
<SpaceWolfve> Woaha
L3095[17:59:41]
<SpaceWolfve> Damm
L3096[17:59:47]
<SpaceWolfve> Calm down cryp
L3097[18:00:24] <TheCryptek> Wow
L3098[18:00:28] <TheCryptek> I forgot to
publish it
L3099[18:00:29] <TheCryptek> LMAO
L3100[18:01:16] <TheCryptek> I'll just
wait for Michiyo to get back and help me xD
L3101[18:01:56] <TheCryptek> Before I
screw up and really break something xD
L3102[18:02:58] <TheCryptek> I fixed it I
think D:
L3103[18:03:00] <TheCryptek> :D*
L3104[18:03:05] <Caitlyn> ugh home
L3105[18:03:18] <TheCryptek> Hai
Caitlyn
L3106[18:03:27] <Caitlyn> Hi
L3107[18:03:44] <TheCryptek> Funny
L3108[18:03:54] <TheCryptek> ._. I'm a
funny man :D
L3109[18:04:10]
⇦ Quits: Nachtara (~Nachie@50-83-108-134.client.mchsi.com)
(Read error: Connection reset by peer)
L3110[18:04:19] <TheCryptek> Caitlyn: Can
you double check that I did my modpack right on Solder :P
L3111[18:04:28] <Caitlyn> No
L3112[18:05:01] <TheCryptek> Okay
:P
L3113[18:05:03] <Caitlyn> it's
downloading
L3114[18:05:05] <Caitlyn> so theres
that
L3115[18:05:25] <Caitlyn> it's
launching
L3116[18:05:28] <Caitlyn> Oh
L3117[18:05:29] <Caitlyn> wat
L3118[18:05:43] <Caitlyn>
[java.lang.Throwable$WrappedPrintStream:println:-1]:
java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
L3119[18:05:46] <Caitlyn> Did you forget
something..?
L3120[18:05:54] <TheCryptek> No owo
L3121[18:06:05] <TheCryptek> Did I? let
me check
L3122[18:06:07]
⇨ Joins: cpup (~cpup@32.218.115.127)
L3123[18:06:08] <Caitlyn> lmao
L3124[18:06:16] <Caitlyn> All of your
configs got dumped into the root of the pack btw
L3125[18:07:16] <Caitlyn> you have NEI,
but no CodeChickenCore btw
L3126[18:07:18] <TheCryptek> ._. but I
uploaded them as config.zip and checked the config radio button
._.
L3127[18:07:23] <TheCryptek> I know im
getting ready to fix that :P
L3128[18:07:45] <Caitlyn> You zip the
config directory...
L3129[18:07:49] <Caitlyn> not the
individual zips
L3130[18:07:57]
⇦ Quits: CoderPuppy (~cpup@32.218.115.109) (Ping timeout: 182
seconds)
L3131[18:08:00] <Caitlyn> zip
"config" not "the configs" :p
L3132[18:08:13]
⇦ Quits: Turtle (~SentientT@82-171-92-73.ip.telfort.nl)
(Quit: Nettalk6 - www.ntalk.de)
L3133[18:08:35] <TheCryptek> Oh
L3134[18:08:36] <TheCryptek> xD
L3135[18:08:38] <Caitlyn> IDK what you
use to zip, but with winrar I just right click the
"config" directory and hit compress
L3136[18:08:50] <Caitlyn> and it spits
out whatever.zip with config/things.cfg
L3137[18:09:18] <TheCryptek> Well I use
7zip i'll fix it as soon as I figure out why its not letting me
select the CodeChickenCore mod even though I uploaded it ._.
L3138[18:09:56] <Caitlyn> also, the mod
name is JUST aerialcraft config the slug is JUST aerialcraft-config
and the version is 1.0, the zip file should be named
"aerialcraft-config-1.0.zip"
L3139[18:10:14] <Caitlyn> you're new
version should be 1.1, or 1.0.1 or whatever
L3141[18:10:47] <Caitlyn>
worksforme.jpg
L3142[18:11:56] <Caitlyn> You can also
type into the drop down box to help find mods
L3143[18:13:36] <TheCryptek> I think I
fixed it :D
L3144[18:13:50] <Caitlyn> You'll want to
make a new pack version
L3145[18:13:57] <Caitlyn> so that people
that have it installed will be prompted to update
L3146[18:15:12] <TheCryptek> how do I add
changelog via solder :P
L3147[18:15:49] <Caitlyn> HOLY
BALLS!
L3148[18:15:56] <TheCryptek> What
owo
L3149[18:15:59] <Caitlyn> Oh.. wait dev
build nevermind
L3150[18:16:06] <TheCryptek> Oh
L3151[18:16:07] <TheCryptek> xD
L3152[18:16:08] <Caitlyn> I was trying to
figure out why you were on OpenSec 47
L3153[18:16:10] <Caitlyn> :P
L3154[18:16:17] <Caitlyn> You don't
really
L3155[18:16:21] <TheCryptek> Thought I
was way behind?
L3156[18:16:31] <Caitlyn> I made a
changelog for my pack using the solder API and php
L3158[18:16:50] <TheCryptek> welp
L3159[18:16:56] <TheCryptek> that is far
beyond my knowledge
L3161[18:17:45] <TheCryptek> Yayay it
worked :D
L3162[18:18:20] <Caitlyn> make sure to
mark it Rec Latest and Published :p
L3163[18:20:47] <Caitlyn> Updated, but
still not fix't
L3164[18:21:22] *
Caitlyn kicks Technic
L3165[18:21:33] <Caitlyn> Running a
reinstall on the pack
L3166[18:22:08] <Caitlyn> Yep, looks like
that worked TheCryptek
L3167[18:22:56]
⇨ Joins: TheCryptek|2
(~Indigo@70-32-216-76.unassigned.ntelos.net)
L3168[18:23:02] <TheFox> hello
TheCryptek|2
L3169[18:23:04] <TheCryptek|2> odd I got
booted from my bouncer :P
L3170[18:23:17] <TheFox> did you do
something stupid?
L3171[18:23:27] <TheCryptek|2> TheFox: No
I think it was net issues :P
L3172[18:23:32] <TheFox> ah
L3173[18:23:43] <TheFox> Caitlyn: your
mod right?
L3174[18:24:10] <TheFox> im just trying
to assemble a mental list of mods/ops/voices
L3175[18:27:58] <Caitlyn> Wat
L3176[18:28:13] <TheFox> nvmd
L3177[18:28:25]
⇦ Quits: cpup (~cpup@32.218.115.127) (Ping timeout: 186
seconds)
L3178[18:28:47] <TheFox> i got it
already, i was trying to assebmle a list so that when i signed on
your the OC IRC program ik who was mod and who wasnt
L3179[18:28:49] <Caitlyn> Anyway I made
it to the main screen so looks like success
L3180[18:29:03] <Caitlyn> it's not mine
:p
L3181[18:29:28] <Caitlyn> Also
WocChat/OpenIRC doesn't show mode chars?
L3182[18:32:19] <gamax92> wocchat does,
uses it to sort the user list
L3183[18:32:29] <Caitlyn> I thought
so
L3184[18:33:01] <Caitlyn> @ Is op, + is
voice, and everyone else is a luser
L3185[18:34:21]
⇨ Joins: cpup (~cpup@32.218.115.160)
L3186[18:42:03] <TheCryptek|2> Caitlyn
thank you
L3187[18:46:21] <TheFox> how do i use
ECDH and generateKeyPairs? i have generateKeyPairs returning a
public key, but the word pairs implies there is more then one, how
do i get the private key out of it
L3188[18:47:28]
⇦ Quits: Inari (~Pinkishu@p5DEC603F.dip0.t-ipconnect.de)
(Quit: 'Fight's not over yet. All we have to do is win this round!'
(D.Va))
L3189[18:47:37]
⇦ Quits: cpup (~cpup@32.218.115.160) (Ping timeout: 186
seconds)
L3190[18:49:50] <Caitlyn> TheFox, it
returns 2 tables... look at the data in the tables?
L3191[18:52:01] <TheFox> yeah, but
appearntly it returns them as objects, im an idiot, i was trying to
access key.keyType() by doing tbl[1]
L3192[18:52:08] <TheFox> i got it figured
out now
L3193[18:53:26] <Miyoyo> I just
noticed
L3194[18:53:30]
⇨ Joins: cpup (~cpup@32.218.115.210)
L3195[18:53:33] <Miyoyo> that CSGO
supports squirrelscript
L3196[18:53:53] <Miyoyo> for some
reason
L3197[18:55:57] <gamax92> ahh, windows 10
update undid all my tweaks. Time to just redo them.
L3198[18:57:23] <S3> gamax92: write a
shell script to do it for you
L3199[18:57:30] <S3> using WSL
L3200[18:57:32] <gamax92> why?
L3201[18:57:36]
⇨ Joins: CoderPuppy (~cpup@32.218.115.241)
L3202[18:57:41] <S3> Because you
can
L3203[18:57:44] <gamax92> How about
no
L3204[18:58:19] <S3> wut.
L3206[18:58:44]
⇦ Quits: cpup (~cpup@32.218.115.210) (Ping timeout: 190
seconds)
L3207[19:02:45] <TheFox> now i just have
to figure out ecdh
L3208[19:03:53] <TheFox> any ideas
anyone, please
L3209[19:05:19] <TheFox> how do i
tranfers the Second Users public key between computers if i can't
send it over modem
L3210[19:06:21]
<Mimiru>
Why can't you send it over the modem?
L3211[19:06:43] <TheFox> even with
serialization.serailize() it cant send key because it is a table
with cycles
L3212[19:06:56] <TheFox> and
key.serailize() isnt what ecdh needs appearntly
L3213[19:07:22]
<Mimiru>
deserializeKey(data:string, type:string):table
L3214[19:07:22]
<Mimiru>
Transforms a key from string to it's arbitrary type. ?
L3215[19:07:51] <TheFox> uh
L3216[19:07:56] <TheFox> i dont know,
hang on
L3217[19:09:17] <TheFox> and what type
would i turn it into? string?
L3218[19:09:59] <TheFox> no, i dont think
the way i am using it deserializeKey is right
L3219[19:11:17] <OrbsTheorem> hey, do you
know why io.write("there's cake waiting\rthecake is a
lie") does not print "the cake is a lie"?
L3220[19:11:36] <SF-MC> line
buffering
L3221[19:11:38] <SF-MC> probably
L3222[19:12:02] <OrbsTheorem> hmm, any
workarounds?
L3223[19:12:11] <SF-MC> flush the output
buffer
L3224[19:12:21] <SF-MC> io.flush
IIRC
L3225[19:12:24] <OrbsTheorem> euh,
how?
L3226[19:12:34] <OrbsTheorem> okay, let
me try
L3227[19:12:52] <OrbsTheorem> same
result
L3228[19:13:55] <OrbsTheorem> :(
L3229[19:13:56] <TheFox> oh, FML i see
now
L3230[19:15:03] <TheFox> now what...
@Mimiru, still reuturning unsoppurted
L3231[19:15:07]
⇦ Quits: alexbuzzbee
(~alexbuzzb@d-162-223-180-83.cpe.metrocast.net) (Quit:
alexbuzzbee)
L3232[19:15:58] <TheFox> oh, i did i
screw this up with OOP inheretence ?
L3233[19:17:18] ***
g is now known as gAway2002
L3235[19:19:36] <GreaseMonkey> wew,
starting to get more COP0 shit working, turns out i accidentally
got the meaning of the mode bits wrong: 0,1,2 is kernel,super,user
- not user,super,kernel
L3236[19:19:44]
⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
(Ping timeout: 202 seconds)
L3237[19:21:04]
⇨ Joins: alekso56
(~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L3238[19:21:43]
⇦ Quits: Dustpuppy
(~kvirc@86-46-108-167-dynamic.b-ras1.wtd.waterford.eircom.net)
(Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
L3239[19:24:49] <TheFox> @Mimiru that
half helped, it got me generating my own ecdh, but i am trying ot
use ecdh to securly pass my key between computrs before the
encryption starts
L3240[19:25:38] <Caitlyn> How do you
expect to encrypt the public key before you transmit it?
L3241[19:25:58] <TheFox> i dont Caitlyn i
expect to be able to transmit a public key
L3242[19:26:07] <Caitlyn> Yes... so do
that
L3243[19:26:22]
⇦ Quits: SF-MC (~EiraIRC@131-191-86-130.as.clicknet.org)
(Remote host closed the connection)
L3244[19:26:47] <TheFox> so, how?
modem.send(port,key.serlialize()) didnt get me far, as ecdh needs
the entire table
L3245[19:26:48]
⇦ Quits: Miyoyo (~Miyoyo@ip-83-134-236-113.dsl.scarlet.be)
(Quit: nite)
L3246[19:27:09] <Caitlyn> Go learn how
encryption works..
L3247[19:27:13] <Caitlyn> I'm done for
the night
L3248[19:27:18] <TheFox> Cya then
L3249[19:27:23] <TheFox> have a good
one
L3250[19:30:52]
⇨ Joins: AlexisMachina
(uid57631@id-57631.charlton.irccloud.com)
L3251[19:33:51]
⇦ Quits: TheCryptek|2
(~Indigo@70-32-216-76.unassigned.ntelos.net) (Quit:
Leaving)
L3252[19:43:55] <OrbsTheorem> Can anyone
help me with io.write?
L3253[19:51:52]
⇨ Joins: alexbuzzbee
(~alexbuzzb@d-162-223-180-83.cpe.metrocast.net)
L3254[19:53:37]
⇦ Quits: alexbuzzbee
(~alexbuzzb@d-162-223-180-83.cpe.metrocast.net) (Remote host closed
the connection)
L3255[19:54:31] <Temia> What's the
problem you're experiencing?
L3256[19:56:59]
⇨ Joins: alexbuzzbee
(~alexbuzzb@d-162-223-180-83.cpe.metrocast.net)
L3257[20:04:24] <OrbsTheorem> hey, do you
know why io.write("there's cake waiting\rthecake is a
lie") does not print "the cake is a lie"?
L3258[20:04:27] <OrbsTheorem> Temia:
^^
L3259[20:05:01] <OrbsTheorem> Instead of
a single line, I get two
L3260[20:06:08] <Temia> Pretty sure the
buffering system treats carriage returns the same as line
feeds.
L3261[20:06:42] <OrbsTheorem> is there
any way to overcome it?
L3262[20:06:55] <OrbsTheorem> I'm trying
to print a progress bar
L3263[20:07:08] <Temia> Use the gpu
component library instead?
L3264[20:07:44] <OrbsTheorem> hmm, let me
check
L3265[20:10:01] <OrbsTheorem> D:
L3266[20:10:09] <Temia> The term library
also allows you to set the cursor position, come to think of
it.
L3267[20:11:35] <Temia> Just keep in mind
stdout can be piped or redirected -- I'm not sure if it includes an
isTTY method either
L3268[20:11:44] <Temia> ~w tty
L3270[20:12:12] <OrbsTheorem> I guess
term.clearLine is what I need
L3271[20:12:39] <Temia> Looks like
it.
L3272[20:13:10]
⇨ Joins: Nachtara
(~Nachie@50-83-108-134.client.mchsi.com)
L3273[20:15:11] <OrbsTheorem>
thanks
L3274[20:20:43]
⇨ Joins: Johannes13_
(~Johannes1@p4FDEAB3D.dip0.t-ipconnect.de)
L3275[20:22:53]
⇦ Quits: Johannes13
(~Johannes1@p4FDEA642.dip0.t-ipconnect.de) (Ping timeout: 182
seconds)
L3276[20:33:03]
⇦ Quits: Nentify (uid14943@id-14943.highgate.irccloud.com)
(Quit: Connection closed for inactivity)
L3277[20:35:36] ***
medsouz is now known as medsouz|offline
L3278[20:39:38]
⇨ Joins: xPucTu4 (~yahoo@xPucTu4.Net)
L3279[20:45:30]
⇦ Quits: Eleria (~Eleria@p4FE63B5B.dip0.t-ipconnect.de) (Ping
timeout: 182 seconds)
L3280[20:47:49]
⇨ Joins: Eleria
(~Eleria@p4FE63C4A.dip0.t-ipconnect.de)
L3281[21:00:47] <GreaseMonkey> EXCEPTION
8
L3282[21:00:47] <GreaseMonkey>
SR=244000E2
L3283[21:00:47] <GreaseMonkey>
Cause=00000020
L3284[21:00:47] <GreaseMonkey>
EPC=980000000000068C
L3285[21:00:52] <GreaseMonkey> ^ wew. i
actually get exception handling now
L3286[21:04:38] <GreaseMonkey> and now i
get a full reg dump. yay.
L3287[21:11:52] ***
Ajloveslily is now known as Ajloveslily|Sleep
L3288[21:22:28]
⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
(Ping timeout: 202 seconds)
L3289[21:24:18]
⇨ Joins: alekso56
(~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L3290[21:46:51] <gamax92> oooh, themes
work very nicely on the new W10
L3291[21:50:17] <Achai> gamax92: themes
are a mind trap
L3292[21:50:21] <Achai> don'tuseem
L3293[21:52:53] <gamax92> Achai: but my
delicious dark theme
L3294[22:19:08] <lashtear> dark themes
are worth a great deal.
L3295[22:36:19]
⇦ Quits: wembly (~wembly@50.240.220.69) (Quit:
Disconnected)
L3296[22:37:08]
⇦ Quits: feldim2425
(~feldim242@91-113-89-159.adsl.highway.telekom.at) (Ping timeout:
202 seconds)
L3297[22:37:16]
⇦ Quits: Nachtara (~Nachie@50-83-108-134.client.mchsi.com)
(Quit: Smell ya later!)
L3298[22:39:19]
⇨ Joins: wembly (~wembly@50.240.220.69)
L3299[22:39:57]
⇨ Joins: techno156 (~techno156@137.154.59.125)
L3300[22:52:45]
⇨ Joins: feldim2425
(~feldim242@188-23-88-123.adsl.highway.telekom.at)
L3301[22:53:30]
⇦ Quits: Kodos|Warframe
(~Kodos@2602:306:ce20:6c30:5d9f:ea41:86fa:fa85) (Quit:
Leaving)
L3302[22:56:10]
⇦ Quits: Lathanael (~Lathanael@p5496163C.dip0.t-ipconnect.de)
(Ping timeout: 384 seconds)
L3303[22:59:43]
⇨ Joins: Lathanael|Away
(~Lathanael@p5496116C.dip0.t-ipconnect.de)
L3304[23:00:18]
⇦ Quits: feldim2425
(~feldim242@188-23-88-123.adsl.highway.telekom.at) (Ping timeout:
195 seconds)
L3305[23:01:48]
⇨ Joins: feldim2425
(~feldim242@178-190-43-199.adsl.highway.telekom.at)
L3306[23:01:58]
⇦ Quits: Hyst
(cxsss1@CPE-124-189-28-144.bkzh1.cht.bigpond.net.au) (Ping timeout:
182 seconds)
L3307[23:05:04]
⇦ Quits: Tiktalik (~tiktalik@2607:fcd0:daaa:1400:f::4) (Ping
timeout: 198 seconds)
L3308[23:05:48]
⇨ Joins: Hyst
(cxsss1@CPE-124-189-28-144.bkzh1.cht.bigpond.net.au)
L3309[23:06:31]
⇨ Joins: Tiktalik
(~tiktalik@2607:fcd0:daaa:1400:f::4)
L3310[23:11:17]
⇨ Joins: npe|office
(~NPExcepti@bps-gw.hrz.tu-chemnitz.de)
L3311[23:15:15]
⇨ Joins: Kiddobyte
(~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com)
L3312[23:25:10]
⇨ Joins: TheFox|Mobile
(~TheFox@pool-108-4-58-236.rcmdva.fios.verizon.net)
L3313[23:25:19] <TheFox|Mobile>
Hello
L3314[23:25:40]
⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
(Ping timeout: 202 seconds)
L3315[23:27:00]
⇦ Quits: TheFox
(webchat@pool-108-4-58-236.rcmdva.fios.verizon.net) (Killed
(NickServ (GHOST command used by
TheFox|Mobile!~TheFox@pool-108-4-58-236.rcmdva.fios.verizon.net)))
L3316[23:27:12] ***
TheFox|Mobile is now known as TheFox
L3317[23:27:26]
⇨ Joins: alekso56
(~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L3318[23:29:12]
⇦ Quits: Kiddobyte
(~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com) (Read error:
Connection reset by peer)
L3319[23:30:55]
⇨ Joins: Kiddobyte
(~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com)
L3320[23:36:51]
⇦ Quits: Hyst
(cxsss1@CPE-124-189-28-144.bkzh1.cht.bigpond.net.au) (Ping timeout:
182 seconds)
L3321[23:36:54]
⇦ Quits: AlexisMachina
(uid57631@id-57631.charlton.irccloud.com) (Quit: Connection closed
for inactivity)
L3322[23:41:58]
⇨ Joins: Turtle
(~SentientT@82-171-92-73.ip.telfort.nl)
L3323[23:47:55]
⇨ Joins: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L3324[23:50:36] <GreaseMonkey> fun MIPS
fact: on a cold reset, one of the few things that are predictable
is the value of the COP0 random index field
L3325[23:53:27]
⇦ Quits: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Quit:
Leaving...)
L3326[23:57:04] ***
Keridos|away is now known as Keridos
L3327[23:58:24]
⇦ Quits: shortybsd
(~shortybsd@c-98-240-4-254.hsd1.tn.comcast.net) (Ping timeout: 190
seconds)