<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:04:46] *** Altenius is now known as Altenius|Away
L2[00:07:27] *** Pwootage is now known as Pwootage|Off
L3[00:13:55] *** Altenius|Away is now known as Altenius
L4[00:32:59] ⇦ Quits: Cinder (~Neil@86-41-127-203-dynamic.b-ras2.lmk.limerick.eircom.net) (Ping timeout: 200 seconds)
L5[00:36:52] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 195 seconds)
L6[00:42:40] *** alekso56 is now known as alekso56_off
L7[00:42:58] <bananagram> #p
L8[00:43:00] <|0xDEADBEEF|> > 2.122 Seconds passed.
L9[00:49:35] ⇨ Joins: VikeStep (~VikeStep@101.162.12.98)
L10[00:52:45] ⇦ Quits: Magik6k (~Magik6k@host-37-190-200-120.dynamic.mm.pl) (Quit: Leaving)
L11[00:53:20] *** Pwootage|Off is now known as Pwootage
L12[00:53:40] <Pwootage> Evening, everyone!
L13[00:53:40] <Pwootage> .octime
L14[00:53:40] <EnderBot2> Current OC time: Wed Jan 21 00:53:40 2015
L15[00:53:56] <Pwootage> Morning, technically, then?
L16[00:54:16] <pong> .> os.date()
L17[00:54:16] <^v> pong, Tue Jan 20 19:54:18 2015
L18[00:54:19] ⇦ Quits: marcin212_ (~marcin212@176.111.135.116) (Quit: Leaving)
L19[00:55:36] <Pwootage> pong: presumably ping was too ping-y? Seems like "pong" would be less so, except maybe in a retro gaming channel
L20[01:01:08] <Pwootage> .ping
L21[01:01:12] <^v> Ping reply from Pwootage 0.69s
L22[01:01:20] <Pwootage> that was more like 3 seconds
L23[01:03:43] <ds84182> os::date()
L24[01:03:45] <ds84182> what is this
L25[01:03:47] <ds84182> c++
L26[01:04:04] <Pwootage> sure looks like it
L27[01:04:42] <Pwootage> The only two situations where I can think of that being valid is C++ and anything with :: lists
L28[01:04:50] <Pwootage> (can't think of the name for that)
L29[01:04:55] <ds84182> :::
L30[01:06:53] <Pwootage> I can't think of any languages where ::: is valid (excluding defining your own infix operator)
L31[01:07:58] <ds84182> Probably scala
L32[01:08:05] <ds84182> we already know how fucked up it is
L33[01:09:08] <Pwootage> I can't think of standard scala where that's valid, but it might be
L34[01:10:03] <Sangar> it is / was, for list concatenation iirc
L35[01:10:07] <Pwootage> well train is over, I'll be back later
L36[01:10:14] <Pwootage> Sangar: I thought that was ++ or ::?
L37[01:10:34] <Pwootage> (depending on whether you are concating two lists or an item and a list)
L38[01:10:35] <Sangar> yeah. i *think* ::: is deprecated or something
L39[01:10:45] <Pwootage> huh
L40[01:10:51] <Pwootage> interesting
L41[01:10:52] <ds84182> Oh wow
L42[01:10:55] <ds84182> wooooooow
L43[01:11:09] <ds84182> Anything will be a potential operator in scala
L44[01:11:16] <ds84182> inb4 /*+/
L45[01:11:23] <Pwootage> yeah because scala has no operators
L46[01:11:33] <ds84182> it's just because there aren't enough function names to go around
L47[01:11:42] ⇦ Quits: Inari (~Uni@p54934DCB.dip0.t-ipconnect.de) (Ping timeout: 378 seconds)
L48[01:11:54] <Pwootage> not sure how that would lex... probably as one token, hard to say
L49[01:12:04] <Sangar> :+= best operator
L50[01:12:17] <Pwootage> scala overloaded operators have a tendancy to be overused
L51[01:12:21] <Pwootage> which is bad
L52[01:12:36] <Pwootage> I have no clue what that one even does
L53[01:12:41] <Sangar> at least in the built-in stuff they're usually just alternatives, luckily
L54[01:12:48] <ds84182> You can't even tell what it does
L55[01:12:49] <Pwootage> yeah
L56[01:12:55] <ds84182> it's just an operator that looks funny
L57[01:13:02] <Pwootage> I do like "path" / "segment" / "notation" though
L58[01:13:26] <Sangar> so yeah, ::: is a thing
L59[01:13:33] <Sangar> "Adds the elements of a given list in front of this list."
L60[01:13:42] <Sangar> so it's prepend
L61[01:13:46] <Sangar> where :: is append
L62[01:13:51] <Sangar> i guess
L63[01:14:09] <Sangar> who knows \o/
L64[01:14:13] <Pwootage> (which is used in SBT)
L65[01:14:13] <Pwootage> eew
L66[01:14:13] <Pwootage> so def :::(l) = l::this
L67[01:14:13] <Pwootage> >.<
L68[01:14:45] <ds84182> oh my assorted gods
L69[01:14:53] <Sangar> anyway. this day ended way less productive than it began... i'm off o/
L70[01:15:11] <ds84182> bai
L71[01:15:39] <Pwootage> well train ride is pretty much over, back in a bit
L72[01:16:32] *** Pwootage is now known as Pwootage|Off
L73[01:18:20] <wolfmitchell> hm, what's the java equivilant of this lua: a = a or "asdf"
L74[01:19:03] <ds84182> a = a != null ? a : "asdf";
L75[01:20:01] <wolfmitchell> k
L76[01:20:54] <wolfmitchell> ds84182, woo it works https://db.tt/OhL1nihc
L77[01:21:27] <ds84182> >darude sandstorm
L78[01:21:42] <ds84182> I wonder what the song is
L79[01:21:53] <Caitlyn> dastorm sanrude
L80[01:22:40] <ds84182> storude sanddam
L81[01:22:54] <wolfmitchell> ds84182, i wrote a music visualisation thing lel
L82[01:23:20] <ds84182> You should totally rewrite it in brainfuck ( ͡° ͜ʖ ͡°)
L83[01:27:40] <wolfmitchell> ds84182, no
L84[01:27:44] <wolfmitchell> it's using Processing right now
L85[01:28:06] <wolfmitchell> ds84182, https://www.youtube.com/watch?v=S3J85PVrV-w
L86[01:28:06] -Kibibyte- [wolfmitchell] Experiments in Processing #1 - Music visualisation | by mster0000 | 1m47s | 4h40m ago | 13 views | Rated: 5.00/5.00
L87[01:28:25] ⇨ Joins: VivienVoid (~Vivien@179.216.195.252)
L88[01:28:29] <wolfmitchell> >mster0000
L89[01:28:35] <wolfmitchell> wtf why is it that
L90[01:28:38] <PhoneCube> wolfmitchell: dat rating
L91[01:28:40] <wolfmitchell> it was wolfmitchell for like, ever
L92[01:28:51] <PhoneCube> Fake as fuck much :p
L93[01:29:10] <wolfmitchell> PhoneCube, u wot
L94[01:29:16] <wolfmitchell> brb
L95[01:29:37] <ds84182> pretty
L96[01:30:30] <PhoneCube> wolfmitchell: rating is fake as fuck
L97[01:33:59] <wolfmitchell> ds84182, https://i.imgur.com/yEpLFyS.png
L98[01:35:16] <ds84182> lol
L99[01:45:44] <ds84182> I ate too many sweetarts
L100[01:45:45] <ds84182> oh god
L101[01:45:49] <ds84182> avenge my death
L102[01:45:55] <ds84182> I ate like 4 at a time
L103[01:46:01] <ds84182> it was only 1/4 of the box
L104[01:46:06] <ds84182> halp
L105[01:52:49] *** Pwootage|Off is now known as Pwootage
L106[01:53:20] <Pwootage> ds84182: no don't die
L107[01:53:22] <Pwootage> I want arm D:
L108[01:54:04] <Csstform> GUYS
L109[01:54:07] <Csstform> YOU SMELL
L110[01:54:19] <Csstform> LIKE
L111[01:54:21] <Csstform> A LOT
L112[01:54:27] * Csstform has quit (Remote host closed the connection)
L113[01:54:58] <Pwootage> D:
L114[01:55:08] <Pwootage> On an unrelated note, when is OCJam?
L115[01:55:34] <Csstform> lemme check
L116[01:56:02] <Sandra> yeah, i was wondering that too.
L117[01:56:42] <Csstform> If everyone's signed up, I'll go ahead and pick a date
L118[01:56:58] * ds84182 (ds84182@Bash.Is.Better.Than.zsh.PanicBNC.ca) has joined
L119[01:57:12] <Csstform> ohai ds84182 and fake join message!
L120[01:57:28] <Csstform> LAST CHANCE TO SIGN UP BEFORE A DATE IS PICKED! http://goo.gl/forms/GnBmsA9MU3
L121[01:58:23] <Sandra> What are the rules of OCJam btw?
L122[01:59:12] <Csstform> alright
L123[01:59:23] <Csstform> we can do it either this weekend, or next weekend
L124[02:00:09] <Sandra> This weekend is best for me.
L125[02:00:19] <Kodos> No pre-existing code, right?
L126[02:01:23] <Csstform> ^
L127[02:01:27] <Csstform> correct
L128[02:01:40] <Kodos> Annnd vanilla OC only, can't use addons?
L129[02:02:37] <Sandra> By no pre-existing code, what OS do we write for?
L130[02:02:44] <Kodos> OpenOS I would assume
L131[02:02:58] <Sandra> Right, so we can use the OpenOS libraries.
L132[02:03:01] <Kodos> No pre-existing code just means you can't submit projects th at you already started work
L133[02:03:06] <Kodos> working on*
L134[02:03:47] <Sandra> (can I write a module to another one of my programs and just submit that module?)
L135[02:04:00] <Kodos> I don't think so, but Csstform would have to confirm
L136[02:04:51] <Sandra> like, the modules are basically self-contained pretty much.
L137[02:04:59] <Sandra> but whatever, I'll do it separately.
L138[02:05:43] <Pwootage> So no debug card or computronics chat box? I kinda want to write a holodeck program (admidedly I don't *need* either to do it, but it will work cooler)
L139[02:06:01] <Kodos> Again, Csstform has to confirm everything
L140[02:06:01] <Sandra> debug card is vanilla OC.
L141[02:06:07] <Kodos> Sandra, it's also creative only
L142[02:06:11] <Kodos> So I'm not sure it's valid
L143[02:06:12] <Kodos> But again
L144[02:06:12] <Kodos> Csst
L145[02:06:15] <Sandra> mmm.
L146[02:06:17] <Csstform> VANILLA OC
L147[02:06:21] <Csstform> ONLY LE ANILLA
L148[02:06:38] <Kodos> Csstform, what about debug card? Or surival stuff only
L149[02:06:39] * Csstform shakes a lambchop
L150[02:06:48] <Csstform> Kodos: Whatever the fridge you want
L151[02:06:51] <Kodos> k
L152[02:07:00] <Csstform> so long as I dont have to install extra mods, I dont care
L153[02:07:03] <Sandra> Right.
L154[02:07:04] <Pwootage> aw, no chat box :(
L155[02:07:18] <Kodos> OCJam aside, you really should be using Computronics
L156[02:07:22] <Pwootage> I can't remember, you wanted the map right?
L157[02:07:25] * Sandra votes computronics.
L158[02:07:34] <Sandra> but w/e.
L159[02:07:40] <Csstform> Kodos: I dont use OC in general
L160[02:07:49] <Kodos> Do you use CC?
L161[02:07:51] <Csstform> too much stuffs
L162[02:08:04] <Csstform> if I do computer stuffs I use CC
L163[02:08:07] <Kodos> Lol
L164[02:08:08] <Kodos> Wow
L165[02:08:13] <Csstform> mainly cause I'm familiar with it
L166[02:08:17] <Csstform> and cba to learn another mod
L167[02:08:18] <Sandra> then why are you running OCJam?
L168[02:08:28] <Csstform> Sandra: cause............
L169[02:08:33] <Kodos> I'd like to withdraw from OCJam in that case
L170[02:08:41] <Csstform> Kodos: I'm kidding
L171[02:08:41] <Kodos> Even though I signed up like 10 minutes ago
L172[02:08:47] <Csstform> I use OC
L173[02:08:54] <Csstform> about as much as I use CC
L174[02:09:07] <Csstform> I just am not really familiar with it
L175[02:09:15] <Csstform> I've tinkered around
L176[02:09:21] <Sandra> I haven't used CC since I first found OC.
L177[02:09:21] <Csstform> and I can code lua
L178[02:09:36] <Pwootage> Sandra: pretty much the same here
L179[02:09:40] <Kodos> And here
L180[02:09:42] <Csstform> I dont see too much of a difference
L181[02:09:48] * Kodos slaps Csstform
L182[02:09:48] * EnderBot2 laughs
L183[02:09:50] <Csstform> but maybe I just haven't used it enough
L184[02:09:53] <Pwootage> (I still have CC installed, mind)
L185[02:09:53] <Kodos> Huge difference
L186[02:09:59] *** Techokami|Off is now known as Techokami
L187[02:10:14] <Sandra> OC has so much cool stuff it's amazing.
L188[02:10:24] <Pwootage> And computronics has so much more! :D
L189[02:10:35] <Sandra> Computronics doesn't really have that much.
L190[02:10:49] <Kodos> It has tons of functionality. Not so much actual blocks and such
L191[02:10:58] <Sandra> ?
L192[02:11:15] <Pwootage> Well http://mc.shinonome.ch/doku.php?id=wiki:computronics
L193[02:13:56] <Sandra> Right...
L194[02:13:59] <gamax92> https://www.youtube.com/watch?v=83Drfgh5vBY
L195[02:13:59] -Kibibyte- [gamax92] engine | by gamspony | 3m23s | 3m8s ago | 1 views | Rated: -1.00/5.00
L196[02:16:10] <Kodos> Can you use a motion sensor as an upgrade in a robot
L197[02:17:54] <Sandra> Not by the looks of things, Kodos.
L198[02:19:51] <Kodos> I still need to figure out how to use the advanced cipher block
L199[02:19:58] <Kodos> I mean, I know how to in the functional sense
L200[02:20:03] <Kodos> But I'm unsure how to implement its use into something I can write
L201[02:21:21] <Sandra> I don't even know what the advanced cipher block does!
L202[02:21:35] <Kodos> RSA Encryption
L203[02:22:04] <Sandra> okay?
L204[02:22:21] <gamax92> "Another Python .IT to TIA converter, made by GreaseMonkey."
L205[02:22:24] <gamax92> :o
L206[02:23:22] <Sandra> I feel like participating in OCJam, but I also feel like I should just work on my current OC project which sadly I started too early to do it.
L207[02:24:51] <Kodos> Sandra, don't say anything, but Xilandro on Freenode is me
L208[02:25:22] <Sandra> oh mmm.
L209[02:25:59] <Sandra> I sadly couldn't get Sandra on freenode, so SandraNicole it is.
L210[02:26:33] <Kodos> Yeah, someone took Kodos, too. In fact, he grabbed all the simpsons character names
L211[02:26:45] <Sandra> mmm.
L212[02:30:59] <Pwootage> I'm pwootage on freenode (although I'm not in any channels atm)
L213[02:31:00] <Sandra> oh god ruby's up to ruby 2.1 now.
L214[02:31:01] <Sandra> wow.
L215[02:31:35] <wolfmitchell> hm, for a MC server that I'm working on, do you guys think a game mechanic where rain/water/etc could conduct redstone energy would be a good idea
L216[02:32:22] <Pwootage> eew ruby
L217[02:32:39] <Pwootage> (actually I have no clue how ruby works, but I had one bad experience with gems this one time(
L218[02:32:55] <Pwootage> wolfmitchell: seems like it would be hard to implement
L219[02:33:09] <wolfmitchell> lel
L220[02:33:14] <wolfmitchell> maybe across things like chunk boundaries
L221[02:35:31] <Sandra> Pwootage, I haven't used ruby in years, but it was my first language that I learn't programming with
L222[02:36:36] <Sandra> wolfmitchell, rain would be hard, but water shouldn't be /that/ hard.
L223[02:36:49] <Sandra> of course, water destroys most vanilla redstone things.
L224[02:37:28] <Pwootage> Water would be iteresting because it's already using it's meta
L225[02:37:41] <Sandra> mmm.
L226[02:37:42] <wolfmitchell> lel
L227[02:37:55] ⇨ Joins: fstobbsie (webchat@host-80-43-93-19.as13285.net)
L228[02:40:55] <fstobbsie> hey anyone know if you can read how much power is left in a robot
L229[02:41:06] <pong> .w robot
L230[02:41:06] <^v> pong, http://ocd.cil.li/api:robot
L231[02:42:08] <pong> fstobbsie, computer.energy()
L232[02:42:27] <Pwootage> (same as in a regular computer)
L233[02:44:13] <fstobbsie> thanks
L234[02:44:26] *** Riking|away is now known as Riking
L235[02:47:09] *** Kilobyte is now known as Kiloff
L236[02:48:56] *** ds84182 is now known as dsAway
L237[02:59:30] ⇦ Quits: ^v (~ping@2601:4:680:104c:ac38:25e3:1ceb:a858) (Ping timeout: 378 seconds)
L238[03:01:40] ⇦ Quits: fstobbsie (webchat@host-80-43-93-19.as13285.net) (Quit: Web client closed)
L239[03:15:49] *** Techokami is now known as Techokami|Off
L240[03:17:15] *** Pwootage is now known as Pwootage|Off
L241[03:23:27] ⇦ Quits: Sorroko (~Sorroko@andromeda.ryanwelch.me) (Ping timeout: 195 seconds)
L242[03:29:15] ⇨ Joins: Sorroko (~Sorroko@andromeda.ryanwelch.me)
L243[03:29:54] ⇨ Joins: ^v (~ping@2601:4:680:104c:59b:4d5:729d:c019)
L244[03:30:19] ⇨ Joins: rjwboys2 (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net)
L245[03:33:24] <Sandra> Anyone know what the ETA is for OC-1.8?
L246[03:33:49] ⇦ Quits: Sorroko (~Sorroko@andromeda.ryanwelch.me) (*.net *.split)
L247[03:33:49] ⇦ Quits: VivienVoid (~Vivien@179.216.195.252) (*.net *.split)
L248[03:33:49] ⇦ Quits: rjwboys (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net) (*.net *.split)
L249[03:33:49] ⇦ Quits: Kubuxu (~root@kubuxu.magik6k.net) (*.net *.split)
L250[03:33:49] ⇦ Quits: MichiBot (~lb@eos.pc-logix.com) (*.net *.split)
L251[03:33:49] ⇦ Quits: Benguin (~Ben@adsl-83-100-188-68.karoo.KCOM.COM) (*.net *.split)
L252[03:33:49] ⇦ Quits: Greylocke (~quassel@108.174.52.16) (*.net *.split)
L253[03:33:49] ⇦ Quits: Tahg (~Tahg@pool-72-74-136-157.bstnma.fios.verizon.net) (*.net *.split)
L254[03:33:49] ⇦ Quits: pwnsrv (~pwnsrv@94.177.121.116) (*.net *.split)
L255[03:33:49] ⇦ Quits: Roadcrosser (potato@hi.i.just.wanted.to.say.that.programming.is.evidently.sexy) (*.net *.split)
L256[03:33:51] <^v> Oh noes! warden split 3:
L257[03:34:38] ⇨ Joins: Greylocke (~quassel@108.174.52.16)
L258[03:35:46] ⇨ Joins: Sorroko (~Sorroko@andromeda.ryanwelch.me)
L259[03:37:13] <Kodos> When it's done
L260[03:38:22] <Sandra> is he even working on it?
L261[03:38:42] <Kodos> Yep
L262[03:38:51] <Kodos> There's an issue on the tracker that he's using to track progress, I thnk
L263[03:39:06] ⇨ Joins: Vaht (~Tahg@pool-72-74-136-157.bstnma.fios.verizon.net)
L264[03:48:03] *** Riking is now known as Riking|away
L265[03:49:56] *** gamax92 is now known as pung
L266[03:50:04] *** pung is now known as gamax92
L267[03:56:39] ⇨ Joins: Benguin (~Ben@adsl-83-100-188-68.karoo.KCOM.COM)
L268[04:07:11] <gamax92> Kodos: https://www.youtube.com/watch?v=T_S7ONDIJhA
L269[04:10:07] *** AngieBLD is now known as AngieBLD|Off
L270[04:16:58] ⇨ Joins: Xal (~Xal@S0106881fa12987ab.vw.shawcable.net)
L271[04:17:26] *** Pwootage|Off is now known as Pwootage
L272[04:19:31] ⇨ Joins: Kubuxu (~root@kubuxu.magik6k.net)
L273[04:19:40] ⇨ Joins: MichiBot (~lb@eos.pc-logix.com)
L274[04:19:41] ⇨ Joins: pwnsrv (~pwnsrv@94.177.121.116)
L275[04:27:08] *** Pwootage is now known as Pwootage|Off
L276[04:32:47] ⇦ Quits: Lathanael|Away (~Lathanael@p54971EEC.dip0.t-ipconnect.de) (Ping timeout: 200 seconds)
L277[04:34:40] *** justastranger is now known as justastranger|zzz
L278[04:35:17] ⇨ Joins: Lathanael|Away (~Lathanael@p54970520.dip0.t-ipconnect.de)
L279[04:35:23] *** Riking|away is now known as Riking
L280[04:36:52] ⇦ Quits: justastranger|zzz (justastran@2604:180::7239:d646) (Excess Flood)
L281[04:38:21] ⇨ Joins: justastranger (justastran@2604:180::7239:d646)
L282[04:39:12] ⇨ Joins: Hatsuse (uid52684@id-52684.charlton.irccloud.com)
L283[04:44:16] *** PotatoTrumpet is now known as Potato|Zzz
L284[05:07:22] *** SleepingFairy is now known as Daiyousei
L285[05:08:25] ⇨ Joins: JjStAr992_Gaming (~EIRC_RR@CPE-121-214-110-139.lnse4.lon.bigpond.net.au)
L286[05:18:11] *** Pwootage|Off is now known as Pwootage
L287[05:19:01] ⇨ Joins: acura (acura@lightning.bouncer.ml)
L288[05:21:43] ⇨ Joins: v^ (~pixel@2601:4:680:104c:f855:d6f3:55e1:649f)
L289[05:21:43] zsh sets mode: +v on v^
L290[05:27:27] ⇦ Quits: pong (~pixel@2601:4:680:104c:f855:d6f3:55e1:649f) (Ping timeout: 378 seconds)
L291[05:27:52] *** Pwootage is now known as Pwootage|Off
L292[05:27:56] ⇨ Joins: SpiritedDusty (~SpiritedD@24-205-168-36.dhcp.wsco.ca.charter.com)
L293[05:27:57] zsh sets mode: +o on SpiritedDusty
L294[05:40:58] ⇦ Quits: SpiritedDusty (~SpiritedD@24-205-168-36.dhcp.wsco.ca.charter.com) (Quit: SpiritedDusty)
L295[05:41:12] ⇦ Quits: Xal (~Xal@S0106881fa12987ab.vw.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- *I* use it, so it must be good!)
L296[05:53:55] ⇨ Joins: SpiritedDusty (~SpiritedD@24-205-168-36.dhcp.wsco.ca.charter.com)
L297[05:53:56] zsh sets mode: +o on SpiritedDusty
L298[05:54:02] ⇦ Quits: SpiritedDusty (~SpiritedD@24-205-168-36.dhcp.wsco.ca.charter.com) (Client Quit)
L299[05:59:32] <Keridos> this sweird
L300[05:59:40] <Keridos> this is weird
L301[05:59:54] <Keridos> can somebody help me with the ae.getCraftables stuff?
L302[06:00:17] <Keridos> when i request a crafting job, i can run job.isDone() which gives back a boolean
L303[06:00:37] <Keridos> but when it gives back false, print(job.isDone()) can give back the reason for the fail as well
L304[06:01:02] <Keridos> but for some weird reason I cannot detect the reason print prints at all from the objet
L305[06:09:25] *** Riking is now known as Riking|away
L306[06:10:23] *** Kiloff is now known as Kilobyte
L307[06:13:04] <Keridos> a managed it now
L308[06:13:12] ⇦ Quits: JjStAr992_Gaming (~EIRC_RR@CPE-121-214-110-139.lnse4.lon.bigpond.net.au) (Quit: Play MOAR Resonant Rise! You know you want to!)
L309[06:13:14] <Keridos> can servers output to screens per cable?
L310[06:13:56] *** Daiyousei is now known as LearningFairy
L311[06:15:40] <gamax92> yes?
L312[06:15:52] *** Riking|away is now known as Riking
L313[06:16:23] ⇨ Joins: Vexatos (~Vexatos@p200300556E1C1F00006851A3DC603AB8.dip0.t-ipconnect.de)
L314[06:16:23] zsh sets mode: +v on Vexatos
L315[06:16:27] <gamax92> Keridos: its not really if the servers will support screens over cable, but more if (some component) is visible over a cable
L316[06:16:40] <Keridos> ok
L317[06:19:06] ⇦ Quits: Vexatos (~Vexatos@p200300556E1C1F00006851A3DC603AB8.dip0.t-ipconnect.de) (Client Quit)
L318[06:19:27] <Keridos> can i use the term api to output on a different screen?
L319[06:20:18] <gamax92> no, you bind the other screen using the component.gpu
L320[06:20:57] ⇦ Quits: rjwboys2 (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net) (Ping timeout: 186 seconds)
L321[06:27:32] <Keridos> ah it works, gamax92 . now just one thing, why does the gpu autoselect a resolution where i have black bars on top and bottom of the screen?
L322[06:28:28] <gamax92> because it doesn't know the size of your screen and because your screen doesn't fit the resolution perfectly
L323[06:30:10] <Keridos> hm, how can I make it so that it is seamless?
L324[06:31:13] *** LordFokas is now known as LordFokas|off
L325[06:32:40] <Keridos> gamax92: any idea?
L326[06:39:54] *** justastranger is now known as justastranger|zzz
L327[06:52:24] <v^> .object gamax92 sux
L328[06:52:25] <^v> v^, http://objection.mrdictionary.net/go.php?n=7761842
L329[06:52:32] <v^> <3 works
L330[06:52:37] <v^> first try
L331[06:52:46] <v^> #mlg1337368noscopepro
L332[06:56:41] <Kubuxu> Loving it ^^
L333[06:57:21] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L334[06:57:22] zsh sets mode: +v on asie
L335[06:58:33] <v^> rofl the judge http://objection.mrdictionary.net/go.php?n=7761846
L336[06:59:14] *** skyem123|zzz is now known as skyem123
L337[07:00:50] *** Kilobyte is now known as Kiloff
L338[07:04:27] ⇨ Joins: mr208 (~mallrat20@68.204.184.175)
L339[07:04:35] ⇦ Quits: mallrat208 (~mallrat20@68-204-184-175.res.bhn.net) (Ping timeout: 200 seconds)
L340[07:04:47] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 186 seconds)
L341[07:10:54] *** Cruor|Away is now known as Cruor
L342[07:11:04] <ShadowKatStudios> So I just downloaded a .tar.gz in order to build a program and then realised I'm on Windows
L343[07:12:41] <v^> ShadowKatStudios, ive built .tar.gzs on windows ._.
L344[07:13:02] <ShadowKatStudios> Perhaps so, but I have no interest in trying to build it on Windows
L345[07:14:18] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L346[07:14:18] zsh sets mode: +v on asie
L347[07:16:04] <ShadowKatStudios> http://i.imgur.com/e7ZYHkI.png hah, yeah, suuure
L348[07:17:04] <ShadowKatStudios> Still, it's awesome- I've found an archive of linux stuff frozen in time
L349[07:18:01] *** skyem123 is now known as skyem123|away
L350[07:18:59] <ShadowKatStudios> exsoul-1.0.tgz write/wall like program to express your feeling
L351[07:21:30] <ShadowKatStudios> Heh, a gopher client
L352[07:38:33] ⇨ Joins: CompanionCube (~samis@95f1d3ce.skybroadband.com)
L353[07:42:00] ⇦ Quits: v^ (~pixel@2601:4:680:104c:f855:d6f3:55e1:649f) (Read error: Connection reset by peer)
L354[07:42:21] ⇨ Joins: v^ (~pixel@2601:4:680:104c:f855:d6f3:55e1:649f)
L355[07:42:21] zsh sets mode: +v on v^
L356[07:47:36] <Keridos> how wide is the font in oc screens?
L357[07:47:40] <Keridos> 5 pixels
L358[07:47:42] <Keridos> ?=
L359[07:47:51] <ShadowKatStudios> Uh, IIRC 16 high, 8 wide
L360[07:48:05] <ShadowKatStudios> Though some unicode is 16 wide
L361[07:48:43] <Keridos> hm, sure about that?
L362[07:49:08] <ShadowKatStudios> Being sure of something means there's something you don't know- that's what I can remember.
L363[07:49:31] <Keridos> a tier 2 screen has 80x25 pixels?
L364[07:50:42] <Keridos> but this looks like a lot more than 5 chars per screen
L365[07:50:51] <Keridos> or rather 10
L366[07:50:52] <Keridos> hm
L367[07:51:15] <ShadowKatStudios> Ah
L368[07:51:27] <ShadowKatStudios> A tier 2 screen is 80x25 characters
L369[07:51:40] <ShadowKatStudios> and each character is 12 high by 8 wide, IIRC.
L370[07:51:47] <ShadowKatStudios> s/12/16
L371[07:51:47] <Kibibyte> <ShadowKatStudios> and each character is 16 high by 8 wide, IIRC.
L372[07:51:49] <Keridos> ah that is more clear
L373[07:52:29] <Keridos> because i want to write stuff on my screen
L374[07:52:35] <Keridos> and I cannot get it to work properly
L375[07:55:11] <Keridos> now i am confused, my GPU tells me it is running at 80x25
L376[07:55:33] <Keridos> so tat means with a 4x3 screen setup i have 320 x 75 characters?
L377[07:55:57] <ShadowKatStudios> No, you just get larger chars
L378[08:00:27] <Keridos> ah ok
L379[08:03:50] <Keridos> how can i unbind a remote screen?
L380[08:08:09] <Keridos> i mean remote terminal
L381[08:10:48] ⇦ Quits: CompanionCube (~samis@95f1d3ce.skybroadband.com) (Remote host closed the connection)
L382[08:11:03] *** gAway2002 is now known as g
L383[08:15:41] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Read error: Connection reset by peer)
L384[08:15:52] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L385[08:16:14] ⇦ Quits: PhoneCube (~MCube@95f1d3ce.skybroadband.com) (Ping timeout: 189 seconds)
L386[08:16:20] *** Greylocke is now known as Greylocke|afk
L387[08:30:51] ⇨ Joins: Nirek_h (~Nirek@ip68-110-162-86.no.no.cox.net)
L388[08:30:57] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Killed (NickServ (GHOST command used by Nirek_h)))
L389[08:30:57] *** Nirek_h is now known as Nirek
L390[08:37:11] *** Kiloff is now known as Kilobyte
L391[08:37:30] *** Hobbyboy|Sleep is now known as Hobbyboy
L392[08:44:17] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 189 seconds)
L393[08:45:40] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L394[08:46:02] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Read error: Connection reset by peer)
L395[08:46:16] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L396[08:51:22] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 194 seconds)
L397[08:52:04] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L398[08:55:33] ⇨ Joins: Nirek_k (~Nirek@ip68-110-162-86.no.no.cox.net)
L399[08:58:39] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 378 seconds)
L400[09:02:04] *** Pwootage|Off is now known as Pwootage
L401[09:04:27] *** Yepoleb is now known as Guest34913
L402[09:04:28] ⇨ Joins: Yepoleb (~quassel@178-191-133-83.adsl.highway.telekom.at)
L403[09:04:48] ⇦ Quits: Nirek_k (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 194 seconds)
L404[09:05:09] ⇨ Joins: Nirek_k (~Nirek@ip68-110-162-86.no.no.cox.net)
L405[09:06:21] ⇦ Quits: Guest34913 (~quassel@188-22-166-195.adsl.highway.telekom.at) (Ping timeout: 378 seconds)
L406[09:08:31] ⇦ Quits: Nirek_k (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 200 seconds)
L407[09:10:19] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L408[09:11:39] *** Pwootage is now known as Pwootage|Off
L409[09:23:19] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 198 seconds)
L410[09:23:29] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L411[09:23:52] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 194 seconds)
L412[09:26:03] ⇨ Joins: pong (~pixel@2601:4:680:104c:f855:d6f3:55e1:649f)
L413[09:26:03] zsh sets mode: +v on pong
L414[09:31:39] ⇦ Quits: v^ (~pixel@2601:4:680:104c:f855:d6f3:55e1:649f) (Ping timeout: 378 seconds)
L415[09:35:21] ⇦ Quits: Hatsuse (uid52684@id-52684.charlton.irccloud.com) (Quit: Connection closed for inactivity)
L416[09:36:33] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 186 seconds)
L417[09:36:56] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L418[09:40:25] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 200 seconds)
L419[09:40:58] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L420[09:50:19] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 200 seconds)
L421[09:53:22] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L422[09:57:30] ⇨ Joins: dangranos (~dangranos@178.186.40.90)
L423[09:57:41] *** Riking is now known as Riking|away
L424[10:00:57] ⇨ Joins: Nirek_s (~Nirek@ip68-110-162-86.no.no.cox.net)
L425[10:01:05] <ShadowKatStudios> Uh. This is bad.
L426[10:01:14] <ShadowKatStudios> There's a dragon above this town.
L427[10:01:23] <ShadowKatStudios> Well, I got nothing better to do.
L428[10:01:54] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 378 seconds)
L429[10:02:28] <ShadowKatStudios> Or it just flies in circles, sure, why not?
L430[10:05:59] ⇦ Quits: Nirek_s (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 186 seconds)
L431[10:06:06] ⇨ Joins: Nirek_s_p (~Nirek@ip68-110-162-86.no.no.cox.net)
L432[10:08:19] <dangranos> Hi
L433[10:08:38] <dangranos> sks, just ignore it, it will fly away :P
L434[10:14:09] ⇦ Quits: Nirek_s_p (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 186 seconds)
L435[10:21:17] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L436[10:26:38] ⇨ Joins: Nirek_x (~Nirek@ip68-110-162-86.no.no.cox.net)
L437[10:27:08] ⇨ Joins: Inari (~Uni@p54934DCB.dip0.t-ipconnect.de)
L438[10:27:35] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 186 seconds)
L439[10:32:07] ⇦ Quits: Nirek_x (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 200 seconds)
L440[10:38:30] *** Cruor is now known as Cruor|Away
L441[10:50:37] *** Kodos is now known as Kodos|Zzz
L442[10:52:15] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L443[10:55:45] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 186 seconds)
L444[11:00:38] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L445[11:07:06] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L446[11:07:07] zsh sets mode: +v on asie
L447[11:16:33] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 186 seconds)
L448[11:17:48] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 378 seconds)
L449[11:20:37] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L450[11:23:51] ⇨ Joins: Nirek_y (~Nirek@ip68-110-162-86.no.no.cox.net)
L451[11:23:59] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 186 seconds)
L452[11:27:29] ⇦ Quits: Nirek_y (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 200 seconds)
L453[11:27:34] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L454[11:29:01] ⇨ Joins: Johannes13 (~Johannes@141.70.98.52)
L455[11:34:14] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 189 seconds)
L456[11:35:36] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L457[11:35:58] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Read error: Connection reset by peer)
L458[11:36:11] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L459[11:41:14] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 194 seconds)
L460[11:49:55] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L461[11:51:25] ⇨ Joins: Roadcrosser (potato@hi.i.just.wanted.to.say.that.programming.is.evidently.sexy)
L462[11:51:39] ⇦ Quits: pong (~pixel@2601:4:680:104c:f855:d6f3:55e1:649f) (Read error: Connection reset by peer)
L463[11:51:51] *** Roadcrosser is now known as Guest14469
L464[11:52:13] ⇨ Joins: pong (~pixel@2601:4:680:104c:f855:d6f3:55e1:649f)
L465[11:52:14] zsh sets mode: +v on pong
L466[11:53:51] *** Guest14469 is now known as Roadcrosser
L467[11:55:21] ⇦ Quits: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net) (Ping timeout: 200 seconds)
L468[12:13:59] <dangranos> installed conky lua
L469[12:14:06] <dangranos> what do i do with it?
L470[12:29:35] ⇨ Joins: tattyseal (~tattyseal@95.144.48.41)
L471[12:33:04] ⇦ Quits: VikeStep (~VikeStep@101.162.12.98) (Quit: Leaving)
L472[12:35:44] *** tattyseal is now known as tattyseal|lunch
L473[12:44:37] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L474[12:44:37] zsh sets mode: +v on asie
L475[12:45:12] *** ShadowKatStudios is now known as SKS-Away
L476[12:47:28] *** ConcernedAway is now known as ConcernedHobbit
L477[13:09:25] *** alekso56_off is now known as alekso56
L478[13:22:18] *** LearningFairy is now known as Daiyousei
L479[13:26:59] ⇨ Joins: Negi (~Poireau@2a01:e35:2f6a:7060:e2ca:94ff:fe1f:76e0)
L480[13:31:06] *** Cruor|Away is now known as Cruor
L481[13:51:32] *** skyem123|away is now known as skyem123
L482[14:00:17] *** tattyseal|lunch is now known as tattyseal|lunc
L483[14:00:21] *** tattyseal|lunc is now known as tattyseal
L484[14:03:50] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 189 seconds)
L485[14:05:44] ⇦ Quits: septi25 (~septi25@ipb21bbb54.dynamic.kabel-deutschland.de) (Quit: Leaving.)
L486[14:06:00] ⇨ Joins: septi25 (~septi25@ipb21bbb54.dynamic.kabel-deutschland.de)
L487[14:08:48] *** skyem123 is now known as skyem123|away
L488[14:18:38] ⇦ Quits: tattyseal (~tattyseal@95.144.48.41) (Quit: Leaving)
L489[14:21:07] ⇦ Quits: septi25 (~septi25@ipb21bbb54.dynamic.kabel-deutschland.de) (Quit: Leaving.)
L490[14:34:40] ⇨ Joins: Nirek (~Nirek@ip68-110-162-86.no.no.cox.net)
L491[14:34:43] ⇨ Joins: iceman11a (iceman11a@cpe-74-141-56-150.swo.res.rr.com)
L492[14:36:59] *** AngieBLD|Off is now known as AngieBLD
L493[14:38:04] ⇨ Joins: septi25 (~septi25@ipb21bbb54.dynamic.kabel-deutschland.de)
L494[14:41:42] ⇦ Quits: iceman11a (iceman11a@cpe-74-141-56-150.swo.res.rr.com) (Quit: Leaving)
L495[14:47:33] *** Sandra is now known as Sleepdra
L496[15:24:19] ⇨ Joins: Timmy94 (webchat@95.91.62.70)
L497[15:25:02] *** rakiru|offline is now known as Kasen
L498[15:34:00] *** g is now known as gAway2002
L499[15:37:05] *** Cruor is now known as Cruor|Away
L500[15:40:52] *** Cruor|Away is now known as Cruor
L501[15:46:32] *** alekso56 is now known as alekso56_off
L502[15:47:38] <wolfmitchell> u wot
L503[15:51:14] <dangranos> 3.5 hours? wow
L504[15:56:52] *** manmaed|AFK is now known as manmaed
L505[15:59:30] *** SKS-Away is now known as ShadowKatStudios
L506[16:02:06] ⇨ Joins: Magik6k (~Magik6k@host-37-190-200-120.dynamic.mm.pl)
L507[16:04:34] ⇨ Joins: CyberTurd (~CyberTurd@host86-150-202-118.range86-150.btcentralplus.com)
L508[16:07:58] <Inari> dangranos: IRC :p
L509[16:12:36] ⇦ Quits: justastranger|zzz (justastran@2604:180::7239:d646) (Excess Flood)
L510[16:13:35] *** gAway2002 is now known as g
L511[16:16:51] ⇨ Joins: justastranger (justastran@2604:180::7239:d646)
L512[16:23:25] *** LordFokas|off is now known as LordFokas
L513[16:24:11] *** Riking|away is now known as Riking
L514[16:27:47] ⇦ Quits: septi25 (~septi25@ipb21bbb54.dynamic.kabel-deutschland.de) (Ping timeout: 200 seconds)
L515[16:28:03] <Negi> I finally managed to write an appropriate lexer.
L516[16:31:25] ⇨ Joins: tattyseal (~tattyseal@95.144.48.41)
L517[16:33:38] *** gamax92 is now known as FloorTurtleCrawl
L518[16:34:32] *** FloorTurtleCrawl is now known as gamax92
L519[16:41:28] *** johnlage is now known as johnlage_web
L520[16:41:35] *** johnlage_web is now known as johnlage
L521[16:43:31] ⇦ Quits: johnlage (johnlage@never.use.root.sx) (Quit: *.I *.died)
L522[16:43:37] ⇨ Joins: johnlage (johnlage@never.use.root.sx)
L523[16:45:12] *** Greylocke|afk is now known as Greylocke
L524[16:48:52] ⇨ Joins: MrRatermat (~ratermat@host81-158-132-107.range81-158.btcentralplus.com)
L525[16:51:28] ⇦ Quits: tattyseal (~tattyseal@95.144.48.41) (Quit: Leaving)
L526[17:01:41] ⇨ Joins: PhoneCube (~MCube@95f11a6d.skybroadband.com)
L527[17:09:37] <gamax92> "COUGH" or "COUCH"
L528[17:09:48] <gamax92> all you have to do is remove a tiny bit from the G and it looks like COUCH
L529[17:09:50] <ShadowKatStudios> http://news.microsoft.com/windows10story/ So MS is streaming a W10 thingy
L530[17:10:11] <Csstform> ORITE THATS TODAY
L531[17:10:36] <ShadowKatStudios> Currently just a sales pitch
L532[17:10:53] <Csstform> eh
L533[17:11:00] <Csstform> tell me if anything interesting happens
L534[17:11:09] <gamax92> ShadowKatStudios: .-. why did you post it near the end of the thing .-.
L535[17:11:32] <vifino> gamax92: it just started .-.
L536[17:11:33] <gamax92> oh nvm, that timestamp at the bottom is confusing.
L537[17:12:01] <ShadowKatStudios> you've lost 10 minutes of sales pitch
L538[17:15:19] ⇨ Joins: Wobbo (~Wobbo@5249BC59.cm-4-2c.dynamic.ziggo.nl)
L539[17:15:19] zsh sets mode: +v on Wobbo
L540[17:15:27] <gamax92> T_T
L541[17:15:29] <gamax92> it won't even buffer now.
L542[17:15:48] <ShadowKatStudios> Stream Not FOund
L543[17:16:06] <Wobbo> gamax92: Maybe my radiance will make it buffer, try again :P
L544[17:16:56] <gamax92> ShadowKatStudios: is it dead?
L545[17:17:08] <ShadowKatStudios> Nope, i refreshed twice and it worked
L546[17:17:10] <ShadowKatStudios> gg microsoft
L547[17:17:11] <gamax92> oh yeah it came back
L548[17:17:22] <Csstform> free win updates
L549[17:17:37] <Csstform> for 7, 8.1, and phone 8.1
L550[17:17:40] <Csstform> if you missed it
L551[17:19:10] <Wobbo> Csstform: Free win upgrade for all versions: Linux/BSD
L552[17:19:38] <Csstform> lol
L553[17:19:41] <Csstform> true that
L554[17:21:13] <gamax92> Does Windows 10 have a "Non touch screen" mode?
L555[17:21:29] <gamax92> so like, for me who can't take advantage of any of this touch screen stuff, I can make it go away?
L556[17:21:36] <Csstform> gamax92: it has a friggin start menu
L557[17:22:09] <Wobbo> gamax92: No, windows 9 did, but they never released that :P
L558[17:22:29] <gamax92> "Tablet Mode"
L559[17:22:30] <gamax92> you lies
L560[17:22:53] <ShadowKatStudios> Shiny, I like the notifications
L561[17:23:12] <ShadowKatStudios> I'm sure there's a linux equivelant, but y'know.
L562[17:23:18] <Csstform> I like the new control panel icons
L563[17:23:27] <dangranos> um
L564[17:23:55] <dangranos> windows 10 is like "template" linux DE on windows kernel
L565[17:24:05] <dangranos> and windows style
L566[17:24:09] <dangranos> *"style"
L567[17:24:21] <ShadowKatStudios> Template?
L568[17:24:24] <gamax92> i actually like that control panel is no longer Control Panel + PC Settings
L569[17:24:30] <gamax92> its one thing
L570[17:24:32] <ShadowKatStudios> Aye, I agree.
L571[17:25:22] <Wobbo> ShadowKatStudios: What kind of notifications? screenshot please?
L572[17:25:53] <ShadowKatStudios> I'm assuming stuff like IRC notifications- think the notifications on Android- except on a slide-out panel
L573[17:25:58] * dangranos waits for kde/gnome/enlightenment/whatever style notification
L574[17:26:09] <dangranos> um
L575[17:26:21] <dangranos> android notification are on slide-out panel
L576[17:26:27] <dangranos> top-to-down
L577[17:27:19] <vifino> ~w event
L578[17:27:19] <ocdoc> http://ocd.cil.li/api:event
L579[17:27:34] <dangranos> hmm
L580[17:27:36] <Wobbo> ShadowKatStudios: So, like this: http://imgur.com/1EnZxiu ?
L581[17:27:45] <dangranos> notification lib for openos?
L582[17:27:56] <dangranos> i want multiuser os Q_Q
L583[17:28:02] <ShadowKatStudios> Yep, exactly, Wobbo
L584[17:28:05] <Wobbo> dangranos: You would first need a gui for OpenOS
L585[17:28:08] <ShadowKatStudios> dangranos: I have plans for micrOS
L586[17:28:27] <ShadowKatStudios> Wobbo: Use a virtual GPU using only part of the screen
L587[17:28:34] <Wobbo> ShadowKatStudios: Pretty sure that there is a linux equivalent of that. Since Aqua had it from what, 2 years now?
L588[17:28:37] <dangranos> wobbo, just scrolling line at bottom
L589[17:29:07] <Csstform> SIRI on PC boys!
L590[17:29:12] <Wobbo> dangranos: I would place it at the top actually. But what if a program empties the screen?
L591[17:29:21] <gamax92> lol Cortana
L592[17:30:07] <dangranos> gpu wrapper?
L593[17:30:33] <ShadowKatStudios> dangranos: Can I have a link to this "template"?
L594[17:30:51] <dangranos> ...
L595[17:30:59] <dangranos> ugh
L596[17:31:06] <ShadowKatStudios> MS has created a singularity
L597[17:31:10] * dangranos jumps off the cliff
L598[17:31:21] <dangranos> sks, huh?
L599[17:31:31] <ShadowKatStudios> Cortana sounds like espeak
L600[17:31:41] <dangranos> what they hadn't stuffed inside?
L601[17:32:22] <gamax92> espeak is baaaad
L602[17:32:37] <ShadowKatStudios> espeak has a scottish setting
L603[17:32:47] <Wobbo> Cortana is just a Sirir clone right?
L604[17:32:59] <Wobbo> s/rir/ri/
L605[17:32:59] <Kibibyte> <Wobbo> Cortana is just a Siri clone right?
L606[17:33:06] <Csstform> Wobbo: kinda
L607[17:33:17] <Csstform> except it is obviously more powerful
L608[17:33:23] <Csstform> cause PC > phone
L609[17:33:47] *** prassel|off is now known as prasselpikachu
L610[17:34:01] <ShadowKatStudios> [04:23] <dangranos> windows 10 is like "template" linux DE on windows kernel
L611[17:34:02] <Wobbo> Csstform: Siri runs on Apples servers, not your phone ¬_¬
L612[17:34:09] <gamax92> aaaaaaaaaand buffering again
L613[17:34:17] <ShadowKatStudios> Can I have a link to this template thingy?
L614[17:34:23] <ShadowKatStudios> gamax92: I think everyone gets it.
L615[17:34:30] <ShadowKatStudios> This is what MS gets for switching from Solaris
L616[17:34:34] <gamax92> lol
L617[17:34:51] <Csstform> Wobbo: and cortana runs on Azure or whatever
L618[17:35:03] <Csstform> but it can dig through your files and shiz
L619[17:35:07] <ShadowKatStudios> (Interesting fact: Until Windows Server 2003, MS used Solaris for their servers)
L620[17:35:23] <gamax92> pfft lol
L621[17:35:54] <Wobbo> ShadowKatStudios: Wow, did not know that. Did you know that NeXT was working on getting NeXTSTeP to run inside of Solaris?
L622[17:36:43] <ShadowKatStudios> No, I didn't. Sounds a little odd though, why did they want NeXTSTeP on Solaris?
L623[17:37:37] <ShadowKatStudios> >XBox Music
L624[17:37:38] ⇦ Quits: jk-5 (~jk-5@D97A1938.cm-3-3a.dynamic.ziggo.nl) (Quit: Bye)
L625[17:37:44] <ShadowKatStudios> >Integrated into Windows
L626[17:37:47] <ShadowKatStudios> arrrgh
L627[17:37:56] <ShadowKatStudios> Hello, MS iTunes clone.
L628[17:38:05] <ShadowKatStudios> ._.
L629[17:38:12] <Csstform> if it works with apple products I dont care
L630[17:38:19] <Csstform> screw itunes out the room
L631[17:39:00] <Wobbo> ShadowKatStudios: NeXT wanted more people to use Objective-C, so they wanted to port all their libraries to other platforms and sun was interested
L632[17:39:12] <ShadowKatStudios> Oh, I see.
L633[17:39:18] <Wobbo> Why does everybody hate iTunes? Its not that bad a program, is it?
L634[17:39:29] <Ender> I don't mind it
L635[17:39:40] <ShadowKatStudios> It's something to do with generic apple hate, I think.
L636[17:39:45] ⇦ Quits: Benguin (~Ben@adsl-83-100-188-68.karoo.KCOM.COM) (Ping timeout: 186 seconds)
L637[17:39:57] *** alekso56_off is now known as alekso56
L638[17:42:12] ⇨ Joins: Shuudoushi (Shuudoushi@eos.pc-logix.com)
L639[17:42:19] <Ender> o/ Shuudoushi
L640[17:42:28] <Shuudoushi> o/
L641[17:42:33] <ShadowKatStudios> Whoaaa
L642[17:42:39] <ShadowKatStudios> Haven't seen you in a while.
L643[17:42:42] <Wobbo> Shuudoushi: Can pretty well be. Probably the same as ObjC hate.
L644[17:42:50] <Wobbo> ShadowKatStudios: ^
L645[17:43:00] <Wobbo> Shuudoushi: Yeah, sorry bout that. Hi anyway :P
L646[17:43:04] <gamax92> what, anti (something) bandwagons?
L647[17:43:09] <ShadowKatStudios> I haven't tried ObjC
L648[17:43:33] <Shuudoushi> I don't know if pc-logix is freaking out, or if ZNC is freaking out...
L649[17:43:43] <Wobbo> ShadowKatStudios: The syntax is pretty weird, but actually has some nice features.
L650[17:44:01] <Caitlyn> Shuudoushi, elaborate?
L651[17:44:03] <ShadowKatStudios> I don't care what shitty phone keyboard you have, MS, I want a full keyboard in portrait mode on my 320x480 phone
L652[17:44:03] <Wobbo> ShadowKatStudios: I has some type of Mixin, that is especially neat.
L653[17:44:16] <Shuudoushi> Caitlyn: can't seem to connect...
L654[17:44:32] <Shuudoushi> I think I may have fucked something up...
L655[17:44:42] <gamax92> uhh ... yeah i can't connect to ssh
L656[17:44:56] <gamax92> also who is edward rutledge?
L657[17:45:15] <Caitlyn> edward rutledge is the shared server wtf are you connecting to gamax92?
L658[17:45:30] <gamax92> pc-logix.com?
L659[17:45:38] <Caitlyn> ....
L660[17:45:39] ⇨ Joins: Benguin (~Ben@adsl-83-100-188-68.karoo.KCOM.COM)
L661[17:45:42] <Caitlyn> Why?
L662[17:45:52] <gamax92> .-. what is it then?
L663[17:46:06] <Caitlyn> either use your domain "gamax92.pc-logix.com" or eos.pc-logix.com
L664[17:46:13] <gamax92> oh right, yeah ...
L665[17:46:19] ⇨ Joins: Vexatos (~Vexatos@p5B3C9663.dip0.t-ipconnect.de)
L666[17:46:20] zsh sets mode: +v on Vexatos
L667[17:46:37] <Vexatos> o/
L668[17:46:43] <Wobbo> ShadowKatStudios: And it is a full superset of C, so no weird C++ like extern C shenenigans
L669[17:46:49] <Wobbo> \o
L670[17:46:51] <Vexatos> So I just had my first success in being a Linux noob q_q
L671[17:47:11] <Vexatos> I managed to install a driver for my WLAN adapter
L672[17:47:17] <Vexatos> And it _worked_
L673[17:47:39] <Vexatos> Now my head feels fried :/
L674[17:47:51] <gamax92> .-. a document editor where half of the screen is a bunch of options
L675[17:47:55] <gamax92> wtf Microsoft
L676[17:48:33] <Shuudoushi> so... I'm trying to use tables for the first time... brain has exploded...
L677[17:48:43] <Wobbo> Vexatos: We should organize a party for you :P
L678[17:48:53] <Wobbo> gamax92: vim master race :P
L679[17:48:57] <gamax92> i wish the stream would stop switching from quality options .-.
L680[17:50:11] <ShadowKatStudios> >full win32
L681[17:50:17] <ShadowKatStudios> What happened to x64
L682[17:50:35] <gamax92> We took x64, and shoved it off a cliff
L683[17:52:55] <ShadowKatStudios> ._. MS did it again. They killed off the HTML email editor again and replaced it with MS word.
L684[17:53:05] <ShadowKatStudios> At least it has more features than .rtf this time
L685[17:53:45] <Wobbo> ShadowKatStudios: RTF is actually pretty nice. You can make it human readable!
L686[17:54:34] <ShadowKatStudios> That's the upside- you can read it with a normal text editor. Still, HTML should be used because it's standard
L687[17:54:36] <pong> .object 32 bit systems are the best
L688[17:54:36] <^v> pong, http://objection.mrdictionary.net/go.php?n=7762432
L689[17:54:54] *** prasselpikachu is now known as prassel|off
L690[17:55:24] <Wobbo> ShadowKatStudios: Meh. LaTeX is better imho
L691[17:55:28] *** prassel|off is now known as prasselpikachu
L692[17:55:41] <Wobbo> pong, WTF?
L693[17:56:17] <pong> Wobbo, yes
L694[17:56:43] <Wobbo> pong: Why are 32 bit systems better?
L695[17:56:57] <pong> because they are
L696[17:57:13] <Wobbo> ¬_¬
L697[17:57:36] <ShadowKatStudios> How so?
L698[17:57:47] <pong> ShadowKatStudios, they are the best
L699[17:58:10] <ShadowKatStudios> x86_64 isn't a nice system, but neither is x86, however a straight 64-bit system is nice as long as it isn't itanic.
L700[17:58:11] ⇦ Parts: Timmy94 (webchat@95.91.62.70) ())
L701[17:58:43] <Wobbo> pong: Really, give reasons why 32 bit is better.
L702[17:58:55] <pong> Wobbo, good reasons
L703[17:59:13] <ShadowKatStudios> Which good reasons?
L704[17:59:19] <pong> many of them
L705[17:59:31] <ShadowKatStudios> Such as?
L706[17:59:40] ⇦ Quits: pong (~pixel@2601:4:680:104c:f855:d6f3:55e1:649f) (Quit: Network ban)
L707[17:59:49] <ShadowKatStudios> Hah. No.
L708[18:00:02] ⇨ Joins: pong (~pixel@2601:4:680:104c:f855:d6f3:55e1:649f)
L709[18:00:03] zsh sets mode: +v on pong
L710[18:00:03] <ShadowKatStudios> His lack of valid reasons means we win by default.
L711[18:00:15] <Wobbo> I already thought this would be worse than the prolog argument from yesterday
L712[18:00:51] <pong> .objection 32 bit operating systems are still better
L713[18:00:52] <^v> pong, http://objection.mrdictionary.net/go.php?n=7762437
L714[18:01:24] ⇦ Quits: pong (~pixel@2601:4:680:104c:f855:d6f3:55e1:649f) (Read error: Connection reset by peer)
L715[18:01:34] *** prasselpikachu is now known as prassel|off
L716[18:01:47] ⇨ Joins: pong (~pixel@2601:4:680:104c:f855:d6f3:55e1:649f)
L717[18:01:48] zsh sets mode: +v on pong
L718[18:01:48] <ShadowKatStudios> Wobbo: http://bjorn.tipling.com/if-programming-languages-were-weapons "Prolog is an AI weapon, you tell it what to do, which it does but then it also builds some terminators to go back in time and kill your mom."
L719[18:02:05] <gamax92> ahh yes, not being able to use all of your memory, lowered performance on Dolphin, is best OS
L720[18:02:17] <Wobbo> ShadowKatStudios: I know that one :P
L721[18:02:39] <ShadowKatStudios> Want to know something ironic?
L722[18:02:45] <Wobbo> ShadowKatStudios: I especially like the Mathematica one
L723[18:02:54] <Wobbo> ShadowKatStudios: Sure, tell me
L724[18:02:59] <ShadowKatStudios> MS says their Siri clone can learn.
L725[18:03:27] <ShadowKatStudios> Ugh, Spartan looks like square chrome
L726[18:03:41] <Wobbo> It probably can. But I can make a OC robot that can learn as well
L727[18:03:49] <ShadowKatStudios> Indeed.
L728[18:03:58] <ShadowKatStudios> I should see if geolysers work in drones
L729[18:04:05] <Wobbo> That something can learn doesn't mean shit nowadays. Just jack a library from somewhere
L730[18:04:30] <Wobbo> I should actually finish my ML lib for OpenOS, then all of you can write learning machinery :P
L731[18:04:59] <ShadowKatStudios> But Wobbo, if it gains sentience it'll have all the information from users of Windows >=10
L732[18:05:48] <ShadowKatStudios> Know what I notice about Windows 10 preview?
L733[18:05:59] <ShadowKatStudios> It seems to all be about sharing stuff with other people
L734[18:06:04] <Wobbo> ShadowKatStudios: So what? Its not as if MS didn't insert a backdor for the NSA, KGB and the SS
L735[18:06:09] <ShadowKatStudios> It's a social network over again
L736[18:06:30] <ShadowKatStudios> Wobbo: I'm generally a pesimist. We're doomed.
L737[18:06:38] <Wobbo> Everything is a blody social network nowadys. NO I DO NOT HAVE FACEBOOK AND I DO NOT WANT TO SHARE THIS GODDAMMIT!
L738[18:07:10] <ShadowKatStudios> Indeed.
L739[18:09:45] ⇨ Joins: sciguyryan (~sciguyrya@109-205-170-106.dynamic.swissvpn.net)
L740[18:12:26] <Wobbo> ShadowKatStudios: In reality, if you want privacy, don't use windows, just don't. They are know to included backdoors into their software
L741[18:12:41] <ShadowKatStudios> Indeed.
L742[18:12:50] <ShadowKatStudios> I use Windows to run Skyrim and CLANNAD
L743[18:13:04] <Kasen> even if they're weren't known to, it's still a closed-source product by a US company
L744[18:13:17] <Wobbo> ShadowKatStudios: CLANNAD? As in the anime?
L745[18:13:37] <Kasen> as in the VN the anime was based on
L746[18:13:38] <ShadowKatStudios> Wobbo: the VN
L747[18:14:01] <ShadowKatStudios> CLANNAD won't run under WINE nor rlvm
L748[18:14:02] <Wobbo> Kasen: Ah, I'm less confused now :P
L749[18:14:34] *** Benguin is now known as Benguin[ZzZ]
L750[18:14:55] <gamax92> I love the CC: "Mine Craft"
L751[18:14:57] <Kasen> is your computer too shit to run windows in a VM?
L752[18:15:08] <Kasen> that would work well enough for VNs
L753[18:15:17] <ShadowKatStudios> Kasen: But skyrim too
L754[18:15:19] <Kasen> or do you actually just use windows all the time?
L755[18:15:27] <ShadowKatStudios> I played it in a VM for a while
L756[18:15:43] <Kasen> your original sentence made it sound like you ran linux most of the time then booted into windows for those 2 things
L757[18:16:03] <ShadowKatStudios> But I moved it into my real install so I could use it with my real system.
L758[18:16:10] <ShadowKatStudios> Kasen: I only use it for Windows-only games
L759[18:16:32] *** AngieBLD is now known as AngieBLD|Off
L760[18:16:50] <ShadowKatStudios> Huh, Minecraft in the MS stream
L761[18:16:50] ⇨ Joins: jk-5 (~jk-5@D97A1938.cm-3-3a.dynamic.ziggo.nl)
L762[18:17:14] <Kasen> why not? it's MS owned, and it's very popular
L763[18:17:17] <Wobbo> LOL: http://www.reddit.com/tb/2t6jx7
L764[18:17:20] <Kasen> might as well use it to advertise
L765[18:17:26] <ShadowKatStudios> Indeed.
L766[18:18:13] <ShadowKatStudios> You hadn't seen that poster?
L767[18:18:15] ⇦ Quits: dangranos (~dangranos@178.186.40.90) (Remote host closed the connection)
L768[18:18:38] <Kasen> the comments are the best part of that post
L769[18:18:43] <gamax92> ooh DirectX 12
L770[18:18:43] <ShadowKatStudios> I'm gonna hang that up in my IST room when the school year starts
L771[18:19:20] <Wobbo> ShadowKatStudios: No, hadn't seen it yet. But I want it now :P
L772[18:19:34] <ShadowKatStudios> " Office Hours: I’ll be available to students when the Microsoft App Store is a success "
L773[18:19:42] *** alekso56 is now known as alekso56_off
L774[18:20:42] <ShadowKatStudios> MS, give me more OpenGL
L775[18:21:02] * gamax92 gives ShadowKatStudios OpenGL 0.0.1.1
L776[18:21:13] <ShadowKatStudios> I don't give a shit about DX
L777[18:21:48] <gamax92> meh
L778[18:21:59] <gamax92> ShadowKatStudios: tell me if interesting stuff about Windows itself is being talked a bout
L779[18:22:05] * gamax92 goes to listen to glitch hop music instead
L780[18:22:39] <Wobbo> gamax92: There is interesting stuff in Windows? As in stuff they didn't buy or steal from others? :P
L781[18:22:52] <gamax92> no like shit they actually fixed
L782[18:23:21] <Wobbo> I'm getting hungry, time to cook food!
L783[18:23:29] *** Wobbo is now known as Wobbo|FOODS
L784[18:23:31] ⇦ Quits: Vexatos (~Vexatos@p5B3C9663.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L785[18:25:18] <ShadowKatStudios> gamax92: Well, there's now cross-platform games with Xbone
L786[18:26:06] <Kasen> let me know if they fix windows back to not being a tablet OS /at all/
L787[18:26:09] *** prassel|off is now known as prasselpikachu
L788[18:26:17] <Kasen> the earlier w10 release still had a bunch of giant panels everywhere
L789[18:26:17] *** dsAway is now known as ds84182
L790[18:26:42] <Caitlyn> "everywhere" the only place I found panels was on the start menu, and they weren't even that big of a deal
L791[18:26:45] <Wobbo|FOODS> Kasen: I don't think they will ever do that
L792[18:26:50] <Caitlyn> and I've been using the 120 tech preview since release...
L793[18:26:59] <Caitlyn> w10*
L794[18:27:25] <Kasen> the start menu is a pretty important part
L795[18:27:28] <gamax92> Windows 120!
L796[18:27:42] * Caitlyn kicks gamax92
L797[18:27:42] <Kasen> also, the control panel and stuff was still a metro app
L798[18:27:45] <Negi> We're already that far in innovation ? :O
L799[18:27:47] <gamax92> :(
L800[18:27:47] <Kasen> albeit now in a window again
L801[18:27:55] * gamax92 's fun brings sadness to others :(
L802[18:28:18] <Negi> I like the concept of having a FlatUI OS. I dislike the way Microsoft deal with it.
L803[18:29:26] <Kasen> there's a subtle line between good looking flat design, and a child's first attempt at flat design
L804[18:31:24] * gamax92 just wants DirectX 12 and the File Copy dialog
L805[18:31:29] <gamax92> the rest of Windows 10 can go burn
L806[18:32:57] * ShadowKatStudios just wants the file copy dialog and the fancy task manager stuff
L807[18:33:20] <Kasen> i'm hoping i'm able to switch to linux by the time w7 EOL happens
L808[18:33:42] <Kasen> task manager? use process explorer from sys internals
L809[18:33:51] <gamax92> not the same thing .-.
L810[18:34:01] <ds84182> whinderps whantwanty
L811[18:34:05] <Kasen> close enough, unless i'm missing something
L812[18:34:12] <Kasen> file copy dialogue? yeah, that'd be nice
L813[18:34:39] <ShadowKatStudios> Cool TV, but does it have ethernet?
L814[18:34:54] <ShadowKatStudios> If it lacks wired network, I don't want it
L815[18:35:36] <Csstform> gamax92: dx12 looks fancy
L816[18:35:41] <ds84182> oh great
L817[18:35:43] <ds84182> dx12
L818[18:35:45] <ds84182> whats next
L819[18:35:48] <ds84182> dx14
L820[18:35:52] <ds84182> jklol
L821[18:36:12] <gamax92> DX 8192
L822[18:37:10] <ShadowKatStudios> DX <current year>
L823[18:37:50] <gamax92> monthly updates
L824[18:37:59] <ds84182> OpenGL 4.10
L825[18:38:00] <gamax92> every month we bump the version up.
L826[18:38:05] <Csstform> dx84182
L827[18:38:08] <ds84182> no,
L828[18:38:09] <gamax92> lolyes
L829[18:38:13] <ds84182> nononono
L830[18:38:18] <ds84182> OpenGAMAX 9.2
L831[18:38:18] *** AngieBLD|Off is now known as AngieBLD
L832[18:38:25] <gamax92> ds84182: im cool with this.
L833[18:38:36] <ds84182> dolphin isn't working
L834[18:38:39] <ds84182> crap
L835[18:38:40] <ds84182> baskets
L836[18:38:54] <gamax92> ds84182: Dolphin Emulator
L837[18:38:55] <ds84182> I am not making a debug build of dolphin to track down this bug
L838[18:39:00] <ds84182> gamax92: yes
L839[18:39:07] <ds84182> They broke something in the latest build
L840[18:39:20] <ShadowKatStudios> >"ink on it" That sounds really, really bad.
L841[18:40:56] ⇨ Joins: Timmy94 (webchat@95.91.62.70)
L842[18:41:07] <Timmy94> how i can kill this: event.timer
L843[18:41:34] <Ender> with a hammer
L844[18:41:38] ⇨ Joins: septi25 (~septi25@ipb21bbb54.dynamic.kabel-deutschland.de)
L845[18:41:55] <Timmy94> Are you kidding me?
L846[18:42:17] <ShadowKatStudios> yes
L847[18:42:34] <ShadowKatStudios> you have to use a warhammer, a normal hammer won't do
L848[18:42:35] <Shuudoushi> timer = event.timer() event.cancel(timer)
L849[18:42:42] <ShadowKatStudios> erm
L850[18:42:51] <ShadowKatStudios> since when is touchscreen better than keyboard?
L851[18:42:57] <ShadowKatStudios> touchscreen is terrible to type on
L852[18:42:59] <Shuudoushi> ?
L853[18:43:09] <ShadowKatStudios> (Watching Microsoft screen)
L854[18:43:11] <Shuudoushi> what?
L855[18:43:15] <Shuudoushi> touchscreen fucking sucks
L856[18:43:29] <gamax92> .-. holograms?
L857[18:43:31] <gamax92> wtf
L858[18:43:59] <Caitlyn> It's more like augmented reality.. lol
L859[18:44:11] <ShadowKatStudios> Oh cool, AR
L860[18:44:26] <ShadowKatStudios> I'll roll with this, or rather the cheap ripoff version that works with Linux.
L861[18:44:40] <Shuudoushi> LMFAO
L862[18:44:47] <Shuudoushi> afk a bit
L863[18:45:26] <Timmy94> Shuudoushi thank you
L864[18:45:42] ⇦ Quits: septi25 (~septi25@ipb21bbb54.dynamic.kabel-deutschland.de) (Client Quit)
L865[18:45:51] ⇨ Joins: septi25 (~septi25@ipb21bbb54.dynamic.kabel-deutschland.de)
L866[18:45:53] <Negi> ShadowKatStudios: Me wants AR contact lenses.
L867[18:45:53] *** Riking is now known as Riking|away
L868[18:46:06] <ShadowKatStudios> I'd be fine with glasses.
L869[18:46:18] <ShadowKatStudios> FUCKERS, I WANT HOLOGRAMS
L870[18:46:45] <Caitlyn> Yeah.. I'm trying to figure out "Hologram" like no.. it's really not
L871[18:47:02] <ShadowKatStudios> It's AR
L872[18:47:06] <ShadowKatStudios> It's Dennou Coil
L873[18:47:38] <Negi> GNU indent style is scaryyyy
L874[18:48:21] <gamax92> aaaaaaaaands it glasses
L875[18:48:35] <ShadowKatStudios> they're not holograms >.<
L876[18:48:44] <gamax92> yeah thats not a hologram
L877[18:48:45] <ShadowKatStudios> And what does it have to do with holograms? :/
L878[18:49:05] <ShadowKatStudios> I mean, what does Windows have to do with it
L879[18:49:26] <gamax92> Because Microsoft
L880[18:50:17] <ShadowKatStudios> >Oculus
L881[18:50:21] <ShadowKatStudios> >We invite you
L882[18:50:23] <ShadowKatStudios> grah
L883[18:50:25] <Negi> ShadowKatStudios : If you asked that kind of question with everything Microsoft made, you'd be surprised Windows is at the core of completely unrelated things.
L884[18:50:28] <ShadowKatStudios> that's dickish
L885[18:50:52] <ShadowKatStudios> Nice '80s glasses
L886[18:51:30] <ShadowKatStudios> HD lenses
L887[18:51:37] <ShadowKatStudios> I don't think that's how it works
L888[18:51:52] <ShadowKatStudios> Also, he said inside, not features :/
L889[18:52:29] <ShadowKatStudios> there's nothing holographic about it :/
L890[18:53:32] <Negi> No a Surface tablet will never replace my laptop, Microsoft; Sorry not sorry.
L891[18:54:14] <ShadowKatStudios> MS, you piss me off, all this wrong terminology and false firsts- and your shitty flash is using a whole core
L892[18:54:59] <Timmy94> does event.timer(...) stopps my current running function?
L893[18:55:00] <gamax92> ShadowKatStudios: well here comes the demo
L894[18:55:28] *** ds84182 is now known as dsAway
L895[18:56:36] <ShadowKatStudios> Paint was frustrating, especially with a ball mouse
L896[18:56:52] <gamax92> well, despite being incorrect terms, thats still cool
L897[18:57:02] <Caitlyn> It is...
L898[18:58:14] ⇨ Joins: CompanionCube (~samis@95f11a6d.skybroadband.com)
L899[18:59:11] <ShadowKatStudios> Okay, fuck it, I know it's MS and wrong terminology and probably really annoying
L900[18:59:14] <ShadowKatStudios> but I love it.
L901[18:59:20] <gamax92> Exactly
L902[18:59:23] <ShadowKatStudios> I can't wait until the clones are released.
L903[18:59:28] <CompanionCube> ShadowKatStudios, wat?
L904[18:59:42] <ShadowKatStudios> CompanionCube: MS has 3D augumented reality
L905[18:59:44] *** Riking|away is now known as Riking
L906[18:59:49] <ShadowKatStudios> http://news.microsoft.com/windows10story/
L907[18:59:52] <CompanionCube> O.o
L908[18:59:54] <Caitlyn> http://puu.sh/ePJQN/dea53b5937.jpg
L909[18:59:55] <vifino> CC is here, hello!
L910[19:00:06] <Caitlyn> http://news.microsoft.com/windows10story/
L911[19:00:22] <CompanionCube> ShadowKatStudios, is it bad I'm yarring the manuals n' shit I found on a NAS at school
L912[19:00:55] <ShadowKatStudios> CompanionCube: Depends how interesting they are
L913[19:01:03] <CompanionCube> ShadowKatStudios, some cisco stuff
L914[19:01:08] <CompanionCube> some WinServer stuff
L915[19:01:11] <CompanionCube> some linux stuff
L916[19:01:31] <vifino> Caitlyn: Is that a 3d hologram?! :O
L917[19:01:42] <Caitlyn> Augmented Reality :/
L918[19:01:46] <vifino> Pffft
L919[19:02:00] <ShadowKatStudios> I don't care if it's fake
L920[19:02:03] <ShadowKatStudios> it's fucking amazing
L921[19:02:09] <vifino> I want a 3d hologram, i can figure the rest out myself >_<
L922[19:02:48] <CompanionCube> ShadowKatStudios, you like?
L923[19:03:42] *** AtomSponge|away is now known as AtomSponge
L924[19:04:04] <gamax92> Minecraft in AR?
L925[19:04:06] <vifino> ShadowKatStudios: i heard mindcraft in that stream
L926[19:04:06] <vifino> wot
L927[19:04:14] <gamax92> FUCKING STOP BUFFERING
L928[19:04:14] <vifino> *minecraft
L929[19:04:18] <vifino> gamax92: ikr
L930[19:04:33] <ShadowKatStudios> They worked with NASA?
L931[19:05:00] <vifino> oh shit
L932[19:05:08] <vifino> BSOD in space
L933[19:05:41] <ShadowKatStudios> They'll probably end up either writing their own OS for their rovers or run the Linux compatibility patch
L934[19:06:25] <vifino> Linux compatibility patch?
L935[19:06:45] <ShadowKatStudios> vifino: Once the tech is released, a month and there'll be a version for Linux
L936[19:07:07] <gamax92> Maybe Microsoft should hire Youtube or Twitch for their streaming services .-.
L937[19:07:22] <gamax92> even those aren't as bad
L938[19:07:33] <Caitlyn> I've stopped to stream once :p
L939[19:07:35] <ShadowKatStudios> MS should buy twitch- another reason to hate it.
L940[19:08:25] <ShadowKatStudios> ugh
L941[19:08:31] <ShadowKatStudios> I need to get up in an hour
L942[19:08:58] <ShadowKatStudios> ._. They're really alienating the people that are good at using computers
L943[19:09:09] <CompanionCube> ShadowKatStudios, how so?
L944[19:09:13] <ShadowKatStudios> My version of natural interaction is with a keyboard.
L945[19:09:18] <gamax92> Caitlyn: .-. what is your dl speed?
L946[19:09:36] <Caitlyn> 12 terabits/s
L947[19:09:37] <CompanionCube> could you not create a holographic keyboard?
L948[19:09:39] <gamax92> oh shit
L949[19:09:55] <ShadowKatStudios> CompanionCube: Could you feel the keyboard?
L950[19:09:56] <Caitlyn> Oooh lok my zip of the internet is done
L951[19:09:59] <Caitlyn> sadly I have nowhere to store it
L952[19:10:04] <Caitlyn> so off to /dev/null it goes
L953[19:10:11] <Caitlyn> I'll download another one in 15 minutes..
L954[19:10:17] <vifino> :|
L955[19:10:19] <CompanionCube> Caitlyn, store it in RAM
L956[19:10:26] <ShadowKatStudios> Well, I guess we'd need feedback gloves.
L957[19:10:26] <Caitlyn> http://www.speedtest.net/result/4078016327.png gamax92
L958[19:10:30] <ShadowKatStudios> I'd go for that.
L959[19:10:31] <CompanionCube> you obviously have enough if you downloaded it
L960[19:10:45] <Caitlyn> CompanionCube, I was downloading directly to /dev/null
L961[19:10:46] <gamax92> Caitlyn: .-. this is not 12Tb
L962[19:11:08] <Caitlyn> noshit.jpg
L963[19:11:10] <CompanionCube> ShadowKatStudios, is it bad that there is a british ISP that keeps getting mentioned when shibboleet is brought up
L964[19:11:16] <gamax92> is it bad that I believed Caitlyn
L965[19:11:27] * ShadowKatStudios turns compositing back on in order to have a terminal in front of the screen
L966[19:11:32] <ShadowKatStudios> yes, it is.
L967[19:11:33] <Caitlyn> lmao I fuckinwish.webm
L968[19:11:41] <CompanionCube> ShadowKatStudios, why is it
L969[19:11:44] <gamax92> Caitlyn: http://www.speedtest.net/result/4078012053.png
L970[19:11:57] <Timmy94> http://www.speedtest.net/result/4064677520.png
L971[19:11:57] <ShadowKatStudios> was talking to gamax
L972[19:12:02] <vifino> gamax92: Q_Q WANT
L973[19:12:15] <Caitlyn> So yea gamax92 no idea why you'd be having issues then.. :p
L974[19:12:18] <CompanionCube> >good interwebs
L975[19:12:21] <CompanionCube> >comcast
L976[19:12:28] <CompanionCube> Maybe your problem is Comcast.
L977[19:12:32] <gamax92> probably P
L978[19:12:36] <gamax92> its a cable modem
L979[19:12:43] <Caitlyn> <-- cable too
L980[19:12:45] <gamax92> in an old apartment
L981[19:12:58] <CompanionCube> cx]
L982[19:13:49] <ShadowKatStudios> http://www.speedtest.net/result/4078024482.png I pay for 12Mbps up, 24Mbps down ._.
L983[19:14:13] <CompanionCube> ShadowKatStudios, You should see mine.
L984[19:14:41] <CompanionCube> It's been said that my ISP should stop selling the product we're on
L985[19:14:45] <CompanionCube> it's that shit
L986[19:15:49] <CompanionCube> http://www.speedtest.net/my-result/4078031011
L987[19:16:06] <Kasen> ouch
L988[19:16:17] <Kasen> although you still somehow have better upload than me
L989[19:16:18] <gamax92> CompanionCube: better than what i get when im not at this place
L990[19:16:20] <Kasen> thanks, BT
L991[19:16:42] <CompanionCube> Kasen, this service isn't on Sky's LLU network
L992[19:17:19] <Kasen> meaning?
L993[19:17:21] <CompanionCube> meaning BT are part of the connection path too
L994[19:17:26] <Kasen> ah
L995[19:18:03] * CompanionCube thinks that DLM is likely one of the causes
L996[19:18:25] <CompanionCube> shitty wiring + misplaced ADSL filter = many disconnections
L997[19:20:32] <gamax92> "It'll power everything"
L998[19:20:36] <gamax92> now everything will BSOD
L999[19:20:42] <Kasen> i've had a lot of disconnections and shit over the past year
L1000[19:20:52] <Kasen> i don't have a lot of choice here though
L1001[19:20:53] <gamax92> That nuclear factory? BSOD
L1002[19:21:00] <Kasen> it'll be BT line either way
L1003[19:21:03] <gamax92> Your Hospital's Generator? BSOD
L1004[19:21:11] <CompanionCube> Kasen, DLM sees disconnections as stability issues, and will tweak parameters to compensate
L1005[19:21:30] <CompanionCube> though it's not always running
L1006[19:21:42] <Kasen> yeah, doesn't seem to have done anything to me
L1007[19:21:48] <gamax92> Ehh, is the stream over now?
L1008[19:22:25] <ShadowKatStudios> >innovations
L1009[19:22:28] <ShadowKatStudios> >cortana
L1010[19:22:31] <ShadowKatStudios> haha, yeah, sure
L1011[19:22:34] <ShadowKatStudios> totally not a siri ripoff
L1012[19:23:03] <ShadowKatStudios> TIL MS uses MC in advertising now
L1013[19:23:23] <gamax92> ShadowKatStudios: is the stream still going
L1014[19:23:23] <Kasen> why wouldn't it?
L1015[19:23:27] <Kasen> it owns it and paid a lot for it
L1016[19:23:42] <ShadowKatStudios> I don't think so.
L1017[19:23:54] <gamax92> .-. what happened to seeing MineCraft?
L1018[19:24:13] <ShadowKatStudios> Kasen: I just never noticed till now- last time I watched TV was before MS bought MC
L1019[19:24:14] <Kasen> the cortana adverts are great
L1020[19:24:23] <ShadowKatStudios> gamax92: That was for the people who were actually there
L1021[19:24:25] <ShadowKatStudios> fuck them
L1022[19:24:27] <gamax92> fuck
L1023[19:24:28] <Kasen> they're just all "lol, apple, you're so bag"
L1024[19:24:31] <Kasen> bad*
L1025[19:24:33] <gamax92> dammit i wanted to see that .-./
L1026[19:24:45] <Kasen> it's a conversation between cortana and siri
L1027[19:25:24] <Kasen> it's spelt "Minecraft", not "MineCraft"
L1028[19:25:40] <Kasen> saves you a split second typing too
L1029[19:27:22] ⇨ Joins: Vexatos (~Vexatos@p200300556E1C1F183557F3C30A256F50.dip0.t-ipconnect.de)
L1030[19:27:23] zsh sets mode: +v on Vexatos
L1031[19:28:14] <gamax92> MinEcraFt
L1032[19:28:31] <gamax92> mINCErAFt
L1033[19:28:53] <pong> .failcaps gamax92
L1034[19:28:53] <^v> pong, gAMax92
L1035[19:29:05] <Kasen> gotta love the mincerafts
L1036[19:29:05] <ShadowKatStudios> “If you make fiction just as valuable as reality, then any reality you don't need can be a delusion” That is my favourite quote.
L1037[19:29:27] <Kasen> if serverside resource packs were a thing in alpha, my server would've had one
L1038[19:30:03] * Kasen googles
L1039[19:30:48] <Vexatos> TIL Linux is frustrating as hell sometimes :/
L1040[19:30:50] <Kasen> haven't seen durarararararara
L1041[19:30:57] <Kasen> Vexatos, what's up now?
L1042[19:31:11] *** manmaed is now known as manmaed|AFK
L1043[19:31:15] <CompanionCube> ShadowKatStudios, you seen my ISP's plans to make every undecided customer aware of filters yet?
L1044[19:31:18] <ShadowKatStudios> Durarara is pretty good.
L1045[19:31:24] <ShadowKatStudios> Nope.
L1046[19:31:42] *** AngieBLD is now known as AngieBLD|Off
L1047[19:32:04] *** manmaed|AFK is now known as manmaed
L1048[19:32:04] * Vexatos sighs
L1049[19:32:04] <CompanionCube> ShadowKatStudios, http://www.skyuser.co.uk/forum/sky-news-announcements/57526-sky-broadband-shield-rolling-out-all-our-customers.html
L1050[19:32:07] <Vexatos> Well, bed time
L1051[19:32:08] ⇨ Joins: DirtY_iCE (webchat@185.29.80.137)
L1052[19:32:09] <Vexatos> bye
L1053[19:32:16] <ShadowKatStudios> Argh, there's so much in Haiku I love, but there's so many issues with Haiku
L1054[19:32:18] <ShadowKatStudios> o/ Vexatos
L1055[19:32:27] <ShadowKatStudios> "Shield"
L1056[19:32:28] * Vexatos kills Linux
L1057[19:32:30] ⇦ Quits: Vexatos (~Vexatos@p200300556E1C1F183557F3C30A256F50.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L1058[19:32:52] <CompanionCube> ShadowKatStudios, it's DNS based
L1059[19:33:03] <CompanionCube> I can override it with one line in dhcpcd.conf
L1060[19:34:08] <ShadowKatStudios> Set the DNS server to 8.8.8.8?
L1061[19:34:10] *** skyem123|away is now known as skyem123
L1062[19:34:18] <CompanionCube> yes
L1063[19:34:23] <ShadowKatStudios> ._.
L1064[19:34:34] <CompanionCube> ShadowKatStudios, we can't do it at router level
L1065[19:34:36] <CompanionCube> because ISP a shit
L1066[19:34:42] *** prasselpikachu is now known as prassel|off
L1067[19:35:58] <Kasen> CC, i like this comment by the OP
L1068[19:36:00] <Kasen> >Yes it helps to have parental controls but too many kids managed to disable them or the parents just couldn't be bothered to set any up.
L1069[19:36:20] <Kasen> because kids that can disable them obviously can't disable this
L1070[19:36:47] <Kasen> CC, is it not in your router config file?
L1071[19:36:56] <Kasen> since yours is atleast plaintext, unlike mine <_<
L1072[19:36:57] <CompanionCube> Kasen, doesn't stick
L1073[19:37:01] <Kasen> ah
L1074[19:37:07] <gamax92> ShadowKatStudios: do BeOS legacy drivers run on Haiku
L1075[19:37:11] * gamax92 sees a PC Speaker driver
L1076[19:37:13] <Kasen> modify the firmware? :P
L1077[19:37:15] <ShadowKatStudios> gamax92: Some do.
L1078[19:37:26] <CompanionCube> Kasen, working on it!
L1079[19:37:35] <ShadowKatStudios> CompanionCube: Have you seen my new story?
L1080[19:37:38] <gamax92> ShadowKatStudios: like something from Nov 1999?
L1081[19:37:47] <ShadowKatStudios> gamax92: Try it.
L1082[19:37:51] * gamax92 cant
L1083[19:38:02] <ShadowKatStudios> Well, neither can I
L1084[19:39:13] <CompanionCube> ShadowKatStudios, did you break the fourth wall there
L1085[19:39:24] <ShadowKatStudios> In 3?
L1086[19:39:36] <ShadowKatStudios> Well, of course I did.
L1087[19:40:02] <ShadowKatStudios> Writing stories that lean on the fourth wall is my thing
L1088[19:40:04] <CompanionCube> thought so
L1089[19:40:37] ⇨ Joins: Gopher (~Gopher@64.sub-70-193-164.myvzw.com)
L1090[19:42:01] *** prassel|off is now known as prasselpikachu
L1091[19:50:30] ⇨ Joins: dobegor (webchat@dojulia.soborka.net)
L1092[19:51:25] <dobegor> hello guys
L1093[19:51:35] <ShadowKatStudios> Morning.
L1094[19:51:39] <dobegor> can somebody tell me why I get wireless messages twice?
L1095[19:51:44] <dobegor> (late night at me :D)
L1096[19:51:48] <ShadowKatStudios> Network loops?
L1097[19:51:51] <ShadowKatStudios> wait
L1098[19:51:55] <ShadowKatStudios> that doesn't make sense
L1099[19:52:06] <dobegor> only 2 wireless cards
L1100[19:52:11] <dobegor> only 2 computers
L1101[19:52:19] <dobegor> one broadcasts, the other one listens
L1102[19:52:22] <ShadowKatStudios> Odd.
L1103[19:52:29] <dobegor> 2 events per one message is fired
L1104[19:52:54] <ShadowKatStudios> I'd suggest generating random numbers as a magic number and checking them against last received
L1105[19:53:28] <ShadowKatStudios> Then you can filter the unneeded ones
L1106[19:53:29] <Negi> tfw you fix a bug while trying to fix another one.
L1107[19:53:52] <ShadowKatStudios> what
L1108[19:54:01] <ShadowKatStudios> but fixing bugs = more bugs
L1109[19:54:17] <dobegor> just tell me why
L1110[19:54:25] <Negi> dobegor: We would if we knew <è<
L1111[19:54:25] <dobegor> why I get this event 2 times?
L1112[19:54:40] <dobegor> Negi: if we knew what?
L1113[19:54:59] <Negi> If we knew what the * was up with your cards >_<
L1114[19:55:12] ⇨ Joins: Pyrolusite (~Pyrolusit@ARouen-651-1-352-26.w92-132.abo.wanadoo.fr)
L1115[19:55:23] <Negi> It's like a real computer ._. Bugs happen, there is no "magic method" to fix everything ._.
L1116[19:55:47] <Negi> (Else I wouldn't have to yell each time I use Windows lmao.)
L1117[19:56:10] <Negi> ShadowKatStudios: Actually, nah. That's a lie :I
L1118[19:56:24] <dobegor> http://i.imgur.com/ytwWh5h.png
L1119[19:56:25] <dobegor> look
L1120[19:56:41] <dobegor> on receiver I do
L1121[19:56:49] <ShadowKatStudios> Negi: Windows does exactly what it was designed to do: Not what you want
L1122[19:56:50] <Negi> It wasn't really a bug, more like, I forgot to handle a case. And while handling that case I simplified the code lmao.
L1123[19:56:53] <dobegor> while true do print(event.pull()) end
L1124[19:57:17] <dobegor> can I fix myself?
L1125[19:57:24] <dobegor> (I can compile the mod)
L1126[19:57:34] <Negi> I don't know <_<
L1127[19:58:21] <Negi> ShadowKatStudios: Maybe with the way event handles signals, it allows the program to pull those twice if you do it too fast ?
L1128[19:58:21] <dobegor> :C
L1129[19:58:47] <Negi> dobegor: Try using event listeners instead of ugly infinite loops.
L1130[19:59:04] <ShadowKatStudios> dobegor: Got anything else wireless nearby?
L1131[19:59:15] <dobegor> ShadowKatStudios: only 2 computers on my server
L1132[19:59:22] <dobegor> specially tested it
L1133[19:59:24] <ShadowKatStudios> I note a tablet.
L1134[19:59:33] <dobegor> ShadowKatStudios: remote terminal
L1135[19:59:47] <ShadowKatStudios> oh yeah, those exist...
L1136[20:00:00] * ShadowKatStudios uses tablets as remote terminals, yay for micrOS I/O hacks
L1137[20:00:10] <dobegor> ShadowKatStudios: so that's a bug?
L1138[20:00:18] <ShadowKatStudios> No idea.
L1139[20:00:21] <dobegor> ShadowKatStudios: perphaps I should report it on github if so
L1140[20:00:30] <dobegor> or we might ask Sangar about it
L1141[20:00:36] <dobegor> #blamesangar
L1142[20:00:59] <ShadowKatStudios> Huh, you haven't been here long and you already know how it works.
L1143[20:01:06] <ShadowKatStudios> Are you using the latest dev build?
L1144[20:01:29] *** prasselpikachu is now known as prassel|off
L1145[20:02:06] *** Kodos|Zzz is now known as Kodos
L1146[20:02:12] <dobegor> ShadowKatStudios: no
L1147[20:02:27] <dobegor> ShadowKatStudios: forgot to update it on server so left it as is
L1148[20:04:27] <dobegor> ShadowKatStudios: can't find anything in commits that stating this issue
L1149[20:04:43] <ShadowKatStudios> Dunno, can you reproduce the bug in SSP?
L1150[20:05:32] <dobegor> ShadowKatStudios: will try later, need to go for a walk with my dog
L1151[20:05:47] <ShadowKatStudios> fun
L1152[20:07:52] *** AtomSponge is now known as AtomSponge|away
L1153[20:08:06] ⇦ Quits: DirtY_iCE (webchat@185.29.80.137) (Quit: Web client closed)
L1154[20:08:34] *** prassel|off is now known as prasselpikachu
L1155[20:10:45] * Negi sighs.
L1156[20:10:49] <Negi> I'm done with this world.
L1157[20:11:33] *** Pwootage|Off is now known as Pwootage
L1158[20:12:14] <ShadowKatStudios> Negi: Hm?
L1159[20:12:30] <ShadowKatStudios> I'm hoping you mean MC world or similar
L1160[20:13:04] <Negi> No, I'm building a portal to another universe, wanna join ?
L1161[20:13:08] *** Pwootage is now known as Pwootage|Off
L1162[20:13:34] <ShadowKatStudios> Negi: Sure. Long as there's internet.
L1163[20:13:38] <Negi> I facewall so hard at all times that I left a hole in my wall.
L1164[20:13:41] <ShadowKatStudios> Alternatively, as long as it's fun
L1165[20:13:57] *** Pwootage|Off is now known as Pwootage
L1166[20:14:45] <Negi> ShadowKatStudios: If it implies a lot of scifi and fantasy, and aliens ?
L1167[20:14:55] <Negi> (And maybe some TARDIS if we manage to get there)
L1168[20:15:25] <CompanionCube> Negi, will the interwebs be decent?
L1169[20:15:39] <Wobbo|FOODS> Negi: Building a portal to another universe sounds dangerous and a bad idea…
L1170[20:15:54] <Negi> Wobbo|FOODS: It's better for my sanity.
L1171[20:16:13] <Negi> CompanionCube: Probably, we'll be leeching on cosmic power so extreme theorical speeds.
L1172[20:16:25] <CompanionCube> Negi, measured in tera or petabits?
L1173[20:16:33] <Negi> Yotta \o/
L1174[20:16:35] <Wobbo|FOODS> Negi: Call me if you need someone to send in esploratory robots
L1175[20:16:43] <Wobbo|FOODS> s/es/ex/
L1176[20:16:43] <Kibibyte> <Wobbo|FOODS> Negi: Call me if you need someone to send in exploratory robots
L1177[20:16:44] <CompanionCube> Negi, what kind of NIC supports those speeds
L1178[20:16:44] <ShadowKatStudios> Negi: I love sci-fi
L1179[20:16:53] <Negi> CompanionCube: The universe :D
L1180[20:17:10] <Negi> And...Uh, probably no NIC.
L1181[20:17:24] <Negi> not any*
L1182[20:17:38] <CompanionCube> Negi, so you'll design a custom NIC with linux, windows and mac support?
L1183[20:17:57] <ShadowKatStudios> Will I get a one-handed sword and the ability to cast flames?
L1184[20:18:16] <Negi> CompanionCube: Perfect Linux support, decent Mac support and tweaky Windows support \o/
L1185[20:18:38] <Negi> ShadowKatStudios: Buy or steal a sword and get some magic books.
L1186[20:18:50] <ShadowKatStudios> I'm in, then.
L1187[20:19:10] <Negi> Yay \o/
L1188[20:19:12] * CompanionCube will bring an ethernet-based Cat6o'9tails
L1189[20:19:18] <Negi> We're going for the MULTIVERSE \o/
L1190[20:19:34] <Wobbo|FOODS> ShadowKatStudios: There is actually a mediaval fighting club here, maybe there is one in your neighbourhood to
L1191[20:19:34] <CompanionCube> Plus I stole Kilobyte's hilti hammer collection :D
L1192[20:20:03] <Negi> Wobbo|FOODS : Hm, nah. I live in France, we don't have that kinda fun things.
L1193[20:20:15] * Negi looks through his window.
L1194[20:20:41] <Wobbo|FOODS> Negi: Hmm… Guess Napoleon left them here when he left then :P
L1195[20:20:52] <Negi> Old people, old people, old people...Old people...Old people. Oh ! Ah, nah, old people. And lastly nakama's house.
L1196[20:21:18] ⇦ Quits: Wobbo|FOODS (~Wobbo@5249BC59.cm-4-2c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
L1197[20:21:29] <ShadowKatStudios> Argh
L1198[20:21:34] <ShadowKatStudios> I've been awake too long
L1199[20:21:44] <Negi> oo long
L1200[20:21:44] <ShadowKatStudios> Pixel corners are starting to curve
L1201[20:21:48] ⇨ Joins: Wobbo (~Wobbo@5249BC59.cm-4-2c.dynamic.ziggo.nl)
L1202[20:21:48] zsh sets mode: +v on Wobbo
L1203[20:22:25] * Negi sings pon pon pon, but replaces pons with BONs.
L1204[20:22:25] <CompanionCube> ShadowKatStudios, how
L1205[20:22:37] <Sangar> ugh. go me. getting sick with terrible timing as usual -.- also, hi
L1206[20:22:41] <ShadowKatStudios> CompanionCube: My eyes are starting to give up
L1207[20:22:44] <Wobbo> Hi Sangar
L1208[20:22:49] <ShadowKatStudios> Good morning, Sangar!
L1209[20:23:48] <Sangar> yeah well. more or less slept half of the day, so i guess that's fair
L1210[20:24:15] <Wobbo> Sangar: Then you would have woken up around 3'o clock or something right, not now? O_o
L1211[20:24:58] ⇨ Joins: marcin212 (~marcin212@46.204.175.45.nat.umts.dynamic.t-mobile.pl)
L1212[20:25:18] <Sangar> i've been up and back to bed in a ~2h cycle since 11am
L1213[20:25:57] <Sangar> so now i'm not really tired, but my head is killing me :/
L1214[20:26:15] <ShadowKatStudios> Sangar: Have a shower, good for headaches, also drink water
L1215[20:26:53] ⇨ Joins: Xilandro (~Kodos@2602:306:ce20:6c30:d0be:2937:b235:9d68)
L1216[20:26:53] zsh sets mode: +v on Xilandro
L1217[20:27:05] <Sangar> been drinking a lot, yeah. shower... usually kills my circulation when i'm sick :P
L1218[20:28:43] <ShadowKatStudios> links2 can't do center :/
L1219[20:29:05] <ShadowKatStudios> Also, ugh, of course it uses the spelling that only one country uses
L1220[20:29:11] <ShadowKatStudios> It's spelled centre, W3C
L1221[20:29:30] <Shuudoushi> can someone tell me how I broke it... how it's broken http://puu.sh/ePYkV/e7dd1e1a4d.png the thing that's broken https://github.com/Shuudoushi/Misc-Programs/blob/master/BR_Reactor.lua
L1222[20:29:37] <Negi> So centered or centred, ShadowKatStudios ?
L1223[20:29:46] ⇦ Quits: Kodos (~Kodos@2602:306:ce20:6c30:2155:f633:2882:c95e) (Ping timeout: 198 seconds)
L1224[20:30:04] <ShadowKatStudios> centred
L1225[20:30:15] <ShadowKatStudios> Plus, then you have red money.
L1226[20:31:11] <ShadowKatStudios> this ssh latency
L1227[20:31:11] <ShadowKatStudios> is painful
L1228[20:31:34] * Negi blurps. Shuudoushi, Lua arrays start at 1, not 0. Also functions shouldn't use directly global variables.
L1229[20:32:07] <Negi> And if it does start at 0, then try X-1 instead of X.
L1230[20:32:18] <Shuudoushi> Negi: i know it starts at 1, but it seems fine starting at 0, + that's the only way to get it to output all 6 rods
L1231[20:32:54] <Negi> Well then Big Reactors didn't register that quite alright ._.
L1232[20:33:09] <Shuudoushi> yeah...
L1233[20:33:17] <Negi> So yeah, Shuudoushi. change "for i = 0, X" to "for i = 0, X-1" in rodsList()
L1234[20:33:25] <Negi> And try it :I
L1235[20:33:29] <Sangar> for x = a,b goes covers [a,b], i.e. both ends inclusively. so yeah.
L1236[20:33:55] <Shuudoushi> you speaking greek?
L1237[20:34:20] <dobegor> Sangar: hi
L1238[20:34:23] <Sangar> no, just incoherent english :P
L1239[20:34:27] <Shuudoushi> Negi: the X-1 worked!
L1240[20:34:28] <dobegor> Sangar: can you confirm a bug?
L1241[20:34:29] <Sangar> ignore the goes
L1242[20:34:34] <Shuudoushi> lol
L1243[20:34:34] <Sangar> dobegor, i can try?
L1244[20:34:40] <dobegor> Sangar: I get 2 events for 1 wireless message
L1245[20:34:55] <dobegor> Sangar: http://i.imgur.com/ytwWh5h.png
L1246[20:34:58] <Sangar> dobegor, no access points nearby bouncing the message?
L1247[20:35:00] <Shuudoushi> I thought that was how it was supposed to work o.O
L1248[20:35:09] <dobegor> Sangar: nothing except 2 computers on server
L1249[20:35:19] <dobegor> Sangar: and one shutdowned server in rack
L1250[20:35:20] *** justastranger is now known as justastranger|zzz
L1251[20:35:24] <Shuudoushi> are they with in 500 blocks of each other?
L1252[20:35:31] <dobegor> yup
L1253[20:35:38] <dobegor> i use this code on receiver:
L1254[20:35:46] <Negi> Shuudoushi: They wouldn't repeat those unless if they were explicitly told to.
L1255[20:35:51] <dobegor> while true do print (event.pull()) end
L1256[20:35:56] <Shuudoushi> it may just be bouncing back the signal...
L1257[20:36:01] <dobegor> and I get 2 events when I broadcast a message
L1258[20:36:24] <Shuudoushi> idk, I don't do wireless stuff lol
L1259[20:36:58] <Shuudoushi> Sangar: when can we get multi monitor support!!!
L1260[20:37:11] <Shuudoushi> over look me, bored with a headach lol
L1261[20:37:19] <dobegor> Sangar: so am I doing something wrong or it's a bug?
L1262[20:38:33] <Sangar> dobegor, dunno, can't reproduce it
L1263[20:39:01] <Shuudoushi> dobegor: do you have any OC add-ons installed?
L1264[20:39:13] <Sangar> Shuudoushi, multi-screen: sure, just make an autorun script that binds your gpus/screens/keyboards correctly :P
L1265[20:39:36] <Shuudoushi> Sangar: that's what I figured you were going to say XD
L1266[20:40:00] <Shuudoushi> I still have to add a second GPU to my server...
L1267[20:40:25] <Shuudoushi> but it's already using a monster amount of power ><
L1268[20:40:48] <dobegor> Shuudoushi: nope, only Computronics
L1269[20:40:58] <Shuudoushi> hmmm
L1270[20:41:09] <Shuudoushi> wireless card or access point?
L1271[20:41:09] *** alekso56_off is now known as alekso56
L1272[20:41:14] <Shuudoushi> or both?
L1273[20:41:44] <Negi> Or potatoes, too.
L1274[20:41:48] <Shuudoushi> lol
L1275[20:42:05] <Shuudoushi> well, if it's both, there could be a network loop I guess
L1276[20:42:12] <Sangar> dobegor, could you try reducing it to the minimum? i.e. remove the server rack; if i'm understanding you correctly the other sender is an off-screen computer?
L1277[20:43:26] <Sangar> also, what's the block behind the case, and is there a cable leading to the case? because wireless cards send both a wired and a wireless packet at the same time, so...
L1278[20:44:55] <Negi> I confirm that my HDD is starting to make the same as OC's, except in less violent.
L1279[20:45:04] <Negi> s/same/same sound/
L1280[20:45:04] <Kibibyte> <Negi> I confirm that my HDD is starting to make the same sound as OC's, except in less violent.
L1281[20:46:49] <Shuudoushi> this gets old btw... http://puu.sh/eQ1aT/39f931478a.png
L1282[20:47:00] <Shuudoushi> Negi: lol
L1283[20:47:18] <Wobbo> Sangar: I was wondering, would it be possible to send a "stop" signal to all running rc scripts when OpenOS shuts down?
L1284[20:47:20] <Csstform> orite
L1285[20:47:21] <Csstform> so
L1286[20:47:28] <Csstform> OCJam starts at midnight
L1287[20:47:50] <Csstform> unless we do it next week
L1288[20:47:53] <Csstform> either/or
L1289[20:48:09] <Wobbo> Csstform: Midnight today? I prefer next week. Got a test on monday
L1290[20:48:20] <Csstform> k
L1291[20:48:23] <Csstform> is next week
L1292[20:48:31] <Csstform> starting friday at 12:01
L1293[20:48:34] <Shuudoushi> not even a clue what's going on lol
L1294[20:48:51] <Wobbo> Csstform: Time in Greenwich?
L1295[20:49:05] <Csstform> Wobbo: ofc
L1296[20:49:31] <Wobbo> Csstform: Sometimes people use weird american time standards, so you may never know
L1297[20:49:47] <Sangar> Wobbo, there's a shutdown signal (see init.lua)
L1298[20:49:56] <Shuudoushi> if I give a time, I include the time zone lol
L1299[20:50:15] <Wobbo> Csstform: so Friday 30th of januari 12:01 UTC?
L1300[20:50:23] <Csstform> yes
L1301[20:50:33] <Wobbo> Shuudoushi: I normally don't, but I normally don't deal with people in other timezones :P
L1302[20:50:35] <Csstform> till sunday february 1
L1303[20:50:37] <Wobbo> Sangar: Neat
L1304[20:50:47] <Shuudoushi> Wobbo: lol
L1305[20:50:59] <Wobbo> Csstform: So no work on sunday? Or does that include sunday?
L1306[20:51:12] <Csstform> including sunday
L1307[20:51:21] <Csstform> that way every time zone gets 2 full days of coding
L1308[20:55:11] ⇦ Quits: CyberTurd (~CyberTurd@host86-150-202-118.range86-150.btcentralplus.com) (Read error: Connection reset by peer)
L1309[20:55:11] <Wobbo> Csstform: So it is untill 12:01 on sunday?
L1310[20:55:20] <Csstform> ye
L1311[20:55:21] <Csstform> s
L1312[20:55:47] <Wobbo> Csstform: And I was allowed to use libraries as long as they were on github, correct?
L1313[20:56:56] <Csstform> suuuuuuuuuuuure
L1314[20:56:59] <Pwootage> next friday? Hyyyype
L1315[20:57:29] <Wobbo> Csstform: Well, got to write some libraries next week then :P
L1316[20:57:40] <Csstform> wait
L1317[20:57:40] <Pwootage> what was the decision on computronics?
L1318[20:57:51] <Csstform> you can't write libraries in preparation
L1319[20:57:57] <Csstform> thats cheating
L1320[20:58:03] <Csstform> Pwootage: no extra mods
L1321[20:58:07] <Csstform> this time, at least
L1322[20:58:13] <Pwootage> Alright.
L1323[20:58:21] <Wobbo> Csstform: I know, but I don't even know what I'm going to make yet, so… :/
L1324[21:03:18] <Wobbo> Sangar: How noisy is the output of a comparator?
L1325[21:03:43] <Wobbo> Sangar: And how much do ore and stone differ? A bit or a lot?
L1326[21:06:05] <Sangar> Wobbo, so-so. (valuable) ores should differ sufficiently from stone. i honestly didn't test that very in-depth, just checked if it'd be good enough for generating holograms >_> if you find the default noise level to be too high, i'm very much open to adjusting that
L1327[21:06:41] <Wobbo> Sangar: You probably can already guess what I want to do with it :P
L1328[21:06:45] *** Pwootage is now known as Pwootage|Off
L1329[21:06:49] *** Pwootage|Off is now known as Pwootage
L1330[21:07:05] <Sangar> :>
L1331[21:07:41] <Wobbo> Sangar: I might run some experiments next week on it, see if the noise is acceptable, and if it can be used to find caves/ores.
L1332[21:08:03] <Sangar> ok, great
L1333[21:08:11] <Wobbo> Sangar: If K-Means can deal with it, KNN will probably be able to use it as well :P
L1334[21:09:04] *** prasselpikachu is now known as prassel|off
L1335[21:09:48] <Wobbo> Sangar: Wait… geolyser data is 1D right?
L1336[21:10:15] <Sangar> hmhm. well, also you can (should?) always throw more than one scan at a column to be able to better guess the real value :P
L1337[21:10:26] <Sangar> yeah, column of blocks at the relative x/z coords
L1338[21:10:29] <Wobbo> That is a good point
L1339[21:11:11] <Wobbo> The only problem with that is that I can't visualise it anymore if I take more than 2 scans :P
L1340[21:12:09] <Sangar> just take the average value of the scans :P
L1341[21:12:51] <Wobbo> The median is more reliable, we all know it is less suseptible to outliers :P
L1342[21:13:27] <Sangar> :P
L1343[21:14:25] <Wobbo> I wonder, how much data points could I store on a robot before K-NN would become impossible
L1344[21:15:12] <Sangar> hook it up to a server that does the heavy lifting!
L1345[21:15:29] <Sangar> then you can slap the label "cloud computing" on it and it'll sell like crazy
L1346[21:15:55] <Wobbo> Even better, Learning vector quantization on a server with an army of robots mining! so much data gathering! :D
L1347[21:16:01] <Sangar> !
L1348[21:16:19] *** Pwootage is now known as Pwootage|Off
L1349[21:17:23] <Wobbo> Csstform: I am allowed to openly brainstorm for OCJam right?
L1350[21:18:27] <Csstform> Wobbo: yes
L1351[21:18:48] <Wobbo> Well then, I got my idea. :D
L1352[21:20:10] <careo> Lol. Cloud computing in OC on a server
L1353[21:20:18] <careo> Sell time by the hour
L1354[21:20:34] <Wobbo> careo: Not just cloud computing, also swarm robotics and machine learning :P
L1355[21:20:36] ⇦ Quits: Vaht (~Tahg@pool-72-74-136-157.bstnma.fios.verizon.net) (Ping timeout: 378 seconds)
L1356[21:22:33] <Sangar> welp, i'm off for today. gnight o/
L1357[21:22:41] <Wobbo> Night! \o
L1358[21:25:06] <Wobbo> Csstform: Would it be cheating if I would write a library during OCJam to use in my program?
L1359[21:25:14] <Csstform> no
L1360[21:25:17] <careo> So just how precise can the geolyzer be? Could it, say, be used to help find hidden item buffers in ME4?
L1361[21:25:23] <Csstform> if you write it within the time period, fine
L1362[21:25:52] <gamax92> Csstform: what if i use a library that already existed
L1363[21:26:24] <Csstform> gamax92: so long as it wasnt written recently
L1364[21:26:27] <gamax92> Csstform: damn
L1365[21:26:43] <Csstform> if it was made without any cconcept of ocjam, fine
L1366[21:26:49] <gamax92> oh, its a gui library
L1367[21:26:59] <Csstform> I dont care
L1368[21:27:07] <Csstform> it just has to be available to everyone
L1369[21:27:11] <gamax92> yes
L1370[21:27:35] <Csstform> but if you make it in the time between now and then, or for the express purpose of ocjam, no
L1371[21:27:43] <Wobbo> gamax92: I'm just not allowed to write a library next week and then use it in OCJam :P
L1372[21:27:44] <gamax92> D:
L1373[21:27:57] <gamax92> I'm not participating in OCJam anyway
L1374[21:28:04] <gamax92> Free GUI toolkit for everyone anyway \o/
L1375[21:28:13] <Wobbo> Csstform: But you should really put this shit on the forums
L1376[21:28:21] <Wobbo> Meh, GUIs
L1377[21:28:22] <Csstform> meeeeeeeeeeeeeeeeeeeeeeeeeeeeh
L1378[21:28:25] <Csstform> forums
L1379[21:28:36] <Csstform> you put it on the forums .-.
L1380[21:28:50] <Wobbo> Its not my jam, I'm just a participant
L1381[21:30:20] <gamax92> Wobbo: but windows and multitasking!
L1382[21:30:41] <Wobbo> gamax92: background processes. And fuck windows.
L1383[21:30:50] <gamax92> we all know you wanted to run a reactor controller while watching GOL
L1384[21:30:54] <Wobbo> gamax92: GUIs are nice as long I don't have to code them. Fuck GUI coding
L1385[21:31:41] <Wobbo> gamax92: What? Reactor controller as in BigReactors controller?
L1386[21:32:00] <gamax92> it was just (generic idea) and (generic idea)
L1387[21:34:10] <Gopher> anyone is welcome to pick up my somewhat abandoned gui api for oc if they wanted...
L1388[21:34:23] <Wobbo> Hi Gopher
L1389[21:34:26] <gamax92> Hi Gopher
L1390[21:34:39] <Gopher> hi, wobbo, gamax
L1391[21:35:07] <Wobbo> I know I won't pick it up, I hate GUI coding. I mostly hate swing actually
L1392[21:35:31] <CompanionCube> doesn't everyone
L1393[21:35:38] <Gopher> don't think I ever stuck a license in my openprograms folder or anything, but yeah, feel free to treat it as open source... it was already pretty usable if I remember correctly
L1394[21:36:05] <Gopher> actually, looking at it, I did kindof overtly discourage contributions XD but that was before I lost interest and moved on. <_<
L1395[21:36:11] <Wobbo> If there isn't a license, it should be treated as all rights reserved. Just slap a MIT onto it and you're fine
L1396[21:38:01] <Gopher> Well, yes, I meant in this specific case, the people who're hearing my words right now, should consider themselves having permission :P
L1397[21:38:10] *** Pwootage|Off is now known as Pwootage
L1398[21:38:59] <Pwootage> Well I know what I'm doing for OCJam
L1399[21:39:28] <Gopher> though, for the record, anyone who would attempt to make a legal issue of someone modifying and extending their abandoned code in the OpenPrograms repo deserves to be lynched
L1400[21:40:33] <Wobbo> Gopher: Yeah, but there was once a guy on the CC forums that absolutly didn't want anyone to touch his code and had all kind of weird licenses and whatnot, so idiots like that do exist
L1401[21:40:43] <Gopher> oh, not saying they don't exist
L1402[21:40:45] * CompanionCube was pinged
L1403[21:41:11] <Gopher> also, cc forums is a sliiightly different case, also actively maintained code is a different case
L1404[21:41:14] <Wobbo> CC: Fuck you CC :P
L1405[21:41:40] <Gopher> now, now.
L1406[21:41:51] <Pwootage> How rude
L1407[21:41:54] <Pwootage> .wobbo
L1408[21:41:54] <^v> Pwootage, WooobboWoooobbooooooooWoooooooooobbooooWobboooooooWoooooooooobboo
L1409[21:41:59] <Wobbo> Gopher: He didn't want people to change his code for personal use either, even though people actually fixed the bugs :P
L1410[21:42:15] <Gopher> yah, he is clearly an idiot
L1411[21:42:24] <Gopher> or, at least, an asshole
L1412[21:42:39] *** skyem123 is now known as skyem123|zzz
L1413[21:42:51] <Gopher> but people are entitled to be assholes. I'm assuming he would never have put his source up in the OpenPrograms repo in the first place, had he been developing it for OC, though.
L1414[21:43:12] <Gopher> he was probably one of those people who bitched about cc forums having a rule against posting obfuscated programs
L1415[21:44:03] * CompanionCube would consider posting an obsfucated program with a promise that once it was decoded, it'd be displayed unobsfucated
L1416[21:44:16] <Wobbo> I think he got his code of there, but I could be mistaken. I mean, its me talking about my experiences on the CC forums, these are almost the days of legend
L1417[21:44:51] <Pwootage> Uh, it *probably* won't come up as an issue for me, but chickenchunks might be useful for chunk loaders
L1418[21:45:21] <Pwootage> otherwise I'd be force to build a lot of robots with a chunkloader and nothing else
L1419[21:45:29] <Gopher> so what's this ocjam then? any theme or anything besides "code shit for oc?"
L1420[21:45:37] <CompanionCube> If I have nothing else to do /me might throw up a extremely minimalistic DNS implementation
L1421[21:45:40] <Wobbo> I think it is code shit for OC
L1422[21:45:55] <Wobbo> Gopher: Csstform knows more
L1423[21:46:16] <Wobbo> Csstform: Are chunkloaders allowed?
L1424[21:46:27] <Pwootage> And only OC - no extra mods as currently stands (although an argument could be made for chickenchunks chunk loaders)
L1425[21:46:28] <Wobbo> Csstform: Actually, nvm, not my problem
L1426[21:46:29] *** prassel|off is now known as prasselpikachu
L1427[21:46:54] <Pwootage> I mean I don't *think* what I'm building will be big enough for that to matter, but it is a possibility
L1428[21:47:13] <Gopher> peer judging, or no judging, or panel of judges?
L1429[21:47:21] <Pwootage> Panel of judges I believe
L1430[21:47:41] <Wobbo> Anyway, I'm going to bed, got a test tomorrow
L1431[21:47:41] <Csstform> why would you need a chunkloder
L1432[21:47:46] *** Xilandro is now known as Kodos
L1433[21:47:54] <Wobbo> bye! o/
L1434[21:47:56] <Pwootage> ....so that computers more than 40 blocks away keep running
L1435[21:47:57] <Pwootage> :P
L1436[21:47:57] <Csstform> s/chunkloder/chunkloader
L1437[21:47:57] <Kibibyte> <Csstform> why would you need a chunkloader
L1438[21:48:03] <Csstform> ummmmmmmm
L1439[21:48:06] <Csstform> k..................
L1440[21:48:09] <Csstform> weeeeeeell
L1441[21:48:16] <Csstform> can you just build at spawn
L1442[21:48:20] ⇦ Quits: Johannes13 (~Johannes@141.70.98.52) (Ping timeout: 194 seconds)
L1443[21:48:23] <Csstform> spawn chunks stay loaded
L1444[21:48:34] <Pwootage> It's probalby not going to be an issue anyway :P
L1445[21:48:41] <Csstform> k
L1446[21:48:43] <Pwootage> also, I can build a bunch of single-chunk-loading robots if needs be
L1447[21:48:47] ⇦ Quits: Wobbo (~Wobbo@5249BC59.cm-4-2c.dynamic.ziggo.nl) (Quit: Textual IRC Client: www.textualapp.com)
L1448[21:49:13] <Csstform> bye wobbo
L1449[21:50:25] <Pwootage> if it's only forge + OC, then I guess I don't have to worry about power, that's nice
L1450[21:53:26] <careo> Is there a remote component library? That'd be a cool idea for the ocjam
L1451[21:53:44] ⇦ Quits: CompanionCube (~samis@95f11a6d.skybroadband.com) (Remote host closed the connection)
L1452[21:53:44] <Pwootage> careo: like calling components across a network? Not that I know of
L1453[21:53:51] <careo> Yeah
L1454[21:54:06] <careo> Use a component on another server
L1455[21:54:23] <careo> Or by a robot
L1456[21:54:24] <Pwootage> That would be rather useful... would have made my world destroyer a bit easier
L1457[21:55:03] <Pwootage> If you wouldn't mind creating a pacyak package.json for that project if you make it, I'd love to use it afterward, assuming it's well-done :D
L1458[21:56:24] <careo> No way will I have time to do that library in time.
L1459[21:56:38] <Pwootage> 3 days is plenty to write that ;D
L1460[21:56:44] <careo> What's packyak?
L1461[21:57:07] <Pwootage> pacyak is my package manager for oc
L1462[21:57:34] <Pwootage> tbh I'm the only one who uses it but I like it :)
L1463[21:57:35] <gamax92> .-. that sounds easy to do ...
L1464[21:57:44] <careo> (Besides a name autocorrect won't let me write)
L1465[21:57:45] <careo> Ah cool
L1466[21:58:21] <gamax92> ask server for methods of component, create vcomponent where all functions are network wrappers
L1467[21:58:22] <gamax92> badm
L1468[21:58:27] <careo> I haven't really dug in to OC in earnest yet, but am definitely planning to in ME
L1469[21:58:31] <Pwootage> it's list-based and is designed around using symlinks (and hence as a boot script)
L1470[21:59:05] <careo> Yeah. It's a very common pattern with a version in everything, which is why it came to mind for OCjam :)
L1471[21:59:28] <gamax92> Pwootage: are you persisting symlinks?
L1472[21:59:47] <Pwootage> gamax92: it re-creates symlinks in /boot/98_pacyak.lua
L1473[22:00:00] <Pwootage> (it loads all the package definition files and creates them based on those)
L1474[22:00:16] <gamax92> aww thats no fun
L1475[22:00:32] <Pwootage> I decided it was the best solution for pacyak
L1476[22:00:33] ⇦ Quits: justastranger|zzz (justastran@2604:180::7239:d646) (Excess Flood)
L1477[22:01:10] *** dsAway is now known as ds84182
L1478[22:01:13] <Pwootage> (also, it means I can develop pacyak-installed programs in-place, since all it does is look for /usr/share/pacyak/*/package.json)
L1479[22:02:43] <Pwootage> also, pacyak is list-based, so you can create your own list of packages and then stick it's url in /etc/pacyak/lists.txt and it will auto-grab it when you run pacyak update
L1480[22:02:55] <gamax92> this sounds much better than oppm
L1481[22:03:01] <Pwootage> why do you think I wrote it
L1482[22:03:02] <Pwootage> >.>
L1483[22:03:11] <gamax92> to be much better than oppm?
L1484[22:03:23] <Pwootage> no, because I hate how oppm works
L1485[22:03:29] <gamax92> ahh okay
L1486[22:03:31] <gamax92> tbh so do i
L1487[22:03:50] <Pwootage> I mean it's in desperate need of better error handling and probably a "help"command, but it's functional at least
L1488[22:04:30] <Pwootage> (if a connection fails while downloading it'll pretty much just crash right now, pretty sure)
L1489[22:04:51] ⇨ Joins: justastranger (justastran@2604:180::7239:d646)
L1490[22:04:53] <Pwootage> and a 404 will almost guarenteed crash or hang it
L1491[22:06:09] <Pwootage> train ride over, back in a bit
L1492[22:07:47] * PhoneCube would specify a small, minimalistic oc network stack if he could be arsed
L1493[22:08:45] *** Cruor is now known as Cruor|Away
L1494[22:08:46] <gamax92> print"Hello World"
L1495[22:08:54] <gamax92> wait no
L1496[22:09:01] <gamax92> here is my ocjam submission print"hi"
L1497[22:09:08] <gamax92> .l print"hi"
L1498[22:09:08] <^v> gamax92, hi | nil
L1499[22:09:11] <gamax92> yes good
L1500[22:09:58] <dobegor> Sangar: sorry, was afk. will try it later
L1501[22:16:12] *** Pwootage is now known as Pwootage|Off
L1502[22:16:19] *** Keridos is now known as Keridos_off
L1503[22:20:24] ⇦ Quits: dobegor (webchat@dojulia.soborka.net) (Quit: Web client closed)
L1504[22:26:21] *** Kilobyte is now known as Kiloff
L1505[22:33:04] *** AngieBLD|Off is now known as AngieBLD
L1506[22:34:18] ⇨ Joins: Hatsuse (uid52684@id-52684.charlton.irccloud.com)
L1507[22:34:46] *** Hatsuse is now known as Zeoul
L1508[22:34:56] *** Hobbyboy is now known as Hobbyboy|Sleep
L1509[22:35:53] *** g is now known as gAway2002
L1510[22:36:29] *** Pwootage|Off is now known as Pwootage
L1511[22:37:13] <Pwootage> gamax92: 11/10 would run again
L1512[22:37:37] <gamax92> Pwootage: then run it again ( ͡° ͜ʖ ͡°)
L1513[22:37:44] <Pwootage> .l print"hi"
L1514[22:37:44] <^v> Pwootage, hi | nil
L1515[22:37:48] <Pwootage> Kreygasm
L1516[22:39:15] <Potato|Zzz> whats this
L1517[22:39:26] <Potato|Zzz> windows 10 stuff while I was at scool
L1518[22:39:28] <gamax92> ( ͡° ͜ʖ ͡°)
L1519[22:39:31] <gamax92> ( ͡( ͡° ͜ʖ ͡°) ͜ʖ ͡( ͡° ͜ʖ ͡°))
L1520[22:39:43] <Pwootage> Win10 is going to be a free upgrade apparently
L1521[22:39:48] <Pwootage> gamax92: that makes me uncomfortable for some reason
L1522[22:39:52] <Potato|Zzz> WOOOOHOOOO
L1523[22:39:59] <Potato|Zzz> Windows 10 Masterrace
L1524[22:40:09] <gamax92> ( ͡( ͡( ͡( ͡° ͜ʖ ͡°) ͜ʖ ͡( ͡° ͜ʖ ͡°)) ͜ʖ ͡°) ͜ʖ ͡( ͡° ͜ʖ ͡( ͡( ͡° ͜ʖ ͡°) ͜ʖ ͡( ͡° ͜ʖ ͡°))))
L1525[22:40:10] <Pwootage> well for like a year, then they are probably going to charge a subscription or something retarded like that
L1526[22:40:11] <gamax92> Xd
L1527[22:40:19] <Potato|Zzz> 0.0
L1528[22:40:24] <Potato|Zzz> Caitlyn is OP
L1529[22:40:26] * Potato|Zzz hides
L1530[22:40:32] <Shuudoushi> to pull args from user input you would do "if io.read() == <input> {args1} {args2}" right?
L1531[22:40:37] <Potato|Zzz> Howdy Shuudoushi
L1532[22:40:40] <Pwootage> All I know is that it'll be a free upgrade for like a year from win7 and up
L1533[22:40:41] <Shuudoushi> o/
L1534[22:40:57] <Potato|Zzz> Well, Pwootage, I jsut got winderps 8
L1535[22:40:59] <Pwootage> Shuudoushi: you mean from args to your script or from the input?
L1536[22:41:02] <gamax92> Except it still is flat and feels bad
L1537[22:41:02] <Potato|Zzz> for my amazing computer
L1538[22:41:12] <Pwootage> I like flat
L1539[22:41:23] <Caitlyn> Potato|Zzz, o_o
L1540[22:41:23] <PhoneCube> any other uk peoples around?
L1541[22:41:32] <Pwootage> win10 will be way better than 7 or 8, so that's good. I'm still a linux user at heart, and games are still growing in the linux world
L1542[22:41:41] <Shuudoushi> Pwootage: from the io.read()
L1543[22:41:57] * PhoneCube will his desktop's vista with win10
L1544[22:42:25] <Potato|Zzz> Shuudoushi, Enders server is Creativwe again
L1545[22:42:33] *** pong is now known as napalm
L1546[22:42:36] <Pwootage> Shuudoushi: tbh I haz no idea
L1547[22:42:47] <Shuudoushi> Potato|Zzz: I didn't know it switched lol
L1548[22:42:50] <Pwootage> PhoneCube: not sure if you can upgrade from vista since it's EoL
L1549[22:42:51] * Potato|Zzz drops napalm on me
L1550[22:43:02] *** napalm is now known as iceIsNotWhite
L1551[22:43:04] *** iceIsNotWhite is now known as v^
L1552[22:43:10] *** ds84182 is now known as iceIsWhite
L1553[22:43:10] <Potato|Zzz> omgh
L1554[22:43:23] <PhoneCube> Pwootage: I has other devices with win7 on
L1555[22:43:40] <Potato|Zzz> FYI: I hate radicals
L1556[22:43:43] <gamax92> I don't like flat
L1557[22:43:53] <Shuudoushi> Pwootage: this is what I'm working on https://github.com/Shuudoushi/Misc-Programs/blob/master/BR_Reactor.lua
L1558[22:43:57] <Pwootage> tbh I don't know and don't really care, I have 8.1 so it'll for sure upgrade me
L1559[22:44:14] <gamax92> even windows 3.11 has borders around things to distinguish them cleanly
L1560[22:44:25] <Shuudoushi> I have win7 x64 ult and ubuntu 14.14 iirc
L1561[22:44:29] <Pwootage> I would take the input and split it on space for parameters myself
L1562[22:44:35] <Potato|Zzz> Oh yah, Pwootage, if they do a subscription thing, consider my windows partition gone
L1563[22:44:42] <PhoneCube> ^
L1564[22:44:53] * Shuudoushi is now lost.
L1565[22:44:56] <Pwootage> Probably will be cheaper than buying a new copy of windows every year for all your PCs
L1566[22:45:07] <Pwootage> idk I hope they just go free like osx and linux
L1567[22:45:08] <Pwootage> >.>
L1568[22:45:15] <Shuudoushi> people pay for windohs o.O
L1569[22:45:17] <Potato|Zzz> osx is free?
L1570[22:45:23] <Pwootage> More and more I am hating borders on stuff
L1571[22:45:29] <Pwootage> Potato|Zzz: I think so... darwin is at least
L1572[22:45:37] <PhoneCube> Pwootage: the catch is paying for 'apple' hardwarw
L1573[22:45:54] <Shuudoushi> eh
L1574[22:46:11] *** prasselpikachu is now known as prassel|off
L1575[22:46:52] <Pwootage> borders by differing colors are less eye-grabbing than borders by adding a border of a different color
L1576[22:47:01] <Shuudoushi> but yeah, I'm wanting to make it so I can change the control rods in my program
L1577[22:47:16] <Shuudoushi> and maybe setup an "auto mode"
L1578[22:48:11] ⇨ Joins: VikeStep (~VikeStep@101.162.12.98)
L1579[22:51:12] <careo> Even if you just made it set rod insertion percent to buffer level percentage (akin to a trivial 2 port mfr rednet setup)
L1580[22:51:37] <Shuudoushi> this is going to break something isn't it... if commandInput == "rod" .. {arg1} .. {arg2} then
L1581[22:53:13] ⇨ Joins: Rovander (webchat@broadband-109-173-89-72.nationalcablenetworks.ru)
L1582[22:58:52] <Shuudoushi> what do you mean 'then' expected near '{' ><
L1583[23:02:14] <Shuudoushi> well... that's kind fixed... brb
L1584[23:04:23] <Inari> lol
L1585[23:05:22] *** manmaed is now known as manmaed|AFK
L1586[23:07:10] *** v^ is now known as Noone
L1587[23:07:18] ⇦ Quits: MrRatermat (~ratermat@host81-158-132-107.range81-158.btcentralplus.com) (Ping timeout: 378 seconds)
L1588[23:07:37] *** Noone is now known as v^
L1589[23:08:16] *** Csstform is now known as a
L1590[23:08:24] *** a is now known as c
L1591[23:08:37] *** c is now known as Csstform
L1592[23:08:41] *** Keridos_off is now known as Keridos
L1593[23:11:54] ⇦ Quits: Negi (~Poireau@2a01:e35:2f6a:7060:e2ca:94ff:fe1f:76e0) (Quit: WeeChat 1.0.1)
L1594[23:23:01] <Shuudoushi> can someone fill me in on how I'm doing this wrong? the program http://pastebin.com/3PFSk7Ms the problem http://puu.sh/eQr5n/06c353ae36.png
L1595[23:23:47] ⇨ Joins: TangentDelta (~christine@63.143.24.24)
L1596[23:24:18] <Caitlyn> if commandInput == "rod" arg1, arg2 then wat?
L1597[23:24:22] <Caitlyn> what are you going for there?
L1598[23:25:55] <Shuudoushi> arg1 would be the rod name (which is a number atm) and arg2 is the rod level
L1599[23:26:13] <Caitlyn> Yes.. but what exactly are you trying to do in that if?
L1600[23:26:32] <Shuudoushi> line 23
L1601[23:26:51] <Caitlyn> That's now how if works though...
L1602[23:26:56] *** Techokami|Off is now known as Techokami
L1603[23:27:00] <Shuudoushi> thought so...
L1604[23:27:02] *** Daiyousei is now known as SleepingFairy
L1605[23:27:03] <Caitlyn> you check IF something is True/False..
L1606[23:27:13] <Caitlyn> which you do if commandInput == "rod"
L1607[23:27:21] <Caitlyn> THEN after the then you do "stuff"
L1608[23:27:35] <Shuudoushi> ok
L1609[23:27:42] <Caitlyn> so like... just pass in the arg1 arg2 to the function
L1610[23:28:30] <Caitlyn> function rodControl(arg1, arg2) then just rodControl(arg1, arg2) Also for the love of all the gods ever.... use. descriptive. variable. names.
L1611[23:28:31] <Caitlyn> :P
L1612[23:28:48] <Shuudoushi> ...
L1613[23:29:15] <Caitlyn> s/arg1/rodName/
L1614[23:29:15] <Kibibyte> <Caitlyn> function rodControl(rodName, arg2) then just rodControl(arg1, arg2) Also for the love of all the gods ever.... use. descriptive. variable. names.
L1615[23:29:20] <Caitlyn> etc.. :P
L1616[23:30:03] <Shuudoushi> ...
L1617[23:30:04] <Caitlyn> afk
L1618[23:30:09] <Shuudoushi> ok...
L1619[23:30:12] <Shuudoushi> ty...
L1620[23:32:58] *** Sleepdra is now known as SandraNicole
L1621[23:33:06] ⇦ Quits: sciguyryan (~sciguyrya@109-205-170-106.dynamic.swissvpn.net) (Read error: Connection reset by peer)
L1622[23:33:32] ⇨ Joins: sciguyryan (~sciguyrya@109-205-170-106.dynamic.swissvpn.net)
L1623[23:33:47] ⇨ Joins: Tahg (~Tahg@pool-72-74-136-157.bstnma.fios.verizon.net)
L1624[23:40:36] *** AngieBLD is now known as AngieBLD|Off
L1625[23:41:46] ⇦ Quits: Pyrolusite (~Pyrolusit@ARouen-651-1-352-26.w92-132.abo.wanadoo.fr) (Quit: Leaving)
L1626[23:42:34] *** Potato|Zzz is now known as PotatoTrumpet
L1627[23:42:58] *** LordFokas is now known as LordFokas|off
L1628[23:46:54] <Techokami> well it looks like we found out what Microsoft is doing with Mojang: Minecraft for Holograms :O
L1629[23:48:06] <alekso56> yeaaaah ... https://www.youtube.com/watch?v=aThCr0PsyuA
L1630[23:48:06] -Kibibyte- [alekso56] Microsoft HoloLens - Transform your world with holograms | by microsoft | 2m13s | 4h28m ago | 304 views | Rated: 4.94/5.00
L1631[23:48:09] <gamax92> Techokami: By holograms you mean their special glasses stuff?
L1632[23:48:10] ⇦ Quits: sciguyryan (~sciguyrya@109-205-170-106.dynamic.swissvpn.net) ()
L1633[23:48:13] <Techokami> yeah
L1634[23:48:19] <Techokami> the HoloLens
L1635[23:49:34] <gamax92> %p
L1636[23:49:39] <MichiBot> Ping reply from gamax92 4.74s
L1637[23:49:52] <alekso56> Techokami: inb4 360p with massive lag.
L1638[23:49:58] <Techokami> pfft
L1639[23:49:59] <gamax92> haaah ...
L1640[23:50:26] <Techokami> I watched the presentation today and saw the live demos
L1641[23:50:31] <Gopher> I read some pretty bleak distopian scifi back in high school about a world falling apart without anyone noticing because everyone started wearing AR glasses like those... lol
L1642[23:50:43] <gamax92> "[16:49:01] <gamax92> %p" "[16:49:40] <MichiBot> Ping reply from gamax92 4.74s"
L1643[23:51:18] <alekso56> %p
L1644[23:51:19] <MichiBot> Ping reply from alekso56 0.25s
L1645[23:54:04] *** Pwootage is now known as Pwootage|Off
L1646[23:55:22] ⇦ Quits: marcin212 (~marcin212@46.204.175.45.nat.umts.dynamic.t-mobile.pl) (Quit: Leaving)
L1647[23:55:44] ⇨ Joins: marcin212 (~marcin212@176.111.135.116)
L1648[23:57:10] <gamax92> %p
L1649[23:57:11] <MichiBot> Ping reply from gamax92 0.31s
L1650[23:57:17] <gamax92> das better
<<Prev Next>> Scroll to Top