Feeding Frenzy Gem

  

Feeding Frenzy base Duration is (4–5.9) seconds Minions from Supported Skills are Aggressive. This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Active Skill Gem you wish to augment. Right click to remove from a socket. From the looks of it, Feeding Frenzy is going to add a.massive. amount of speed to the minions, and Raging Spirits are already pretty zippy as a baseline. At the very least, it should be able to replace Minion Speed very safely. Or we could stack Minion Speed on it just for memes.

For the Impatient

I am very excited to announce the official release of the open source Ruby library called Simple Feed, released as a ruby gem.

Feeding Frenzy Support Now gives minions from supported skills 25% chance to grant Feeding Frenzy to you on hit at gem level 1, up to 44% at gem level 20 (previously 25% at all gem levels). No longer causes minions from supported skills to deal more damage while you have Feeding Frenzy.

I am the primary developer on this project, and my name is Konstantin Gredeskoul — which you probably already knew. This library would not have been possible without the generosity and sponsorship of Simbi.com.

Simple Feed is running live in production, and is powering three separate social feeds on Simbi: the global feed, followers feed, and 'own' feed — events related the feed owner's actions:

The software is distributed under the MIT License and is available today. It's written in ruby and does not depend on Ruby on Rails. Therefore it can power applications running on Rack, Sinatra and using alternative web frameworks. Having said that, at Simbi we are using it with Rails, and I may release a small Rails adapter for SimpleFeed in the future.

The short-list of its features is:

Jan 04, 2020  Feeding Frenzy base Duration is (4-5.9) seconds Minions from Supported Skills are Aggressive This is a Support Gem. It does not grant a bonus. Feeding Frenzy Support The Feeding Frenzy support gem makes supported minions aggressive, increasing the range that they'll seek out enemies. It also gives hits from the minions a chance to give you the Feeding Frenzy buff, granting more minion damage and increased minion attack, cast and movement speed. While you have the Feeding Frenzy buff.

  • You can define any number of feeds per Ruby VM
  • SimpleFeed stores pure strings associated with a floating point number (typically – time), and so does not assume any particular format of the data
  • The data is stored in pluggable backends, with Redis and Hash providers supplied.
    • New providers can be easily built and used with the same API.
    • Using Twemproxy, the backend can be transparently sharded to support millions of users.
    • Redis provider is optimized for multi-user batch operations, such as posting an event to many users at once using Redis pipeline.
  • Rich API allowing both single-user (i.e., for reading the feed) and multi-user (i.e., for writing to feed) batch operations
  • Powerful DSL
  • Near 100% test coverage :)

For information on how to use, install and other technical details I refer you to README or the more detailed discussion below.

Feeds 101

The word 'feed' has a bit of a mythical origin, but what it describes is rather well understood at this point. A related term Data Feed is defined by the Wikipedia as a .. mechanism for users to receive updated data from data sources.

Wikipedia then goes into describing various types of feeds, such as the RSS or News Feeds, The Web feeds, and even Product Feeds — all of which I had to deal with extensively in my career.

This is why I feel that I have a particular responsibility to explain them to folks that may not fully get the concept, in a way that just makes sense. And there is no better place to start than to clarify that..

A feed is just a list. An ordered list of things, and typically — similar looking things.

— Really? — You might exclaim.

— Yup. It's a list of things, but it does have some special properties.

You see, it's meant to be consumed (or read, loaded, imported) by the computers, not humans. At least this is how the word 'feed' entered into the technical jargon in the late 90s.

If I scribble you a shopping list on a piece of paper, — that's just a shopping list.

But if I enter this list into an Excel, or into a database, then suddenly this list turns into a form that an average modern day computer can read. It can then 'do some awesome stuff' with this list. Like — in the case of a product feed — it could search for products on the Internet, and compare prices, or verify product availability, etc. In fact, I built an app that did just that.

But what's true, is that only the web geeks like myself (and, perhaps, some very progressive teenagers) are going shopping with a shopping feed. Most of us are still shopping with a simple list.

And so with the understanding that a feed is just a list of things that is intended for a computer to ingest, we can move forward, and talk about Social Feeds, which are, ironically, intended for humans.

In the world of World Wide Web, and in particular, in the world of the Social Web, when we mention the word 'feed' when we talk about a time-ordered list of events that have occurred. We might even call this an 'Activity Feed.' And it makes sense: you the see activity that matters to you and the connections you created on the social network.

Importantly, as the new activity occurs on the site, it is 'fed' to you via this feed. You could say that we are all being fed information that comes through a feed(-ing tube?[ -ED.]).

Feed This

We see Activity Feeds everywhere these days: social networks such as FaceBook, Twitter, GitHub, LinkedIn — they all have them.

It's common sense — in addition to tailoring information to your interests, modern applications show you a highly personalized view into what is happening over time (including right now), and people love it. We all love it, and I love it too.

In fact, it bothers me when I signup or register for a new application only to realize that I can't easily see what's going on: what are my friends doing, what I am doing, what else is going on?

It feels awfully quiet on a social site without an activity feed.

And the number of apps that don't offer a social activity feed is still staggeringly large.

And so why is that?

Perhaps the reason is that it's not that easy to build this feature from scratch — the activity feed is a moderately difficult software project. It's hard, because:

  • The feed collects many different types of events from many users, and often has complicated rules as to what is shown to the user, and when.
  • The feed must be updated nearly in real time, so as new events happen, they should immediately show up in user's feeds.
  • the feed must be shown to each user quickly, or people get bored and leave. How many times have you quit an app that was stuck 'spinning its wheels'?

The last two requirements — being near real time, and being fast to render — are in a conflict with each other. This is why it took Twitter so long to get this right at a massive scale. The renown 'Bieber' problem which occurs when Justin Bieber tweets to his tens of millions of followers, generates enormous activity on Twitter's backend.

Luckily, most social sites aren't Twitter.

Feed Simple

So why do I know so much about these feeds, you might ask?

Well, funny you should ask. You see, I built more than a few feeds for various social networks I worked for, and they are all remarkably still live and in production.

My previous employer — Wanelo.com — uses activity feeds for both the 'Magic' and 'My Feed' features. In Wanelo's case, the feeds are populated with products, and the software powering these feeds did experience the 'Bieber Problem,' except not with Justin Bieber, but with the very popular store Urban Outfitters, that amassed over 3M followers on that social network. Whenever the store would post a new product, three million users must see that product in their feeds. That's no simple feat.

The company I work for now — Simbi — is a social network for a symbiotic economy: where people can barter services with each other. The social feed was a natural fit, if not a real necessity.

Feeding frenzy catering menu To keep thing fresh we are not keeping much inventory on hand but can prepare most of our menu with a few days notice. If you see something on our menu that is of interest just give us a call.

And it was Simbi that kindly supported the development of the open source library called Simple Feed, which, belatedly, I am stoked to announce to the world. And even though it has already been mentioned on the Peter Cooper's Ruby Weekly (thanks, Peter!), I always thought that it's better to be late than never.

SimpleFeed is a pure Ruby library that uses Redis as a storage mechanism, and deals with storing pure strings in the feed, associated with the timestamp (or to be precise, with any floating point number that defaults to time).

Because SimpleFeed only stores string data type using Redis, it is left to the developer that integrates the library to decide how exactly to serialize their data in the feed.

Feeding Frenzy Catering

Feeding The Frenzy

If you are a site owner, and you've always wanted to add a social feed, or a news feed to your site today — there are several pretty good options.

A couple of them are written in Ruby. Unfortunately, many of the options are either Rails-specific, or they are rather extensive in what they offer and how much code and functionality they load into your Ruby VM when used.

That's not to say these options aren't good, and perhaps if you were to consider building one, I'd recommend that you reviewed them all.

Here are the ones I found:

Feeding Frenzy Game Play Online

  • GetStream.io is a commercial solution with clients in many languages, as well as the REST API. This option is free under 3M updates per months, and so if you are someone with a very low site traffic, this might be one of the easiest options, as it does not require any backend programming. That said, you must be comfortable relying on a 3rd party for uptime and reliability.

  • activity_feed — is an open source Ruby gem that's probably the closest one to SimpleFeed, but unfortunately it lacks some pretty basic features: for example, it assumes you want to define one and only one activity feed in your application: you configure your feed at the global level. In SimpleFeed you can configure as many specialized feeds as you like. Also, it offers some strong opinions about what is stored in the feed, i.e., the data structure of the feed item. SimpleFeed does no such thing, and stores pure strings, leaving it up to you to decide how to serialize your data.

  • public_activity — is another open source ruby gem that's quite a bit out of date.

Having discussed other options for completeness, I encourage you to give SimpleFeed a proper test-drive. Perhaps then you may find that it fills the sweet spot, by being both rich in functionality required to implement an activity feed, and yet simple enough that it takes a short time and a small effort to integrate with it.

And, of course, I will always be here to help. For any problems — please create a GitHub issue, and I will address it as soon as I can. Better yet — submit a pull request!

Happy Feeding!

— Konstantin.

References

  • 'How would you go about building an activity feed like Facebook?' by Lee Byron.
  • 'Feeding Frenzy: Selectively Materializing Users’ Event Feeds' (Yahoo! Research paper).
So I know they nerfed the the damage twice now (well they removed it), but it still says the minions should have aggressive ai.
I tried it with stone golems and zombies for now. Both previous leagues my 'feeling' was that they went bonkers, I mean batshit crazy compared to their usual selfs. Now I feel like it was heavily tuned down.
- Zombies go from: Literary stand right behind me fiddling around while monsters happily kick my teeth in. To: If the monster is within half a screen of me they will attack it, but they will not go 'Seek & Destroy' as I felt they did before.
- Stone golems: I feel no change whatsoever when I link the gem. Their AI already attack mobs in half a screen range without the gem, when I link the gem, nothing happens.
Last bumped on Mar 19, 2020, 11:49:32 PM
Posted by
kartacs
on Mar 17, 2020, 6:04:29 PM
i think too
Delirium Master Craft Service in Delirium My IGN TreeOfDead
https://www.pathofexile.com/forum/view-thread/2037371 Vouch
Delirium Masters 8 level Crafting All Service all crafts mods
Best Delirium SC Master Craft Service Delirium SC in DSC!
Master Crafting Service in Delirium DSC PM: TreeOfDead
Posted by
TreeOfDead
on Mar 18, 2020, 5:31:06 AM
I have noticed the Vasl Skeletons just wander over the battlefield as if they are taking a stroll in the park. Especially the Skeleton General. I hope they fix this, if it is a bug. I still use the gem with the skeletons, nut I don't know if it is worth it.
P.S. After a couple of more days of observation, the large skeleton from Vaal Summon Skeletons just wanders about doing absolutely nothing.
Last edited by xxn1927 on Mar 19, 2020, 1:37:27 PM
Posted by
xxn1927
on Mar 18, 2020, 6:06:44 AM
Most likely a bug in overall AI. I've also noticed that minions are basically dumb as fk, can't even acquire the nearest target.
In the previous patch - skeletons were naturally aggressive, running around killing stuff, now half of them doesn't do anything
Posted by
jewelsy2
on Mar 18, 2020, 8:39:46 PM
Its most likely an unintended change or bug. Zombies are acting really weird, especially when in idle mode. They teleport short distances and stuff (but not only zombies). With feeding frenzy they mostly only attack when i also attack. Right now it only seems to work correctly when used with skeletons. So yea, besides giving the buff, the gem doesnt seem to serve other purposes..
Posted by
Zeronemo
on Mar 18, 2020, 9:28:44 PM
the last feeding frenzy nerf i heard about was
'Feeding Frenzy Support
Now gives minions from supported skills 25% chance to grant Feeding Frenzy to you on hit at gem level 1, up to 44% at gem level 20 (previously 25% at all gem levels).
No longer causes minions from supported skills to deal more damage while you have Feeding Frenzy.'
doesn't mention aggressiveness
maybe post in bug report section also to make sure.
Posted by
teksuoPOE
on Mar 18, 2020, 9:48:43 PM
I have seen the weird idle behavior as well. Not sure whether it is my imagination but yes my skellies seem to be idling a lot.
Posted by
solidghost
on Mar 19, 2020, 11:18:34 AM
Ah seeing this makes me happy as I thought it's my imagination.
I too think it's an AI isuue as many of my minions are just sitting there.
Posted by
xecutable1
on Mar 19, 2020, 12:22:15 PM
Yeah.
I hope it's not intended since there's no mention about it in the patch notes.
Damage nerf was deserved but not this.
Posted by
Fapmobile
on Mar 19, 2020, 3:26:55 PM
I started a summoner to farm and quit around the 30's. Damage nerf is understandable, but you can't have an already passive build with passive zombies.
Mad me remember my Embermage pets from Torchlight fondly. They were always aggressive then you have a couple of buffs to increase their damage and ferocity. Way back then, Runic got summoner AI right.
Posted by
Powertrip
on Mar 19, 2020, 4:24:32 PM

Feeding Frenzy Gamehouse

Report Forum Post