Most active commenters

    ←back to thread

    1293 points rmason | 14 comments | | HN request time: 0.796s | source | bottom
    Show context
    peteretep ◴[] No.19325816[source]
    By far the biggest factor that had me stopping checking Facebook, and indeed LinkedIn, is number of utterly fictitious notifications they generate. There was a time a few years back when that red dot made me drop everything to check FB, but these days it’ll be some completely bullshit message they’ve made a notification out of. Feels like they got greedy for my attention and killed the golden goose there. I check it about once a day now, and in the browser not the app. If the notifications were still meaningful I’d probably still have the app and all the metadata that sent them.
    replies(31): >>19325841 #>>19325847 #>>19325871 #>>19325928 #>>19325958 #>>19326311 #>>19326386 #>>19326460 #>>19326491 #>>19326605 #>>19326750 #>>19326766 #>>19326773 #>>19326805 #>>19326833 #>>19327096 #>>19327133 #>>19327250 #>>19327442 #>>19327480 #>>19328595 #>>19328839 #>>19329039 #>>19329215 #>>19330091 #>>19330285 #>>19331090 #>>19332010 #>>19332471 #>>19336770 #>>19337703 #
    1. Matheus28 ◴[] No.19325847[source]
    It really feels like some companies like Facebook are flying blind by using A/B testing everywhere and ignoring the long term effects of the changes they do.
    replies(4): >>19326158 #>>19326210 #>>19326938 #>>19326940 #
    2. edejong ◴[] No.19326158[source]
    Exactly this. Death by a thousand paper cuts, is another.
    3. Kiro ◴[] No.19326210[source]
    Or Hacker News is wrong.
    replies(1): >>19326898 #
    4. TomAnthony ◴[] No.19326898[source]
    You are maybe being downvoted as you stated it so bluntly, but I'm not sure your point is without merit.

    The HN audience do not necessarily represent the mean/mode user, and Facebook are in a numbers game really.

    I agree with most of the sentiment above - I wish I could filter posts that are just attachments, 3rd party junk, and tune the algorithm to show me posts from a core set of friends, but I also recognise I don't use FB like a most people, I imagine.

    5. arethuza ◴[] No.19326938[source]
    Isn't A/B testing pretty much going to behave like a steepest ascent hill climbing? At each micro decision point you take what looks like the 'best' option but that means you can get stuck in local maxima?
    replies(4): >>19327143 #>>19327933 #>>19327978 #>>19332210 #
    6. darkpuma ◴[] No.19326940[source]
    I wonder if they even do their A/B testing right. In my experience (none at facebook) accidental p-hacking is rampant in the tech industry, with trials being cut short or prolonged by the tester who's staring at a graph of the results in real time.
    replies(1): >>19327231 #
    7. qubex ◴[] No.19327143[source]
    Correct.
    8. michaelt ◴[] No.19327231[source]
    If you have a change that improves your metric initially but damages it in the longer term, and your A/B test only detects the short initial effect, you can execute your A/B test perfectly and still get the wrong result.
    replies(1): >>19328155 #
    9. Yhippa ◴[] No.19327933[source]
    This is interesting but I don't think I fully understand. Do you mind dumbing it down for me?
    replies(2): >>19328003 #>>19331260 #
    10. jmilloy ◴[] No.19327978[source]
    I think the bigger problem is that A/B only measures certain things and following it blindly can have you descending in important ways that are hard to measure.
    11. girmad ◴[] No.19328003{3}[source]
    Global vs local maximum. https://en.wikipedia.org/wiki/Maxima_and_minima

    Related: what's the best for one part of the system, may not be the best for the entire system.

    12. teleclimber ◴[] No.19328155{3}[source]
    Interestingly that's exactly how algorithms make things go viral. They pick up on things that get a quick reaction with complete disregard for what happens in the long term. Jaron Lanier explains this in his talks [0].

    So features on social media are decided based on short term gains and posts on social media are promoted like that too. It's like an entire industry forgot their parents warnings about thinking about the future.

    [0] https://www.youtube.com/watch?v=kc_Jq42Og7Q

    13. JorgeGT ◴[] No.19331260{3}[source]
    Typical example: you arrive at a crossroads A where both ways work for you, so you choose the one with less traffic. Then at crossroad B you do the same, and then at C, and finally you arrive at destination D.

    However, it turns out the heavy traffic at the other A branch was just for a few miles and then it was actually empty after that --- you took optimum local decisions at each step but since you weren't able to look at the big picture, you didn't actually choose the globally optimal route.

    As others have pointed, this is related to the mathematical concepts of local and global maxima: sometimes your optimization algorithm happily stops when it finds a local maximum, ignoring the much better global maximum because it didn't actually traversed the whole search domain.

    14. Matheus28 ◴[] No.19332210[source]
    Yes, but it gets more complicated because there's a time factor too.

    If you're A/B testing each change for 2 weeks, but the negative impacts of it only happen after a few months (like what the parent post mentioned [1]), then while you're in a local maxima right now, it'll slowly sink, along with all your neighborhood of choices.

    You can think of it as a function that returns the current value and another function that you have to use for the next time step. Sorta like f(a, b, c, ...) = (y, \a_2 b_2 c_2 ... -> ...). Steepest ascent hill climbing doesn't work well for finding good long term local maxima, since you don't know how long it takes until it stabilizes (or if it ever does). The best you can do is guess it'll stabilize in X amount of time, but if X is too small, you might end up stuck in a really bad local maxima.

    [1] https://news.ycombinator.com/item?id=19325816