Limi's Sphere of Influence

dabbling, frivolling, idling, loafing, loitering, playing and procrastinating

Archive for January, 2009

In patch 3.0.8 Steady Shot was nurfed by 10% damage, so I have re-written my mashable macro a little to weave in Arcane Shot to increase it’s damage.

#showtooltip Auto Shot
/cast Kill Shot
/castsequence reset=shift/target Hunter’s Mark, null
/castsequence reset=target/3/alt Arcane Shot, Serpent Sting, Steady Shot, Steady Shot, Arcane Shot, Steady Shot, Steady Shot, Steady Shot

Basically the same as the first version I made, which you can find here along with the explanation on what everything does.

Right, as we all know back in the days of old Napster ruled supreme. There was no contest about that and everyone I knew who was on-line was using it, however it obviously was highly illegal. Since then many companies have tried to ressurect Napster in many different forms from Kazaa to LimeWire. However they all still fall in the pitfall of being illegal. So what would happen if a legal alternative occured? Well, it’s no longer what would happen, as its now happening with Spotify.

So how does Spotify work?

Well, it’s simply a Windows/Mac on-demand streaming audio. There’s no waiting, and it’s so quick there’s no buffering either. You can scan through the tracks at will without having to wait for it to catch up with your track.

How do they make money?

Every 10 odd tracks you play you have to listen to an advert thats about 20seconds long. It then goes back to playing what it told you too.  If you don’t want to ever listen to the adverts you can get a subscription, one is just for a day, the other for a month and during that time you won’t hear any adverts at all. If you stick to free, it’s a bit like listening to a real radio station, just they always play good tracks ;)

How good is it?

Well ive only been using it for about an hour, but from initial impressions, it looks and feels great. All the artists I searched for were available for play, along with massive back catalogues for all artists. You have the ability to queue up music to play, and you can also create playlists.

One thing that pleasantly surprized me about it was the fact it has last.fm scrobbling built in, just simply put in your username and password and off it goes…

Listening now using Spotify

You also have the option to listen to generic radio stations of which you can tell it what you like. So for example you can tell it you want to listen to music from the 90’s pop, or 80’s disco and pop.

How do I get it?

Ah the most important one of all. Currently Spotify is in an invite only stage, however it seems that if you visit this cunning link, you can by-pass all that! However no guarentees on this working for too long!

https://www.spotify.com/en/get-started/

- Ninja Edit -

Just found a rather useful Greasemonkey script that adds little notes next to artist names and track names on last.fm, and when you click them it will search in Spotify for playable tracks. More information over here.

WARNING – THIS MACRO HAS BEEN UPGRADED, THE NEW VERSION CAN BE FOUND HERE

After a very long stretch of not playing around with macro’s in WoW, I decided to see just how far the legal macro system could be pushed. After various browsing, testing and changing I’ve come up with a key mash macro…

#showtooltip Auto Shot
/cast Kill Shot
/castsequence reset=shift/target Hunter’s Mark, null
/castsequence reset=target/3/alt Serpent Sting, Steady Shot, Steady Shot, Steady Shot, Steady Shot, Steady Shot, Steady Shot, Steady Shot

Now what does it actually do?

Start auto-shooting, then if it can, cast Kill Shot, otherwise (if shift is pressed or target has changed) cast Hunter’s Mark, after that cast Serpent Sting, followed by 7 Steady Shots (will reset if target changes, alt is pressed, or if macro is’nt used for 3 seconds). It has not been designed to cope with the Glyph of Serpent Sting, but if you do have that glyph changing this macro is as easy as adding 2 or 3 more Steady Shots.

This is designed to keep Serpent Sting on your target at all times, so that the bonus 10% damage from Glyph of Steady Shot will be applied on all your Steady Shots. It’s debatable if kill shot should be after hunters mark, but I decided to put it at the start so that if you can kill shot you do it as soon as possible, rather than waiting for Hunters Mark + 1.5seconds GCD. It should also be noted that if hunters mark fades, it will not automatically re-cast it, you’ll need to hold shift to get it to re-cast.

Enjoy

WARNING – THIS MACRO HAS BEEN UPGRADED, THE NEW VERSION CAN BE FOUND HERE

An odd titled name for something that I had to remember how to do today. If you need to sort something by the number of its has_many object, eg…

Album has_many photos, listing albums with the most photos first
Forum has_many posts, listing forums with the most posts first
Group has_many users, listing groups with the most users first

…and you want to show these parents ordered by the number of children objects they have you need to do this…

a = Album.find(:all).sort { |x,y| x.photos.size <=> y.photos.size }

Obviously you can use named_scopes and conditions to restrict it down if you don’t want all of a certain object, either child or parent.

Hopefully this helps someone out.

  • 1 Comment
  • Filed under: Programming, Rails, Ruby
  • Links


    Sponsored Links


    Archives


    Last Played Music


    Warning: gzinflate() [function.gzinflate]: data error in D:\sites\b\blogs.gerbilsofwar.com\htdocs\limi\wp-includes\http.php on line 1787

    Meta