<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:07] <Izaya> Hey, Windows users, does Windows 7 support running on UEFI systems without the CSM?
L2[00:01:03] <ade124|mobile> I used Windows 7 in UEFI once
L3[00:02:34] <ade124|mobile> My Mac refuses to boot off Windows 7 UEFI though, because Apple EFI is weird
L4[00:02:42] <Izaya> I turn all the UEFI stuff off on my boxen
L5[00:02:47] <Izaya> At least as much as possible
L6[00:02:59] <Izaya> that said only two of the computers I own have UEFI, which are my desktop and my server
L7[00:03:19] ⇦ Quits: Dimensional (~kvirc@40.134.242.242) (Ping timeout: 198 seconds)
L8[00:03:22] <ade124|mobile> >Boxen confirmed German
L9[00:03:46] <Izaya> uh?
L10[00:03:53] <ade124|mobile> I use UEFI whenever possible, because futureproofing
L11[00:04:20] <Izaya> * > mini win32 API at BIOS level
L12[00:04:36] <ade124|mobile> Every German noun ends with en (jk, I don't know German)
L13[00:04:55] <Izaya> I personally intend to abandon x86 ASAP
L14[00:05:05] <Izaya> Be it for POWER or RISC-V or whatever
L15[00:05:12] <ade124|mobile> >Apple was first to use EFI but not UEFI because Apple
L16[00:05:21] <Izaya> OpenFirmware was sorta cool
L17[00:05:54] <Temia> Win7 has native UEFI/GPT support.
L18[00:05:57] ⇨ Joins: Dimensional (~kvirc@40.134.242.242)
L19[00:06:16] <ade124|mobile> Thr only 2 main architecture now is ARM and x86-64...
L20[00:06:54] <Izaya> ARM is slightly saner but the perf isn't there
L21[00:07:07] * ade124|mobile formats all his disks in GPT
L22[00:09:02] * ade124|mobile would probably like to learn Assembly because his time is as free as Linux
L23[00:10:48] <GreaseMonkey> as a CPU ARM is pretty sane, as an overall ecosystem it's apparently very diverse in a bad way
L24[00:10:58] <GreaseMonkey> ade124|mobile: got a raspi?
L25[00:11:08] <ade124|mobile> Two
L26[00:11:17] <ade124|mobile> 2 and B+
L27[00:11:27] <ade124|mobile> I can't find the B+ though
L28[00:11:30] <GreaseMonkey> sweet, i'm currently trying to get mingw64 working on here so i can get cross compilation from llvm working
L29[00:11:39] <GreaseMonkey> oh hey, a pi2, that thing does NEON
L30[00:11:49] <GreaseMonkey> oddly enough NEON is actually fast
L31[00:11:56] <gamax92> I found the bug, specifically what line of code :3
L32[00:13:34] <Temia> It can do NEON, but can it do REON-4213?
L33[00:13:37] <Temia> '<'
L34[00:14:05] * gamax92 pets duck moo
L35[00:14:17] * Temia mu. 'w'
L36[00:16:47] ⇦ Quits: Saintmare (~Saintmare@217.144.175.95) (Remote host closed the connection)
L37[00:21:12] <ade124|mobile> /
L38[00:21:33] <GreaseMonkey> another place to learn arm assembly is if you're writing stuff for the GBA, you can do a few fun things with it to get a bit more speed
L39[00:21:59] <GreaseMonkey> most primitive raspi though is ARMv6 and that already has pipelining and i have yet to beat gcc -O3 with any of my stuff
L40[00:22:46] <GreaseMonkey> gba on the other hand has is ARM7TDMI and has pretty simple timing as long as you do the right thing, which is to copy a boot program into IWRAM and run all your code from there
L41[00:28:08] <GreaseMonkey> make[1]: Leaving directory '/home/ben/Downloads/w32-gcc/gcc64/gcc'
L42[00:28:08] <GreaseMonkey> real 4m7.644s
L43[00:28:10] <GreaseMonkey> wew
L44[00:28:17] <GreaseMonkey> although that's only stage 1
L45[00:28:31] <GreaseMonkey> stage 2 is all the other stuff once you've dropped in the libc
L46[00:29:08] ⇨ Joins: Saintmare (~Saintmare@217.144.175.95)
L47[00:30:19] <gamax92> GreaseMonkey: I remember trying to build a go32 toolchain
L48[00:30:26] <GreaseMonkey> is that for dos
L49[00:30:28] <gamax92> yes
L50[00:30:30] <GreaseMonkey> nice
L51[00:30:41] <GreaseMonkey> did you give up and opt for djgpp instead
L52[00:30:45] <gamax92> can't
L53[00:30:50] <gamax92> code doesn't run on djgpp v2
L54[00:30:54] <GreaseMonkey> ah
L55[00:31:34] <gamax92> I mean I got the toolchain working :P, just needed various patches and might have used precompiled files I managed to find like libc stuff
L56[00:32:52] <GreaseMonkey> /usr/x86_64-w64-mingw32/bin/ld: skipping incompatible /usr/x86_64-w64-mingw32/lib/libmingwthrd.a when searching for -lmingwthrd
L57[00:32:52] <GreaseMonkey> /usr/x86_64-w64-mingw32/bin/ld: cannot find -lmingwthrd
L58[00:32:53] <GreaseMonkey> dammit
L59[00:32:53] <gamax92> yeah, I ended up finding a mirror of djgpp v1's files
L60[00:33:24] <gamax92> they're meant to be used in dos but, a little rearragement and got files put where linux expected them
L61[00:34:50] <gamax92> ._. I need to compile a new version of e2fsck for this old vm
L62[00:38:38] ⇦ Quits: BearishMushroom (~BearishMu@90-231-174-194-no159.tbcn.telia.com) (Read error: Connection reset by peer)
L63[00:43:14] <ade124|mobile> Just realised my keyboards don't have a SysRq
L64[00:43:51] <ade124|mobile> Oh it's just Print Screen
L65[00:44:17] <Saphire> um
L66[00:44:25] <Saphire> it's same key
L67[00:44:57] <ade124|mobile> Yep
L68[00:46:12] <GreaseMonkey> just in case you were wondering of just how high quality mingw64 really is
L69[00:46:28] <GreaseMonkey> the linker scripts always assume /usr/local/x86_64-w64-mingw32/
L70[00:49:08] <ade124|mobile> ?
L71[00:49:46] <gamax92> GreaseMonkey: heh
L72[00:51:32] <ade124|mobile> Great, the Sims 4 is running in Chinese again
L73[00:52:05] <ade124|mobile> At least the translations are hilarious
L74[00:55:23] ⇦ Quits: Saintmare (~Saintmare@217.144.175.95) (Ping timeout: 202 seconds)
L75[00:56:54] <ade124|mobile> "Fortune" translates as "Lucky" (At least they fixed Foundation Height which translated as "Fund Highlands"
L76[00:57:15] ⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098) (Ping timeout: 202 seconds)
L77[00:57:49] <ade124|mobile> "Counter" is still translated as "A thing that counts"... Seriously
L78[00:58:18] <gamax92> My father made some banana bread but some how managed to turn the oven off in the middle of it so it was cooking based on residual heat
L79[00:58:42] <ade124|mobile> "Dishwasher" translated as "Person who washes dishes"
L80[00:59:20] <ade124|mobile> "Desktop Computer" as "Desk"
L81[00:59:30] <ade124|mobile> Who worked on the translations for The Sims 4
L82[01:00:06] ⇨ Joins: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L83[01:05:55] <ade124|mobile> Knowing the #1 wrongly translated language is really fun
L84[01:12:57] <gamax92> ade124|mobile: what language is that?
L85[01:13:08] <ade124|mobile> English
L86[01:13:26] <gamax92> ehh, into what then?
L87[01:13:48] <ade124|mobile> Actually Any Language into English
L88[01:13:55] <ade124|mobile> Especially Chinese and Japanese
L89[01:14:18] <ade124|mobile> You can't get more classic than translating "Restaurant" as "Translate Server Error"
L90[01:14:21] *** mrkirby153 is now known as kirby|gone
L91[01:15:04] <gamax92> I don't get what you're saying, you give an English word and then say it's been translated into another English word
L92[01:15:25] <gamax92> is the first one what it would technically be in Chinese?
L93[01:15:35] <ade124|mobile> Yes
L94[01:17:06] ⇨ Joins: Trangar (~Trangar@249-153-145-85.ftth.glasoperator.nl)
L95[01:26:10] ⇦ Quits: Kiddobyte (~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com) (Read error: Connection reset by peer)
L96[01:46:03] <ade124|mobile> *Sigh* Why are the exact same 4 videos on DígítálFóótpríntGó being recommended to me on every single video I watch
L97[01:46:59] <ade124|mobile> Google, didn't I tell you I hate Privacy Go(né)
L98[01:48:20] <ade124|mobile> It isn't even in the correct language (I'm only subscribed to one HK youtuber, all other people I subscribe to speak English )
L99[01:48:57] <Ember_Primrose> lol people trying to msg corded
L100[01:49:18] <Eleria> O.o
L101[01:50:10] <Ember_Primrose> oh, and hai everybody!
L102[01:50:15] <Ember_Primrose> morning
L103[01:51:02] <Ember_Primrose> i am using WAY too many usb ports
L104[01:52:21] <Eleria> Morning :3 And well do you think I don't? :P
L105[01:54:56] <Ember_Primrose> headset, mouse, webcam that semi works, xbox one remote, 2 for the keyboard, external hdd, to charge my phone,my dongle, and a midi keyboard
L106[01:55:09] <Ember_Primrose> yep a lot
L107[01:56:47] <Ember_Primrose> oh, and one for my dslr camera
L108[01:57:11] <Eleria> Headset,Keyboard,Soundcard,Mouse,Webcam,ExtHDD1,ExtHDD2,Phone,Router,2SerialConnectors xD
L109[01:57:28] <Ember_Primrose> ew
L110[01:57:32] <Ember_Primrose> usb soundcard
L111[01:57:43] <Eleria> My normal one is broken xD
L112[01:57:50] <ade124|mobile> >Charging Phones using Computers
L113[01:57:50] <Ember_Primrose> :o
L114[01:58:16] <ade124|mobile> Daet moment when I have a USB-C phone
L115[01:58:26] <Ember_Primrose> im doing that cuz tha charging thing you get with is broken
L116[01:58:38] <Ember_Primrose> @Eleria thats sad
L117[01:59:02] <ade124|mobile> I lovr how the 5X only ships with a USB C to USB C cable
L118[01:59:10] <Eleria> Well I can give it to repair when my normal tower works again :3
L119[02:02:04] <ade124|mobile> I only have a Keyboard, a Mouse and the wireless reciever for my spare mouse and keyboard connected to my Computer
L120[02:02:15] <ade124|mobile> I also have a USB with a broken case
L121[02:02:32] <Forecaster> hai peepls
L122[02:02:46] <Forecaster> I yam awake
L123[02:02:56] <Ember_Primrose> yaaam
L124[02:03:09] <ade124|mobile> Why is everyone on discord
L125[02:03:22] <Forecaster> because we hate freedom
L126[02:03:28] <Eleria> Because I don't have irc installed again :P
L127[02:04:50] <ade124|mobile> IRC clients have been pulled from every distrp but gentoo
L128[02:04:56] <ade124|mobile> *distro
L129[02:05:01] <ade124|mobile> Install it
L130[02:05:23] <Eleria> Well the problem is that I'm still on Windows atm :/
L131[02:05:34] <Eleria> My linux is on my broken tower e.e
L132[02:05:50] <ade124|mobile> Take the HDD out and boot off it?
L133[02:05:55] <Ember_Primrose> how borked are speaking about
L134[02:06:17] <Eleria> I'm on a laptop ^^ Can't switch the hdds that easy :/
L135[02:06:17] <ade124|mobile> Børk
L136[02:06:47] <ade124|mobile> I have a neat SATA to USB 3 converter
L137[02:07:06] <ade124|mobile> doesn't work with 3.5" drives though sadly
L138[02:07:13] <Eleria> Yep :/
L139[02:07:25] <Eleria> That's exactly my problem O.o
L140[02:07:37] <Ember_Primrose> \o/ for ghetto setups
L141[02:08:10] <ade124|mobile> If someone can hack a SATA extension cable and get an external PSU for SATA drives that would be great
L142[02:08:32] <Ember_Primrose> external hdd case much
L143[02:08:37] <Eleria> ^^
L144[02:08:38] <ade124|mobile> I have a NAS that you can swap drives out of (By disassembling)
L145[02:09:01] <Eleria> In my server it's just hotplug
L146[02:09:08] <ade124|mobile> I have a 1TB drive in that, the original 3TB drive is now in my Tower
L147[02:09:23] <Ember_Primrose> i probably have they weirdest thing going on with my drives
L148[02:09:42] <Ember_Primrose> have a 120 gb ssd
L149[02:10:11] <Ember_Primrose> but i moved the libraries to two diff drives
L150[02:10:28] <Ember_Primrose> using some gheteo syslinking
L151[02:10:38] <Ember_Primrose> using some ghetto syslinking
L152[02:11:17] <ade124|mobile> I got owncloud on that WD NAS
L153[02:11:22] <Eleria> Well I have 2 ssd's and one data drive. And I'm literally not using libs at all
L154[02:11:50] <Ember_Primrose> well, i don't linux yet
L155[02:11:57] <Ember_Primrose> https://twitter.com/LinusTech/status/764716874663915520
L156[02:11:58] <MichiBot> Sun Aug 14 01:54:45 CDT 2016 @LinusTech: The Galaxy S7 Active is a brick, but it's my kinda brick. https://t.co/twqkG6BXAr
L157[02:12:00] <Ember_Primrose> lol
L158[02:12:20] <ade124|mobile> Can't wait for someone to brick that brick
L159[02:13:37] <Forecaster> can't wait for someone to brick that brick with a brick
L160[02:13:51] <Forecaster> and call it "brick vs brick"
L161[02:14:40] <Ember_Primrose> cue dramatic music
L162[02:15:15] <ade124|mobile> I wonder if someone has hacked a 64GB chip into a Nexus 5X
L163[02:15:33] <Ember_Primrose> oh goddangit
L164[02:15:39] <Ember_Primrose> thats the 2nd one
L165[02:16:07] <Ember_Primrose> USB Y U FAILING?
L166[02:16:25] <ade124|mobile> ?
L167[02:17:14] <ade124|mobile> I love how the USB-B 3 port looks like a mutated USB-B port
L168[02:17:20] <Ember_Primrose> two usb sticks just died on me
L169[02:17:39] <ade124|mobile> I have 1 with just the circuit board and it works fine
L170[02:18:28] <ade124|mobile> But then you realise that USB 3 hates wireless keyboards
L171[02:18:38] <Ember_Primrose> yay
L172[02:18:43] <Ember_Primrose> wired ftw
L173[02:18:50] <ade124|mobile> and you broke your spare wired one
L174[02:18:59] <Ember_Primrose> oh
L175[02:19:03] <Ember_Primrose> not fun
L176[02:19:19] <Ember_Primrose> brb
L177[02:19:21] <Ember_Primrose> fewds
L178[02:19:33] <ade124|mobile> The current keyboard on my computer is passed through to my KVM
L179[02:35:37] <Ember_Primrose> back
L180[02:43:52] <Ember_Primrose> @Mimiru is the stats down?
L181[02:43:54] ⇨ Joins: techno156 (~techno156@137.154.59.241)
L182[02:44:45] <Ember_Primrose> I keep getting ERR_CONNECTION_REFUSED
L183[02:47:31] <Ember_Primrose> _pokes @Forecaster_
L184[02:47:44] <Ember_Primrose> what you up to?
L185[02:48:45] <Forecaster> fixing some issues with my stupid schedule system
L186[02:48:55] <Forecaster> it was displaying an ended show as active D:<
L187[02:49:01] <Ember_Primrose> :3
L188[02:49:10] <Ember_Primrose> you are mr 18th now
L189[02:49:16] <Forecaster> :O
L190[02:49:27] <Ember_Primrose> well last tim i checked
L191[02:49:35] <Ember_Primrose> can't connect atm
L192[02:50:00] <Ember_Primrose> and i was 8 to go to join the top 30
L193[02:50:11] <Forecaster> also discovered that a bunch of episodes from the fallout shows are missing from my database which is odd
L194[02:50:28] <Ember_Primrose> yay
L195[02:50:31] <Forecaster> no idea when that happened
L196[02:50:32] <Ember_Primrose> false linking
L197[02:50:36] <Forecaster> wat?
L198[02:51:05] <Ember_Primrose> nvm i woke up like ~30 mins ago
L199[02:51:27] <Ember_Primrose> pls work
L200[02:51:30] <Ember_Primrose> .stats
L201[02:51:30] <Natsumi> **Utility** module has been banned from use on this **channel**.
L202[02:51:36] <Ember_Primrose> dangit
L203[02:51:42] <Ember_Primrose> .stats
L204[02:51:42] <EnderBot2> We have channel stats provided by Caitlyn \o/ https://oclogs.pc-logix.com/stats.html, seriously :)
L205[02:52:11] <Ember_Primrose> Forecaster, does theat link work for you?
L206[02:52:33] <Lizzy> connection refused here
L207[02:52:41] <Ember_Primrose> ditot
L208[02:52:52] <Ember_Primrose> ditto
L209[02:53:46] <Forecaster> connection refused
L210[02:54:00] <Forecaster> @Mimiru something's borked D:
L211[02:54:37] <Forecaster> hm, I need a name for a "lets look at" type show
L212[02:54:46] <Ember_Primrose> what?
L213[02:54:51] <Ember_Primrose> at what
L214[02:55:11] <Forecaster> "show" as in new youtube series
L215[02:55:27] <Forecaster> you know, like "Lets Look at No Mans Sky" for example
L216[02:55:27] <Forecaster> :P
L217[02:55:30] <Ember_Primrose> let's play?
L218[02:55:35] <Forecaster> no
L219[02:56:12] <Ember_Primrose> or like one offs
L220[02:56:14] <Forecaster> it'd be one video per game, for things I don't want to do letsplays for, but still want to feature or talk about
L221[02:56:26] <Ember_Primrose> mm
L222[02:56:31] <Ember_Primrose> lemme thing
L223[02:56:33] <Ember_Primrose> k
L224[02:56:38] *** Darkhax is now known as Darkhax_AFK
L225[02:58:41] <Ember_Primrose> idk
L226[02:58:47] <Ember_Primrose> im dumbstruckl
L227[02:58:55] <Ember_Primrose> i had ideas
L228[02:59:00] <Ember_Primrose> but their kek
L229[02:59:06] <Ember_Primrose> they are
L230[02:59:09] <Ember_Primrose> ke
L231[02:59:20] <Forecaster> say them anyway :)
L232[02:59:41] <Ember_Primrose> their no meant for playlist title tho
L233[02:59:49] <Ember_Primrose> more per vid
L234[02:59:58] <Ember_Primrose> like
L235[03:00:14] <Ember_Primrose> Taking a gander at No Mans Sky
L236[03:00:21] <Ember_Primrose> lol
L237[03:00:22] <Ember_Primrose> idk
L238[03:00:31] <Ember_Primrose> and similiar
L239[03:00:38] <Forecaster> well, my system can do that
L240[03:00:54] <Forecaster> I'd like something creative for the show title though
L241[03:01:01] <Ember_Primrose> oooo
L242[03:01:02] <Ember_Primrose> ooo
L243[03:01:02] <Ember_Primrose> oo
L244[03:01:06] <Forecaster> something other than "Lets look at"
L245[03:01:12] <Ember_Primrose> Forecaster's Detours
L246[03:01:22] <Forecaster> oo I like that
L247[03:01:36] <Ember_Primrose> yay for spontanues creativity
L248[03:01:48] <Ember_Primrose> inspired by
L249[03:01:58] <Ember_Primrose> gta v fails
L250[03:02:05] <Ember_Primrose> lel
L251[03:03:11] <Forecaster> hm, wonder if it can handle the ' in the name...
L252[03:03:20] <Ember_Primrose> and per episode can be some thing like Now Detouring to: No Mans Sky
L253[03:03:31] <Ember_Primrose> lol idk
L254[03:03:57] <Ember_Primrose> Forecaster's
L255[03:03:57] <Ember_Primrose> Forecasters
L256[03:04:04] <Forecaster> Modded Minecraft [Episode {0}] - {1}
L257[03:04:16] <Forecaster> This is the "title string" for the minecraft letsplay show
L258[03:04:29] <Forecaster> {0} is replaced with the episode number
L259[03:04:36] <Forecaster> {1} is replaced by the video title
L260[03:04:46] <Ember_Primrose> so
L261[03:04:48] <Ember_Primrose> uhm
L262[03:05:11] <Forecaster> ideally the show name should be in the video title
L263[03:06:14] <Ember_Primrose> Forecaster's Detours [Episode {0}] -Next Stop: {1}
L264[03:06:27] <Ember_Primrose> or however that would be composed
L265[03:06:42] <Forecaster> exactly like that :)
L266[03:07:07] <Ember_Primrose> but what do you think of Next Stop: No Mans Skye?
L267[03:07:37] <Forecaster> what do you mean?
L268[03:07:51] <Ember_Primrose> was an idea for the title
L269[03:08:10] <Forecaster> I like the title string
L270[03:08:15] <Ember_Primrose> each vid would be Next Stop: GAME NAME
L271[03:08:25] <Forecaster> yeah :)
L272[03:08:52] <Ember_Primrose> even if i joined for a co op
L273[03:09:03] <Ember_Primrose> i would NEVER find you
L274[03:09:09] <Forecaster> hm?
L275[03:09:21] <Forecaster> NMS doesn't have multiplayer
L276[03:09:26] <Ember_Primrose> it does
L277[03:09:39] <Forecaster> it's listed as singleplayer on steam :)
L278[03:09:40] ⇦ Quits: ade124|mobile (~ade124|mo@221.124.196.189) (Read error: Connection refused)
L279[03:09:51] <Ember_Primrose> oh wtf brain
L280[03:10:37] <Ember_Primrose> cuz i would like to join a series once i have fiber to support it
L281[03:12:09] <Forecaster> ...
L282[03:12:17] <Forecaster> I have successfully confused myself
L283[03:12:23] <Ember_Primrose> :D
L284[03:12:34] <Forecaster> I have two text boxes, one says "Default Description" and the other says "About the show"
L285[03:12:41] <Forecaster> and I can't remember what the difference is...
L286[03:12:45] <Ember_Primrose> xD
L287[03:12:52] <Ember_Primrose> test?
L288[03:13:03] <Ember_Primrose> make a temp upload
L289[03:13:11] <Forecaster> I'll have a look at a prev. show
L290[03:13:20] <Forecaster> nah, I don't wanna do that
L291[03:13:23] <Ember_Primrose> that works too
L292[03:13:24] <Forecaster> there's no way to delete shows
L293[03:13:35] <Forecaster> except going into the db and deleting it from there
L294[03:13:48] <Ember_Primrose> lemme guess
L295[03:13:53] <Ember_Primrose> its a bitch todo
L296[03:14:04] <Forecaster> not really, but I'd like to avoid it :)
L297[03:14:13] <Ember_Primrose> ah, ok
L298[03:14:18] <Forecaster> poking the db directly should be avoided
L299[03:14:30] <Forecaster> in case I accidentally delete something I don't mean to
L300[03:14:42] <Ember_Primrose> backups
L301[03:14:46] <Forecaster> ah right, the default description is the video description of course
L302[03:14:55] <Ember_Primrose> \o/
L303[03:14:58] <Forecaster> I should probably change it to say that :P
L304[03:15:28] <Forecaster> _slaps himself for labelling things stupidly_
L305[03:15:46] <Ember_Primrose> no
L306[03:19:09] *** Ajloveslily is now known as Ajloveslily|Sleep
L307[03:20:19] <Forecaster> :I
L308[03:20:28] <Forecaster> _adds some unseful info to the labels_
L309[03:21:40] <Forecaster> useful*
L310[03:24:16] ⇦ Quits: xilni (~xilni@96.241.23.87) (Quit: Textual IRC Client: www.textualapp.com)
L311[03:25:43] * vifino flops on Lizzy
L312[03:26:10] ⇨ Joins: ade124|mobile (~ade124|mo@221.124.196.189)
L313[03:26:14] <Forecaster> was going to say "corded is broken again!" then I remembered, actions...
L314[03:26:32] <Elizabeth> lol
L315[03:26:37] ⇨ Joins: Vexatos (~Vexatos@p200300556E2AE27884B73A31938DEFCC.dip0.t-ipconnect.de)
L316[03:26:37] zsh sets mode: +v on Vexatos
L317[03:27:05] <ade124|mobile> I'd really like to buy a 105-key keyboard just for that extra key to switch IMEs
L318[03:27:13] * Lizzy pets vifino
L319[03:27:21] * vifino purrs
L320[03:33:27] <Ember_Primrose> dangit
L321[03:33:36] <Forecaster> ?
L322[03:33:55] <Ember_Primrose> can't find my dslr's cable
L323[03:34:03] <Forecaster> :O
L324[03:35:13] <Forecaster> welp, show added, scheduled for twice a month
L325[03:35:35] <Ember_Primrose> :o
L326[03:38:18] <Lizzy> dammit
L327[03:38:26] <Ember_Primrose> ?
L328[03:38:29] <Lizzy> my 20Ah battery bank is fucked @:/
L329[03:38:32] <Lizzy> *:/
L330[03:38:37] <Ember_Primrose> D:
L331[03:44:06] ⇨ Joins: Keanu73 (~Keanu73@host-92-28-90-128.as13285.net)
L332[03:44:26] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
L333[03:46:13] ⇨ Joins: Inari (~Pinkishu@p5DEC6E45.dip0.t-ipconnect.de)
L334[03:47:14] <Ember_Primrose> o/
L335[03:49:18] ⇨ Joins: TinyEmber (~u931732@105.225.140.33)
L336[03:49:46] ⇦ Parts: TinyEmber (~u931732@105.225.140.33) ())
L337[04:26:44] <Ember_Primrose> ohno
L338[04:26:46] <Ember_Primrose> 100039 ms behind, 1000 ticks will be skipped.
L339[04:28:14] <Forecaster> my server does that sometimes :P
L340[04:28:31] <Ember_Primrose> this is ssp
L341[04:28:37] <Ember_Primrose> dangit mystcraft
L342[04:29:12] <ade124|mobile> If you can add keys to a keyboard what keys will you add (Definitely a compose key for me)
L343[04:29:24] <Ember_Primrose> compose key?
L344[04:29:33] <ade124|mobile> Linux Magic
L345[04:29:54] <Forecaster> I have extra keys on mine :P
L346[04:30:08] <Ember_Primrose> for my current keyboard...
L347[04:30:17] <Ember_Primrose> dedicated media keys
L348[04:30:35] <Forecaster> _has that too_
L349[04:30:38] <Forecaster> :>
L350[04:30:39] <ade124|mobile> I have 13 (With 10 being mechanical and others being these hard buttons you find on circuit boards)
L351[04:30:49] <Vexatos> fingercomp, poke
L352[04:31:05] <ade124|mobile> I actually have 4 more media keys and 1 scrollwheel-ish thing
L353[04:31:13] <ade124|mobile> That controls the volune
L354[04:31:17] <ade124|mobile> *volume
L355[04:31:19] <Ember_Primrose> _has a Razer Blackwidows Ultimate Chroma_
L356[04:31:34] <Ember_Primrose> *lightshow erry day*
L357[04:31:48] <Forecaster> has a G110 from Logitech
L358[04:31:50] <ade124|mobile> _Has backlights off_
L359[04:31:57] <Forecaster> it goes one color at a time, but is nice
L360[04:32:01] <Ember_Primrose> @Forecaster
L361[04:32:08] <Ember_Primrose> THROW IT AWAY
L362[04:32:12] <Forecaster> no
L363[04:32:16] <Ember_Primrose> I had that
L364[04:32:23] <Ember_Primrose> :D
L365[04:32:29] <Forecaster> it's mine D:
L366[04:32:31] <Forecaster> I like it
L367[04:32:44] <fingercomp> Vexatos: poke
L368[04:33:02] <Ember_Primrose> im using my old g110 as a dedicated macro kb
L369[04:33:02] <Vexatos> fingercomp, you might want to re-think some of those package names and make them a little more descriptive :P
L370[04:33:09] <Vexatos> "mc" ;)
L371[04:33:23] <ade124|mobile> I want to have the macro keys send custom keycodes
L372[04:33:26] <fingercomp> mc is short
L373[04:33:30] <fingercomp> midday-commander isn't
L374[04:33:33] <ade124|mobile> But it doesn't seem possible
L375[04:33:39] <Vexatos> Well I'd prefer midday-commander
L376[04:33:42] <Vexatos> for a package name
L377[04:33:57] <Ember_Primrose> kb?
L378[04:34:07] <Izaya> Ember_Primrose: how is the malware you need for the macro keys treating you?
L379[04:34:08] <fingercomp> in Linux, the Midnight Commander is called simply "mc", for example
L380[04:34:09] <ade124|mobile> I also need windows to set the macros and I don't have it now
L381[04:34:18] <Vexatos> Oh, by the way, fingercomp. Pretty sure you can add people as contributors to that repo, even people not in OpenPrograms
L382[04:34:28] <Vexatos> Just saying
L383[04:34:31] <fingercomp> yeah, I know
L384[04:34:33] <Vexatos> Ok
L385[04:34:37] <Ember_Primrose> not malware at all, unless you think lua is malware
L386[04:34:53] <ade124|mobile> Lua is malware
L387[04:35:08] <Izaya> Ember_Primrose: No, I mean Razer Synapse
L388[04:35:09] <ade124|mobile> Windows 10 is also malwafe
L389[04:35:14] <ade124|mobile> *malware
L390[04:35:17] <Izaya> On Linux there's a python script to enable them
L391[04:35:27] <Izaya> Need to try them on Windows actually
L392[04:35:54] <Ember_Primrose> why is it malware again
L393[04:36:03] <Ember_Primrose> i know it works
L394[04:36:05] <Ember_Primrose> and runs
L395[04:36:19] <Saphire> ... why that bird isn't singing? :c
L396[04:36:25] <Izaya> "To enable stuff that should be enabled by default, install this driver that talks to the intenet FOR NO GOOD GODDAMN REASON"
L397[04:36:42] <Ember_Primrose> stats
L398[04:36:45] <Izaya> Like sure I can just blacklist the Razer site but the point is it's pretty fucking stupid
L399[04:36:49] <Saphire> hmmm
L400[04:36:50] <Ember_Primrose> and cluod macros
L401[04:36:54] <Izaya> Why do you NEED it though
L402[04:36:57] <Izaya> It should be OPTIONAL
L403[04:37:05] <ade124|mobile> Wait... 1060s have 6GB RAM now?
L404[04:37:08] <Saphire> I would like to have some stats..
L405[04:37:15] <Ember_Primrose> cuz i accidently delete them and its nice
L406[04:37:16] <ade124|mobile> And I thought 4GB was enough
L407[04:37:17] <Saphire> that are not cloud
L408[04:37:31] <Ember_Primrose> but yea i get your point
L409[04:37:37] <Izaya> Also you do realise that stats -> effectively keylogging, right?
L410[04:37:47] <Izaya> It's just supid >.>
L411[04:37:49] <Izaya> stupid(
L412[04:37:51] <Izaya> ffs
L413[04:37:56] <Vexatos> Hmm
L414[04:38:03] <Vexatos> I should rewrite oppm some day
L415[04:38:05] <Izaya> Good thing I only have to deal with that for like 4 games
L416[04:38:11] <Vexatos> to be a little more sane
L417[04:38:38] * Ember_Primrose shrugs
L418[04:38:43] <Vexatos> but I'd not want to do it alone >_>
L419[04:38:46] * Ember_Primrose has nothing to hide
L420[04:38:46] <Vexatos> I guess
L421[04:38:52] <Ember_Primrose> plus
L422[04:38:55] * Vexatos pokes payonel with a stick
L423[04:38:57] <Vexatos> :>
L424[04:39:07] <Izaya> Ember_Primrose: so you don't care about free speech?
L425[04:39:09] <Ember_Primrose> you don't need to have it on
L426[04:39:20] <Ember_Primrose> yea i do
L427[04:39:22] <Saphire> Izaya: if there was some open source offline stats thing.. I would try it a bit
L428[04:39:36] <Izaya> Ember_Primrose: but you're using the nonargument of nothing to hide
L429[04:39:55] <Ember_Primrose> nonarg?
L430[04:40:10] <Ember_Primrose> im not that good at engrish
L431[04:40:18] <Izaya> Oh fuck it
L432[04:40:18] <Ember_Primrose> my 2nd lang
L433[04:40:20] <Izaya> Do whatever
L434[04:40:21] <Izaya> have fun
L435[04:40:24] <Izaya> today is not the day
L436[04:40:52] <Ember_Primrose> i have nothing to hide, but i stil dislike the idea
L437[04:41:10] <Ember_Primrose> which is why i blacklisted it in KAV
L438[04:41:20] <ade124|mobile> Well, at least you don't live in a place where free speech is often fake
L439[04:41:28] * ade124|mobile lives in Hong Kong
L440[04:41:45] <Ember_Primrose> well here free speech is ignored anywats
L441[04:41:50] <Ember_Primrose> ways
L442[04:42:25] <ade124|mobile> Where
L443[04:42:33] <Ember_Primrose> south africa
L444[04:42:35] <Saphire> kav?
L445[04:42:42] <ade124|mobile> Really?
L446[04:42:42] <Ember_Primrose> corrupt af
L447[04:42:45] <Ember_Primrose> yea
L448[04:42:50] <Saphire> as in kaspersky?
L449[04:43:03] <Ember_Primrose> Saphire, yes
L450[04:43:03] <ade124|mobile> Hong Kong isn't much better (Even the weather)
L451[04:43:16] <Ember_Primrose> our weather is really nice
L452[04:43:20] * Saphire giggles from Russia
L453[04:43:21] <Ember_Primrose> you should visit
L454[04:43:46] <ade124|mobile> Nah
L455[04:44:11] <Izaya> Ember_Primrose: I'm having a bad day so I won't argue it further but here, have Edward Snowden himself https://mic.com/articles/119602/in-one-quote-edward-snowden-summed-up-why-our-privacy-is-worth-fighting-for
L456[04:44:38] <Ember_Primrose> i wasn't arguing tho
L457[04:44:49] <Ember_Primrose> i like hearing others opinion
L458[04:44:59] <Ember_Primrose> usally proves me wrong
L459[04:45:04] <Saphire> whoa
L460[04:45:15] <Ember_Primrose> yes?
L461[04:45:19] <Saphire> KAV is used outside of Russia?
L462[04:45:23] <Saphire> huh
L463[04:45:29] <Ember_Primrose> world wide dude
L464[04:45:53] <Ember_Primrose> Saphire was living under a rock
L465[04:46:02] <Saphire> well
L466[04:46:29] <Saphire> I just thought it wasn't known anywhere else..
L467[04:46:52] <Ember_Primrose> widely used here
L468[04:47:08] <Saphire> also, it acts like a virus by itself, embedding itself at the kernel I think
L469[04:47:21] <ade124|mobile> Meh, It's russia
L470[04:47:26] <Saphire> because I couldn't even kill it with a kernel debugger
L471[04:47:30] <Ember_Primrose> how hypocritical
L472[04:47:36] <Saphire> (or I just was doing it wrong)
L473[04:47:49] <Saphire> though it's quite good at controlling things
L474[04:48:12] <Saphire> even https
L475[04:49:33] <Saphire> welp, going to get some ice cream... though first, shower
L476[04:53:45] <ade124|mobile> If I could add keys to the keyboard I would add a row for symbols and diacritics
L477[04:56:59] <Saphire> um
L478[04:57:09] <Saphire> compose key
L479[05:06:05] <Ember_Primrose> Izaya, thx for the link. It removed the dust from my eyes
L480[05:07:38] <ade124|mobile> Too lazy
L481[05:07:52] <ade124|mobile> Plus who doesn't like extra keys
L482[05:08:03] *** gAway2002 is now known as g
L483[05:08:57] <Izaya> I'd like a mutable keyboard personally
L484[05:09:14] <Izaya> able to dynamically assign keycodes to physical keys
L485[05:10:29] <Ember_Primrose> Izaya, what made you aware of these intrusions and shit?.
L486[05:10:50] <Izaya> intrusions?
L487[05:11:16] <Ember_Primrose> NSA and alike and microsofts privacy crap
L488[05:11:26] <Izaya> Oh
L489[05:11:27] <Ember_Primrose> i want to read more on it
L490[05:12:18] ⇨ Joins: Eleria (~Eleria@p4FE6383B.dip0.t-ipconnect.de)
L491[05:12:40] <Izaya> That's a good question
L492[05:12:46] <Ember_Primrose> 0/
L493[05:12:53] <Ember_Primrose> zero whyyyy
L494[05:12:53] <Skye> I use MalwareBytes AntiMalware
L495[05:13:09] <Ember_Primrose> free or pro?
L496[05:13:21] <Skye> pro
L497[05:13:28] <Izaya> When I have to deal with Windows I use Common Sense Antivirus 2018
L498[05:13:31] <Ember_Primrose> oh
L499[05:13:45] <Eleria> Well thats the best I guess ^^ Hello btw :)
L500[05:14:53] <Skye> ohai
L501[05:16:07] ⇦ Quits: ade124|mobile (~ade124|mo@221.124.196.189) (Read error: Connection reset by peer)
L502[05:16:12] ⇨ Joins: ade124|mobile (~ade124|mo@221.124.196.189)
L503[05:19:50] <ade124|mobile> I really need a real Windows installation and I have none now :D
L504[05:23:06] <g> Orwell looks pretty great
L505[05:23:07] <g> http://store.steampowered.com/app/491950
L506[05:28:23] * Lumindia awakens
L507[05:29:02] <Izaya> Looks shiny
L508[05:30:31] <Ember_Primrose> well, foof privacy setting ms
L509[05:38:50] <ade124|mobile> _is feeling murderous_
L510[05:39:18] <Lizzy> welcome ot the club
L511[05:40:09] <Forecaster> the murder club
L512[05:40:25] <Eleria> :o
L513[05:40:26] <ade124|mobile> This is why I usually don't update firmwares
L514[05:41:21] <ade124|mobile> I'm not taking a second trip to the repair centre
L515[05:42:17] <Ember_Primrose> hey Lizzy
L516[05:42:23] <Lizzy> o/
L517[05:43:00] <Ember_Primrose> Eleria, here does not have a bouncer. Wondering if you can set her up. Until she finds her again
L518[05:43:25] <Ember_Primrose> wait
L519[05:43:27] <Ember_Primrose> nvm
L520[05:43:36] * Lizzy waits
L521[05:43:47] <Eleria> I think I found mine already ^^ It just destroyed its config :/
L522[05:43:52] <Eleria> But thanks :3
L523[05:44:31] <Forecaster> how brutal :O
L524[05:44:35] <Forecaster> poor config
L525[05:44:44] <ade124|mobile> Well, A trip to Kwai Chung I guess
L526[05:44:44] <Saphire> ade124|mobile: that's not discord :P
L527[05:45:02] <ade124|mobile> ?
L528[05:45:15] <Saphire> Eleria: what are you using as a bouncer? O.o
L529[05:45:22] * Forecaster starts rendering stream announcement
L530[05:45:28] <ade124|mobile> Corded doesn't capture /mr
L531[05:45:32] <ade124|mobile> * /me
L532[05:45:38] <Saphire> ...it doesn't?
L533[05:45:45] <Forecaster> no
L534[05:45:50] <Forecaster> it doesn't
L535[05:45:51] * ade124|mobile thinks that is true
L536[05:45:52] <Saphire> HERESY D:
L537[05:45:54] * Ember_Primrose pets Lizzy : http://gallery1.anivide.com/_full/65030_1382582341.gif
L538[05:46:04] <Eleria> I used ZNC .. Dunno if its good or not it just worked
L539[05:46:06] <Ember_Primrose> http://gallery1.anivide.com/_full/65030_1382582341.gif
L540[05:46:20] <Saphire> Eleria: how you manage to kill the znc config? O.o
L541[05:46:25] <Lizzy> Eleria, ZNC is good
L542[05:46:27] <Ember_Primrose> @Elizabeth uses znc
L543[05:46:32] <Ember_Primrose> ^
L544[05:46:39] <Lizzy> it's what i use an a few people in here are also on
L545[05:46:41] <ade124|mobile> New keyboard for me I guess
L546[05:46:46] <Ember_Primrose> ignore my last two msgs
L547[05:46:48] <Saphire> ...unless you edited it on the live instance of znc..
L548[05:47:06] ⇨ Joins: LeshaInc (~LeshaInc@92.51.56.91)
L549[05:47:07] <Eleria> Well, needed to move my server setup 2 times, probably transfer error
L550[05:47:13] <Saphire> ...i use too many "..." :|
L551[05:47:26] <Saphire> Eleria: oh well
L552[05:47:29] <ade124|mobile> I don't think most manufacturers offer Traditional Chinese keycaps
L553[05:47:36] <Forecaster> also Lizzy since I connected through znc urls are breaking properly
L554[05:47:40] <Forecaster> I dunno what's up with that
L555[05:47:55] <Saphire> um?
L556[05:48:10] <Saphire> welp, going for a walk and some ice cream
L557[05:48:12] <Eleria> And well i didnt used irc for nearly 2 years ... Maybe thats a problem too xD
L558[05:48:29] <Saphire> because apparently i sit too much at home and mom /suggested/ me to go out
L559[05:48:40] <Eleria> Oh well o/
L560[05:48:51] <Saphire> nah, i have a phone with nearly inifinite traffic
L561[05:48:52] <Ember_Primrose> ade124|mobile, what keycaps type you need
L562[05:48:58] <Saphire> (actually it's few GB)
L563[05:49:18] <Saphire> (but that's infinite if you're just browsing normal sites and IRCing)
L564[05:49:29] <ade124|mobile> Traditional Chinese
L565[05:49:38] <Ember_Primrose> i know
L566[05:49:41] <Saphire> ade124|mobile: sounds like fun
L567[05:49:44] <Ember_Primrose> but pbt ? or ?
L568[05:49:56] <Ember_Primrose> switch type
L569[05:50:01] <Ember_Primrose> etc
L570[05:50:12] <Eleria> Well makes sense xD Irc should not use too much
L571[05:50:36] <Saphire> biggest waste of traffic when i IRC is.. ssl certs
L572[05:50:47] <Ember_Primrose> xD
L573[05:50:47] <ade124|mobile> It's not really that fun, it's just kind of hard to read: https://upload.wikimedia.org/wikipedia/commons/thumb/e/ef/Standard_Taiwanese_Keyboard_Layout.svg/420px-Standard_Taiwanese_Keyboard_Layout.svg.png
L574[05:51:16] <Saphire> that's taiwanese
L575[05:51:26] <Saphire> ...okay, point taken, it will be cramped
L576[05:51:51] <ade124|mobile> Meh, taiwanese keyboards are also used in HK
L577[05:52:08] <ade124|mobile> So I pretend that it's Traditional Chinese
L578[05:52:19] <ade124|mobile> China just uses Plain ol' QWERTY
L579[05:55:37] <Ember_Primrose> ade124|mobile, https://geekhack.org/index.php?topic=42982.0 http://www.inpad.com.tw/ http://www.duckychannel.com.tw/en/keycaps.html
L580[05:55:59] <ade124|mobile> Ducky only offers Zhuyin, I need the Cangjie
L581[05:56:26] <Ember_Primrose> well i tried
L582[05:57:25] <ade124|mobile> Cangjie's kind of rare nowadays
L583[05:57:43] <ade124|mobile> Especially for Taiwanese things, they just print Zhuyin
L584[05:57:47] <Ember_Primrose> http://www.maxkeyboard.com/
L585[05:58:04] ⇦ Parts: Eleria (~Eleria@p4FE6383B.dip0.t-ipconnect.de) (See ya ^^))
L586[05:58:58] <Ember_Primrose> Eleria, test
L587[05:58:59] <ade124|mobile> I'll take a look
L588[06:00:14] ⇨ Joins: Saintmare (~Saintmare@217.144.175.95)
L589[06:00:38] <Ember_Primrose> they allow you to send a custom artwork
L590[06:00:51] <Ember_Primrose> so you can design it in svg yourself
L591[06:03:33] <ade124|mobile> Nice, I don't need the extras anyway so I'll throw in Greek and Russian because I can
L592[06:04:35] * ade124|mobile is installing Windows 8 on his Macbook Pro because he can
L593[06:05:44] * Izaya is confused
L594[06:05:48] <Izaya> why do people defend HTTP
L595[06:05:53] <Izaya> and javascript
L596[06:05:59] <Izaya> and REST-based APIs
L597[06:06:03] <Izaya> why can't it just die
L598[06:06:06] <nxsupert> What do you mean?
L599[06:06:17] <Izaya> ie matrix
L600[06:06:24] <Izaya> oh yeah, great idea, write IRC again
L601[06:06:25] <Ember_Primrose> ade124|mobile, http://www.maxkeyboard.com/download.html and http://www.maxkeyboard.com/mechanical-keycap-layout-and-size-chart.html
L602[06:06:26] <Izaya> on top of HTTP
L603[06:06:33] <Izaya> great
L604[06:06:41] <ade124|mobile> I'll check it out
L605[06:06:55] <ade124|mobile> Once I get a working product key for Windows 8
L606[06:07:38] <nxsupert> Whats wrong with HTTP?
L607[06:10:15] * ade124|mobile need a semi-decent and cheap mechanical keyboard if mine refuses to work
L608[06:10:48] ⇨ Joins: Eleria (~Eleria@p4FE6383B.dip0.t-ipconnect.de)
L609[06:11:37] <Ember_Primrose> o/.
L610[06:11:41] <SpaceWolfve> Lol
L611[06:11:59] <nxsupert> ?
L612[06:12:10] <Lizzy> Forecaster, weird, might be due to the encoding type (ZNC uses UTF-8)
L613[06:12:50] <Eleria> Okay i have no idea if something is working now O.o
L614[06:13:16] <Lizzy> well i can see youe message
L615[06:13:18] <Lizzy> *your
L616[06:13:40] <Eleria> Thats at least something :3
L617[06:18:04] <Elizabeth> Stupid stomach. Stahp hurting
L618[06:18:56] <nxsupert> hahahaha
L619[06:19:27] <Ember_Primrose> brb
L620[06:19:33] <Ember_Primrose> chores
L621[06:20:09] <asie> yay mechanical keyboard talks
L622[06:20:12] <asie> speaking of mechs
L623[06:20:20] <asie> i was considering ignoring mechs entirely and trying the Topre lifestyle
L624[06:20:22] <asie> but it's expensie
L625[06:20:27] <asie> and not sure if worth it
L626[06:22:48] <Forecaster> Topre?
L627[06:24:47] <nxsupert> Why does every conversastion in here make me go wtf?
L628[06:25:19] <Forecaster> because #oc is a magical place
L629[06:25:33] <Skye> asie, get a buckling spring keyboard
L630[06:26:01] <asie> Skye: too hard to type on
L631[06:26:06] <asie> way too hard
L632[06:26:18] <Eleria> How about just a normal keyboard ? ;-;
L633[06:26:41] <ade124|mobile> I love how I can listen to the Mac CD drive to know whether a disk is working
L634[06:26:43] ⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098) (Ping timeout: 202 seconds)
L635[06:27:24] <asie> Eleria: :|
L636[06:27:50] <Skye> asie. Have you actually tried using a buckling spring?
L637[06:27:57] <asie> Yes.
L638[06:28:04] <asie> It sounds cool.
L639[06:28:06] <asie> That's about it.
L640[06:28:46] <asie> I tried an IBM Model M at a NetBSD developer's house, if you're curious.
L641[06:29:14] ⇨ Joins: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L642[06:29:46] <ade124|mobile> Finally it's reading
L643[06:30:03] <ade124|mobile> I only forced the disk inside for what, 20 minutes?
L644[06:30:06] <ade124|mobile> Thank you mac
L645[06:30:22] <Eleria> Well, as long as it still works ?
L646[06:31:07] <ade124|mobile> I guess
L647[06:31:24] <ade124|mobile> I'm not getting a replacement of the keyboard I have now
L648[06:31:29] <Skye> asie, I always hit my keyboard keys so buckling spring is perfect for me
L649[06:31:43] <ade124|mobile> I got a replacement before when the shift key refused to work and everything freaked out
L650[06:31:53] <ade124|mobile> Plus, their support is quite a mess
L651[06:32:07] <ade124|mobile> I called them up in one location and they said they could fix it
L652[06:32:36] <ade124|mobile> But when I went there (30 min trip), they said they couldn't and I have to take another 30 min trip
L653[06:32:49] <Eleria> Oh well ...
L654[06:33:09] <ade124|mobile> At least they offered me to ship it there for me
L655[06:35:43] <Ember_Primrose> bac
L656[06:36:37] <Forecaster> eye
L657[06:36:42] <Forecaster> yey
L658[06:36:47] <Eleria> Welcome back :3
L659[06:37:49] <Ember_Primrose> and Biltong and bluecheese soup
L660[06:38:58] <Ember_Primrose> for those who doesn't know
L661[06:38:59] <Ember_Primrose> http://www.dictionary.com/browse/biltong
L662[06:39:10] <Forecaster> I thought you said "Bitcoin" at first
L663[06:39:10] <Skye> I'm in a car
L664[06:39:24] <ade124|mobile> I keep typing ls into command prompt
L665[06:39:28] <Ember_Primrose> Skye, im in a chair
L666[06:39:40] <Ember_Primrose> :D
L667[06:40:31] <Vexatos> Forecaster, http://git.io/v6zny :>
L668[06:40:36] <Ember_Primrose> more info: https://en.wikipedia.org/wiki/Biltong
L669[06:41:31] <Ember_Primrose> jerkey sucks in comparison
L670[06:41:36] <Forecaster> oo gui lib
L671[06:43:23] <Ember_Primrose> healthy too
L672[06:43:58] <Ember_Primrose> it keeps 67% of the protein when done drying
L673[06:44:05] <Vexatos> Forecaster, :>
L674[06:45:01] <fingercomp> I'll push the screenshot of a program that uses that GUI library in a few minutes, btw
L675[06:45:15] <Ember_Primrose> ooo nice
L676[06:46:32] <Vexatos> All the cool kids' programs in that repo :D
L677[06:46:52] <Ember_Primrose> with their pumped up kicks
L678[06:47:06] <Forecaster> I'll probably do it myself for the locomotive control though
L679[06:47:09] <Ember_Primrose> :D
L680[06:47:17] <Forecaster> to show signals and such on the LP
L681[06:47:33] <Lumindia> so I need to find something to do with OpenComputers
L682[06:47:41] <Lumindia> what would be a good program for someone that knows next to nothing about LUA to make?
L683[06:47:41] <EnderBot2> It's Lua, not LUA. Name, not an acronym
L684[06:47:53] <Lumindia> EnderBot plz
L685[06:48:07] <Ember_Primrose> LUA
L686[06:48:07] <EnderBot2> It's Lua, not LUA. Name, not an acronym
L687[06:48:12] <Forecaster> Lumindia: program a robot to build something
L688[06:48:14] <Ember_Primrose> LUA
L689[06:48:15] <EnderBot2> Lua*
L690[06:48:17] <fingercomp> pushed
L691[06:48:18] <Lumindia> ahahaha
L692[06:48:34] <Ember_Primrose> no, LUA
L693[06:48:34] <EnderBot2> It's Lua, not LUA. Name, not an acronym
L694[06:48:45] <Ember_Primrose> lol
L695[06:48:47] <Ember_Primrose> no
L696[06:49:00] <Lumindia> I'll call it LOO-AH
L697[06:49:10] <Eleria> xD
L698[06:49:14] <Ember_Primrose> or LUAH
L699[06:49:18] <Lumindia> or maybe Leah
L700[06:49:24] <Lumindia> I've always liked that name
L701[06:49:37] <Ember_Primrose> pronunciation?
L702[06:49:40] <Lumindia> Lee-uh
L703[06:49:52] <Lumindia> or Lay-uh.. I dunno
L704[06:49:54] * Lumindia shrugs
L705[06:49:56] <Lumindia> either way
L706[06:50:02] <Ember_Primrose> here ppl say it like lee-ah
L707[06:50:33] <Vexatos> LUmindiA
L708[06:50:46] <Vexatos> The language incarnate
L709[06:50:49] <Ember_Primrose> Forecaster, build a robot that builds robots
L710[06:51:06] <Forecaster> or that :P
L711[06:51:13] <Vexatos> And call it skyenet
L712[06:51:14] <Vexatos> :>
L713[06:51:17] <Lumindia> well then
L714[06:51:29] <Ember_Primrose> or LUA
L715[06:51:29] <EnderBot2> Lua*
L716[06:51:40] <Ember_Primrose> LUA*
L717[06:51:40] <EnderBot2> It's Lua, not LUA. Name, not an acronym
L718[06:52:00] <Eleria> Bot pls xD
L719[06:52:14] <Lumindia> or maybe I should just make a map room that looks totally awesome with a holographic map floating around in the middle
L720[06:52:28] <Eleria> Sounds nice ^^
L721[06:52:28] <Lumindia> then again that program is already written
L722[06:52:37] * Lumindia steals geo2holo off of OPPM
L723[06:52:37] <Ember_Primrose> i hate holos
L724[06:52:49] <Vexatos> oppm is so useful
L725[06:52:50] <Ember_Primrose> ccant get them to rotate
L726[06:52:51] <Vexatos> :D
L727[06:53:01] * Ember_Primrose slaps her fingers\
L728[06:53:01] * EnderBot2 chuckles
L729[06:53:03] <Vexatos> whoever came up with it must be a potato
L730[06:53:04] <Vexatos> :>
L731[06:53:06] <Forecaster> you mean like spin?
L732[06:53:10] <Forecaster> contantly
L733[06:53:14] <Forecaster> ?
L734[06:53:14] <Ember_Primrose> yep
L735[06:53:24] <Vexatos> setRotation?
L736[06:53:24] <Vexatos> >_>
L737[06:53:25] <Forecaster> pretty sure you have to have a program do that actively
L738[06:53:35] <Ember_Primrose> triede it on a fin geo2holo
L739[06:53:42] <Ember_Primrose> goddamn fingers
L740[06:54:26] <Vexatos> Ember_Primrose, component.hologram.setRotation
L741[06:54:33] <Ember_Primrose> i did
L742[06:54:37] <Vexatos> >"function(angle:number, x:number, y:number, z:number):boolean -- Set the base rotation of the displayed hologram.
L743[06:54:44] <Ember_Primrose> said number 5 isn't a number
L744[06:54:50] <Ember_Primrose> used
L745[06:55:13] <Ember_Primrose> 5, 5 , 0, 5, true
L746[06:55:28] <Forecaster> the boolean isn't an argument
L747[06:55:29] <Vexatos> there is no 5th parameter
L748[06:55:32] <Forecaster> it's the return value
L749[06:55:40] <Ember_Primrose> oh
L750[06:55:42] <Ember_Primrose> dangit
L751[06:55:45] <Ember_Primrose> lul
L752[06:55:52] <Vexatos> also it only works on tier 2 hologram projectors
L753[06:55:52] <Forecaster> since it's after the ):
L754[06:56:13] <Ember_Primrose> yay for /oc_spawnComputer
L755[06:56:31] <Forecaster> or /oc_sc for short
L756[06:56:49] <Ember_Primrose> nooo
L757[06:56:56] <Ember_Primrose> gave me nano machines last time
L758[06:57:20] <Forecaster> that's a different command :P
L759[06:57:32] <Vexatos> that's /oc_dn
L760[06:57:33] <Vexatos> >_>
L761[06:57:40] <Lumindia> Nanomachines?
L762[06:57:41] <Lumindia> o 3o
L763[06:57:46] <Ember_Primrose> oh
L764[06:57:46] <Lumindia> nanomachines NANOMACHINES
L765[06:57:49] <Vexatos> https://www.youtube.com/watch?v=RhMsboqMMzs
L766[06:57:50] <MichiBot> Nanomachines, son! | length: 45s | Likes: 2071 Dislikes: 16 Views: 318056 | by Diamond Dogs
L767[06:57:55] <Ember_Primrose> must have typod it
L768[06:58:03] <Forecaster> ~oc nanomachines
L769[06:58:04] <ocdoc> http://ocd.cil.li/item:nanomachines
L770[06:58:15] <Vexatos> beeeeeeeeeeeeeeeeeeeees
L771[06:58:55] <Lumindia> Nanomachines, son!
L772[06:59:26] <Ember_Primrose> nah
L773[06:59:30] <Ember_Primrose> crysis ftw
L774[07:00:56] <Saphire> bleh
L775[07:01:06] <Saphire> got into rainfall
L776[07:02:41] <Saphire> a sudden one
L777[07:03:26] <Ember_Primrose> https://youtu.be/P6W_FcUpOig
L778[07:03:27] <MichiBot> Crysis 2 Intro Cinematic | length: 3m 19s | Likes: 1810 Dislikes: 40 Views: 309476 | by MahaloVideoGames
L779[07:03:35] <Ember_Primrose> Nanomachines
L780[07:07:05] <ade124|mobile> Nice, I had to burn a new Windows 7 disc
L781[07:07:22] <Saphire> you should have said ”Nanomachines, son”
L782[07:07:39] <ade124|mobile> With linux I could've just done everything off of a LiveCD
L783[07:12:48] <ade124|mobile> Expanding Windows files 0% :D
L784[07:13:40] <Saphire> mhm
L785[07:13:49] <ade124|mobile> *Gasps* 1%!
L786[07:13:59] <Saphire> with Linux livecd is literally a working system
L787[07:14:06] <Ember_Primrose> windows: -1%
L788[07:14:29] <ade124|mobile> I wonder if Almost-full Windows Live CDs are a thing
L789[07:15:00] ⇦ Quits: LeshaInc (~LeshaInc@92.51.56.91) (Quit: Die)
L790[07:15:08] <ade124|mobile> I just need to run 1 program, just give me a classic desktop, IE, Notepad, almost nothing else
L791[07:15:21] <ade124|mobile> That's be the perfect LiveCD
L792[07:15:53] <Lumindia> heh
L793[07:16:14] <ade124|mobile> I don't think that will be quite possible though
L794[07:16:37] <ade124|mobile> The installation program refuses to run any programs
L795[07:17:25] <ade124|mobile> (Command Prompt is a thing, Shift+F10)
L796[07:17:40] <Vexatos> why do you need to install winderps for one single program
L797[07:18:18] <ade124|mobile> Because it hates my Windows 10 VM
L798[07:18:52] <ade124|mobile> I need to update the keyboard firmware
L799[07:19:13] <ade124|mobile> I think the problem was with it being passed through to a VM
L800[07:19:13] <Ember_Primrose> it works
L801[07:19:18] <Ember_Primrose> trippy tho
L802[07:19:38] <ade124|mobile> I tripped :D
L803[07:20:08] <ade124|mobile> Now I need to install windows 7 home basic on my spare Mac
L804[07:20:29] <ade124|mobile> (My mac is basically my spare computer now)
L805[07:21:07] <Ember_Primrose> how do i get help on a func in oc
L806[07:21:12] <Ember_Primrose> not =
L807[07:21:18] <Vexatos> yes =
L808[07:21:22] <Ember_Primrose> no
L809[07:21:27] <fingercomp> yes
L810[07:21:29] <Cruor> Vexatos: no u
L811[07:21:30] <Ember_Primrose> it gives me an error
L812[07:21:42] <Vexatos> Cruor, u wot
L813[07:21:54] <Ember_Primrose> becuase it still tries to exec the command
L814[07:22:09] <ade124|mobile> Latin with G,J,W,Y
L815[07:22:11] <Forecaster> Ember_Primrose: =component.method
L816[07:22:16] <Forecaster> not =component.method()
L817[07:22:18] <Lumindia> thgat has got to be the most useless program
L818[07:22:19] <Lumindia> 'yes'
L819[07:22:25] <Lumindia> it just spams 'y' in the terminal
L820[07:22:27] <Ember_Primrose> i am doing that
L821[07:22:29] <Ember_Primrose> but NO
L822[07:22:45] <Ember_Primrose> godammit
L823[07:22:50] <Cruor> Vexatos: 1v1 me at osrs you bundle of sticks
L824[07:22:52] <Forecaster> what is it outputting exactly?
L825[07:22:57] <Ember_Primrose> my dots where commas
L826[07:23:06] <Ember_Primrose> lol
L827[07:23:14] <Forecaster> xD
L828[07:23:20] <Vexatos> Lumindia, what
L829[07:23:25] <Ember_Primrose> OH MY GOD
L830[07:23:26] <Vexatos> yes | install -u
L831[07:23:26] <Lumindia> it's a program in 'man' called 'yes'
L832[07:23:34] <Vexatos> confirms all software updates
L833[07:23:38] <Ember_Primrose> my brother swapped the keys
L834[07:23:57] <Vexatos> It's pretty useful
L835[07:24:00] <Forecaster> that is evil
L836[07:24:04] <Lumindia> hah
L837[07:24:09] <Mimiru> god damn fucking nginx keeps crashing
L838[07:24:19] <Ember_Primrose> ikr
L839[07:24:29] <Forecaster> Allright! Finally fixed my scheduling system displays
L840[07:24:34] <Forecaster> so it displays stuff properly
L841[07:24:39] <Forecaster> dates are difficult :I
L842[07:24:47] <Ember_Primrose> i realized it as i typed a command for Nadeko
L843[07:24:53] <ade124|mobile> _hasn't ran a web server for a while_
L844[07:25:26] <Ember_Primrose> *A Wild @Mimiru appears!*
L845[07:25:36] <ade124|mobile> I wonder if magic SysRq works on Android
L846[07:25:47] <Cruor> Vexatos: can i be a pokemon?
L847[07:25:48] <Elizabeth> @Mimiru not sure what yours is doing but mine only goes down when i restarat it
L848[07:25:53] <Cruor> cru-cru-cruor~~?
L849[07:25:54] <Vexatos> Cruor, sure
L850[07:25:59] <Vexatos> slowpoke
L851[07:26:00] <Vexatos> :>
L852[07:26:12] <Cruor> what do i evolve into
L853[07:26:26] <Cruor> i dont want a shelder eating my tail fam
L854[07:26:40] <Vexatos> you do, you just don't know it yet
L855[07:26:55] <Vexatos> also it can eat your brain instead
L856[07:27:15] <Cruor> i want a slowpoke mega evolve :p
L857[07:28:43] ⇦ Quits: Saintmare (~Saintmare@217.144.175.95) (Remote host closed the connection)
L858[07:29:00] <Cruor> Vexatos: my hair smells like appul, HALP
L859[07:30:31] <Ember_Primrose> Forecaster, how do you record mc with obs again?
L860[07:30:42] <Ember_Primrose> game scene not working
L861[07:31:01] <Cruor> you should only have to set the recording path in the profile
L862[07:31:06] * Kimiro bites Cruor on the butt
L863[07:31:13] <Cruor> :I please go on
L864[07:31:39] <Forecaster> I don't
L865[07:31:44] <Kimiro> X3
L866[07:31:46] <Forecaster> I use bandicam for non-stream recording
L867[07:31:52] <Ember_Primrose> i know
L868[07:32:03] <Ember_Primrose> but you said i should do something
L869[07:32:09] ⇨ Joins: MajGenRelativity (~MajGenRel@c-50-136-14-108.hsd1.ma.comcast.net)
L870[07:32:16] <Ember_Primrose> instead of display capture
L871[07:32:19] <Forecaster> but in OBS you should just be able to use game capture
L872[07:32:42] <vifino> Forecaster: why not obs record mode?
L873[07:33:00] <Cruor> https://dl.dropboxusercontent.com/u/23386746/ShareX/2016/08/14/Settings...-14-32-38.png is how i do magic :I
L874[07:33:05] <Cruor> then you just add a game capture or whatnot
L875[07:33:06] <Forecaster> because bandicam can record my voice and the game audio on separate tracks
L876[07:33:19] <Cruor> Forecaster: do want :I
L877[07:33:31] <Ember_Primrose> Cruor, classic or studio
L878[07:33:42] <Cruor> uhh, what now :I
L879[07:33:48] <Ember_Primrose> obs versionm
L880[07:33:50] <Lumindia> speaking of OBS
L881[07:33:54] <Lumindia> I'm streaming Minecraft STorymode
L882[07:34:16] <Ember_Primrose> +, game capture shows a blck screen
L883[07:34:32] ⇦ Quits: Kimiro (~MobileDra@24.114.37.235) (Quit: Connection lost: Psionic link severed.)
L884[07:34:33] <Ember_Primrose> Cruor, no
L885[07:34:41] <Ember_Primrose> not the path of recording
L886[07:34:46] ⇨ Joins: Kimiro (~MobileDra@24.114.37.235)
L887[07:34:52] <Mimiru> I stream to a nginx module running on one of my machines, cause screw twitch and yt :P
L888[07:35:16] <Ember_Primrose> well i cant do that now can i?
L889[07:35:23] <ade124|mobile> OK, I don't need a new keyboard after all... I think
L890[07:35:24] <Ember_Primrose> + im not streaming
L891[07:35:27] <Eleria> And this is working ? I mean streaming to Nginx ?
L892[07:35:40] <Gwyndolin> Lumindia! :>
L893[07:35:45] <Lumindia> o hai dai
L894[07:35:46] <Lumindia> o o3
L895[07:35:49] <Cruor> Ember_Primrose: its no black magic though https://dl.dropboxusercontent.com/u/23386746/ShareX/2016/08/14/Game_Capture-14-35-34.png
L896[07:35:49] <ade124|mobile> The update program is working (although still in horrible Chinglish)
L897[07:35:55] <Cruor> im fairly certain this is the classic version
L898[07:36:01] * Lumindia licks Gwyndolin
L899[07:36:14] <Gwyndolin> :D
L900[07:36:23] <Ember_Primrose> well fuck me
L901[07:36:26] <Forecaster> Ember_Primrose: did you select the window specifically?
L902[07:36:28] <Ember_Primrose> using studio
L903[07:36:34] <Ember_Primrose> no
L904[07:36:41] <Ember_Primrose> java.exe
L905[07:37:00] <Forecaster> aka "mode: capture specific window"
L906[07:37:12] ⇨ Joins: Saintmare (~Saintmare@217.144.175.95)
L907[07:37:16] <Forecaster> set window match priority to "window title"
L908[07:37:26] <ade124|mobile> "Into Loader" Best Engrish ever
L909[07:37:29] <Forecaster> and "Window" to the client
L910[07:37:50] <Ember_Primrose> game or window capture?
L911[07:38:09] <Forecaster> mine http://imgur.com/a/BiOCY
L912[07:38:15] <Forecaster> game capture
L913[07:38:27] <Ember_Primrose> agh
L914[07:38:32] <Ember_Primrose> nothing is working
L915[07:39:01] <Ember_Primrose> i don't have that option
L916[07:39:04] <Forecaster> wut
L917[07:39:05] <Ember_Primrose> at the very top
L918[07:39:19] <Forecaster> and you're using game capture? not window capture
L919[07:39:33] <Ember_Primrose> yep
L920[07:39:48] <Forecaster> take a screenshot of it?
L921[07:40:03] <Ember_Primrose> at the top mine only says capture any fullscreen window
L922[07:40:26] <Forecaster> what version of studio are you using?
L923[07:40:33] <Ember_Primrose> 0.15.2
L924[07:40:45] <Forecaster> I'm on .4
L925[07:41:05] <Forecaster> try updating? altough that version should have the option too...
L926[07:41:06] <Ember_Primrose> D:
L927[07:41:32] <Forecaster> your dropdown really only has that one option in it?
L928[07:41:55] <Forecaster> http://imgur.com/a/0E3cD
L929[07:42:19] <Ember_Primrose> i don't have a dropdown
L930[07:42:38] <Forecaster> screenshot?
L931[07:43:30] <Eleria> For me its only working with this multi adapter compability ..
L932[07:43:35] <Ember_Primrose> showing 2 in a sec
L933[07:44:01] <ade124|mobile> I just rebounded the macro keys to Shift+ctrl+alt+meta+tab+macro key number
L934[07:44:24] <ade124|mobile> I guess no program would ever need these combinations
L935[07:45:03] <fingercomp> pushed the miner program that uses the geolyzer
L936[07:46:34] <Ember_Primrose> there http://imgur.com/a/32wCn
L937[07:47:41] <fingercomp> btw, on the Russian forums, there are 3 other similar geominer programs :)
L938[07:47:41] ⇦ Quits: Saintmare (~Saintmare@217.144.175.95) (Read error: Connection reset by peer)
L939[07:47:42] ⇨ Joins: Hanako (~Saintmare@217.144.175.95)
L940[07:48:08] <Forecaster> Ember_Primrose: are you not using studio?
L941[07:48:23] <Ember_Primrose> its studio
L942[07:48:37] <Forecaster> mine says OBS Studio in the titlebar
L943[07:48:42] <Forecaster> yours doesn't oO
L944[07:48:47] <MajGenRelativity> hah hah
L945[07:48:49] <Ember_Primrose> mine shows info on the rec
L946[07:48:53] <MajGenRelativity> TACEATS1 v2 is almost ready!
L947[07:49:11] <Forecaster> tacEATS1? now I'm hungry...
L948[07:49:13] <Ember_Primrose> wording is wrong there
L949[07:49:31] <Ember_Primrose> mine shows recording info on the title bar
L950[07:49:39] <Forecaster> try updating it to the latest version
L951[07:50:08] <Forecaster> doesn't window capture work by the way?
L952[07:50:15] <Forecaster> or why do you want to use game capture?
L953[07:50:33] <Ember_Primrose> neither is working D:
L954[07:51:07] ⇦ Quits: Hanako (~Saintmare@217.144.175.95) (Ping timeout: 190 seconds)
L955[07:52:28] ⇨ Joins: LeshaInc (~LeshaInc@92.51.56.91)
L956[07:55:24] <Forecaster> it works, yay http://imgur.com/a/i1DB6
L957[07:55:51] <Ember_Primrose> :o
L958[07:55:54] <Ember_Primrose> Final?
L959[07:56:15] <Forecaster> the last scheduled video
L960[07:57:05] <Ember_Primrose> so nt the lastevernotgoingtorecordanother final?
L961[07:57:07] <Ember_Primrose> \o/
L962[07:57:14] <Forecaster> no :P
L963[07:57:58] <Forecaster> or well, it could be :P
L964[07:58:14] <Forecaster> I suppose, but not necessarily
L965[07:58:23] <Ember_Primrose> well then
L966[07:58:34] <Ember_Primrose> it just started working
L967[07:58:39] <Forecaster> yay
L968[07:58:43] ⇨ Joins: Hanako (~Saintmare@217.144.175.95)
L969[07:59:03] <Ember_Primrose> guess i have to start obs BEFORE minecraft
L970[07:59:32] <Forecaster> I don't have to do that oO
L971[07:59:58] <MajGenRelativity> Izaya!
L972[08:00:07] <MajGenRelativity> TACEATS1 v2 is ready :D
L973[08:00:18] <MajGenRelativity> That means that Edition 2 is coming in within a few weeks hopefully :D
L974[08:00:21] <Ember_Primrose> what the fuck
L975[08:00:32] <Ember_Primrose> and MajGenRelativity what>?
L976[08:00:37] <Forecaster> no idea what that is
L977[08:00:45] <MajGenRelativity> Ember_Primrose, it's the ultimate security system
L978[08:00:59] <Forecaster> against what?
L979[08:01:00] <MajGenRelativity> Edition 457 is Skynet, but the other editions are pretty solid
L980[08:01:04] <MajGenRelativity> Forecaster, everything
L981[08:01:14] <Forecaster> if it works on wasps I want it
L982[08:01:31] <MajGenRelativity> I have not had the capability to test Avaritia armor, but it will prevent anything from entering a specific area
L983[08:01:46] <MajGenRelativity> Edition 1 is a mere alarm, but Edition 2 has lethal force capabilities
L984[08:02:06] <Forecaster> so by "prevent" you mean "shoot you dead"
L985[08:02:07] <MajGenRelativity> All code copyright and rights reserved by Major General Relativity Systems, a national corporation of the Global Empire
L986[08:02:17] <MajGenRelativity> Forecaster, of course
L987[08:02:22] <Forecaster> :P
L988[08:02:29] <Ember_Primrose> MajGenRelativity,
L989[08:02:33] * Izaya has been summoned
L990[08:02:38] <Ember_Primrose> wanna see wanna see
L991[08:02:40] <MajGenRelativity> It's also capable of interfacing with non-lethal machines like the sonic cannon from RotaryCraft
L992[08:02:43] * Izaya brutally murders MajGenRelativity using arcane methods
L993[08:02:44] <MajGenRelativity> Ember_Primrose, come on the server
L994[08:03:18] <Ember_Primrose> no data D:
L995[08:03:29] <MajGenRelativity> alright
L996[08:03:39] <MajGenRelativity> then I'm going to fix the server up
L997[08:03:59] <MajGenRelativity> it has a nasty little error whenever someone leaves the rftools dimension
L998[08:04:13] <Ember_Primrose> yay 30 mins for the new obs
L999[08:04:20] <vifino> beeeeeeeeeeeeeeeeeeeeep
L1000[08:04:20] ⇦ Quits: Hanako (~Saintmare@217.144.175.95) (Remote host closed the connection)
L1001[08:04:25] <MajGenRelativity> Izaya, it's a pretty good time to re-join the server
L1002[08:04:32] <MajGenRelativity> I'm going to be doing real testing of TACEATS
L1003[08:04:50] <vifino> lizzy is best kitty!
L1004[08:05:23] <vifino> My IRC client has been compromised. Please send help.
L1005[08:05:29] * MajGenRelativity calls for help
L1006[08:05:34] <Ember_Primrose> HALP
L1007[08:05:34] <MajGenRelativity> vifino, what's happening?
L1008[08:05:36] <vifino> no, dont
L1009[08:05:56] <Ember_Primrose> Lizzy, is on vifino's pc probably
L1010[08:06:13] <vifino> no she kidnapped me
L1011[08:06:23] <MajGenRelativity> heh
L1012[08:06:32] <Forecaster> I thought she was at your place :P
L1013[08:06:48] <vifino> mwahahaha, i have vifino#s laptop now
L1014[08:07:01] <vifino> s/#/'
L1015[08:07:21] <Ember_Primrose> :3
L1016[08:07:23] <MajGenRelativity> I would invite you to see how it handles my server, but I'm performing maintenance at the moment :(
L1017[08:07:30] <vifino> Well then.
L1018[08:07:33] <Ember_Primrose> \o/ stats is back
L1019[08:07:40] <vifino> I have half-regained my laptop back.
L1020[08:07:51] <MajGenRelativity> are the two of you fighting over it?
L1021[08:07:54] <vifino> But now I have pepsi and Lizzy does not.
L1022[08:08:02] <MajGenRelativity> don't pull too hard or it may break in half
L1023[08:08:03] <Ember_Primrose> MajGenRelativity, prob
L1024[08:08:07] <Forecaster> or under it?
L1025[08:08:28] <Ember_Primrose> WHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT
L1026[08:08:30] <vifino> i am a derp
L1027[08:08:31] <Ember_Primrose> TES
L1028[08:08:51] <vifino> zat
L1029[08:08:55] <Ember_Primrose> moved up 3 positions in A DAY
L1030[08:09:01] <Kimiro> Morning. =-=
L1031[08:09:14] <MajGenRelativity> @Kimiro hi
L1032[08:09:22] <vifino> ,.-.hgfdfghkaasertzuissrtzuiturztehsrg
L1033[08:09:24] <MajGenRelativity> keyboard still broken?
L1034[08:09:33] <Kimiro> Yep.
L1035[08:09:38] <MajGenRelativity> they're definitely fighting over the laptop
L1036[08:09:40] <MajGenRelativity> ?
L1037[08:09:51] <vifino> nope
L1038[08:09:51] * Ember_Primrose mutes vifino until there is peace
L1039[08:09:58] <Kimiro> *doesn't have the money to fix it* x.x
L1040[08:10:01] <vifino> nuuuu!!!
L1041[08:10:12] <Ember_Primrose> not rly
L1042[08:10:46] <Kimiro> *chews on @MajGenRelativity*
L1043[08:10:58] <MajGenRelativity> @Kimiro /me chews back
L1044[08:11:03] <MajGenRelativity> _chews back @Kimiro_
L1045[08:11:29] <Kimiro> |3
L1046[08:11:50] <Kimiro> *goes back to sleep*
L1047[08:13:02] * Lizzy yawns
L1048[08:14:09] <Ember_Primrose> only 9543 lines to beat Forecaster
L1049[08:14:16] <Lizzy> .stats
L1050[08:14:16] <EnderBot2> We have channel stats provided by Caitlyn \o/ https://oclogs.pc-logix.com/stats.html, seriously :)
L1051[08:14:25] <Forecaster> :P
L1052[08:14:53] <Izaya> MajGenRelativity: I refuse
L1053[08:15:17] <MajGenRelativity> :(
L1054[08:15:22] <MajGenRelativity> Then how are you going to steal my code?
L1055[08:15:34] <Ember_Primrose> and only 2576 line to get to the Most Talkative People – All-Time list
L1056[08:15:39] <Izaya> I've revealed my plan, now I won't bother
L1057[08:15:46] <MajGenRelativity> what?
L1058[08:15:59] <Kimiro> Ember_Primrose is obsessed with posting stats. Clearly her ePenis isn't big enough.
L1059[08:16:17] <Ember_Primrose> wtf dude
L1060[08:16:46] * Ember_Primrose puts Kimiro on her ignore list
L1061[08:17:06] <MajGenRelativity> :|
L1062[08:17:27] <Kimiro> :C
L1063[08:17:47] <MajGenRelativity> Ember_Primrose, I'm more talkative than you :P
L1064[08:18:01] <Ember_Primrose> not by much
L1065[08:18:12] <Izaya> MajGenRelativity: I'm more talkative than you
L1066[08:18:29] <Ember_Primrose> its a challenge for me to type faster
L1067[08:18:35] <MajGenRelativity> yep
L1068[08:18:39] <Eleria> Im not on there at all xD *am i special yet?* xD
L1069[08:18:44] <MajGenRelativity> Izaya, by so much more than me
L1070[08:18:47] <Ember_Primrose> need to improve typing skills
L1071[08:18:56] <Izaya> At one point I would've been first place
L1072[08:19:18] <Forecaster> github.com is the top url
L1073[08:19:20] <Forecaster> I wonder why
L1074[08:19:21] <MajGenRelativity> Izaya, you're no longer interested in my code?
L1075[08:19:27] <Ember_Primrose> Eleria, yes
L1076[08:19:36] <Izaya> MajGenRelativity: Not really
L1077[08:19:36] <Eleria> O.o
L1078[08:19:43] <MajGenRelativity> what changed?
L1079[08:19:45] <Izaya> I've moved onto more interesting things
L1080[08:19:52] <Ember_Primrose> your a dev of Natsumi
L1081[08:19:54] <Izaya> I mainly wanted to get a copy to annoy you
L1082[08:20:02] <Kimiro> Though I guess if EP is ignoring me I can say mean stuff like she is the Royal Baby or has a birthmark in the shape of Zapp Brannigan.
L1083[08:20:38] <MajGenRelativity> well
L1084[08:20:42] <Kimiro> But that would be petty and wrong.
L1085[08:20:52] <MajGenRelativity> you would have been able to get a copy of TACEATS1 2.0 for free
L1086[08:21:04] <MajGenRelativity> TACEATS2 and up are proprietary for the foreseeable future
L1087[08:21:18] <Izaya> https://oclogs.pc-logix.com/history.php?cid=oc&year=2014&month=9
L1088[08:21:34] <Izaya> I haven't started Minecraft since BTM tbh
L1089[08:22:04] <Elizabeth> dammit stomach is destabalising again :S
L1090[08:22:12] <MajGenRelativity> no more Izaya drone swarm? :(
L1091[08:22:12] <Eleria> :/
L1092[08:22:26] <Elizabeth> welp, back to the bog
L1093[08:22:40] <Kimiro> _offers @Elizabeth some Pepto before she rushes off_
L1094[08:22:51] <Ember_Primrose> @Eleria ?
L1095[08:22:59] <Ember_Primrose> oh
L1096[08:23:11] <Ember_Primrose> Eno ?
L1097[08:23:29] <Eleria> ?
L1098[08:24:08] <Ember_Primrose> ??
L1099[08:24:58] <Eleria> *is confused*
L1100[08:25:32] <MajGenRelativity> _hands @Eleria his brain_
L1101[08:25:39] <MajGenRelativity> I am pure confusion
L1102[08:25:44] <Izaya> MajGenRelativity: I guess not
L1103[08:25:49] <MajGenRelativity> :(((((((
L1104[08:25:50] <Izaya> I have a virtual PBX now though
L1105[08:25:52] <MajGenRelativity> you should change that
L1106[08:26:20] <Kimiro> _gives @MajGenRelativity some escalitopram_
L1107[08:26:31] <MajGenRelativity> @Kimiro what drug is that?
L1108[08:26:57] <Elizabeth> Insanity one
L1109[08:27:51] <Ember_Primrose> @Eleria https://en.wikipedia.org/wiki/Eno_(drug)
L1110[08:27:59] <MajGenRelativity> welp
L1111[08:28:07] <Ember_Primrose> second part
L1112[08:28:26] <Ember_Primrose> In the summer, 2010, GSK made the decision to withdraw Eno from the UK market. At the beginning of the year, they withdrew the unique UK 218g jar, replacing it with a European/USA 150g jar, increasing its price by 18%. It can still be found in sachets of 5g, sold in boxes of ten, however stocks are not being replaced. Most existing UK stock has an expiry date of May 2013. It was also known in its earliest incarnations for the prevention of
L1113[08:28:26] <Ember_Primrose> intense diarrhea.[1]
L1114[08:28:26] <Ember_Primrose>
L1115[08:28:26] <Ember_Primrose> This leaves a major gap in the UK market as its primary competitor, Andrews, also a registered trade mark of GlaxoSmithKline, contains 2.1g of sucrose per 5ml measure, making it unsuitable for diabetics. They are, however readily available at Indian grocery stores in the US and UK. Other effervescent alternatives, such as Resolve, contain paracetamol - unnecessary if you have a simple stomach upset. Even alternatives type 'fruit salts' from
L1116[08:28:27] <Ember_Primrose> Boots and Superdrug contain sucrose, the result being a sweet sugary taste in contrast to the historically advertised Eno "refreshing zing". They are not suitable for diabetics.
L1117[08:28:27] ⇨ Joins: Nachtara (~Nachie@50-83-108-134.client.mchsi.com)
L1118[08:28:32] <Elizabeth> Oh God
L1119[08:28:34] <Eleria> Ehhh
L1120[08:28:42] <Ember_Primrose> oh shit
L1121[08:28:46] <Elizabeth> That's gonna look crap in irc
L1122[08:29:14] <Ember_Primrose> forgot luckily its on line and not multiple \n
L1123[08:29:24] <Elizabeth> Hmm
L1124[08:29:44] <Ember_Primrose> D:
L1125[08:29:47] <Ember_Primrose> NOT AGIAN
L1126[08:30:00] <Ember_Primrose> NOT AGAIN
L1127[08:30:24] <Kimiro> Blobfish. It's what's for dinner.
L1128[08:30:28] <MajGenRelativity> ?
L1129[08:32:15] ⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098) (Ping timeout: 202 seconds)
L1130[08:33:58] ⇨ Joins: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L1131[08:34:16] <Kimiro> Know what sucks? Bed bugs.
L1132[08:34:44] <Ember_Primrose> how do i set the geolizer to scan a bigger area
L1133[08:35:41] ⇦ Quits: techno156 (~techno156@137.154.59.241) (Quit: There are those who live without living. Don't be one of those.)
L1134[08:35:45] <Inari> liar liar, vex on fire! </s>
L1135[08:36:12] <MajGenRelativity> bed bugs are pretty bad
L1136[08:36:19] * Vexatos is now known as Vexablaze
L1137[08:36:26] <Inari> http://akari.in/pinky_AInwr orly? well good we concluded that I guess
L1138[08:36:27] <MajGenRelativity> @Ember_Primrose more geolizers
L1139[08:36:37] ⇨ Joins: EleriaTest (~EleriaTes@p4FE6383B.dip0.t-ipconnect.de)
L1140[08:37:25] <Eleria> Hmm i think ZNC is working :3 *yay*
L1141[08:37:59] <Ember_Primrose> i want to make an xray program basically
L1142[08:38:11] <Inari> i dont think we have xrays in MC
L1143[08:38:41] <Ember_Primrose> can the geolizer color certain blocks it finds?
L1144[08:39:42] <fingercomp> nope, it can't
L1145[08:40:16] *** TheCryptek|Away is now known as TheCryptek
L1146[08:40:17] <Ember_Primrose> D:
L1147[08:40:19] <Ember_Primrose> dangit
L1148[08:40:20] <fingercomp> you can use the OpenGlasses mod, though
L1149[08:40:37] <TheCryptek> %ping
L1150[08:40:40] <MichiBot> Ping reply from TheCryptek 2.45s
L1151[08:40:50] <Ember_Primrose> want to know if certain ores are even spawning
L1152[08:40:50] <Kimiro> %ping
L1153[08:40:53] <MichiBot> Ping reply from Kimiro 2.26s
L1154[08:41:00] <fingercomp> and I'm sure I've seen such program on the Russian forums :P
L1155[08:41:20] <EleriaTest> <Eleria> Just testing something
L1156[08:41:26] <fingercomp> I mean, the program that highlights ores that geolyzer found
L1157[08:42:09] <Ember_Primrose> on oppm yet?
L1158[08:42:34] <TheCryptek> EleriaTest: We aren't allowed to have bots in here without permission, if you want you can test your bot over at one of my channels #AerialDevs-Bots
L1159[08:42:57] <fingercomp> Ember_Primrose: nope, will be there in a few minutes :P
L1160[08:43:01] ⇦ Quits: EleriaTest (~EleriaTes@p4FE6383B.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
L1161[08:43:24] <Ember_Primrose> TheCryptek, she lolled
L1162[08:43:37] <TheCryptek> Ember_Primrose: She lolled?
L1163[08:43:46] <Ember_Primrose> i told her to do it. she knows
L1164[08:43:49] <Kimiro> Lolied?
L1165[08:43:54] <TheCryptek> Oh
L1166[08:44:01] <Ember_Primrose> just one line tho
L1167[08:44:07] <Eleria> Yes ^^
L1168[08:44:12] <Ember_Primrose> because here bot was funny
L1169[08:44:19] <TheCryptek> Ember_Primrose: It's suppose to be permission from the OPS but ok :P
L1170[08:44:45] <Ember_Primrose> it quoted corded eho quoted me who quoted corded
L1171[08:44:48] <Ember_Primrose> quoteception
L1172[08:45:07] <TheCryptek> Ember_Primrose: Infinite quote loop?
L1173[08:45:15] <Ember_Primrose> almost
L1174[08:45:41] <Eleria> http://prntscr.com/c5kng6 Looks like this then xD
L1175[08:45:43] <TheCryptek> What is Corded and EleriaTest? I mean what bot?
L1176[08:45:58] <TheCryptek> For example my AerialBot is Limnoria
L1177[08:45:59] <Inari> Kimiro: :3
L1178[08:46:11] <Eleria> Eleria Test is just an random bridge written in node xD Corded idk
L1179[08:46:13] <Ember_Primrose> uhm
L1180[08:46:16] <Ember_Primrose> ¯\_(ツ)_/¯
L1181[08:46:18] <Kimiro> Inari. :0
L1182[08:46:22] <TheCryptek> lol
L1183[08:46:25] * Inari lolis Ember_Primrose
L1184[08:46:31] <Kimiro> Why has senpai noticed me?
L1185[08:46:50] * Ember_Primrose glomps Inari
L1186[08:47:17] <Ember_Primrose> Guten Tag, Inari
L1187[08:47:50] ⇦ Quits: fingercomp (~fingercom@host-46-50-128-141.bbcustomer.zsttk.net) (Ping timeout: 182 seconds)
L1188[08:48:01] <Inari> Ember_Primrose: reminds me of this touhou iosys thing
L1189[08:48:10] <Inari> Kimiro: you wore the right panties
L1190[08:48:15] <Ember_Primrose> psst
L1191[08:48:17] <Ember_Primrose> Inari,
L1192[08:48:24] * Inari boobs Ember_Primrose
L1193[08:48:26] <Inari> ye?
L1194[08:48:40] <Ember_Primrose> i know 2 german irc'ers
L1195[08:48:45] <Ember_Primrose> know
L1196[08:48:50] <Eleria> *hides*
L1197[08:48:52] <Ember_Primrose> *now
L1198[08:48:53] <Kimiro> Inari: But I'm not wearing any underwear. Or clothing. :I
L1199[08:49:07] <Ember_Primrose> Kimiro, yes you are
L1200[08:49:11] <Inari> then nopan were the right panties
L1201[08:49:11] <Ember_Primrose> in data form
L1202[08:49:28] <Inari> Ember_Primrose: only two?
L1203[08:49:31] <Inari> thres more in this channel
L1204[08:49:36] <Ember_Primrose> :|
L1205[08:49:48] <Ember_Primrose> UT
L1206[08:49:51] <Ember_Primrose> WUT
L1207[08:49:56] <Ember_Primrose> whom
L1208[08:50:10] <Ember_Primrose> TELL ME
L1209[08:50:12] <Inari> Vexatos, vifino, me, I always believe gamax92 was too but i cant ever recall.. Kilobyte
L1210[08:50:14] <Inari> uhhh
L1211[08:50:16] <Inari> probably some others
L1212[08:50:17] <Inari> :P
L1213[08:50:32] <Ember_Primrose> then i know 5
L1214[08:50:45] ⇨ Joins: fingercomp (~fingercom@host-46-50-128-141.bbcustomer.zsttk.net)
L1215[08:50:50] <Vexatos> Sangar, Vi
L1216[08:50:59] <Inari> right :P
L1217[08:50:59] <Vexatos> all the pings :D
L1218[08:51:15] <TheCryptek> What mods do you guys find best to use with OC?
L1219[08:51:22] <Vi> Shoosh
L1220[08:51:23] <Mimiru> I'm like 1/4 German
L1221[08:51:31] <Mimiru> lol
L1222[08:51:37] <Sangar> o/
L1223[08:51:42] <Forecaster> TheCryptek: computrapnix
L1224[08:51:47] <Kimiro> TheCryptek: Everything
L1225[08:51:49] <Eleria> <-- *definitely not german*
L1226[08:52:02] * Kimiro is 1/2 German
L1227[08:52:07] <TheCryptek> Eleria: May I ask what your bot is made of?
L1228[08:52:14] <Forecaster> pure rage
L1229[08:52:15] <Mimiru> My Dad's Dad was German, his mom was Cherokee
L1230[08:52:22] <Sangar> Vexatos, beep fading, no idea. if you haven't fixed it yet, make an issue :P
L1231[08:52:26] <Mimiru> so German/Cherokee from my dad.. lol
L1232[08:52:37] <Vi> Now the logical consequence of all this is... Make German the official language!
L1233[08:52:39] <Eleria> Its made in node.js ^^ But i just copied some random code together
L1234[08:52:47] <Ember_Primrose> you, Vexatos Vi vifino Sangar Kilobyte gamax92
L1235[08:52:47] <Inari> Vi: we tried :<
L1236[08:52:49] <Ember_Primrose> oh and
L1237[08:52:53] <Ember_Primrose> ELERIA
L1238[08:52:56] <Ember_Primrose> :D
L1239[08:53:06] <Eleria> :3
L1240[08:53:11] <Vexatos> Sangar, https://github.com/MightyPirates/OpenComputers/issues/2019
L1241[08:53:14] <Inari> Hallo, ich bin ein Holzwürfel
L1242[08:53:19] <Mimiru> gamax92 is German..?
L1243[08:53:24] <Inari> dunno
L1244[08:53:26] <Vexatos> Yes
L1245[08:53:26] <Inari> maybe?
L1246[08:53:27] <Ember_Primrose> lewd?
L1247[08:53:30] <Vexatos> He just doesn't know it yet
L1248[08:53:35] <Mimiru> afaik, no he's not :p
L1249[08:53:37] <Inari> someone else was
L1250[08:53:40] <Inari> but i cant recall who
L1251[08:53:43] <Inari> was alekso56 german?
L1252[08:53:48] <Vexatos> oi alekso56
L1253[08:53:49] <Vexatos> :>
L1254[08:53:56] <Ember_Primrose> XD
L1255[08:54:24] <Mimiru> I miss BizzyCola :(
L1256[08:54:34] <Ember_Primrose> i have like the biggest mix of nationalities in me
L1257[08:54:55] <Kimiro> *dragons all over Inari*
L1258[08:57:07] <Ember_Primrose> South African, Irish, Whelsh, American, British, Scottish, Russian, Australian, Japanese, Chinese, Norwegian, Swedish, Finnish, Italian, Flemish, German, and some that i can't remember atm
L1259[08:57:25] <Mimiru> O_o wow.. lol
L1260[08:57:36] <Ember_Primrose> yea, i know
L1261[08:57:37] <Eleria> I think the list is already long enough ^^
L1262[08:57:44] <Ember_Primrose> pavement special
L1263[08:57:48] <Ember_Primrose> ding ding ding
L1264[08:57:49] <vifino> Inari: no, alekso56 is not german
L1265[08:58:05] <vifino> Neither is gamax92.
L1266[08:58:19] <vifino> You guys suck.
L1267[08:58:42] <Ember_Primrose> hey, i'm new here
L1268[08:59:21] <Ember_Primrose> i barely new where most of come from, that excluding how the ips mess me up
L1269[08:59:42] <Ember_Primrose> god damn it
L1270[09:00:20] <Ember_Primrose> i barely knew where most of you came from, let alone how all the ip's are messing me up
L1271[09:01:27] <TheCryptek> I came from mars :P
L1272[09:01:47] ⇦ Quits: asie (~asie@asie.pl) (Ping timeout: 190 seconds)
L1273[09:02:05] <Kimiro> I'm from the land of milk in bags.
L1274[09:02:26] <Mimiru> Hey.. we had bagged milk when I was in school in Fl.
L1275[09:02:39] <TheCryptek> Ya'll must be old ._.
L1276[09:02:48] <TheCryptek> I'm 20 and never heard of bagged milk lol
L1277[09:03:01] <Mimiru> Don't make me come over to IRC and deal with you.
L1278[09:03:02] <Mimiru> :P
L1279[09:03:10] <TheCryptek> Come at me bro :P
L1280[09:03:46] <TheCryptek> Welp
L1281[09:03:56] ⇨ Joins: asie (~asie@asie.pl)
L1282[09:03:57] <TheCryptek> I'm off to learn how to make a reactor control panel with OC ._.
L1283[09:04:29] <Elizabeth> _likes her organic milk bags_
L1284[09:04:31] * Mimiru ssets modes [#oc +b *!*@ircbouncehouse.com]
L1285[09:04:38] <Mimiru> And I typoed it
L1286[09:04:40] <Mimiru> fmfl lol
L1287[09:04:44] <TheCryptek> +b?
L1288[09:04:46] <Elizabeth> ?
L1289[09:04:50] <TheCryptek> What is +b?
L1290[09:04:58] <Lizzy> oh
L1291[09:05:00] <Forecaster> ban
L1292[09:05:00] <Mimiru> Ban..
L1293[09:05:04] <TheCryptek> ._.
L1294[09:05:05] <Lizzy> ban
L1295[09:05:10] <Forecaster> who's ircbouncehouse?
L1296[09:05:11] <Mimiru> I did it in an action :P
L1297[09:05:18] <TheCryptek> Forecaster: Its my bouncer.
L1298[09:05:19] <Mimiru> TheCryptek's host
L1299[09:05:27] <Forecaster> o,o
L1300[09:05:55] <Mimiru> Like I said.. I did it in an /me
L1301[09:06:02] <TheCryptek> I know :P
L1302[09:06:12] <TheCryptek> I'm not to familiar with user flags and modes yet :P
L1303[09:06:21] <alekso56> rip beam http://i.imgur.com/gU6mPoY.png
L1304[09:06:27] <TheCryptek> Thats why I asked what +b is :P
L1305[09:07:13] <Ember_Primrose> Mimiru, some of our clients have little pips tha.... screw it
L1306[09:08:02] ⇦ Quits: bauen1 (~quassel@2a02:810d:1980:1584:8c72:6f27:7a0a:840b) (Remote host closed the connection)
L1307[09:08:05] <Vexatos> fingercomp, it's really cool how you write all those readmes
L1308[09:08:10] <Vexatos> Thanks :D
L1309[09:08:26] <TheCryptek> MAN
L1310[09:08:34] <Ember_Primrose> WOMAN
L1311[09:08:35] <TheCryptek> I have entered the world of having to power my PC now ._.
L1312[09:08:50] <alekso56> MAN.exe not found
L1313[09:08:56] <Izaya> vifino: I heard you built a computer in a wine box
L1314[09:09:00] <Izaya> can haz pics
L1315[09:09:02] * TheCryptek codes man.exe
L1316[09:09:04] <Ember_Primrose> @Mimiru i remember milk bags at school
L1317[09:09:19] <Ember_Primrose> we still have 'em
L1318[09:09:21] <Lizzy> Izaya, he's not at a computer at the moment, i can get pics though :)
L1319[09:09:28] <Ember_Primrose> \o/
L1320[09:09:32] <Ember_Primrose> PIIICS
L1321[09:09:37] <Mimiru> ;) Milk bags :p
L1322[09:10:02] <Ember_Primrose> what was the main milk company there?
L1323[09:10:04] <Kimiro> *dragons on @Elizabeth's milk bags*
L1324[09:10:24] <alekso56> http://imgur.com/gallery/pYRsj
L1325[09:11:00] <Ember_Primrose> lel
L1326[09:13:37] ⇨ Joins: Nentify (uid14943@id-14943.highgate.irccloud.com)
L1327[09:14:49] <Lizzy> leave my milk bags alone!
L1328[09:14:55] <Kimiro> lyl
L1329[09:15:50] ⇦ Quits: Keanu73 (~Keanu73@host-92-28-90-128.as13285.net) (Read error: Connection reset by peer)
L1330[09:18:55] * Ember_Primrose slaps Kimiro
L1331[09:18:55] * EnderBot2 high-fives Ember_Primrose
L1332[09:19:09] <Lizzy> Izaya, http://imgur.com/a/fhZFz
L1333[09:19:31] * Kimiro slaps Ember_Primrose back twice as hard.
L1334[09:19:31] * EnderBot2 chuckles
L1335[09:20:49] * Ember_Primrose vaporizes Kimiro with a multidimentionalslapftomthepastpresentandfuture
L1336[09:21:53] * Kimiro remains unphased by such barbarism.
L1337[09:22:11] <Izaya> https://i.imgur.com/AxHaYz1.png
L1338[09:22:59] <Izaya> Lizzy: I'll be honest, I've seen better
L1339[09:23:03] <Izaya> It's not bad though
L1340[09:23:34] <Stary2001> ek
L1341[09:23:35] <Stary2001> kek
L1342[09:23:40] <Stary2001> im back! :o
L1343[09:23:42] <Izaya> also what GPU(s) is that?
L1344[09:23:46] * Kimiro ponders if Ember_Primrose is always this petulant, this violent, or if it simple the fact that I don't submit to her whims, that I revoke any power she clings to...
L1345[09:23:47] <Izaya> so you say
L1346[09:25:01] <Forecaster> http://imgur.com/a/iI7SB
L1347[09:25:04] <Forecaster> :>
L1348[09:25:58] <Ember_Primrose> Oh really? You call me the barbaric one? You, who without thought, forces his lewd actions unto others, without consent, nor remorse? Sir have mistaken me as a barbaric person, but have you seen the fool in the mirror?
L1349[09:26:23] * Inari fondles Ember_Primrose :3
L1350[09:26:25] zsh sets mode: +v on asie
L1351[09:26:48] * Ember_Primrose pets Inari
L1352[09:26:53] <Ember_Primrose> your not that bad
L1353[09:27:04] <Inari> :3
L1354[09:27:52] <Lizzy> Izaya, GTX 960, MSI
L1355[09:28:01] <Izaya> Not bad at all :3
L1356[09:28:12] * Izaya continues enjoying his reference 690
L1357[09:28:13] <Kimiro> The only difference between us is that I admit to a beastial nature, where as you try to smother it. :3
L1358[09:28:35] <Lizzy> refresh the page, I've put the specs on there
L1359[09:28:55] <Ember_Primrose> Kimiro, lol
L1360[09:28:59] <Ember_Primrose> i was jk
L1361[09:29:11] <Izaya> Lizzy: okay BS
L1362[09:29:14] <Izaya> fuck you guys
L1363[09:29:27] <Ember_Primrose> Izaya, >??
L1364[09:29:27] <Kimiro> Ember_Primrose: I know. I was playing along. :P
L1365[09:29:40] <Lizzy> if it's any comfort, they are old parts from vifino's nas
L1366[09:29:48] <Ember_Primrose> oh
L1367[09:29:50] <Ember_Primrose> i get
L1368[09:29:56] <Forecaster> https://www.youtube.com/watch?v=PivWY9wn5ps
L1369[09:29:57] <MichiBot> Michael Jackson - Man In The Mirror | length: 5m 4s | Likes: 281267 Dislikes: 5853 Views: 55798500 | by michaeljacksonVEVO
L1370[09:29:57] <Izaya> it's the opposite of comfort
L1371[09:30:00] <Lizzy> except maybe the powersupply
L1372[09:30:06] <Izaya> they're the SPARES
L1373[09:30:07] <Mimiru> yay
L1374[09:30:10] <Mimiru> hardware failures
L1375[09:30:14] <Mimiru> fucking shit
L1376[09:30:17] <Izaya> http://pb.i0i0.me/p/3Kk6Lytp
L1377[09:30:20] <Ember_Primrose> more comfort i have a kek gpu
L1378[09:31:27] <Ember_Primrose> Izaya, still better than me >.>
L1379[09:31:28] <Mimiru> my 500 GB drive is failing, and if I try to run anything more graphically intensive than notepad++ it powers off after about 20 minutes
L1380[09:32:34] <Ember_Primrose> sata cable?
L1381[09:32:46] <Mimiru> Bad sector counts
L1382[09:33:34] <Ember_Primrose> D::::::::
L1383[09:33:35] ⇦ Quits: ade124|mobile (~ade124|mo@221.124.196.189) (Read error: Connection reset by peer)
L1384[09:34:01] ⇦ Quits: VikeStep (~VikeStep@101.184.243.180) (Read error: Connection reset by peer)
L1385[09:39:32] ⇨ Joins: Turtle (~SentientT@82-171-92-73.ip.telfort.nl)
L1386[09:41:29] <TheCryptek> %tell TheFox https://drive.google.com/file/d/0B0FXIUwBqiIzckU5R0lNNHZWdjg/view?usp=sharing is our mods for the server, I uploaded a few new ones.
L1387[09:41:32] <MichiBot> TheCryptek: TheFox will be notified of this message when next seen.
L1388[09:41:39] ⇦ Quits: fingercomp (~fingercom@host-46-50-128-141.bbcustomer.zsttk.net) (Quit: .)
L1389[09:42:00] * Inari cuts away the mutated extra eyes of Ember_Primrose
L1390[09:42:30] <Ember_Primrose> Inari, wtf
L1391[09:42:33] <Ember_Primrose> what eyes
L1392[09:42:39] <Inari> [16:33:31] <Ember_Primrose> D::::::::
L1393[09:43:36] <Ember_Primrose> OH lol
L1394[09:45:51] <Ember_Primrose> ok, does any want to join a partake in joining a communal #oc server? It will be hosteed by Eleria
L1395[09:46:14] <Ember_Primrose> god my wording
L1396[09:46:21] <Kimiro> Will it have Shrimp Cocktails?
L1397[09:46:34] * Ember_Primrose shrugs
L1398[09:46:39] <Ember_Primrose> ill ask
L1399[09:47:19] <Forecaster> communal?
L1400[09:47:28] ⇨ Joins: fingercomp (~fingercom@host-46-50-128-141.bbcustomer.zsttk.net)
L1401[09:47:32] <Forecaster> oh, you mean a mc server
L1402[09:47:35] <Forecaster> I guess
L1403[09:47:44] <Eleria> Yep^^
L1404[09:47:50] <Ember_Primrose> yes all of us play on one server, not at the same time tho
L1405[09:47:54] <Ember_Primrose> and as Eleria
L1406[09:47:56] <Ember_Primrose> said
L1407[09:48:05] <Ember_Primrose> (dammit enter)
L1408[09:48:15] <Ember_Primrose> mod are chosen by the players
L1409[09:48:19] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de) (Ping timeout: 198 seconds)
L1410[09:48:19] <Ember_Primrose> *mods
L1411[09:49:04] <Eleria> And can possibly even included self coded one's if someone wants that ^^
L1412[09:49:09] <Forecaster> dammit, why isn't fill working D:<
L1413[09:49:12] <Eleria> *include
L1414[09:49:21] * Ember_Primrose shrugs
L1415[09:49:28] <Ember_Primrose> setup pic
L1416[09:49:36] ⇨ Joins: BearishMushroom (~BearishMu@90-231-174-194-no159.tbcn.telia.com)
L1417[09:50:57] <Kimiro> @Ember_Primrose: Oooh, so I could have KimiTech Low-tech Tools on there? :D
L1418[09:50:59] <Forecaster> oh, setting the background color failed because I was using a palette index
L1419[09:50:59] <vifino> Heya Izaya.
L1420[09:51:11] <Izaya> hai vifino
L1421[09:51:21] <vifino> You like my living room PC?
L1422[09:51:26] <Eleria> @Kimiro Probably ^^ If its not making bugs :3
L1423[09:51:35] <Izaya> Interesting case
L1424[09:51:48] <vifino> Yep.
L1425[09:51:55] <Izaya> I think I could do better, but I'm too lazy and it'd take a lot longer
L1426[09:52:32] <Kimiro> I'd be surprised if low-tech tools caused bugs. owo
L1427[09:52:59] <Eleria> I guess not either ^^ I mean just thats the only reason why they could not be added ^^
L1428[09:53:02] <vifino> Izaya: Do it, we did it in a day and without planning, we just needed something. We only had sandpaper, a fucked up saw and a drill.
L1429[09:53:12] <vifino> Not much precision possible, there.
L1430[09:53:36] <Izaya> vifino: I have a week, a HS workshop of tools and unlimited materials
L1431[09:53:58] <vifino> Izaya: make me a proper ATX case out of wood, i will pay you
L1432[09:54:02] <Izaya> ... or I could wait say 3 months
L1433[09:54:10] <Izaya> and make one for my major design and tech project
L1434[09:54:13] <Izaya> and have like
L1435[09:54:16] <Izaya> a year to work on it
L1436[09:54:26] <Kimiro> @Eleria: Even if it massively unbalances the tech tree? owo
L1437[09:54:30] <vifino> no no no, do it in a week and ship it to me Izaya
L1438[09:54:41] <Eleria> @Kimiro We will see okay ?
L1439[09:54:46] <Kimiro> Heh.
L1440[09:54:49] <Izaya> vifino: is that Xeon 1231 a v3?
L1441[09:54:58] <Eleria> Maybe its based on a pack maybe not ? But i think we can add your mod ^^
L1442[09:55:25] <vifino> Izaya: maybe?
L1443[09:55:39] <vifino> it is haswell
L1444[09:55:41] <Izaya> vifino: as in, is it haswell/socket 1150?
L1445[09:55:45] <vifino> yep
L1446[09:55:53] <Izaya> if I make you a case
L1447[09:55:57] <Izaya> can I have the xeon
L1448[09:56:03] <vifino> uh
L1449[09:56:05] <Izaya> :P
L1450[09:56:12] <vifino> then i would need one
L1451[09:56:20] <Izaya> I'll swap you an i3 4160
L1452[09:56:28] <Stary2001> waow i3
L1453[09:56:34] <Izaya> and the case
L1454[09:56:46] <Izaya> in other news
L1455[09:56:54] <vifino> Izaya: nooope, however, i will give you 50€ + shipping for the case
L1456[09:56:57] <Izaya> tomorrow is the start of a week of full-time doing IT stuff
L1457[09:56:59] <vifino> given decent
L1458[09:57:10] <Izaya> vifino: :P fair enough
L1459[09:57:13] <Izaya> I'll look into it
L1460[09:57:23] <vifino> \o/
L1461[09:57:29] <vifino> Praised be Izaya!
L1462[09:57:41] <Izaya> tell ya what
L1463[09:57:43] <Izaya> for an extra like
L1464[09:57:45] <Izaya> amount of money
L1465[09:57:52] <Izaya> I'll stick a Lenovo S10e in there as well
L1466[09:57:56] <Stary2001> an extra entire money
L1467[09:58:04] <vifino> Izaya: dont you have a bunch of them?
L1468[09:58:08] <Izaya> yes
L1469[09:58:10] <Izaya> I have a fuckton
L1470[09:58:15] <Izaya> we can't get rid of them
L1471[09:58:19] <Stary2001> can you put 2 in there
L1472[09:58:20] <vifino> stick 5 in them and you have 100€ :^^)
L1473[09:58:24] <Stary2001> and have vifino send me on- oh ok
L1474[09:58:30] <Izaya> no other schools want them
L1475[09:58:38] <vifino> Izaya: 5 and you got yourself a deal
L1476[09:59:11] <Izaya> they might even have the BIOS unlocked
L1477[10:00:07] <Izaya> vifino: do you want it to be able to lock?
L1478[10:00:32] <Izaya> 'cause I could do that probably maybe probably not
L1479[10:00:44] <vifino> would be nice, but just a hinge would be enough
L1480[10:00:53] <vifino> it has to fit in the current space though
L1481[10:00:57] <vifino> so small and stuff
L1482[10:01:07] <Izaya> fuck
L1483[10:01:10] <Izaya> give me measurements
L1484[10:01:30] <vifino> erm
L1485[10:02:01] * CompanionCube still is unsure what case to get to replace his current one
L1486[10:02:12] <vifino> atx + 10cm on each side max, a long-side hard drive and a half up
L1487[10:02:21] <vifino> very specific
L1488[10:02:23] <Izaya> wait if I can build a case
L1489[10:02:34] <Izaya> why am I building one for someone else
L1490[10:02:43] <vifino> because you are awesome and need money
L1491[10:02:43] <Izaya> it'd be so much more satisfying to build one for my own desktop
L1492[10:02:49] <CompanionCube> Izaya: also imagine having to ship to vifino's country
L1493[10:02:50] <Izaya> especially considering my current shitty case
L1494[10:03:04] <vifino> CompanionCube: i'll pay for shipping
L1495[10:03:07] <Izaya> vifino: well I mean I could go do 4 hours work and get $200 so
L1496[10:03:17] <vifino> Izaya: pls?
L1497[10:03:19] <Izaya> so I don't need money
L1498[10:03:22] <Izaya> I'm just a lazy shit
L1499[10:03:50] <vifino> :(
L1500[10:04:04] <Izaya> but I'll see what I can do
L1501[10:06:04] <Izaya> https://a.pomf.cat/hlvmwm.jpg current case
L1502[10:07:33] <TheCryptek> How do I check how much power is left in a computer?
L1503[10:07:57] <vifino> :o two cd burners
L1504[10:08:17] <vifino> dammit i always wanted two, one for writing and one for ripping
L1505[10:08:21] <vifino> :(
L1506[10:08:25] <Izaya> I have a box with 6
L1507[10:08:32] <vifino> hunadwiahwd UKWDgAWBOdkujazgwdaobwukdWAd
L1508[10:08:36] <Izaya> cabling that one was hell
L1509[10:08:38] <Izaya> and it has no HDDs
L1510[10:08:45] * vifino Segmentation Fault (core dumped)
L1511[10:08:46] <Izaya> so I boot it over the network
L1512[10:10:50] ⇦ Quits: Nachtara (~Nachie@50-83-108-134.client.mchsi.com) (Read error: Connection reset by peer)
L1513[10:15:30] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
L1514[10:28:47] * Kimiro slaps Ember_Primrose with a tin of lutefisk
L1515[10:28:47] * EnderBot2 high-fives Kimiro
L1516[10:30:36] * Eleria is confused
L1517[10:30:49] <Ember_Primrose> RIP Discord
L1518[10:31:08] <Ember_Primrose> wait no what
L1519[10:31:22] <Eleria> ?
L1520[10:31:50] <Ember_Primrose> i can't send dm in discord
L1521[10:31:54] <Ember_Primrose> all red
L1522[10:32:25] <Eleria> Ehh
L1523[10:33:19] <Kimiro> https://youtu.be/-GHX8dvuFUQ
L1524[10:33:19] <MichiBot> 4.3 Billion Dollars | length: 8s | Likes: 5552 Dislikes: 93 Views: 1253550 | by k3vinnet
L1525[10:34:45] <Saphire> gah
L1526[10:35:32] <Saphire> why the f.. I opened that ”why we are alone” article
L1527[10:36:01] <Saphire> damn reminder of time and how limited it is..
L1528[10:36:51] * Eleria shrugs
L1529[10:38:23] <Saphire> aka I am a bit depressive about the ”I'm going to die” thing :\
L1530[10:46:00] <Kimiro> *grants Saphire immortality*
L1531[10:58:47] ⇨ Joins: Saintmare (~Saintmare@217.144.175.95)
L1532[11:00:02] <TheCryptek> how do I install builder from a floppy onto Creatix?
L1533[11:05:39] <Ember_Primrose> Hey that modpack me and @Eleria was talking about?
L1534[11:06:52] <Ember_Primrose> Please fill this form in if interested. Its needed to help flesh out the pack. https://goo.gl/forms/ZPe3lc9RNHDwGI7P2
L1535[11:10:27] <TheCryptek> How do I put a bootable medium into a drone?
L1536[11:12:57] <Saintmare> TheCryptek, you should use eeprom
L1537[11:13:13] <TheCryptek> Saintmare: It has an eeprom in it with Lua Bios owo
L1538[11:13:20] <fingercomp> drones can't have HDD, yeah, use EEPROM
L1539[11:13:34] <TheCryptek> Then how do I put an OS on an EEPROM?
L1540[11:13:55] <fingercomp> why do you need an OS on a drone? :)
L1541[11:14:00] <Saintmare> os in eeprom? whut?
L1542[11:14:11] <fingercomp> drones execute the program that's flushed to EEPROM
L1543[11:14:12] <Saintmare> rtfm please
L1544[11:14:23] <TheCryptek> rtfm?
L1545[11:14:30] <TheCryptek> OH
L1546[11:14:42] <TheCryptek> Then how do I use the build.lua program from the builder floppy?
L1547[11:14:48] ⇨ Joins: Keanu73 (~Keanu73@host-92-28-66-247.as13285.net)
L1548[11:15:05] <fingercomp> this program is for robots
L1549[11:15:07] <Saintmare> u must read the manual
L1550[11:15:22] <TheCryptek> fingercomp: I can't install it on creatix ._.
L1551[11:15:36] <fingercomp> I haven't ever use this program
L1552[11:15:44] <fingercomp> *used
L1553[11:16:05] <fingercomp> so, I guess, I can't help you with it
L1554[11:20:38] <TheCryptek> I made a robot with a disk drive but can't put a floppy in ._.
L1555[11:21:23] <fingercomp> um… is there a slot for floppies in the robot's GUI?
L1556[11:21:30] <Temia> There should be a space in the UI for a floppy.
L1557[11:21:32] <TheCryptek> No
L1558[11:21:39] <TheCryptek> Yes
L1559[11:21:40] <TheCryptek> wow
L1560[11:21:41] <TheCryptek> im stupid
L1561[11:22:27] <Temia> Found it?
L1562[11:22:42] <Ember_Primrose> o/
L1563[11:24:22] <TheCryptek> I did, just gotta learn how to build with the robot, cuzz the wiki has nothing on it.
L1564[11:24:45] <Forecaster> it has the puzzle pieces
L1565[11:24:55] <Forecaster> you just have to put them together
L1566[11:24:58] <TheCryptek> puzzle peices?
L1567[11:25:03] <TheCryptek> I have the robot together
L1568[11:25:08] <TheCryptek> I ment make the robot to build
L1569[11:25:14] <TheCryptek> Like make it build a house :P
L1570[11:25:21] <Forecaster> indeed
L1571[11:26:14] <TheCryptek> I type go forward 10
L1572[11:26:15] <Forecaster> robot.place
L1573[11:26:25] <TheCryptek> so
L1574[11:26:35] <TheCryptek> robot.place("Forward","10")?
L1575[11:26:39] <Forecaster> ...
L1576[11:26:42] <Forecaster> no
L1577[11:26:44] <Ember_Primrose> whom wrote wocchat
L1578[11:26:57] <Elizabeth> gamax92
L1579[11:26:58] <TheCryptek> Ember_Primrose: gamax92
L1580[11:27:06] <TheCryptek> Forecaster: I'm confused
L1581[11:27:27] <Forecaster> first off you can't program it from the commandline
L1582[11:27:31] <Forecaster> you have to write a program
L1583[11:27:38] <TheCryptek> Which is what im trying to do
L1584[11:27:45] <Ember_Primrose> it brokd
L1585[11:27:50] <gamax92> hi
L1586[11:27:59] <TheCryptek> Ember_Primrose: He knows
L1587[11:28:13] <TheCryptek> Forecaster: Can you show me a sample robot code that I may read and learn from?
L1588[11:28:21] <Ember_Primrose> oh
L1589[11:28:22] <gamax92> bad TheCrypyek
L1590[11:28:28] <Ember_Primrose> ok then
L1591[11:28:34] <TheCryptek> gamax92: Bad?
L1592[11:28:45] <gamax92> don't assume your issue is the same as Ember's
L1593[11:29:23] <Ember_Primrose> o/
L1594[11:29:27] <TheCryptek> My bad :P
L1595[11:30:52] <TheCryptek> Does anyone have sample robot program I can look at to learn?
L1596[11:31:13] <S3> wut
L1597[11:31:16] <S3> oh OC robots
L1598[11:31:24] <S3> TheCryptek: do you know Lua?
L1599[11:31:25] <Forecaster> https://git.theender.net/Forecaster/OC-programs/blob/master/segment.lua
L1600[11:31:28] <gamax92> S3: no, the robot takeover
L1601[11:31:34] <Forecaster> TheCryptek: there
L1602[11:31:52] <TheCryptek> S3: For CC still learning for OC
L1603[11:31:54] <Forecaster> although that uses the robot component, and not the openos api
L1604[11:32:04] <S3> Forecaster: OW
L1605[11:32:20] <S3> Forecaster: Why you no make your own mapping function?!
L1606[11:32:58] <S3> that is horrible..
L1607[11:33:14] <gamax92> S3: are you okay?
L1608[11:33:21] <Forecaster> it was quick and dirty :P
L1609[11:33:28] <S3> I'm alright, I've seen worse
L1610[11:33:42] <S3> the program looked fine until I saw a giant blob of movement functions and I was like scream
L1611[11:33:43] <Ember_Primrose> gamax92, can i have the link to wocchat's github thingy
L1612[11:33:47] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de) (Ping timeout: 202 seconds)
L1613[11:34:01] <S3> it could be direwolf20 code
L1614[11:34:09] <gamax92> Ember_Primrose: https://github.com/OpenPrograms/gamax92-Programs/tree/master/wocchat
L1615[11:34:19] <S3> putting function contents in seperate files
L1616[11:34:22] <S3> and just including the files
L1617[11:34:35] <TheCryptek> b
L1618[11:34:37] <TheCryptek> 4
L1619[11:34:59] <Ember_Primrose> \o/ fanx
L1620[11:36:14] <Vexatos> asie, I just had a neat idea for GT integration: allow rolling steel foil to arbitrary length and with that create a tape of arbitrary length :P e.g. 12 metres of tape foil on a reel would get you 4 minutes of tape, 15 metres would get you 5 :D
L1621[11:36:23] <Vexatos> custom tapes \:D/
L1622[11:36:39] <gamax92> Vexatos: Amazing idea! /:D\
L1623[11:37:04] <Vexatos> But I don't know how to do the <make the tape longer>
L1624[11:37:10] <TheCryptek> quantsini, A
L1625[11:37:32] <Vexatos> you can't just continue rolling it, that'd be cheaty :P
L1626[11:37:36] <Elizabeth> mwahaha, got linux discord beta client and now i can set my game!
L1627[11:37:37] <Ember_Primrose> i was looking at the code gamax, and was like nope
L1628[11:37:42] <Ember_Primrose> IFK
L1629[11:37:51] <Vexatos> Lizzy, I got that like two months ago :X
L1630[11:37:59] <gamax92> Vexatos: extract tape out of plastic box, melt down into steel foil
L1631[11:38:00] <Ember_Primrose> IDK
L1632[11:38:05] <Elizabeth> @Vexatos i don't give a shit, i have it now
L1633[11:38:11] <Ember_Primrose> \o/
L1634[11:38:16] <Vexatos> gamax92, steel foil is an actual item in GT already
L1635[11:38:23] <S3> What should I do guys
L1636[11:38:24] <gamax92> yes I know
L1637[11:38:26] <S3> I have options
L1638[11:38:30] <gamax92> S3: can I have a pizza?
L1639[11:38:34] <S3> I can continue working on my game engine, or I can work on OCRANET
L1640[11:38:39] <Vexatos> GregTech adds pizza
L1641[11:38:42] <gamax92> What's your game engine?
L1642[11:38:46] <gamax92> and ... does it really?
L1643[11:38:53] <Mimiru> @Elizabeth where?
L1644[11:38:55] <S3> my MUD codebase
L1645[11:39:03] <S3> it makes MUDs
L1646[11:39:25] <S3> I'm gutting it out and replacing the database and IPC mechanisms in my game engine with Rethinkdb
L1647[11:39:28] <S3> BUT
L1648[11:39:32] <S3> I could get OCRANET working
L1649[11:39:39] <gamax92> S3: get OCRANET working
L1650[11:39:42] <S3> I need to make a lua switch
L1651[11:39:47] <gamax92> it'll be a nice break for your MUD stuff
L1652[11:39:49] <Elizabeth> @Mimiru for me it was in the AUR, but there's a .deb, lemme go find it
L1653[11:40:00] <Mimiru> Ah I think I found the deb
L1654[11:40:01] <Elizabeth> https://www.reddit.com/r/discordapp/comments/4bu7lm/discord_linux_very_experimental_canary_release/
L1655[11:40:06] <S3> I need to think about how I could make a Lua switch work
L1656[11:40:06] <gamax92> oh yeah, discord linux
L1657[11:40:11] <Mimiru> Yep that's it
L1658[11:40:18] <Mimiru> thanks @Elizabeth
L1659[11:40:26] <Elizabeth> _hugs @Mimiru_
L1660[11:40:33] <Mimiru> _hugs @Elizabeth_
L1661[11:40:33] <gamax92> but how well do the deb to arch converters work?
L1662[11:41:03] <Mimiru> now I can install it via Ubuntu on Windows, and run it through this xserver, and have Discord for Linux on Windows
L1663[11:41:04] <Elizabeth> gamax, it seems to be working fine for me, package name is discord-canary in the AUR
L1664[11:41:14] <gamax92> oh it's already in the AUR
L1665[11:41:25] <Vexatos> Mimiru, https://github.com/RX14/discord-curses
L1666[11:41:26] <S3> time to download pc logix
L1667[11:41:33] <gamax92> Vexatos: ...
L1668[11:41:37] <Elizabeth> yeah, you want the canary verrsion and not the non-canary version though
L1669[11:41:54] <S3> Mimiru: PC-Logix is currently my go to pack
L1670[11:42:23] <gamax92> praise lord PC-Logix pack!
L1671[11:42:38] <S3> Oh you like it too?
L1672[11:42:46] <S3> I think it's perfect for OC dev
L1673[11:42:59] <gamax92> oh ... for OC dev then no :P
L1674[11:43:05] <Elizabeth> praise lord vifino
L1675[11:43:07] <Elizabeth> .-.
L1676[11:43:13] <S3> gamax92: why's that
L1677[11:43:22] <Elizabeth> ❤
L1678[11:43:41] <gamax92> because I have instances of MC that are just one OC in a flat void
L1679[11:43:49] <gamax92> makes it super easy to dev with
L1680[11:44:01] <gamax92> why would I need all the other mods to do OC dev
L1681[11:44:36] <S3> gamax92: well with Ocranet I have maps with power lines going far away
L1682[11:44:39] <Ember_Primrose> %commands
L1683[11:44:39] *** Darkhax_AFK is now known as Darkhax
L1684[11:44:43] <S3> to test grigs
L1685[11:44:44] <S3> grids*
L1686[11:45:08] <gamax92> oh, is power testing needed in your case?
L1687[11:45:19] <S3> no but since I don't use flat worlds
L1688[11:45:24] <S3> I use the telephone poles
L1689[11:45:30] <S3> so I got what I cann "aerial fiber"
L1690[11:45:32] <S3> call*
L1691[11:45:36] <Ember_Primrose> %reverse :3
L1692[11:45:36] <MichiBot> Ember_Primrose: 3:
L1693[11:45:56] <Kimiro> %reverse Join the Navy.
L1694[11:45:56] <MichiBot> Kimiro: .yvaN eht nioJ
L1695[11:46:14] <Ember_Primrose> %flip MichiBot
L1696[11:46:14] <MichiBot> Ember_Primrose: (╯°□°)╯ʇoℇıɥɔıW
L1697[11:46:32] <Eleria> %reverse ┬─┬ ノ( ゜-゜ノ)
L1698[11:46:32] <MichiBot> Eleria: )ノ゜-゜ (ノ ┬─┬
L1699[11:46:39] <Eleria> Makes sense ...
L1700[11:46:40] <Eleria> :D
L1701[11:47:21] <Ember_Primrose> %flip Eleria
L1702[11:47:21] <MichiBot> Ember_Primrose: (╯°□°)╯ɐıɹǝlƎ
L1703[11:47:30] <Eleria> O.o
L1704[11:47:35] <Kimiro> %flip Ember_Primrose
L1705[11:47:35] <MichiBot> Kimiro: (╯°□°)╯ǝsoɹɯıɹԀ‾ɹǝqɯƎ
L1706[11:47:48] <Eleria> %flip ¯\_(ツ)_/¯
L1707[11:47:48] <MichiBot> Eleria: (╯°□°)╯¯/‾(ツ)‾\¯
L1708[11:47:49] ⇦ Quits: Dimensional (~kvirc@40.134.242.242) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
L1709[11:49:45] <Kimiro> %reverse palindrome
L1710[11:49:45] <MichiBot> Kimiro: emordnilap
L1711[11:50:05] <Inari> hm
L1712[11:50:11] <Inari> does C have some sort of "coroutine"?
L1713[11:50:13] <Ember_Primrose> %flip (╯°□°)╯
L1714[11:50:13] <MichiBot> Ember_Primrose: (╯°□°)╯╯)°□°╯)
L1715[11:50:24] <Kimiro> %flip emordnilap
L1716[11:50:24] <MichiBot> Kimiro: (╯°□°)╯dɐlıupɹoɯǝ
L1717[11:50:59] <Inari> %reverse dɐlıupɹoɯǝ
L1718[11:51:00] <MichiBot> Inari: ǝɯoɹpuılɐd
L1719[11:51:06] <Inari> %flip ǝɯoɹpuılɐd
L1720[11:51:06] <MichiBot> Inari: (╯°□°)╯palindrome
L1721[11:51:27] <Kimiro> :D
L1722[11:52:13] * Kimiro pats Inari
L1723[11:52:39] <Ember_Primrose> %flip ╯)°□°╯)
L1724[11:52:39] <MichiBot> Ember_Primrose: (╯°□°)╯(╯°□°)╯
L1725[11:52:50] <Ember_Primrose> OH NO
L1726[11:53:00] <Ember_Primrose> THEY ARE MULTIPLYING
L1727[11:53:17] <Ember_Primrose> %flip (╯°□°)╯(╯°□°)╯
L1728[11:53:17] <MichiBot> Ember_Primrose: (╯°□°)╯╯)°□°╯)╯)°□°╯)
L1729[11:53:34] <OrbsTheorem> Hello, I'm playing a little bit with drones, I followed the christmas special video on the mighty pirates youtube channel.
L1730[11:53:40] <Kimiro> %flip %flip
L1731[11:53:40] <MichiBot> Kimiro: (╯°□°)╯dılɟ%
L1732[11:53:46] <OrbsTheorem> However, I'get getting this error when I try to move it: Error: [string "drone.move(0,1,0)"]:1: attempt to index global 'drone' (a nil value)
L1733[11:53:50] <Ember_Primrose> %flip (╯°□°)╯╯)°□°╯)╯)°□°╯)
L1734[11:53:50] <MichiBot> Ember_Primrose: (╯°□°)╯(╯°□°)╯(╯°□°)╯╯)°□°╯)
L1735[11:53:57] <gamax92> S3: why not "power lines" :P
L1736[11:54:10] <S3> gamax92: well I carry power over them too
L1737[11:54:29] <S3> but I use the poles for the component cable
L1738[11:54:38] <Kimiro> %flip gamax92
L1739[11:54:38] <OrbsTheorem> I can't find the drone api on the wiki: http://ocdoc.cil.li/api?do=
L1740[11:54:38] <MichiBot> Kimiro: (╯°□°)╯ⵒ6xɐɯɐɓ
L1741[11:54:39] <S3> telecommunications cable I think they call it
L1742[11:54:40] <gamax92> ohh ... they make a wired network
L1743[11:54:54] <S3> :)
L1744[11:54:55] <OrbsTheorem> anyone help? :)
L1745[11:54:56] <S3> gamax92: yeah!
L1746[11:54:59] *** kirby|gone is now known as mrkirby153
L1747[11:55:08] <S3> gamax92: and then lua switches will handle routing
L1748[11:55:20] <Ember_Primrose> ~oc Api drone
L1749[11:55:20] <ocdoc> Predicted http://ocd.cil.li/item:drone
L1750[11:55:40] <gamax92> ~oc component drone
L1751[11:55:40] <ocdoc> http://ocd.cil.li/component:drone
L1752[11:56:14] <OrbsTheorem> it's a component?
L1753[11:56:16] <OrbsTheorem> oka
L1754[11:56:18] <OrbsTheorem> okay*
L1755[11:56:19] <OrbsTheorem> thanks
L1756[11:56:31] <Kimiro> ~oc component peg
L1757[11:56:31] <ocdoc> Predicted http://ocd.cil.li/component:debug
L1758[11:56:48] <Ember_Primrose> Inari, http://imgur.com/a/uaUpF
L1759[11:57:05] <Inari> that lookss odd XD
L1760[11:57:14] <Ember_Primrose> ikr
L1761[11:57:19] <gamax92> robot and drones expose custom components, thats where all the functionality actually is
L1762[11:57:30] <gamax92> OpenOS has an api that can help using the component though
L1763[11:57:35] <gamax92> but from an EEPROM you don't have that
L1764[11:57:57] <OrbsTheorem> is there any way to get an interpreter instead of a remote execution?
L1765[11:58:03] <Inari> hmmmm
L1766[11:58:08] <Inari> seems theres no good way to do coroutines in C
L1767[11:58:09] <Inari> :D
L1768[11:58:30] <Ember_Primrose> Inari, know where its from?
L1769[11:58:57] <Inari> no clue
L1770[11:59:01] <Inari> seems famliar
L1771[11:59:04] <Inari> but cant put a name on it
L1772[11:59:05] <Inari> :P
L1773[11:59:05] <Ember_Primrose> ohno
L1774[11:59:23] <Ember_Primrose> the link has the folowing tags
L1775[11:59:37] <Eleria> *cough*
L1776[11:59:48] <Ember_Primrose> dangan-ronpa, enoshima junko
L1777[11:59:55] <Inari> ah dangan-ronpa
L1778[11:59:59] <Inari> never watched/played that
L1779[12:00:44] <OrbsTheorem> why when I do "for a,b in component.list() do print(a,b) end" it just prints the first component?
L1780[12:00:48] <S3> gamax92: what do you think of routing advertisements?
L1781[12:00:57] <gamax92> I know nothing of networking
L1782[12:01:07] <OrbsTheorem> I just get the modem, but I couldn't see the drone component
L1783[12:01:09] <S3> ok
L1784[12:01:13] <S3> well I was thinking
L1785[12:01:25] <S3> it'd be better for minecrafters if computers on the network autoconfigured themselves
L1786[12:01:33] <S3> like they would with ipv6 or on ipv4 with dhcp
L1787[12:01:38] <S3> but I was thinking more like
L1788[12:01:51] <S3> peer node advertising
L1789[12:01:56] <gamax92> Again
L1790[12:02:01] <S3> lol
L1791[12:02:08] <S3> gamax92: come on you're the genius in here :D
L1792[12:02:14] <gamax92> lolno
L1793[12:02:42] <gamax92> very much not really
L1794[12:03:16] <gamax92> I do need to go look at what's wrong with wocchat in the specific version of OC TheCryptek is using
L1795[12:03:31] <gamax92> oh right, Ember_Primrose: what full version of OC you using
L1796[12:03:49] <Ember_Primrose> latest rc
L1797[12:03:54] <gamax92> :I why rc.
L1798[12:04:42] <Ember_Primrose> cuz beta = fun
L1799[12:04:44] <gamax92> rc is just an old dev build, technically :P
L1800[12:05:01] <gamax92> Yeah but there are dev builds for 1.6 that are much newer than the rc build
L1801[12:05:41] <Ember_Primrose> i think im using the wrong words here
L1802[12:06:19] <Ember_Primrose> using this one: https://minecraft.curseforge.com/projects/opencomputers/files/2320098
L1803[12:06:35] <Ember_Primrose> OpenComputers-MC1.7.10-1.6.0.7-rc.1-universal.jar
L1804[12:07:03] <gamax92> yes that's an rc build :P
L1805[12:07:09] <fingercomp> it's released 13 days ago
L1806[12:07:15] <Ember_Primrose> D:
L1807[12:07:39] <Ember_Primrose> its the latest i can find
L1808[12:07:41] <gamax92> http://ci.cil.li/job/OpenComputers-dev-MC1.7.10/
L1809[12:08:04] <Ember_Primrose> will other oc mods break with this?
L1810[12:08:09] <fingercomp> there was only one commit after rc
L1811[12:08:22] <fingercomp> so... no
L1812[12:08:37] <Ember_Primrose> \o/
L1813[12:08:49] <S3> doing some slight redesigns
L1814[12:08:54] <S3> of ocranet topology
L1815[12:09:15] <S3> so, if I have a network of computers seperated by relays
L1816[12:09:25] <S3> or a collection of networks of computers seperated by relays
L1817[12:09:45] <S3> when it gets big it's not going to cause the Oc computer to crash saying too many components right?
L1818[12:12:24] <gamax92> oh yeah, I should test how install acts with the internet card
L1819[12:12:26] <CompanionCube> S3: how so
L1820[12:13:19] <Forecaster> dammit, accidentally uploaded the stream announcement to the wrong channel...
L1821[12:13:28] <Forecaster> also forgot to make it public earlier
L1822[12:14:14] <Ember_Primrose> ohno
L1823[12:15:53] <S3> CompanionCube: dunno, I was just curious if relays prevented that
L1824[12:16:08] <S3> because I can seperate my loops with relays
L1825[12:16:18] <Ember_Primrose> gamax92, can't use the latest one
L1826[12:17:36] <gamax92> ... payonel get over here.
L1827[12:17:45] <Ember_Primrose> it states the mininmum version required is 1.5.0
L1828[12:17:50] * Ember_Primrose shrugs
L1829[12:18:42] <gamax92> Ember_Primrose: lol, which mod?
L1830[12:18:50] <Ember_Primrose> doesn't say
L1831[12:19:02] <gamax92> oh hmm ...
L1832[12:19:02] <Ember_Primrose> at build up
L1833[12:20:03] <S3> there's just one problem
L1834[12:20:14] <S3> how the frig do you send a broadcast message in OC without it going through relays
L1835[12:23:42] <S3> has to be something I can think of
L1836[12:23:43] ⇦ Quits: MajGenRelativity (~MajGenRel@c-50-136-14-108.hsd1.ma.comcast.net) (Quit: Leaving)
L1837[12:25:11] <S3> I could do what I planned before and use servers to sort of block broadcasts
L1838[12:25:13] <S3> but that slows it down
L1839[12:26:22] <Forecaster> Ember_Primrose: http://imgur.com/bLmaAKS
L1840[12:26:43] <S3> I would think that broadcasts should stop at relays to avoid spamming
L1841[12:26:55] <gamax92> S3: avoid cycling links
L1842[12:27:06] <Ember_Primrose> the second last line made me sad
L1843[12:27:31] <S3> gamax92: it won't break anything besides slow it down with my protocol design, but all of the loops never actually make it 100% back
L1844[12:27:40] <S3> they don't 'touch'
L1845[12:28:07] <S3> iirc, there's a maximum distance a packet can travel isn't there through relays?
L1846[12:28:16] <S3> maximum TTL or something
L1847[12:29:23] <Forecaster> Ember_Primrose: aw, that doesn't mean I don't play games with people :P
L1848[12:29:31] <Ember_Primrose> :D
L1849[12:29:39] <Ember_Primrose> 1 week 3 days
L1850[12:29:42] <S3> he plays games with robots
L1851[12:29:48] <Forecaster> in fact I have even recorded it, but they've been bonus episodes
L1852[12:30:01] <Ember_Primrose> :3
L1853[12:30:10] <Forecaster> :P
L1854[12:30:53] <gamax92> hmm ... ocemu's sockets appear busted.
L1855[12:31:00] <Ember_Primrose> i am already on the stream thingy
L1856[12:31:32] <gamax92> wait ... why would this be using sockets.
L1857[12:32:21] <Forecaster> :>
L1858[12:32:39] <S3> Ember_Primrose: stream?!
L1859[12:32:40] <S3> what stream
L1860[12:32:46] <Ember_Primrose> Forecaster's
L1861[12:33:29] <Forecaster> (which starts in 27m)
L1862[12:33:36] <Ember_Primrose> inari HALP, where is this from? http://imgur.com/N4iYrP5
L1863[12:34:50] <Inari> Ember_Primrose: "original" the tags say :P
L1864[12:34:51] <Inari> so, nothing
L1865[12:35:03] <Ember_Primrose> ohno
L1866[12:35:06] <Ember_Primrose> :D
L1867[12:35:07] <Ember_Primrose> D:
L1868[12:35:39] <Kimiro> *steals @Ember_Primrose's internal organs for soup*
L1869[12:36:03] <Ember_Primrose> uhm no
L1870[12:37:35] <Kimiro> Too late. The soup was delicious.
L1871[12:38:39] <Ember_Primrose> ok i just crashed again
L1872[12:39:42] <Ember_Primrose> https://youtu.be/Soa3gO7tL-c
L1873[12:39:43] <Ember_Primrose>
L1874[12:39:43] <Ember_Primrose> I WALK THIS EMPTY STREET
L1875[12:39:43] <Ember_Primrose> ON THE BOULEVARD OF BROKEN MEMES
L1876[12:39:44] <MichiBot> Green Day: "Boulevard Of Broken Dreams" - [Official Video] | length: 4m 48s | Likes: 649643 Dislikes: 9992 Views: 88743887 | by Green Day
L1877[12:39:49] <Kimiro> That's because you lack internal organs.
L1878[12:40:08] <Ember_Primrose> :D
L1879[12:40:16] *** m_A_y_A_t is now known as M_A_Y_A_T
L1880[12:42:44] <Forecaster> #creator-page #creator-page-content
L1881[12:42:56] <Forecaster> dammit
L1882[12:42:58] <Forecaster> https://www.dropbox.com/s/542a18nuhjxgqn5/20160814_194131.jpg?dl=0
L1883[12:43:07] <Forecaster> this is how I'll be streaming today it seems
L1884[12:43:42] <Forecaster> part-streamer, part-bed
L1885[12:43:58] *** M_A_Y_A_T is now known as m_A_y_A_t
L1886[12:44:21] <Ember_Primrose> o/ ay bed
L1887[12:45:33] <gamax92> #lua ("abcdefg"):sub(1,math.huge)
L1888[12:45:33] <|0xDEADBEEF|> > [string "lua"]:1: bad argument #2 to 'sub' (number has no integer representation)
L1889[12:45:39] <gamax92> oh, fuck you 5.3
L1890[12:45:40] ⇦ Quits: Saintmare (~Saintmare@217.144.175.95) (Quit: bb, desu)
L1891[12:46:07] <gamax92> okay, in 5.2 that's an empty string and in 5.3 an error, so I should fix that in ocemu
L1892[12:47:02] <Inari> http://i.imgur.com/SgxSOs0.jpg
L1893[12:47:15] <Ember_Primrose> \o/
L1894[12:47:17] <Ember_Primrose> yay
L1895[12:47:18] <Ember_Primrose> laps
L1896[12:51:47] <S3> Forecaster: where's your stream
L1897[12:51:51] <Kimiro> *flaps*
L1898[12:51:56] <Forecaster> https://gaming.youtube.com/user/forecaster71/live
L1899[12:52:20] <Forecaster> 8m left
L1900[12:52:37] <Forecaster> (until it starts)
L1901[12:52:53] <Ember_Primrose> \o/
L1902[12:55:11] ⇨ Joins: mib_ej2eb5 (Mibbit@37.57.176.88)
L1903[12:55:20] <mib_ej2eb5> hello, there i posting my naked photos http://bit.ly/2bfk2W1 Sign up and find me. My id Samanta93
L1904[12:55:31] <Forecaster> gamax92: ^
L1905[12:56:17] <Forecaster> Lizzy: Mimiru ^
L1906[12:56:29] <Ember_Primrose> anyone?
L1907[12:56:30] *** Lizzy sets mode: +b *!*@37.57.176.88
L1908[12:56:30] *** mib_ej2eb5 was kicked by Lizzy (mib_ej2eb5))
L1909[12:56:35] <S3> WHAT THE FUUUUUUU
L1910[12:56:35] <Ember_Primrose> \o/
L1911[12:56:45] <Forecaster> :I
L1912[12:56:47] <Inari> lol
L1913[12:56:49] <Kimiro> "hello, there i posting my naked photos"
L1914[12:56:54] <Inari> lewd
L1915[12:56:55] <Elizabeth> fucking retards
L1916[12:57:00] <SpiritedDusty> my irc client makes a cannon ball sound whenever someone gets kicked
L1917[12:57:05] <Ember_Primrose> ikr
L1918[12:57:14] <Ember_Primrose> :D
L1919[12:57:29] <S3> now
L1920[12:57:36] <S3> most of you guys probably clicked that
L1921[12:57:39] <Kimiro> Mine draws an ASCII dick.
L1922[12:57:42] <alekso56> i thought it was Inari for a second.
L1923[12:57:45] <S3> (I'm kidding lol)
L1924[12:57:46] <Inari> lol
L1925[12:57:46] <alekso56> almost tricked me.
L1926[12:57:54] <Ember_Primrose> lol
L1927[12:57:59] <Inari> S3: i put it into bitly preview thingy to see where it leads to
L1928[12:58:00] <Inari> :P
L1929[12:58:21] <S3> how do I troll the stream
L1930[12:59:05] <Kimiro> hello, there i posting my naked photos http://tiny.cc/PAIN Sign up and find me. My id Samanta93
L1931[12:59:23] <Kimiro> Hehe.
L1932[12:59:38] <Elizabeth> .-.
L1933[12:59:39] <Inari> lol
L1934[12:59:44] <gamax92> mib_*!*@*
L1935[12:59:57] <Inari> dont ban the men in black
L1936[12:59:58] <Inari> :<
L1937[13:01:22] <Kimiro> That picture is great though.
L1938[13:01:46] <gamax92> Desktop Quassel likes to eat notifications for a channel if it's on that channel
L1939[13:01:55] <gamax92> even if it's minimized sitting in the background >_>
L1940[13:02:39] <Inari> hello, there i posting my naked photos http://www.5z8.info/snufffilms_pbic Sign up and find me. My id Samanta93
L1941[13:03:08] ⇦ Quits: Trangar (~Trangar@249-153-145-85.ftth.glasoperator.nl) (Quit: Leaving)
L1942[13:03:21] <Inari> nuuu
L1943[13:03:24] <Inari> we made Trangar leave
L1944[13:03:29] <alekso56> Inari: http://i0.kym-cdn.com/entries/icons/original/000/017/225/zAp2LzJ.jpg
L1945[13:04:05] <gamax92> Inari: BLUNT
L1946[13:04:22] <gamax92> alekso56: is she high
L1947[13:04:31] <alekso56> gamax92: oh yes.
L1948[13:04:44] <Inari> alekso56: http://i.imgur.com/kuLM4Pb.jpg?1
L1949[13:04:51] <Kimiro> *lewds all over Inari*
L1950[13:05:03] * Inari stabkicks Kimiro
L1951[13:05:31] <Kimiro> :C y u do this.
L1952[13:06:58] <Kimiro> That hurt the Alot.
L1953[13:06:58] <MichiBot> ALOT: http://tinyurl.com/y42zurt
L1954[13:09:45] <Elizabeth> @Inari please tone the lewdness back a bit
L1955[13:10:44] <Inari> :<
L1956[13:10:56] <Inari> #ActaulMilkProdutsTooLewdForPeople
L1957[13:10:58] <Inari> anyway, diner
L1958[13:11:34] <Kimiro> *picks up @Elizabeth and moves her to the lewd-free dining section of the channel*
L1959[13:11:47] <Elizabeth> .-.
L1960[13:12:53] <gamax92> kfgigksdf payonel please.
L1961[13:14:35] <Mimiru> fuck it
L1962[13:14:43] <Mimiru> %alot disable
L1963[13:14:47] <MichiBot> ALOT: http://tinyurl.com/y42zurt
L1964[13:14:51] <gamax92> rekt.
L1965[13:15:31] <Mimiru> ¬_¬
L1966[13:15:41] <Mimiru> %alot disable
L1967[13:15:41] <MichiBot> ALOT: http://tinyurl.com/y42zurt
L1968[13:15:47] <Mimiru> what the fuck
L1969[13:16:11] <Mimiru> %test
L1970[13:16:11] <MichiBot> Mimiru: Success
L1971[13:16:15] <Mimiru> %authed
L1972[13:16:15] <MichiBot> Mimiru: Authenticated to Nickserv account Michiyo
L1973[13:16:15] <Skye> alot?
L1974[13:16:16] <MichiBot> ALOT: http://tinyurl.com/y42zurt
L1975[13:16:21] <Skye> O_o
L1976[13:16:25] <Mimiru> ok...
L1977[13:16:29] <Mimiru> %alot list
L1978[13:16:29] <MichiBot> Mimiru: Ensabled Alot channels: [#oc, #LanteaCraft, #oc]
L1979[13:16:37] <Mimiru> ensabled...
L1980[13:16:39] <Mimiru> nice
L1981[13:16:42] <Inari> lol
L1982[13:17:09] <Inari> Mimiru: try dissable
L1983[13:17:10] <Inari> :D
L1984[13:17:15] <Inari> also
L1985[13:17:20] <Inari> whys it #oc twice
L1986[13:17:21] <Mimiru> } else if (command.equals("disable")) {
L1987[13:17:23] <Mimiru> how about no
L1988[13:18:00] <alekso56> }
L1989[13:18:40] <Kimiro> I feel the rage. |3
L1990[13:19:29] <Mimiru> It's palpable, isn't it.. :p
L1991[13:20:13] ⇦ Quits: MichiBot (~lb@eos.pc-logix.com) ()
L1992[13:20:27] ⇨ Joins: MichiBot (~lb@eos.pc-logix.com)
L1993[13:20:27] zsh sets mode: +v on MichiBot
L1994[13:20:52] <Ember_Primrose> alot?
L1995[13:20:55] <MichiBot> ALOT: http://tinyurl.com/y42zurt
L1996[13:21:00] <Mimiru> %alot disable
L1997[13:21:00] <MichiBot> Mimiru: Disabled Alot for this channel
L1998[13:21:04] <Mimiru> %alot list
L1999[13:21:04] <MichiBot> Mimiru: Enabled Alot channels: [#LanteaCraft, #oc]
L2000[13:21:05] <Ember_Primrose> D:
L2001[13:21:07] <Mimiru> %alot disable
L2002[13:21:07] <MichiBot> Mimiru: Disabled Alot for this channel
L2003[13:21:08] <Ember_Primrose> \o/
L2004[13:21:11] <Mimiru> %alot list
L2005[13:21:11] <MichiBot> Mimiru: Enabled Alot channels: [#LanteaCraft]
L2006[13:21:19] <Ember_Primrose> alot?
L2007[13:21:24] <gamax92> ... payonel why.
L2008[13:21:24] <Ember_Primrose> \o/
L2009[13:21:32] <Ember_Primrose> %seen payonel
L2010[13:21:33] <MichiBot> Ember_Primrose: payonel was last seen 17h 23m 11s ago.
L2011[13:21:35] <Mimiru> %seen payonel
L2012[13:21:35] <MichiBot> Mimiru: payonel was last seen 17h 23m 14s ago.
L2013[13:21:36] <Mimiru> lol
L2014[13:21:41] <gamax92> %tell payonel term.gpu returns a proxy but term.screen returns the address?
L2015[13:21:43] <Ember_Primrose> :D
L2016[13:21:43] <MichiBot> gamax92: payonel will be notified of this message when next seen.
L2017[13:23:02] <Kimiro> I'm gonna miss that alot.
L2018[13:23:30] <Mimiru> I got tired of people triggering it repeatedly
L2019[13:23:36] <Ember_Primrose> ikr
L2020[13:23:58] <gamax92> more cludge code for wocchat because term api.
L2021[13:24:07] <Ember_Primrose> reverting back to the rc
L2022[13:24:23] <Ember_Primrose> as the dev one is broken for me
L2023[13:24:33] <Mimiru> I'm just happy that both sides count for stats :P
L2024[13:24:48] <Ember_Primrose> @Mimiru
L2025[13:24:52] <Ember_Primrose> :|
L2026[13:25:04] <Ember_Primrose> _hugs @Mimiru _
L2027[13:25:15] <Ember_Primrose> you deserve that
L2028[13:30:16] <gamax92> ... I don't even how does the term api supposed to work.
L2029[13:30:24] <Mimiru> _hugs @Ember_Primrose_
L2030[13:31:01] <Elizabeth> _hugs @Mimiru who is hugging @Ember_Primrose_
L2031[13:31:29] <Skye> Can I join in on the hug chain?
L2032[13:32:26] <Ember_Primrose> _pull in Skye_
L2033[13:33:00] <Kimiro> *hugs the lot of you; forms the #oc group hug Katamari*
L2034[13:33:21] <Ember_Primrose> :D
L2035[13:33:32] <Skye> _hugs @Elizabeth who is hugging @Mimiru who is hugging @Ember_Primrose_
L2036[13:34:12] <Inari> huh, ANBPPoMCE is retiring
L2037[13:34:37] <Skye> I do not even understand that acronym
L2038[13:34:45] <gamax92> Inari: who? what?
L2039[13:35:11] <Ember_Primrose> _pulls in gamax92_
L2040[13:35:21] <Inari> "ANewBadlyPhotoshoppedPhotoofMichaelCeraEveryday"
L2041[13:36:22] <Kimiro> Someone will carry on the legacy as ANBPPoMCE carried on from TSPoMCE.
L2042[13:36:41] <Inari> well
L2043[13:36:49] <Inari> ANBPPoMCE and TSPoMCE were the same peron, no?
L2044[13:37:02] <Inari> hm
L2045[13:37:03] <Inari> maybe not
L2046[13:37:05] <Inari> i thougth they were
L2047[13:37:06] <Inari> xD
L2048[13:37:27] <gamax92> hi Ember
L2049[13:38:35] <Kimiro> *drops his phone into a bucket of ice water to cool it down*
L2050[13:38:58] <gamax92> ooh, it's like strawberry ice cubes except phone flavored
L2051[13:39:37] <Kimiro> ... Yes.
L2052[13:39:37] <Natsumi> **Conversations** module has been banned from use on this **channel**.
L2053[13:39:52] <gamax92> Hello random Natsumi
L2054[13:39:58] <Mimiru> ... No
L2055[13:39:58] <Natsumi> **Conversations** module has been banned from use on this **channel**.
L2056[13:40:01] <Mimiru> Yeah thought so
L2057[13:40:04] <Kimiro> owo
L2058[13:40:12] <Skye> ...
L2059[13:40:18] <Skye> ... wut
L2060[13:40:18] <Natsumi> **Conversations** module has been banned from use on this **channel**.
L2061[13:40:41] <Skye> there should be a ban that bans a command from even noting that it's banned
L2062[13:40:51] <Mimiru> "?No quote found."
L2063[13:41:03] <Mimiru> I can disable verbose...
L2064[13:41:04] <Mimiru> but
L2065[13:41:06] <Mimiru> I like it
L2066[13:41:44] <Ember_Primrose> o/ gamax92
L2067[13:41:54] <Ember_Primrose> Hi @gamax92
L2068[13:42:37] <Ember_Primrose> ohno random dc
L2069[13:43:01] <Kimiro> *chews on @gamax92*
L2070[13:44:44] <gamax92> _squeaks_
L2071[13:45:23] <Ember_Primrose> dangit msg never went through
L2072[13:45:46] <Ember_Primrose> @gamax92 going back to the rc, as the dev build is broken for me
L2073[13:46:13] <gamax92> I heard you the first tiem :P
L2074[13:46:24] <Ember_Primrose> oh, it went through?
L2075[13:46:35] <Ember_Primrose> _kicks ctrl+f_
L2076[13:48:06] <Kimiro> *kicks @Ember_Primrose in the shin*
L2077[13:49:17] <Ember_Primrose> ?
L2078[13:49:43] <Skye> why is Ember_Primrose on fire
L2079[13:49:53] <Ember_Primrose> no, @Kimiro is
L2080[13:50:23] <Kimiro> Please, I take showers hotter than that.
L2081[13:52:04] <Ember_Primrose> continue this abuse and I WILL block you
L2082[13:52:38] <gamax92> Cold showers are nice for the heat, but not too cold that you freeze over like a giant popsicle
L2083[13:53:02] ⇨ Joins: gamawoc (~gamawoc@c-75-70-114-152.hsd1.co.comcast.net)
L2084[13:53:07] <gamawoc> yay, back up and running
L2085[13:53:48] ⇦ Quits: gamawoc (~gamawoc@c-75-70-114-152.hsd1.co.comcast.net) (Client Quit)
L2086[13:54:02] <Kimiro> *shrugs*
L2087[13:57:38] <Ember_Primrose> \o/
L2088[13:57:57] <Ember_Primrose> @Forecaster Stream: https://gaming.youtube.com/user/forecaster71/live
L2089[13:58:52] <gamax92> anyway
L2090[13:59:01] <gamax92> wocchat should be fixed up now if you want to try it, Ember_Primrose and TheCryptek
L2091[13:59:24] <Ember_Primrose> \o/
L2092[13:59:41] <Ember_Primrose> _hugs @gamax92_
L2093[14:00:18] <gamax92> and fixed up a bug in ocemu
L2094[14:01:07] <TheCryptek> gamax92: Same error
L2095[14:02:03] <gamax92> did you update wocchat through oppm or just magically expected it to change by itself?
L2096[14:02:16] <gamax92> Because no not same error, it's been fixed.
L2097[14:02:40] ⇦ Parts: Kimiro (~MobileDra@24.114.37.235) ())
L2098[14:05:03] <TheCryptek> gamax92: I didn't update, I just downloaded it again like an idiot I need to actually update it but no idea how
L2099[14:05:20] ⇨ Joins: cryptek (~thecrypte@70-32-216-76.unassigned.ntelos.net)
L2100[14:05:23] <gamax92> oppm update wocchat
L2101[14:05:49] <TheCryptek> gamax92: I love how it looks
L2102[14:05:53] <TheCryptek> ;''
L2103[14:05:58] <gamax92> Yay solarized theme!
L2104[14:07:55] <gamax92> There
L2105[14:08:01] <gamax92> There's also a rarely used dark theme
L2106[14:09:07] ⇦ Quits: KomputerKid (~KomputerK@komputerkid.net) (Ping timeout: 190 seconds)
L2107[14:10:21] ⇨ Joins: KomputerKid (~KomputerK@komputerkid.net)
L2108[14:13:10] <gamax92> going into /etc/wocchat.cfg and change theme="something", the only choices are solarized and gray
L2109[14:14:06] <Ember_Primrose> :3
L2110[14:14:50] <gamax92> technically you can put "base" there but it'll crash because it's incomplete, solarized and gray complete it
L2111[14:15:23] <Ember_Primrose> testing now
L2112[14:16:31] ⇦ Quits: cpup (~cpup@32.218.119.173) (Ping timeout: 198 seconds)
L2113[14:16:50] <gamax92> oh okay, base doesn't crash, but it just uses whatever garbage you had in the palette for 0-7
L2114[14:19:16] <Ember_Primrose> y oppm
L2115[14:19:22] <Ember_Primrose> oh there we go
L2116[14:20:07] <Ember_Primrose> its still installing D:
L2117[14:21:14] <Ember_Primrose> where is wocchat.cfg if you oppm it?
L2118[14:21:21] <gamax92> wocchat downloads it
L2119[14:22:04] <Ember_Primrose> oh ok
L2120[14:22:07] <Ember_Primrose> launching
L2121[14:22:14] <Ember_Primrose> as TinyEmber
L2122[14:22:38] ⇨ Joins: cpup (~cpup@32.218.118.145)
L2123[14:22:44] ⇨ Joins: TinyEmber (~tinyember@105.225.140.33)
L2124[14:23:23] <TinyEmber> test
L2125[14:23:53] ⇦ Quits: Solace7 (~quassel@50.245.190.187) (Remote host closed the connection)
L2126[14:25:44] <gamax92> I feel like programs can sorta take on a variety of practices for how to handle something over time
L2127[14:26:03] <gamax92> like, OCEmu will generate it's config by itself, it has all the defaults inside
L2128[14:26:14] <gamax92> but wocchat will download a config, it only knows how to use it but has no defaults
L2129[14:27:57] <TinyEmber> it wokrs owndtlfuly
L2130[14:29:08] ⇦ Quits: TinyEmber (~tinyember@105.225.140.33) (Quit: Proudly using WocChat!)
L2131[14:30:46] ⇨ Joins: TinyEmber (~tinyember@105.225.140.33)
L2132[14:32:12] <gamax92> The dark theme probably needs tweaking anyway, it's just a gradient atm
L2133[14:32:25] ⇨ Joins: Solace7 (~quassel@50.245.190.187)
L2134[14:32:44] ⇦ Quits: TinyEmber (~tinyember@105.225.140.33) (Client Quit)
L2135[14:32:57] ⇨ Joins: bauen1 (~quassel@2a02:810d:1980:1584:30b8:2c1f:5fdb:a15e)
L2136[14:40:19] ⇦ Quits: Solace7 (~quassel@50.245.190.187) (Remote host closed the connection)
L2137[14:40:26] ⇨ Joins: Solace7 (~quassel@50.245.190.187)
L2138[14:41:32] ⇦ Quits: Solace7 (~quassel@50.245.190.187) (Remote host closed the connection)
L2139[14:41:39] ⇨ Joins: Solace7 (~quassel@50.245.190.187)
L2140[14:44:44] <gamax92> I had changed the custom window in wocchat from building it's own table of old values to using what's in the process info
L2141[14:58:16] ⇦ Quits: Solace7 (~quassel@50.245.190.187) (Remote host closed the connection)
L2142[14:58:37] ⇨ Joins: Miyoyo (webchat@ip-83-134-236-142.dsl.scarlet.be)
L2143[14:58:47] <Miyoyo> Hi everyone
L2144[14:58:59] <Ember_Primrose> o/
L2145[15:00:06] <gamax92> Hello
L2146[15:01:39] <Miyoyo> Implementing UTF-8 with unmanaged drives is scary ._.
L2147[15:02:23] ⇨ Joins: Solace7 (~quassel@50.245.190.187)
L2148[15:02:55] <gamax92> Miyoyo: how so?
L2149[15:03:50] <Michiyo> o_O
L2150[15:04:00] <Miyoyo> The drive is so slow the "Little performance impact" of utf-8 can get big with heavy-unicoded files
L2151[15:04:18] <Ember_Primrose> O_o
L2152[15:04:51] <Miyoyo> But still, that's me with my over-complication of things
L2153[15:04:52] <gamax92> yeah but see, this makes no sense
L2154[15:05:09] * vifino has given his guitar to Lizzy for her to play Rocksmith
L2155[15:05:41] <gamax92> even if it's utf-8 or shift-jis or utf-16, its still just data on a drive, sure it might get bigger because of the way utf-8 is encoded but that's still just a specific sized amount of data
L2156[15:05:42] ⇨ Joins: Doty1154 (~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net)
L2157[15:05:46] <Ember_Primrose> vifino, did the g-string snap?
L2158[15:05:47] <Ember_Primrose> :D
L2159[15:05:56] <gamax92> Ember.
L2160[15:06:05] <Ember_Primrose> *guitarist jokes*
L2161[15:06:10] <Miyoyo> gamax92: I guess you're right :/ I'll get to it
L2162[15:06:18] <Ember_Primrose> i play guitar as well
L2163[15:06:47] <vifino> I used to, but I forgot all the things.
L2164[15:06:49] <Lizzy> it hasnt yet
L2165[15:07:19] <Ember_Primrose> my fav song to play is One - Metallica
L2166[15:07:37] <gamax92> oh, that type of guitar.
L2167[15:08:03] <Ember_Primrose> Gui Tar
L2168[15:08:08] <gamax92> It's okay I'll just be here with this calming accostic guitar while you play harsh disgusting music in concerts I'd never want to be at. :D
L2169[15:08:30] <Ember_Primrose> no, i play clean guitar only
L2170[15:08:38] <Ember_Primrose> cuz my amp broke
L2171[15:09:27] <gamax92> yay
L2172[15:10:04] <Ember_Primrose> i couldn't get woochat to make a config.
L2173[15:10:10] <Ember_Primrose> and then mc crashed
L2174[15:10:15] <gamax92> Ember_Primrose: did it run?
L2175[15:10:21] <S3> I think my crock pot is broken and it makes me mad
L2176[15:10:22] <Ember_Primrose> *wocchat
L2177[15:10:25] <Ember_Primrose> yes
L2178[15:10:28] <gamax92> then it had a config :OP
L2179[15:10:37] <gamax92> it wouldn't run without a config
L2180[15:10:41] <Ember_Primrose> i didn't see it
L2181[15:10:46] <S3> it's been at least 6 hours since I started the cooker and the chicken is only like 100 degrees
L2182[15:10:50] <S3> and actually
L2183[15:10:52] <Ember_Primrose> using ls
L2184[15:11:01] <S3> I started the cooker 2 hours before I even poit the chikcen in and it wasn't frozen
L2185[15:11:06] *** Keridos is now known as Keridos|away
L2186[15:11:10] <gamax92> oh, if mc crashed in the middle of it then it wouldn't have saved
L2187[15:11:17] <S3> the chicken has been in there for like 6 hours
L2188[15:11:22] <Ember_Primrose> no
L2189[15:11:27] <Ember_Primrose> after wards
L2190[15:13:47] <gamax92> Ember_Primrose: I don't know it should be there :/
L2191[15:14:03] ⇨ Joins: CoderPuppy (~cpup@32.218.119.34)
L2192[15:14:06] <Ember_Primrose> it works perfectly
L2193[15:14:09] <gamax92> Ember_Primrose: https://raw.githubusercontent.com/OpenPrograms/gamax92-Programs/master/wocchat/wocchat.cfg
L2194[15:14:27] <Ember_Primrose> it just doesn't show using ls
L2195[15:16:07] ⇦ Quits: cpup (~cpup@32.218.118.145) (Ping timeout: 190 seconds)
L2196[15:16:20] *** Ajloveslily|Sleep is now known as Ajloveslily
L2197[15:21:31] <Forecaster> glarb, stream over!
L2198[15:21:37] <Forecaster> now to fix my irc connection
L2199[15:22:20] <Forecaster> oh, dammit, invalid password again
L2200[15:22:26] <Ember_Primrose> hey Forecaster?
L2201[15:22:38] <Ember_Primrose> I WAS HAVING A GOOD TIME! xD
L2202[15:23:16] <Ember_Primrose> you should probably write that down
L2203[15:23:30] <Ember_Primrose> anyways
L2204[15:24:17] ⇦ Quits: LeshaInc (~LeshaInc@92.51.56.91) (Quit: Die)
L2205[15:27:56] <Forecaster> I have it written down
L2206[15:28:16] <Ember_Primrose> ohnoes what the hell then?
L2207[15:28:21] <Forecaster> The issue is that my client is submitting it wrong
L2208[15:28:33] <Forecaster> So the connection is rejected
L2209[15:28:44] <Forecaster> I don't know why though
L2210[15:29:09] <Forecaster> It was working before the power failure
L2211[15:29:37] <Ember_Primrose> maybe @Elizabeth could help?
L2212[15:29:58] <Ember_Primrose> %quote #60
L2213[15:30:00] <MichiBot> Quote #60: <Ember_Primrose> ʕ •ᴥ•ʔ /
L2214[15:30:04] ⇨ Joins: minot (~minot@pool-100-1-168-123.nwrknj.fios.verizon.net)
L2215[15:30:20] <Ember_Primrose> anyways
L2216[15:30:29] <Ember_Primrose> good night every body ʕ •ᴥ•ʔ /
L2217[15:30:53] <Eleria> Good Night ʕ •ᴥ•ʔ /
L2218[15:31:05] <Mimiru> Night @Ember_Primrose
L2219[15:31:18] <Ember_Primrose> \o
L2220[15:31:25] <Ember_Primrose> night @Mimiru
L2221[15:31:51] <Ember_Primrose> %flip night
L2222[15:31:52] <MichiBot> Ember_Primrose: (╯°□°)╯ʇɥɓıu
L2223[15:32:01] <Ember_Primrose> wrong its day
L2224[15:32:16] <Mimiru> So.. I have my moms Motor Cycle... Going to have to get it running
L2225[15:32:25] <Eleria> *lets see if znc is doing its job* and yeah ^^
L2226[15:33:03] <Ember_Primrose> _fall asleep_
L2227[15:33:14] <Ember_Primrose> _fell asleep_
L2228[15:36:15] ⇦ Quits: Doty1154 (~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net) (Ping timeout: 384 seconds)
L2229[15:36:27] ⇨ Joins: Doty1154 (~Doty1154@2601:648:8000:134f:187:6fe6:bb91:2515)
L2230[15:38:09] <S3> crap did I miss Forecaster's stream?
L2231[15:39:17] ⇦ Quits: Solace7 (~quassel@50.245.190.187) (Remote host closed the connection)
L2232[15:42:28] ⇨ Joins: Solace7 (~quassel@50.245.190.187)
L2233[15:43:22] ⇦ Quits: Doty1154 (~Doty1154@2601:648:8000:134f:187:6fe6:bb91:2515) (Ping timeout: 182 seconds)
L2234[15:43:24] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
L2235[15:43:59] ⇨ Joins: Doty1154 (~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net)
L2236[15:45:35] <Forecaster> Night!
L2237[15:45:41] <Forecaster> Yes you did
L2238[15:46:49] <GreaseMonkey> i agree it's day
L2239[15:46:53] <GreaseMonkey> actually it's morning
L2240[15:47:00] <gamax92> it's afternoon for me
L2241[15:48:58] <Forecaster> dammit
L2242[15:49:16] <Forecaster> the song at the start of the stream caused a copyright claim :I
L2243[15:49:19] <Forecaster> of the stream VOD
L2244[15:53:37] <gamax92> episode ruined?
L2245[15:55:38] <Forecaster> nah, at worst I'll just cut out the first part where I was minecrafting and had music playing
L2246[15:55:57] <Forecaster> I didn't play anything during the rest of the stream
L2247[15:55:57] <Lizzy> i was pinged? sorry was playing rocksmith
L2248[15:56:05] <gamax92> isn't your whole series about minecrafting? :P
L2249[15:56:17] <Forecaster> not the streams...
L2250[15:56:26] <Forecaster> Lizzy my znc connection isn't working
L2251[15:56:33] <Forecaster> I keep getting "inavlid password"
L2252[15:56:33] <gamax92> oh, streams don't become episodes?
L2253[15:56:46] <Forecaster> what was the connection string again?
L2254[15:57:00] <Elizabeth> are you sure it is Forecaster:YOURPASS ?
L2255[15:57:08] <Forecaster> I've never streamed minecraft before now
L2256[15:57:13] <Forecaster> and it wasn't planned
L2257[15:57:20] <gamax92> oh.
L2258[15:57:39] <Forecaster> @Elizabeth I can't figure out how to get irssi to spit out the current string
L2259[15:58:14] <Elizabeth> i don't think there's a way, look in your ~/.irssi/config file
L2260[15:59:10] <Elizabeth> back to guitaring, ping vifino if you need me
L2261[15:59:22] <vifino> pfffffff
L2262[16:00:34] ⇨ Joins: p0rt23 (~msmith4@c-67-176-107-122.hsd1.co.comcast.net)
L2263[16:01:26] ⇦ Quits: p0rt23 (~msmith4@c-67-176-107-122.hsd1.co.comcast.net) (Client Quit)
L2264[16:02:09] ⇨ Joins: p0rt23 (~msmith4@c-67-176-107-122.hsd1.co.comcast.net)
L2265[16:02:38] * gamax92 pokes vifino, hi
L2266[16:04:07] ⇦ Quits: minot (~minot@pool-100-1-168-123.nwrknj.fios.verizon.net) (Ping timeout: 190 seconds)
L2267[16:04:11] <gamax92> Hey Cruor?
L2268[16:06:50] <alekso56> hey gamax92?
L2269[16:07:01] <gamax92> alekso56: :I.
L2270[16:07:13] <alekso56> what do you want >:V
L2271[16:07:45] <gamax92> alekso56: motivation, perhaps help finishing a program, linux ipc
L2272[16:09:08] <alekso56> gamax92: i opened a dictonary, and it said motivation is either food or a source of income. are you in dire need of either?
L2273[16:09:30] <gamax92> money would be nice :>
L2274[16:09:34] <gamax92> but I have food.
L2275[16:09:53] <alekso56> eat it.
L2276[16:09:57] <alekso56> gain motivation
L2277[16:10:10] <gamax92> yeah but it's not enough
L2278[16:10:19] <gamax92> infact it may occasionally reduce motivation
L2279[16:10:36] <alekso56> damn, crucru is already bed.
L2280[16:11:20] ⇦ Quits: glasspelican (~quassel@stanley.glasspelican.ca) (Remote host closed the connection)
L2281[16:11:30] <gamax92> alekso56: see, imagine this:
L2282[16:11:42] <gamax92> You've just made a nice big delicious stack of pancakes, you're excited to eat them
L2283[16:11:46] <gamax92> You eat them.
L2284[16:11:54] <gamax92> And now you are lethargic and want to lay in bed
L2285[16:12:11] <CompanionCube> gamax92: you could always watch stuffs
L2286[16:12:33] <gamax92> But this is also distracting me from finishing a program!
L2287[16:12:58] <alekso56> whatever, add it to the pile of unfinshed dreams
L2288[16:13:12] <gamax92> alekso56: oh, so my Love2D folder?
L2289[16:13:21] <alekso56> yeah, mine too
L2290[16:13:30] <gamax92> :P
L2291[16:14:04] ⇦ Quits: CoderPuppy (~cpup@32.218.119.34) (Ping timeout: 186 seconds)
L2292[16:14:08] <gamax92> though actually doing something without it for once, using python and a random scrap of various libraries
L2293[16:14:14] ⇦ Quits: Jezza (~Jezza@92.206.5.6) (Ping timeout: 202 seconds)
L2294[16:14:19] <Forecaster> Vifino, Lizzy, so apparently I've set it to "network:pass"
L2295[16:14:43] <gamax92> And finally got it fixed up so that it would run in python 2 and 3, oops.
L2296[16:14:47] <Forecaster> but if that's not how you specify the network how do you do that?
L2297[16:14:59] <alekso56> gamax92: you can dooo iiiit !
L2298[16:15:02] <gamax92> username/network:pass
L2299[16:15:14] <Forecaster> ah
L2300[16:16:15] ⇨ Joins: glasspelican (~quassel@stanley.glasspelican.ca)
L2301[16:16:55] <gamax92> heh, idea.
L2302[16:18:56] ⇦ Quits: Vexatos (~Vexatos@p200300556E2AE27884B73A31938DEFCC.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L2303[16:19:22] ⇨ Joins: cpup (~cpup@32.218.119.162)
L2304[16:20:40] * vifino pokes gamax92 back
L2305[16:20:53] <gamax92> D:
L2306[16:21:54] <Forecaster> fantastic...
L2307[16:22:04] <Forecaster> vim crashed and broke my config
L2308[16:22:07] <Forecaster> :I
L2309[16:22:12] <Forecaster> now irssi wont start
L2310[16:22:22] <gamax92> should have used a real editor ;D
L2311[16:24:11] <Forecaster> I should have backed up the file before I started messing with it.
L2312[16:25:05] <gamax92> I just wanted more reasons to insult vim
L2313[16:25:38] <Forecaster> have fun with that, I don't care
L2314[16:26:58] <gamax92> alekso56: oh right I remember why, enet has no ipv6 support!
L2315[16:27:31] <gamax92> not too big of a problem right now I suppose but, still a thing to think about.
L2316[16:28:09] ⇦ Quits: p0rt23 (~msmith4@c-67-176-107-122.hsd1.co.comcast.net) (Quit: leaving)
L2317[16:28:21] <TheCryptek> 45
L2318[16:28:30] <gamax92> 42
L2319[16:29:44] <Skye> I want copies of windows 3.0 and 3.1 and 3.11
L2320[16:30:24] <gamax92> Skye: winworldpc
L2321[16:30:55] <Skye> wut?
L2322[16:31:50] <gamax92> Skye: they have an archive of various old operating systems and old software, including the three you mentioned
L2323[16:33:30] <alekso56> im pretty sure Skye wanted to go to the store and buy a copy of each :3
L2324[16:33:40] <gamax92> ohhh, righto
L2325[16:33:54] <gamax92> Also a very valid option
L2326[16:35:00] <Forecaster> meh, the config is broken
L2327[16:35:11] <Forecaster> when I try to run with it I get a segmentation fault
L2328[16:35:18] <Forecaster> fresh config works
L2329[16:35:23] <Forecaster> sigh
L2330[16:35:31] <Skye> I want to experiment with windows 3.0 and 3.1 and 3.11 because I want to see how they boot up
L2331[16:35:38] <Forecaster> I'll have to migrate the settings from the backup to a new config.
L2332[16:35:47] <Forecaster> but I don't have time for that now -_-
L2333[16:35:59] <Forecaster> I have to get up in like 6 hours
L2334[16:36:40] <alekso56> Skye: https://winworldpc.com/product/windows-3
L2335[16:41:39] <gamax92> alekso56: I have an idea for hooking in ipc
L2336[16:42:06] <gamax92> find two functions used by the program, hook them as a LD_PRELOAD
L2337[16:42:19] <gamax92> the first one gets called as early in the program as I can get
L2338[16:42:27] <gamax92> and the second gets called in some main loop
L2339[16:49:44] <gamax92> or well I guess, if I have an early function I can just runtime patch the binary there
L2340[16:49:53] <gamax92> but simply hooking would be easier to do
L2341[16:50:45] <Inari> RL microcontrollers are much more interesting than OC microcontrollers
L2342[16:50:52] <gamax92> Correct
L2343[16:51:09] <gamax92> alekso56: Why aren't you replying :I
L2344[16:51:19] <gamax92> you're making me look bad like I'm talking to myself
L2345[16:53:11] <vifino> you are actually talking to your computer, it is just not replying all the time.
L2346[16:53:21] <gamax92> then I'll talk to vifino
L2347[16:53:29] <vifino> :O
L2348[16:53:48] <gamax92> hey vifino, you've seen my plan above for hacking in IPC to a program?
L2349[16:54:21] <vifino> nice
L2350[16:54:38] <vifino> what for, though?
L2351[16:55:28] <Miyoyo> What would happen if, everytime we lauch a program in the shell, we put in a yieldIfPossible() function that tries to yield and if it can, yields.
L2352[16:55:38] <Miyoyo> That would be a violent way to multithread
L2353[16:56:12] ⇦ Quits: Solace7 (~quassel@50.245.190.187) (Ping timeout: 186 seconds)
L2354[16:56:13] <Miyoyo> (Put that function after every \n
L2355[16:56:34] ⇦ Quits: Keanu73 (~Keanu73@host-92-28-66-247.as13285.net) (Quit: Gotta go to bed or something. See ya!)
L2356[16:56:34] <gamax92> because that can break programs
L2357[16:56:39] <Inari> sugaaaar babyyy looove~
L2358[16:56:42] <gamax92> and we can't load bytecode to do it properly
L2359[16:56:47] <gamax92> Inari: shut up
L2360[16:56:48] <Miyoyo> Even if we sandbox it?
L2361[16:56:54] <Inari> gamax92: :<
L2362[16:56:56] <gamax92> Miyoyo: what do you mean sandbox it?
L2363[16:57:00] <Miyoyo> Well
L2364[16:57:05] <Miyoyo> Raw read the lua file
L2365[16:57:09] <gamax92> mmhm
L2366[16:57:10] <Miyoyo> Find every \n
L2367[16:57:13] <gamax92> mmhm
L2368[16:57:16] <Miyoyo> Put tty()\n
L2369[16:57:21] <Miyoyo> every friggin where
L2370[16:57:28] <gamax92> nope that can break programs
L2371[16:57:30] <Miyoyo> then get a new _env for that code
L2372[16:57:41] <Miyoyo> How could it break them?
L2373[16:57:45] <gamax92> syntax wise
L2374[16:57:53] <gamax92> lua doesn't require a complete statement every \n
L2375[16:58:04] <gamax92> also multi lined strings
L2376[16:58:13] <Miyoyo> Aw ;(
L2377[16:58:21] <Miyoyo> Still that would be fun
L2378[17:00:12] <gamax92> also if your code had comments it would be missing possible yields anyway
L2379[17:00:41] <Miyoyo> Yeah but why yield when nothing happened
L2380[17:01:12] <Miyoyo> Yeah that's a dumb idea
L2381[17:01:23] <Skye> just emulate Lua!
L2382[17:01:24] <gamax92> example: if true then return end -- comment yieldIfPossible()
L2383[17:01:47] <gamax92> Skye: https://github.com/ds84182/LuaVM
L2384[17:01:52] <Miyoyo> Aw
L2385[17:01:58] <Miyoyo> Yeah why not
L2386[17:02:02] <Miyoyo> (But muh perf)
L2387[17:02:18] <gamax92> It's not that slow, last time I played with it at least
L2388[17:02:22] <Skye> It's a shame you can't sanbox Lua bytecode
L2389[17:02:30] <Inari> you can
L2390[17:02:50] <gamax92> yeah you can sand box it
L2391[17:03:05] <Inari> its just harder to not screw that up
L2392[17:03:05] <Inari> :D
L2393[17:03:11] <gamax92> no?
L2394[17:03:31] <gamax92> the issue is that bytecode can be exploited into hijacking Lua
L2395[17:03:47] <Miyoyo> But if you want a completely "multi-threaded" OS using multiple LiL vms
L2396[17:03:52] <Miyoyo> That'll be slow AF
L2397[17:03:54] <Inari> gamax92: theres imo just more pitfalls
L2398[17:04:26] <gamax92> lua's script to bytecode generator won't generate malformed bytecode, and the lua compiler won't be fooled by malformed lua script
L2399[17:04:43] <Inari> ergo
L2400[17:04:52] <Inari> using bytecode loading = more pitfalls/harder to secure
L2401[17:05:19] <asie> yes
L2402[17:05:22] <gamax92> well I just meant against "sandbox"
L2403[17:05:47] <gamax92> sandboxing is part of securing, but sandbox is not the only step
L2404[17:06:31] <Inari> uh... well imo it is, but sure
L2405[17:06:35] <Inari> semantics in the end :P
L2406[17:07:39] <Elizabeth> _is back_
L2407[17:07:43] <Skye> \o/
L2408[17:08:17] <gamax92> meh whatever
L2409[17:10:25] <gamax92> vifino: oh and, more so because adding in networking into a program, so the IPC library would add in extra functions for reading parts of the process from another process
L2410[17:10:45] <vifino> cool
L2411[17:10:48] <gamax92> plus using a library would allow someone to just not load it and have the program run fine
L2412[17:11:07] <Miyoyo> my god I always get lost without my luarocks ._.
L2413[17:11:25] ⇨ Joins: TheFox (~TheFox@pool-108-4-58-236.rcmdva.fios.verizon.net)
L2414[17:11:38] <gamax92> hey TheFox
L2415[17:11:42] *** TheFox is now known as TheFox|droid
L2416[17:11:58] <TheFox|droid> Hello gamax, how are you?
L2417[17:13:46] <TheFox|droid> Crytpek are you here? Ember?
L2418[17:14:33] ⇨ Joins: Solace7 (~quassel@50.245.190.187)
L2419[17:15:37] <Lizzy> don't think ember is online
L2420[17:15:48] <Lizzy> nope
L2421[17:15:55] <Lizzy> not on my bouncer and also not on discord
L2422[17:16:00] <Lizzy> she's probably sleeping
L2423[17:16:25] ⇨ Joins: Reika (~Reika@reika.kalseki.mods.abrarsyed.com)
L2424[17:17:38] <ds84182> Also what gamax92 said is completely correct, you can actually gain enough gadgets to run a ROP in Lua which can execute any function in the Lua binary
L2425[17:17:52] <ds84182> including luaL_openlibs, which can give you os.execute
L2426[17:18:00] <ds84182> and real file io
L2427[17:18:16] <Skye> I wish I had windows 3.11 (I have it, but the disks are corrupted)
L2428[17:18:19] <Skye> windows 3.1
L2429[17:18:23] <Skye> and windows 3.0
L2430[17:18:53] <Miyoyo> Interested by the DOS kernel?
L2431[17:19:33] <Skye> yes
L2432[17:19:33] <Skye> well
L2433[17:19:35] <Skye> windows
L2434[17:21:22] <Miyoyo> I have the worst idea
L2435[17:21:28] <Miyoyo> Let's make a java architecture
L2436[17:21:40] <Miyoyo> and run minecraft with a text-converting shader on top of it
L2437[17:21:43] <Skye> How do you sandbox Java
L2438[17:21:44] <Miyoyo> inside OC
L2439[17:21:52] <Miyoyo> IDK I hate java
L2440[17:22:30] <TheFox|droid> Miyoyo, that sounds like a bad idea
L2441[17:23:09] <Miyoyo> I never have good ideas TheFox
L2442[17:23:16] <Miyoyo> I'm like, a cancer machine
L2443[17:23:18] <ds84182> I know how to sandbox java :^)
L2444[17:23:28] <ds84182> By writing a JVM in the JVM ( ͡^ ͜ʖ ͡^)
L2445[17:25:40] <Elizabeth> yo dawg
L2446[17:26:25] <ds84182> gamax92: Should I make a JIT for LuaVM?
L2447[17:27:17] <gamax92> ds84182: I supose you could
L2448[17:27:31] <ds84182> Is it worth it?
L2449[17:28:03] <gamax92> would you be happy writing a feature that barely anyone would be using?
L2450[17:28:08] <ds84182> I dunno
L2451[17:28:13] <ds84182> Soni keeps asking me about a JIT
L2452[17:28:28] <Miyoyo> LuaJIT in LuaJIT?
L2453[17:28:44] <gamax92> ds84182: *shudders*
L2454[17:28:52] <Miyoyo> -LuaJIT? +JLua?
L2455[17:29:19] <ds84182> It would just take Lua bytecode and turn it into executable Lua source code
L2456[17:30:15] <ds84182> Except instead of trying to go for source prettiness it would be optimized to represent instructions or something
L2457[17:30:15] <Miyoyo> Is anyone puzzled about how os.clock() works? 'Cause I am
L2458[17:31:21] ⇦ Quits: Solace7 (~quassel@50.245.190.187) (Remote host closed the connection)
L2459[17:31:30] <TheFox|droid> I don't try to understand it. Don't need to atm
L2460[17:32:16] <vifino> ds84182: do it
L2461[17:32:32] <vifino> because yes
L2462[17:32:45] <gamax92> Miyoyo: os.clock is cpu time
L2463[17:32:53] <gamax92> computer.uptime is wall time
L2464[17:33:02] <Miyoyo> wall?
L2465[17:33:05] <gamax92> real time :P
L2466[17:33:28] <Miyoyo> k
L2467[17:33:44] <Miyoyo> But is it defined in openOS or in java?
L2468[17:34:31] <gamax92> os.clock is from native Lua and computer.uptime would be from the java interface
L2469[17:35:48] <Miyoyo> I find the wiki to be absolute spaghetti when writing eeprom code
L2470[17:36:12] <Miyoyo> And I only use notepad++ to search the entirety of OpenOS's code
L2471[17:40:08] ⇨ Joins: techno156 (~techno156@137.154.59.241)
L2472[17:44:59] ⇦ Quits: jackmcbarn (jackmcbarn@gateway.insomnia247.nl) (Ping timeout: 192 seconds)
L2473[17:45:59] <TheCryptek> Do I need a redstone card to run local rs = c.redstone
L2474[17:46:25] ⇨ Joins: jackmcbarn (jackmcbarn@gateway.insomnia247.nl)
L2475[17:48:00] <gamax92> TheCryptek: yes
L2476[17:48:16] <gamax92> otherwise you can't use a redstone component if you have no redstone component
L2477[17:49:26] ⇦ Quits: cryptek (~thecrypte@70-32-216-76.unassigned.ntelos.net) (Ping timeout: 202 seconds)
L2478[17:49:57] <TheFox|droid> Hey cryptek
L2479[17:50:30] <gamax92> Thats a quit not a join
L2480[17:50:40] ⇦ Quits: Miyoyo (webchat@ip-83-134-236-142.dsl.scarlet.be) (Quit: Night)
L2481[17:50:53] ⇨ Joins: minot (~minot@pool-100-1-168-123.nwrknj.fios.verizon.net)
L2482[17:51:01] <TheFox|droid> TheCryptek is the same person
L2483[17:51:19] <TheCryptek> TheCryptek is the same person as who?
L2484[17:51:21] <Mimiru> Miyoyo...
L2485[17:51:31] * Mimiru shakes her head
L2486[17:51:33] <Mimiru> Anyway
L2487[17:51:47] <Mimiru> TheCryptek, they're saying cryptek is you..
L2488[17:51:50] <Mimiru> :P
L2489[17:52:11] <TheCryptek> TheCryptek: it is, its my nick for when I join via wocchat or IRC through an OpenComputer :P
L2490[17:53:07] <TheCryptek> @Mimiru
L2491[17:53:13] <gamax92> good job.
L2492[17:53:23] <Mimiru> …
L2493[17:53:36] <TheCryptek> What?
L2494[17:53:54] <TheCryptek> Don't ask why I tagged myself, no idea why lmao
L2495[17:54:48] ⇨ Joins: MajGenRelativity (~MajGenRel@c-50-136-14-108.hsd1.ma.comcast.net)
L2496[17:54:57] *** TheCryptek is now known as TheCryptek|OC
L2497[17:55:05] <TheFox|droid> Hey majgen
L2498[17:55:07] *** TheCryptek|OC is now known as TheCryptek
L2499[17:55:18] ⇨ Joins: TheCryptek|OC (~thecrypte@70-32-216-76.unassigned.ntelos.net)
L2500[17:55:34] <TheCryptek|OC> There we go
L2501[17:55:46] <TheCryptek|OC> gamax92: Thank you for wocchat bro
L2502[17:55:51] <TheFox|droid> You on the server?
L2503[17:56:03] <TheCryptek|OC> No but give me a second I will be
L2504[17:56:14] <TheCryptek|OC> TheFox|droid did you download the new mods?
L2505[17:56:25] <TheFox|droid> OK, I'll be on in like 10.
L2506[17:56:36] <TheFox|droid> What new mods?
L2507[17:56:48] <TheCryptek|OC> I did a %tell TheFox
L2508[17:56:53] <TheCryptek|OC> Hold on let me get you a link
L2509[17:57:05] <TheFox|droid> I didn't get the %tell message
L2510[17:57:21] <TheCryptek> TheFox|Droid: I have it on gdrive to make it easer to download
L2511[17:57:27] <TheFox|droid> Ok
L2512[17:57:43] <TheCryptek> TheFox|droid: https://drive.google.com/file/d/0B0FXIUwBqiIzckU5R0lNNHZWdjg/view
L2513[17:57:51] ⇦ Quits: TheCryptek|OC (~thecrypte@70-32-216-76.unassigned.ntelos.net) (Client Quit)
L2514[17:57:59] <Mimiru> You didn't get the tell because you haven't been "TheFox" today
L2515[17:58:22] <gamax92> actually.
L2516[17:58:26] <TheFox|droid> Yes I have, I always sign on with out |droid then I switch
L2517[17:58:29] <Mimiru> You joined as TheFox, but changed your name right after
L2518[17:58:36] <Mimiru> and tells only send when you actually DO something
L2519[17:58:53] <Mimiru> Otherwise tells would be lost on netsplits, I've covered this
L2520[17:59:01] <gamax92> oh yeah, true
L2521[17:59:20] <TheCryptek> She/he did cover it, I was here when she covered it, it was a great explanation 10/10
L2522[17:59:24] <TheFox|droid> I wasn't here when you covered it. Good point though
L2523[17:59:31] <gamax92> Mimiru is a woman
L2524[17:59:34] <Mimiru> I've done so a bunch :P
L2525[17:59:45] <Mimiru> hang around moar
L2526[17:59:46] <Mimiru> lol
L2527[18:00:24] * Mimiru sighs
L2528[18:01:02] <Mimiru> So I have a motorcycle with a partial VIN, with tags out of another state that expired 15 years ago, no title, and the guy my mom bought the bike from lost the title in a fire
L2529[18:01:09] <Stary2001> ...
L2530[18:01:09] ⇨ Joins: Kiddobyte (~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com)
L2531[18:01:10] <Stary2001> well
L2532[18:01:37] <Mimiru> My mom passed away, I have NO way to get any other info about the bike
L2533[18:01:49] <Mimiru> and I'd like to get it running again and tag/insure it
L2534[18:02:02] <Mimiru> running again is easy enough... tagging without a title, and partial VIN... no so much
L2535[18:02:11] <Mimiru> s/no/not/
L2536[18:02:11] <MichiBot> <Mimiru> running again is easy enotugh... tagging without a title, and partial VIN... no so much
L2537[18:02:15] <Mimiru> sio;euftghZSTG
L2538[18:02:24] <Stary2001> ._.
L2539[18:03:01] <TheCryptek> Why do people do stuff like s/no/not/
L2540[18:03:05] <Mimiru> currently my best bet is looking to be buy a new frame... and transfer everything
L2541[18:03:25] <Mimiru> but a frame is going to run me $900+ and I'm not 100% on the year of the damn bike
L2542[18:03:29] <Mimiru> which I can't confirm....
L2543[18:03:32] <Mimiru> without the full vin
L2544[18:04:25] <TheCryptek> How can I tell what components are installed in a robot?
L2545[18:04:31] <gamax92> "You've known about this bug and didn't report it to me or anyone?"
L2546[18:04:34] <gamax92> "oh, i had thought that bug was intentional, like it was supposed to be glitchy"
L2547[18:04:50] <Mimiru> My code doesn't have bugs, it develops random features.
L2548[18:04:51] <gamax92> wtf is wrong with people.
L2549[18:05:00] <gamax92> develops?
L2550[18:05:10] <gamax92> Do you run a Java mutator on it?
L2551[18:05:25] <Mimiru> Yeah
L2552[18:05:28] <Mimiru> doesn't everyone
L2553[18:05:46] <dan2wik> Isn't that was re-obfuscation is?
L2554[18:05:57] <gamax92> no?
L2555[18:06:16] <gamax92> if your obfuscation is that bad that it breaks the program in the process ...
L2556[18:06:47] <TheCryptek> How do I encrypt and obfuscate a program in OC?
L2557[18:08:32] <gamax92> Well you don't because it's Lua and can just be undone easily, obfuscate? well there are lua minifiers I guess
L2558[18:09:03] <TheCryptek> lua minifiers?
L2559[18:09:34] <gamax92> yes, it takes in lua code and then strips all names of locals and whitespace
L2560[18:09:56] <TheCryptek> How do I use said minifiers :o
L2561[18:10:25] <gamax92> TheCryptek: https://oc.cil.li/index.php?/topic/511-/
L2562[18:11:52] <TheCryptek> odd I got this code running in single player, but I can't get it running on my multiplayer server
L2563[18:12:08] ⇦ Quits: Inari (~Pinkishu@p5DEC6E45.dip0.t-ipconnect.de) (Quit: 'I believe in you!' (Mei))
L2564[18:13:20] <TheCryptek> local move = amount
L2565[18:13:23] <TheCryptek> ._.
L2566[18:13:37] <gamax92> is your multiplayer server perhaps, haunted?
L2567[18:13:50] <gamax92> that's like the second time perfectly normal Lua code has somehow broken
L2568[18:13:59] <TheCryptek> I hope not.
L2569[18:14:04] <TheCryptek> Right?
L2570[18:14:16] <TheFox|droid> I'm signing on now cryptek
L2571[18:15:08] <TheCryptek> gamax92: Error -> http://imgur.com/a/zYZIC Code -> http://pastebin.com/NfTagzbA
L2572[18:15:09] <TheFox|droid> Oh, Mac died :(
L2573[18:16:11] <gamax92> TheCryptek: from what I can see of the very end of the traceback >.> it looks like you have no chunkloader component
L2574[18:16:14] ⇨ Joins: IzayaXMPP (~858c52067@210.1.213.55)
L2575[18:16:48] <TheCryptek> It is time I learn how to read errors ._.
L2576[18:17:06] <gamax92> well so, the issue here is that the actual error has been cut off because of screen size
L2577[18:17:35] <gamax92> so all you can see is that it says: /home/segment:9: is where it did something in your file and then eventually crashed
L2578[18:17:39] <TheFox|droid> OK cryptek this this one. EOF expected on line 2
L2579[18:18:10] ⇨ Joins: TheFox (webchat@pool-108-4-58-236.rcmdva.fios.verizon.net)
L2580[18:18:21] <TheCryptek> Now mah robot wont build LOL
L2581[18:18:42] <TheFox> ok, now. that im on a computer and not a driod, IRC is much more likeable
L2582[18:18:51] <TheFox> and now i got your tell
L2583[18:18:56] ⇦ Quits: TheFox|droid (~TheFox@pool-108-4-58-236.rcmdva.fios.verizon.net) (Quit: Got to work now :()
L2584[18:19:28] <gamax92> TheCryptek: i have idea.
L2585[18:19:36] <TheCryptek> Hm?
L2586[18:19:48] <IzayaXMPP> oh I'm connected automatically
L2587[18:19:48] <IzayaXMPP> nice
L2588[18:20:17] <TheFox> hello IzayaXMPP
L2589[18:20:26] <TheCryptek> gamax92: What say you, your idea?
L2590[18:20:38] <gamax92> I have to test it
L2591[18:21:39] <vifino> Two things. First thing, I have aged a year now. Second thing, Lizzy and I are going to sleep now.
L2592[18:21:55] <gamax92> vifino: Happy birthday :3, and Good dreams :3
L2593[18:22:11] <vifino> Thanks, gamax92.
L2594[18:22:38] <TheFox> happy birthday Vifino
L2595[18:23:46] <IzayaXMPP> Today in tales of student IT: We have a totally functional laptop that has been returned with 'not working'
L2596[18:24:00] <IzayaXMPP> Now we have to figure out what isn't working because the people that had it last were SO DESCRIPTIVE
L2597[18:24:05] <Lizzy> IzayaXMPP, layer 8 error?
L2598[18:24:13] <Lizzy> also sleepy time
L2599[18:26:03] <TheCryptek> gamax92: Can I still know your idea :P
L2600[18:26:10] <gamax92> it didn't work
L2601[18:28:07] <Temia> Izaya: It's not doing the work for her
L2602[18:28:10] <Temia> :v
L2603[18:28:34] <Temia> Can you call her up and get an actual answer?
L2604[18:29:51] * gamax92 puts a top hat made of leaves on Temia's head.
L2605[18:30:14] * Temia blinkblinks.
L2606[18:31:57] ⇦ Quits: techno156 (~techno156@137.154.59.241) (Quit: There are those who live without living. Don't be one of those.)
L2607[18:32:09] <TheFox> hello temia
L2608[18:32:14] <gamax92> Temia: it's an all natural 100% vegan top hat
L2609[18:32:26] <gamax92> all organic*
L2610[18:32:44] <IzayaXMPP> next fun thing: navigating the custom package manager the department uses
L2611[18:33:23] <gamax92> Temia: we made it so that when people say "I'll eat my hat!" well, now they have edible hats, that are both stylish and functional
L2612[18:34:04] <IzayaXMPP> ah yes, Windows, the land of cryptic hexadecimal error codes
L2613[18:34:04] <IzayaXMPP> I forgot about this 'fun'
L2614[18:37:03] <gamax92> IzayaXMPP: oh, is it actually broken?
L2615[18:39:59] <IzayaXMPP> no, I'm trying to install updates
L2616[18:40:04] <IzayaXMPP> the stupid package manager doesn't give me any actual errors
L2617[18:40:14] <IzayaXMPP> just a hexadecimal code that is actually the current date
L2618[18:40:20] <gamax92> XD
L2619[18:41:11] <IzayaXMPP> welcome to the department of education
L2620[18:41:48] <TheFox> how can i retrieve the args of modem message from event.listen("modem_message",function() end)?
L2621[18:42:37] <IzayaXMPP> there's also the ones where the package manager just won't open
L2622[18:43:18] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de) (Read error: Connection reset by peer)
L2623[18:43:44] <IzayaXMPP> or the ones that notify me there's stuff availible then show nothing
L2624[18:44:31] ⇨ Joins: Solace7 (~quassel@50.245.190.187)
L2625[18:44:48] <gamax92> TheFox: where you have function() end, that's the function that gets the args
L2626[18:45:09] <TheFox> so what are they names i can pull them by, a,b,d,e,f?
L2627[18:45:18] <gamax92> normal function arguments ...
L2628[18:45:41] <gamax92> you know how to specify function parameters, right?
L2629[18:45:42] <TheFox> oh, i got you now
L2630[18:46:06] <TheFox> i thought they where already saved, yeah, ik how to specify function params yes
L2631[18:47:11] <TheFox> i didnt know it returned like that, i thought i could grab them as a,b,c,d,e,f = event.listen
L2632[18:47:16] <TheFox> which didnt work at all
L2633[18:50:56] <gamax92> TheFox: but think about it, then what would be the purpose of the function?
L2634[18:51:16] <IzayaXMPP> WHAT THE FUCK
L2635[18:51:21] <IzayaXMPP> this one is covered in sawdust
L2636[18:52:06] <Stary2001> wat
L2637[18:52:37] <gamax92> IzayaXMPP: The joys of IT
L2638[18:52:38] <IzayaXMPP> the laptop
L2639[18:52:40] <IzayaXMPP> is covered
L2640[18:52:42] <IzayaXMPP> in sawdust
L2641[18:52:44] <IzayaXMPP> that's wat
L2642[18:52:59] <Stary2001> hhaha
L2643[18:53:00] <IzayaXMPP> this is even weirder than usual
L2644[18:53:03] <Stary2001> IzayaXMPP: is it near d&t
L2645[18:53:11] <IzayaXMPP> I imagine it was
L2646[18:53:17] <IzayaXMPP> this is just one of the spares tho
L2647[18:53:19] <Stary2001> :p
L2648[18:53:39] <gamax92> oh wow
L2649[18:54:08] <IzayaXMPP> this makes me think of that MGS gif of Solid Snake or whatever his name is shrugging while the building around him burns
L2650[18:54:15] <Stary2001> lmao
L2651[18:55:46] <gamax92> Stary2001: why are you randomly here btw? You just popped up again :P
L2652[18:56:02] <Stary2001> gamax92: chanfilter + 'mobile' group
L2653[18:56:20] <Stary2001> #oc has a bunch of scrollback predictably
L2654[18:56:21] <gamax92> Don't know what that means but okay
L2655[18:57:07] ⇦ Quits: minot (~minot@pool-100-1-168-123.nwrknj.fios.verizon.net) (Ping timeout: 190 seconds)
L2656[19:01:57] <IzayaXMPP> righto
L2657[19:02:04] <IzayaXMPP> got the laptops organised into piles based on what's wrong with them
L2658[19:04:08] <ds84182> kotlin is really nice ( ͡° ͜ʖ ͡°)
L2659[19:07:51] <IzayaXMPP> Windows Update encountered an unknown error
L2660[19:10:07] *** g is now known as gAway2002
L2661[19:14:58] <gamax92> ds84182: JIT is really nice
L2662[19:16:49] <gamax92> ds84182: pgxp is also really nice
L2663[19:19:27] <TheCryptek> tgamax92: I can't install crunch
L2664[19:20:16] <TheCryptek> gamax92: It says tar isnt found then when I did oppm install tar it just says failed to extract
L2665[19:23:00] ⇦ Quits: Nentify (uid14943@id-14943.highgate.irccloud.com) (Quit: Connection closed for inactivity)
L2666[19:23:31] <gamax92> uuuh ... is my tar program really that bad? wow.
L2667[19:26:15] <gamax92> TheCryptek: try oppm install mpm.tar
L2668[19:28:55] <TheCryptek> gamax92: Thanks
L2669[19:29:06] <gamax92> embarrasing ...
L2670[19:36:41] ⇦ Quits: MajGenRelativity (~MajGenRel@c-50-136-14-108.hsd1.ma.comcast.net) (Quit: Leaving)
L2671[19:39:06] ⇨ Joins: minot (~minot@pool-100-1-168-123.nwrknj.fios.verizon.net)
L2672[19:46:54] <TheCryptek> robot.select(2) selects item 2 in its inventory right?
L2673[19:58:47] <IzayaXMPP> huh, we have graphics tablets
L2674[20:00:19] <Stary2001> neat
L2675[20:08:13] <IzayaXMPP> day 1 of full-time IT
L2676[20:08:14] <IzayaXMPP> I
L2677[20:08:25] <IzayaXMPP> I'm already hitting myself for my puns
L2678[20:11:40] <IzayaXMPP> the difference between a ThinkPad X130e and a ThinkPad X131e is the power button is on the other side
L2679[20:14:55] <gamax92> IzayaXMPP: were you doing part time IT before or something?
L2680[20:15:08] <gamax92> I had though you'd said you'd been doing IT stuff for your school for a while
L2681[20:15:48] <IzayaXMPP> gamax92: instead of the snow trip I'm doing it full-time
L2682[20:15:49] <IzayaXMPP> for a week
L2683[20:16:00] <gamax92> oh it's only temporary full time
L2684[20:17:05] ⇦ Quits: feldim2425 (~feldim242@178-190-65-207.adsl.highway.telekom.at) (Ping timeout: 195 seconds)
L2685[20:19:45] ⇨ Joins: feldim2425 (~feldim242@213-33-9-242.adsl.highway.telekom.at)
L2686[20:34:42] <TheCryptek> how do I get 0xFF0000 this for colors?
L2687[20:35:48] <IzayaXMPP> by the end of the day I'm going to murder any machines that make the Windows startup noise
L2688[20:43:51] <TheCryptek> I finished my first robot :D
L2689[20:44:04] <TheCryptek> robot code*
L2690[20:44:34] ⇦ Quits: Turtle (~SentientT@82-171-92-73.ip.telfort.nl) (Quit: Nettalk6 - www.ntalk.de)
L2691[20:44:50] <IzayaXMPP> Grats
L2692[20:45:07] <TheCryptek> Thank you, all it does is build a creeper face but
L2693[20:45:11] <TheCryptek> Gotta start somewhere
L2694[20:45:19] <IzayaXMPP> Quite so.
L2695[20:47:24] <IzayaXMPP> I don't think I've written anything for robots, actually
L2696[20:47:33] <IzayaXMPP> Drones are more interesting to me I guess
L2697[20:47:33] <TheCryptek> It's a pain
L2698[20:47:42] <TheCryptek> Idk what I can do with drones :P
L2699[20:48:06] <IzayaXMPP> I've used them for item transport/sorting mostly
L2700[20:48:15] <IzayaXMPP> and also for distributed networking
L2701[20:48:18] <gamax92> IzayaXMPP: https://www.youtube.com/watch?v=miZHa7ZC6Z0
L2702[20:48:18] <MichiBot> Microsoft Windows 95 Startup Sound | length: 7s | Likes: 5194 Dislikes: 85 Views: 2037664 | by Ballyweg
L2703[20:48:24] <TheCryptek> I'd love to know how to use em for item sorting
L2704[20:48:25] <gamax92> :D
L2705[20:49:04] <IzayaXMPP> gamax92: it's not the Windows 7 one
L2706[20:49:06] <IzayaXMPP> it may live
L2707[20:49:11] <IzayaXMPP> as may you
L2708[20:49:24] <TheCryptek> IzayaXMPP: May I see your code for item sorting?
L2709[20:49:30] <IzayaXMPP> TheCryptek: Mostly controlled by a main computer, they were just used for movement of items
L2710[20:49:48] <TheCryptek> So the computer was like a master server?
L2711[20:50:04] <IzayaXMPP> I guess so.
L2712[20:50:24] <gamax92> What about item sorting via debug card
L2713[20:50:26] <IzayaXMPP> It kept track of what item went where and then sent the drone to place or retrieve them
L2714[20:50:36] <gamax92> without actually moving any items, all of your items have magically been sorted!
L2715[20:50:47] <gamax92> (We are not responsible for the loss of any items due to any NBT glitches)
L2716[20:50:53] <TheCryptek> lol
L2717[20:51:09] <TheCryptek> IzayaXMPP: I might have you come to my server or something and teach me how to code a drone
L2718[20:51:29] <TheFox> i love drone programming
L2719[20:51:42] <TheFox> i think besides computers there the best thing to happen to OC
L2720[20:52:00] <IzayaXMPP> I love having to make my code fit in <4k
L2721[20:52:07] <IzayaXMPP> especially when you want multitasking and stuff
L2722[20:52:27] <gamax92> I love the 6502
L2723[20:52:31] <TheFox> i have a trick for that. it came of sangars remote control code though
L2724[20:52:46] <TheCryptek> IzayaXMPP: Shh your gonna make me trade my robot in for a robot
L2725[20:53:25] <TheFox> dont let flexo here that TheCryptek, itll break his motherboard
L2726[20:53:41] <TheFox> hear*
L2727[20:53:57] <TheCryptek> :o
L2728[20:53:57] <IzayaXMPP> TheFox: It's more fun to make it all fit on there
L2729[20:54:15] <IzayaXMPP> I wonder if I could redo my item sorting stuff and make it voice controlled
L2730[20:54:17] <TheCryptek> I don't wanna break Flexo's motherboard.
L2731[20:54:25] <TheCryptek> He is my first robot
L2732[20:54:44] <TheFox> you can program a robot with a 4k limit, just dont put a HDD in it
L2733[20:54:50] <TheFox> just use the EEPROM
L2734[20:54:58] <TheCryptek> TheFox
L2735[20:55:02] <TheFox> yes?
L2736[20:55:11] <TheCryptek> I just started working with robots I would have no idea how to do that.
L2737[20:55:20] <TheFox> thats how you program a drone
L2738[20:55:48] <TheFox> i can switch back to MC in like 5 minutes, i just needed to go get something from the store. but i can IRC while i go
L2739[20:55:58] <TheCryptek> ._.
L2740[20:56:06] <TheCryptek> I wanna make a Drone that follows you ever where.
L2741[20:56:07] ⇦ Quits: Eleria (~Eleria@p4FE6383B.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L2742[20:56:19] <IzayaXMPP> https://lain.shadowkat.net/projects/multice
L2743[20:56:21] <IzayaXMPP> :3
L2744[20:58:20] <gamax92> You and your fancy servers
L2745[20:58:26] <gamax92> named after names of things.
L2746[20:58:33] <TheFox> its fun to use servers gamax92
L2747[20:58:42] <gamax92> :o an OS
L2748[20:58:46] <gamax92> IzayaXMPP: how complete is it
L2749[20:59:56] <TheFox> i will definetly check that out
L2750[21:01:17] <IzayaXMPP> gamax92: about as complete as it was 2 months ago
L2751[21:01:26] <IzayaXMPP> ie it has a lua prompt when you have a GPU, a screen and a keyboard
L2752[21:01:37] <IzayaXMPP> it can do multitasking but it drops keystrokes
L2753[21:01:38] <IzayaXMPP> etc etc
L2754[21:02:07] ⇨ Joins: Eleria (~Eleria@p4FE63C0E.dip0.t-ipconnect.de)
L2755[21:03:13] <IzayaXMPP> (not sure why it does that tbh)
L2756[21:25:21] *** Keridos|away is now known as Keridos
L2757[21:35:19] <TheCryptek> Anyone know how to run rm -rf /* in lua
L2758[21:36:40] ⇦ Quits: TheFox (webchat@pool-108-4-58-236.rcmdva.fios.verizon.net) (Ping timeout: 195 seconds)
L2759[21:38:09] <gamax92> TheCryptek: wtf dude.
L2760[21:38:19] <TheCryptek> WC
L2761[21:38:25] <TheCryptek> That was ment for CC
L2762[21:43:42] <Izaya> https://a.pomf.cat/etdtes.png I've created an abomination
L2763[21:43:55] <gamax92> You didn't create yourself
L2764[21:44:26] <TheCryptek> http://pastebin.com/QYXW3r0x could someone tell me the local blah = require("blah") i need in these two codes?
L2765[21:44:31] <gamax92> Izaya: is this a laptop? 1024x600?
L2766[21:44:46] <gamax92> ... yes it its, "Atom"
L2767[21:44:49] <IzayaXMPP> yes 1024x576
L2768[21:44:54] <IzayaXMPP> IdeaPad S103
L2769[21:44:57] <IzayaXMPP> S10e
L2770[21:45:03] <IzayaXMPP> There's like 100 of them here
L2771[21:45:33] <gamax92> ... oh jeez, 1024x600 is already pretty a piece of shit, those are missing 24 pixels more?
L2772[21:45:41] <ds84182> NUMIX DARKBLUE?
L2773[21:45:46] <ds84182> IzayaXMPP: Where did you get that from?
L2774[21:46:12] <gamax92> probably this: https://aur.archlinux.org/packages/numix-themes-darkblue/
L2775[21:46:21] <IzayaXMPP> ^
L2776[21:46:24] <ds84182> >archlinux
L2777[21:46:25] <ds84182> welp
L2778[21:46:31] <ds84182> rip
L2779[21:46:41] <IzayaXMPP> I'm not a fan of Numix tbh
L2780[21:46:50] <gamax92> ds84182: you couldn't tell by the arch logo? :P
L2781[21:46:50] <IzayaXMPP> but it's the closest to Mona 3 that works in Gtk 3.20 so
L2782[21:46:54] <Temia> Numix is okay, but I prefer to use Faenza icons.
L2783[21:47:53] <gamax92> I've been using Vertex Dark
L2784[21:48:37] <ds84182> hmm, I don't really like the amount of gradients in Vertex Dark
L2785[21:48:47] ⇦ Quits: minot (~minot@pool-100-1-168-123.nwrknj.fios.verizon.net) (Ping timeout: 190 seconds)
L2786[21:48:47] <gamax92> I don't either
L2787[21:48:55] <gamax92> it was basically the one I was least displeased with
L2788[21:49:18] <ds84182> why not https://github.com/tista500/Adapta
L2789[21:49:29] <ds84182> my only problem is padding things being weird
L2790[21:49:45] <ds84182> I'm not using it right now tho
L2791[21:51:19] <gamax92> I have two commands for playing noise, one is called bnoise and plays brown noise, is useful for getting rid of the majority of father's chewing noises while alloing me to still here what hes saying
L2792[21:51:32] <gamax92> and the other is 'noise', it plays white noise and is for when bnoise fails
L2793[21:52:23] <ds84182> play both at the same time :^)
L2794[21:56:40] <gamax92> nah, 'noise' completely overpowers 'bnoise'
L2795[21:57:52] <gamax92> ds84182: what have you been up to anyway, in the way of Wii or Android or whatever you've moved onto now
L2796[21:58:15] <ds84182> I'm still working on mGBA Android
L2797[21:58:26] <ds84182> I've been waiting for endrift to review changes for the last 2 weeks
L2798[21:58:57] <ds84182> I also wrote a file manager prototype for the 3DS
L2799[21:59:19] <gamax92> ooooh
L2800[21:59:48] <ds84182> Also I was attempting to make an SFML wrapper in Dart
L2801[21:59:59] <ds84182> But thats hard as hell to work with right now
L2802[22:00:25] <gamax92> I've never actually worked with SFML before
L2803[22:00:35] <gamax92> Have only played with SDL and Allegro
L2804[22:00:42] <ds84182> I completely ditched the crappy "Graphics" API
L2805[22:00:51] <ds84182> It's terrible and requires OpenGL 2.0
L2806[22:00:55] <gamax92> As similar or not as those two may be to SFML
L2807[22:00:58] <ds84182> s/requires/uses
L2808[22:00:58] <MichiBot> <ds84182> It's terrible and uses OpenGL 2.0
L2809[22:01:20] <ds84182> It's also written completely in C++03
L2810[22:01:47] <gamax92> Soo, would you recommend SFML? :P
L2811[22:01:52] <ds84182> Nope!
L2812[22:02:08] <ds84182> After the amount of hacks I had to do to get an OpenGL 3.0 context, Nope!
L2813[22:02:33] <gamax92> Have you played with GLFW
L2814[22:03:03] <ds84182> Not much
L2815[22:03:22] <ds84182> I've heard that many people recommend using libepoxy instead
L2816[22:03:32] <ds84182> +SDL2
L2817[22:07:23] <gamax92> I'll just continue to be amazed that OCEmu even works at all.
L2818[22:07:33] <Temia> Libepoxy?
L2819[22:07:37] * Temia goes to look into that one.
L2820[22:07:48] <TheCryptek> anyone willing to help me clean this code up? http://pastebin.com/QYXW3r0x
L2821[22:08:22] <gamax92> I've played with SDL2 after having used OCEmu but, OCEmu was the first time I'd used SDL2
L2822[22:08:57] <gamax92> iirc some of it violates what SDL2 says not to do, like you can't have two certain flags together but I do it anyway and it works on all the platforms I've tested it on
L2823[22:11:09] <gamax92> ds84182: Much fun when luaffi was semi broken for Windows 64bit, it'd run but creating an SDL2 window would throw in garbage flags and I had to try to fix it by just opening the window and then forcefully making sure various things were set and not set
L2824[22:11:52] <gamax92> %seen payonel
L2825[22:11:54] <MichiBot> gamax92: payonel was last seen 1d 2h 13m 31s ago.
L2826[22:12:01] <ds84182> yay
L2827[22:12:25] <ds84182> I've been trying to think of a way to do timeslice multithreadding in OC
L2828[22:12:38] <ds84182> My only problem is with non yieldable function boundaries
L2829[22:13:16] <gamax92> Huh, does LuaJ have yield boundary issues?
L2830[22:13:25] <ds84182> I don't think so
L2831[22:13:34] <ds84182> #lua local c = coroutine.create(function() return ("sfa"):gsub(".", coroutine.yield) end) return coroutine.resume(c)
L2832[22:13:35] <|0xDEADBEEF|> > false | attempt to yield across a C-call boundary
L2833[22:14:21] <ds84182> The problem is that if some code does a "while true do end" inside of gsub then the entire OS cannot recover without killing the process
L2834[22:14:39] <ds84182> Since the coroutine stack would get stuck above that process (sorta-kinda)
L2835[22:15:06] <ds84182> Other processes could continue to execute, but the non-yieldable one would be in a linux-like zombie situation
L2836[22:15:08] <gamax92> :I now I want to test something
L2837[22:15:20] <ds84182> In OC you can yield through gsub tho
L2838[22:15:26] <ds84182> because of pattern emulation
L2839[22:15:38] <gamax92> Yeah OC has lua based versions of the string api
L2840[22:16:02] <gamax92> which I think you can still pretty much abuse because of it's "SHORT_STRING=500" limit or something
L2841[22:16:08] <ds84182> You can't yield across pairs either #lua local c = coroutine.create(function() return pairs(setmetatable({},{__pairs=coroutine.yield})) end) return coroutine.resume(c)
L2842[22:16:24] <ds84182> #lua local c = coroutine.create(function() return pairs(setmetatable({},{__pairs=coroutine.yield})) end) return coroutine.resume(c)
L2843[22:16:24] <|0xDEADBEEF|> > false | attempt to yield across a C-call boundary
L2844[22:17:28] <gamax92> ds84182: what if you just had the custom string api from machine.lua but just remove the use native if <500 characters
L2845[22:18:24] <ds84182> It would be weird if it removed the use native below 500 chars
L2846[22:18:31] <ds84182> wait
L2847[22:18:34] <ds84182> I read it wrong
L2848[22:18:55] <ds84182> It would screw up things still, for me
L2849[22:19:24] <ds84182> also I think coroutine.isyieldable is 5.3 only
L2850[22:19:40] <ds84182> yeah
L2851[22:19:57] <gamax92> oh right, for some reason I was thinking that checkDeadline would try to yield >_>
L2852[22:20:04] <gamax92> no it just errors
L2853[22:20:33] <ds84182> I could just kill any process that gets into an inf loop
L2854[22:20:47] <ds84182> well, an inf loop in a non yield situation
L2855[22:21:13] <ds84182> But then that seems extremely stupid to me... it might as well be cooperative at that point
L2856[22:22:11] <gamax92> what if you had a flag to allow certain process to do that?
L2857[22:22:29] <gamax92> since if it can't be forced yielded it would starve other processes
L2858[22:22:52] <ds84182> Maybe...
L2859[22:23:20] <ds84182> The other thing is I can circumvent that by entering the scheduler from the coroutine of the process that can't yield
L2860[22:24:11] <ds84182> But then a situation could arise where a non-yieldable process depends on more non-yieldable processes to be killed first
L2861[22:24:40] <gamax92> kinda sounds like you would potentially stack overflow doing that
L2862[22:24:46] <ds84182> Yeah
L2863[22:25:20] <ds84182> but hey, a stack overflow would kill all non-yieldable processes in the chain
L2864[22:25:33] <ds84182> Actually, is there a coroutine stack?
L2865[22:25:47] <ds84182> testing time
L2866[22:25:51] <gamax92> how many coroutines can you run inside a coroutine? :P
L2867[22:27:38] <ds84182> C stack overflow :<
L2868[22:27:41] <ds84182> http://pb.i0i0.me/p/NzvXzyge
L2869[22:27:44] <gamax92> haha, of course
L2870[22:28:14] <ds84182> >197 coroutines
L2871[22:29:01] <gamax92> But did the coroutines have their own stack before hitting the C stack limit?
L2872[22:29:15] <ds84182> Yeah
L2873[22:30:24] <ds84182> technically if you get a stack overflow you could just catch it, create a coroutine, and resume
L2874[22:30:37] <gamax92> Yeah the thing I was thinking of was say you had a coroutine that couldn't yield and also was on the edge of the stack, it pull up the scheduler, goes into another process that runs normally, and then hits the C stack overflow
L2875[22:30:43] <gamax92> does the innocent process get injured?
L2876[22:31:32] <ds84182> but then c stack...
L2877[22:32:30] <TheCryptek> is there a page on the wiki about drones?
L2878[22:32:32] <ds84182> gamax92: I could track how many functions have been called and then yield and stuff
L2879[22:32:45] <ds84182> well not yield but kill processes down the chain
L2880[22:32:47] <ds84182> forcefully
L2881[22:33:03] <gamax92> that is true
L2882[22:33:25] <ds84182> I've actually done something similar with Anix
L2883[22:33:30] <gamax92> !
L2884[22:33:39] <gamax92> That's what I was thinking of, what happened to that
L2885[22:33:47] <ds84182> When completing a future in Anix it will (usually) resume the process that was waiting on it
L2886[22:33:59] <ds84182> Unless there have been a lot of processes resumed
L2887[22:34:20] <ds84182> gamax92: My main problem is that I'm hitting a really weird race condition with some stuff after a refactor
L2888[22:35:04] *** Keridos is now known as Keridos|away
L2889[22:35:07] ⇦ Quits: Lathanael|Away (~Lathanael@p54960EA5.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L2890[22:36:44] <ds84182> gamax92: things like this http://i.imgur.com/6ESoUIt.png
L2891[22:37:12] <gamax92> I'm not exactly sure what's bad there
L2892[22:37:23] <TheCryptek> Can someone teach me how to use and code a drone?
L2893[22:37:26] <gamax92> oh, the stack trace is after the prompt
L2894[22:37:42] <ds84182> and then the cursor is at the bottom of the prompt
L2895[22:38:39] <ds84182> also inside of the lua prompt newlines are just discarded
L2896[22:39:35] <ds84182> I may be able to fix it by using mutex stuff in io.lua
L2897[22:39:56] <ds84182> Also another thing I don't like is that internet card stuff in OC is completely synchronous
L2898[22:40:03] <ds84182> When it used to be asynchronous :<
L2899[22:40:21] <gamax92> uhh what?
L2900[22:40:31] <gamax92> I thought it was async, no?
L2901[22:41:11] <ds84182> Last time I checked it wasn't
L2902[22:41:26] <gamax92> well it uses streams, so you just call :read whenever you'd like
L2903[22:42:04] <gamax92> in OCEmu http requests are poorly implemented and hang the computer, using a time travel hack so the checkDeadline doesn't trigger.
L2904[22:42:16] <ds84182> hmm
L2905[22:42:23] <ds84182> then what happens in OC when you read
L2906[22:42:34] <ds84182> I thought it halted the computer until the buffer was filled
L2907[22:42:39] <ds84182> unless that has changed
L2908[22:42:46] <gamax92> I don't think so ...
L2909[22:42:55] <ds84182> lemme try to decipher some scala real quick
L2910[22:43:21] <gamax92> #lua local ntt={[0]="ero","ne","wo","hree","our","ive","ix","even","ight","ine"} local function _ntt(a) return a..ntt[a+0] end function nttf(str) return (str:gsub("[0-9]",_ntt)) end
L2911[22:43:21] <|0xDEADBEEF|> > nil
L2912[22:43:34] <gamax92> #lua nttf("7,642,235")
L2913[22:43:34] <|0xDEADBEEF|> > 7even,6ix4our2wo,2wo3hree5ive
L2914[22:43:54] <ds84182> channel.configureBlocking(false)
L2915[22:43:56] <ds84182> oh, ok
L2916[22:44:06] ⇨ Joins: ntwitch (~ntwitch@69-92-221-194.cpe.cableone.net)
L2917[22:44:40] <gamax92> I know that from times of using it it'll occasionally return a ton of empty strings before returning more data
L2918[22:44:57] <gamax92> since there wasn't stuff to return
L2919[22:45:17] ⇨ Joins: Lathanael|Away (~Lathanael@84.150.12.33)
L2920[22:45:58] ⇦ Parts: ntwitch (~ntwitch@69-92-221-194.cpe.cableone.net) ())
L2921[22:46:07] <gamax92> Random ntwitch is random.
L2922[22:50:51] ⇨ Joins: TheFox (webchat@pool-108-4-58-236.rcmdva.fios.verizon.net)
L2923[22:50:52] ⇦ Quits: brandon3055_ (~Brandon@122.129.142.14) (Read error: Connection reset by peer)
L2924[22:51:01] <TheFox> hello aevryone
L2925[22:51:10] <TheFox> everyone*
L2926[22:51:55] <gamax92> Hey there TheFox
L2927[22:52:30] <TheCryptek> Hey TheFox
L2928[22:52:45] ⇨ Joins: brandon3055 (~Brandon@122.129.142.14)
L2929[22:55:37] <ds84182> I guess I could fix this by having a term thread that processes commands to send to the terminal process
L2930[22:55:49] <ds84182> I also have no clue how fast any of this stuff is in actual OC
L2931[22:57:32] <gamax92> you've never tested Anix in OC?
L2932[23:00:27] <ds84182> nope
L2933[23:00:32] <gamax92> well
L2934[23:00:36] <gamax92> You should go do that
L2935[23:00:43] <ds84182> hmm, I need to ensure proc.createThread ordering first
L2936[23:03:06] <ds84182> I also just found a priv escalation bug
L2937[23:03:46] <ds84182> I could escalate any thread I wanted to kernel XD
L2938[23:09:54] <ds84182> so threads are created and executed in order from my testing
L2939[23:10:24] <ds84182> except in some cases with "inlines"
L2940[23:10:35] <ds84182> which is probably where my bugs are coming from
L2941[23:25:14] <ds84182> gamax92: I've decided that I'm going to rewrite how Anix does things ( ͡^ ͜ʖ ͡^)
L2942[23:25:31] <ping> ds84182, wut
L2943[23:25:45] <ds84182> instead of this thread scheduler mess I'll have a microtask queue and event queue
L2944[23:26:33] <ds84182> which would be kinda sorta going back to the old design
L2945[23:28:50] ⇦ Quits: Doty1154 (~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net) (Ping timeout: 384 seconds)
L2946[23:29:11] ⇨ Joins: Doty1154 (~Doty1154@46.246.124.44)
L2947[23:34:11] ⇨ Joins: brandon3055_ (~Brandon@122.129.142.14)
L2948[23:34:27] ⇦ Quits: brandon3055 (~Brandon@122.129.142.14) (Read error: Connection reset by peer)
L2949[23:49:12] ⇨ Joins: Saintmare (~Saintmare@217.144.175.95)
L2950[23:50:13] <gamax92> ds84182: yay
L2951[23:51:38] <TheCryptek> How do we charge drones?
L2952[23:51:52] <gamax92> seriously though just note that ocemu can mask issues like using a component over a c boundary, having it yield
L2953[23:52:21] <gamax92> it's also much faster than OC, things that run good in ocemu can run like potatoes in minecraft
L2954[23:55:03] <gamax92> ds84182: you can test that by going into apis/component.lua and changing direct=(something), forcing machine.lua to yield for component access
L2955[23:58:22] <gamax92> I need to change up main.lua to draw the screen on function yield from machine.lua
<<Prev Next>> Scroll to Top