<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:04] <gamax92> vifino: rekt
L2[00:00:10] <vifino> Yes.
L3[00:00:30] <gamax92> fnaf is hard
L4[00:04:30] <vifino> wtf
L5[00:04:39] <vifino> I am forced to use firefox
L6[00:04:47] <vifino> It allowed me to install youtube ._.
L7[00:05:00] <PotatoTrumpet> install?
L8[00:05:33] <PotatoTrumpet> Have you tried google ultron?
L9[00:06:13] <vifino> PotatoTrumpet: stfu
L10[00:06:23] <PotatoTrumpet> Its what NASA uses
L11[00:06:31] <vifino> chromium has a bug in kde
L12[00:06:36] <vifino> PotatoTrumpet: S T F U
L13[00:06:39] <vifino> bish
L14[00:06:42] <PotatoTrumpet> N A S A
L15[00:07:14] <Keridos> oh man the craftables stuff for ae is complicated:D
L16[00:07:20] <vifino> gamax92: Why is this thing even here .-.
L17[00:07:28] <gamax92> i don't know
L18[00:07:35] <gamax92> do you want to get rid of it?
L19[00:08:00] <vifino> Yes
L20[00:08:31] <PotatoTrumpet> Keridos Long time no see
L21[00:08:36] <gamax92> >:D i has dprint, it opens COM1 and writes stuff to it.
L22[00:08:38] <Keridos> hi !
L23[00:08:44] <gamax92> now i can debug
L24[00:08:48] <PotatoTrumpet> debug card
L25[00:08:54] <PotatoTrumpet> BRB
L26[00:08:57] <gamax92> stfu bitch
L27[00:09:39] <vifino> gamax92: :O I should make a website crawler!
L28[00:09:52] <vifino> Like SleepingFairy does with porn sites!
L29[00:09:59] <vifino> ( No kidding >_< )
L30[00:10:02] <gamax92> umm waht
L31[00:10:12] <Keridos> oh boy the getItemstack() function of the craftables stuff is broken
L32[00:10:33] <Keridos> it should return the size of the itemstack that is crafted, shouldnt it?
L33[00:10:48] <vifino> gamax92: PatcholiKnowledge was his porn scraper bot thing
L34[00:11:12] <vifino> Lets scrape google :D
L35[00:11:45] <gamax92> k, so i just threw tons of dprint's in places
L36[00:12:17] <vifino> gamax92: I have one single comment in the source of wolfram alpha command
L37[00:12:28] <gamax92> I have no video
L38[00:12:34] <vifino> // fancyfication :o
L39[00:12:50] <vifino> ^ Thats the single comment
L40[00:16:28] ⇦ Quits: Johannes13 (~Johannes@141.70.98.71) (Ping timeout: 183 seconds)
L41[00:16:59] ⇦ Quits: PotatoTrumpet (~PotatoTru@WL4-34.1scom.net) (Ping timeout: 183 seconds)
L42[00:18:15] <Kodos> Speaking of porn, http://i.imgur.com/J7D0jys.jpg
L43[00:18:45] <vifino> gamax92: Good night!
L44[00:19:05] *** medsouz|offline is now known as medsouz
L45[00:34:41] *** justastranger|zzz is now known as justastranger
L46[00:45:14] ⇦ Quits: phillips1012 (~phillips1@72.42.104.172) (Ping timeout: 186 seconds)
L47[00:51:17] <gamax92> .l string.format("%02X%02X%02X",63, 22, 0)
L48[00:51:17] <^v> gamax92, 3F1600
L49[00:51:37] <Keridos> can sombody help me here: http://paste.ee/p/W5OIb
L50[00:52:02] <Keridos> what did i do wrong, I want to print i and j.getItemStack().name to a file in a new line
L51[00:52:18] <Keridos> but the file is empty when the program ends and file.close() gives me an error message
L52[01:05:03] *** ds84182 is now known as dsAway
L53[01:06:20] ⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L54[01:09:59] <SpiritedDusty> Keridos, I think you have to do file:close() not file.close()
L55[01:10:06] <Keridos> ok thanks
L56[01:10:23] <SpiritedDusty> same goes for file:write()
L57[01:31:53] <gamax92> phew, patching binaries
L58[01:32:05] ⇦ Quits: ping (~notPing@2601:4:4500:e15:91e8:857d:257b:899a) (Quit: http://i.imgur.com/Akc6r.gif)
L59[01:33:15] <Keridos> in this here: http://paste.ee/p/MOHB8 in line 11, how can I detect if that object does not exist
L60[01:33:34] <Keridos> I want to have a table that contains "name" = craftingstatus for crafting requests
L61[01:34:07] <Keridos> and that function checks if crafting[name] exists and the queries if the job is done to give back a check if crafting can be requested
L62[01:34:18] <Keridos> but i get an error in that currently
L63[01:34:22] <gamax92> Keridos: erm, exactly what you're doing now?
L64[01:34:24] <gamax92> whats the error
L65[01:34:40] <Keridos> attempt to index global ' crafting' in line 11
L66[01:35:21] <gamax92> because you have your table called crafting and then a function right below called crafting
L67[01:35:28] <Keridos> ah derp
L68[01:39:49] <Keridos> how can I make a multiline table?
L69[01:40:07] <Keridos> basically defining a table in multiple lines in lua?
L70[01:41:16] <mindstorm8191> Keridos: you mean like a table within a table? or something else?
L71[01:41:23] <gamax92> you mean defining each element on a separate line?
L72[01:41:33] <Keridos> yes gamax, that one
L73[01:41:47] <gamax92> lua doesn't care if you put newlines randomly
L74[01:41:53] <gamax92> so, go ahead
L75[01:43:51] <gamax92> .l load("for \n i \n = \n 1 \n , \n 3 \n do \n print \n ( \n i \n ) \n end")()
L76[01:43:51] <^v> gamax92, nil
L77[01:43:58] <gamax92> .-. v^ y u break print
L78[01:56:56] <Keridos> thanks for the help guys
L79[01:57:11] <Keridos> now i have a working automation for crafting specific items for my AE network
L80[02:17:44] *** LordFokas is now known as LordFokas|off
L81[02:26:06] <gamax92> oh cool, i kinda fixed video
L82[02:26:18] <gamax92> i can see something on screen.
L83[02:39:49] <Graypup_> is it possible to detect if a robot is using your tool?
L84[02:39:53] <Graypup_> like, as a modder?
L85[02:55:03] <Keridos> ah and i found a bug in the crafting stuff for AE2
L86[03:21:48] <gamax92> >:D
L87[03:21:52] <gamax92> this is awesome
L88[03:32:17] ⇦ Quits: Lathanael|Away (~Lathanael@p54970CDF.dip0.t-ipconnect.de) (Ping timeout: 183 seconds)
L89[03:35:44] ⇨ Joins: Lathanael|Away (~Lathanael@p54972560.dip0.t-ipconnect.de)
L90[03:50:46] <gamax92> err, this is terrible
L91[03:50:54] <gamax92> keyboard and audio is broken
L92[03:51:06] <gamax92> the virtual disk chops off the first letter of filenames
L93[04:00:17] *** mrkirby153 is now known as kirby|Gone
L94[04:25:51] *** SleepingFairy is now known as Daiyousei
L95[04:40:16] ⇨ Joins: AussieEvil (~aussieevi@c-50-184-16-202.hsd1.ca.comcast.net)
L96[04:43:03] <AussieEvil> Hello
L97[04:46:41] ⇦ Quits: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com) (Ping timeout: 183 seconds)
L98[05:13:05] *** medsouz is now known as medsouz|offline
L99[05:19:11] ⇨ Joins: Vexatos (~Vexatos@p200300556E319A9784FAC158BCC0A5D9.dip0.t-ipconnect.de)
L100[05:21:16] *** Logan is now known as Logan|zzz
L101[05:23:18] *** Cruor|Away is now known as Cruor
L102[05:36:01] *** justastranger is now known as justastranger|zzz
L103[05:44:25] *** SKS-Away is now known as ShadowKatStudios
L104[05:44:41] <ShadowKatStudios> Afternoon o/
L105[05:55:18] ⇨ Joins: jgile2 (~jgile2@c122-108-201-198.rochd4.qld.optusnet.com.au)
L106[05:57:07] * skyem123|zzz pokes ShadowKatStudios
L107[05:57:12] *** skyem123|zzz is now known as skyem123
L108[06:02:20] <skyem123> Blah.
L109[06:03:40] ⇦ Quits: mindstorm8191 (~IceChat77@162-203-90-21.lightspeed.lsvlky.sbcglobal.net) (Ping timeout: 183 seconds)
L110[06:08:03] ⇦ Quits: Vexatos (~Vexatos@p200300556E319A9784FAC158BCC0A5D9.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L111[06:09:04] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L112[06:09:05] zsh sets mode: +v on asie
L113[06:09:44] * skyem123 gives asie a bar of chocolate
L114[06:11:43] * skyem123 pokes ShadowKatStudios
L115[06:13:22] <ShadowKatStudios> \o/
L116[06:14:09] <skyem123> Can you message me the link to the shared notepad?
L117[06:18:15] <skyem123> I need to go now.
L118[06:18:18] <skyem123> :-(
L119[06:18:28] *** skyem123 is now known as skyem123|away
L120[06:32:31] ⇨ Joins: CompanionCube (~samis@94.11.100.93)
L121[06:36:14] ⇦ Quits: AussieEvil (~aussieevi@c-50-184-16-202.hsd1.ca.comcast.net) (Quit: EAT YOUR GODDAMNED OATS)
L122[06:46:03] *** Keridos is now known as Keridos_off
L123[06:57:16] ⇨ Joins: skyem123 (skyem123@5.150.100.90)
L124[06:57:30] * skyem123 pokes ShadowKatStudios
L125[06:57:44] <ShadowKatStudios> Public service announcement: Speeding up fast songs is good, but speeding up sped up copies of songs isn't good.
L126[06:58:02] <skyem123> heh
L127[06:59:03] ⇨ Joins: Xilandro (~Kodos@2602:306:ce20:6c30:94ac:614a:6722:753)
L128[06:59:14] ⇨ Joins: jgile2_ (~jgile2@c122-108-201-198.rochd4.qld.optusnet.com.au)
L129[07:00:40] ⇦ Quits: CompanionCube (~samis@94.11.100.93) (Remote host closed the connection)
L130[07:01:01] ⇦ Quits: jgile2 (~jgile2@c122-108-201-198.rochd4.qld.optusnet.com.au) (Ping timeout: 183 seconds)
L131[07:01:01] ⇦ Quits: Kodos (~Kodos@2602:306:ce20:6c30:94ac:614a:6722:753) (Ping timeout: 183 seconds)
L132[07:01:44] * skyem123 starts humming "The Cannery"
L133[07:09:28] <ShadowKatStudios> Hmm, Paramore at double speed isn't bad...
L134[07:10:50] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 186 seconds)
L135[07:10:52] <ShadowKatStudios> Born For This is not good sped up.
L136[07:11:19] <ShadowKatStudios> Actually, with some fine tuning...
L137[07:23:38] * skyem123 starts humming the doctor who theme
L138[07:29:14] ⇨ Joins: jgile2 (~jgile2@c122-108-201-198.rochd4.qld.optusnet.com.au)
L139[07:29:26] ⇦ Quits: skyem123 (skyem123@5.150.100.90) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
L140[07:30:01] ⇨ Joins: Kodos (~Kodos@2602:306:ce20:6c30:94ac:614a:6722:753)
L141[07:30:59] ⇦ Quits: jgile2_ (~jgile2@c122-108-201-198.rochd4.qld.optusnet.com.au) (Ping timeout: 183 seconds)
L142[07:30:59] ⇦ Quits: Xilandro (~Kodos@2602:306:ce20:6c30:94ac:614a:6722:753) (Ping timeout: 183 seconds)
L143[07:31:51] ⇦ Quits: Kodos (~Kodos@2602:306:ce20:6c30:94ac:614a:6722:753) (Client Quit)
L144[07:35:56] ⇨ Joins: Johannes13 (~Johannes@141.70.98.71)
L145[07:36:13] <ShadowKatStudios> .p
L146[07:36:14] <^v> Ping reply from ShadowKatStudios 0.96s
L147[07:36:28] *** Hobbyboy|Sleep is now known as Hobbyboy
L148[07:43:58] ⇨ Joins: Magik6k (~Magik6k@host-89-228-224-53.kalisz.mm.pl)
L149[07:52:36] <ShadowKatStudios> damn it, why is there not more Fisheye Placebo?
L150[07:55:45] ⇨ Joins: Hobby_boy (~Hobbyboy@host81-132-197-54.range81-132.btcentralplus.com)
L151[08:02:09] ⇦ Quits: Yepoleb (~quassel@188-22-162-77.adsl.highway.telekom.at) (Killed (portlane.esper.net (Nickname regained by services)))
L152[08:02:10] ⇨ Joins: Yepoleb (~quassel@188-22-162-217.adsl.highway.telekom.at)
L153[08:14:39] ⇦ Quits: Hobby_boy (~Hobbyboy@host81-132-197-54.range81-132.btcentralplus.com) (Remote host closed the connection)
L154[08:18:41] ⇨ Joins: Hobby_boy (~Hobbyboy@host81-132-197-54.range81-132.btcentralplus.com)
L155[08:33:14] ⇦ Quits: Magik6k (~Magik6k@host-89-228-224-53.kalisz.mm.pl) (Ping timeout: 186 seconds)
L156[08:39:38] ⇨ Joins: Magik6k (~Magik6k@host-89-228-224-53.kalisz.mm.pl)
L157[08:47:08] ⇨ Joins: Lumien (~lumien@p4FED5F60.dip0.t-ipconnect.de)
L158[09:02:57] ⇦ Quits: Magik6k (~Magik6k@host-89-228-224-53.kalisz.mm.pl) (Ping timeout: 183 seconds)
L159[09:33:09] ⇦ Quits: Maxwolf (labs@pipette.madsciencemod.com) (Quit: Leaving)
L160[09:33:43] ⇨ Joins: gjgfuj (~gjgfuj@119.15.76.203)
L161[09:46:21] ⇦ Quits: gjgfuj (~gjgfuj@119.15.76.203) (Ping timeout: 183 seconds)
L162[09:46:44] ⇨ Joins: gjgfuj (~gjgfuj@119.15.76.203)
L163[09:48:56] ⇦ Quits: ^v (~ping@2601:4:4500:e15:859b:1b16:ca72:6b1f) (Ping timeout: 183 seconds)
L164[09:49:14] ⇦ Quits: v^ (~no@2601:4:4500:e15:a1a5:5ffe:8b0a:3086) (Ping timeout: 186 seconds)
L165[09:51:13] ⇨ Joins: v^ (~no@2601:4:4500:e15:a1a5:5ffe:8b0a:3086)
L166[09:51:13] zsh sets mode: +v on v^
L167[09:52:52] ⇨ Joins: ^v (~ping@2601:4:4500:e15:a1a5:5ffe:8b0a:3086)
L168[09:54:23] <Ender> merrrrhhh
L169[10:01:37] ⇨ Joins: asie (~asie@apn-77-114-20-245.dynamic.gprs.plus.pl)
L170[10:01:38] zsh sets mode: +v on asie
L171[10:02:29] <ShadowKatStudios> A wild Ender appeared
L172[10:04:12] <ShadowKatStudios> >.< I ended up at 4chan again
L173[10:06:59] ⇦ Quits: asie (~asie@apn-77-114-20-245.dynamic.gprs.plus.pl) (Read error: Connection reset by peer)
L174[10:07:29] ⇨ Joins: asie (~asie@apn-31-1-14-189.dynamic.gprs.plus.pl)
L175[10:07:29] zsh sets mode: +v on asie
L176[10:10:57] <Ender> ShadowKatStudios: lol
L177[10:13:43] <asie> okay
L178[10:13:49] <asie> EnderNet 2's endpoint system is now fully functional
L179[10:13:53] <asie> and a million times better designed than EnderNet 1
L180[10:27:04] <ShadowKatStudios> Should I turn micrOS into something ITS-like?
L181[10:31:40] ⇨ Joins: AtomSponge (~AtomSpong@aftr-37-201-225-83.unity-media.net)
L182[10:37:36] *** alekso56_off is now known as alekso56
L183[10:45:15] <Sangar> o/
L184[10:50:38] ⇨ Joins: VikeStep (~VikeStep@101.163.3.251)
L185[10:52:13] <ShadowKatStudios> Just rickrolled someone for their first time- they'd never heard of it before.
L186[10:54:01] <ShadowKatStudios> Feels good to change someone's life.
L187[11:03:48] <vifino> ShadowKatStudios! \o/
L188[11:04:00] <ShadowKatStudios> ohhey, network is up again
L189[11:04:05] * vifino hugs ShadowKatStudios
L190[11:04:09] <ShadowKatStudios> maybe?
L191[11:04:13] <ShadowKatStudios> looks like GPDNS is down
L192[11:09:26] * vifino hugs ShadowKatStudios again
L193[11:15:44] ⇨ Joins: irgusite (~irgusite@212.109.69.59)
L194[11:16:12] *** irgusite is now known as Guest95588
L195[11:16:20] ⇦ Quits: Guest95588 (~irgusite@212.109.69.59) (Client Quit)
L196[11:16:29] *** ShadowKatStudios is now known as SKS-Away
L197[11:30:51] <Ender> \o Sangar
L198[11:31:06] <Sangar> o/
L199[11:31:27] <Ender> how stable are the 1.4 builds at the moment?
L200[11:35:39] *** SKS-Away is now known as ShadowKatStudios
L201[11:35:43] <Ender> Sangar: ^
L202[11:36:47] <Sangar> Ender, gameplay wise... relatively, i guess. hard to say since almost nobody had a chance to test it yet ;) due to the api change pretty much nothing will be compatible with it as of yet, though, which is probably the bigger issue, if you ask whether you should put it on your server.
L203[11:37:27] <ShadowKatStudios> \o/ Stuff started working again.
L204[11:38:04] <Ender> o, i'll hold off for now
L205[11:38:15] <Sangar> yeah
L206[11:38:16] <Ender> s/o/ok
L207[11:38:17] <Kibibyte> <Ender> ok, i'll hold off for now
L208[11:39:55] <ShadowKatStudios> hmm...
L209[11:40:07] <ShadowKatStudios> Should I have an honorary XP box on my network?
L210[11:41:46] <Kilobyte> Sangar: sup
L211[11:41:55] <Sangar> hey there
L212[11:43:15] <ShadowKatStudios> *sudden explosion of seek noise from tower* WTF are you doing, silly computer?
L213[11:44:25] <Ender> lol
L214[11:44:45] <Ender> that happens wheneveri go into my downloads folder on my dad's pc
L215[11:45:06] <ShadowKatStudios> Oooh, it has a loud HDD? :D
L216[11:45:20] <Ender> yep
L217[11:45:31] <Ender> the other 2 are quiet
L218[11:47:49] <ShadowKatStudios> I really like the loud HDDs. It's stupid and I should dislike them, but they sound like the first computer I properly used (My XP box at my feet, infact)- I had a 98 and 95 box before that, but I never checked the specs on either of those.
L219[11:51:32] * vifino hugs ShadowKatStudios again again
L220[11:51:33] ⇨ Joins: Altenius (~Altenius@199.193.183.1)
L221[11:51:36] <Altenius> .p
L222[11:51:40] <^v> Ping reply from Altenius 1.24s
L223[11:51:41] <vifino> o/ Altenius
L224[11:51:42] <Ender> back to building computers
L225[11:51:47] <Altenius> \o vifino
L226[11:52:09] <Altenius> I'm going to develop OCEmulator for the rest of this week
L227[11:52:18] <vifino> :o
L228[11:52:42] <Kilobyte> our uni uses an international organization for wifi for students. This allows any student to log into partiticipating unis wifi
L229[11:53:08] <vifino> topkek
L230[11:53:10] <Altenius> .p
L231[11:53:10] <^v> Ping reply from Altenius 0.26s
L232[11:53:19] <vifino> .p
L233[11:53:20] <^v> Ping reply from vifino 0.42s
L234[11:53:24] <vifino> :(
L235[11:53:30] <Altenius> :3
L236[11:53:36] <vifino> Orite
L237[11:53:38] ⇦ Quits: jgile2 (~jgile2@c122-108-201-198.rochd4.qld.optusnet.com.au) (Ping timeout: 186 seconds)
L238[11:53:47] <vifino> Its going from my server to me D:
L239[11:54:52] <vifino> ShadowKatStudios: :(
L240[11:55:09] <ShadowKatStudios> \o/
L241[11:55:12] <ShadowKatStudios> .p
L242[11:55:13] <^v> Ping reply from ShadowKatStudios 0.6s
L243[11:55:19] <Altenius> You're in a lot of channels O_O
L244[11:55:55] <vifino> Altenius: Yes.
L245[11:57:40] <ShadowKatStudios> afk
L246[12:01:12] ⇦ Quits: asie (~asie@apn-31-1-14-189.dynamic.gprs.plus.pl) (Ping timeout: 183 seconds)
L247[12:08:20] <ShadowKatStudios> heheh
L248[12:14:00] ⇦ Quits: VikeStep (~VikeStep@101.163.3.251) (Quit: Leaving)
L249[12:15:33] *** DeanIsGone is now known as DeanIsaKitty
L250[12:15:52] <DeanIsaKitty> o/
L251[12:17:59] <ShadowKatStudios> \o/ DeanIsaKitty!
L252[12:18:41] <DeanIsaKitty> \o/ ShadowKatStudios!
L253[12:19:12] <ShadowKatStudios> How is you?
L254[12:19:28] <DeanIsaKitty> Fine, you?
L255[12:19:34] <DeanIsaKitty> I got bored;
L256[12:19:50] <DeanIsaKitty> So I made a script happen that keeps my stuff from the AUR up to date :D
L257[12:20:54] <ShadowKatStudios> I'm tired but good.
L258[12:21:15] <ShadowKatStudios> I got an hour of sleep last night because I was writing a game
L259[12:21:29] <DeanIsaKitty> You is crazy
L260[12:21:34] <ShadowKatStudios> So the idea is to go to bed shortly
L261[12:21:42] <vifino> DeanIsaKitty! \o/
L262[12:21:49] <DeanIsaKitty> vifino! \o/
L263[12:21:55] <vifino> :D
L264[12:22:06] <vifino> How are you? :o
L265[12:24:27] <DeanIsaKitty> Still fine. ;)
L266[12:24:32] <DeanIsaKitty> How are you?
L267[12:24:35] <Altenius> OCEmulator will require installing a custom font
L268[12:24:40] <Altenius> the unifont
L269[12:24:47] <vifino> I'm alright, thanks :D
L270[12:26:31] ⇨ Joins: skyem123 (skyem123@5.150.100.90)
L271[12:28:43] <ShadowKatStudios> Anyway, I should sleep.
L272[12:28:58] <ShadowKatStudios> See you guys tomorrow, I have last night to catch up on.
L273[12:29:07] <skyem123> ShadowKatStudios: bye
L274[12:29:09] *** ShadowKatStudios is now known as SKS-Away
L275[12:32:05] ⇨ Joins: dangranos (~dangranos@176.50.145.2)
L276[12:32:11] <dangranos> hi
L277[12:33:30] *** alekso56 is now known as alekso56_off
L278[12:35:52] * skyem123 gives dangranos parts of a broken kitty ray
L279[12:42:17] <dangranos> is there any way to directly access ntfs?
L280[12:45:38] ⇦ Quits: phillips1012 (~phillips1@72.42.104.172) (Ping timeout: 186 seconds)
L281[12:46:19] *** prassel|off is now known as prasselpikachu
L282[12:50:54] * skyem123 is tired
L283[12:51:30] *** alekso56_off is now known as alekso56
L284[12:52:47] <dangranos> i hate antiviruses
L285[12:52:54] <skyem123> why?
L286[12:53:21] <dangranos> my dad just installed kaspersky, now its using ~60% of cpu
L287[12:53:29] <skyem123> Avast is OK
L288[12:53:44] <dangranos> and everything requiring admin access is also slow
L289[12:53:56] <skyem123> meh
L290[12:54:23] <dangranos> wanna reboot in safe mode and disable password protection for it
L291[12:55:10] <dangranos> yay
L292[12:55:27] <skyem123> \o/?
L293[12:55:52] <dangranos> not all sites is blocked
L294[12:59:41] <Ender> back
L295[13:00:36] <dangranos> antiviruses is even worse than viruses
L296[13:00:46] *** Techokami|Off is now known as Techokami
L297[13:00:52] <skyem123> s/anti/some anti
L298[13:00:52] <Kibibyte> <dangranos> some antiviruses is even worse than viruses
L299[13:01:26] ⇦ Quits: skyem123 (skyem123@5.150.100.90) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
L300[13:02:29] ⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L301[13:02:49] <Altenius> s/is/are
L302[13:02:49] <Kibibyte> <dangranos> some antiviruses are even worse than viruses
L303[13:03:51] ⇦ Quits: Altenius (~Altenius@199.193.183.1) (Remote host closed the connection)
L304[13:04:16] <Ender> is this a thing now of correcting something thn disconnecting?
L305[13:09:01] <DeanIsaKitty> s/thn/then
L306[13:09:01] <Kibibyte> <Ender> is this a thing now of correcting something then disconnecting?
L307[13:09:20] <gamax92> inb4 disconnect
L308[13:09:32] *** DeanIsaKitty is now known as DeanIsGone
L309[13:10:10] <Ender> lol
L310[13:10:46] *** alekso56 is now known as alekso56_off
L311[13:10:51] <vifino> o/ gamax92
L312[13:11:21] *** DeanIsGone is now known as DeanIsaKitty
L313[13:11:35] <gamax92> vifino: i fixed some of the video routines in alec64
L314[13:13:24] <vifino> gamax92: Do you like my wolfram command?
L315[13:13:30] <gamax92> no
L316[13:13:36] <vifino> :'(
L317[13:13:40] <gamax92> It couldn't Mass of Potato / 2
L318[13:13:57] <vifino> gamax92: Did you forget the quotes?
L319[13:14:05] <gamax92> >_> you didn't tell me this
L320[13:14:37] <vifino> .-.
L321[13:16:08] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L322[13:16:08] zsh sets mode: +v on asie
L323[13:19:50] <gamax92> Techokami: <3 QEMU's Serial on stdio + serial debug function http://i.imgur.com/cq3lzFb.png
L324[13:20:11] <Techokami> noice
L325[13:20:31] <gamax92> in other news i changed like two functions and now video works
L326[13:21:11] <vifino> gamax92: I made a small fix, now you can leave out the quotes: http://puu.sh/cauPU/6c3a77f689
L327[13:21:19] <gamax92> cauPU
L328[13:21:20] <vifino> ( 32 bit, for you :D )
L329[13:21:32] <gamax92> I'm on a 24 bit processor now.
L330[13:21:38] <vifino> q_q
L331[13:21:42] <gamax92> :P
L332[13:21:53] <gamax92> vifino: is that an ELF binary?
L333[13:22:09] <vifino> wolfram32: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), statically linked, stripped
L334[13:22:22] <vifino> Take that as a yes
L335[13:22:26] <gamax92> Can you compile it as a ZMAGIC binary?
L336[13:22:29] <vifino> no
L337[13:22:32] <gamax92> kthx
L338[13:22:47] <vifino> gamax92: Try it, see if it works fine
L339[13:23:01] <gamax92> is broken beyond repair
L340[13:23:09] <vifino> :'(
L341[13:23:44] ⇦ Quits: Lumien (~lumien@p4FED5F60.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
L342[13:29:41] <vifino> gamax92: Do you like it now?
L343[13:33:25] <gamax92> vifino: Do you like fixing keyboard routines written in assembly?
L344[13:33:34] <vifino> gamax92: no
L345[13:33:43] <gamax92> Then my answer is no
L346[13:34:02] <vifino> You are evil and mean :<
L347[13:34:09] <gamax92> vifino: I am :<
L348[13:34:26] <gamax92> I is, therefor u
L349[13:35:03] <vifino> gamax92: Would you please tell me whats wrongs with my command?
L350[13:35:37] <gamax92> vifino: i haven't tested it
L351[13:35:46] <vifino> Why?
L352[13:35:46] <gamax92> im also leaving in like 20
L353[13:35:49] <gamax92> because that
L354[13:36:17] <vifino> gamax92: 20 what.
L355[13:36:28] <gamax92> mins
L356[13:36:33] <gamax92> fine i'll test it
L357[13:36:37] <vifino> :D
L358[13:37:05] <gamax92> yeah, its working now
L359[13:37:20] <vifino> gamax92: Do you like it?
L360[13:37:24] <gamax92> sure
L361[13:37:30] <vifino> :D
L362[13:39:42] * gamax92 stuffed the keyboard routine with tons of dprint
L363[13:40:08] <gamax92> many much kbgetkey
L364[14:06:36] <vifino> moop
L365[14:09:25] ⇨ Joins: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com)
L366[14:21:07] ⇦ Quits: Syrren (~syrren@2400:8900::f03c:91ff:fe73:668c) (Quit: ZNC - http://znc.in)
L367[14:22:35] ⇨ Joins: Syrren (~syrren@2400:8900::f03c:91ff:fe73:668c)
L368[14:23:51] *** Cazzar is now known as Cazzar|Away
L369[14:28:58] ⇦ Quits: Syrren (~syrren@2400:8900::f03c:91ff:fe73:668c) (Ping timeout: 183 seconds)
L370[14:30:31] ⇨ Joins: Syrren (~syrren@2400:8900::f03c:91ff:fe73:668c)
L371[14:42:34] <Ender> hm, aparrently my site doesnt have all of the foundation css files :/
L372[15:00:32] ⇨ Joins: shawniac (~shawniac@nat-wlan2.rrze.uni-erlangen.de)
L373[15:02:06] ⇦ Quits: shawniac (~shawniac@nat-wlan2.rrze.uni-erlangen.de) (Client Quit)
L374[15:02:08] ⇨ Joins: shawniac (~shawniac@nat-wlan2.rrze.uni-erlangen.de)
L375[15:04:00] ⇦ Quits: shawniac (~shawniac@nat-wlan2.rrze.uni-erlangen.de) (Client Quit)
L376[15:08:36] ⇨ Joins: shawniac (~shawniac@nat-wlan2.rrze.uni-erlangen.de)
L377[15:13:52] *** medsouz|offline is now known as medsouz
L378[15:14:01] ⇦ Quits: shawniac (~shawniac@nat-wlan2.rrze.uni-erlangen.de) (Quit: WeeChat 1.0.1)
L379[15:14:04] * Ender hugs DeanIsaKitty
L380[15:14:38] * Ender goes back to aimlessly browsing the web
L381[15:16:37] ⇨ Joins: penOS (~penos@cpc38-newt31-2-0-cust21.19-3.cable.virginm.net)
L382[15:16:52] ⇦ Quits: penOS (~penos@cpc38-newt31-2-0-cust21.19-3.cable.virginm.net) (Client Quit)
L383[15:17:28] ⇨ Joins: penOS (~penos@cpc38-newt31-2-0-cust21.19-3.cable.virginm.net)
L384[15:17:33] <penOS> test
L385[15:18:23] <penOS> -[]=
L386[15:18:23] <penOS> []-][
L387[15:18:23] <penOS> []]
L388[15:18:24] <penOS> [
L389[15:18:24] <penOS> [
L390[15:18:24] <penOS> [
L391[15:18:25] <penOS> [
L392[15:18:25] <penOS> [
L393[15:18:25] <penOS> [
L394[15:18:25] <penOS> ;;-
L395[15:18:26] <penOS> ;-
L396[15:18:26] <penOS> -;
L397[15:18:27] <penOS> -
L398[15:18:27] <penOS> -;
L399[15:18:28] <penOS> -;
L400[15:18:28] <penOS> -;
L401[15:18:29] <penOS> ;-
L402[15:18:29] <penOS> -
L403[15:18:30] <penOS> #
L404[15:18:30] <penOS> ;
L405[15:18:31] <penOS> ;
L406[15:18:31] <penOS> ';
L407[15:18:32] <penOS> ;
L408[15:18:32] <penOS> ;'
L409[15:18:33] <penOS> ;
L410[15:18:33] <penOS> ;
L411[15:18:51] <penOS> '
L412[15:18:51] <penOS> '
L413[15:18:52] <penOS> '
L414[15:18:52] <penOS> '
L415[15:18:53] <penOS> #
L416[15:18:55] <penOS> ]
L417[15:19:00] <penOS> ]
L418[15:19:00] <penOS> ]
L419[15:19:01] <penOS> ]
L420[15:19:05] <penOS> ]#
L421[15:19:06] <penOS> #
L422[15:19:07] <penOS> #
L423[15:19:07] <penOS> '#
L424[15:19:08] <penOS> #
L425[15:19:08] <penOS> ]
L426[15:19:08] <penOS> #
L427[15:19:09] <penOS> ]#
L428[15:19:09] <penOS> #/'#
L429[15:19:21] <penOS> penis amaright
L430[15:19:26] ⇦ Quits: penOS (~penos@cpc38-newt31-2-0-cust21.19-3.cable.virginm.net) (Client Quit)
L431[15:19:31] <vifino> wtf
L432[15:19:48] <vifino> errrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
L433[15:19:55] <Ender> damn, was tabbed out
L434[15:20:01] <vifino> Sangar/Ender: ^
L435[15:20:02] <vifino> Oh
L436[15:20:12] <vifino> You got that already :|
L437[15:20:20] <Ender> no, he quit
L438[15:20:42] <Ender> there
L439[15:22:10] <vifino> Ender for the rescue :o
L440[15:22:19] <Ender> bit late
L441[15:23:09] <vifino> Someone should go to #dragonweyr or something
L442[15:24:22] <Ender> not much we'd be able to do, if it happened in multiple channels then it would potentially be a network problem but since at the moment it's limited to a single channel it's not worth bothering then
L443[15:24:26] <Ender> them*
L444[15:25:10] <Ender> !help flags
L445[15:28:02] <Ender> if something like that happens again, ping me
L446[15:28:41] <vifino> I will :o
L447[15:29:08] ⇦ Quits: xPucTu4 (yahoo@Pleven.City) ()
L448[15:29:21] <Ender> !flags
L449[15:30:46] <vifino> I wish I could take care of something like this myself :(
L450[15:42:44] ⇨ Joins: Vexatos (~Vexatos@p200300556E319A93F85776FAEB6690F7.dip0.t-ipconnect.de)
L451[15:43:22] ⇨ Joins: xPucTu4 (yahoo@Pleven.City)
L452[15:44:01] <Kilobyte> Ender: i know those idiots too well
L453[15:44:24] <Ender> ?
L454[15:45:30] ⇨ Joins: mindstorm8191 (~IceChat77@162-203-90-21.lightspeed.lsvlky.sbcglobal.net)
L455[15:45:49] <Kilobyte> spammers
L456[15:45:51] <Kilobyte> etc
L457[15:45:54] <Ender> ahh
L458[15:47:22] * DeanIsaKitty pokes Ender
L459[15:47:33] * Ender feels poked
L460[15:47:38] * DeanIsaKitty cuddles Ender
L461[15:47:54] <dangranos> i cant even delete antivirus :(
L462[15:47:54] * Ender cuddles DeanIsaKitty
L463[15:48:13] * DeanIsaKitty hugs EnderBot2
L464[15:48:13] * EnderBot2 is wondering why DeanIsaKitty is hugging him...
L465[15:48:41] <vifino> DeanIsaKitty! \o/
L466[15:48:45] * vifino hugs DeanIsaKitty
L467[15:48:47] <Ender> it's a different stroy if you rape him....
L468[15:49:04] * DeanIsaKitty hugs vifino
L469[15:49:07] <skyem123|away> ._.
L470[15:49:11] <vifino> Ender: ?
L471[15:49:18] <DeanIsaKitty> Ender, I really don't feel like raping a bot :<
L472[15:49:25] <Ender> lol
L473[15:49:35] <vifino> .... Ew.
L474[15:50:34] *** SkylordRS|zzz is now known as SkylordRedstone
L475[16:02:57] *** Keridos_off is now known as Keridos
L476[16:03:00] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 183 seconds)
L477[16:09:19] *** alekso56_off is now known as alekso56
L478[16:18:58] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L479[16:18:58] zsh sets mode: +v on asie
L480[16:33:37] ⇨ Joins: sciguyryan (sciguyryan@109-205-169-163.dynamic.swissvpn.net)
L481[16:45:44] ⇨ Joins: rjwboys2 (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net)
L482[16:46:50] ⇦ Quits: rjwboys (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net) (Ping timeout: 186 seconds)
L483[16:47:51] <dangranos> i am scared by this web-filter
L484[16:49:19] <dangranos> damn keywords
L485[17:16:23] <vifino> gamax92: Wanna play doom together?
L486[17:19:43] ⇨ Joins: Magik6k (~Magik6k@host-89-228-224-53.kalisz.mm.pl)
L487[17:23:56] <asie> did some streaming
L488[17:24:00] <asie> anyway, EnderNet 2 is progressing
L489[17:26:57] <dangranos> as separate mod?
L490[17:29:40] ⇨ Joins: Pwootage (~Pwootage@pwootage.com)
L491[17:30:54] ⇨ Joins: CompanionCube (~samis@94.11.100.35)
L492[17:33:59] *** DeanIsaKitty is now known as DeanIsGone
L493[17:40:39] *** manmaed|AFK is now known as manmaed
L494[17:42:41] *** Techokami is now known as Techokami|Off
L495[17:47:59] <Vexatos> asie: Why didn't you tell me D:
L496[17:48:07] <asie> Vexatos: i did
L497[17:48:09] <asie> multiple times
L498[17:48:12] <asie> well
L499[17:48:13] <asie> once on #computronics
L500[17:48:15] <asie> twice on twitter
L501[17:48:16] <asie> thrice here
L502[17:48:33] <Vexatos> Not since I've been home
L503[17:49:58] <asie> <Vexatos> asie: I'll help
L504[17:50:06] <Vexatos> Yes I will
L505[17:50:07] <asie> that was 2 days ago
L506[17:50:10] <Vexatos> I meant about the stream
L507[17:50:10] <asie> so you knew
L508[17:50:12] <asie> oh
L509[17:50:13] <asie> i told nobody
L510[17:50:14] <Vexatos> .-.
L511[17:50:16] <Vexatos> >_>
L512[17:50:18] <Vexatos> <->
L513[17:50:21] <asie> except twitter
L514[17:50:24] <asie> wanted to see how many people will notice on their own
L515[17:50:24] <asie> some did
L516[17:50:42] <asie> i thought you mean endernet
L517[17:52:10] <Vexatos> >_>
L518[17:52:29] <asie> %_%
L519[17:53:41] <Vexatos> <Jibril> ಠ_ಠ
L520[17:53:48] <Vexatos> A famous quote
L521[17:56:54] * Magik6k pokes sangar
L522[17:57:25] <Sangar> hmmm?
L523[17:58:02] <gamax92> $ ./wolfram32 Sangar
L524[17:58:02] <gamax92> Sangar, Sakha, Russia
L525[17:58:29] <Sangar> a close relative
L526[17:58:50] <gamax92> pfft wot, "nearby features" "nuclear explosion"
L527[17:59:01] <Sangar> >_>
L528[17:59:24] <gamax92> "Notable people born in Sangar: (none known)"
L529[17:59:40] <Sangar> i never gave birth, so duh
L530[17:59:43] <dangranos> huh?
L531[18:00:01] <dangranos> gamax92, what is that thing?
L532[18:00:04] <gamax92> wolfram alpha
L533[18:00:07] <Magik6k> I have realy stranga problem cuz my emulator fails at kernel line 598 which is spcall in libcomponent.list and the funny thing is that calling the function without spcall works
L534[18:00:11] <dangranos> oh
L535[18:00:38] <Magik6k> s/stranga/strange
L536[18:00:38] <Kibibyte> <Magik6k> I have realy strange problem cuz my emulator fails at kernel line 598 which is spcall in libcomponent.list and the funny thing is that calling the function without spcall works
L537[18:00:41] <gamax92> Sangar: Did you know patching Video Routines for DOS where they are entirely assembly, is not fun?
L538[18:01:00] <dangranos> wow
L539[18:01:03] <gamax92> i also need a memsetl, like memset but for longs.
L540[18:01:28] <dangranos> web-filter block nuclear-weapon related pages on wikipedia because its "weapons"
L541[18:01:37] <CompanionCube> My college now uses interesting remote control software....that is known to have been exploitable as fuck.
L542[18:01:56] <Sangar> Magik6k, uhhh, no idea. what lua implementation?
L543[18:02:13] ⇦ Quits: dangranos (~dangranos@176.50.145.2) (Read error: Connection reset by peer)
L544[18:02:26] <Sangar> gamax92, i luckily didn't have to know! sounds painful.
L545[18:02:29] <Magik6k> lua.js which is ecmascripteen'ed c implementation afaik
L546[18:03:03] <Sangar> hmm, maybe the varargs implementation is derpy? what's the error?
L547[18:03:11] <Magik6k> http://assets.nativehttp.org/VOC/vm.html < go there and open dev console for emulator output
L548[18:03:23] <vifino> gamax92: ;D
L549[18:03:38] <gamax92> lua.js is just lua put through enscripten
L550[18:03:39] <gamax92> vifino: what
L551[18:03:58] <vifino> gamax92 | $ ./wolfram32 Sangar
L552[18:04:00] <vifino> ;D
L553[18:04:05] <Magik6k> Sangar: true, 0
L554[18:04:06] <gamax92> vifino: actually thats not your script
L555[18:04:13] <vifino> gamax92: wot
L556[18:04:22] <gamax92> I moved wa.sh overtop of it
L557[18:04:28] <vifino> D:
L558[18:04:29] <Kilobyte> Sangar: how could someone even be born in you :O
L559[18:04:38] <Sangar> Kilobyte, aliens
L560[18:04:39] <vifino> gamax92: Why are you so evil :<
L561[18:04:45] <gamax92> vifino: Why aren't you?
L562[18:04:50] <Kilobyte> thats a valid point
L563[18:05:08] <vifino> gamax92: I was happy that you used my binary, but you didn't :<
L564[18:05:16] <vifino> You always make me sad :<
L565[18:05:33] <gamax92> vifino: btw i lied
L566[18:05:37] <Sangar> Magik6k, hmm, odd
L567[18:05:52] <vifino> gamax92: Stahp hurting my feelings :<
L568[18:05:52] <Kilobyte> Sangar: got first CS related lecture tomorrow. two actually
L569[18:06:02] <gamax92> vifino: well the binary is on my netbook which is charging
L570[18:06:05] <gamax92> so, i can't exactly use it
L571[18:06:10] <Kilobyte> "Programming in C" and "Computer Science I"
L572[18:06:12] <gamax92> its not that i don't want to use it
L573[18:06:14] <gamax92> i can't use it
L574[18:06:16] <Kilobyte> latter uses java
L575[18:06:27] <Sangar> Kilobyte, if it's the usual, the first lecture is almost only organisatorial stuff, don't fall asleep :P
L576[18:06:27] <vifino> gamax92: Do you want a 64 binary?
L577[18:06:38] <vifino> s/64/64 bit/
L578[18:06:38] <Kibibyte> <vifino> gamax92: Do you want a 64 bit binary?
L579[18:06:38] <gamax92> vifino: This computer is ppc
L580[18:06:46] <vifino> ._.
L581[18:06:50] <gamax92> wait
L582[18:06:58] <Kilobyte> Sangar: in "Higher Maths I" it was about 3/4 organizatorial stuff
L583[18:07:05] <gamax92> is wii linux 32bit or 64bit
L584[18:07:10] <Sangar> sounds about right
L585[18:07:12] <Kilobyte> prob 32
L586[18:07:15] <vifino> gamax92: its ppc
L587[18:07:21] <gamax92> and?
L588[18:07:25] <vifino> 32 bit
L589[18:07:27] <vifino> ppc
L590[18:07:45] <vifino> Its an intel binary
L591[18:07:46] <vifino> .-.
L592[18:08:23] <Kilobyte> Sangar: we use eduroam for wifi :D
L593[18:08:36] <gamax92> LF 32-bit MSB executable, PowerPC or cisco 4500, version 1 (SYSV), statically linked, not stripped
L594[18:08:39] <Sangar> Kilobyte, doesn't every university? :X
L595[18:08:42] <gamax92> so yeah 32-bit
L596[18:08:48] <Kilobyte> Sangar: idk
L597[18:08:58] <Kilobyte> possibly in germany they do
L598[18:09:01] <Kilobyte> but not everywhere
L599[18:09:35] <Sangar> yeah. we had that, too, and when i checked it was at least all over germany i think.
L600[18:09:44] <Kilobyte> neat
L601[18:09:58] <Kilobyte> yeah, its really useful
L602[18:10:07] <Kilobyte> also, our uni recently must have changed uni
L603[18:10:19] <Kilobyte> the eduroam domain doesn't match the website one
L604[18:10:28] <Sangar> oh :X
L605[18:10:34] *** vifino is now known as Prince_Vifino
L606[18:10:51] <Kilobyte> ruhr-uni-bochum.de for eduroam (i guess thats old one) vs rub.de for website
L607[18:11:55] <Kilobyte> Sangar: there was a defcon talk about how to attack the winapi using itself or something
L608[18:12:01] <Kilobyte> can't wait for it to be on youtube
L609[18:12:09] <Kilobyte> this year that is
L610[18:12:22] <Sangar> :P
L611[18:12:51] <Sangar> that sounds quite literally like a stackoverflow
L612[18:13:05] <Kilobyte> lemme get the details
L613[18:13:16] <Sangar> the "using itself" i mean ;)
L614[18:13:23] *** Prince_Vifino is now known as Prince_Chrono
L615[18:14:09] <Kilobyte> Sangar: https://www.defcon.org/html/defcon-22/dc-22-speakers.html#Bloxham
L616[18:14:56] <Kilobyte> .org TLD best TLD
L617[18:15:42] <asie> .moe TLD best TLD
L618[18:15:54] <Sangar> "we’ll get Windows to play with itself nonstop" dat wording :X
L619[18:16:48] <Vexatos> Yup
L620[18:16:52] <Vexatos> Sounds as wrong as it should
L621[18:18:18] <Kilobyte> Sangar: its defcon, why do you expect?
L622[18:18:22] <Kilobyte> *what
L623[18:18:28] <Sangar> nothing less
L624[18:18:38] <Kilobyte> see? :P
L625[18:19:42] *** prasselpikachu is now known as prassel|off
L626[18:22:10] <Kilobyte> Sangar: oh, i found it on youtube :D
L627[18:22:35] <Kilobyte> actually, that was a different event
L628[18:22:43] <Kilobyte> but the talk title is identical
L629[18:22:56] <Kilobyte> and same speaker
L630[18:23:05] <gamax92> Chicken?
L631[18:28:55] <gamax92> well then
L632[18:28:56] <gamax92> http://cd.textfiles.com/geminiatari/FILES/GNU/G_GNULIB/MEMSETL.C
L633[18:29:01] <gamax92> a memsetl
L634[18:42:07] *** Prince_Chrono is now known as Prince_Vifino
L635[18:42:51] <skyem123|away> Prince_Vifino, did your previous name have any meaning?
L636[18:43:03] <Prince_Vifino> skyem123|away: yes
L637[18:43:10] <Prince_Vifino> Now shush with you.
L638[18:43:11] *** skyem123|away is now known as skyem123
L639[18:43:16] <skyem123> What was the meaning?
L640[18:43:44] <CompanionCube> SKS-Away, ohi
L641[18:43:47] <CompanionCube> skyem123, ohi*
L642[18:44:00] <skyem123> Good evening sir.
L643[18:44:32] <Vexatos> Sangar: Thank you :3
L644[18:44:41] <Vexatos> Dark Github looks so pretty <3
L645[18:45:05] <Vexatos> (You posted the link yesterday)
L646[18:45:46] *** LordFokas|off is now known as LordFokas
L647[18:47:28] <Sangar> it does, doesn't it :)
L648[18:49:07] <Vexatos> Made YT dark as well now .-.
L649[18:49:41] <Sangar> hehe, me too. although the one i'm using is a little derpy atm :/ will have to start looking for a new one
L650[18:50:06] ⇦ Quits: Hobbyboy (Hobbyboy@hobbyboy.co.uk) (Quit: I think the BNC broke.)
L651[18:50:16] <Vexatos> I am using YouTube - Lights Out
L652[18:50:18] <Vexatos> Works very well
L653[18:50:25] <Sangar> oh, btw, i'm adding a bunch of ingame documentation (another nei usage page) for a few blocks and items... i'll be counting on you to translate that :X
L654[18:50:48] <Vexatos> .-.
L655[18:50:56] *** prassel|off is now known as prasselpikachu
L656[18:50:57] <Vexatos> u r 2 lazy 2 type
L657[18:51:10] <Sangar> i'm not, i'm typing it all in english!
L658[18:51:58] <Sangar> hmhm, lights out looks pretty good, will give that a try :>
L659[18:52:49] <Vexatos> Also dark twitter and dark reddit theme
L660[18:52:50] <Vexatos> ->win
L661[18:53:01] <Vexatos> Now I need to CSS-haxify my own dark oc.cil.li theme
L662[18:53:16] <Sangar> still waiting for the dark internet style :X
L663[18:53:30] <Vexatos> Heh
L664[18:53:34] <Vexatos> Dark CSS
L665[18:53:42] <Sangar> dark all the things
L666[18:53:42] <Vexatos> replaces every light colour with a dark one
L667[18:53:43] <Vexatos> ;3
L668[18:54:04] <gamax92> anyone use astyle?
L669[18:54:51] <Vexatos> userstyles.org styles = best
L670[18:55:08] <gamax92> except that it doesn't format C code.
L671[18:55:11] <gamax92> so, nah, its worthless
L672[19:06:37] <Pwootage> Is there any interest in an OpenRISC implementation for OC as a separate type of CPU or something?
L673[19:06:52] <Pwootage> Might be kinda fun to compile C code in minecraft
L674[19:08:06] <asie> Yes.
L675[19:08:15] <asie> Techokami promised to pay me $100 for a 68k implementation.
L676[19:08:20] <Vexatos> And then compile Lua in C?
L677[19:08:21] <Vexatos> Seems legit.
L678[19:09:26] <Pwootage> Not sure if you can compile lua to openrisc, probably can. That would be fun :3
L679[19:09:32] <asie> and then
L680[19:09:37] <asie> we can write an openrisc emulator
L681[19:09:38] <asie> in lua
L682[19:10:22] <Pwootage> Well I could already do that
L683[19:10:42] <Pwootage> Anyway if there is interest I might mess around with that this week
L684[19:10:55] * Ender waits for idea to load up
L685[19:11:44] * skyem123 has encountered an error: Too long without yielding: <Pwootage> ...compile lua to openrisc... <asie> we can write an openrisc emulator in lua
L686[19:14:59] <Prince_Vifino> Sangar: I could translate too .-.
L687[19:15:57] <Sangar> Prince_Vifino, great! just make sure to coordinate :P
L688[19:16:11] * skyem123 reboots
L689[19:18:36] <Pwootage> I guess what I really want to do eventually is run Linux in Minecraft... too bad that requires at least 4mb of ram and the biggest ram chip in OC is 1mb I think
L690[19:18:58] <Sangar> you can have 4 ram bars in a server :D
L691[19:19:05] <Pwootage> :O THAT'S RIGHT
L692[19:19:20] <Pwootage> Well and I can configure that to be bigger I guess
L693[19:20:00] <Sangar> true. or just "cheat". your architecture can provide as much ram as it wants after all.
L694[19:20:32] <Pwootage> Yeah, true
L695[19:24:17] <Vexatos> Or you make the mod adding the architecture add a tier 9 RAM
L696[19:24:25] <CompanionCube> Pwootage, I think servers can obtain 4096k of RAM.
L697[19:24:50] <CompanionCube> that's with maxed RAM though
L698[19:25:10] <Pwootage> Yeah, and although linux *can* run in 4mb of ram, it's not always the prettiest
L699[19:25:41] <Pwootage> heh, swapping to OC hdds would happen automagically
L700[19:26:34] ⇦ Quits: mindstorm8191 (~IceChat77@162-203-90-21.lightspeed.lsvlky.sbcglobal.net) (Ping timeout: 183 seconds)
L701[19:27:57] <Pwootage> I'll be back later, will keep you posted on my progress I guess
L702[19:32:28] <Sangar> Pwootage, certainly, i'm very curious :D if you have any questions about the api let me know
L703[19:33:59] <CompanionCube> Tier 9 RAM would be 3072k per stick
L704[19:35:51] <skyem123> what would tier 3.9 be?
L705[19:37:39] <Vexatos> Tier 13.3.7
L706[19:38:10] <CompanionCube> skyem123, wolfram alpha doesn't do decimals iirc.
L707[19:38:34] <skyem123> times by ten
L708[19:39:15] * CompanionCube opens a tab
L709[19:43:09] <Prince_Vifino> Sangar: o.O
L710[19:43:11] <CompanionCube> cba
L711[19:43:20] <Prince_Vifino> Coordination? ONO!
L712[19:43:44] <Sangar> kthen
L713[19:44:03] <CompanionCube> skyem123, tier 4 is 2048. tier 3.5 is 1536
L714[19:44:14] <Prince_Vifino> Sangar: :(
L715[19:48:35] <skyem123> I can drink a large mug of hot chocolate quickly
L716[19:48:39] <skyem123> < 1min
L717[19:48:59] ⇦ Quits: Magik6k (~Magik6k@host-89-228-224-53.kalisz.mm.pl) (Quit: Wychodzi)
L718[19:49:22] <CompanionCube> https://www.techdirt.com/articles/20141012/06344928801/revealed-isps-already-violating-net-neutrality-to-block-encryption-make-everyone-less-safe-online.shtml
L719[19:49:29] * CompanionCube will just leave link here
L720[19:50:48] * skyem123 will leave a photo of his hot chocolate here:
L721[19:50:50] <skyem123> https://twitter.com/skyem123/status/521740709628755969/photo/1
L722[19:51:56] *** SkylordRedstone is now known as SkylordRS|zzz
L723[19:57:18] <skyem123> i'm bored
L724[19:59:32] ⇨ Joins: Hobbyboy|Sleep (Hobbyboy@1.ipv6.india.yourbnc.co.uk)
L725[19:59:59] *** Hobbyboy|Sleep is now known as Hobbyboy
L726[20:04:26] *** Techokami|Off is now known as Techokami
L727[20:04:37] ⇦ Quits: Hobbyboy (Hobbyboy@1.ipv6.india.yourbnc.co.uk) (Quit: I think the BNC broke.)
L728[20:04:51] ⇨ Joins: Hobbyboy (Hobbyboy@2.ipv6.india.yourbnc.co.uk)
L729[20:17:12] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 183 seconds)
L730[20:17:40] *** Prince_Vifino is now known as vifino
L731[20:17:53] ⇦ Quits: Vexatos (~Vexatos@p200300556E319A93F85776FAEB6690F7.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L732[20:25:57] *** Cazzar|Away is now known as Cazzar
L733[20:33:22] ⇨ Joins: iceman11a (iceman11a@cpe-74-141-56-150.swo.res.rr.com)
L734[20:34:59] <iceman11a> I play on 2 worlds. I had the pc setup on a server and using the adaptors I had no problem. I try and do the same thing on my server using just a computer and a adaptor to read a TE Cell and I can't get it to work
L735[20:35:14] <iceman11a> Any one have any ideas. Why this won't all ways work
L736[20:35:19] <iceman11a> On every world
L737[20:35:39] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L738[20:35:40] zsh sets mode: +v on asie
L739[20:35:58] * skyem123 gives asie a mug of hot chocolate
L740[20:36:23] <asie> hot cocoaaaaa
L741[20:39:11] <skyem123> I posted a picture of it on twitter.
L742[20:40:02] <iceman11a> and what causes the screen to blink on and off
L743[20:40:10] <skyem123> It was a lot of hot chocolate
L744[20:41:04] <Sangar> iceman11a, do you have opencomponents on your server? blinking: either lack of power or a periodic redstone pulse.
L745[20:41:13] <iceman11a> Yes
L746[20:41:58] <iceman11a> and I check the power and see what's going on
L747[20:48:26] ⇦ Quits: gjgfuj (~gjgfuj@119.15.76.203) (Ping timeout: 186 seconds)
L748[20:50:48] *** justastranger|zzz is now known as justastranger
L749[20:58:57] <iceman11a> That's why, I forgot to reset my server.
L750[20:59:42] ⇦ Quits: CompanionCube (~samis@94.11.100.35) (Remote host closed the connection)
L751[21:03:22] ⇨ Joins: TabletCube (~TCube@94.11.100.35)
L752[21:08:31] *** Daiyousei is now known as SleepingFairy
L753[21:14:22] ⇦ Quits: phillips1012 (~phillips1@72.42.104.172) (Remote host closed the connection)
L754[21:15:44] ⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L755[21:15:53] *** prasselpikachu is now known as prassel|off
L756[21:16:02] ⇦ Quits: NixillUmbreon (~kvirc@c-24-11-46-42.hsd1.mi.comcast.net) (Ping timeout: 186 seconds)
L757[21:17:23] ⇨ Joins: NixillUmbreon (~kvirc@c-24-11-46-42.hsd1.mi.comcast.net)
L758[21:18:22] *** prassel|off is now known as prasselpikachu
L759[21:19:24] ⇨ Joins: Lumien (~lumien@p4FED5F60.dip0.t-ipconnect.de)
L760[21:22:11] *** Cruor is now known as Cruor|Away
L761[21:22:39] *** Cazzar is now known as Cazzar|Away
L762[21:25:26] *** Cazzar|Away is now known as Cazzar
L763[21:27:33] ⇦ Quits: iceman11a (iceman11a@cpe-74-141-56-150.swo.res.rr.com) (Quit: Leaving)
L764[21:36:52] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 195 seconds)
L765[21:51:58] <Sangar> all right, i need proof-readers/translators :X https://github.com/MightyPirates/OpenComputers/blob/master-MC1.7.10/src/main/resources/assets/opencomputers/lang/en_US.lang#L276
L766[21:57:05] *** manmaed is now known as manmaed|AFK
L767[21:57:05] ⇦ Quits: calclavia (sid15812@id-15812.charlton.irccloud.com) (Ping timeout: 186 seconds)
L768[21:57:05] ⇦ Quits: Cruor|Away (~Cruor@satomi.openshell.no) (Ping timeout: 186 seconds)
L769[21:57:06] ⇨ Joins: Cruor|Away (~Cruor@satomi.openshell.no)
L770[21:57:06] *** Cruor|Away is now known as Guest34839
L771[21:57:06] ⇨ Joins: calclavia (sid15812@id-15812.charlton.irccloud.com)
L772[21:57:06] zsh sets mode: +v on calclavia
L773[21:57:38] ⇦ Quits: sully (~sully@192.241.175.50) (Ping timeout: 186 seconds)
L774[21:59:20] ⇨ Joins: iceman11a (iceman11a@cpe-74-141-56-150.swo.res.rr.com)
L775[22:00:10] <iceman11a> What do I need to do to setup OP to craft items and toold threw an AE Network
L776[22:00:29] <iceman11a> toold *tools
L777[22:12:49] <Forecaster> Sangar: the line looks good to me :P
L778[22:13:39] ⇦ Quits: iceman11a (iceman11a@cpe-74-141-56-150.swo.res.rr.com) (Quit: Leaving)
L779[22:14:09] <Sangar> Forecaster, awesome, thanks! :P
L780[22:17:50] ⇨ Joins: gamax92_ (~gamax92@164.47.161.254)
L781[22:18:03] <gamax92_> Well, i seemed to derp'd my xchat and had to reset it all
L782[22:18:50] * gamax92_ sees Sangar
L783[22:19:22] <Sangar> gamax92_ sees right
L784[22:19:26] <gamax92_> Sangar: http://i.imgur.com/YF15icM.png
L785[22:20:03] <Sangar> hahaha. is that the asm-heavy thing you were fighting with over the last day(s)? gz!
L786[22:21:03] <gamax92_> Sangar: it'll randomly get stuck on a key or return the wrong scancode
L787[22:21:08] <gamax92_> but, it's kinda working :D
L788[22:21:21] <Sangar> hehe
L789[22:26:22] ⇦ Quits: gamax92_ (~gamax92@164.47.161.254) (Ping timeout: 183 seconds)
L790[22:26:57] <gamax92> aaaaaaand bouncer added
L791[22:28:41] <gamax92> too bad DOSBox cannot serial debug as far as I can see.
L792[22:35:32] <gamax92> Sangar: I still have not a clue whats broken with the original well, keyboard handler and video routines.
L793[22:35:40] <gamax92> I just kinda replaced them with standard stuff
L794[22:35:57] *** Keridos is now known as Keridos_off
L795[22:36:22] <Sangar> well, good luck finding out :P
L796[22:36:26] <Sangar> i'm off for today
L797[22:36:33] <Sangar> o/
L798[22:51:02] ⇨ Joins: ichiro (~aussieevi@c-50-184-16-202.hsd1.ca.comcast.net)
L799[22:54:13] ⇨ Joins: Kodos (~Kodos@2602:306:ce20:6c30:94ac:614a:6722:753)
L800[22:57:22] ⇦ Quits: Lumien (~lumien@p4FED5F60.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
L801[23:02:37] ⇦ Quits: phillips1012 (~phillips1@72.42.104.172) (*.net *.split)
L802[23:02:37] ⇦ Quits: TabletCube (~TCube@94.11.100.35) (*.net *.split)
L803[23:02:42] <^v> Oh noes! calamity split 3:
L804[23:02:46] ⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L805[23:02:46] ⇨ Joins: TabletCube (~TCube@94.11.100.35)
L806[23:03:12] ⇦ Quits: sciguyryan (sciguyryan@109-205-169-163.dynamic.swissvpn.net) ()
L807[23:03:52] ⇦ Quits: Hobby_boy (~Hobbyboy@host81-132-197-54.range81-132.btcentralplus.com) (Remote host closed the connection)
L808[23:04:17] <ichiro> Hey, quick question... has anyone made an ncurses-style lib for OC yet?
L809[23:04:37] *** Hobbyboy is now known as Hobbyboy|Sleep
L810[23:04:57] <ichiro> I'm planning on making a midnight commander-like FS explorer and I don't want to roll my own gui manager
L811[23:09:00] ⇦ Quits: AtomSponge (~AtomSpong@aftr-37-201-225-83.unity-media.net) (Read error: Connection reset by peer)
L812[23:11:50] ⇦ Quits: Johannes13 (~Johannes@141.70.98.71) (Ping timeout: 183 seconds)
L813[23:13:08] *** alekso56 is now known as alekso56_off
L814[23:14:37] *** kirby|Gone is now known as mrkirby153
L815[23:25:48] ⇨ Joins: pre_ (~pre@70.114.198.137)
L816[23:28:17] ⇦ Quits: Lunatrius (~Lunatrius@77.38.103.182) (Read error: Connection reset by peer)
L817[23:28:33] ⇨ Joins: Lunatrius` (~Lunatrius@77.38.103.182)
L818[23:29:28] *** Lunatrius` is now known as Lunatrius
L819[23:36:14] *** Cazzar is now known as Cazzar|Away
L820[23:39:07] *** Cazzar|Away is now known as Cazzar
L821[23:53:57] ⇦ Quits: ichiro (~aussieevi@c-50-184-16-202.hsd1.ca.comcast.net) (Quit: EAT YOUR GODDAMNED OATS)
L822[23:55:40] <Pwootage> ...forge still is broken in java 8, isn't it? D:
L823[23:55:58] ⇨ Joins: sully (~sully@192.241.175.50)
L824[23:56:25] <progwml6> 1217+ works w/ java 8
L825[23:56:49] <Pwootage> well then why are you failing, gradle
<<Prev Next>> Scroll to Top