IRC log for #wowace on 20160714

01:15.08*** join/#wowace jro (~jaredo@ganondorf.loclhst.com)
01:16.58jroomfg
01:17.03jroive been banging my head 8 hrs
01:17.31jro:)
01:19.44*** part/#wowace jro (~jaredo@ganondorf.loclhst.com)
01:26.02quiescensthat seems like a silly thing to do
01:45.27*** join/#wowace Seerah (~RyanNL@104-180-66-29.lightspeed.mmphtn.sbcglobal.net)
03:14.22*** part/#wowace Seerah (~RyanNL@104-180-66-29.lightspeed.mmphtn.sbcglobal.net)
04:34.41*** join/#wowace ShadniX (dagger@p5DDFE75D.dip0.t-ipconnect.de)
05:41.21*** join/#wowace Megalon (~wig0r@178-190-191-71.adsl.highway.telekom.at)
06:13.50*** join/#wowace Megalon (~wig0r@178-190-191-71.adsl.highway.telekom.at)
06:33.28StanzillaFisker: ping
06:33.36FiskerStanzilla: pong
06:35.54StanzillaFisker: you are good with powershell, did you ever have to extract a self extracting 7z with it?
06:36.13Fiskersure and nope
06:36.24FiskerBut it's self extracting so why is that an issue?
06:37.33Stanzillawell I'm doing Invoke-Expression "7z x -y -o`"$($target)`" `"$source`"  > `$null"
06:37.51Stanzillaand the result is http://i.imgur.com/3VGDLv7.png
06:37.58Stanzillaso I think it needs some diffrent parameter
06:42.05nevcairieleven the 7z gui cant fully unzip the git installer, its probably not so simple =p
06:42.37Stanzillait's the portable zip
06:43.15nevcairielwhy would they make two installers differently
06:43.18nevcairielso same thing
06:43.35Stanzillathe portable thing is no installer, it's just a self extracting archive
06:43.59Stanzillaand the gui handles that fine
06:46.17znfnevcairiel, I have a suf bug
06:46.21znfthat's been bugging me since MoP
06:46.33nevcairielkeep it :)
06:46.51znfit's just some positioning crap
06:47.11znfhttp://i.imgur.com/SpCaa9y.jpg
06:47.20znfmy party frames are attached to the right of the screen
06:47.37znfif they get created in combat, they are someone drawn off-screen
06:49.25StanzillaFisker: any idea?
06:50.02TorhalRewrite WA to use PowerShell.
06:50.04Torhal>.>
06:50.19Stanzilla...
06:51.49Fiskersorry Stanzilla
06:51.56FiskerHad a team meeting
06:52.20Stanzillano problem
06:52.40Fiskerprobably because it's parsing your parameters badly
06:53.11FiskerCould try "&" or something like start-process 7z -argumentlist @("arg1", "arg2", "...")
06:53.29nevcairielPS syntax is so weird
06:54.18FiskerAs I recall if you use & you should be able to call the program pretty much similarly to how you would in the command prompt
06:54.49Stanzillafun fact: it works on appveyor https://ci.appveyor.com/project/MartiUK/cmder
06:55.44Fiskergot the source of the build script?
06:55.53Stanzillahttps://github.com/cmderdev/cmder/tree/master/scripts
06:55.59FiskerThough I guess since it's piping to null it must be invoke-expression
06:56.19Stanzillait is
06:57.41FiskerIf you are copypasting make sure you're getting the correct grave, etc. characters :P
06:58.27TorhalYou wouldn't copy pasta.
06:58.44znfat this point
06:58.46znfjust write it in bash
06:58.52*** join/#wowace Megalon (~wig0r@178-190-191-71.adsl.highway.telekom.at)
06:58.53Fiskernah
06:58.56Fiskerpowershell best shell
06:59.05znfif you're a masochist
06:59.08Stanzillanot copypasting but I have no clue how to fix it
06:59.13Stanzillapowershell is like chinese to me
07:01.34StanzillaI assume it#s something wrong on my pc though
07:01.38Stanzillasince it works on appveyor
07:01.57Megaloni know whats wrong with your pc, Stanzilla
07:02.04Megalonit's you ( ͡° ͜ʖ ͡°)
07:02.05Stanzillaso something with the variable quoting
07:02.12Stanzillaor something lioke that
07:09.44*** join/#wowace Yoshimo (~anything@unaffiliated/yoshimo)
07:21.02StanzillaI don't get it
07:26.00Fiskerdid you check if it works if you just run the command like that though Stanzilla ?
07:26.13FiskerI mean it does look like it's just unpacking the .exe file
07:47.07*** join/#wowace mitch0 (~mitch@62-165-243-234.pool.digikabel.hu)
08:02.06Phixionhey Fisker, Stanzilla
08:02.15Stanzillahi
08:02.19Fiskerhey Phixion, Phixion
08:02.22FiskerSoup Stanzilla
08:02.24Phixionaw
08:02.24FiskerDid you do it?
08:02.27Stanzillano not yet
08:02.37Phixionhi Megalon
08:02.39Phixione
08:02.41Phixiony
08:02.49MegalonpHIxion
08:02.54Phixiono//
08:02.56Phixion\\o
08:09.19znfStanzilla, http://i.imgur.com/zp6SMFJ.png
08:09.23znfso much for holding on to that potion
08:12.14Stanzillarip
08:13.22znfalso, can't use it in the class hall, for some reasons
08:13.54StanzillaFisker: how do I do debug prints in ps
08:14.09StanzillaI want to print the values of the arguments its passing to 7z
08:14.27Fiskerwrite-error I believe st an
08:14.29Fiskerdamnit
08:14.30FiskerStanzilla
08:14.40Stanzillathx
08:14.40Fiskererr
08:14.45FiskerI thought you meant print debug
08:14.46Fisker:D
08:14.53Stanzillaye
08:16.42*** join/#wowace NuSuey (uid3556@gateway/web/irccloud.com/x-wxlrxibmbiawonte)
08:21.27FiskerAnyway I'm pretty sure it's being executed correctly
08:21.38FiskerI just think that 7z is unpacking the .exe
08:21.56Stanzillawhy does it work on appveyor? different 7z version?
08:26.02Fiskeror different archive
08:27.47znfhttp://www.gsmarena.com/hp_elite_x3_to_carry_680_price_tag_in_uk-news-19388.php
08:27.57znfsomeone call HP and tell them they're on the wrong planet
08:29.30StanzillaFisker: if I use the gui to unzip the file the script downloaded it works though
08:29.32FiskerThey're just valuing it after the gbp
08:31.07Fiskerhttp://i.imgur.com/VyXIB9V.jpg <-wfm
08:34.30StanzillaFisker: http://i.imgur.com/09wxWru.png
08:34.31Stanzilla?_?
08:34.53FiskerDifferent archive
08:34.55Fiskerwhat archive is it?
08:35.57Stanzillahttps://github.com/git-for-windows/git/releases/download/v2.9.0.windows.1/PortableGit-2.9.0-32-bit.7z.exe
08:36.14Fiskerwhy is it named like that though?
08:36.38Stanzillahttps://github.com/cmderdev/cmder/blob/master/scripts/build.ps1#L79
08:37.34Stanzillathe downloaded file is fine
08:37.38StanzillaI can extract it via the gui
08:37.41StanzillaI still blame my 7z
08:37.46Fiskermaybe
08:37.49Stanzillanote that you used 7za instead of 7z
08:38.01FiskerThat's what I got from their website
08:39.22Stanzillathe used 7z is the one that came with Lua lol
08:39.24Stanzillaand it's old
08:41.09Fiskersame result if I use the 7zip from c:\program files
08:43.14Stanzillayup that was it
08:43.32Stanzillalooks like the 7z version that comes with Lua is super old and Lua came later in PATH than my program files installation
08:43.48Stanzillathanks for your help, Fisker
08:43.49Stanzilla<3
08:44.23FiskerWell
08:45.28Fiskerilu2
08:52.20*** join/#wowace RLD_what (~RLD_when@136.0.3.208)
09:32.24Kesavai have this in an old personal addon
09:32.29Kesavaif rXp or 0 > 0 then
09:32.31Kesavawhat was i doing
09:33.08nevcairielmaybe rXp was nil once, but you didnt know about operator precedence?
09:39.23Kesavaperhaps
09:42.03znfnew "bugged" quest in Stormheim
09:46.45Megalonis it abusable?
09:46.50Megalonoh if it was you wouldn't tell!
09:46.51Megalon8D
10:05.44znfMegalon, yes
10:05.54znfI see people spamming chat with it
10:05.58znfI'm assumign it's like last time
10:13.36*** join/#wowace Megalon (~wig0r@178-190-191-71.adsl.highway.telekom.at)
10:21.07Megalonhey you nerds, when i do the format partition thing on a new ssd, what allocation unit size do i choose?
10:21.10Megalonor is that wurscht :P
10:21.49Megalonit's not a system ssd, i'll just keep the small one i have for that :o
10:29.08znfthe larger, the "faster" :P
10:29.14*** join/#wowace stolenlegacy (~stolenleg@chello080109199104.5.graz.surfer.at)
10:29.14*** join/#wowace stolenlegacy (~stolenleg@unaffiliated/stolenlegacy)
10:29.15znfbut more wasted space
10:31.31nevcairielbest is using the block size of the ssd, which can vary depending on the ssd
10:35.46quiescensmoo?
10:38.54Megalonok :>
10:45.59quiescensgives Megalon a cookie
11:01.29znfMegalon, align your partition, you pleb
11:04.12nevcairielany tool from this decade does that automatically
11:04.33nevcairielbut there is still a performance penality when you use small file system blocks on a ssd with higher physical block size
11:06.58silentiumproper tools also extract the physical block size from the device and use that as minimum for the file system, but that may fail e.g. for file systems spanning over multiple disks
11:35.47StanzillaTorhal: https://www.sourcetreeapp.com/update/windows/beta/ReleaseNotes_beta.html I don't understand their versioning
11:36.21nevcairielseems pretty straight forward to me
11:36.34Stanzillawhy are fixes listed again for the next versions
11:37.00nevcairielprobably because its the same version just a new build
11:37.14nevcairielall 1.9.4 share the same list, it just grows
11:37.43Stanzillawhy don't they use minors or more beta-x builds
11:37.45Stanzillaseems weird
11:41.44*** join/#wowace Ketho (~Ketho@ip565063bd.direct-adsl.nl)
11:45.47znfhey Megalon http://i.imgur.com/A9sVD1A.png
12:01.39Stanzillathat is pretty OP http://imgur.com/bmeYbVT
12:03.04znfcan't wait to get that on my priest
12:03.48nevcairielbecause you do so much auto attack?
12:03.50nevcairiel:)
12:04.03nevcairieli like that rings and things have random extra effects now
12:04.26nebulahunter loot
12:04.26nevcairielnot only plain stats
12:04.33nebulayea, it's pretty neat
12:04.41nebulaand neck have on uses?
12:10.30Stanzillaoreo ice cream cone <3
12:47.23quiescens\o/
12:50.27znflaptop from work arrived
12:50.28znfno ssd
12:51.08Stanzillawhat
12:51.12Stanzilladid it arrive from 2005?
12:53.53znfhow do I know what kind of HDD caddy do I need for a laptop?
12:53.57znf9.5/12.5/12.7mm
12:54.05nevcairielyou look at the specs
12:54.08nevcairiellike everyone else
12:54.25TorhalStanzilla: Nor do I. WAT.
13:05.02*** join/#wowace Arrow|work (~Arrowmast@WoWUIDev/WoWAce/ResponsibleForEverythingAndNothing/Arrowmaster)
13:05.09*** join/#wowace SunTsu (miyamoto@unaffiliated/suntsu)
13:08.09Phixionhey Fisker http://imgur.com/2PZ39fi get it?
13:11.10*** join/#wowace Dessa (~Dessa@pku74f0o.dip0.t-iqconnect.de)
13:15.09*** join/#wowace Ressy (~Ressy@WoWUIDev/WoWAce/ARL/Ressy)
13:15.20*** join/#wowace Stanzilla (~Stanzilla@WoWUIDev/WowAce/Stanzilla)
13:33.21Stanzillaoh sheeeit
13:33.25StanzillaI just found my minidisk player
13:34.25Stanzillaand my diskman
13:34.45winknice
13:36.25Megalonhey Phixion, do you always only install up to 99%? :(
13:37.51Phixionsome updates aren't approved
13:37.55Phixion~1%
13:37.55purl0.01
13:38.04Phixionmaybe purl
13:44.03*** join/#wowace Funkeh` (~Funkeh`@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
13:44.03*** mode/#wowace [+o Funkeh`] by ChanServ
14:09.31znfyay again http://i.imgur.com/sL4ogVP.jpg
14:10.55StanzillaQ.Q
14:11.17znfI just want to exploit in peace...
14:49.40quiescensnerf znf
14:49.52Funkeh`hey Torhal how come you have addon updating but it's not in alpha :(
14:50.03quiescensgasp
14:51.26TorhalFunkeh`: ?
14:52.15Funkeh`the new client
14:52.33TorhalOh, internal alpha.
14:52.54Funkeh`dicks
14:52.59Stanzillawhere did he say that he has that
14:53.25TorhalNo idea when they're releasing it to the public, but I told them they'd better do it before next week.
14:53.26TorhalMad shit will break then.
14:53.57TorhalStanzilla: I showed screenshots of mocksups, that aren't far off of what I have as a working copy.
14:54.00Torhalmockups*
14:54.05Stanzillawhere?
14:54.59Torhal[17:48:27] @Torhal:Hey folks: https://images-na.curseapp.net/a824a271-7d9e-43ad-8b8d-d68fe44a0719/Screen-Shot-2016-07-12-at-102821-AM.png
14:54.59Torhal×
14:54.59Torhal[17:49:18] Funkeh`:mockups?
14:54.59Torhal[17:49:43] @Torhal:Yeah, but I do have a working copy on my Windows box.
14:54.59Torhal[17:50:03] @Torhal:Respects the light/dark skin choice.
14:55.38Stanzillauh
14:55.40Stanzillawas that in here?
14:55.42Stanzillahow did I miss that
14:55.55TorhalYes
14:55.57TorhalNo idea.
14:56.24Stanzillaoh there
14:56.52MegalonTorhal, where is the yellow version?
14:57.00Megaloni mean this is the new curse pokemon go app, right???
14:57.25TorhalI think you need to stop with the LSD, Megalon.
14:57.26TorhalIt's becoming obvious.
14:57.48Stanzillayeah
14:57.50quiescenso.o
14:58.49Funkeh`rekt
14:59.55znfthat is a plugin, right?
15:00.25TorhalIndeed.
15:00.58StanzillaFunkeh` are you a game dev yet
15:05.33Megalonwhat do you mean... stop
15:05.35Stanzillauhhh
15:05.36Stanzillahttps://www.git-tower.com/p/windows-beta/
15:05.38Megalonin the name of love?!
15:06.25TorhalStanzilla: Holy shit!
15:06.38TorhalMy favorite Git client (that I've never heard of) is coming to Windows!
15:06.40StanzillaTorhal: have you been using it on os x?
15:06.42Stanzillaok fuck you
15:06.43Stanzilla:D
15:06.55Torhal:D
15:07.25TorhalI've been using SourceTree since 2011. Even though it's gotten a bit weird.
15:07.26TorhalStill better than the Windows version :/
15:08.18Stanzillanot that hard
15:08.59winkgit cli. eod.
15:09.21winkalthough I use qgit about once a month for easier searching
15:10.05Stanzillacan't remember the commands
15:10.14Stanzillaif you forget them all the time and have to google, a gui is faster :p
15:10.32Stanzillaalso like having history visible all the time and a diff view etc
15:11.21Stanzillaand bookmarks
15:14.44diesalok these disconnects are getting annoying now (WOW51900319)
15:14.52Stanzillaalso Torhal leak pls
15:14.58Stanzillagimme teh bits
15:15.21quiescensgives stan a cookie
15:16.56TorhalNo leak Stanzilla.
15:17.03TorhalI had to change a hosts entry and connect to VPN to even download it!
15:17.25StanzillaI like how they treat you as outsider for everything now
15:17.26TorhalThat means "Super Secret Do Not Give to Stanzilla"
15:17.27quiescenshax
15:17.56TorhalHuh? It's on an internal network. I'm not at the office.
15:17.57TorhalI kinda had to do it that way.
15:18.26TorhalWhen it updates, it uses the internal IP address.
15:18.27StanzillaOUTSIDER
15:18.27TorhalSo yeah, has to have a hosts entry and be on VPN.
15:18.32StanzillaOUT
15:18.35StanzillaSIDE
15:18.36StanzillaER
15:18.55TorhalGoddamn it, Megalon. What did I say about dosing Stanzilla?
15:19.04Stanzillain other news, I finished all episodes of outcast
15:19.12Stanzillapretty fucked up shit
15:19.34TorhalI blame quiescens.
15:19.41quiescens):
15:28.16FiskerHey Stanzilla
15:28.18Fiskeri
15:30.20FiskerI wish Torhal was still alive
15:32.50znfTorhal, leak it.
15:32.51znfNOW
15:32.54znfalso, proxy it
15:34.41znfMegalon, rank28.
15:34.47StanzillaI'd rather have a new WCL client
15:34.52Stanzillaso I can finally uninstall Adobe Air
15:35.10Stanzillaor BigWigs on GitHub so I dont have to use SVN anymore but Funkeh` is busy becoming a game dev
15:37.18znfI still prefer SVN for changes
15:37.23znfgit is too complex for most of my needs
15:38.49znfie: I don't really need local changes
15:38.54znfStanzilla, http://i.imgur.com/EgsABmu.png where to put 1 more point now?
15:40.07Stanzillaswd?
15:41.36znfwait, is raid testing up?
15:42.45Stanzillayes, still normal mode
16:24.23*** join/#wowace starfox (~wig0r@178-190-191-71.adsl.highway.telekom.at)
17:11.12*** join/#wowace Bribri (~Brybry@unaffiliated/brybry)
17:12.36*** join/#wowace vrak (vrak@putsch.kolbu.ws)
17:25.31*** join/#wowace sb (~quassel@2a00:1158:2:1e00::40)
17:32.35*** join/#wowace Seerah (~RyanNL@104-180-66-29.lightspeed.mmphtn.sbcglobal.net)
17:50.01quiescensmoo
18:07.12Funkeh`anyone know whats with the removal of the "minimap" frame type?
18:07.20Funkeh`renamed?
18:08.18Funkeh`i.e. CreateFrame("Minimap")
18:10.21FiskerCan it be N preview time though Stanzilla ?
18:10.44FiskerIn b4 the new one doesn't work with Pokemon again and Niantic says again that they won't fix it
18:10.55FiskerAnd they then fix it again the day after I cave in
18:18.15nebulaFunkeh`: <Minimap name="Minimap" enableMouse="true"> in the legion framexml, so i assume it's still a valid time, they might have gotten more restrictive with it or something since it's such a special snowflake
18:18.26nebulas/time/type/
18:21.46Funkeh`CreateFrame: Unknown frame type 'Minimap'
18:22.09Funkeh`now the servers die
18:25.40quiescenso.o
19:11.14Humbedoohthat's usually quiescens' job :\
19:18.07Funkeh`omg http://arstechnica.co.uk/the-multiverse/2016/07/robot-wars-bbc-2-launch-date-details/
19:19.17Trela<PROTECTED>
19:19.21Trela*returning
19:28.20*** join/#wowace EthanCentaurai (~EthanCent@79-76-192-170.dynamic.dsl.as9105.com)
19:47.38Stanzilla.
19:52.57*** join/#wowace Seerah (~RyanNL@104-180-66-29.lightspeed.mmphtn.sbcglobal.net)
19:59.37GnarfozFunkeh`: I recently read in here (or next door) that the game doesn't really support having two minimaps anyway? hmm. was probably one of viad's weird questions :P
20:00.29nevcairielno it does not, but you used to be able to create a new one and hide the old one
20:02.48Stanzillanevcairiel
20:02.52Stanzillawhich lua on windows do you use
20:02.55Stanzillawhich installer
20:08.55Funkeh`yes you hide one and show the other
20:10.03nevcairielStanzilla: dunno, i might have build my own
20:10.25Stanzillamkay
20:11.00nevcairieli dont need all those crazy libraries, i just have socket and casc
20:12.17EthanCentauraimore bans for the bans god! o/
20:20.10Gnarfozbeta ded?
20:24.06nevcairielyeah its been down for a while
20:24.08nevcairielptr too
20:25.57Gnarfoz:(
20:26.20GnarfozI should have played more in the past weeks :P now, in my usual style, I have too much left to do for the time remaining ;)
20:27.06GnarfozI guess I don't have to feel bad about going outside and removing that Poliwrath from my closest gym
20:27.20nevcairielthe bad thing is that i wanted to reproduce a bug in legion for reporting to guill, but now ic ant
20:27.22nevcairielcant*
20:48.40Ressyshould be back up later
20:49.15Stanzilla"@Zorbrix: Hey sorry, we had a last minute database maintenance on PTR/Beta. I'll try to get an accurate ETA as soon as I can."
21:07.25znfOh
21:07.26znf:-(
21:08.14znf# badblocks -b 512 -c 256 -s -w /dev/sdc
21:08.14znfTesting with pattern 0xaa:  67.09% done, 3:15:16 elapsed. (0/0/0 errors)
21:08.19znftought this HDD was dead
21:12.48Megalonmaybe it just doesn't wanna have to do anything with you
21:13.23znfhey Stanzilla https://www.reddit.com/r/WowUI/comments/4svjv8/help_weak_auras_target_of_target_text_color/
21:16.04StanzillaI dont do customer support
21:24.27znfhttps://gfycat.com/OblongDrearyAmericanwigeon
21:58.34*** join/#wowace JTF195 (~JTF195@rapturewerks.net)
22:04.55*** join/#wowace starfox (~wig0r@178-190-191-71.adsl.highway.telekom.at)
22:23.42*** join/#wowace Ketho (~Ketho@ip565063bd.direct-adsl.nl)
22:31.40*** join/#wowace EthanCentaurai (~EthanCent@79-76-192-170.dynamic.dsl.as9105.com)
22:47.47*** join/#wowace NuSuey (uid3556@gateway/web/irccloud.com/x-utfvknnjihdmdcij)
22:56.39*** join/#wowace Ressy (Ressy@192-0-172-185.cpe.teksavvy.com)
22:57.26*** join/#wowace Ressy (Ressy@WoWUIDev/WoWAce/ARL/Ressy)
23:00.38diesalwow im like a kid in candy store with atom, everything is editable in real time with scripting languages
23:01.40diesalits ven got a DOM inspector so you can drill down and find whats manip[ulating what in the editor O.o
23:01.48diesaleven*
23:14.07nevcairielbeta login servers are back but the realms are still down, progress i guess
23:19.09Gnarfoztoo late now :C
23:19.18nevcairielits never too late
23:19.22Gnarfozgood point
23:19.26GnarfozMr Robot, though!
23:19.28nevcairieli was bored and worked for a bit
23:19.45nevcairielblizz is making me work at 1am because beta is down!
23:19.54nevcairieland right, i should watch that
23:19.56nevcairieltomorrow i guess
23:20.05Gnarfozwish I could do that and not have to go into the office at "normal" times :p
23:20.16GnarfozI would probably get a lot more done ;)
23:20.44nevcairielor you would just work too much and not get paid overtime
23:21.01Gnarfozthat's also a possibility
23:21.41nevcairielback when i had my previous job at the office, it was kinda nice to just stop thinking about it once i was out the door
23:26.39nevcairielsome people say you should be strict with yourself when working from home, but i like the freedom i have, some days just not working much at all, other days put in 12+ hours
23:37.37nevcairielbeta is back now btw
23:38.04*** join/#wowace JTF195 (~JTF195@rapturewerks.net)
23:44.00*** join/#wowace RLD_what (~RLD_when@24-182-109-27.dhcp.ftwo.tx.charter.com)
23:54.31diesalas is the ptr

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.