<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:47:34] <gamax92> time to see how fast pushing ~200 MB of data over adb is
L2[00:47:56] <gamax92> adb over wifi, that is
L3[00:50:01] <xarses> AmandaC: Xilandro: XD wrong syntax of ...
L4[00:50:18] <Xilandro> wa- oh
L5[00:50:52] <xarses> https://gist.github.com/xarses/3b486081dd423a3947189c48faac0f97/revisions
L6[00:52:20] <Temia> Huh.
L7[00:52:25] <Temia> PxTone works surprisingly well in Wine.
L8[00:53:15] ⇦ Quits: Ashindigo_ (uid202308@id-202308.hathersage.irccloud.com) (Quit: Connection closed for inactivity)
L9[00:54:44] <Xilandro> So wait, xarses
L10[00:54:56] <Xilandro> When you send a message, do you send a table of things, or just more than one item
L11[00:54:57] <gamax92> Temia: oooh :o
L12[00:55:26] <Temia> Don't mind me, I just had a sudden urge to dig into my chip collections
L13[00:55:35] <Temia> Which meant a lot of modtracker and Pxtone music
L14[00:55:57] <xarses> Xilandro: I'm not sending tables, that doesn't work, but you can send up to some magic config value of pos args
L15[00:56:30] <Xilandro> And table.unpack magically makes it work?
L16[00:56:32] <Xilandro> Or have you not tested yet
L17[00:56:39] <Temia> I thought I had some SID music somewhere too but I can't find it. .v.
L18[00:57:00] <xarses> because lists are tables with an implicit index, yes
L19[00:57:02] <Temia> So right now I'm just listening to virt's rendition of Dancing Mad in impulsetracker format.
L20[00:57:11] <xarses> and I have tested that
L21[00:57:11] ⇨ Joins: Away_21 (crystal@bronyville.me)
L22[00:57:14] <Temia> Because IIRC it ends with a chocobo theme, inexplicably
L23[00:57:43] <gamax92> Temia: once upon a time I had the entire modarchive downloaded, it's like 40GB of files
L24[00:58:11] <Temia> aaaaa there it is
L25[00:58:20] <Temia> Hee
L26[00:59:37] <xarses> XD the other, more complicated thing still doesn't work =(
L27[01:00:21] <Temia> And the chocobo theme loops on its own
L28[01:00:24] <Temia> Not even going to stop the song
L29[01:07:46] <xarses> Xilandro: oh, it seems i forgot the {}
L30[01:07:47] <xarses> https://gist.github.com/xarses/3b486081dd423a3947189c48faac0f97/revisions
L31[01:08:21] ⇨ Joins: Thiakil (webchat@office-fibre.au.syrahost.com)
L32[01:08:28] <Xilandro> I think you actually want ({...})
L33[01:08:44] <Xilandro> The brackets convert the set of things into a list, and then the parentheses for the unpack function
L34[01:09:01] ⇦ Parts: Thiakil (webchat@office-fibre.au.syrahost.com) ())
L35[01:09:15] <xarses> it takes the {} as a replacement
L36[01:09:19] <xarses> for the ()
L37[01:09:22] <Xilandro> Ah, h m
L38[01:09:24] <Xilandro> Neat
L39[01:09:36] <Xilandro> Mind if I clone eh.lua for reasons
L40[01:09:42] ⇦ Quits: scj643 (~quassel@scj.theender.net) (Ping timeout: 186 seconds)
L41[01:09:43] <xarses> eh
L42[01:09:46] <xarses> =)
L43[01:09:52] <xarses> what ever you need =)
L44[01:10:15] <gamax92> table.unpack{...}
L45[01:10:18] ⇨ Joins: scj643 (~quassel@scj.theender.net)
L46[01:10:22] <gamax92> why not just: ...
L47[01:11:03] <xarses> you mean not table.unpack at all?
L48[01:11:13] <xarses> iirc print doesn't like it
L49[01:11:17] <gamax92> it does
L50[01:12:15] <gamax92> the only difference between the two is that print(table.unpack{...}) can drop nils at the end of the varargs, while print(...) will pass all nils in
L51[01:12:43] <xarses> hmm
L52[01:12:52] <xarses> what changes the case for " result = {event.pull(10)}
L53[01:12:53] <xarses> print(table.unpack(result))
L54[01:12:53] <xarses> "
L55[01:13:21] <xarses> because someone helped me with that, something about it not capturing all of the args otherwise
L56[01:14:36] <gamax92> I'm assuming in this case that you use result beyond the print statement, in which that's fine
L57[01:15:07] ⇦ Quits: Totoro (~totoro@fomalhaut.me) (Ping timeout: 201 seconds)
L58[01:15:15] ⇨ Joins: Totoro (~totoro@fomalhaut.me)
L59[01:15:44] ⇦ Quits: CompanionCube (~samis@osiris.stary2001.co.uk) (Ping timeout: 201 seconds)
L60[01:15:44] <xarses> yay, we need an achievement for actually successfully passing and using data from two machines
L61[01:15:50] <gamax92> but again, {} doesn't preserve nils at the end of what's put into it, table.pack does by setting a n key as well
L62[01:16:06] <Xilandro> Also, anyone who knows what would be needed, please PR the necessary pastebin changes
L63[01:16:13] <Xilandro> So that doesn't break come August
L64[01:16:21] ⇦ Quits: wolfmitchell (~wolfmitch@149.56.182.12) (Ping timeout: 201 seconds)
L65[01:16:22] <gamax92> then instead of using #variable you use variable.n to get the true length
L66[01:16:32] <xarses> Xilandro: ?
L67[01:16:39] <Xilandro> Pastebin is switching to HTTPS
L68[01:17:02] ⇨ Joins: wolfmitchell (~wolfmitch@149.56.182.12)
L69[01:18:01] <xarses> oh ya, I thought that was patched already
L70[01:18:13] ⇨ Joins: CompanionCube (~samis@osiris.stary2001.co.uk)
L71[01:21:52] <Xilandro> I'd like to get the key shit working, too
L72[01:31:52] <Kodos> I kind of want to find an MCMMO server
L73[01:41:35] ⇨ Joins: TheMadMen (~themadmen@132.208.105.65)
L74[01:42:31] <Xilandro> Ugh, there's no easy way to rewrite a single line in a file with Lua, is there? I want to edit a value stored in a file
L75[01:45:41] <Xilandro> Fuck it, going to bed
L76[02:01:18] <Forecaster> what?
L77[02:03:51] <Lizzy> %remindme 11h get bike ready
L78[02:03:55] <MichiBot> I'll remind you about "get bike ready" at 04/18/2017 01:03:54 PM
L79[02:06:54] <Totoro> .игааук гтьукпу
L80[02:07:02] <Totoro> sorry =)
L81[02:19:08] ⇦ Quits: TheMadMen (~themadmen@132.208.105.65) (Remote host closed the connection)
L82[03:40:18] ⇨ Joins: Axiometry_ (~Axiometry@75.102.129.70)
L83[03:42:27] ⇦ Quits: Axiometry (~Axiometry@75.102.129.70) (Ping timeout: 200 seconds)
L84[03:51:05] ⇦ Quits: LeshaInc (~LeshaInc@fomalhaut.me) (Ping timeout: 190 seconds)
L85[03:53:25] ⇨ Joins: LeshaInc (~LeshaInc@fomalhaut.me)
L86[03:54:15] *** cbcercas|AFK is now known as cbcercas
L87[04:05:18] ⇨ Joins: TomyLobo (~TomyLobo@2a02:8109:87c0:20c:e0df:18f9:38e3:3722)
L88[04:06:56] <TomyLobo> question: is there any way to play back registered minecraft sounds with opencomputers?
L89[04:08:02] <TomyLobo> I'm asking because I made a computercraft addon back in 1.4 or 1.6 or something that added speakers and now i find myself playing a mod pack with opencomputers in it and some spare time on my hands :)
L90[04:09:25] <TomyLobo> http://www.computercraft.info/forums2/index.php?/topic/12493-147-cc-1481-ccnoise-generate-custom-sounds/ that one and it was 1.4.7
L91[04:11:52] <TomyLobo> hrm, the embedded video is broken for me. https://youtu.be/yu2eT2yygW8 this url works
L92[04:11:52] <MichiBot> CCNoise 0.0.4c quick demo | length: 32s | Likes: 0 Dislikes: 0 Views: 690 | by TomyLobo | Published On 3/5/2013
L93[04:16:23] <Forecaster> Isn't it great when people take screencaps, put them in a word document and attach that to the email?
L94[04:17:48] <Forecaster> And the number I wanted was in one of the pictures, but they're so compressed I can't read it
L95[04:18:06] <TomyLobo> There are worse alternatives, Forecaster. You do not want to think about them
L96[04:19:51] <TomyLobo> Writing it down on a piece of paper and faxing it, for instance
L97[04:19:51] <Forecaster> anything below serviceable is not acceptable
L98[04:19:56] <TomyLobo> or photos
L99[04:20:05] <Forecaster> we don't have fax...
L100[04:20:35] <TomyLobo> enjoy the noise then :)
L101[04:22:32] ⇨ Joins: Inari (~Pinkishu@p5DEC618F.dip0.t-ipconnect.de)
L102[04:22:52] <Forecaster> wut
L103[04:23:14] <TomyLobo> have you never been called by a fax device?
L104[04:23:29] <TomyLobo> https://oc.cil.li/index.php?/topic/115-mc-16417xoc-1311-masssound-addon/ oh, looks like there is sound addon already
L105[04:23:39] <TomyLobo> gamax92, are you still maintaining this? :)
L106[04:24:03] <Forecaster> how would I hear any noises if we *don't* have fax > _ >
L107[04:24:28] <TomyLobo> Forecaster that answers my question :)
L108[04:25:08] <Forecaster> ...okay
L109[04:25:20] <TomyLobo> if someone dials your *phone* number on their fax device and you pick up the call, you'll hear weird noises
L110[04:25:40] <Forecaster> oh that
L111[04:25:42] <TomyLobo> remember the noise dial-up modems made? that kind of noise, just... different
L112[04:26:00] <Forecaster> I don't take phonecalls either
L113[04:28:50] <TomyLobo> Forecaster oh, was that mail minecraft-related?
L114[04:29:36] <Forecaster> no
L115[04:29:55] <TomyLobo> phew, for a minute there i thought that there are young people who get this kind of idea
L116[04:30:29] <TomyLobo> or young-in-mind
L117[04:33:21] <Inari> live-in-maid
L118[04:33:47] <TomyLobo> what
L119[04:35:22] <Inari> :3
L120[04:35:45] <Inari> Your name sounds somehow familiar
L121[04:37:59] <TomyLobo> i dunno, i made some waves back when bukkit still existed. also, wiremod
L122[04:38:32] <TomyLobo> making waves = requesting low-level features bukkit would not accept, then complaining about it
L123[04:39:05] <TomyLobo> s/existed/was a thing/
L124[04:39:05] <MichiBot> <TomyLobo> i dunno, i made some waves back when bukkit still was a thing. also, wiremod
L125[04:39:16] <TomyLobo> apparently it still didnt die
L126[04:40:27] <TomyLobo> oh well, apparently it still did, they just kept the page alive for years after they got their stuff DMCA'd
L127[04:50:31] <Forecaster> Still alive! Science etc
L128[04:51:41] ⇨ Joins: MalkContent (~MalkConte@p4FDCF6B6.dip0.t-ipconnect.de)
L129[04:51:46] <Skye> Inari, don't freak out new people with your innuendo
L130[04:51:50] <Skye> Ch
L131[04:51:55] <Skye> Oos
L132[04:51:57] <Skye> Oops
L133[04:53:21] <Forecaster> %juggle
L134[04:53:25] * MichiBot juggles with DEATH, sayomonella & Izari
L135[04:53:26] * MichiBot drops Izari which takes 3 damage
L136[04:53:27] <MichiBot> ohno
L137[04:55:28] <Inari> Skye: Hows that an ainnuendo
L138[04:56:10] <TomyLobo> it's an aintnuendo
L139[04:57:59] <Forecaster> it's an inariuendo
L140[05:06:52] <Inari> ~ ~ ~ ~ ❤
L141[05:07:39] <TomyLobo> outuendo (n.) - innuendo, suffixed with ", geddit?"
L142[05:11:32] <Mettaton_Fab> anyone want to hear the ET theme in disco version?
L143[05:12:59] <TomyLobo> no, i dont think there is anyone, anywhere
L144[05:13:06] <Mettaton_Fab> oik
L145[05:13:11] <Mettaton_Fab> *ok
L146[05:13:51] <MalkContent> funny that you should ask. i got up this morning and thought to myself "i really want to hear the et theme in disco version"
L147[05:14:03] <Mettaton_Fab> sarcasm
L148[05:14:38] <MalkContent> tbh im interested now
L149[05:14:44] <MalkContent> i dont even remember the et theme
L150[05:14:49] <Mettaton_Fab> https://www.youtube.com/watch?v=fqgxPFDJ-iw
L151[05:14:50] <MichiBot> THEMES FROM E T WALTER MURPHY | length: 3m 55s | Likes: 103 Dislikes: 1 Views: 4,494 | by Julian De Landaverde | Published On 20/11/2010
L152[05:14:52] <Mettaton_Fab> here
L153[05:17:04] <MalkContent> ty
L154[05:17:10] <MalkContent> neat
L155[05:17:18] <Mettaton_Fab> disco makes everything better
L156[05:17:33] <Mettaton_Fab> well, except for the one pr0n nobody should ever watch
L157[05:17:46] <Inari> platinum disco?
L158[05:18:24] <Inari> https://www.youtube.com/watch?v=Zh9lynUFikc ~
L159[05:18:24] <MichiBot> Platinum Disco FULL SUB HQ (Nisemonogatari Opening 3) by Yuka Iguchi | length: 4m 16s | Likes: 8,813 Dislikes: 151 Views: 1,824,274 | by oreomonogatari | Published On 18/8/2015
L160[05:25:21] <Mettaton_Fab> not that!
L161[05:25:40] <Mettaton_Fab> this here iswhat i mean with disco: https://www.youtube.com/watch?v=dWRWYYt47RI
L162[05:25:40] <MichiBot> Star Wars Theme - Disco version | length: 3m 33s | Likes: 6,588 Dislikes: 93 Views: 968,085 | by lcozzarelli | Published On 5/7/2009
L163[05:32:01] <Inari> https://www.youtube.com/watch?v=V7gIQmdTcZQ still the best scene
L164[05:32:02] <MichiBot> Onii-chan helping little sister brush her teeth | length: 4m 16s | Likes: 85 Dislikes: 11 Views: 14,948 | by Doctorwho2421 | Published On 29/11/2014
L165[05:43:38] <Forecaster> ...
L166[05:44:24] ⇦ Quits: brandon3055 (~Brandon@122-129-151-91.dynamic.ipstaraus.com) (Read error: Connection reset by peer)
L167[05:45:36] <Inari> ;3
L168[05:50:45] ⇨ Joins: BearishMushroom (~BearishMu@90-231-174-194-no159.tbcn.telia.com)
L169[05:52:28] <g> haha, I remember seeing that somewhere years ago
L170[05:53:17] <Izaya> ssh-copy-id is going to be very confused
L171[05:53:27] <Izaya> when it hits the Windows virtual machine
L172[05:56:10] <TomyLobo> as long as there's a ~
L173[06:00:22] <Izaya> Well, there's a user folder, but there's no sshd
L174[06:15:53] <LuMistry> Greetings
L175[06:32:10] ⇨ Joins: MalkContent_ (~MalkConte@p4FDCF6B6.dip0.t-ipconnect.de)
L176[06:34:36] <MGR> Of course we don't know exactly how physically correct the demo was, but it did look fairly convincing - especially given the number of exploding gas stations we've seen.
L177[06:34:43] <MGR> Also, hello LuMistry
L178[06:34:51] <LuMistry> Hello @MGR how are you?
L179[06:34:58] <MGR> I am well, thank you
L180[06:37:28] ⇦ Quits: MalkContent (~MalkConte@p4FDCF6B6.dip0.t-ipconnect.de) (Ping timeout: 383 seconds)
L181[06:37:47] <Izaya> automation ftw
L182[06:38:00] <Izaya> all I need to input to install a VM now is the hostname
L183[06:38:22] <Izaya> gonna need to do a setup to download ssh public keys automatically and such but I'll get to that
L184[06:38:48] <LuMistry> Congratulations
L185[06:41:51] <Izaya> Can wget deal with gopher?
L186[06:42:06] <Izaya> Don't want to bother with a http server on the admin VM
L187[07:00:06] ⇨ Joins: MechWipf (webchat@p508F4F1C.dip0.t-ipconnect.de)
L188[07:00:55] ⇦ Quits: MechWipf (webchat@p508F4F1C.dip0.t-ipconnect.de) (Client Quit)
L189[07:04:34] ⇨ Joins: MechWipf (webchat@kiwigaming.de)
L190[07:06:26] <20kdc> Izaya: Not sure if wget can deal with gopher, but netcat can, I think
L191[07:06:51] <20kdc> Because the stuff a Gopher server sends is the raw data IIRC.
L192[07:07:04] <20kdc> So you can just pipe in your request and pipe out your file.
L193[07:10:18] <20kdc> `echo "/overbite^M" | nc gopher.floodgap.com 70` (note: the ^M is Ctrl-V then Enter in a terminal)
L194[07:10:44] <20kdc> would be an simple Gopher "client".
L195[07:11:33] <20kdc> But I just get "gopher://gopher.floodgap.com: Unsupported scheme ‘gopher’." from wget.
L196[07:12:47] ⇨ Joins: Ashindigo_ (uid202308@id-202308.hathersage.irccloud.com)
L197[07:13:31] <20kdc> Maybe there should be 3 versions of any online service. The fancy HTML5 + JS version. The Gopher version. And the Gopher-proxy-version which is served to anyone who can't use the HTML5 + JS version and doesn't have a Gopher client. (Of course, all 3 versions have to be fully functional.)
L198[07:15:19] <20kdc> (Reasoning here is: Gopher stuff is easy to write, Gopher proxies are easy to get ahold of, and you're much more likely to write a fully functional application if you aren't going to go through Browser Compatibility Hell trying to write it.)
L199[07:15:44] <Izaya> Gopher/Gopher proxy as the mobile site would be nice
L200[07:16:17] <Izaya> I'd actually want to use mobile sites then.
L201[07:16:32] <20kdc> Hmm... I'd say that actually , where possible, the mobile site is best done with HTML5 + JS because that way you have the *ability* to perform as much bandwidth-saving optimization as possible
L202[07:17:26] <Izaya> If you compressed it when you added encryption it'd be almost as good
L203[07:17:30] <Izaya> (I know actual gopher has neither)
L204[07:17:40] <20kdc> Gopher over SSL maybe?
L205[07:17:43] <Skye> There needs to be a gopher client that works on modern android.
L206[07:17:56] <Izaya> There was last I checked?
L207[07:18:14] <20kdc> Skye: there is, it's called a terminal emulator + Lua + a tiny Lua script + netcat.
L208[07:18:20] <Izaya> ... huh
L209[07:18:24] <Izaya> nothing on F-Droid
L210[07:18:41] <Skye> Izaya, overbite doesn't have menus on modern android
L211[07:18:49] <20kdc> In any case, gopher/gopher proxies *are* pretty bandwidth-light
L212[07:19:01] <20kdc> so I guess that's a possible way through
L213[07:19:25] <Izaya> either way, gopher interface on a phone would almost always be superior to the 200 GB mobile sites there are now
L214[07:19:27] <MGR> So many strange acronyms
L215[07:19:40] <20kdc> gopher is not an acronym
L216[07:19:51] <MGR> and names
L217[07:19:56] <20kdc> gopher is not strange
L218[07:20:06] <20kdc> it's a cute fuzzy ~~murderous~~ animal
L219[07:20:11] <20kdc> ...I think
L220[07:20:20] <Izaya> gophers are strange
L221[07:20:27] <Izaya> they're not spiky or nocturnal enough
L222[07:20:41] <MGR> You missed my point, but that's fine
L223[07:20:43] <Izaya> all our small creatures like that are either spiky, scaly or nocturnal
L224[07:21:28] <20kdc> Gopher interface on a phone would be a good idea. The ability to have local processing is always good for bandwidth if you use it right and don't just waste it, but in practice, people are going to and will waste it, so it doesn't really matter.
L225[07:22:14] <Izaya> The Register recently added a bitcoin miner to their client-side javascript
L226[07:22:19] <20kdc> they did what
L227[07:22:29] <Izaya> I find that entertaining
L228[07:22:36] <Izaya> and am glad I block javascript
L229[07:22:43] <20kdc> On the one hand it's *exactly* in line with what the Register consider humor
L230[07:22:52] <20kdc> this is the people that now have the BOFH writer on their team IIRC
L231[07:22:59] <20kdc> on the other hand WTF
L232[07:23:08] <Forecaster> I'm glad I never visit the register, whatever that is
L233[07:23:15] <Forecaster> a publication I'm guessing?
L234[07:23:20] <Izaya> https://www.theregister.co.uk/2017/04/01/invisible_bitcoin_paywall/
L235[07:23:30] <20kdc> ...wait a sec.
L236[07:23:33] <20kdc> /04/01
L237[07:23:39] <20kdc> April first. Let me go check CPU usage.
L238[07:23:43] <Izaya> yeah I thought it might be
L239[07:24:04] <20kdc> Ok, WTF are they doing to page content paragraphs
L240[07:24:13] <20kdc> They're messing with opacity for no reason
L241[07:24:48] <Forecaster> the link to the supposed security schema is a rickroll
L242[07:25:14] <MGR> The patent is a joke
L243[07:25:16] <Forecaster> just in case you weren't sure it was a prank
L244[07:25:17] <MGR> It's about bags
L245[07:25:27] <20kdc> The application has no "Service Workers" if that's what they mean
L246[07:25:35] <Forecaster> also if you have javascript enabled the text on the page fades in and out slowly
L247[07:25:38] <Izaya> well, I believed that for... 18 days. Well played.
L248[07:25:55] <Izaya> But yeah they mentioned that that was how you could tell it was running
L249[07:26:02] <Izaya> faded and unfaded text at random
L250[07:26:04] <Forecaster> as in it fades to slightly gray and back
L251[07:26:20] <MGR> Honestly, that's a genius idea
L252[07:26:40] <Forecaster> fading text?
L253[07:26:43] <20kdc> Ah, there's a critical way you can tell it's a joke
L254[07:26:44] <MGR> Google should do it and become even more insanely rich
L255[07:26:50] <MGR> @Forecaster no, the bitcoin mining
L256[07:26:53] <20kdc> "to find disruptive ways". These people being the kind of people who know "disruptive" is buzzword BS
L257[07:27:07] <AmandaC> Inari: chuu-chuu yeah!
L258[07:27:13] <20kdc> Unless of course they mean disruptive as in it actively disrupts your ability to use their site.
L259[07:27:15] <20kdc> Then it works.
L260[07:27:46] <Forecaster> I just discovered that discord has a giant warning in the JS console not to paste things there from strangers
L261[07:28:08] <MGR> Sounds reasonable
L262[07:28:22] <AmandaC> Facebook has that same warning
L263[07:28:29] <20kdc> Forecaster: why don't you paste `pleaseInfectMeWithVirii()`?
L264[07:29:10] <MGR> AmandaC, did you get my PM?
L265[07:29:15] <Forecaster> because it'd give me an "undefined" error :P
L266[07:29:27] <20kdc> ok, some of these links are nonsensical
L267[07:29:35] <MGR> @20kdc It's a troll
L268[07:29:37] <AmandaC> @MGR yes, and It's kinda-fixed, in that it's not an infinite loop of spam now, but just one duplicate
L269[07:29:46] <20kdc> the Register's IP licensing portal goes to let me apply for the BBC TV Show "Pointless"
L270[07:29:51] <20kdc> because sure that makes sense
L271[07:30:04] <20kdc> the patent is on a paper bag with recycled paper in it
L272[07:30:21] <MGR> @20kdc It's a troll though
L273[07:30:21] <20kdc> and the source code is apparently a 2010 archive.org link on rick astley
L274[07:30:27] <MGR> Did you expect actual links?
L275[07:30:43] <20kdc> I expected actual links which made at least some coherent sense, if only to continue the joke
L276[07:30:44] <AmandaC> Also, wasn't some NJ company shut down for doing bitcoin mining in place of showing ads?
L277[07:30:48] <MGR> Ah
L278[07:30:57] <MGR> AmandaC, why would that happen?
L279[07:31:04] <MGR> That company is obviously onto the right idea
L280[07:31:24] * LuMistry doesn't need to bitcoin mine to earn money
L281[07:31:38] <20kdc> remember: it is probably perfectly legal to use your clients as your data storage service so long as they aren't storing personal data
L282[07:31:39] <AmandaC> They offered it as a service, and some law says it's illegal to generate money using someone else's resources without their consent or similar.
L283[07:32:00] <MGR> Darn
L284[07:32:15] <AmandaC> I believe it was a federal judge in NY that shut it down
L285[07:32:26] <AmandaC> Ordering a cease and desist
L286[07:32:31] <MGR> Aw
L287[07:32:46] <MGR> Just bury it in their T&C
L288[07:32:55] <MGR> Nobody that isn't me reads those
L289[07:34:56] <AmandaC> @MGR "Welcome to our free news blog, to get started, read and agree to this T&C and then you can read the blog article you were linked!"
L290[07:35:14] <MGR> You'd have to do that?
L291[07:35:22] <MGR> You can't just have a link to the T&C at the bottom of the page?
L292[07:36:34] <AmandaC> That'd probably not fall under "Explicit consent" no
L293[07:36:46] <MGR> Shucks
L294[07:36:57] <MGR> The law is always getting in the way for my plans of world domination
L295[07:37:07] <MGR> Wait, I don't think I was supposed to say that
L296[07:37:35] <AmandaC> It's pretty obvious you have world domination plans
L297[07:37:45] * Ashindigo_ takes note of MGR's plans
L298[07:37:46] <AmandaC> "Global Empire this, global empire that"
L299[07:37:52] <MGR> I actually don't
L300[07:38:05] ⇨ Joins: SixDev (uid64016@id-64016.hathersage.irccloud.com)
L301[07:38:18] <MGR> I have control over myself in the real-world, and I don't see that changing
L302[07:38:37] <MGR> And the GE isn't about world domination
L303[07:38:42] <MGR> Or controlling people
L304[07:39:16] <20kdc> riiiight.
L305[07:39:34] * AmandaC 's poker face breaks, bursts out laughing
L306[07:39:36] <20kdc> "Your thoughts, are mine." - Important Quote From Important Fictional Character That Represents The Global Empire
L307[07:39:50] <MGR> Unless there's some new tech I haven't seen, I can't control people over the Internet
L308[07:40:03] <MGR> @20kdc I don't even know how I would accomplish that
L309[07:40:15] <20kdc> You know of the character in question, MGR?
L310[07:40:23] <MGR> The GE was designed to agglomerate brainpower and resources
L311[07:40:34] <20kdc> "agglomerate brainpower and resources"
L312[07:40:36] <MGR> Getting people to work together, without controlling them
L313[07:40:39] <20kdc> sounds pretty worlddominatey tome
L314[07:40:49] <20kdc> * to me
L315[07:41:13] <MGR> By "agglomerate brainpower and resources" I mean having people interact with each other and meet new citizens, not putting them on chain gangs or something
L316[07:41:25] <20kdc> riiiight
L317[07:41:25] <MGR> I also don't know of the character in question
L318[07:41:35] <AmandaC> There's far less obvious ways to control people, you know.
L319[07:41:43] <MGR> How?
L320[07:42:04] <MGR> Because I know of fear and love, and not much else
L321[07:42:14] <20kdc> MGR: The character is the 'Y' in RA2:YR.
L322[07:42:16] <AmandaC> misdirection
L323[07:42:21] <MGR> And I don't plan on using either to control people, because I don't plan on controlling people
L324[07:42:31] <MGR> @20kdc And what is RA2:YR?
L325[07:42:41] <20kdc> You don't know? I'm surprised.
L326[07:42:41] <MGR> Misdirection can only last for so long
L327[07:42:43] <AmandaC> Red Alert 2: Yuri's Revenge
L328[07:42:45] <MGR> It's short sighted
L329[07:43:05] <MGR> Unless you reached a critical mass of computational power
L330[07:43:06] <AmandaC> Depends how complete it is. if the GE was the only brtidge to talk to people through, it'd be pretty trivial to do
L331[07:43:27] <MGR> That's true, but I can't control all of people's communications
L332[07:44:30] <AmandaC> No, but if the world they see talking to people through GE is better than the world they see elsewhere, simple psycology will dictate their brainwashing into GE
L333[07:44:33] <MGR> Tbh, the GE wasn't exactly the best naming scheme, but I don't plan on world domination
L334[07:44:53] <MGR> That's true, but I can't see how I would accomplish that
L335[07:45:00] <MGR> Unless Matrix
L336[07:45:02] <AmandaC> And boom, GE isn't a meeting of minds, it's a cult.
L337[07:45:57] <AmandaC> You see this on a different scale with things like twitter / facebook / reddit / etc.
L338[07:46:09] <AmandaC> "People there get me!"
L339[07:46:42] <Corded> * MGR doesn't use social media other than G+
L340[07:46:44] <AmandaC> You humans have this strange desire to fit yourselfs neatly into a box.
L341[07:47:00] <MGR> And I only use G+ for funny tech pictures
L342[07:47:43] <20kdc> AmandaC: We're like cats!
L343[07:48:04] <AmandaC> @20kdc I resent that implication (she says, from a box)
L344[07:48:14] <MGR> The GE isn't a cult though
L345[07:48:33] <AmandaC> Maybe not what it started out as. Nothing starts as a cult.
L346[07:48:44] <MGR> It's a low-key government that encourages cooperation
L347[07:48:51] <MGR> Well, it's still not a cult
L348[07:49:09] <20kdc> Let's see. Low-key government-like bodies that encourage cooperation. Raise your hand if "Scientology" meets the criteria.
L349[07:49:14] <MGR> If people start worshipping me, I'm not going to say "don't do that", but it's definitely not something I'd start or encourage
L350[07:49:26] <MGR> I'm not a cult or a religion though
L351[07:49:49] <Inari> ← + → = 䌢
L352[07:50:29] * AmandaC cuddles up with Inari.
L353[07:50:29] <MGR> ?
L354[07:50:30] <20kdc> I got the joke!
L355[07:50:40] <MGR> I didn't....
L356[07:50:51] <AmandaC> MGR doesn't chuu-chuu. :(
L357[07:50:56] <Izaya> left plus right equals square doesn't mean anything to me
L358[07:50:57] <MGR> ???????
L359[07:51:13] <MGR> I believe what's on the right is (kanji?)
L360[07:51:19] <MGR> Could be Japanese
L361[07:51:44] * Ashindigo_ translates it
L362[07:51:52] * Ashindigo_ still doesn't get it
L363[07:52:07] <20kdc> Inari: I've DM'd you what I believe is the solution to the puzzle, am I right or wrong?
L364[07:54:54] <AmandaC> She's probably back chuu-chuuing
L365[07:55:23] <MGR> ??????????
L366[07:57:37] <20kdc> I'd ask what "chuu-chuuing" means, but do I want to know?
L367[07:58:10] <XDjackieXD> I'd assume that it is nothing that you shouldn't google xD
L368[07:58:25] <20kdc> I would assume the exact opposite
L369[07:58:51] <XDjackieXD> I'm afraid now :3
L370[08:05:51] <AmandaC> @20kdc check your DMs from Corded
L371[08:06:30] <20kdc> Ah.
L372[08:06:47] <Inari> Also 20kdc got it right xD
L373[08:07:19] <MGR> What was the solution, and what was the puzzle?
L374[08:07:36] <Inari> Not really a puzzle anyway
L375[08:08:14] * AmandaC boops Inari, to make her notice her presence in her lap
L376[08:08:20] <Inari> :P
L377[08:08:21] <Inari> Ohi
L378[08:08:25] <AmandaC> Hai. :3
L379[08:08:30] <Inari> %pet AmandaC
L380[08:08:34] * MichiBot brushes AmandaC with medigel. AmandaC recovers 7 health!
L381[08:08:40] <AmandaC> oh, nice
L382[08:09:00] <Inari> @MGR it's just an equation really
L383[08:09:12] <MGR> And what is the equation?
L384[08:09:32] <Inari> ← + → = 䌢
L385[08:10:38] <Inari> (U+2190) + (U+2192) = (U+4322) basically
L386[08:11:35] <Inari> But yes, it was inspired by dragon maid's stuff :P
L387[08:11:38] <Inari> which would be more like
L388[08:11:56] <AmandaC> <- + -> = <->
L389[08:11:59] <Inari> ← + → = 䌢↔
L390[08:12:01] <Inari> ← + → = ↔
L391[08:12:03] <AmandaC> ( I cba to do the unicode.)
L392[08:12:07] <Inari> :P
L393[08:12:08] <MGR> Ah
L394[08:12:19] ⇦ Quits: cloakable (~cloakable@cpc87219-aztw31-2-0-cust211.18-1.cable.virginm.net) (Quit: No Ping reply in 180 seconds.)
L395[08:12:22] <Inari> Also
L396[08:12:23] <Inari> I'm bored
L397[08:12:37] <MGR> Do a push-up
L398[08:12:42] <Inari> Ew
L399[08:12:59] <Ashindigo_> snuggle with amanda
L400[08:13:34] ⇨ Joins: cloakable (~cloakable@cpc87219-aztw31-2-0-cust211.18-1.cable.virginm.net)
L401[08:13:54] <MGR> OH NO!
L402[08:14:00] <MGR> I FORGOT TO CREAT GGEAA
L403[08:14:01] <Ashindigo_> ?
L404[08:14:04] <Ashindigo_> oh
L405[08:14:08] <MGR> I'm so sorry Inari ?
L406[08:14:19] <MGR> I will not fail you again
L407[08:14:35] <LuMistry> Inari: You have failed me for the last time @MGR *force choke*
L408[08:15:43] <MGR> Ack
L409[08:15:49] <Inari> Nono, you don't choke people
L410[08:15:49] <vifino> wat.
L411[08:15:52] <Inari> You need to kill them faster
L412[08:15:59] <Inari> Choking might turn them on for all I know
L413[08:16:31] <MGR> I am not turned on by injury
L414[08:16:45] <LuMistry> Inari, you know that's outside my purview
L415[08:16:50] <Mettaton_Fab> Inari: masochist is what you want to say
L416[08:16:51] <LuMistry> Also, I was making a reference
L417[08:17:02] <Forecaster> %juggle
L418[08:17:05] * MichiBot juggles with new IThrustable()\;, an unpainted figure of Ashindigo_ & windows updates
L419[08:17:07] * MichiBot drops windows updates which takes 2 damage, windows updates rides off into the sunset on a horse with no name.
L420[08:17:08] <MichiBot> Fore!
L421[08:17:23] <Inari> MichiBot: The cat
L422[08:17:27] <Inari> +?
L423[08:17:42] ⇨ Joins: Guest48269 (~SentientT@ip5657cbb2.direct-adsl.nl)
L424[08:19:04] <Inari> Guest{GUEST_NUMBER_HERE}: Welcome Guest{GUEST_NUMBER_HERE}! Please join our fun talks about {CHANNEL_TOPIC_HERE} in {CHANNEL_NAME_HERE}!
L425[08:19:45] <Forecaster> %hello
L426[08:19:45] <MichiBot> Hello! Welcome to #oc! The one and only opencomputers channel! Please ask your questions directly and provide error/code examples! (Use pastebin.com if theyre more than one line!)
L427[08:21:51] ⇦ Quits: Backslash (~Backslash@ip-95-223-63-212.hsi16.unitymediagroup.de) (Quit: Leaving)
L428[08:22:00] <Forecaster> %delcommand hello
L429[08:22:00] <MichiBot> Forecaster: Command deleted
L430[08:22:08] <Inari> :o
L431[08:22:14] * Ashindigo_ adds %bye
L432[08:22:20] * Inari draws eyeliner onto AmandaC
L433[08:22:38] <Forecaster> %addcommand hello Hello! Welcome to #oc! The one and only opencomputers channel! Please ask your questions directly and provide error/code examples! (Use pastebin.com if theyre more than one line!) Don't mind the random conversation you might have walked into.
L434[08:22:39] <MichiBot> Forecaster: Command Added
L435[08:22:50] <Inari> Heh
L436[08:23:15] <Forecaster> %addcommand bye Don't let the door hit you on the way out!
L437[08:23:15] <MichiBot> Forecaster: Command Added
L438[08:25:17] <LuMistry> %bye
L439[08:25:18] <MichiBot> Dont let the door hit you on the way out!
L440[08:25:27] <Ashindigo_> :o
L441[08:26:21] <MGR> @20kdc I'm not a psychic evil dude
L442[08:26:25] <MGR> And I'm not Russian
L443[08:27:02] <20kdc> Doesn't matter if you're russian or not.
L444[08:27:15] <20kdc> What matters is are you a psychic evil person, and I'm going to guess "yes"
L445[08:27:29] <MGR> I'm not psychic or evil
L446[08:28:01] ⇨ Joins: Backslash (~Backslash@ip-95-223-63-212.hsi16.unitymediagroup.de)
L447[08:37:13] ⇨ Joins: reinei (~reinei@uhh-wlan-fo-134-100-17-52.rrz.uni-hamburg.de)
L448[08:47:08] <Forecaster> That's what an evil person would say!
L449[08:48:49] <vifino> Indeed.
L450[08:49:01] <MGR> If that's the case, it's impossible to prove I'm not evil
L451[08:49:10] <MGR> Which puts me in an untenable position
L452[08:50:36] <Forecaster> we could throw you in a lake and see if you float
L453[08:50:47] <Forecaster> I hear that's a sure way of determining it
L454[08:50:56] <MGR> Yes
L455[08:51:05] <MGR> If I float, I'm evil and you get to behead me
L456[08:51:10] <MGR> If I sink, I'm good, but I'm also dead
L457[08:51:14] <Inari> %inv create a toothbrush
L458[08:51:18] * MichiBot summons 'a toothbrush' and adds to her inventory. This seems very sturdy.
L459[08:51:19] <Forecaster> exactly, everybody wins!
L460[08:51:25] <Forecaster> (give or take)
L461[08:52:30] ⇦ Quits: reinei (~reinei@uhh-wlan-fo-134-100-17-52.rrz.uni-hamburg.de) (Quit: Bye)
L462[08:53:20] <MGR> Yeah, I definitely win with that
L463[08:57:02] <Forecaster> well you'd be dead, so you wouldn't count as an everybody at that point :P
L464[08:57:13] <MGR> True
L465[08:58:18] <MGR> http://www.anandtech.com/show/11278/amd-radeon-rx-580-rx-570-review
L466[08:58:30] <MGR> RX 500 series has released!
L467[08:58:50] * Michiyo tries to find her give-a-fucks
L468[08:58:53] <Michiyo> nope... still gone.
L469[08:58:54] <Michiyo> :D
L470[08:59:11] <MGR> Cool
L471[09:00:05] <Forecaster> did you check the attic?
L472[09:00:30] ⇦ Quits: cloakable (~cloakable@cpc87219-aztw31-2-0-cust211.18-1.cable.virginm.net) (Read error: Connection reset by peer)
L473[09:00:36] ⇨ Joins: cloakable (~cloakable@cpc87219-aztw31-2-0-cust211.18-1.cable.virginm.net)
L474[09:01:22] <Michiyo> Yep
L475[09:02:13] <Forecaster> oh well
L476[09:06:54] <Michiyo> Ok... now to see if I can make my script not mess with PMs from corded..
L477[09:07:52] * Michiyo pokes Python
L478[09:07:57] <Michiyo> do what I want...
L479[09:08:02] <Forecaster> python explodes
L480[09:08:37] <MGR> http://dilbert.com/strip/1995-04-03
L481[09:08:51] <Michiyo> @Forecaster sounds about right ATM..
L482[09:10:23] <Saphire> HALP
L483[09:10:25] * Saphire whimpers
L484[09:10:40] * Skye pats Saphire
L485[09:10:42] <Skye> what's wrong
L486[09:13:41] <Saphire> ...I should be doing essay
L487[09:13:59] <Saphire> Instead I debug my shitty parser of horribly unused and outdated protcol
L488[09:14:48] <Corded> * Forecaster whacks Saphire with a newspaper
L489[09:14:55] * Saphire burns it
L490[09:14:59] <Forecaster> do the essay or you might regret it later
L491[09:17:42] <Skye> Saphire, what protocol?
L492[09:17:43] *** Lily is now known as Vi
L493[09:19:31] <Saphire> Skye: MCP
L494[09:19:48] <Skye> Saphire, eh?
L495[09:20:58] <Saphire> Skye: google "Mud Client Protocol"
L496[09:21:30] <Michiyo> K, so seems I can't check the "gui color" of a channel from the API :/
L497[09:27:36] <Mimiru> Test
L498[09:27:41] <Michiyo> nope, broke it.. lol
L499[09:28:18] <Mimiru> Testing again.
L500[09:28:24] * Michiyo sighs
L501[09:29:13] <Mimiru> merp
L502[09:31:38] <Mimiru> %flip Hexchat
L503[09:31:42] <MichiBot> Mimiru: (╯°□°)╯ʇɐɥɔxǝH
L504[09:33:05] <Mimiru> Merp
L505[09:33:09] <Michiyo> yay
L506[09:34:00] <Michiyo> Though.. I kinda wish it'd just work the other way
L507[09:34:03] <Michiyo> but meh..
L508[09:34:31] <Michiyo> Oh.. I wonder..
L509[09:34:47] <Saphire> https://gitlab.com/Saphire/smirc .-.
L510[09:36:30] <MGR> Oh come on
L511[09:36:47] <MGR> Why is Asus equipping their 580 with a 3-slot cooler?
L512[09:36:50] <MGR> That's huge
L513[09:37:02] <Mettaton_Fab> dunno
L514[09:37:26] <Mettaton_Fab> its AMD GPU, so there has to be a reason for that
L515[09:37:50] <MGR> @Mettaton_Fab There is not
L516[09:38:00] <MGR> It's only rated at 185W TBP
L517[09:39:08] <MGR> Sapphire's Nitro (which performs similarly in all regards) is dual-slot
L518[09:39:28] <MGR> I accept triple-slot coolers for 1080Ti level cards, but for a 580? too much
L519[09:46:37] * Inari melts MichiBot's polgyons
L520[09:47:02] <Forecaster> Inari: by being lewd?
L521[09:47:05] ⇨ Joins: fotoply (~fotoply@2-104-228-18-static.dk.customer.tdc.net)
L522[09:47:08] <Inari> ;3
L523[09:47:11] <Forecaster> or literally? :P
L524[09:47:19] <Inari> literally!
L525[09:47:23] <LuMistry> No
L526[09:47:26] <LuMistry> Don't do that
L527[09:49:38] * AmandaC knocks LuMistry's phone off the shelf anyway
L528[09:49:46] <LuMistry> What?
L529[09:50:05] <Inari> She's a cat
L530[09:50:11] <Inari> her job is basically to knock things off of things
L531[09:50:17] <LuMistry> I don't own a phone
L532[09:50:23] <Inari> You are a phone
L533[09:50:33] <MGR> UUUUUUUUUU, Gigabyte also did a 2.5 slot cooler ?
L534[09:50:36] * Saphire knocks off AmandaC off the shelf before she knocks off her teacup!
L535[09:50:43] <Saphire> s/off //
L536[09:50:43] <MichiBot> * Saphire knocks AmandaC off the shelf before she knocks off her teacup!
L537[09:50:45] <LuMistry> I'm not a phone
L538[09:50:45] * Inari uses a toothbrush on Saphire's tali
L539[09:51:19] <Inari> *tail
L540[09:51:26] * Saphire doesn't seem to have an immunodeficit alien on herself
L541[09:51:46] * Saphire curls tail around brush and tugs it
L542[09:52:11] <Inari> :P
L543[09:52:37] <Michiyo> So... on queries it seems the context is set incorrectly.. wtf
L544[09:52:51] <Saphire> I... wrote a MUD client
L545[09:53:00] <AmandaC> bad dragon!
L546[09:53:04] <Saphire> Which uses IRC as user interface
L547[09:53:07] <AmandaC> You should have done the essay!
L548[09:53:16] <Saphire> B-but..
L549[09:53:19] * Saphire pouts
L550[09:53:36] <AmandaC> Now you're going to fail and get kicked out of Asagawa Accadamy!
L551[09:53:51] <Izaya> AmandaC, says the talking cat?
L552[09:54:11] * Saphire pouts more
L553[09:55:19] <Inari> Hm
L554[09:55:39] <Lizzy> wow, this external monitor at work has a nice burn in the middle of it
L555[09:56:00] <Lizzy> i'm not suprised since it never turns off
L556[09:56:05] <MGR> Wow
L557[09:56:12] <MGR> Screen burn-in, or fire burn?
L558[09:56:25] <Lizzy> screen burn-in
L559[09:56:39] <Inari> anythign lewd?
L560[09:56:53] <AmandaC> Inari: gay sex1
L561[09:57:11] <Lizzy> litterally just a darker patch in the middle of the screen
L562[09:57:11] * Saphire shifts AmandaC
L563[09:57:25] <Izaya> LCD?
L564[09:57:28] <Saphire> Lizzy: wallpaper?
L565[09:57:31] ⇨ Joins: xarses_ (~xarses@8.39.49.133)
L566[09:58:04] <Corded> * MGR checks newegg for his 1080 Ti and sighs because it's still out of stock
L567[09:58:20] ⇨ Joins: andreww (~xarses@67.218.117.197)
L568[09:58:40] <Inari> Also I have an idea to easily compare stuff big numbers! I'll hash them!
L569[09:59:13] <AmandaC> Inari: crc16 should do!
L570[09:59:33] <Inari> I was thinkign of md5 or soemtihng, but maybe
L571[09:59:34] <Inari> :P
L572[09:59:35] <Izaya> Inari, n1 == n2
L573[09:59:38] <Izaya> :D
L574[09:59:43] <Inari> Izaya: I mean, visually
L575[09:59:51] <Izaya> oh
L576[10:00:58] <AmandaC> Inari: no no, md5 has far too many collisions!
L577[10:01:08] ⇦ Quits: xarses_ (~xarses@8.39.49.133) (Ping timeout: 201 seconds)
L578[10:01:10] <Inari> It does?
L579[10:02:13] <Saphire> Inari: SHA256
L580[10:02:19] *** cbcercas is now known as cbcercas|AFK
L581[10:02:36] <Saphire> i mean... technically files are huge numbers, if you look at them in correct way
L582[10:02:47] <Inari> Exactly!
L583[10:02:49] <AmandaC> Saphire: nah, that's overkill, CRC16 should do
L584[10:02:58] <Saphire> and git does comparision of them all the time?
L585[10:02:59] * AmandaC nods
L586[10:03:24] <Saphire> AmandaC: will it differ for "123" and "321"?
L587[10:03:55] * Saphire wonders how many old high-end GPUs MGR has
L588[10:04:27] <MGR> 0
L589[10:04:36] <AmandaC> Saphire: I'm being fastecious. :P
L590[10:04:54] <MGR> This is the first desktop I've built for myself, and the first computer I've bought with more power than a 960M
L591[10:05:21] <MGR> Saphire, this computer is the result of several years of saving, and will not be repeated for years
L592[10:05:25] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-091-089-189-253.hsi2.kabel-badenwuerttemberg.de)
L593[10:05:27] <Saphire> Oh
L594[10:05:40] <MGR> Yeah, I'm not rich ?
L595[10:09:06] ⇦ Quits: MechWipf (webchat@kiwigaming.de) (Quit: Web client closed)
L596[10:10:08] <AmandaC> ... what does putting a linked card in a relay do?
L597[10:10:36] <MGR> Excellent question
L598[10:10:55] <MGR> Does it make the linked card available for use by connected computers?
L599[10:11:44] <Lizzy> it allows you to link relays
L600[10:11:47] *** cbcercas|AFK is now known as cbcercas
L601[10:11:49] <Lizzy> same way as pcs
L602[10:12:04] <MGR> Please elaborate
L603[10:12:08] <Lizzy> I don't know what will happen if you have a linked card in a pc and another in a relay though
L604[10:12:23] <Lizzy> you know how relays work in Computers? Same thing but for relays
L605[10:12:30] <MGR> hmm
L606[10:12:50] <MGR> Does it duplicate all modem messages passing through that relay?
L607[10:14:07] <Lizzy> it works in the same way as if you connected the 2 relays together with a cable
L608[10:14:52] <MGR> Ok
L609[10:14:55] <MGR> Thank you Lizzy
L610[10:15:01] <Michiyo> So.. it seems the context is just borked
L611[10:15:02] <Michiyo> neat
L612[10:15:11] <LuMistry> %juggle 6
L613[10:15:12] * Izaya just had a genius idea
L614[10:15:15] * MichiBot juggles with BEEEEEESSSSS, drone fists, AmandaC's shiny, bear trap, twincon & boops
L615[10:15:16] * MichiBot drops BEEEEEESSSSS which takes 3 damage
L616[10:15:17] * MichiBot drops drone fists which takes 3 damage, drone fists vanishes into a rift in space.
L617[10:15:18] * MichiBot drops AmandaC's shiny which takes 4 damage
L618[10:15:19] * MichiBot drops boops which takes 1 damage
L619[10:15:20] <MichiBot> I hope nobody saw that...
L620[10:15:41] <Mimiru> merp
L621[10:15:46] <Izaya> I'll throw my 750Ti into the third PCI-e slot on my motherboard and hook up a few monitors to that, put my x2go stuff on those
L622[10:15:50] <MalkContent_> i experimented with relay to computer at one point
L623[10:15:53] <MalkContent_> its weird
L624[10:15:57] <MalkContent_> dont do it
L625[10:16:12] <gamax92> do it
L626[10:16:17] <MGR> MalkContent, what?
L627[10:16:20] <MGR> The linked card thing?
L628[10:16:25] <MalkContent_> yea
L629[10:16:36] <MGR> Ah
L630[10:16:42] <MGR> I can see that being weird
L631[10:17:03] *** MalkContent_ is now known as MalkContent
L632[10:17:09] <MGR> GYYYYYYYYYYAAAAAAAAAAAAA
L633[10:17:13] <MGR> I hate my work computer
L634[10:17:20] <MGR> it is always running out of RAM
L635[10:17:24] <Lizzy> it hates you too
L636[10:17:25] <MalkContent> lol
L637[10:17:32] <gamax92> Download more RAM
L638[10:17:38] <MGR> @Lizzy But I've been so good to it
L639[10:17:42] <Saphire> Uh..
L640[10:17:52] <MalkContent> i just was thinking "what on earth did me removing the underscore behind my name do to tick him off" xD
L641[10:18:05] * AmandaC reads tfm: http://a.ddna.cc/2t270l3C1m1Z/Image%202017-04-18%20at%2011.17.53%20AM.png
L642[10:18:12] <Saphire> any suggestions for windows-capable 1GB of ram capable C IDE that isn't a complete shit?
L643[10:18:16] <MGR> MalkConent, that also incensed me ?
L644[10:18:40] <AmandaC> morning gamax92. :)
L645[10:18:50] <MGR> gamax92, I already did
L646[10:18:54] <MGR> It still runs out
L647[10:19:31] ⇦ Quits: techno156 (~techno156@137.154.136.80) (Quit: Leaving)
L648[10:19:34] <Corded> * Lizzy snuggles vifino
L649[10:19:38] * AmandaC puts her tablet in the disassembler, so she can remove the wireless card from it, and instead add a card slot
L650[10:19:40] <gamax92> AmandaC: morning
L651[10:20:15] * Michiyo stabs Python and Hexchat
L652[10:20:32] <Corded> * Lizzy takes the knife away from Michiyo
L653[10:20:38] <Lizzy> What's up?
L654[10:20:44] * Michiyo has more knifes
L655[10:21:00] <Corded> * Lizzy sighs
L656[10:21:43] <Michiyo> Just trying to get this script to not put PMs from corded in the current channel, it seems that hexchat's Context gets lost somehow
L657[10:22:02] <Michiyo> ATM i have it only acting on channel messages.. but I'd like the same formatting on PMs
L658[10:25:02] * Ashindigo_ gives Michi the key to his knife closet
L659[10:26:26] * AmandaC scans the key, 3d prints a replica, and then empties the knife closet
L660[10:27:09] * Ashindigo_ chases after AmandaC with a knife
L661[10:27:09] <AmandaC> %choose sound card or internet card
L662[10:27:10] ⇨ Joins: sciguyryan (~sciguyrya@45.62.37.39)
L663[10:27:13] <MichiBot> AmandaC: sound card
L664[10:27:15] <AmandaC> hrm
L665[10:27:18] <gamax92> :D
L666[10:27:55] <Michiyo> Why not both?
L667[10:28:04] <Michiyo> A Soundcard with built in modem.
L668[10:28:14] * Michiyo had one
L669[10:28:28] <Lizzy> heh, good ol' 56k modems
L670[10:28:28] <Michiyo> good ole giant ISA card..
L671[10:28:44] <gamax92> how giant of an ISA card we talking about?
L672[10:28:49] <Michiyo> pretty damn big
L673[10:28:54] <AmandaC> New tablet configuration: http://a.ddna.cc/1p1A1U3S1d2s/Image%202017-04-18%20at%2011.28.24%20AM.png
L674[10:29:01] <Michiyo> It was ages ago though, so.. hard to remember
L675[10:29:50] <Michiyo> Likely something like this
L676[10:29:51] <Michiyo> http://fc04.deviantart.net/fs71/f/2014/244/9/1/1_by_mad_king_corduroy-d7xkpot.jpg
L677[10:32:15] <Izaya> I vaguely want to write an inxi-style script
L678[10:37:03] <Izaya> https://i.imgur.com/6yQcwWF.png virtualization is wonderful
L679[10:37:47] <MGR> I'd like to fiddle around with virtualization someday
L680[10:37:48] <AmandaC> inxi?
L681[10:37:51] <MGR> I've only done it once
L682[10:39:05] <Izaya> AmandaC, lots of detail system info script
L683[10:40:08] <Izaya> https://lain.shadowkat.net/~izaya/inxi.txt that's -v4, it goes up to -v7
L684[10:43:28] ⇦ Quits: fotoply (~fotoply@2-104-228-18-static.dk.customer.tdc.net) (Read error: Connection reset by peer)
L685[10:44:01] <MGR> Inari, https://gist.github.com/MajorGeneralRelativity/978f99adb7139aaefa88fd8f0758c1cf
L686[10:44:12] <MGR> Specially created for you
L687[10:44:54] <Lizzy> Izaya, ooh, experiementing with net booting or something?
L688[10:45:08] <Izaya> Lizzy, automated installation
L689[10:45:15] <Lizzy> cool
L690[10:45:22] <Izaya> setting it up so I only have to put in a hostname
L691[10:45:37] <Izaya> and I'll get a system I can ssh into when it's done
L692[10:45:43] <Corded> * Lizzy needs to get some form of automated installation disk set up for when she sets up vms on her dedi
L693[10:46:09] <Izaya> https://github.com/XeonSquared/Debian-CD-Scripts this may interest you
L694[10:46:24] <Izaya> https://wiki.debian.org/DebianInstaller/Preseed also this
L695[10:47:18] <Lizzy> cool
L696[10:47:49] <Izaya> \o/ worked
L697[10:48:06] <Lizzy> also having automated instillation will help with the VM creations cause of the custom gateway and stuff
L698[10:48:50] <Corded> * Lizzy wants to go home
L699[10:48:55] <MGR> Izaya, you still have my anti-bagel function!
L700[10:49:05] <Izaya> why would I remove it?
L701[10:49:22] <MGR> Because soon ™ it won't work
L702[10:49:58] <Izaya> Guess I'll have to work on a new one when that happens.
L703[10:50:57] <Izaya> https://i.imgur.com/DmOMsFj.png ssh'd in immediately after install
L704[10:52:04] <MGR> Izaya, the next one would be much harder
L705[10:52:16] <Izaya> good
L706[10:52:23] <Izaya> did you use a real hashing function?
L707[10:52:25] <MGR> Bagel v1.4 will have far fewer time constraints, and my programming skills have increased measurably
L708[10:52:43] <MGR> It will continue to be a custom solution, but an enhanced one
L709[10:53:02] <MGR> Hopefully with lower overhead and support for multithreading
L710[10:54:04] <MGR> As a first step, I'm going to re-work v1.3 to see how much I can shrink it
L711[10:54:11] <Skye> @MGR you will pass my computer science exams at how well good you are at... saying stuff like that. :|
L712[10:54:16] <MGR> This is, of course, after GERT v1.0 is published
L713[10:54:24] <MGR> Skye, what?
L714[10:54:35] <Izaya> Why would your hashing function need multithreading?
L715[10:54:38] <Skye> @MGR, your way of talking reminds me of the textbooks we have to read
L716[10:55:02] <MajGenRelativity> Izaya, it's going to be tied into the main encryption routine
L717[10:55:10] <MajGenRelativity> Skye, is that good?
L718[10:55:15] <MajGenRelativity> I think it is...
L719[10:55:57] <Inari> Graah its annoying to get used to Rust and its lifetimes :p
L720[10:56:27] <AmandaC> It would seem I made a terrible error here.
L721[10:56:29] <Michiyo> ugh fuck it.
L722[10:56:29] <Skye> MajGenRelativity, how do I put it... it's not good to technical people... but at the same time you'd probably get a good job from it. >_<
L723[10:56:43] <MajGenRelativity> What about it isn't good?
L724[10:56:55] <Izaya> MajGenRelativity, it has the same connotations as turning up to a startup in a suit I guess
L725[10:57:04] <AmandaC> Relays can send messages from modems -> linked cards, but there doesn't seem to be any way to do the revrerse. :D
L726[10:57:20] <Skye> MajGenRelativity, it gives me a headache?
L727[10:57:28] <MajGenRelativity> Izaya, what connotation is that?
L728[10:57:33] <MajGenRelativity> Skye, but why though
L729[10:57:37] <MajGenRelativity> I don't want to cause headaches
L730[10:57:52] <Skye> MajGenRelativity, it's how you pad technical terms
L731[10:57:53] <Skye> jargon
L732[10:57:55] <Izaya> "This person is disconnected from reality and/or stuck in an alternate universe/timeline where programmers wear suits and are serious"
L733[10:58:20] <Skye> Izaya, where is that from?
L734[10:58:40] <Izaya> Me?
L735[10:58:42] * Izaya shrugs
L736[10:58:44] <Izaya> Made it up
L737[10:59:18] <MajGenRelativity> Skye, what do you mean I pad them?
L738[10:59:28] <MajGenRelativity> Note, I sound super dense, but I'm legit asking because I don't know
L739[10:59:29] <Skye> well
L740[10:59:31] <Skye> I mean...
L741[10:59:37] <Skye> you obscure stuff with jargon
L742[11:00:15] <MajGenRelativity> What stuff did I obscure?
L743[11:00:19] <Lizzy> right, home time!
L744[11:00:41] <Izaya> You sound like a walking advertisement
L745[11:00:50] <Izaya> Trying to sell stuff rather than explain it cleanly
L746[11:01:02] <Izaya> to me, anwyay
L747[11:01:10] <MajGenRelativity> And how can I improve that?
L748[11:02:06] <Michiyo> https://gfycat.com/TintedOblongGharial <3
L749[11:02:40] * AmandaC rebuilds her tablet again, this time without the sound card (sorry gamax92)
L750[11:02:52] <MGR> Mimiru, kerbal space program?
L751[11:02:57] <Michiyo> Yes
L752[11:03:39] <Michiyo> s/yes/Nope, SpaceX yesterday/
L753[11:03:43] <Michiyo> :/
L754[11:03:48] <Michiyo> s/Yes/Nope, SpaceX yesterday/
L755[11:03:48] <MichiBot> <Michiyo> Nope, SpaceX yesterday
L756[11:04:46] <MGR> MSI Launched 15 RX 580/570's
L757[11:04:47] <MGR> Why
L758[11:04:55] <MGR> WHY DO THEY NEED TO LAUNCH SO MANY CARDS?!
L759[11:05:35] <Michiyo> Cause
L760[11:05:54] <Temia> Michi, that is too cute
L761[11:06:21] <Michiyo> I like the little wink at the end heh
L762[11:07:00] <Temia> Yep~
L763[11:08:29] <MajGenRelativity> Izaya, A. How do I stop sounding like a walking advertisement?
L764[11:08:40] <vifino> Not only is it incredible that such a thing is possible, but it is also really cute.
L765[11:08:46] <vifino> need more.
L766[11:08:53] <MajGenRelativity> B. I'm thinking about using bagel in a Full Drive Encryption setup for my upcoming OS
L767[11:09:02] <MajGenRelativity> and multithreading could increase performance
L768[11:09:22] <Izaya> You're writing an OS?
L769[11:09:42] <MGR> I will eventually be writing 2
L770[11:09:50] <Izaya> oh wonderful
L771[11:09:52] <vifino> ... for OC?
L772[11:10:00] <MGR> vifino, yes
L773[11:10:11] <Izaya> [dripping with sarcasm, incase it wasn't clear]
L774[11:10:19] <MGR> They will not be available for many months though, as I have numerous other projects to accomplish first
L775[11:10:43] <vifino> Not to spoil your beans, but OC computers are running on a single thread.
L776[11:10:59] <Izaya> so I have to wonder, what do you use to develop stuff before you publish it?
L777[11:11:05] <Izaya> do you use a git repo with no upstream or?
L778[11:11:14] <MGR> vifino, one of the two is going to be designed to let multiple servers network together and act as one
L779[11:11:27] <MGR> Izaya, I store it locally on my hard drive
L780[11:11:38] <Izaya> yes
L781[11:11:40] <Izaya> as a git repo or?
L782[11:11:59] <MGR> No, just regular files in folders
L783[11:12:09] <Izaya> no version control at all?
L784[11:12:17] <MGR> I could go for a Git repo though *scratches chin*
L785[11:12:40] <MGR> Tbh, (outside of GERTi) I haven't worked on anything that needed extensive controls
L786[11:12:46] * Temia pulls the emergency ejection lever
L787[11:12:56] * Temia rockets off in her chair
L788[11:13:09] * Izaya grabs on
L789[11:13:10] <MGR> As my projects' complexity increases, I'll probably adopt that GitHub repo idea
L790[11:13:13] <MGR> Thank you Izaya
L791[11:13:24] <Izaya> also has the advantage of there is no publishing stage
L792[11:13:44] <Izaya> (if you use github)
L793[11:13:50] <MGR> What?
L794[11:14:06] <Izaya> though if you still want to be shady and not publish till you're ready just using a git repo is sane
L795[11:14:15] <vifino> Temia: help ;_;
L796[11:14:22] <vifino> don't leave me here :v
L797[11:14:43] <MGR> Izaya, as in "when you're ready" do you mean finished?
L798[11:14:48] <Izaya> no
L799[11:14:54] <Izaya> I mean when you're willing to publish the code
L800[11:15:12] <Izaya> which should generally be when you start writing it but that doesn't seem to be the case with you >.>
L801[11:15:23] * Temia comes back, steals Vifino, runs off again
L802[11:15:43] <MGR> I publish whenever there's enough code to establish what the rest will look like, or when I want to start attracting interest
L803[11:15:59] <MGR> With GERTi, that was very early on, with HPOS, it will probably be a little later
L804[11:16:09] <Skye> do I need to start miniOS again
L805[11:16:16] <gamax92> yes
L806[11:16:24] <Izaya> Skye, you should help me fix up MultICE properly
L807[11:16:31] <Izaya> interactive usage is somewhat flaky
L808[11:16:33] <Skye> Izaya, what's the issue with it?
L809[11:16:42] <Izaya> (I have a theory as to why but I'll get to fixing that later)
L810[11:16:57] <Izaya> and besides it needs a userspace
L811[11:17:05] <Izaya> beyond the like, 4 kernel modules I've written for it
L812[11:17:20] <Izaya> I have some fun ideas as to what to do with the filesystem
L813[11:17:49] <Izaya> ie to write to a file, path.to.file = "contents"
L814[11:17:59] <MGR> Skye, what is miniOS?
L815[11:19:29] <vifino> Izaya: if you need a (somewhat proper) drive-based vfs, i have one you could use.
L816[11:19:39] <Izaya> like, unmanaged mode?
L817[11:19:48] <vifino> oh, no, nothing oc specific.
L818[11:20:58] <vifino> it is quite neat in usage though vfs.copy("blahdrive:/blahfile", "muhdrive:/whatever") and stuff like that
L819[11:21:08] <Izaya> is it less than say 500 bytes?
L820[11:21:19] <Izaya> :P
L821[11:21:21] <vifino> minified? could be
L822[11:22:44] <vifino> be right back.
L823[11:23:13] *** cbcercas is now known as cbcercas|AFK
L824[11:25:38] <Izaya> (side note: it may be saner to handle the filesystem like filesystem["path/to/file"] instead)
L825[11:26:29] <Izaya> with lua patterns, is [[%:%s][^c]] valid?
L826[11:32:05] <Inari> Also woo my direct resize works \o/
L827[11:32:16] <Inari> Whats this even called? When you just skip every second pixel to half an image :P
L828[11:34:09] <vifino> Izaya: All I know is that writing my VFS has been one of the less shitty things I've done.
L829[11:34:18] <vifino> It also has a neat require() loader.
L830[11:34:24] <vifino> With search path and all.
L831[11:34:46] <Izaya> fancy
L832[11:34:53] <Izaya> current OS doesn't have require at all
L833[11:34:55] <Izaya> which is fun
L834[11:35:23] <vifino> You mean, it doesn't have the function at all?
L835[11:35:35] <Izaya> nop
L836[11:35:42] <Izaya> the OS itself without extras has two
L837[11:35:59] <vifino> I believe I have a standard compliant pure-lua require() impl somewhere.
L838[11:36:16] <Izaya> s(function) and p(event...)
L839[11:38:28] <vifino> Quick question, is reheating tortilla chips with a heat gun common?
L840[11:38:45] <Izaya> I would imagine not, but a better question is how well it works
L841[11:39:09] <vifino> I mean I set them on fire.
L842[11:39:26] <Izaya> That would certainly crisp them.
L843[11:39:28] <Temia> o.o
L844[11:39:57] <Temia> I actually set a mini robin egg on fire last night to see its own caloric properties.
L845[11:40:04] <Temia> It was kind of impressive watching it melt itself.
L846[11:40:17] <Ashindigo_> %whatislove
L847[11:40:19] <MichiBot> Ashindigo_: Love is... Accidental Acrobatics!
L848[11:41:41] <vifino> I just caught myself singing 'Never gonna give you up' to myself. Does that count as rick rolling myself?
L849[11:42:21] <Skye> vifino, yes
L850[11:42:26] <Skye> can I add that as a quote
L851[11:42:27] <vifino> Damn.
L852[11:42:29] <Skye> it's perfect
L853[11:42:37] <vifino> Sure, I guess.
L854[11:42:41] <Skye> vifino, you also rick rolled anyone who listened in on you
L855[11:42:48] <Skye> %addquote
L856[11:42:52] <Skye> %help
L857[11:42:52] <MichiBot> Skye: Command list: http://michibot.pc-logix.com/help
L858[11:43:15] <vifino> I mumble "I know you're there" every now and then.
L859[11:43:33] <Skye> %quote add vifino I just caught myself singing 'Never gonna give you up' to myself. Does that count as rick rolling myself?
L860[11:43:33] <MichiBot> Skye: Quote added at id: 141
L861[11:43:38] <vifino> Ya know, in the hopes of getting anyone who's listening in on me to think I'm psychic.
L862[11:45:16] <Izaya> man
L863[11:45:24] <Izaya> the downside of using super obscure single char variable names
L864[11:45:29] <Izaya> I have no idea what most of this does
L865[11:45:33] <gamax92> :P
L866[11:47:07] <Izaya> ah hm
L867[11:47:09] <Izaya> I get it
L868[11:47:16] <Izaya> vifino, OS comes with 3 functions
L869[11:47:43] <Izaya> s(n,f,e) - spawns a process, n = name, f = function, e = environment
L870[11:48:02] <Izaya> l() - doesn't do anything rn, used to pull the latest event
L871[11:48:14] <Izaya> h() is a pushsignal wrapper
L872[11:48:17] <Izaya> and the reason everything is fucked
L873[11:48:45] * Lizzy starts singing never gonna give you up to vifino
L874[11:48:56] * vifino can't hear Lizzy
L875[11:49:19] * Lizzy sings louder
L876[11:49:35] <Skye> Izaya, maybe start with full names...?
L877[11:49:59] <Skye> miniOS worked fine with only 96KB of use
L878[11:50:01] * Lizzy gets bored and stops, decides to kiss vifino instead
L879[11:50:02] <Izaya> I really need a user-definable list of patterns I can use
L880[11:50:08] <Izaya> Skye, I'm targeting 4KB
L881[11:50:15] <Skye> Izaya, I'm talking RAM
L882[11:50:19] * Ashindigo_ doenst feel like accomplishing anything today
L883[11:50:27] <Izaya> I'm not worried about RAM
L884[11:51:02] <Skye> Izaya, okay... miniOS is 32KB
L885[11:51:22] <Izaya> http://pb.i0i0.me/p/TvL2pDcA
L886[11:52:43] <Skye> Izaya, maybe... maybe write a high level LISP like language that you can optimise into small Lua
L887[11:53:03] <Izaya> I want to try a threading FORTH that compiles to smallish Lua
L888[11:53:38] <Izaya> semi-related: do the OC emulators support stuff like computer.setBootAddress?
L889[11:55:35] <Forecaster> http://maximumble.thebookofbiff.com/2017/04/18/1512-scary/
L890[11:56:06] <gamax92> Izaya: the eeprom creates that, not machine.lua or Java side
L891[11:56:09] <gamax92> so, yes.
L892[11:56:19] <Izaya> excellent
L893[11:56:23] <Izaya> might look into those then
L894[11:57:36] <Lizzy> Stupid 3g
L895[11:57:52] * Skye gives @Lizzy 666G
L896[11:58:10] <Corded> * Lizzy approves
L897[11:59:43] <Izaya> also any reason pb.i0i0.me gives me 403s?
L898[11:59:50] <Izaya> vifino, ?
L899[12:00:11] <Izaya> https://i.imgur.com/unTnRQp.png
L900[12:05:02] ⇨ Joins: Fallen0223 (~Fallen@cpe-24-211-147-118.nc.res.rr.com)
L901[12:06:24] <vifino> uuuh
L902[12:06:29] <Izaya> Skye, I fixed the issue by the way
L903[12:06:33] <Izaya> except when you hit enter
L904[12:06:35] <vifino> no fucking clue
L905[12:06:38] <Izaya> that seems to make it go sideways
L906[12:06:50] <Izaya> vifino, works in a web browser and with curl
L907[12:06:57] <vifino> no idea.
L908[12:07:49] <vifino> brb, food
L909[12:08:05] <gamax92> I wonder if there is a site out there someone made that only accepts PUT or POST, but you can never retrieve anything from it
L910[12:08:20] <Izaya> probably
L911[12:08:22] <Izaya> this is odd
L912[12:08:23] <Ashindigo_> probably
L913[12:08:27] <Izaya> when I hit enter it's like enter is held
L914[12:08:44] <Skye> gamax92, for OCEmu... how do I add FSes
L915[12:09:10] <gamax92> Skye: depends, what do you want them to point to?
L916[12:10:14] <Skye> gamax92, just folders so I can set boot addresses
L917[12:10:35] <gamax92> so like a new hdd?
L918[12:11:00] <Izaya> Skye, use /tmp and a script to copy stuff to it
L919[12:11:07] <Izaya> https://lain.shadowkat.net/~izaya/testboot.lua
L920[12:11:12] <Skye> gamax92, yes
L921[12:11:59] <gamax92> Skye: run cfgemu, Configure Components, hit insert key. type=filesystem, address=(leave blank), slot=(leave blank), arguments="path", "label", readonly (true/false)
L922[12:13:24] <Izaya> OpenOS on 192k memory is painful
L923[12:13:30] <Izaya> It actually works though which is nice
L924[12:16:23] <Skye> gamax92, thanks
L925[12:18:52] <Izaya> https://i.imgur.com/uzurqAo.png no more dropped characters
L926[12:18:56] <Izaya> just far too many enters
L927[12:19:29] <Izaya> and the issue is with the design of the readline function
L928[12:19:30] <Izaya> wonderful
L929[12:19:39] <gamax92> Izaya: true
L930[12:24:27] <gamax92> I'm too used to being on the Overwatch subreddit that I keep trying to collapse comments by clicking on the side of them
L931[12:24:43] <Izaya> all I needed was another C.yield() and it should work properly not
L932[12:24:44] <Izaya> now
L933[12:26:14] <Izaya> ...ookay
L934[12:26:19] <Izaya> that didn't work
L935[12:28:59] <Izaya> ah I know why
L936[12:29:28] <Skye> gamax92, actually I have no idea how t6his works at all. .-.
L937[12:29:35] <Skye> boolean expected got nil
L938[12:30:22] <gamax92> hmm did I change it ...
L939[12:30:37] <gamax92> oh right the speed parameter
L940[12:31:37] <Skye> gamax92, how do I increase the resolution past 80 25
L941[12:33:28] <Skye> also rebooting uh kinda closes it so I can't do a test boot
L942[12:34:02] <gamax92> rebooting reboots here
L943[12:34:06] <Skye> wait
L944[12:34:07] <Skye> I know
L945[12:34:12] <Skye> I've worked it out
L946[12:34:22] <Izaya> https://i.imgur.com/advf9El.png works properly \o/
L947[12:34:23] <Skye> if there's a BSOD it doesn't show an error
L948[12:34:25] <Skye> it just crashes
L949[12:34:49] <gamax92> edit ocemu.cfg and change the 80, 25 on the screen_sdl2 component
L950[12:35:26] <Skye> is there a way to stop it from closing on system error?
L951[12:35:56] <gamax92> yes, stop erroring :D
L952[12:36:23] <gamax92> otherwise it puts it in the console that you ran ocemu from
L953[12:36:42] <Skye> where is the EEPROM data stored
L954[12:36:45] <Skye> the temp datya
L955[12:37:09] <gamax92> in the ocemu instance, there's a folder with the name of the eeprom
L956[12:37:32] <Skye> ah I see
L957[12:37:41] <gamax92> err, the address of the eeprom
L958[12:41:16] ⇨ Joins: Vexatos (~Vexatos@p200300556E0B261761AF0A226AB75791.dip0.t-ipconnect.de)
L959[12:41:16] zsh sets mode: +v on Vexatos
L960[12:42:03] <Kodos> wat
L961[12:42:10] <Kodos> I just broke 2 dirt blocks and got eyes of ender
L962[12:42:40] <AmandaC> I don't suppose there's an easy way to get the full component address of a hard drive into my clipboard?
L963[12:42:41] <gamax92> magic
L964[12:42:45] <MGR> @Kodos mods?
L965[12:43:02] <Kodos> Sec
L966[12:43:27] <Kodos> AmandaC, no but that's why I want the ability to add/remove things from clipboards via lua functions
L967[12:43:32] <Skye> miniOS still works
L968[12:44:11] <Xilandro> @MGR https://puu.sh/voq6k/d17c3bb390.txt
L969[12:44:36] <Skye> gamax92, cfgemu almost works
L970[12:44:45] <MGR> Why is Chrome asking to translate that?
L971[12:45:06] <MGR> Also, not sure what mod would cause that
L972[12:45:24] <gamax92> Skye: would you like a video?
L973[12:51:21] <Michiyo> lol.. I should add a clipboard card... lets you modify the host PC's clipboard from lua :P
L974[12:51:56] <Vexatos> debug card can do that
L975[12:52:11] <Michiyo> Ok, lemme go ahead and just gives those out...
L976[12:52:29] <gamax92> World is now signs
L977[12:52:48] <Michiyo> lol
L978[12:54:59] <gamax92> I wish the debug card had a queue of stuff to execute on the next server tick, otherwise it's kinda really slow
L979[12:55:39] <MGR> Wait you can mess with the host's clipboard?
L980[12:55:40] * Michiyo slaps IntellaJ
L981[12:55:44] <Michiyo> Oh THERE you are...
L982[12:55:45] <Michiyo> about time
L983[12:55:52] <MGR> SoniEx2 style?
L984[12:55:52] <gamax92> NutellaJ
L985[12:55:52] <Vexatos> intellaJ nice
L986[12:56:02] <Vexatos> gamax92, I was thinking the exact same thing
L987[12:56:03] <Michiyo> blow me
L988[12:56:10] <Lizzy> no thanks
L989[12:56:11] <gamax92> Uhm, later
L990[12:56:14] <MGR> ???
L991[12:56:27] <LuMistry> Wot
L992[12:56:40] <Michiyo> IntelliJ*
L993[13:01:01] <gamax92> Back to reading some poorly translated light novels
L994[13:01:08] <Gavle> Is there any idea when I might get some response to my Feature Request: https://github.com/MightyPirates/OpenComputers/issues/2138 ?
L995[13:01:30] <Izaya> ~ocdoc custom os
L996[13:01:30] <ocdoc> Predicted http://ocd.cil.li/tutorial:custom_oses
L997[13:01:49] <Gavle> ?
L998[13:03:37] <Michiyo> So, now I understand why unpinning a message on discord sends the message on IRC
L999[13:03:52] <Michiyo> seems pin/unpin are MessageUpdate events, just like message corrections
L1000[13:03:54] <MichiBot> Lizzy REMINDER: get bike ready
L1001[13:05:05] <Lizzy> thanks MichiBot
L1002[13:05:05] <MichiBot> Lizzy: You're welcome!
L1003[13:05:07] * Lizzy pets MichiBot
L1004[13:05:08] * MichiBot Purrs
L1005[13:07:02] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-091-089-189-253.hsi2.kabel-badenwuerttemberg.de) (Ping timeout: 383 seconds)
L1006[13:07:12] <Ashindigo_> %jiggle
L1007[13:07:15] * MichiBot jiggles
L1008[13:08:12] <MGR> %juggle 6
L1009[13:08:15] * MichiBot juggles with poofy cat, Megumin's EXPLOSION~, Brødrister, a toothbrush, a balm to instantly heal burns & the beat
L1010[13:08:16] * MichiBot drops poofy cat which takes 3 damage
L1011[13:08:17] * MichiBot drops Megumin's EXPLOSION~ which takes 2 damage, Megumin's EXPLOSION~ phases out of the dimension.
L1012[13:08:18] * MichiBot drops a toothbrush which takes 2 damage
L1013[13:08:19] * MichiBot drops the beat which takes 3 damage, the beat ruptures and deflates.
L1014[13:08:20] <MichiBot> ohno
L1015[13:09:08] <LuMistry> %ohno
L1016[13:09:10] <MichiBot> ohno
L1017[13:11:27] * andreww imagines a deflated beat
L1018[13:11:37] *** andreww is now known as xarses_
L1019[13:13:50] <Forecaster> https://www.youtube.com/watch?v=HgCXdNhVC1Q
L1020[13:13:51] <MichiBot> 4 Revolutionary Riddles | length: 4m 24s | Likes: 26,695 Dislikes: 1,413 Views: 844,427 | by Veritasium | Published On 12/4/2017
L1021[13:13:52] <Ashindigo_> %inv add a deflated beay
L1022[13:13:52] * MichiBot summons 'a deflated beay' and adds to her inventory. This seems very sturdy.
L1023[13:13:56] <Forecaster> oh, "revolutionary"
L1024[13:13:59] <Forecaster> I get it
L1025[13:14:03] <Ashindigo_> Oops
L1026[13:16:42] <Forecaster> I think the only one of those I *think* I know is the last one xD
L1027[13:20:26] ⇦ Quits: Fallen0223 (~Fallen@cpe-24-211-147-118.nc.res.rr.com) (Ping timeout: 180 seconds)
L1028[13:23:09] <Oggymot> I have script. In script I have test for existing file. (Below)
L1029[13:23:40] <MajGenRelativity> Mimiru, more than one line doesn't carry over through Corded
L1030[13:23:58] <MGR> @Oggymot is there a then after the if fs.exists(fldr)?
L1031[13:24:03] <Oggymot> Yes it is
L1032[13:24:03] <Michiyo> Well known issue, PR a fix.
L1033[13:24:16] <MajGenRelativity> Would if I could
L1034[13:24:18] <Oggymot> Script works, but this IF ignoring all files in folder.
L1035[13:24:36] <MajGenRelativity> ~w filesystem
L1036[13:24:36] <ocdoc> http://ocd.cil.li/api:filesystem
L1037[13:24:56] <MGR> @Oggymot filesystem API (local fs = require("filesystem")) ?
L1038[13:25:04] <Oggymot> I have this
L1039[13:26:20] <Oggymot> Script is working, but this line not. Becouse i have file test.onml and this line is totaly ignoring it.
L1040[13:26:28] <Oggymot> And all others files.
L1041[13:27:26] <MGR> Hmmm
L1042[13:27:27] <Oggymot> Without this line it's working and opening these files, but if it try to open not existing file it crash.
L1043[13:27:42] <MGR> Full program code please?
L1044[13:27:54] <MGR> Please use gist or pastebin
L1045[13:28:00] ⇦ Quits: sciguyryan (~sciguyrya@45.62.37.39) (Remote host closed the connection)
L1046[13:28:45] <Oggymot> Yes, minit please.
L1047[13:28:52] <MGR> No problem
L1048[13:29:20] <Izaya> https://i.imgur.com/jjRtVx3.png \o/
L1049[13:29:46] <MGR> nice!
L1050[13:30:01] <MGR> Also, what resource pack?
L1051[13:30:10] <Izaya> On an unnetworked machine that's 20KB rather than 32
L1052[13:30:23] <Izaya> John Smith Technician's Remix
L1053[13:31:13] <MGR> Is this your new OS?
L1054[13:31:32] <MGR> Also, why is RAM usage higher when not networked?
L1055[13:32:03] <Izaya> Got a service that only runs when there's network cards
L1056[13:32:27] <MGR> Shouldn't that decrease RAM usage when networked, not the opposite?
L1057[13:32:30] <Izaya> wait
L1058[13:32:37] <MGR> not decrease, increase
L1059[13:32:56] <Izaya> It doesn't?
L1060[13:33:00] <MGR> Shouldn't that INCREASE RAM usage when networked, not the opposite?
L1061[13:33:08] <Izaya> It's 32KB on a networked machine, 20 on an unnetworked machine
L1062[13:33:37] <MGR> Oh wait, I'm reading it wrong
L1063[13:33:38] <gamax92> TomyLobo: ohai
L1064[13:34:19] <TomyLobo> ohaiu gosaimasu
L1065[13:34:24] <TomyLobo> i hope i didnt insult your mother
L1066[13:35:03] <gamax92> TomyLobo: anyway I'll go update the mod
L1067[13:35:39] <TomyLobo> yay :)
L1068[13:36:18] <TomyLobo> can you help me set up my ide and build? or is it just "gradle idea" and "gradle build", respectively?
L1069[13:37:00] <gamax92> I don't use idea but for me, it's ./gradlew setupDecompWorkspace eclipse build, so perhaps try gradle setupDecompWorkspace idea build
L1070[13:39:48] <TomyLobo> oh i never did setupDecompWorkspace
L1071[13:40:48] <TomyLobo> i'll try that, once you're done porting... i assume there will be breaking changes anyway :)
L1072[13:50:57] <Oggymot> @MGR sorry for that long time, but there is it: https://pastebin.com/S4i2bPPj
L1073[14:17:43] <Oggymot> @MGR are you here?
L1074[14:19:38] <MGR> I am not
L1075[14:19:45] <MGR> About to embark on my trip home
L1076[14:19:54] <Oggymot> Ok
L1077[14:19:57] <MGR> Might be able to get to you when i get home, but probably not
L1078[14:20:03] <MGR> Maybe someone else can assist?
L1079[14:20:13] <Oggymot> Ok
L1080[14:20:44] <Forecaster> eugh...
L1081[14:20:51] <Corded> * Forecaster needs dark pastebin first
L1082[14:21:01] <Oggymot> What?
L1083[14:21:09] <Forecaster> so bright... so much white...
L1084[14:21:19] <Forecaster> that's better
L1085[14:21:22] <Oggymot> Ah, ok
L1086[14:21:50] <gamax92> ahh well that's fun, 1.9.4 got rid of playSoundEffect?
L1087[14:22:03] <Michiyo> I'm considering dropping Yuri, and writing my own bot
L1088[14:22:47] <Forecaster> :O
L1089[14:22:51] <Michiyo> gamax92, playSound maybe?
L1090[14:22:58] <Oggymot> Problem is on 55. line
L1091[14:24:05] <Forecaster> have you tried printing the path it tries to make sure it's correct?
L1092[14:24:15] <Forecaster> you're doing a bunch of matching and concat to it
L1093[14:24:25] <Oggymot> Yes line 38.
L1094[14:25:30] <Forecaster> that doesn't look like the same thing exists() receives though
L1095[14:25:33] <Michiyo> eh.. playSound is client only
L1096[14:26:00] <Oggymot> No, that is for control of file name.
L1097[14:26:22] <gamax92> Michiyo: nope, should work on the server
L1098[14:26:35] <Michiyo> I was just about to say looks like it should work.. lol
L1099[14:29:17] <Vexatos> gamax92, masssound 1.10 confirmed?
L1100[14:29:57] <gamax92> it has a 1.9.4 port, should also probably run on 1.10.2
L1101[14:32:51] <gamax92> Vexatos: thankfully when I gave Sangar a playSoundAt for the debug card, it also meant that when he did a 1.9.4 port he also had to fix this problem for me
L1102[14:32:54] <gamax92> :>
L1103[14:33:03] <Michiyo> heh
L1104[14:33:45] <Oggymot> Is there other way to check if file exist?
L1105[14:33:51] <MechWipf> I wrote a object oriented GUI api for opencomputers with some fancy DSL, now I am facing a memory leak when unloading the api. Any tips how I can hunt that down?
L1106[14:33:52] <gamax92> fs.exists
L1107[14:34:08] <Forecaster> @Oggymot it works fine, you must be giving it the wrong path
L1108[14:34:14] <MechWipf> And hi everyone p/
L1109[14:34:30] <Forecaster> hello
L1110[14:34:51] <Forecaster> @MechWipf you'll probably want to poke Payonel about memory stuff
L1111[14:35:41] <MechWipf> It's kinda a little desaster, portet that library from CC and that handled memory completely different
L1112[14:36:00] <Oggymot> @Forecaster there is output https://ctrlv.cz/shots/2017/04/18/2lXw.png
L1113[14:36:31] <Forecaster> and the actual file path is what?
L1114[14:36:36] <gamax92> TomyLobo: yep the 1.9.4 port works
L1115[14:36:51] <Oggymot> test.onml but the - and / are only for space check.
L1116[14:36:51] <gamax92> I see they changed all the sounds around too ... block.piston.contract
L1117[14:38:02] <Oggymot> And fs.exists can't find this file (file is in home folder. the same as program).
L1118[14:38:55] <Forecaster> what do you mean space check
L1119[14:39:13] <Forecaster> if you mean seeing if the string has whitespaces why wouldn't you just use quotes
L1120[14:39:15] <Oggymot> If the file isn't named like " test.onml "
L1121[14:39:27] <Oggymot> I don't know. ?
L1122[14:39:42] <gamax92> and also works in 1.10.2
L1123[14:41:58] <Oggymot> Oh!
L1124[14:42:02] <Oggymot> I got it
L1125[14:42:07] <Oggymot> Maybe
L1126[14:42:36] <Oggymot> Could the fs.exists find only files? Not folders?
L1127[14:42:52] <TomyLobo> gamax92, yay!
L1128[14:43:08] <TomyLobo> oh hi MechWipf :)
L1129[14:43:29] ⇦ Quits: Guest48269 (~SentientT@ip5657cbb2.direct-adsl.nl) (Ping timeout: 204 seconds)
L1130[14:43:34] <Oggymot> Hm, nope.
L1131[14:44:12] <gamax92> @Oggymot http://i.imgur.com/QPh2ApJ.png
L1132[14:44:15] <gamax92> it works just fine
L1133[14:46:04] <Oggymot> @gamax92 https://ctrlv.cz/shots/2017/04/18/PxK9.png not for me.. ?
L1134[14:46:38] <gamax92> don't use `component.filesystem.exists`, use `filesystem.exists`
L1135[14:49:59] <Vexatos> gamax92, please explain
L1136[14:50:07] <Vexatos> why does Config.java contain public static int SOUND_CARD_CHANNEL_COUNT = 8;
L1137[14:50:14] <Vexatos> but I never actually made that a config option?
L1138[14:50:18] <Vexatos> ._.
L1139[14:50:22] <gamax92> good job Vexatos
L1140[14:50:34] <Vexatos> It's the most obvious config option
L1141[14:50:36] <Oggymot> @gamax92 then how to use it in script?
L1142[14:50:40] <Vexatos> and it doesn't even increase packet size or anything
L1143[14:50:49] <Vexatos> since max queue size is a separate thing :X
L1144[14:50:57] <Oggymot> @gamax92 like local filesystem = require("filesystem") ?
L1145[14:51:35] <gamax92> What you have in WS.lua looks fine, `local fs = require("filesystem")` and `if fs.exists(fldr) then` so whatever you have in fldr is bad
L1146[14:51:48] <AmandaC> Vexatos: bug? http://a.ddna.cc/0z2c3k2Y3J3L/Image%202017-04-18%20at%203.51.21%20PM.png I have to do this nasty wiring to make sound continue past the speaker.
L1147[14:52:09] <Vexatos> AmandaC, speaker is audio receiver, not transducer :P
L1148[14:52:22] <AmandaC> but what if I want to wire a bunch up in a row!
L1149[14:52:27] <Vexatos> You don't have audio cables running through your speaker IRL either
L1150[14:52:32] <Vexatos> You have the cables behind them
L1151[14:52:34] <gamax92> Vexatos: actually I do
L1152[14:52:37] <Michiyo> ^
L1153[14:52:37] <Vexatos> gamax92, madness
L1154[14:52:41] <Oggymot> @gamax92 thanks! It works, it just need "/home/"..fldr ?
L1155[14:52:48] * AmandaC points at headphones
L1156[14:52:58] <Vexatos> AmandaC, serious answer: It'd require a silly amount of copypasta and I don't really want that :X
L1157[14:53:03] <AmandaC> :P
L1158[14:53:04] ⇨ Joins: Guest48269 (~SentientT@ip5657cbb2.direct-adsl.nl)
L1159[14:53:38] <AmandaC> I should have put more than 2 blocks between floors, one day I'll learn from this
L1160[14:54:27] <Michiyo> I kinda want cables for OpenFM speakers.. but meh.. effort :D
L1161[14:58:24] <AmandaC> Vexatos: oh, with the tts box, will isProcessing() go false after it's done playback, or after it's done generating the audio?
L1162[14:59:05] <Vexatos> after playback is done
L1163[14:59:09] <AmandaC> okay, good
L1164[14:59:14] <Skye> ~w fs.name
L1165[14:59:14] <ocdoc> http://ocd.cil.li/api:fs
L1166[14:59:21] <Vexatos> It might even take a few milliseconds longer
L1167[14:59:23] <Vexatos> I don't know >_>
L1168[14:59:27] <Vexatos> I added some padding to the end
L1169[15:00:00] <Vexatos> AmandaC, it was better than expected at reading the first chapter of The Call of the Wild yesterday :P
L1170[15:00:10] <AmandaC> heh
L1171[15:00:23] <Vexatos> > read.lua << london.txt
L1172[15:00:25] <Vexatos> best software
L1173[15:00:30] <Vexatos> err < london.txt
L1174[15:00:35] <Vexatos> >_>
L1175[15:01:28] * AmandaC made an intercom server in her ceiling that pipes sounds and tts to the whole base. :P
L1176[15:01:55] <AmandaC> I plan to make it have "announcements" too. *short jingle* <Announcement> *short jingle*
L1177[15:05:36] <gamax92> play an air raid siren
L1178[15:06:21] <AmandaC> I shall have to make it do that if it detects a boy in the base, gamax92. :P
L1179[15:06:37] <Vexatos> That's sexist D:
L1180[15:06:48] <Vexatos> abusal of mod! /me bans
L1181[15:06:55] <Vexatos> abuse*
L1182[15:06:56] <Vexatos> >_>
L1183[15:07:00] <Vexatos> English at 10 p.m.
L1184[15:07:10] <gamax92> AmandaC: what if I bring chocolate pudding
L1185[15:07:12] <Vexatos> after 10 hours of standing around in a lab... Better not
L1186[15:07:13] <AmandaC> Vexatos: well, the front door clearly has a "no boyz alowwad" sign. :P
L1187[15:07:14] <MalkContent> abusification
L1188[15:07:37] <Vexatos> My fingers smell like... I don't even know, cyclohexane and acetone I assume
L1189[15:07:37] <gamax92> made chocolate pudding today, waiting for it to cool down atm
L1190[15:07:54] <Vexatos> AmandaC, tape drive for siren sounds :3
L1191[15:08:05] * gamax92 replaces the tape drive codec
L1192[15:08:08] <Vexatos> or sound card?
L1193[15:08:22] <Vexatos> gamax92, DFPWM.java -> SIREN.java
L1194[15:08:44] <gamax92> Vexatos: no no, with something that is still 8->1 but sounds better than DFPWM (not really)
L1195[15:09:08] <AmandaC> sound card would require less rewiring of my base.
L1196[15:09:39] <AmandaC> Since I assume I can't use the tape drive using OC network cables, and the space in my hole-in-the-ceiling for the machine isn't very big, or accessable.
L1197[15:10:14] <Temia> Why wouldn't you be able to?
L1198[15:10:55] <AmandaC> Depends on if the computer is the audio producer, or the tape drive block, I guess.
L1199[15:11:07] * AmandaC stares at Vexatos
L1200[15:12:11] <Vexatos> whut
L1201[15:12:19] <Vexatos> The tape drive was the first audio thing in the mod
L1202[15:12:32] <Vexatos> audio cables were there before the sound card was :X
L1203[15:12:53] <Vexatos> You need audio cables for the sound card, tape drive, speech box
L1204[15:12:55] <Vexatos> all those things
L1205[15:13:02] <Vexatos> they all use the same backend
L1206[15:13:04] <Vexatos> (almost)
L1207[15:13:12] <gamax92> Vexatos: I can't hook up audio cables to the ocmputer with a sound card inside btw
L1208[15:13:15] <gamax92> 1.7.10
L1209[15:13:19] <Vexatos> Yea not on 1.7.10
L1210[15:13:20] <Vexatos> not possible
L1211[15:13:22] <gamax92> D:<
L1212[15:13:24] <gamax92> I will end you
L1213[15:13:25] <Vexatos> Works on 1.8+ because capabilities
L1214[15:13:32] <Temia> Anyway, the tape drive itself is the sound producer, but it's a valid OC component
L1215[15:13:36] <Vexatos> But only for the first card in the case
L1216[15:13:38] <Vexatos> because forge
L1217[15:13:38] <Temia> So you can connect to it with network cables.
L1218[15:14:23] <Vexatos> AmandaC, you connect the audio cable to your audio source, which would be either the tape drive, or the speech box, or a case with a sound card in it.
L1219[15:14:29] <Vexatos> then you connect speakers to those
L1220[15:15:34] <AmandaC> I guess I should move the intercom server into something other than a 2x2 hole in the wall
L1221[15:15:45] <AmandaC> s/wall/ceiling/
L1222[15:15:46] <MichiBot> <AmandaC> I guess I should move the intercom server into something other than a 2x2 hole in the ceiling
L1223[15:15:55] <gamax92> and now I'm analyzing the frequency spectrum of an air raid siren
L1224[15:16:06] <Vexatos> effff emmm
L1225[15:20:25] <Vexatos> by the way
L1226[15:20:32] <Vexatos> gamax92, how's the midi player doing :D
L1227[15:22:48] <Vexatos> AmandaC, how did you think the audio stuff worked? I'm actually curious
L1228[15:24:30] <AmandaC> Vexatos: I just thought it'd be possible to transfer the sound out through the computer instead of through the individual components. :P
L1229[15:25:03] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-091-089-189-253.hsi2.kabel-badenwuerttemberg.de)
L1230[15:25:04] <Vexatos> Well the computer is the component if it contains a sound card :P
L1231[15:25:17] ⇦ Quits: MalkContent (~MalkConte@p4FDCF6B6.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
L1232[15:30:54] * AmandaC pokes MC "You going to unfreeze anytime soon?"
L1233[15:33:21] <20kdc> fact of the day: CSS3 is hell. I don't care how portable and accessible it is, there is, to the best of my knowledge, a way to say "just keep this covers-the-whole-screen element *here* and at *this size*, I am *only setting this height to 100 since there is no better way to set a majority I know of*."
L1234[15:35:07] <Vexatos> You can do this though https://btm.asie.pl/16.2/index2.html
L1235[15:35:21] <20kdc> ...
L1236[15:35:29] <Vexatos> Notice the text slowly falling down
L1237[15:35:40] <Vexatos> :I
L1238[15:35:59] <20kdc> Falling down?
L1239[15:36:05] <20kdc> There isn't any I can see.
L1240[15:37:28] <20kdc> The issue for me is that I can't put two elements in a box and say "this one has the majority". And then that leads to a nice cascade of problems in turn because the browser apparently thinks that of the inner component and the outer component's size restrictions, it would be better to violate the outer component's. Which is of course a guaranteed disaster.
L1241[15:42:49] <AmandaC> http://stratosprovatopoulos.com/wp-content/uploads/2013/08/css_awesome_mug.png
L1242[15:44:33] <Skye> Vexatos, https://btm.asie.pl/16.2/honk.png
L1243[15:46:15] <Inari> AmandaC: Love it
L1244[15:48:39] <20kdc> AmandaC: I'm guessing that mug is ironic.
L1245[15:49:16] <Inari> Smile, smile, you have to smile~ even when you couldn't smile, right? Then let's smile~ Smile~ Open your mouth wide and do nothing but smiling~
L1246[15:49:41] <AmandaC> Start of my new "audio room" http://a.ddna.cc/2J0v09171G1W/Image%202017-04-18%20at%204.49.23%20PM.png
L1247[15:49:56] <AmandaC> rather, finished room design, start of filling it out
L1248[15:50:23] <20kdc> Do you have War Of The Worlds on tape?
L1249[15:50:24] <Ashindigo_> Why not a t3?
L1250[15:51:12] ⇨ Joins: Fallen0223 (~Fallen@cpe-24-211-147-118.nc.res.rr.com)
L1251[15:51:48] <AmandaC> Ashindigo_: For the case? May end up updating it to be one, but wanted something simple to start. Those three components were previously located in a ~2x2x1 hole in the ceiling
L1252[15:52:11] <AmandaC> It's only got a T1 CPU in it anyway
L1253[15:52:20] <Ashindigo_> Ah ok
L1254[15:53:23] <gamax92> >_> I don't get this.
L1255[15:53:37] <AmandaC> gamax92: don't get what?
L1256[15:54:06] <gamax92> I'm setting all the channels to triangles and I'm getting square waves out
L1257[15:54:11] <MGR> Hmm, this is one big fractalbug
L1258[15:54:16] <gamax92> doesn't happen when I don't use my soundcard wrapper
L1259[15:54:17] <MGR> I'll have to dig in tomorrow
L1260[15:54:35] <Inari> gamax92: I know I know!
L1261[15:54:39] <Inari> gamax92: You're doing something wrong
L1262[15:54:39] <Inari> There
L1263[15:54:57] <gamax92> %choose do or not
L1264[15:55:01] <MichiBot> gamax92: do
L1265[15:55:05] <gamax92> !kick Inari
L1266[15:55:05] *** Inari was kicked by zsh ((gamax92) No reason given))
L1267[15:55:09] ⇨ Joins: Inari (~Pinkishu@p5DEC618F.dip0.t-ipconnect.de)
L1268[15:55:11] <gamax92> :D
L1269[15:55:11] <Inari> How rude
L1270[15:55:14] <Inari> %stab gamax92
L1271[15:55:18] * MichiBot strikes gamax92 with juggling balls doing [7] damage
L1272[15:55:27] <Inari> %inv create op abuse
L1273[15:55:27] * MichiBot summons 'op abuse' and adds to her inventory. This seems very sturdy.
L1274[15:58:34] <gamax92> if I don't do setVolume then the waveform doesn't apply?
L1275[16:01:37] <gamax92> silly Inari
L1276[16:02:11] <Kane_Hart> 0.o
L1277[16:08:08] <gamax92> ... nvm I get it
L1278[16:08:23] <gamax92> these aren't square waves it's clipping
L1279[16:17:24] ⇨ Joins: FastEddie (webchat@cpe-104-174-97-22.socal.res.rr.com)
L1280[16:22:14] <Temia> %inv count
L1281[16:22:14] <AmandaC> Vexatos: can you take the sound card output and record it onto a tape? :D
L1282[16:22:18] <MichiBot> The inventory contains 158 items.
L1283[16:22:28] <Temia> It's expanding D:
L1284[16:22:29] ⇦ Quits: FastEddie (webchat@cpe-104-174-97-22.socal.res.rr.com) (Ping timeout: 180 seconds)
L1285[16:24:16] <Vexatos> AmandaC, no : D
L1286[16:24:40] <Vexatos> It could actually be possible maybe
L1287[16:24:44] <Vexatos> buuuuut
L1288[16:25:25] <AmandaC> new block: tape recorder
L1289[16:26:02] <AmandaC> How else would I share my phat beatsies?
L1290[16:28:52] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-091-089-189-253.hsi2.kabel-badenwuerttemberg.de) (Read error: Connection reset by peer)
L1291[16:31:42] <Michiyo> ok.. I'm going to poke at Yui on JDA 3, see if it's any better, if not I might try writing my own bridge
L1292[16:31:55] <Michiyo> With Blackjack, and hookers.
L1293[16:33:39] <Vexatos> AmandaC, share the program :X
L1294[16:34:25] <AmandaC> Vexatos: but that's not as fun as passing around a tape!
L1295[16:34:42] * AmandaC looks for "Still Alive" in whatever format the tape drive wants.
L1296[16:34:51] <D3matt> OC has audio cables and speakers?
L1297[16:34:56] <Vexatos> AmandaC, http://files.vex.tty.sh/Computronics/dev/LionRay.jar
L1298[16:35:49] <Vexatos> AmandaC, and in case you cannot into WAV https://pastebin.com/eeSm1tup
L1299[16:36:29] <Ashindigo_> @D3matt its an addon mod called computronics
L1300[16:37:06] <Vexatos> I heard it's pretty good, but my sources may be biased
L1301[16:44:07] <AmandaC> Now to find where I left my pile of mp3s before switching to THE CLOUD
L1302[16:46:23] <Vexatos> AmandaC, easiest way to install music is a certain white floppy disk you can craft :P
L1303[16:46:45] ⇦ Quits: Inari (~Pinkishu@p5DEC618F.dip0.t-ipconnect.de) (Quit: 'From one thing, know tenthousand things.' - Hanzo (Overwatch))
L1304[16:46:56] <AmandaC> Vexatos: got it already. :P
L1305[16:47:18] ⇦ Quits: Vexatos (~Vexatos@p200300556E0B261761AF0A226AB75791.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L1306[16:51:03] <gamax92> %juggle 6
L1307[16:51:05] * MichiBot juggles with a thin glass box, a dragon-sized maid uniform, a balm to instantly heal burns, anti-magic, ccgrub & a polaroid camera that was used to take pictures of Temia's tail tuft and is hidden here to stop Inari from using it
L1308[16:51:08] * MichiBot drops a dragon-sized maid uniform which takes 4 damage, the dragon-sized maid uniform melts into a puddle of unidentifiable goo.
L1309[16:51:09] * MichiBot drops a balm to instantly heal burns which takes 1 damage
L1310[16:51:10] * MichiBot drops anti-magic which takes 3 damage
L1311[16:51:11] * MichiBot drops a polaroid camera that was used to take pictures of Temia's tail tuft and is hidden here to stop Inari from using it which takes 4 damage, the polaroid camera that was used to take pictures of Temia's tail tuft and is hidden here to stop Inari from using it ruptures and deflates.
L1312[16:51:12] <MichiBot> I didn't do it!
L1313[16:51:33] <gamax92> please don't put long names into the inventory :/
L1314[16:53:31] <20kdc> Take... pictures of Temia's tail tuft?
L1315[16:53:33] <20kdc> I'm confused.
L1316[16:57:33] <TYKUHN2> I'm confused
L1317[16:57:53] <TYKUHN2> Why Mac OS Preparation disk?
L1318[17:13:21] <AmandaC> %inv add An exploit for the Texas air raid siren systems.
L1319[17:13:25] * MichiBot summons 'An exploit for the Texas air raid siren systems' and adds to her inventory. This seems rather fragile...
L1320[17:16:45] <TYKUHN2> %inv add the least fragile thing on earth made entirely of carbon nanotubes, diamonds, steel, and whatever else strong stuff we can find
L1321[17:16:49] * MichiBot summons 'the least fragile thing on earth made entirely of carbon nanotubes, diamonds, steel, and whatever else strong stuff we can find' and adds to her inventory. This seems rather fragile...
L1322[17:17:56] <Ashindigo_> ...
L1323[17:18:48] <Ashindigo_> %inv add a slow SD card
L1324[17:18:50] * MichiBot summons 'a slow SD card' and adds to her inventory. I could get some good swings in with this.
L1325[17:19:15] <Michiyo> I wonder if michibot's ignore works on discord'd users...
L1326[17:19:25] <Michiyo> %ignore TYKUHN2
L1327[17:19:31] <Michiyo> well let's find out.
L1328[17:19:49] <Ashindigo_> Tyk do a thing!
L1329[17:20:11] <TYKUHN2> %inv add And unignored discord user
L1330[17:20:13] * MichiBot summons 'And unignored discord user' and adds to her inventory. This seems rather fragile...
L1331[17:20:17] <Michiyo> Guess not.
L1332[17:20:25] * Michiyo adds that to her todo list
L1333[17:20:25] <TYKUHN2> Technically you'd have it ignore corded ?
L1334[17:20:52] <AmandaC> Michiyo: maybe with an @ in front of similar
L1335[17:20:55] <Michiyo> No... I wouldn't, I just have to make MichiBot look at the nick if it comes in via corded... it does that with LOTS of other commands.
L1336[17:21:04] <AmandaC> Oh
L1337[17:21:21] <AmandaC> I assumed it was higher up the stack than that
L1338[17:21:31] <Mimiru> %flip test
L1339[17:21:31] <MichiBot> Mimiru: (╯°□°)╯ʇsǝʇ
L1340[17:21:41] <Michiyo> If you notice there, it addresses me, not Corded.
L1341[17:21:57] <TYKUHN2> %flip corded
L1342[17:21:57] <MichiBot> TYKUHN2: (╯°□°)╯pǝpɹoɔ
L1343[17:23:11] <Ashindigo_> %inv add a teal raspberry
L1344[17:23:11] * MichiBot summons 'a teal raspberry' and adds to her inventory. This seems very sturdy.
L1345[17:24:51] <dequbed> %inv add an aerographite cube
L1346[17:24:56] * MichiBot summons 'an aerographite cube' and adds to her inventory. This seems rather fragile...
L1347[17:25:44] ⇦ Quits: Backslash (~Backslash@ip-95-223-63-212.hsi16.unitymediagroup.de) (Read error: -0x1: UNKNOWN ERROR CODE (0001))
L1348[17:26:01] ⇨ Joins: Backslash (~Backslash@ip-95-223-63-212.hsi16.unitymediagroup.de)
L1349[17:26:31] <Corded> * TYKUHN2 subtracts one from status
L1350[17:26:32] <TYKUHN2> Fixed it
L1351[17:28:18] * Ashindigo_ pokes at his rpi2 with a stick
L1352[17:28:26] <TYKUHN2> "This person for prime minister helps me because it makes the pound worse and I get paid in dollars" Makes since.
L1353[17:31:39] <TYKUHN2> WTF is this
L1354[17:31:56] <TYKUHN2> Windows formatter AND two Win32 Disk Imagers are all frozen on a single drive
L1355[17:34:57] <TYKUHN2> And Disk Manager can't touch it
L1356[17:35:04] <TYKUHN2> Well
L1357[17:35:11] <TYKUHN2> Shit I may need to SSH into my server and use parted
L1358[17:38:53] <TYKUHN2> I'll probably just use dd ?
L1359[17:49:18] ⇦ Quits: SixDev (uid64016@id-64016.hathersage.irccloud.com) (Quit: Connection closed for inactivity)
L1360[18:04:00] ⇦ Quits: xarses_ (~xarses@67.218.117.197) (Read error: Connection reset by peer)
L1361[18:07:36] <TYKUHN2> That side of the internet has me again
L1362[18:15:07] <TYKUHN2> Approximately how fast is DD?
L1363[18:15:23] <gamax92> rather slow if you don't use an appopriate block size
L1364[18:18:31] <TYKUHN2> Oh well
L1365[18:18:37] <TYKUHN2> SIGUSR1 is reporting it
L1366[18:20:08] <TYKUHN2> About 2.9GB of which DD finished 2.1
L1367[18:23:29] <TYKUHN2> So glad I let it do 512B blocks ?
L1368[18:26:22] <TYKUHN2> Well that's all flashed
L1369[18:28:34] <TYKUHN2> Good god
L1370[18:28:46] <TYKUHN2> Kali Linux must not recognize this monitor
L1371[18:37:04] <TYKUHN2> Going to rebuild the bin folder from the Distro's livedisk
L1372[18:39:52] <TYKUHN2> OH
L1373[18:39:59] <TYKUHN2> I think I remember Mac-OS partition now
L1374[18:40:07] <TYKUHN2> I was using it to flash my Hackintosh before it died
L1375[18:40:14] <TYKUHN2> I never formatted it
L1376[18:40:28] ⇨ Joins: Schzd (~Schzdadep@23.233.217.58)
L1377[18:42:39] <TYKUHN2> "You're the root of your suffering because you're a root oh no the was a sad pun lonely radish"
L1378[18:47:59] ⇦ Quits: Fallen0223 (~Fallen@cpe-24-211-147-118.nc.res.rr.com) (Quit: SHA-1 the Mighty has Fallen)
L1379[19:02:31] ⇦ Quits: Guest48269 (~SentientT@ip5657cbb2.direct-adsl.nl) (Quit: Nettalk6 - www.ntalk.de)
L1380[19:45:41] ⇦ Quits: BearishMushroom (~BearishMu@90-231-174-194-no159.tbcn.telia.com) (Read error: Connection reset by peer)
L1381[19:45:51] <TYKUHN2> Someone wrote a WSS api
L1382[19:47:08] <TYKUHN2> Or was it WS?
L1383[19:57:41] ⇨ Joins: aegyo (webchat@cpc109309-brom11-2-0-cust95.16-1.cable.virginm.net)
L1384[19:58:03] ⇦ Quits: aegyo (webchat@cpc109309-brom11-2-0-cust95.16-1.cable.virginm.net) (Client Quit)
L1385[20:10:00] <AmandaC> Okay, I was mostly joking about wanting covers for the audio cables before.. now I really want them after I've been prettying up my base
L1386[20:11:12] <AmandaC> This clean, sleek machine hallways is kinda ugly with the audio cables running this way. http://a.ddna.cc/0s2E403S233q/Image%202017-04-18%20at%209.10.34%20PM.png
L1387[20:12:27] <Ashindigo_> Do they support multiblock?
L1388[20:12:50] <Ashindigo_> Or can you go one layer higher to hide the cable?
L1389[20:13:32] <AmandaC> No and no.one layer higher is the floor of the ground floor
L1390[20:13:59] <Ashindigo_> Hmm
L1391[20:14:12] <Ashindigo_> Can you go under the floor instead?
L1392[20:15:17] <AmandaC> speakers in the floor?
L1393[20:15:42] <Ashindigo_> Sure!
L1394[20:16:44] <AmandaC> and no, I did the same mistake with B2 as I did with B1
L1395[20:17:52] * Ashindigo_ pokes the nonexistent vexatos
L1396[20:18:51] <AmandaC> %tell Vexatos FMB for audio cables plox http://a.ddna.cc/0s2E403S233q/Image%202017-04-18%20at%209.10.34%20PM.png
L1397[20:18:53] <MichiBot> AmandaC: Vexatos will be notified of this message when next seen.
L1398[20:19:09] <TYKUHN2> Uhm
L1399[20:19:21] <TYKUHN2> I have no name!@kali:/#
L1400[20:19:23] <Mimiru> Oh... I know why the ignore check didn't work
L1401[20:19:32] <Mimiru> fucking ZWS
L1402[20:20:56] <TYKUHN2> Oh shit
L1403[20:21:00] <TYKUHN2> /etc is missing
L1404[20:21:07] <TYKUHN2> I'll have to reconfigure my system it seems
L1405[20:22:34] ⇦ Quits: MichiBot (~lb@hekate.pc-logix.com) (Remote host closed the connection)
L1406[20:22:51] ⇨ Joins: MichiBot (~lb@hekate.pc-logix.com)
L1407[20:22:51] zsh sets mode: +v on MichiBot
L1408[20:23:17] <Mimiru> @TYKUHN2 try a command please
L1409[20:23:53] <TYKUHN2> %inv add Did Mimiru fix this?
L1410[20:23:57] * MichiBot summons 'Did Mimiru fix this' and adds to her inventory. This seems very sturdy.
L1411[20:23:59] <Ashindigo_> ?
L1412[20:24:02] <Mimiru> damn
L1413[20:24:12] <Mimiru> Further investigation is needed
L1414[20:24:13] <Ashindigo_> My client said michibot quit and never rejoined
L1415[20:24:36] * Ashindigo_ shrugs and doesn't question it
L1416[20:24:45] <Mimiru> %cycle
L1417[20:24:49] ⇦ Parts: MichiBot (~lb@hekate.pc-logix.com) ())
L1418[20:24:50] ⇨ Joins: MichiBot (~lb@hekate.pc-logix.com)
L1419[20:24:51] zsh sets mode: +v on MichiBot
L1420[20:25:48] <Ashindigo_> %cycle
L1421[20:25:50] <MichiBot> Ashindigo_: You do not have sufficient privileges to use this command.
L1422[20:25:57] <Ashindigo_> Yay
L1423[20:30:13] <TYKUHN2> %inv add Mimiru should look harder
L1424[20:30:14] * MichiBot summons 'Mimiru should look harder' and adds to her inventory. This seems rather fragile...
L1425[20:30:29] <Mimiru> ...
L1426[20:30:31] <TYKUHN2> Meanwhile
L1427[20:30:35] <Mimiru> don't make me come to discord and mute you :D
L1428[20:30:35] <TYKUHN2> My linux is so macerated
L1429[20:32:02] <Ashindigo_> %pet Tyks linux
L1430[20:32:02] * MichiBot pets Tyks linux with some omni-gel. Tyks linux recovers 3 health!
L1431[20:34:45] ⇦ Quits: MichiBot (~lb@hekate.pc-logix.com) (Remote host closed the connection)
L1432[20:35:01] ⇨ Joins: MichiBot (~lb@hekate.pc-logix.com)
L1433[20:35:01] zsh sets mode: +v on MichiBot
L1434[20:35:29] <TYKUHN2> Anyone know where MSF stores it's database?
L1435[20:37:13] <TYKUHN2> I'd actually like to recover that if I could
L1436[20:56:14] <TYKUHN2> Uhh wtf
L1437[21:05:47] ⇨ Joins: Nachtara (~Nachiebre@173-22-110-5.client.mchsi.com)
L1438[21:06:30] <TYKUHN2> WTF
L1439[21:06:39] <TYKUHN2> Something is seriously shitting itself
L1440[21:07:02] <TYKUHN2> Discord can't load images, chrome instances stopped working, no programs are able to start. Multiple programs are failing to stop
L1441[21:12:00] <TYKUHN2> Windows failed to load correctly
L1442[21:36:44] <viomi> Try Linux
L1443[21:44:49] ⇦ Quits: Schzd (~Schzdadep@23.233.217.58) (Quit: Leaving)
L1444[21:52:35] <TYKUHN2> Just extracted the database
L1445[21:52:49] <TYKUHN2> Time to extract some misc data
L1446[22:24:55] <TYKUHN2> WAIT A MINUTE
L1447[22:25:02] <TYKUHN2> Is Minecraft Win 10 C++?
L1448[22:41:38] <TYKUHN2> Doesn't look like it. Someone was spouting bullshit
L1449[22:44:01] <gamax92> @TYKUHN2 It is
L1450[22:45:56] <Mimiru> ffs
L1451[22:46:02] <Mimiru> so much shit changed from 2 -> 3
L1452[22:47:39] <gamax92> @TYKUHN2 the Windows 10 edition is based off the Pocket Edition code which is written in C++
L1453[22:51:45] <Mimiru> hjk
L1454[22:51:56] <Mimiru> err..
L1455[22:51:57] <Mimiru> lol
L1456[22:52:07] <AmandaC> hijk
L1457[22:52:24] <AmandaC> lmnop
L1458[22:52:57] <AmandaC> It's entirely too late for me to be on IRC ~goes back to watching her storage system craft a bunch of drives so she's comfortable sleeping with the quarry running
L1459[22:58:03] <AmandaC> ... and mc crashed. :D
L1460[22:58:17] * AmandaC makes a mental note to look and see if mcmultipart has an update
L1461[22:58:32] <AmandaC> ( Concurrent access exception in it, it seem )
L1462[23:02:14] * AmandaC decides 4 is enough, as she's very tired, and needs to get some sleep
L1463[23:02:50] <AmandaC> if the quarry fills the 256k storage, I'll be surprised. More likely it'll fill the fluid storage, but that's fine, it'll just get backed up into the smeltery
L1464[23:03:05] <AmandaC> night folks~
L1465[23:03:11] <Mimiru> Night
L1466[23:11:32] <Ashindigo_> night
L1467[23:26:33] ⇨ Joins: techno156 (~techno156@137.154.136.80)
L1468[23:27:58] ⇦ Quits: Nachtara (~Nachiebre@173-22-110-5.client.mchsi.com) (Quit: Always save before encountering a shiny.)
L1469[23:31:09] <Mimiru> @status @mimiru
L1470[23:31:09] <Corded> Mimiru: Mimiru is currently ONLINE
L1471[23:32:05] ⇦ Quits: Corded (~Corded@hekate.pc-logix.com) ()
L1472[23:32:33] ⇨ Joins: Corded (~Corded@hekate.pc-logix.com)
L1473[23:32:33] zsh sets mode: +v on Corded
L1474[23:33:05] <Mimiru> Oh nice...
L1475[23:33:16] <Mimiru> Corded has been broken since.... 22:41 Central
L1476[23:33:22] <Mimiru> and.. it still us
L1477[23:33:22] <Mimiru> wtf
L1478[23:33:29] <Mimiru> sdaf
L1479[23:33:37] * Mimiru pokes Corded
L1480[23:33:57] <Mimiru> Test
L1481[23:34:05] ⇦ Quits: Corded (~Corded@hekate.pc-logix.com) (Client Quit)
L1482[23:35:06] ⇨ Joins: Corded (~Corded@hekate.pc-logix.com)
L1483[23:35:07] zsh sets mode: +v on Corded
L1484[23:35:17] <Mimiru> Test
L1485[23:35:22] <Mimiru> Test
L1486[23:35:28] <Mimiru> o_O
L1487[23:35:51] <Mimiru> Ok.. it works now
L1488[23:36:06] <Mimiru> <gamax92> @TYKUHN2 the Windows 10 edition is based off the Pocket Edition code which is written in C++
L1489[23:36:10] <Mimiru> btw
L1490[23:40:15] <Mimiru> fuck this
L1491[23:40:19] <Mimiru> I give up for tonight
<<Prev Next>> Scroll to Top