IRC log for #wowace on 20150924

00:00.34*** join/#wowace MysticalOS (~Myst@WoWUIDev/WoWAce/DBM/MysticalOS)
00:19.07*** join/#wowace dano5 (~dano5@208.79-160-124.customer.lyse.net)
00:53.18znfhttp://i.imgur.com/0B6LS7R.png
00:53.19znfWell, crap.
00:55.38TrelaDid you update today?
00:55.53Stanzilla82 is not from today
00:56.04TrelaLike I checked.  :P
00:56.09StanzillaJust saying :p
00:56.27Stanzillaznf: btw I maintain my own cmder fork now
01:03.39znfcool?
01:03.55znfseems nvidia driver is very picky when I bruteforce a rar password with cuda
01:04.00znfI can barely typ[e
01:04.23Primersurely that's just a display refresh issue
01:04.33Primerjust fire up CUDA AWS instance :)
01:04.37Primerand farm it off
01:04.53Stanzillaznf: do you want to test it?
01:04.54Primermine some bitcoin while you're ad it
01:04.58Stanzillawhich version are you running?
01:05.12znfI've no idea
01:05.16znf150513 of conemu
01:05.28Stanzillak
01:06.45Stanzillaznf: https://github.com/Stanzilla/cmder if you want to test it
01:08.38znfwhat's in it?
01:09.10Stanzillahttps://github.com/Stanzilla/cmder/commits/development
01:09.10Stanzilla:D
01:09.37znfI don't even use the git in Cmder :D
01:09.58Stanzillayou dont have to
01:10.20znfCPU bruteforce passwords - 200p/s
01:10.24znfGPU 10087 p/s
01:10.45Megalonhttp://bliker.github.io/cmder/ 404 :P
01:10.53Megalonlovely indeed
01:11.20znfit's http://cmder.net/ now
01:17.35PrimerI'm curious about the performance implications of table lookups in lua in wow
01:18.06znfWhere the hell are the prices for g2.large? >_<
01:18.35PrimerI've often read that doing things like self.var vs. local var (the former in a method scope, obviously, the latter in the addon file scope) has such implications
01:19.05PrimerThing is, I like keeping things organized, hence I prefer self.var
01:19.17PrimerIs there really an appreciable difference?
01:19.30PrimerEven if my OnUpdate runs on every frame?
01:22.29Repolibdurability: 03nebula169 * r5 LibDurability/LibDurability.lua: Expose GetDurability on the library object
01:24.46nebulaPrimer: it doesn't really matter that much, i like to local multiple table looks if i use it alot just because it's faster to type/change later
01:25.12Primercool
01:26.14Semlarrelatively speaking, it's a lot slower to do a table lookup than look up a local variable, but it's still a tiny amount of cpu
01:26.30PrimerBut shouldn't that depend on the size of the table?
01:26.35Semlarno
01:26.48PrimerI just don't understand how it's different
01:26.55Semlarthe table length shouldn't make any difference
01:27.05PrimerI mean, aren't local variables some sort of table as well?
01:27.16Primereffectively
01:27.46Primeror do scripting languages somehow replace local variables for memory addresses during execution?
01:28.31Semlaryou can run a benchmark pretty easily in-game to see the difference
01:29.51nebulayou use a var lua first checks if it's available in scope, then checks the global table, it's all a big stack, but upvaluing vars saves you from doing a global lookup
01:29.52Semlari'm pretty sure it's orders of magnitude slower to look a value up in a table than reference a local variable, but either way it makes almost no difference in the total runtime
01:30.18nebulajust like localing vars saves the stack ref, so you don't need to go through  however many table look ups to get the value
01:30.38PrimerWell, I'd like to think that if all addons were coded with this in mind, that the difference would be more than just a drop in the proverbial bucket
01:31.41PrimerBut OK, I'll use local variables from now on
01:31.57Semlari would be surprised if it made a difference of more than like 1fps if all of your addons did local lookups instead of table lookups
01:32.21Semlari could be wrong though
01:33.04Semlari still try to write efficiently, but i don't think it makes thaaaaat much of a difference
01:33.13nebulanah, sounds about right, plus blizzard default addons will probably be the most inefficient code you have running
01:34.09Primerheh
01:34.27nebulathe biggest area to be careful with is creating a lot of tables in onupdates or cleu functions, you'll end up with quite a bit of memory churn due to gc
01:34.52Semlaryes, creating a bunch of tables will have a major impact
01:35.03Semlarsame with running a lot of string manipulations
01:35.11Megaloncreates a buch of Torhals
01:35.12PrimerI'm really referring to object properties
01:35.15Primeri.e. self.var
01:35.28nebulai know, just expanded to performance issues in general
01:35.31Primerwhich I init in OnInitialize(), perhaps set in OnUpdate
01:35.37Primermostly read though
01:35.38Semlaryou should almost never create a table in an onupdate script
01:35.54TorhalFiskers a bunch of Megalons.
01:36.31Semlardepends on what you're doing though and how lazy you are
01:36.41nebulamaking temp tables to sort or concating lots of string bits generates a lot of garbage
01:44.18Stanzillamakes a temp nebula
01:52.03Megalonlike those pillars of creation in the eagle nebula?
02:18.28znfI hate Audi so much
02:18.40Stanzillaget with the trend
02:18.40Megaloni bet it's mutual
02:18.42Stanzillait's VW hate atm
02:19.16Megalonit's the good ol' "only hate those who got caught"-train
02:19.22znfI love BMWs software
02:19.32nebulavagcom > you
02:19.37znfAudi is like, "hey, we have 0912830129831 versions of our MMI interface, good luck guessing which)
02:20.14nebulawhat are you doing now, stealing car radios
02:20.50znfupdating navigation maps
02:20.55Megalonnebula: lol, it's .ro
02:21.06Megalonyou really think the cars there still have radios in them?
02:21.16Stanzillamy mom's news car has a nifty UI
02:21.19nebulanot after znf gets done with them atleast!
02:21.21Stanzillait's a bit stupid though
02:21.25znfStanzilla, what car?
02:21.26Stanzilladoesnt support audio of bluetooth
02:21.28StanzillaM1
02:21.33Stanzillas/of/over
02:21.41znfBMW M1 ?!
02:21.43Stanzillayes
02:21.47nebulaold m1
02:21.51znfWhy does your mom need a M1?
02:21.59Stanzillawhy not?
02:22.21znfAre you sure it's M?
02:22.22Stanzillait's a nice cabrio
02:22.25Stanzillayeah
02:22.29Stanzillam118 or so
02:23.33Stanzilla118d with M sport pack
02:23.47znfAh.
02:23.49znfThat's different.
02:23.51Stanzilla¯\_(ツ)_/¯
02:24.12Megalonyea it's a cabrio, it ain't got no roof
02:24.12znfWas wondering why your mother would need a 335 HP engine...
02:24.30Stanzilla;D
02:24.59Megaloni guess znf likes cabrios, no need to smash in a window
02:24.59znfThe 118d is ~140hp
02:25.03Megalonwhen you can just jump into it
02:25.05Stanzillayeag
02:25.40znfStanzilla, what year?
02:25.48Megalonit's 2015
02:25.50StanzillaI have to try if I can use usb mit my phone directly
02:25.59nebulait's probably 2007-2009
02:26.03Stanzillabecause everything sounds like shit over the headphone jack
02:26.18Stanzillayeah I think 2009
02:27.34znfIt *may* be possible to enable A2DP
02:28.07Stanzillawhat is that
02:28.19znfbluetooth audio profile
02:28.25Megaloni think i saw a video on pornhub with a2dp in the title
02:28.25znfaudio streaming, that is
02:29.03znfie: music over bluetooth
02:29.32znfStanzilla, is it the version with a hard-drive?
02:29.40Stanzillayes
02:29.53znfcool, that's what I worked on today
02:30.05znfspent like 4 hours to figure out how to connect to it via an ethernet cable
02:30.15znfit got an IP, I was able to ping it, yet my bmw tools didn't connect to it
02:31.16znfAnyway, BMW cars come with shitloads of hardware functions, a lot of them are disabled, but you can enable them via software
02:31.17Stanzillaand did you get it working?
02:32.09znfnot yet, I'm actually not sure if that specific model of the car I worked on has ENET diagnostics enabled
02:32.19znfI was even able to get to its ftp server (yes, the car has a ftp server...)
02:32.24znfI had to do a portscan to figure out.
02:32.52znfAlso, apparently you shouldn't portscan between 6000-7000, because that triggers a soft-reboot on the car's multimedia thingie
02:33.04Stanzillalol
02:33.32Stanzillahow do enable stuff? use their tools that probably are probably leaks?
02:33.36Stanzillaor reverse engineered?
02:33.40znfboth
02:33.48znfNCSExpert is a leaked tool
02:34.03znfAnd you can use it with NCSDummy which is a reversed-engineered tool
02:34.18znfit's quite cool, to be honest
02:34.49znffor example, have you noticed how US cars usually have a their blinkers dimmed when you just drive the car? and when you use the turn-signals, they flash brighter?
02:35.16Megalonwhat :o
02:35.19Stanzillanever :D
02:35.54znfThat's simply a software featured that you can enable by "coding" (coding is what people usually call enabling options in the cars software)
02:36.22znfOr, have you heard about Cornering Lights?
02:36.59znfWhen you steer left/right, the foglight (on some cars there are some dedicated bulbs) on the left/right turns on, so you can see better where you steer
02:37.38Stanzillahow do you enable that stuff, flags in settings files?
02:38.27znfpretty much; you need an INPA cable (cheap, something about $30), NCSExpert and NCSDummy
02:39.22znfyou first connect to the car with NCSExpert, and you extract a file from the specific module (in this case, a module called FRM or LKM - which is the lights module, depending on the year and model of the car, they used different modules)
02:39.34znfthen you load that file in NCSDummy
02:39.45nebulai drive an old audi rs6, doesn't even have a can bus
02:40.03znfand you just toggle some flags (nicht_aktiv to aktiv)
02:40.09znfyou save that file, you write that file back on the car, done :P
02:40.15Stanzillahaha they actually have that in german?
02:40.24nebulaeverything is in german!
02:40.34znfmost of the options are in german :P
02:40.37Stanzillaweird
02:40.41znfa big part is also translated to english
02:41.04Stanzillaman I'd love to try that actually
02:41.05znfhttps://www.youtube.com/watch?v=09ye3nwcSEM
02:41.09Stanzillakinda scared of ruining her car though :D
02:41.12znfit's really fun, I love doing it
02:41.22znfYou can't really break much, especially with the lights
02:41.36znfIf you fuck the config up, you just write a blank file to the car
02:41.43znfand the module resets itself to factory settings
02:41.54Stanzillaokay
02:42.10Stanzillai'd only do media stuff I think
02:42.11Stanzillaat first
02:42.27nebulathat's the most annoying stuff to do
02:42.31znfindeed ^
02:42.35Stanzillawhy
02:43.01znfthey're really very specific to what version of software you have
02:43.10nebulamedia stuff is very picky
02:43.17znfbut anyway, you can do lots of fun stuff
02:43.23znflike disabling the seat belt gong
02:43.44znfor turn "follow me home" system from the remote
02:43.59Stanzillathat's probably the last thing i'd do
02:44.00znfor automatically folding the mirrors of the car only when you double-tab the lock button on the remote
02:44.15Stanzillaoh that is nice
02:44.41znfWish I actually had an E88 to play with
02:44.50znfI think I saw a few in town, but they're mostly driven by women
02:45.43znfBMWs are the most fun to play with :P
02:45.47Megalonlast week i saw a tesla station thing around here
02:45.52Megalonnow i just need a tesla!
02:46.11znfheh, I was with some friends tonight
02:46.20quiescensgasp
02:46.21znfone of them is like, "if I had 200k now, I'd buy this and that and this and that"
02:46.27znfand I'm like, yeah, just give me a tesla
02:46.53Stanzillatesla software is probably pretty nice
02:47.02znfyeah, I'd love to hack that :D
02:47.47znfanyway, tonight I wanted to generate Navigation Maps update code for this specific car
02:47.58znfand to do that, I need to extract a file from the navi unit
02:48.26Stanzillawe usually get those updates for free
02:48.34znfBMW cars have multiple lines of comunication: dcan, k+can, enet, icom
02:48.59znfand because this car is of a late year (almost the last E60s made), they have older protocols, but newer hardware
02:49.08znfYou do? They charge 150€ for them here at the dealership... :-/
02:49.23Stanzillayeah, dealer is a friend
02:49.30znfWe need to buy an ICOM interface, but that's over 300€+ of hardware :-/
02:49.44znfThough it's a damn nice interface, does LAN, WLAN, USB
02:50.25Stanzillatime for sleep
02:50.27Stanzillacya laters
02:51.06znfWe also need to set up ISTA-P/D on our laptop, but we lazy, and we have no internet at the garage :(
02:56.24znf...the rar password was sarajevo12345SARAJEVO
02:56.24znf...
02:56.32znflike, I would have bruteforced that in a billion years
03:30.33*** join/#wowace Megalon (~wig0r@62-46-88-10.adsl.highway.telekom.at)
03:42.44znf-
03:42.52znf4 hours later, I'm still confused about this Audi I'm trying to update
03:51.57Megalongive up, just buy a new one
04:22.11znfOh. Finally figured it out.
04:30.46*** join/#wowace ShadniX_ (dagger@p5DDFC98C.dip0.t-ipconnect.de)
04:30.59*** join/#wowace RLD_osx_ (~RLD_osx@136.0.4.204)
04:31.30znfSo, morale of the night: When you take pics of multiple car dashboards in a short timespan, remember to check for which car it is...
04:31.55znfI seriously spent ~4 hours trying to figure out why a car from ~2010 has a software version from 2009
04:34.59*** join/#wowace chaud (chaud@71.11.51.139)
04:43.11Megalonthe retard was strong in you tonight, znf 8)
04:55.51Primernevcairiel: Why is HBD:GetWorldVector()'s first argument instanceId?
06:13.01Repobank-items: 03burstroc * r239 BankItems.lua:  (4 lines trimmed from commit message)
06:13.01RepoTicket 66: Fixed an issue with checking mail on characters missing auction house data.
06:13.01RepoUPDATED: New option to open the guild bank frame with the "/bi" command
06:39.13*** join/#wowace kurapica (~kurapica@58.247.109.249)
06:51.49Repohandynotes_treasurehunter: 03Kemayo 07master * v8-10-g7d74414 Treasure.lua: [+1 commit] Start on Tanaan. A bit late.
07:03.36MysticalOSKemayo, if you are bored enough. Someone would probably make a killing off making a handynotes that has all the elite battle pet locations. I could not find any that exist at all. Which has kept me from wanting to do it since I don't want to keep tabbing out to find them.
07:04.02MysticalOSall the ones in tenaan
07:22.25PrimerFrom what I'm able to gather, in HereBeDragons, there's no way to get a vector and distance to an icon that's NOT in the same zone as the player
07:22.56Semlarridiculous
07:23.55nevcairielPrimer: then you are doing it wrong
07:24.06nevcairielHBD-Pins:GetVectorToIcon works over zone boundaries
07:24.21nevcairielassuming the same continent o f course
07:24.41Primer<PROTECTED>
07:24.41Primer<PROTECTED>
07:24.45nevcairiel(and of course you need to specify a continent when creating the icon)
07:24.52Primerso instance is continent?
07:25.17nevcairielin practice, instance changes when you get a loading screen
07:25.19nevcairielso, yes
07:25.39PrimerRight now I'm just trying to get distance and vector between me and a zone x/y
07:26.01PrimerSince that's what QuestPOIGetIconInfo() returns
07:26.22nevcairielGetZoneDistance takes two pairs of zone/level/x/y
07:26.40nevcairielor convert zone coords to world coords, and use GetWorldVector
07:28.27Fiskerhey nevcairiel
07:30.10nevcairiel(the second is probably the better choice, as that avoids needless conversions back and forth)
07:30.47Primerok
07:33.40PrimerI started a new addon today
07:33.51Primerbut it's really just a subset of features of my other addon
07:34.40PrimerBut in the parent addon I'm using HBDP:GetVectorToIcon
07:35.04PrimerBut I'm not using minimap or worldmap icons in this one
07:36.25PrimerI guess you convert x/y to world internally in HBDP?
07:37.12nevcairielall icons are saved with world coordinates, when you create them using x/y then its converted right upon creation
07:37.22Primerexcellent
08:17.34MysticalOSthere are some things to watch for. garrison maps return a different instance Id bur are still draenor. tenaan returns it's own instance ID. does HBD already combine all those into draenor world coords?
08:17.49nevcairielgarrisons dont do that
08:18.30nevcairieloh wait they actually do, i forgot about adding them to the list
08:18.42nebulawas gonna say >.>
08:19.16nevcairielgarrisons are all sorts of annoying
08:19.25MysticalOStell me about it
08:19.35MysticalOS1116, 1159, 1331, 1158, 1153, 1152, 1330, 1160, 1154, 1464
08:19.38MysticalOSgo go draenor mapid list!
08:19.47nebulai'm sure the internal code that runs them is delightful
08:19.49MysticalOSwell instance ID
08:20.18nevcairieli dont think 1330/1 are actually used, at least none of my tests showed them
08:20.27MysticalOS8 for garrisons, well that's if you include the non active level 4 garrison maps
08:20.38MysticalOSthey aren't
08:21.19MysticalOSlevel 4 garrisons could be hacked and enabled in 6.2 PTR but they were never really finished. blizz seemed to have scrapped it half way
08:23.02Repoora3: 03nebula169 * r975 modules/Latency.lua: Latency: Still use "QueryLag" syncs
08:25.56nevcairieli have a small debug addon now that alerts me when my actual instance doesnt match my expected instance, so i can easily fix them, just in case they do this stuff in legion as well, i can just run around the beta =p
08:26.22MysticalOSI pretty much do that too. i also watch for fuckups where type or index return wrong
08:26.29MysticalOSpretty much all of draenor returns instance type 1 instead of 0
08:36.40Phixionhttps://www.mdsec.co.uk/2015/09/an-introduction-to-hardware-hacking-the-ripe-atlas-probe/
08:37.51Gnarfoznevcairiel: now we just need that beta ;p
08:40.26Semlaryou should almost certainly not need to hard code any of those instance IDs
08:40.57nevcairielwe've been over this, there is no way around that if you want to be able to check you are in fact on the same continent
08:40.59GnarfozMysticalOS: were they any more finished than they were on beta?
08:43.35nevcairielif blizzard would've been nice, they would've added transformations for these instances, even with zero offsets, but alas, they didnt
08:43.56Semlarthe map always knows what continent you're on unless you're in the void or something
08:44.37nevcairielstuff that ends with "unless" is not reliable enough =p
08:44.59Semlarthere is no map to put you on at that point
08:45.13Semlaralthough the instance coordinates would still work
08:47.14GnarfozPhixion: that does read as "pretty well secured" to me, compared to some of the other stuff we get to read daily
08:47.25*** join/#wowace hizuro (~hizuro@WoWUIDev/hizuro)
08:48.14Semlaryou know what continent you're on and you have an api to tell you what instance ID that continent is if that's what you want to go with
08:49.35Semlarplus it looks like you conceded to unregistering WORLD_MAP_UPDATE so you can call whatever map functions you want
08:52.09PrimerSemlar: I got that addon working
08:52.15Primerthe one I was talking about earlier today
08:52.28Semlargood
08:52.50PrimerI think there's still some cruft from the old addon that needs to be stripped
08:52.55Primerplus some config crap to be added
08:55.03Semlarnevcairiel: it doesn't look like you're even using the display map id from GetAreaMapInfo
08:55.26nevcairielwhy would i, its not used for anything
08:55.42Semlarum it's used to tell you what continent to display your map on if it's not from that instance
08:55.56Semlarwhich is exactly the problem you appear to be hard coding
08:56.35nevcairielGetAreaMapInfo returns the same instance id for all the zones in question as well, so thats all a red herring
08:56.42nevcairielUnitPosition then goes and returns something else entirely
09:00.08Semlaryes, but your goal is to treat their position as if they were standing on the map, which is why you're overriding these instance IDs
09:00.22Semlarso you should be pulling that information from the map
09:01.56Semlarsince you can unregister the WORLD_MAP_UPDATE event and not interfere with the other addons, you can call SetMapToCurrentZone every time you zone so you can record that information
09:03.29nevcairielthe whole thing is a sanity check of the returns of UnitPosition to verify the player didnt move or zone without me noticing for some reason, and  at that point, all I have is UnitPosition and what it returns - and thats a instance id
09:03.38nevcairielif that changes on the same continent, then i need to compensate for that change
09:06.17nevcairielit has nothing to do with the map at this point
09:08.38Semlaryou also require an instance id in a couple functions that never use it
09:10.26SemlarGetWorldDistance, GetZoneDistance and GetWorldVector
09:11.09Semlarsorry, not that middle one
09:11.34quiescensnerf semlar
09:11.55Semlarit's late quiescens
09:12.11Semlarya'll got any of them.. "cookies"?
09:18.01Megalonlate hwat
09:18.18Semlarwell i guess it could be early
09:31.26Repobartender4: 03Nevcairiel 044.6.11 * d3f467b /: [new tag] Tag as 4.6.11
09:52.16Repomapster: 03Nevcairiel 041.6.4 * 8c21946 /: [new tag] Tag as 1.6.4
09:53.49Repoinventorian: 03Nevcairiel 07master * 6.2.2.0 Inventorian.toc: [+1 commit] Update TOC
09:53.49Repoinventorian: 03Nevcairiel 046.2.2.0 * 2cd3dd8 /: [new tag] Tag as 6.2.2.0
11:23.04GnarfozPhixion: GMail notifications weren't properly set up after I reset my phone, so missed this: "Massdrop is shipping you a package!" :D
11:23.24GnarfozKC60 inc
11:44.43Megalonhooray
11:45.04Megalonis KC60 some kind of meth?
12:03.56Phixionyay Gnarfoz
12:04.06Phixionmy MD is shipping forever
12:04.08Phixion:<
12:04.15Phixionwas keycaps
12:22.24Fiskerhey Torhal
12:22.27FiskerWhy won't my thing work?
12:22.46Torhalhey Fisker
12:22.48TorhalStanzilla broke it.
12:22.55Megalonrude
12:23.03TorhalVery.
12:23.23MegalonStanzilla always breaking the penis of random people
12:23.28FiskerNo he did not Torhal
12:23.30Megalonthat's not a nice thing to do
12:23.41TorhalThen it was Semlar, Fisker.
12:26.39Fiskernope
12:27.15TorhalThen it has to be you, Fisker.
12:27.24TorhalYou either broke it or you don't understand it.
12:27.33FiskerYou're rude
12:27.35TorhalPerhaps you broke it because you don't understand it.
12:27.42Torhal:O
12:27.44FiskerNope
12:28.00TorhalR U D E B O Y S
12:28.19Fiskery
12:38.50GnarfozTorhal: I think whatever Fisker has might have spread to you
12:39.38TorhalGnarfoz: Nah. I was trying to make him see reality, figured I'd give that a shot.
12:40.11*** join/#wowace harl (harl@unaffiliated/harl)
12:43.03Phixionhey Torhal
12:43.28harlhey End
12:48.05Fiskerhey Torhal
13:17.58*** join/#wowace Ressy (~Ressy@WoWUIDev/WoWAce/ARL/Ressy)
13:27.35znfnice, Stanzilla.
14:14.23Stanzillahi
14:19.25Torhalhey Phixion
14:19.27TorhalEvil?
14:19.29Torhalhey Fisker
14:19.30TorhalMean?
14:24.15*** join/#wowace Parnic (user@distribution.xbins.org)
14:24.44FiskerHey Ressy
14:24.50FiskerHey Parnic
14:24.53FiskerHey Stanzilla
14:24.57FiskerEven hey znf
14:25.08StanzillaFisker
14:25.23znfWat
14:25.26Fisker*nods disapprovingly at Torhal*
14:26.46Phixion*nods disapprovingly at Torhal*
14:27.07FiskerHey Phixion
14:27.27Phixionlowercasehey Fisker
14:27.55Fiskerok 😞
14:28.51Torhallowercases Phixion.
14:29.18phixion:(
14:48.46*** join/#wowace RLD_osx (~RLD_osx@24-182-109-27.dhcp.ftwo.tx.charter.com)
14:55.56Ressyhi Fisker
14:56.56FiskerHi
14:57.01Fisker:)
14:57.08FiskerDon't tell Torhal I didn't hey him
15:01.39TorhalNobody gives a shit about Torhal, Fisker.
15:01.58FiskerWow
15:02.01FiskerThat's rude
15:02.03Torhal:/
15:14.54FiskerI'm sorry Torhal some people are jerks
15:15.05TorhalI agree.
15:25.08FiskerI'll make sure Torhal never hurts you again
15:25.25TorhalNot sure you can do that, Fisker.
15:26.15FiskerYou don't know that
15:26.35TorhalNeither do you.
15:26.47FiskerYeah I do
15:30.28*** join/#wowace Sharparam (~Sharparam@do.sharparam.com)
15:58.09StanzillaKesava: didnt you have a ui to enter spells into for the aura module?
15:58.22Kesavayes, kuispelllistconfig
15:58.54Stanzillathx
16:11.43winklol https://www.massdrop.com/buy/sanctuary-dcs-keyset?referer=9HD45Y&mode=guest_open&utm_source=Sailthru&utm_medium=email&utm_campaign=Mech%20Keys%20A%20Product%20Announcement%202015-09-24&utm_term=Community%20-%20Mechanical%20Keyboards%20-%20MAU%20%28Active%29
16:17.06*** join/#wowace NuSuey (uid3556@gateway/web/irccloud.com/x-zocosyoehxncpfdt)
16:17.41Stanzillapoor fisker http://www.contra-magazin.com/2015/04/daenemark-sex-mit-tieren-ab-1-juli-verboten/
16:19.31FiskerThat's old Stanzilla
16:19.47Stanzillaok
16:22.09*** join/#wowace Semlar_ (~chatzilla@142-196-149-253.res.bhn.net)
16:22.34FiskerHey Stanzilla
16:25.12*** join/#wowace nebula169 (~nebula169@unaffiliated/nebula169)
16:26.53FiskerAlmost Android M time Stanzilla
16:27.42Stanzilla5 days
17:19.59*** join/#wowace harl (harl@unaffiliated/harl)
17:23.12znfStanzilla: I did it. I extracted the 1B file and generated a FSC code!
17:23.17znfYay for bmw
17:23.24Stanzillayay
17:52.56StanzillaFisker: http://mobilesyrup.com/2015/09/24/android-6-0-marshmallow-rollout-october-5/
17:53.49FiskerOld
17:54.11FiskerThat's what I meant with almost android m time
18:06.56Stanzillacan maybe stop being vage and this would not have happened :p
18:08.33FiskerI wasn't vague
18:08.42FiskerYou were slow and I moved on
18:32.46Stanzillaok
19:31.35*** join/#wowace pompy1 (~Mike@c-73-33-19-204.hsd1.nj.comcast.net)
19:48.11*** join/#wowace harl (harl@unaffiliated/harl)
21:08.42*** join/#wowace harl (harl@unaffiliated/harl)
21:10.44Gnarfozmhhh
21:11.20Gnarfozcan I make the bonus bounty thing move some other way than completing the current one?
21:11.29Gnarfozcreating new games has only moved it once out of 10 games so far
21:12.09nevcairielThe initial bounty is the same for the hour
21:12.21nevcairielSwitches every hour
21:12.48Gnarfozahh. derp.
21:13.15nevcairielWould be nice if it was random
21:13.17GnarfozI can stop wasting time trying to move it, then. :P
21:13.26nevcairielOften miss like one particular mat
21:13.35Gnarfozexactly my current situation
21:36.18*** join/#wowace harl (harl@unaffiliated/harl)
21:43.39*** join/#wowace Megalon (~wig0r@193-83-190-39.adsl.highway.telekom.at)
21:52.01KemayoMysticalOS: The tiny terrors, you mean?
21:52.12*** join/#wowace harl (harl@unaffiliated/harl)
21:53.50Kemayo(Or so wowhead seems to be calling them.)
22:00.47*** join/#wowace Jitta (~Jitta@ip5b41b6c7.dynamic.kabel-deutschland.de)
22:01.25*** join/#wowace harl (harl@unaffiliated/harl)
22:04.31*** join/#wowace harl (harl@unaffiliated/harl)
22:05.31StanzillaTorhal: does archy have a concept of "this guy is doing archaeology active atm"-mode and could do things accordingly?
22:08.13*** join/#wowace Megalon (~wig0r@194-166-206-2.adsl.highway.telekom.at)
22:08.50TorhalStanzilla: What do you mean?
22:08.54TorhalThat's kinda foggy.
22:09.33Stanzillayeah I noticed
22:09.55Stanzillasomething like "this guy did 434 casts of survey in the last 5minutes, he's probably really farming that stuff now"
22:10.08Stanzillaand then you could hide/show UI parts based on this state
22:10.37Stanzillalike for example hide any other tracking options on the minimap so the archeology stuff is more visible
22:10.46Stanzillaand restore them when you stop farming
22:12.14TorhalThat seems rather complicated for dubious benefit. I could probably have it hide stuff while you're at an active digsite, but which things? The options are already rather immense.
22:12.28TorhalIf I don't add options, SOMEONE gets pissed.
22:12.45TorhalThere are people who want the default UI's progress bar even though Archy's UI has 3/6 and such.
22:13.10TorhalI never added an option; just figured "It's in Archy's UI." but people are insisting on getting an option for it because they want the default.
22:14.24TorhalAnyway - AFK for food and watching a show.
22:15.44KemayoMysticalOS: Tada. http://www.wowace.com/addons/handynotes_elitebattlepets/
22:16.21StanzillaTorhal: ye well probably :E
22:16.30StanzillaTorhal: onlky thought about tracking stuff for now
22:21.57Stanzillanebula169: http://www.heroesnexus.com/news/1493-introducing-the-medic-lt-morales-ptr-starts-later
22:23.53znfHonestly, screw Audi.
22:24.44*** join/#wowace Megalon (~wig0r@194-96-74-85.adsl.highway.telekom.at)
22:29.03MysticalOSyay
22:29.16MysticalOS<3
22:30.00znfGood Guy Stardock
22:30.09znfallows you infinitelly activate Start10 trial
22:31.31*** join/#wowace starfox (~wig0r@194-96-74-85.adsl.highway.telekom.at)
22:36.19nevcairieli ran out of start8 activations, which p issed me off
22:37.09nevcairielbut i dont use their shit anymore
22:38.48Stanzillado you actually think it's shit or did you just say shit instead of stuff? :p
22:42.34RepoNew addon: HandyNotes_EliteBattlePets - http://www.wowace.com/addons/handynotes_elitebattlepets/
22:45.36znflol @ gif quality https://goo.gl/photos/qqAXWafBU2djeTFa6
22:45.59znfStanzilla, see those amber lights? that's something you can enable via coding :)
22:46.36Stanzillanice
22:46.46Megalonwhere do you steal that car
22:46.53znfMegalon, germany
22:47.04MegalonI see you are afraid of someone re-stealing it
22:47.08Megalonbecause you are sleeping next to it
22:47.28znfthat's just our summer chair :P
22:48.27znfI'm not sure why YouTube is being stupid https://goo.gl/photos/C6DHCsjEtNQ5DwDaA
22:48.29znf:-/
22:48.47Megalonnice vertical video
22:49.14znfit's not vertical :-/
22:49.31znfwait, shit, it is vertical
22:49.37znfI got screwed by the orientation sensor
22:50.34znfStanzilla, you must know this.
22:50.39znfI'm having a weird issue with Photos
22:50.48znfOn the "Today" view it sometimes shows photos from last year or so
22:51.02Stanzillanah havent spent much time in there
22:51.09znfright now it shows me some pics I took on July 21st
22:51.11znfBut only on Android
22:51.16znfit's fine on the web
22:51.34*** join/#wowace harl (harl@unaffiliated/harl)
22:53.29*** join/#wowace Elmoe (~Elmoe@c-67-185-160-99.hsd1.wa.comcast.net)
22:54.52znfStanzilla, oh, btw, Recently is awesome.
22:55.11Stanzillaye
22:55.24Megalonwhat it do
22:55.39znfhttps://play.google.com/store/apps/details?id=eu.chainfire.recently
22:55.49*** join/#wowace harl (harl@unaffiliated/harl)
22:56.05Megalonoh
22:57.59*** join/#wowace Elmoe (~Elmoe@c-67-185-160-99.hsd1.wa.comcast.net)
23:34.21*** join/#wowace harl (harl@unaffiliated/harl)
23:53.27*** join/#wowace harl (harl@unaffiliated/harl)
23:58.56*** join/#wowace sylvanaar (sid18093@pdpc/supporter/active/sylvanaar)

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