IRC log for #wowace on 20140919

00:05.13*** join/#wowace Gragagrogog (~Gragagrog@93-72-239-109.cust.centrio.cz)
00:12.42Repohellbender-dkp: 03celess * r158 HellbenderDKP.toc: - lib updates
00:14.16Repohellbender-dkp: 03celess 042.4.23 * r159 : release
00:18.15Repoka_raid-tracker: 03celess * r421 RaidTracker.toc: - lib updates
00:19.33Repoka_raid-tracker: 03celess 042.4.48 * r422 : release
00:25.46*** join/#wowace Zhinjio (~Geo@67.40.49.163)
00:30.25znfGnarfoz, https://i.imgur.com/xNyYfpH.jpg
00:30.25znf:D
00:51.52znfSeriously, that Tier with tertiary stats is a horrile decision
00:51.59znfeverything could have it, except tier...
01:17.46Primeroh boy
01:18.04PrimerSo I just got approached by someone on my realm looking for a "person that knows addons on curse"
01:18.09PrimerSo I volunteered
01:18.30PrimerI thought perhaps he needed help with an addon. And yes, that turned out to be the case, but...
01:18.35Primerhere's the code he pasted me:
01:18.36PrimerTradeFrameCancelButton:SetScript( "OnClick", function() TradeFrameTradeButton:Click() end )
01:18.40PrimerTradeFrameCloseButton:SetScript( "OnClick", function() TradeFrameTradeButton:Click() end )
01:18.56PrimerSo I tested it out, and I was like WTF IT WORKS
01:19.04PrimerYou'd think blizz would know about shit like this
01:19.15PrimerAnyhow, he asked if I'd inject that code into an addon
01:19.41PrimerI told him the curse people would probably have filters in place to detect such shit
01:19.57PrimerIf that's not actually the case, then now would be a good time to add such a filter, IMO
01:21.59*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
01:24.19Primercrickets
01:27.10Semlarwhy would curse have filters to detect that
01:29.53PrimerI presume they don't want to accidentally host addons with known exploits in them
01:29.53Stanzillayeah sadly the trade api is still pretty open
01:30.06Stanzillapeople have been abusting weakauras to share such code
01:30.09Semlarbut.. there are addons for auto-trading
01:30.42NeffiPrimer: It's not exactly easy (or possible) to detect these exploits in dynamic code
01:31.13Semlarand uploading an addon with that code would be a horrible, horrible way to actually get anything
01:31.22NeffiFor instance, I could change the formatting slightly. Or maybe the filter is more aggressive to catch that, which would probably lead to false positives. In that case, I can obfuscate it trivially (and even make it so it doesn't necessarily look like obfuscated code, so no apparent Terms violation)
01:31.28Semlarbut i guess your goal might just be to screw with people
01:31.47PrimerHow many addons do you think legitimately have to use TradeFrameCancelButton?
01:31.49PrimerSeriously
01:32.01NeffiMaybe I want to make it sparkle?
01:32.06Primergrep -q TradeFrameCancelButton && GTFO()
01:32.10NeffiMaybe I want to tweak the UI, so I have to move the button
01:32.30Semlarthere are so very many ways to do the same thing that it would be quite difficult to detect
01:32.44PrimerBut impossible without the string TradeFrameCancelButton
01:32.50Semlarno..
01:32.54Primerwell
01:32.59NeffiOr maybe I pack the characters into something like a C string and then index the button out of _G to make the changes. Your script wouldn't catch that
01:33.03Primeryeah, you could concatenate
01:33.09NeffiYou could do all sorts of shit
01:33.09Repofrenemy: 03Torhal 07master * 5.4.8.6-2-ga9c9a59 Frenemy.lua: [+2 commits]
01:33.09Repoa9c9a59: Added the ability to set a not by Control-Left-Clicking a name.
01:33.09Repo76a1ec1: Added help entry for Right-Left-Click.
01:33.24Neffiyou can encode some script in a string, then later decode and loadstring()
01:33.31Primerright
01:33.42Stanzillait's on blizzard to fix this, really
01:33.43Semlarwe went over this with weak auras
01:33.47NeffiIt will never be practical to try to statically analyze the source of Lua for known exploits, IMO
01:33.57Neffiexactly what Stanzilla said
01:34.06Semlarhow would blizzard fix it
01:34.21Neffithey could make it protected
01:34.22Primermake access to that button be more...strict?
01:34.33Semlarunless they lock it down like the shop frame
01:34.43Primerat the very least, make it so you can't change any of its methods
01:34.47Stanzillawhich would be the right thing to do
01:34.47Primermoving it, sure, that's fine
01:34.56Stanzillayou dont need to able to change the trade frame really
01:35.00Primers/methods/event handlers/
01:35.03Stanzillathat just calls for shit to happen
01:35.14Neffithey could make :Click() calls not propagate the "hardware event" flag for certain things, so a *real* click is required. and protect the API.
01:36.05Semlarso i just replace the button with my own button
01:36.24Neffiif your button cannot call the API to perform trades, then you can't do harm
01:36.34Neffiat least, you can't cause an "illegal" trade
01:36.39Semlarso i can't make my own trade frame
01:36.46NeffiA tradeoff for safety
01:36.55Semlarthis is preposterous safety measures
01:37.03Stanzillastop raping me
01:37.16Semlaryou'd have to be running an exploit
01:37.17NeffiTry making your own chat frame from scratch without reusing parts of framexml, esp the edit box. How do you support players typing /cast? you can't. Tradeoff for safety
01:37.19Repoarl: 03Torhal 07WoD * 3.0.5-60-g74d9e88 Utilities.lua: [+1 commit] Fix for Blizzard's inexplicable decision to change the GUID delimiter to a dash.
01:38.10quiescenso.o
01:39.19Torhalsafely trades Neffi off for a Aboriginal Australian.
01:39.28Torhalsn*
01:39.30Torhalan*
01:39.35TorhalFucking fuckity fuck
01:39.40Torhalblames quiescens.
01:39.42quiescensdies.
01:39.42Neffino Torhal
01:39.50Neffiif I promise to play you the didgeridoo, will you keep me?
01:39.54Stanzillahey Torhal
01:39.57Stanzillaon yosemite yet?
01:40.04TorhalNeffi: ...
01:40.06TorhalStanzilla: No.
01:40.11Stanzillawhy nawt
01:40.15TorhalI'm coding.
01:40.27Stanzillaso you are on windows atm?
01:40.28TorhalAnd I need to cannibalize the RAM from my old iMac.
01:40.33Torhal...
01:40.36TorhalMavericks, you fool.
01:40.40Stanzilla:D
01:40.44TorhalWindows == Work.
01:41.21TorhalI really should have done the RAM thing when I got this machine in January.
01:41.29Torhal16GB in the old one, 8GB in the new one...
01:42.33Primerno, Linux == work
01:48.01TorhalNot where I work.
01:52.05StanzillaI could not live with just 8gb of ram
02:00.39TorhalIt's evil.
02:00.42TorhalI'm lazier.
02:11.41quiescensgo to sleep
02:14.52Repobig-wigs: 03nebula169 * r11974 Loader.lua: WoD guid fix
02:22.45*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
02:30.59Repofrenemy: 03Torhal 07master * 5.4.8.6-3-g6153c13 Frenemy.lua: [+1 commit] Fixed sorting for guild public notes.
02:31.15Repofrenemy: 03Torhal 045.4.8.7 * 94f4ac5 /: [new tag]
02:49.38StanzillaI see what you did there, Kesava
02:49.55Stanzillataking "lightweight" out of the name
02:49.56Kesavahuh whu
02:49.58Kesavaoh
02:50.01Kesavayes
02:50.17Kesavai changed the description on the site ages ago and forgot to change the toc
02:50.19Kesavaso yeah
02:50.20Stanzillawill directly result in a loss of about 20 hippy users that only had it because it said that
02:52.06StanzillaTorhal loves that word btw :p
02:52.14Stanzillahow's the rewriting going?
02:56.48quiescenswhat is torhal rewriting?
03:01.23Kesavayees i removed it because it was silly
03:01.39Kesavahaven't done anything to it since last time
03:01.45Kesavai don't work on it very often.
03:02.32Stanzillaquiescens: arl probably, for the 10th time :D
03:02.39quiescensoic
03:02.52Stanzillaand was saying that he hates the word "lightweight"
03:03.19quiescensclose enough
03:23.30*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
03:34.58StanzillaFisker: buy some 980
03:35.01Stanzillafor me
03:35.24Fiskernah
03:35.35Stanzillawhy not
03:35.53Stanzillamy 680 needs exchanging
03:35.57Fiskerok
03:38.09StanzillaFisker: I'll give you entertaining XSS as payment
03:38.10Stanzillahttp://mxtoolbox.com/SuperTool.aspx?action=txt%3a+jamiehankins.co.uk&run=toolpage
03:50.36StanzillaFisker: new nvidia drivers
03:50.44FiskerAlready installed
03:50.47Fiskeralso old Stanzilla
03:50.52Stanzillaalso fuck you
03:51.00FiskerAnd fixed a lot of the places it worked too :(
03:51.04Stanzillalink for the rest of the channel http://www.guru3d.com/files-details/geforce-344-11-whql-driver-download.html
03:53.01Stanzilladirect3d api version 11.2
04:03.35FiskerI can no longer ctrl+tab
04:03.40Fiskergood jawb
04:04.19Stanzillaworks for me
04:05.03*** join/#wowace Bruners (lasseb@gateway/shell/tihlde/x-srcjtbnevvrvezsj)
04:05.11Fiskerwut
04:05.15FiskerI can ctrl+shift-tab
04:05.20Fiskerbut ctrl+tab does not work
04:12.14*** join/#wowace ShadniX (dagger@p5481D6A8.dip0.t-ipconnect.de)
04:13.17*** join/#wowace Drool (~drool@host109-158-212-196.range109-158.btcentralplus.com)
04:24.14*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
04:27.01Fiskerthe sense it makes none Stanzilla
04:27.22Stanzillayeah I have no idea what you are talking about either :p
04:27.55Fiskerwhat is difficult to process about ctrl+tab not working?
04:28.57Stanzillaworks for me!
04:29.05Stanzillaalso maybe just restart the program it is not working in
04:31.42FiskerIt's system level Stanzilla
04:32.14Stanzillarestart
04:32.20FiskerI'm not dumb Stanzilla
04:51.50Fiskeryeah
04:51.54Fiskerdriver uninstalled = no issues
04:57.41*** join/#wowace Elmoe (~Elmoe@c-76-121-48-42.hsd1.wa.comcast.net)
04:58.44*** join/#wowace RLD_osx_ (~RLD_osx@188.126.92.85)
04:58.48Fiskerreinstalling worked though
05:00.58TorhalSo you're smart Stanzilla, Fisker?
05:01.46Fiskeryep Torhal
05:01.53TorhalAwrite.
05:05.36*** join/#wowace Stanphone (~androirc@p5795CCF4.dip0.t-ipconnect.de)
05:05.57Stanphonefisker nevcairiel $10k Gaming Rig does Crysis in 12k! Intel Haswell…: http://youtu.be/UQYU4mNP_a4
05:07.14Fisker:3
05:07.17Neffiisn't Titan Z dual GPU?
05:08.27Neffithose are not even Titan Zs. They are Titans, or Titan Blacks.
05:08.38NeffiI think quad 780 Tis would be faster
05:12.37NeffiHe's also wrong about how the cooler works  <_<
05:37.47quiescensgives neffi a cookie
05:38.07Neffinibbles on said cookie
06:25.43*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
06:36.34*** join/#wowace Adirelle[work] (~perreal@195.221.112.81)
06:42.00*** join/#wowace nevcairiel (quassel@WoWUIDev/WoWAce/Ace3/nevcairiel)
06:42.00*** mode/#wowace [+o nevcairiel] by ChanServ
06:49.33*** join/#wowace bluspacecow (~bluspacec@121-99-221-169.bng1.nct.orcon.net.nz)
06:55.57sbmorning
06:59.24quiescenshai
07:26.29*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
07:43.30nevcairieli like the 980 numbers
07:43.34nevcairielputs on shopping list
07:51.46nevcairielI wonder if i can use Dynamic Super Resolution with WoW to get rid of anti-aliasing needs :d
08:03.38*** join/#wowace Cloudfoz (uid23742@gateway/web/irccloud.com/x-zlichiyiatcbghjz)
08:03.41*** join/#wowace Cloudfoz (uid23742@WoWUIDev/WowAce/Gnarfoz)
08:04.57Workfozdamn it, I think I forgot my jacket at the chinese restaurant I went to before going to the movies
08:05.22nevcairiel:(
08:06.07WorkfozI remember thinking "don't put it on the chair across the table, you'll forget it" >_>
08:06.48WorkfozI blame the two pretty girls 2 tables over :D
08:06.52nevcairielhaha
08:08.07Neffinevcairiel: "Dynamic Super Resolution"  <- so, we're back to multi-sampling the whole frame?
08:08.24nevcairielits called super sampling
08:08.40nevcairielmulti sampling is something else
08:09.18Neffiwasn't multi-sampling invented so we weren't spending time rendering a frame as multiples of the resolution just to antialias?
08:09.35nevcairielsure
08:09.52nevcairielbut DSR is not a primary tool against anti-aliasing
08:09.56nevcairielit has another target use
08:09.58NeffiI'd like to see if this really makes a perceptible difference, other than bring a few $1000 cards to their knees
08:10.04Workfoz*against aliasing
08:10.13nevcairielits still early, yes?!?
08:10.14nevcairiel:D
08:10.16Neffiyeah, Workfoz, it's late here  <_<
08:10.23Workfozit's early here
08:10.25Workfozwell... not really
08:10.28Neffiyeah it's 4 am and I havent been to bed yet
08:10.31Workfozalready past Knoppers-time
08:10.31nevcairieli slept in
08:10.57Neffi<nevcairiel> it has another target use  <- what?
08:11.08Workfozso I have to go to Karlsruhe again tonight, blech
08:11.38nevcairielsuper sampling can increase the perceived depth and detail
08:11.45nevcairielit depends on the game in question obviously
08:13.29NeffiI wonder how perceptible it is. And it'll probably take a huge chunk of frame time that could be used for better lighting/shadows/liquid/etc -- something that can always get better
08:14.00nevcairielwell, which is why i'm thinking about wow, which is pretty CPU bound, but CPU doesnt need to scale up much when you increase the resolution
08:14.10nevcairielso if i can make it use extra gpu resources!
08:14.16Neffiah, I guess so
08:14.45nevcairieli will get one of the cards in any case, so might as well try
08:14.46Neffisee I'm the opposite. I'd be happy knowing I'm not spending my GPU's full few-hundred-watt power budget to run the game  <_<
08:15.11nevcairielif i pay $500 on a gpu, i want its power to be useeeed
08:15.19winkstop wasting money :>
08:15.30nevcairielits mine to waste, so i will!
08:16.31Workfoz*using money
08:16.33Workfoz:D
08:17.29NeffiMore games should support FXAA
08:17.34nevcairielbut FXAA sucks
08:17.39Neffinevcairiel: but does it?
08:17.42nevcairielyes
08:17.52nevcairielquite certainly
08:18.00NeffiThere's something about certain games that bothered me and I couldn't place it
08:18.25nevcairieltry FXAA in WoW 6.0, it blurs out the entire game
08:18.40NeffiWhen your poly count isn't high enough, you get sharp lines in places that don't make sense. Like the edge of trees, etc. I actually prefer having the slight blur of FXAA, because it makes those scenes feel more organic
08:18.49Neffino, I wouldn't use FXAA in WoW!
08:18.54nevcairielCMAA is at least an acceptable alternative, but hopefully they keep their promise and investigate other solutions for upcoming updates
08:19.02Neffibut it actually makes a few games look nicer. especially skyrim
08:19.12nevcairielwell, its not like you get much of a choice in WoW, MSAA is going away
08:19.36NeffiI actually play with no AA in WoW. Graphics are not a selling point for me in WoW
08:19.45nevcairielbut aliasing is horrible <.<
08:20.02NeffiI don't notice it in WoW, because I'm too busy paying attention to other things
08:20.18nevcairielare you sure you dont have multisampling in the ingame settings on? :p
08:20.28nevcairielits not directly called anti-aliasing
08:20.31Neffipositive. it's definitely there
08:24.44nevcairieldamn, i forgot to harvest on my farm yesterday
08:24.56nevcairieli'll never finish these damn cooking things if i slack away like this!
08:25.42Neffiso irresponsible, nevcairiel
08:25.56mitch0nevcairiel: farmville is still a thing?
08:26.04nevcairielwow farm :(
08:26.12nevcairieli wanted to catch up the cooking skilling before the xpac
08:26.47winko_O
08:30.54Workfoz=)
08:31.08WorkfozI have some cooking quest in my quest log
08:31.12Workfoznot even sure where that leads
08:31.19Workfozis it the n0000dle cart?
08:31.27Workfoz(have to defeat sha of doubt)
08:31.54nevcairielyeah thats noodle card
08:31.58nevcairieli finished that one some time ago
08:32.07nevcairielnow i need to cook all the 300 stat foods
08:32.27nevcairielbut probably not going to bother with the quest
08:32.31nevcairieljust want all ways on 600
08:32.52Workfozwha
08:32.55Workfozdang
08:33.00Workfozwhat fits into the toy box?
08:33.04nevcairieltoys
08:33.15Workfozis there a flag for it or something
08:33.17znfshitloads of stuff
08:33.19nevcairielyes
08:33.30Workfozwonder how much space I'll get
08:33.32nevcairielitems that do show "Toy" in the tooltip in 6.0
08:33.38WorkfozI guess I could transfer my char to ptr (or beta, if that works now) and check
08:33.41znfand yes, the new AA options suck in 6.0
08:33.44znfI chosed no AA :-/
08:33.49nevcairielCMAA is ok
08:33.51WorkfozCMAA is fine
08:33.53znfelse the blurring on the text is horrible
08:34.08Workfozit doesn't touch text, does it
08:34.11*** join/#wowace Gragagrogog (~Gragagrog@109.239.72.93)
08:34.14nevcairieldont resize the window after the game started
08:34.16znfthe in-world text
08:34.18nevcairielthere appears to be a bug
08:34.25WorkfozI don't have in-world text
08:34.28znfwhy would I resize the window...?
08:34.35nevcairieldunno, some people apparently do
08:34.40znfnpc names are blurred
08:34.56Workfoznpc names?
08:34.58nevcairielthats not in-world text
08:34.58Workfoznameplates are not in-world :D
08:35.02Workfoznames are
08:35.05Workfoznameplates are not
08:35.13znfdid I fuckin' say nameplates?
08:35.24nevcairieleven names may be painted on top of the 3d world af ter
08:35.33nevcairieli didnt notice any blurring in the beta though
08:35.37Workfozthey might, but they aren't, if they're affected by it
08:36.01Workfozneither did I, I think I actually do have friendly NPC names enabled
08:36.23WorkfozGotG was fun
08:36.43Workfozanyone else get the feeling in 3D shows that the screen is quite small (even though it might be huge)
08:36.56znfgotg?
08:37.04WorkfozGuardians of the Galaxy
08:37.08znfah
08:37.15nevcairielyouz even watched it in imax and you think it was small?
08:37.17znfwhat's with the abbreviation? >_<
08:37.32Workfozyeah, what is with it? it's how it's abbreviated
08:37.41znfweirdo.
08:37.53Workfozthe "the screen is small" feeling only started when 3D started
08:37.56znfI was annoyed that there was no 2D showing...
08:38.03znfI really dislike 3D movies unless imax :-/
08:38.16Workfozi.e. it was fine/huge during the 2d trailers, then got this weird "why is my FoV limited suddenly" impression in 3D
08:38.19Workfozit was IMAX
08:38.20Workfozhowever...
08:38.23nevcairieli dislike fake 3d movies, but GotG was fine
08:38.29znfI didn't see it in imax :(
08:38.33znfwe only have 1 imax, in bucharest
08:38.48Workfozwe have 2, and luckily it's only ~30 km away
08:38.55nevcairielmaybe because of the 3d glasses Workfoz?
08:39.14Workfozyou mean because of their rims? I don't think that was it
08:39.35WorkfozI'm not sure if this was IMAX digital, tho (which is basically no better than 1080p 3D, just brighter)
08:39.38znfloading WoW on a normal HDD sucks
08:40.07nevcairielwell the glasses themself take a bit of depth out of the experience
08:40.27WorkfozoO without them, there is no depth at all
08:40.45znfhttp://i.imgur.com/aHZx2gp.png - FXAA High
08:40.48znfhttp://i.imgur.com/OCeO0YE.png - FXAA Low
08:40.57Workfozhello? nobody cares about FXAA
08:40.59WorkfozCMAA!
08:41.07znfhttp://i.imgur.com/PIiVpu2.png - No AA
08:41.20WorkfozI certainly still noticed the "objects with negative Z (i.e. between the screen an me) are hard to discern" and "stuff is blurry in lots of places, especially during movement" problems, though
08:41.28WorkfozI wonder if that's better with HFR
08:41.30Workfoz(it should)
08:41.30znfhttp://i.imgur.com/g3JcId3.png - CMAA
08:41.58WorkfozI don't see a difference between No AA and CMAA
08:42.08Workfoz(maybe it's because the shots are not aligned >:D)
08:42.20Workfozoh my, FXAA is bad
08:42.30Workfozget rekt, Mac users
08:42.48znfunfortunately I can't use CMAA
08:43.01Workfozy u no cmaa
08:43.12znfin crowded places I drop to like 10 FPS
08:43.25Workfozit should use less resources than FXAA, not more
08:43.46znflast time I tried it in the shrine
08:43.54znfFXAA Low - 80fps
08:43.56znfCMAA - 10
08:43.58znfO.O
08:44.23nevcairielwhy would the shrine be crowded in the beta
08:44.48Workfozactually, Intel blog says it should be very close to identical; depending on vendor and resolution, a bit higher or a bit lower, but only marginally
08:44.49znfit just was that day :D
08:45.05Workfozanyway, that sounds like a bug/shortcoming of some kind
08:45.12Workfozit's just a different pixel shader
08:45.19nevcairielmight have been improved as well, depending on when this was
08:45.37nevcairielin any case, FXAA sucks and we all agree, CMAA is however acceptable, even if not perfect
08:45.49quiescensmoo
08:46.19Workfozdoes the "quality border" stuff from Blizzard work in custom bags, too?
08:46.22Workfoz*addons
08:46.39Workfozor do I still need... actually, I don't think I have ... whatever haste's colouring addon was called anymore
08:46.46WorkfozBagnon integrated that a while ago
08:47.03nevcairieldunno, combuctor has it built-in as well
08:47.28nevcairielbut i suppose it might be part of the item template now
08:47.31nevcairielif blizzard does it
08:47.40Workfoztoy box + extra void storage room is going to be awesome
08:47.52Workfozso much free space in my bank
08:48.07quiescensvendor everyfing
08:48.12Workfozare raw gems "reagents"?
08:48.28quiescensyou're a reagent!
08:48.49Workfozsaves me another row in my inventory (I'm lazy and always carry around a stack of each, so I don't have to relog to fetch them from my AH char)
08:48.52nevcairielWorkfoz: do they show crafting reagent in the tooltip?
08:49.10Workfozno idea
08:49.12nevcairiel(as of 6.0 that is, new thing)
08:49.17nevcairielwell if they do, they go into the bank!
08:49.18WorkfozI haven't logged into 6.0 of any form in a long while
08:49.22WorkfozThe dropdown menus you access when you right-click on a player portrait have been improved.
08:49.36Workfozdoes that include being able to use them for addons without tainting shit all over the place
08:50.03*** join/#wowace EthanCentaurai (~centaurai@host-92-21-132-64.as13285.net)
08:50.28nevcairielthey just restructured the contents of those dropdowns
08:50.42znfholy shit 8 missions available on my garrison
08:50.52znfso they really do provide catch-up mechanisms
08:51.08nevcairieli always have so many, and i dont have a follower that can counter powerful spells, so i can never do those :P
08:51.23nevcairielbut i'm also only 93
08:52.08znfI just do them on the lvl100 premade
08:52.48WorkfozI like how the tech blog didn't explain one iota WHY they're removing MSAA; it doesn't stress the GPU shaders at all :| + as we know, MSAA can be done with deferred lighting/rendering if you're using at least D3D10 (which they are)
08:53.12nevcairielits quite complicated to do it with deferred rendering though
08:53.19nevcairieleven if possible
08:53.23Workfozdidn't sound like it with the d3d10 stuff.
08:54.38znfOh.
08:54.44znfTorhal's MailMinder is ARR :-(
08:55.07znfI wanted to steal like half his code
08:55.38nevcairieldo it anyway
08:55.58Workfozanyway, it's clear they wanted to do more flashy/fancy graphics shit realized that's easier to do with the deferred-something route, so they kicked MSAA to the curb ^^
08:56.22nevcairielthey did promise further improvements and even a look at alternate AA concepts in the future, so maybe we get SMAA or something like that
08:56.32znfuhm
08:56.35Workfozznf: ask him :p ARR is the weapon against wowmatrix, tentonhammer, etc. not against you (well, he might still hate you :D)
08:56.48znfit seems that you can run out of followers
08:56.50Workfozmeh, I don't want pixel shader crap blur AA, MSAA was fine
08:57.01znfI have one mor emission available
08:57.03nevcairielznf: you only have 20 active followers
08:57.05znfbut no followers :D
08:57.17nevcairieljust wait until a couple of the 1h missions are done
08:58.03znfmhm
08:58.20znfGarrison is a huge timesink
08:58.41nevcairielusually you would run the missions like once a day and be done? :p
08:59.01nevcairielor if you send the guys off to do a raid mission, you have a few days off
09:00.08znfthere's lots of 30min missions though
09:00.14znfmost of them are 6h or below
09:00.21nevcairielbut you dont get new missions once those are all done
09:00.49znfwhile testing I did get
09:01.00znfdunno if that's specific to the beta now
09:02.57znfI'm getting better at overriding these animations!
09:05.01znfthe code is a mess though
09:06.48*** join/#wowace Megalon (~wig0r@212-183-35-174.adsl.highway.telekom.at)
09:06.51nevcairieli think i should start buying my new X99 PC, so i have something to put the new gpu into
09:06.59nevcairielgoes browsing for parts
09:07.23znfI really need to get a new GPU before WoD :-/
09:07.48nevcairiela 970 is a great offer if you can afford €250-300
09:08.39nevcairielalthough probably more in romania
09:09.32znfnot even sure if I should look at the price here :D
09:10.05znf369€
09:10.21nevcairielwell today is release day, prices may settle a bit over the next weeks
09:10.29Workfozis that big maxwell finally
09:10.41nevcairielwell 970 isnt the big-big, that would be 980
09:10.43nevcairielbut sure
09:10.43WorkfozI haven't had time to pay attention to that
09:10.51znfWoah. WTH.
09:10.53Workfozjust compared to 750ti I meant
09:10.58znfThere's Halaa battle tokens? :o
09:11.04nevcairielthey released 980 and 970 today, yes
09:11.06znfan Halaa research tokens? :o
09:11.06Workfozalways been?
09:11.13nevcairielhalaa was a big fail tho
09:11.16Workfozindeed
09:11.18znfare they the same item id? :o
09:11.20Workfozbut... Talbuks
09:11.23znfas the old one?
09:11.27Workfozoh you mean new ones? hm
09:11.28nevcairieli got the reputation talbuk
09:11.31znfyes Workfoz
09:11.37nevcairieland i love it
09:11.42znfhttp://i.imgur.com/wPlXQfd.png
09:11.44znfoh
09:11.47WorkfozI think I also only have the rep one
09:11.49znfit's the same id!
09:11.59Workfoz26044 sounds very BC-y
09:12.05nevcairielit is
09:12.31nevcairielmight just be a mistake, wowhead also doesnt list any new uses for them
09:12.38Workfozare you playing too much WoW when you can match items to expansions by looking at the ID
09:12.53nevcairielbut you could buy the pvp talbuks with those tokens, so i wouldnt mind :p
09:13.08Workfozthat's probably why they're making them available there
09:13.25nevcairiel100 is quite a lot though
09:13.30nevcairielyou need like 20 for a talbuk
09:13.34Neffiwell, there's new talbuks with new models
09:13.37nevcairielwell, 20 research, 100 battle
09:13.39Neffimuch more detailed
09:14.26Workfozhttp://geizhals.de/palit-geforce-gtx-970-ne5x970014g2f-a1167957.html hmmm 310€
09:14.32Workfozbut this is day 1
09:14.37Neffioh wow I thought the 9xx series was still a couple months off
09:14.43nevcairielrelease today
09:14.53Workfozit has been a very long time since the Maxwell debut
09:14.56Workfozabout time
09:15.04nevcairielWorkfoz: man that thing is ugly, better get one with a pure reference cooler, not a re-painted one
09:15.07NeffiI wouldn't call that a real debut
09:15.18Workfoznevcairiel: the picture is even wrong, clearly shows different connectors than what's listed
09:15.26Workfozbut yeah. screw random-ass custom coolers
09:15.39nevcairielwell the good custom coolers are decent
09:15.45nevcairielbut that one ljust looks terrible
09:15.47WorkfozNeffi: uh... what. they released two products based on it. how much more debut-y can you get
09:15.54WorkfozI just picked the cheapest one :D
09:15.57znfwonders when Torhal wakes up
09:16.10Workfozit's... o-dark-hundred there, so... it'll be a while
09:16.14NeffiI thought you meant when they debuted that low-end Maxwell-based card
09:16.25hasteWorkfoz: oGlow!
09:16.33Workfozthat's what I meant. Maxwell's primary gain is less power draw for similar performance
09:16.45Workfozwhich is exactly why they premiered those cards first
09:16.54Workfozhaste: ah, yes.
09:17.00WorkfozI thought it was one of the crazy anime named ones
09:17.58nevcairielwtf is wrong with mindfactory, nearly all of the parts i want are on backorder
09:18.18nevcairielwhile other shops have them
09:18.23Workfozguess what? other people: same idea as you :p
09:22.18nevcairielwell guess i have to order from like 4 shops then
09:22.23nevcairielbecause everyone has different parts available
09:22.28quiescensgo to sleep o.o
09:23.21znfI guess still my "best" upgrade option is a 750Ti
09:25.39nevcairielfor its budget its a great card
09:25.43znf134€
09:25.58nevcairielyeah
09:26.04nevcairielif you cant afford more, its a good buy
09:27.19Workfozgood thing Geizhals has that "cheapest way to order from several shops" optimizer, nevcairiel =)
09:27.33nevcairielsure, still annoying
09:27.56znfso many animations in that garrison
09:27.57nevcairieland the checkout in one of the shops is broken, hah
09:28.18nevcairiel(and apparently i had more money in my paypal account than i knew)
09:29.35nevcairielmust've not emptied it after the last curse payments
09:31.16nevcairieland everything ordered, except the GPU
09:33.27nevcairielincluding a 850 pro 1tb, i'm going big this time
09:37.03znfyeah, I definately need to make a MissionMinder LDB display
09:38.44znfand Torhal's code is so readable ^^
09:39.10sbznf: whats missionminder?
09:39.16nevcairielshouldnt be hard to build, just need to decide on a decent way to store and display the information
09:39.33znfthat's why I wanted to "borrow" Torhal's code :S
09:39.47znfsb, that thing I said about a reminder for follower missions
09:39.51nevcairielsb: he wants to track garrison missions across different alts
09:39.59sbyup, started that already :p
09:40.04sbbut not going to be finished soon :p
09:40.08sbbecause slow
09:40.10bluspacecow<PROTECTED>
09:40.15bluspacecow<PROTECTED>
09:40.17bluspacecowwat
09:40.20nevcairielsee znf, let sb build iit for you
09:40.22nevcairielalso, bluspacecow is broken
09:40.25znfnevcairiel, but i want curse points!
09:40.32bluspacecowi dunno y i broken
09:40.46nevcairielcurse points are the best
09:40.48znfsb, race you? :D
09:40.52nevcairielthey practically paid for my new PC
09:44.21*** join/#wowace purl_ (ibot@rikers.org)
09:44.21*** topic/#wowace is WoD Beta Access http://goo.gl/eVsdYQ | http://wowace.com/ | 5.4.x ToC: 50400 | http://wowace.com/paste/ | http://lua.org | This channel is logged, via purl
09:45.20znfand http://i.imgur.com/8TKv9o4.png :P
09:47.38Workfoznevcairiel: I want the 850 pro (I explained already that I'm going to hate myself if I buy an 840 evo or m550 instead), but it's soooo horribly expensive (530€!)
09:47.55nevcairieli know how much it costs, i just paid for it
09:48.00znfthat's, like, 1/3 of my car!
09:48.02Workfozyeah:|
09:48.09znf...which I still broke the ECU
09:48.10Workfozwhich just means you have way too many curse points
09:48.14Workfoz:D
09:48.18znfand I need to wait for my friend to fix it >_<
09:48.22nevcairielyeah i paid like 1700€ in curse points just now
09:48.40Workfozthe most expensive thing I paid for with Curse points was the Twilight books box set
09:48.41nevcairieland 500 from my bank
09:48.41znf1700€ in curse points?
09:48.42WorkfozxD
09:48.42znfwtf?
09:48.49Workfoz10k points = 500$
09:48.57nevcairieli get around $500 each month or so
09:49.02Workfozso 5 months worth of points for nev, probably
09:49.03znfO.O
09:49.42WorkfozMysticalOS: does tandanu give you any points for DBM btw :D
09:49.53znfI really hate wowprogramming for using google search
09:49.54Workfozor does he take all of that for himself without doing any actual work
09:50.00znfhe gets a share now
09:50.06Workfoztell it to jnwhiteh, Ph. D.
09:50.08znfafter he brought the issue up :P
09:50.14nevcairielWorkfoz: not PhD
09:50.28nevcairielhis university calls it DPhil or so
09:50.49sbznf: couldnt do anything yesterday because broken beta just give me ~1 week to do it :p
09:50.58sbdont want to ripp off other addons
09:51.01sb-p
09:51.09znf*shrug* ripping off is fine :D
09:51.15znfas long as you get permission :P
09:51.20nevcairielanyhow, i get most of my points from bartender, and a big chunk on top from all the libraries, like ace3
09:51.31sbinspiration - okay, but i dont like copying all the code + change it
09:52.02Workfoznevcairiel: uh, "Ph. D." stands for the same thing :o didn't we talk about this when it came up a couple of days ago xD
09:52.17Workfoz(well ok, I guess we don't go around calling German Dr.'s Ph. D.'s either. fair enough)
09:52.34nevcairielwell, its not the same, its up to the university to define how its called, and there is apparently a difference
09:52.52znfsb, well, I really want that addon, so even you make it or I make it :D
09:52.58znfNo point in us both doing it
09:53.09nevcairielhe already said he would make it :p
09:53.13znfyeah, but he lazy
09:53.15znfand slow :D
09:53.45sbyou mean "has a life" and "has a job"? :p
09:53.54Workfozwhat addon?
09:54.00znfnevcairiel has both! and look at him!
09:54.01znf:D
09:54.03sbmaybe i could do some stuff after lunch, will see
09:54.07nevcairielznf: i have a life?
09:54.10Workfoz"has a life" is invalid, making addons is part of "having a life" if you want to
09:54.16znfWorkfoz, a LDB feed to track follower missions on alts
09:54.25nevcairielall the life i have is going to the cinema once a week
09:54.29znfow :(
09:54.29nevcairieland i did t hat this week already!
09:54.35Workfozok, I literally know nothing about how that stuff works, so I'm not well suited to taking that up
09:54.47*** join/#wowace Funkeh` (~Funkeh`@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
09:54.47*** mode/#wowace [+o Funkeh`] by ChanServ
09:54.55*** join/#wowace jitta (~crud@95.91.210.226)
09:55.19znfWorkfoz, Nothing too complex. GARRISON_MISSION_STARTED fires, get a list of all running missions. get the time to completion
09:55.26znfstick them into the db
09:55.32znfread them out, notify on completion
09:56.00bluspacecowmmm new kindle voyage
09:56.02bluspacecowso tempting
09:56.05bluspacecowsoo soo tempting
09:56.07Workfozbut you have to keep track of it yourself
09:56.11Workfozi.e. no info about missions for other chars
09:56.11bluspacecowwat do ?
09:56.12Workfozright?
09:56.17nevcairielright
09:56.18bluspacecowLEFT!
09:56.21nevcairielthats where the addon comes in
09:56.35znfexactly ^
09:56.37Workfozright, it'd just be a dumb display otherwise
09:56.55Workfozok, so IT guy is trying to enhance my calm
09:57.05znfWorkfoz, C_Garrison.GetInProgressMissions() on alts
09:57.06nevcairielhow is he doing that
09:57.13znfand hook it up to addon loader && garrison_ui
09:57.33Workfozbecause "but we don't have many devices that need to be reverse mounted into the racks", "and the ones we do (switches) are up high in the rack, so the PDU won't be in the way of their screws"
09:57.52nevcairielguess t hat makes  sense
09:57.55Workfozand "we can just attach the PDUs last, after putting in the servers that need screws"
09:58.08Workfozit makes sense, but is stupid and short-sighted
09:58.11sbznf: + track time + display + allow to delete data etc.
09:58.24Workfozwhat if we want to take them out? get new stuff that needs screws on the back?
09:58.26Workfozblech.
09:58.33Workfoz^^
09:58.49nevcairielno making Workfoz happy!
09:58.51znfWhy would you delete data manually?
09:59.02Workfoznevcairiel: not with this kind of "it's good enough" attitude :|
09:59.15Workfozthey're not the ones who will be racking those servers
09:59.23nevcairieljust get more racks, so you dont have this problem
09:59.25Workfozit'll be me and the other guy
09:59.28Workfozhaha yeah
09:59.40Workfoz"can only use top 1/6th of the rack, because the rest is blocked by the PDUs, sorry"
09:59.52nevcairielits not like rack space costs money
10:00.26znfHmm. The only "hard" part is to convert the timeLeft string into an actual usable number, I guess :D
10:00.30WorkfozI should write down how much each rack costs
10:00.33Workfoznot even sure
10:00.46nevcairielznf: they give you a string from the API? that feels sucky
10:00.49Workfozpower/cooling is separate, afaik
10:00.49znf(hard for me, because I would not know how to do it without parsing the string in a butcher-y way)
10:00.58znfnevcairiel, http://www.wowace.com/paste/10644/ seems so
10:01.04znfduration="1 hr 30 min",
10:01.07znfdurationSeconds=5400,
10:01.10WorkfozI think we already have more racks than we need
10:01.12znftimeLeft="1 hr 3 min",
10:01.12znf:D
10:01.35WorkfozI should p2v some more servers
10:01.39znfthough you shouldn't need to rely on that
10:01.57Workfozso I can go tell bossguy "ok you can save some xyz € over the next 3 years because we don't need this much space"
10:02.04nevcairielwell you can of course pick it up when its started, but its a good fallback to be able to sync against the timeleft
10:02.11nevcairielwonder if there is a global string you could deformat
10:02.24Workfozdeformats Torhal
10:02.31znfWhen GARRISON_MISSION_STARTED fires, you can just get durationSeconds I guess
10:02.35nevcairieli build a magic deformater for quester!
10:02.47nevcairielbecause not needing to localize the shit is much good
10:03.00znfhmm, I didn't even think of localization
10:03.33nevcairielthe problem for quester was that the order of arguments can change depending on language, so i had to do some wicked magic
10:03.37znfOh. There's C_Garrison.GetMissionTimes
10:03.53znfwonder what arguments it takes
10:04.04nevcairielcheck where its called
10:04.08znf<PROTECTED>
10:04.26nevcairieldoesnt tell you time remaining tho
10:04.30znfyeah :(
10:04.35znfor, well, let's see
10:04.44znfnah, it's generic info
10:05.06nevcairielfixed duration feels kinda artificial though, it should be like 30-60minutes and it just takes how long it takes to fight the mob!
10:05.24znfwell, some followers can halfen the duration
10:06.09nevcairielmhm more 980s showing up in shops, mostly reference models so far
10:06.32znfso misionID is something like a quest ID
10:06.43znfjust generic info, nothing that relates to your char
10:08.01EthanCentauraisteals nevcairiel's curse points.
10:08.11nevcairieli just spend them all!
10:08.18nevcairielactually, thats not true, i have like 9000 again
10:08.27nevcairielcan only spend them at 10000
10:09.50znfyeah, ok... http://i.imgur.com/gSRFo16.png
10:10.01EthanCentauraiI have like, 700 :/
10:10.20Repobig-wigs: 03funkydude 04r11975-release * r11975 : Tagging as r11975-release
10:10.57znflet's see how this localization thing works
10:11.49*** join/#wowace EthanCentaurai_ (~centaurai@host-92-21-132-64.as13285.net)
10:13.18znfEntrar al Mundo
10:13.21*** join/#wowace Yoshimo (~Miranda@unaffiliated/yoshimo)
10:15.25znfoh, ok, what was I thinking?
10:15.37nevcairieli dont know
10:15.40znfofc that in spanish it's also "1 h 30 min"
10:15.41znf...
10:15.57nevcairielprobably not in asia or russia
10:16.02nevcairielbut who knows
10:17.25znfthe fuck
10:17.31znfptBR s 1.1gb
10:20.01Fiskerznf
10:20.07znfyes Fisker
10:20.09FiskerGot my invite
10:20.13FiskerDo you want it
10:20.20znfto what? OnePlus?
10:20.20FiskerFor Google domains
10:20.20nevcairielFisker i ordered my x99 system now
10:20.25znfOh, not really Fisker
10:20.34znfI don't have anything to buy *shrug*
10:20.37FiskerWhere is gtx 970 reviews?
10:20.44znfpass it along, maybe someone is interested
10:20.52FiskerYou might want your other stuff there :P
10:21.20FiskerAnyway my remaining money goes to nexus and blizzcon and maybe a sfp
10:21.30znfI doubt I can easily transfer .ro domains
10:21.31FiskerSo no gtx for me nevcairiel
10:21.33nevcairielFisker: http://www.guru3d.com/articles-pages/nvidia-geforce-gtx-970-and-980-reference-review,1.html has 970
10:21.54FiskerHow does it compete with 780 non-ti
10:22.07FiskerAt not work working for free
10:22.10nevcairielbeats it, but just barely
10:22.28znfFisker, if you can't find any other taker, I'll take it
10:22.35nevcairiel5% over 780 or so
10:22.42FiskerI'll see when I get home
10:22.47FiskerAnd the 980?
10:22.58nevcairielbeats 780ti 15-20%
10:23.14FiskerAnd non?
10:23.16nevcairielor 780 30%+
10:23.16znfBut seriously, why the f* does C_Garrison.GetInProgressMissions() return a string? :-|
10:23.18FiskerOk
10:23.49nevcairielits a worthy upgrade from 780 non-ti, especially since it also OCs very well, so should be some decent factory OCs
10:27.23EthanCentauraiweeps.
10:29.13znfhttp://www.washingtonpost.com/blogs/the-switch/wp/2014/09/18/newest-androids-will-join-iphones-in-offering-default-encryption-blocking-police/
10:29.16znfHow will this work?
10:29.22Workfozgreat, I got a colleague who lives in Karlsruhe to fetch my jacket-sweatshirt-thing
10:29.23znfwait, brb
10:31.11nevcairieldid you call the place if they actually found it Workfoz?
10:32.02Workfozyes
10:33.29WorkfozFisker: sfp at home?
10:34.04nevcairielmaybe he refers to something else
10:34.18WorkfozI'm looking to maybe do that, but I'd really need a media converter or mixed switch first; I have a 20 m CAT5 cable running through my place
10:34.22Workfozit's... annoying at times
10:34.29Workfozespecially since there's a door involved.
10:34.49nevcairieland a different kind of cable would solve that how?
10:34.50Workfozalthough fiber wouldn't really help that much, it'd just break a lot more easily
10:34.57Workfozbut it's A LOT thinner.
10:35.04nevcairieli guess that it is
10:35.35Workfozit's an interior door anyway, depending on where along the door... frame? step? thing! it is when I close the door, it either fits easily, snugly, or actually obstructs the door
10:36.08Workfoz(i.e. the door doesn't fit the frame totally accurately)
10:36.26Workfozguess I could try drilling through the wall :p
10:36.27nevcairielluckily i dont need to pass any doors with my network cables
10:36.43WorkfozI think I'd have to consult my landlord for that first, though
10:37.09nevcairielfor a tiny cat5 hole, i probably wouldnt bother to ask, just patch it up when you leave :p
10:38.26Megalonask how the kabelschächte are in your home
10:38.36Megalonand pull one cat cable trough them :o
10:39.02znfhttps://i.imgur.com/f7IOgUQ.png
10:39.55Megalonbigtitts19
10:40.36Megalonis that the name you use when you scam people from civilzed countries, znf?
10:40.46*** join/#wowace Gragagrogog_ (~Gragagrog@93-72-239-109.cust.centrio.cz)
10:40.54znf21.
10:41.55WorkfozKabelschächte, lulz
10:42.23WorkfozI doubt there are any
10:42.47Workfoznevcairiel: I don't really want to make my own cables
10:43.11nevcairielyou're a server guy and you're afraid of attaching a plug to one cable? :P
10:43.14Workfozand a hole for a cable with a plug is a bit bigger
10:43.32Workfozafraid? no, but a) you need the proper equipment and b) it's seriously error prone
10:43.53Megalontoo bad you don't live in the 'muricas
10:43.54Workfoz(which is why a lot of people avoid it, especially in a professional environment)
10:44.03Megalonover there you could just punch a hole through the wall
10:44.06Workfozyeah
10:44.12Workfozfalcon punch, done
10:44.29nevcairielwell, sure, you need a  crimp zange(english?), but i've crimped so many cables in my time for the LAN party
10:44.41nevcairielyou jsut cant buy 100m cables with plugs already attached :D
10:44.53Workfozsure you can, but I also don't need 100 m :P
10:45.20nevcairieljust saying why we had to crimp them ourselves
10:45.29nevcairielgetting cables on a 500m spool is much easier
10:45.37Workfozsure
10:45.55nevcairieland while it went wrong occasionally, we of course also had tester hardware
10:46.02nevcairielso you jsut did it again!
10:46.03Workfozthat helps a lot
10:46.32nevcairieland even though our lan parties kinda died out now, the hardware is still in some basement  somewhere, if i ever needed it :d
10:46.33Megalonteste hardware = 1 9v battery + tongue?
10:46.41WorkfozI've done it successfully of course, but really like to avoid it ^^
10:46.55WorkfozI guess I could do the proper thing
10:47.07Workfozand attach a socket to each end
10:47.10nevcairielone guy actually had a real proper tester, with frequency testing and everything, but he worked in that field, so he borrowed it from work
10:47.15Workfozand use short pre-configured cables from there.
10:47.35nevcairielthose things are otherwise fucking expensive
10:48.05nevcairielwe had a bunch of cheap testers otherwise that just test for connectivity on the matching pairs
10:48.17nevcairielif you got the order right, every line has connectivity etc
10:49.11nevcairielthat reminds me of this one lan party where some idiot managed to cut through a cable while cutting bread
10:49.20nevcairielhad to patch it up right there
10:50.06Workfozlawl
10:50.18Workfozgj sleep deprived gamer
10:50.28nevcairielthey denied it of course, but you could totally see the bread crumbs right there
10:50.42nevcairieli think it was a gamers girl friend actually
10:50.58nevcairielit was one of those lans where we rented a vacation park with these small houses and networked them
10:51.11nevcairielso they bring family
10:52.57nevcairiel...and the cable went in the kitchen window
10:53.04nevcairielprobably bad idea, but the only decent window to use
10:53.35Workfoz^^
10:54.00nevcairielman i miss those events
10:54.10nevcairiela week of fun like no other
10:54.39nevcairieldespite us being the organizing party, and not strictly there for fun, but it still was, lots of it
10:55.18nevcairielour lead guy moved to australia, and it went all downhill from there
11:00.41sbznf: so yuo are doing it? :p
11:02.13Workfozcan you somehow buy several items from the same seller in one action, on ebay?
11:02.31*** join/#wowace Adirelle[work] (~perreal@195.221.112.81)
11:02.40Workfoztheir description even mentions "if you order more than one thing, put them all in the basket to combine shipping costs"
11:02.45Workfozbut ebay doesn't have baskets
11:03.27Workfozbest I can see is ordering more than 1 copy of the *same* item
11:03.33Workfozbut they're 3 different auctions/offerings
11:03.43Workfozguess I'll have to email them afterwards
11:03.53Workfoz(but... paypal... you pay instantly. gaah)
11:04.04*** join/#wowace Diao (~vince@50.46.153.98)
11:04.46*** join/#wowace Stanzilla (~Stan@bnc.nuti.me)
11:04.46*** join/#wowace Stanzilla (~Stan@WoWUIDev/WowAce/Stanzilla)
11:05.16Stanzillahi
11:05.55Stanzilladid my bnc just join or was I here all the time?
11:06.05nevcairielyou just joined
11:06.09Stanzillamkay
11:06.10wink<-- Stanzilla (~Stan@bnc.nuti.me) has quit (Changing host)
11:06.20nevcairielmore importantly, [13:04:44] --> Stanzilla (~Stan@bnc.nuti.me) has joined #wowace
11:06.22winkand joined before
11:06.44Stanzillaguess freenode was wonky again, chat.freenode didn't work
11:06.53winkwhat's nuti.me supposed to mean? nutella.me would be better :P
11:07.00nevcairieli got dced at around 8 or so this morning
11:07.17Stanzillawink: it's the name of the hoster, nutime.de
11:07.28Workfozhuh
11:07.37Workfozwink: new time
11:07.43winkpft
11:07.46Workfozhttp://pages.ebay.co.uk/shoppingbasket/ exists
11:07.50Workfozis that a UK only thing
11:07.55WorkfozFunkeh` EthanCentaurai ^
11:08.16nevcairielits a new thing
11:08.27nevcairielIm Herbst 2014 können Käufer bei eBay den neuen Warenkorb nutzen. Damit wird es leichter, mehrere Artikel bei einem oder mehreren Verkäufern zu kaufen.
11:08.34nevcairieldo we have herbst already?
11:08.36nevcairiel.D
11:08.58Workfozsadly, we don't
11:09.06Workfozalso, UK has had it since at least 2012
11:09.08nevcairielmight have roled out in UK before it hits DE
11:09.58winkStanzilla: still weird. website speaks of webhosting, there you are with a bnc ;)
11:10.07winkfeels like the late 90s
11:10.10wink:)
11:10.25Stanzillait's a friend's company, I have all teh shits hosted there
11:10.28Stanzillabnc, web, ts
11:13.08Stanzillaoh lol, twitpic being bought right after they announce to shut down
11:13.20Repolegacy-quest: 03EthanCentaurai 07master * dc4636f QuestLogFrame.lua: [+1 commit] Fixed a bug that incorrectly marked some incomplete quests as complete.
11:13.56EthanCentauraiwho by?
11:14.15Workfozridiculous: I can just use ebay.co.uk
11:14.35Workfozprobably a lot of legal red tape to cut through in Germany once again
11:14.43Stanzilladidn't tell
11:15.57znfweee
11:16.00znfkilled lvl80 boss
11:16.12Stanzillain clicker heroes?
11:16.33winkStanzilla: ah ok :P
11:18.10znfStanzilla, yes
11:18.23StanzillaI'm on lvl 95 atm
11:18.27sb:(
11:18.57Stanzillaabout to buy my first wind deity!
11:19.49znfI'm saving up for Athena
11:19.53znf778q
11:19.56znf7738q
11:20.00znfneed 9000q
11:20.18StanzillaI have 86 athenas
11:20.45znf:-/
11:27.44Megalonmhm
11:29.26Workfoz:S wrote an email to the shop; even though I can use the basket just fine on ebay.co.uk, it won't let me request a postage total because it's international shipping >_>
11:29.30*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
11:29.34Megalonjust opened it up again and bought 2 athenas
11:50.14Megalonhttp://i.imgur.com/wlboJlj.jpg sb, nev, *foz :D
11:50.35nevcairielhahaha
11:50.51nevcairielbecause 140 chars are too much for the teenagers of today
11:51.13hastelol
11:56.49*** join/#wowace Yoshimo (~Miranda@aftr-88-217-180-65.dynamic.mnet-online.de)
11:56.49*** join/#wowace Yoshimo (~Miranda@unaffiliated/yoshimo)
12:04.59sbznf: and yes, the duration part totally sucks
12:05.21sbno idea why they included "duration" in seconds but not "remaining"
12:07.16nevcairielprobably because they needed it
12:08.18Workfozfun
12:08.53WorkfozI stayed at a B&B not 10 minutes away from the ebay shop in 2007
12:09.04Workfoz(in Dundee)
12:09.29Workfozthat's Funkeh`land!
12:09.39Workfozwhere IS Funkeh` from, anyway
12:09.51nevcairielits not Funkeh`-land now, it still UK
12:09.58Workfozhehe
12:10.55Torhalreformats Workfoz in English-grammar German.
12:11.20Workfozthat's... worse than the other way around
12:11.42nevcairielway too many people do the other way around, tho
12:12.14Workfozyeah
12:12.15Workfoz^^
12:12.32Workfozisn't it a bit early for Torhals to be awake
12:13.01Workfozwait, nevermind that, I totally forgot where you're actually from
12:13.10TorhalHeh
12:13.19Workfozprobably not the same TZ as LA
12:13.28nevcairielanywhere in the US is pretty early tho
12:13.53Workfozsure, but 7 am is just early, 5 am is nuts
12:13.54Workfoz^^
12:14.26TorhalI typically wake up at 8:30 on Fridays. Today was 6:30.
12:14.42Torhalsends znf on a mission, and asks that he mind his manners.
12:15.20Workfozso znf is a follower of Torhal's?
12:15.41TorhalProbably not voluntarily.
12:16.44TorhalI wonder if Blizzard fixed zeppelins in WoD. Last I saw, when they disappear in the "distance" the NPCs start falling before fading away as well.
12:16.53nevcairiellol
12:17.29mitch0;)
12:17.31znfsb: how is it in German?
12:17.37sbi dont know
12:17.47sbbut cba to parse this, better find another way
12:18.03znfTorhal: can I steal half your code?
12:18.20winkyou can have all the whitespaces
12:18.30TorhalHalf? You measured?
12:18.46znf+ / -  50%
12:19.01TorhalSo possibly all or none?
12:19.13sbznf: stop caring about the ui - the real challenge is something else
12:19.20znfNot quite all :D
12:19.21nevcairielsb: there is a global string for the format, GARRISON_DURATION_HOURS_MINUTES .. you can just deformat it and use for reverse matching
12:20.07nevcairielalthough no guarantees the format doesnt change if its days instead of hours
12:20.12nevcairielits probably not entirely accurate
12:20.15sband to seconds
12:20.26nevcairielseconds are not very important for your use-case tbh :P
12:20.34sbnot, but for parsing
12:20.41Stanzillawhat are you doing sb
12:20.45Torhalstarts getting ready to head to the office.
12:20.47znfYou can probably just regex the shit out of it
12:20.56nevcairielthere is also GARRISON_DURATION_DAYS_HOURS GARRISON_DURATION_SECONDS and whatnot
12:21.22sbyep
12:21.27sbso its 6 constants
12:21.33sbokay - have to think about it
12:21.35znfDe formating sounds so complex :D
12:21.52nevcairielits really just replacing %d with a capture group
12:22.01znfHmm
12:22.24znfWell, you have time, sb :D
12:22.26sband check for all of them (worst case)
12:22.33Stanzillawhat are you doing sb
12:22.41sbStanzilla: stealing znf ideas!
12:22.43nevcairielwe used to do loads of it with the old combat log, since parsing its strings was the only way to get the information
12:22.53nevcairielbut then we got a new combat log
12:22.56sbStanzilla:  garrison ldb display
12:23.03Stanzillaok
12:23.14znfStealing my Curse points :(
12:23.17nevcairielof course you could just screw this all, and just record the time when you start the mission
12:23.27znfYup
12:23.34znfBut for the first run.. M
12:24.22sbnevcairiel: yup, thats what im thinking about
12:24.47znfOn the event you will just record the start
12:24.57znfErm, the duration
12:25.02sbno, everything
12:25.10znfAnd name
12:25.12znfAnd icon
12:25.15znfAnd type
12:25.59znfNot sure what args does the event trigger
12:26.13znfDidn't bother checking
12:27.35znfProbably missionID
12:27.52nevcairielif anything at all
12:27.58znfIndeed
12:28.18znfI'll check when I get home
12:28.50znfNow I'm trying to reflash my car :D
12:37.00znfDoes anyone know of a virtual port redirector that has a Linux daemon and a Windows client?
12:38.07*** join/#wowace Newton918_ (~Newton918@ip72-222-115-61.tu.ok.cox.net)
12:43.50Workfozssh?
12:43.53Workfoz(what do you mean)
12:50.26znfSerial. Port
12:50.39znfSeriously SwiftKey has started to annoy me
12:51.09*** join/#wowace Newton918 (~Newton918@ip72-222-115-61.tu.ok.cox.net)
12:51.15*** join/#wowace AcidWeb (~AcidWeb@iosphe.re)
12:52.05winkhttp://unix.stackexchange.com/questions/22545/how-to-connect-to-a-serial-port-as-simple-as-using-ssh hack something up?
12:52.37winkyou only somehow need to expose your IO from serial to telnet or nc or something I'd say
12:56.35SunTsuznf: you're looking for ser2net
13:06.32Workfozwink: well, I guess the Windows side might be the annoying one
13:06.55Workfozsb: I think I'm going to switch to ANSI layout keyboard(s)
13:07.14winkWorkfoz: that's why telnet
13:07.16sb?
13:07.29sbWorkfoz: so...? no idea what you are going to say :p
13:07.57Workfozwink: the network client is easy, you can use nc on Windows, too... but how do you turn that back into a virtual com port ;)
13:08.15Workfozwink: probably by using what SunTsu suggested already
13:08.28Workfozsb: going to say? I already said what I said :D
13:08.39sbno idea what that menas :|
13:08.42sbmeans
13:08.58Workfozsb: http://deskthority.net/wiki/ANSI_vs_ISO
13:09.29sbi dont even care
13:09.47sbcorsair is ansi - so its ansi
13:09.52sbif it would be iso - it would be iso
13:09.59Workfozuh, Corsair would be ISO if they sold it in Europe
13:10.40sbstill - why should i care? takes 1-2 weeks are you are fine with whatever it is
13:11.10Workfozgets annoying when you don't have control over all of the keyboards you're using
13:11.14Workfozhttp://www.amazon.de/Corsair-Vengeance-K70-Tastatur-schwarz/dp/B00CJB8P0U/ (clearly ISO)
13:11.34Workfozalso, having used ISO for over 20 years might make switching a bit annoying
13:11.36Kalrothi got that one, it's pretty sexy
13:11.37Kalrothbut loud
13:11.48Workfozwhich switches, Kalroth
13:11.58Kalrothuhhh, red i think
13:12.03WorkfozI guess I'll grab a cheap US one to get used to it first... maybe
13:12.24Workfozdo you hit the keys all the way to the bottom
13:12.36winkWorkfoz: not very annoying
13:12.40Kalrothi probably do, yea :P
13:12.43winkI switched last year I think
13:12.48Workfoz(you probably do, reds are very light + give no indication as to whether you've actuated the switch)
13:12.51winkat work: us intl, at home: de
13:12.51Kalrothi'm used to shitty keyboards
13:12.56Kalrothso i hammer them
13:13.09Workfozwink: you switch between ANSI and ISO daily? :\
13:13.17znfYeah, the windows part is s tricky
13:13.28znfThere's supposed to be a rfc for it
13:13.42winkWorkfoz: yeah. my G10 is German and with windows it sucks.
13:13.44WorkfozKalroth: you can use o-rings or soft-landing pads to counter that, if it's too annoying
13:13.50znfBut I'm not coming up with info on cross-platform clients
13:13.56Workfozwink: what do you mean "with windows it sucks"? :o
13:13.58winkthe size of shift, etc
13:14.08winkon my US kbd I have shift, z x c
13:14.20winkand on German one it's shift < y xc
13:14.21Workfozyeah, I know the difference between ansi and iso ^^
13:14.29winkone mor key there
13:14.34winkI cant work around that :)
13:14.38winkit makes me furious
13:14.42winkso I stay with DE at home
13:14.45Workfozof course you can
13:14.48winkwith the DE keyboard
13:14.57Workfozplease stop referring to the key layout as DE/US :|
13:15.08Kalrothde-DE
13:15.10winkbut it is!
13:15.12Workfozyou can use whatever layout in software
13:15.14winkok, de-DE
13:15.18Workfozno, that's not what I meant
13:15.20Kalrothhaha
13:15.33winkand my linux one is a tweaked us-intl
13:15.39sbit was öäü on it, so its DE! :p
13:15.42Workfozphysical key layout: ANSI/ISO, software key layout: US/DE/Dvorak/whatever
13:15.43winkI can do ä ö ü ß ƒ λ easily
13:15.49Workfozwink: so do that on Windows, too?
13:15.55Kalrotharent there physical differences too?
13:15.56Workfozyou could turn the <>| key into shift if you want
13:15.57winktoo complicated :(
13:15.59Kalrothor is that a thing of the past?
13:16.03winkxmodmap ftw
13:16.13WorkfozKalroth: that's precisely why I'm trying to point out why using different terms matter? :D
13:16.23Workfozwink: what's komplicated about MSKLC? (google it)
13:16.35winkKalroth: if it has labels, I call it different :)
13:16.42winkcan't work on azerty either
13:16.49winkeven if it might be an ISO one
13:16.55Workfozjust take your keymap with you
13:17.06winkWorkfoz: will do, for now I use KeyTweak
13:17.07Workfoz(need a different word than "keyboard layout" for the software one)
13:17.18winkkeyboard mapping
13:17.20WorkfozI guess key map works
13:17.52Workfozonly thing I'm uncertain of is if ANSI keyboards send a different scancode for L/R alt
13:17.55winkstill, I'd trade my de_DE G10 against an ANSI one any day
13:18.06Workfozotherwise turning R-Alt into AltGr would be impossible
13:18.09winkalthough my wife would probably kill me then if she has to type on it again
13:18.28Workfozget your wife her own keyboard like a proper geek
13:18.49winkI meant: when, sparely, she checks mail on my machine or something
13:18.54Workfozwhite, colourful, with legends on the keycaps... you: blank black
13:19.08winkshe has some cherry whatever, where she likes the pressure
13:19.10Workfozit's not like you can't attach 5 keyboards to a computer :D
13:19.24winkwhy would I do that? it's a once-a-month thing
13:19.27Workfozget her a Poker 2
13:19.36winkthere is a poker2?
13:19.36winkWHERE
13:19.40Workfozfor fun, because you can, because why nto
13:19.45Kalrothlabels are only for wankers that needs to look at their keyboard
13:19.48winkno, stop. I have enough nopoo chocs
13:19.52Kalrothi mean additional keys or missing keys
13:19.55winkno more keyboard buyinh
13:19.58Workfozeverywhere, probably
13:20.24Workfozhttp://www.mechkb.com/vortex-kbc-poker-ii
13:20.42WorkfozI don't think I could deal with anything than a 100% kb
13:21.09winkI use a choc midi now
13:21.09winkat work
13:21.12winkused to be a choc mini
13:21.24Workfoz87?
13:21.39wink87 what?
13:21.45winkit's tenkeyless
13:21.55Workfoz87 keys
13:22.00WorkfozI only see "mini" and "pro"
13:22.29Workfozoh, 84
13:22.47wink16 14 14 13 12 8 6 4
13:22.51winksum up yourself
13:22.53nevcairiel84 is a odd number
13:23.02Kalrothffff, o-rings are like 20 eur here
13:23.06nevcairielits usually 87 in ansi or 88 in iso
13:23.14Repoteam-equip-compare (experimental): 03mogluk * r13 TeamEquipCompare.toc: Updated interface version
13:23.14winkso, seems to be 87
13:24.05winkWorkfoz:  http://i1116.photobucket.com/albums/k574/12378467823462783946237846237849623781423784162378/noppoo/DSC04482.jpg upper one
13:24.10winkerr lower one
13:24.19winkthat's a choc midi
13:24.31winkor if it's not, it's damn close
13:24.35nevcairielyeah thats pretty normal ansi tenkeyless layout
13:24.51winkI <3
13:25.03nevcairieleither the image sucks balls or the keyboard has very weird key labels tho
13:25.09winkmine has normal white ones
13:25.19winkor light light cyan
13:27.46*** join/#wowace Ressy (~Ressy@WoWUIDev/WoWAce/ARL/Ressy)
13:27.55WorkfozKalroth: http://www.ebay.co.uk/itm/METRIC-NITRILE-RUBBER-O-RINGS-1-5MM-CROSS-SECTION-2MM-ID-19MM-ID-/321262060265 5.30 GBP
13:28.06Workfoz(for cherry stems, probably 5 MM inner diameter)
13:28.32Workfozalso, there's other diameter cross-section variants, not sure if 1, 1.5, 2 mm is better
13:28.34Workfozetc
13:28.36Workfozlots of choice ;)
13:28.45Kalrothffff, pack size is 100 or 250 :P
13:28.59Kalroththen i have to mix it to save 2 quid!
13:29.06nevcairiel100 seems fine
13:29.12Workfoznevcairiel: that looks like straight engraved ones (i.e. no paint)
13:29.27nevcairiellooks terrible on the picture at least
13:29.30nevcairielcant judge for real life
13:29.31Workfoz100 is a little too little, since some keys need more than one
13:29.46Workfozbut since I grabbed 3 different diameters anyway, I have more than enough ;p
13:30.00WorkfozI can't speak to how well nitrile is suited for this, though
13:30.05nevcairieli just dont obsess about my keyboard, and spent thousands of euros on a new pc instead
13:30.12Workfozmost other rings are made of either EPDM or silicone
13:30.20Workfoznevcairiel: valid
13:30.40nevcairieli might get one of those rgb things though once they are widely available in DE with brown switches
13:30.53SunTsuWorkfoz: are you going to write a guide of some sort? "An obsessive geek's guide to choosing a keyboard", or something like that? :>
13:31.10WorkfozSunTsu: going to? I already am...
13:31.13Workfoz~logs
13:31.13purlAll conversations are logged to http://purl.rikers.org/%23wowace/ Lines starting with spaces are not logged. Logs are updated daily.
13:31.13nevcairielhe doesnt just choose a keyboard, he practically assembles it himself
13:31.21Kalrothhe's german, of course he's going with das keyboard!
13:31.30WorkfozKalroth: I already HAVE Das Keyboard
13:31.33Kalrotho
13:31.35nevcairielhm
13:31.45nevcairieli logged out of wow with a 5 minute disease on me, and i log back in, dead
13:31.46Workfoz(Das Keyboard 2, though. Pretty old, and not that great)
13:31.47SunTsuKalroth: actually I'm going to buy Das Keyboard as soon as I need to replace one
13:31.49nevcairielstupid disease
13:32.03Kalrothl2p issue, nev
13:32.04WorkfozDas Keyboard 2 has PCB mounted MX blue switches
13:32.17Workfozwhereas most gaming/better/modern mechanical keyboards use plate-mounted switches
13:32.24Workfozfor more stability and less annoying sound when typing
13:32.28Workfozless rattling
13:32.32nevcairieldas keyboard is extremely loud, tbh
13:32.39Workfozwhich one, though
13:32.50nevcairieli have the first one, i think
13:33.00nevcairieland its much louder than other mechanical keyboards, no matter the switch type
13:33.11WorkfozDK 1 isn't even mech, DK 2 is what I have and yeah it's not nice, DK 3 and 4 I can't speak to, but at least they are comparable to other "gaming" keyboards, since they have plate-mounted switches
13:33.20nevcairielthen its 2
13:33.23nevcairieli dunno
13:33.26nevcairielits mechanical at least
13:33.41Workfozdoes it say "Das Keyboard" in a crappy sans-serif font in the top left
13:33.43SunTsunevcairiel: I don't think that it's much louder than my standard Cherry G80-3k keyboard. I had a girlfriend once who said that she only would sleep well when she heard me typing next door
13:34.05nevcairielWorkfoz: dunno how you define crappy, but it does say that
13:34.07Workfoznevcairiel: like this http://www.cherry.de/pictures/produkt/gal_2000_G8x-3000_2_Aufs.jpg but text upper left corner
13:34.24nevcairielthe keyboard doesnt look like its from 1970, no
13:34.39Workfozit doesn't?
13:34.42Workfozis it super shiny
13:34.47nevcairielyes
13:34.52Workfozthen it's das keyboard 3
13:35.11nevcairielits even a professional, which was supposedly meant to be a bit more silent
13:35.15nevcairielbut its still damn loud
13:35.15Kalrothzwei
13:35.40Workfozyeah, they didn't even have that professional/elite/whatever distinction before 3
13:35.42nevcairielyeah it looks like the 4, without the media buttons
13:35.42WorkfozKalroth: indeed
13:35.47nevcairielso 3 it must be
13:35.54Workfozyou rhyming bastard
13:35.58Kalroth:P
13:36.07Workfozman I'm hungry
13:36.13Workfozso late :F
13:36.26Kalrothit's almost October-fest time!
13:36.28nevcairieli'm still kinda full from the half-lasagna i ate yesterday
13:36.46Kalrothsweet nourishing beer
13:37.30nevcairieldo you know that feeling when you eat something so tasty, and even when you're done with your first serving and you feel full, you still get seconds because it just tastes  so good
13:37.51Kalrothletting the eyes decide when you're full
13:38.32Workfozor just deciding not to be full
13:38.36Workfozthen feeling horrible for hours after
13:38.39Workfozbut yes
13:38.40nevcairielindeed
13:38.41Workfozall the time :p
13:39.34Workfozso... since I doubt I'm going to buy two RGB keyboards (and why would I want one at work)... which one shall I get for the office :D
13:39.53WorkfozI literally just made the problem worse by deciding to switch to ANSI layout
13:39.59Workfoznow I need two keyboards xD
13:40.02nevcairielset it to constant light flashyness when youre away from the desk to annoy your coworkers
13:40.08Workfozharrr yes
13:40.17WorkfozI could make it spell out "STAY OFF"
13:40.19nevcairieli'll gladly stick to iso layout
13:40.44nevcairieli dont have any problems with it, so why bother
13:40.50WorkfozI would, too, but it's annoying when you're trying to get into keyboard customization things and everywhere it's "sorry, no ISO"
13:41.02nevcairieltell the americans to gtfo
13:41.13nevcairielget with the program man, europe is here to stay!
13:41.24Workfozmy pinky definitely rests in the upper part of our nice, big enter key, so there'll probably be lots of erroneous \\\s in my future
13:41.47nevcairielthat happened to me so often when i used a US keyboard for a while
13:42.01Workfozor worse, enter when I want \
13:42.13Workfozbecause they basically trade places if you're used to hitting enter at the top
13:42.57Workfozhm, our DB vendor has a "name our 'beast'" competition
13:43.32Kalrothname it "drop database sys;"
13:43.35Workfoz(their DB setup they used to "smash" the TPC-H benchmarks again this year)
13:43.39Kalrothfree injection check
13:43.57Workfozwhat DBMS has a "sys" database?
13:44.36Kalrothi dunno, replace it with your favorite DBM!
13:45.05Kalrothmaster is good on MS SQL
13:45.10Workfozso at least now I only have to wait until the k70 rgb with other switches than red shows up in the US
13:45.41Workfoz(and for the beginning I'll probably stick with the stock keycaps... could get fully transparent ones later for MAXIMUM FLASHY)
13:46.01sbugh... really?
13:46.26Workfozhm?
13:46.28nevcairieltransparent seems crazy
13:46.30Workfozhah, could turn the backlight red when in a root shell/sysdba db session/sys db session
13:46.35nevcairielhehe
13:46.53Workfozyeah, but programmable rgb backlit keyboard doesn't already scream "crazy" loud enough? ;p
13:47.00mitch0erm, I almost never look at the keyboard anyway
13:47.12Workfozit's still in your FoV regardless
13:47.16mitch0guess I'm not the target audience
13:47.22Kalroththats what bugged me most about the logitech keyboard with LCD display
13:47.27nevcairielwell you still see it at the edge of your vision, it if blinks red, you'll notice
13:47.27Kalrothi never look down on it
13:47.39Workfozthe target audience for backlit keyboards is probably not the person actually typing on the keyboard at that moment
13:48.04Workfozthe target audience would seem to be... literally the audience
13:48.05nevcairieli like having a b acklit keyboard
13:48.34Kalrothi got a table lamp
13:48.42nevcairielwhen i sit down at night i sometimes have problems finding my resting spot :D
13:48.47Kalrothhaha
13:49.02Workfozno room lights at all?
13:49.14nevcairielit happens
13:50.16nevcairieli feel like i forgot something for my new pc
13:50.36Kalrothit happens to me a lot, i'm like "just one more turn in civ"
13:50.38WorkfozI should switch more of my online-ordering stuff over to gmail... I did so before ordering those o-rings on ebay, now I get nice Google Now cards
13:50.40Kalrothand then it's dark outside
13:50.50sbWorkfoz: fu :(
13:50.57Workfozsb: eh?
13:51.00nevcairielsb isnt very wordy today
13:51.09Workfozhe's probably using google apps
13:51.09sbno gmail cards in google apps
13:51.13nevcairielhah
13:51.19Workfozthat's why I won't use that for my email
13:52.46nevcairielhey we wiped in ToT2 LFR on trash
13:53.18WorkfozI might have linked this already, but when you mentioned assembling the keyboard myself, I was reminded that this exists http://www.wasdkeyboards.com/index.php/products/mechanical-keyboard/wasd-v2-104-key-barebones-mechanical-keyboard.html
13:53.24Workfozgood thing, really, nobody else offers that
13:54.34Workfozgood enough for work, certainly, and can do stupid stuff like http://img42.imageshack.us/img42/5190/img3696anyus1.jpg
13:56.57Stanzilla@MKBHD: Are security guards at Samsung stores called... Guardians of the Galaxy?
13:56.58Stanzillahahahaha
14:02.41*** join/#wowace Gragagrogog (~Gragagrog@93-72-239-109.cust.centrio.cz)
14:05.01nevcairielwhen you setup a noodle cart, can you buy noodles from yourself? :p
14:05.33*** join/#wowace pentium176 (~pentium16@206-248-184-225.dsl.teksavvy.com)
14:07.12silentiumhttps://twitter.com/JadedcatWylde/status/512651103498797056 destroyed iphones in 3... 2... 1...
14:07.36sbnevcairiel: yes
14:07.53nevcairielhaha silentium
14:09.31Workfoznevcairiel: yep, and you get the buff automatically, so you don't end up having 1 less food than everyone else
14:10.14nevcairieli've been wondering if its worth setting up some stat foods for leveling, but probably wont matter
14:10.31Workfozmin/max ftw
14:10.37Workfozcan't hurt to have a stack or two
14:10.47Workfozprovided you don't die, that means 20/40 hours of buff
14:10.49nevcairieli have like 5 stacks of feasts
14:10.58nevcairielfrom skilling <.<
14:11.01Workfozhow much content is there anyway
14:11.44*** join/#wowace Mihau (~Mihau@76.164.170.2)
14:11.50WorkfozI need to get on beta and level once
14:11.56nevcairieli decided not to
14:12.05nevcairielonly did the first zone once
14:13.05nevcairielextrapolating from that, i would say there is a good 24 hours of content if you dont rush it wildly
14:14.38WorkfozI'm rushing it wildly
14:14.40Workfoz;p
14:14.42Workfozof course!
14:14.48nevcairielbut why
14:14.51nevcairielso many weeks until raids
14:14.57nevcairielplenty time to do everything
14:15.03Workfozhow many?
14:15.10nevcairiel3 i think?
14:15.12Stanzilla2.5
14:15.14Workfozaren't the crap raids open like 1 week after launch
14:15.18nevcairielnope
14:15.21Stanzilla2.5
14:15.35Workfozwell
14:15.35sbdoesnt matter - its fun to do
14:15.38Workfozyeah.
14:15.40Workfozthat^
14:15.54nevcairiel2.5? launch is on wednesday, raid resets on wednesday, how do you get a .5
14:15.59Workfozlaunch is not on wed
14:16.03nevcairieleh, thurs
14:16.04nevcairielstill!
14:16.06sbstill sorting out how i can do this ikea hotdog stuff :|
14:16.14Workfozit's more like .85 then ;)
14:16.19Workfozhaha
14:16.21Stanzillaye
14:16.29Workfozdo you have dates handy
14:16.33Workfozor do I need to look at a calendar
14:16.43Stanzilladez 2
14:16.45nevcairielanyhow, i'll enjoy the content and the story! there!
14:17.02Workfozdez 3
14:17.05Workfozk
14:17.59Stanzillacasual++
14:18.31nevcairieleven if youre still a progress raider, there is no huge reason to rush everything with these 2.85 weeks
14:18.43nevcairielfor what, one more day of CM for a lfr item chance ?:P
14:18.57Stanzillano, alts
14:19.09Workfozbah no thanks on alts
14:19.25FiskerHow the hell does this shit bypass the fact I muted all audio
14:19.26Workfoznevcairiel: it's simply fun to try and be as quick as possible
14:19.27Stanzillaprogress raids will do 3-5 heroic clears first week
14:19.48Workfozas has become usual, yeah
14:20.15Workfozloot funneling gets even worse with flex
14:20.17Workfozor well, easier
14:20.31Workfozwait no
14:20.35Stanzillaand mythic being a different lockout
14:20.38Workfoznever mind, loot is personal in normal/hc
14:20.45Workfozis normal/hc also two lockouts
14:20.47nevcairielyou can configure t hat, i though
14:20.47Workfoz(I think so?)
14:20.50nevcairielyes
14:20.57Workfozconfigure what?
14:21.00nevcairielraid lead can tell if personal loot or shared
14:21.04Workfozreally
14:21.05nevcairielafaik?
14:21.06Workfozinteresting
14:21.14Workfozalso lol, I learned something in our test raid
14:21.45WorkfozI always thought the "request roll" feature when you have master loot enabled was a feature of some addon of mine, that does a chat message to ask people to roll manually
14:21.46nevcairielnever too late to learn!
14:22.09WorkfozI wasn't aware Blizzard put in something labeled exactly the same but way better functionality
14:22.17nevcairielwhat does it do?
14:22.27nevcairieli havent done any ML raid for ages
14:22.27Workfozpops up the regular roll window
14:22.42Workfozand the master looter can then assign afterwards
14:22.44Stanzillaso if noone wants it
14:22.50Stanzillaeveryone can roll
14:23.18Workfozsure, but they used it as the primary distribution method
14:23.32Workfozfor half of the raid I thought we were on simple roll loot
14:23.48Workfozuntil someone asked about an item specifically
14:24.02Workfozand I'm like "how can you assign loot even though we're rolling" oO
14:24.13nevcairiellol
14:24.22StanzillaI hope you didnt say that in ts :D
14:24.29nevcairielcontrolled rolling
14:24.32Workfozobviously I did
14:24.35Workfozand why not
14:24.43nevcairieli wouldnt have known either
14:24.43Workfozwe play with rolling ever since we went 10 man
14:25.20Workfozit's a coincidence that we got rid of the need for the addon we used for loot distribution at the same time as Blizzard put this in
14:25.24Workfoz(Cata)
14:25.46Workfozstill on DKP (and 25 man) in WotLK, no more need for MagicDKP and MagicLoot and whatnot afterwards, so I never noticed
14:26.13Workfozworks well, doesn't require people to roll in chat, or need an addon, but still maintains ultimate control
14:26.38Workfozonly thing that's a bit annoying is that you have to do the "request roll" thing for every item, but that should be more than easily automatable
14:27.01Stanzillawe're on normal roll since ages
14:27.05Workfozye
14:27.06Stanzillaonly had 2 incidents so far
14:27.14Workfozyeah, similar
14:27.26nevcairielthat works out in 25?
14:27.27Stanzillaoh wait, we had the occasional disenchant rollts
14:27.31Stanzillawhere people had to ticket
14:27.43Stanzillayeah nevcairiel
14:27.51Workfozand if we want to overrule that and someone doesn't comply, well... we don't want them around anyway
14:29.15Stanzillawe lost one invincible that way
14:30.39*** join/#wowace pompy (~Mike@c-50-166-85-212.hsd1.nj.comcast.net)
14:32.43Workfozboth our ashes of al'ar went to people who didn't play for very much longer afterwards ^^
14:36.13nevcairieli dont think we ever had one
14:40.23nevcairielonly one of the shops shipped already, so much for hoping to get it tomorrow already :D
14:43.20sbPC?
14:43.30nevcairielyes
14:47.21*** join/#wowace stolenlegacy (~stolenleg@unaffiliated/stolenlegacy)
14:47.45*** join/#wowace Zhinjio1 (~Geo@67.40.49.163)
14:49.10*** join/#wowace Cloudfoz (uid23742@gateway/web/irccloud.com/x-fynbyitlqrbqmlzd)
14:49.34*** join/#wowace Fisker (~thomas@larsen.rocks)
14:50.55*** join/#wowace Stanzilla (~Stan@bnc.nuti.me)
14:50.55*** join/#wowace Stanzilla (~Stan@WoWUIDev/WowAce/Stanzilla)
14:52.00*** join/#wowace Vilkku (vilkku@kapsi.fi)
14:52.00*** join/#wowace Vilkku (vilkku@unaffiliated/vilkku)
14:56.12Stanzilla.
14:56.16Stanzillafreenode ded again?
14:58.05*** join/#wowace Cloudfoz (uid23742@WoWUIDev/WowAce/Gnarfoz)
14:58.15Cloudfozlooks like it
15:02.38*** join/#wowace Elmoe__ (~Elmoe@c-76-121-48-42.hsd1.wa.comcast.net)
15:02.57Stanzillawhich server do you guys connect to?
15:04.05Fiskerchat.freenode.net
15:04.05Fisker:3
15:05.04*** join/#wowace DarkerAudit (~Brian@c-98-239-224-116.hsd1.wv.comcast.net)
15:05.53znfWell, that didn't work out
15:05.57StanzillaI'm on wilhelm.fn.net
15:06.15znfI got both ecu out, guess I'll reprogram both...
15:07.08Cloudfozsrsly
15:07.12Cloudfozshould have left on time
15:07.19Cloudfozjust started raining >_>
15:07.56pompyhttp://online.wsj.com/articles/larry-ellison-to-step-aside-as-oracle-ceo-1411070636
15:19.54*** join/#wowace Semlar (~chatzilla@142.196.155.241)
15:25.49*** join/#wowace Ironi (~ironi@85-76-36-248-nat.elisa-mobile.fi)
15:27.44znfStanzilla, I'm on cameron.freenode.net
15:28.57znfalso, you people are bad :P
15:29.02znfhow did you not know the request roll? :D
15:29.05znfbeen there since 5.0
15:29.13znfand it's awesome ^^
15:29.34nevcairielhe already explained how they switched to normal rolling in cataclysm :P
15:30.54*** join/#wowace kagaro1 (~kagaro@cpe-173-095-140-190.nc.res.rr.com)
15:31.26*** join/#wowace Dessa_ (Dessa@pKU74F0O.dip0.t-iqconnect.de)
15:31.30znfI use it in our normal raids
15:31.31*** join/#wowace ajmitch_ (ajmitch@vps.ajmitch.net.nz)
15:31.33znfwe bid for main-spec
15:31.58*** join/#wowace ShadniX (dagger@p5481D6A8.dip0.t-ipconnect.de)
15:31.58*** join/#wowace ZaB|SHC| (~Zaphod_Be@ipb21834ba.dynamic.kabel-deutschland.de)
15:31.58znfif nobody else wants it, I roll for it
15:31.58znf(for offspecs)
15:32.11Semlarrolls for znf
15:32.21*** join/#wowace harl (harl@dslb-092-073-091-053.092.073.pools.vodafone-ip.de)
15:32.21*** join/#wowace harl (harl@unaffiliated/harl)
15:32.24Megalonspecs off znf
15:32.27*** join/#wowace krka (krka@shell.bissa.eu)
15:32.34*** join/#wowace dracula (~dracula@d74124.upc-d.chello.nl)
15:32.35znfreprograms Megalon's ECU
15:32.41znfnow your engine doesn't start anymore!
15:32.57nevcairielif you want to break his engine, there are easier ways
15:33.23winkit's EUR, not ECU
15:33.53znfEUR?
15:34.18silentiumhttps://en.wikipedia.org/wiki/EUR
15:34.22*** join/#wowace chosi (~osxchosi@choseh.de)
15:34.46znf...
15:34.54znfwhy would I reprogram Megalon's €?
15:35.38Megalondon't know? gypsy stuffs?
15:35.42silentiumbecause the euro replaced the ECU
15:36.43znfthat's such an inside joke, silentium
15:38.10*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
15:39.03znfit's quite shitty that not all heroes have an ultimate to unlock in Click Heroes
15:39.34*** join/#wowace Ironi (~ironi@85-76-79-168-nat.elisa-mobile.fi)
15:40.43*** join/#wowace Zyn- (~skreeee@h187n4-av-a11.ias.bredband.telia.com)
15:45.06EthanCentauraiPizza night! \o/
15:45.54*** join/#wowace Yoshimo (~Miranda@2001:a60:1a2a:5a01:d590:87db:ea3e:5249)
15:45.55*** join/#wowace Yoshimo (~Miranda@unaffiliated/yoshimo)
15:46.08*** join/#wowace harl2284 (harl@dslb-092-073-091-053.092.073.pools.vodafone-ip.de)
15:46.08*** join/#wowace ZaB|SHC| (~Zaphod_Be@ipb21834ba.dynamic.kabel-deutschland.de)
15:46.08*** join/#wowace ShadniX (dagger@p5481D6A8.dip0.t-ipconnect.de)
15:46.08*** join/#wowace asmodai (asmodai@h159072.upc-h.chello.nl)
15:46.52*** join/#wowace chosi (~osxchosi@choseh.de)
15:50.22znf<nihasa> A charity basketball game didn’t go exactly as planned yesterday when Kanye West scored 106 points against a team of handicapped children in wheelchairs.
15:50.24znfshit
15:50.31znfhttp://i.imgur.com/ld8dSkT.png
15:50.37znfwhy would you restart from 0? :-|
15:51.12Megalonwhy would you reset cookieclicker :p
15:51.51*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
15:51.56*** join/#wowace RLD_osx (~RLD_osx@24-182-109-4.dhcp.ftwo.tx.charter.com)
15:51.59znfI don't know?
15:52.28Stanzillaresetting gives a bonus ofc
15:53.25Megalonyou buy stuff with hero souls
15:54.12znfsounds simpler to get souls from the other sources
15:57.33znfoh, it's talk like a pirate day
15:57.39znfwas wondering what's up with reddit
16:00.37EthanCentauraiMegarrrrlon
16:00.41EthanCentauraiStanzillaarrrrr
16:00.46EthanCentauraiok i'm done
16:01.37znfTorhal, can I borrow your code? ^^
16:01.59TorhalNo point if you don't have data to put int oit.
16:02.09Torhals/int oit/into it/
16:03.08znfTorhal, uhm, I will...
16:04.49znfeh, that's ok :P
16:04.56TorhalHehe
16:05.04TorhalI mean, if you can figure it out sure.
16:05.26znfwhat do you mean if I can figure it out? Your code is damn readable O.O
16:05.34znfit's like doing 3 to 5 years lego!
16:05.40TorhalI mean parsing the Mission data
16:05.54znfthat's easy
16:18.37znfhttps://i.imgur.com/ogiXW4Y.jpg
16:18.42znfThis guy was a high roller
16:19.07Megalonmhm?
16:21.21*** join/#wowace Kalroth (~Kalroth@5634e4bb.rev.stofanet.dk)
16:24.23znfMegalon, check his gold
16:24.25znfthat's from vanilla
16:26.24*** join/#wowace Starfox (~wig0r@212-183-35-174.adsl.highway.telekom.at)
16:27.33nevcairielyou're making fun of a guy because he has 7 gold?
16:27.42nevcairielthats so rude
16:32.14*** join/#wowace harl (harl@unaffiliated/harl)
16:33.34*** mode/#wowace [+v Kemayo-cloud] by ChanServ
16:34.56*** join/#wowace harl (harl@unaffiliated/harl)
16:36.16znfnevcairiel, I'm not
16:36.24znfvanilla! almost 8 gold!
16:36.29znfwasn't that like shitloads back then?
16:36.35nevcairielthat was basically nothing back then and you know it
16:36.44nevcairielan epic mount still cost 1000 gold
16:40.40quiescenssilly znf
16:45.11znfI didn't play back then
16:46.29Gnarfozsb: Fritz labor firmware is annoying, no changelogs for the daily updates
16:48.31nevcairielany reason you're running labor?
16:48.52Gnarfoznope
16:48.55Stanzillabecause it works
16:48.56Stanzillaget it?
16:48.57Stanzillalabor?
16:49.01Gnarfozhur dur
16:49.17GnarfozI guess NEU - Verbesserte Interoperabilität für VDSL2-Vectoring der Deutschen Telekom  is worth it
16:49.20nevcairielyou must've had a reason to flash it at one point =p
16:49.21Gnarfozeven though it worked before, too
16:49.27nevcairielthats in the 4.20 release too
16:49.32Gnarfozthere is no 4.20 release
16:49.40nevcairielis for my box
16:49.43Gnarfoz6, btw
16:49.44Gnarfoznot 4
16:49.47nevcairielwhatever
16:50.01Gnarfozyeah, highest end 500€ boxes get shit first ^^
16:50.04nevcairielstill got 06.20 release just this week
16:50.08nevcairielits a 7390, yea
16:50.12Gnarfozthis is the 49€/free 1&1 one
16:50.17nevcairieland its only like $200
16:50.20nevcairiel€200 i mean
16:50.27Gnarfoz7362 SL
16:50.40Gnarfozanyway, it's 6.10-28509
16:50.51quiescensmoo
16:51.07Gnarfoznot sure if they label the "pre next release" as "current release-buildnumber"
16:51.15Gnarfozor if 6.10 is going to be the next stable for mine
16:51.58znfI hate tapatalk so much
16:52.09quiescenswhy
16:52.31*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
16:52.57GnarfozI guess 6.03 is stable
16:53.07nevcairieli think thats what i updated from
16:53.13znfquiescens: it's a lazy and crappy way to make a forum mobile
16:53.35znfAlso in  the same category, the Vbulletin mobile app
16:53.53znfThat every forum you end up visiting on your phone asks you about
16:54.28nevcairielnever seent hat
16:54.34nevcairieli get tapatalk everywhere tho
16:58.19quiescensiuno
16:58.21quiescenso.o
17:01.37Megaloniuno? apple does uno too now?
17:12.11GnarfozWindows 3.11 wants its installers back https://mediacru.sh/rx9MRUFOJn4a
17:13.23*** join/#wowace Fastfire (~kjetil@145.163.202.84.customer.cdi.no)
17:13.32Repolegacy-quest: 03EthanCentaurai 07master * 5b8b425  (3 files in 1 directory): [+3 commits]
17:13.32Repo5b8b425: Removed duplicate templates.
17:13.33Repo54525ae: Update README.
17:13.33Repo2cee7f4: Add .toc data.
17:18.34Repolegacy-quest: 03EthanCentaurai 04v0.1-beta * a6b9b23 /: [new tag] Tagging as v0.1-beta
17:26.08nevcairielso its no longer full of bloat EthanCentaurai?
17:29.08EthanCentaurainot as much as before, at least :D
17:29.19EthanCentauraiit's no longer overwriting stuff
17:29.30nevcairieli think i'll stick to  the default quest log though, i didnt mind it in the beta
17:30.15EthanCentauraifine by me
17:33.46nevcairieldo you hide the default stuff, or do you just duplicate?
17:34.08EthanCentauraiduplicate, the default log is still accessible from the small worldmap
17:35.04quiescensare you trying to take over teh world again
17:35.16EthanCentauraiwho told you? >_>
17:35.35quiescensspais
17:35.46EthanCentaurailooks for his tinfoil hat.
17:36.22znf>RJ-45 ends are not "network seeds" and should not be scattered under floor tiles in an effort to cultivate a server farm.
17:36.23znflol
17:36.30nevcairiellol
17:36.39EthanCentaurailol
17:37.05EthanCentauraipeople are dumb enough to try that? :D
17:37.17nevcairielsomeone was probably just lazy
17:37.29znfhttps://np.reddit.com/r/sysadmin/comments/2gt7x5/just_sysadmin_things_for_which_ive_been
17:38.09znf>Setting up an autoresponder on the support email address to respond with a google search of the subject line is not considered company policy.
17:38.10znflol
17:43.28EthanCentauraithat is brilliant
17:43.55nevcairiel> The server lab is not to be used for LAN parties after hours.
17:43.56nevcairielboo
17:47.04*** join/#wowace Shirik (quassel@WoWUIDev/WoWIStaff/Norganna/StatisticalEngineer/Shirik)
17:47.04*** mode/#wowace [+v Shirik] by ChanServ
17:53.22*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
18:03.04*** join/#wowace asmodai (asmodai@freebsd/developer/asmodai)
18:03.24znf>Employees are not to "overclock" the coffee machines.
18:03.24znfwat
18:07.24*** join/#wowace Yoshimo (~Miranda@unaffiliated/yoshimo)
18:11.59Repocooldownbuttons: 03Netrox 07master * 3.1.1-3-gceb457c  (2 files in 1 directory): [+3 commits]
18:12.00Repoceb457c: update cooldown sets for potions, healing potions are now on thier own cooldown
18:12.00Repo20ecd47: update spell cooldown sets
18:12.00Repo1f462b1: Update Toc
18:18.18znf>Two by fours are no longer allowed in employee offices, nor are sticks, or any other objects that could be deemed a 'clue by four' or a 'clue stick'.
18:18.21znfwhat's a "two by four"?
18:19.55Gnarfoz2" by 4" piece of wood (or other material, possibly)
18:19.58nebula169lumber, yea
18:20.15Gnarfozhttps://fasab.files.wordpress.com/2013/10/2-by-4.jpg
18:22.25nevcairielyou have been  on the internet so long, and you dont know whats a two by four?
18:22.47nevcairielalso known as clue by four
18:23.02nevcairielto whack clueless people with
18:26.46znfnope, never heard of that expression used like taht
18:27.44Gnarfoz'murica
18:30.29nevcairieli'm bored
18:30.35nevcairieli think i'll watch a movie or somethin
18:33.16znf>Removing memory from support's computers under the pretence of upgrading them is not 'essential maintenance'.
18:36.07znf>Switching the covers on the fax machine and shredder is not 'hilarious'.
18:36.10znfI laughed
18:40.13GnarfozCrystalDiskInfo/CrystalDiskMark is SO japanese
18:46.42znf>Replying to the CEO's Quarterly Update to all employees with the word Unsubscribe is not acceptable.
18:46.43znf=)))
18:47.20Stanzillahttp://us.battle.net/heroes/en/blog/15951562/final-phase-of-technical-alpha-coming-9-19-2014
18:48.18chosided gaem
18:49.25znfwait
18:49.33znfpeople actually spend REAL money on ALPHAS?
18:49.34znfwtf?
18:51.05chosii think it's being converted to some sort of ingame credit after?
18:51.08chosilike hearthstone
18:51.12chosibut not sure
18:51.42Stanzillacorrect
18:54.06*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
19:03.12znfb.net balance actually
19:03.15znfbut, still...
19:17.52Gnarfozzomg my HDDs are slow
19:21.56znfIs there any point in upgrading Click? :-/
19:25.15Stanzillayes
19:28.11znfat what point does it actually matter?
19:28.18znfbecause at lvl600 it still does shit damage
19:28.44nebula169clickstorm/lucky strike/superclicks
19:29.03Gnarfozguess I can put FlexRAID/tRAID on them then, can't be that much slower ;p
19:29.09Stanzillahah kyle is playing it too :D
19:29.27nebula169i've played it for months, gf has been addicted for awhile
19:29.44Stanzillaah
19:29.57nebula16911k hs before ancients, so meh
19:31.10StanzillaI'm at level 104
19:31.55znfI still don't get why you would reset
19:32.15*** join/#wowace Yoshimo (~Miranda@unaffiliated/yoshimo)
19:32.20nebula169...
19:32.27Stanzillaare you retarded
19:32.31Stanzillayou get a huge boost from it
19:32.44Stanzillawhich makes you level faster
19:32.49Stanzillathen you reset again and level faster again
19:32.49Stanzillaetc
19:33.01znf10% for each soul...
19:54.53*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
19:56.27*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
20:06.27nebula169so when i restarted and let it go for 30min while on a call, http://i.imgur.com/Gnfb0fo.png
20:06.37nebula169s/ when//
20:06.45Stanzillahttp://www.omgchrome.com/run-android-apps-on-windows-mac-linux-archon/
20:06.49Stanzillamight try that later
20:08.25znfHow do "frequent flier miles" work?
20:09.07FiskerIt's bad Stanzilla
20:09.11Stanzillaok
20:09.14nebula169you accrue them..then you spend them
20:09.16znfwonders why nebula169 is using internet explorer
20:09.24nebula169work
20:09.33znfnebula169, and how do you get them? 1:1 for whichever flight you get?
20:09.46nebula169also ie11 is pretty decent
20:10.06nebula169no, depends on the flight and when you book it, # of points can change
20:10.12znfI see
20:10.24znfAnd you can just get any flight for them
20:10.25znf?
20:10.32znfYou still have to pay airport taxes and stuff?
20:11.02nebula169depends, they're better now with restrictions, but it's not always 100%
20:11.11nebula169no, it covers everything
20:11.21znfcool
20:11.27znfalways saw the concept in movies and stuff
20:11.40FiskerA
20:11.41znfalways assumed there are some sort of catches
20:12.55nebula169i mostly use mine to upgrade seats to business/first class, never really have problems with that
20:14.48znfhttp://www.reddit.com/r/WowUI/comments/2gvbuz/help_i_just_installed_dominos_how_do_i_remove/ckn209g
20:14.54znfI'm being helpful!
20:20.42znfhttp://oos.moxiecode.com/js_webgl/autumn/
20:20.43znfnice
20:21.23*** join/#wowace Mihau (~Mihau@76.164.170.2)
20:25.01Repotranscriptor: 03funkydude 04r202-release * r202 : Tagging as r202-release
20:28.01*** join/#wowace Yoshimo (~Miranda@aftr-88-217-180-26.dynamic.mnet-online.de)
20:28.01*** join/#wowace Yoshimo (~Miranda@unaffiliated/yoshimo)
20:33.32*** join/#wowace Funkeh` (~Funkeh`@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
20:33.32*** mode/#wowace [+o Funkeh`] by ChanServ
20:41.09Funkeh`hmm so I have to use FXAA, because CMAA fucks over all the fonts if you play windowed and maximize the window
20:41.18nevcairieldont do that
20:41.22Funkeh`becomes a jaggy mess
20:41.23nevcairielor try /console gxrestart
20:41.54nevcairielas a counter argument, fxaa messes with everythign even when not resizing the window :p
20:42.06Funkeh`what does it mess with?
20:42.34nevcairielit blurs textures and screws up the names over npcs
20:42.42Gnarfozznf: re-post your screenshots
20:43.24nevcairielthere is still hope they might fix the window size change bug, but i wonder how many people really do that
20:43.59znfFxaa looks blurry as fuck for me without resizing
20:44.30znfhttp://i.imgur.com/aHZx2gp.png
20:44.30znfhttp://i.imgur.com/OCeO0YE.png
20:44.30znfhttp://i.imgur.com/PIiVpu2.png
20:44.30znfhttp://i.imgur.com/g3JcId3.png
20:44.30Funkeh`I tried /console gxrestart
20:44.38nevcairielnot helping?
20:44.43Funkeh`it reopens the window but not maximized lol
20:45.06znflast 2 are no-aa and cmaa
20:45.16znfthe first 2 are FXAA
20:46.16Funkeh`err#
20:46.19GnarfozFunkeh`: where in the land of Scots are you at, btw?
20:46.22Funkeh`how can no AA look "ok"?
20:46.46nevcairielyou can clearly see the aliasing in the no AA screenshot
20:46.51nevcairielbut the font problem at hand isnt present
20:47.41GnarfozI don't think that's how it works, but maybe they're using some OS font rendering thing? Which might include ClearType or other AA
20:48.59nevcairielmight be
20:51.20Funkeh`I dunno. I'm trying no AA now and it does not look anywhere near as shit as it used to look
20:51.31nevcairielmaybe your DPI increased
20:51.39nevcairielsmaller pixels = less obvious
20:53.04nevcairielin any case, if my choice was between FXAA and no AA, i might go with no AA too!
20:53.14nevcairielbut luckily i dont resize my window, so CMAA works perfectly
20:54.33*** join/#wowace Brybry (~Brybry@unaffiliated/brybry)
20:57.17*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
21:02.57StanzillaCM done
21:02.59Stanzilla3 chars left
21:03.04Stanzilla(yes I counted wrong the last time)
21:03.49StanzillaFunkeh`: why no maximized full?
21:03.53Stanzillaerr windows
21:03.54Stanzillaed
21:09.39nevcairieli need CMs too, let me tag along!
21:09.56Semlarno content management systems for you
21:12.15Stanzillahttp://www.androidpolice.com/2014/09/19/apk-teardown-google-play-services-6-1-contains-proximity-unlock-device-2-device-account-transfer-new-authorization-techniques-much/
21:12.19Stanzillafinally drive backups
21:12.23Stanzillahope that gets enabled soon
21:17.02*** join/#wowace Funkeh` (~Funkeh`@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
21:17.02*** mode/#wowace [+o Funkeh`] by ChanServ
21:20.43Stanzillahttp://www.mmo-champion.com/content/4334-Warlords-of-Draenor-In-Game-Cinematics-Warlords-of-Draenor-In-Game-Cinematics
21:21.22nevcairielnot going to watch those
21:34.12Gnarfozhow likely is it someone actually decrypted them from beta and told them "your move"? ^^
21:34.23Gnarfozor maybe they're actually getting smarter and really anticipated it
21:34.41Gnarfoz(or they aren't encrypted anymore in recent builds)
21:35.11nevcairielthey will probably always stay encrypted
21:35.15nevcairielthey decrypt their movies at runtime
21:35.28nevcairielwrathgate etc was the same way
21:35.53nevcairielbut we know the encryption, or used to anyway, no idea if they changed it
21:36.52nevcairieli got a DHL number from a shop i ordered from earlier, and the number resolves to some shipment from early in august
21:36.59Stanzillanothing but respect for those awesome vids
21:37.00nevcairielwith like 20 digits, i would think DHL doesnt recycle numbers huh
21:37.06Stanzillathe cinematic team is so amazing
21:37.53nebula169in b4 MB IF BLIZZ SPENT LESS TIME ON MOVIES AND SHOP PETS, THE GAME WOULDN'T SUCK
21:38.23nevcairielactually, it would suck more,. since we didnt have these awesome movies
21:39.59nevcairieli love how they are really focusing on the story with a lot of these things
21:41.36nevcairielin previous expansions it was super easy to miss the big story over the entire expansion, with all these things going on in WoD, thats really going to be hard
21:47.41Stanzillayeah
21:47.41*** join/#wowace pompy (~Mike@c-50-166-85-212.hsd1.nj.comcast.net)
21:58.05*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
22:00.00Stanzillahttp://blogs.nvidia.com/blog/2014/09/19/maxwell-and-dx12-delivered/
22:00.09Stanzilla"While the NVIDIA driver very efficiently manages resource allocation and synchronization under DX11, under DX12 it is the game developer’s responsibility to manage the CPU and GPU."
22:00.11Stanzillaoh man
22:00.12znfI don't understand shit of falling skies
22:00.14Stanzillanothing for blizzard
22:00.32znf(season 4)
22:02.53Stanzillahttp://channel9.msdn.com/Blogs/DirectX-Developer-Blog/DirectX-Techdemo
22:20.54*** join/#wowace MysticalOS (~Myst@h21.76.29.71.dynamic.ip.windstream.net)
22:21.15*** join/#wowace Ressy (~Ressy@WoWUIDev/WoWAce/ARL/Ressy)
22:31.03Stanzillaznf: are you home?
22:31.10znfyes
22:31.22StanzillaI just found the hardest song on audiosurf ever
22:31.25Stanzillago start it
22:31.35StanzillaI'll send you a challenge once I'm done
22:31.47znfI'm watching Falling Skies and drinking wine :-|
22:31.52znfI'll probably fail it hard
22:35.20Stanzillathis is beyond insane
22:35.31Stanzillathrew my hands up in the air mid track because its just impossible
22:36.10Stanzillaznf: did you get a challenge?
22:38.13EthanCentauraiI bet Fisker could do it
22:38.16EthanCentauraihe's pro
22:38.19Stanzillano
22:40.04Stanzillaznf: ogo
22:41.14znffine
22:41.15znfI'll bite
22:42.26znfuhm
22:42.29znfmy steam library broke
22:42.32Stanzillagood job
22:43.05nevcairielthat happens sometimes, delete the index file and let it rebuild, all g ood
22:43.39znfit asks me to install the game on C:\Program Files...
22:43.44znfor create a new library on T:
22:43.53znfbut I already have one!
22:44.50znfhttp://i.imgur.com/sl74Quo.png
22:44.51znf...
22:49.05znfbad track is bad
22:49.09znfnoooooo
22:49.15znfI clicked restart instead of resume
22:49.27Stanzillaare you playing it on mono turbo?
22:49.49StanzillaI almost had a seizure
22:51.46*** join/#wowace MysticalOS (~Myst@h21.76.29.71.dynamic.ip.windstream.net)
22:56.27Stanzilladat nevcairiel
22:56.41Stanzillaare you up to the challenge?
22:57.16znf1. Why the fuck are you playing this on turbo?
22:57.27nevcairieli think i dont understand how the game works exactly
22:57.30znf2. What kind of fuckin' drugs do you think I do? I'm too poor for the good ones
22:57.39Stanzillawas in popular
22:57.39znf3. That is a fuckin' horrible song
22:57.50znf4. You got reckd'
22:58.08znfnot A fuckin' horrible song
22:58.09znfbut
22:58.10Stanzillalike I said, I almost gave up mid track and let it flow :D
22:58.20znfTHE MOST HORRIBLE song I heard in a long time
22:58.32Stanzillaeh, it's not that bad
22:58.33znfit's like some piece of shit metal (?!) but with electronic sounds
22:58.35Stanzillastandard cellweller
22:58.46*** join/#wowace webturtle0 (~webturtle@69.51.143.78)
22:59.47EthanCentaurainevcairiel: I just got "Unknown quest objective type: spell, on quest: Moonfire, objective: Reach Level 3 to learn Moonfire" as a Tauren Druid in Mulgore
22:59.53EthanCentauraiI assume that's Quester?
23:00.43Megalonmighty tuaren durid, wandering the plains of mulgore
23:00.50EthanCentauraimoo
23:00.59Megalonmoonfiring shit TO THE GROUND
23:01.15EthanCentauraimoonfires quiescens.
23:02.54MysticalOS:( http://us.battle.net/wow/en/forum/topic/14500819950?page=1#3
23:06.49nevcairielStanzilla: celldweller lost in time? i beat your score, first time i did this song :p
23:07.07nevcairielEthanCentaurai: yes it is, i should take that out some time, but now i can just add spell to the known list :D
23:07.41Stanzillayes
23:08.23GnarfozMysticalOS: look at you being all smart again
23:08.56nevcairiellook at Mac getting all owned again
23:08.56Gnarfoz(actually it's all question sentences, I should have read beforehand)
23:09.36Stanzillanevcairiel: did you do it on mono turbo? you don't show up on my list :o
23:09.39Gnarfozalso, you're badmouthing emulator scaling filters. those are pretty good! :P
23:09.48Gnarfozdo I need to buy this game or what
23:10.12Stanzillaah there now
23:10.23nevcairielStanzilla: i did
23:10.25nevcairielemulator scaling filters usually work quite d ifferently though
23:10.25nevcairielsicne they are designed for special content
23:10.25nevcairielbut they are good at their job!
23:10.42nevcairieli have a folder with fiels in them which are too long for the file system, how do i delete them?
23:10.57nevcairielhm, apparently i can just rename them parent folders to be shorter
23:10.59nevcairielstupid windows
23:11.10Gnarfozhow is that Windows' fault
23:11.21nevcairielwhy can it not just delete them
23:11.31nevcairielit managed to create t hem somehow
23:11.50Gnarfozlink trickery maybe
23:12.01Gnarfozcould have used ReFS! :D
23:12.09nevcairielno refs on os drives
23:12.45Gnarfozyou got such file names on your os drive :o
23:12.53nevcairieli dunno how it happened
23:13.00nevcairieli was doing some cleaning and then this error showed up
23:13.01Stanzillamagic
23:13.16Gnarfozblames Torhal
23:13.16nevcairielalthough i dont know why i am cleaning, i'll reinstall soon on a new ssd
23:13.20Gnarfozhe's a wizard after all
23:13.22nevcairielgoes do something else
23:13.36Torhalo.O
23:13.44nevcairielalso, playing audiosurf with the keyboard sucks
23:13.46Gnarfozhope you buying the one 850 pro they had on stock will make the price drop
23:13.47nevcairielwhy did i try that
23:14.01Stanzillaplay it with the mouse
23:14.08nevcairieli did
23:14.09Stanzillaand which ssd are you getting
23:14.11Gnarfozplay it with a pen
23:14.17Stanzillapen is for OSU
23:14.24GnarfozI just said which he's getting :o
23:14.40nevcairielwhats with all the anime music in the popular list
23:14.56Gnarfozthese kinds of beat matching games attract anime music for some reason
23:15.03Gnarfozprobably game type popular in Japan? no idea
23:15.19Gnarfozsame with Osu! and Frets on Fire and Stepmania
23:24.46Repofrenemy: 03Torhal 07master * 5.4.8.7-2-ge5bfee1 Frenemy.lua: [+2 commits]
23:24.47Repoe5bfee1: Actually add the ability to set a Guild Officer note.
23:24.47Repob3e69f8: Cleanups.
23:26.25Repofrenemy: 03Torhal 07master * 5.4.8.7-3-g79a26ab Frenemy.lua: [+1 commit] Assign the ambiguated name to the GuildMemberIndexByName lookup so guild actions requiring an index will actually work...
23:27.28Repofrenemy: 03Torhal 045.4.8.8 * 3073c36 /: [new tag]
23:32.39EthanCentauraiI'm off now chaps, see you all tomorrow.
23:50.07Stanzillanebula169: when did you do your first reset?
23:59.35*** join/#wowace webturtle0 (~webturtle@69.51.143.78)

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