positive-participant
positive-participant
Untitled
14 posts
Don't wanna be here? Send us removal request.
positive-participant · 9 months ago
Text
Tumblr media
0 notes
positive-participant · 9 months ago
Text
https://ashley-735.ftgae.xyz/v/UjpSky8
133 notes · View notes
positive-participant · 9 months ago
Text
Tumblr media
Hellooo, how are you?
How are you?
1 note · View note
positive-participant · 10 months ago
Text
Tumblr media
The fucking link to the Wikipedia for "cylinder". Brutal.
65K notes · View notes
positive-participant · 10 months ago
Photo
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
The Dead Boy Detectives are here to solve the mortal realm’s most mystifying paranormal cases.
Based on the beloved comic series from Neil Gaiman, Dead Boy Detectives is now Playing on Netflix.
1K notes · View notes
positive-participant · 10 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media
south park doodling
2K notes · View notes
positive-participant · 10 months ago
Text
Tumblr media
How are you?
Hellooo, how are you?
0 notes
positive-participant · 10 months ago
Text
Tumblr media
Heeeeeey, good to see you
Hi
1 note · View note
positive-participant · 10 months ago
Text
Tumblr media
4 notes · View notes
positive-participant · 10 months ago
Text
Tumblr media
So nice to meet you
4 notes · View notes
positive-participant · 10 months ago
Text
Tumblr media
Helloooooo
Whassup?
2 notes · View notes
positive-participant · 10 months ago
Text
Tumblr media
So nice to meet you
4 notes · View notes
positive-participant · 10 months ago
Text
Tumblr media
So nice to meet you
4 notes · View notes
positive-participant · 10 months ago
Text
StreamBuilder: our open-source framework for powering your dashboard.
Today, we’re abnormally jazzed to announce that we’re open-sourcing the custom framework we built to power your dashboard on Tumblr. We call it StreamBuilder, and we’ve been using it for many years.
First things first. What is open-sourcing? Open sourcing is a decentralized software development model that encourages open collaboration. In more accessible language, it is any program whose source code is made available for use or modification as users or other developers see fit.
What, then, is StreamBuilder? Well, every time you hit your Following feed, or For You, or search results, a blog’s posts, a list of tagged posts, or even check out blog recommendations, you’re using this framework under the hood. If you want to dive into the code, check it out here on GitHub!
StreamBuilder has a lot going on. The primary architecture centers around “streams” of content: whether posts from a blog, a list of blogs you’re following, posts using a specific tag, or posts relating to a search. These are separate kinds of streams, which can be mixed together, filtered based on certain criteria, ranked for relevancy or engagement likelihood, and more.
On your Tumblr dashboard today you can see how there are posts from blogs you follow, mixed with posts from tags you follow, mixed with blog recommendations. Each of those is a separate stream, with its own logic, but sharing this same framework. We inject those recommendations at certain intervals, filter posts based on who you’re blocking, and rank the posts for relevancy if you have “Best stuff first” enabled. Those are all examples of the functionality StreamBuilder affords for us.
So, what’s included in the box?
The full framework library of code that we use today, on Tumblr, to power almost every feed of content you see on the platform.
A YAML syntax for composing streams of content, and how to filter, inject, and rank them.
Abstractions for programmatically composing, filtering, ranking, injecting, and debugging streams.
Abstractions for composing streams together—such as with carousels, for streams-within-streams.
An abstraction for cursor-based pagination for complex stream templates.
Unit tests covering the public interface for the library and most of the underlying code.
What’s still to come
Documentation. We have a lot to migrate from our own internal tools and put in here!
More example stream templates and example implementations of different common streams.
If you have questions, please check out the code and file an issue there.
5K notes · View notes