<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:34] <GreaseMonkey> when working out
the truth of something, if it's not explicitly false or nil it's
regarded as a true value
L2[00:00:50] <GreaseMonkey> this is mostly
specific to lua, i think ruby has something very similar, python is
quite different though
L3[00:01:17]
<That one
guy> “if not ... then” is also pretty useful since it detects
false and nil instead of just false or nil
L4[00:01:18] ⇦
Quits: Kiddobyte
(~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com) (Read error:
Connection reset by peer)
L5[00:01:42] <GreaseMonkey> "if
tab[val] and tab[val].thing then" is also a nice trick
L6[00:02:03] <GreaseMonkey> or
alternatively: local obj = tab[val] and tab[val].next
L7[00:02:25] <GreaseMonkey> fun thing,
"x and y" means "if x is true return y, otherwise
return x"
L8[00:02:36] <GreaseMonkey> and "x or
y" means "if x is false return y, otherwise return
x"
L9[00:03:09] <GreaseMonkey> and it only
evaluates what it has to, so you can do something like "foo()
or bar()" and if the call to foo returns false it won't call
bar
L10[00:03:22] <GreaseMonkey> wait dammit i
mean if the call to foo returns true
L11[00:03:29] <gamax92> yeah I was going to
say.
L12[00:03:40] <GreaseMonkey> i thought i'd
typed "foo() and bar()"
L13[00:18:05] ***
medsouz is now known as medsouz|offline
L14[00:24:06] ⇨
Joins: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L15[00:31:02] ⇦
Quits: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout:
384 seconds)
L16[00:36:05] <TheMadman> Oh dear... The
program crashed because "It went to long without
yielding". Alright, tomorrows project is working out how to
fix it.
L17[00:37:04]
<That one
guy> Add a couple "os.sleep()"s (Not sure if that
works though, I forgot the syntax)
L18[00:37:17] <Antheus> .-.
L19[00:38:58] ⇦
Quits: Doty1154 (~Doty1154@2601:648:8000:134f:87e:af2d:c113:93e9)
(Read error: Connection reset by peer)
L20[00:48:08] <Izaya> TheMadman: make the
program more polite
L21[00:49:42] <TheMadman> That is the
syntax, and I have plenty of those... Might want to make it a full
second instead of a half second then. I had them there to deal with
falling block entities...
L22[00:50:37] <TheMadman> Wait, I think it
might be an issue with my maintenance function. Regardless,
tweaking comes tomorrow.
L23[00:52:47] <Antheus> You know
L24[00:52:56] <Antheus> some day I would
like to see the Olympics in Dallas
L25[00:53:23]
<That one
guy> Who invented the Latin alphabet
L26[00:53:36] <Antheus> but it would have
to be the summer
L27[00:53:48] <Antheus> and there would
probs be lots of heatstroke
L28[00:54:02]
<That one
guy> I kind of want to stab the person that invented the letter
"g"
L29[00:54:05] <Antheus> and lots of
traffic
L30[00:54:08] <Antheus> I love the letter
g
L31[00:54:14] <Antheus> don't dis on
it
L32[00:54:37]
<That one
guy> Try making the letter g in illustrator (Not the single
storey one)
L33[00:56:50]
<That one
guy> Or your favourite vector program
L34[00:58:25] <gamax92> okay, one circle,
one line, and a half circle
L35[00:59:18]
<That one
guy> Hmm... Nice idea, that way I can skip out on the loop
L36[00:59:35]
<That one
guy> Still looks a bit out of place though
L37[01:04:15]
<That one
guy> Why, why did the IPA make single and double storey gs and
as different
L38[01:09:13] ***
mrkirby153 is now known as kirby|gone
L39[01:10:55] <Izaya> single and double
storey?
L40[01:13:40]
<That one
guy> "g" "ɡ" "a"
"ɑ"
L41[01:13:58]
<That one
guy> 1st and 3rd: Double
L42[01:14:10]
<That one
guy> 2nd and 4th: Single
L43[01:18:44] <Izaya> huh
L44[01:18:54] <Izaya> TIL
L45[01:19:05] <Izaya> I thought it was just
preference
L46[01:19:30]
<That one
guy> Not to the IPA
L47[01:28:28] ⇨
Joins: Trangar (~Trangar@46.102.230.170)
L48[01:39:48] ⇦
Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098) (Ping
timeout: 202 seconds)
L49[01:42:11] ⇨
Joins: alekso56
(~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L50[01:50:44] ⇦
Quits: CoderPuppy (~cpup@32.218.119.127) (Ping timeout: 198
seconds)
L51[01:53:48] ***
kirby|gone is now known as mrkirby153
L52[01:57:00] ⇨
Joins: cpup (~cpup@32.218.113.88)
L53[02:02:45] ⇨
Joins: CoderPuppy (~cpup@32.218.113.117)
L54[02:05:24] ***
mrkirby153 is now known as kirby|gone
L55[02:07:56] ⇦
Quits: cpup (~cpup@32.218.113.88) (Ping timeout: 384
seconds)
L56[02:12:45] ⇨
Joins: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L57[02:16:32] ⇦
Quits: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout:
198 seconds)
L59[02:28:34] <ping> you see ivan
L60[02:28:57] <ping> when you stack 5 2
gigabit routers they equal one 10 gigabit router
L61[02:30:25] ⇨
Joins: techno156 (~techno156@137.154.59.134)
L62[02:38:44] ***
Kodos is now known as Kodos|Zzz
L63[02:39:35]
<That one
guy> Yup
L64[02:39:40]
<That one
guy> Most definitely true
L65[02:39:49] ⇨
Joins: Vexatos
(~Vexatos@p200300556E2AE295157C119FDDDDA026.dip0.t-ipconnect.de)
L66[02:39:49] zsh
sets mode: +v on Vexatos
L67[02:40:04] ⇦
Quits: Trangar (~Trangar@46.102.230.170) (Read error: Connection
reset by peer)
L69[02:42:05]
<That one
guy> (I'm just looking for a word to stick the "g"
in)
L70[02:42:40] <gamax92> that is a ... awful
looking g
L71[02:42:46]
<That one
guy> IK
L72[02:43:26]
<That one
guy> That's why I want to murder the person who invented
"g"
L73[02:46:52] <Ember_Primrose> \o/
L74[02:48:22] <Forecaster> Isaac
Newton?
L75[02:49:08]
<That one
guy> I'm coming for you Spurius Carvilius Ruga
L76[02:49:21]
<That one
guy> (fl. 230 BC)
L77[02:49:31] ⇨
Joins: Trangar (~Trangar@46.102.230.170)
L78[02:53:20] ⇦
Quits: xilni_ (~xilni@96.241.23.87) (Quit: Textual IRC Client:
www.textualapp.com)
L79[02:53:32] <gamax92> man, when g wakes
up ...
L80[02:53:54] ⇨
Joins: cpup (~cpup@32.218.113.204)
L81[02:55:48] ***
kirby|gone is now known as mrkirby153
L82[02:55:59]
<That one
guy> lol
L83[02:56:32]
<That one
guy> Tell him to change it to ɡ, then I might spare him
L84[02:56:43]
<That one
guy> (I'm joking in case you seriously think this is a
threat)
L85[02:57:52]
<That one
guy> Actually I'd want to go for the etruscans, because they're
the ones that thought gamma made the "k" sound
L86[02:58:38]
<That one
guy> If not the letter C would be useful
L87[02:58:48] <gamax92> you can't anyway, ɡ
is not ascii
L88[02:58:54]
<That one
guy> ...
L89[02:59:08]
<That one
guy> I need to change the font to helvetica now
L90[02:59:30] ⇦
Quits: CoderPuppy (~cpup@32.218.113.117) (Ping timeout: 384
seconds)
L91[03:05:24] <Ember_Primrose> Forecaster,
?
L92[03:06:08]
<That one
guy> gravity?
L93[03:06:30] <Trangar> Gravity is just a
theory
L94[03:06:35] <Ember_Primrose> i know
L95[03:07:09] ***
mrkirby153 is now known as kirby|gone
L96[03:07:12] <Vexatos> Actually it's G *
m₁*m₂ * r⁻²
L97[03:07:26]
<That one
guy> The circle's way too large and the loops is too small
?
L98[03:07:37] ⇦
Quits: zuul (webchat@cpe-76-183-120-99.tx.res.rr.com) (Ping
timeout: 195 seconds)
L99[03:07:37]
<That one
guy> Didn't we disable that
L100[03:10:37] ⇦
Quits: cpup (~cpup@32.218.113.204) (Ping timeout: 186
seconds)
L101[03:16:56]
⇨ Joins: cpup (~cpup@32.218.113.222)
L102[03:19:37]
<That one
guy> Yay! I made it even worse and the undo history doesn't
allow me to revert!
L103[03:28:17] ⇦
Quits: Reika (~Reika@reika.kalseki.mods.abrarsyed.com) (Read error:
Connection reset by peer)
L104[03:28:22] ⇦
Quits: Cazzar (~CazzarZNC@vocaloid.lovers.at.cazzar.net) (Read
error: Connection reset by peer)
L105[03:29:36]
⇨ Joins: Cazzar
(~CazzarZNC@vocaloid.lovers.at.cazzar.net)
L106[03:29:36]
zsh sets mode: +v on Cazzar
L107[03:29:56]
⇨ Joins: Reika
(~Reika@reika.kalseki.mods.abrarsyed.com)
L108[03:31:03] ***
gAway2002 is now known as g
L109[03:34:30] ⇦
Quits: Cazzar (~CazzarZNC@vocaloid.lovers.at.cazzar.net) (Ping
timeout: 182 seconds)
L110[03:38:55]
⇨ Joins: Inari
(~Pinkishu@p5DEC6024.dip0.t-ipconnect.de)
L111[03:41:01] ⇦
Quits: cpup (~cpup@32.218.113.222) (Ping timeout: 186
seconds)
L112[03:43:28] ⇦
Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098) (Ping
timeout: 202 seconds)
L113[03:46:16] ⇦
Quits: Trangar (~Trangar@46.102.230.170) (Ping timeout: 202
seconds)
L114[03:46:55]
⇨ Joins: alekso56
(~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L115[03:47:33]
⇨ Joins: cpup (~cpup@32.218.114.20)
L116[03:47:48] ***
kirby|gone is now known as mrkirby153
L117[03:50:36] ⇦
Quits: jackmcbarn (jackmcbarn@gateway.insomnia247.nl) (Ping
timeout: 192 seconds)
L118[03:50:42]
⇨ Joins: jackmcbarn
(jackmcbarn@gateway.insomnia247.nl)
L119[03:54:26]
⇨ Joins: CoderPuppy (~cpup@32.218.114.46)
L120[03:56:32] ⇦
Quits: cpup (~cpup@32.218.114.20) (Ping timeout: 202
seconds)
L121[03:58:45] ***
mrkirby153 is now known as kirby|gone
L123[03:59:25] <g> ain't no replacing
me
L124[03:59:50]
<That one
guy> I'm replacing you with ɡ
L125[04:00:11]
⇨ Joins: Trangar (~Trangar@46.102.230.170)
L127[04:00:48]
<That one
guy> Can't do a good double-storey "g"
L128[04:01:12] <g> sick of these unicode
robots taking our jobs
L130[04:01:33]
⇨ Joins: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L131[04:03:04] <Inari> g: unicode robots
taking our sex worker's jobs?
L132[04:03:15] <g> wait what
L133[04:03:21] <Inari>
s/worker's/workers'
L134[04:03:21] <MichiBot> <Inari> g:
unicode robots taking our sex workers' jobs?
L135[04:03:58]
<That one
guy> apostrophes really are catastrophes
L136[04:04:19]
<That one
guy> !kill me
L137[04:04:25] <g> > later
L138[04:05:08] ⇦
Quits: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout:
198 seconds)
L139[04:07:33]
<That one
guy> and now we proceed to the tedious kerning process
L140[04:09:14] <g> what? keming? never
heard of him
L141[04:09:21]
<That one
guy> nah
L142[04:09:52] <gamax92> ~
L143[04:10:34] <Inari> keming?
L144[04:10:57]
<That one
guy> Just know it's as tedious as coding a x86_64 CPU for
OC2
L146[04:12:05]
<That one
guy> Even "rn" requires kerning ?
L147[04:12:11]
<That one
guy> FFS STOP IT DISCORD
L148[04:12:16] <Inari> ...
L150[04:13:13] <Inari> :|
L151[04:13:36]
<That one
guy> I need to save this website
L152[04:13:57] *
Lizzy yawns then proceeds to chisel off all the dried sleep round
her eyes
L153[04:15:33] *
vifino proceeds to hug Lizzy's butt and fall into
semi-sleep
L154[04:15:51] <Lizzy> :3
L155[04:17:24] <Lizzy> .stats
L157[04:17:38] <g> Oh, you guys moved to
SSS
L158[04:17:41] <g> it's great, isn't it?
:P
L159[04:18:34] <Inari> hehe
L160[04:18:41] <Inari> my irc client
thinks the "," is part of the URL
L161[04:18:55] <gamax92> mine
doesn't
L162[04:19:01] <Lizzy> well, Mimiru got it
set up and seeing as how SSS doesn't have any useful documentation
and pisg is horribly broken we switched to hers
L163[04:19:03] <g> mine doesn't
either
L164[04:19:14] <g> SSS has
documentation
L165[04:19:27] <g> I thought it was easy
to set up ._.
L166[04:19:52] <Lizzy> it didnt fucking
look like that when i tried
L167[04:20:34] <Lizzy> if you want to link
me to this supposed documentation feel free
L169[04:21:28] <g> there's also this for
commandline args
L171[04:21:32] <Lizzy> meh
L173[04:23:09] ⇦
Quits: CoderPuppy (~cpup@32.218.114.46) (Ping timeout: 186
seconds)
L174[04:25:07]
⇨ Joins: Nathan1852
(~Nathan185@hsi-kbw-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
L175[04:27:36]
⇨ Joins: VikeStep (~VikeStep@101.184.243.180)
L176[04:28:22]
⇨ Joins: cpup (~cpup@32.218.114.107)
L177[04:30:36] <gamax92> Inari: ignoring
what it looks like, I'd never go into a "computer
specialists" business called clicklovers :P
L178[04:32:40] <g> it's intentional keming
from GTA.
L180[04:34:41] ***
Darkhax is now known as Darkhax_AFK
L181[04:39:21] ⇦
Quits: cpup (~cpup@32.218.114.107) (Ping timeout: 201
seconds)
L182[04:44:04]
⇨ Joins: cpup (~cpup@32.218.114.129)
L183[04:49:29]
⇨ Joins: Keanu73
(~Keanu73@host-92-28-83-164.as13285.net)
L184[04:59:44] ⇦
Quits: cpup (~cpup@32.218.114.129) (Ping timeout: 192
seconds)
L185[04:59:48] ***
kirby|gone is now known as mrkirby153
L186[05:03:08] <gamax92> I should probably
get to sleep
L187[05:05:18] <vifino> No, no you
shouldn't.
L188[05:05:31] <vifino> Sleep is silent
death.
L189[05:05:40]
⇨ Joins: cpup (~cpup@32.218.114.168)
L190[05:09:57] <gamax92> vifino we are
always dying
L191[05:10:47] ***
mrkirby153 is now known as kirby|gone
L192[05:10:51] <vifino> Well, that is
depressing.
L193[05:11:05] <gamax92> it is extremely
hard for me to type when I'm sleepy
L194[05:11:55] <Forecaster> you're putting
more effort in than some awake people I've seen :P
L195[05:12:21] <gamax92> I accidentally
messaged someone "tits" because send is too close to
backspace
L196[05:13:40] <gamax92> it was in the
middle of a sentence and didn't make sense so they ignored it
L197[05:15:07]
⇨ Joins: CoderPuppy (~cpup@32.218.114.194)
L198[05:17:14] ⇦
Quits: cpup (~cpup@32.218.114.168) (Ping timeout: 182
seconds)
L199[05:34:09]
<Ember_Primrose> o/
L200[05:36:33] <Ember_Primrose> what to
do, whattodo whattodo whattodo
L201[05:39:01]
<That one
guy> _has 12 more days until the end of boredom _
L202[05:39:21] <Ember_Primrose> what
happens then?
L203[05:39:34] <Lizzy> he dies
L204[05:39:41] <Ember_Primrose> xD
L205[05:39:42]
<That one
guy> Yep
L206[05:39:49]
<That one
guy> Probably
L207[05:39:53] <Ember_Primrose> ohi
Lizzy
L208[05:39:57] <Ember_Primrose> ho r
uu
L209[05:40:08] ⇦
Quits: Trangar (~Trangar@46.102.230.170) (Ping timeout: 202
seconds)
L210[05:40:16]
<That one
guy> (I wish I actually had something to do)
L211[05:40:29] <Lizzy> i am operating
within acceptable parameters, you?
L212[05:40:29] ⇦
Quits: CoderPuppy (~cpup@32.218.114.194) (Ping timeout: 186
seconds)
L213[05:41:32] <Ember_Primrose> slapping
permissions around with Hinagiku, just finished my adv driving
lesson andreconfiguring my kb backlighting
L214[05:41:48] <Ember_Primrose> in other
words, good
L215[05:43:53] *
Forecaster is playing E:D
L216[05:43:58] *
Forecaster has died 3 times
L217[05:44:51] <Lizzy> cool
L218[05:44:53] *
Ember_Primrose is watching Lizzy's democases offline cause fuck
144p
L219[05:45:21] <Lizzy> lol
L220[05:45:36] <Ember_Primrose> had to dl
them through the night
L221[05:46:43]
⇨ Joins: cpup (~cpup@32.218.114.232)
L222[05:48:38] <Ember_Primrose> hey,
Lizzy
L223[05:48:59] <Lizzy> yis?
L224[05:49:04] <Ember_Primrose> where did
you get the base design, or did you do it ALL from scrath?
L225[05:49:21] <Ember_Primrose>
s/scrath?/scratch?
L226[05:49:21] <MichiBot>
<Ember_Primrose> where did you get the base design, or did
you do it ALL from scratch??
L227[05:50:16]
⇨ Joins: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L228[05:50:18] <Ember_Primrose> either
way, bravo, it very well done
L229[05:50:22] <Lizzy> the design isn't
mind
L230[05:50:24] <Forecaster> dammit, I hate
this stupid mission
L231[05:50:24] <Lizzy> *mine
L232[05:50:34] <Lizzy> i pasted it in
using schematica
L233[05:52:02] <Ember_Primrose> OH
L234[05:52:08] <Ember_Primrose> CAN I GET
IT
L235[05:52:13] <Ember_Primrose> when
possible ofc
L236[05:52:29] <Lizzy> YES YOU CAN
L238[05:52:33] <Lizzy> :P
L239[05:52:38] <Ember_Primrose> sryy
excited ?
L240[05:52:41] <Ember_Primrose> :P
L241[05:52:46] *
Ember_Primrose hugs Lizzy
L242[05:53:00] *
Lizzy hugs Ember_Primrose
L243[05:53:25] <Ember_Primrose> i already
made a schem, but realized my modpack doesn't have lantea
craft
L244[05:53:30] <Ember_Primrose> and
others
L245[05:53:42] <Ember_Primrose> so it
wouldn't paste
L246[05:53:48] <Ember_Primrose> but
yay
L247[05:53:48] ⇦
Quits: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout:
190 seconds)
L248[05:54:09]
⇨ Joins: CoderPuppy (~cpup@32.218.115.2)
L249[05:56:28] ⇦
Quits: cpup (~cpup@32.218.114.232) (Ping timeout: 202
seconds)
L250[05:58:47] ***
kirby|gone is now known as mrkirby153
L251[06:02:08]
⇨ Joins: Trangar (~Trangar@46.102.230.170)
L252[06:04:55] <Ember_Primrose> ok, stupid
question.
L253[06:05:22] <Ember_Primrose> wheer is
the internet floppy in 1.6 rc1?
L254[06:05:43] <Ember_Primrose>
s/wheer/where
L255[06:05:43] <MichiBot>
<Ember_Primrose> where is the internet floppy in 1.6
rc1?
L256[06:05:47]
⇨ Joins: LeshaInc (~LeshaInc@213.5.22.82)
L257[06:09:50] ***
mrkirby153 is now known as kirby|gone
L258[06:12:02] <Inari> this nadeko flower
stuff shuoldnt be "a nadeko flower appeared", but "a
nadeko flower grew out of <name>'s sensitive
parts"
L259[06:14:17] <Ember_Primrose> :D
L260[06:14:31] <Ember_Primrose> if i could
get vs15 to work maybe
L261[06:21:05] <Forecaster> finally got
the stupid mission target :I
L262[06:21:16] <Ember_Primrose> \o/
L263[06:23:23] ⇦
Quits: mallrat208 (~mallrat20@184-88-190-37.res.bhn.net) (Read
error: Connection reset by peer)
L264[06:23:49] <Ember_Primrose> :D
L265[06:24:11] ⇦
Quits: CoderPuppy (~cpup@32.218.115.2) (Ping timeout: 201
seconds)
L266[06:24:23] <Ember_Primrose> on the
stream, Forecaster , made with Lizzy sorta, Forecaster did a
jittery barrel roll
L267[06:24:42] <Forecaster> I did?
L268[06:24:54] <Ember_Primrose> at the
start
L269[06:25:16] <Ember_Primrose> under your
ship :D
L270[06:25:28] <Forecaster> oh with the
SRV :P
L271[06:25:29]
⇨ Joins: minot
(~minot@pool-100-1-168-123.nwrknj.fios.verizon.net)
L272[06:25:34] <Ember_Primrose> xD
L273[06:25:48] <Ember_Primrose> OH
SHIT
L274[06:26:05] <Ember_Primrose> No Man's
Sky is out TOMORROW!
L275[06:26:08] <Ember_Primrose> \o/
L276[06:27:00] <Forecaster> it apparently
wasn't that great :P
L277[06:27:32] ⇦
Quits: Keanu73 (~Keanu73@host-92-28-83-164.as13285.net) (Read
error: Connection reset by peer)
L278[06:27:51] <Ember_Primrose> oh bob
saget
L280[06:29:04] <Ember_Primrose> Inari,
queen of the elves
L281[06:29:14]
⇨ Joins: Keanu73
(~Keanu73@host-92-28-83-164.as13285.net)
L282[06:30:12]
⇨ Joins: cpup (~cpup@32.218.115.50)
L283[06:30:26] <Forecaster> the
lewd-elves
L284[06:31:19] <Ember_Primrose> :D
L285[06:39:28] ⇦
Quits: cpup (~cpup@32.218.115.50) (Ping timeout: 192
seconds)
L286[06:45:28] ⇦
Quits: minot (~minot@pool-100-1-168-123.nwrknj.fios.verizon.net)
(Ping timeout: 190 seconds)
L287[06:45:28]
⇨ Joins: cpup (~cpup@32.218.115.82)
L288[06:50:47] ***
kirby|gone is now known as mrkirby153
L289[06:54:41] <Lizzy> Inari, a lewd
elf
L290[06:55:03] *
Lizzy should go shower
L291[06:57:02]
⇨ Joins: minot
(~minot@pool-100-1-168-123.nwrknj.fios.verizon.net)
L292[06:58:43] <Inari> Lizzy: lewd
L293[06:59:00] <Lizzy> maybe
L294[06:59:12] <g> 5lewd9me
L295[07:00:23] <Inari> Lizzy: showering
with vif? or are you jot ther eanymore
L296[07:00:59] <Lizzy> i'm still at his,
though he's playing with the steam controller i bought him for his
birtday
L297[07:01:18] <Inari> ah
L298[07:01:32] <Inari> i quite like the
steam controller, but it takes some getting used to and needs to
have the right settings
L299[07:01:34] <Ember_Primrose> \o/
L300[07:01:36] <Ember_Primrose> fun
L301[07:01:57] ***
mrkirby153 is now known as kirby|gone
L302[07:03:20] ⇦
Quits: wembly (~wembly@50.240.220.69) (Ping timeout: 198
seconds)
L303[07:03:31] <Inari> vifino, v = put v
on stack, if = evaluate stack to true/false, in = read (and return)
input [if the if evaluated true], o = read (and return) variable
'o' [if the if evaluated false]
L304[07:04:38]
⇨ Joins: wembly (~wembly@50.240.220.69)
L305[07:11:29] <vifino> wat
L306[07:17:16] *
Izaya hmms
L307[07:17:28] <Izaya> I won't remember
what I need to back up until I delete it
L308[07:17:34] <Izaya> so I might as well
delete it and get it over with
L309[07:18:57] <Lizzy> Izaya, backup
/usr/local, /home and /root. - vifino
L310[07:19:16] <Izaya> my /home is like
500GB
L311[07:19:27] <Lizzy> do it. -
vifino
L312[07:19:34] <Izaya> I have 800GB free
on my server box
L313[07:19:47] <Izaya> like sure squashfs
but uuuggghhh
L314[07:20:07] <Lizzy>
do it. with
compression. - vifino
L315[07:20:55] <Ember_Primrose> \o/
compression
L316[07:21:08] <Izaya> I can delete major
parts later I guess
L317[07:21:15] <Izaya> damn it vifino I
blame you
L318[07:21:59] <Lizzy> good, i dont mind
being blamed for saving your data. - vifino
L319[07:22:38] <Izaya> this is against my
methods
L320[07:22:50] <Izaya> reinstallation
should be destructive
L321[07:23:28] <Lizzy> it is. just not to
important stuff. that's important. - vifino
L322[07:24:14] <Ember_Primrose> i need a
linux install guide :|
L323[07:24:48] <Lizzy> arch/gentoo wiki.
there you go. - vifino
L324[07:25:16] <Ember_Primrose> arch/
gentoo wat
L325[07:25:27] <Ember_Primrose> i know
whats a wiki
L326[07:25:36] <Ember_Primrose> screew
lemme read it
L327[07:26:08] <Ember_Primrose> is that
vm?
L329[07:26:31] <Ember_Primrose> virtual
machineable
L330[07:26:39] <Ember_Primrose> i cant
repartion
L331[07:26:49] <Ember_Primrose> complex
drive linking
L332[07:27:00] <Lizzy> yes, it's
virtualisable
L333[07:27:26] <Ember_Primrose> \o/
L334[07:27:43] <Lizzy> like most linux
dustros
L335[07:27:49] <Lizzy> *distros
L336[07:27:57] ⇦
Quits: Dark (~MrDark@cpe-76-181-157-113.columbus.res.rr.com) (Read
error: Connection reset by peer)
L337[07:27:57] <Ember_Primrose> i wont
know
L338[07:28:04] <Ember_Primrose> never used
it :D
L339[07:28:33] <Izaya> 'linux install
guide'
L340[07:28:40] <Izaya> insert linux mint
dvd
L341[07:28:44] <Izaya> boot from DVD
L342[07:28:51] <Izaya> run installer icon
on desktop
L343[07:28:51] <Ember_Primrose> yea
no
L344[07:29:10] <Ember_Primrose> i dont
have another partition
L345[07:29:10]
⇨ Joins: CoderPuppy (~cpup@32.218.115.215)
L346[07:29:17]
<Kimiro>
Omae wa mou shinderu.
L347[07:29:19] <Izaya> yeah yeah you
fucked up your drives we get it
L349[07:29:27] <Izaya> the same applies
for the VM tho
L350[07:29:28] <Ember_Primrose> no
L351[07:29:38] <Ember_Primrose> i ddn't
fuck up
L352[07:29:57] <Izaya> if you can't make a
new logical pae
L353[07:30:03] <Izaya> partition you
fucked up
L354[07:30:13] <Ember_Primrose> i have an
ssd for my main, but, my libraries ar moved
L355[07:30:18] <Ember_Primrose> to another
drive
L356[07:30:32] <Lizzy> ?_?
L357[07:31:00] <Ember_Primrose> right
click > properties > location > chooose new location
L358[07:31:33] <Lizzy> how is that related
to partitions?
L359[07:32:05]
⇨ Joins: Dark
(~MrDark@cpe-76-181-157-113.columbus.res.rr.com)
L360[07:32:18] <Ember_Primrose> it fucked
up my win installion when i tried to partition my second
drive
L361[07:33:06] *
Izaya ignores .steam, Downloads, PlayOnLinux and WINE in his
backups
L362[07:34:19] <Skye> who needs backups
when you have nothing important on your hard drive
L363[07:34:20] ⇦
Quits: cpup (~cpup@32.218.115.82) (Ping timeout: 384
seconds)
L364[07:35:01] <Izaya> Skye: there's
*something* important there
L365[07:35:07] <Izaya> I forget what
though
L366[07:35:13]
<Kimiro> Who
needs a hard drive when you can have 1.9 million floppies.
L367[07:35:53] <Ember_Primrose> wiki
states: advantages: Godlike wiki
L368[07:36:00] <Ember_Primrose> lell
L369[07:36:53] <Skye> Ember_Primrose,
wut?
L371[07:37:51] <XDjackieXD>
Ember_Primrose: can confirm. Arch wiki IS godlike ^^
L372[07:38:04] <Ember_Primrose> how andwhy
so
L374[07:38:29] <Skye> "You cannot
unsee the fat man with a triangle on his shoulders."
L375[07:39:05]
⇨ Joins: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L376[07:39:15]
<Kimiro>
Skye, wat?
L377[07:39:26] <Skye> Ember_Primrose's
link
L378[07:39:28] <Inari> she talks about
ganondorf
L379[07:39:57] <Inari> or ganon i
guess
L380[07:39:58]
<Kimiro>
Huh.
L381[07:40:22] <XDjackieXD>
Ember_Primrose: if you need help with any software an any Linux
distro, Arch wiki probably has a solution for you (and it has great
documentation about almost anything Linux releated ^^)
L382[07:40:51] <Izaya> Lizzy: does vifino
know that WRT54GLs stack?
L383[07:41:48] <Ember_Primrose> why arch
tho and not ubuntu?
L384[07:42:04] <Izaya> ubuntu does not
have godlike wiki
L385[07:42:22] <XDjackieXD>
Ember_Primrose: ubuntu wiki is pretty outdated and nowhere near
arch wiki ^^
L386[07:42:37] ⇦
Quits: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout:
186 seconds)
L387[07:43:14] <Ember_Primrose> but which
one is nice to use from a windows user pov
L388[07:43:23] <XDjackieXD> Izaya: the
only valid reason to stack them is to save space in the trash bin
(or next to your C64 in a glass cabinet to show off to your kids
xD)
L389[07:43:26] <Ember_Primrose> and yes, i
can cmd
L390[07:43:51] <Izaya> XDjackieXD: I'm
gonna use them for guest networks
L391[07:43:54] <XDjackieXD> Arch wiki has
very detailed instructions for most things and a few "getting
started" guides
L392[07:44:01] <Izaya> and just fucking
around with
L393[07:44:14]
⇨ Joins: cpup (~cpup@32.218.115.247)
L394[07:44:18] <Izaya> I have like 10 of
them
L395[07:44:22] <vifino> Izaya: I did
not.
L396[07:44:24] <XDjackieXD> Izaya: it's
ancient
L397[07:44:38] <Izaya> XDjackieXD: all of
my shit is ancient
L398[07:44:43] <XDjackieXD> xD
L399[07:44:50] <Izaya> my LAN is
10/100
L400[07:45:04] <Ember_Primrose> fuck
it
L401[07:45:08] <XDjackieXD> but please run
openwrt on it. default firmware is crap and has a few known
vulnerabilities
L402[07:45:14] <Izaya> of course
L403[07:45:17] <XDjackieXD> (iirc backfire
is the last version that works on it)
L404[07:45:20] <Ember_Primrose>
openwrt
L405[07:45:21] <Izaya> first thing I
did
L406[07:45:24] <Ember_Primrose> ?
L407[07:45:43] <Izaya> linux distro for
optionally wireless routing
L408[07:46:04] <Ember_Primrose> Izaya,
have a screeni of arch?
L409[07:46:08] ⇦
Quits: CoderPuppy (~cpup@32.218.115.215) (Ping timeout: 202
seconds)
L410[07:46:09] <XDjackieXD>
Ember_Primrose: open source wifi router firmware. the way transform
15€ tp-link routers with shit firmware into a really good router
:P
L411[07:46:16] <Ember_Primrose> thinking
of plopping it on my laptop
L412[07:46:20] <Izaya> do WRT54GLs cope
with 10/100 fine?
L413[07:46:28] <Izaya> Ember_Primrose: not
rn
L414[07:46:33] <Ember_Primrose> ok
L415[07:46:36] <Izaya> considering I'm
nuking and paving
L416[07:46:48] <Izaya> but I run
relatively standard XFCE
L417[07:46:53] <XDjackieXD>
Ember_Primrose: you can't make a screenshot of "THE" Arch
Linux. you have to choose what DE you want to use
L418[07:46:57] <Ember_Primrose> plus, im
not sure if it might fuck my laptop up
L419[07:47:11] <Ember_Primrose> choose a
what
L420[07:47:17] <Ember_Primrose> im clearly
new to this
L421[07:47:21] <Izaya> desktop
environment
L422[07:47:26] <Izaya> window
manager
L423[07:47:27] <Izaya> etc
L424[07:47:34] <Ember_Primrose> best
one?
L425[07:47:38] <XDjackieXD> plasma
L426[07:47:48] *
Kilobyte raises from the dead
L427[07:47:50] <Ember_Primrose> plasma :1
any other
L428[07:48:11] <Ember_Primrose> meant that
as 1 user
L429[07:48:22] <Ember_Primrose> o/
Kilobyte
L430[07:48:33] <Kilobyte> seriously, there
is no best DE/WM
L431[07:48:39] <XDjackieXD> if you want
the most "windows user friendly" experience, plasma is
the way to go.
L432[07:48:43] <Kilobyte> there is only
"what i can work with best"
L433[07:48:46] <XDjackieXD> yep
L434[07:48:53] <Ember_Primrose> D:
L435[07:49:02] <Ember_Primrose> all the
choices
L436[07:49:03] <XDjackieXD> (and no one is
preventing you from installing all of them and trying them one by
one xD)
L437[07:49:24] <Kilobyte> for me that is
i3, but that is not really for someone who just expects shit to
work
L439[07:49:43] <Izaya> awesomewm
L440[07:49:47] <Izaya> not friendly
L441[07:50:41] *
XDjackieXD is currently using unity (but he will likely switch to
arch + plasma or i3 when getting a new ssd)
L442[07:50:49] <vifino> Kilobyte:
i3-gaps/awesomewm switcheroo op
L443[07:51:00] <vifino> Also, hello there
:D
L445[07:51:23] <Ember_Primrose>
XFCE?
L446[07:51:26] <Ember_Primrose> D:
L447[07:51:29] <Ember_Primrose>
WORDS
L448[07:51:47] ***
kirby|gone is now known as mrkirby153
L450[07:52:40] ⇦
Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098) (Ping
timeout: 202 seconds)
L451[07:53:39] <vifino> I always get
misspinged in #gentoo ;(
L452[07:53:45] <vifino> Now I'm sad.
L453[07:53:50] <XDjackieXD>
https://puu.sh/qxtQG/24c2ca63d9.png generic unity on
ubuntu because cba to install anything else. will install arch on
new ssd (I'm planning on buying an samsung 950pro)
L454[07:54:00] <XDjackieXD> vifino:
mispinged? :P
L455[07:54:10] <Ember_Primrose>
XDjackieXD, you have a screeni of plasma?
L456[07:54:12] <vifino> XDjackieXD: Yes,
tabfails.
L457[07:54:15] <Ember_Primrose> or
anyone
L458[07:54:23]
⇨ Joins: alekso56
(~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L459[07:54:30] <XDjackieXD>
Ember_Primrose: one sec. let me boot my VM ^^
L460[07:54:35] <Izaya> plasma looks
okayish IMO
L461[07:54:45] <Izaya> ugly and modern but
with a theme it could be good
L462[07:54:54] <Ember_Primrose> for
someone going win to arrch
L463[07:55:39]
<That one
guy> I'm running KDE 5 D:
L464[07:55:46] <Izaya> that's a stupid
jump tbh
L465[07:55:54] <Izaya> start with mint or
something
L466[07:55:56]
<That one
guy> Just throw on the oxygen theme, you'll feel much
better
L467[07:56:01] <Ember_Primrose> no, not on
my main
L468[07:56:07] <Ember_Primrose>
mint?
L469[07:56:07]
<That one
guy> _started with ubuntu_
L470[07:56:25] <Izaya> unity sucks
L471[07:56:34] <Ember_Primrose> ^ +1
L472[07:56:41]
<That one
guy> _knows that that was not a good idea but he had a 10 year
old pc at that point so I couldn't use unity so I had to use GNOME
2_
L473[07:56:45] <Ember_Primrose> as a
programming lang
L474[07:56:46]
<That one
guy> _ran 11.04_
L475[07:56:52] ***
Darkhax_AFK is now known as Darkhax
L477[07:57:04]
<That one
guy> ha*D*
L478[07:57:35]
<That one
guy> Now my PC's too new to run ubuntu/debian based distros
without messing with horrible drivers
L479[07:58:04] <Ember_Primrose> Izaya, a
recommended version IYHO
L480[07:58:13] *
Izaya is currently sitting in the sweet spot of 2yo
hardware
L481[07:58:38] <Izaya> Ember_Primrose:
Cinnamon if you have computing power to throw around and XFCE if
not
L482[07:58:39] *
vifino is sitting in the sweetest spot of -1yo old
hardware
L483[07:58:42] <XDjackieXD> my hardware is
about 2 years old now too (i7-4790k and GTX970)
L484[07:58:42] <Ember_Primrose> cinnamon,
mate or xdce
L485[07:58:44] <vifino> That is, not yet
on the market.
L486[07:58:53] <XDjackieXD> lol?
L487[07:58:59]
<That one
guy> MATE be like: Oi mate, did you forget me
L488[07:59:09] <vifino> XDjackieXD: 24
cores xeon :P
L489[07:59:18] <Izaya> i3 4160, GTX690
here
L490[07:59:24] <vifino> Broadwell-E,
single cpu
L491[07:59:25] <Ember_Primrose> Izaya,
what is considered spare
L492[07:59:27] <vifino> woop woop
L493[07:59:35]
<That one
guy> wow
L494[07:59:38] <Kilobyte> my laptop i am
on is literally a week old ^^
L495[07:59:43]
<That one
guy> And integrated graphics?
L496[07:59:44] <Izaya> Ember_Primrose: do
you ever use the laptop on battery power?
L497[07:59:58] <Ember_Primrose> some
times, tho rarely
L498[08:00:10] <Izaya> does it have a
decent GPU?
L499[08:00:12] <XDjackieXD> vifino: sounds
like the server my dad just got to play with from the company he
works for (2x 14cores hyper threading xeons :P)
L500[08:00:18] <Ember_Primrose> aka only
if there is no plug
L501[08:00:26] <Ember_Primrose> 850M
L502[08:00:33] <Ember_Primrose> i7 dual
core
L503[08:00:44] <Izaya> eh cinnamon would
probably be fine
L504[08:00:49] <Ember_Primrose> \o/
L505[08:00:52] <Izaya> go with whichever
you want though
L506[08:00:52] <Ember_Primrose> oh and
D:
L507[08:00:59] <Izaya> XFCE is lighter
tho
L508[08:01:06] <Ember_Primrose> but
L509[08:01:21] <Izaya> less unnecessary GL
effects
L510[08:01:34]
<That one
guy> If only they offered a KDE version... Then I can have all
sorts of bloat in one!
L511[08:01:40] <vifino> XDjackieXD: It is
a single cpu.
L512[08:01:58]
<That one
guy> I think KDE4's too bloated and eyecandy-ish for me
L513[08:02:03] <XDjackieXD> vifino: I know
the new broadwell-e ^^
L514[08:02:11] <Ember_Primrose> is xfce
smaller in size?
L515[08:02:12]
<That one
guy> KDE5's just right
L516[08:02:40] <Izaya> probably
L517[08:02:59] <Izaya> Mint is a
1.something GB download either way
L519[08:03:05] <vifino> XDjackieXD: It is
my NAS now, along with 32gb ddr4 ecc ram and a ZFS raid on gentoo,
with a massively patched kernel (-pf, mptcp, virtualization
patches)
L520[08:03:17] *
Ember_Primrose downloads xfce due to her lack of internet
speed
L521[08:03:21] <vifino> I need 10gbit
networking soon.
L522[08:03:30]
<That one
guy> >breeze dark
L523[08:03:31] <XDjackieXD> vifino: a
*bit* overpowered for a nas ^^
L524[08:03:48] <vifino> XDjackieXD: Well,
that NAS does more than just file storage.
L525[08:03:58] <XDjackieXD> I thought
so
L526[08:03:59] <XDjackieXD> ^^
L527[08:04:23] <Ember_Primrose> NAS
L528[08:04:28] <Izaya> Ember_Primrose:
torrenting it lets it use most of your possible speed at
least
L529[08:04:28] <vifino> Syslog, NTP,
monitoring, etc...
L530[08:04:37] <Ember_Primrose> im stupid
here
L531[08:04:47] <XDjackieXD> (my NAS has 4
VMs running on it too but it has a dual core Atom with 8GB RAM
xD)
L533[08:04:52]
<That one
guy> >Implying linux users would need to / be able to
torrent
L534[08:05:18]
<That one
guy> I can't even find a mac version of a game for a torrent,
where do you think I can go look for linux versions
L535[08:05:20] <Izaya> seriously if you
want isos torrenting is much faster
L536[08:05:28] <Izaya> uhh, TPB
L537[08:05:32] <Izaya> kickass had a
lot
L538[08:05:47]
<That one
guy> Kickass and torrentz are both down
L539[08:05:49] <vifino> There is a
difference between piracy and usage of torrents, @That one
guy.
L540[08:05:57]
<That one
guy> I know
L541[08:06:16] <XDjackieXD> main downloads
for archlinux are torrents :P
L542[08:06:19]
<That one
guy> *Goes look for mac versions of some game I already
own*
L543[08:06:55] <vifino> I may have fucked
my living room pc by trying to downgrade w10 from enterprise to pro
to get the anniversary update
L544[08:06:59] <vifino> Oh well.
L545[08:07:08] <Izaya> if you have a mac
you can afford the games too
L546[08:07:13]
<That one
guy> Nope
L547[08:07:16] <vifino> The fix is
probably just a few regedits away.
L548[08:07:18]
<That one
guy> I'm a cheap ****
L549[08:07:19] <Izaya> sell the mac
L550[08:07:27] <Izaya> replace it for half
the price
L551[08:07:36]
<That one
guy> It's worth almost nothing now
L552[08:07:36] <Izaya> this gives you a
better machine
L553[08:07:37] <Ember_Primrose> dude
L554[08:07:44] <Izaya> and $500 to throw
around
L555[08:07:51] <Ember_Primrose> my dad mac
costs 25k here
L556[08:08:05] <vifino> what the
fuck
L557[08:08:06]
<That one
guy> Mine costed like 2K... that's fortunate
L558[08:08:14] <Ember_Primrose> it has A
TENTH OF MY POWER FOR 10X the price
L559[08:08:26] <Kilobyte> 2k for a
computer? wtf are you doing with it
L560[08:08:28] <Ember_Primrose> 25k
zar
L561[08:08:33] <Ember_Primrose> not
usd
L562[08:08:35]
<That one
guy> You can just get a trash can, cut some holes out, throw in
a hackintosh's gut and call it a day
L563[08:08:36] <Ember_Primrose> ofc
L564[08:08:42] <Izaya> the mac I have cost
me about 20 hours of time I'll never get back
L565[08:08:46]
<That one
guy> That way you'll get a mac pro
L566[08:08:47] <vifino> Kilobyte: My
desktop costs 3k+ :P
L567[08:08:57] <vifino> It does however
have a 980ti and an i7-5960X.
L568[08:09:06] ***
mrkirby153 is now known as kirby|gone
L569[08:09:07] <Kilobyte> ah well, you are
the master of most unused computing capacity, so that doesn't count
;)
L570[08:09:14] <Ember_Primrose> 980ti is
10k alone here
L571[08:09:18] <Izaya> and it doesn't even
have the decency to be able to 3D rendering
L572[08:09:18] <vifino> Pfft, I run
gentoo, Kilobyte.
L573[08:09:23] <vifino> I need that cpu
man.
L574[08:09:25]
⇨ Joins: CoderPuppy (~cpup@32.218.116.70)
L575[08:09:29] <Kilobyte> fair
enough
L576[08:10:07] <vifino> Jesus christ,
updating windows is even slower than installing it fresh, even
though it has nothing installed.
L577[08:10:13] <XDjackieXD> ThatOneGuy:
someone used an IKEA trash can that looks exactly like the mac pro
and built a micro ITX PC inside it (including R9 Fury nano)
:P
L578[08:10:14]
<That one
guy> >$2k Mac >$1k PC One runs minecraft at ~2000 FPS, one
runs it at at most 300 FPS (When everything is tuned down and
Optifine is installed (and 640x480)
L579[08:10:17]
<That one
guy> )
L580[08:10:27] <Izaya> XDjackieXD:
WRT54GLs are fine here
L581[08:10:33] <Izaya> because this is
Australia
L582[08:10:36] <XDjackieXD> xD
L583[08:11:10] <Ember_Primrose> lol this
thing called VuurMuur
L584[08:11:21] <Ember_Primrose> its
afrikaans for firewall
L585[08:11:28] ⇦
Quits: cpup (~cpup@32.218.115.247) (Ping timeout: 190
seconds)
L586[08:11:42] <Izaya> if you go to the
CBD of a capital city here
L587[08:11:51] <Kilobyte> my pc at home
does 2k FPS too when tuned for it (it cost me ~1000 €)
L588[08:11:53]
<That one
guy> LOL
L589[08:11:54] <Izaya> you might get
50Mbps
L590[08:11:55]
<That one
guy> lol
L591[08:11:56]
<That one
guy> Caps
L592[08:12:06] <Izaya> if you're really
really lucky
L593[08:12:10] <Izaya> 100Mbps
L594[08:12:21] <Kilobyte> my laptop prob
wouldn't be far off but i haven't managed to turn of vsync on it
yet
L595[08:12:45] <Kilobyte> and that runs on
intel integrated graphics
L596[08:13:22]
<That one
guy> Hong Kong: If you live a large estate you'll most likely
have Gigabit for ~$50 and 10G for an insane amount of cash
L597[08:13:23] <XDjackieXD> minecraft runs
at >1.5k FPS here no matter if Intel HD GPU or GTX970
L598[08:13:28] <Izaya> Intel GPUs are
fairly solid nowdays
L599[08:13:48] <Izaya> Here in Hell
L600[08:13:54] <Ember_Primrose> IMHO,
anything above 60fps is stupid
L601[08:13:54] <Izaya> if you want
500GB
L602[08:14:01] <Izaya> the max you can
get
L603[08:14:14] <Ember_Primrose> as youre
eyes can't even "refresh" that fast
L604[08:14:18] <Izaya> it'll set you back
$200/month with the major carrier
L605[08:14:26] <Ember_Primrose> and it
will ruin youre eyes
L606[08:14:46] <XDjackieXD>
Ember_Primrose: if you have a 120FPS screen you will notice the
difference between 90 and 100
L607[08:14:48]
<That one
guy> Send him to the PC Master Race subreddit now
L608[08:15:01]
<That one
guy> Oh apple, why can't you just show us the CPU model
L609[08:15:02] <Ember_Primrose>
XDjackieXD, yea, sore eyes
L610[08:15:23] <XDjackieXD> (ever used a
oculus rift or htc vive? anything below the 90fps the thing
supports is instantly noticeable and will hurt your eyes)
L611[08:15:24] <Kilobyte> because
apple?
L612[08:15:38]
<Ember_Primrose> @That one guy im not a
dude
L613[08:15:50]
<That one
guy> *her
L614[08:15:55] <Ember_Primrose> no, nor
will i, idon't care for vr
L615[08:15:57] <Izaya> Kilobyte: what do
you mean model
L616[08:16:04] <Izaya> it does not have a
model
L617[08:16:08] <Izaya> it is a mac
L618[08:16:16] <Izaya> it will work as a
mac
L619[08:16:18] <Kilobyte> pingfail?
L620[08:16:20] <Izaya> forver
L621[08:16:21] <Ember_Primrose> there is
models
L622[08:16:23]
<That one
guy> like i7-3xxx / i7-4xxx
L623[08:16:23] <Forecaster>
Ember_Primrose: how come?
L624[08:16:26] <Izaya> - Apple
L625[08:16:32] <Ember_Primrose> the shit
one and the shittier on
L626[08:16:50] <Izaya> doesn't apple use
laptop CPUs in their desktops?
L627[08:16:54] <XDjackieXD> Izaya: apart
from the fact that most intel macbooks with core2duos are virtually
unusable with the latestosx version because they are super slow you
mean?
L628[08:16:58]
<That one
guy> Odd
L629[08:17:17] <Izaya> XDjackieXD: this is
a featuee
L630[08:17:19] <Izaya> feature
L631[08:17:45] <XDjackieXD> The trash can
look is a feature too? xD
L632[08:17:49] <Ember_Primrose> first off
all, i dont have the money, second i prefer not needing to swing my
head around and finally i can't see shit w/o glasses
L633[08:17:51] <Izaya> yes
L634[08:18:23] <Izaya> being talked down
to by the computer is also a feature
L635[08:18:35]
<That one
guy> Just buy an actual trashcan and put a PC motherboard
inside, it's much cheaper
L636[08:18:36] <XDjackieXD> lol?
L637[08:18:40] <Ember_Primrose> fuck you
siri
L638[08:18:46] <XDjackieXD> ThatOneGuy
exactly ^^
L639[08:19:06] <Izaya> I can't stand the
OS suX UI
L640[08:19:16]
<That one
guy> And if you REALLY need OS X you can just "borrow"
my / someone else's copy
L641[08:19:22] <Izaya> it has all this
unnecessary crap
L642[08:19:34] <Forecaster>
Ember_Primrose: if you're talking about the oculus, I agree, if
you're talking about the Vive then I don't
L643[08:19:34]
<That one
guy> I have the recovery HD drives of 10.8, 10.9, 10.10 and
10.11
L644[08:19:36] <Izaya> and it's like
L645[08:19:40] <Izaya> I'm not 5
L646[08:19:44] <vifino> I ordered asian
food for Lizzy and me. They were expensive, 40€ for food, turns out
thats just a lot of stuff, also free rice included with it
L647[08:19:45] <Izaya> I'm not a
designer
L648[08:19:45] <Ember_Primrose>
Forecaster,
L649[08:19:58] <Ember_Primrose> the vive
meets point one and too
L650[08:19:58]
<That one
guy> >free rice
L651[08:20:02] <Ember_Primrose> and
three
L652[08:20:04] <Izaya> I'm not a gorilla
with crayons
L653[08:20:09] <g> vifino, welcome to
chinese food
L654[08:20:12] *
Lizzy had a shower and is now all clean
L655[08:20:16] <Forecaster> I like the
kind of VR where you have hands and actually interact with the
game
L656[08:20:16] <g> our local one gives
free prawn crackers as well
L658[08:20:20] <Lizzy> well
L659[08:20:22] <Izaya> no rice no
life
L660[08:20:22] <Lizzy> on the
outside
L661[08:20:24] <Lizzy> :P
L663[08:20:28] <vifino> Yes, free rice. It
wasn't stated anywhere that there is rice incliuded.
L664[08:20:29] <g> tch tch
L665[08:20:37]
<That one
guy> _lives in Hong Kong_
L666[08:20:42] <Ember_Primrose> expensive,
need to look around alot/ move around, which i can't and i can't
see w/o glasses
L668[08:20:44] <Forecaster> but yes, price
is an issue
L669[08:20:51]
<That one
guy> _has eaten Chinese food literally from his birth_
L670[08:21:01] ⇦
Quits: Nathan1852
(~Nathan185@hsi-kbw-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
(Read error: Connection reset by peer)
L671[08:21:07] <XDjackieXD> Forecaster:
ever used a vive with a leap motion? (I only tried teh leap with an
oculus dk2 and it was really great)
L672[08:21:12] *
Izaya eats a lot of indian food
L673[08:21:14] <Forecaster> headsets can
accomodate glasses though, some of them do
L674[08:21:21]
<That one
guy> or maybe since the first few months?
L675[08:21:22] <Forecaster> XDjackieXD: I
haven't tried VR at all
L676[08:21:30] <XDjackieXD> Forecaster:
you should. it's great ^^
L677[08:21:39] <Ember_Primrose> they
ridiculously overprice tech here
L678[08:21:40] <Forecaster> haven't had
the opportunity
L679[08:21:52] <XDjackieXD> (but only try
it on a beefy computer. dropping below the 90fps vsync will cause
headaches :P)
L680[08:22:12] <Forecaster> don't have the
money to acquire it myself either
L681[08:22:14] <Forecaster> :P
L682[08:22:32] *
Ember_Primrose will use vr when its like that of sao, minus the irl
murder and mind cotrol shit
L683[08:22:42] <Forecaster> sao?
L684[08:22:49] <Ember_Primrose> sword art
online
L685[08:22:52] <Forecaster> oh right
L686[08:22:53] <Izaya> Ember_Primrose:
only OSS I hope
L687[08:22:55] <Forecaster> I haven't seen
that
L688[08:23:04] <Izaya> because otherwise
there will be mind control
L689[08:23:06] <Ember_Primrose> Izaya,
>
L690[08:23:10] <Ember_Primrose> wut
L691[08:23:19] <Ember_Primrose> oss?
L692[08:23:28] <Izaya> open source
software
L693[08:23:41] <Ember_Primrose> ofc
L694[08:23:53] <Izaya> none of the
proprietary BS that does not respect your freedoms
L695[08:24:14] <Ember_Primrose> let it a
uber linux
L696[08:24:20] <Ember_Primrose> *be
L697[08:24:32] <XDjackieXD> Izaya: the VR
api valve developed is open and you can use it on linux using
Razor's OSVR framework (
http://www.osvr.org/)
L698[08:24:39] <Izaya> yup
L699[08:24:51] <Izaya> I've poked it
before
L700[08:25:10]
<Kimiro>
*prods a bee hive*
L701[08:25:25]
⇨ Joins: cpup (~cpup@32.218.116.153)
L702[08:25:37] <Ember_Primrose> oh yea
forgot t say hi
L703[08:25:43] <Ember_Primrose> HAI
Lizzy
L704[08:25:45] <Ember_Primrose> :D
L705[08:29:10]
⇨ Joins: Turtle
(~SentientT@82-171-92-73.ip.telfort.nl)
L706[08:31:34] ⇦
Quits: CoderPuppy (~cpup@32.218.116.70) (Ping timeout: 384
seconds)
L707[08:47:09]
<That one
guy> SAO... You get awarded the "I have read that book
before" sticker. Only know the basics though
L708[08:49:35] ⇦
Quits: VikeStep (~VikeStep@101.184.243.180) (Read error: Connection
reset by peer)
L709[08:49:47]
⇨ Joins: Keanu73_
(~Keanu73@host-92-28-83-164.as13285.net)
L710[08:52:04] ⇦
Quits: jackmcbarn (jackmcbarn@gateway.insomnia247.nl) (Ping
timeout: 192 seconds)
L711[08:52:11] ⇦
Quits: Keanu73 (~Keanu73@host-92-28-83-164.as13285.net) (Ping
timeout: 201 seconds)
L712[08:52:40]
⇨ Joins: jackmcbarn
(jackmcbarn@gateway.insomnia247.nl)
L713[08:53:48] ***
kirby|gone is now known as mrkirby153
L714[08:55:15]
⇨ Joins: CoderPuppy (~cpup@32.218.117.83)
L715[08:58:02] ⇦
Quits: cpup (~cpup@32.218.116.153) (Ping timeout: 182
seconds)
L716[09:00:20] ⇦
Quits: xarses (~xarses@c-73-202-191-48.hsd1.ca.comcast.net) (Ping
timeout: 198 seconds)
L717[09:04:42] ***
mrkirby153 is now known as kirby|gone
L718[09:12:18] ⇦
Quits: techno156 (~techno156@137.154.59.134) (Quit: There are those
who live without living. Don't be one of those.)
L719[09:19:31] <Lizzy> hai
L720[09:20:49] <CompanionCube> hai
L721[09:21:28]
<That one
guy> _is now dealing with diacritics_
L722[09:27:12] <Ember_Primrose> Lizzy,
whut you upto?
L723[09:27:45]
⇨ Joins: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L724[09:31:08] <Lizzy> writing this
message
L725[09:31:10] <Lizzy> :P
L726[09:31:24] ⇦
Quits: Trangar (~Trangar@46.102.230.170) (Quit:
Leaving)
L727[09:31:36] ⇦
Quits: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout:
202 seconds)
L728[09:32:08]
<Kimiro>
*nomfs on a sammich*
L730[09:32:57]
<That one
guy> kimiro is eating random things again (Sill can't stop
reading it like Japanese)
L731[09:34:33]
⇨ Joins: xilni (~xilni@96.241.23.87)
L732[09:37:36]
<Kimiro>
@That one guy not surprising you fucking weeaboo. JK I love you.
<3
L733[09:38:16]
⇨ Joins: xarses (~xarses@64.124.158.32)
L734[09:40:08]
<Kimiro>
Also, a sandwich isn't random. It's food
L735[09:47:47] ***
kirby|gone is now known as mrkirby153
L736[09:53:24]
<Kimiro> Row
row row your boat gently down the stairs.
L737[09:53:52]
<That one
guy> >Implying you can find stairs in an apartment in
HK
L738[09:54:47]
<Kimiro>
>implying I live in Hong Kong.
L739[09:55:11]
<That one
guy> I know you don't, I mean I can't row my boat down the
stairs
L740[09:55:20]
<That one
guy> Also, >implying anyone has a boat in HK
L741[09:55:50]
<Kimiro>
>implying there are people in Hong Kong.
L742[09:56:18] <Inari> um
L743[09:56:25] <Inari> are you drunk
L744[10:00:23] <vifino> always.
L745[10:00:54] *
Lizzy is one hell of a drug
L746[10:01:26] <Ember_Primrose> :D
L747[10:03:58]
<That one
guy> If OS X was available for PCs OS X market share will
increase by quite a lot and no one will be buying Macs anymore...
Too bad that will never happen (Officially at least)
L748[10:04:40] ***
Keridos|away is now known as Keridos
L749[10:06:26] ⇦
Quits: npe|office (~NPExcepti@bps-gw.hrz.tu-chemnitz.de) (Quit:
Leaving)
L750[10:07:16] <CompanionCube> Indeed.
Apple make money via hardware, don't they?
L751[10:07:56]
<That one
guy> OS X is quite nice though. Too bad it's only available
behind a huge paywall
L752[10:08:02]
<That one
guy> They make money via the name "Apple"
L753[10:08:17] ***
Ajloveslily|Sleep is now known as Ajloveslily
L754[10:08:52] <Skye> maybe apple should
make "macOS for PC" that costs more than a mac? :P
L755[10:09:12]
<That one
guy> Hmm... seems interesting
L756[10:10:20]
<That one
guy> Final cut pro: HK$2288 Logic Pro X: HK$1588 **Apple REMOTE
DESKTOP: HK$618**
L757[10:10:29]
<That one
guy> How do I use mathbot btw
L758[10:10:52]
<That one
guy> FaceTime costs HK$8 or ~US$1
L759[10:10:59]
<That one
guy> 2288/7.75
L760[10:12:15]
<That one
guy> =2288/7.75
L761[10:12:53]
<That one
guy> = 2288 / 7.75
L762[10:12:57]
<That one
guy> Oh god
L763[10:13:05]
<That one
guy> 2288 / 7.75 =
L764[10:14:26]
<That one
guy> US$295, US$205, **REMOTE DESKTOP FOR US$80**
L765[10:14:51]
<That one
guy> I can buy 2 copies of Cities:Skylines Deluxe at launch for
that
L766[10:15:15] ⇦
Quits: TheMadman (~TheMadman@184.20.61.5) (Read error: Connection
reset by peer)
L767[10:15:19] <CompanionCube> also, does
Corded use zero-width spaces or something?
L768[10:15:29] <Forecaster> yes
L769[10:15:32]
⇨ Joins: Trangar
(~Trangar@249-153-145-85.ftth.glasoperator.nl)
L770[10:16:00] <CompanionCube> weird.
Doesn't work with my terminal emulator. might need to report a
bug.
L771[10:16:14] <Forecaster> ?
L772[10:17:30] ⇦
Quits: minot (~minot@pool-100-1-168-123.nwrknj.fios.verizon.net)
(Quit: Leaving)
L773[10:30:54]
<MajGenRelativity> hello
L774[10:35:36]
<That one
guy> As for today
L775[10:35:58]
<That one
guy> (Literal translation of the Japanese translation of
"Hello")
L776[10:42:51]
<That one
guy> Hmm... did corded die
L777[10:44:26]
<That one
guy> I'm so bored (╯°□°)╯︵ ┻━┻
L778[10:45:37]
<MajGenRelativity> ┬─┬ ノ( ゜-゜ノ)
L779[10:49:20]
<That one
guy> ツを使いな! ¯\_(ツ)_/¯
L780[10:50:58]
⇨ Joins: Jezza (~Jezza@92.206.5.6)
L781[10:51:52]
<That one
guy> また、なんでテーブルを正しく置きますか
L782[10:53:19]
<MajGenRelativity> k
L783[10:56:22]
<That one
guy> テーブルを正しく再び置くな! (╯°□°)╯︵ ┻━┻
L784[11:16:32]
⇨ Joins: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L785[11:20:08] ⇦
Quits: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout:
190 seconds)
L786[11:26:08] <TheFox> Hello
everyone
L787[11:26:46] <TheFox> Hello
@MajgenRelativity
L788[11:27:56] <TheFox> That one guy,
there is an unofficial release of OS X for PC'S google Niresh OS
X
L789[11:28:38]
<That one
guy> I know
L790[11:28:55] <Skye> Hackintosh
L791[11:29:11]
<That one
guy> You can use UniBeast to obtain a bootable USB drive from
the official installer downloadable from the app sote
L792[11:29:12] <TheFox> sooooo, if you
dont want to wait for a mac to go on sale (never gonna happen) then
your best bet is Hackintosh, or VM it
L793[11:29:34]
<That one
guy> yep
L794[11:30:08] <TheFox> how ever, last
time i VMed mac OS X it looked awful
L795[11:30:29] <Skye> I managed to VM OS X
el capitan
L796[11:30:35] <Skye> so I can get the
installers
L797[11:30:57]
<That one
guy> Do you want a screenshot of OS X? I'm running it now
L798[11:31:09] <TheFox> i dont bother with
VMing Mac, i found a mac book air on sale at bestbuy for 600
L799[11:32:21] <Skye> I can't afford a
macbook
L800[11:32:23] <Skye> I need a new
GPU
L801[11:33:42] <TheFox> im torn between
upgrading my Desktop, or getting a new laptop
L802[11:33:53] <TheFox> either one is
going to cost over 1k
L803[11:36:23]
<That one
guy> /mi havas Macbook-Pro, ĝi kostis $2000.... La SSDo sole
kostis ~$500
L804[11:36:35] <Skye> My desktop is from
2013
L805[11:36:47]
<That one
guy> _Has a macbook pro which costed $2000... The SSD alone cost
$500_
L806[11:36:50]
<That one
guy> *cost
L807[11:37:08]
<That one
guy> Why can't English just have regular forms
L808[11:37:23]
<That one
guy> _stares at his native language and esperanto_
L809[11:40:20] <Temia> yaaay
hackintosh.
L810[11:41:08] ⇦
Quits: xilni (~xilni@96.241.23.87) (Quit: Textual IRC Client:
www.textualapp.com)
L811[11:41:20] <TheFox> hello Temia
L812[11:41:25] <Temia> mu.
L813[11:41:46]
<That one
guy> μ?
L814[11:42:52] *
vifino pets Temia
L815[11:44:36]
⇨ Joins: Temportalist
(uid37180@id-37180.charlton.irccloud.com)
L816[11:44:55] <TheFox> hello vifino
L817[11:45:27] <gamax92> hello
L818[11:45:43] <alekso56> im
L819[11:46:12] <gamax92> alekso56:
shush
L820[11:46:22]
<That one
guy> Well... At least apple will just nag you and not
auto-update for you......
L821[11:46:46] <TheFox> no, but if you
have the space it will update automaticaly
L822[11:46:54] <alekso56> gamax92: 9000
years later, still waiting for vifino to finish the sentence.
L823[11:46:56]
<That one
guy> Not if you turn off auto-updates
L824[11:48:15]
⇨ Joins: BearishMushroom
(~BearishMu@90-231-174-194-no159.tbcn.telia.com)
L825[11:48:17] <alekso56> Thatoneguy: im
using windows 10, show me were to turn off auto-updates
L826[11:48:24]
<That one
guy> I meant OS X
L827[11:51:02]
<MajGenRelativity> alekso, stop the windows
update service and prevent it from launching on startup
L828[11:51:09]
<MajGenRelativity> I think that's how it
works
L829[11:52:36] <gamax92> I really wish
this connection would stop being flakey, and it's not even going
down it's just all connections die
L830[11:53:12] <alekso56> gamax92: phone
or shitty router?
L831[11:53:25] <gamax92> phone wifi
tether
L832[11:53:36] <alekso56> both then.
L833[11:53:41] <Skye> hah
L834[11:57:11] <Dustpuppy> roller coasters
are for chickens :-)
L836[11:59:01] <vifino> alekso56: wtf
yo
L837[11:59:14] <vifino> I'm doing living
room pc shenanigans
L838[12:00:22] <gamax92> "This
releases fixes some things.
L839[12:00:23] <gamax92> • Fix some
things."
L840[12:01:23] ***
Keridos is now known as Keridos|away
L841[12:02:52] <gamax92> alekso56: well
I'mma add a laptop into the mix now
L842[12:09:43]
⇨ Joins: Nentify
(uid14943@id-14943.highgate.irccloud.com)
L843[12:22:32] <TheCryptek> Guys i'm
downloading python, should I use 2.7 or 3?
L844[12:22:36] <gamax92> 3
L845[12:24:06]
<That one
guy> if currentyear > 1990:
L846[12:24:07]
<That one
guy> use("python 3")
L847[12:24:07]
<That one
guy> else:
L848[12:24:07]
<That one
guy> Use("python 2")
L849[12:24:48] <gamax92> alekso56: the
laptop appears to make it stable.
L850[12:26:17] <gamax92> guh, getting
skyrocketing latency
L851[12:33:20] ⇦
Quits: Izaya (~Izaya@210.1.213.55) (Ping timeout: 198
seconds)
L852[12:35:37] <Cruor> py3 is for madmen
D:
L853[12:35:48] <g> Py3 is great
L854[12:35:51] <g> it has so many useful
features
L855[12:35:56] <Cruor> from operators
import multiplication
L856[12:35:59] <Cruor> well, send
help
L857[12:36:08] <g> What're you stuck
on?
L858[12:36:14] <Cruor> nothing
L859[12:36:21]
<Kimiro>
*noms on g*
L860[12:36:25] <vifino> Cruor: from help
import helpee
L861[12:36:33] <g> OK then
L862[12:36:35] <Cruor> i so prefer Julia
at that point ;_;
L863[12:36:41] <g> no idea who Kimiro
is
L865[12:36:47] <Cruor> reduce(*,
1:3)
L866[12:36:51] <Cruor> problem
solved
L867[12:37:07] <g> if you're doing lots of
functional programming
L868[12:37:15] <g> you probably want to be
using a functional language anyway
L869[12:37:38] <Cruor> i just dont get why
such a sane thing is stuffed into a weird lib
L870[12:37:48] <Cruor> why would i import
a multiplication function ;_;
L871[12:38:04] <Gwyndolin> haskell
masterrace
L872[12:38:08] <g> because operators are
language constructs
L873[12:38:21] <g> Gwyndolin, I see you're
a typical haskell user
L875[12:38:40] <Gwyndolin> i dont really
use it much
L876[12:38:42] <Cruor> Julia still best
calculator :I
L877[12:38:43] <Gwyndolin> but i like the
language
L878[12:38:56] <gamax92> there, breakfast
acquired
L879[12:39:08] <gamax92> games
updated
L880[12:39:14] <g> in python you aren't
supposed to do things like that with operators
L881[12:39:18] <Cruor> when in doubt, who
needs sum function, got `+(a...)` (please dont)
L882[12:39:20] <g> because they're
expected to behave like operators
L883[12:39:35] <g> like, it's a language
designed around a specific idea of readability
L884[12:39:53] <g> functions behave like
functions, while operators behave like operators
L885[12:39:56] <Cruor> Julia isnt function
form functions only though
L886[12:39:57] <g> if you see what I
mean
L887[12:40:02] <Cruor> 1 + 1 == +(1,
1)
L888[12:40:02]
⇨ Joins: Izaya (~Izaya@210.1.213.55)
L889[12:40:08] <Cruor> its just that
everything is a function
L890[12:40:13] <g> yeah, well that's a
typical functional programming thing
L891[12:40:28] <g> which python is
not
L893[12:40:48] <g> I would argue that
being able to do that encourages people to write unreadable
code
L894[12:40:52] <g> but that's just my
opinion
L895[12:41:03] <CompanionCube> Cruor:
surely Mathematica is the best calculator
L896[12:41:28] <Cruor> havent used
mathematica, neither do i have a reason to :I
L897[12:41:49] <gamax92> TCL/TK is best
fugly code and gui
L900[12:42:17] <Cruor> Julia syntax is
loveable :I
L901[12:42:19] <g> good grief
L902[12:42:22] <Cruor> its like Lua, just
that its useful
L903[12:42:34] <g> eh, I already don't
like lua
L904[12:42:35] <Cruor> and removes the
damn do/then part of statements
L905[12:42:50] <Cruor> well, i hate Lua,
because its so ****ing lightweight that it sucks
L906[12:43:04]
<Kimiro>
*chews on Cruor*
L907[12:43:09] <Cruor> hey, this function
that you will use in 80% of projects? write it yourself, lol
L908[12:43:11] <g> this doesn't exactly
look batteries-included either
L909[12:43:19] <g> moreso than lua
though
L910[12:43:22] <g> but that's not exactly
hard, lol
L911[12:43:30]
<MajGenRelativity> _nibbles on
cookies_
L912[12:43:35] <Cruor> Julia is a math
language though
L913[12:43:57] <Cruor> id use it instead
of Python if it was more mature
L914[12:43:57]
<Kimiro>
*chews on @MajGenRelativity*
L915[12:44:10]
<MajGenRelativity> _deflects @Kimiro with
his armor_
L916[12:44:10] <Cruor> (nothing wrong with
Python)
L917[12:44:45]
<Kimiro>
*munch munch munch munch armor*
L918[12:45:01]
<MajGenRelativity> m8
L919[12:45:05]
<MajGenRelativity> this armor has a
shield
L920[12:45:11] <g> yeah, julia does look
very scientific alright
L921[12:45:14]
<MajGenRelativity> _watches as @Kimiro
electrocutes himself on the shield_
L922[12:45:16] <Gwyndolin> i bet u minmax
giants armor
L923[12:45:35]
<Kimiro>
*munch munch munch munch munch munch*
L924[12:45:47] <Cruor> g: its not perfect,
but doing math with it and other functional stuff is <3
L925[12:45:52] <gamax92> What do you mean
we have no way to add mroe detail to FMVs
L926[12:46:01]
<MajGenRelativity> @Kimiro you can't eat
energy
L927[12:46:01] <g> as someone that hates
math
L928[12:46:03]
<MajGenRelativity> you just die
L929[12:46:04] <g> I don't think I'd like
it
L931[12:46:24] <Cruor> you dont really
need to :o
L932[12:46:46] <Cruor> but you most likely
have no reason to use it if you are using Python
L933[12:46:54] <Cruor> because muuuh
libraries
L934[12:46:56]
<That one
guy> Kimiro has a Japanese name (No he doesn't) so he can do
whatever he wants to
L935[12:47:00] <Cruor> and you can just
google every problem ever
L936[12:47:03]
<Kimiro>
@MajGenRelativity: Bitch I am energy.
L937[12:47:28]
<gamax92>
this music is weird.
L938[12:47:33]
<MajGenRelativity> @Kimiro then I'm energy
with a negative density
L939[12:47:38]
<MajGenRelativity> get wrekt son
L940[12:48:53] <vifino> Cruor irl:
"python how to do homework"
L941[12:49:37] <gamax92> me irl:
"PySide example QIcon"
L942[12:49:44]
<Kimiro>
*Nam Nam Nam*
L943[12:50:00] <Cruor> vifino: from
__future__ import homework
L944[12:50:10]
<MajGenRelativity> @Kimiro I cancel you
out
L945[12:50:10] <vifino> wat
L946[12:50:13]
<MajGenRelativity> you can't eat me
L947[12:50:16]
<MajGenRelativity> that would damage
you
L948[12:50:23]
<That one
guy> _still programs in Calculator BASIC_
L949[12:50:36]
<That one
guy> Which doesn't have strings
L950[12:51:01]
<Kimiro>
@MajGenRelativity: That assumes I obey physics and have a positive
net charge. :P
L951[12:51:33]
<That one
guy> Yes, we people in Hong Kong have to use non-graphing
calculators without full dot matrix displays
L952[12:51:43] <CompanionCube> import
antigravity
L953[12:51:47] <Cruor> julia>
bytestring(UInt8[97, 98, 99]) "abc"
L954[12:51:49] <Cruor> great fun :I
L955[12:51:51] <gamax92> mmm, TI-84+
L956[12:51:57] <gamax92> muh
grayscale
L957[12:52:07]
<MajGenRelativity> @Kimiro if you are
energy, you do
L958[12:52:08] <Cruor> muh i want a fancy
calculator or something
L959[12:52:13] <g> from __future__ import
braces
L960[12:52:14]
<That one
guy> I use the Casio FX-991ES which is not allowed in exams and
can't do programs
L961[12:52:14]
<MajGenRelativity> unless you also have
negative density
L962[12:52:26] <gamax92> heh.
L963[12:52:26]
<MajGenRelativity> in which case I will
switch my armor to a positive energy density
L964[12:53:01]
<That one
guy> When I go to exams I use the good ol' Fx-50FH which has a
16 character dot matrix display and a 10+2 digit displays
L965[12:53:08]
<That one
guy> Can't even do strings
L966[12:53:21]
<Kimiro>
*chews on @MajGenRelativity some more*
L967[12:53:22] <Cruor> you just need char
arrays anyway :I
L968[12:53:26] <gamax92> I never used my
TI-BASIC anyway
L969[12:53:43]
<That one
guy> It's like modified basic
L970[12:53:52]
<That one
guy> With print() being a triangle
L971[12:53:52] <gamax92> z80 asm is where
it's at
L972[12:54:01]
<MajGenRelativity> _stabs @Kimiro_
L973[12:54:13]
<Kimiro>
*eats the blade*
L974[12:54:15] ⇦
Quits: Meow-J (~Meow-J@45.32.34.121) (Remote host closed the
connection)
L975[12:54:20]
⇨ Joins: Meow-J (~Meow-J@45.32.34.121)
L976[12:54:45]
<MajGenRelativity> _creates a blade that
regenerates faster than @Kimiro can eat it_
L977[12:54:59] <Cruor> 9 many stabs 9
me
L978[12:55:02] <Cruor> is this Inari or
something
L979[12:55:13]
<Kimiro>
*eats the blade faster*
L980[12:55:24] <gamax92> Inari had a run
for her money
L981[12:55:37]
<MajGenRelativity> _has his blade
regenerate faster_
L982[12:56:18]
<Kimiro>
*eats the hand holding the blade*
L983[12:56:41] <Inari> gamax92: lewd
L984[12:56:54] <gamax92> how the fuck is
that lewd.
L985[12:57:11]
<Kimiro> If
you're into core?
L986[12:57:15]
<Kimiro>
*vore
L987[12:57:34]
<That one
guy> My calculator's programming language is something that
looks like 1→A:Lbl 1:A+1→A:A◢-100>A⇒Goto 2:Goto 1:Lbl 2: A◢ for
a for loop
L988[12:57:34]
<That one
guy>
L989[12:57:35]
<That one
guy> I know that's unreadable
L990[12:57:37]
<MajGenRelativity> _regrows his hand_
L991[12:57:58]
<MajGenRelativity> _continues to stab
Kimiro at an even faster rate_
L992[12:58:35]
<That one
guy> My car's doing it again
L993[12:58:45]
<That one
guy> *cat
L994[12:58:46] <gamax92> lucky car
L995[12:58:48] <gamax92> lucky cat
L996[12:58:59] <Cruor> Inari: more guro?
:I
L997[12:59:04] <Cruor> :⁾
L998[12:59:05]
<That one
guy> My cat is literally "doing it" again
L999[12:59:06] <Inari> i dont even liek
guro
L1000[13:00:35] <Cruor> then start liking
it :c
L1002[13:03:40]
<That one
guy> If there is a next generation in social media I'd flock to
it
L1003[13:03:41] <gamax92> "huh, why
can I manufacture anything?" ~ gamax92, clicking the research
icon and not the manufacture icon
L1004[13:04:03]
<That one
guy> Facebook is a sh*thole now, But there isn't really an
alternative
L1005[13:04:10]
<That one
guy> Reddit is almost unknown in HK
L1006[13:05:20]
⇨ Joins: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L1007[13:09:03]
⇦ Quits: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout:
202 seconds)
L1008[13:09:23] <CompanionCube> was
facebook ever not a shithole
L1009[13:11:55] <gamax92> Vexatos:
jpeg
L1010[13:12:17]
⇨ Joins: Kiddobyte
(~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com)
L1011[13:18:07] <Temia> GET A ROOM, YOU
TWO
L1012[13:18:13] *
Temia shoves Kimiro and Maj off-chan
L1013[13:19:04]
<MajGenRelativity> ?
L1014[13:23:19] ***
payo-remote is now known as sugoi
L1015[13:23:28]
zsh sets mode: +v on sugoi
L1017[13:29:16] <MichiBot> XKCD Comic
Name: Backups Posted on: 8/10/2016
L1018[13:30:57] <gamax92> Do I have a
room?
L1019[13:38:29]
⇨ Joins: Nathan1852
(~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
L1020[13:38:36]
⇦ Quits: Vaht
(~Tahg@pool-72-74-136-63.bstnma.fios.verizon.net) (Read error:
Connection reset by peer)
L1021[13:40:02]
⇨ Joins: Schzd
(~Schzdadep@modemcable121.35-162-184.mc.videotron.ca)
L1022[13:43:15]
⇨ Joins: Tahg
(~Tahg@pool-72-74-136-63.bstnma.fios.verizon.net)
L1023[13:43:53] <alekso56> asie: have you
heard about virtual audio cables? <-<
L1024[13:44:41] <asie> alekso56:
yes
L1025[13:44:49] <asie> but PulseAudio
sucks and JACK is painful
L1026[13:45:05] <alekso56> that's...
great.
L1027[13:45:23] <alekso56> make your own
already :v
L1028[13:45:58]
<MajGenRelativity> sup asie
L1029[13:46:01] <lashtear> s/cat/my
friend Catherine/
L1030[13:46:01] <MichiBot>
<That one guy> My my friend Catherine is
literally "doing it" again
L1031[13:46:45] <TheFox> Temia, i think
when you shoved Kimiro off chat you actually made him
disappear
L1033[13:48:32] <TheFox> lashtear: i like
the schematic
L1034[13:48:51]
<MajGenRelativity> sup TheFox
L1035[13:49:27] <TheFox> Hello Majgen,
how have you been?
L1036[13:49:50]
<MajGenRelativity> pretty good
L1037[13:50:04]
<MajGenRelativity> TheFox, if you get on,
you can see the freshly created artificial lake
L1038[13:50:14]
<MajGenRelativity> I'm turning it into an
infinity pool from the river
L1039[13:50:16] <TheFox> ok, let me boot
up
L1040[13:50:29]
<MajGenRelativity> ?
L1041[13:51:08] <TheFox> i dont know why,
but last night it just shut off, kinda like a system crash, a
system crash on linux while in idle ??????
L1042[13:51:44]
<MajGenRelativity> it can happen to any
computer
L1043[13:52:14] <TheFox> but why did it
happen to mine :( everyime it happens i have to hope and pray my
HDD survives
L1044[13:52:31] <CompanionCube> did you
check the system logs
L1045[13:52:41] <CompanionCube> to see
what it was doing
L1046[13:52:46] <TheFox> nope, havent
turned it on since it shut down
L1047[13:53:04]
<alekso56> maybe it's an hdd failure
kappa.
L1048[13:54:16] <CompanionCube> wouldn't
that more likely be a hang as the kernel failed to access the disk
for something
L1049[13:55:15]
⇦ Quits: Temportalist
(uid37180@id-37180.charlton.irccloud.com) (Quit: Connection closed
for inactivity)
L1050[13:55:27] <TheFox> i hope its not
HDD failure i just bought it
L1051[13:55:50] <evil_dan2wik_> turn it
on
L1052[13:55:57] <evil_dan2wik_> maybe it
was a power failure
L1053[13:56:05] <TheFox> i think thats
what it was, its fine now
L1054[13:56:17] <TheFox> i think i had a
surge last night
L1055[13:56:33] ***
evil_dan2wik_ is now known as dan2wik
L1056[13:56:58] <gamax92> yeah, your
computer would more likely panic/hang rather than shutting
off
L1057[13:57:27] <dan2wik> surges usually
don't cause things to turn off
L1058[13:57:47] <TheFox> i have a old
power strip that its plugged into, the power strip tripped
L1059[13:58:29] <dan2wik> does it have
surge protection or just over current protection?
L1060[13:58:55] <TheFox> i think surge,
or its just old and decided to stop working.
L1061[13:59:29] <TheFox> i might be over
current, 1100W potential draw would qualify as Over current in my
honest opinion
L1062[14:02:55] <CompanionCube> or
perhaps the CPU temperature rose to high and it shut down
L1063[14:03:34]
<MajGenRelativity> that's a
possibility
L1064[14:03:48] <TheFox> thats also a
major concern
L1065[14:04:05] <TheFox> because it was
supposed to be in idle with no work
L1066[14:05:41] <gamax92> my computer
shuts down from temperature if it hits a threshold, not from it
overheating and dying
L1067[14:08:47]
⇦ Quits: feldim2425
(~feldim242@178-190-47-77.adsl.highway.telekom.at) (Ping timeout:
202 seconds)
L1068[14:10:13]
⇨ Joins: feldim2425
(~feldim242@93-82-137-119.adsl.highway.telekom.at)
L1069[14:13:31]
⇨ Joins: xilni (~xilni@50.242.217.195)
L1070[14:18:48] ***
Jezza is now known as Jezza|Nom
L1071[14:19:30] ***
Jezza|Nom is now known as Jezza|Nom|Nom
L1072[14:19:34] ***
Jezza|Nom|Nom is now known as Jezza|NomNom
L1073[14:19:39] ***
Jezza|NomNom is now known as Jezza|Nom
L1074[14:23:08]
⇨ Joins: LeshaInc_ (~LeshaInc@213.5.22.82)
L1075[14:24:08]
⇦ Quits: jackmcbarn (jackmcbarn@gateway.insomnia247.nl) (Ping
timeout: 192 seconds)
L1076[14:24:14]
⇨ Joins: jackmcbarn
(jackmcbarn@gateway.insomnia247.nl)
L1077[14:24:50]
⇦ Quits: LeshaInc (~LeshaInc@213.5.22.82) (Killed (NickServ
(GHOST command used by LeshaInc_)))
L1078[14:24:56] ***
LeshaInc_ is now known as LeshaInc
L1079[14:30:12]
⇨ Joins: Keanu73__
(~Keanu73@host-92-28-83-164.as13285.net)
L1080[14:32:35]
⇦ Quits: Keanu73_ (~Keanu73@host-92-28-83-164.as13285.net)
(Ping timeout: 201 seconds)
L1081[14:44:13]
⇦ Quits: Talonos (uid86859@id-86859.highgate.irccloud.com)
(Quit: Connection closed for inactivity)
L1082[14:53:44]
⇨ Joins: cpup (~cpup@32.218.114.156)
L1083[14:54:09]
⇨ Joins: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L1084[14:55:48]
⇦ Quits: CoderPuppy (~cpup@32.218.117.83) (Ping timeout: 190
seconds)
L1085[15:00:52]
⇦ Quits: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout:
384 seconds)
L1086[15:11:26]
⇦ Quits: xilni (~xilni@50.242.217.195) (Ping timeout: 201
seconds)
L1087[15:14:23]
⇨ Joins: xilni (~xilni@50.242.217.195)
L1089[15:27:06] ***
Jezza|Nom is now known as Jezza
L1090[15:27:58]
<Forecaster> Hasn't afaik
L1091[15:28:40]
<Mimiru>
it seems I missed @Ember_Primrose today :/
L1092[15:29:11]
<Forecaster> oh she went offline
L1093[15:29:16]
<Mimiru>
We had to make arrangements, then went out to her house to go
through some of her things
L1094[15:29:17]
<Forecaster> she usually says bye
L1095[15:29:33]
<Forecaster> who's house?
L1096[15:29:43]
<Mimiru>
Ember had asked how I was doing, this morning but I missed
her
L1097[15:29:45]
<Mimiru>
Oh..
L1098[15:29:54]
<Mimiru>
Right, this happened when sane people were off
L1099[15:29:57]
<Mimiru>
I lost my mom
L1100[15:30:02]
<Forecaster> oh...
L1101[15:30:04] <Inari> D:
L1102[15:30:07]
<Forecaster> D:
L1103[15:33:24] <Inari> I'd try to say
something comforting, but I have no clue what *sucks with these
situatoins* well, my condolences
L1104[15:33:46]
<Forecaster> seconded :/
L1105[15:34:09]
<Mimiru>
I understand, and appreciate it
L1106[15:36:47]
⇨ Joins: MajGenRelativity
(~MajGenRel@c-50-136-14-108.hsd1.ma.comcast.net)
L1107[15:39:11]
<Mimiru>
But yeah, she passed on the 3rd, and we didn't find out until last
night
L1108[15:39:49]
<Mimiru>
I'd been trying to reach her, and was going out there tomorrow...
I'm glad we found out before we did, I don't want to think about
how my girls would have handled it
L1109[15:39:53] <Ember_Primrose> im
here
L1110[15:40:01]
<Mimiru>
_hugs @Ember_Primrose_
L1111[15:40:03]
<Mimiru>
Hi
L1112[15:40:05]
<Ember_Primrose> :d
L1113[15:40:25]
<Ember_Primrose> STUPID KEYBOARD
L1114[15:40:28]
<MajGenRelativity> @Mimiru I'm sorry for
your loss
L1115[15:40:28]
<Ember_Primrose> :D
L1116[15:40:31]
<MajGenRelativity> that's terrible
L1117[15:40:36]
<Mimiru>
Thank you @MajGenRelativity
L1118[15:40:37]
<Ember_Primrose> _hugs @Mimiru_
L1119[15:42:58]
<MajGenRelativity> @alekso56 how's that
game of Eclipse going?
L1120[15:43:43]
<MajGenRelativity> also, I finally got my
desktop client to work ?
L1121[15:43:45]
<Ember_Primrose> @Mimiru that link is
making me reconsider installing linux
L1122[15:44:01]
<MajGenRelativity> Windows ME all day all
night
L1123[15:44:09]
<Ember_Primrose> no, dos
L1124[15:44:16]
<Ember_Primrose> or even binary
L1125[15:44:30]
<MajGenRelativity> I prefer to just touch
the processor directly
L1126[15:44:36]
⇦ Quits: jackmcbarn (jackmcbarn@gateway.insomnia247.nl) (Ping
timeout: 192 seconds)
L1127[15:44:41]
<Ember_Primrose> neo that shit
L1128[15:45:12]
<MajGenRelativity> @Ember_Primrose btw, I
did manage to get on the server now ?
L1129[15:45:19]
<MajGenRelativity> earlier than I thought I
would ?
L1130[15:46:21]
<Ember_Primrose> @Mimiru I am usually
awake, your time, !:45 am to ~3/4 pm
L1131[15:46:25]
⇦ Quits: Trangar
(~Trangar@249-153-145-85.ftth.glasoperator.nl) (Quit:
Leaving)
L1132[15:46:36]
<Ember_Primrose> *1:45
L1133[15:47:03]
<Ember_Primrose> used little rock as a
reference
L1134[15:47:31]
<Ember_Primrose> @MajGenRelativity
well
L1135[15:47:32]
<Ember_Primrose> shit
L1136[15:47:40]
<Ember_Primrose> damn data
L1137[15:53:11]
⇨ Joins: jackmcbarn
(jackmcbarn@gateway.insomnia247.nl)
L1138[15:53:33]
<gamax92> @Ember_Primrose Linux has nothing
to do with it, besides that they were to first to implement the
RFC, the RFC has flaws in it.
L1139[15:53:47]
<Ember_Primrose> yea, jk
L1140[15:54:00]
<Ember_Primrose> thanks didn't know
either
L1141[15:54:13]
<Ember_Primrose> oh
L1142[15:54:19]
<Ember_Primrose> and also
L1143[15:54:21]
<Ember_Primrose> hi
L1144[15:56:07]
⇦ Quits: Vexatos
(~Vexatos@p200300556E2AE295157C119FDDDDA026.dip0.t-ipconnect.de)
(Quit: I guess I have to go now. Bye ✔)
L1145[15:58:03]
<nxsupert> I'm currently investigating the
possibility of making an OC computer interact with discord.
L1146[15:59:32]
<nxsupert> It may involve implementing web
sockets from scratch ?
L1147[15:59:54]
⇦ Quits: LeshaInc (~LeshaInc@213.5.22.82) (Quit:
quit)
L1148[16:00:16] <gamax92> yes, more
libraries!
L1149[16:02:09]
<nxsupert> It may also involve implementing
the HTTP protocol from scratch seeing as OC's implementation does
not support DELETE or PATCH
L1150[16:03:22] <gamax92> as if the HTTP
protocol is difficult :P
L1151[16:04:53]
<nxsupert> And the HTTPS protocol.
L1152[16:05:33]
<nxsupert> I don't think that is even
possible to implement in OC.
L1153[16:06:18] <gamax92> actually it
is
L1154[16:06:23] <gamax92> fingercomp did
it
L1155[16:07:32]
<nxsupert> I'd love to see it ?
L1156[16:08:02]
⇦ Quits: Jezza (~Jezza@92.206.5.6) (Quit:
Leaving)
L1157[16:08:37]
<nxsupert> I've found his HTTP
implementation.
L1158[16:10:01]
<nxsupert> Now I need to figure out how to
implement web sockets
L1159[16:17:07]
⇦ Quits: ^v (~^v@c-73-161-239-117.hsd1.mi.comcast.net) (Read
error: Connection reset by peer)
L1160[16:19:31]
⇦ Quits: feldim2425
(~feldim242@93-82-137-119.adsl.highway.telekom.at) (Ping timeout:
195 seconds)
L1161[16:21:24]
⇨ Joins: feldim2425
(~feldim242@178-190-75-147.adsl.highway.telekom.at)
L1162[16:25:22]
⇨ Joins: CoderPuppy (~cpup@32.218.117.118)
L1163[16:30:23]
⇦ Quits: cpup (~cpup@32.218.114.156) (Ping timeout: 384
seconds)
L1164[16:38:00] ***
medsouz|offline is now known as medsouz
L1165[16:38:57]
⇦ Quits: xilni (~xilni@50.242.217.195) (Quit: Textual IRC
Client: www.textualapp.com)
L1166[16:42:52]
⇨ Joins: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L1167[16:45:30]
⇨ Joins: Cazzar
(~CazzarZNC@vocaloid.lovers.at.cazzar.net)
L1168[16:45:30]
zsh sets mode: +v on Cazzar
L1169[16:47:08]
⇦ Quits: Reika (~Reika@reika.kalseki.mods.abrarsyed.com)
(Ping timeout: 190 seconds)
L1170[16:49:39]
⇦ Quits: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout:
384 seconds)
L1171[16:53:01]
⇦ Quits: xarses (~xarses@64.124.158.32) (Ping timeout: 186
seconds)
L1172[17:02:57]
⇦ Quits: Cazzar (~CazzarZNC@vocaloid.lovers.at.cazzar.net)
(Ping timeout: 182 seconds)
L1173[17:04:36]
⇨ Joins: Cazzar
(~CazzarZNC@vocaloid.lovers.at.cazzar.net)
L1174[17:04:36]
zsh sets mode: +v on Cazzar
L1175[17:12:44] <TheCryptek> Is it
possible to build skynet in OC?
L1176[17:14:23] <CompanionCube> can you
build skynet on a regular computer?
L1177[17:14:38] <TheCryptek> Possibly, no
idea
L1178[17:15:05] <CompanionCube> well, the
memory and CPU limits would say 'nope'
L1179[17:16:07] <TheCryptek> But lets say
in this version of skynet. Bots connect to a central server [which
is many servers connect via a mess of cable] and the bots destroy
things at random [would have it set to kill players but I don't
think bots can harm players in OC]
L1180[17:17:06]
<Ember_Primrose> goodnighteverybody
L1181[17:17:12]
<Ember_Primrose> jesus
L1182[17:17:14]
<Ember_Primrose> im tire
L1183[17:17:22]
<Mimiru>
Night @Ember_Primrose
L1184[17:17:32]
<Ember_Primrose> _hugs @Mimiru_
L1185[17:17:37]
<Ember_Primrose> good night
L1186[17:17:41]
<Ember_Primrose> and rest well
L1187[17:17:44]
<Mimiru>
_hugs @Ember_Primrose back_
L1188[17:22:06]
⇨ Joins: brandon3055__ (~Brandon@122.129.142.14)
L1189[17:22:38]
⇦ Quits: brandon3055_ (~Brandon@122.129.142.14) (Read error:
Connection reset by peer)
L1190[17:22:44] <TheCryptek> Just curious
if it was possible in any way :P
L1191[17:24:34]
⇨ Joins: Kiddobyte_
(~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com)
L1192[17:25:43]
⇦ Quits: Kiddobyte
(~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com) (Ping timeout:
202 seconds)
L1193[17:26:12]
⇨ Joins: xarses
(~xarses@c-73-202-191-48.hsd1.ca.comcast.net)
L1194[17:27:31] <TheFox> aw, i missed
ember
L1195[17:27:40] <TheFox> curse me and my
AFK habbits
L1196[17:27:52] <TheCryptek> It happens
lol
L1197[17:27:53] <TheCryptek> :o
L1198[17:27:56] <TheCryptek> Thats
it!
L1199[17:28:03] <TheCryptek> TheFox thank
you so much!
L1200[17:28:39] <TheCryptek> Just gotta
figure out what language to write it in now :o
L1201[17:29:01] <TheFox> whats it?
L1202[17:29:36]
⇨ Joins: VikeStep (~VikeStep@101.184.243.180)
L1203[17:35:38]
⇦ Quits: Keanu73__ (~Keanu73@host-92-28-83-164.as13285.net)
(Quit: Gotta go to bed or something. See ya!)
L1204[17:37:59]
⇨ Joins: Kiddobyte
(~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com)
L1205[17:39:08]
⇦ Quits: Kiddobyte_
(~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com) (Ping timeout:
190 seconds)
L1206[17:40:19]
⇨ Joins: Kiddobyte_
(~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com)
L1207[17:42:58]
⇨ Joins: Kiddobyte__
(~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com)
L1208[17:42:59]
⇦ Quits: Kiddobyte
(~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com) (Ping timeout:
202 seconds)
L1209[17:44:27]
⇦ Quits: MajGenRelativity
(~MajGenRel@c-50-136-14-108.hsd1.ma.comcast.net) (Quit:
Leaving)
L1210[17:45:47]
⇦ Quits: Kiddobyte_
(~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com) (Ping timeout:
202 seconds)
L1211[17:51:27] ***
medsouz is now known as medsouz|offline
L1212[18:01:10]
⇦ Quits: jackmcbarn (jackmcbarn@gateway.insomnia247.nl) (Ping
timeout: 192 seconds)
L1213[18:04:07]
⇦ Quits: Schzd
(~Schzdadep@modemcable121.35-162-184.mc.videotron.ca) (Read error:
Connection reset by peer)
L1214[18:08:37]
⇨ Joins: jackmcbarn
(jackmcbarn@gateway.insomnia247.nl)
L1215[18:10:09] ***
g is now known as gAway2002
L1216[18:22:14]
⇨ Joins: Doty1154
(~Doty1154@2601:648:8000:134f:4110:7d1:e5b2:891f)
L1217[18:22:15]
⇦ Quits: Inari (~Pinkishu@p5DEC6024.dip0.t-ipconnect.de)
(Quit: 'Beauty can be found where _everything_ is in harmony.'
(Symmetra))
L1218[18:22:22]
⇨ Joins: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L1219[18:24:29]
<SpaceWolfve> Companion cube?
L1220[18:24:48]
<SpaceWolfve> It is possible to hurt
players in OC
L1221[18:24:56]
<SpaceWolfve> Also nice portal name
L1222[18:25:41] *
Skye pets CompanionCube
L1223[18:26:06]
⇦ Quits: jackmcbarn (jackmcbarn@gateway.insomnia247.nl) (Ping
timeout: 192 seconds)
L1224[18:29:10] *
CompanionCube likes being hugged
L1225[18:29:29] <CompanionCube> It likely
is possible, considering we have robots and drones
L1226[18:29:42]
⇨ Joins: jackmcbarn
(jackmcbarn@gateway.insomnia247.nl)
L1227[18:33:12]
<SpaceWolfve> Is ur name based of the
companioncubes of portal
L1228[18:33:23]
<SpaceWolfve> robot.swing()
L1229[18:33:34]
<SpaceWolfve> Whit a attack thing in the
tool slot
L1230[18:33:48]
⇨ Joins: IzayaXMPP
(~858c52067@210-1-213-55-cpe.spintel.net.au)
L1231[18:33:59] *
IzayaXMPP yawns again
L1232[18:34:26] <CompanionCube> it is
indeed
L1233[18:34:46] *
Skye hugs CompanionCube
L1234[18:40:26] <IzayaXMPP> What is
indeed?
L1235[18:40:27] *
IzayaXMPP lacks context
L1236[18:41:25] <gamax92> IzayaXMPP: it
is indeed
L1237[18:41:59] <TheFox> indeed
L1238[18:43:16]
<SpaceWolfve> His name izaya
L1239[18:43:24]
<SpaceWolfve> Its based of portal the
game
L1240[18:44:07] <CompanionCube> it is
indeed
L1241[18:44:15] <TheFox> indeed
L1242[18:44:23] <CompanionCube>
IzayaXMPP: do you have any random ideas for my desktop
background
L1243[18:44:38] <TheFox> oh, you could
use Majgens suggestion CompanionCube
L1244[18:45:06] <CompanionCube> which
is
L1245[18:46:25] <TheFox> floating space
cows with astronaut helmets and antenas
L1246[18:46:32] <IzayaXMPP>
CompanionCube: Plain black
L1247[18:46:39] <CompanionCube>
lolno
L1248[18:46:51] <TheFox> how about the Ei
capatin back ground, i like it
L1249[18:46:52] *
CompanionCube is tempted to put something anime-y on
it
L1250[18:48:41] <IzayaXMPP> Have you
played VA-11 HALL-A yet?
L1251[18:48:51] <IzayaXMPP> I need to
stick that on my laptop so I can play at school actually
L1252[18:49:50] <CompanionCube> might put
*Mute on there. either that or from the anime i started watching
recently
L1253[18:57:40]
⇦ Parts: IzayaXMPP
(~858c52067@210-1-213-55-cpe.spintel.net.au) ())
L1255[19:03:47] <MichiBot>
FULL: Man
Attempts to Climb Trump Tower in NYC (8/10/2016) | length:
1h, 53m 52s | Likes:
3955
Dislikes:
4389 Views:
989600
| by
Donald Trump Speeches & Events 2.0
L1256[19:17:50] <TheFox> so noone has an
answer?
L1257[19:18:03] <TheFox> i think it was a
odd idea
L1258[19:21:16] <TheCryptek> The funniest
thing I've ever seen.
L1259[19:21:21]
⇨ Joins: xarses_
(~xarses@static-208.78.244.200.nephosdns.com)
L1260[19:21:37] <TheFox> i dont really
know what to think of that
L1261[19:21:54] <TheFox> funnym yes
L1262[19:22:28]
⇦ Quits: Nathan1852
(~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
(Read error: Connection reset by peer)
L1263[19:23:43]
⇦ Quits: xarses (~xarses@c-73-202-191-48.hsd1.ca.comcast.net)
(Ping timeout: 198 seconds)
L1264[19:24:01]
⇦ Quits: wolfmitchell (~wolfmitch@149.56.182.12) (Ping
timeout: 182 seconds)
L1265[19:37:33]
<Kimiro>
*stuffs TheFox with Funions*
L1266[19:42:00] <TheFox> funion?
L1267[19:50:55]
⇦ Quits: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Remote host
closed the connection)
L1268[20:01:53] <TheCryptek> How do I
accept a file being sent to me over IRC?
L1269[20:09:28] <TheFox> i may be drawing
a blank, how can one access RAID through cables?
L1270[20:10:24] <TheCryptek> gamax92
Really? lol
L1271[20:10:29] <TheFox> hell no
gamax
L1272[20:10:33] <TheFox> :D
L1273[20:10:38] <gamax92> but look at the
size
L1274[20:10:45] <TheFox> cant run exe
anymore anyway, im on mac
L1275[20:10:48] <TheCryptek> TheFox: I'd
accept it. I'm sure hes not dumb enough to let it go on a public
server :P
L1276[20:10:57] <TheCryptek> if it was
actual malware xD
L1277[20:10:59] <gamax92> but the size
D:
L1278[20:11:15] <TheFox> gamax92: i dont
know which arg is the size.
L1279[20:11:17] <TheCryptek> That is
small.
L1280[20:11:24] <TheFox> i am just know
trying to figure out DCC
L1281[20:11:40] <gamax92> drats, most of
the time people tell me it reports as like 18EB
L1282[20:11:49] <TheFox> HA
L1283[20:12:00] <TheFox> you put -1 for
file size?
L1284[20:12:00] <TheCryptek> It was 18
EiB
L1285[20:12:35] <gamax92> TheFox: indeed
:P
L1286[20:12:43] <TheFox> thats what it
showed up for me
L1287[20:12:54] <TheFox> -1. that is the
smalled file i have ever seen
L1288[20:12:59] <TheFox> smallest*
L1289[20:13:33] <TheFox> gamax92: how do
i accept Crypteks DCC or can i not since i am using webchat
L1290[20:13:49] <gamax92> oh, I wouldn't
think webchat can do DCC
L1291[20:14:06] <TheFox> i thought
so
L1292[20:14:16] <TheFox> i really dont
like hexchat
L1293[20:14:24] <TheCryptek> I use
xchat
L1294[20:14:25] <TheCryptek> :P
L1295[20:14:32] <TheFox> is it for
mac?
L1296[20:14:36] <TheCryptek> Unless im on
my linux computer then i use irssi
L1297[20:14:38] <TheCryptek> No
idea
L1298[20:14:39]
⇦ Quits: feldim2425
(~feldim242@178-190-75-147.adsl.highway.telekom.at) (Ping timeout:
202 seconds)
L1299[20:14:54] <gamax92> hexchat is just
newer xchat
L1300[20:15:22] <TheFox> i dont like
hexchat because of its GUI, webchat was fine up until now
L1301[20:16:37]
⇨ Joins: feldim2425
(~feldim242@91-113-92-122.adsl.highway.telekom.at)
L1302[20:18:37] <TheFox> the explanation
for why -1 returns 18EiB is actually really simple but its still
funnny
L1303[20:20:06] <TheFox> well, Cryptek i
am off for now,i will see you later
L1304[20:22:59]
⇦ Quits: Nentify (uid14943@id-14943.highgate.irccloud.com)
(Quit: Connection closed for inactivity)
L1305[20:27:15]
⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
(Ping timeout: 202 seconds)
L1306[20:29:23]
⇨ Joins: alekso56
(~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L1307[20:44:28]
⇦ Quits: TheCryptek (thecryptek@ircbouncehouse.com) (Quit:
Glitch got lose, I must catch him!)
L1308[20:44:38] ***
medsouz|offline is now known as medsouz
L1309[20:46:29]
⇨ Joins: TheCryptek
(thecryptek@ircbouncehouse.com)
L1310[20:51:44]
⇨ Joins: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L1311[20:53:37]
⇨ Joins: cpup (~cpup@32.218.116.164)
L1312[20:56:11]
⇦ Quits: CoderPuppy (~cpup@32.218.117.118) (Ping timeout: 202
seconds)
L1313[21:18:08]
⇦ Quits: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout:
190 seconds)
L1314[21:18:29] ***
Kodos|Zzz is now known as Kodos
L1315[21:25:06]
⇦ Quits: Turtle (~SentientT@82-171-92-73.ip.telfort.nl) (Read
error: Connection reset by peer)
L1316[21:52:32]
⇨ Joins: Dustpuppy|2
(~kvirc@86-46-79-245-dynamic.b-ras1.wtd.waterford.eircom.net)
L1317[21:53:35]
⇦ Quits: Dustpuppy
(~kvirc@86-46-71-228-dynamic.b-ras1.wtd.waterford.eircom.net) (Ping
timeout: 202 seconds)
L1318[22:13:40]
⇦ Quits: brandon3055__ (~Brandon@122.129.142.14) (Read error:
Connection reset by peer)
L1319[22:14:57]
⇨ Joins: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L1320[22:19:31]
⇦ Quits: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout:
198 seconds)
L1322[22:25:08] <MichiBot>
Why wearing
cone-shaped metal hats are a bad idea. | length:
13s |
Likes:
30094 Dislikes:
475 Views:
3564078 | by
saftsaft
L1323[22:26:08]
⇨ Joins: Reika
(~Reika@reika.kalseki.mods.abrarsyed.com)
L1324[22:26:22]
⇦ Quits: BearishMushroom
(~BearishMu@90-231-174-194-no159.tbcn.telia.com) (Read error:
Connection reset by peer)
L1325[22:27:56]
⇦ Quits: Cazzar (~CazzarZNC@vocaloid.lovers.at.cazzar.net)
(Ping timeout: 198 seconds)
L1326[22:30:55]
⇨ Joins: Cazzar
(~CazzarZNC@vocaloid.lovers.at.cazzar.net)
L1327[22:30:55]
zsh sets mode: +v on Cazzar
L1328[22:30:55]
⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
(Ping timeout: 202 seconds)
L1329[22:32:32]
⇨ Joins: alekso56
(~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L1330[22:38:43]
⇦ Quits: Lathanael|Away
(~Lathanael@p54960961.dip0.t-ipconnect.de) (Ping timeout: 198
seconds)
L1332[22:40:18]
⇨ Joins: Graypup_ (~Graypup@lfcode.ca)
L1333[22:43:22]
⇨ Joins: Lathanael|Away
(~Lathanael@p54960E5F.dip0.t-ipconnect.de)
L1334[22:52:29] ***
medsouz is now known as medsouz|offline
L1335[23:02:24]
⇦ Quits: Kiddobyte__
(~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com) (Read error:
Connection reset by peer)
L1336[23:11:02]
⇨ Joins: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L1337[23:18:14]
⇨ Joins: npe|office
(~NPExcepti@bps-gw.hrz.tu-chemnitz.de)
L1338[23:19:39]
⇦ Quits: Doty1154
(~Doty1154@2601:648:8000:134f:4110:7d1:e5b2:891f) (Read error:
Connection reset by peer)
L1339[23:21:54]
⇦ Quits: Dimitriye98
(~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Quit:
Leaving...)
L1340[23:27:56] <TheFox> erm, how does
one coroutine correctly?
L1341[23:28:24] <TheFox> kodos, that
sounds like an awful idea
L1342[23:28:36] <Kodos> ~w
coroutine
L1344[23:29:44]
⇦ Quits: Cazzar (~CazzarZNC@vocaloid.lovers.at.cazzar.net)
(Ping timeout: 182 seconds)
L1345[23:29:44]
⇦ Quits: Reika (~Reika@reika.kalseki.mods.abrarsyed.com)
(Ping timeout: 182 seconds)
L1346[23:30:22] <TheFox> yeah, i think i
got it. maybe
L1348[23:34:17]
⇨ Joins: Cazzar
(~CazzarZNC@vocaloid.lovers.at.cazzar.net)
L1349[23:34:17]
zsh sets mode: +v on Cazzar
L1350[23:34:27]
⇨ Joins: Reika
(~Reika@reika.kalseki.mods.abrarsyed.com)
L1351[23:34:29] <TheFox> yup, got
it
L1352[23:34:57] <TheFox> GreaseMonkey:
Arm proccessor, you on pi?
L1353[23:35:01] <GreaseMonkey> yep
L1354[23:35:48] <TheFox> im out done.
your getting 14 FPS on your Pi, i get 14 FPS on my quad core i5
macbook air
L1355[23:36:01] <GreaseMonkey> the two
hardest parts are 1. working out exactly how the fuck you build
lwjgl from source (their wiki is fucking useless) and 2. modifying
a minecraft wrapper for OpenBSD to work on it
L1356[23:36:01] <snowden89> lol
L1357[23:36:14] <GreaseMonkey> i5 what
generation?
L1358[23:36:22] <snowden89> 6 year old
one?
L1359[23:36:23] <TheFox> uh, hang
on
L1360[23:36:34] <TheFox> close enough
snowden, my mac is a mid 2011
L1361[23:36:35] <GreaseMonkey> it
generally lingers at about 20fps
L1362[23:36:44] <GreaseMonkey> ironlake
or sandybridge?
L1363[23:37:09] <TheFox> no clue. dont
know how i can find out. its not in my info tab and im not taking
it apart again
L1364[23:38:00] <GreaseMonkey> i'm
guessing ironlake
L1365[23:38:02] <TheFox> oh, wait. macs
have hyper threading set IIRC which means i have a dual core
L1366[23:38:50] <TheFox> i need a new Mac
dont i
L1367[23:39:23] <TheFox> how about the
2016 model, not out yet, but has the new ones actually have
graphics chips and dont rely on IIG
L1368[23:40:57] <TheFox> when did are
realease a 5 core?
L1369[23:41:10] <TheFox> i only knew
about quad cores
L1370[23:41:55] <gamax92> GreaseMonkey:
how is your voxel engine going
L1371[23:42:35] <TheFox> HAHAHAHAA you
have to be kidding me, i have a gallium 0.4 in my desktops card.
good to know that the only thing my best computer has over a Pi is
CISC, a few GHz and ram. comforting
L1372[23:43:45] <gamax92> TheFox: gallium
what
L1373[23:44:01] <gamax92> the more
important thing in GreaseMonkey's screenshot is "on
VC4"
L1374[23:44:41] <TheFox> i assumed that
was vulcan, did i assume wrong?
L1375[23:45:02] <gamax92> it's an opengl
driver for the rpi 2 hardware iirc
L1376[23:45:12] <TheFox> sooooo not
vulcan
L1377[23:45:22] <gamax92> yeah
L1378[23:45:42] <gamax92> more
VideoCore
L1379[23:45:48] <TheFox> to answer your
first question, the Asus EAH3850 that you have been helping me with
has a gallium 0.4 in it
L1380[23:45:54] <gamax92> ...
L1381[23:46:35] <gamax92> TheFox: can you
just screenshot the thing then because you didn't get what I said
was more imporant
L1382[23:47:06] <TheFox> i saw what you
said was more important was that it was using VC4
L1383[23:47:36] <gamax92> mmhm but the
instead of telling me what your cards' "on (something)"
is, you tell me that "gallium 0.4" which means literally
nothing.
L1384[23:47:49] <TheFox> buut, i dont use
a Pi, and my brain is only on 1/8 of the cylinders firing
L1385[23:47:55] <TheFox> hang on
L1386[23:48:51] <TheFox> nvmd
L1387[23:48:59] <TheFox> im not thinking
righ
L1388[23:49:12] <Kodos> You might just
need some te
L1389[23:49:16] <Kodos> t*
L1390[23:49:18] <Kodos> fuck typos
L1391[23:49:21] <TheFox> tea?
L1392[23:49:28]
⇦ Quits: Cazzar (~CazzarZNC@vocaloid.lovers.at.cazzar.net)
(Ping timeout: 190 seconds)
L1393[23:49:33] <gamax92> TheFox: glxinfo
| fgrep "OpenGL renderer string:"
L1394[23:49:36] <Kodos> *Whoosh*
L1395[23:49:36] <TheFox> no, i need some
sleep. had plenty of tea and coffee today
L1396[23:49:40]
⇦ Quits: Reika (~Reika@reika.kalseki.mods.abrarsyed.com)
(Ping timeout: 182 seconds)
L1397[23:49:51] <Kodos> I said 't'
because you said you're not 'thinking righ'
L1398[23:50:38] <TheFox> gamax already
found it. i dont know where i got it in my head that gallium 0.4
was a chip version
L1399[23:50:49] <gamax92> HOLY SHIT
DUDE.
L1400[23:50:55] <TheFox> XD
L1401[23:50:57] <gamax92> just fucking
run and paste output.
L1402[23:51:19] <TheFox> Gallium 0.4 on
AMD RV760
L1403[23:51:21] <TheFox> happy?
L1404[23:51:24] <gamax92> yes
L1405[23:51:42] <TheFox> good, now if we
are done, i can barely stay upright in my seat
L1406[23:51:54] <TheFox> are we
done?
L1407[23:52:15] <GreaseMonkey> it's
definitely not vulkan
L1408[23:52:18] <TheFox> or do you want
to rub it in that i mistaked OSD for a graphics processor :P
L1409[23:52:24] <GreaseMonkey> was
playing portal 2 just before hence the delayed response
L1410[23:52:42] <GreaseMonkey> gallium
0.4 is a driver framework
L1411[23:52:52] <TheFox> yup, Open Source
Drivers
L1412[23:53:10] <TheFox> i am not
thinking straight and some how i got it in my head that it was a
GPU model
L1413[23:53:57] <GreaseMonkey> and as for
my voxel engine, well, i was going to do something today but didn't
get around to it
L1414[23:54:09] <gamax92> sounds like me
regarding everything :P
L1415[23:54:11] <GreaseMonkey> and no, it
definitely won't run on a pi, simply because of the GL 3.2
requirement
L1416[23:58:16]
⇦ Quits: TheFox
(webchat@pool-108-4-58-236.rcmdva.fios.verizon.net) (Ping timeout:
195 seconds)