Never used Vine, and the videos from it never worked on my browser, but this is truly shocking. Like, Google Reader shutdown level shocking. Twitter is seriously clueless if they weren't able to make any use of such a popular service. Especially when Periscope is still running somehow. Though it's only a matter of time for that too now.
Periscope may stick around for a while only because of the current obsession with live video. As soon as Facebook gives up on live (or at least stops focusing so much on it), Twitter will follow suit and fold up Periscope. If I were an engineer on that team, I'd do some proactive job hunting.
Vine will be discontinuing the mobile app
131–140 of 166 posts
Re: Vine will be discontinuing the mobile app
#132What a shame. Twitter has a unique position as a key point in culture and media. It's played key roles in BLM and the Arab Spring. It astounds me that they couldn't focus in on that and make revenue from that reliable core of people that, like me, turn to Twitter before anywhere else when something is happening. But I guess that didn't raise growth numbers, and that's what Wall Street wants to see. So instead they're…
> It astounds me that they couldn't focus in on that and make revenue from that reliable core of people that, like me, turn to Twitter before anywhere else when something is happening. Yes, Twitter's role in BLM and Arab spring were invaluable contributions to history, but how much did they really add to the bottom line? Even if it was a significant chunk, how much can random external events like that be relied on to…
That's the entire function of a newspaper, to transform random events into revenue via an engaged readership.
It worked on me. In my case, BLM was what turned me into a never-miss-a-day Twitter user. There was a whole set of American voices I wasn't hearing through my normal sources. I'm sure I'm not the only one.
Re: Vine will be discontinuing the mobile app
#133Never used Vine, and the videos from it never worked on my browser, but this is truly shocking. Like, Google Reader shutdown level shocking. Twitter is seriously clueless if they weren't able to make any use of such a popular service. Especially when Periscope is still running somehow. Though it's only a matter of time for that too now.
Re: Vine will be discontinuing the mobile app
#134Earlier quoted context omitted.
Periscope may stick around for a while only because of the current obsession with live video. As soon as Facebook gives up on live (or at least stops focusing so much on it), Twitter will follow suit and fold up Periscope. If I were an engineer on that team, I'd do some proactive job hunting.
Looks pretty clear that Facebook and Twitter are all-in on live video for the medium to long term. Twitter even has live broadcasting deals with NFL, MLB and NBA.
Re: Vine will be discontinuing the mobile app
#135I'll be pretty sad to see it go. :/ I think that the time limit was great and made people quite creative with how they used the time. the ehBee family was one example.
Re: Vine will be discontinuing the mobile app
#136Never used Vine, and the videos from it never worked on my browser, but this is truly shocking. Like, Google Reader shutdown level shocking. Twitter is seriously clueless if they weren't able to make any use of such a popular service. Especially when Periscope is still running somehow. Though it's only a matter of time for that too now.
Periscope may stick around for a while only because of the current obsession with live video. As soon as Facebook gives up on live (or at least stops focusing so much on it), Twitter will follow suit and fold up Periscope. If I were an engineer on that team, I'd do some proactive job hunting.
Re: Vine will be discontinuing the mobile app
#137Earlier quoted context omitted.
> It astounds me that they couldn't focus in on that and make revenue from that reliable core of people that, like me, turn to Twitter before anywhere else when something is happening. Yes, Twitter's role in BLM and Arab spring were invaluable contributions to history, but how much did they really add to the bottom line? Even if it was a significant chunk, how much can random external events like that be relied on to…
> how much can random external events like that be relied on to provide recurring revenue in the future? That's the entire function of a newspaper, to transform random events into revenue via an engaged readership. It worked on me. In my case, BLM was what turned me into a never-miss-a-day Twitter user. There was a whole set of American voices I wasn't hearing through my normal sources. I'm sure I'm not the only one.
To keep its current users, let alone grow, Twitter needs to focus on being the best possible place for people to find and post that kind of information.
Re: Vine will be discontinuing the mobile app
#138Instagram (Facebook) ate it. Would be nice, by the way, if they could release the source code. Having such an example of a Flask app would be very useful for the community.
Vine didn't use a lot of Flask. The main piece that was used was routing (i.e. @app.route). Everything else was custom. Even flask.g was replaced with something that can propagate context properly across greenlets (the method of concurrency we chose), without a lot of overhead. If you're curious, that piece eventually became https://github.com/mikekap/gbatchy though I can't say that's well supported now.
The main takeaway from that codebase is: async needs to be part of the language. Having it be bolted on leads to...unpleasant hacks. I think Python 3.5+ is heading in the right direction there, but Vine was stuck in 2.7-land forevermore (mostly because we wanted to keep pypy compatibility even though pypy was never rolled out; not the best reason).
Re: Vine will be discontinuing the mobile app
#139That's interesting because Vine is shockingly popular with the younger generation.
Much of it has to do with monetization for content creators. They went where the money is. If the big content creators leave, what else is there for most viewers? The shrinking community also meant no one new trying to become famous would touch Vine and produce content for it.
Re: Vine will be discontinuing the mobile app
#140Never used Vine, and the videos from it never worked on my browser, but this is truly shocking. Like, Google Reader shutdown level shocking. Twitter is seriously clueless if they weren't able to make any use of such a popular service. Especially when Periscope is still running somehow. Though it's only a matter of time for that too now.
A majority of the Vine content I watched was compilations people made on YouTube, and a lot of those compilations have moved on from Vine, to Instagram and Snapchat. I'm not suggesting Vine was superseded per se, as its users were generating a ton of content even to this moment, but at least from my perspective it seems its main users have had suitable alternatives available to them for a while.