<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:09:28] *** medsouz is now known as medsouz|offline
L2[00:15:49] ⇦ Quits: BearishMushroom (~BearishMu@90-231-174-194-no159.tbcn.telia.com) (Read error: Connection reset by peer)
L3[00:16:28] ⇦ Quits: Keridos (~Keridos@ironhide.stw-bonn.de) (Quit: ZNC - http://znc.in)
L4[00:36:49] <Lizzy> Hah, my gate number is 42
L5[00:39:37] ⇦ Quits: CoderPuppy (~cpup@32.218.118.34) (Quit: Breaking stuff)
L6[00:39:58] ⇨ Joins: cpup (~cpup@32.218.118.34)
L7[00:44:06] <Kodos> Off to a good start then =)
L8[00:45:34] *** mrkirby153 is now known as kirby|gone
L9[00:47:08] <Lizzy> Yup
L10[00:48:40] <Lizzy> Getting ready to board the plane
L11[00:51:45] <Lizzy> This announcer has a monotone voice
L12[00:53:08] <Izaya> nice
L13[00:53:39] <Lizzy> Not really
L14[00:53:44] <Lizzy> Well
L15[00:53:48] ⇦ Quits: ade124|9_letters (~ade124@221.124.198.189) (Remote host closed the connection)
L16[00:53:56] <Lizzy> If that was in response to the announcer
L17[00:54:53] <gamax92> GreaseMonkey: big endian because break all the things
L18[00:54:58] ⇨ Joins: ade124 (~ade124@221.124.198.189)
L19[00:57:07] <GreaseMonkey> i finally have the perfect use for psimetal leggings
L20[00:57:18] <GreaseMonkey> mass exodus of all items of strength 1 to the player
L21[00:57:24] <GreaseMonkey> erm, strength 0.1
L22[00:57:42] <GreaseMonkey> wait fuck, that's only one perfect use
L23[00:57:58] <GreaseMonkey> i already had the hoverpants but that requires elytra
L24[01:03:03] ⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098) (Ping timeout: 202 seconds)
L25[01:05:16] ⇨ Joins: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L26[01:08:52] <Kodos> Happy Birthday, Internet! 25 years ago today, the World Wide Web became publicly available.
L27[01:10:06] <GreaseMonkey> and then two years and one month later it all went to shit
L28[01:13:18] <Sandra> ? pokemmo has obfuscation that calls classes things like
L29[01:13:20] <Sandra> Object
L30[01:13:21] <Sandra> class
L31[01:13:25] <Sandra> super
L32[01:13:30] <Sandra> return
L33[01:13:39] <Sandra> wow.
L34[01:13:50] <Sandra> they very much don't want you to deobfuscate that.
L35[01:13:53] <Sandra> ?
L36[01:14:43] <Sandra> also, String, null.
L37[01:14:51] <Sandra> float, int.
L38[01:15:07] <Sandra> for, if.
L39[01:15:09] <Sandra> ?
L40[01:15:14] <Sandra> void.
L41[01:16:13] ⇨ Joins: Trangar (~Trangar@249-153-145-85.ftth.glasoperator.nl)
L42[01:18:13] * ade124 wants to murder everyone in sight since he doesn't know how to make optional arguments in lua 5.1
L43[01:18:31] <ade124> *5.3
L44[01:18:48] <Kodos> Code pls
L45[01:18:49] <Kodos> Will fi
L46[01:18:50] <Kodos> x
L47[01:19:36] <ade124> http://pastebin.com/fmM7zuVH
L48[01:22:46] <Sandra> can't you just be like "param = param or 'blah blah'"
L49[01:23:00] <ade124> ?
L50[01:23:17] <Sandra> oh, varargs?
L51[01:23:21] <Sandra> did that change?
L52[01:23:21] <ade124> yep
L53[01:23:46] <ade124> apparently it's deprecated in Lua 5.1
L54[01:24:16] <Sandra> 5.3? or 5.1?
L55[01:25:09] <ade124> 1
L56[01:25:47] <Sandra> it looks like it's still "..." according to the reference manual?
L57[01:25:56] <Kodos> OC doesn't use 5.1 afaik
L58[01:26:20] <Sandra> yeah.
L59[01:26:34] <Sandra> but anyway, it's still that.
L60[01:26:49] <Sandra> uh...
L61[01:27:07] <Sandra> can't you just do "args = {...}"?
L62[01:27:13] <gamax92> yes
L63[01:27:30] <Sandra> what are you having trouble with?
L64[01:27:39] <ade124> I'll try
L65[01:27:49] <ade124> arg's a nil value
L66[01:28:02] <gamax92> another way is to just directly assign
L67[01:28:07] <Sandra> or even like "gtype, x, y, width, height, align, background, textcolor, title, message, percentage, barbackground, bar = {...}"
L68[01:28:14] <Sandra> yeah.
L69[01:28:18] <gamax92> no Sandr
L70[01:28:41] <gamax92> no table for that or only gtype is set
L71[01:28:43] <Sandra> arg is a nil value of course, because that doesn't mean anything.
L72[01:28:54] <Sandra> oh.
L73[01:29:18] <Sandra> s/\{|\}//
L74[01:29:24] <Sandra> s/{|}//g
L75[01:29:26] <ade124> works, thx
L76[01:29:30] <Sandra> nope.
L77[01:29:32] <Sandra> no idea.
L78[01:29:36] <Sandra> yeah,
L79[01:31:45] <Sandra> I forgot you couldn't unpack tables into variables directly.
L80[01:31:59] <Sandra> you needed unpack, which is apparently gone in 5.3?
L81[01:32:16] <ade124> is it?
L82[01:32:19] <fingercomp> erm, no
L83[01:32:21] <fingercomp> it's not
L84[01:33:30] <gamax92> It's in table.unpack
L85[01:33:36] <Sandra> ah.
L86[01:33:37] <Sandra> right.
L87[01:33:39] <Sandra> yeah.
L88[01:36:11] <gamax92> Sandra: it's not about unpacking tables anyway, ... is several values, {...} packs it into one table, (use table.pack please) so instead of packing and unpacking, just use ...
L89[01:36:42] <gamax92> local x, y, z = ...
L90[01:37:37] <ade124> still eff-ing around because print() is not available
L91[01:38:38] <Sandra> what.
L92[01:38:40] <Sandra> it should be.
L93[01:38:52] <fingercomp> print is defined in OpenOS
L94[01:39:04] <ade124> I'm working outside OOS
L95[01:39:12] <ade124> so all I have is error()
L96[01:40:35] <gamax92> ade124: look at init.lua for basic printing to screen
L97[01:40:47] <gamax92> It's the status function iirc
L98[01:41:16] <ade124> ik, I just want everything to be handled through GUI
L99[01:42:38] <Sandra> ah.
L100[01:43:01] <ade124> so there will be a lot more coding before I can actually see what's going on
L101[01:47:15] <gamax92> ade124: at the very least you could just use a networking card to broadcast debugging messages over to be viewed on a separate machine
L102[01:47:51] <ade124> meh, I've already got the message box working, I'll pretend that that is print()
L103[01:48:34] <gamax92> also beeps :P
L104[01:51:46] <ade124> beeps... Morse code?
L105[01:53:02] <gamax92> not write
L106[02:01:43] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
L107[02:03:52] <ade124> are the tier 2 GPU colors basically minecraft wool colors?
L108[02:04:28] <Sandra> mostly?
L109[02:04:33] <Sandra> not exactly.
L110[02:04:36] <Sandra> I don't think,
L111[02:04:46] <Sandra> it's in the same order or whatever.
L112[02:04:58] <Sandra> but most of the wool colours are available.
L113[02:05:17] <Sandra> maybe I'm completely wrong.
L114[02:05:18] <Sandra> ignore me.
L115[02:07:45] ⇨ Joins: Jezza (~Jezza@92.206.5.6)
L116[02:11:29] <ade124> Nice, I think I'm going to make the GUI compatible with Tier 2 GPUs
L117[02:24:40] <Sandra> I mean yeah, you've definitely got a wide range of colours.
L118[02:35:20] <vifino> Today, I'll get a Lizzy delivered straight to my home! :D
L119[02:37:50] <Izaya> vifino: waiting at the door for the postal guy?
L120[02:38:08] <vifino> more or less
L121[02:38:16] <ade124> ffs, now youtube has game ads in the recommended list (as if video ads weren't annoying enough)
L122[02:38:30] <Izaya> ade124: ever heard of adblock?
L123[02:38:42] <ade124> yes, but I'm on mobile
L124[02:38:50] <Sandra> #youtuberedbiches
L125[02:39:19] <vifino> Yesterday, I fixed the LACP bond of my NAS plus set up nginx again.
L126[02:39:22] <ade124> (You know what? I remember an xposed module blocking youtube ads, let's see if that works)
L127[02:39:50] <ade124> yep, a million pokemon go joysticks
L128[02:40:38] <vifino> Turns out, LACP bonds still work when one of the links used to create the bond is offline, but obviously the speed doesn't change. The ethernet cable wasn't correctly plugged in. q_q
L129[02:42:17] <vifino> 802.3ad is very nice with the xmit_hash_policy set to layer3+4.
L130[02:42:42] <Izaya> is there an android x2go client yet?
L131[02:42:48] <Izaya> or is it stuck to VNC?
L132[02:43:52] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de) (Read error: Connection reset by peer)
L133[02:44:42] <vifino> Izaya: There is also NoMachine.
L134[02:45:10] <vifino> Personally, I don't mind it not being opensource, it is badass anyways.
L135[02:45:15] <Izaya> oh
L136[02:45:17] <Izaya> not interested then
L137[02:46:38] <vifino> Izaya: Seriously, try it.
L138[02:46:46] <Izaya> Well
L139[02:46:52] <Izaya> It isn't compatible with my new phone, apparently
L140[02:46:57] <Izaya> that is, the Moto G3 running Android 6
L141[02:46:58] <Izaya> so uh
L142[02:47:00] <Izaya> can't anwyay
L143[02:47:02] <vifino> You can actually play games over it, even over wifi.
L144[02:47:02] <Izaya> anyway*
L145[02:47:08] <vifino> Izaya: wat.
L146[02:47:13] <vifino> It works on my Nexus 6.
L147[02:47:29] <vifino> Which has Android N DP4, but still.
L148[02:47:30] <ade124> I just realised that my update list is 58 items long
L149[02:48:27] ⇦ Quits: Doty1154 (~Doty1154@2601:648:8000:134f:8ddf:2e1d:a7f2:9abf) (Read error: Connection reset by peer)
L150[02:48:41] <Izaya> https://i.imgur.com/h3JYTCf.png
L151[02:49:00] <Izaya> But anyway, once I reinstall I'll be using as much Free software on my phone as possible
L152[02:49:05] <Izaya> no Google services n stuff
L153[02:50:19] <vifino> If you wanna restrict yourself to a lesser experience because of your ideals, sure.
L154[02:50:28] <Izaya> Righto. Will do.
L155[02:50:45] <Izaya> Phone will still do everything I use it for that way
L156[02:50:59] <Izaya> that is to say, texting, calling, XMPP, IRC, ssh and VNC
L157[02:51:01] <vifino> I mean, you got some nice things on F-Droid, but I would miss JuiceSSH.
L158[02:51:07] <Izaya> ConnectBot is nice
L159[02:51:19] <vifino> No, no it isn't. Not when you used JuiceSSH.
L160[02:51:27] <Izaya> I have in the past.
L161[02:51:53] <vifino> Jump hosts, man. Jump hosts.
L162[02:51:55] <Izaya> Sure it lacks a few features but I would take ConnectBot over JuiceSSH because of the license
L163[02:52:03] <Izaya> vifino: I can do tunnels without paying anything
L164[02:52:14] <vifino> But very ugly.
L165[02:52:30] <vifino> Not very quick. No shortcuts to said tunnels.
L166[02:52:36] * Izaya shrugs
L167[02:52:37] <Izaya> so be it
L168[02:52:58] <vifino> I can't live with that anymore, I'm an addict.
L169[02:53:17] <vifino> Can connectbot forward ports?
L170[02:53:23] <ade124> I love how everyone here is on the FOSS bandwagon
L171[02:53:28] <Izaya> From the phone?
L172[02:53:29] <ade124> (Including me)
L173[02:53:36] <vifino> Both ways, Izaya.
L174[02:53:40] <vifino> Plus SOCKS proxy.
L175[02:53:42] <Izaya> Lemme check
L176[02:54:12] <Izaya> better question
L177[02:54:20] <Izaya> why are you trying to convince me to use something I don't want to use?
L178[02:54:27] <Izaya> Like, great if you like it, do continue
L179[02:54:58] <Izaya> but I'm going to keep doing what I want to do
L180[02:55:39] <vifino> I just don't see why you limit yourself to that because of such great, but sadly not opensource apps. Not stopping you, last question was because I don't know if ConnectBot does that.
L181[02:55:46] ⇨ Joins: Vexatos (~Vexatos@p200300556E2AE220F061FA2AA9C4FC5C.dip0.t-ipconnect.de)
L182[02:55:46] zsh sets mode: +v on Vexatos
L183[02:55:49] <vifino> Stuck with JuiceSSH for ages and stuff.
L184[02:55:56] <Izaya> It can forward from the other end but not from the phone
L185[02:55:59] ⇦ Quits: xilni_ (~xilni@96.241.23.87) (Ping timeout: 202 seconds)
L186[02:55:59] <Izaya> for reference
L187[02:56:08] <vifino> And socks proxy?
L188[02:56:09] <Izaya> I'd use wait
L189[02:56:13] <Izaya> local, remote, and SOCKS
L190[02:56:31] <vifino> Ah, so it does do that stuff.
L191[02:56:35] <vifino> Thanks for checking, Izaya.
L192[02:56:56] <Izaya> and I'm going to be honest
L193[02:57:05] <Izaya> it'll probably be a pain to not have the google calendar and stuff
L194[02:57:17] <Izaya> but I'll take that over being tracked
L195[02:57:19] <Izaya> (as much)
L196[02:57:54] <vifino> Just because you're a little paranoid doesn't mean you don't have a point.
L197[02:58:09] <Izaya> https://a.pomf.cat/ftdocw.png
L198[02:58:18] <Izaya> for reference
L199[02:58:28] <vifino> I think I'd manage to switch over to free stuff too, exception being JuiceSSH.
L200[02:58:57] <vifino> Also, just so you know, I'm pretty sure you still need vendor blobs, even without using gapps.
L201[02:59:24] <Izaya> yeah I know
L202[02:59:34] <vifino> Which, sadly, have the power to spy on you. Mostly the modem firmware n stuff.
L203[02:59:34] <Izaya> still, the less software I can't check the better
L204[02:59:43] <Izaya> and there's always the baseband anyway
L205[02:59:47] <Izaya> there's no escape really
L206[02:59:48] <Izaya> not yet
L207[02:59:57] <Izaya> but better most than none at all
L208[03:00:02] <vifino> Yeah.
L209[03:00:28] <Izaya> does the mobile stuff on the Pyra need blobs?
L210[03:00:41] <vifino> However, you can control the android-native side of things in terms of traffic, but you can't do that on modem level.
L211[03:00:50] <vifino> Izaya: It is just an AT modem.
L212[03:01:07] <Izaya> asd
L213[03:01:10] <Izaya> oh nice
L214[03:01:17] <Izaya> that can't access memory or any of the BS
L215[03:01:38] <vifino> But yeah, obviously it has modem firmware which isn't open, there isn't any LTE modem I am aware of that has a free stack.
L216[03:01:45] <Izaya> Indeed.
L217[03:01:49] <Izaya> Best that can be done.
L218[03:01:51] <vifino> But it can't do much naughty stuff, you have a hardware kill switch.
L219[03:01:52] <Izaya> What about 3G?
L220[03:02:01] <vifino> Well, more or less hardware.
L221[03:02:07] <Izaya> Anything open there or is it still BS?
L222[03:02:19] <vifino> Izaya: Still don't think there is much if anything at all.
L223[03:02:32] <Izaya> mmh, typical
L224[03:02:54] <vifino> But the Pyra uses similar telephony stuff as the OpenMoko phones.
L225[03:05:02] <vifino> Izaya: The rest of pyra's software stack is OSS though.
L226[03:05:12] <Izaya> yeah I know
L227[03:05:13] <Izaya> I want one
L228[03:05:33] <vifino> I think even the GPU driver. I think they made a RE'd one.
L229[03:06:26] <Ember_Primrose> morning
L230[03:06:59] <Izaya> matchbox WM looks interesting
L231[03:07:37] <asie> vifino: The Pandora had a closed-source one
L232[03:07:43] <asie> and the ONLY RE'd embedded GPU is the Vivante
L233[03:07:53] <asie> the Pyra is using PowerVR and I can bet you they haven't RE'd it
L234[03:08:05] <asie> in fact, Dragonbox/OpenPandora folk were never that much about libre. You're looking for the GCW Zero.
L235[03:08:06] <vifino> asie: I heard stuff about it.
L236[03:08:35] ⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098) (Ping timeout: 202 seconds)
L237[03:09:01] <vifino> er, s/they made a/are working on an/
L238[03:09:03] <asie> vifino: http://repo.openpandora.org/?page=detail&app=package.starcraft
L239[03:09:15] <asie> Well, OpenPandora is distributing an illegal copy of the Starcraft code, recompiled...
L240[03:09:35] <asie> I would say they don't care about libre, and I do not believe they have enough resources to RE a PowerVR GPU.
L241[03:09:38] <asie> Vivante/Mali is FAR easier.
L242[03:10:01] ⇨ Joins: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L243[03:10:20] * ade124 wants to murder everyone since for some reason even though I drew the button after the background the button is still hidden and I am sure the position is correct
L244[03:10:36] <vifino> asie: It was some external guys. I know some OMAP5 guys help now.
L245[03:11:02] <asie> vifino: Well, if they RE a PowerVR, that would be a massive benefit to the libre cause
L246[03:11:06] <asie> but I wouldn't count on it... too much...
L247[03:11:09] <asie> they have way more important things to do...
L248[03:11:24] <vifino> It might just be work on the TILER rotation things.
L249[03:13:25] <vifino> asie: https://pyra-handheld.com/boards/threads/parts-boards-and-the-rotator.77687/ 5. The rotator chip
L250[03:13:48] <asie> ah yeah that's not the GPU at all
L251[03:13:59] <vifino> Yeah, but it was just something I remembered.
L252[03:14:00] ⇨ Joins: mallrat208 (~mallrat20@184-88-190-37.res.bhn.net)
L253[03:14:03] <ade124> The GPU's behaving weirdly... even though I'm setting the button after the background the button doesn't appear
L254[03:14:32] <ade124> I'm sure the position is right, since if I comment out the line that prints the background the button shows up
L255[03:20:17] ⇨ Joins: techno156 (~techno156@137.154.59.237)
L256[03:26:20] <Lizzy> Woop
L257[03:26:32] <Lizzy> In ze Germany
L258[03:26:59] <Ember_Primrose> ohai
L259[03:28:03] <Vexatos> vifino, you better get Lizzy some legit bread
L260[03:29:17] <Vexatos> Lizzy can't just go to Germany without eating bread D:
L261[03:29:22] <vifino> Vexatos: legit bread? i dont have such a thing
L262[03:29:29] <Vexatos> vifino, any bread
L263[03:29:38] <vifino> Vexatos: plastic bread?
L264[03:29:40] <vifino> toast?
L265[03:29:49] <Vexatos> Weltmeister, Schwarzbrot, WHATEVER
L266[03:30:02] <vifino> toast then
L267[03:30:06] <Vexatos> :<
L268[03:30:22] <Vexatos> You haven't had bread until you had German bread :<
L269[03:30:36] <Vexatos> The UK doesn't even have such a thing as "bread" at all ._.
L270[03:30:57] <vifino> Vexatos: Don't worry, I'll get her to a bakery.
L271[03:31:03] <Vexatos> At least I only found three types of toast ._.
L272[03:31:29] <Vexatos> vifino, early in the morning when it still smells :>
L273[03:31:36] <vifino> Duh.
L274[03:32:06] <Izaya> >:D two more episodes of Mr Robot
L275[03:32:11] <Vexatos> When I buy bread in the morning it smells so good I want to eat it on the spot :<
L276[03:32:18] <Izaya> https://i.imgur.com/hxNbJ8o.jpg
L277[03:32:35] <vifino> Vexatos: Aldi also has bread :3
L278[03:32:53] <Lizzy> We have aldi in the UK! :P
L279[03:32:56] <Vexatos> vifino, if it has Weltmeister, get that, it's still pretty good
L280[03:32:58] <Vexatos> Lizzy, but no bread
L281[03:33:13] <vifino> Lizzy: honey, there is a difference
L282[03:33:22] <Lizzy> :<
L283[03:33:23] <Izaya> does Aldi have terrible fruit and veg in germany too?
L284[03:33:40] <Vexatos> vifino, Albrecht Diskont!
L285[03:34:03] <Izaya> also Aldi has really fucking weird ads here
L286[03:34:09] <Vexatos> Izaya, aldi is actually one of the better chains, at least Aldi Nord
L287[03:34:24] <Lizzy> 10 minutes til the bus gets here
L288[03:34:33] <Izaya> oh there you go
L289[03:34:41] <Izaya> the fresh stuff from aldi is pretty bad here
L290[03:34:52] <Vexatos> Not more expensive than others, but it has some stuff like Jacobs coffee without the Jacobs brand so at a reasonable price .P
L291[03:34:56] <Izaya> that said the milk cartons are top notch, you don't even taste the milk in coffee
L292[03:35:24] <Vexatos> (my mother used to work at Jacobs, there literally was a lever to switch between Jacobs and Aldi packaging)
L293[03:35:36] <Izaya> can I just state my hatred of most dairy products
L294[03:35:42] <Izaya> the exception being normal cheese
L295[03:35:49] <Vexatos> "normal cheese"
L296[03:35:53] <vifino> "normal cheese"
L297[03:35:54] <Vexatos> what is "normal cheese"
L298[03:36:03] <vifino> yeah what the hell is normal cheese
L299[03:36:03] <Vexatos> that's like having "normal bread"
L300[03:36:15] <Vexatos> there is no such thing if you have 3247 types of bread and 532 types of cheese
L301[03:36:27] <Izaya> yellow, comes in rectangular prisms of solid cheese
L302[03:36:32] <Lizzy> Do you mean cheddar? That's what I think of when someone just says cheese
L303[03:36:36] <Vexatos> >rectangular
L304[03:36:48] <Izaya> often grated and sprinkled on stuff
L305[03:36:59] <Vexatos> well Cheddar is sold in squares
L306[03:37:01] <Izaya> and that is the only way I can like cheese
L307[03:37:03] <vifino> Vexatos: I suppose you have the same level of cringe as I do right now?
L308[03:37:04] <Lizzy> Most likely cheddar
L309[03:37:14] <Vexatos> Is it dyed orange?
L310[03:37:18] <Vexatos> Yes -> cheddar
L311[03:37:24] <Vexatos> No -> anything else
L312[03:37:27] <Izaya> fuck off
L313[03:37:30] <Izaya> I'm australian
L314[03:37:33] <Lizzy> It's yellow in the uk
L315[03:37:36] <Izaya> you can buy cheese
L316[03:37:40] <Vexatos> Is it brittle?
L317[03:37:40] <Izaya> or you can buy fancy cheese
L318[03:37:43] <Vexatos> Cheddar is brittle >_>
L319[03:37:51] <Izaya> that's how it works
L320[03:38:05] <Izaya> I'm sorry I don't like
L321[03:38:11] <Lizzy> Vi
L322[03:38:14] <Lizzy> Ffa
L323[03:38:18] <vifino> Lizzy: I'll get you some bread and some cheese to tastetest :P
L324[03:38:19] <Izaya> know the 9999999999 flavours of cheese
L325[03:38:20] <ade124> <- Has no idea what cheese is
L326[03:38:30] <Vexatos> Maasdamer, Gouda, Edamer, Tilsiter, Emmentaler, Burlander, Leerdamer... Those are the More common types of yellow-dyed cheese in Germany
L327[03:38:32] <Izaya> ade124: curdled milk
L328[03:38:45] <Vexatos> In Germany you can get pretty much every type of Dutch and Swiss cheese
L329[03:38:46] <ade124> I have no idea what flavor of cheese there are
L330[03:38:57] <Vexatos> vifino, did I miss any?
L331[03:39:01] <Vexatos> Oh right, the French cheese
L332[03:39:03] <Vexatos> Brie etc.
L333[03:39:06] <ade124> American cheese
L334[03:39:10] <Vexatos> That's not cheese
L335[03:39:14] <ade124> I know
L336[03:39:15] <Vexatos> I'd be surprised if it contained milk
L337[03:39:19] <Vexatos> :>
L338[03:39:22] <vifino> Vexatos: I don't think you did, at least that's all I know
L339[03:39:26] <Lizzy> Vifino, random question, do you have some small screwdrivers that could be used on a laptop? Might need them of my laptop got thrown around a bit and the ssd came out again
L340[03:39:29] <ade124> It probably contained another variant of... white... liquid
L341[03:39:32] <Izaya> american cheese is plastic cheese
L342[03:39:37] <Izaya> ade124: bleach?
L343[03:39:38] <vifino> Lizzy: I have all the screw drivers.
L344[03:39:39] <Vexatos> vifino, of course, there's more "special" ones like Irish Cheddar, Goat Cheese etc
L345[03:39:44] <Vexatos> (goat cheese is awesome)
L346[03:39:46] <vifino> ^
L347[03:39:50] <Lizzy> Awesome
L348[03:40:05] <ade124> Bleach is white?
L349[03:40:31] <ade124> Goat Cheese... I wonder if human cheese is a thing
L350[03:40:40] <ade124> (It probably is in some corner of Japan or something)
L351[03:40:40] <Izaya> it can be
L352[03:40:41] <vifino> In germany? Yes.
L353[03:40:46] <vifino> We have all the cheese.
L354[03:40:55] <ade124> ... WTF
L355[03:41:02] <vifino> Vexatos: Stay quiet.
L356[03:41:16] <Izaya> vifino: at the point I end up in germany
L357[03:41:24] <Izaya> you'll need to explain the different sorts of cheese to me
L358[03:41:28] <vifino> I will.
L359[03:41:32] <Izaya> becuase there's cheese and there's fancy cheese here
L360[03:41:36] <Izaya> and that's about it
L361[03:41:42] <Izaya> well rather there's two variants of fancy cheese
L362[03:41:43] <ade124> I probably won't go to Germany then
L363[03:41:51] <vifino> I'll also teach you how2bread, Izaya :P
L364[03:41:53] <Izaya> brie and camenbert or some crap
L365[03:41:53] <Lizzy> Buss is here!
L366[03:42:06] <vifino> Lizzy: woop woop
L367[03:42:18] <Izaya> vifino: there's white bread which is BS, wholegrain, that one in between, sourdough, probably some other crap too
L368[03:42:23] <Vexatos> vifino, the cringe ._.
L369[03:42:30] <vifino> Vexatos: Yes.
L370[03:42:33] <ade124> >White bread > White *TRIGGERED*
L371[03:43:03] <Vexatos> Izaya, Germany is so bread we do have dinner.... Rarely. Normally you have stuff called "Abendbrot", i.e. bread. It literally means "evening bread".
L372[03:43:09] <Vexatos> That's how bread we are
L373[03:43:22] <vifino> Germany is bread.
L374[03:43:25] <Izaya> 3muchbread5me
L375[03:43:25] <Vexatos> You eat bread for breakfast
L376[03:43:27] <Vexatos> and for dinner
L377[03:43:32] <Vexatos> Of course, differently
L378[03:43:37] <Izaya> I don't really like bread
L379[03:43:39] <Izaya> pasta is nice
L380[03:43:40] <Vexatos> You wouldn't eat bread and jam in the evening
L381[03:43:41] *** gAway2002 is now known as g
L382[03:43:46] <vifino> Vexatos: And baked over for lunch.
L383[03:43:46] <Lizzy> Vi
L384[03:43:50] <Izaya> but bread not so much
L385[03:43:52] <Lizzy> Phone fuck samw
L386[03:43:54] <Izaya> but uh
L387[03:43:57] <Vexatos> Izaya, you don't even know if you like bread
L388[03:43:57] <Lizzy> -_-
L389[03:43:59] <Izaya> I'll try some other variants of bread
L390[03:44:01] <Vexatos> You never had bread
L391[03:44:05] <Izaya> but of what I've tried
L392[03:44:07] <Izaya> I don't like bread much
L393[03:44:10] <Vexatos> You haven't had bread.
L394[03:44:12] <Lizzy> vifino: check Twitter :P
L395[03:44:21] <Vexatos> You have not had bread until you had German bread, simple as that
L396[03:44:30] <Izaya> Vexatos: I've had baked wheat + sugar paste
L397[03:44:37] <Vexatos> vifino, look at the counter http://brotkultur.de/
L398[03:44:40] <Vexatos> Izaya, yea that's not bread :P
L399[03:45:04] <Lizzy> In other news, planes are fucking awesome
L400[03:45:07] <vifino> Vexatos: I am amazed.
L401[03:45:22] <vifino> I knew we have a lot of bread sorts, but not that many.
L402[03:45:34] <Vexatos> vifino, that is legit, too. Those are the types of German bread _registered_ to the UNESCO intangible cultural heritage
L403[03:45:42] <Lizzy> Theres something thrilling about the amount of power a plane can output
L404[03:45:44] <ade124> ...
L405[03:45:44] <Vexatos> that means there's probably a bunch more that are not registered
L406[03:45:59] <Vexatos> considering pretty much every local baker has their own type, at least one :P
L407[03:46:29] <ade124> Lovely, Hong Kong has like 20 dialects and an entire language on the UNESCO intangible cultural heritage
L408[03:46:36] <Vexatos> vifino, http://www.brotkultur.de/brote-in-der-uebersicht/brotkarte/ try this
L409[03:46:40] <Vexatos> with your postal code :P
L410[03:46:47] <Izaya> I feel like while Australia has been taming this fucking jungle-desert Germany has been making bread and cheese
L411[03:47:10] <Lizzy> Take a look at these search results: https://twitter.com/hashtag/LizzyToAdrian?s=09 :P
L412[03:47:11] <Vexatos> Izaya, there is very little German cheese
L413[03:47:14] <Vexatos> very, very little
L414[03:47:21] <Vexatos> 99% is Dutch, Swiss and French
L415[03:47:21] <Izaya> s/Germany/Europe/
L416[03:47:21] <MichiBot> <Izaya> I feel like while Australia has been taming this fucking jungle-desert Europe has been making bread and cheese
L417[03:47:23] <vifino> Vexatos: 65933, a lot of bread
L418[03:47:29] <Lizzy> Ffs Twitter I just wanted the link
L419[03:47:47] <Vexatos> vifino, to be expected in a city
L420[03:48:11] <Izaya> we have like n+1 variations on steak though
L421[03:48:15] <Izaya> I don't really like steak however
L422[03:48:21] <vifino> Vexatos: Luckily I live in a less hecktic part of Frankfurt
L423[03:48:24] <vifino> \o/
L424[03:48:33] <Vexatos> http://www.crossi.de/wordpress/wp-content/uploads/510_Weltmeisterbrot.jpg
L425[03:48:41] <ade124> We have like n! variations on everything
L426[03:48:42] <Lizzy> Izaya: heathen
L427[03:48:44] <Vexatos> this is the "standard" German bread if any type could ever be standard
L428[03:48:51] <Vexatos> as you can get it virtually everywhere in Germany
L429[03:49:00] <Vexatos> it's called "world champion" for a reason :P
L430[03:49:08] * Lizzy likes her steaks medium rare
L431[03:49:12] <ade124> We say "If its back faces the sky it's edible" so HK has like all sorts of weird delicacies
L432[03:49:26] <Izaya> Lizzy: to freak you out more,
L433[03:49:32] <Izaya> I've noticed I'm eating less and less meat
L434[03:49:45] <Lizzy> Izaya: heathen
L435[03:49:49] <Lizzy> :P
L436[03:49:50] <Izaya> mfw might end up accidentally vegetarian by 2020
L437[03:49:55] <vifino> so you are eating unhealthy, Izaya?
L438[03:50:00] * ade124 is a carnivore
L439[03:50:03] <Izaya> vifino: when am I not?
L440[03:50:04] <Vexatos> Lizzy, medium or medium well for me
L441[03:50:12] <vifino> Izaya: when you eat meat.
L442[03:50:12] <Izaya> today I've eaten pasta and potato crisps
L443[03:50:25] <Lizzy> Vexatos both are acceptable
L444[03:50:34] <Izaya> vifino: it just needs balance
L445[03:50:39] <ade124> > Crisps -> British English -> not triggered
L446[03:51:01] * Izaya pokes ade124 with a packet of potato chips
L447[03:51:17] <ade124> > Chips -> British English -> still not triggered
L448[03:51:22] <Vexatos> ade124, I used to eat chips but then I learned that gallium is poisonous.
L449[03:51:27] ⇦ Quits: ThomasRules (~ThomasRul@host31-54-132-89.range31-54.btcentralplus.com) (Read error: Connection reset by peer)
L450[03:51:36] <ade124> Poke me with a bag of french fries and I'll murder everyone in sight
L451[03:51:43] * Vexatos made a chemistry joke
L452[03:51:47] * Vexatos waits for laughter
L453[03:51:56] * Izaya throws a bag of McDonalds fries at ade124 and runs for cover
L454[03:51:58] * ade124 doesn't get it and now he's feeling dumb
L455[03:52:06] <Vexatos> ade124, microchips ._.
L456[03:52:09] * ade124 detonates a nuclear bomb
L457[03:52:11] <vifino> Yeah, that was some part that confused me while being in the UK. They describe fat not-very-crispy potato fries as chips and chips as crisps?!
L458[03:52:20] * vifino laughts at Vexatos
L459[03:52:20] <Lizzy> Izaya: isn't McDonald's called Maccas over there?
L460[03:52:28] <Izaya> Lizzy: yes it often is
L461[03:52:28] <Vexatos> vifino, uwot
L462[03:52:33] * Ember_Primrose laughs
L463[03:52:38] <Izaya> but for i18n reasons I call it McDonalds on IRC and such
L464[03:52:44] <vifino> Vexatos: iWot
L465[03:52:47] <Izaya> Maccas is even used in advertising
L466[03:52:50] <Vexatos> What I found is that you eat crisps virtually everywhere
L467[03:52:51] <Vexatos> like
L468[03:52:53] <Vexatos> EVERYWHERE
L469[03:53:02] <Vexatos> you can get small bags of crisps of any flavour
L470[03:53:04] <Vexatos> at any store
L471[03:53:04] <Vexatos> ever
L472[03:53:09] <vifino> Correct.
L473[03:53:21] <Lizzy> #p
L474[03:53:24] <vifino> Vexatos: Pringles Tortilla Chips OP
L475[03:53:25] * ade124 just avoids the confusing terms (e.g. American Football: Hand Egg, Football everywhere else: Soccer)
L476[03:53:30] <Vexatos> also UK chips are best chips
L477[03:53:36] <Vexatos> fish & chips is too good
L478[03:53:39] <g> oh hey, I call it handegg too
L479[03:53:41] <Vexatos> the greasier the better
L480[03:53:45] <Lizzy> Vexatos: I agree
L481[03:53:48] <ade124> <- Doesn't like fish
L482[03:53:52] <g> ^
L483[03:53:54] <vifino> it is, didn't have fish though, just chips
L484[03:54:18] <Vexatos> Lizzy, those cod&chips I had when I was in London four months ago :>
L485[03:54:19] <Vexatos> so good
L486[03:54:28] <Vexatos> fun fact: It is impossible to get malt vinegar in Germany
L487[03:54:40] <Vexatos> I have to get a bottle when I happen to visit the UK
L488[03:54:40] * ade124 realises he has left his cup noodle in the cupboard for an hour
L489[03:54:50] <Vexatos> Luckily it takes a while to go empty
L490[03:55:16] <Izaya> scallops
L491[03:55:27] <vifino> Vexatos: The worst part is that I thought vinegar would be vegemite and therefore got a little scared when Lizzy asked me if I wanted some.
L492[03:55:36] <Vexatos> vifino, have you ever had fish & chips? Like? Legit and vinegar?
L493[03:55:51] <vifino> Only chips, no fish
L494[03:56:03] <Vexatos> I'm very rarely eating chips without vinegar since :P?
L495[03:56:13] <Vexatos> it's just the best ._.
L496[03:56:15] <Izaya> what's wrong with vegimite?
L497[03:56:18] <Izaya> vegimite is great
L498[03:56:32] <ade124> <- eats mcdonalds chips with the sweet and sour sauce from mcnuggets
L499[03:56:35] <Vexatos> s/great/<404 word not found>/
L500[03:56:36] <MichiBot> <Izaya> vegimite is <404 word not found>
L501[03:56:49] <Vexatos> ade124, those are fries D:
L502[03:56:51] <Izaya> vegimite is great
L503[03:56:53] <Vexatos> not chips
L504[03:56:54] <Vexatos> :<
L505[03:57:02] * ade124 detonates another nuclear bomb
L506[03:57:09] <Vexatos> I'm serious
L507[03:57:11] <ade124> Ok
L508[03:57:12] <Vexatos> there is a difference
L509[03:57:32] <ade124> <- Never had fish and/or chips
L510[03:57:34] * Izaya eats Maccas chips
L511[03:57:41] <vifino> Izaya: I heard it was very disgusting and was pretty sure I would regret tasting it, but Lizzy wanted it, therefore I tried it and figured out that it wasn't vegimite, but vinegar.
L512[03:57:57] <Izaya> vifino: it's good
L513[03:57:58] <Izaya> try it some time
L514[03:58:13] <g> vegemite is just marmite but made with veg, isn't it?
L515[03:58:18] <Izaya> don't touch the variants though
L516[03:58:23] <Vexatos> vifino, or was it non-brewed condiment? :P
L517[03:58:25] <Izaya> g: vegimite is concentrated yeast extract
L518[03:58:34] <g> oh, so it's the same as marmite
L519[03:58:44] <vifino> Izaya: Come to germany, bring whatever you want me to taste, I'll get you bread and cheese, as much as you want.
L520[03:59:01] <Vexatos> Izaya, is it any different to termite?
L521[03:59:05] <ade124> <- Lives in HK and doesn't even know what kind of rice there is
L522[03:59:15] <Izaya> is marmite the one made of orange?
L523[03:59:22] <Izaya> no marmalade is the one I have the issue with
L524[03:59:27] <vifino> ade124: You live in hong kong? Nice!
L525[03:59:32] <ade124> ?
L526[03:59:40] <Izaya> vifino: vegimite is a requirement for my continued existence
L527[03:59:46] <ade124> yep
L528[03:59:53] <Vexatos> Izaya, for lack of bread
L529[03:59:57] <ade124> <- Never had marmite or vegemite
L530[03:59:57] <vifino> ^
L531[04:00:07] <Vexatos> In case you didn't know. Most types of bread do contain yeast
L532[04:00:11] <Izaya> Vexatos: we have rice crackers
L533[04:00:16] <Vexatos> If you didn't you haven't had bread :P
L534[04:00:37] <Vexatos> vifino, but it's extremely weird. Even in Austria there is no proper bread
L535[04:00:55] <Vexatos> My father currently lives in Austria and he's always missing bread :>
L536[04:01:08] <vifino> lol
L537[04:01:20] <Izaya> is there any square bread in germany?
L538[04:01:25] <Vexatos> of course
L539[04:01:32] <Vexatos> http://www.harry-brot.de/fileadmin/_processed_/csm_1688_Knolli_bc588d730c.jpg
L540[04:01:33] <ade124> Germans: *Buys bread* What kind? <insert 100 more questions> Others: *Buys bread* It says bread
L541[04:01:35] <Vexatos> potato bread
L542[04:01:35] <vifino> Vexatos: How much do you wanna bet that Izaya will miss bread when/if he comes here and returns?
L543[04:01:41] <Vexatos> Stays fresh for well over a week
L544[04:01:46] <Vexatos> it's SUPER useful if you live alone
L545[04:01:49] <Izaya> what the fuck is that
L546[04:01:51] <Izaya> potato bread
L547[04:01:52] <Vexatos> as it stays fresh for this long
L548[04:01:55] <Izaya> I'm done
L549[04:01:56] <Vexatos> high water content
L550[04:01:58] <Vexatos> due to being potato
L551[04:01:59] <Izaya> that's ceased being bread now
L552[04:02:07] <Vexatos> vifino, a lot.
L553[04:02:13] <vifino> Same.
L554[04:02:24] <Vexatos> Everyone foreign I gave it to says it's the best they ever had no exception period
L555[04:02:36] <vifino> yep.
L556[04:02:37] <Lizzy> I should lower my znc buffer size
L557[04:02:42] <Vexatos> Izaya, you don't know what bread is
L558[04:02:49] <ade124> > implying that you can find a foreigner in HK
L559[04:03:15] <Vexatos> There are not many types of potato bread
L560[04:03:25] <Vexatos> but this particular one called Knolli is very, very, very nice
L561[04:03:48] <Vexatos> due to being so high on water it easily stays fresh for 10 days
L562[04:04:04] <Lizzy> Vifino, you and your mutter are meeting me at habtbenhof at ~12:36, ja?
L563[04:04:08] <Vexatos> and it's pretty good
L564[04:04:12] <Vexatos> >habtbenhof
L565[04:04:17] <Vexatos> that's almost Inari
L566[04:04:28] <vifino> Lizzy: Hauptbahnhof, you derp
L567[04:04:43] <vifino> But yeah, should be.
L568[04:04:46] <Vexatos> Haupt -> Main | bahn -> train | hof -> yard :>
L569[04:04:56] <Vexatos> bahnhof -> train station
L570[04:04:56] <ade124> >ja Certified German(tm)
L571[04:04:58] <Lizzy> I can't spell in my native tongue, how do you expect me to do with a non-native one?
L572[04:05:13] <Lizzy> But I was close
L573[04:05:44] * ade124 doesn't need to spell since his native tongue uses a crazy writing system
L574[04:07:16] <Vexatos> vifino, when in doubt, get her some Weltmeister :P
L575[04:15:23] <ade124> Oh god, how is cheese more spicy than curry
L576[04:15:38] <Forecaster> curry + cheese?
L577[04:15:48] <vifino> Vexatos: maybe
L578[04:15:49] <ade124> maybe
L579[04:16:00] <ade124> Japanese curry's like not spicy at all though
L580[04:16:06] <vifino> Vexatos: I plan to make pizza with her :3
L581[04:16:13] <vifino> because \o/ pizza
L582[04:16:15] <Forecaster> I don't even like curry so I dunno
L583[04:20:20] <Ember_Primrose> mmm
L584[04:20:25] <Temia> Guh. Can't sleep.
L585[04:20:51] <ade124> Guh. Can't wake up. I have my alarm set at 10am but I turned it off and somehow I woke up at 1pm
L586[04:24:17] ⇨ Joins: brandon3055 (~Brandon@122.129.142.14)
L587[04:26:05] ⇦ Quits: brandon3055_ (~Brandon@122.129.142.14) (Ping timeout: 384 seconds)
L588[04:32:22] <Forecaster> oh crap
L589[04:34:29] <Forecaster> https://dl.dropboxusercontent.com/u/220970/20160806_113330.jpg
L590[04:34:35] <Forecaster> his isn't good
L591[04:34:40] <Forecaster> this*
L592[04:36:23] <ade124> I love how the repos need syncing 5 minutes after last sync
L593[04:39:10] <Ember_Primrose> lol pic is loading from the bottom up
L594[04:41:44] <Vexatos> Ember_Primrose, aren't you Australian? :P
L595[04:41:54] <Ember_Primrose> nopr
L596[04:41:59] <Vexatos> Aww
L597[04:42:02] <Ember_Primrose> south african
L598[04:42:04] <Vexatos> Well still
L599[04:42:08] <Vexatos> that explains it
L600[04:42:09] <Ember_Primrose> close enough
L601[04:42:17] <Ember_Primrose> :D
L602[04:42:31] <Ember_Primrose> only dropbox does it tho
L603[04:43:09] <Ember_Primrose> Forecaster, uhm, there something on your screen.
L604[04:44:23] <Forecaster> either the matrix is breaking or my old laptop isn't feeling well >:
L605[04:45:26] <Ember_Primrose> probably the latter
L606[04:46:28] <Forecaster> )):
L607[04:47:30] * vifino pets Temia and puts a blanket on her
L608[04:47:32] <vifino> Sleep.
L609[04:48:01] <Kodos> I'm more concerned that the image loaded from the bottom up
L610[04:49:00] <ade124> Great, even different programs have different font rendering
L611[04:50:17] ⇨ Joins: Nentify (uid14943@id-14943.highgate.irccloud.com)
L612[04:50:18] <ade124> I also love how Times New Roman in size 12 and size 14 look like two different fonts in LibreOffice
L613[04:51:49] ⇨ Joins: Yepoleb (~yepoleb@91-115-114-70.adsl.highway.telekom.at)
L614[04:53:15] <Ember_Primrose> Forecaster, is that camera?
L615[04:53:31] <Forecaster> hm?
L616[04:53:36] <Ember_Primrose> pic
L617[04:54:09] <Forecaster> you mean if it was taken with a camera?
L618[04:55:53] <Ember_Primrose> no, there was a cam1 overly showing an outside
L619[04:56:17] ⇦ Quits: Kodos (~Kodos@2602:306:ce20:6c30:7886:9b3c:fbf8:fe4c) (Quit: Leaving)
L620[04:56:22] <Forecaster> oh, yeah that's our porch
L621[04:56:37] <Ember_Primrose> safety cam?
L622[04:57:01] <Forecaster> it's more of a "there's people at the door cam"
L623[04:57:01] <Forecaster> :P
L624[04:58:01] <Ember_Primrose> a virtual doorbell :P
L625[04:59:20] <Forecaster> nothing virtual about it, visal doorbell perhaps :P
L626[04:59:54] <Ember_Primrose> :D
L627[05:02:33] <Ember_Primrose> my favourite gun in etg is the Wind Up gun
L628[05:02:55] <Forecaster> how come?
L629[05:03:27] <Ember_Primrose> when you reload it plays pop goes the weasel
L630[05:03:48] <Forecaster> ah :P
L631[05:05:13] <Ember_Primrose> also this: This gun is a reference to a weapon from Futurama; specifically the episode "War Is the H-Word"
L632[05:06:50] <Ember_Primrose> Forecaster, See? : https://youtu.be/9tNJeS6O6ds
L633[05:06:50] <MichiBot> Wind up Guns | length: 9s | Likes: 421 Dislikes: 3 Views: 84052 | by Michael
L634[05:07:42] <Forecaster> :>
L635[05:08:03] <Forecaster> that's kinda lewd
L636[05:08:32] <Ember_Primrose> %Inari
L637[05:08:34] <MichiBot> Ember_Primrose: http://i.imgur.com/XoYgHyi.jpg
L638[05:10:18] <Ember_Primrose> i started using cheat in etg, since i already won the game, and it is still fun, PEW PEW
L639[05:11:25] <Forecaster> :D
L640[05:11:39] <Forecaster> I have a list of stream-able games now :>
L641[05:12:02] <Ember_Primrose> now any chest is a rainbow one \o/
L642[05:12:12] <Ember_Primrose> oooh, list pls
L643[05:12:54] <Forecaster> http://towerofawesome.org/files/stream_games
L644[05:13:11] ⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098) (Ping timeout: 202 seconds)
L645[05:14:32] <Ember_Primrose> i know only 4/13 of those
L646[05:14:45] ⇨ Joins: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L647[05:15:06] ⇨ Joins: Turtle (~SentientT@82-171-92-73.ip.telfort.nl)
L648[05:18:59] <Forecaster> now each entry links to it's steam page
L649[05:19:55] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
L650[05:27:51] <Ember_Primrose> \o/
L651[05:28:35] <Vexatos> Enter the Starbound Gnomoria Cities
L652[05:44:32] <Ember_Primrose> .stats
L653[05:44:32] <EnderBot2> We have channel stats provided by Caitlyn \o/ https://oclogs.pc-logix.com/stats.html, seriously :)
L654[05:50:03] <Lizzy> I am with my vifino :D
L655[05:51:09] <Forecaster> :O
L656[05:54:26] ⇨ Joins: Inari (~Pinkishu@p5DEC6B41.dip0.t-ipconnect.de)
L657[05:55:42] <Vexatos> Lizzy, bread > vifino
L658[05:56:08] <Vexatos> > vifino, when in doubt, get her some Weltmeister :P
L659[05:56:11] <Vexatos> thanks for the quote, EnderBot2
L660[05:58:31] ⇦ Quits: Dimitriy_ (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout: 190 seconds)
L661[05:58:52] <Ashigaru> wat
L662[05:58:59] <Vexatos> vifino, enderbot's stats though
L663[05:59:00] <Vexatos> Slaps Given
L664[05:59:07] <Vexatos> vifino: 127
L665[05:59:10] <Vexatos> Lizzy: 123
L666[05:59:18] <Vexatos> gamax92: 104
L667[05:59:33] <Vexatos> Sa
L668[05:59:35] <Vexatos> Heh
L669[05:59:49] <Vexatos> I have been slapped 47 times D:
L670[05:59:53] <Lizzy> Lol
L671[05:59:57] <Lizzy> .stats
L672[05:59:57] <EnderBot2> We have channel stats provided by Caitlyn \o/ https://oclogs.pc-logix.com/stats.html, seriously :)
L673[05:59:59] <Vexatos> gamax92 has been slapped 71 times
L674[06:00:11] <Vexatos> Lizzy 55 times
L675[06:00:36] <ade124> You should replace "talkative" with "annoying"
L676[06:00:49] <ade124> That'd be fun
L677[06:01:30] <Vexatos> >2170 channel joins
L678[06:01:36] <Vexatos> I AM NUMBER ONE BWAHAHAHA
L679[06:02:19] ⇨ Joins: Keridos (~Keridos@ironhide.stw-bonn.de)
L680[06:03:05] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de) (Read error: Connection reset by peer)
L681[06:03:19] <Vexatos> I was the first to have reached the 50k lines milestone, too :>
L682[06:03:34] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
L683[06:08:43] <asie> okay so
L684[06:08:46] <asie> your requests for OC2
L685[06:08:51] <asie> which is pretty much confirmed by now?
L686[06:10:51] ⇨ Joins: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L687[06:17:43] ⇦ Quits: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout: 384 seconds)
L688[06:20:20] <Ember_Primrose> asie, ALL THE THINGS :D
L689[06:20:42] <asie> Ember_Primrose: no, honestly
L690[06:21:10] <Ember_Primrose> a hologram, tier 3?
L691[06:21:37] <ade124> *realises that my suggestion is #11
L692[06:21:39] <ade124> oops
L693[06:24:31] ⇦ Quits: Vexatos (~Vexatos@p200300556E2AE220F061FA2AA9C4FC5C.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L694[06:24:44] ⇨ Joins: Vexatos (~Vexatos@p200300556E2AE220F061FA2AA9C4FC5C.dip0.t-ipconnect.de)
L695[06:24:44] zsh sets mode: +v on Vexatos
L696[06:36:04] ⇨ Joins: Kiddobyte (~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com)
L697[06:40:07] <vifino> Lizzy is here ermahgurd
L698[06:40:17] <vifino> 454654
L699[06:40:22] <vifino> Lizzy pls
L700[06:40:31] <vifino> :)
L701[06:45:01] <Vexatos> pics or it didn't happen
L702[06:45:04] <Vexatos> the bread ofc
L703[06:48:18] <Lizzy> no bread yet
L704[06:48:25] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de) (Ping timeout: 192 seconds)
L705[06:49:47] ⇦ Quits: Jezza (~Jezza@92.206.5.6) (Ping timeout: 202 seconds)
L706[06:50:56] <Inari> hard to take a pic when she'll be glued to vifino for the next few hours
L707[06:51:31] <Lizzy> na, hes glued to me
L708[06:51:51] <Inari> with his natural glue?
L709[06:52:00] <Lizzy> .-.
L710[06:52:04] <Inari> :3
L711[06:52:13] <Lizzy> yes, obviously
L712[06:52:24] <Lizzy> ^ b was vifino
L713[06:52:26] <Inari> hm meh, i dont feel much like maths today... wonder what else to do
L714[06:52:56] <Inari> "^ b was vifino "?
L715[06:53:07] <Lizzy> ignore the b
L716[06:53:16] <Inari> haha
L717[06:53:48] <Lizzy> were now both eatibg kebabs
L718[06:54:02] <Forecaster> I wanna kebab D:
L719[06:54:27] <Inari> i want to try takoyaki :|
L720[06:54:51] <Skye> ?
L721[06:54:53] <Inari> Lizzy: surprised you dont take the train though :P
L722[06:55:12] <Lizzy> ?
L723[06:55:13] <Inari> Skye: whatcha questioning at
L724[06:55:20] <Skye> ??
L725[06:55:26] <Inari> Lizzy: well my preferred travel option fro UK/EU would be train,n o tplane xD
L726[06:55:36] <Ember_Primrose> ???
L727[06:55:55] <Skye> trains are more expensive, but less stressful
L728[06:56:08] <Inari> i just cant stand planes :D
L729[06:56:13] <Lizzy> that'd require going through france and wouldd probably be more expensive
L730[06:56:24] <Lizzy> i like planes
L731[06:56:48] <Skye> I like trains!
L732[06:56:59] <Jakemichie97> NNNNNEEEWWWWW!
L733[06:57:16] <Lizzy> *train runs down Skye *'
L734[06:57:34] <Inari> i thougth lizzy would like trains, given her minecraft play
L735[06:57:35] <Inari> ;)
L736[06:58:06] <Lizzy> i like trains
L737[06:58:25] <Lizzy> they're just not practicle to get to a vifino
L738[06:58:45] <Inari> attach a train to a plane
L739[06:58:46] <Inari> :D
L740[06:59:24] <Inari> i thoguth flying would be more pricy too, but i guess you geta ll these cheap flihgt offers nowadays
L741[06:59:46] ⇨ Joins: Jezza (~Jezza@92.206.5.6)
L742[06:59:50] <Lizzy> 150£ for my flight here and back
L743[07:00:01] <Lizzy> plus travel insurance
L744[07:01:38] <Inari> yeah, suppose train is about the same price, but one-way
L745[07:01:39] <Inari> :P
L746[07:01:47] <Inari> or, no clue
L747[07:01:50] <Inari> i dotn recall
L748[07:02:46] <Inari> ah
L749[07:02:47] <Inari> not even
L750[07:03:05] <Inari> Eurostar fares from London to Paris or Brussels start at £45 one-way or £58 return in 2nd class, if you book in advance. Standard Premier (1st class) fares start at £112 one-way, £169 return.
L751[07:03:39] <Vexatos> A mix between a train and a plane... a plain? D:
L752[07:03:47] <Inari> Vexatos: yep
L753[07:04:19] <Inari> hm, the direction vector for x in cartesian coordinate system is (1,0), no?
L754[07:04:28] ⇦ Quits: techno156 (~techno156@137.154.59.237) (Read error: Connection reset by peer)
L755[07:05:00] <Inari> payonel: https://i.imgur.com/tCVqM8O.gifv
L756[07:05:49] <Inari> http://imgur.com/gallery/vYzCQ ew..
L757[07:06:00] <Vexatos> Inari, yes
L758[07:06:06] <Inari> good :3
L759[07:06:28] ⇨ Joins: xarses_ (~xarses@c-73-202-191-48.hsd1.ca.comcast.net)
L760[07:08:55] ⇦ Quits: xarses (~xarses@c-73-202-191-48.hsd1.ca.comcast.net) (Ping timeout: 202 seconds)
L761[07:11:05] <Inari> http://i.imgur.com/hawxOrQ.jpg
L762[07:11:39] ⇨ Joins: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L763[07:11:51] * Skye throws knives at Inari
L764[07:12:01] <Inari> lewd knives? :o
L765[07:12:16] * Skye faceplams
L766[07:13:12] ⇦ Quits: cpup (~cpup@32.218.118.34) (Ping timeout: 186 seconds)
L767[07:13:41] <Inari> http://i.imgur.com/BcYTclL.jpg
L768[07:14:25] <Forecaster> makes sense
L769[07:14:36] * Inari glomps Forecaster
L770[07:14:37] <Forecaster> you'll want to watch them in case they explode, so you'll know right away
L771[07:14:40] <Inari> im bored D:
L772[07:15:39] <Forecaster> that is usually why one browses imgur :P
L773[07:16:13] <Ember_Primrose> :D
L774[07:17:13] <Forecaster> you should go on a quest to acquire one of these: http://imgur.com/qzvfBXD
L775[07:17:15] <Skye> Inari, those regulations are dangerous to my sister, as my sister needs medicine or she will have a dangerous sister.
L776[07:17:47] ⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098) (Ping timeout: 202 seconds)
L777[07:17:53] <Inari> your sister needs medicine or she wil have a dangerous sister? what
L778[07:17:54] * ade124 is playing too much factorio
L779[07:18:04] <Skye> s/sister/seizure
L780[07:18:05] <MichiBot> <Inari> your seizure needs medicine or she wil have a dangerous sister? what
L781[07:18:10] <Skye> ...
L782[07:18:12] <Skye> >_<
L783[07:18:19] <Skye> Inari, those regulations are dangerous to my sister, as my sister needs medicine or she will have a dangerous seizure.
L784[07:18:20] <Inari> lol
L785[07:18:25] <Inari> :p
L786[07:18:30] <Skye> it stops her from breathing
L787[07:18:34] <Inari> ouch
L788[07:18:47] ⇨ Joins: cpup (~cpup@32.218.112.236)
L789[07:19:29] ⇨ Joins: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L790[07:19:44] <Ember_Primrose> Each liter is full HD, I wonder how many HD's to gallon that works out to.
L791[07:21:20] <Inari> payonel: http://imgur.com/gallery/Cr5uK
L792[07:22:06] <Izaya> Well,
L793[07:22:11] <Izaya> after about half an hour in KDE
L794[07:22:14] <Izaya> it's not as bad as GNOME 3
L795[07:22:18] <Inari> payonel: http://imgur.com/gallery/DcQ8iop
L796[07:22:28] <Izaya> I haven't tried to murder anyone yet so that's a start
L797[07:23:28] * Skye gives Izaya a knife
L798[07:23:33] <Ember_Primrose> lol http://imgur.com/gallery/VNaeN
L799[07:23:39] <Izaya> are you sure that's a good idea Skye?
L800[07:23:44] <Izaya> also
L801[07:23:52] <Izaya> box is currently using 1GB RAM
L802[07:24:01] <Izaya> I haven't even started FF yet
L803[07:24:21] <Inari> http://i.imgur.com/5bhpb19.jpg
L804[07:24:39] <Inari> [14:23:04] <Izaya> I haven't tried to murder anyone yet so that's a start
L805[07:24:42] <Inari> that surpsrising for your name
L806[07:25:23] <Ember_Primrose> %addquote Izaya I haven't tried to murder anyone yet so that's a start
L807[07:25:25] <MichiBot> Ember_Primrose: Quote added at id: 514951
L808[07:25:50] <Izaya> ah wonderful
L809[07:25:55] <Forecaster> http://imgur.com/aomnFYY
L810[07:25:55] <Izaya> KDE doesn't want me to delete these
L811[07:26:00] <Izaya> it wants me to move them to the trash
L812[07:26:07] <Izaya> now I might try to murder someone
L813[07:26:16] <Inari> payonel: http://imgur.com/aomnFYY
L814[07:26:36] <Izaya> fuck this
L815[07:26:39] <Izaya> I'm going back to XFCE
L816[07:27:05] <Skye> Izaya, make your own desktop environment? :P
L817[07:27:07] <Forecaster> Inari: was that a coincidence or did you copy my link :P
L818[07:27:34] <Inari> Forecaster: good quesiton
L819[07:27:37] <Izaya> Skye: far too tempting
L820[07:27:39] ⇨ Joins: CoderPuppy (~cpup@32.218.112.253)
L821[07:27:46] <Izaya> a WXWidgets-based DE could be interesting
L822[07:27:49] <Inari> Forecaster: either i stumbled onto it or i opened it and thoguth is tumbled onto it
L823[07:27:50] <Inari> :D
L824[07:27:56] <Forecaster> :P
L825[07:28:10] <Inari> anyway, now payo will see it
L826[07:28:16] <Ember_Primrose> thoguth?
L827[07:28:21] <Inari> thought
L828[07:29:04] <Izaya> Conclusion: wmaker > KDE5
L829[07:29:06] <Ember_Primrose> ahh, sry brain broke there
L830[07:30:52] <Ember_Primrose> ew, http://imgur.com/gallery/fyyel
L831[07:30:55] <Skye> SKDE
L832[07:31:24] <ade124> <- KDE5 user
L833[07:31:47] ⇦ Quits: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout: 182 seconds)
L834[07:32:31] ⇦ Quits: cpup (~cpup@32.218.112.236) (Ping timeout: 384 seconds)
L835[07:32:44] <Inari> Ember_Primrose: ew
L836[07:33:00] <Ember_Primrose> that first one , ey
L837[07:34:13] <ade124> Maybe I should switch to i3
L838[07:34:27] <Izaya> ade124: it's okayish
L839[07:34:31] <Izaya> single monitor?
L840[07:34:34] <Forecaster> Ember_Primrose: ew indeed
L841[07:34:36] <ade124> yep, laptop
L842[07:34:41] <Izaya> ah
L843[07:34:43] <Izaya> see I have 3 monitors
L844[07:34:46] <Izaya> and the panels in KDE suck
L845[07:34:56] <Izaya> they refuse to stretch across monitors
L846[07:35:04] <ade124> Do they?
L847[07:35:16] <Inari> heh http://i.imgur.com/V6A2YvJ.jpg
L848[07:35:26] <Izaya> well they refused to when I just tried
L849[07:35:31] <Izaya> apparently support for that is WONTFIX
L850[07:35:32] <Izaya> so
L851[07:35:40] <Izaya> it can fuck off until the panels are as good as XFCE's
L852[07:35:54] <Skye> Izaya, what would your desktop environment be?
L853[07:36:21] <ade124> Okay... What DE do you recommend? I have a laptop to slap arch on and almost everything is available on arch
L854[07:36:37] <Inari> germany is the best DE
L855[07:36:38] <Izaya> ade124: oh it'd work fine on a single monitor I imagine
L856[07:36:41] * ade124 slaps arch on my Macbook
L857[07:36:41] * EnderBot2 laughs
L858[07:36:50] <Izaya> ew that hardware though
L859[07:37:02] <Ember_Primrose> %Inari
L860[07:37:03] <ade124> <- Too cheap to buy another laptop
L861[07:37:04] <MichiBot> Ember_Primrose: http://i.imgur.com/XoYgHyi.jpg
L862[07:37:15] <Izaya> you could sell that for half the price you bought it for
L863[07:37:19] <Izaya> buy a better laptop for half of that
L864[07:37:25] <Izaya> then spend the other half on whatever
L865[07:37:28] <Skye> Izaya, what parts will your DE be made of?
L866[07:37:34] <Izaya> Skye: I dunno
L867[07:37:40] <ade124> <- Bought a 512GB SSD for around $500
L868[07:37:54] <Izaya> I'd probably abuse awesome until it did what I wanted
L869[07:37:54] <ade124> <- Had it bundled with a macbook
L870[07:38:16] <Skye> XFCE? :P
L871[07:38:41] <ade124> What's the best desktop environment / window manager?
L872[07:38:51] <Izaya> There is no best
L873[07:38:54] <Inari> http://i.imgur.com/hhjr0gF.jpg xD
L874[07:38:57] <ade124> So... What do you use
L875[07:38:58] <Izaya> but if there was it wouldn't be GNOME 3
L876[07:39:07] <Izaya> I use XFCE personally
L877[07:39:16] <Izaya> because the panels are godly and the window manager itself is abusable
L878[07:39:23] <ade124> GNOME... *Murders a million kittens*
L879[07:39:38] <ade124> KDE's nicer, but only if you like bloatr
L880[07:39:40] <ade124> *bloat
L881[07:39:51] <Izaya> plasma-desktop was only ~100M
L882[07:40:38] <ade124> LXDE's the "My Computer is utter ŝit / I hate bloat" Desktop environment
L883[07:41:13] <Izaya> you could always drop the DE and build something with a WM and a few applications
L884[07:41:31] <Izaya> wmaker is nice provided you aren't on the modern/material/apple/microsloth design bandwagon
L885[07:41:44] <ade124> So... what WM? (I am on the material bandwagon, sorry)
L886[07:42:01] <Skye> Izaya, so your DE would have XFCE panels
L887[07:42:12] <Izaya> Skye: they are the best panels
L888[07:42:22] <Izaya> 15 years worth of work
L889[07:42:40] <Ember_Primrose> Forecaster, what are youu doing>
L890[07:42:42] <Izaya> useful features
L891[07:42:43] <Izaya> etc etc
L892[07:42:49] * ade124 kind of wants to pretend to be using a mac despite my hardware being 100% compatible with hackintosh
L893[07:43:07] <Izaya> ade124: I have no idea as I can't stand all of this 'modern' design
L894[07:43:21] <Forecaster> Ember_Primrose: playing a round of gungeon currently
L895[07:43:22] <Izaya> we're not running fucking 486s there's no reason to only draw solid colours
L896[07:43:30] <Ember_Primrose> :3
L897[07:43:39] <Ember_Primrose> stream is today right?
L898[07:43:41] <Skye> Izaya, WindowMaker + XFCE panels? :P
L899[07:44:05] <Forecaster> yep
L900[07:44:13] <Izaya> Skye: ehhh wmaker has its issues
L901[07:44:21] <Izaya> I'd probably mod awesome into doing what I wanted it to do
L902[07:44:35] <ade124> Modern design: Saves GPU power!(tm)
L903[07:44:36] <Izaya> I don't have to touch xlib or anything and it gives me a lot of flexibility
L904[07:44:36] <Ember_Primrose> when though?
L905[07:44:49] <Izaya> ade124: except somehow it uses more than the crappy eye-candy than in Windows 7
L906[07:44:51] <Izaya> I don't understand
L907[07:44:55] <Forecaster> same time as last time :>
L908[07:44:57] <ade124> (seriously though, flat colors are probably easier to render than weird things)
L909[07:45:08] <Izaya> THEN WHY DO THEY TAKE MORE POWER TO RENDER
L910[07:45:11] <Izaya> ANSWER ME THAT
L911[07:45:18] <Izaya> Sorry, I feel rather strongly about this
L912[07:45:20] <ade124> IDK
L913[07:45:27] <ade124> OLED screens maybe
L914[07:45:44] <Ember_Primrose> 8?
L915[07:45:59] <Skye> Izaya, it's easier to mock up in powerpoint
L916[07:46:08] <Izaya> Skye: oh right
L917[07:46:09] <Izaya> that
L918[07:46:11] <Izaya> that
L919[07:46:13] <Izaya> yes
L920[07:46:26] <Izaya> y'know what though
L921[07:46:31] * ade124 mocks up GUIs in notepad
L922[07:46:33] <Izaya> I wouldn't mind 'modern' design
L923[07:46:39] <Izaya> if it wasn't SHOVED DOWN MY THROAT
L924[07:46:58] * Izaya glares at Red Hat/the gtk3 devs in an attempt to spontaneously combust them
L925[07:47:05] <ade124> KDE 5 has a "Oxygen" theme that would probably look tolerable
L926[07:47:24] <Izaya> tried it
L927[07:47:28] <Izaya> looks a different sort of shit
L928[07:47:32] <Izaya> :D
L929[07:47:34] <Skye> I like the windows 10 task bar
L930[07:47:40] <ade124> D:
L931[07:47:47] <Izaya> I dislike the search part of the windows 10 task bar
L932[07:47:51] <Izaya> or rather the surveillance device
L933[07:47:54] <Skye> if the window titles looked the same as the task bar, then it'd look a lot nicer
L934[07:47:56] <Izaya> that you can no longer turn off
L935[07:48:05] <ade124> I do agree that freedom of choice is everything though
L936[07:48:08] <Skye> Inari, I'm talking about the colour / shade / transparency
L937[07:48:17] <Skye> s/Inari/Izaya/
L938[07:48:17] <MichiBot> <Skye> Izaya, I'm talking about the colour / shade / transparency
L939[08:00:16] <Forecaster> Ember_Primrose: yes
L940[08:00:58] <Ember_Primrose> \o/
L941[08:14:31] * ade124 finally decides to actually install arch
L942[08:21:05] ⇨ Joins: Nachtara (~Nachie@50-83-108-134.client.mchsi.com)
L943[08:21:46] * Saphire nibbles on Lizzy and vifino
L944[08:22:35] * Skye nibbles on Saphire
L945[08:22:49] * ade124 calls the police
L946[08:23:14] * Forecaster arrests ade124
L947[08:23:43] * ade124 pretends to be mute
L948[08:24:29] * Forecaster knows you're not because you placed the call
L949[08:25:05] * ade124 continues to pretend to be mute since everything I say can and will be used against me in court
L950[08:25:32] <Forecaster> who said there'd be a court? :D
L951[08:25:43] * Forecaster throws ade124 into the #oc dungeon
L952[08:25:45] <Skye> uh
L953[08:25:54] <Skye> get the goddesses to determine guilt
L954[08:26:39] * ade124 calls god
L955[08:26:51] ⇨ Joins: Kimiro (~MobileDra@199-7-159-77.eng.wind.ca)
L956[08:26:59] *** ade124 is now known as |god
L957[08:27:13] <|god> ade124 is guilty, throw him in hell
L958[08:27:17] *** |god is now known as ade124
L959[08:27:19] <ade124> Oh noes
L960[08:27:38] * ade124 gets thrown into hell
L961[08:27:51] <Forecaster> well, it's out of my hands now
L962[08:28:30] * Kimiro throws a hotdog down a hallway
L963[08:29:27] <Inari> Forecaster: its lewdly in someone else hands? :3
L964[08:29:44] <Forecaster> probably
L965[08:29:58] <Forecaster> I dunno what goes on down there, might be lewd :P
L966[08:30:11] <Forecaster> the #oc dungeon probably has tentacles, hell probably has more
L967[08:30:17] * Kimiro takes Inari to the lewd room.
L968[08:30:19] ⇨ Joins: techno156 (~techno156@137.154.59.237)
L969[08:30:26] <Inari> D: thats pretty lewd
L970[08:30:53] ⇨ Joins: cpup (~cpup@32.218.113.98)
L971[08:31:08] * Kimiro brings Forecaster too
L972[08:33:15] ⇦ Quits: CoderPuppy (~cpup@32.218.112.253) (Ping timeout: 192 seconds)
L973[08:34:01] <Ember_Primrose> D:
L974[08:35:50] * Kimiro drags Ember_Primrose along as well.
L975[08:35:55] * Forecaster is socially awkward and sits in a corner reading a book
L976[08:36:35] * Ember_Primrose tries to stay safe by hugging Inari
L977[08:40:29] * Kimiro has brought his three 'victims' to a quaint Victorian-style yes room with a full breakfast service laid out.
L978[08:40:50] <Kimiro> Tea room... WTF is a yes room?
L979[08:41:06] <Ember_Primrose> but its evening :D
L980[08:42:41] <Kimiro> Well then it's breakfast for dinner
L981[08:42:51] <Ember_Primrose> :D
L982[08:43:07] * Ember_Primrose noms the biscuit
L983[08:43:20] <Ember_Primrose> s/biscuit/biscuits
L984[08:43:20] <MichiBot> <Ember_Primrose> *** noms the biscuits
L985[08:44:03] * Kimiro nibbles some French toast
L986[08:45:18] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
L987[08:48:01] * Skye watches from the ceiling
L988[08:48:55] * ade124 eats popcorn
L989[08:49:01] * Kimiro exploits the subjective gravity to pour maple syrup over Skye
L990[08:49:14] <Skye> (how do you know I'm there)
L991[08:49:17] <ade124> Kimiro, you're arrested for French Toast Abuse
L992[08:49:47] * Inari hugs Ember_Primrose :3
L993[08:49:59] <Ember_Primrose> :3
L994[08:50:13] <Inari> https://i.redditmedia.com/ugGg9iERIXeIOb2FW8DKMdLJ3ItLrODo7xWMFhrWYzQ.jpg?w=576&s=4bf6d7552c18da8b5929c8a0ddf1f330 thats a neat umbrella
L995[08:51:59] <Forecaster> http://imgur.com/PuhMIOt
L996[08:52:15] <Kimiro> (I'm an omniscient, nigh-omnipotent psychic projection of what basically amounts to a dragon god.)
L997[08:52:28] <Forecaster> dammit computer, not that one D:<
L998[08:52:31] <Forecaster> http://imgur.com/n91ZIRZ
L999[08:53:06] <Kimiro> ade124: You're under arrest for impersonating a public server.
L1000[08:53:30] <ade124> *gets thrown in hell again
L1001[08:53:32] <Izaya> Hey
L1002[08:53:48] <Izaya> anyone have a picture of a sign saying 'beware of drones' by chance?
L1003[08:54:19] <Inari> Kimiro: you're Saphire's god?
L1004[08:55:00] <Inari> Forecaster: im confused
L1005[08:55:06] <Inari> why are there bubbles, and what todes it pick out
L1006[08:55:52] <Kimiro> Inari: ...Yes.
L1007[08:56:06] <Inari> Kimiro: whys 200 the legal age for dragons?
L1008[08:56:27] <ade124> Wait, isn't it 201?
L1009[08:57:24] <Forecaster> I dunno, it's cute :P
L1010[08:57:24] <Kimiro> Better question: Why is the legal age for humans somewhere between 14 and 21, depending on where you happen to be?
L1011[08:57:53] <ade124> The legal age for having "fun" in Japan is 13 IIRC
L1012[08:58:13] ⇨ Joins: Michiyo (~Michiyo@mail.pc-logix.com)
L1013[08:58:21] zsh sets mode: +o on Michiyo
L1014[08:58:51] <Kimiro> Googling "age of consent in Japan" will get you a picture of a glowering white guy.
L1015[08:59:14] <ade124> ...
L1016[08:59:44] <ade124> "consent", one of these words that humans invented to pretend to sound classy
L1017[09:00:09] * Kimiro consents to allowing you all to continue to live
L1018[09:02:31] <ade124> Great, The LED on the charger used to be orange but now it's white for some odd reason
L1019[09:02:49] <Forecaster> you need to refill the orange
L1020[09:02:52] <Forecaster> obviously
L1021[09:02:56] <nxsupert> ...
L1022[09:03:12] <nxsupert> Reading the previous conversation. WTF?
L1023[09:03:20] <Forecaster> %quote
L1024[09:03:21] <MichiBot> Quote #38: <Skye> %addquote vifino %addquote Skye %addquote vifino %addquote Lizzy %quote Lizz
L1025[09:04:34] <Kimiro> nxsupert: Welcome to IRC, where the conversation is made up and the topic doesn't matter.
L1026[09:04:49] <Forecaster> and the points don't matter either
L1027[09:05:11] <Michiyo> %+10 Forecaster
L1028[09:05:12] <MichiBot> Michiyo: Forecaster now has 11 points
L1029[09:05:22] <Forecaster> :P
L1030[09:05:25] <nxsupert> Points?
L1031[09:05:26] <ade124> %+1000 Forecaster
L1032[09:05:29] <MichiBot> ade124: Forecaster now has 1011 points
L1033[09:05:34] <ade124> I wonder if that works... yep
L1034[09:05:34] <nxsupert> %help
L1035[09:05:50] <Michiyo> most bot commands don't work from the discord side
L1036[09:06:01] <Michiyo> quotes do..
L1037[09:06:03] <Michiyo> umm..
L1038[09:06:06] <nxsupert> Thats better
L1039[09:06:07] <nxsupert> Thats better
L1040[09:06:08] <Michiyo> not many others
L1041[09:06:10] <ade124> %+2147483646 Forecaster
L1042[09:06:10] <MichiBot> ade124: Forecaster now has 2147484657 points
L1043[09:06:16] <nxsupert> Ooops
L1044[09:06:23] <nxsupert> %help
L1045[09:06:35] <nxsupert> Uhh
L1046[09:06:38] <ade124> nice, no integer overflow fun
L1047[09:06:46] <Michiyo> do %commands, then %help command
L1048[09:06:48] <ade124> %-1000000000000 ade124
L1049[09:06:54] <ds84182> Oh, yes there is integer overflow
L1050[09:06:57] <nxsupert> %commands
L1051[09:06:57] <Michiyo> IF a command has any help registered
L1052[09:06:58] <ds84182> It's a long
L1053[09:07:19] <ade124> nice, so I'll have to type something that's probably longer than the digits of pi
L1054[09:07:24] <nxsupert> %help
L1055[09:07:28] <Kimiro> %-9001 ade124
L1056[09:07:39] <Michiyo> %help drama
L1057[09:07:42] <Michiyo> like that ^
L1058[09:07:43] <nxsupert> %1337
L1059[09:07:43] <MichiBot> nxsupert:
L1060[09:07:48] <nxsupert> ....
L1061[09:07:55] <Michiyo> %1337 it takes a string
L1062[09:07:55] <MichiBot> Michiyo: 1t t@k3s a s+r1n9
L1063[09:08:00] <ade124> %commands
L1064[09:08:11] <ade124> %Inari
L1065[09:08:11] <MichiBot> ade124: http://i.imgur.com/XoYgHyi.jpg
L1066[09:08:18] <nxsupert> ....
L1067[09:08:30] <nxsupert> %stats
L1068[09:08:30] <MichiBot> nxsupert: Stats: https://oclogs.pc-logix.com/stats.html
L1069[09:08:34] <Forecaster> %listquotes Forecaster
L1070[09:08:35] <MichiBot> User <Forecaster> has 3 quotes: 59, 73, 75
L1071[09:08:46] <Forecaster> %quote #73
L1072[09:08:46] <MichiBot> Quote #73: <Forecaster> D:<
L1073[09:09:03] <Michiyo> %stats Michiyo
L1074[09:09:04] <MichiBot> Michiyo: Stats: https://oclogs.pc-logix.com/user?cid=oc&nick=Michiyo
L1075[09:09:21] <nxsupert> %stats nxsupert
L1076[09:09:21] <MichiBot> nxsupert: Stats: https://oclogs.pc-logix.com/user?cid=oc&nick=nxsupert
L1077[09:09:34] <ade124> %hjælp
L1078[09:09:40] <Forecaster> http://imgur.com/qznqiml
L1079[09:09:46] <nxsupert> %yes
L1080[09:09:46] <MichiBot> nxsupert: no
L1081[09:09:46] <ade124> Nope, it doesn't speak danish
L1082[09:09:52] <ade124> %ja
L1083[09:10:10] <ade124> %taler du dansk
L1084[09:10:25] <Forecaster> it "speaks" Java :P
L1085[09:10:33] <Michiyo> ^ :p
L1086[09:10:46] <ade124> :p
L1087[09:10:48] <nxsupert> %drama
L1088[09:10:49] <MichiBot> nxsupert: Eloraam bans Searge from using Forge in ATLauncher
L1089[09:10:55] <Kimiro> %1337 If you can read this then Jabba no Wookie nipple pinchy.
L1090[09:10:55] <MichiBot> Kimiro: if y0u c@n r3aD +h1s tHeN jaBb@ No W0oKi3 NiPpLe p1nChJ.
L1091[09:10:57] <ade124> %dramaalert
L1092[09:11:01] <nxsupert> Umm.
L1093[09:11:02] <ade124> %drama
L1094[09:11:03] <MichiBot> ade124: RichardG tweets not to use the Mojang launcher with ComputerCraft
L1095[09:11:11] <Gwyndolin> LETS GET ROIIIIGHT
L1096[09:11:13] <nxsupert> %drama
L1097[09:11:13] <MichiBot> nxsupert: Extra Cells adds potential login stealers that only breaks in Technic
L1098[09:11:13] <ade124> So... what launcher to use with CC
L1099[09:11:23] <ade124> INTO THE NOOOOOOOSE
L1100[09:11:24] <nxsupert> hahahaha
L1101[09:11:27] <nxsupert> %drama
L1102[09:11:28] <MichiBot> nxsupert: Cloudy fixes crafting in Artifice to be unlike MineChem
L1103[09:11:35] <ade124> %drama
L1104[09:11:36] <MichiBot> ade124: copygirl steals code from Rotatable Blocks
L1105[09:11:39] <Kimiro> Lol
L1106[09:11:42] <nxsupert> %drama
L1107[09:11:43] <MichiBot> nxsupert: OpenComputers breaks bees in Tekkit
L1108[09:11:46] <Kimiro> %drama
L1109[09:11:47] <MichiBot> Kimiro: jadedcat steals code from Extra Bees
L1110[09:11:52] <ade124> %drama
L1111[09:11:52] <MichiBot> ade124: RS485 steals code from Opis
L1112[09:11:54] <nxsupert> ....
L1113[09:11:55] <Michiyo> staaaahp
L1114[09:12:22] <ade124> Can you make a version of this using PMs
L1115[09:12:26] <Michiyo> no
L1116[09:12:28] <Michiyo> :D
L1117[09:12:38] <nxsupert> C'est drôle.
L1118[09:12:47] <ade124> How am I going to get rooooooooit into the nuuuuuus then
L1119[09:12:52] <Forecaster> could? probably? can be bothered? nah
L1120[09:13:45] * Kimiro eats Forecaster
L1121[09:13:50] <Forecaster> ade124: take a left after alberque
L1122[09:14:35] <Forecaster> I'm inedible I'm afraid
L1123[09:15:17] <ade124> kimiro, you're arrested for forecaster abuse
L1124[09:15:28] <Ember_Primrose> Forecaster, my fav gun now. : http://enterthegungeon.gamepedia.com/Yari_Launcher
L1125[09:15:49] <Forecaster> I don't have that yet :>
L1126[09:16:11] <Ember_Primrose> it really good :D
L1127[09:16:13] <Forecaster> http://imgur.com/ihT6i
L1128[09:16:16] <ade124> :D I erased my OS X volume by accident
L1129[09:17:10] ⇨ Joins: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L1130[09:17:43] <Kimiro> ade124: Divine predators rights.
L1131[09:19:09] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de) (Ping timeout: 192 seconds)
L1132[09:19:35] <Ember_Primrose> Forecaster, 404
L1133[09:19:38] * ade124 had his files backed up (thank god)
L1134[09:19:51] <ade124> Imgur hates forecaster
L1135[09:20:16] <Forecaster> I guess they made it private or something
L1136[09:20:25] <Forecaster> because I can still see it in my favs
L1137[09:20:40] <Ember_Primrose> screenshot
L1138[09:20:45] <Forecaster> it's a gif
L1139[09:20:47] <Forecaster> http://imgur.com/tKDr77R
L1140[09:20:59] ⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098) (Ping timeout: 202 seconds)
L1141[09:21:01] * Kimiro eats Ember_Primrose
L1142[09:21:07] <Forecaster> direct link http://i.imgur.com/Y4XEOhs.gif
L1143[09:21:22] * Forecaster puts a seal on Ember_Primrose protecting her against dragon gods
L1144[09:21:55] ⇦ Quits: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout: 202 seconds)
L1145[09:22:04] <Ember_Primrose> Forecaster, i got dis
L1146[09:22:17] <ade124> IRC, where anything is talked about and the channel and the topic doesn't matter
L1147[09:22:18] ⇦ Quits: Nachtara (~Nachie@50-83-108-134.client.mchsi.com) (Quit: Smell ya later!)
L1148[09:22:19] <Kimiro> Seal is delicious anyways.
L1149[09:22:20] <Ember_Primrose> %listquotes Ember_Primrose
L1150[09:22:22] <MichiBot> User <Ember_Primrose> has 4 quotes: 60, 62, 63, 67
L1151[09:22:37] <Ember_Primrose> %quote #62
L1152[09:22:37] <MichiBot> Quote #62: <Ember_Primrose> Ember sets you on fire.
L1153[09:22:45] <Michiyo> Ember_Primrose, 43rd
L1154[09:23:20] <ade124> %listquotes ade124
L1155[09:23:22] <MichiBot> ade124: No quotes found for ade124
L1156[09:23:28] <ade124> %listquotes ade124|notaway
L1157[09:23:29] <MichiBot> ade124: No quotes found for ade124|notaway
L1158[09:23:35] <ade124> %listquotes ade124|maybeaway
L1159[09:23:35] <Kimiro> Setting a dragon on fire. That'll work.
L1160[09:23:35] <MichiBot> ade124: No quotes found for ade124|maybeaway
L1161[09:23:41] <Ember_Primrose> MichiBot, weeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
L1162[09:23:42] <ade124> %listquotes ade124|9_letters
L1163[09:23:42] <MichiBot> ade124: No quotes found for ade124|9_letters
L1164[09:23:43] <Saphire> meep?
L1165[09:23:45] <ade124> :D
L1166[09:24:12] ⇨ Joins: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L1167[09:24:14] * Kimiro pokes Saphire
L1168[09:24:23] * Saphire sets Kimiro on fire
L1169[09:24:24] <Ember_Primrose> it celestial, it damages everything
L1170[09:24:24] <ade124> %drama (Sorry, I'm too bored)
L1171[09:24:25] <MichiBot> ade124: PowerCrystals has a Patreon goal to add more annoying worldgen to Iguana Tweaks for 400$ a month
L1172[09:24:56] <Gwyndolin> %listquotes Daiyousei
L1173[09:24:56] <MichiBot> Gwyndolin: No quotes found for Daiyousei
L1174[09:24:58] <Gwyndolin> ° ͜ʖ°
L1175[09:25:01] <Ember_Primrose> Michiyo, that weeee was meant to you, and thanks for the update
L1176[09:25:08] <Ember_Primrose> oh and how are you
L1177[09:25:10] <Michiyo> :P
L1178[09:25:15] <ade124> ... turned glottal stop?
L1179[09:25:31] * Lizzy yawns
L1180[09:25:36] <Michiyo> I'm kinda meh
L1181[09:25:42] <Forecaster> >:
L1182[09:25:52] <Ember_Primrose> Lizzy pets vififno IRL
L1183[09:26:08] * Ember_Primrose slaps her fingers
L1184[09:26:08] * EnderBot2 high-fives Ember_Primrose
L1185[09:26:20] * Skye hugs Saphire
L1186[09:26:21] <Ember_Primrose> Michiyo, how so?
L1187[09:26:25] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
L1188[09:26:35] <ade124> ... how do I actually make italic things
L1189[09:26:36] <Kimiro> Ember_Primrose: But you forget one thing.
L1190[09:26:47] <Kimiro> Omae wa mou shindeiru.
L1191[09:26:50] <Vexatos> vifino = Lizzy confirmed
L1192[09:26:54] * ade124 slaps EnderBot1
L1193[09:26:54] * EnderBot2 chuckles
L1194[09:27:12] <Lizzy> na, me and vifino have been snuggling
L1195[09:27:19] <Lizzy> now we're getting icecream
L1196[09:27:21] <Ember_Primrose> in hexchat do control i
L1197[09:27:28] <ade124> [b] Nope, doesn't work. [/b]
L1198[09:27:38] <Ember_Primrose> oooo, icecreams :3
L1199[09:27:42] <ade124> <b>Why would I think HTML work?</b>
L1200[09:27:50] <Forecaster> I want icecream >:
L1201[09:27:58] <ade124> *Markdown FTW*
L1202[09:27:58] <Ember_Primrose> *Like DIS*
L1203[09:28:03] <Ember_Primrose> no
L1204[09:28:04] * Kimiro gives Forecaster eyescream
L1205[09:28:18] <Forecaster> This isn't what I ordered!
L1206[09:28:22] * Forecaster throws it back
L1207[09:28:37] <ade124> the joys of English orthography
L1208[09:28:47] * Ember_Primrose orders her pet cthulu to eat Kimiro
L1209[09:28:50] * Vexatos gives Forecaster aye 's kreme!
L1210[09:28:51] <Kimiro> Yeah. But. I'm not your waiter, Forecaster.
L1211[09:29:10] <Ember_Primrose> :D
L1212[09:29:35] * ade124 needs to unplug the ethernet cable from his computer so he has to quit
L1213[09:29:35] <Kimiro> Ember_Primrose: I do love me some calamari.
L1214[09:29:39] ⇦ Quits: ade124 (~ade124@221.124.198.189) (Quit: It's probably 3am already)
L1215[09:29:39] <Lizzy> bold text
L1216[09:30:10] * Lizzy has her ice cream
L1217[09:30:12] <Forecaster> timit text
L1218[09:30:15] <Forecaster> timid*
L1219[09:31:11] <Kimiro> MaDnEsS tExT.
L1220[09:32:31] <Ember_Primrose> or in other words l33t
L1221[09:33:11] <Gwyndolin> |)i|) 4|\|'/0|\|3 54'/ £337
L1222[09:33:28] <Kimiro> Masturbatory navel gazing text.
L1223[09:34:40] *** medsouz|offline is now known as medsouz
L1224[09:35:02] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de) (Read error: Connection reset by peer)
L1225[09:35:48] ⇨ Joins: ade124 (~ade124@221.124.198.189)
L1226[09:35:58] <ade124> Great, internet recovery refuses to work
L1227[09:36:45] <Forecaster> the diving crew probably isn't read yet
L1228[09:37:28] <Kimiro> s/read/dead/
L1229[09:37:28] <MichiBot> <Forecaster> the diving crew probably isn't dead yet
L1230[09:37:42] <Lizzy> s/dead/in bed
L1231[09:37:42] <MichiBot> <Forecaster> the diving crew probably isn't in bed yet
L1232[09:37:45] <ade124> s/diving/divine
L1233[09:37:45] <MichiBot> <Forecaster> the divine crew probably isn't in bed yet
L1234[09:39:08] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
L1235[09:40:10] <Forecaster> > . >
L1236[09:42:12] <gamax92> who's line is it anyways
L1237[09:42:19] ⇦ Quits: Nentify (uid14943@id-14943.highgate.irccloud.com) (Quit: Connection closed for inactivity)
L1238[09:43:51] * ade124 wants to murder everyone since his OS X USB is missing
L1239[09:44:04] <gamax92> go find it instead of murdering me
L1240[09:44:22] <ade124> It's a lot harder than it seems
L1241[09:44:48] <gamax92> oh ;o
L1242[09:47:14] <Michiyo> https://scontent-ams3-1.xx.fbcdn.net/v/t1.0-9/13934650_1237508662968414_6984268322759427844_n.jpg?oh=7aedf334058c15500ea9f5bc7f6311e9&oe=585B4BDF
L1243[09:49:43] <Vexatos> how not to
L1244[09:51:38] <Forecaster> xD
L1245[09:52:35] <Skye> I wish I had more processor cores... I could multitask so much better
L1246[09:53:33] <Forecaster> sadly wetware isn't very upgradable yet
L1247[09:54:22] <Skye> ...
L1248[09:54:29] <Skye> I was talking about my desktop PC
L1249[09:54:33] <Skye> It has 20GB of RAM
L1250[09:54:50] <ade124> %addquote every time you open up a keyboard, you discover a new species
L1251[09:54:52] <MichiBot> ade124: Quote added at id: 89
L1252[09:55:14] <Skye> %quote #89
L1253[09:55:14] <MichiBot> Quote #89: <every> time you open up a keyboard, you discover a new species
L1254[09:58:16] <Michiyo> ._.
L1255[09:58:47] <Michiyo> I'm going to make fucking addquote check if the first arg is a fucking nick in the channel and kick the user if it isn't
L1256[09:58:54] <Michiyo> :D
L1257[09:59:11] <ade124> oops
L1258[09:59:25] <ade124> How about making it autocorrect? that'll be nicer won't it
L1259[09:59:37] <gamax92> Michiyo: enforce that the first word has brackets
L1260[09:59:46] <Michiyo> I'm not nice.
L1261[10:00:00] <ade124> Is it really that hard?
L1262[10:00:06] <ade124> I'm not sure
L1263[10:00:07] <Michiyo> I did that and people bitched that it had to have brackets
L1264[10:00:07] <Skye> what if it's quoting someone who's not here?
L1265[10:00:23] <gamax92> Michiyo: the lesson here is that everyone will bitch :D
L1266[10:00:51] <gamax92> so, be the bitch that we know, and ruin everyone's day by suddenly changing the syntax and adding in kicks :3
L1267[10:01:29] <S3> ok
L1268[10:01:31] <Michiyo> Or, I could just do that
L1269[10:01:42] <S3> can somebody test http://ufrealms.ddns.net:8080 ? I can't..
L1270[10:01:51] <S3> make sure it loads my stuff
L1271[10:02:14] <S3> for some reason when I go there it blocks me from this address heh
L1272[10:02:23] <Michiyo> Also, MichiBot can't kick
L1273[10:02:33] <Michiyo> otherwise I'd add antispam shit to it
L1274[10:02:41] <gamax92> S3: cgit
L1275[10:02:52] <ade124> https://www.youtube.com/watch?v=anwy2MPT5RE
L1276[10:02:52] <MichiBot> Monty Python - Spam | length: 3m 20s | Likes: 30843 Dislikes: 738 Views: 7245276 | by zumpzump
L1277[10:02:56] <gamax92> with your old OS thingy
L1278[10:02:59] <S3> gamax92: yay!
L1279[10:03:02] <S3> gamax92: I was hoping
L1280[10:03:06] <S3> gamax92: how fast did it load?
L1281[10:03:08] <gamax92> ade124: you know we have a bot for that :P
L1282[10:03:10] <gamax92> spam
L1283[10:03:15] <gamax92> EnderBot2: I TRUSTED YOU
L1284[10:03:17] <Gwyndolin> eggs
L1285[10:03:41] <gamax92> S3: seems pretty archaic and slow
L1286[10:03:48] <S3> okay
L1287[10:03:58] <gamax92> also what is this layout, 1754?
L1288[10:04:16] <ade124> egg and bacon. egg sausage and bacon, egg and spam, spam eggs and spam, ...
L1289[10:04:28] <gamax92> S3: you formatted the entire site using stone tablets
L1290[10:04:43] <S3> oh this site has been up for ages
L1291[10:04:50] <gamax92> :/
L1292[10:04:51] * ade124 would like to hit himself with a stone tablet
L1293[10:04:52] <S3> it's just I never exposed it
L1294[10:04:56] <gamax92> BSD Clause 3?
L1295[10:05:30] <S3> there are only 3 santa claus' in the world
L1296[10:05:35] <gamax92> I wish licenses would just go (HI IM SUCH AND SUCH) right at the beginning of them so that if you look at it you can very clearly tell what it is
L1297[10:05:42] <gamax92> instead of having to remember what licenses look like
L1298[10:05:52] <S3> it is a 3 clause BSD license
L1299[10:06:06] <S3> I generally use 3 clause BSD
L1300[10:06:43] <S3> the fourth clause is not important to me in the 4 clause BSD license, and the 2 clause BSD license doesn't protect the implied privacy of the developers
L1301[10:07:59] <S3> iirc, the 3 clause BSD license isn't that much different from MIT
L1302[10:09:02] <gamax92> yeah
L1303[10:09:19] <S3> ok I see, the MIT license is pretty much an oversimplified BSD license
L1304[10:09:43] <S3> there's also the IDGAF
L1305[10:09:58] ⇨ Joins: BearishMushroom (~BearishMu@90-231-174-194-no159.tbcn.telia.com)
L1306[10:10:00] <gamax92> well you can sublicense MIT
L1307[10:13:08] <S3> no
L1308[10:13:12] <S3> IDGAF license
L1309[10:13:14] <S3> like this
L1310[10:13:15] <S3> https://www1.maine.gov/cgi-bin/online/bmv/vanity/ShowPlate?PLATE_NUMBER=IDGAF&CLASS_CODE=LB
L1311[10:13:42] <S3> btw I'm upset
L1312[10:13:49] <S3> that license plate number is already taken :(
L1313[10:13:55] <S3> in my state
L1314[10:14:08] <gamax92> IDGAF Lobster
L1315[10:14:12] ⇨ Joins: Kimiro2 (~MobileDra@24.244.32.58)
L1316[10:14:18] <S3> yep
L1317[10:14:23] <S3> somebody already has an idgaf lobster
L1318[10:15:13] ⇦ Quits: Kimiro (~MobileDra@199-7-159-77.eng.wind.ca) (Killed (NickServ (GHOST command used by Kimiro2!~MobileDra@24.244.32.58)))
L1319[10:15:19] *** Kimiro2 is now known as Kimiro
L1320[10:16:51] ⇦ Quits: ade124 (~ade124@221.124.198.189) (Ping timeout: 190 seconds)
L1321[10:16:52] ⇦ Quits: Vexatos (~Vexatos@p200300556E2AE220F061FA2AA9C4FC5C.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
L1322[10:17:45] ⇨ Joins: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de)
L1323[10:17:45] zsh sets mode: +v on Vexatos
L1324[10:18:20] ⇨ Joins: ade124 (~ade124@221.124.198.189)
L1325[10:20:05] <S3> What should my license [plate say
L1326[10:20:52] *** kirby|gone is now known as mrkirby153
L1327[10:22:43] <Kimiro> S3: BEERME
L1328[10:22:54] <S3> lemme see
L1329[10:22:58] <Kimiro> 2DRUNK
L1330[10:23:14] <vifino> DRNKDRV
L1331[10:23:23] <Kimiro> ANUSTART
L1332[10:23:30] <vifino> erm, DNKDRV
L1333[10:23:50] <S3> beerme is unavailable
L1334[10:23:55] <S3> I know one
L1335[10:23:57] <gamax92> Anu Start
L1336[10:24:16] <gamax92> Oh jeez XD
L1337[10:24:23] <gamax92> found my old OCEmu2D
L1338[10:24:31] <S3> This one IS AVAILABLE!
L1339[10:24:33] <S3> https://www1.maine.gov/cgi-bin/online/bmv/vanity/ShowPlate?PLATE_NUMBER=WVWVWVW&CLASS_CODE=PC
L1340[10:24:52] <S3> the cops would hate you
L1341[10:25:35] <Skye> S3, haha
L1342[10:25:50] <Skye> My mum is from Maine
L1343[10:27:55] <S3> really?
L1344[10:28:06] <S3> where abouts?
L1345[10:28:29] <S3> Maine may seem like a small state because it has very few towns, but it is overall quite large
L1346[10:28:41] <S3> because there's no open space to drive, it's all woods
L1347[10:29:22] ⇦ Quits: techno156 (~techno156@137.154.59.237) (Quit: There are those who live without living. Don't be one of those.)
L1348[10:30:18] <Skye> S3, no idea
L1349[10:31:05] <ade124> Great, I found the OS X Drive
L1350[10:31:10] <ade124> Now I will spare 1 person
L1351[10:31:14] <ade124> Who should I spare?
L1352[10:31:48] ⇨ Joins: alexbuzzbee (~alexbuzzb@d-162-223-180-83.cpe.metrocast.net)
L1353[10:32:08] <Forecaster> Everybody, totally one person
L1354[10:32:19] <gamax92> Forecaster: no no, Everyone
L1355[10:32:20] <Forecaster> #loopholes
L1356[10:32:49] <ade124> "Everyone": Person not found
L1357[10:33:32] * ade124 proceeds to murder everyone
L1358[10:33:44] * gamax92 ignores ade124
L1359[10:33:49] * Skye ded
L1360[10:34:40] ⇦ Quits: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de) (Read error: Connection timed out)
L1361[10:34:43] * Forecaster hides behind Ember_Primrose's tails
L1362[10:35:22] <gamax92> Vexatos abandoned ship
L1363[10:35:23] ⇨ Joins: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de)
L1364[10:35:23] zsh sets mode: +v on Vexatos
L1365[10:35:31] <gamax92> oh, and then came back
L1366[10:35:32] * Ember_Primrose snipes ade124
L1367[10:35:36] <gamax92> Vexatos: it's not safe
L1368[10:36:00] <Ember_Primrose> you can't kill if yer ded
L1369[10:36:15] <gamax92> "YER DED"
L1370[10:36:27] * ade124 is immortal
L1371[10:36:35] <gamax92> No no no we aren't doing the immortal shit
L1372[10:36:38] <gamax92> you're dead.
L1373[10:37:00] <ade124> pkill *
L1374[10:37:59] * Kimiro sits on ade124's head
L1375[10:46:48] * ade124 realises that he has to install OS X in a freaking VM to get his OS X install disk
L1376[10:47:02] <Skye> ade124, I have an OS X el capitan VM
L1377[10:47:37] <ade124> It wouldn't be very legal to get a installer USB image through the internet would it
L1378[10:48:49] ⇨ Joins: Keanu73 (~Keanu73@host-92-25-101-89.as13285.net)
L1379[10:49:03] <gamax92> "fnuecke forked MinecraftForge/MinecraftForge to fnuecke/MinecraftForge"
L1380[10:49:18] <Forecaster> :O
L1381[10:50:01] <ade124> Ö
L1382[10:50:08] <gamax92> branch /spawn-entityitem-copy-capabilities
L1383[10:50:50] <ade124> Österreich
L1384[10:51:52] ⇦ Quits: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de) (Read error: Connection timed out)
L1385[10:52:04] <gamax92> https://github.com/MinecraftForge/MinecraftForge/pull/3163
L1386[10:52:25] ⇨ Joins: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de)
L1387[10:52:25] zsh sets mode: +v on Vexatos
L1388[10:53:07] ⇦ Quits: fingercomp (~fingercom@host-46-50-128-141.bbcustomer.zsttk.net) (Quit: .)
L1389[10:55:30] <gamax92> Vexatos
L1390[10:57:46] <gamax92> Sangar should put a tag on class transformer errors
L1391[10:57:56] ⇨ Joins: fingercomp (~fingercom@host-46-50-128-141.bbcustomer.zsttk.net)
L1392[10:58:08] <gamax92> so you can just search the log for a specific tag instead of the various phrases that may or may not be there
L1393[10:58:15] <Forecaster> I wish oc had a projector that could project full blocks
L1394[10:58:24] <Forecaster> so I could plan out a structure
L1395[10:59:07] <Inari> https://i.imgur.com/kS0qcf4.mp4 :3
L1396[10:59:23] <gamax92> %tell Sangar internet.request's documentation is wrong, can this be fixed? :D
L1397[10:59:38] <gamax92> Mimiru: the fuck did you do.
L1398[11:00:08] <Michiyo> Oh
L1399[11:00:09] <Michiyo> shit
L1400[11:00:22] <Michiyo> fix't
L1401[11:00:25] <Michiyo> gamax92, my bad
L1402[11:00:27] <Forecaster> http://imgur.com/qzMWOsJ
L1403[11:01:08] <Inari> https://www.reddit.com/r/aww/comments/4wfmuv/i_saw_a_trash_panda_for_the_first_time_yesterday/d66pbpi o_o
L1404[11:02:01] <gamax92> %tell Sangar internet.request's documentation is wrong, can this be fixed? :D
L1405[11:02:02] <MichiBot> gamax92: Sangar will be notified of this message when next seen.
L1406[11:02:30] <Forecaster> xD
L1407[11:02:47] <Inari> gamax92: make a PR?
L1408[11:03:07] <gamax92> yeah it seems like it ...
L1409[11:04:13] <gamax92> #lua string.gsub(print, "funct", "bundt")
L1410[11:04:25] <gamax92> :/
L1411[11:05:46] <gamax92> yeah not sure what asie is talking about in 1999
L1412[11:06:24] <gamax92> the only thing I see is that it also accepts numbers in it's string argument locations, but besides that no it does not just simply tostring everything
L1413[11:06:59] <asie> gamax92: i pointed out all i could find
L1414[11:07:06] <asie> effectively, tostring worked; if it's more intricate, well...
L1415[11:07:24] ⇨ Joins: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L1416[11:08:56] ⇦ Quits: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de) (Read error: Connection timed out)
L1417[11:09:06] <gamax92> also he doesn't override string.lower :P he just makes a local of it so that you can't modify it and hijack machine.lua
L1418[11:09:26] ⇨ Joins: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de)
L1419[11:09:26] zsh sets mode: +v on Vexatos
L1420[11:10:51] ⇦ Quits: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout: 190 seconds)
L1421[11:11:50] <gamax92> a fun thing: local SHORT_STRING = 500 -- use native implementations for short strings
L1422[11:12:06] <gamax92> Find an bad pattern in 500 characters or less that goes over the timeout :D
L1423[11:13:50] <Michiyo> "Sangar quits modding. Fans of Project: Red rage."
L1424[11:14:12] <Michiyo> <3 drama gen
L1425[11:14:13] <ade124> %drama
L1426[11:14:15] <MichiBot> ade124: Soaryn complains that Project: Red discussion doesn't belong on BitBucket
L1427[11:14:30] <ade124> %dramaalert
L1428[11:14:38] <Gwyndolin> IM YOUR HOST, KILLER KEEMSTAR
L1429[11:14:59] <ade124> LET'S GET ROOOOOOIIIIIIT INTO THE NUUUUUS
L1430[11:19:00] ⇦ Quits: ade124 (~ade124@221.124.198.189) (Remote host closed the connection)
L1431[11:21:37] <Inari> uh, kay
L1432[11:21:37] ⇨ Joins: ade124 (~ade124@221.124.198.189)
L1433[11:22:43] <alekso56> s/NUUUUUS/NUDES
L1434[11:22:44] <MichiBot> <ade124> LET'S GET ROOOOOOIIIIIIT INTO THE NUDES
L1435[11:26:02] ⇦ Quits: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de) (Read error: Connection timed out)
L1436[11:26:29] ⇨ Joins: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de)
L1437[11:26:29] zsh sets mode: +v on Vexatos
L1438[11:26:54] ⇨ Joins: Kodos (~Kodos@2602:306:ce20:6c30:7886:9b3c:fbf8:fe4c)
L1439[11:26:54] zsh sets mode: +v on Kodos
L1440[11:27:25] <Kodos> Anyone know how I can use a command shell (Windows 7, not OC) to run a string search over multiple files
L1441[11:32:27] <Forecaster> what do you mean by "string search"?
L1442[11:32:35] <Forecaster> what are you searching for?
L1443[11:32:50] <Kodos> Like if I have 100 text files, and I want to search all of them simultaneously to see if any of them have the word Derp, how would I do that
L1444[11:33:04] <Kodos> I'm not on linux so I can't just grep
L1445[11:33:06] <Forecaster> in the filename you mean?
L1446[11:33:06] <S3> simultaneouslyt? well you'd need a cluster
L1447[11:33:12] <S3> or a lot of cores
L1448[11:33:13] <S3> :D
L1449[11:33:14] <Kodos> No, in the file themselves
L1450[11:33:14] <S3> or threads
L1451[11:33:23] <S3> and you 'd need a lot of drives with parallel reading
L1452[11:33:32] <Forecaster> I use a program called Locate
L1453[11:33:45] <Forecaster> it's a lot better than W built in search
L1454[11:33:56] <S3> ew
L1455[11:33:58] <S3> don't use locate
L1456[11:34:01] <S3> slocate is awful
L1457[11:34:08] <Forecaster> works fine
L1458[11:34:13] <S3> imo it's a security risk
L1459[11:34:18] <Forecaster> how?
L1460[11:34:29] <S3> think about it
L1461[11:34:40] <Kimiro> %drama
L1462[11:34:40] <S3> I don't generate databases for slocate on my servers
L1463[11:34:41] <MichiBot> Kimiro: After a large amount of requests, ForgeCraft removes Not Enough Items
L1464[11:34:51] <Forecaster> not slocate
L1465[11:35:09] <S3> the locate command is part of slocate :P
L1466[11:35:27] <S3> now with SELinux involved
L1467[11:36:45] <Forecaster> http://locate32.cogit.net/ this is what I use
L1468[11:37:55] <S3> Oh we're talking Windows
L1469[11:38:03] <S3> it's already a security vulnerability then. Carry on :)
L1470[11:38:06] <Forecaster> yes...
L1471[11:38:08] <Forecaster> right
L1472[11:38:30] ⇨ Joins: |0xDEADBEEF| (~Numatron@chrono.i0i0.me)
L1473[11:38:45] <gamax92> oh deadbeef wasn't here
L1474[11:38:54] <Forecaster> Kodos: anyway, that can search file contents, and it's pretty good at it
L1475[11:39:41] <vifino> gamax92: i fixed it, you're welcome
L1476[11:39:59] <gamax92> Thank you vifino :3
L1477[11:40:07] * Forecaster continues trying to figure out how to block the y axis on his mouse
L1478[11:40:17] <S3> So today I drove somebody's Scion which was standard. Those things are very tiny. Now, Standards are easy to drive, but the clutch was the size of a Nintendo DS cartridge, the space under the dashboard was very tiny, and I had steel toed boots on, it was very interesting
L1479[11:41:55] <gamax92> s/steel toed boots/high heels/
L1480[11:41:55] <MichiBot> <S3> So today I drove somebody's Scion which was standard. Those things are very tiny. Now, Standards are easy to drive, but the clutch was the size of a Nintendo DS cartridge, the space under the dashboard was very tiny, and I had high heels on, it was very interesting
L1481[11:42:03] <S3> ...
L1482[11:42:06] <gamax92> :>
L1483[11:42:07] <S3> that'd be even worse
L1484[11:42:11] <gamax92> exactly!
L1485[11:42:19] <Kodos> Forecaster, how long does it take for the initial database update
L1486[11:42:28] <Inari> https://www.reddit.com/r/softwaregore/comments/4we1wk/i_tried_to_install_ubuntu_in_a_vm/d66r50h what
L1487[11:42:57] <Forecaster> Kodos: depends on the size of the drive, might take like 15-30 minutes
L1488[11:43:02] <Forecaster> I dunno
L1489[11:43:04] <Kodos> I don't have time for this shit
L1490[11:43:14] <Kodos> In 15-30 minutes I could have this done manually
L1491[11:43:23] <Kodos> And this is time sensitive
L1492[11:43:31] <Forecaster> I run a db update on boot
L1493[11:44:00] <gamax92> Inari: heh, back when monitors had no input safeguards
L1494[11:44:16] <Inari> http://akari.in/pinky_64Ngz ?
L1495[11:45:21] <gamax92> Why are you using a Japanese Command Prompt
L1496[11:45:50] <S3> because yen
L1497[11:45:53] ⇨ Joins: xilni (~xilni@96.241.23.87)
L1498[11:46:25] <flappy> gamax92: side effect of changing your locale but not the codepage iirc
L1499[11:46:38] <Skye> Inari, do you set your user account to a Japanese locale to play Japanese games? :P
L1500[11:47:33] <Inari> Skye: iirc it was setting the stuff for non-unicode programs or something like that, yeah
L1501[11:48:04] <Inari> so "normal" software displays \ just fine
L1502[11:48:09] <Inari> but some stuff goes wiht Yen-symbol
L1503[11:48:09] <Inari> :D
L1504[11:48:29] <Skye> Inari, there are tools that set the locale to be per program
L1505[11:48:43] <Inari> yeah, i have that too
L1506[11:49:11] <Inari> usually to get some particular game to run i have to try which combination of crap it likes
L1507[11:49:14] <Inari> and then i can tbe bothered changing it back
L1508[11:49:15] <Inari> :P
L1509[11:50:54] <Kodos> Forecaster, how big is your drive that it took 15-30
L1510[11:51:18] <Inari> now we're getting int othe intersting questions
L1511[11:51:22] <Inari> Forecaster: how big is your "drive"?
L1512[11:51:34] ⇦ Quits: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de) (Read error: Connection timed out)
L1513[11:51:43] <Kodos> Fuck around all you want, Inari, I'm trying to decide whether or not my marriage is over today
L1514[11:51:52] <Inari> what
L1515[11:52:02] ⇨ Joins: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de)
L1516[11:52:02] zsh sets mode: +v on Vexatos
L1517[11:52:03] <Inari> how did we go from grep to divorce
L1518[11:52:08] <Kodos> Fine, do you want the long version?
L1519[11:52:12] <Inari> of course :£
L1520[11:52:25] <Kodos> Had a nightmare about my wife cheating on me with a guy from SL. So, I decided when I woke up that I would just prove to my brain that it isn't true
L1521[11:52:27] <Kodos> Turns out it was
L1522[11:52:38] <Kodos> So I'm greping ALL the conversation logs to see who else she's been talking to
L1523[11:52:53] <Kodos> But I don't need my entire god damn hard drive databased
L1524[11:52:55] <ade124> <-grep
L1525[11:52:57] <Kodos> I know what folder I'm looking in
L1526[11:53:00] <Kodos> ade, I don't have linux
L1527[11:53:03] <ade124> oops, > grep
L1528[11:53:08] <Inari> my windows has grep
L1529[11:53:08] <Inari> :|
L1530[11:53:23] <Inari> as i tried to point out
L1531[11:53:25] <Inari> in that screenshot
L1532[11:53:35] <Inari> Kodos: also thats an odd nigthmare to have out of the blue :P
L1533[11:53:48] <Kodos> It's been building for some time
L1534[11:53:49] <Kodos> Long story
L1535[11:53:57] <Inari> ah,s o that was the tl;dr version
L1536[11:54:09] <ade124> > Windows -> Nonfree *TRIGGERED*
L1537[11:54:15] <Kodos> I don't have grep in my windows
L1538[11:54:20] <Inari> ade124: beahve your timers
L1539[11:54:26] <ade124> Ok
L1540[11:54:31] <Inari> use grepwin?
L1541[11:54:47] <Inari> http://stefanstools.sourceforge.net/grepWin.html its pretty nice
L1542[11:55:24] <Inari> so time-limited because your wife will be back eventually i'd guess :P
L1543[11:55:25] <ade124> Would it be viable to download cygwin or things like that?
L1544[11:59:50] <Gwyndolin> only if you would use something that doesnt have a windows port
L1545[11:59:57] <Gwyndolin> because cygwin is slow
L1546[12:00:37] <ade124> I do remember windows search being able to search inside files... I might be wrong though
L1547[12:08:00] ⇦ Quits: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de) (Read error: Connection timed out)
L1548[12:08:01] ⇨ Joins: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L1549[12:08:33] ⇨ Joins: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de)
L1550[12:08:33] zsh sets mode: +v on Vexatos
L1551[12:11:52] ⇦ Quits: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout: 186 seconds)
L1552[12:14:33] ⇦ Quits: Meow-J (~Meow-J@45.32.34.121) (Remote host closed the connection)
L1553[12:14:42] ⇨ Joins: Meow-J (~Meow-J@45.32.34.121)
L1554[12:15:42] ⇨ Joins: Kimiro2 (~MobileDra@24.244.32.31)
L1555[12:15:42] ⇦ Quits: Kimiro (~MobileDra@24.244.32.58) (Read error: Connection reset by peer)
L1556[12:16:28] *** Kimiro2 is now known as Kimiro
L1557[12:18:52] * ade124 has basically given up the legal route on obtaining OS X
L1558[12:24:51] ⇦ Quits: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de) (Read error: Connection timed out)
L1559[12:25:35] ⇨ Joins: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de)
L1560[12:25:35] zsh sets mode: +v on Vexatos
L1561[12:33:34] <S3> ade124: osx?
L1562[12:33:48] <S3> what is osx? I think that's a virus
L1563[12:33:54] <S3> I'm pretty sure
L1564[12:35:32] <Vexatos> So I went to a store today and asked for a laptop for university with sufficiently long battery life
L1565[12:35:38] <Vexatos> the best they could offer me was two hours...
L1566[12:35:40] <Vexatos> what.
L1567[12:36:31] <ade124> S3: Mac OS X, that thing you have on macs that "just works"
L1568[12:36:40] <Ember_Primrose> yay, 30 mins to go
L1569[12:36:54] <ade124> Vexatos: Pretty sure even my macbook pro has 7 hrs
L1570[12:37:23] <Vexatos> ade124, can't get a macbook though
L1571[12:37:30] <Skye> Vexatos, get a thinkpad
L1572[12:37:30] <Vexatos> I'd like not to waste money, you see >_>
L1573[12:37:43] <Skye> thinkpads cost a lot but they are decent
L1574[12:37:49] <Vexatos> :X
L1575[12:37:56] <ade124> Not a huge fan of China
L1576[12:37:56] <Skye> You could get a second hand thinkpad
L1577[12:38:03] * ade124 is from Hong Kong
L1578[12:38:04] <Skye> ade124, EVERYTHING IS MADE IN CHINA
L1579[12:38:21] <Vexatos> Why do laptops nowadays need 8-core 4GHz processors and 32 gigs of RAM ._.
L1580[12:38:36] <Skye> ade124, then get a used laptop
L1581[12:38:43] <Skye> money doesn't go to china
L1582[12:38:46] <Skye> :P
L1583[12:38:49] <ade124> Except my Phone, which is made in Korea; My monitor in Taiwan, My PSU in Japan, the Raspberry Pi 2 I have made in the UK; and lots of things
L1584[12:39:05] <Vexatos> I just want a god damn low-power laptop
L1585[12:39:09] <Vexatos> with a big battery
L1586[12:39:13] <Vexatos> Why is there no market for this
L1587[12:39:14] <Skye> Vexatos, chromebook
L1588[12:39:20] * ade124 is from Hong Kong and simply can't stand anything with the label "Made in China"
L1589[12:39:26] <Ember_Primrose> Vexatos, get a commodore 64
L1590[12:39:29] <alekso56> Vexatos: do it like me, bring a backpack with a slightly smaller motorcycle battery. inside
L1591[12:39:34] <Vexatos> ade124, I live in Germany and I like "Made in Germany" :>
L1592[12:39:43] <Vexatos> Ember_Primrose, last time I checked that wasn't a laptop
L1593[12:39:56] <Skye> Vexatos, ask Ben Heck to make it a laptop for you
L1594[12:40:05] * ade124 likes "Made in Hong Kong" too
L1595[12:40:12] <nxsupert> who?
L1596[12:40:15] <Ember_Primrose> AAAAHHH
L1597[12:40:16] <alekso56> Vexatos: buy a chrome pixel or something
L1598[12:40:18] <Ember_Primrose> NOSE BLEED
L1599[12:40:27] <Skye> Ember_Primrose, lewd!
L1600[12:40:30] <ade124> Fun fact: Actual Chinese people don't like "Made in China"
L1601[12:40:36] <ade124> That's why they come to HK
L1602[12:40:40] <Ember_Primrose> no, random
L1603[12:40:47] <Skye> ouch
L1604[12:40:55] <Ember_Primrose> ITS WINTER AND I HAVE A NOSE BLEED
L1605[12:40:58] <alekso56> Vexatos: https://pixel.google.com/
L1606[12:41:05] <Skye> ade124, my keyboard is made in Kentucky in the US
L1607[12:41:16] * Skye gives Ember_Primrose tissues
L1608[12:41:27] * Ember_Primrose hugs Skye
L1609[12:41:29] <Ember_Primrose> thanks
L1610[12:41:44] <ade124> Hmm... Also taiwan
L1611[12:42:02] <ade124> JK, I'll probably buy another brand next time
L1612[12:42:47] <Skye> ade124, the problem is that most stuff is from China
L1613[12:42:50] <Skye> like...
L1614[12:43:05] <Ember_Primrose> any plastic
L1615[12:43:08] <Skye> most SoCs are from China
L1616[12:43:16] <Ember_Primrose> :D
L1617[12:43:20] <Skye> The UK is powered using China coal.
L1618[12:43:25] <ade124> Hmm... Spyware much?
L1619[12:43:41] <asie> > Pixel
L1620[12:44:00] <alekso56> > asie > triggered
L1621[12:44:17] <flappy> ade124: Pretty sure RPis are chinese as hell
L1622[12:44:25] <Skye> flappy, actually
L1623[12:44:30] <Skye> the components are made in china
L1624[12:44:31] <Skye> BUT
L1625[12:44:35] <S3> RPis are awful
L1626[12:44:40] <flappy> or was that the odroid stuff
L1627[12:44:41] <Vexatos> ade124, can I even install Linux on that thing >_>
L1628[12:44:41] <Skye> they are soldered and stuff in the UK
L1629[12:44:46] <S3> they are completely proprietary
L1630[12:44:53] <flappy> S3: nevertheless they're popular
L1631[12:45:03] <nxsupert> The RPI factory is near where I live.
L1632[12:45:06] <S3> I don't support completely proprietary hardware regardless of popularity
L1633[12:45:16] <nxsupert> In wales.
L1634[12:45:29] <Skye> S3, then you use nothing
L1635[12:45:42] <flappy> honestly i wish the talos workstation becomes an actual consumer-tier thing someday
L1636[12:45:43] <S3> Skye: not at all
L1637[12:45:50] * ade124 tries to avoid China like the plague but it probably doesn't work
L1638[12:46:02] <S3> I get lots of non proprietary stuff to play with that's even better than the Pi in my EE major.
L1639[12:46:04] <S3> :)
L1640[12:46:12] <nxsupert> I can't think of any computer that uses no proprietray hardware.
L1641[12:46:18] <flappy> https://www.raptorengineering.com/TALOS/prerelease.php
L1642[12:46:24] <Skye> S3, anything that doesn't cost too much?
L1643[12:46:24] <Vexatos> ade124, but you live in China!
L1644[12:46:25] * Vexatos runs
L1645[12:46:33] * Vexatos hides
L1646[12:46:40] * ade124 detonates 300 nuclear bombs
L1647[12:46:44] <Skye> uh... I don't think it's as simple as that
L1648[12:47:04] <flappy> Vexatos: next you're going to say taiwan === china
L1649[12:47:19] <Vexatos> flappy, in the Olympics it is :>
L1650[12:47:22] <alekso56> flappy: welcome to php
L1651[12:47:33] <ade124> Taiwan = China, because ROC = China, PRC = Illegitimate Government
L1652[12:47:37] <ade124> Wait, someone's knocking at my door
L1653[12:47:39] <S3> Skye: that's the issue, but hmm. I suppose there is one thing that is so cheap you just can't beat the price, and that's the STM32 line, which is so well documented. Best bang for your buck ever in terms of well documented small SoC systems. but it easily gets into $$$$
L1654[12:47:49] <Vexatos> RIP ade124
L1655[12:48:16] * Skye pokes ade124
L1656[12:48:42] <alekso56> ded
L1657[12:48:53] <Ember_Primrose> \o/
L1658[12:49:02] <Ember_Primrose> stream in 10
L1659[12:50:07] <alekso56> 10 parsecs
L1660[12:50:24] <Skye> fun fact: ARM is being bought by a Japanese company. :<
L1661[12:50:36] <nxsupert> ?
L1662[12:51:19] <alekso56> https://www.acceleratingtech.com/disclaimer/
L1663[12:51:40] <Vexatos> ade124, chromebook OS is horrible, I probably can't install something else on it so eh
L1664[12:51:51] <Vexatos> err alekso56
L1665[12:51:52] <Skye> Vexatos, actually
L1666[12:51:52] <Vexatos> sorry >_>
L1667[12:51:56] * Ember_Primrose pokes Forecaster
L1668[12:51:57] <Skye> you can reinstall Linux
L1669[12:52:00] <Skye> bakatos
L1670[12:52:10] <ade124> 我因急需處理有關問題,不能讓外界知道,已採取了自己的方式返回了內地,配合有關方面調查,可能需要一段時間。」另外,李又強調沒有人身安全問題:「我目前情況很好,一切正常,書店的事麻煩你多費心了。十分感謝!
L1671[12:52:11] <Vexatos> Ember_Primrose, you mean 8
L1672[12:52:18] <Vexatos> ade124, I call lies
L1673[12:52:20] <Ember_Primrose> now yea
L1674[12:52:30] <nxsupert> Chrome OS is ok if you just want to use document software. Else , you need something else.
L1675[12:52:33] <ade124> That's the thing people caught by the CCP says in case you're wondering
L1676[12:52:54] <flappy> nxsupert: so is win8.1 tablet edition
L1677[12:53:08] <Vexatos> Well I need my computer for university
L1678[12:53:13] <nxsupert> I haven't really kept up with what Windows is doing.
L1679[12:53:14] <ade124> Chrome OS... Google Spyware Bundle Kit?
L1680[12:53:17] <Vexatos> i.e. LibreOffice, LaTeX stuff
L1681[12:53:25] <Vexatos> and maybe intelliJ but that's not necessary
L1682[12:53:34] <Skye> Vexatos, get a chromebook
L1683[12:53:37] <Skye> seriously
L1684[12:53:43] <Vexatos> Most important is a browser, LibreOffice and LaTeX.
L1685[12:53:47] <flappy> ade124: " "In addition, Li also stressed that there is no personal security issues:" "
L1686[12:53:52] <Skye> you can reinstall Linux
L1687[12:53:53] <flappy> how reassuring
L1688[12:53:58] * Forecaster jumps
L1689[12:53:59] <Vexatos> flappy, that gtra
L1690[12:54:02] <ade124> > Someone actually found the source
L1691[12:54:02] <flappy> yeah
L1692[12:54:10] <nxsupert> Cromebook with Linux chucked on top.
L1693[12:54:28] <flappy> ade124: nah it's just me having quick fingers and gtranslate
L1694[12:54:38] <nxsupert> Don't they have very little storage though?
L1695[12:54:45] <Vexatos> not sure, 4GB is not much :X
L1696[12:54:52] <Vexatos> (RAM)
L1697[12:54:57] <ade124> My Computer has 16GB RAM
L1698[12:55:04] <Skye> my computer has 20GB of RAM
L1699[12:55:07] <Ember_Primrose> ade124, i got 32
L1700[12:55:36] <ade124> I run like 1 minecraft server, 16 is probably enough
L1701[12:55:48] <nxsupert> I've got 4GB of ram (But I have an SSD so using SWAP isn't that bad).
L1702[12:55:52] <Vexatos> a chromebook as 4GB of RAM.
L1703[12:55:52] <alekso56> my puter has 18GB, server has 32GB
L1704[12:55:59] <flappy> my shittab has a single gig of it while this lappy has 8
L1705[12:56:02] <ade124> I actually swap on HDD
L1706[12:56:03] <Vexatos> and a small SSD
L1707[12:56:15] <alekso56> not sure why you would need more than 18gb on a stationary atm
L1708[12:56:20] <nxsupert> Also. My laptop is a MacBook so you will all probably hate it.
L1709[12:56:22] <alekso56> or a laptop
L1710[12:56:25] <nxsupert> ?
L1711[12:56:28] <Skye> Vexatos, what do you need your laptop to be used for?
L1712[12:56:32] <Vexatos> nxsupert, did you install Linux on it? :>
L1713[12:56:36] <Vexatos> Skye...
L1714[12:56:40] <Vexatos> <Vexatos> i.e. LibreOffice, LaTeX stuff
L1715[12:56:40] <Vexatos> <Vexatos> and maybe intelliJ but that's not necessary
L1716[12:56:44] <Ember_Primrose> ade124, running a mc modpack with 349 mods, then ye, you need 32
L1717[12:56:51] <Vexatos> and a browser >_>
L1718[12:57:04] <ade124> ... Seriously?
L1719[12:57:06] <Ember_Primrose> Vexatos, how you do that?
L1720[12:57:14] <Skye> okay
L1721[12:57:16] <nxsupert> No. Never needed Linux. Suprising the number of linuxy things I can do with OS X.
L1722[12:57:18] <Skye> Linux
L1723[12:57:21] <Skye> 4GB
L1724[12:57:25] <Skye> LibreOffice
L1725[12:57:33] <ade124> Me too... Both of them are UNIX so there's that
L1726[12:57:35] <Skye> that's more than enough RAM
L1727[12:57:47] <Vexatos> Depends on the distro
L1728[12:57:54] <Skye> Gentoo
L1729[12:57:56] * ade124 arches
L1730[12:57:56] <Skye> :P
L1731[12:58:03] <Ember_Primrose> nxsupert, thats because they both had the same parent, NEXT i thin
L1732[12:58:08] <Vexatos> I am actually really happy with Mint but it uses little over 1GB
L1733[12:58:12] <nxsupert> Uhh.
L1734[12:58:27] <Vexatos> I guess I could go with xfce instead of Cinnamon.
L1735[12:58:33] <Vexatos> But Cinnamon is so pretty ._.
L1736[12:58:44] * ade124 realises that by giving MC 4GB RAM the Shaders now run at at least double the framerate
L1737[12:58:58] <ade124> Glorious SEUS
L1738[12:58:59] <nxsupert> OS X is based on somethinf that is based on NEXT. Linux was independently developed. But they are both UNIX operating systems.
L1739[12:59:26] <Skye> Linux is not UNIX
L1740[12:59:30] <Ember_Primrose> ye, knew something was similar
L1741[12:59:32] <Skye> it didn't pay enough to be called as such
L1742[12:59:46] <nxsupert> UNIX like.
L1743[12:59:53] <nxsupert> Then.
L1744[12:59:59] <Ember_Primrose> Forecaster, IT"S HAPPENING
L1745[13:00:17] <Ember_Primrose> go away already, stupid nosebleed
L1746[13:00:31] * ade124 uses dd for the first time and feels like he's going to fuck everything up
L1747[13:00:56] <nxsupert> Actually. OS X is a UNIX operating system. You can trace the source back to UNIX.
L1748[13:01:06] <Ember_Primrose> ade124, y u so aggro?
L1749[13:02:00] ⇦ Quits: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de) (Remote host closed the connection)
L1750[13:02:21] ⇨ Joins: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de)
L1751[13:02:21] zsh sets mode: +v on Vexatos
L1752[13:03:05] <nxsupert> I've somehow installed Java as if it were on Linux (being in /usr/bin/java).
L1753[13:05:06] <CompanionCube> it's spelled NeXT
L1754[13:05:49] <nxsupert> Actually it is spelled NeXTSTEP
L1755[13:06:01] <CompanionCube> or OPENSTEP
L1756[13:06:49] <CompanionCube> kernel-wise, the closest relative is GNU/HURD
L1757[13:10:51] ⇨ Joins: BILLPC2684 (~BILLPC268@ip-64-134-169-26.public.wayport.net)
L1758[13:10:59] ⇦ Quits: ade124 (~ade124@221.124.198.189) (Quit: It's probably 3am already)
L1759[13:12:05] <S3> UM
L1760[13:12:16] <S3> https://s-media-cache-ak0.pinimg.com/236x/48/e8/cf/48e8cf156060820890a95bfaeab959b7.jpg
L1761[13:14:42] ⇨ Joins: mr208 (~mallrat20@184-88-190-37.res.bhn.net)
L1762[13:14:49] ⇦ Quits: BILLPC2684 (~BILLPC268@ip-64-134-169-26.public.wayport.net) (Read error: Connection reset by peer)
L1763[13:14:58] ⇨ Joins: BILLPC2684 (~BILLPC268@ip-64-134-169-26.public.wayport.net)
L1764[13:16:47] <Inari> "We demonstrate laser-driven two-qubit and single-qubit logic gates with respective fidelities 99.9(1)% and 99.9934(3)%, significantly above the ≈99% minimum threshold level required for fault-tolerant quantum computation, using qubits stored in hyperfine ground states of calcium-43 ions held in a room-temperature trap." neat
L1765[13:17:45] <alekso56> Inari: related: https://www.youtube.com/watch?v=JhHMJCUmq28
L1766[13:17:46] <MichiBot> Quantum Computers Explained – Limits of Human Technology | length: 7m 17s | Likes: 95979 Dislikes: 613 Views: 3145703 | by Kurzgesagt – In a Nutshell
L1767[13:21:44] ⇦ Quits: BILLPC2684 (~BILLPC268@ip-64-134-169-26.public.wayport.net) (Ping timeout: 186 seconds)
L1768[13:21:47] <S3> Inari: yes but algorithms
L1769[13:24:00] <Ember_Primrose> streeeeaaaaaam
L1770[13:24:07] <S3> Ember_Primrose: ?
L1771[13:24:13] *** Gavle|Away is now known as Gavle
L1772[13:28:14] <Ember_Primrose> https://gaming.youtube.com/user/forecaster71/live
L1773[13:34:43] ⇦ Quits: jackmcbarn (jackmcbarn@gateway.insomnia247.nl) (Ping timeout: 192 seconds)
L1774[13:43:54] ⇨ Joins: jackmcbarn (jackmcbarn@gateway.insomnia247.nl)
L1775[13:45:02] ⇨ Joins: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L1776[13:45:19] <evil_dan2wik_> The Mips add-on says to ask here for the latest lua build
L1777[13:45:43] * gamax92 pokes GreaseMonkey
L1778[13:46:10] * asie pokes gamax92
L1779[13:47:00] * Vexatos pokes asie
L1780[13:48:10] * Kimiro pokes Vexatos
L1781[13:58:23] * alekso56 pokes Kimiro
L1782[14:00:02] ⇨ Joins: BILLPC2684 (~BILLPC268@mcf5a36d0.tmodns.net)
L1783[14:03:39] ⇦ Quits: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Remote host closed the connection)
L1784[14:07:00] ⇦ Quits: feldim2425 (~feldim242@93-82-142-190.adsl.highway.telekom.at) (Ping timeout: 195 seconds)
L1785[14:07:24] ⇨ Joins: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L1786[14:08:50] ⇨ Joins: feldim2425 (~feldim242@178-191-62-231.adsl.highway.telekom.at)
L1787[14:14:31] ⇦ Quits: BILLPC2684 (~BILLPC268@mcf5a36d0.tmodns.net) (Remote host closed the connection)
L1788[14:14:53] ⇨ Joins: Kimiro2 (~MobileDra@24.244.32.61)
L1789[14:14:56] ⇦ Quits: Kimiro (~MobileDra@24.244.32.31) (Read error: Connection reset by peer)
L1790[14:15:15] *** Ajloveslily|Sleep is now known as Ajloveslily
L1791[14:15:16] *** Kimiro2 is now known as Kimiro
L1792[14:15:34] * vifino pokes alekso56
L1793[14:15:49] ⇦ Quits: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L1794[14:16:06] ⇨ Joins: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de)
L1795[14:16:06] zsh sets mode: +v on Vexatos
L1796[14:23:09] <Lizzy> anyone ping me recently?
L1797[14:24:10] * Kimiro pings Lizzy Hal
L1798[14:53:15] ⇦ Quits: Jezza (~Jezza@92.206.5.6) (Ping timeout: 202 seconds)
L1799[14:55:06] <Ember_Primrose> %seen Kenny
L1800[14:55:10] <MichiBot> Ember_Primrose: Kenny has not been seen.
L1801[14:55:48] <Kodos> Ember, why are you looking for him?
L1802[14:57:24] <Ember_Primrose> saw he was seen 1.8 years ago, wanted to see if MichiBot can remember him :D
L1803[14:58:19] <Lizzy> nope
L1804[14:58:26] <Ember_Primrose> ?
L1805[14:58:32] <Ember_Primrose> oh, yea
L1806[14:58:37] <Ember_Primrose> ignore me
L1807[14:58:49] <Ember_Primrose> i still sick
L1808[15:01:41] <Inari> whos Kenny
L1809[15:02:02] <Lizzy> an asshole ex-op
L1810[15:02:24] <Lizzy> who rage quit when i bought him up on his hipocracy
L1811[15:02:27] <Inari> o.o
L1812[15:02:38] <gamax92> Yeah he's pretty much a dipshit
L1813[15:02:42] <Ember_Primrose> %addquote Forecaster "Whatever floats your sewage, I guess" - playing Cities: Skylines
L1814[15:02:44] <MichiBot> Ember_Primrose: Quote added at id: 90
L1815[15:03:30] <Ember_Primrose> Well, glad he (banned?) then
L1816[15:03:49] <Lizzy> no
L1817[15:03:52] <Lizzy> he's not banned
L1818[15:04:12] <Lizzy> he just stripped himself of all his flags then left
L1819[15:04:25] <Inari> didnt know ops can even do that
L1820[15:04:26] <Inari> :P
L1821[15:04:27] <Lizzy> complaining about "fucking brits" iirc
L1822[15:04:37] <Lizzy> ?
L1823[15:04:54] <Inari> well nickserv can still aop you and the like
L1824[15:05:17] <Ember_Primrose> lol, sometimes a person should just calm down and shut up, or leave, which i guess he did
L1825[15:05:20] <Lizzy> by flags i meant the chanserve ones
L1826[15:05:31] <Inari> rigth
L1827[15:05:35] <Inari> chanserv :P i meant
L1828[15:05:46] <Lizzy> Ember_Primrose, it wasn't a one-of thing, i'd pulled him up on it multiple times
L1829[15:06:06] <Lizzy> Inari, !flags Lizzy -* would remove everything
L1830[15:06:24] <Lizzy> that's basically what he did
L1831[15:06:27] <Ember_Primrose> oh, damn
L1832[15:06:38] <Lizzy> to himeself, of course
L1833[15:06:52] <Inari> odd, thougth you needed someone wiht access rights to change those things, even fro yourself
L1834[15:06:52] <Ember_Primrose> so, he was an idiot, constantly
L1835[15:06:53] <Inari> ohwell
L1836[15:06:57] <Inari> Lizzy: hows viifno doing
L1837[15:07:04] <Lizzy> he is snuggling me
L1838[15:07:08] <Inari> lewd :3
L1839[15:07:12] <Lizzy> yep
L1840[15:07:16] <Inari> hehe
L1841[15:07:20] <Ember_Primrose> but fun :P
L1842[15:07:20] <Lizzy> "very" ~ vifino
L1843[15:07:47] <Lizzy> Inari, he had access rights at the time, he was founder
L1844[15:07:52] <Inari> oh :P
L1845[15:07:53] <Inari> well then
L1846[15:08:08] <Inari> was that why #opencomputers existed?
L1847[15:08:45] <Lizzy> no, that one was first but ping was holding it or something so kenny set up #oc and helped Sangar run the channel
L1848[15:09:10] <Lizzy> if you look at the pcl logs around august of 2014 is about when he fucked off
L1849[15:09:44] <Lizzy> i think
L1850[15:10:40] ⇨ Joins: TinyEmber (~u931732@105.225.140.33)
L1851[15:11:05] ⇦ Parts: TinyEmber (~u931732@105.225.140.33) ())
L1852[15:11:29] <Ember_Primrose> screw it, i am way too sick to stay up late.
L1853[15:11:37] <Ember_Primrose> Goodnight everybody
L1854[15:11:40] <Lizzy> o/
L1855[15:11:44] <Ember_Primrose> o\
L1856[15:11:47] <Ember_Primrose> no
L1857[15:11:48] <Inari> night :p
L1858[15:11:49] <Ember_Primrose> \o
L1859[15:11:54] <Ember_Primrose> night
L1860[15:19:11] *** Gyro_ is now known as Gyro
L1861[15:19:24] <Inari> Lizzy: the kenny talk happened in query?
L1862[15:20:28] <Inari> 3 of 5, not a bad rate
L1863[15:20:35] <Inari> seems a bit low somehow on the maximum amount of findings thouhg
L1864[15:20:52] <Inari> http://akari.in/pinky_rmX00
L1865[15:23:57] ⇨ Joins: Jezza (~Jezza@92.206.5.6)
L1866[15:27:10] <Forecaster> night Ember_Primrose
L1867[15:30:11] <Lizzy> ?
L1868[15:30:48] <Lizzy> also no, it happened in the channel
L1869[15:32:30] <Inari> Lizzy: well cant find it in the logs
L1870[15:32:37] <Lizzy> hold on
L1871[15:32:38] <Inari> Kenny juist randomly parts sometime after the last conversation
L1872[15:32:43] <Inari> on 2014-07=07
L1873[15:32:52] <Inari> and thats the last time he had been seena paprently
L1874[15:33:08] ⇦ Quits: Vexatos (~Vexatos@p200300556E2AE220B462E9C33F36BA08.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L1875[15:35:22] <Forecaster> huh
L1876[15:35:24] <Lizzy> 2014-06-19
L1877[15:35:25] <Forecaster> I got a free game because of my yt channel
L1878[15:35:34] <Lizzy> Inari, ^
L1879[15:35:54] <Inari> hm, was around after that though?
L1880[15:36:19] <Lizzy> occasionally yes, but he didn't stick around long after he realised Sangar had given me op
L1881[15:36:46] <Inari> haha
L1882[15:37:24] <Forecaster> %logs
L1883[15:37:34] <Forecaster> %oclogs
L1884[15:37:34] <MichiBot> Forecaster: https://oclogs.pc-logix.com/
L1885[15:37:54] <Inari> Forecaster is curious too? :p
L1886[15:38:09] <Forecaster> maybe
L1887[15:38:13] <Forecaster> I was inactive at the time
L1888[15:40:02] <Forecaster> I was around before then, for the move from the old channel, but then I just idled for a long time
L1889[15:41:44] <Lizzy> Inari, not sure what timezone the oclogs will be in, but my logs show it as around 20:57
L1890[15:43:31] <Michiyo> [19:57:05]
L1891[15:43:36] <Michiyo> is where it all started
L1892[15:44:59] <Inari> [20:16:29] <Kilobyte> my znc is set up for almost three thirds of a year
L1893[15:45:25] <gamax92> but are there logs of the old channel
L1894[15:47:08] <Inari> "JoshTheEnder" is a name i havent read in a while xD
L1895[15:47:25] * Kimiro makes a sandwich
L1896[15:47:27] <Forecaster> I have logs from it from around 2014-01-10
L1897[15:47:32] <Forecaster> :P
L1898[15:47:47] <Forecaster> there is a 9 day gap in my logs for some reason
L1899[15:47:52] <Forecaster> might have lost some stuff there >:
L1900[15:48:26] * Kimiro feeds it to Forecaster
L1901[15:48:30] <Inari> old kvirc version had kind of an annoying bug
L1902[15:49:07] <Inari> kvirc doesnt show all messages in the channel window (that is, if the log is hours and hours long you might not see the very start anymore even if you sscroll up fully, it cuts off at some point)
L1903[15:49:18] <Inari> and that transferred to the logs somehow :P making them cut off too
L1904[15:49:26] <Inari> luckily i havents een that in a while so guess its been fixed
L1905[15:49:50] * Kimiro feeds Inari some sushi
L1906[15:49:54] <Forecaster> irssi doesn't allow much scrollback either
L1907[15:50:13] <Forecaster> but I just open the log if I need to, which isn't often
L1908[15:50:18] <Kodos> Forecaster, what free game
L1909[15:50:44] <Forecaster> "ChromaGun"
L1910[15:51:14] <Forecaster> http://store.steampowered.com/app/408650/
L1911[15:51:32] <Inari> Kimiro: o.o
L1912[15:51:41] <Kimiro> :3
L1913[15:52:09] * Kimiro feeds Inari more sushi
L1914[15:52:09] <Kodos> Looks interesting
L1915[15:52:09] <Inari> reminds me of inari-zushi :p
L1916[15:52:12] <Forecaster> it looks kind of portal-y puzzle-y but with colors
L1917[15:52:20] <Inari> Kimiro: @_@
L1918[15:52:22] <Inari> what are you trying to do
L1919[15:52:30] <Kimiro> Feed you sushi.
L1920[15:52:34] <Inari> :|
L1921[15:52:38] <Forecaster> I'm gonna do a "lets-look-at" kinda video on it
L1922[15:52:47] <Inari> Kimiro: i already ate all my calories for the day :3
L1923[15:53:06] <Forecaster> well, now you get to eat someone elses calories :D
L1924[15:53:07] <Kimiro> Always good for sushi.
L1925[15:53:09] <Forecaster> wait...
L1926[15:53:11] <Inari> lol
L1927[15:53:42] * Kimiro feeds Inari more sushi
L1928[15:54:06] * Inari slaps Kimiro with it
L1929[15:54:06] * EnderBot2 laughs
L1930[15:54:30] <Kimiro> :<
L1931[15:54:42] * Kimiro slaps Inari with a brick
L1932[15:54:42] * EnderBot2 high-fives Kimiro
L1933[15:54:48] <Inari> ¬_¬
L1934[15:55:19] <Inari> Kimiro: stop making me forget what i wanted to do X
L1935[15:55:47] ⇦ Quits: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout: 202 seconds)
L1936[15:56:46] * Kimiro hugs Inari
L1937[15:57:02] * Inari hugs Kimiro and stabs them into the back repeatedly
L1938[15:57:40] <gamax92> Engrish
L1939[15:57:42] <Forecaster> et tu, inari
L1940[15:58:02] <Inari> gamax92: ?
L1941[15:58:14] ⇨ Joins: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L1942[15:58:16] * Kimiro pats Inari "It's okay. I can't ever die."
L1943[15:59:44] ⇦ Quits: Kimiro (~MobileDra@24.244.32.61) (Read error: Connection reset by peer)
L1944[16:00:07] ⇨ Joins: Kimiro (~MobileDra@24.244.32.69)
L1945[16:01:51] * Inari dresses Kimiro up in lolita fashion
L1946[16:02:17] * Kimiro shrugs, likes this idea
L1947[16:03:02] ⇦ Quits: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Remote host closed the connection)
L1948[16:03:10] <Inari> :3
L1949[16:03:13] <Inari> Kimiro: who are you anyway
L1950[16:03:26] <Lizzy> a mystical person
L1951[16:06:20] <Inari> Lizzy: going to sleep tonight?
L1952[16:13:32] <Kimiro> Inari: No one of consequence.
L1953[16:14:31] ⇨ Joins: Kimiro2 (~MobileDra@24.244.32.55)
L1954[16:14:31] ⇦ Quits: Kimiro (~MobileDra@24.244.32.69) (Read error: Connection reset by peer)
L1955[16:15:50] <gamax92> For a split second, there were dual Kimiro
L1956[16:17:07] ⇦ Quits: Lathanael|Away (~Lathanael@p5496197B.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L1957[16:18:23] <Kimiro2> Heh.
L1958[16:19:11] *** Kimiro2 is now known as Kimiro
L1959[16:21:02] * Kimiro hugs Inari more
L1960[16:21:10] <Inari> :|
L1961[16:22:17] <Forecaster> hm, looks like the reason game capture didn't work was that I started OBS after C:S maybe
L1962[16:27:21] ⇨ Joins: Lathanael|Away (~Lathanael@p5496197B.dip0.t-ipconnect.de)
L1963[16:27:37] <Forecaster> Lizzy: the FPS mod I was having trouble with (I'm a vehicle now, what fun) is "First Person Camera" by nlight
L1964[16:27:59] <Forecaster> your collection also has "walking at streel level" by phoe
L1965[16:28:09] <Forecaster> I didn't have that enabled at the time
L1966[16:29:11] * GreaseMonkey pokes gamax92 and also evil_dan2wik_
L1967[16:29:15] ⇦ Quits: Trangar (~Trangar@249-153-145-85.ftth.glasoperator.nl) (Quit: Leaving)
L1968[16:29:22] <GreaseMonkey> evil_dan2wik_: lemme dig through my stuff
L1969[16:29:41] <evil_dan2wik_> ok
L1970[16:29:52] <Forecaster> and there's also the "Freewalking Mod" which I also had turned off
L1971[16:31:24] <GreaseMonkey> evil_dan2wik_: do you want the old 1.7.10 ver or the newer 1.9.4 ver?
L1972[16:31:51] <evil_dan2wik_> What is the difference between them?
L1973[16:32:16] <GreaseMonkey> one is for 1.7.10 and is older, the other is for 1.9.4 and is newer
L1974[16:33:01] <evil_dan2wik_> I mean, are there any differences in the architecture itself.
L1975[16:33:15] <GreaseMonkey> i think the 1.9.4 ver adds floating point support
L1976[16:33:24] <GreaseMonkey> here's the jar anyway: http://magicannon.com/ocmips-1.9.4-btm3.jar
L1977[16:33:31] <evil_dan2wik_> ok, cool
L1978[16:33:52] <GreaseMonkey> but yeah, the older builds require stuff to be built w/ FP emulation and that's kinda slow
L1979[16:34:13] <evil_dan2wik_> and what are you using to compile stuff for it btw?
L1980[16:43:14] <GreaseMonkey> https://oc.cil.li/index.php?/topic/883-making-a-gcc-cross-compiler/
L1981[16:43:20] <GreaseMonkey> binutils + gcc + newlib + labour.c
L1982[16:43:27] <GreaseMonkey> labour.c can be found in that jar i think
L1983[16:47:15] <Lizzy> Inari, maybe
L1984[16:47:29] <Lizzy> Forecaster, i think the freewalking one is the better one
L1985[16:47:44] <Lizzy> doesn't work 100% of the time but it doesn't get you stuck
L1986[16:48:38] <Forecaster> :>
L1987[16:48:43] <Forecaster> I'll try that next time
L1988[16:49:32] <Michiyo> "copygirl says Eloraam's attitude is illegal"
L1989[16:49:34] <Michiyo> heh
L1990[16:49:37] ⇨ Joins: Temportalist (uid37180@id-37180.charlton.irccloud.com)
L1991[17:00:58] *** g is now known as gAway2002
L1992[17:03:58] ⇨ Joins: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L1993[17:05:37] <Kimiro> %drama
L1994[17:05:39] <MichiBot> Kimiro: RS485 reminds you that Forge MultiPart is disappointing
L1995[17:05:46] <Kimiro> Lol
L1996[17:18:19] <gamax92> %drama
L1997[17:18:20] <MichiBot> gamax92: MachineMuse threatens to kick M3gaFr3ak until they remove EU support from FTB
L1998[17:21:16] * Inari wonders if MachineMuse will ever return
L1999[17:22:10] <Inari> payonel: https://i.reddituploads.com/7491218aae2b4c23a26ae5d30cccb5df?fit=max&h=1536&w=1536&s=792ec2ac87e046d7bc132c76e2513a7f
L2000[17:24:24] ⇦ Quits: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout: 186 seconds)
L2001[17:28:20] ⇨ Joins: Doty1154 (~Doty1154@2601:648:8000:134f:697a:7fc5:81c7:fb2a)
L2002[17:29:47] <Inari> %tell Inari meh
L2003[17:29:50] <MichiBot> Inari: Inari will be notified of this message when next seen.
L2004[17:30:24] <Inari> .
L2005[17:34:05] <alekso56> %tell Inari lewd
L2006[17:34:06] <MichiBot> alekso56: Inari will be notified of this message when next seen.
L2007[17:34:23] <Inari> :P
L2008[17:36:16] <Inari> meow
L2009[17:40:50] <gamax92> nothing I install via pip works
L2010[17:43:51] ⇦ Quits: Inari (~Pinkishu@p5DEC6B41.dip0.t-ipconnect.de) (Quit: 'This is gonna make you feel better.' (Lucio) (https://a.tumblr.com/tumblr_o973w19WBu1t4qcv1o1.mp3))
L2011[17:47:48] ⇦ Quits: Kimiro (~MobileDra@24.244.32.55) (Quit: Connection lost: Psionic link severed.)
L2012[17:49:02] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de) (Read error: Connection reset by peer)
L2013[18:05:53] <alekso56> gamax92: do you have more than one py?
L2014[18:05:59] <alekso56> are you running windows?
L2015[18:06:16] <gamax92> yes no
L2016[18:06:52] <alekso56> are you running the wrong py?
L2017[18:07:02] <gamax92> no
L2018[18:13:35] <alekso56> gamax92: are you using virtual envs?
L2019[18:15:10] <gamax92> %flip alekso56
L2020[18:15:10] <MichiBot> gamax92: (╯°□°)╯9ϛosʞǝlɐ
L2021[18:15:40] <gamax92> wot
L2022[18:15:54] <gamax92> nice 5 mate.
L2023[18:17:33] <alekso56> gamax92: if you use sudo inside a virtual env, it'll install outside, that's why i asked
L2024[18:17:35] <alekso56> :v
L2025[18:17:41] <alekso56> someone unflip me
L2026[18:19:05] <gamax92> %flip 9ϛosʞǝlɐ
L2027[18:19:05] <MichiBot> gamax92: (╯°□°)╯alekso56
L2028[18:19:25] <alekso56> ah, thanks it was hard to speak upside down for a while.
L2029[18:19:46] <asie> %flip alekso56
L2030[18:19:46] <MichiBot> asie: (╯°□°)╯9ϛosʞǝlɐ
L2031[18:20:01] * alekso56 is now tumbleweed
L2032[18:20:25] <alekso56> requesting unflip
L2033[18:20:32] <gamax92> %flip 9coskale
L2034[18:20:32] <MichiBot> gamax92: (╯°□°)╯ǝlɐʞsoɔ6
L2035[18:20:54] <Mimiru> %flip 9ϛosʞǝlɐ
L2036[18:20:54] <MichiBot> Mimiru: (╯°□°)╯alekso56
L2037[18:21:14] <alekso56> gamax92: what have you done?
L2038[18:29:36] <Forecaster> hm
L2039[18:29:39] <Forecaster> isn't that missing an arm?
L2040[18:30:14] <Forecaster> shouldn't it be (╯°□°)╯
L2041[18:30:38] <Forecaster> uh, that went weird
L2042[18:33:27] ⇦ Quits: Keanu73 (~Keanu73@host-92-25-101-89.as13285.net) (Quit: Gotta go to bed or something. See ya!)
L2043[18:35:32] <Forecaster> %flip tables
L2044[18:35:32] <MichiBot> Forecaster: (╯°□°)╯sǝlqɐʇ
L2045[18:35:37] <Forecaster> the tables have turned...
L2046[18:44:52] <Forecaster> https://youtu.be/wDSph3_RBus
L2047[18:44:53] <MichiBot> Railway Timelapse | length: 3m 57s | Likes: 0 Dislikes: 0 View: 1 | by Forecaster
L2048[18:46:02] <alekso56> Forecaster: was it done in singleplayer?
L2049[18:46:13] <alekso56> im asking because your chunks loaded
L2050[18:46:21] <Forecaster> yes
L2051[18:46:27] <alekso56> allright.
L2052[18:46:57] <Forecaster> I did it in SP because there's too much rubberbanding when riding things on a server
L2053[18:49:25] <Kodos> Does anyone remember modjam
L2054[18:49:46] <alekso56> Forecaster: > mute sound > press play on https://www.youtube.com/watch?v=7T_YtklLyyo > watch forecasters vid
L2055[18:49:46] <MichiBot> Waterflame - Glorious morning | length: 1m 51s | Likes: 27061 Dislikes: 175 Views: 1995501 | by Waterflame
L2056[18:50:00] <alekso56> it is tradition with trains in minecraft
L2057[18:50:24] <Forecaster> :P
L2058[19:04:35] ⇦ Quits: Temportalist (uid37180@id-37180.charlton.irccloud.com) (Quit: Connection closed for inactivity)
L2059[19:09:43] ⇨ Joins: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L2060[19:13:01] ⇨ Joins: natan12_ (~natan12_@209-133-203-218.static.hvvc.us)
L2061[19:13:31] ⇦ Quits: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout: 198 seconds)
L2062[19:14:40] ⇨ Joins: Kimiro (~MobileDra@199-7-157-53.eng.wind.ca)
L2063[19:15:03] <Kimiro> Sic semper tyrannis.
L2064[19:15:39] <Kimiro> This always to tyrants.
L2065[19:17:18] *** Gwyndolin is now known as Daiyousei
L2066[19:17:35] <Kimiro> Hai Dauyousei.
L2067[19:24:54] * Kimiro stabs Vifino with a wedge of cheese
L2068[19:27:05] ⇦ Quits: Jezza (~Jezza@92.206.5.6) (Quit: Leaving)
L2069[19:27:33] <vifino> wat
L2070[19:27:35] <vifino> i am sleep
L2071[19:33:44] <Daiyousei> wew
L2072[19:33:50] *** Gavle is now known as Gavle|Away
L2073[19:34:37] <Kimiro> Www?
L2074[19:35:34] <Daiyousei> wew lad
L2075[19:36:10] <Kimiro> Wew.
L2076[19:36:53] <gamax92> oi da Dapyapshap is here!
L2077[19:37:24] <Izaya> https://i.imgur.com/JJi7Sbk.png
L2078[19:37:55] <Daiyousei> no this is dr pyccknn
L2079[19:37:55] <Daiyousei> xd
L2080[19:39:34] <CompanionCube> Izaya, ohey
L2081[19:39:36] <Izaya> hai
L2082[19:39:57] <CompanionCube> that's a sweet compression ratio
L2083[19:40:34] <Izaya> and I can mount it back and read it fine
L2084[19:40:43] <Izaya> let's see if I can compress the rest of the archive reasonably
L2085[19:40:56] ⇦ Quits: cpup (~cpup@32.218.113.98) (Ping timeout: 186 seconds)
L2086[19:41:29] <Izaya> http://pb.i0i0.me/p/bCblhC69 :P
L2087[19:41:29] * Kimiro shivs Izaya with another wedge of cheese.
L2088[19:41:38] * Izaya is stabbed with fancy cheese
L2089[19:41:40] <Kimiro> You could say it's a very sharp cheddar.
L2090[19:41:46] * Izaya stabs Kimiro with a bread knife
L2091[19:41:50] * CompanionCube stabs Kimiro with a sword
L2092[19:42:10] * Kimiro eats the sword and bread knife.
L2093[19:42:24] * CompanionCube throws a rocket turret at Kimiro
L2094[19:42:38] * Kimiro nom!
L2095[19:42:57] * CompanionCube throws a explosive device encased in sugar and candy
L2096[19:43:02] <Izaya> I have a copy of Amiga UNIX if anyone wants it by the way
L2097[19:43:07] * Daiyousei hits CompanionCube with a zweihander
L2098[19:43:12] * Kimiro nom!
L2099[19:43:16] <Daiyousei> do u even poise
L2100[19:43:25] <CompanionCube> Izaya, that was a thing?
L2101[19:43:35] <Izaya> indeed
L2102[19:43:36] * Kimiro opens wide and devours everything
L2103[19:43:51] <Izaya> wow I've gained like 20GB going through just this archive
L2104[19:44:10] <Izaya> I should really compress my BeOS software
L2105[19:44:19] <Izaya> then nuke the original
L2106[19:44:30] <Izaya> keep it small and compressed
L2107[19:45:17] <Izaya> Parallel mksquashfs: Using 8 processors
L2108[19:45:18] <Izaya> :3
L2109[19:45:39] <Izaya> Microsoft Ebooks are like 4.1GB
L2110[19:45:45] <Izaya> let's compress that and throw it up somewhere
L2111[19:46:32] * Kimiro compresses Izaya down to a 4 micron cube losslessly.
L2112[19:46:56] *** Daiyousei is now known as Gwyndolin
L2113[19:47:05] * Izaya is a self-extracting archive
L2114[19:47:08] ⇨ Joins: cpup (~cpup@32.218.119.176)
L2115[19:47:46] * CompanionCube compresses Izaya to a .rar
L2116[19:47:47] * Kimiro is a self-executing executable.
L2117[19:48:35] * Kimiro executes
L2118[19:48:41] * Temia is a self-solving pathfinding algorithm. Just stick her in a maze and she'll figure out the rest. `o`
L2119[19:48:49] * CompanionCube flags Kimiro as malware
L2120[19:50:16] <Izaya> https://i.imgur.com/dKSoQzG.png :|
L2121[19:50:47] * Kimiro executes CompanionCube
L2122[19:50:56] * CompanionCube daemonizes into the background
L2123[19:51:30] <Kimiro> Temia: What if the maze adapts to thwart you by dynamically altering it's layout?
L2124[19:51:42] <Gwyndolin> wow i legit got 16 kb/s internet now
L2125[19:51:48] <Gwyndolin> can somebody donate their dial up modem to me pls
L2126[19:51:48] <Temia> Then I start breaking down walls.
L2127[19:51:52] <Izaya> the fake walls line up towards the exit
L2128[19:53:48] <Kimiro> Temia: What if the maze is non-eucludian and self-reparing?
L2129[19:54:12] <Temia> Then I break it faster than it can repair.
L2130[19:54:32] ⇨ Joins: CoderPuppy (~cpup@32.218.119.194)
L2131[19:56:15] <Kimiro> Temia: What if damaging the maze inflicts a commensurate amount of injury to you?
L2132[19:56:44] <Temia> I'm a minotaur, I can take it. `-`
L2133[19:57:04] <Temia> Also.
L2134[19:57:13] * Temia wrenches the goalposts from Kimiro's hands and jams them firmly into the ground.
L2135[19:57:14] <Temia> There.
L2136[19:57:24] <Temia> Now quit moving them >:T
L2137[19:58:01] <Kimiro> ... Those were my thumbs.
L2138[19:58:13] * Kimiro bleeds on Temia violently
L2139[19:58:33] <Temia> welp
L2140[19:58:54] <alekso56> *fanart*
L2141[19:59:42] * Kimiro abbreviates 'fanart' to 'fart'
L2142[19:59:50] * alekso56 baps Kimiro
L2143[19:59:57] ⇦ Quits: cpup (~cpup@32.218.119.176) (Ping timeout: 384 seconds)
L2144[20:00:22] <Kimiro> See what you did? You killed cpup, alekso56.
L2145[20:02:35] * Kimiro baps Temia with alekso56
L2146[20:03:30] * Temia owmoos >A<
L2147[20:03:38] <Temia> Hey, using people as bludgeons is MY gig!
L2148[20:07:17] <Kimiro> Having thumbs is my gig, so we're both out of our comfort zones.
L2149[20:09:19] ⇦ Quits: Sangar (~Sangar@2001:41d0:2:b7b9::) (Ping timeout: 198 seconds)
L2150[20:10:13] <Kimiro> Also, I've been hitting motherfuckers with other motherfuckers for decades.
L2151[20:13:16] ⇨ Joins: Sangar (~Sangar@2001:41d0:2:b7b9::)
L2152[20:13:16] zsh sets mode: +o on Sangar
L2153[20:15:47] * Temia pouts. :c
L2154[20:18:16] ⇨ Joins: ade124 (~ade124@221.124.198.189)
L2155[20:18:42] ⇨ Joins: cpup (~cpup@32.218.119.206)
L2156[20:20:33] ⇨ Joins: VikeStep (~VikeStep@101.184.243.180)
L2157[20:20:44] <ade124> My Mac hates me
L2158[20:21:01] ⇦ Quits: CoderPuppy (~cpup@32.218.119.194) (Ping timeout: 192 seconds)
L2159[20:21:30] <Izaya> ade124: you aren't fascinated by the pretty pictures and you want to look behind the thin covering
L2160[20:21:34] <Izaya> of course it hates you
L2161[20:22:52] <ade124> Internet recovery refuses to work
L2162[20:23:08] <ade124> :D I'm never buying another mac ever again
L2163[20:23:16] <Izaya> Good idea.
L2164[20:23:20] * Izaya hmms
L2165[20:23:40] <Izaya> I need to throw Windows Loader/the KMS crack/other random stuff onto an iso
L2166[20:25:12] <ade124> Almost read KMS as kill myself
L2167[20:25:26] <Izaya> you'd want to if you knew how it worked
L2168[20:25:33] <ade124> I have a DVD of all these drivers just in case for some odd reason ethernet isn't available
L2169[20:27:56] <Izaya> I've gotten to the fun point where Windows 7 doesn't recoignize SATA or USB controllers on some of the newer boxen I have
L2170[20:28:50] <ade124> I've also gotten to the point where my Mac is so old Internet recovery won't work anymore
L2171[20:29:01] <ade124> Maybe Apple doesn't want to host the files
L2172[20:29:41] <Izaya> Dear Microsoft
L2173[20:29:50] <Izaya> Until you give me a compelling reason to use 'genuine' software
L2174[20:29:57] <Izaya> I will continue using ingenuine software
L2175[20:30:03] <Izaya> because it really makes fuck-all difference
L2176[20:30:07] <Izaya> t. every user ever
L2177[20:31:11] <ade124> Great, -2002F at it again
L2178[20:34:57] <ade124> I love how Apple uses proprietary EFI on its old computers
L2179[20:35:14] ⇨ Joins: CoderPuppy (~cpup@32.218.119.224)
L2180[20:35:19] <Izaya> I like openfirmware
L2181[20:35:22] <Izaya> that's a good thing apple's done
L2182[20:35:30] <Izaya> using openfirmware was cool
L2183[20:35:33] <Izaya> now they use fucking EFI
L2184[20:35:50] <ade124> UEFI's tolerable
L2185[20:35:59] <Izaya> There are good parts
L2186[20:36:07] <Izaya> then there's the half of the win32 API
L2187[20:36:19] <ade124> but then apple ruins it with screwing the standard up on its older macs
L2188[20:36:20] <CompanionCube> Izaya, you could likely implement openfirmware as a UEFI application
L2189[20:36:43] <Izaya> CompanionCube: but I don't want to fuck with the win32 API
L2190[20:36:52] <CompanionCube> GNU-EFI mostly hides it iirc.
L2191[20:37:07] <CompanionCube> aside from the function names iirc
L2192[20:37:25] <CompanionCube> http://kazlauskas.me/entries/x64-uefi-os-1.html
L2193[20:38:15] <ade124> I love internet recovery, it works whenever apple wants it to
L2194[20:38:24] <Izaya> Never?
L2195[20:38:33] <Izaya> So you have to go in and pay for repairs?\
L2196[20:38:35] <ade124> My mac's probably too "old" to use it
L2197[20:38:38] <Izaya> Or even better, a new Mac?
L2198[20:38:44] <ade124> *Torrents OS X*
L2199[20:38:58] <ade124> Meh, I can get a legal copy from the app store later
L2200[20:39:12] <CompanionCube> it's OS X
L2201[20:39:18] <CompanionCube> the copy protection is in the hardware :p
L2202[20:39:47] <Izaya> true that
L2203[20:39:59] <Izaya> then there's the fact nothing else likes running on the hardware
L2204[20:40:11] ⇦ Quits: cpup (~cpup@32.218.119.206) (Ping timeout: 384 seconds)
L2205[20:42:37] <evil_dan2wik_> GreaseMonkey, having a problem with making gcc
L2206[20:42:50] <GreaseMonkey> evil_dan2wik_: what's the error
L2207[20:42:52] <ade124> Turns out that it's just my shitty ethernet cable being shitty again
L2208[20:43:01] <evil_dan2wik_> Makefile:868: recipe for target 'all' failed
L2209[20:43:02] <evil_dan2wik_> make: *** [all] Error 2
L2210[20:43:05] <ade124> or maybe apple has finally bothered to start up that potato
L2211[20:43:30] <evil_dan2wik_> I do not see anywhere where it expands upon that error any further
L2212[20:48:27] <ade124> Wow, ðæť gigabit ethernet really paid off
L2213[20:49:12] ⇦ Quits: natan12_ (~natan12_@209-133-203-218.static.hvvc.us) (Ping timeout: 186 seconds)
L2214[20:49:47] * Kimiro bites ase124
L2215[20:49:48] <CompanionCube> It's ethernet. Go gigabit or go home.
L2216[20:50:08] * ade124 goes home since that's where his ethernet is
L2217[20:50:39] * Kimiro bites ade124's home
L2218[20:51:01] <evil_dan2wik_> GreaseMonkey, found it. configure: error: No support for this host/target combination. Makefile:10142: recipe for target 'configure-target-libstdc++-v3' failed
L2219[20:51:02] * ade124 lives in Hong Kong so his home is too small to be visible
L2220[20:51:54] <GreaseMonkey> evil_dan2wik_: there's a way to hack it in if you really want C++ support, otherwise feel free to not build the C++ compiler
L2221[20:52:19] <evil_dan2wik_> I am likely to not need the c++ compiler.
L2222[20:52:45] <GreaseMonkey> *)
L2223[20:52:45] <GreaseMonkey> #as_fn_error "No support for this host/target combination." "$LINENO" 5
L2224[20:52:45] <GreaseMonkey>
L2225[20:52:48] <GreaseMonkey> ^ that's the hack i did
L2226[20:53:18] <GreaseMonkey> the file is gcc-*/libstdc++-v3/configure, just search for "No support"
L2227[20:53:22] <ade124> How to know a program works: It compiles
L2228[20:53:38] <Kimiro> Heh.
L2229[20:53:45] <GreaseMonkey> evil_dan2wik_: ^ try what i did there by commenting out that line
L2230[20:53:49] ⇨ Joins: cpup (~cpup@32.218.119.239)
L2231[20:53:51] <evil_dan2wik_> Ok
L2232[20:53:59] <GreaseMonkey> and continue with just making gcc
L2233[20:54:12] <GreaseMonkey> i take it you've built and installed newlib by this point?
L2234[20:54:35] <evil_dan2wik_> Yes
L2235[20:55:35] <evil_dan2wik_> This is the third time I have gone through the install process, now that I know what the issue is, I think it should be fine.
L2236[20:58:23] ⇨ Joins: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L2237[20:58:53] ⇦ Quits: CoderPuppy (~cpup@32.218.119.224) (Ping timeout: 384 seconds)
L2238[21:02:51] ⇦ Quits: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout: 190 seconds)
L2239[21:06:24] * Izaya is still using 10/100
L2240[21:06:46] <Izaya> I should really stop using 10/100 considering I have stuff that supports gigabit
L2241[21:06:56] <Izaya> but all of my rackmount switches have tops of 4 gigabit ports
L2242[21:12:19] ⇨ Joins: CoderPuppy (~cpup@32.218.119.252)
L2243[21:17:35] ⇦ Quits: cpup (~cpup@32.218.119.239) (Ping timeout: 384 seconds)
L2244[21:18:59] <ade124> Well, at least I can use 10.9 now
L2245[21:20:00] <ade124> JK, apple HATES back(for?)wards compatibility
L2246[21:21:45] <Izaya> "use"
L2247[21:21:54] <Izaya> If it's anything like 10.4
L2248[21:21:57] <Izaya> you can't actually use it
L2249[21:22:19] <ade124> 10.9 doesn't have "Modern" design
L2250[21:23:34] <ade124> Too bad my laptop is LCD though, can't benefit from the almost nonexistent "Power Saving"
L2251[21:25:20] <ade124> Oops, I signed into iCloud... great
L2252[21:26:28] <Izaya> >wanting huge wasted space in your interfaces
L2253[21:26:59] <Izaya> also I want an OLED display
L2254[21:27:01] <Izaya> they look nice
L2255[21:27:07] <Izaya> I want 3 19" 1080p screens
L2256[21:27:35] <Izaya> OLED ones
L2257[21:27:40] <ade124> Today on "not giving a **** about security“: Single character passwords!
L2258[21:28:10] <Izaya> ade124: if you were on any system I managed
L2259[21:28:17] <Izaya> you'd have been beaten to death with a keyboard by now
L2260[21:28:40] ⇦ Quits: CoderPuppy (~cpup@32.218.119.252) (Ping timeout: 186 seconds)
L2261[21:29:17] <ade124> *Downloads mavericks*
L2262[21:29:30] <Izaya> and not just for using OS suX
L2263[21:29:53] <ade124> That's literally the only reason to buy a Mac
L2264[21:29:59] <Izaya> p. much
L2265[21:30:02] <ade124> (Not that I want to)
L2266[21:30:11] <Izaya> it's not like they have RISC processors and any other cool features any more
L2267[21:33:22] <ade124> I'm probably stuck with my mac for at least 3 more years
L2268[21:33:26] <ade124> At least I have a desktop
L2269[21:33:36] <Izaya> how old is the mac?
L2270[21:33:43] <ade124> It's from 2012
L2271[21:33:50] <Izaya> oh
L2272[21:33:53] <Izaya> pretty new then
L2273[21:34:00] * Izaya is using a HP from 2009ish
L2274[21:34:34] ⇨ Joins: cpup (~cpup@32.218.112.15)
L2275[21:34:46] <ade124> At least iPhones last longer than samsungs in terms of updates
L2276[21:34:53] * ade124 is using a Nexus 5X
L2277[21:34:58] * Izaya has a Moto G3
L2278[21:35:40] <Izaya> Samsung and Apple are rather similar
L2279[21:36:06] <Izaya> the difference apple has NIH syndrome while Samsung is willing to pile crap on top of Android
L2280[21:36:21] <ade124> Touchwiz -> Unresponsive Shithole
L2281[21:36:27] <ade124> iOS -> Responsive Shithole
L2282[21:36:54] <ade124> (If you have the latest phone)
L2283[21:37:04] <Izaya> I'm gonna stick to near-stock Android until christmas
L2284[21:37:17] <Izaya> then I'm gonna upgrade to Cyanogenmod and skip the Google stuff
L2285[21:37:36] <ade124> I'm running PA
L2286[21:37:51] <ade124> I really should install PureNexus on it at some point
L2287[21:37:52] <Kimiro> !nini
L2288[21:37:58] ⇦ Quits: Kimiro (~MobileDra@199-7-157-53.eng.wind.ca) (Quit: Connection lost: Psionic link severed.)
L2289[21:38:28] ⇦ Quits: Yepoleb (~yepoleb@91-115-114-70.adsl.highway.telekom.at) (Quit: Yepoleb)
L2290[21:38:59] <ade124> %drama (Sorry I'm just too bored)
L2291[21:39:01] <MichiBot> ade124: Tinker's Construct makes OpenComputers crash ICBM when used by Erasmus_Crowley
L2292[21:47:02] <gamax92> https://www.youtube.com/watch?v=8uVkcPrIOG4
L2293[21:47:02] <MichiBot> Ross Speaks Japanese - Steam Train (Game Grumps) | length: 16m 12s | Likes: 628 Dislikes: 29 Views: 56565 | by GamebotColour
L2294[21:47:51] ⇨ Joins: CoderPuppy (~cpup@32.218.112.47)
L2295[21:47:59] <evil_dan2wik_> GreaseMonkey, is the github up to date with what you gave me?
L2296[21:48:10] <GreaseMonkey> evil_dan2wik_: not entirely sure, possibly?
L2297[21:48:31] <GreaseMonkey> "Unfortunately, TouchWiz Home has stopped."
L2298[21:48:53] <gamax92> "Fortunately, System has DIED."
L2299[21:48:56] <evil_dan2wik_> I'm getting a lot of debug text in my server console for key presses
L2300[21:49:03] ⇦ Quits: cpup (~cpup@32.218.112.15) (Ping timeout: 202 seconds)
L2301[21:49:05] <GreaseMonkey> ah yes, th... wait fuck
L2302[21:49:12] <GreaseMonkey> yeah github should be up to date
L2303[21:49:13] <GreaseMonkey> i think
L2304[21:49:22] <evil_dan2wik_> ok, cool
L2305[21:49:23] <GreaseMonkey> i really don't want to have to pull my laptop out of retirement again
L2306[21:49:45] <GreaseMonkey> but yeah i thought i at least disabled the debug crap for events
L2307[21:51:02] <evil_dan2wik_> I'm on 1.7.10
L2308[21:51:16] <evil_dan2wik_> I had to change 1 file to get it working here
L2309[21:55:14] <xandaros> Found an EnderIO capacitor with description “Don't turn it on - take it apart!” on it. Beauty! What a bobby dazzler
L2310[21:55:23] <gamax92> bobby dazzler
L2311[21:58:35] ⇨ Joins: cpup (~cpup@32.218.112.60)
L2312[22:00:09] ⇦ Quits: Turtle (~SentientT@82-171-92-73.ip.telfort.nl) (Quit: Nettalk6 - www.ntalk.de)
L2313[22:00:11] ⇦ Quits: CoderPuppy (~cpup@32.218.112.47) (Ping timeout: 192 seconds)
L2314[22:00:44] ⇨ Joins: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L2315[22:01:44] <xandaros> I now feel like all the capacitors found in dungeons are references, but this is the first one I got
L2316[22:03:15] <evil_dan2wik_> GreaseMonkey, have you had a linux kernel on this before?
L2317[22:03:37] <GreaseMonkey> evil_dan2wik_: i almost got it to mount root w/ 8MB of RAM
L2318[22:04:08] <evil_dan2wik_> Nice
L2319[22:04:31] ⇦ Quits: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net) (Ping timeout: 198 seconds)
L2320[22:10:36] ⇨ Joins: techno156 (~techno156@137.154.59.237)
L2321[22:21:32] ⇨ Joins: CoderPuppy (~cpup@32.218.112.94)
L2322[22:22:34] <evil_dan2wik_> GreaseMonkey, do you have a kernel config I could build off if it isn't too much hassle?
L2323[22:23:24] <GreaseMonkey> evil_dan2wik_: it's too much of a hassle
L2324[22:23:25] ⇦ Quits: cpup (~cpup@32.218.112.60) (Ping timeout: 192 seconds)
L2325[22:23:37] <GreaseMonkey> https://www.linux-mips.org/wiki/Porting
L2326[22:23:52] <GreaseMonkey> and https://github.com/iamgreaser/ocmips/blob/master/MemoryMap.txt
L2327[22:24:19] <evil_dan2wik_> Ok, thanks
L2328[22:25:37] ⇦ Quits: mr208 (~mallrat20@184-88-190-37.res.bhn.net) (Quit: Leaving)
L2329[22:25:45] ⇦ Quits: mallrat208 (~mallrat20@184-88-190-37.res.bhn.net) (Quit: Leaving)
L2330[22:26:01] ⇨ Joins: mallrat208 (~mallrat20@184.88.190.37)
L2331[22:29:56] ⇨ Joins: cpup (~cpup@32.218.112.109)
L2332[22:30:35] ⇦ Quits: Lathanael|Away (~Lathanael@p5496197B.dip0.t-ipconnect.de) (Ping timeout: 202 seconds)
L2333[22:32:52] ⇨ Joins: Lathanael|Away (~Lathanael@p54961942.dip0.t-ipconnect.de)
L2334[22:32:58] <ade124> /me feels like it's 15:00 when it's really 11:00
L2335[22:33:03] <ade124> lol
L2336[22:35:13] ⇦ Quits: CoderPuppy (~cpup@32.218.112.94) (Ping timeout: 384 seconds)
L2337[22:35:51] ⇨ Joins: Suprem (~suprem@ns515151.ip-192-99-35.net)
L2338[22:36:12] <Suprem> hello everybody
L2339[22:36:49] <Suprem> list
L2340[22:37:03] ⇦ Quits: Suprem (~suprem@ns515151.ip-192-99-35.net) (Client Quit)
L2341[22:37:59] <evil_dan2wik_> GreaseMonkey, how hard would network and internet support be?
L2342[22:38:08] ⇨ Joins: Supremedalek2001 (~supremeda@ns515151.ip-192-99-35.net)
L2343[22:38:39] <GreaseMonkey> evil_dan2wik_: could be a nasty pile of work unless you write an IP-over-TCP tunnel
L2344[22:39:03] <evil_dan2wik_> ok
L2345[22:39:33] <ade124> Why is green tea kitkat a thing
L2346[22:39:51] <Supremedalek2001> because they are
L2347[22:40:08] <gamax92> Because Japan hoards all the special flavors of kitkat
L2348[22:40:13] <gamax92> share :<
L2349[22:40:16] <Supremedalek2001> yup
L2350[22:40:44] * ade124 doesn't live in Japan
L2351[22:40:52] <Supremedalek2001> to cbaadn
L2352[22:40:53] ⇦ Quits: Kiddobyte (~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com) (Read error: Connection reset by peer)
L2353[22:40:57] <Supremedalek2001> can u suck me off
L2354[22:41:02] ⇦ Quits: Supremedalek2001 (~supremeda@ns515151.ip-192-99-35.net) (Client Quit)
L2355[22:41:35] <gamax92> !ban *!*@ns515151.ip-192-99-35.net
L2356[22:41:39] <gamax92> Every time I look away.
L2357[22:41:58] <Mimiru> fuckin right..?
L2358[22:42:04] <ade124> umm...
L2359[22:42:12] <Mimiru> ._.
L2360[22:42:30] <ade124> *Switches to different ISP*
L2361[22:42:51] <ade124> I did that once for ban evasion... Turns out to be a huge mistake since the speed sucked
L2362[22:44:54] ⇦ Quits: BearishMushroom (~BearishMu@90-231-174-194-no159.tbcn.telia.com) (Read error: Connection reset by peer)
L2363[22:49:06] <xandaros> ade124: They also have maccha ice cream in japan. I'm so jealous. We need to bring maccha flavour to other countries!
L2364[22:49:24] <ade124> It's already infecting Hong Kong as we're speaking
L2365[22:50:48] <ade124> Maccha flavour ice cream's actually relatively easy to get in HK
L2366[22:51:35] * Temia looks at her local asian supermarket.
L2367[22:51:57] * Temia quietly pushes her pint of maccha ice cream into the back of the freezer >3>
L2368[22:52:17] <ade124> The maccha virus is spreading everywhere
L2369[22:52:21] <ade124> stop it before it's too late
L2370[22:52:22] <gamax92> Hey Temia
L2371[22:52:31] <Temia> Yes?
L2372[22:52:36] <xandaros> ade124: But not before it reaches Germany, please
L2373[22:52:40] <gamax92> Just saying Hey, that's all
L2374[22:53:01] <Temia> Hey o/
L2375[22:53:11] <xandaros> Found a recipe for maccha meronpan the other day. I need to try that :D
L2376[22:53:13] <ade124> Pretty sure it'll reach ethiopia before it reaches germany
L2377[23:00:31] <ade124> 'Installing the only reason you'd buy macs for on the disk "Macintosh HD"...'
L2378[23:08:13] ⇨ Joins: Dracotech (~techno156@137.154.59.237)
L2379[23:10:27] ⇦ Quits: techno156 (~techno156@137.154.59.237) (Ping timeout: 192 seconds)
L2380[23:12:52] *** medsouz is now known as medsouz|offline
L2381[23:16:11] ⇨ Joins: Dimitriye98 (~Dimitriye@c-73-252-165-178.hsd1.ca.comcast.net)
L2382[23:35:40] <evil_dan2wik_> GreaseMonkey, do you know what address the kernel is loaded to?
L2383[23:35:58] <GreaseMonkey> evil_dan2wik_: it should ideally load to 0xA0005000
L2384[23:36:06] <GreaseMonkey> but you have to enforce this yourself
L2385[23:36:19] <evil_dan2wik_> ok
L2386[23:39:37] <xandaros> evil_dan2wik_: What're you doing?
L2387[23:40:00] <evil_dan2wik_> working on the OCMIPs emulator
L2388[23:41:12] <GreaseMonkey> what i'm doing right now is getting a voxel engine working
L2389[23:41:15] <xandaros> Ah - thought you were writing a kernel for an x86* OS :D
L2390[23:41:43] <evil_dan2wik_> not yet anyway
L2391[23:41:53] <Izaya> MIPS > x86
L2392[23:43:43] <xandaros> MIPS has a nicer instruction set, not least because it's RISC
L2393[23:43:51] <xandaros> x86 stuff runs on my PC
L2394[23:43:56] <xandaros> I go with x86 stuff
L2395[23:45:20] ⇦ Quits: Syrren (~syrren@101.166.208.194) (Quit: ZNC - http://znc.in)
L2396[23:47:36] <Izaya> 6502 > *
L2397[23:48:29] <gamax92> Izaya: good on
L2398[23:49:48] <xandaros> Never used a vanilla 6502, but I did some programming for the 65EL02 from redpower. It was quite fun
L2399[23:50:24] <Izaya> the 65EL02 is closer to a 65C816 than a vanilla 5602
L2400[23:50:26] <Izaya> 6502
L2401[23:51:03] <xandaros> I know - there was a colour coded instruction set which highlighted from which architecture which instruction came
L2402[23:51:22] <xandaros> Surprisingly enough, not a lot of them were original 65EL02
L2403[23:52:05] <xandaros> http://www.eloraam.com/nonwp/redcpu.php
L2404[23:52:08] <xandaros> Well, maybe a few
L2405[23:52:34] <GreaseMonkey> whereas MIPS is so good i didn't have to add instructions to make it more palatable ;P
L2406[23:53:52] <xandaros> Well, the last version of MIPS was released in 2014. What do you expect
L2407[23:54:03] <Izaya> KMS crack does not work for MS Office 2010 on Windows 7
L2408[23:54:04] <Izaya> k
L2409[23:55:05] <xandaros> 65C816 is from 1984
L2410[23:55:24] <xandaros> It's been around for a while :P
<<Prev Next>> Scroll to Top