<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:10] *** Kasen is now known as rakiru|offline
L2[00:27:49] *** Keridos is now known as Keridos|away
L3[00:45:36] *** Cranium is now known as Cranium[Away]
L4[01:03:19] <Starhero-MC> Holy shit...
L5[01:03:22] <Starhero-MC> I hit it...
L6[01:03:34] <Starhero-MC> its like 180 lines, the HELL?
L7[01:14:08] <Mimiru> ?
L8[01:26:54] <robhol> hit what
L9[01:31:03] <Mimiru> "it" it seems
L10[01:31:19] <robhol> oh, that.
L11[01:40:23] ⇨ Joins: Vexatos (~Vexatos@p5B3C84D9.dip0.t-ipconnect.de)
L12[01:40:23] zsh sets mode: +v on Vexatos
L13[01:47:17] <Starhero-MC> the limit
L14[01:47:47] <Starhero-MC> So why would calling computer.freeMemory() fail?
L15[01:48:05] <Starhero-MC> even when i make a comp.proxy
L16[01:58:32] ⇨ Joins: VikeStep (~VikeStep@101.184.15.75)
L17[02:12:44] ⇦ Quits: Dashkal (~dashkal@S0106d43d7ef8be0d.vf.shawcable.net) (Ping timeout: 378 seconds)
L18[02:16:41] <Starhero-MC> nvm
L19[02:29:46] <Izaya> Oh, don't you love it when the client is like "This doesn't work!" you test it
L20[02:29:47] <Izaya> and it works fine
L21[02:29:51] <Izaya> WONDERFUL
L22[02:29:53] <Izaya> THANKS FOR THE INFO
L23[02:29:56] <Izaya> FUCK YOU TOO
L24[02:32:08] <Izaya> on the upside
L25[02:32:17] <Izaya> I now have a highly caffeinated beverage
L26[02:45:44] ⇨ Joins: Dashkal (~dashkal@S0106d43d7ef8be0d.vf.shawcable.net)
L27[02:51:31] <Starhero-MC> I just basicly made a net boot script for drones...sorta
L28[02:51:39] <Starhero-MC> I modded skex
L29[02:51:48] <Starhero-MC> and i modded the client of said program
L30[02:52:00] <Izaya> and because you based it on skex
L31[02:52:05] <Izaya> it's sorta sketchy?
L32[02:52:12] <Starhero-MC> LOL
L33[02:52:19] <Starhero-MC> idk if you know skex
L34[02:52:27] <Izaya> I do know it.
L35[02:52:28] <Izaya> I wrote it.
L36[02:52:36] <Izaya> No, I will not do support for it.
L37[02:53:02] <Starhero-MC> well i added a command that loads a local file on the remote PC and serializes/ sends that file
L38[02:53:10] <Izaya> oic
L39[02:53:11] <Starhero-MC> then it replaces the buffer
L40[02:53:17] <Izaya> I had a program that did something similar
L41[02:53:25] <Izaya> don't know if it got nuked with Windows though
L42[02:53:34] <Starhero-MC> yeah but doing this, i had to remove help...all of it...cuz of 4k
L43[02:53:39] <Izaya> How tragic that would be...
L44[02:53:44] <Izaya> Yeah, fair enough.
L45[02:53:54] <Izaya> Making it client-side would probably be better anyway
L46[02:54:13] <Starhero-MC> oh i am gonna now make a boot script that JUST does this of my own
L47[02:54:30] <Izaya> Have fun.
L48[02:54:36] <Izaya> Low-level programming is my favourite.
L49[02:54:39] <Izaya> I must be masochistic
L50[02:54:41] <Starhero-MC> no modding of the lua...as skex allows you to replace the lines and such
L51[02:54:50] <Starhero-MC> trust me you are.
L52[02:54:56] <Starhero-MC> 4k is like 180 lines
L53[02:55:05] <Starhero-MC> I didn't think it was that small
L54[02:55:20] <Izaya> well, you can reduce your code down
L55[02:55:23] <Starhero-MC> and i again thing there should be another EEPROM that is at LEAST 8k added to the game.
L56[02:55:31] <Starhero-MC> *think
L57[02:55:40] <Izaya> Nah, 4k is fun
L58[02:55:44] <Starhero-MC> just more expensive
L59[02:55:47] <robhol> Izaya: "Error (0): operation completed successfully"
L60[02:56:34] <Izaya> Seems 100% legit
L61[02:56:39] <Starhero-MC> I kept thinking that some actuall low level arch would make this better, but that is no way gonna
L62[02:56:47] <Starhero-MC> cuz your gonna need more lines to do the same shit
L63[02:57:27] <Starhero-MC> at first I was doing something really stupid cuz i didn't wanna mode skex bios..modding the clientok
L64[02:57:42] <Starhero-MC> but the bios, I didn't think i would read well..still not great at lua
L65[02:58:21] <Starhero-MC> the first thing I did was make the client enter insertmode programicly and line by line add code
L66[02:58:23] <Starhero-MC> from a file
L67[02:58:42] <Starhero-MC> this would crash the drone if it wasn't sleep(1) in it...any less and it turned off
L68[02:58:49] <Starhero-MC> that got annoying quick
L69[02:59:06] <Starhero-MC> becaues it was 2 minutes at least each reprogram for me.
L70[02:59:16] <Izaya> Big programs?
L71[02:59:29] <Starhero-MC> 183 lines
L72[02:59:34] <Izaya> Maybe you'd want to make the BIOS recoignize newlines
L73[02:59:39] <Izaya> and send it 2KiB at a time
L74[03:00:02] <Starhero-MC> sure, but what I have done right now, is perfect.
L75[03:00:12] <Izaya> fair enough
L76[03:00:36] <Starhero-MC> its instant...the entire file is sent over the net and replaces the buffer on skex
L77[03:00:59] <Starhero-MC> instant compaired to what I was dealing with ...but not instant.
L78[03:01:05] <Starhero-MC> like 2 seconds
L79[03:01:27] <Starhero-MC> and that is just cuz my switch is getting bogged down, need to add another proc or ram to it.
L80[03:01:52] <Izaya> I totally haven't used microcontrollers to DDOS switches at all
L81[03:01:59] <Starhero-MC> HAHA
L82[03:02:28] <Izaya> you need a lot to DDOS a fully-upgraded one
L83[03:03:37] ⇦ Quits: Yepoleb (~quassel@194-166-4-7.adsl.highway.telekom.at) (Remote host closed the connection)
L84[03:05:49] ⇨ Joins: Yepoleb (~quassel@194-166-5-115.adsl.highway.telekom.at)
L85[03:07:56] <Temia> I've honestly found the default latency on switches is awful :<
L86[03:08:09] <Temia> I shouldn't get 500ms on a point-to-point connection.
L87[03:08:28] <Starhero-MC> How do you check lag?
L88[03:09:02] <Starhero-MC> is that one of the args for event.pull/signals?
L89[03:09:23] <Temia> The ping utility on the network tools disk measures it by default
L90[03:09:26] <Izaya> put an os.time in it
L91[03:13:30] <Izaya> Temia, I believe that the ping is round-trip
L92[03:13:34] <Izaya> so halve it for one-way
L93[03:18:19] <Starhero-MC> so, are you suppose to find the disks for OC?
L94[03:18:39] <Starhero-MC> cuz i can't craft or NEI is not showing me how to craft said disks like nettools
L95[03:18:54] <Starhero-MC> oppm does tho
L96[03:20:48] <Vexatos> they appear in dungeons
L97[03:20:51] <Vexatos> dungeon chests
L98[03:21:00] <Vexatos> only OpenOS and OPPM can be crafted
L99[03:23:02] <Sandra> <Starhero-MC> LOL<Starhero-MC> idk if you know skex<Izaya> I do know it.<Izaya> I wrote it.
L100[03:24:35] <Izaya> hm?
L101[03:25:28] <Sandra> I just find that quote funny.
L102[03:26:05] <Izaya> linux mint why are you so screwy
L103[03:30:44] *** Vexatos is now known as Vex|Laptop
L104[03:40:39] ⇨ Joins: M89 (~M89@acdy130.neoplus.adsl.tpnet.pl)
L105[03:40:44] ⇦ Quits: number5 (~Odovbold@128.199.254.128) (Ping timeout: 378 seconds)
L106[03:44:05] ⇨ Joins: Vexatos (~Vexatos@p200300556E066504BD0A241FF676D9F4.dip0.t-ipconnect.de)
L107[03:44:06] zsh sets mode: +v on Vexatos
L108[03:46:39] ⇨ Joins: number5 (~Odovbold@128.199.254.128)
L109[03:47:43] <Starhero-MC> Should i use sublime 2 or 3? If you say 3 please tell me why, I have an L for 2.
L110[03:47:55] <Izaya> vim
L111[03:48:16] <Starhero-MC> Just....no
L112[03:48:26] <Izaya> or emacs if you're insane
L113[03:48:38] <Izaya> I hear emacs is quite nice
L114[03:48:40] <Izaya> solid OS
L115[03:48:44] <Izaya> but it lacks a good text editor
L116[03:49:32] <Starhero-MC> LOL
L117[03:52:04] <Starhero-MC> Dead tonight...is it cuz its sunday?
L118[03:52:32] <Stary2001> 'tis monday for me
L119[03:53:09] ⇦ Quits: Vexatos (~Vexatos@p200300556E066504BD0A241FF676D9F4.dip0.t-ipconnect.de) (Ping timeout: 189 seconds)
L120[03:58:16] ⇨ Joins: Vexatos (~Vexatos@p200300556E066504BD0A241FF676D9F4.dip0.t-ipconnect.de)
L121[03:58:17] zsh sets mode: +v on Vexatos
L122[04:08:57] <Sandra> "Only interview tony abbott after a run."
L123[04:11:59] <Sandra> so someone sent me a link on steam. I... probably shouldn't click it.
L124[04:23:31] ⇨ Joins: Starhero (~Starhero@24-113-128-11.wavecable.com)
L125[04:25:58] ⇨ Joins: Solarstrike (~Solarstri@71.21.85.124)
L126[04:34:18] ⇦ Quits: Solarstrike (~Solarstri@71.21.85.124) (Quit: *magically disappears*)
L127[05:09:01] ⇨ Joins: Inari (~Uni@p549CE525.dip0.t-ipconnect.de)
L128[05:12:24] <Starhero-MC> IT LIVES!
L129[05:12:32] <Starhero-MC> THE DRONE FINALLY MOVES!
L130[05:12:47] <Starhero-MC> and its harvesting
L131[05:14:38] *** SleepingFairy is now known as Daiyousei
L132[05:16:26] <Inari> TIl posting 2 times in 10 minutes is too much for reddit
L133[05:23:44] <Stary2001> oh ok
L134[05:31:28] <Kubuxu> Movie Frozen: Rated PG for some action and mild rude humor
L135[05:45:03] ⇦ Quits: Lumien (Elite13049@ipv6.6.sigma.elitebnc.org) (Excess Flood)
L136[05:45:05] ⇨ Joins: Lumien (Elite13049@ipv6.6.sigma.elitebnc.org)
L137[05:57:50] *** cbcercas is now known as cbcercas|AFK
L138[06:01:51] *** cbcercas|AFK is now known as cbcercas
L139[06:10:02] ⇦ Quits: Bearael (webchat@d-24-245-107-196.cpe.metrocast.net) (Quit: Web client closed)
L140[06:17:26] *** cbcercas is now known as cbcercas|AFK
L141[06:37:15] <Skye> #p
L142[06:37:15] <|0xDEADBEEF|> > 0.685680449 Seconds passed.
L143[06:37:35] <Skye> Hello from my Thinkpad X200!
L144[06:37:41] <CompanionCube> Skye, ohai
L145[06:37:59] * Izaya throws http://i.imgur.com/E76EV39.png at CompanionCube
L146[06:38:11] <Izaya> Running on FreeDOS
L147[06:38:37] <CompanionCube> nice
L148[06:39:01] <Izaya> I even got Windows working for a bit
L149[06:39:10] <Izaya> but it's useless in that it likes to die inexplicably
L150[06:39:23] <Izaya> but I took the networking suite from Windows 3.11 for Workgroups!
L151[06:39:42] <Izaya> And now I have a DOS virtual machine that can mount SMB shares
L152[06:40:22] <Izaya> 450MiB Free out of... 500.
L153[06:40:57] <Stary2001> haha
L154[06:48:57] <Starhero-MC> so, BC is moving away from RF
L155[06:49:07] <Starhero-MC> and i don't know how to feel about that.
L156[06:49:19] <Izaya> Like asie dislikes power creep
L157[06:50:55] <Temia> From what I've been hearing it's not a complete move away, but largely a reimplementation
L158[07:02:03] *** Cranium[Away] is now known as Cranium
L159[07:05:07] ⇦ Quits: Away_21 (Wuerfel21@bronyville.me) (Quit: lol im out bye TACOS)
L160[07:07:39] ⇨ Joins: Away_21 (Wuerfel21@bronyville.me)
L161[07:12:12] <robhol> there was a unified standard and now people are moving AWAY from it? gj minecraft coders :<
L162[07:12:38] ⇨ Joins: Pyrolusite (~Pyrolusit@ARouen-651-1-298-199.w109-209.abo.wanadoo.fr)
L163[07:12:44] <Skye> robhol, it's because it forced BC to work in a way that didn't fir
L164[07:13:25] <Skye> #p
L165[07:13:27] <|0xDEADBEEF|> > 2.020830202 Seconds passed.
L166[07:14:30] <nxsupert> I do sort of prefer RotaryCrafts and IC's power systems.
L167[07:14:45] <nxsupert> RF is too.... Simple.
L168[07:14:45] <Skye> well
L169[07:16:01] <nxsupert> Or rather. It doesn't have much depth.
L170[07:16:52] <Skye> I hope that whatever happens, it is kept as a fallback for compatability
L171[07:17:03] <nxsupert> You have power. And thats it. There isn't Voltage and Current. Nothing explodes , etc etc.
L172[07:22:11] <Starhero-MC> robhol, I feel the same way you feel about the power issue.
L173[07:22:21] <Starhero-MC> I wanted a standard..or at least compat.
L174[07:22:38] <Starhero-MC> but as far as I know, its not going to be compat event
L175[07:23:08] <Starhero-MC> really though, lets watch and see what happens, it could happen where bc power becomes the standard
L176[07:24:17] <robhol> nobody can fucking work with eachother when it comes to minecraft apparently :p
L177[07:24:29] ⇨ Joins: black3agl3 (~black3agl@197.224.89.91)
L178[07:28:14] <nxsupert> Tbf I think there are more pressing issues when it comes to getting things working together. Like a Unified version numbering system.
L179[07:31:35] *** Cranium is now known as Cranium[Away]
L180[07:35:55] *** Guest73170 is now known as alekso56
L181[07:40:00] <Inari> nxsupert: like a basis that describes the world and that all mods operate with
L182[07:46:45] <nxsupert> Huh. Minecraft modding can be so horrible sometimes.
L183[07:47:19] <nxsupert> Thats why I haven't done it for a year.
L184[07:53:24] *** Cranium[Away] is now known as Cranium
L185[07:57:59] <Sandra> I want to make an energy system that's generated by combining RF and additional fuel.
L186[07:58:11] <Sandra> that sounds fun right?
L187[08:02:17] *** Keridos|away is now known as Keridos
L188[08:02:32] <dangranos> https://github.com/MightyPirates/OpenComputers/issues/713 uh
L189[08:02:51] <dangranos> someone should tell that guy that OC is not Watch_Dogs
L190[08:03:05] <dangranos> oops
L191[08:03:06] <dangranos> sec
L192[08:03:12] <dangranos> https://github.com/MightyPirates/OpenComputers/issues/713#issuecomment-129413168
L193[08:04:34] <nxsupert> ...
L194[08:04:58] <dangranos> and also that's very... "magical" hacking
L195[08:05:20] <dangranos> and leaving backdoors and security holes for that in OpenOS seems stupid
L196[08:05:52] <Stary2001> HAHAHA
L197[08:06:31] <dangranos> i guess you just finished reading that wall of text?
L198[08:07:10] <CompanionCube> (someone could implement RDP or something like that)
L199[08:07:16] <CompanionCube> OpenOS doesn't even have a GUI
L200[08:07:18] <Stary2001> i looked at it for a second
L201[08:07:19] <Stary2001> and laughed
L202[08:07:24] <dangranos> ^
L203[08:07:27] <CompanionCube> why would it need the equivalent of VNC
L204[08:07:42] <dangranos> CompanionCube, maybe he meant remote control in general
L205[08:07:58] <dangranos> just had only RDP as an example of that
L206[08:08:03] *** Magik6k|off is now known as Magik6k
L207[08:09:09] ⇨ Joins: Nathan1852__ (~Nathan185@p5DC11B9D.dip0.t-ipconnect.de)
L208[08:24:54] ⇨ Joins: nekosune (~BNCClient@liberation.snoonet.org)
L209[08:46:14] ⇦ Quits: VikeStep (~VikeStep@101.184.15.75) (Quit: Leaving)
L210[09:08:36] ⇦ Quits: DeanIsaKitty (~Dean@paranoidlabs.org) (Quit: I just nomnomed the Interweb)
L211[09:08:52] ⇨ Joins: DeanIsaKitty (~Dean@chocolate.paranoidlabs.org)
L212[09:08:54] zsh sets mode: +v on DeanIsaKitty
L213[09:18:36] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L214[09:19:01] ⇨ Joins: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
L215[09:42:45] ⇨ Joins: s0r00t (~s0@2001:41d0:fe91:9300:be85:56ff:fe36:1ef9)
L216[09:49:32] ⇦ Quits: Kubuxu_ (uid105550@id-105550.highgate.irccloud.com) ()
L217[09:49:32] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L218[09:49:51] ⇨ Joins: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
L219[09:53:57] ⇦ Quits: Vexatos (~Vexatos@p200300556E066504BD0A241FF676D9F4.dip0.t-ipconnect.de) (Ping timeout: 189 seconds)
L220[10:07:25] ⇨ Joins: Vexatos (~Vexatos@p200300556E066536BD0A241FF676D9F4.dip0.t-ipconnect.de)
L221[10:07:26] zsh sets mode: +v on Vexatos
L222[10:08:54] *** Pyrolusite is now known as Pyrolusite|AFK
L223[10:18:02] *** Pyrolusite|AFK is now known as Pyrolusite
L224[10:49:46] ⇨ Joins: Kodos (~Kodos@2602:306:ce20:6c30:e0da:102b:46dc:4ab0)
L225[10:49:46] zsh sets mode: +v on Kodos
L226[10:56:33] <gamax92> https://vine.co/v/enpFKv1UM3O
L227[10:59:06] <Kodos> Goooood morning
L228[11:04:57] <S3_> wat
L229[11:09:23] <S3_> Starhero, I have a meeting at work today, but I'll see about setting some stuff up, I think I have my ssh keys from work on the server
L230[11:10:41] <S3_> if not, I'll get your account ready this afternoon
L231[11:10:58] <S3_> Ended up being way tired yesterday to do anything productive, heh.
L232[11:12:02] ⇦ Quits: S3_ (~S3@66.252.49.94) (Read error: Connection reset by peer)
L233[11:24:02] <gamax92> https://www.youtube.com/watch?v=01hPBPd3seY
L234[11:24:02] <MichiBot> gamax92: Wavy Door | length 1m 1s | Likes: 0 Dislikes: 0 Views: 3 | by gamax92
L235[11:41:21] <Kodos> gamax92, I found a solution for the microcrafting you hate so much :3
L236[11:41:49] <Kodos> https://twitter.com/parcel31u/status/630776751434657792
L237[11:41:52] * gamax92 sits Kodos infront of a wavy door
L238[11:42:37] <gamax92> Kodos: this doesn't solve anything
L239[11:43:14] <Kodos> Sure it does, we can make extreme crafting recipes for computer parts and stuff
L240[11:43:40] <gamax92> soooo ... solves nothing.
L241[11:45:17] *** rakiru|offline is now known as Kasen
L242[11:48:14] <Kodos> MMmm egg rolls and cocacola for breakfast
L243[11:50:21] ⇦ Quits: Starhero (~Starhero@24-113-128-11.wavecable.com) (Ping timeout: 206 seconds)
L244[12:02:01] <Stary2001> sounds good
L245[12:19:55] <Skye> #p
L246[12:20:00] <|0xDEADBEEF|> > Timeout.
L247[12:21:14] <Skye> #p
L248[12:21:17] <|0xDEADBEEF|> > 2.868307358 Seconds passed.
L249[12:22:46] <Kubuxu> Anyone here using irssi as IRC client?
L250[12:25:31] ⇦ Quits: ^v (~ping@c-68-41-215-101.hsd1.mi.comcast.net) (Ping timeout: 198 seconds)
L251[12:27:52] <Lizzy> Kubuxu, yup
L252[12:28:06] <Kubuxu> Lizzy: any tips or tricks?
L253[12:28:27] <Kubuxu> I am currently choosing between irssi and weechat.
L254[12:28:53] <vifino> irssi is nice, weechat has everything.
L255[12:29:10] <Lizzy> you can use ALT+1-0 then q-o to switch between windows 1-19
L256[12:30:50] <Lizzy> you can also put "alias X WINDOW GOTO X" which will allow you to do /X and get taken to that window number (X is an arbitary number
L257[12:31:12] <Kubuxu> Ty.
L258[12:32:00] ⇦ Quits: black3agl3 (~black3agl@197.224.89.91) (Read error: Connection reset by peer)
L259[12:32:32] ⇨ Joins: black3agl3 (~black3agl@197.224.68.167)
L260[12:35:26] <Xaeliuz> Wavy Door - 1m1s - +0/-0 likes - 5 views - by gamax92 on 08/10/2015
L261[12:35:27] <Xaeliuz> Watch Cute Emergency's Vine "THIS CATS WAY OF DRINKING WATER ????" - https://links.ml/Ucq0
L262[12:36:47] *** Keridos is now known as Keridos|away
L263[12:36:54] *** Keridos|away is now known as Keridos
L264[12:37:03] <Xaeliuz> Sorry I don't know what is happening.
L265[12:37:07] <Xaeliuz> My bad
L266[12:39:42] ⇨ Joins: Nathan1852_ (~Nathan185@p5DC11B9D.dip0.t-ipconnect.de)
L267[12:39:47] <gamax92> Lizzy: Xaeliuz is a bot!
L268[12:39:58] <Xaeliuz> Hi
L269[12:40:04] <Xaeliuz> I'm actually a cyborg
L270[12:40:21] <Xaeliuz> I am a human with a bot instance running simultaneously
L271[12:40:23] <Xaeliuz> xD
L272[12:40:30] <Xaeliuz> So you're half right lol
L273[12:40:37] <gamax92> >_> youtube, 1m1s ...
L274[12:40:41] <gamax92> but i gave it exactly 1m frames
L275[12:40:55] <Xaeliuz> Okay
L276[12:40:56] <gamax92> like exactly 3600 frames
L277[12:41:02] <Xaeliuz> Is this allowed?
L278[12:41:06] <Xaeliuz> Being a bot?
L279[12:41:24] <gamax92> beep boop
L280[12:41:24] * gamax92 explodes
L281[12:41:38] <Xaeliuz> lel
L282[12:42:10] ⇦ Quits: Nathan1852__ (~Nathan185@p5DC11B9D.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L283[12:42:16] <Xaeliuz> Well I think the bot instance is malfunctioning because ZNC is sending commands to it through it's motd.
L284[12:42:17] <Lizzy> Xaeliuz, as long as the bot doesn't talk in here, you're allowed to stay
L285[12:42:31] <Xaeliuz> Okay
L286[12:42:35] <Xaeliuz> I'm sorry
L287[12:42:55] <Xaeliuz> Lizzy: I will deactivate it.
L288[12:43:01] <Lizzy> cheers
L289[12:43:14] <Xaeliuz> :)
L290[12:43:21] <Xaeliuz> I just wanted to see if i could do it
L291[12:43:58] <Xaeliuz> Bot is now shutdown
L292[12:44:02] <Xaeliuz> !help
L293[12:44:06] <Xaeliuz> .help
L294[12:44:08] <Xaeliuz> Yep
L295[12:44:11] <Lizzy> cool
L296[12:44:12] <Xaeliuz> No bot
L297[12:44:15] <Xaeliuz> :D
L298[12:48:06] *** Pyrolusite is now known as Pyrolusite|AFK
L299[12:52:04] <ds84182> .p
L300[12:52:28] *** Xaeliuz is now known as Xael
L301[12:53:00] ⇨ Joins: meigrafd (webchat@ip5f5ae188.dynamic.kabel-deutschland.de)
L302[12:53:02] *** Xael is now known as Xaeliuz
L303[12:53:07] <meigrafd> hi
L304[12:53:24] <Xaeliuz> Hey
L305[12:53:41] <meigrafd> is it possible to read redstone signals from 'Thermal Sensor' with a Robot? :)
L306[12:54:17] <Xaeliuz> I'm not sure, sorry.
L307[12:54:48] <meigrafd> or...how to use the redstone card with a robot? :)
L308[12:56:51] <meigrafd> i've created a thread about this but it still needs to get activated by mod...
L309[12:57:17] <Lizzy> approved thepost
L310[12:57:31] <meigrafd> danke :)
L311[12:57:35] <meigrafd> errr.. thanks
L312[12:58:06] <Lizzy> hehe, i know a smidge of german to know what Danke means
L313[12:58:13] <Lizzy> but that's about it :/
L314[12:58:54] <vifino> Lizzy: You also know how to say yes :P
L315[12:58:54] <meigrafd> ;)
L316[12:58:59] <Lizzy> Ja
L317[12:59:55] <Inari> tanke anke
L318[13:01:02] <Lizzy> and Schieße
L319[13:01:29] <Inari> scheiße you mean?
L320[13:01:42] <Lizzy> yes
L321[13:01:47] <Lizzy> i cant keyboard today
L322[13:01:51] <Xaeliuz> hallo meine name ist Xaeliuz
L323[13:01:55] <Xaeliuz> wie bist du?
L324[13:02:06] <Inari> ^ xD
L325[13:02:13] <Lizzy> is that 2nd line, "how are you?"
L326[13:02:14] <Xaeliuz> xD
L327[13:02:16] <Xaeliuz> Yep
L328[13:02:39] <Lizzy> hehe, only guessed that from the my name is line and the fact that i know du = you
L329[13:02:42] <Xaeliuz> Meine lieblingsfarbe ist grün
L330[13:02:53] <Xaeliuz> My favourite colour is green
L331[13:02:54] <Lizzy> okay now you've lost me
L332[13:02:57] <Lizzy> ah
L333[13:03:19] <XDjackieXD> "Putz di!" (Austrian slang for "go away!") would mean "clean yourself!" when translated 1:1 XD
L334[13:03:20] <vifino> Xaeliuz: nobody sais "wie bist du" q_q
L335[13:03:27] <gamax92> was the first line actual German or Germanglish
L336[13:03:45] <Xaeliuz> vifino: Okay
L337[13:03:45] <gamax92> Because it looks like "Hello mine name is Xaeliuz"
L338[13:03:52] <Xaeliuz> That's what I learned tho
L339[13:03:56] <vifino> Xaeliuz teaches my poor Lizzy things not fully correct .-.
L340[13:03:59] <Stary2001> gg
L341[13:04:05] <Xaeliuz> I'm sowwy
L342[13:04:10] <Xaeliuz> x/
L343[13:04:11] <Lizzy> vifino, it's better than nothing :P
L344[13:04:27] <gamax92> better than nothing is not always correct
L345[13:04:44] <Lizzy> shush gamax92
L346[13:04:55] <gamax92> learning the correct thing may be harder if you've learned it wrong than having not learned it
L347[13:04:57] <Lizzy> i've forgotten what i was doing
L348[13:04:58] <Xaeliuz> Rekt
L349[13:05:24] <Lizzy> oh yeah, trying not to spend lots of money on RPi extension boards
L350[13:05:38] <Stary2001> lel
L351[13:06:02] <vifino> "Hallo, mein name ist Adrian/vifino." would be the correct way to say "Hello, my name is Adrian/vifino.". .-.
L352[13:06:04] <Lizzy> hmm, is there a 'battery backup' board
L353[13:06:31] <vifino> And "Wie gehts dir?" instead of "wie bist du?", which means "How are you?".
L354[13:06:33] <gamax92> vifino: why does that look the same as English
L355[13:06:34] <Xaeliuz> Ich heiße Xaeliuz
L356[13:06:43] <Xaeliuz> vifino: Better?
L357[13:06:43] <gamax92> who stole from who
L358[13:06:47] <vifino> Xaeliuz: Yes.
L359[13:06:55] <Xaeliuz> Danke schön
L360[13:07:07] <vifino> gamax92: everyone stole from everyone else.
L361[13:07:16] <Xaeliuz> Gtg
L362[13:08:25] <gamax92> hahaha, xmp has adlib emulation
L363[13:08:27] <gamax92> it sounds awful
L364[13:10:14] <Lizzy> Du has mich gerfragt, und ich hab nichts gesargt.
L365[13:12:06] <vifino> Almost correct :P
L366[13:12:19] <vifino> *gefragt *gesagt
L367[13:12:29] <dangranos> huh
L368[13:12:38] <dangranos> did someone switched #ssss and #oc?
L369[13:13:00] <Lizzy> ?
L370[13:13:03] <dangranos> because afaik language nerd were on first and network/computer people were there
L371[13:13:24] * Lizzy beats dangranos with pool noodle
L372[13:14:00] <gamax92> bin traurig
L373[13:14:13] * vifino hugs gamax92
L374[13:14:39] <gamax92> overflow
L375[13:14:53] ⇦ Quits: LewsTherin (import@entityreborn.com) (Ping timeout: 192 seconds)
L376[13:14:53] ⇦ Quits: DFrostedWang (~DFrostedW@38.81.149.254) (Ping timeout: 192 seconds)
L377[13:14:57] <ds84182> intager overflaw
L378[13:18:07] <CompanionCube> Wie hei�e du? - I remember that phrase
L379[13:18:16] <CompanionCube> what's your name iirc
L380[13:18:46] <Vexatos> heißt*
L381[13:18:56] <Lizzy> i thought that was how are you
L382[13:19:08] <CompanionCube> It's been a few years since I've done a german class
L383[13:19:25] * Stary2001 never did german
L384[13:19:55] <Lizzy> vifino, ich liebe dich
L385[13:19:56] <CompanionCube> I did it for precisely 1 year.
L386[13:20:03] * vifino giggles
L387[13:20:06] <Lizzy> :P
L388[13:20:15] <vifino> Ich liebe dich auch, Lizzy :)
L389[13:20:16] * Vexatos goggles
L390[13:20:34] * Lizzy giggles
L391[13:20:49] * Lizzy Gekicher
L392[13:20:50] <Lizzy> :P
L393[13:20:56] * Lizzy is bored
L394[13:20:58] <vifino> lol
L395[13:21:09] <Lizzy> :< i wanna drink but i have work tomorrow
L396[13:21:19] <Stary2001> gg
L397[13:21:30] <ds84182> Lizzy: do both
L398[13:21:36] <ds84182> drink work tommorrow
L399[13:21:39] <Lizzy> still, i habe thursday and friday off
L400[13:21:42] <ds84182> s/k/k @
L401[13:21:42] <Kibibyte> <ds84182> drink @ work tommorrow
L402[13:21:50] <Lizzy> ds84182, na
L403[13:22:16] ⇨ Joins: DFrostedWang (~DFrostedW@38.81.149.254)
L404[13:22:16] <ds84182> s/na/sodium
L405[13:22:18] <Kibibyte> <Lizzy> ds84182, sodium
L406[13:22:47] ⇨ Joins: LewsTherin (import@entityreborn.com)
L407[13:23:29] * Lizzy sighs as she checks onine.net's LTS range options 1&2 are still out of stock
L408[13:23:35] * Stary2001 hugs Lizzy
L409[13:23:39] <Stary2001> online is gud
L410[13:23:46] <Lizzy> i know :'(
L411[13:23:55] <Stary2001> at least you can claim false advertising if it goes down \s
L412[13:24:29] <Lizzy> they actually give you proper hardware instead of consumer grade crap
L413[13:24:40] <nxsupert> o/
L414[13:24:41] ⇦ Quits: s0r00t (~s0@2001:41d0:fe91:9300:be85:56ff:fe36:1ef9) (Quit: Leaving)
L415[13:24:44] <Stary2001> Lizzy, ikr
L416[13:24:47] <Lizzy> \o nxsupert
L417[13:24:57] <Lizzy> .load
L418[13:24:58] <EnderBot2> CPU: 0.13 0.09 0.13 , RAM: 6969.2M/7883.9M (~82.0%), SWAP: 620.5M/4095.0M (~15.2%)
L419[13:25:07] <Lizzy> huh, that's gone down a bit
L420[13:25:08] <vifino> Lizzy: If you want, I can give you a vm on my dedi or just give you access to tty.sh.
L421[13:25:10] *** Pyrolusite|AFK is now known as Pyrolusite
L422[13:25:12] <ds84182> .unload
L423[13:25:19] <Stary2001> hm
L424[13:25:20] <Stary2001> reminds me
L425[13:25:37] <Lizzy> vifino, hmm, specs?
L426[13:26:01] <vifino> Lizzy: tty.sh, my dedi or what?
L427[13:26:25] <Lizzy> are your dedi and tty.sh not the same thing?
L428[13:26:30] <vifino> nope.
L429[13:26:35] <vifino> tty.sh is a vm on my dedi.
L430[13:26:41] <Stary2001> haha
L431[13:26:55] <Lizzy> qah
L432[13:26:57] <Lizzy> ah*
L433[13:27:49] <Rox> Hi, I'm trying to create a menu for my program in OC.
L434[13:28:20] <Rox> I'm trying to use the up and down buttons to select an item, and then left/right to move between the options for the currently selected item.
L435[13:28:46] <Rox> i.e, you move onto the item you want, use the right button to move into the options for said item, and then the left key to move back to the main menu
L436[13:28:54] ⇦ Quits: Flawedspirit (~flawedspi@flawedspirit.com) (Quit: Eat it; I'm outters!)
L437[13:29:05] <Rox> However, my event listener isn't firing off when I'm using an io.read().
L438[13:29:19] <Rox> Could somebody help me with my problem? It's rather bad code, since I'm a massive newbie to OC
L439[13:29:21] <Rox> http://pastebin.com/aa1eNfWe
L440[13:30:08] ⇨ Joins: Kubuxu_ (~Kubuxu@vps1.kubuxu.ovh)
L441[13:30:29] <Rox> I could do a bit of a hacky-workaround, and simply not use an io.read() and create a menu inside... But I'd like to learn how to fix this issue in case I come across it again.
L442[13:30:45] <Rox> Line: 79
L443[13:30:46] <Vexatos> What's the issue
L444[13:31:03] <Rox> When I'm using an io.read(), I assume that the event listener can't fire.
L445[13:31:13] <Rox> Since the system is being held up by the io.read()
L446[13:31:37] <Rox> However, I'd like to have a leftarrow button option to go back, and I can't do that while the io.read() is waiting for input.
L447[13:32:16] <Vexatos> hmmm
L448[13:32:23] <nxsupert> Use event.listen instead of event.pull?
L449[13:32:45] <Vexatos> Yeah, that
L450[13:32:51] <Rox> I was considering it nxsupert, but I can't figure out where I would fit event.listen into my code
L451[13:33:02] <Rox> Since I assume without the bottom while loop, my program would just stop on it's first run.
L452[13:33:10] <Vexatos> right before while true
L453[13:33:15] <Vexatos> and inside just do
L454[13:33:29] <Vexatos> while true do os.sleep(whatever) end
L455[13:33:38] <Rox> o.o, ty :)0
L456[13:34:13] <Rox> is os.sleep measured in ms?
L457[13:34:13] <vifino> Lizzy: anyhow, tty.sh has 16gb ram, 64gb disk and 4 assigned cores. Omega, my dedi, has 64gb ram, 2x2tb RAID1 and a quadcore xeon at 3.something ghz with hyperthreading.
L458[13:34:32] <Lizzy> :O
L459[13:34:32] <gamax92> sleep is measured in seconds
L460[13:34:36] <Rox> okies, ty.
L461[13:34:43] <gamax92> but you can use fractional amounts
L462[13:34:44] <Lizzy> vifino, i'll think about it
L463[13:34:44] <gamax92> like 0.05
L464[13:34:47] <Rox> One day I'll get good at this :P
L465[13:35:13] ⇨ Joins: Flawedspirit (~flawedspi@45.55.196.243)
L466[13:35:20] <Rox> Managed to convince my server admin to add OpenPeriphals, and am trying to create a sudo-AE/ME system with OC.
L467[13:35:27] <Stary2001> psuedo-
L468[13:35:32] <Stary2001> Rox: sudo make me an ae system
L469[13:35:32] <Stary2001> :P
L470[13:35:36] <gamax92> oh god dammit youtube filters
L471[13:35:45] <gamax92> you put a giant red circle in the middle of my video
L472[13:35:56] <Rox> Okies, I'm getting kinda far with it using JABBA betterbarrels.
L473[13:36:07] <Rox> Take a look at my current code if you wish, it's an absolute mess atm though.
L474[13:36:15] <Stary2001> ..it was a joke, lol
L475[13:36:16] <Rox> http://pastebin.com/WLbkX0uE
L476[13:36:21] <CompanionCube> make: *** No target specified for me an ae system. Stop.
L477[13:36:22] <Rox> Oh :(
L478[13:36:41] <gamax92> vifino: https://www.youtube.com/watch?v=8UdZuNvttrk
L479[13:36:42] <MichiBot> gamax92: Overflow.AMD (Adlib Tracker II) | length 2m 21s | Likes: 0 Dislikes: 0 Views: 3 | by gamax92
L480[13:36:59] <Vexatos> Rox, why do you need Openperipherals for that?
L481[13:37:16] <Rox> Because OpenPeriphals adds the ability to view the contents of inventories and push/pull from them.
L482[13:37:23] <Vexatos> OC does too
L483[13:37:25] <Vexatos> .-.
L484[13:37:29] <Rox> With robots?
L485[13:37:32] <Vexatos> Yes
L486[13:37:38] <Vexatos> or adapter blocks
L487[13:37:53] <Rox> Adapter blocks didn't allow that before openperiphals on my server.
L488[13:38:03] ⇦ Quits: Kubuxu (~Kubuxu@kubuxu.magik6k.net) (Remote host closed the connection)
L489[13:38:28] *** Kubuxu_ is now known as Kubuxu
L490[13:38:31] <Rox> And robots were too complicated to manage a large system, screw writing a pathfinding algorithm for my robot to walk around chests and find the item I'm looking for.
L491[13:38:44] <vifino> TIL Beer + Coke is called "Dreckiges" in germany.
L492[13:38:49] <nxsupert> I wonder. Could you attach a microcontroller to a barrel and have it be able to read the contents of a barrel?
L493[13:38:54] <Vexatos> Rox, you need an Inventory Controller Upgrade for it to work
L494[13:39:01] <Rox> Inside the robot?
L495[13:39:05] <Vexatos> Or the adapter
L496[13:39:07] <Rox> O.
L497[13:39:11] <vifino> Vexatos: Did you know that, Mr. Dictionary?
L498[13:39:16] <Rox> I didn't realize, you could put upgrades in the adapter.
L499[13:39:20] <Vexatos> vifino, I did not
L500[13:39:26] <vifino> alright
L501[13:39:33] ⇨ Joins: Nathan1852__ (~Nathan185@p5DC11B9D.dip0.t-ipconnect.de)
L502[13:39:49] <Rox> Well, either way. It's become a lot simpler from my point of view using open periphals.
L503[13:40:01] <Rox> I put an adapter next to the barrel, and a chest on top of the barrel
L504[13:40:13] <Rox> And have the barrel push items into the chest, which are then sucked up by enderIO conduits.
L505[13:40:51] <nxsupert> I want to mess with OC. But thr server is down :(
L506[13:41:06] ⇦ Quits: Nathan1852_ (~Nathan185@p5DC11B9D.dip0.t-ipconnect.de) (Ping timeout: 189 seconds)
L507[13:41:17] <Rox> NX, I do most of my stuff on single player
L508[13:41:21] <Rox> Then copy and paste into multi.
L509[13:41:28] <gamax92> I do ... everything in single player
L510[13:41:34] <gamax92> forever alone
L511[13:41:37] <Rox> ^
L512[13:41:45] <Mimiru> Oh hey loado n bast is down
L513[13:41:48] <Rox> My server has gregtech super-hard mode enabled.
L514[13:41:49] <Mimiru> I can start my server again
L515[13:41:50] <Mimiru> \o/
L516[13:41:58] <Rox> So it's a pain in the ass to test anything in multi.
L517[13:42:10] <Rox> Since it requires a ridiculous amount of power/resources to run anything.
L518[13:42:15] <nxsupert> I like talking to other people at the same time and showing off seeing as I am the only one who can program.
L519[13:42:22] <gamax92> Mimiru: sorry :<
L520[13:42:23] <nxsupert> On that server.
L521[13:42:29] <Rox> Ts is your friend.
L522[13:43:04] <Rox> My server rarely has anyone online, since everything is so difficult to build.
L523[13:43:04] <Vexatos> That many*
L524[13:43:06] <Vexatos> ?
L525[13:43:15] <Vexatos> OC has never required much power by default
L526[13:43:16] <Rox> The only time anyone comes on, is when they have perfected their build
L527[13:43:24] <Stary2001> haha
L528[13:43:31] <nxsupert> Luckily I control the Modpack on the server I go on :P
L529[13:43:37] <Rox> Vexatos, gregtech fucks with the power systems, so power becomes harder to generate.
L530[13:43:43] <Rox> Which in turn, makes OC harder to power.
L531[13:43:59] <Rox> It takes almost a week to get your first macerator going.
L532[13:44:17] <Stary2001> o_o
L533[13:44:31] <nxsupert> Better than having an intermittent host.
L534[13:44:51] <Rox> Meh, I like the idea that I don't have to worry about the server xD
L535[13:45:08] <Rox> And I rather like the idea that there may be 15-20 people on the teamspeak talking about what their building on the modpack
L536[13:45:13] <Rox> And 0 people actually on the server.
L537[13:45:32] <Mimiru> gamax92, it's fine
L538[13:46:51] ⇨ Joins: Sima214_ (webchat@static091138192047.access.hol.gr)
L539[13:46:56] <nxsupert> We have about. 6 or 7 active players. And 639 users on the website,
L540[13:48:02] <nxsupert> well.
L541[13:50:37] <Stary2001> haha
L542[13:50:44] ⇦ Quits: Sima214_ (webchat@static091138192047.access.hol.gr) (Ping timeout: 204 seconds)
L543[13:51:04] <nxsupert> ?
L544[14:09:12] <ds84182> ¯\_( ͡¬ ͜ʖ ͡¬)_/¯
L545[14:11:39] <Kubuxu> #p
L546[14:11:44] <|0xDEADBEEF|> > 0.12622087 Seconds passed.
L547[14:16:13] ⇨ Joins: Slaughters (webchat@node-eq7.pool-1-4.dynamic.totbb.net)
L548[14:18:00] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Ping timeout: 198 seconds)
L549[14:19:52] ⇦ Quits: Slaughters (webchat@node-eq7.pool-1-4.dynamic.totbb.net) (Ping timeout: 204 seconds)
L550[14:20:51] <Kubuxu> #p
L551[14:20:53] <|0xDEADBEEF|> > 2.006251063 Seconds passed.
L552[14:35:30] <CompanionCube> >buys book
L553[14:35:40] <CompanionCube> >PDF of book is on first page of google for book title
L554[14:35:50] <XDjackieXD> :P
L555[14:40:50] <Skye> so... I need to find batteries for my new thinkpad
L556[14:40:57] <Inari> well at least you suppor tthe author
L557[14:43:32] <wolfmitchell> Izaya, did you get a chance to see the netboot server tet
L558[14:43:34] <wolfmitchell> yet *
L559[14:55:25] <Skye> #p
L560[14:55:26] <|0xDEADBEEF|> > 1.159389938 Seconds passed.
L561[14:59:44] ⇦ Quits: Vexatos (~Vexatos@p200300556E066536BD0A241FF676D9F4.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L562[15:00:03] ⇦ Quits: Vex|Laptop (~Vexatos@p5B3C84D9.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L563[15:04:09] <Altenius> Are any of the servers listed on the forums active?
L564[15:04:11] ⇦ Quits: M89 (~M89@acdy130.neoplus.adsl.tpnet.pl) (Quit: Leaving)
L565[15:06:25] <Altenius> Maybe I'll just play single player. Anyone have a fun modpack?
L566[15:07:05] <Kodos> I like mine, but it'd take me an hour to upload it because potato internet
L567[15:08:10] <Altenius> What're the core mods if there aren't too many?
L568[15:08:13] ⇨ Joins: marcin212 (~marcin212@aajt145.neoplus.adsl.tpnet.pl)
L569[15:08:29] <Kodos> Let me just pipe my mods folder
L570[15:09:49] <Kodos> http://puu.sh/jwDPr/83a9f835dc.txt
L571[15:10:00] <Kodos> Ignore any file that ends with .disabled, obviously
L572[15:17:22] <Stary2001> Kodos: dir | find /V ".disabled"
L573[15:17:22] <Stary2001> :D
L574[15:17:30] <nxsupert> Already have mine uploaded to the internet.
L575[15:17:49] <nxsupert> Well. Not really mine. The server I go on uses it.
L576[15:19:14] <nxsupert> http://pastebin.com/xUHMvcpW
L577[15:30:49] <Kodos> Stary, neat, now show me how do to that and add in files from subfolders
L578[15:37:45] <gamax92> Kodos: iNNOVATE.AMD
L579[15:38:18] <Stary2001> Kodos, dir /s
L580[15:38:28] <Stary2001> "/S Displays files in specified directory and all subdirectories."
L581[15:39:50] <gamax92> my old script uses /b for simple display, this is also msdos which may or may not changed in NT
L582[15:40:20] <gamax92> it's the same
L583[15:40:31] <Stary2001> yeah
L584[15:40:33] <Stary2001> bare format
L585[15:42:12] ⇦ Quits: meigrafd (webchat@ip5f5ae188.dynamic.kabel-deutschland.de) (Ping timeout: 204 seconds)
L586[15:45:53] *** Cruor is now known as Cruor|Away
L587[15:49:57] <Kubuxu> It gets so silent at this time.
L588[15:51:47] <nxsupert> Boo!
L589[15:59:43] *** Pyrolusite is now known as Pyrolusite|SCoP
L590[16:09:06] <Mimiru> Just did minor input validation on the login screen of my game. Also added sounds to interaction events \o/
L591[16:10:19] <Stary2001> wheee~
L592[16:10:22] <Stary2001> what you making?
L593[16:10:38] <Mimiru> Remaking an older game in Unreal 4, City of Heroes
L594[16:11:06] <Stary2001> Ooooooo.
L595[16:11:11] <Stary2001> i liked CoH when it was up
L596[16:11:34] <Mimiru> I played from early beta til shutdown
L597[16:11:41] <Mimiru> as did the friend I'm helping
L598[16:11:44] <Stary2001> heh
L599[16:11:50] <Stary2001> sounds awesome
L600[16:14:18] <Mimiru> http://michi.pc-logix.com/Revival_7_2_-_Unreal_Editor_2015-08-10_16-13-59.png
L601[16:14:24] <Mimiru> The current login screen logic lol
L602[16:14:58] <Mimiru> It posts the data you enter to a rest API which returns login token and crap if you verify and currently drops you directly to the server
L603[16:15:48] <Stary2001> fancy
L604[16:15:59] <Stary2001> ..
L605[16:15:59] <Stary2001> ok
L606[16:16:04] <Stary2001> i think i feel my eyes burning
L607[16:16:19] <Daiyousei> GRAPHS
L608[16:16:21] <Daiyousei> er
L609[16:16:22] <Daiyousei> NODES
L610[16:16:30] <Mimiru> Nodes indeed.
L611[16:22:53] ⇨ Joins: S3 (~S3@66.252.49.94)
L612[16:22:54] <S3> Hey
L613[16:23:22] <Sandra> hey.
L614[16:23:27] <gamax92> S3: hey
L615[16:23:36] <S3> so I call turbotax
L616[16:24:00] <S3> and they said, "Instead of putting you in a hold queue, we will call you back when your agent is ready. goodbye"
L617[16:24:08] <S3> and I'm like, WTF, my phone doesn't ring you idiots.
L618[16:24:16] <S3> keep me on the damn line..
L619[16:24:45] <gamax92> kputer
L620[16:24:48] <S3> fail on their part
L621[16:25:34] <S3> so now I'm waiting hoping google voice will actually ring this time
L622[16:25:40] <S3> which is often doesn't
L623[16:26:54] <Altenius> Kodos, did you have to do anything special to get AgriCraft to work
L624[16:27:23] ⇦ Quits: marcin212 (~marcin212@aajt145.neoplus.adsl.tpnet.pl) (Quit: Leaving)
L625[16:30:12] <Inari> http://imgur.com/gallery/Bt13wDQ whoa GMO crops!
L626[16:35:46] <S3> W T F
L627[16:35:57] <S3> talking to someone @turbotax. They are using AIM.
L628[16:35:59] <S3> I can hear it.
L629[16:36:11] <S3> ?!?!?!?!?!?!
L630[16:36:41] <Mimiru> One of 2 things, you're talking to a at home agent (I was one with XBOX Live :P)
L631[16:36:57] <S3> lol
L632[16:37:00] <Mimiru> Or TurboTax uses AIM for internal communications, which isn't all that hard to believe
L633[16:37:03] <S3> doesn't matter, it's AIM!
L634[16:37:13] <S3> if they're at home or not
L635[16:37:15] <S3> AIM is awful
L636[16:37:36] <Mimiru> Eh..
L637[16:37:50] <S3> also, iirc, doesn't AIM use the OSCAR protocol?
L638[16:38:30] <Mimiru> iirc, yes
L639[16:38:47] <Mimiru> for both ICQ and AIM afaik
L640[16:40:23] ⇦ Quits: Nathan1852__ (~Nathan185@p5DC11B9D.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
L641[16:40:38] ⇨ Joins: Nathan1852__ (~Nathan185@p5DC11B9D.dip0.t-ipconnect.de)
L642[16:44:18] <Inari> http://i.imgur.com/XtvncdY.webm what
L643[16:46:54] <gamax92> waht
L644[16:50:36] * ds84182 jabs gamax92 in the vagina with a glass baseball bat
L645[16:50:43] * ds84182 forgot to break the baseball bat first
L646[16:50:44] <ds84182> darn
L647[16:52:17] <S3> I weas more WAT about the reporter
L648[16:52:18] <Kodos> Altenius, no
L649[16:52:32] <S3> because she was doin this weird odd thing
L650[16:52:42] <S3> weirdos
L651[16:54:01] <ds84182> She likes the touch, but she remembered what preschool told her about bad touches, so she keeps her cool and doesn't turn into a bear and maul him on camera
L652[16:54:07] <ds84182> rip Baseball Bat Man
L653[16:54:39] <Stary2001> ha
L654[16:58:01] <S3> baseball bat man rip
L655[16:58:13] <S3> batman baseball rip
L656[16:58:21] <S3> ... batman rip baseball?
L657[16:59:29] ⇨ Joins: Doty1154 (~Doty1154@2601:648:8002:ea78:fcdc:d017:5830:ce9c)
L658[17:00:11] <ds84182> baseman rip batball
L659[17:00:13] <ds84182> z
L660[17:04:46] ⇨ Joins: Michiyo (~Michiyo@lynx.afterlifelochie.net)
L661[17:05:09] *** Michiyo is now known as Guest49741
L662[17:06:57] <Inari> http://i.imgur.com/3xkHdsS.gif
L663[17:07:21] ⇦ Quits: EricBJ (~eric@108-160-20-69.regn.hsdb.sasknet.sk.ca) (Ping timeout: 189 seconds)
L664[17:07:34] ⇨ Joins: EricBJ (~eric@108-160-20-69.regn.hsdb.sasknet.sk.ca)
L665[17:08:06] <S3> poor dog Inari
L666[17:08:15] <S3> it's too hot of a climate for those dogs
L667[17:09:49] <Inari> im surprised you can tell a lcimate from a pic liek that :P
L668[17:15:05] ⇦ Quits: S3 (~S3@66.252.49.94) (Read error: Connection reset by peer)
L669[17:17:24] ⇨ Joins: Nathan1852_ (~Nathan185@p5DC11B9D.dip0.t-ipconnect.de)
L670[17:19:27] ⇦ Quits: Nathan1852__ (~Nathan185@p5DC11B9D.dip0.t-ipconnect.de) (Ping timeout: 189 seconds)
L671[17:23:04] ⇨ Joins: TangentDelta (~tangentde@63.143.24.22)
L672[17:23:05] <Kodos> TIL you can build BR Turbines vertically
L673[17:23:11] ⇦ Quits: TangentDelta (~tangentde@63.143.24.22) (Remote host closed the connection)
L674[17:23:58] ⇨ Joins: TangentDelta (~tangentde@63.143.24.22)
L675[17:31:15] <gamax92> Kodos: wtf just happened ...
L676[17:31:26] <Kodos> Pretty sure Amanda's on the rag
L677[17:31:28] <Kodos> Or something
L678[17:31:39] <Kodos> I was simply correcting her, and she made a smartass comment
L679[17:31:40] <Kodos> So I made one back
L680[17:31:46] <Kodos> And left
L681[17:31:47] <Stary2001> hahaha
L682[17:31:51] <Stary2001> fun
L683[17:37:06] <Mimiru> AmandaC sets modes [#computercraft +b $a:Kodos] lol
L684[17:38:08] <Stary2001> awesome
L685[17:39:20] <Kodos> I know, trying to bribe Lochie with cash for +f now
L686[17:39:23] <Kodos> So I can perma deop her ass
L687[17:39:28] <Stary2001> LOL
L688[17:40:17] <Stary2001> wonder if lochie is susceptible to alcohol bribes
L689[17:40:31] <CompanionCube> Stary2001, or coffee bribes
L690[17:41:03] <Fridtjof> can confirm he is
L691[17:41:20] <Fridtjof> bribe him with some scotch
L692[17:41:22] <Stary2001> yes
L693[17:41:23] <Daiyousei> lmao amanda
L694[17:52:25] ⇨ Joins: Nathan1852__ (~Nathan185@p5DC11B9D.dip0.t-ipconnect.de)
L695[17:53:47] ⇦ Quits: XDjackieXD (~XDjackieX@151.236.12.222) (Ping timeout: 378 seconds)
L696[17:54:39] ⇦ Quits: Nathan1852_ (~Nathan185@p5DC11B9D.dip0.t-ipconnect.de) (Ping timeout: 189 seconds)
L697[18:12:28] ⇨ Joins: S3 (~S3@66.252.49.94)
L698[18:13:19] <S3> wtf
L699[18:13:44] <S3> I just got on to tell starhero that we're ready to set him up with his server and he's not even here.
L700[18:13:45] <S3> lol
L701[18:15:03] <gamax92> S3: [floppy drive noises]
L702[18:15:19] <S3> OMG A FLOPPY DRIVE
L703[18:15:46] <S3> https://www.youtube.com/watch?v=Ls0RsF0o60c
L704[18:15:47] <MichiBot> S3: My Little Pony - Friendship is Magic on floppy drives | length 29s | Likes: 55 Dislikes: 1 Views: 5222 | by bytecode77
L705[18:16:33] <S3> lol I just realized that is my little pony
L706[18:16:39] <S3> this one is good.
L707[18:16:39] <S3> https://www.youtube.com/watch?v=ZFmC7hd1hno
L708[18:16:40] <MichiBot> S3: Darude - Sandstorm on Eight Floppy Drives | length 4m 19s | Likes: 22815 Dislikes: 303 Views: 1606848 | by MrSolidSnake745
L709[18:16:57] ⇨ Joins: VikeStep (~VikeStep@101.184.15.75)
L710[18:17:01] <Kodos> https://youtu.be/2lq34Ob7Gsg
L711[18:17:02] <MichiBot> Kodos: Daft Punk - Aerodynamic on eight floppy drives | length 3m 34s | Likes: 9998 Dislikes: 63 Views: 699101 | by MrSolidSnake745
L712[18:17:08] <S3> course it has added music
L713[18:19:06] <S3> lol!
L714[18:19:26] ⇨ Joins: XDjackieXD (~XDjackieX@2a03:f80:ed15:151:236:12:222:1)
L715[18:20:05] *** Pyrolusite|SCoP is now known as Pyrolusite
L716[18:20:33] <S3> im looking for some good ones..
L717[18:21:31] <S3> now this is style
L718[18:21:31] <S3> https://www.youtube.com/watch?v=LE9P0Ahtcc8
L719[18:21:32] <MichiBot> S3: 5,25" Floppy Piano - Dyskietkowe Pianino 2 (5 cali!) | length 4m 36s | Likes: 113 Dislikes: 4 Views: 18801 | by Hako0Bako
L720[18:21:40] <S3> that is cool.
L721[18:22:13] <Kodos> Using 5.25" like a boss
L722[18:23:01] <Kodos> I can't tell if he's button mashing, or playing a piece of classical music
L723[18:23:34] <S3> well it can certainly play chords
L724[18:23:35] <S3> :D
L725[18:26:03] <gamax92> https://www.youtube.com/watch?v=90DeapSU9r8
L726[18:26:03] <MichiBot> gamax92: Booze Design - 1991 | C64 demo, Full HD 50 fps, Real SID | length 15m 21s | Likes: 6 Dislikes: 0 Views: 92 | by C64 studio
L727[18:31:09] <gamax92> unreadable scrollers plenty
L728[18:31:36] <Stary2001> ha
L729[18:35:58] ⇦ Quits: Inari (~Uni@p549CE525.dip0.t-ipconnect.de) (Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/)
L730[18:38:22] ⇨ Joins: Acheloos (~Peter@77.116.106.246.wireless.dyn.drei.com)
L731[19:03:16] ⇦ Quits: Doty1154 (~Doty1154@2601:648:8002:ea78:fcdc:d017:5830:ce9c) (Quit: Leaving)
L732[19:03:37] ⇨ Joins: Doty1154 (~Doty1154@2601:648:8002:ea78:fcdc:d017:5830:ce9c)
L733[19:04:03] <S3> oh yeah
L734[19:04:08] <S3> booze design makes some good stuff gamax92
L735[19:04:12] <S3> lemme see that one though
L736[19:04:18] <S3> gamax92, I like comaland the best
L737[19:04:50] <S3> here gamax92 : https://www.youtube.com/watch?v=6sP-NA1vhbE
L738[19:04:51] <MichiBot> S3: Censor Design & Oxyron - Comaland - c64 Demo | length 18m 52s | Likes: 45 Dislikes: 0 Views: 2583 | by cracktrosdotorg
L739[19:06:31] <gamax92> S3: https://www.youtube.com/watch?v=470On9iqPXc
L740[19:06:32] <MichiBot> gamax92: Censor, Oxyron - Comaland | C64 demo, Full HD 50 fps, Real SID | length 14m 54s | Likes: 9 Dislikes: 0 Views: 665 | by C64 studio
L741[19:06:36] <gamax92> atleast 50fps you fool
L742[19:06:53] <S3> ?
L743[19:07:26] <gamax92> you gave me a 240p 30fps video ;-;
L744[19:07:35] <S3> so>?
L745[19:07:47] <gamax92> bad resolution, incorrect frame rate, and muffled audio?
L746[19:07:50] <S3> gamax92, CRT tvs were only ~25FPS ..
L747[19:08:07] <S3> as long as the frames are evenly spaced apart it doesnt matter imo
L748[19:08:26] <S3> 30FPS on a tv looks fantastic, 30FPS when playing games on a computer is awful
L749[19:08:33] <gamax92> even if that were true which in this case it's not, the other two still apply
L750[19:09:48] ⇦ Parts: Kasen (znc@hi.i.wanted.to.let.you.all.know.that.i.think.incest.is.wince.st) (Leaving))
L751[19:09:53] ⇨ Joins: Kasen (znc@hi.i.wanted.to.let.you.all.know.that.i.think.incest.is.wince.st)
L752[19:10:06] <S3> gamax92, either way, the c64 itself did not run that fast :P
L753[19:10:17] <S3> so even if you're running 50fps on your display
L754[19:10:19] <S3> doesn't matter..
L755[19:10:26] <gamax92> S3 ...
L756[19:10:28] <sugoi> crt tvs were only 30fps, wat?!
L757[19:10:30] <gamax92> the c64 outputs at 50fps
L758[19:10:38] <S3> sugoi, less than that
L759[19:10:39] <gamax92> stop being an idiot
L760[19:10:49] <sugoi> S3: no, you are completely wrong
L761[19:11:16] <S3> sugoi, I'm just talking in reference to over the air television
L762[19:11:20] <S3> from years ago
L763[19:11:26] ⇦ Quits: Meow-J (uid69628@id-69628.highgate.irccloud.com) (Quit: Connection closed for inactivity)
L764[19:11:37] <S3> I mean I know the tubes could handle much higher FPS than that
L765[19:12:42] <gamax92> really doesn't matter what your TV does, the C64 outputs at 50fps
L766[19:12:42] <sugoi> good to make that distinction, but there's more to the context
L767[19:13:16] <gamax92> yt's 240p is also blurry video and muffled audio
L768[19:13:24] <S3> I'm checking gamax92
L769[19:13:44] <S3> huh, wadda ya know, the c64 could in fact clock rf at 50fps, neat.
L770[19:13:55] <vifino> q_q
L771[19:14:07] <sugoi> p_p
L772[19:14:10] <S3> however
L773[19:14:56] <S3> apparently it was hardware tweakable too
L774[19:15:02] <S3> for the c64
L775[19:16:08] <S3> apparently some games ran at ~12.5 for the c64
L776[19:16:14] <S3> and some 25, some 50
L777[19:16:46] <gamax92> that's not actually changing the fps, it's always 50
L778[19:17:29] <gamax92> the game may not run at 50, but it out puts at 50 since ya know ... relevant tv also has to run at 50hz
L779[19:17:30] <S3> I'm sorry I meant Hz in that statement not FPS, you can have a higher framerate than refresh obviously, but
L780[19:18:50] <sugoi> S3: so i came into this way late, and i'm leaving soon too. forgive me, just curious, what claim are you making? i scrolled up a bit but not finding it
L781[19:19:07] <S3> I forgot already
L782[19:19:10] <S3> lol
L783[19:19:12] <sugoi> >.<
L784[19:19:20] <S3> so here's what I found out though
L785[19:20:23] *** Magik6k is now known as Magik6k|off
L786[19:20:32] <ds84182> .-. online classes are already boring
L787[19:20:33] <S3> so yeah, these tvs did in fact do 50Hz, except all of the stations here transmitted from their hardware at 25, and it's because in some regions of the world they did use 25Hz televisions. apparently it had something to do with the whole NTSC / PAL / etc compat crap
L788[19:20:46] <ds84182> I'm watching a introduction video recorded in 240p
L789[19:20:49] <S3> at least the stations here where I live did*
L790[19:21:31] <S3> it apparently tends to raise a lot of confusion of this matter in particular
L791[19:22:35] <S3> gamax92, so
L792[19:22:40] <gamax92> Well just note that demo isn't do interlacing
L793[19:22:44] <S3> want to start a slowscan television?
L794[19:22:49] <S3> station*
L795[19:22:56] <vifino> gamax92: if i were to build something like a computer in a calculator, would you be interested in that? Interrested in seeing it, helping, whatever.
L796[19:23:04] <S3> we can do like, 0.01 FPS per seccond
L797[19:23:05] <vifino> or a synth maybe
L798[19:23:06] <vifino> I dunno.
L799[19:23:15] <S3> er
L800[19:23:18] <S3> we can do like, 0.01 FPS
L801[19:23:19] <gamax92> #lua 1/8
L802[19:23:19] <|0xDEADBEEF|> > 0.125
L803[19:23:20] <S3> lool
L804[19:23:23] <S3> that was redundant
L805[19:23:27] <ds84182> .-. the last half of the video is them failing to turn the camera off
L806[19:23:35] <ds84182> What the fuck
L807[19:23:38] <ds84182> help
L808[19:23:47] <vifino> ds84182: git halp
L809[19:23:54] <ds84182> They are now talking about shoes
L810[19:23:56] <S3> we actually have people over here gamax92 that do slowscan over the air
L811[19:24:03] <ds84182> fucking shoes
L812[19:24:12] <S3> not commercially obviously, but HAMs
L813[19:24:13] <vifino> actually fuccck
L814[19:24:18] <vifino> i wanted to play with gnuradio now
L815[19:24:28] <vifino> i completely forgot
L816[19:24:29] <vifino> .-.
L817[19:24:42] <gamax92> S3: where do you live?
L818[19:24:49] <gamax92> new zealand?
L819[19:24:51] <gamax92> :P
L820[19:25:00] <S3> https://www.youtube.com/watch?v=u3k6Xt30Z7g
L821[19:25:00] <MichiBot> S3: Classic Slow Scan Television (SSTV) Demonstration | length 1m 47s | Likes: 198 Dislikes: 7 Views: 51805 | by 5UP7
L822[19:25:01] <S3> Maine
L823[19:25:16] * vifino pokes gamax92
L824[19:25:26] <gamax92> huh what?
L825[19:25:34] <gamax92> oh
L826[19:25:35] <gamax92> i dunno
L827[19:25:42] <vifino> okay :(
L828[19:25:53] <gamax92> I don't entirely unstand
L829[19:25:56] <gamax92> understand*
L830[19:26:00] <gamax92> jeez, what are words
L831[19:26:55] <S3> http://www.gebseng.com/02_vsstv/
L832[19:27:02] <S3> if you want to mix RGB ink into dots
L833[19:27:08] <S3> theres very slow scan television
L834[19:27:12] <S3> takes all day
L835[19:27:19] <gamax92> S3: anyway, so Robot 8 is and 8s transmission mode, so you could to 1/8 fps:P
L836[19:27:50] <gamax92> though it's black and white
L837[19:29:16] <S3> MUAHAHAHA SOMEONE HAS DONE IT
L838[19:29:25] <S3> O M YES: https://www.youtube.com/watch?v=Ne18ZQ7LLI0
L839[19:29:25] <MichiBot> S3: SMPTE Television Color Test Calibration Bars and 1Khz Sine Wave For 12 Hours | length 11h, 59m 59s | Likes: 16 Dislikes: 2 Views: 1676 | by crysknife007
L840[19:29:34] <gamax92> .-. ow?
L841[19:29:48] <S3> you know what SMPTE is right?
L842[19:30:01] <gamax92> ow confirmed
L843[19:30:07] <S3> and 1Khz shouldn't hurt your ears, if it does you're weird.
L844[19:30:29] <S3> I mean it's well in the middle of your vocal range
L845[19:30:39] <S3> your voice goes up to like 14 Khz
L846[19:30:43] <S3> at least
L847[19:30:52] <S3> I wanna find out..
L848[19:30:54] <gamax92> okay, but where does your voice normally lie?
L849[19:30:55] <gamax92> exactly
L850[19:32:08] <S3> a little over 4 Khz
L851[19:32:14] <S3> 4 Khz is much higher than 1 Khz
L852[19:32:39] <gamax92> ... no
L853[19:32:52] <gamax92> 4khz is this https://www.youtube.com/watch?v=oj7_9Fkkp7g
L854[19:32:52] <MichiBot> gamax92: 4KHz / 4000 Hz Test tone / Sound - Tweeter Test | length 31s | Likes: 15 Dislikes: 2 Views: 24911 | by Sinewavesounds
L855[19:32:59] <gamax92> voice is much lwoer
L856[19:33:11] <S3> https://www.youtube.com/watch?v=lO9uRNrP8Mo
L857[19:33:12] <MichiBot> S3: 4000 Hz 4 kHz Sine Wave Sound Frequency Tone | length 31s | Likes: 25 Dislikes: 2 Views: 41406 | by Beeps, Chirps and Noise
L858[19:33:17] <S3> yes like I said
L859[19:33:20] <S3> it's much higehr than 1 Khz
L860[19:33:33] <S3> I can sound 1 Khz with no effort
L861[19:33:44] <S3> I would never be able to hit 4
L862[19:33:50] <gamax92> ... you just said voice normally lies at 4Khz
L863[19:34:08] <S3> no I didn't
L864[19:34:20] <S3> I just said I'd never be able to hit 4
L865[19:34:36] <gamax92> "<gamax92> okay, but where does your voice normally lie?" "<S3> a little over 4 Khz"
L866[19:34:55] <S3> oh that wasnt an answer to that question
L867[19:35:05] <S3> that was me saying the maximum vocal range is about a bit over 4 Khz
L868[19:35:14] <S3> which is like, super high female
L869[19:35:27] <S3> and screaming
L870[19:35:57] <vifino> You're drunk, S3. Go home.
L871[19:36:21] <S3> vifino, what? I've only had...
L872[19:36:25] <S3> 1... 2... 3... I forget
L873[19:36:34] <S3> that's not important
L874[19:37:23] ⇦ Parts: number5 (~Odovbold@128.199.254.128) (WeeChat 1.2))
L875[19:37:39] <S3> what is important that I just realized I need to get back to cooking with really hot oil
L876[19:37:45] <vifino> At least I'm not forced to drive you home, S3.
L877[19:37:49] <vifino> That's all I care about.
L878[19:37:56] <S3> what?
L879[19:38:00] <S3> I can drive myself home
L880[19:38:03] <S3> thank you very much
L881[19:38:30] <vifino> That wasn't a "I would like to", that was an "at least not".
L882[19:38:39] <S3> lol
L883[19:38:42] <S3> actually
L884[19:38:46] <vifino> No.
L885[19:38:47] <S3> I can sit down with 3 beers and be fine
L886[19:38:59] <sugoi> if would be terrified
L887[19:39:02] <S3> I don't get tipsy off of that
L888[19:39:11] <sugoi> if 3, let alone 1, beer took a seat next to me
L889[19:39:56] <S3> most of you are too young for that, so you don't need to worry about it
L890[19:39:57] <S3> :P
L891[19:40:08] <sugoi> really?
L892[19:40:30] <sugoi> i dont think #oc is young, median-speaking
L893[19:40:50] <S3> hmm
L894[19:41:05] <S3> I wouldn't be too surprised I suppose.
L895[19:41:31] <sugoi> hint, 9/11 was less than half a life time ago for me
L896[19:41:47] <S3> starhero and I are the same age, getting really close to our 30s
L897[19:42:11] <sugoi> ok, gotta run, happy coding everyone!
L898[19:42:16] * sugoi is afk
L899[19:42:40] <gamax92> S3: how common is DSSTV stuff in Maine then?
L900[19:43:24] <S3> digital stuff here period (transmission wise) is not common period here
L901[19:43:35] <S3> except for some occasional TTY traffic
L902[19:43:46] <S3> which usually only happens during HAMfests
L903[19:44:40] <gamax92> why did i say New Zealand
L904[19:44:41] <gamax92> I meant Netherlands
L905[19:45:21] ⇦ Quits: Techokami|Ingame (~techokami@c-76-28-30-178.hsd1.ma.comcast.net) (Remote host closed the connection)
L906[19:46:44] <S3> heh.
L907[19:46:54] <S3> gamax92, Maine is an interesting state.
L908[19:47:06] <S3> full of old tech
L909[19:47:27] <S3> we also have a state of art telephone system form the 70s which we haven't paid off yet
L910[19:47:34] <S3> from*
L911[19:47:41] <S3> (not kidding)^
L912[19:48:04] <S3> in the 70s we replaced the entire telecommunications system in the state with the best of the best
L913[19:48:11] <Stary2001> hahaha
L914[19:48:14] <S3> and then a few years later the internet came out
L915[19:48:21] <S3> and it was then instantly crap.
L916[19:48:43] <S3> now we're lucky to get 5Mbit with ADSL down the lines
L917[19:48:48] <S3> a mile down the road
L918[19:50:54] <S3> ADSL technology isn't really bad at all, 99.9% of the time the problem with it is either your ISP, the PSTN, or both
L919[19:57:20] ⇨ Joins: Logan_ (~Logan@2607:5300:60:47bc:dead:beef:dead:beef)
L920[19:57:48] ⇨ Joins: ThePotato (~ThePotato@68-185-232-89.dhcp.slid.la.charter.com)
L921[19:58:48] ⇦ Quits: Flawedspirit (~flawedspi@45.55.196.243) (*.net *.split)
L922[19:58:48] ⇦ Quits: DFrostedWang (~DFrostedW@38.81.149.254) (*.net *.split)
L923[19:58:48] ⇦ Quits: nekosune (~BNCClient@liberation.snoonet.org) (*.net *.split)
L924[19:58:48] ⇦ Quits: alekso56 (~alekso56@2001:464b:c2aa:0:250:56ff:fe31:2812) (*.net *.split)
L925[19:58:48] ⇦ Quits: Skye (skyem123@is.cute.skyem.co.uk) (*.net *.split)
L926[19:58:48] ⇦ Quits: Antheus (Antheus@2001:19f0:6800:8161:1:be:a:7001) (*.net *.split)
L927[19:58:48] ⇦ Quits: Hobbyboy (Hobbyboy@hobbyboy.co.uk) (*.net *.split)
L928[19:58:48] ⇦ Quits: Stary2001 (Stary2001@osiris.stary2001.co.uk) (*.net *.split)
L929[19:58:48] ⇦ Quits: Kilobyte (~kilobyte@cucumber.kilobyte22.de) (*.net *.split)
L930[19:58:48] ⇦ Quits: Logan (~Logan@2607:5300:60:47bc:dead:beef:dead:beef) (*.net *.split)
L931[19:58:48] ⇦ Quits: cbcercas|AFK (~Elyni@2001:41d0:1:c41d::1) (*.net *.split)
L932[19:58:48] *** Logan_ is now known as Logan
L933[19:58:56] ⇦ Quits: ThePotato (~ThePotato@68-185-232-89.dhcp.slid.la.charter.com) (Client Quit)
L934[19:59:07] *** Daiyousei is now known as SleepingFairy
L935[19:59:17] <ds84182> bye~
L936[20:02:31] ⇨ Joins: Skye (skyem123@is.cute.skyem.co.uk)
L937[20:02:50] ⇨ Joins: Stary2001 (Stary2001@osiris.stary2001.co.uk)
L938[20:03:16] ⇨ Joins: Antheus (Antheus@2001:19f0:6800:8161:1:be:a:7001)
L939[20:03:30] ⇦ Quits: TangentDelta (~tangentde@63.143.24.22) (Quit: WeeChat 1.2)
L940[20:03:31] ⇨ Joins: DFrostedWang (~DFrostedW@38.81.149.254)
L941[20:03:32] ⇨ Joins: Flawedspirit (~flawedspi@45.55.196.243)
L942[20:03:56] ⇨ Joins: cbcercas|AFK (~Elyni@2001:41d0:1:c41d::1)
L943[20:04:12] ⇨ Joins: nekosune (~BNCClient@liberation.snoonet.org)
L944[20:04:25] ⇨ Joins: Guest63175 (~alekso56@2001:464b:c2aa:0:250:56ff:fe31:2812)
L945[20:06:03] ⇨ Joins: Kilobyte (~kilobyte@cucumber.kilobyte22.de)
L946[20:06:03] ⇨ Joins: 1INAAL5O9 (skyem123@is.cute.skyem.co.uk)
L947[20:06:35] *** Kilobyte is now known as Guest5243
L948[20:07:36] ⇨ Joins: Nathan1852_ (~Nathan185@p5DC11B1F.dip0.t-ipconnect.de)
L949[20:07:45] ⇦ Quits: 1INAAL5O9 (skyem123@is.cute.skyem.co.uk) (Ping timeout: 189 seconds)
L950[20:08:20] ⇨ Joins: Hobbyboy (Hobbyboy@hobbyboy.co.uk)
L951[20:08:37] <S3> chicken n' rice
L952[20:09:58] ⇦ Quits: Nathan1852__ (~Nathan185@p5DC11B9D.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L953[20:11:12] <S3> LOL
L954[20:11:21] <S3> gamax92, I just sat down and put my headphones on right
L955[20:11:36] <S3> and I hear the 1 Khz SMPTE tone
L956[20:11:42] <S3> apparently I never closed the video
L957[20:11:53] <S3> wow it's been 42 minutes
L958[20:12:53] *** Guest5243 is now known as Kilobyte
L959[20:12:54] zsh sets mode: +v on Kilobyte
L960[20:14:59] <S3> zsh is great
L961[20:18:05] <gamax92> S3: windows 93 is great
L962[20:21:03] <gamax92> S3: also bytebeat
L963[20:21:05] <gamax92> (t&t>>12)*(t>>4|t>>8)
L964[20:23:19] <S3> wat
L965[20:24:06] <S3> considering windows 3.1 came out in like 1992
L966[20:24:17] <S3> windows 93 is quite impressive of a jump
L967[20:24:38] <gamax92> its not an actual os >_>
L968[20:24:43] <gamax92> it's a website
L969[20:24:47] <S3> :)
L970[20:24:51] <S3> I didn't think so
L971[20:24:58] <S3> but you know what
L972[20:25:10] <S3> I'm looking at the wikipedia page for windows 3.1
L973[20:25:16] <S3> 3.1.2 is not in there
L974[20:25:24] <S3> but my floppy disk says 3.1.2
L975[20:25:46] <S3> huh
L976[20:25:50] <gamax92> you have chinese windows?
L977[20:25:51] <S3> 3.11 was released in late 1993
L978[20:25:55] <S3> no
L979[20:26:00] <S3> it's definately not
L980[20:26:04] <S3> but that's what it says
L981[20:26:09] <S3> microsoft windows 3.1.2
L982[20:26:48] <S3> I used to install this on top of MS-DOS 6
L983[20:31:32] *** Cranium is now known as Cranium[Away]
L984[20:32:29] * gamax92 is currently listening to a continuous rising tone
L985[20:32:35] <gamax92> but what happens when it hits the peak?
L986[20:32:57] ⇨ Joins: Nathan1852__ (~Nathan185@p5DC11B1F.dip0.t-ipconnect.de)
L987[20:38:14] ⇦ Quits: Nathan1852_ (~Nathan185@p5DC11B1F.dip0.t-ipconnect.de) (Ping timeout: 378 seconds)
L988[20:39:00] <gamax92> the aliasing is real
L989[20:45:28] ⇨ Joins: Nathan1852_ (~Nathan185@p5DC11B1F.dip0.t-ipconnect.de)
L990[20:50:53] ⇦ Quits: Nathan1852__ (~Nathan185@p5DC11B1F.dip0.t-ipconnect.de) (Ping timeout: 378 seconds)
L991[20:57:23] ⇨ Joins: Nathan1852 (~Nathan185@p5DC11B1F.dip0.t-ipconnect.de)
L992[20:59:24] ⇦ Quits: Nathan1852_ (~Nathan185@p5DC11B1F.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L993[21:00:52] <gamax92> X3 a snake game based on windows defrag
L994[21:06:59] *** Kasen is now known as rakiru|offline
L995[21:17:48] ⇦ Quits: Nathan1852 (~Nathan185@p5DC11B1F.dip0.t-ipconnect.de) (Ping timeout: 206 seconds)
L996[21:22:15] <Techokami> gamax92, http://www.6502.org/users/andre/osa/index.html full-featured UNIX-esque OS for the 6502 that fits in 4K
L997[21:24:30] <Techokami> it can have BASIC which is just stolen from Commodore but generally you use C to write programs :O
L998[21:25:03] <Techokami> I think it does C
L999[21:30:42] ⇨ Joins: _Barbas (~Barbas@186.233.179.117)
L1000[21:33:29] <ocdoc>
L1001[21:33:29] <ocdoc>
L1002[21:33:29] <ocdoc>
L1003[21:33:29] <ocdoc>
L1004[21:33:34] <ocdoc>
L1005[21:33:41] <Temia> What.
L1006[21:37:59] <S3> hmm
L1007[21:38:10] <S3> what do you think the easiest way to farm gunpowder is?
L1008[21:47:21] <ocdoc>
L1009[21:47:21] <ocdoc>
L1010[21:47:21] <ocdoc>
L1011[21:47:56] * ocdoc drops the mic
L1012[21:50:27] <Temia> GTFO
L1013[21:50:33] <Temia> You heathen
L1014[21:51:01] ⇦ Parts: ocdoc (gamax92@eos.pc-logix.com) ())
L1015[21:53:47] <Temia> oops.
L1016[21:53:49] <Temia> ...Hm.
L1017[21:54:05] * Temia flees before the angry mobs can arrive
L1018[22:02:37] ⇨ Joins: ocdoc (gamax92@eos.pc-logix.com)
L1019[22:08:44] <Theorem> 6502 best arch
L1020[22:08:59] <gamax92> mmm, barbecue
L1021[22:09:22] * gamax92 looks in fridge for foods
L1022[22:10:39] *** _Barbas is now known as Barba|Zzz
L1023[22:11:16] <Izaya> There is somewhat of a problem
L1024[22:11:26] <Izaya> I leave irssi connected to my bouncer on lain
L1025[22:11:37] <Izaya> and as such when I connect with hexchat stuff breaks
L1026[22:11:51] <Izaya> or rather, I don't get the log
L1027[22:12:46] <Izaya> I think there's a config to keep the log anyway
L1028[22:13:22] <Acheloos> ~ http://img-9gag-fun.9cache.com/photo/a4L3Gz1_700b.jpg ~
L1029[22:13:30] ⇦ Quits: Pyrolusite (~Pyrolusit@ARouen-651-1-298-199.w109-209.abo.wanadoo.fr) (Quit: Leaving)
L1030[22:31:48] <gamax92> O_O
L1031[22:31:53] <gamax92> free the fish
L1032[22:45:46] ⇦ Quits: Lathanael|Away (~Lathanael@p54971541.dip0.t-ipconnect.de) (Ping timeout: 206 seconds)
L1033[22:47:58] *** VikeStep is now known as VikeStep|A
L1034[22:48:50] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1035[22:52:37] ⇨ Joins: Lathanael|Away (~Lathanael@p54971B2B.dip0.t-ipconnect.de)
L1036[22:52:39] ⇨ Joins: v^Laptop (~ping@c-68-41-215-101.hsd1.mi.comcast.net)
L1037[22:52:39] zsh sets mode: +v on v^Laptop
L1038[22:54:12] ⇨ Joins: Meow-J (uid69628@id-69628.highgate.irccloud.com)
L1039[23:01:33] <Kodos> TIL that /r/Pareidolia is a subreddit
L1040[23:01:33] ⇦ Quits: black3agl3 (~black3agl@197.224.68.167) (Read error: Connection reset by peer)
L1041[23:18:42] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Remote host closed the connection)
L1042[23:24:23] <Izaya> Welp
L1043[23:24:25] <Izaya> time to fix my znc
L1044[23:24:28] <Izaya> back in 15
L1045[23:24:47] ⇦ Quits: Izaya (~Izaya@210.1.213.55) (Quit: Sayonara)
L1046[23:30:11] ⇨ Joins: Izaya (~Izaya@210.1.213.55)
L1047[23:33:31] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1048[23:42:01] <Izaya> Don't you hate it when you're doing something totally unrelated
L1049[23:42:23] <Izaya> and you end up trying to press i to insert text and a to append and then <esc>:w to save?
L1050[23:45:32] ⇦ Quits: Rox (webchat@cpc5-bigg3-2-0-cust3.9-2.cable.virginm.net) (Quit: Web client closed)
L1051[23:47:27] *** Cranium[Away] is now known as Cranium
L1052[23:53:22] ⇦ Quits: Doty1154 (~Doty1154@2601:648:8002:ea78:fcdc:d017:5830:ce9c) (Read error: Connection reset by peer)
L1053[23:56:55] ⇦ Quits: SnowDapples (~powered@pD958809F.dip0.t-ipconnect.de) (Killed (NickServ (GHOST command used by SnowDapples_!~powered@pD95887CE.dip0.t-ipconnect.de)))
L1054[23:57:01] ⇨ Joins: SnowDapples (~powered@pD95887CE.dip0.t-ipconnect.de)
<<Prev Next>> Scroll to Top