Here's A Sneak Peek At 3 Body Problem, Coming To Netflix 2024. #GeekedWeek

here's a sneak peek at 3 Body Problem, coming to Netflix 2024. #GeekedWeek

More Posts from Mlu and Others

mlu
2 years ago

TW water temple in OOT, I guess

zelda dungeon design peaked in twilight princess

breath of the wild and tears of the kingdom have a combined total of one (1) real dungeon - the spirit temple in totk, which barely gets a passing grade. everything else is just "turn on the 4 batteries" over and over again, which is such a decline from what we used to get

sure, there were a few "turn on the 4 things" in previous games, but that would be just ONE of the AT LEAST 6-7 dungeons. we used to have such variety as

"enter this giant fish and navigate its insides"

"this is my yeti house and i'm a wife guy ohnO my wIFE is EVIL FOR A bit"

"flood and drain this cavern infinite times to access different areas, screw the ecosystem. also fight yourself"

mlu
1 year ago

Tumblr Hack Week, September 2023 Edition

Once again it was Hack Week (more than just a day!) at Tumblr! A couple of times per year we slow down our normal work and spend a week working on scratching a personal itch or features we want as user and see how far we can get with our hacks. One thing from the last Hack Day in March made it all the way to production: redesigning how direct messaging looks on Tumblr! Pretty cool!

Here are some of the projects that got made for this most recent Hack Week in September. Some of these things you may also end up seeing on the site…

Tumblr Patio

Maybe this will look familiar to you, but we love this idea of being able to organize Tumblr feeds into many “columns” side-by-side, creating a very dense but lively view of Tumblr. Lenny, Kelly, and Paul hacked this together, and we’re pretty excited to see where it’ll go. Each column can be a different feed on Tumblr, like For You, Following, your Activity, a specific blog, a search, Trending, even a Collection, so many possibilities!

Tumblr Hack Week, September 2023 Edition
Tumblr Hack Week, September 2023 Edition
Tumblr Hack Week, September 2023 Edition

Tumblr Booths

Meanwhile, a separate team of @autoplanes, Katie, @lex, Shaun, and Eve dug into the idea of selling digital and physical goods through blogs on Tumblr, leveraging our sibling platform WooCommerce! Blogs could put whatever they’d like for sale here, and have a dedicated space for it. We know there are so many amazing artists and artisans here who could use this to more easily sell their creations on Tumblr!

Tumblr Hack Week, September 2023 Edition
Tumblr Hack Week, September 2023 Edition

Avatar Frames/Hats

This one is a golden oldie, it keeps coming back hack day after hack day, and each time it gets even better. Santi and Maxime hacked together some example avatar “frames” and “hats” that folks on Tumblr could purchase for their blog. Maybe eventually people could create these and sell them or gift them to each other!

Tumblr Hack Week, September 2023 Edition

As always, stay tuned to the @changes blog to see if any of these hacks make it on Tumblr for real!

mlu
3 years ago

Introducing Tumblr Tips—supporting the creators you love, your way.

image

Ever wanted to leave a small tip on a post that made your day? Or a blog that always makes you laugh? Or celebrate one of your favorite creatives?

Well today, you’re in luck. Tumblr now has a tip jar.

This opt-in feature will allow you to gift a little something to support your favorite content creators. It’s a win-win: creatives can make a little money from their work, while supporters can tip posts they love in fun, playful ways. And it’s here after much popular demand.

So, how does it work?

It could not be simpler. Select the “Tip” tab on the post that you want to tip, then choose an amount. You can send a message with your gift, and see other users who have sent tips on the same post—unless you send a tip anonymously, like some sort of superhero. Once finished, take a moment to imagine creators basking in the warm glow of appreciation, or a tinkling sound as your gift lands in their jar.

Introducing Tumblr Tips—supporting The Creators You Love, Your Way.

Tumblr tip jar is available to all US users from today. Not in the US? No problem—it will be extended to all users soon. Tumblr will not receive any portion of these payments, though third-party payment services may charge a fee. Payment processing will go through Stripe. To find out everything you need to know about how to accept and receive tips, head over to Support, who will be happy to help.

What are you waiting for? Why not send some tipping love to your favorite blogs and creators? After all, you know what they say—get busy tippin’, or get busy tryin’.

mlu
2 years ago

oh shit are we all coming back here now? has the time finally come?

mlu
2 years ago

now why is THIS godforesaken site running so slow

mlu
3 years ago
Seiko​ Data-2000 From​ 1984

Seiko​ Data-2000 from​ 1984

mlu
2 years ago

Not to mention that by killing weak spiders you've been able to spot, you're reinforcing the spiders' gene pool, increasing the chance that one day YOU will be the one killed by a sneaky super-spider.

i just saved a spider in my room instead of killing it. my connection with nature has increased by 27%


Tags
mlu
1 year ago

RB for the largest sample size this site has ever seen

mlu
1 year ago

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.

mlu
2 years ago
mlu - That's a blog.
  • ngoumapulcherie
    ngoumapulcherie reblogged this · 9 months ago
  • ngoumapulcherie
    ngoumapulcherie liked this · 9 months ago
  • jamajia
    jamajia liked this · 10 months ago
  • dongtae10
    dongtae10 liked this · 1 year ago
  • digiwithmimi
    digiwithmimi liked this · 1 year ago
  • newmexicow
    newmexicow reblogged this · 1 year ago
  • estellijelli
    estellijelli reblogged this · 1 year ago
  • estellijelli
    estellijelli liked this · 1 year ago
  • megaslaypolis
    megaslaypolis liked this · 1 year ago
  • ryholguin
    ryholguin liked this · 1 year ago
  • theimpalatales
    theimpalatales liked this · 1 year ago
  • wachsurfer2018
    wachsurfer2018 liked this · 1 year ago
  • nox-badwolfromanova
    nox-badwolfromanova liked this · 1 year ago
  • lafolie095
    lafolie095 reblogged this · 1 year ago
  • lafolie095
    lafolie095 liked this · 1 year ago
  • lucasrn
    lucasrn liked this · 1 year ago
  • bellatrixx5
    bellatrixx5 liked this · 1 year ago
  • theycallme-mellowyellow
    theycallme-mellowyellow reblogged this · 1 year ago
  • lot-e
    lot-e liked this · 1 year ago
  • 1solone
    1solone liked this · 1 year ago
  • rorjr
    rorjr liked this · 1 year ago
  • nobuckystahp
    nobuckystahp liked this · 1 year ago
  • dinosaurcrossing
    dinosaurcrossing liked this · 1 year ago
  • mel-loly
    mel-loly liked this · 1 year ago
  • tinytinyturtles
    tinytinyturtles liked this · 1 year ago
  • cowboy-in-a-suit
    cowboy-in-a-suit liked this · 1 year ago
  • loyle-trash
    loyle-trash liked this · 1 year ago
  • mlu
    mlu reblogged this · 1 year ago
  • mlu
    mlu liked this · 1 year ago
  • annaclarissav
    annaclarissav liked this · 1 year ago
  • new-theme-build
    new-theme-build reblogged this · 1 year ago
  • qpfantastic
    qpfantastic liked this · 1 year ago
  • sadkurd
    sadkurd liked this · 1 year ago
  • bluetonehunter
    bluetonehunter liked this · 1 year ago
  • abitchcandream
    abitchcandream liked this · 1 year ago
  • aya23kz
    aya23kz liked this · 1 year ago
  • regenag
    regenag liked this · 1 year ago
  • ionbook
    ionbook liked this · 1 year ago
  • lockvogel
    lockvogel liked this · 1 year ago
  • outsideincoronavirus
    outsideincoronavirus liked this · 1 year ago
  • hjtheroofer
    hjtheroofer liked this · 1 year ago
mlu - That's a blog.
mlu
That's a blog.

Human | Earth | Tumblr Staff | ~ 30 Earth-Sol revolutions | My nucleobases are A/T/C/G

240 posts

Explore Tumblr Blog
Search Through Tumblr Tags