IRC log for #wowace on 20141009

00:15.50znfmmm
00:15.56znfthe paladin multistrike sucks
00:16.00znfthe druid one is awesome
00:16.03znf(tanking thingie, I mean)
00:16.46znfwith 10% multistrike, I can steadily keep my HP buff at 15% as a druid
00:17.06znfpaladin? I barely get the multistrike passive
00:17.20znfMaybe it gets better in a raid setting with 4 healers doing spells on you
00:18.34Semlarmultistrikes znf
00:19.20Semlardoesn't the secondary you benefit from depend on your spec
00:21.18znfsee discussion above
00:21.36Semlari will do no such thing
00:22.04znfeach tanking spec gets some passive benefit from multistrike
00:22.33Funkeh`Semlar, it's 100% related to rotating a texture that's created on the Minimap
00:22.48Semlaron the minimap?
00:22.50Funkeh`I just dumped all the textures onto the PlayerFrame and it works
00:22.58Funkeh`my spinning texture issue
00:23.04Semlaryou're parenting directly to the Minimap frame?
00:23.24Semlarhaste appears to be the prot pally stat, going by its passive
00:23.37Funkeh`Minimap:CreateTexture() yes
00:23.51znfSemlar, that wasn't the point of the discussion :
00:23.52znf:P
00:24.09znfWe just wanted to know what does multistrike actually do for each tanking spec
00:24.49SemlarFunkeh`: should be easily solved but do you know why the minimap frame is causing it
00:25.05Funkeh`I'm not sure how I'd find that out
00:25.10Funkeh`or why delaying it solves it\
00:25.51znfassume blizzard bug
00:25.53znfmove on with your life
00:25.54znf:>
00:26.10Funkeh`as a test I changed your code paste with the mushroom to create of the Minimap
00:26.15Funkeh`spinning issue is apparent
00:26.27Funkeh`create on*
00:27.04Semlarit's not doing it for me
00:27.32Funkeh`literally all I did was change local tx = UIParent:CreateTexture() or local tx = Minimap:CreateTexture()
00:27.55Semlarhttp://pastebin.com/LtC7uE9J
00:28.43Semlaryou aren't rotating the minimap or anything?
00:29.12Funkeh`no
00:29.19Funkeh`I just copy pasted your code
00:29.23Funkeh`rotating like crazy
00:29.32Semlardisable every other addon and try it
00:29.35Semlarjust that code
00:30.38Funkeh`ok seems like something in SexyMap is causing it
00:30.53Funkeh`delay that restart please
00:31.07Semlarheh
00:31.15Semlaryou have 8 minutes to solve this
00:31.22SemlarGO GO GO
00:32.41Funkeh`this is when you're glad you've made your addon as modular as possible
00:37.38Repoarl-enchanting: 03resa1983 07WoD * 5.4.8.4-13-g84167ae  (4 files in 1 directory): [+3 commits]
00:37.38Repo84167ae: Updated for WoD
00:37.38Repo3daabb9: Add Enchanting Materials filter
00:37.38Repoa6abef7: Add Horde Garrison Vendor
00:37.47Funkeh`swwet
00:37.49Funkeh`sweet
00:38.00Funkeh`my auto minimap zoom out animation is somehow causing it
00:38.54Funkeh`I don't think it's anything related to the code
00:39.04Funkeh`just the fact it's an animation created off the minimap
00:39.22Semlaranimations are fickle
00:39.41Funkeh`I think something is getting confused with all the groups I'm creating on it
00:39.59Funkeh`but I don't even need it in WoD I can use .After for that
00:40.30Funkeh`well I managed to find that about 10 seconds before it died
00:42.53Gnarfozit's being infused with more life, don't be so negative! :D
00:43.16Funkeh`http://pastebin.com/3EDxiep6 my code
00:43.33Funkeh`ignore shitty pastebin highlighting, the top code isn't commented out
00:43.59Semlari can't ignore it
00:44.24Funkeh`I think the reason it worked after a delay is when the minimap zoom out animation fninished
00:44.34Funkeh`as I play it straight away on login
00:44.58Funkeh`ill try remove just playing it on login and see if it works
00:45.27Semlarwhy do MinimapZoomOut:Click() 5 times instead of just setting it to max zoom
00:46.18Funkeh`IIRC if you set it too far it starts again from the zoomed in state or something like that
00:47.11SemlarMinimap:SetZoom(0) or something
00:47.32*** join/#wowace pentium166 (~pentium16@206-248-184-225.dsl.teksavvy.com)
00:48.00Semlara lot of buttons in the game have sound effects so clicking them can have unintended side effects
00:48.06Funkeh`yeah if I don't play the animation on login everything is fine
00:48.25Semlarnot sure if the zoom buttons do anything else
00:48.30Funkeh`this is some kind of bug with the animation system when creating multiple groups on a frame and trying to play them at the same time I guess
00:50.26Semlarwell this is interesting
00:50.46Semlarbut the animation is nothing
00:50.51Semlarmaybe it's because of that?
00:51.00Semlaryou have animGroup:CreateAnimation()
00:51.03Funkeh`hopefully not, because it might then affect acetimer
00:51.19Semlaracetimer shouldn't be using animations in WoD
00:51.24Funkeh`unless it's related to creating "something" after creating "nothing"
00:52.07Funkeh`well yes we will move it over, after testing and such
00:52.17Semlarrotation appears to be the default animation
00:52.37Semlarso providing it with NOTHING is making the minimap have a rotation animation
00:52.46*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
00:52.56Funkeh`err
00:53.10Semlarif you're going to make a timer animation, you may want to do it on a frame that isn't being shown in the interface
00:53.31Funkeh`I wonder why they changed that
00:53.37Semlaror just not use animations for timers
00:53.49Semlaryou should really not be using animations for timers in WoD since there are actual timer functions
00:53.54Funkeh`that's good then, won't affect acetimer at all
00:54.13Semlari'm like 80% sure acetimer is just a wrapper for the C_Timer functions now anyway
00:54.23Funkeh`I wrote it
00:54.26Funkeh`no, it's nort
00:54.33Semlarwell it should be
00:54.51Funkeh`after we do testing on the new system yes
00:55.55Semlari know there was a discussion about it being converted to just use C_Timer
00:56.10Semlarlike months ago
00:57.11Semlari don't use any of the ace stuff so it doesn't really affect me
00:57.30Funkeh`I'll need to put it through a proper raid test being used by various addons
00:57.55Funkeh`swapping now and discovering some issue would be a massive fuckup considering the current system works perfectly fine
00:58.53Semlarwell you're using animations, which are one of the most unreliable widgets in the game
00:59.32Semlarif it were me i would be jumping on the new api functions
01:03.02Funkeh`another interesting question is why didn't the "rotating" animation finish
01:03.09Funkeh`yet it did when I created a delay
01:03.19Semlarduration
01:03.25Semlarmaybe it's set to repeat automatically as well
01:03.32Funkeh`no
01:03.46Funkeh`if it was, it would have been an issue even after the delay
01:04.56Semlarmaybe the original animation is finishing but because you're creating an animation on top of it while it's playing it's picking up the speed permanently
01:05.40Semlari wonder what the default number of degrees is
01:06.41Semlarwell, creating an animation doesn't automatically make something rotate
01:06.50Semlarso this interesting
01:06.57*** join/#wowace Jagobah (~jago77777@cpe-74-133-196-95.swo.res.rr.com)
01:07.47Semlarmaybe it's picking up whatever animations you're giving the texture
01:10.23Semlarnope, seems to only affect the child
01:11.46Semlarhttp://pastebin.com/iLDJwmaC here's the script i'm using
01:13.21Semlaroddly enough it doesn't seem to start flipping out until the animation on the parent finishes
01:13.38Semlarif i set the duration to 10 it animates normally
01:13.42Semlarfor 10 seconds
01:14.15Funkeh`fun stuff
01:20.40Semlaralright, as soon as you call Stop() on the parent animation group it does it
01:21.03Semlarso it's being triggered by the end of that animation but i'm not entirely sure what it's doing
01:21.43Semlarit does seem to be a new bug they've introduced
01:23.19Semlarbut it also doesn't do it if the animation you create is 'Alpha' or something
01:23.51Semlarseems to only be if it's blank or 'Rotation'
01:25.18Semlarbut now i'm bored so i'm going back to watching hulu
01:26.30Repoarl-tailoring: 03resa1983 07WoD * 5.4.8.2-11-g913858c  (3 files in 1 directory): [+4 commits]
01:26.33Repo913858c: Fill out WoD recipes
01:26.33Repo266e934: Scan of Ashran Trainers
01:26.33Repodfc189f: Add Ashran & Horde Garrison Vendors
01:26.33Repo81d07a1: Update Trainer location, add Horde trainer
01:27.41Semlarit seemed like it was making a looping animation with a bounce effect when it finished
01:33.01Reposexymap: 03funkydude 07master * v2.4.15-8-gb858e03  (2 files in 1 directory): [+1 commit] The Blizzard animation bug is a bit more complicated than first anticipated, but we can easily fix the spinning issue in specific here for WoD by using the new timer API the client provides.
01:38.53Repoarl-tailoring: 03resa1983 07WoD * 5.4.8.2-12-g0c7dbad Trainers.lua: [+1 commit] Warspear, not Warshield
01:53.30*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
02:02.16*** join/#wowace Archarodim (HydraIRC@lev92-13-78-203-110-56.fbx.proxad.net)
02:54.14*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
03:17.30*** join/#wowace Neffi (~Neffi@pool-151-202-49-117.nycmny.fios.verizon.net)
03:33.18Repoarl-jewelcrafting: 03resa1983 07WoD * 5.4.8.1-13-ga01b711  (5 files in 1 directory): [+4 commits]
03:33.18Repoa01b711: WoD recipes
03:33.18Repodad6fba: New filter
03:33.18Repo5d08b84: WoD Trainers
03:33.18Repo4983687: WoD Vendors
03:43.13Repoarl-alchemy: 03resa1983 07WoD * 5.4.8.1-8-g211e877  (3 files in 1 directory): [+2 commits]
03:43.14Repo211e877: Update for Horde Trainer
03:43.14Repo58ffef9: Vendors & Trainers update
03:47.46Repoarl-cooking: 03resa1983 07WoD * 5.4.8.2-8-g18ecdd9  (2 files in 1 directory): [+2 commits]
03:47.46Repo18ecdd9: Scan Horde Trainer
03:47.46Repoeef99b7: Horde Trainer
03:52.29Repoarl-first-aid: 03resa1983 07WoD * 5.4.8.3-7-gc805b27  (2 files in 1 directory): [+2 commits]
03:52.30Repoc805b27: Scan of Horde Trainer
03:52.30Repo60a4b78: Add Horde Trainer
03:55.02*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
03:56.48*** join/#wowace webturtle00 (~webturtle@69.51.143.78)
04:48.47*** join/#wowace ShadniX (dagger@p5DDFF1D3.dip0.t-ipconnect.de)
04:57.38*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
05:08.15*** join/#wowace hizuro (~hizuro@dslc-082-083-093-182.pools.arcor-ip.net)
05:16.44Stanzillahttps://www.origin.com/de-de/store/free-games/on-the-house free dragon age; origins
05:17.16TrelaRequires Origin.  Hmm, nope.
05:26.44*** join/#wowace MysticalOS (~Myst@h39.77.29.71.dynamic.ip.windstream.net)
05:58.29*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
05:58.42Reposhadowed-unit-frames: 03Shadowed 07master * v4.0.1-24-g4df89b3  (10 files in 3 directories): [+4 commits]
05:58.42Repo4df89b3: Arena frames now show during prep phase with opponents spec/class
05:58.42Repoe9c297f: Fixed an error when enabling Arena ToT or BG ToT
05:58.42Repo4659223: Fixed question mark portraits not working
05:58.42Repobd5e1e7: Reload UFs for raid/party units on connection change
06:02.48Stanzillatime to steal it, nebula169
06:03.07nebula169can't, they do frames completely different
06:08.57Semlarframes nebula169
06:16.53StanzillaI know :<
06:31.46TorhalEditBoxes Semlar.
06:32.09Semlardies
06:32.20Semlarcaptures torhals keys
06:32.35Torhalhelps quiescens to obtain a lawyer for the express purpose of suing Semlar.
06:33.11Semlarsuits up
06:33.21TorhalI see what you did there.
06:33.43quiescenso.o
06:34.06Semlardeletes facebook, hits the gym
06:34.38Semlarcalls saul
06:58.30*** join/#wowace liquidbase (~liquidbas@f052086085.adsl.alicedsl.de)
06:59.03*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
07:07.08*** join/#wowace Adirelle[work] (~perreal@195.221.112.81)
07:09.13Stanzillanew dropbox has "Added icon overlay caching for improved performance"
07:16.58quiescens\o/
07:17.00quiescenslol
07:18.31sbmorning
07:20.44Stanzillahi
07:24.50*** join/#wowace Megalon (~wig0r@212-197-175-33.adsl.highway.telekom.at)
07:28.09Stanzillayay a java update, said noone ever
07:29.16sbStanzilla: today is the day!
07:29.24Stanzillait might just be
07:29.52sbi have no idea anymore what to do :D
07:30.11sb"write it down", stupid Stanzilla :|
07:30.20nevcairielwhat day o.o
07:30.37sbnevcairiel: WA svn->git conversion :|
07:30.41nevcairieloh
07:30.42sbaka break everything
07:30.52Kalroth"At Ubisoft for a long time we wanted to push 60 fps. I don't think it was a good idea because you don't gain that much from 60 fps and it doesn't look like the real thing. It's a bit like The Hobbit movie, it looked really weird."
07:30.54Kalrothrly
07:31.23nevcairielneed 120 fps at least
07:31.34Kalrothi'm looking forward to future shitty console ports with a 30 fps limit from Ubisoft
07:32.10Kalroth"It's like when people start asking about resolution. Is it the number of the quality of the pixels that you want? If the game looks gorgeous, who cares about the number?"
07:32.11Kalrothhahah
07:32.41sbbtw, blizzard garrison functions are weird :|
07:33.29Stanzillasb: yeah should have written it down man
07:34.05Stanzillatold you so (TM)
07:38.49nevcairielKalroth: that at least makes somewhat sense
07:39.31Kalrothnevcairiel: sure, it's still a PR way of saying that 900p is enough
07:41.25Stanzillaall the madness because of the new assassins creed is only 900p
07:41.32Stanzillabecause xbone can't handle higher
07:42.58Fiskerhey stna
07:42.59Fiskerdamnit
07:43.00Fiskerhey Stanzilla
07:43.02Fiskerhey nevcairiel
07:43.03Fiskerhey Kalroth
07:43.13nevcairielHey Fiskerino
07:43.20Kalrothwerd Fisker hows it going homes, u cappin' sum foolz
07:43.52Stanzillahi
07:44.17FiskerI once killed a fool Kalroth
07:44.53FiskerToday is going to be exciting Stanzilla
07:45.47*** join/#wowace MysticalOS (~Myst@h39.77.29.71.dynamic.ip.windstream.net)
07:49.14Stanzillayeah Fisker, sadly I got no sleep yet :<
07:49.29FiskerI barely slept yesterday
07:49.59StanzillaI maybe have challenge mode today
07:50.01Stanzillanot sure yet
07:50.05Stanzillathen all teh google stuffz
07:50.17Stanzillaaaand weakauras svn=>git
07:50.29nevcairieldidnt you finish CM on all chars already
07:50.36Stanzillano, 2 missing
07:50.44Stanzillaone maybe today, second on sunday probably
07:52.58Stanzillaoh and hots will be playable today too
07:54.51quiescensdon't do it
07:54.57quiescensgo sleep
07:57.27sbStanzilla: is it possible to change to a EMPTY git repo?
07:57.47sbwhen doing svn -> git on curse
07:58.00nevcairielwhat do you think it does when you switch, migrate itself?
07:58.09sbswitch, import files, done
07:58.21sbwell, will be a force push anyways
07:58.34sbso the migration creates empty repos, okay
07:59.59*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
08:00.42Stanzillayeah it does
08:01.34Stanzillaand the push needs to be without tags
08:02.00sbi know :D
08:02.08nevcairielthere was a theory that if you disable packaging during the push, it may not blow up the packager
08:02.12nevcairielbut no idea if that works
08:02.19sbscrew tags
08:02.32Stanzillayeah we won't try our luck tehre :P
08:02.46Stanzillanew repo will be super cool, finally have the history from WA1 back
08:03.02sbso Stanzilla - the authors list is complete now?
08:03.55StanzillaI think so, none of them responded after that
08:04.06Stanzillacremor was the last
08:12.31XuerianUnless I break the packager more. /flex
08:15.07Stanzillawtb some stars, friends https://code.google.com/p/chromium/issues/detail?id=420326
08:15.16sbdone
08:15.30Stanzillathx
08:15.34Stanzillaalso nice typo I made there
08:15.51sbdidnt even read the text :|
08:16.39Stanzilla:D
08:18.42sbcan't find it :|
08:21.26Stanzilla"them" instead of "it"
08:22.44Kalrothswitch to firefox, Stanzilla, it works fine there!
08:22.54nevcairielbut firefox sucks
08:23.13Kalrothits faster and better than chrome now
08:23.18Kalrothand uses much less memory!
08:26.21sbyes, because its capped at 2gb and will crash then :D
08:26.39sbor 4gb? whatever
08:26.43*** join/#wowace stolenlegacy (~stolenleg@unaffiliated/stolenlegacy)
08:27.13Kalrothyou mean the limit that all 32-bit processes got? :)
08:27.45sbyes
08:29.04quiescenshow often do you actually have a 4gb browser process o.o
08:29.15sbask Stanzilla
08:31.46Kalrothhttp://www.digitaltrends.com/computing/the-best-browser-internet-explorer-vs-chrome-vs-firefox-vs-safari/
08:31.48Kalroth"According to our benchmark tests alone, Mozilla Firefox is the best option for speed and managing highly-interactive webpages."
08:31.50Kalrothsee
08:32.03XuerianHardly ever a problem in firefox, since you can suspend idle tabs automatically..
08:32.35Xueriancan't wait for multiprocess to be done though, chrome is so silky smooth.
08:33.30sbalso no hangout extension in FF :p
08:34.05Kalrothi tried multiprocess in the nightly, it isn't real multiprocess, it's just better process separation
08:35.05Kalrothit will be real separate processes, but i don't think it's implemented yet, it still runs as a single process
08:35.52Stanzillafirefox is retarded
08:35.59StanzillaI hate mozilla devs with a passion
08:36.27Kalrothfirefox can pin icons on their new tab page!
08:36.41Stanzillagg!
08:36.48Kalrothqq
08:37.15quiescensthat mostly seems to be some variant of, "i don't like it", "why?", "because"
08:37.26nevcairielthats valid reasons
08:37.34nevcairielalso the mozilla devs are kinda retarded
08:37.47Kalrotha lot of devs are kinda retarded
08:37.50nevcairieldriven by neckbeard politics way too much lately
08:37.59Kalrothit's not even specific to devs!
08:38.14Stanzillaas a person that spends a lot of time on bug trackers, I have the right to have that opinion of them
08:39.41Megalonfirefox needs a m'lady button
08:40.31Kalroth*tipping intensifies*
08:42.35quiescensmoo.
08:43.52Stanzillaoilpan is landing soon http://dev.chromium.org/blink/blink-gc
08:44.05Stanzillabest codename ever :D
08:54.16FiskerI'll oilpan you?
08:54.29Megalonwill you?
08:55.07Kalrothpoilan
09:00.44*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
09:23.59Gnarfozhooray
09:24.05Gnarfozwe're moving offices again
09:24.15Gnarfozonly the second time in 18 months ;-)
09:25.42nevcairielgooray
09:25.49nevcairiel-g+h
09:26.00Gnarfozcan you write something with mirc colour codes, please?
09:26.13nevcairiel08yellow
09:26.16Gnarfozhehe ok
09:26.21Stanzilla4penis
09:26.24Gnarfozquassel web doesn't know what to do with that
09:26.29Semlarplz no
09:27.20Stanzilla13I like Unicorns, and Torhal
09:27.33Gnarfozwho doesn't like Torhal?
09:28.35KalrothGnarfoz: 4,9what about background colors?
09:29.24nevcairielprobably shows the number codes in some weird fashion to Gnarfoz
09:29.29StanzillaGnarfoz: the packager
09:31.24nevcairielif someone would try to replacem me with a newer model, i wouldnt like that someone either!
09:31.28asmodaiooo, pwetty colours
09:32.06nevcairielanyhow, time for my walk
09:32.08nevcairiellaters
09:32.16Semlartime for walkies?
09:34.44nevcairielmany walkies
09:35.12nevcairielmy broken foot needs training
09:38.20Gnarfoznev: correct, it just shows the numbers
09:46.00FiskerI can't math nevcairiel :(
09:48.23*** join/#wowace EthanCentaurai (~centaurai@host-92-21-132-64.as13285.net)
09:52.57nevcairielWhy not
09:53.00nevcairielMath is easy
09:56.58Stanzillahell no
10:00.21asmodaimmm, Alissa White-Gluz went from The Agonist to Arch Enemy? interesting
10:05.12winkyep
10:05.17winkand the latest album is brilliant
10:06.15sbhttps://play.google.com/music/m/Buyth64zv3oxxs6oogrphhb7m6u ?
10:06.55sb(wink)
10:07.08winkyes
10:07.46sbinteresting, its already in my library :o
10:07.53*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
10:09.50sbStanzilla: still no patch announcement, so more like 22ish?
10:14.08nebula169patch will be announce on monday, about 20min before they're ready to deploy it
10:15.06StanzillaI still say 15th
10:15.15sbnebula169:  are you serious or just kidding?
10:15.42nebula169i doubt they'll announce it before they're dead sure it'll happen :p never know what could delay it
10:29.17nevcairieli think i walked too far, now my foot hurts, but i did get a haircut on the way, finally!
10:33.00Stanzillanow more struwelpeter?
10:33.03Stanzilla-w
10:33.13nevcairielindeed
10:34.00nevcairielbut a few more days of walking training and i can get to the subway without it hurting, and go places!
10:34.32Stanzillawhy go places though
10:36.35Semlaryeah, what's so great about places
10:36.48Semlarare you just trying to get away from us
10:37.28nevcairielcertainly
10:41.32Fiskersomeone should leverage the power of apkmirror and soon backanswer an app that keeps all the google apps updated
10:41.39Fiskerdon't you agree Stanzilla ?
10:44.16Stanzillameh
10:45.15Stanzillagoogle should just an option for fast updates into the store, won't be that many users that it affects their load balancing or so
10:45.32Stanzillaotherwise those rollouts are only used for damage control I guess
10:49.19*** join/#wowace DarkAudit (~Brian@c-98-239-224-116.hsd1.wv.comcast.net)
10:52.46FiskerThey are
10:52.52FiskerBut yeah
10:52.57FiskerMaybe put a switch in developer options
10:55.57winkmaybe my phone is too slow
10:56.02winkbut I detest app updates
10:56.19winkjust this morning I spent 5min for the updated flowdock app to recache things or something.
10:56.25winkspinning, spinning spinning
10:56.53Stanzillathat is more like an android fault
10:57.22Stanzillawill better with ART in L though
10:58.52sbOH
10:58.53sbnevcairiel!
10:58.58sbhttp://geizhals.de/corsair-gaming-k70-rgb-mechanical-gaming-keyboard-ch-9000065-de-a1170276.html
11:01.51Megalonhuzza
11:06.29sbokay, their warenwirtschaftssystem is no fake, now its down to "2 lagernd" :D
11:07.02EthanCentauraiI read "2 lagernd" as "2 lagers" and was like, yes please
11:07.17Megalonsb and his hamsterkäufe
11:07.26Megalonhe'll build fort k70 rgb soon :(
11:07.36sbBROWN
11:07.40EthanCentauraiI need beer and a loaded gun
11:08.24Megalonsb and his fetishes
11:09.26EthanCentauraisomeone come over here and kill me as I am sick of this existence
11:10.04Megalonjust because sb bought a k70?
11:10.48EthanCentauraiwe're dead Megalon
11:10.50EthanCentauraithis is it
11:10.52EthanCentauraiwe're finished
11:14.30EthanCentauraibecause nobody would fucking help us
11:14.31EthanCentauraias usual
11:15.02asmodaiHelp with?
11:15.09EthanCentauraii'm allergic to everything i eat and the doctors couldn't care less
11:15.19EthanCentauraithe government have stolen our money and nobody gives a shit
11:15.23EthanCentauraiwe're dead
11:16.47sbstolen money? how?
11:17.17EthanCentauraithey've decided to stop my jobseeker benefits for no fucking reason
11:17.44Megalonallergic to everything, so like paul from the wonder years
11:19.00EthanCentauraiwho?
11:26.07Stanzillatoo early for that much alcohol, EthanCentaurai
11:26.35EthanCentauraidon't care
11:26.38EthanCentauraigimme
11:27.04Megalongives EthanCentaurai a man after midnight
11:27.44EthanCentauraiI have to wait twelve hours? :/
11:28.02Megalonit's always after midnight
11:28.20Megalonexcept at exactly 00:00
11:32.20nevcairielsb: neat
11:33.40*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
11:34.02EthanCentauraiI must go. My planet needs me.
11:42.56sbnevcairiel: still not shipped!
11:43.35Megalonjust hope it does not get ship...wrecked!
11:59.33*** join/#wowace chaud (chaud@75-136-135-134.dhcp.gnvl.sc.charter.com)
12:29.59sboh - you can create your own autoawesome fotos? thought its only google magic to decide which pictures to awesomeize
12:34.23*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
13:07.18nevcairielDebugging windows drivers is annoying. It like BSODs every time I do a tiny mistake :(
13:09.06*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
13:10.28winklol
13:16.07sbstop doing badusb stuff :(
13:16.31quiescens):
13:18.12nevcairielSafe mode save me!
13:18.44quiescensgo to sleep nev
13:18.48nevcairielNah
13:22.02nevcairielthere, BSOD fixed
13:22.33quiescens\o/
13:22.37quiescensgives nev a cookie
13:22.55nevcairielit was crashing when the driver was being uninstalled, which was really annoying :p
13:26.27Fiskernice
13:26.57*** join/#wowace Sintacks (Syntax@75-109-21-170.chlncmtk01.res.dyn.suddenlink.net)
13:29.44*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
13:32.50*** join/#wowace Ressy (~Ressy@WoWUIDev/WoWAce/ARL/Ressy)
13:41.10Gnarfozwtf why is my SAN so very slow :O
13:41.26GnarfozI hope we see EthanCentaurai again
13:41.44Gnarfozeven though his nickname bothers me
13:42.12nevcairielyou also think he should get rid of the last a?
13:42.44sbB5?
13:43.11nevcairielnot necessarily, also alpha centauri or proxima centauri
13:57.23winkGnarfoz: e12i
13:57.29Fiskernevcairiel guide me
13:57.42nevcairielwhere to
13:58.23Megalonhe prepared his anus, nevcairiel
13:59.32Repotranscriptor: 03funkydude * r204 Transcriptor.lua:
13:59.32RepoAdd IsEncounterInProgress() status changes as a logged (fake) event.
14:18.37sbi think my productivity for this week is below Gnarfoz'
14:19.39Megalonso negative
14:19.50nevcairielhe has been playing with his new keyboard, can you get below that?
14:20.11Megalonsb actively destroyed other peoples work
14:20.21sbnah, dont think so nevcairiel
14:21.44nevcairielso shipped yet?
14:22.26FiskerI'll ship you nevcairiel
14:22.34nevcairielneat, where to?
14:25.10sbnevcairiel: ofc not - still F5ing the page
14:25.20nevcairielthey mail you
14:25.37sbi know :|
14:26.03nevcairieli wonder if my order got in before it was out of stock, the number didnt seem to update immediately after i ordered
14:26.51sbcheck your status
14:27.00sb"Lagernd und für Sie reserviert"
14:27.56Gnarfoznevcairiel: definitely, so weird with that a there
14:28.44nevcairielsb: guess i didnt
14:28.45nevcairieloffen
14:28.45nevcairielvoraussichtlich versandfertig am 14.10.2014
14:28.53nevcairielas long as they dont lie about that date
14:29.13GnarfozI guess I could warm to k70 with brown, my work keyboard is ok
14:29.25Gnarfozbut I'm of course bottoming out the keys more than I should
14:29.42Gnarfoz(put the o-rings on today, so I don't wake up with a horse head in my bed soon)
14:30.12sbGnarfoz: warm to k70? :o
14:30.22nevcairiellol Gnarfoz
14:30.32*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
14:31.34quiescenso.o
14:31.42quiescenswhy would you wake up with a horse in your bed
14:31.56nevcairielhe works for the mafia
14:37.51Gnarfozsb: yes? I meant warm to browns in general, really... they're just very soft to press
14:37.54Gnarfozlight
14:37.56Gnarfozwhatever
14:40.19sbahh, you now have warm at work and its okay - so you could get a k70 brown at home
14:40.24sbbrown, not warm
14:40.25sbffs
14:40.34Gnarfozslightly confused, my man?
14:40.36Gnarfoz=D
14:40.56Gnarfozyeah, something like that, but I already bought 2 keyboards, so I'm kind of... full up on keyboards for now ;D
14:40.59Gnarfozand the home one is blue
14:41.00sbgetting ill (since tuesday) - now with moer headache
14:41.06Gnarfoz(and k70 is available with blue, too)
14:41.24GnarfozI have JUST the thing for you: a keyboard that flashes in all colors of the rainbow and blinds you
14:41.28Gnarfozgood for you headache, I bet
14:41.34sbjust take the blue one to work and wait for the horse
14:41.41Gnarfoz:>
14:42.39*** join/#wowace chaud (chaud@75-136-135-134.dhcp.gnvl.sc.charter.com)
14:45.58FiskerI need to get rid of all these google domains invites I'm holding
14:46.48sboh btw, coworker ordered a moto360 - should get here soon
14:47.11sblooking forward to see it in action (without buying it :p)
14:49.41winklol
14:51.50Gnarfozthat's the best way to go about it
14:51.55Gnarfozsaves a lot of money
14:52.43Gnarfozobviously I'm now regretting forgoing the k70, but chosing is losing :P
14:53.02Gnarfozmaybe one of the vendors at the LAN has some Corsair gear and I can see it in person
14:54.16GnarfozQPAD, Cooler Master, Steelseries are all going to be there
14:54.19Gnarfoznot Corsair, though
14:55.38sbyuo are still within 2 weeks
14:55.41sbwhy not sending it back?
14:56.02sbah, uk shop...
14:56.10nevcairielhe ordered from the uk, prboably much more trouble
14:56.32sbStanzilla: what to expect from google today?
15:02.20winkif only those weren't 150$.. https://www.indiegogo.com/projects/axent-wear-cat-ear-headphones
15:03.54Megalonholy
15:04.08Megalona-furries-dream-come-true moly
15:07.09winkwith ghettoblaster mdoe
15:18.50*** join/#wowace Mihau (~Mihau@76.164.170.2)
15:29.50Repoblood-shield-tracker: 03talryn1 07master * 0.29-20-gd5f7e3e  (2 files in 1 directory): [+1 commit] * Move Bone Shield Max Charge to a constant. * Add Resolve to debug output.
15:30.06Repocompact-runes: 03talryn1 07master * 1.3-14-gc91c0f6  (18 files in 2 directories): [+3 commits]
15:30.06Repoc91c0f6: * KM Stats should default to disabled. * Remove Verify Disease feature.  Disease Strength Tracking is going away in 6.0.
15:30.07Repo6435f68: Fix issue when changing specs.
15:30.07Repo1c65485: * Refactor code into separate files. * Move KM Stats tracking into a new file.
15:31.15*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
15:32.53*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
15:38.36Fiskeroh man Stanzilla
15:38.42Fiskerhow I have material design on my desktop as well
15:38.59Fiskerhttp://www.androidpolice.com/2014/10/09/new-hangouts-app-for-chrome-goes-live-with-chatheads-style-interface-for-desktop/
15:52.19sbah, hangouts
15:52.20sbwell.
16:00.22*** join/#wowace Adirelle[work] (~perreal@195.221.112.81)
16:08.36Stanzillasb: that and g+ polls
16:10.08*** join/#wowace Newton918_ (~Newton918@ip72-222-115-61.tu.ok.cox.net)
16:10.48Repobig-wigs: 03funkydude * r12034 ThroneOfThunder/ (2 files in 1 directory): Locale cleanups
16:12.12Repolittle-wigs: 03funkydude * r1122  (6 files in 4 directories): Tweaks
16:16.40*** join/#wowace Newton918 (~Newton918@ip72-222-115-61.tu.ok.cox.net)
16:21.12Gnarfozsb: also, I'd probably want it in ANSI layout ;-) that's a bit harder to source, for now
16:21.42Gnarfozthe Filco has 100% standard layout, so I can have fun with keycaps
16:21.48Gnarfoznot so much with the k70 ^^
16:22.01GnarfozI shall try and find someone at the LAN who has one
16:22.08Gnarfozdoesn't even have to be RGB, it's the same thing
16:22.13Gnarfozjust to type on it for a bit
16:32.54quiescenso.o
16:33.38*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
16:35.51Reposkillet: 03bsmorgan * r369  (2 files in 2 directories): Skillet:
16:35.58Repo- Disable text wrap to fix long recipe names in a narrow frame
17:02.34*** join/#wowace pb_ee1 (pb_ee1@nat/google/x-tbgeutaqndizmqse)
17:18.32sbGnarfoz: its not, new switches
17:34.26*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
17:38.33znfStanzilla, so, I have this malware on chrome
17:38.35znfthat inserts ads
17:38.42znfand I can't figure out *where* the fuck is it coming from
17:38.56znfif I load up an online-commerce page, it inserts ads
17:39.07znfbut if I keep the developer console opened, it doesn't load
17:41.10znfthis intrigues me
17:53.27Stanzillaplugin and or extension?
17:55.07FiskerI want all my googles to change today
17:55.25quiescenssilly znf
17:56.19znfStanzilla, that's the thing - I disabled _everything_
17:56.25znfclean profile? no more ads
17:56.32znfthis profile, still gets ads
17:56.42znfreally interesting
17:59.13quiescenshax
17:59.36*** join/#wowace mitch0 (~mitch@2E8B5F8F.catv.pool.telekom.hu)
18:04.56Stanzillamaybe from your symlinked prfile?
18:05.40znfnot symlinked
18:05.59znfalso, it's not mine
18:06.06znfon another thingie I'm fixing
18:06.19znfI could simply reset delete the profile
18:06.23znfreset/delete
18:06.38znfBut I'm curious as to the inner-workings
18:07.45*** join/#wowace pentium166 (~pentium16@206-248-184-225.dsl.teksavvy.com)
18:23.20Repoweakauras-2: 03smb 07master_src * r118 : Branch '/branches/master_src' created from /trunk:93
18:23.50sbugh
18:23.59sbwhy?
18:24.14sbStanzilla: DELETTEE everything
18:26.01*** join/#wowace Yoshimo (~Miranda@unaffiliated/yoshimo)
18:33.12*** join/#wowace EthanCentaurai (~centaurai@host-92-21-132-64.as13285.net)
18:33.19EthanCentauraiHello.
18:33.25EthanCentauraiSorry about this morning.
18:33.34EthanCentauraiI have alcohol, things are ok.
18:40.34Stanzillawtf is that sb :D
18:40.44sbstupidme
18:40.44Repochinchilla: 03EthanCentaurai 07master * v2.6.3-3-g6eb826d  (3 files in 1 directory): [+3 commits]
18:40.44Repo6eb826d: ShowHide: You can now hide the new Garrison Report button.
18:40.44Repo49d7269: MoveButtons: You can now reposition the new Garrison Report button.
18:40.44Repo7a78af4: Position: Fixed compatibility with Patch 6.0. (I forgot to save the file before commiting)
18:40.54Stanzillaagain!
18:41.02znfmeh
18:41.04znfI removed it
18:41.07znfbut I have no idea how :(
18:41.26znf(other than uninstalling all the crap that malware installed)
18:41.50quiescensyou shouldn't have installed malware in the first place
18:45.20Repobad-boy: 03funkydude 04v12.400 * r1235 : Tagging as v12.400
18:45.38znfquiescens, /r/NoShitSherlock
18:45.56Repobadboy_guilded: 03funkydude 04v2.96 * r205 : Tagging as v2.96
18:51.15sbStanzilla: no, moer stupid this time, but we will remove it anyway :D
18:53.11Stanzilladid you tripple check the github
18:54.25*** join/#wowace chaud (chaud@75-136-135-134.dhcp.gnvl.sc.charter.com)
18:54.46Funkeh`I wonder if a weak table would be a good idea as a throttle
18:55.01Funkeh`a 20 line buffer isn't enough for high servers and is too much for low servers
18:58.39quiescenso.o
18:58.54quiescens21 then?
18:58.59quiescens^^
19:05.29Stanzillasb: also maybe delete all the temp branches or will you only push 6.0 as new master anyway?
19:05.49sbi will only push 6.0 -> 6.0 and master -> master (live)
19:06.14Stanzillaok
19:08.52Repoweakauras-2: 03stanzilla 042.0.8 * r119 :
19:08.52RepoTagging as 2.0.8, ports back transmission changes from 6.0. Final tag before git.
19:10.01znfhey Stanzilla - https://i.imgur.com/fMPUiMN.jpg this is my favorite gif
19:10.21*** join/#wowace Elkano (~elkano@WoWUIDev/WoWAce/Elkano)
19:10.21*** mode/#wowace [+v Elkano] by ChanServ
19:11.43asmodaiAre those Let's do Lunch achievements resetting?
19:13.41znfI doubt it. Why would they?
19:13.52asmodaiznf: It's what I am seeing currently
19:14.03asmodaiI recently got Stormwind and Ironforge on this toon
19:14.05znfon PTR?
19:14.08asmodaiand now the checkmarks are gone again
19:14.10asmodaiNo, live.
19:14.19znfOh
19:14.34znfthey shouldn't be resetting O.O
19:14.46asmodaiThat's what I figured. Weird.
19:14.56asmodaiEven double checked on battle.net, same thing.
19:16.32znfyay
19:16.37asmodaiznf: mm?
19:16.38znfofficial patch announcement
19:16.42asmodaiReally?
19:17.25znfYes
19:23.53Stanzilla15th, like I said
19:25.08Repoweakauras-2: 03smb 07master * e549240  (302 files in 13 directories): [new, +310 commits] (306 truncated)
19:25.08Repoe549240: Re-apply changes lost in WA1 -> WA2 transition
19:25.08Repo3e32681: port back transmission changes from 6.0 branch
19:25.08Repof5833a2: Refix 6.0 GetTalentInfo
19:25.08Repoc6bb2b0: Revert .toc bump, if u want it to work in beta, just change interface version to 60000 in all tocs (load out of date doesn't work)
19:25.30Repoweakauras-2: 03smb 076.0 * 486b9ef  (305 files in 13 directories): [new, +32 commits] (28 truncated)
19:25.32Repo486b9ef: fix indenting and bump sync version
19:25.34Repo185f6f5: apply remaining patches by Infus
19:25.36Repobc40d37: Adds a option for a spark to aurabars. The spark's texture, color and size can be configured. (by Infus)
19:25.38Repoaeae5c5: Hardcode compression to Huffman, fixes the export/import of big groups (by Infus)
19:25.52Stanzilla\ o / good job sb
19:26.37Parnic14th.
19:26.50sbStanzilla: needs tags
19:26.58Parnicdid they ever do anything with GetComboPoints? do combo points still travel with players instead of being on enemies?
19:27.03EthanCentaurai15th for EU peeps
19:27.17Parniclast i saw the combo points stayed with you but there was no api to ask how many combo points you had, just the same as always asking about the target
19:27.21Stanzillasb: not sure I even want to tag
19:27.25Stanzillabefore the 6.0 merge
19:29.04Parnicoh fine stanzilla, just ignore me.
19:30.43Fiskerhey Parnic
19:30.45FiskerI notice you
19:30.47StanzillaParnic: SORRY
19:30.49Parnicoh crap it's fisker
19:30.53Stanzillayes combo points are on players now
19:30.55Stanzillanot on target
19:30.55Fisker:(
19:30.58Stanzillaapi is the same though
19:31.04Stanzillaiirc
19:31.08Parnicstanzilla: yeah but is there an api to ask about how many are on the player?
19:31.15ParnicGetComboPoints still wants a unit and doesn't work with "player"
19:31.22FiskerThought we were friends Parnic
19:31.24Stanzillahaven't tested that yet
19:31.27Parniconly if you can help me fisker
19:31.36FiskerI can always try to help you Parnic
19:31.46Parnichow have you been?
19:32.39Fisker:?
19:32.56*** join/#wowace Starfox (~wig0r@194-96-74-69.adsl.highway.telekom.at)
19:33.02Parnicgood. glad you're doing well.
19:33.54Fiskerdoesn't follow
19:34.02Parnici'm asking how you're doing
19:34.09Parnichave you had a good day, etc.
19:34.18FiskerYes
19:34.21Parnicbut now it's all awkward
19:34.23Parnicso nevermind
19:34.33FiskerYou asked me for help
19:34.36FiskerD:
19:34.44Parnici was kidding
19:34.49Parnicand it didn't come across text very well
19:35.07Fiskeroh ok
19:35.10StanzillaParnic: my weakaura for CPs still works
19:35.13Stanzillaso I guess they didnÄt change anything
19:35.24FiskerBut I'm not dead Parnic
19:35.27Parnicstanzilla: i assume you don't see the CPs if you have no target though
19:35.29Parnicwhich is, like....crappy.
19:35.29Stanzillayou just have the right number of CPs for any target
19:35.29FiskerSo there's that
19:35.32Stanzillayes
19:35.45Parnicgood to hear, fisker
19:35.57*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
19:36.28Parnicstanzilla: i guess blizzard decided they didn't want to rewrite the api or whatever, but it still sucks to not be able to see combo points without a hostile target. oh well, not much i can do about it.
19:36.50znfWoD ger clarification:
19:36.54znfAll of the stats are random, right?
19:36.59znferm
19:37.04znfWoD crafted gear clarification:
19:37.07StanzillaParnic: 100% kept that way for backwards compat
19:37.10Stanzillaran out of time anyway
19:37.19Xuerianznf: Nah, all gear is rnggg
19:37.23Fiskeralmost blands time Parnic
19:37.25XuerianCause wildstar proved that was a great idea
19:37.28znfXuerian, what's what I said :P
19:37.37znfall crafted gear -> rng secondary stats
19:37.40Xuerianznf: AM MAEK JOEK
19:37.47Parnicstanzilla: they could have made GetComboPoints("player") or GetCombotPoints() work without breaking old stuff, but what do i know.
19:38.00Stanzillayeah
19:38.12StanzillaI suspect stuff like that will happen in 6.1/6.2
19:38.15Stanzillathey really ran out of time
19:38.20Parnicheh
19:38.29znfXuerian, did you drink all the Baijiu?
19:38.37Parnicwell in that case all i had to change for my mod for 6.0 was shadow orbs
19:38.52Parnicwhich sucked to test since you get more of them at a random time.
19:39.17XuerianParnic: It's easy enough to track combo points without an API call for when you're targetless. They decay at a given rate, right?
19:39.26Xuerianznf: I don't drink. :|
19:39.33ParnicXuerian: that's true, but like....that's a lot of work :P
19:39.39Parnicbut yes, you make a good point.
19:40.02znfThat's pretty shitty. It takes like forever to get a craft complete, and then when you craft it... fuckin' RNG?
19:40.26Xuerianznf: At least it's not wildstar, where your stockets are rolled randomly... on epics.
19:40.49Xuerian(Drops, too)
19:41.00Repoweakauras-2: 03Stanzilla 07master * df7889e Transmission.lua: [+1 commit] packager test, we are now on git, guys!
19:41.22EthanCentauraiI should re-sub. :|a
19:41.47sbStanzilla: brave commit :D
19:41.55XuerianEthanCentaurai: To what? Wildstar sucks till Drop3 and you'll have to pay the Blizzard tax for WoD :p
19:42.03Stanzillatook me long enough to find something trivial to change :p
19:42.37sbTHERE!
19:42.52EthanCentauraiXuerian: to WoW in general :P
19:42.53Stanzillait packaged!
19:43.01Stanzillahttp://www.wowace.com/addons/weakauras-2/files/136-r20141009194047/
19:43.02Stanzillanice changelog
19:43.03XuerianStanzilla: You lucky sob.
19:43.03Stanzillahahaha
19:43.27sbnice :D
19:43.38znfcool
19:43.46Stanzillasb: great job, many thanks
19:43.53XuerianEthanCentaurai: Sigh, me too :[
19:44.33EthanCentauraiI've been on the WoD beta this whole time
19:44.44EthanCentauraimy live sub ran out ~March?
19:45.19XuerianBeta didn't need a live sub? Huh.
19:45.27EthanCentaurainarp
19:45.38XuerianWhelp, would've tried that.
19:46.40znfWait a fuckin' second
19:46.44znfI just read the tailoring change
19:46.53znfNow I get cloth from beasts instead of humanois as a tailor?! wtf?
19:48.35Xuerianznf: This is a murlock loincloth jerkin. It is made of the highest quality murlock loincloth. It menaces with murlock spines. It is encrusted with chocobons of murlock tooth. There is a carving in the loincloth of a murlock.
19:49.00XuerianOr wait, are murlocks humanoid too. :|
19:49.31ParnicXuerian: i haven't subbed for years. PTR and alphas have always worked :P
19:49.48Parnicand are easier most of the time since you can just make a max level character with full professions to test stuff
19:50.15FiskerI need for my head to not hurt
19:50.29Parnicfisker: drink more or less caffeine. one of the two.
19:50.48FiskerNo!
19:51.23EthanCentauraiParnic: Moxxi's on the moon for some reason.
19:51.41Parnicreasons.
19:51.48EthanCentaurai\o/
19:51.52Stanzillawhen is release? 15h?
19:51.57Stanzillaborderlands i mean
19:52.02Fisker14th
19:52.06Parnic14 for NA at least. i don't know about other areas because america.
19:52.22Stanzillaok
19:52.26Fisker17th for europe
19:52.26Parnicso it's bltps vs wow6
19:52.30FiskerBecause oceans
19:52.49Parnicin america we don't have to care about other countries until they offend us.
19:52.55Parnicor bring ebola to my home town.
19:53.31Parnicthen suddenly it's all we can talk about. all day long.
19:54.02FiskerI'll bring Ebola to your town if you want
19:54.08StanzillaI avoided blands spoilers as good as possible
19:54.13Stanzillaonly watched the first two trailers
19:54.21FiskerTrailers?
19:54.26Stanzillayes?
19:55.57Stanzillawill probably buy it in winter sale though
19:56.30Parnicso you're picking it up on steam?
19:56.37Stanzillayeah
19:57.11Stanzillamaybe the 4 pack is out by then
19:57.50Parnicdo we still not have the 4-pack up for sale?
19:57.54Parnicwhat the heck, marketing?
19:59.57znf4pack?
20:00.23Stanzilla4 licenses with a discount
20:00.26Stanzillaso you can play with friends
20:00.54FiskerOh so that's why you were "you're welcome" a while back
20:00.57Fiskerlol
20:01.08Stanzillawho?
20:01.12FiskerParnic
20:01.17Parnicfisker's having fever dreams
20:01.23FiskerNope
20:01.39FiskerMy dreams are bad
20:01.50Parnici talked to our marketing guys because fisker demanded it. they said the 4 pack is coming. i don't know why it's still not available
20:02.10FiskerIt doesn't matter anyway
20:02.19Reporarity: 03allara * r268  (4 files in 2 directories):
20:02.21Repo- Sea Turtle: Added the following zones from the Warlords of Draenor expansion (note that none of the fishing pools have been added yet, so Sea Turtle detection will not yet work in Draenor): Draenor, Ashran, Frostfire Ridge, Frostwall, Gorgrond, Lunarfall, Nagrand, Shadowmoon Valley, Spires of Arak, Stormshield, Talador, Tanaan Jungle, Tanaan Jungle - Assault on the Dark Portal, Warspear
20:02.25FiskerLike the time before and before that
20:02.44FiskerThe timing screwed up
20:07.04Stanzillachrome dev is 40 now btw
20:12.50znfso old :(
20:14.47Gnarfozsb: huh, what do you mean new switches? more types available? did the regular k65/70/95 not have anything besides red?
20:15.17sbno, they changed the switches (in  addition to add rgb stuff)
20:15.57Gnarfozwhat were the old ones using?
20:17.33sbalso cherry
20:18.13nevcairielso, how can they switch switches? :P
20:18.52sbmeh, switches got a new revision for rgb stuff
20:19.10sband they also changed some other stuff (i read it somewhere at least)
20:19.15GnarfozEthanCentaurai: I was wondering whether we would see you again... welcome back!
20:19.31nevcairielwhy wouldnt we
20:19.35Gnarfoz\o/ <- that smiley is so often going to be on the next line now, until I learn to not hit return instead of \
20:19.38sbalso fuckyou MF: "Lagernd und für Sie reserviert"
20:19.45EthanCentauraiI have beer. I am ok.
20:21.21EthanCentauraiSorry about this morning. :/
20:21.46*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
20:22.48nevcairielno beta build tonight? what has the world come to?
20:23.55sbfinally coding!
20:24.10EthanCentauraipushes a new beta build the moment sb logs in.
20:24.47nevcairieldont worry about it, blizzard has that covered
20:24.50Gnarfozcommence beta shutdown in 5... 4... 3... 2... 1...
20:25.13nevcairielanyway, build confirmed next week is nice, can finally stop farming damn valor points
20:25.18Gnarfozsb: new revision of switches oO all the relevant things about them are identical, same travel distance, same actuation point, same springs :o
20:25.27Gnarfoz*patch, you mean
20:25.36nevcairiela patch is a build!
20:25.44Gnarfozan old one, tho
20:25.47Gnarfozin this context
20:25.56Gnarfozright... time flies, 15th is next wednesday?!
20:25.57Gnarfoz:O
20:26.00Gnarfoz:OOO
20:26.04nevcairielof course
20:26.13Gnarfozneeds to get more shit done
20:26.26Gnarfozworking this WE, so, yeah
20:26.32nevcairielnot happening then
20:26.37Gnarfozprobably
20:26.44*** join/#wowace Kemayo-cloud (uid37658@gateway/web/irccloud.com/x-ivhehdtttqgolqpy)
20:26.47Gnarfozbut maybe it's all "ok enter 3 commands, wait 12 hours"
20:26.56*** mode/#wowace [+v Kemayo-cloud] by ChanServ
20:27.00nevcairieli dont suppose you get like monday off instead?
20:27.23Gnarfoztechnically my team leader guy person could say so, yeah
20:27.36Gnarfozbut I don't think we'll actually have to spend a lot of continguous time on it
20:27.55nevcairielbut still be actually physically at work?
20:28.16sbnevcairiel: i think their status is a lie
20:28.17GnarfozFriday evening most likely since we're already there, Caturday... we'll probably decide that on the fly
20:28.23sb"guarantieed delivery when ordered until 14:00"
20:28.42Gnarfozit's basically shut down Friday evening, firewall it so nothing unexpected can get past us, start cold full backup, go home
20:28.45nevcairielsb: i once got their "your shit was sent out" mail after i already had the hardware at hand
20:28.49nevcairielso, who knows!
20:28.50sboh ok
20:28.51Gnarfozbackup takes ~12 hours
20:29.27Gnarfozcome back in/remote in+voice comm next morning (UGH Saturday morning/midday/afternoon is for sleeping!)
20:29.45nevcairielyou are one of those sleep all saturday people?
20:29.47Gnarfozverify backup, hit restore
20:29.49nevcairieli could never do that
20:29.54Gnarfozcome back Caturday evening or even Sunday morning
20:30.06Gnarfoztry starting it up ^^
20:30.10Gnarfozdespair!
20:30.28Gnarfozthen try to make it actually work the rest of that day
20:31.58Gnarfozeven though I run on basically no sleep during the week (~3 hours/day has happened, although later in the week it's usually more like 4-5), I tend to stay awake on Friday until 5 am or even later, so to get even 8 hours of sleep means getting up no earlier than 13:00 on Saturday ^^
20:32.08nevcairielheh
20:32.21nevcairieli dont work th at way, if i got to sleep at 5am, i wake up at 9am and feel like shit
20:32.52GnarfozI somehow am able to operate this way, I really shouldn't ;P
20:33.29GnarfozChrome needs to steal Firefox' "don't load old tab on startup until activated" option >_>
20:34.01Gnarfozsb: https://www.youtube.com/watch?v=FNTaIz5cABY (or... the entire thing: https://www.youtube.com/watch?v=ZTCbugaGzfI)
20:34.23Gnarfoz(n.b. song from Cats at the end <3)
20:34.45nevcairielStanzilla is playing T:36332214
20:36.03GnarfozI hate that game
20:36.48nevcairieli think its his character name, not the game name
20:37.49Gnarfozso he has a weird Character? We knew that before
20:37.56nevcairielthats true
20:38.24nevcairielbut yeah, hots display in wow is kinda broken
20:39.15Stanzillablizzard is so bad
20:39.21Stanzillathey fucked up everything about this "launch"
20:39.33nevcairielits not a launch, its still fucking closed beta :P
20:39.37Stanzilladidn't even adjust the server configs so everything is empty for EU
20:39.43Stanzillano avatars
20:39.47Stanzillano quest texts
20:40.08EthanCentauraias if anyone reads quest text anyway
20:40.44Stanzillawell it's quest objectives, too
21:28.30*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
21:37.25Repolittle-wigs: 03funkydude * r1123 MoP/ (2 files in 2 directories): more tweaks.
21:41.06Stanzillalol they just fixed most of heroes
21:41.10Stanzillasuddenly everyone crashed
21:41.17Stanzillano I got XP and rewards for all games played today at once :D
22:29.29*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
22:33.11Gnarfoz>display interface te1/0/24 | in seconds
22:33.11Gnarfoz<PROTECTED>
22:33.12Gnarfoz<PROTECTED>
22:33.14Gnarfozwheee
22:33.47Gnarfozmoving VMs by the dozen
22:38.36StanzillaEU HotS players, switch to EU here if you are missing portrait pictures and other stuff http://i.imgur.com/duuzYh8.png
22:55.25StanzillaFisker: https://i.imgur.com/af5LUgA.jpg
22:55.30Gnarfozdang, I'm missing this http://www.ndr.de/orchester_chor/radiophilharmonie/konzerte/Herr-der-Ringe,herrderringe111.html
22:57.29Gnarfozsomeone ELI5 humble bundle to me pls
22:57.54GnarfozI want to buy Supreme Commander - can I even do that?
22:58.00Gnarfozor am I buying everything
22:58.10Stanzillabuy all the things
23:01.40Megalonyou alway get everything on each tier
23:02.47Gnarfozah, I see
23:02.50Gnarfozso $2. :p
23:03.39Gnarfoztop contributor: pcmasterrace.net.
23:03.40Gnarfozftw
23:06.44Stanzillatime for sleepz
23:07.00GnarfozGRRR
23:07.04Gnarfozenter + into email field
23:07.06Stanzillait's GRRM
23:07.07Stanzillanoob
23:07.10Gnarfozhim, too
23:07.13Stanzilla= )
23:07.14Stanzillabai
23:07.19Gnarfozred "PLEASE ENTER VALID EMAIL" tag appears
23:07.24Gnarfozfuck people who do that.
23:07.28Gnarfozlike humblebundle.com
23:07.52Gnarfoztime to reduce "humble tip" amount to $0.00
23:21.50*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
23:30.56znfSo why is my HotS defaulting to deDE channel? :-|

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