<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:06:15] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Remote host closed the connection)
L2[00:11:32] * Mimiru ** SysInfo ** Client: HexChat 2.10.2 (x64) ** OS: Microsoft Windows 10 Pro ** CPU: AMD FX(tm)-8350 Eight-Core Processor (4.00 GHz) ** RAM: 16333 MB Total (7762 MB Free) ** VGA: NVIDIA GeForce GTX 960 ** Uptime: 0.14 Hours **
L3[00:11:44] <Mimiru> ok wtf
L4[00:13:12] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L5[00:15:02] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L6[00:15:23] ⇨ Joins: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
L7[00:15:47] <Ekoserin> ~oc floppy disk
L8[00:15:48] <ocdoc> http://ocd.cil.li/item:floppy_disk
L9[00:17:41] <Ekoserin> How large is the floppy disk?
L10[00:34:21] ⇨ Joins: VikeStep (~VikeStep@101.184.77.101)
L11[00:34:51] <Kodos> Depends on what you have it set to in the config
L12[00:36:27] ⇦ Quits: VikeStep (~VikeStep@101.184.77.101) (Read error: Connection reset by peer)
L13[00:41:12] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
L14[00:41:48] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L15[00:42:03] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L16[00:42:24] ⇨ Joins: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
L17[00:43:26] ⇨ Joins: VikeStep (~VikeStep@101.184.77.101)
L18[00:53:42] ⇦ Quits: MindWorX (~MindWorX@x1-6-c4-3d-c7-b4-8f-ca.cpe.webspeed.dk) (Quit: Leaving)
L19[00:57:27] <Kodos> How would I convert the options of a program being ran to lowercase, so in the event of a user having caps lock on, it would still work
L20[01:00:41] *** Cranium is now known as Cranium[Away]
L21[01:05:45] ⇨ Joins: madjak5 (~madjak5@ip68-109-16-93.ri.ri.cox.net)
L22[01:11:44] ⇦ Parts: madjak5 (~madjak5@ip68-109-16-93.ri.ri.cox.net) ())
L23[01:12:16] <Izaya> kodos, string.lower?
L24[01:12:30] <Kodos> Would that work for options though
L25[01:12:34] <Kodos> Fuck it, I'll test
L26[01:12:57] <Kodos> Newp
L27[01:13:34] <Kodos> But, I did get the lang files sorted into a separate folder and is being read from properly
L28[01:13:48] <Izaya> args[1]:lower() ?
L29[01:14:07] <Kodos> idk. No time to test, I have to get some sleep so I can get up in time before my dr appt to get a shower
L30[01:16:02] *** Cruor|Away is now known as Cruor
L31[01:17:05] <Shuudoushi> Kodos: the only thing you can do is have 'options.a or options.A'
L32[01:17:25] <Kodos> Okay, then I need a switch statement now more than ever lol
L33[01:17:37] <Kodos> Otherwise, I'll have a TON of if checks checking if options.en or options.EN
L34[01:17:41] <Kodos> And the like
L35[01:17:59] <Shuudoushi> umm... wat? http://puu.sh/jh52T/cc07c23a9e.png
L36[01:18:12] <Shuudoushi> ...
L37[01:18:20] <Shuudoushi> options.en would explode anyway...
L38[01:18:59] <Shuudoushi> run that as args[1] or something...
L39[01:19:28] <Kodos> Shuudoushi, works fine for me
L40[01:19:59] <Shuudoushi> 'local args, options = {...} if string.lower(args[1]) == "en" then <x> end'
L41[01:20:24] <Kodos> http://puu.sh/jh59k/899e616183.png :3
L42[01:20:26] <Shuudoushi> how is that not exploding on you o.O
L43[01:20:57] <Kodos> Magic
L44[01:21:02] <Shuudoushi> ah, --en got ya
L45[01:21:03] <Kodos> That and I'm not you
L46[01:21:05] <Kodos> :3
L47[01:21:23] * Shuudoushi slaps and stabs Kodos.
L48[01:21:23] * EnderBot2 laughs
L49[01:21:53] <Kodos> http://puu.sh/jh5f7/015abc6a22.png
L50[01:22:01] <Kodos> Same ss with my lang file example added
L51[01:22:21] <Shuudoushi> Kodos: doing --lang <w/e lang code you want> would be better don't you think?
L52[01:22:45] <Shuudoushi> then you can have it writen to file more easily
L53[01:22:54] <Kodos> Shuudoushi, I plan on figuring out a menu to show up at the start for language selection
L54[01:23:03] <Shuudoushi> ah
L55[01:23:10] <Kodos> Basically ALL my programs will be localized to a lang file for each language
L56[01:23:17] <Kodos> And then I'll have another file that contains the menu code
L57[01:23:24] <Shuudoushi> cool
L58[01:23:26] <Kodos> And I can just dofile that menu program on each of my files
L59[01:24:03] <Kodos> I have loads of plans, but I don't necessarily know how to do it all yet, so I'm learning as I go
L60[01:24:30] <Shuudoushi> ok.. so windows in on fucking meth... http://puu.sh/jh5mW/9c76a8eaaa.png
L61[01:24:32] <Kodos> For example, my reactor control program; Instead of having the entire screen update, I want to just redraw where the values that change are, such as fuel values, RF/t, etc
L62[01:25:04] <Kodos> But I want to be able to redraw based on the location of said value, so I'll need to grab the length of the string being used in whatever lang file so the cursor knows where to go before refreshing the values
L63[01:25:18] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L64[01:25:39] ⇨ Joins: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
L65[01:25:48] <Shuudoushi> I'M THE MOTHERFUCKING ADMIN OF THIS COMPUTER, WTF DO YOU MEAN I DON"T HAVE PERMISSION TO DO THIS SHIT ><
L66[01:26:23] <Izaya> Shuudoushi: Windows.old
L67[01:27:07] <Shuudoushi> ...
L68[01:27:28] <Shuudoushi> I don't even know what you mean by that...
L69[01:28:22] <Izaya> windows.old is the folder left over when you upgrade windows
L70[01:28:38] <Izaya> it's more-or-less undeletable from Windowa
L71[01:28:40] <Shuudoushi> I haven't upgraded windows though....
L72[01:28:43] <Izaya> windows*
L73[01:29:15] <Izaya> I know, but shit like that happens on Windows fairly often
L74[01:29:30] <Izaya> not by accident though
L75[01:29:37] * Izaya claps
L76[01:29:46] <Shuudoushi> even my git shell, which better damn well have admin rights, can't do shit with it...
L77[01:30:32] <Izaya> boot into linux and move it, it might reset perms to 777
L78[01:30:48] <Izaya> Also, I like to have a way to open a command prompt as the SYSTEM user
L79[01:32:08] <Shuudoushi> well then... http://puu.sh/jh5K9/4bdb3f71c0.png
L80[01:33:14] ⇦ Quits: iceman11a (icemna11a@cpe-74-141-48-157.neo.res.rr.com) (Ping timeout: 378 seconds)
L81[01:33:18] <Shuudoushi> windows... you are on some massive hardcore drugs... http://puu.sh/jh5MN/cae6947f0e.png
L82[01:33:42] ⇨ Joins: iceman11a (icemna11a@cpe-74-141-48-157.neo.res.rr.com)
L83[01:33:53] <dangranos> um
L84[01:34:11] <dangranos> i dont think winderps uses normal flags
L85[01:34:21] <dangranos> try (back) slash
L86[01:34:22] <dangranos> iirc
L87[01:34:38] <dangranos> oh
L88[01:34:40] <dangranos> wtf
L89[01:34:43] <Shuudoushi> I'm about to get the file shredder after it -_-
L90[01:35:07] <dangranos> boot into damn linux
L91[01:35:09] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L92[01:35:19] <Kodos> How do you clear a password from an OS switchable hub?
L93[01:35:22] <Shuudoushi> I'd like to see it tell me that I can't do something after it's be overwritten 37 times with random data!
L94[01:35:29] ⇨ Joins: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
L95[01:36:03] <dangranos> Shuudoushi, what's going to be shredded? windows?
L96[01:36:23] <Shuudoushi> at least the derped dir
L97[01:37:04] <Shuudoushi> brb, going to boot into Ubuntu -_-
L98[01:38:46] *** Shuudoushi is now known as Shuudoushi|Away
L99[01:44:40] ⇨ Joins: Shuudoushi (~shuudoush@97-82-40-232.dhcp.mtgm.al.charter.com)
L100[01:44:50] <Shuudoushi> HexChat: 2.10.2 ** OS: Linux 3.13.0-24-generic x86_64 ** Distro: Ubuntu "trusty" 14.04 ** CPU: 4 x AMD Athlon(tm) II X4 620 Processor (AuthenticAMD) @ 3.06GHz ** RAM: Physical: 11.6GiB, 93.7% free ** Disk: Total: 1.3TiB, 21.5% free ** VGA: NVIDIA Corporation GK106 [GeForce GTX 650 Ti Boost] ** Sound: HDA-Intel - HDA ATI SB1: HDA-Intel - HDA NVidia2: USB-Audio - HD Webcam C6153: USB-Audio - Corsair
L101[01:44:50] <Shuudoushi> Vengeance 1500 ** Ethernet: Realtek Semiconductor Co., Ltd. CIe Gigabit Ethernet ** Uptime: 2m 55s **
L102[01:46:01] <Shuudoushi> eh... I should prob take care of that some time... Disk: Total: 1.3TiB, 21.5% free
L103[01:47:30] <Shuudoushi> now, how the fuck should i go about fixing my little issue?
L104[01:47:53] ⇨ Joins: Luca (webchat@77.42.21.130)
L105[01:48:04] <Luca> Hi
L106[01:48:09] <Shuudoushi> hello
L107[01:48:34] <SuPeRMiNoR2> hmmm
L108[01:48:40] <SuPeRMiNoR2> I broke my main install
L109[01:49:01] <SuPeRMiNoR2> Updated ssd firmware, and things stopped working
L110[01:49:12] <Luca> Is there any OS with a gui containing a Desktop and that Stuff?
L111[01:49:20] <Shuudoushi> maybe
L112[01:49:28] <vifino> SuPeRMiNoR2: SSD or os?
L113[01:49:41] <Shuudoushi> SuPeRMiNoR2: I somehow jacked my local copy of SecureOS :D
L114[01:49:50] <SuPeRMiNoR2> I really am not sure
L115[01:50:01] <SuPeRMiNoR2> The filesystem seems ok
L116[01:50:19] <SuPeRMiNoR2> but something got broken somewhere, and restarts before it finished booting
L117[01:50:37] <Kodos> Luca, assuming you're talking about OC, not that I'm aware of
L118[01:50:49] ⇦ Quits: Luca (webchat@77.42.21.130) (Client Quit)
L119[01:50:57] <SuPeRMiNoR2> time to bring out the old live boot usbs
L120[01:51:11] ⇨ Joins: Luca (webchat@77.42.21.130)
L121[01:51:56] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L122[01:52:02] <Luca> Thats sad :/
L123[01:52:17] ⇨ Joins: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
L124[01:52:24] <SuPeRMiNoR2> Not sure how usefull one would be
L125[01:52:25] <Shuudoushi> I think someone was working on adding a GUI system to my OS
L126[01:52:58] <Shuudoushi> SuPeRMiNoR2: this is why you flash firmware BEFORE you start putting shit on the SSD
L127[01:53:24] <SuPeRMiNoR2> I have had that ssd for 9 months XD
L128[01:53:57] <Luca> If no OS appears untilgbar i am back home ~2 Weeks i will Code my own
L129[01:54:02] <SuPeRMiNoR2> i blame efi for being weird
L130[01:55:00] <SuPeRMiNoR2> while i am at it, i also blame the w7 install on the other drive
L131[01:56:31] *** alekso56_off is now known as alekso56
L132[01:56:59] <Kodos> The hardest part about knowing someone with dementia
L133[01:57:04] <Kodos> Is watching them slowly forget about Dre
L134[01:57:53] ⇦ Quits: Luca (webchat@77.42.21.130) (Quit: Web client closed)
L135[01:58:38] ⇨ Joins: Luca (webchat@77.42.21.130)
L136[01:58:49] <gamax92> I remember watching Hoshi no Kaabii
L137[01:59:00] <gamax92> such high framerate cgi
L138[01:59:19] <gamax92> mixed with low framerate not-cgi
L139[02:02:10] ⇦ Quits: Luca (webchat@77.42.21.130) (Ping timeout: 204 seconds)
L140[02:03:17] <SuPeRMiNoR2> Well, I give up on that install
L141[02:03:35] <SuPeRMiNoR2> not worth fixing, since I needed to reinstall tomorrow anyway
L142[02:05:03] <Shuudoushi> I think that'll do...
L143[02:05:42] *** Kodos is now known as Kodos|Zzz
L144[02:06:09] <Shuudoushi> I renamed my old SOS dir to have .old at the end, downloaded a fresh zip from github of my dev branch and made sure to copy ove the .git dir from the old SOS dir...
L145[02:15:46] ⇦ Quits: [zzz] (~Something@S010634bdfa9eca7b.vs.shawcable.net) (Ping timeout: 202 seconds)
L146[02:15:49] <Izaya> oh yeah, Windows 10 releases today
L147[02:15:56] <Izaya> (already the 29th here)
L148[02:16:09] <Shuudoushi> oh, you're right :D
L149[02:18:37] <dangranos> eh
L150[02:24:26] <dangranos> https://anvaka.github.io/pm :D
L151[02:28:01] <Shuudoushi> wow that's an involved way of using puush on linux...http://puu.sh/jh8ou/37a098130e.png
L152[02:29:07] *** Keridos|away is now known as Keridos
L153[02:29:18] ⇦ Quits: Izaya (~Izaya@210.1.213.55) (Ping timeout: 202 seconds)
L154[02:30:09] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Remote host closed the connection)
L155[02:30:16] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L156[02:30:38] ⇨ Joins: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
L157[02:31:37] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L158[02:32:47] ⇨ Joins: Johannes13_ (~Johannes@capsman-01.my-wire.de)
L159[02:33:08] ⇦ Quits: Johannes13 (~Johannes@capsman-01.my-wire.de) (Read error: Connection reset by peer)
L160[02:34:18] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
L161[02:34:25] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L162[02:35:07] ⇨ Joins: Izaya (~Izaya@210.1.213.55)
L163[02:36:09] <Shuudoushi> ... this is going to sound dumb af... but how do you properly do a commit for git through command line on linux...
L164[02:38:30] *** Pwootage is now known as Pwootage|Off
L165[02:38:32] <dangranos> git commit
L166[02:38:39] <dangranos> sec
L167[02:39:06] <dangranos> https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository
L168[02:40:02] <dangranos> well, you need to: "git add" to include changes you did into commit, "git commit" to write the commit, duh, "git push" if you need to push changes into github
L169[02:41:44] <dangranos> did i helped?
L170[02:41:54] * Shuudoushi nods.
L171[02:41:57] <Shuudoushi> tyvm
L172[02:42:16] * Shuudoushi has been too spoiled by github on windows...
L173[02:42:49] <Shuudoushi> ...
L174[02:42:53] <Shuudoushi> well then..
L175[02:42:56] ⇨ Joins: mr208 (~mallrat20@142-197-84-231.res.bhn.net)
L176[02:43:00] <Shuudoushi> it seems to have fixed itself..
L177[02:43:21] ⇦ Quits: mallrat208 (~mallrat20@142-197-84-231.res.bhn.net) (Ping timeout: 198 seconds)
L178[02:44:41] ⇨ Joins: Vexatos (~Vexatos@91-113-77-6.adsl.highway.telekom.at)
L179[02:44:41] zsh sets mode: +v on Vexatos
L180[02:49:07] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L181[02:49:29] ⇨ Joins: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
L182[02:55:18] ⇦ Quits: mr208 (~mallrat20@142-197-84-231.res.bhn.net) (Read error: Connection reset by peer)
L183[02:56:11] <Shuudoushi> ABOUT FUCKING TIME!
L184[02:56:26] <Shuudoushi> holy fuck that was a pain in the ass
L185[02:56:53] <Shuudoushi> my commit and PR history both look like total shit now as well...
L186[02:58:24] * vifino waits patiently for the new kernel to compile
L187[02:59:10] <vifino> It better fucking works.
L188[03:00:27] ⇦ Quits: Yepoleb (~quassel@188-22-162-3.adsl.highway.telekom.at) (Killed (availo.esper.net (Nickname regained by services)))
L189[03:00:29] ⇦ Quits: Kibibyte (~PircBotX@cucumber.kilobyte22.de) (Remote host closed the connection)
L190[03:00:29] <TotallyNotKatie> %sed enable
L191[03:00:29] <MichiBot> TotallyNotKatie: Enabled SED for this channel
L192[03:00:29] ⇨ Joins: Yepoleb (~quassel@188-22-165-115.adsl.highway.telekom.at)
L193[03:02:39] <Shuudoushi> vifino: did you remember to put on your lucky socks?
L194[03:03:07] <vifino> Shuudoushi: damn.
L195[03:03:19] <Shuudoushi> you're fucked...
L196[03:03:21] <Shuudoushi> lol
L197[03:03:21] ⇨ Joins: mallrat208 (~mallrat20@142.197.84.231)
L198[03:08:14] <Izaya> fuck I hate document programs
L199[03:14:44] *** Pwootage|Off is now known as Pwootage
L200[03:16:33] <vifino> Lets see how many hours this thing will take to compile 4.0.5-pf with -flto.
L201[03:16:53] <vifino> ... I need to overclock this thing.
L202[03:17:09] <vifino> This thing is slower than my pi.
L203[03:17:12] <vifino> >_>
L204[03:18:23] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L205[03:18:44] ⇨ Joins: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
L206[03:19:53] <Shuudoushi> rebooting
L207[03:19:58] ⇦ Quits: Shuudoushi (~shuudoush@97-82-40-232.dhcp.mtgm.al.charter.com) (Remote host closed the connection)
L208[03:21:17] <vifino> RIP Shuu.
L209[03:26:14] <vifino> I'm thinking about adding a gps module to my desk so I can get a very accurate time server going inside my network - Am I insane?
L210[03:27:55] <Lizzy> possibly
L211[03:30:10] ⇨ Joins: Inari (~Uni@p5B10203E.dip0.t-ipconnect.de)
L212[03:31:27] *** Shuudoushi|Away is now known as Shuudoushi
L213[03:32:16] * Shuudoushi ** SysInfo ** Client: HexChat 2.10.2 (x64) ** OS: Microsoft Windows 7 Ultimate ** CPU: AMD Athlon(tm) II X4 620 Processor (3.00 GHz) ** RAM: 12253 MB Total (9192 MB Free) ** VGA: NVIDIA GeForce GTX 650 Ti BOOST ** Uptime: 0.20 Hours **
L214[03:32:37] <Shuudoushi> ah, that low RAM usage...
L215[03:32:44] <Shuudoushi> it'll all be gone soon....
L216[03:32:52] *** Keridos is now known as Keridos|away
L217[03:35:26] <Izaya> Shuudoushi, well, Windows seems to eat it on its own anyway
L218[03:35:35] <Shuudoushi> yeah...
L219[03:35:51] <dangranos> HexChat: 2.10.2 ** OS: Linux 4.1.2-2-ARCH x86_64 ** Distro: ArchLinux ** CPU: 4 x Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz (GenuineIntel) @ 1,64GHz ** RAM: Physical: 7,8GiB, 68,5% free ** Disk: Total: 921,4GiB, 35,0% free ** VGA: NVIDIA Corporation GF108 [GeForce GT 630] ** Sound: HDA-Intel - HDA Intel PCH1: HDA-Intel - HDA NVidia ** Ethernet: Realtek Semiconductor Co., Ltd. CIe Gigabit Ethernet ** Uptime: 4h
L220[03:35:51] <dangranos> 27m 9s **
L221[03:35:54] <dangranos> ow
L222[03:35:59] <Shuudoushi> especially after 127 hours of uptime...
L223[03:36:56] <vifino> :O
L224[03:37:01] <Izaya> HexChat: 2.10.2 ** OS: Linux 4.1.2-2-ARCH x86_64 ** Distro: ArchLinux ** CPU: 4 x Intel(R) Core(TM) i3-4160 CPU @ 3.60GHz (GenuineIntel) @ 3.60GHz ** RAM: Physical: 7.7GiB, 73.4% free ** Disk: Total: 454.6GiB, 7.8% free ** VGA: NVIDIA Corporation GT220 1GB ** Sound: HDA-Intel
L225[03:37:02] <vifino> LIZZY!!! :D :D \o/
L226[03:37:28] <Izaya> Trimmed and modified to make it real and short
L227[03:37:56] <Shuudoushi> Izaya: why didn't you make it list as a /me?
L228[03:39:49] <Izaya> Shuudoushi, because I just PM'd myself to edit it
L229[03:40:00] <Shuudoushi> lmao
L230[03:40:54] <Vexatos> VIFINO!!! :D :D \:D/
L231[03:41:26] <Izaya> ... oh shit 7.8% disk free
L232[03:41:30] <vifino> VEXATOAST!!!! :D :D \:D/
L233[03:41:32] <Izaya> ... how does this keep happening?
L234[03:46:34] <Vexatos> In other news, winderps 10.
L235[03:46:36] <vifino> How are you, Vexatoast?
L236[03:46:46] <Vexatos> I am still vacationizing
L237[03:47:26] <Lizzy> Izaya: too much matrix
L238[03:47:59] <Shuudoushi> http://puu.sh/jhc3k/655693ed4e.png
L239[03:48:14] <Vexatos> did anyone install winderps yet?
L240[03:48:24] <Mimiru> "yet"
L241[03:48:26] <Vexatos> I am still highly suspicious :/
L242[03:48:30] <Mimiru> I'
L243[03:48:38] <Mimiru> I've been on 10 since the initial release
L244[03:48:43] <Mimiru> and I'm on the RTM as we speak
L245[03:51:14] *** alekso56 is now known as alekso56_off
L246[03:51:16] <Lizzy> Vexatos: I'm not upgrading my W7 instance to W10, i'm keeping mine seperate
L247[03:51:31] <Mimiru> I've done both with no issue
L248[03:51:50] <Vexatos> I have win7 and I am not sure whether I shold upgrade
L249[03:51:51] <Izaya> I'm actually gonna nuke my 10 install and go back to 7
L250[03:52:08] <Vexatos> My laptop seems to meet the minimum requirements, but I am still not sure
L251[03:52:10] <Lizzy> Vexatos: hold off for a while i'd say
L252[03:52:13] <Izaya> I didn't get it installed before the tech preview keys stopped working
L253[03:52:21] <Vexatos> Plus I have to read the ToC once again :/
L254[03:52:38] <Vexatos> As they hopefully changed since the technical preview
L255[03:52:43] <Mimiru> Izaya, yeah I have a friend in the same situation
L256[03:52:45] <Vexatos> T&C's*
L257[03:53:36] <Vexatos> I assume it's not possible to downgrade to win7 once you upgraded?
L258[03:53:40] <Mimiru> I got Naomi's install in the DAY they stopped working
L259[03:53:59] <Vexatos> what stopped working
L260[03:54:04] <Izaya> Vexatos, my copy of 7 was pirated anyway
L261[03:54:13] <Mimiru> the Win 10 preview keys
L262[03:54:18] <Vexatos> mhm
L263[03:54:26] <Vexatos> Izaya, mine was legal
L264[03:54:28] <Vexatos> the thing is
L265[03:54:32] <Vexatos> it was pre-installed on this laptop
L266[03:54:41] <Vexatos> so I don't have any DVD to downgrade whatsoever
L267[03:54:42] <Mimiru> My copy of 7 was pirated too, and I wasp prompted to do the upgrade.
L268[03:54:54] <Mimiru> Naomi's was pirated, and did the upgrade with no issue.
L269[03:54:57] <Izaya> Mimiru, think if I installed now I'd be prompted to upgrade?
L270[03:55:03] <Vexatos> Does that mean I'll just have to backup 320 GB of Hard drive?
L271[03:55:09] <Vexatos> and just copypaste to downgrade :P
L272[03:55:11] <Mimiru> It's funny I HAVE win 7 keys... but using them is more trouble then pirating
L273[03:55:24] <Lizzy> Izaya: how would i go about editing debian user stuff to remove the need for a user to use a password to log on?
L274[03:55:44] <Vexatos> How would I even make a backup of 320 GB
L275[03:55:48] <Izaya> Lizzy, edit /etc/passwd and remove the x in the second column
L276[03:55:52] <Vexatos> help D;
L277[03:56:15] <Izaya> Vexatos, external drive, dd if=/dev/sda of=/media/external/disk.img
L278[03:56:25] <Vexatos> Izaya, winnnnderps 7
L279[03:56:33] <Vexatos> I doubt it has dd
L280[03:56:37] <Izaya> Vexatos, live USB
L281[03:56:41] <Vexatos> 320GB?
L282[03:56:53] <Izaya> Vexatos, write a live USB to do it >.<
L283[03:57:02] <Vexatos> aah
L284[03:57:04] <Izaya> boot into the USB and dd the image across to the external drive
L285[03:57:05] <Vexatos> that's what you mean
L286[03:57:12] <Vexatos> Just boot linux from a USB
L287[03:57:13] <Vexatos> <-<
L288[03:57:28] <Vexatos> I is smart sometimes, I swear
L289[03:57:47] <Vexatos> Hmmm
L290[03:57:56] <Vexatos> I think I have 500 GB left on my external hard drive
L291[03:58:07] <Izaya> Vexatos, then compress it, of course
L292[03:58:10] <Izaya> maybe with a squashfs
L293[03:58:10] <Vexatos> Yea
L294[03:58:23] <Vexatos> What's the best way to compress an entire hard drive
L295[03:58:32] <Vexatos> into a file :P
L296[03:59:47] <Izaya> plus you can mount the squashfs and restore it without decompressing it to the drive
L297[04:00:31] <Vexatos> squashfs?
L298[04:00:57] <Izaya> lzma-compressed (I think) file you can mount as a filesystem
L299[04:01:29] <Izaya> and then dd the image out of the filesystem without decompressing it to disk
L300[04:01:30] <Izaya> magic.
L301[04:01:37] <Vexatos> from linux I assume
L302[04:01:44] <Lizzy> cheers Izaya
L303[04:01:53] <Vexatos> I wonder how good lzma compression is
L304[04:01:58] <Izaya> you expect to be able to do useful stuff like that from Windows?
L305[04:02:12] <Izaya> funny
L306[04:02:13] <Vexatos> considering most of the stuff in the FS is binary blobs already
L307[04:02:18] <Vexatos> (program files)
L308[04:02:57] <Izaya> Vexatos, it's better than no compression
L309[04:03:03] <Vexatos> I guess
L310[04:03:14] <Izaya> and hey, how much of that would be Windows system calls?
L311[04:03:21] <Vexatos> I'd hate losing my data thouzh
L312[04:03:24] <Vexatos> though
L313[04:03:29] <Vexatos> this is the first PC I ever got
L314[04:03:45] <Vexatos> it contains a bunch of stuff that's important to me :P
L315[04:04:09] <Vexatos> which is why I am highly uncertain about upgrading to win8 as I might not like it / it might not work well
L316[04:04:13] <Vexatos> and I'd have no way of downgrading
L317[04:04:17] <Vexatos> win10*
L318[04:04:49] <Shuudoushi> Mimiru: you can turn off this sgt in win10 right? http://puu.sh/jhcKd/a90f8504ec.png
L319[04:05:01] <Shuudoushi> s/sgt/shit
L320[04:05:01] <MichiBot> <Shuudoushi> Mimiru: you can turn off this shit in win10 right? http://puu.sh/jhcKd/a90f8504ec.png
L321[04:05:12] <Vexatos> who cares about stargatetech anyway
L322[04:05:16] <Lizzy> that screenshit size
L323[04:05:28] <Lizzy> Vexatos: ?
L324[04:05:44] <Izaya> Shuudoushi, well, it's not gone, but it can all be windowed now
L325[04:05:47] <Shuudoushi> it won't let me resize the window...
L326[04:05:55] <Vexatos> Lizzy, "sgt"
L327[04:06:10] *** Pwootage is now known as Pwootage|Off
L328[04:06:23] * Shuudoushi slaps Vexatos with his own severed arm.
L329[04:06:23] * EnderBot2 laughs
L330[04:06:38] <Izaya> I can have the crappy 'metro' apps in a window
L331[04:06:52] <Shuudoushi> and not on the start menu?
L332[04:06:54] <Mimiru> Umm Shuudoushi... http://michi.pc-logix.com/2015-07-29_04-06-24.jpg
L333[04:06:57] * Mimiru shrugs
L334[04:06:59] <Vexatos> has anyone of you read the terms and conditions for win10?
L335[04:07:05] <Vexatos> I can't find them online :/
L336[04:07:29] <Shuudoushi> yes, you must give your soul to m$, bu the joke is on them, I don't have a soul anyway :D
L337[04:08:31] <Izaya> Mimiru, have you used Edge any amount?
L338[04:08:33] <Izaya> I had it
L339[04:08:40] <Mimiru> Yeah.. a bit
L340[04:08:41] <Mimiru> it's ok
L341[04:08:52] <Izaya> Can you change the search engine to something not terrible yet?
L342[04:09:31] <Mimiru> http://michi.pc-logix.com/windows_10_license_agreement_-_Bing_%25e2%2580%258e-_Microsoft_E_2015-07-29_04-09-05.png
L343[04:09:56] <Izaya> Oh excellent.
L344[04:09:57] <Mimiru> The options are disabled, but I assume that's because I'm still not on the "Release"
L345[04:10:05] <Izaya> I probably still won't use it
L346[04:10:07] <Izaya> but good to see
L347[04:10:18] <Shuudoushi> Mimiru: can you send me that far left monitors background please?
L348[04:10:37] <Mimiru> Shuudoushi, no
L349[04:10:38] <Mimiru> sorry
L350[04:10:50] <Shuudoushi> T.T
L351[04:11:07] <Shuudoushi> wow windohs is having a shit fit over downloading win10...
L352[04:11:28] <Lizzy> s/over downloading win10//
L353[04:11:28] <MichiBot> <Shuudoushi> wow windohs is having a shit fit ...
L354[04:11:33] <Mimiru> Shuudoushi, mainly cause I have no idea where it is...
L355[04:11:42] <Shuudoushi> lol
L356[04:11:44] <Mimiru> it was synced up to MS, then back down on my latest install
L357[04:11:53] <Shuudoushi> well then
L358[04:12:05] <Mimiru> It rotates 20ish images, and they all synced automatically
L359[04:12:26] <Shuudoushi> does win10 natively support dif back grounds on each monitor, or is that shiting you had to rig up?
L360[04:12:38] <Mimiru> supports it fine
L361[04:12:44] <Mimiru> also supports multi monitor task bars
L362[04:12:49] <Shuudoushi> shiting o.O
L363[04:12:56] <Lizzy> Shuudoushi: windows has supported different pictures per monitor since 8
L364[04:12:59] <Mimiru> you DO have to set it to only show the programs only on the bars they're open on though
L365[04:13:00] <Shuudoushi> wtf is the matter with me tonight...
L366[04:13:26] <Lizzy> Shuudoushi: everything
L367[04:13:32] <Izaya> I had weird issues with multi-monitor taskbars and autohide
L368[04:13:36] <Shuudoushi> Lizzy: seems it...
L369[04:14:02] <Shuudoushi> Mimiru: that sounds like a pain in the ass...
L370[04:14:09] <Mimiru> Ummm
L371[04:14:11] <Mimiru> Not really
L372[04:14:38] <Mimiru> right click task bar, properties
L373[04:14:44] <Mimiru> http://michi.pc-logix.com/Taskbar_and_Start_Menu_Properties_2015-07-29_04-14-21.png
L374[04:14:55] <Mimiru> by default it's all taskbars
L375[04:15:18] *** Skye|ZZZ is now known as Skye
L376[04:15:42] <Mimiru> Anyway it's 4 am
L377[04:15:44] <Mimiru> so good night
L378[04:16:02] <Shuudoushi> o/
L379[04:16:09] <Shuudoushi> that's a shocker lol http://puu.sh/jhdfL/f8e6c9d85b.png
L380[04:16:11] <Izaya> night
L381[04:16:25] * Lizzy has her taskbars set to small icons, combine when taskbar is full and show taskbar buttons where window is open
L382[04:16:29] <vifino> Night Mimiru.
L383[04:17:03] <Shuudoushi> http://puu.sh/jhdiE/93f30d7221.png
L384[04:17:03] <Izaya> Maybe it's just me, but I'd prefer the taskbar to stretch rather than to make a new one
L385[04:17:05] ⇦ Quits: RaptorJeebus (RaptorJeeb@CPE-124-180-149-37.lnse4.lon.bigpond.net.au) (Quit: Leaving)
L386[04:17:16] <Shuudoushi> My taskbar lives at the top of my screen btw
L387[04:17:35] <vifino> I've been compiling this kernel for an hour or two and it's still not done.
L388[04:17:52] <vifino> God, I hate slow things.
L389[04:17:56] <Shuudoushi> vifino: I'm tellin' ya, you should have put on your lucky socks!
L390[04:18:14] <dangranos> https://www.reddit.com/r/ProgrammerHumor/comments/3ewnyz/fox_explains_github/ that's worthy of new imgur's "Cringe compilation" trend
L391[04:18:26] <Izaya> http://i.imgur.com/pGUVlq8.png
L392[04:18:38] <vifino> Shuudoushi: I don't wear socks all that often, only place my feet goes are on my desk or bed.
L393[04:19:30] <Shuudoushi> Izaya: what theme is that?
L394[04:20:01] <Izaya> NeXT gtk theme, XFCE Dusk colours and Haiku icon theme
L395[04:20:29] * Shuudoushi wants it.
L396[04:20:55] <vifino> I don't understand why you people like window decorations..
L397[04:21:00] <Lizzy> Mimiru: look in C:\Users\<USER>\AppData\Local\Microsoft\Windows\Theme\RoamedThemeFiles\DesktopBackground for the backgrounds
L398[04:21:01] <Shuudoushi> the person at fox that was in charge of "the github dictionary" should be fired...
L399[04:21:06] <Lizzy> %tell Mimiru: look in C:\Users\<USER>\AppData\Local\Microsoft\Windows\Theme\RoamedThemeFiles\DesktopBackground for the backgrounds
L400[04:21:06] <MichiBot> Lizzy: Mimiru: will be notified of this message when next seen.
L401[04:21:09] <Lizzy> .-.
L402[04:21:14] <Lizzy> %tell Mimiru look in C:\Users\<USER>\AppData\Local\Microsoft\Windows\Theme\RoamedThemeFiles\DesktopBackground for the backgrounds
L403[04:21:15] <MichiBot> Lizzy: Mimiru will be notified of this message when next seen.
L404[04:21:20] <Izaya> vifino, because we're not using tiling WMs?
L405[04:21:43] <vifino> Izaya: Doesn't matter, its just the window decorations.
L406[04:21:44] <vifino> .-.
L407[04:21:56] <Shuudoushi> vifino: b/c we stare at this shit for hours on end, so we want something that's pleasing to the eye
L408[04:22:11] <vifino> Shuudoushi: A red X is pleasing, yes?
L409[04:22:11] <Izaya> vifino, I don't understand why you don't like them. Same logic as you.
L410[04:22:26] <Shuudoushi> ^
L411[04:22:30] <vifino> Izaya: Clutter, I have keyboard shortcuts.
L412[04:23:05] <Izaya> vifino, so do I. I can press meta-alt and click or use the arrow keys to move a window, or hjklyubn to tile
L413[04:23:07] <Shuudoushi> vifino: what red "X"? http://puu.sh/jhdxW/9bb271d471.png
L414[04:23:46] <vifino> Shuudoushi: Oh, yeah, reskinned OSX bubbles work too.
L415[04:23:50] <Shuudoushi> I have full macros for doing random shit on windows >.>
L416[04:24:13] * Shuudoushi slaps vifino with his own severed head.
L417[04:24:13] * EnderBot2 grabs Ender's Katana and slices Shuudoushi in half
L418[04:24:13] * vifino finds the closest large object and gives Shuudoushi a slap with it
L419[04:24:42] <Shuudoushi> fuck you too EnderBot2 -_-
L420[04:25:09] * Skye pets E
L421[04:25:11] * Skye pets EnderBot2
L422[04:25:38] <vifino> Shuudoushi: I don't like em because I want to see the content, not bubbles around it. And since I'm not using them anyways, \o/
L423[04:25:58] <vifino> meta-shift-q op
L424[04:26:03] <dangranos> i have white circle with gray X in it
L425[04:26:13] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L426[04:26:15] <vifino> I have nothing with nothing in it.
L427[04:26:16] <Shuudoushi> with how un-often I close FF, it doesn't bother me a bit lol
L428[04:26:34] ⇨ Joins: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
L429[04:26:41] <Lizzy> my laptop's theme: http://i.imgur.com/bcjV1Bi.png
L430[04:27:10] <dangranos> Lizzy, what DE is that?
L431[04:27:12] <Shuudoushi> Lizzy: that's quite nice :D
L432[04:27:19] <Lizzy> dangranos: MATE
L433[04:27:21] <Izaya> ... damn, I want a Corsair Air 540 case
L434[04:27:29] <Izaya> Looks damn nice, and is good for cooling
L435[04:27:30] <Lizzy> with changed themes of course
L436[04:27:55] * dangranos uses Plasam 5 with Breeze theme and "Breeze Dark" colors
L437[04:28:16] <Izaya> Even has hot-swap hard drive bays
L438[04:28:17] <Shuudoushi> Lizzy: https://github.com/blha303/puush-linux
L439[04:28:28] <Lizzy> Shuudoushi: :O
L440[04:28:40] <Shuudoushi> surprisingly enough, it works quite well :D
L441[04:28:55] <XDjackieXD> Lizzy I wrote a upload script for Shutter to upload to puush.
L442[04:29:09] <Izaya> dangranos, heavvvy
L443[04:29:16] <Shuudoushi> has to be ran from command line with a screenshot, but still speeds up the amount of time it takes to post pics lol
L444[04:29:41] <dangranos> Izaya, at least it's not haskell compiler
L445[04:30:01] <dangranos> seriosly, why haskell compiler is so heavy?
L446[04:30:09] <Lizzy> My main PC also uses MATE but has a different theme
L447[04:30:10] <Izaya> dangranos, could be worse than KDE - could be GNOME
L448[04:30:17] <Lizzy> I need to find a way to sync them
L449[04:30:22] <dangranos> hm
L450[04:30:31] <Izaya> GNOME 2 was nice
L451[04:30:43] <vifino> Indeed. GNOME 3 is just... eh.
L452[04:30:57] <XDjackieXD> Shuudoushi do you know Shutter? (screenshot tool for linux) I wrote a puush upload plugin for it.
L453[04:31:12] <Shuudoushi> never heard of shutter till now ^^;
L454[04:31:22] <XDjackieXD> Shutter is really nice :P
L455[04:31:23] <Lizzy> MATE is the Linux Mint team's continuation of Gnome2
L456[04:31:27] <dangranos> hm
L457[04:31:31] <Shuudoushi> I'm not on linux often enough these days to look into that stuff that much ^^;
L458[04:31:41] <Izaya> Lizzy, I know, it's nice, but I have XFCE.
L459[04:31:49] <dangranos> i wonder if there is anything new in enlightenment DE
L460[04:31:57] <Izaya> I was using enlightenment for a week or 2, but it was decreasing my framerate in games
L461[04:32:08] <Izaya> also panel wasn't as nice
L462[04:32:13] <XDjackieXD> Shuudoushi I can upload the plugin when I get back to my PC in the evening if you want it :P
L463[04:32:14] <vifino> Izaya: Configure the compositing.
L464[04:32:29] <Izaya> was more like the blah OS X dock than a panel
L465[04:32:37] <Shuudoushi> XDjackieXD: sure, i can always use it whenever I have to use Ubuntu :P
L466[04:32:49] * Lizzy shudders
L467[04:32:58] <Shuudoushi> just ping me with the link, it'll get saved by my URL handler :P
L468[04:33:07] <Lizzy> .stats
L469[04:33:07] <EnderBot2> We have channel stats provided by Liz \o/ http://www.theender.net/stats/oc.html
L470[04:33:27] <Shuudoushi> why you shudder when I say Ubuntu Lizzy...
L471[04:33:40] <XDjackieXD> to use it you just have to move it to /usr/share/shutter/resources/system/upload_plugins/upload and add your api-key as password in the Shutter settings :)
L472[04:33:48] * Lizzy shudders
L473[04:34:00] <XDjackieXD> Lizzy I quite like the look of Unity :P
L474[04:34:06] * vifino shudders
L475[04:34:10] <XDjackieXD> XD
L476[04:34:36] <Izaya> Unity looks okay I guess
L477[04:34:45] <Izaya> but it seems like Aero on Windows
L478[04:34:47] <Shuudoushi> I have unity so modded that I don't think it's really unity anymore...
L479[04:34:54] <Izaya> why do I need blurred semitransparent stuff?
L480[04:35:02] <XDjackieXD> I'm really looking forward to KDE Plasma mobile or however they call their Ubuntu mobile clone :P
L481[04:35:25] * Izaya would use Enlightenment on a phone, personally
L482[04:35:32] <XDjackieXD> Shuudoushi I use unity plus the Numix GTK theme and Numix circle icon theme. looks really nice ^,^
L483[04:35:47] <vifino> XDjackieXD: Mobile KDE existed longer than Ubuntu mobile is a thing.
L484[04:36:08] <Shuudoushi> I forgot about Ubuntu mobile lol
L485[04:36:09] <XDjackieXD> vifino they based their system on ubuntu touch so I don't think so :P
L486[04:36:27] <vifino> XDjackieXD: I'm not referring to that.
L487[04:36:41] <vifino> Plasma. Active.
L488[04:36:55] <XDjackieXD> I know that they had some "mobile layout" before but it wasn't really usable :P
L489[04:37:08] <vifino> .g
L490[04:37:13] <vifino> .g plasma active
L491[04:37:16] <vifino> k.
L492[04:37:59] * Lizzy needs to make a script to auto-upload screenshots to somewhere on her site and put a link in her clip board
L493[04:38:06] <vifino> ... Wow.
L494[04:38:16] <XDjackieXD> Lizzy it's easy to write Shutter plugins :P
L495[04:38:22] <vifino> I know why this shitty box isn't finishing compiling the kernel.
L496[04:38:25] <vifino> It's looping.
L497[04:38:26] <XDjackieXD> ?
L498[04:38:28] <vifino> In the makefile.
L499[04:38:31] <XDjackieXD> lol
L500[04:38:32] <vifino> q_q
L501[04:38:42] <vifino> Clock skew detected my ass.
L502[04:39:15] <XDjackieXD> How did you manage to create a loop in the makefile without knowing it? :P
L503[04:39:23] <Lizzy> huh, forgot i made hexchat use port 8080, no need to deal with proxy crap
L504[04:39:27] <vifino> XDjackieXD: Clock skew.
L505[04:39:27] <Lizzy> HexChat: 2.9.6 ** OS: Linux 3.19.0-25-generic x86_64 ** Distro: Debian jessie/sid ** CPU: 4 x Intel(R) Core(TM) i3 CPU M 330 @ 2.13GHz (GenuineIntel) @ 933MHz ** RAM: Physical: 3.6GB, 67.3% free ** Disk: Total: 216.2GB, 86.4% free ** VGA: Intel Corporation Core Processor Integrated Graphics Controller ** Sound: HDA-Intel - HDA Intel MID ** Ethernet: Intel Corporation 82577LC Gigabit Network Connection ** Uptime: 1h 34m 24
L506[04:39:33] <Lizzy> s **
L507[04:40:18] <vifino> My cousin should be here in a few, he promised to bring hard drives.
L508[04:40:23] <XDjackieXD> i3 + 4GB RAM? Meh... (still better than my work laptop though :P)
L509[04:40:26] <Inari> again?
L510[04:40:31] <Izaya> Lizzy, i3 330?
L511[04:40:34] <vifino> Izaya: Yes.
L512[04:40:36] <vifino> er
L513[04:40:39] <vifino> Inari*
L514[04:40:45] <Lizzy> Izaya: work laptop, it's a Toshiba Tecra M11
L515[04:40:49] <Inari> how many harddrives does he have lying about Oo
L516[04:40:51] <Izaya> I think my laptop has a 370 or something
L517[04:41:05] <Lizzy> this thing is really slow on windows
L518[04:41:10] <vifino> Inari: He wasn't there last time, emergency.
L519[04:41:21] <Lizzy> though that may be because of my work's stuff
L520[04:41:30] <Izaya> I haven't tried Windows on mine, considering installing a copy though
L521[04:41:31] <Inari> ah
L522[04:41:34] <vifino> He said he tries to bring sata cables though, so \o/
L523[04:41:40] <Inari> did a harddrive explode?
L524[04:41:42] * vifino needs 3, at least
L525[04:41:49] <XDjackieXD> Dell inspiron 15r se. i7-3612QM, 8GB RAM :) (old but still working better than most modern laptops for the same money...)
L526[04:42:23] <XDjackieXD> vifino why do you have so many HDDs? o.O
L527[04:42:24] <Izaya> I might be getting that Dell XPS 1401X I was talking about - first gen i5, GeForce 420m, 8GB RAM
L528[04:42:45] <Izaya> depends how annoyed the owner gets with it I guess
L529[04:42:49] <XDjackieXD> ^^
L530[04:43:04] <Inari> hm
L531[04:43:18] <Inari> whats a good and free desktop (windows) UML/flowchart software?
L532[04:43:38] * Lizzy was going to do something but has forgotten
L533[04:43:54] <XDjackieXD> Inari I use Libreoffice draw for flowcharts in school
L534[04:43:58] <XDjackieXD> but ii
L535[04:44:03] <XDjackieXD> *it's not ideal
L536[04:44:40] * Lizzy wants a new laptop for herself
L537[04:46:56] <vifino> XDjackieXD: Rip opened my old nas, +2 hdds, cousin, +2 hdds, laying around, +1 hdd
L538[04:47:22] <Inari> hmm meh
L539[04:47:32] <Lizzy> why do laptop makers still insist on making laptops with less than 2GHz processors .-.
L540[04:47:35] <XDjackieXD> :P The only place where I have more than 2 HDDs is my NAS (4 HDDs) and my server (8HDDs)
L541[04:47:44] <XDjackieXD> Lizzy because cheap...
L542[04:47:53] <Shuudoushi> Inari: OpenOffice
L543[04:48:06] <vifino> 3x2tb, 1x1tb, 1x.75tb
L544[04:48:15] <vifino> Should be plenty of storage for a few days.
L545[04:48:20] <XDjackieXD> ^.^
L546[04:48:21] <Inari> Shuudoushi: is that an actual flowcharting thingy or just drawing shapes in word?
L547[04:48:30] * Lizzy needs to build herself a NAS or raid storage box
L548[04:48:41] <Shuudoushi> Inari: it's like microsoft office but free
L549[04:48:48] <Inari> yeah
L550[04:48:51] <Inari> but office has no flowcharting
L551[04:48:54] <Inari> so i take it means the word thing
L552[04:48:58] <Shuudoushi> and a shot ton more plug-ins
L553[04:49:04] <Shuudoushi> shit*
L554[04:49:08] <XDjackieXD> Inary Libre/Openoffice draw has something that is a mix of both. (drawing basic shapes with snapping connections for flowcharts)
L555[04:49:13] <vifino> Lizzy: Just wait :P
L556[04:49:20] * vifino giggles
L557[04:49:23] <Inari> i'll try viusal paradigm first
L558[04:49:25] <Shuudoushi> no, there is a flowchat plug-on built in on the last ver I used
L559[04:49:38] <Shuudoushi> s/plug-on/plug-in
L560[04:49:38] <MichiBot> <Shuudoushi> no, there is a flowchat plug-in built in on the last ver I used
L561[04:49:40] <Lizzy> vifino: But I don't wanna wait :(
L562[04:49:55] <vifino> Lizzy: I don't want to wait either :(
L563[04:50:23] <XDjackieXD> Lizzy QNAP works pretty well and if you have enough money I would get a hardware raid+intel atom board with 4+ HDDs :3
L564[04:50:48] * Lizzy wishes she was earning more money
L565[04:51:32] <XDjackieXD> Everyone wants to earn more money :3
L566[04:51:49] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L567[04:52:02] <Lizzy> XDjackieXD: i get like 20p more than the minimum apprenticeship wage
L568[04:52:04] <Lizzy> for the UK
L569[04:52:11] <XDjackieXD> :/
L570[04:52:37] <Shuudoushi> Inari: just in case https://www.openoffice.org/
L571[04:53:23] <XDjackieXD> I mean I don't get anything regularly because I'm still in school but currently I'm doing one month internship at Atos and I get about 900€ for the month :3
L572[04:53:48] <Lizzy> still more than i get
L573[04:53:51] <XDjackieXD> o.O
L574[04:54:11] *** Magik6k|off is now known as Magik6k
L575[04:55:11] <Shuudoushi> yeah, we broke programmers XD
L576[04:55:16] <XDjackieXD> ?
L577[04:55:42] <Shuudoushi> Lizzy: what distro you on atm?
L578[04:55:49] <Lizzy> Shuudoushi: mint
L579[04:56:01] <Lizzy> and since i meet the criteria for the apprentice minimum age i get £2.40 less than the minimum wage for my age band
L580[04:56:34] <Shuudoushi> can you pop open a term and run 'sudo su', quit out of the login, and send me a screen shot of the window please
L581[04:57:02] <XDjackieXD> what branch are you working in Lizzy? (IT, ...)
L582[04:57:22] <Lizzy> IT, Networking Apprentice
L583[04:57:27] <Lizzy> Shuudoushi: gimmie a sec
L584[04:57:35] <Shuudoushi> kk, tyvm
L585[04:57:59] <XDjackieXD> Lizzy have a technical degree? because in Austria this jobs are pretty well paid...
L586[04:58:15] <Shuudoushi> I know Ubuntu's sudo password prompt looks something like this '"[sudo] password for ".. os.getenv("USER")": "' but I'm unsure of mints
L587[04:58:32] <Shuudoushi> Lizzy is in england
L588[04:58:39] <Shuudoushi> XDjackieXD: ^
L589[04:59:01] <Lizzy> Shuudoushi: http://i.imgur.com/QrRGmP3.png
L590[04:59:30] <Shuudoushi> tyvm madam
L591[04:59:53] <XDjackieXD> Shuudoushi I realised that from pounds and UK mentioned before but I haven't thought that the base salary is that different...
L592[05:00:17] <Shuudoushi> yeah, it's kinda foo bar lol
L593[05:00:21] <vifino> Shuudoushi: http://puu.sh/jhf9K/a5c894bbbf.png
L594[05:00:43] <XDjackieXD> vifino your powerline fonts are defective :P
L595[05:01:03] <vifino> uwot m8
L596[05:01:07] <Shuudoushi> vifino: you're on arch right?
L597[05:01:12] <vifino> Shuudoushi: Yes.
L598[05:01:17] <Shuudoushi> sweet
L599[05:01:26] <Shuudoushi> thanks guys/ladies
L600[05:01:47] <vifino> XDjackieXD: Yes, there is a tiny visual bug, but that's been on all the ubuntu patched fonts.
L601[05:02:11] <XDjackieXD> I was bored at work last week and setup an arch VM with encrypted rootfs (LUKS) and zsh + powerline, lxde, ... :P was pretty funny.
L602[05:02:14] <vifino> And since I absolutely love the Ubuntu Mono fonts, I just can't stop using them.
L603[05:02:33] <XDjackieXD> I patched the ubuntu mono powerline using a font editor to fit correctly...
L604[05:03:00] <vifino> XDjackieXD: gib pl0x
L605[05:03:34] <XDjackieXD> vifino I have to look if I have it here else I can upload it in the evening when I get back to my PC
L606[05:03:40] <vifino> \o/
L607[05:04:24] <vifino> XDjackieXD: I give a lot about fonts and font rendering, so that would seriously make me happy :)
L608[05:04:28] <XDjackieXD> It's a bit of an ugly patchwork (I added some spacers to the special powerline chars and resized it with try and error but now they fit XD)
L609[05:04:44] <XDjackieXD> vifino It really bugged me that they didn't fit XD
L610[05:04:53] * vifino runs a patched fontconfig with infinality patchset applied
L611[05:05:37] <vifino> Makes shit look pretty :3
L612[05:06:18] <vifino> If you run a screen with a resolution higher than 1080p, your eyes will fall out.
L613[05:06:25] <vifino> It's an amazing difference.
L614[05:06:43] <XDjackieXD> vifino I don't have it on my laptop but I will go home now and upload it (I'm currently at my mom's place). I will be back in about half an hour or so :3
L615[05:06:47] <Shuudoushi> and that's what I get for not looking to see whatbranch I'm working on...
L616[05:06:53] <XDjackieXD> my font is only ubuntu mono patched with powerline
L617[05:06:59] <vifino> XDjackieXD: :D \o/
L618[05:07:38] *** XDjackieXD is now known as XDjackieXD|afk
L619[05:08:04] <Izaya> ... I just realised that my anime drive isn't plugged in.
L620[05:08:11] <Izaya> What do I want to download and watch?
L621[05:08:21] <Izaya> Actually, I'll check if I have any unwatched movies first.
L622[05:08:32] <Inari> meh screw UML
L623[05:08:39] <Shuudoushi> lmao
L624[05:08:40] <Inari> i'll just use pen&paper and my freeform system
L625[05:08:41] <Inari> :P
L626[05:08:48] <Shuudoushi> XD
L627[05:09:03] <Inari> need to someday learn UML properly, but till then, for 1-person projects i dont really care
L628[05:10:05] <Shuudoushi> too heavy on the stupid humor? http://puu.sh/jhfyQ/aba114d978.png
L629[05:10:47] <Lizzy> Shuudoushi: haha
L630[05:11:02] <Shuudoushi> I think I got that quote right at least lol
L631[05:11:14] <Lizzy> I'm sorry Dave, I can't do that.
L632[05:11:39] <vifino> ^
L633[05:11:43] <Shuudoushi> ah
L634[05:11:50] <Shuudoushi> let me change that rq then lol
L635[05:12:00] <vifino> Actually I think it was "I'm sorry Dave, I can't let you do that."
L636[05:12:10] <vifino> But close enough :P
L637[05:12:32] <Shuudoushi> TO GOOGLE!
L638[05:12:49] <Shuudoushi> I think you are right though vifino
L639[05:12:55] <vifino> \o/
L640[05:12:55] <Lizzy> Dave Bowman: Open the pod bay doors, HAL.
L641[05:12:55] <Lizzy> HAL: I'm sorry, Dave. I'm afraid I can't do that.
L642[05:13:05] <vifino> Oh, yeah, right.
L643[05:13:15] <vifino> Both close enough \o/
L644[05:13:18] <Shuudoushi> i'm sorry dave i'm afraid i can't do that
L645[05:13:24] * vifino highfives Lizzy
L646[05:13:35] * Lizzy highfives vifino
L647[05:13:40] <vifino> :D
L648[05:14:06] <Shuudoushi> thee we go lol http://puu.sh/jhfJ5/5243a45f10.png
L649[05:14:35] <Shuudoushi> does the 'os.getenv('USER')' make it too nerdy?
L650[05:16:59] <dangranos> FCK?
L651[05:17:03] <dangranos> *UFCK?
L652[05:17:15] <dangranos> somethingsomething check?
L653[05:17:24] <Shuudoushi> someone said it should be added to the motd, so I did lol
L654[05:22:03] *** PotatoSchool is now known as Potato
L655[05:22:18] *** Potato is now known as PotatoTrumpet
L656[05:22:37] <Shuudoushi> yay http://puu.sh/jhg6U/73ec874f42.png
L657[05:23:15] <PotatoTrumpet> Goood morning
L658[05:23:21] <Shuudoushi> o/
L659[05:23:40] <PotatoTrumpet> I'm so hungry and thirsty
L660[05:24:04] <PotatoTrumpet> yet I can't eat/drink until after my surgery
L661[05:24:43] <PotatoTrumpet> which is in a few hours
L662[05:25:05] <Inari> sounds odd that you cant even drink :P
L663[05:25:32] <PotatoTrumpet> Less stuff to vomit if I do?
L664[05:25:49] <Inari> what surgery anyway
L665[05:26:07] <PotatoTrumpet> Umm
L666[05:26:32] <PotatoTrumpet> It's one I would like to get done while i'm still under my parents health insurance/money
L667[05:26:46] <PotatoTrumpet> Doctor said it may cause a problem in the future
L668[05:26:49] <Inari> that dodging
L669[05:26:51] <Shuudoushi> sex change then?
L670[05:26:55] <PotatoTrumpet> Hell no
L671[05:27:11] <Inari> you cant just announce you'll have surgery and then not tell what
L672[05:27:14] * PotatoTrumpet slaps Shuudoushi with a large sausage
L673[05:27:14] * EnderBot2 rulls on the floor laughing
L674[05:27:22] <Shuudoushi> Inari: it's a sex change surgery
L675[05:27:27] <PotatoTrumpet> >_<
L676[05:27:34] <PotatoTrumpet> Fucking skin bridge removal
L677[05:27:52] <Inari> heh
L678[05:27:53] * PotatoTrumpet shoots Shuudoushi and Inari with a cucumber
L679[05:28:01] <Inari> melissa?
L680[05:28:07] <Shuudoushi> lol
L681[05:28:16] <PotatoTrumpet> who the hell is melissa
L682[05:28:29] <Inari> http://imgur.com/gallery/K3yH7Td
L683[05:29:37] ⇨ Joins: Vexaton (~Vexatos@91-113-77-6.adsl.highway.telekom.at)
L684[05:29:37] zsh sets mode: +v on Vexaton
L685[05:30:11] <PotatoTrumpet> umm
L686[05:30:21] <Inari> http://imgur.com/gallery/FnDxsDQ that cool
L687[05:30:28] <PotatoTrumpet> WHAT IS THIS VEXATON THING
L688[05:31:05] <Shuudoushi> Inari: that first link XD
L689[05:31:17] *** Vexatos is now known as Guest81387
L690[05:31:17] ⇦ Quits: Guest81387 (~Vexatos@91-113-77-6.adsl.highway.telekom.at) (Killed (chaos.esper.net (Nickname regained by services)))
L691[05:31:17] *** Vexaton is now known as Vexatos
L692[05:31:29] <Inari> why did you lol at melissa ify ou didnt know the melissa story
L693[05:32:13] <Shuudoushi> it's been awhile since the last time I read it XD
L694[05:34:24] <Shuudoushi> and skype just said "FUCK YOU!!!" lol
L695[05:35:14] *** XDjackieXD|afk is now known as XDjackieXD
L696[05:37:04] <XDjackieXD> vifino: https://files.chaosfield.at/files/Ubuntu%20Mono%20derivative%20Powerline.otf Just put it in ~/.fonts and run fc-cache
L697[05:37:36] <XDjackieXD> and then select the right font in your terminal emulator (Ubuntu Mono derivative Powerline)
L698[05:39:32] <XDjackieXD> Shuudoushi: https://files.chaosfield.at/files/Puush.pm put it in /usr/share/puush/resources/system/upload_plugins/upload/Puush.pm and restart puush
L699[05:39:49] <XDjackieXD> *restart Shutter
L700[05:39:56] <XDjackieXD> */usr/share/shutter
L701[05:39:57] <vifino> XDjackieXD: It looks more messed up than before .-.
L702[05:40:00] <XDjackieXD> o.O
L703[05:40:15] <XDjackieXD> looks fine for me... (size 12 and gnome-terminal)
L704[05:40:26] <dangranos> some cringe video
L705[05:40:26] <dangranos> https://www.youtube.com/watch?v=k2vJNNAQZlg
L706[05:40:27] <MichiBot> dangranos: Jive and Fox Business Host GitHub CEO Tom Preston-Werner | length 4m 12s | Likes: 64 Dislikes: 30 Views: 15354 | by Jive Software
L707[05:41:02] ⇦ Quits: Vexatos (~Vexatos@91-113-77-6.adsl.highway.telekom.at) (Quit: I guess I have to go now. Bye ✔)
L708[05:41:10] <vifino> XDjackieXD: http://puu.sh/jhgWY/47882d9a7c.png
L709[05:41:35] <XDjackieXD> strange o.O
L710[05:41:36] <dangranos> vifino, uh?
L711[05:41:46] <XDjackieXD> fonts are like black magic...
L712[05:42:16] <dangranos> XDjackieXD, because they are
L713[05:46:33] * PotatoTrumpet feeds dangranos to the demons in #computercraft
L714[05:51:19] <vifino> The day I threw NeoBundle away and started loving vim-plug.
L715[05:51:25] <vifino> Today.
L716[05:53:13] <Shuudoushi> vifino: did you already know about the puush for linux thing, or did you start playing with it after I linked it?
L717[05:53:32] <vifino> Shuudoushi: I have it since ages.
L718[05:53:42] <vifino> Well, another script, does the same thing.
L719[05:53:51] <Shuudoushi> why you never tell me about it then T.T
L720[05:54:44] <vifino> q_q
L721[05:55:03] * vifino slaps Shuudoushi with a hug
L722[05:55:03] * EnderBot2 laughs
L723[05:55:43] <vifino> Shuudoushi: Just in case, I'm gonna spam you with all the cool things i use.
L724[05:55:43] <EnderBot2> https://www.youtube.com/watch?v=anwy2MPT5RE
L725[05:55:51] <vifino> Shuudoushi: https://github.com/junegunn/fzf
L726[05:55:53] <PotatoTrumpet> Sooo
L727[05:55:56] <vifino> Go, Go and more Go.
L728[05:55:59] <PotatoTrumpet> When does windows 10 get released?
L729[05:56:08] <Izaya> PotatoTrumpet, today
L730[05:56:14] <PotatoTrumpet> It's wednesday
L731[05:56:16] <PotatoTrumpet> IT IS TODAY
L732[05:56:18] <Izaya> it's almost the 30th
L733[05:56:25] <Izaya> 3 hours until the 30th
L734[05:56:29] <PotatoTrumpet> :P
L735[05:56:37] <Shuudoushi> lol
L736[05:56:53] <PotatoTrumpet> http://puu.sh/jhhH5/27bdeca267.jpg
L737[05:56:58] <dangranos> PotatoTrumpet, what's up?
L738[05:56:58] <PotatoTrumpet> OMGHOAJGOKAJFLKAS
L739[05:57:18] ⇦ Quits: Tahg (~Tahg@pool-96-237-111-105.bstnma.fios.verizon.net) (Ping timeout: 198 seconds)
L740[05:58:00] <XDjackieXD> I have win10 preview on my laptop. is there any way to upgrade to the stable using a win7 key? (or a win10 key. I could get one for free if the win7 doesn't work...)?
L741[05:58:15] <PotatoTrumpet> Win7 key would work
L742[05:58:20] <PotatoTrumpet> but only the home version
L743[05:58:42] <XDjackieXD> to upgrade from win10 preview to stable without reinstalling 7 and upgrading?
L744[05:58:55] <PotatoTrumpet> oh
L745[05:58:55] <PotatoTrumpet> idk
L746[05:58:57] <PotatoTrumpet> about that
L747[05:59:12] <PotatoTrumpet> brb installing windurs
L748[05:59:22] <Izaya> XDjackieXD, probably can do a 7 install
L749[05:59:30] <XDjackieXD> A good friend of mine is at the release party in Vienna :P
L750[05:59:45] *** PotatoTrumpet is now known as PotatoAway
L751[05:59:49] <Izaya> I have a thing for activating 7 so you could then upgrade to 10
L752[05:59:54] <XDjackieXD> Izaya is there any chance to upgrade from insider preview to stable (using a win10 key)
L753[06:00:12] <Izaya> XDjackieXD, if it was activated before like the 20th you get a free copy
L754[06:01:16] <XDjackieXD> I have a windows 7 key on my laptop but it is currently not installed (I upgraded to 8.1 a few years ago and clean-installed win10 preview a few months back...)
L755[06:01:33] <Izaya> if it's activated now, you get the full version for free
L756[06:02:02] <XDjackieXD> but do I have to install 7 again and upgrade to 10 or can I just upgrade from tech preview to stable using the win7 key? :P
L757[06:02:05] <Shuudoushi> still taking it's dear sweet time... http://puu.sh/jhhVb/8ff02cc073.png
L758[06:02:41] <Shuudoushi> Izaya: let me know how your upgrade form win7p to win10l goes
L759[06:02:46] <Izaya> if 10 is activated now, it's activated for the rest of time
L760[06:02:52] <Izaya> Shuudoushi, I sorta nuked my 7 already
L761[06:02:59] <Shuudoushi> ...
L762[06:03:24] <Izaya> nuked my 7, installed 10, didn't get it done in time, gonna reinstall 7 soon™
L763[06:03:29] <XDjackieXD> Izaya my windows 10 I currently have is the TECH PREVIEW but I have a old win7 key on the back of the laptop :P
L764[06:04:03] <Izaya> XDjackieXD, tech preview means it's activated for free for the rest of time
L765[06:04:06] <Izaya> according to MS, anyway
L766[06:04:42] <XDjackieXD> Izaya yes if I keep using the beta but I want to go from beta to the stable version...
L767[06:04:51] <Shuudoushi> there should be an update soon™ from MS to turn tech previews into full release
L768[06:04:58] <Izaya> XDjackieXD, you get free activation for stable 10
L769[06:05:06] <XDjackieXD> o.O
L770[06:05:06] <Izaya> that's how it works
L771[06:05:15] <Izaya> yeah, MS is being weird and I don't believe them
L772[06:05:20] <Shuudoushi> same lol
L773[06:05:33] <Izaya> but that's the story they're telling
L774[06:06:33] <XDjackieXD> I *may* have to try upgrading then.... :P see you in a few hours XD
L775[06:06:46] <Shuudoushi> o/
L776[06:06:54] <Shuudoushi> I'm off to bed folks
L777[06:07:01] <XDjackieXD> good night o/
L778[06:07:06] <Shuudoushi> take care everyone o/
L779[06:07:16] *** Shuudoushi is now known as Shuudoushi|Away
L780[06:11:07] <vifino> https://github.com/jneen/balls
L781[06:11:08] <vifino> Wat.
L782[06:11:12] <vifino> Bash on Balls.
L783[06:11:24] <vifino> A ruby on rails clone. With Bash.
L784[06:37:20] ⇨ Joins: Nathan1852_ (~Nathan185@p5DC11B95.dip0.t-ipconnect.de)
L785[06:43:39] <Sandra> can I rant that I can't stand OOP that is purely constructed, used, then ignored.
L786[06:43:47] <Sandra> you may as well just use a bloody function.
L787[06:44:01] *** Cazzar is now known as Cazzar|Away
L788[06:48:33] *** PotatoAway is now known as PotatoTrumpet
L789[06:49:08] <PotatoTrumpet> \o
L790[06:49:38] <PotatoTrumpet> Hmm, I like windows 10
L791[06:58:19] <Sandra> mine's not come yet.
L792[06:58:26] <PotatoTrumpet> Mine has
L793[07:11:57] *** SleepingFairy is now known as Daiyousei
L794[07:29:29] ⇨ Joins: ThePotato (~ThePotato@68-185-232-89.dhcp.slid.la.charter.com)
L795[07:30:04] <PotatoTrumpet> %weather hell
L796[07:30:09] <MichiBot> PotatoTrumpet: Current weather for Hell, Norway Current Temp: 61°F/16°C Feels Like: 61°F/16°C Current Humidity: 72 Wind: From the W 7 Mph/11 Km/h Conditions: Partly Cloudy
L797[07:30:27] <Shuudoushi|Away> %tell Vexatos most up-to-date Windows 10 ToS/EULA http://puu.sh/jhm84/a5a8c1c710.txt
L798[07:30:28] <MichiBot> Shuudoushi|Away: Vexatos will be notified of this message when next seen.
L799[07:30:36] <ThePotato> hello, cousin!
L800[07:31:07] <PotatoTrumpet> Shuudoushi|Away, I got winders10 installed
L801[07:31:26] <Shuudoushi|Away> were you on win8.1 or win7?
L802[07:31:31] <PotatoTrumpet> 8.1
L803[07:31:41] <Shuudoushi|Away> then that info is of no use to me lol
L804[07:31:44] <Izaya> you may not: (iv) work around any technical restrictions or limitations in the software;
L805[07:31:47] <Izaya> uuuhhh
L806[07:31:51] <PotatoTrumpet> Bwahahahhaha
L807[07:31:52] * Lizzy hides
L808[07:31:55] <Izaya> so I can't install an ext3 driver?
L809[07:31:58] <Shuudoushi|Away> like they can stop me }:D
L810[07:32:12] <PotatoTrumpet> What are they gonna do, take your bytes away?
L811[07:32:18] <Shuudoushi|Away> lol
L812[07:32:38] <PotatoTrumpet> Izaya, i'm about 80% sure that is to remove liability from them
L813[07:32:48] <Izaya> PotatoTrumpet, but lisencing
L814[07:32:54] <Izaya> they could fuck you over for just about anything
L815[07:33:00] <PotatoTrumpet> >_<
L816[07:33:10] <PotatoTrumpet> how about we make our own OS
L817[07:33:15] <PotatoTrumpet> with blackjack and hookers
L818[07:34:10] <Izaya> why not just use Linux?
L819[07:34:27] <Shuudoushi|Away> lulz, a. License. The software is licensed, not sold. Under this agreement, we grant you the right to install and run one instance of the software on your device (the licensed device), for use by one person at a time, so long as you comply with all the terms of this agreement. Updating or upgrading from non-genuine software with software from Microsoft or authorized sources does not make your original version or the updated/upgraded
L820[07:34:27] <Shuudoushi|Away> version genuine, and in that situation, you do not have a license to use the software.
L821[07:34:51] <Shuudoushi|Away> like they have anything in place to make sure your software you're upgrading from is really legit or not XD
L822[07:35:47] <Shuudoushi|Away> http://puu.sh/jhmxp/d0a1129552.png
L823[07:35:51] <Shuudoushi|Away> enough said lol
L824[07:36:35] <PotatoTrumpet> lol
L825[07:36:47] <PotatoTrumpet> can't wait until winders10 is up on a torrent site
L826[07:36:55] <PotatoTrumpet> so I can use it in a VM
L827[07:36:59] <Shuudoushi|Away> it already is XD
L828[07:36:59] <Izaya> PotatoTrumpet, 24 hours
L829[07:37:00] <Izaya> tops
L830[07:37:20] <PotatoTrumpet> lel
L831[07:37:43] <ThePotato> PotatoTrumpet, http://kat.cr/usearch/Windows%2010/
L832[07:37:47] * vifino hides with Lizzy
L833[07:37:50] <Izaya> cortana is also cool
L834[07:37:57] <Izaya> but fuck that monitoring
L835[07:38:07] <PotatoTrumpet> I disabled her
L836[07:38:27] <Izaya> Windows Server 2016 when?
L837[07:38:36] <Izaya> ...wait
L838[07:40:13] <PotatoTrumpet> ...
L839[07:41:52] <Shuudoushi|Away> hmmm
L840[07:42:07] <Shuudoushi|Away> I wonder just how bad this is going to jack my system...
L841[07:42:50] <Shuudoushi|Away> I guess if all else fails, I just wipe the partition and gen a win7 key lol
L842[07:43:57] <Shuudoushi|Away> Izaya: do you have a non-legit win7 on a VM or something someplace you can test win7 to win10 upgrade with?
L843[07:44:22] <Izaya> Shuudoushi|Away, uh, I killed my W7 VM
L844[07:44:28] <Izaya> disk space
L845[07:44:34] <Shuudoushi|Away> I thought you had like 3 of em...
L846[07:44:52] <Izaya> at one point yes
L847[07:44:55] <Izaya> but like I said
L848[07:44:57] <Izaya> disk space
L849[07:45:00] <Shuudoushi|Away> well shit...
L850[07:45:22] <Shuudoushi|Away> let's see if I have on on VM someplace then
L851[07:45:26] <PotatoTrumpet> pooiuyyuykiukoo8i99i9
L852[07:45:30] <dangranos> XD
L853[07:45:52] <Shuudoushi|Away> if I do, it would explain where a lot of my disk space has been going lol
L854[07:45:57] <PotatoTrumpet> ummmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
L855[07:46:13] <PotatoTrumpet> trying to think if anyone else may have one
L856[07:46:14] <PotatoTrumpet> nope
L857[07:46:14] <Shuudoushi|Away> huh, looks like I do. http://puu.sh/jhn4U/92454d2cc9.png
L858[07:46:17] <PotatoTrumpet> Izaya, is the only person
L859[07:46:18] ⇨ Joins: Negi (~Poireau@2a01:e35:2f6a:7060:e2ca:94ff:fe1f:76e0)
L860[07:46:19] <dangranos> some guy joined #git and started saying something among the lines of "99% of git is useless and not used, Subversion is much better"
L861[07:46:45] <Shuudoushi|Away> lol, wtf?
L862[07:47:25] <PotatoTrumpet> what is subversion
L863[07:47:34] <Shuudoushi|Away> oh wow, this is an old win7 VM XD
L864[07:47:39] <Izaya> afk shower
L865[07:47:42] <Shuudoushi|Away> I only have 2gb of RAM going to it lol
L866[07:47:56] <dangranos> PotatoTrumpet, kinda git but worse
L867[07:48:13] <dangranos> nah, just some delta VCS
L868[07:48:15] <dangranos> iirc
L869[07:48:34] ⇦ Quits: npe|office (~NPExcepti@bps-gw.hrz.tu-chemnitz.de) (Quit: Leaving)
L870[07:48:57] <Shuudoushi|Away> lol, and it's 'active' XD http://puu.sh/jhnci/e22682efa1.png
L871[07:49:52] ⇦ Quits: giodamelio (webchat@c-98-237-142-15.hsd1.wa.comcast.net) (Ping timeout: 204 seconds)
L872[07:51:58] <PotatoTrumpet> kl
L873[07:52:02] <PotatoTrumpet> \
L874[07:53:08] <Shuudoushi|Away> I forgot how to make UAC burn in hell...
L875[07:53:52] <Skye> What's wrong with UAC?
L876[07:54:00] <PotatoTrumpet> ydyrdy
L877[07:54:05] <vifino> everything.
L878[07:54:09] <vifino> Probably.
L879[07:54:09] <Shuudoushi|Away> It's a flaming hunk of shit
L880[07:54:09] <PotatoTrumpet> test
L881[07:54:16] <PotatoTrumpet> test
L882[07:54:18] <vifino> I have no clue about windows.
L883[07:54:27] <PotatoTrumpet> test2
L884[07:54:29] <PotatoTrumpet> jksafhjklasdf
L885[07:54:33] * PotatoTrumpet dies
L886[07:55:04] <Skye> It's not much worse than having to use sudo on Debian...
L887[07:55:31] <PotatoTrumpet> crap
L888[07:55:39] <PotatoTrumpet> I forgot how to make UAC also burn in hell
L889[07:55:58] <Shuudoushi|Away> it was supposed to be like requiring sudo in linux to do certain things, but it's too easy for shit to get around and is just a giant headache when installing just about anything
L890[07:57:04] ⇨ Joins: Nathan1852__ (~Nathan185@p5DC11B95.dip0.t-ipconnect.de)
L891[07:59:12] * PotatoTrumpet ** SysInfo ** Client: HexChat 2.10.2 (x64) ** OS: Microsoft Windows 10 Home ** CPU: AMD FX(tm)-8350 Eight-Core Processor (4.00 GHz) ** RAM: 8140 MB Total (4411 MB Free) ** VGA: Microsoft Basic Display Adapter ** Uptime: 1.32 Hours **
L892[07:59:16] <PotatoTrumpet> AGGGGH
L893[07:59:32] <vifino> Fucking clock skew.
L894[07:59:46] <PotatoTrumpet> why u no use my 970
L895[07:59:49] <Shuudoushi|Away> lol, http://puu.sh/jhnM6/946d11f045.png
L896[07:59:57] <vifino> make: Warning: File 'scripts/Kbuild.include' has modification time 6333236 s in the future
L897[08:00:08] * Skye ** SysInfo ** Client: HexChat 2.10.2 (x64) ** OS: Microsoft Windows 8.1 ** CPU: Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz (3.00 GHz) ** RAM: 7697 MB Total (3139 MB Free) ** VGA: Intel(R) HD Graphics 4600 ** Uptime: 1.32 Hours **
L898[08:00:24] * Shuudoushi|Away ** SysInfo ** Client: HexChat 2.10.2 (x64) ** OS: Microsoft Windows 7 Ultimate ** CPU: AMD Athlon(tm) II X4 620 Processor (3.00 GHz) ** RAM: 12253 MB Total (2053 MB Free) ** VGA: NVIDIA GeForce GTX 650 Ti BOOST ** Uptime: 4.67 Hours **
L899[08:02:20] <PotatoTrumpet> Well
L900[08:02:27] <PotatoTrumpet> Time to take a show
L901[08:02:27] <PotatoTrumpet> er
L902[08:02:38] ⇦ Quits: Nathan1852_ (~Nathan185@p5DC11B95.dip0.t-ipconnect.de) (Ping timeout: 378 seconds)
L903[08:02:47] <PotatoTrumpet> so i'm nice and clean for when they amputate my head off
L904[08:02:51] <Shuudoushi|Away> I'm heading back to sleep lol
L905[08:03:10] *** PotatoTrumpet is now known as PotatoAway
L906[08:04:30] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Remote host closed the connection)
L907[08:05:47] * DrHoffman ** SysInfo ** Client: HexChat 2.11.2 (x128) ** OS: Microsoft Windows 11 Omega ** CPU: Intel Athlon(c) IV X8 9001 Processor (5.00 GHz) ** RAM: 12253 MB Total (12253 MB Free) ** VGA: NVIDIA GeForce GTX 998 Ti B000ST ** Uptime: 4.67 Years **
L908[08:06:25] <Negi> How many space is there for the EEPROM's data (setData/getData) ?
L909[08:06:34] <DrHoffman> 256 bytes
L910[08:08:25] *** Cazzar|Away is now known as Cazzar
L911[08:11:37] ⇦ Quits: orthoplex64_2 (~orthoplex@cpe-66-69-96-209.satx.res.rr.com) (Quit: Leaving)
L912[08:12:53] ⇨ Joins: black3agl3 (~black3agl@197.225.243.15)
L913[08:17:51] ⇦ Quits: black3agl3 (~black3agl@197.225.243.15) (Read error: Connection reset by peer)
L914[08:18:13] ⇨ Joins: black3agl3 (~black3agl@197.225.243.15)
L915[08:19:03] ⇦ Quits: AngieBLD (AngieBLD@2001:19f0:6800:8161:a:1ce:c01d:babe) (Ping timeout: 198 seconds)
L916[08:19:03] ⇦ Quits: mrkirby153 (mrkirby153@the.government.stole-your.pw) (Ping timeout: 198 seconds)
L917[08:19:16] ⇦ Quits: WireWulf (uid102061@id-102061.ealing.irccloud.com) (Read error: Connection reset by peer)
L918[08:19:34] ⇨ Joins: WireWulf (uid102061@id-102061.ealing.irccloud.com)
L919[08:19:57] ⇦ Quits: Skye (skyem123@is.cute.skyem.co.uk) (Ping timeout: 198 seconds)
L920[08:19:57] ⇦ Quits: Evey (evey@2001:19f0:6800:8161:1:bad:ca7:babe) (Ping timeout: 198 seconds)
L921[08:19:57] ⇦ Quits: Aedda (~aedda@2600:3c00::19:cace) (Ping timeout: 198 seconds)
L922[08:20:24] ⇦ Quits: Lizzy (lizzy@lizzy.theender.net) (Ping timeout: 198 seconds)
L923[08:20:36] ⇦ Quits: clever (~clever@nwcsnbsc03w-047054167025.dhcp-dynamic.FibreOP.nb.bellaliant.net) (Ping timeout: 189 seconds)
L924[08:21:03] ⇨ Joins: Skye (skyem123@is.cute.skyem.co.uk)
L925[08:21:16] <Izaya> oooh
L926[08:21:18] ⇦ Quits: Wer38|afk (~wer38@wer38.info) (Ping timeout: 198 seconds)
L927[08:21:20] <Izaya> are we doing sysinfos?
L928[08:21:37] <Izaya> HexChat: 2.10.2 ** OS: Linux 4.1.2-2-ARCH x86_64 ** Distro: ArchLinux ** CPU: 4 x Intel(R) Core(TM) i3-4160 CPU @ 3.60GHz (GenuineIntel) @ 3.60GHz ** RAM: Physical: 7.7GiB, 73.4% free ** Disk: Total: 454.6GiB, 7.8% free ** VGA: NVIDIA Corporation GT220 1GB ** Sound: HDA-Intel
L929[08:21:53] <vifino> DrHoffman: that was pure glory to read.
L930[08:22:42] * DrHoffman extracts the pure glory from vifino
L931[08:23:01] <DrHoffman> I guess we're playing Gloryville now
L932[08:23:39] <vifino> I thought FaceVille on FarmBook.
L933[08:23:44] <vifino> Oh well.
L934[08:23:51] ⇨ Joins: LizzyTrickster (lizzy@lizzy.theender.net)
L935[08:23:51] zsh sets mode: +o on LizzyTrickster
L936[08:23:51] ⇨ Joins: Evey (evey@2001:19f0:6800:8161:1:bad:ca7:babe)
L937[08:24:36] ⇨ Joins: AngieBLD (AngieBLD@2001:19f0:6800:8161:a:1ce:c01d:babe)
L938[08:27:11] <DrHoffman> I can now click my holograms in my mod ( ͡^ ͜ʖ ͡^)
L939[08:27:27] ⇨ Joins: clever (~clever@nwcsnbsc03w-047054167025.dhcp-dynamic.FibreOP.nb.bellaliant.net)
L940[08:28:24] *** LizzyTrickster is now known as Yzzil
L941[08:28:45] *** DrHoffman is now known as RdNamffoh
L942[08:28:55] *** vifino is now known as onifiv
L943[08:30:24] *** |0xDEADBEEF| is now known as |FEEBDAEDx0|
L944[08:30:42] ⇨ Joins: mrkirby153 (mrkirby153@the.government.stole-your.pw)
L945[08:34:45] ⇨ Joins: Wer38|afk (~wer38@wer38.info)
L946[08:36:00] ⇨ Joins: Aedda (~aedda@2600:3c00::19:cace)
L947[08:36:05] <dangranos> RdNamffoh, wat
L948[08:36:19] <RdNamffoh> iah
L949[08:36:22] <onifiv> taw
L950[08:41:12] ⇦ Quits: Nathan1852__ (~Nathan185@p5DC11B95.dip0.t-ipconnect.de) (Ping timeout: 202 seconds)
L951[08:41:18] *** dangranos is now known as sonargnad
L952[08:41:52] <sonargnad> ?no gniog si tahW
L953[08:42:25] <Izaya> .gnihtoN
L954[08:45:20] <sonargnad> os desseuG
L955[08:46:19] <Inari> desseuG os
L956[08:47:52] <Inari> taht ekil etirw lla dlouhs eW
L957[08:47:58] * PotatoAway ** SysInfo ** Client: HexChat 10.0.0 (x256) ** OS: Microsoft Windows 9001 Extreme Edition ** CPU: AMD AllTheCores (100000.00 THz) ** RAM: 1000 EB Total (4411 EB Free) ** VGA: Microsoft Basic Display Adapter ** Uptime: 1.32 Hours **
L958[08:49:15] <CompanionCube> PotatoAway, how do you have more free RAM
L959[08:49:18] <CompanionCube> than what is installe
L960[08:49:38] <PotatoAway> Google Chrome
L961[08:49:39] <Izaya> he downloaded it
L962[08:49:47] <PotatoAway> with Google Chrome
L963[08:51:23] <PotatoAway> CompanionCube, don't you have more free ram that installed RAM?
L964[08:51:32] <CompanionCube> no
L965[08:51:47] <PotatoAway> you're missing out
L966[08:54:47] ⇦ Quits: VikeStep (~VikeStep@101.184.77.101) (Read error: Connection reset by peer)
L967[08:57:11] <PotatoAway> hm
L968[08:57:13] <PotatoAway> m
L969[08:57:25] <PotatoAway> Someone found a video of my towns main street from '49
L970[08:57:38] <PotatoAway> (the town has about 10000 people now a days)
L971[08:57:43] <PotatoAway> so much of it is simialr
L972[08:58:34] *** Magik6k is now known as Magik6k|off
L973[09:00:10] ⇨ Joins: jonabrv1965 (webchat@186.80.233.153)
L974[09:01:58] ⇦ Quits: Hobbyboy (Hobbyboy@hobbyboy.co.uk) (Ping timeout: 186 seconds)
L975[09:01:58] ⇦ Quits: Magik6k|off (~Magik6k_@vh2.magik6k.net) (Ping timeout: 186 seconds)
L976[09:02:01] ⇦ Quits: ThePotato (~ThePotato@68-185-232-89.dhcp.slid.la.charter.com) (Ping timeout: 206 seconds)
L977[09:02:45] <jonabrv1965> Hello there! Anybody knows whereto find detailed information about the computronics mod interfase with StorageDrawers? Vexatos? I just find in computronics site that Computronics interact somehow with Drawersbut nothing else...
L978[09:02:49] ⇨ Joins: p1ousm1n1on (~clay@pool-173-65-90-24.tampfl.fios.verizon.net)
L979[09:02:51] ⇨ Joins: s0r00t (~s0@AMarseille-652-1-233-186.w86-210.abo.wanadoo.fr)
L980[09:03:08] ⇦ Quits: onifiv (vifino@tty.sh) (Ping timeout: 378 seconds)
L981[09:03:16] ⇨ Joins: Johannes13__ (~Johannes@capsman-01.my-wire.de)
L982[09:03:20] ⇦ Quits: Sangar (~Sangar@2001:41d0:2:b7b9::) (Ping timeout: 192 seconds)
L983[09:03:57] ⇦ Quits: johnlage-alt (znc@never.use.root.sx) (Ping timeout: 206 seconds)
L984[09:04:24] ⇦ Quits: black3agl3 (~black3agl@197.225.243.15) (*.net *.split)
L985[09:04:24] ⇦ Quits: Ender (ender@thor.theender.net) (*.net *.split)
L986[09:04:24] ⇦ Quits: TotallyNotKatie (TotallyNot@mail.pc-logix.com) (*.net *.split)
L987[09:04:24] ⇦ Quits: Thog (~Thog@kurisu.rx14.co.uk) (*.net *.split)
L988[09:04:24] ⇦ Quits: BBoldt (~BBoldt@192.99.145.160) (*.net *.split)
L989[09:04:24] ⇦ Quits: robhol (~robhol@178.62.167.124) (*.net *.split)
L990[09:04:47] ⇦ Quits: rakiru|offline (znc@hi.i.wanted.to.let.you.all.know.that.i.think.incest.is.wince.st) (Ping timeout: 378 seconds)
L991[09:05:24] ⇦ Quits: alfw| (~alfw@188.165.114.80) (Ping timeout: 206 seconds)
L992[09:05:25] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L993[09:05:28] ⇨ Joins: Cranium^ (~HurrDurr@thatcraniumguy.net)
L994[09:05:52] ⇨ Joins: Magik6k|off (~Magik6k_@vh2.magik6k.net)
L995[09:05:53] ⇦ Quits: dustinm` (~dustinm@2607:5300:100:200::160d) (Ping timeout: 378 seconds)
L996[09:06:08] *** Magik6k|off is now known as Magik6k
L997[09:06:18] ⇨ Joins: nxsupert_ (nxsupert@janus.theender.net)
L998[09:06:19] ⇦ Quits: Altenius (Altenius@Moving.Mountains.At.PanicBNC.us) (Ping timeout: 189 seconds)
L999[09:06:19] ⇦ Quits: alekso56_off (~alekso56@2001:464b:c2aa:0:250:56ff:fe31:2812) (Ping timeout: 189 seconds)
L1000[09:06:19] ⇦ Quits: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org) (Ping timeout: 189 seconds)
L1001[09:06:19] ⇦ Quits: Evey (evey@2001:19f0:6800:8161:1:bad:ca7:babe) (Ping timeout: 189 seconds)
L1002[09:06:19] ⇦ Quits: Skye (skyem123@is.cute.skyem.co.uk) (Ping timeout: 189 seconds)
L1003[09:06:19] ⇦ Quits: Lathanael|Away (~Lathanael@p549701CA.dip0.t-ipconnect.de) (Ping timeout: 189 seconds)
L1004[09:06:19] ⇦ Quits: nxsupert (nxsupert@janus.theender.net) (Ping timeout: 189 seconds)
L1005[09:06:19] ⇦ Quits: Cranium[Away] (~HurrDurr@thatcraniumguy.net) (Ping timeout: 189 seconds)
L1006[09:06:19] ⇦ Quits: Vic (~Vic@nightfall.moe) (Ping timeout: 189 seconds)
L1007[09:06:19] ⇦ Quits: ljfa (~ljfa@kurisu.rx14.co.uk) (Ping timeout: 189 seconds)
L1008[09:06:19] ⇦ Quits: CompanionCube (samis@osiris.stary2001.co.uk) (Ping timeout: 189 seconds)
L1009[09:06:19] ⇦ Quits: Yzzil (lizzy@lizzy.theender.net) (Ping timeout: 189 seconds)
L1010[09:06:19] ⇦ Quits: Kiloff (~Kilobyte@5.231.51.78) (Ping timeout: 189 seconds)
L1011[09:06:19] ⇦ Quits: Kilobyte (~kilobyte@cucumber.kilobyte22.de) (Ping timeout: 189 seconds)
L1012[09:06:19] ⇦ Quits: SnowDapples (~powered@p5794D85F.dip0.t-ipconnect.de) (Ping timeout: 189 seconds)
L1013[09:06:19] ⇦ Quits: sugoi (~sugoi@75-172-66-192.tukw.qwest.net) (Ping timeout: 189 seconds)
L1014[09:06:19] ⇦ Quits: calclavia (sid15812@tooting.irccloud.com) (Ping timeout: 189 seconds)
L1015[09:06:20] ⇦ Quits: Logan (~Logan@2607:5300:60:47bc:dead:beef:dead:beef) (*.net *.split)
L1016[09:06:20] ⇦ Quits: cbcercas (~Elyni@2001:41d0:1:c41d::1) (*.net *.split)
L1017[09:06:20] ⇦ Quits: Bacon (~tasty@5.231.51.78) (Ping timeout: 198 seconds)
L1018[09:06:20] ⇦ Quits: MichiBot (~lb@eos.pc-logix.com) (Ping timeout: 198 seconds)
L1019[09:06:20] ⇦ Quits: Kodos|ZNC (kodos@eos.pc-logix.com) (Ping timeout: 198 seconds)
L1020[09:06:20] ⇦ Quits: asie (~asie@asie.pl) (Ping timeout: 198 seconds)
L1021[09:06:20] ⇦ Quits: samrg472 (~deathcraz@I.got.g-lined.cu.cc) (Ping timeout: 198 seconds)
L1022[09:06:20] ⇦ Quits: Izaya (~Izaya@210.1.213.55) (Ping timeout: 198 seconds)
L1023[09:06:20] ⇦ Quits: Johannes13_ (~Johannes@capsman-01.my-wire.de) (Ping timeout: 198 seconds)
L1024[09:06:20] ⇦ Quits: ocdoc (gamax92@eos.pc-logix.com) (Ping timeout: 198 seconds)
L1025[09:06:20] ⇦ Quits: piousminion_ (~clay@pool-173-65-90-24.tampfl.fios.verizon.net) (Ping timeout: 198 seconds)
L1026[09:06:20] ⇦ Quits: Lunatrius (~Lunatrius@77.38.103.182) (Ping timeout: 198 seconds)
L1027[09:06:20] ⇦ Quits: Ashigaru (Archtikz@188.226.246.157) (Ping timeout: 198 seconds)
L1028[09:06:20] ⇦ Quits: mrdeadlocked (~mrdeadloc@199.204.185.12) (Ping timeout: 198 seconds)
L1029[09:06:20] ⇦ Quits: Oddstr13 (Odd@satomi.openshell.no) (Ping timeout: 198 seconds)
L1030[09:06:25] ⇨ Joins: samrg472 (~deathcraz@I.got.g-lined.cu.cc)
L1031[09:06:42] ⇨ Joins: sugoi (~sugoi@75-172-66-192.tukw.qwest.net)
L1032[09:06:42] ⇨ Joins: Vic_ (~Vic@nightfall.moe)
L1033[09:06:43] *** Magik6k is now known as Guest48078
L1034[09:06:54] ⇨ Joins: rakiru|offline (znc@hi.i.wanted.to.let.you.all.know.that.i.think.incest.is.wince.st)
L1035[09:06:55] ⇨ Joins: Lathanael|Away (~Lathanael@p549701CA.dip0.t-ipconnect.de)
L1036[09:07:00] ⇨ Joins: mrdeadlocked (~mrdeadloc@199.204.185.12)
L1037[09:07:01] ⇨ Joins: Oddstr13 (Odd@146.185.174.248)
L1038[09:07:01] ⇨ Joins: Ashigaru (Archtikz@188.226.246.157)
L1039[09:07:01] ⇨ Joins: Bacon (~tasty@5.231.51.78)
L1040[09:07:08] *** rakiru|offline is now known as Kasen
L1041[09:07:16] ⇨ Joins: Izaya (~Izaya@210.1.213.55)
L1042[09:07:17] *** nxsupert_ is now known as nxsupert
L1043[09:07:18] zsh sets mode: +v on Bacon
L1044[09:07:45] *** Vic_ is now known as 1NVAAFRXG
L1045[09:07:46] ⇨ Joins: Kilobyte (~kilobyte@cucumber.kilobyte22.de)
L1046[09:07:46] ⇨ Joins: Logan (~Logan@2607:5300:60:47bc:dead:beef:dead:beef)
L1047[09:07:46] ⇨ Joins: cbcercas (~Elyni@2001:41d0:1:c41d::1)
L1048[09:07:55] ⇨ Joins: Skye (skyem123@is.cute.skyem.co.uk)
L1049[09:08:00] zsh sets mode: +v on Kilobyte
L1050[09:08:00] ⇨ Joins: SnowDapples (~powered@p5794D85F.dip0.t-ipconnect.de)
L1051[09:08:18] ⇨ Joins: ljfa (~ljfa@kurisu.rx14.co.uk)
L1052[09:08:35] ⇦ Quits: Oddstr13 (Odd@146.185.174.248) (Client Quit)
L1053[09:08:48] ⇨ Joins: Lunatrius (~Lunatrius@77.38.103.182)
L1054[09:08:56] <Kubuxu> Internet broke.
L1055[09:09:04] ⇨ Joins: Oddstr13 (Odd@satomi.openshell.no)
L1056[09:09:15] ⇨ Joins: CompanionCube (samis@osiris.stary2001.co.uk)
L1057[09:09:16] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Ping timeout: 206 seconds)
L1058[09:09:22] ⇨ Joins: dustinm` (~dustinm@105.ip-167-114-152.net)
L1059[09:09:24] ⇨ Joins: Kiloff (~Kilobyte@5.231.51.78)
L1060[09:09:28] ⇦ Quits: Kubuxu (~Kubuxu@kubuxu.magik6k.net) (Remote host closed the connection)
L1061[09:09:29] ⇨ Joins: Kubuxu (~Kubuxu@kubuxu.magik6k.net)
L1062[09:09:29] <PotatoAway> Kubuxu, it's all your fault
L1063[09:10:11] ⇨ Joins: Sangar (~Sangar@2001:41d0:2:b7b9::)
L1064[09:10:11] zsh sets mode: +o on Sangar
L1065[09:10:16] ⇦ Quits: Sangar (~Sangar@2001:41d0:2:b7b9::) (Excess Flood)
L1066[09:10:23] ⇨ Joins: calclavia (sid15812@tooting.irccloud.com)
L1067[09:10:24] zsh sets mode: +v on calclavia
L1068[09:10:32] ⇨ Joins: Altenius (Altenius@Moving.Mountains.At.PanicBNC.us)
L1069[09:11:07] ⇨ Joins: alfw (~alfw@188.165.114.80)
L1070[09:11:36] ⇨ Joins: Hobbyboy (Hobbyboy@hobbyboy.co.uk)
L1071[09:11:49] <Kubuxu> PotatoAway: I know.
L1072[09:12:08] ⇨ Joins: Sangar (~Sangar@2001:41d0:2:b7b9::)
L1073[09:12:08] zsh sets mode: +o on Sangar
L1074[09:12:27] <PotatoAway> AHH the devil himself has returned
L1075[09:14:13] ⇦ Quits: s0r00t (~s0@AMarseille-652-1-233-186.w86-210.abo.wanadoo.fr) (Quit: Leaving)
L1076[09:15:40] *** Guest48078 is now known as Magik6k
L1077[09:17:09] ⇦ Quits: Hobbyboy (Hobbyboy@hobbyboy.co.uk) (*.net *.split)
L1078[09:17:09] ⇦ Quits: ljfa (~ljfa@kurisu.rx14.co.uk) (*.net *.split)
L1079[09:17:09] ⇦ Quits: Kilobyte (~kilobyte@cucumber.kilobyte22.de) (*.net *.split)
L1080[09:17:09] ⇦ Quits: Logan (~Logan@2607:5300:60:47bc:dead:beef:dead:beef) (*.net *.split)
L1081[09:17:09] ⇦ Quits: cbcercas (~Elyni@2001:41d0:1:c41d::1) (*.net *.split)
L1082[09:17:58] ⇨ Joins: Hobbyboy (Hobbyboy@hobbyboy.co.uk)
L1083[09:17:58] ⇨ Joins: ljfa (~ljfa@kurisu.rx14.co.uk)
L1084[09:17:58] ⇨ Joins: Kilobyte (~kilobyte@cucumber.kilobyte22.de)
L1085[09:17:58] ⇨ Joins: Logan (~Logan@2607:5300:60:47bc:dead:beef:dead:beef)
L1086[09:17:58] ⇨ Joins: cbcercas (~Elyni@2001:41d0:1:c41d::1)
L1087[09:17:58] *** nova.esper.net sets mode: +v Kilobyte
L1088[09:19:49] <Kubuxu> Accually internet really broke. Routing in most part of it was down.
L1089[09:19:55] <Kubuxu> http://status.ovh.com/?do=details&id=10307&PHPSESSID=20f23a244312bb8819dfead3d2056efe
L1090[09:21:46] ⇨ Joins: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org)
L1091[09:21:58] ⇨ Joins: MichiBot (~lb@eos.pc-logix.com)
L1092[09:22:18] ⇨ Joins: Evey (evey@2001:19f0:6800:8161:1:bad:ca7:babe)
L1093[09:22:56] ⇨ Joins: Guest19198 (~alekso56@2001:464b:c2aa:0:250:56ff:fe31:2812)
L1094[09:24:00] ⇨ Joins: johnlage-alt (johnlage@never.use.root.sx)
L1095[09:25:10] ⇨ Joins: ThePotato (~ThePotato@68-185-232-89.dhcp.slid.la.charter.com)
L1096[09:25:20] ⇦ Parts: ThePotato (~ThePotato@68-185-232-89.dhcp.slid.la.charter.com) ())
L1097[09:27:11] ⇨ Joins: S3 (~S3@216-220-250-118.midmaine.com)
L1098[09:27:11] ⇨ Joins: LizzyTrickster (lizzy@janus.theender.net)
L1099[09:27:11] ⇨ Joins: kodos (michiyo@eos.pc-logix.com)
L1100[09:27:11] ⇨ Joins: vifino (vifino@tty.sh)
L1101[09:27:11] ⇨ Joins: asie (~asie@asie.pl)
L1102[09:27:11] ⇨ Joins: black3agl3 (~black3agl@197.225.243.15)
L1103[09:27:11] ⇨ Joins: Ender (ender@thor.theender.net)
L1104[09:27:11] ⇨ Joins: TotallyNotKatie (TotallyNot@mail.pc-logix.com)
L1105[09:27:11] ⇨ Joins: Thog (~Thog@kurisu.rx14.co.uk)
L1106[09:27:11] ⇨ Joins: BBoldt (~BBoldt@192.99.145.160)
L1107[09:27:11] ⇨ Joins: robhol (~robhol@178.62.167.124)
L1108[09:27:11] *** nova.esper.net sets mode: +o TotallyNotKatie
L1109[09:27:40] ⇦ Quits: jonabrv1965 (webchat@186.80.233.153) (Quit: Web client closed)
L1110[09:27:42] *** kodos is now known as Guest19836
L1111[09:27:42] *** LizzyTrickster is now known as Guest88597
L1112[09:28:13] ⇦ Quits: Guest88597 (lizzy@janus.theender.net) (Quit: leaving)
L1113[09:28:13] <RdNamffoh> Kubuxu: wait, so routing borked?
L1114[09:28:22] <Kubuxu> Yup.
L1115[09:28:35] ⇨ Joins: LizzyTri1kster (lizzy@lizzy.theender.net)
L1116[09:28:35] zsh sets mode: +o on LizzyTri1kster
L1117[09:28:35] <RdNamffoh> Everywhere or just the Americas?
L1118[09:28:35] <vifino> dat split.
L1119[09:28:41] <vifino> never forget.
L1120[09:28:43] *** LizzyTri1kster is now known as Lizzy
L1121[09:28:45] <S3> americas -> france
L1122[09:28:49] <S3> bnt its up now on backup
L1123[09:28:54] <vifino> RdNamffoh: oc had like 5 users.
L1124[09:28:54] <Kubuxu> http://weathermap.ovh.net/#europe
L1125[09:28:57] <Magik6k> RdNamffoh, in EU too
L1126[09:29:01] <RdNamffoh> vifino: Ha, you had one of those
L1127[09:29:05] <S3> fiber line mighty have been stretched / cut
L1128[09:29:12] <RdNamffoh> Where everyone else disapears
L1129[09:29:16] <S3> which only a tectonic shift could do that, those cables are SO STRONG
L1130[09:29:16] <Lizzy> there we go
L1131[09:29:25] <Kubuxu> Look bottom left. Whole globalswith in OVH is down.
L1132[09:29:27] <RdNamffoh> We had fun with that, I was op in #computercraft for some time because of that
L1133[09:29:30] <Kubuxu> Probably much more down.
L1134[09:29:50] <vifino> My server was reachable all the time, didn't notice anything.
L1135[09:29:58] <vifino> #germanyrüles
L1136[09:30:32] <Magik6k> vifino, it's more like international-level routing broke
L1137[09:34:43] ⇨ Joins: M89 (~M89@acea245.neoplus.adsl.tpnet.pl)
L1138[09:44:38] *** |FEEBDAEDx0| is now known as |0xDEADBEEF|
L1139[09:49:07] *** RdNamffoh is now known as DrHoffman
L1140[09:57:17] ⇨ Joins: ThePotato (~ThePotato@68-185-232-89.dhcp.slid.la.charter.com)
L1141[09:57:43] *** Cranium^ is now known as Cranium[Away]
L1142[09:59:50] <ThePotato> what do i do about access denied
L1143[09:59:54] <ThePotato> in fs
L1144[10:00:14] <S3> chmod 777 /
L1145[10:00:15] <S3> !
L1146[10:00:19] <S3> with -R !
L1147[10:00:22] <ThePotato> computercraft?
L1148[10:00:22] <S3> lol just kidding
L1149[10:00:54] <sonargnad> what?
L1150[10:00:56] <ThePotato> can you actually tell me S3
L1151[10:01:07] <sonargnad> what happened? i missed everything
L1152[10:01:11] <S3> I dunno
L1153[10:01:30] <ThePotato> um sonargnad im doing stuff in fs wit computercraft and i get access denied
L1154[10:01:32] <ThePotato> what do i do
L1155[10:01:41] <S3> this is OC
L1156[10:01:44] <S3> go ask in #computercraft
L1157[10:01:46] <ThePotato> shit
L1158[10:01:49] <ThePotato> lol
L1159[10:01:49] <Lizzy> ThePotato: this is the channel for OC, go to #computercraft for help
L1160[10:01:51] <ThePotato> forgot
L1161[10:01:54] <sonargnad> ThePotato, lolfail
L1162[10:01:54] <S3> lol
L1163[10:01:55] <Lizzy> .-.
L1164[10:01:59] <ThePotato> that i have it auto connect
L1165[10:02:02] <Lizzy> .addfail ThePotato
L1166[10:02:06] ⇦ Quits: Nentify (sid14943@id-14943.highgate.irccloud.com) (Remote host closed the connection)
L1167[10:02:09] <Lizzy> dammit where is ^v
L1168[10:02:19] <sonargnad> BRING BACK THE ^v
L1169[10:02:22] ⇦ Parts: ThePotato (~ThePotato@68-185-232-89.dhcp.slid.la.charter.com) (IM A NUB))
L1170[10:02:30] *** sonargnad is now known as dangranos
L1171[10:02:31] <S3> LOL
L1172[10:02:33] ⇨ Joins: marcin212 (~marcin212@anu28.neoplus.adsl.tpnet.pl)
L1173[10:02:33] <Lizzy> that person is a lot of work
L1174[10:02:42] <dangranos> Lizzy, yeah
L1175[10:05:09] ⇨ Joins: giodamelio (webchat@c-98-237-142-15.hsd1.wa.comcast.net)
L1176[10:09:30] <Kubuxu> I want ^v :<
L1177[10:10:17] <giodamelio> Anyone know of a good server with OpenComputers installed?
L1178[10:11:03] ⇨ Joins: Vexatos (~Vexatos@91-114-194-31.adsl.highway.telekom.at)
L1179[10:11:03] zsh sets mode: +v on Vexatos
L1180[10:15:01] ⇦ Quits: S3 (~S3@216-220-250-118.midmaine.com) (Ping timeout: 202 seconds)
L1181[10:19:54] ⇨ Joins: reinei (~reinei@pD9E1CBB0.dip0.t-ipconnect.de)
L1182[10:21:13] *** Cranium[Away] is now known as Cranium
L1183[10:22:51] *** Guest19198 is now known as alekso56
L1184[10:27:33] <Lizzy> giodamelio: there's a few on the forums http://oc.cil.li
L1185[10:27:38] <dangranos> um
L1186[10:27:45] <dangranos> what do i use as webserver?
L1187[10:29:49] <Lizzy> dangranos: ?
L1188[10:30:12] <dangranos> well, i wanted to get a webserver up on my computer
L1189[10:30:17] <dangranos> ...what do i use?
L1190[10:30:45] <Lizzy> Apache is a good one, Nginx is also a fairly faster one but requires a bit more setupi
L1191[10:37:18] <Kodos|Zzz> > Shields can have customizable patterns, like banners
L1192[10:38:03] <dangranos> hey, sks
L1193[10:38:16] <dangranos> where was that link to your modpack and how compatible is it with multimc?
L1194[10:38:49] <dangranos> https://i.imgur.com/CGfEWWT.png
L1195[10:46:53] <Lizzy> dangranos: shadowkat.science and grab the URL from there (where it says version) and you can put that url into multimc new instance box
L1196[10:58:51] <Lizzy> HOME TIME
L1197[11:01:24] <vifino> :D
L1198[11:01:25] <vifino> :D
L1199[11:02:03] <Kodos|Zzz> Any of you lot play Elite Dangerous?
L1200[11:02:29] ⇦ Quits: mallrat208 (~mallrat20@142.197.84.231) (Ping timeout: 378 seconds)
L1201[11:04:03] <dangranos> no
L1202[11:04:14] <dangranos> why are you asking?
L1203[11:06:38] <Kodos|Zzz> Because I have insider information
L1204[11:10:24] ⇨ Joins: Nentify (sid14943@id-14943.highgate.irccloud.com)
L1205[11:12:23] <dangranos> yay, better fc00 fc00.atomshare.net
L1206[11:13:22] ⇦ Quits: calclavia (sid15812@tooting.irccloud.com) (Remote host closed the connection)
L1207[11:18:55] ⇨ Joins: calclavia (sid15812@id-15812.tooting.irccloud.com)
L1208[11:18:55] zsh sets mode: +v on calclavia
L1209[11:20:57] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1210[11:22:50] *** Kodos|Zzz is now known as Kodos|Dr
L1211[11:24:33] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Ping timeout: 202 seconds)
L1212[11:38:04] ⇦ Quits: Flawedspirit (~flawedspi@flawedspirit.com) (Quit: Eat it; I'm outters!)
L1213[11:38:23] ⇨ Joins: Flawedspirit (~flawedspi@flawedspirit.com)
L1214[11:38:34] *** 1NVAAFRXG is now known as Vic
L1215[11:42:22] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1216[11:43:05] <vifino> ohai Vic
L1217[11:43:48] * Vic waves
L1218[11:46:02] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Ping timeout: 198 seconds)
L1219[11:55:12] <dangranos> helllo there
L1220[11:55:21] * dangranos looks at kernel update
L1221[11:55:39] <dangranos> hm, .2 to .3?
L1222[12:00:40] ⇦ Quits: giodamelio (webchat@c-98-237-142-15.hsd1.wa.comcast.net) (Ping timeout: 204 seconds)
L1223[12:05:44] <Lizzy> .load
L1224[12:05:44] <EnderBot2> CPU: 0.29 0.28 0.28 , RAM: 6713.7M/7883.9M (~68.2%), SWAP: 0B/4095.0M (~0.0%)
L1225[12:09:25] ⇨ Joins: [zzz] (~Something@S010634bdfa9eca7b.vs.shawcable.net)
L1226[12:12:15] ⇦ Quits: Negi (~Poireau@2a01:e35:2f6a:7060:e2ca:94ff:fe1f:76e0) (Quit: WeeChat 1.2)
L1227[12:20:39] <gamax92> %p
L1228[12:20:46] <MichiBot> Ping reply from gamax92 6.53s
L1229[12:21:00] <gamax92> suddenly, internet is shit
L1230[12:21:26] <dangranos> %p
L1231[12:21:27] <MichiBot> Ping reply from dangranos 0.51s
L1232[12:42:52] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1233[12:43:12] <CompanionCube> http://ponyprincessesforjustice.tumblr.com/post/75484230742/princesscelestiaforjustice
L1234[12:43:25] <CompanionCube> I want to punch the one on facebook that's blurred.
L1235[12:43:39] <CompanionCube> Fucker doesn't deserve anything less.
L1236[12:44:53] ⇨ Joins: ^v (~ping@c-68-41-215-101.hsd1.mi.comcast.net)
L1237[12:46:36] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Ping timeout: 192 seconds)
L1238[12:48:42] <vifino> I almost liked windows on my tablet. Then Windows Update happened. And I waited. And I waited. And I waited.
L1239[12:49:04] <vifino> And then it hops from 0% to 99% in a second.
L1240[12:49:28] <vifino> Like it would just wait for me to loose my sanity and a lack of a meaningful progressbar.
L1241[12:51:56] <Kodos|Dr> Okay, now I'm actually off to my Dr appt
L1242[12:52:13] <Kodos|Dr> Here's hoping I don't have diabetes, arthritis, cancer, or high blood pressure (All 4 things I'm at high risk for because family history sucks)
L1243[12:55:03] <vifino> "Update 1 from 92".
L1244[12:55:06] <vifino> God damn it.
L1245[13:02:25] <vifino> 35... Slowly, but surely...
L1246[13:03:20] ⇨ Joins: mallrat208 (~mallrat20@142-197-84-231.res.bhn.net)
L1247[13:03:22] <Mimiru> \o/ back on HDMI for my main monitor
L1248[13:05:12] <Mimiru> %tell Lizzy I no has RoamedThemeFiles
L1249[13:05:15] <MichiBot> Mimiru: Lizzy will be notified of this message when next seen.
L1250[13:05:30] <Kodos|Dr> Blehhhh
L1251[13:05:34] <Kodos|Dr> I don't wanna go D=
L1252[13:05:52] <gamax92> you'll soon be getting veeeery sleeeeepy
L1253[13:05:54] <Mimiru> %tell Shuudoushi http://michi.pc-logix.com/008%2520-%2520ins1nnw.jpg
L1254[13:05:54] <MichiBot> Mimiru: Shuudoushi will be notified of this message when next seen.
L1255[13:06:00] <Mimiru> %tell Shuudoushi|Away http://michi.pc-logix.com/008%2520-%2520ins1nnw.jpg
L1256[13:06:00] <MichiBot> Mimiru: Shuudoushi|Away will be notified of this message when next seen.
L1257[13:06:12] <Mimiru> Just in case MichiBot's nickserv lookup failed.
L1258[13:07:11] <Lizzy> Mimiru, damn, that might be a w8 only thing
L1259[13:07:27] <Mimiru> I found it
L1260[13:08:08] <Mimiru> it was there... wasn't even hidden, but I couldn't nagivate to it via run
L1261[13:08:19] <Mimiru> had to manually click all the way through the path.
L1262[13:08:22] <Mimiru> C:\Users\Michi\AppData\Local\Microsoft\Windows\Themes\RoamedThemeFiles\DesktopBackground
L1263[13:14:54] <vifino> :O I could play Fallout on my surface!
L1264[13:15:01] <vifino> It would probably run better than in wine..
L1265[13:21:56] <dangranos> construction like (function() return end)() are lambdas, right?
L1266[13:28:10] <Flawedspirit> Lambdas? That's all Greek to me.
L1267[13:28:17] <Flawedspirit> badum tssssh
L1268[13:32:07] <Mimiru> hahaaaaaa
L1269[13:34:57] <vifino> windows updates take their time, don't they? ._.
L1270[13:35:31] <vifino> Bootstrapping an arch base takes like 10mins >_>
L1271[13:35:37] <Mimiru> K, now I just wait for an updated nvidia driver that doesn't suck ass
L1272[13:35:37] <XDjackieXD> vifino I just booted back to Ubuntu after about 6h of installing windows updates/build upgrades...
L1273[13:35:47] <vifino> XDjackieXD: ohpleaseno.
L1274[13:35:55] <vifino> I don't wannna sit here 6h ;_;
L1275[13:36:22] <vifino> 60 out of 92... Getting there..
L1276[13:37:08] <Mimiru> 353.62 released today \o/
L1277[13:37:16] <XDjackieXD> I had an pretty old tech preview installed and it installed build 10130 then 10158 and then 10240 (retail)
L1278[13:38:09] <XDjackieXD> now I have the retail version installed without ever entering a valid (non tech-preview) licence key (I could even opt out of the insider program to stay on the stable builds)
L1279[13:38:39] <Mimiru> Pretty nice huh? lol
L1280[13:39:07] <Flawedspirit> That's what I did
L1281[13:39:24] <Flawedspirit> Well, on one computer. I'll leave my laptop as an insider, cause I don't give a riff.
L1282[13:39:27] <Mimiru> Lets hope this new nvidia driver fixes some of the issues I've been having.
L1283[13:39:37] <Mimiru> I'd also LOVE to know why I've been hard locking
L1284[13:39:38] <XDjackieXD> Mimiru I have a 7730M in my laptop and a R9 280X in my PC. no Nvidia here (was too expensive when I built my pc)
L1285[13:39:51] <Mimiru> and why I suddenly lost .05 GB ram...
L1286[13:40:04] <Mimiru> XDjackieXD, GTX 960 here
L1287[13:40:35] <XDjackieXD> and the latest amd drivers (15.200) are almost bug-free (the only bug I found is a opengl windows z-order bug with 3+ screens connected)
L1288[13:40:48] <Mimiru> Well, I'm pretty sure MS fucked this one up
L1289[13:41:00] <Mimiru> the latest driver on nvidia's site was older then the driver MS Update installed....
L1290[13:41:11] <CompanionCube> I've heard of AMD-related BSOD issues with w10
L1291[13:41:14] <dangranos> http://imgur.com/gallery/FWT5Je7
L1292[13:41:20] <Mimiru> I don't care if MS installs Microsoft updates.... but leave my fucking hardware drivers the fuck alone
L1293[13:41:27] <XDjackieXD> If I had bought my PC this year I would have bought a GTX970 instead of the R9 280X because of the HDMI2.0 (I have a 4k tv without Displayport... :( )
L1294[13:41:31] <Mimiru> I've had to run older drivers for compat in the past..
L1295[13:42:05] <Mimiru> OGLE captures broke in a older build of nvidia drivers, so I had to roll back until I found one that worked... was a giant pain in the ass
L1296[13:42:25] <XDjackieXD> CompanionCube in the 2h I used windows10 on my laptop I have not had a single BSOD :P
L1297[13:42:47] <Mimiru> I had 2 hardlocks last night.
L1298[13:42:49] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1299[13:42:51] <Mimiru> within an hour of each other.
L1300[13:42:56] <Mimiru> while I was playing GTA V
L1301[13:42:57] <XDjackieXD> Mimiru AMD drivers had problems all over the place on linux till they made the core opensource... now they are almost bug-free :P
L1302[13:45:17] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
L1303[13:49:34] <Flawedspirit> What I want to know is why graphics drivers aren't optional updates? Microsoft said *nothing* about drivers being non-optional
L1304[13:49:39] <Flawedspirit> Only patches
L1305[13:50:23] <Mimiru> yeah.. IDK
L1306[13:51:11] <Flawedspirit> Everyone keeps saying to "turn driver downloads off" but they (for some reason) neglect to mention where that setting is
L1307[13:54:57] <Flawedspirit> Oh, I found the setting. It's..... not where you'd think it is.
L1308[13:56:52] <Mimiru> Flawedspirit, This: http://michi.pc-logix.com/Device_Installation_Settings_2015-07-29_13-56-22.png ?
L1309[13:56:59] <Flawedspirit> Yeah, that
L1310[13:57:01] <Mimiru> Yeaaaaaah.
L1311[13:57:07] <Flawedspirit> Jesus that mofo was buried
L1312[13:57:09] <Mimiru> If only it'd honor it.
L1313[13:57:17] <Flawedspirit> Really?
L1314[13:58:36] * Mimiru shrugs will just have to see if it's been fixed.
L1315[13:58:43] <Mimiru> There was an enter there
L1316[13:58:51] <Mimiru> I just totally didn't hit it hard enough it seems
L1317[13:59:45] <Flawedspirit> I guess *technically* the root of the issue is nVidia
L1318[13:59:54] <Flawedspirit> It's their driver
L1319[13:59:55] ⇦ Quits: p1ousm1n1on (~clay@pool-173-65-90-24.tampfl.fios.verizon.net) (Read error: Connection reset by peer)
L1320[14:00:27] <Flawedspirit> (Frankly, 95% of windows issues are driver related, but don't expect anyone to realize that :P)
L1321[14:00:49] <CompanionCube> Isn't that a general rule of thumb on other OSes
L1322[14:00:53] <Mimiru> IF it was "their" driver I'm pretty sure it'd be on "their" website.
L1323[14:01:01] <Flawedspirit> Yes, but no one complains about others as hard
L1324[14:01:34] <CompanionCube> except OSX. OSX takes the approach of not needing external drivers, instead explictly choosing the right hardware to run on
L1325[14:02:00] <Flawedspirit> Mimiru: it IS their driver. MS doesn't and can't write nVidia drivers
L1326[14:02:13] <Flawedspirit> nVidia are just incompetant as phuck
L1327[14:02:34] <Flawedspirit> It is known, khaleesi
L1328[14:02:37] <CompanionCube> Flawedspirit, could be worse
L1329[14:02:44] <CompanionCube> Could be AMD's Linux Catalyst.
L1330[14:03:00] <Flawedspirit> Speak not of the Shai'tan, CompanionCube
L1331[14:03:13] <Mimiru> Flawedspirit, why, then, would nvidia not put the driver on their site, and refuse to support the version that MS pushed via update?
L1332[14:03:23] <Flawedspirit> nVidia are just incompetant as phuck
L1333[14:03:39] ⇦ Quits: gamax92 (gamax92@The.Dragon.Slayer.PanicBNC.eu) (Quit: Gazoobadaba!)
L1334[14:03:40] <Mimiru> Umm, yeah we'll just have to agree to disagree on that.
L1335[14:03:43] <CompanionCube> Flawedspirit, I'm going nvidia for an upcoming PC build
L1336[14:03:56] <CompanionCube> explictly to avoid Cataylst
L1337[14:04:07] <Flawedspirit> Don't get me wrong, they make great hardware, but their web team needs.... work
L1338[14:04:35] <Flawedspirit> Cause apparently they're sending drivers off to MS long before they can bother changing their site
L1339[14:04:56] <CompanionCube> also
L1340[14:05:00] <CompanionCube> what does Shai'tan mean
L1341[14:05:05] <Mimiru> Like I said, Agree to Disagree.
L1342[14:05:06] <Flawedspirit> Nother word for Satan
L1343[14:05:31] <Flawedspirit> You think MS writes graphics drivers, Mimiru?
L1344[14:05:45] <XDjackieXD> CompanionCube since driver version 15.200 the linux amd drivers work very well (and the core is now opensource)
L1345[14:05:49] <Mimiru> Flawedspirit, stop. I'm not arguing the point with you further.
L1346[14:05:53] <Flawedspirit> Fine
L1347[14:06:03] <Flawedspirit> I'm just confused as shit, is all
L1348[14:06:57] <CompanionCube> XDjackieXD, for which cards
L1349[14:07:39] <XDjackieXD> I have a 7730M in my laptop and a R9 280X and both work perfectly with the 15.200 drivers (I only have some opengl glitches sometimes on my pc with 3+ screens)
L1350[14:07:47] <CompanionCube> fair 'nuff
L1351[14:08:10] <XDjackieXD> previous driver versions were the hell on earth...
L1352[14:08:53] <XDjackieXD> It took me 3h 2 years ago to get hybrid graphics to work on linux... New version: sudo apt-get install fglrx-installer and everything was working
L1353[14:10:17] * CompanionCube sticks with Arch and does not use Catalyst but has heard much of it
L1354[14:13:45] <XDjackieXD> Idk if pacman has the fglrx drivers or only the radeon. I think you should be able to find them in the AUR
L1355[14:14:43] <vifino> 81 out of 92...
L1356[14:14:49] <vifino> Getting there... :/
L1357[14:16:21] <vifino> When that's done I'm getting my Winderps 10.
L1358[14:16:31] <vifino> Hopefully.
L1359[14:18:29] <Flawedspirit> Gl. The rollout is kicking the Internet's ass apparently
L1360[14:18:48] <vifino> Maybe before that I'll grab throttlestop and IXTU and undervolt my surface.
L1361[14:18:55] ⇨ Joins: Voidi (~tobias@cable-86-56-60-153.cust.telecolumbus.net)
L1362[14:18:59] <vifino> Or after. I dunno.
L1363[14:21:03] <Flawedspirit> undervolting? Surface running too hot?
L1364[14:21:08] <vifino> 84...
L1365[14:21:17] <vifino> COME ON. JUST DO IT!!!!
L1366[14:21:20] <vifino> :(
L1367[14:21:37] <Flawedspirit> Jesus. How did you have that many updates queued?
L1368[14:22:30] <vifino> Flawedspirit: Didn't touch my windows install since 04.03.
L1369[14:22:55] <Flawedspirit> On the plus side, that won't be an issue with W10...
L1370[14:23:21] <Flawedspirit> For now, my #1 issue is why there is no garlic bread inside me.
L1371[14:23:24] <Flawedspirit> brb
L1372[14:23:29] <CompanionCube> XDjackieXD, I'm not not using catalyst by choice
L1373[14:23:38] <CompanionCube> I have shit-tier GPU
L1374[14:23:47] <CompanionCube> that isn't supported by Catalyst anymore
L1375[14:24:02] <XDjackieXD> oh...
L1376[14:24:33] <vifino> CompanionCube: HD4XXX?
L1377[14:24:46] <CompanionCube> vifino, worse
L1378[14:24:49] <CompanionCube> HD3XXX
L1379[14:25:00] <vifino> oh ****
L1380[14:25:06] <XDjackieXD> I would recommend a 7750 or 7770. You can get those pretty cheap and the 7750 is passive colled.
L1381[14:25:09] <XDjackieXD> *cooled
L1382[14:25:31] <CompanionCube> vifino, I'm surprised it runs Prison Architect.
L1383[14:25:41] <vifino> XDjackieXD: I have a passive cooled 7750 by sapphire :3
L1384[14:25:55] <vifino> It's in my server/"workstation"
L1385[14:26:24] <vifino> tl;dr I'm abusing a HP ProLiant.
L1386[14:26:32] <XDjackieXD> vifino my brother has a 7750 and got a 7770 from a friend. now they are in a crossfire :)
L1387[14:26:35] <CompanionCube> XDjackieXD, personally am looking into a 750 Ti
L1388[14:27:07] <vifino> 87... Getting closer...
L1389[14:27:08] <XDjackieXD> vifino I have a DL380 G5 as server but it is too loud as a workstation :P
L1390[14:27:24] <vifino> XDjackieXD: DL580 G5. Under my bed.
L1391[14:28:06] <XDjackieXD> under your bed?!? with stock cooling? this thing is so loud, I could hear it 2 floors above while I had it at home for setup...
L1392[14:28:12] <vifino> Yep.
L1393[14:28:44] <vifino> It's surprisingly silent compared to it's max loudness.
L1394[14:28:54] <CompanionCube> vifino, I imagine you have a good deal of white noise
L1395[14:29:03] <Skye> vifino, does it get quieter when you connect more power supplies?
L1396[14:29:13] <vifino> Skye: ...?
L1397[14:29:19] <vifino> That makes totally sense.
L1398[14:29:30] ⇨ Joins: TangentDelta (~christine@63.143.24.22)
L1399[14:29:31] <XDjackieXD> I'm running ESXi on it (48GB RAM :3). I got it (including RAM, 2x 2GHz quadcore xeon, 8x72GB SAS HDD) for 200€ XD
L1400[14:29:34] <CompanionCube> PSUs have fans typically
L1401[14:29:42] <Skye> vifino, the PSUs have fans.
L1402[14:29:43] <CompanionCube> so there's *some* logic to it
L1403[14:29:44] <XDjackieXD> CompanionCube nope
L1404[14:29:47] <vifino> Just saying. One PSU is 1.2kw. It has 4.
L1405[14:30:02] <Skye> vifino, I am saying this from experience.
L1406[14:30:05] <XDjackieXD> vifino mine has 2 PSUs o.O
L1407[14:30:08] <vifino> Granted, two for redundency.
L1408[14:30:18] <vifino> Skye: And so do I.
L1409[14:30:23] <XDjackieXD> Skye server PSUs usually don't have fans
L1410[14:30:29] <vifino> XDjackieXD: Wrong.
L1411[14:30:42] <vifino> Many high tier server psu's have fans.
L1412[14:31:00] <vifino> But they don't make much of a difference.
L1413[14:31:05] <vifino> Except on your power bill.
L1414[14:31:49] <XDjackieXD> I saw many servers (my dad works for a company with a big datacenter) and none of them had the fans inside the PSU. they were always behind it and swappable
L1415[14:32:24] <vifino> XDjackieXD: 48gb ram, 4x4x2.9ghz, 3x72gb sas.
L1416[14:32:34] <vifino> It gots dem powah.
L1417[14:32:39] <XDjackieXD> you have better CPUs :P
L1418[14:32:46] <vifino> Only slightly.
L1419[14:33:04] <XDjackieXD> 2 cpus?
L1420[14:33:14] <vifino> 4.
L1421[14:33:27] <vifino> 4 x quad @ 2.9ghz.
L1422[14:33:36] <XDjackieXD> 4 CPUs? my Proliant only has 2 sockets o.O
L1423[14:33:39] <vifino> *2.93Ghz
L1424[14:34:01] <vifino> XDjackieXD: It's the biggest and baddest one of that series.
L1425[14:34:05] <XDjackieXD> XD
L1426[14:34:15] <XDjackieXD> 4 hight units?
L1427[14:34:21] <vifino> Yes.
L1428[14:34:31] <XDjackieXD> :P
L1429[14:35:00] ⇦ Quits: rashy (~rashdanml@S0106bc4dfb2d6523.vc.shawcable.net) (Read error: Connection reset by peer)
L1430[14:35:02] <vifino> It's a good replacement for air conditioning.
L1431[14:35:06] <XDjackieXD> I like my PC as a workstation. Servers are nice but I prefer the fact that the HDD is the loudest part of my PC XD
L1432[14:35:41] <XDjackieXD> Does your chipset+cpu support VT-d? mine is too old :(
L1433[14:35:56] <vifino> XDjackieXD: I wouldn't normally use my server as a workstation, but my laptop died, so I had to make a replacement.
L1434[14:36:01] <vifino> XDjackieXD: Nope, sadly.
L1435[14:36:23] <vifino> Not much I'd use it on anyhow.
L1436[14:36:35] <vifino> 92 out of 92!!! GO SURFACE!
L1437[14:36:38] <XDjackieXD> I'm currently working on a windows VM for gaming using KVM and vt-d and a second GPU :P
L1438[14:37:11] <XDjackieXD> that way I don't have to reboot my pc for gaming :)
L1439[14:37:12] <vifino> I'd say "ew" but it's actually pretty cool.
L1440[14:37:39] <XDjackieXD> The only thing I found out is that Nvidia consumer grade cards (non quadro) don't work with vt-d
L1441[14:37:58] <XDjackieXD> now I have to get a second AMD GPU with UEFI support :P
L1442[14:38:16] <vifino> ... UEFI support on a gpu?
L1443[14:38:17] <vifino> wat.
L1444[14:38:27] <vifino> wtf u smookin.
L1445[14:39:22] <Mimiru> That is a thing.
L1446[14:39:30] <vifino> Yaaaaaay. Updates getting processed.
L1447[14:39:37] <XDjackieXD> your GPU needs UEFI support for UEFI bootloaders to initialize the GPU (otherwise the GPU gets initialized by the graphics drivers in the OS = no boot screen)
L1448[14:39:38] <DrHoffman> vifino: crease
L1449[14:39:39] <vifino> Wait, what were you doing before that, Surface?!
L1450[14:39:39] <DrHoffman> he is smoking crease
L1451[14:39:42] ⇨ Joins: gamax92 (gamax92@The.Dragon.Slayer.PanicBNC.eu)
L1452[14:39:55] <vifino> XDjackieXD: uh, k.
L1453[14:39:56] <DrHoffman> gamax92~
L1454[14:40:01] <gamax92> DrHoffman~
L1455[14:40:05] <DrHoffman> !
L1456[14:40:08] <DrHoffman> He noticed me
L1457[14:40:16] <DrHoffman> SENNNNNNNNNNNNPAIIIIIIIIIII~!
L1458[14:40:23] <XDjackieXD> and I want to use UEFI inside the VM because legacy bios would need another kernel patch witch messes with glx on the host .-.
L1459[14:40:41] <gamax92> KOOOOOOHAAIIIIIIIIIIIIIIIII~!
L1460[14:41:22] <Mimiru> http://michi.pc-logix.com/TechPowerUp_GPU-Z_0.8.4_2015-07-29_14-39-50.png You may notice the UEFI checkbox there..
L1461[14:41:40] <vifino> huh, who knew.
L1462[14:41:46] <vifino> Not me anyhow.
L1463[14:41:47] <CompanionCube> XDjackieXD, GLX on a ESXi host?
L1464[14:41:52] <DrHoffman> Well, I thought it would get initialized to VGA .-.
L1465[14:41:59] <DrHoffman> That's what most do, atleast in legacy
L1466[14:42:00] ⇨ Joins: jistu (~j1stu@50.248.81.66)
L1467[14:42:09] <XDjackieXD> CompanionCubo on my workstation. My server doesn't support VT-d
L1468[14:42:12] <XDjackieXD> too old :(
L1469[14:42:25] <vifino> Companiono Cubo.
L1470[14:42:38] <XDjackieXD> CompanionCube :P
L1471[14:42:43] <XDjackieXD> sry ^^
L1472[14:42:48] <CompanionCube> np
L1473[14:43:22] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1474[14:43:34] <XDjackieXD> DrHoffman for legacy bios to work with vt-d on a linux host a ugly kernel patch is required witch destroys glx on the host... :/
L1475[14:44:00] <DrHoffman> Well, I thought UEFI would use VGA if it couldn't initialize the GPU in any other way
L1476[14:44:34] <XDjackieXD> nope... that's a additional feature of most UEFI bootloaders but not the opensource one that comes with kvm...
L1477[14:44:48] ⇨ Joins: sciguyryan (~sciguyrya@93-94-245-89.dynamic.swissvpn.net)
L1478[14:45:07] * DrHoffman stabs kvm developers
L1479[14:45:29] <CompanionCube> not needing to reboot would be very nice
L1480[14:46:12] ⇨ Joins: ThePotato (~ThePotato@68-185-232-89.dhcp.slid.la.charter.com)
L1481[14:46:27] ⇦ Parts: ThePotato (~ThePotato@68-185-232-89.dhcp.slid.la.charter.com) ())
L1482[14:46:56] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Ping timeout: 198 seconds)
L1483[14:48:08] <XDjackieXD> CompanionCube my laptop restarted 4 times during the upgrade
L1484[14:48:21] ⇦ Quits: Vexatos (~Vexatos@91-114-194-31.adsl.highway.telekom.at) (Quit: I guess I have to go now. Bye ✔)
L1485[14:54:16] ⇨ Joins: reinei_ (~reinei@p5DE892E7.dip0.t-ipconnect.de)
L1486[14:54:18] ⇦ Quits: reinei (~reinei@pD9E1CBB0.dip0.t-ipconnect.de) (Killed (NickServ (GHOST command used by reinei_!~reinei@p5DE892E7.dip0.t-ipconnect.de)))
L1487[14:54:22] *** reinei_ is now known as reinei
L1488[14:56:10] <Sangar> o/
L1489[14:56:51] <CompanionCube> \o
L1490[14:57:17] <Skye> o/
L1491[14:57:21] <gamax92> \o
L1492[14:57:25] <Flawedspirit> \o/
L1493[14:57:30] <gamax92> Flawedspirit ruined it
L1494[14:57:34] <Flawedspirit> Lies
L1495[14:58:41] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1496[15:00:30] <Mimiru> wuauclt.exe /updatenow ftw
L1497[15:00:39] <gamax92> Mimiru: whats that
L1498[15:00:46] <gamax92> besides something i never want to run
L1499[15:00:46] <Mimiru> forces the windows 10 update
L1500[15:00:52] <gamax92> Yep, no thanks
L1501[15:01:16] <Mimiru> Upgrading daughters PC
L1502[15:01:22] ⇨ Joins: Nathan1852__ (~Nathan185@p5DC11B95.dip0.t-ipconnect.de)
L1503[15:02:13] <Mimiru> http://michi.pc-logix.com/HAILEY-PC_-_VNC%25c2%25ae_Viewer_for_Google_Chrome%25e2%2584%25a2_2015-07-29_15-01-22.png
L1504[15:02:18] <Mimiru> \o/
L1505[15:02:36] * SuPeRMiNoR2 turns Mimiru's computer off
L1506[15:02:49] <Mimiru> That's fine, it's not running on my computer :P
L1507[15:03:05] * SuPeRMiNoR2 turns off Mimiru's daughters computer
L1508[15:03:12] * SuPeRMiNoR2 deploys EMP
L1509[15:03:55] <Mimiru> Dats mean SuPeRMiNoR2.
L1510[15:04:00] <Mimiru> Don't make me pull extracells again.
L1511[15:04:20] <SuPeRMiNoR2> SO YOU DID DO IT
L1512[15:04:53] <Mimiru> Yes, 3, maybe 4 forevers ago
L1513[15:05:06] <Mimiru> I packed the wrong mod as EC, didn't realize it until I started the server
L1514[15:05:21] <Mimiru> Restored backup with EC back on the server, EC stuff was still missing said fuck it
L1515[15:05:28] <Mimiru> This was AGES ago though
L1516[15:05:52] <Flawedspirit> How long is one forever?
L1517[15:06:07] <vifino> Way too fucking long.
L1518[15:06:27] <Lizzy> Half of a Valve Soontm
L1519[15:06:31] <Mimiru> ^
L1520[15:06:33] <SuPeRMiNoR2> I need a nas computer
L1521[15:06:50] ⇨ Joins: tots__ (~noiro@2601:cd:301:a660:f04e:6fbf:e70b:2712)
L1522[15:09:02] ⇦ Quits: noiro_ (~noiro@2601:cd:301:a660:f04e:6fbf:e70b:2712) (Ping timeout: 202 seconds)
L1523[15:09:32] ⇨ Joins: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
L1524[15:09:35] ⇦ Quits: Nathan1852__ (~Nathan185@p5DC11B95.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
L1525[15:09:51] ⇨ Joins: Nathan1852__ (~Nathan185@p5DC11B95.dip0.t-ipconnect.de)
L1526[15:10:39] <vifino> Mimiru: halp, I haven't had the reserve windows 10 button yet ;_;
L1527[15:10:55] <Mimiru> Urboned
L1528[15:11:06] <vifino> .-.
L1529[15:11:17] <Ashigaru> lol
L1530[15:11:20] <reinei> i don't have it yet either
L1531[15:11:28] <Ashigaru> Man, I got mine months ago
L1532[15:11:31] <reinei> but my windows update is telling me it last worked in the year 2013 sooo
L1533[15:12:04] <Flawedspirit> Probably more recent than the last time my parents updated their computer
L1534[15:12:53] <reinei> Flawedspirit: but it was said to autoupdate xD
L1535[15:13:36] <Flawedspirit> So was my parents' computer :P
L1536[15:13:59] <Flawedspirit> This is why I charge them for computer service now.
L1537[15:14:08] <Flawedspirit> My "mental anguish hazard pay"
L1538[15:14:33] <Flawedspirit> That and it's a 400 km drive to visit them.
L1539[15:15:12] <reinei> #lua function a() print('called!') end
L1540[15:15:16] <|0xDEADBEEF|> > nil
L1541[15:15:32] <reinei> #lua some_array = {} some_array[1] = a
L1542[15:15:32] <|0xDEADBEEF|> > nil
L1543[15:16:06] <TangentDelta> Okay.
L1544[15:16:25] <reinei> I already did some_array = {} and fucntion a() print'called!') end
L1545[15:16:25] zsh sets mode: +v on LordFokas
L1546[15:16:32] <reinei> #lua some_array[1] = a
L1547[15:16:32] <|0xDEADBEEF|> > nil
L1548[15:16:39] <reinei> #lua some_array[1]()
L1549[15:16:39] <|0xDEADBEEF|> > called! | nil
L1550[15:16:50] <TangentDelta> Hmm...
L1551[15:17:13] <TangentDelta> I'm working on upgrading my kernel. Give me a second.
L1552[15:18:02] <vifino> winderps such confuzing .~.
L1553[15:18:22] ⇦ Quits: mallrat208 (~mallrat20@142-197-84-231.res.bhn.net) (Ping timeout: 186 seconds)
L1554[15:18:24] <TangentDelta> Well, it's working for me.
L1555[15:18:59] <Flawedspirit> If you know how to use W98, 2000, XP, Vista, and 7, you know how to use W10
L1556[15:19:01] <TangentDelta> Odd.
L1557[15:19:13] <TangentDelta> I have no idea what the issue was.
L1558[15:20:34] *** Magik6k is now known as Magik6k|off
L1559[15:23:49] <CompanionCube> I remember my brother asking for WinUpdate help.
L1560[15:24:01] <CompanionCube> After obtaining a new box from a friend.
L1561[15:24:18] <CompanionCube> Turns out it hadn't been working since forever. Due to a missing patch.
L1562[15:24:28] <CompanionCube> Fixed it by installing SP1.
L1563[15:25:00] *** Pwootage|Off is now known as Pwootage
L1564[15:26:42] ⇦ Quits: TangentDelta (~christine@63.143.24.22) (Remote host closed the connection)
L1565[15:28:29] ⇨ Joins: TangentDelta (~christine@63.143.24.22)
L1566[15:29:52] ⇦ Quits: M89 (~M89@acea245.neoplus.adsl.tpnet.pl) (Quit: Leaving)
L1567[15:31:21] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L1568[15:31:44] ⇨ Joins: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
L1569[15:33:08] <vifino> Wee. Windows 10 gets downloaded.
L1570[15:33:24] *** Magik6k|off is now known as Magik6k
L1571[15:38:19] <Mimiru> Oh hey... 1.9 snapshot
L1572[15:42:22] ⇦ Quits: TangentDelta (~christine@63.143.24.22) (Remote host closed the connection)
L1573[15:43:55] ⇦ Quits: marcin212 (~marcin212@anu28.neoplus.adsl.tpnet.pl) (Quit: Leaving)
L1574[15:46:00] <CompanionCube> https://www.reddit.com/r/KotakuInAction/comments/3f0g33/socjus_webmconverter_replaces_retard_with_git/
L1575[15:46:01] <CompanionCube> rekt
L1576[15:46:14] <gamax92> dual wielding, totally don't know where I've seen that
L1577[15:47:03] <vifino> Huh, I may be able to play with Windows 10 on my surface before going to bed.
L1578[15:47:14] <vifino> Oh snap. I forgot that I wanted to rip my dvd collection.
L1579[15:47:17] <vifino> :v
L1580[15:47:28] <vifino> well, part of it, not all, that would take months
L1581[15:57:47] <Izaya> maybe it's just me
L1582[15:58:06] <Izaya> but github is a great place to have a git repo for OSS stuff
L1583[15:58:19] <Izaya> it's not some crazy leftist free-speech place
L1584[15:58:24] <Izaya> it hosts git repos
L1585[15:59:58] <CompanionCube> mhm
L1586[16:00:56] <CompanionCube> but shit can still be..stupid
L1587[16:07:34] *** Daiyousei is now known as ShoweringFairy
L1588[16:08:13] *** Kodos|Dr is now known as Kodos
L1589[16:16:41] ⇦ Quits: black3agl3 (~black3agl@197.225.243.15) (Read error: Connection reset by peer)
L1590[16:18:47] ⇨ Joins: black3agl3 (~black3agl@197.225.243.15)
L1591[16:19:57] ⇦ Quits: Voidi (~tobias@cable-86-56-60-153.cust.telecolumbus.net) (Ping timeout: 202 seconds)
L1592[16:31:44] *** alekso56 is now known as alekso56_off
L1593[16:41:06] *** ShoweringFairy is now known as Daiyousei
L1594[17:21:15] ⇦ Quits: sciguyryan (~sciguyrya@93-94-245-89.dynamic.swissvpn.net) ()
L1595[17:21:15] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L1596[17:21:39] ⇨ Joins: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
L1597[17:30:25] *** Cruor is now known as Cruor|Away
L1598[17:32:28] ⇨ Joins: Voidi (~tobias@cable-86-56-60-153.cust.telecolumbus.net)
L1599[17:40:53] <vifino> aww yesh, windows 10 pro
L1600[17:41:09] <Techokami> welcome to the Win10 club
L1601[17:41:21] <Techokami> protip: WinKey + G
L1602[17:41:37] <Techokami> now you can do screen recording
L1603[17:41:44] <gamax92> but i don't wanna windows 10 .-.
L1604[17:41:57] <Techokami> it's better than 8.1
L1605[17:41:59] <vifino> ty ty, i am only installing it on my tablet because I can, I heard it had improvements and I depend on it for better touch support than ubuntu.
L1606[17:42:17] <vifino> I have/had 8.1 pro.
L1607[17:42:19] <gamax92> see, vifino has a touch tablet
L1608[17:42:26] <gamax92> I have a desktop, with no touch monitor
L1609[17:42:32] <Techokami> and I have a touch monitor on my desktop
L1610[17:42:57] <vifino> I wouldn't touch windows with a ten foot pole if it weren't for Photoshop and touch.
L1611[17:43:11] <vifino> Gimp is okay for small things, rest not.
L1612[17:43:24] <gamax92> Yeah gimp is pretty terrible compared to photoshop
L1613[17:43:46] <vifino> gamax92: I bought that tablet to draw, I am forced ;_;
L1614[17:45:29] <vifino> It also turned out that it works just fine as a movie player.
L1615[17:46:49] <Temia> There's one thing keeping me using Windows, and the only reason I'm even doing that is because now I have a laptop suitable for relegating Windows duties to thanks to my dad's surviving-college gift.
L1616[17:47:24] <Temia> And that is
L1617[17:47:27] <Temia> lol gaming on linux
L1618[17:48:58] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L1619[17:49:19] <DrHoffman> I wonder what would happen if I corrupted swap
L1620[17:49:20] ⇨ Joins: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
L1621[17:49:27] <DrHoffman> gamax92: wanna see me corrupt my swap?
L1622[17:49:43] <gamax92> DrHoffman: njo
L1623[17:49:59] <DrHoffman> the fuck is njo
L1624[17:51:17] <DrHoffman> >Free SWAP file system data recovery
L1625[17:51:33] <DrHoffman> 10/10
L1626[17:51:42] <Shuudoushi|Away> upgrading to win10 brb
L1627[17:51:53] *** Shuudoushi|Away is now known as Shuudoushi|Away|Away
L1628[17:52:01] <Mimiru> …
L1629[17:52:10] <Mimiru> |Away|Away ¬_¬
L1630[17:52:27] <Flawedspirit> He's double away
L1631[17:53:38] <DrHoffman> ¯\_( ͡¬ ͜ʖ ͡¬)_/¯
L1632[17:53:38] <DrHoffman> He's far away
L1633[17:53:50] <DrHoffman> ti do siiii
L1634[17:54:01] <Flawedspirit> ( ͡° ͜ʖ ͡°)
L1635[17:57:07] ⇦ Quits: Inari (~Uni@p5B10203E.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
L1636[17:57:14] <DrHoffman> so I corrupted 8mb of swap, then I swapped off
L1637[17:57:16] <gamax92> Mimiru: you could change his nick :D
L1638[17:57:22] <DrHoffman> lets see the shitstorm that happens
L1639[17:57:30] <Mimiru> Effort gamax92.
L1640[17:57:46] <gamax92> oh, I could do it for you then? ;D
L1641[17:57:53] <DrHoffman> Mimiru: If you have the raw plugin enabled you can send raw lines as other people
L1642[17:58:06] <Mimiru> Also effort DrHoffman
L1643[17:58:15] <DrHoffman> .0.
L1644[17:58:34] <Mimiru> I could abuse lots of shit...
L1645[17:58:39] <Mimiru> But I'm just to fucking lazy to do so
L1646[17:59:53] <DrHoffman> oh yay
L1647[17:59:55] <DrHoffman> read swap header failed
L1648[18:00:21] <DrHoffman> anyways, mkswap works
L1649[18:00:39] <DrHoffman> whats the best way to commit an entire program to swap
L1650[18:00:47] <DrHoffman> I know! Use luajit to fill up 2gb of memory
L1651[18:00:55] *** Pwootage is now known as Pwootage|Off
L1652[18:01:13] <DrHoffman> I pushed 34mb into swap
L1653[18:01:14] <DrHoffman> wow
L1654[18:02:08] <DrHoffman> welp, I have a 268435456 byte string
L1655[18:02:16] <DrHoffman> #lua 268435456/1024/1024/1024
L1656[18:02:16] <|0xDEADBEEF|> > 0.25
L1657[18:02:31] <DrHoffman> #lua 268435456/1024/1024
L1658[18:02:31] <|0xDEADBEEF|> > 256.0
L1659[18:02:38] <DrHoffman> 256mb string
L1660[18:02:53] <DrHoffman> and doing x = x..x caused a segmentation fault
L1661[18:02:57] <DrHoffman> luajit, ur funni
L1662[18:04:45] <DrHoffman> I now have a 512mb string
L1663[18:05:16] <DrHoffman> Lua is taking up 1.4gb of memory
L1664[18:05:56] <PotatoAway> Well
L1665[18:06:04] <PotatoAway> my surgery was a-o-k
L1666[18:06:11] <DrHoffman> damn, a single collect garbage call got lua bck down to 2.1mb
L1667[18:06:18] <DrHoffman> PotatoAway: what surgery
L1668[18:06:22] <PotatoAway> They took a chainsaw and amputated everything below the neck
L1669[18:06:26] <DrHoffman> :O
L1670[18:06:28] <PotatoAway> DrHoffman, the surgery I just had
L1671[18:06:28] <Mimiru> PotatoAway, will you be able to have French Fries?
L1672[18:06:36] <Mimiru> so... no
L1673[18:06:40] <PotatoAway> Yes Mimiru
L1674[18:06:44] <DrHoffman> Thats the surgery my mom's getting tomorrow~!
L1675[18:06:51] <PotatoAway> I just can't shower for 48 hours
L1676[18:06:59] <gamax92> rhyme
L1677[18:07:06] <Mimiru> so, 72 hours less then your usual then?
L1678[18:07:14] <DrHoffman> (in all seriousness though my mom really is getting surgery on her arm tomorrow)
L1679[18:07:25] <PotatoAway> Mimiru, I usually take a shower every day
L1680[18:07:34] <PotatoAway> Well
L1681[18:07:39] <Mimiru> Mmhmm
L1682[18:07:50] <PotatoAway> I'm still tired from the anistescia
L1683[18:07:55] <PotatoAway> so I'm off to bed
L1684[18:07:59] <DrHoffman> 814mb of crap in swap ( ͡^ ͜ʖ ͡^)
L1685[18:07:59] *** PotatoAway is now known as PotatoSleep
L1686[18:08:03] <DrHoffman> PotatoSleep: goodnight
L1687[18:08:10] <Mimiru> Night PotatoSleep
L1688[18:08:12] <PotatoSleep> DrHoffman, it's 6:08 p,
L1689[18:08:14] <PotatoSleep> m
L1690[18:09:24] <vifino> Good night, PotatoSleep.
L1691[18:09:41] <vifino> Ey, tablet is installing win10 finally.
L1692[18:09:51] <vifino> 20%.
L1693[18:10:02] <vifino> Lets wait another ethernity and then cry.
L1694[18:10:17] * Izaya yawns
L1695[18:10:24] <Izaya> so tired today D:
L1696[18:10:36] <vifino> Izaya: Morning, yes?
L1697[18:10:44] <vifino> If so, good morning.
L1698[18:10:48] <Izaya> so I'm told
L1699[18:10:50] <vifino> If not, hell if I knew.
L1700[18:11:07] <Izaya> it's an ungodly hour of the morning - 9 AM, it's obscene to be awake at this point in time
L1701[18:11:47] * vifino never rememders what day it is, had to check
L1702[18:12:07] <vifino> Muh brain got it's priorities straight!
L1703[18:12:44] <vifino> Waait. Huh, I have birthday soon.
L1704[18:12:51] <vifino> I just realized.
L1705[18:12:51] <PotatoSleep> that reminds me
L1706[18:12:58] <vifino> PotatoSleep: Go the fuck to sleep.
L1707[18:13:02] <PotatoSleep> I need to see if I can install drivers for my 970 yet
L1708[18:13:07] <PotatoSleep> damn win10
L1709[18:13:11] <Izaya> gg
L1710[18:13:55] <PotatoSleep> Izaya, i've been doing my before-sleep looking at instagram and reddit ritual
L1711[18:14:05] <PotatoSleep> seems like a lot of people are in Arkansas
L1712[18:14:11] <PotatoSleep> for some church thing
L1713[18:14:15] <Mimiru> 353.62 is a thing, and I'
L1714[18:14:19] <Mimiru> vve yet to crash
L1715[18:14:22] <Mimiru> bah
L1716[18:14:42] <PotatoSleep> \o/
L1717[18:14:45] <PotatoSleep> driver is downloading
L1718[18:14:54] <PotatoSleep> time to change b/c was in hospital and then sleep
L1719[18:15:30] <Izaya> PotatoSleep, instagram?
L1720[18:15:46] <CompanionCube> brb tablet
L1721[18:16:34] <Izaya> woo, got XMPP over my proxy
L1722[18:19:26] ⇨ Joins: meep (uid94726@id-94726.ealing.irccloud.com)
L1723[18:19:52] * Mimiru sets mode +b meep!*@*
L1724[18:20:03] <CompanionCube> wut
L1725[18:21:37] <meep> :<
L1726[18:21:48] ⇦ Parts: Voidi (~tobias@cable-86-56-60-153.cust.telecolumbus.net) ())
L1727[18:27:16] <Izaya> Oh hey I got IRSSI working
L1728[18:36:40] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L1729[18:37:02] ⇨ Joins: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
L1730[18:51:12] ⇨ Joins: Xilandro (~Kodos@2602:306:ce20:6c30:fd25:bc30:771d:4d5d)
L1731[18:51:12] zsh sets mode: +v on Xilandro
L1732[18:51:53] <vifino> Huh. Windows 10 looks cleaner.
L1733[18:53:30] ⇦ Quits: Kodos (~Kodos@2602:306:ce20:6c30:fd25:bc30:771d:4d5d) (Ping timeout: 202 seconds)
L1734[19:03:05] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
L1735[19:04:26] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1736[19:05:51] *** Pwootage|Off is now known as Pwootage
L1737[19:14:51] ⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L1738[19:17:33] *** Cranium is now known as Cranium[Away]
L1739[19:24:40] *** Cazzar is now known as Cazzar|Away
L1740[19:26:43] *** Cazzar|Away is now known as Cazzar
L1741[19:37:27] ⇦ Quits: reinei (~reinei@p5DE892E7.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
L1742[19:39:48] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Remote host closed the connection)
L1743[19:45:08] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1744[19:54:17] *** Cranium[Away] is now known as Cranium
L1745[20:03:20] *** Pwootage is now known as Pwootage|Off
L1746[20:04:17] ⇦ Quits: black3agl3 (~black3agl@197.225.243.15) (Read error: Connection reset by peer)
L1747[20:15:25] *** Dimitriye98 is now known as Windows10_
L1748[20:15:41] *** Windows10_ is now known as Dimitriye98
L1749[20:23:58] ⇦ Quits: Nathan1852__ (~Nathan185@p5DC11B95.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L1750[20:29:01] ⇨ Joins: VikeStep (~VikeStep@101.184.77.101)
L1751[20:29:35] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
L1752[20:30:30] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1753[20:42:10] ⇨ Joins: Techokami|Ingame (~techokami@c-76-28-30-178.hsd1.ma.comcast.net)
L1754[20:42:31] ⇦ Quits: Techokami|Ingame (~techokami@c-76-28-30-178.hsd1.ma.comcast.net) (Client Quit)
L1755[20:43:31] ⇨ Joins: Techokami|Ingame (~techokami@c-76-28-30-178.hsd1.ma.comcast.net)
L1756[20:43:56] <Techokami|Ingame> good news, that bit32 compat lib Sangar added to OC earlier seems to work :D
L1757[20:44:14] <Techokami|Ingame> using wocchat on Lua 5.3!
L1758[20:44:56] *** Daiyousei is now known as SleepingFairy
L1759[20:45:06] ⇨ Joins: ThePotato (~ThePotato@68-185-232-89.dhcp.slid.la.charter.com)
L1760[20:45:15] <gamax92> wait, what do I use bit for >_>
L1761[20:45:41] <Techokami|Ingame> no idea
L1762[20:45:50] <gamax92> oh, the nick colors
L1763[20:46:30] ⇦ Quits: meep (uid94726@id-94726.ealing.irccloud.com) (Quit: Connection closed for inactivity)
L1764[20:48:03] <Techokami|Ingame> I tried to shim Magik6k's bit32 compat lib from Plan9k into OpenComputers, things exploded badly. Then sangar added a compat lib and even though it was barely tested, it's working well
L1765[20:48:12] ⇦ Parts: ThePotato (~ThePotato@68-185-232-89.dhcp.slid.la.charter.com) ())
L1766[20:48:29] <Techokami|Ingame> though I did notice that the nice color change you have when you quit was broken
L1767[20:50:09] <gamax92> Techokami|Ingame: oh?
L1768[20:50:35] <Techokami|Ingame> yeah, on a T3 display with a T3 GPU, the colors didn't go to gray when you quit
L1769[20:51:12] <Techokami|Ingame> looks like you got an update to make?
L1770[20:51:42] *** Cazzar is now known as Cazzar|Away
L1771[20:52:44] *** Magik6k is now known as Magik6k|off
L1772[20:54:04] <Techokami> anyway time for bed
L1773[20:54:07] *** Cazzar|Away is now known as Cazzar
L1774[21:03:16] <Xilandro> I need to look at the IRC program and make something that will connect to a channel and log any instances of whatever word(s) I specify to a file on a raid
L1775[21:11:36] ⇨ Joins: orthoplex64 (~orthoplex@cpe-66-69-96-209.satx.res.rr.com)
L1776[21:27:15] * Mimiru sighs
L1777[21:27:21] <Mimiru> ffs wtf USB controller
L1778[21:27:26] <Mimiru> why are you spamming connect/disconnect
L1779[21:28:25] *** Cazzar is now known as Cazzar|Away
L1780[21:30:58] *** Cazzar|Away is now known as Cazzar
L1781[21:56:09] ⇨ Joins: mallrat208 (~mallrat20@142-197-84-231.res.bhn.net)
L1782[22:02:20] ⇨ Joins: Montana (webchat@66.17.125.238)
L1783[22:02:44] <Montana> any way to broadcast off of just one access point if i have more than one connected to a network?
L1784[22:13:44] ⇦ Quits: Montana (webchat@66.17.125.238) (Ping timeout: 204 seconds)
L1785[22:20:32] *** Pwootage|Off is now known as Pwootage
L1786[22:30:08] *** Pwootage is now known as Pwootage|Off
L1787[22:33:03] <Ekoserin> Anyone have a knife?
L1788[22:33:53] <gamax92> Why
L1789[22:34:05] <Ekoserin> To trim my toenails.
L1790[23:01:05] ⇦ Quits: Lathanael|Away (~Lathanael@p549701CA.dip0.t-ipconnect.de) (Ping timeout: 206 seconds)
L1791[23:04:57] ⇦ Quits: orthoplex64 (~orthoplex@cpe-66-69-96-209.satx.res.rr.com) (Ping timeout: 206 seconds)
L1792[23:07:15] ⇨ Joins: Lathanael|Away (~Lathanael@p54971A5F.dip0.t-ipconnect.de)
L1793[23:08:47] <Ekoserin> Is there an OC emulator besides OCEmu for Windows?
L1794[23:13:19] ⇦ Quits: SnowDapples (~powered@p5794D85F.dip0.t-ipconnect.de) (Killed (NickServ (GHOST command used by SnowDapples_!~powered@p5794D66A.dip0.t-ipconnect.de)))
L1795[23:13:24] ⇨ Joins: SnowDapples (~powered@p5794D66A.dip0.t-ipconnect.de)
L1796[23:19:53] ⇨ Joins: RaptorJeebus (RaptorJeeb@CPE-124-180-149-37.lnse4.lon.bigpond.net.au)
L1797[23:41:40] *** Cruor|Away is now known as Cruor
L1798[23:50:55] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Remote host closed the connection)
<<Prev Next>> Scroll to Top