Slashdot Mirror


Yahoo May Build Its Own YouTube

An anonymous reader writes "Re/code reports that Yahoo will soon be stepping into the realm of internet video. They're seeking to take advantage of complaints from users who make videos for YouTube that they don't make enough money for their efforts. Yahoo has told content producers it can get them a bigger slice of the pie. 'For now, at least, Yahoo isn't talking about replicating YouTube's open platform, which lets users upload 100 hours of content every minute to the site. Instead, it is interested in cherry-picking particularly popular, more professional YouTube fare. Yahoo has also told some video owners that it can use its well-trafficked home page and other high-profile real estate to promote their clips on a non-exclusive basis. After a year, one source inside Yahoo said, it might open the platform up further.'"

162 comments

  1. With blackjack and hookers! by Curupira · · Score: 5, Funny

    ...in fact, forget the Youtube thing.

    1. Re:With blackjack and hookers! by Anonymous Coward · · Score: 0

      What's so interesting about blackjack?

    2. Re:With blackjack and hookers! by GrumpySteen · · Score: 2

      You need something to pass the time during your refractory period.

    3. Re:With blackjack and hookers! by Anonymous Coward · · Score: 2, Interesting

      Have they asked themselves what problem they're trying to solve? Do we really need another YouTube?

    4. Re:With blackjack and hookers! by Virtucon · · Score: 1

      You forgot the booze!

      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
    5. Re:With blackjack and hookers! by Anonymous Coward · · Score: 0

      The hookers.

    6. Re: With blackjack and hookers! by Anonymous Coward · · Score: 0

      Hootube?

    7. Re:With blackjack and hookers! by CTU · · Score: 1

      The problem is google fucking up youtube

    8. Re:With blackjack and hookers! by Anonymous Coward · · Score: 0

      youtube sucks .. yahoo is a dying animal ..

    9. Re:With blackjack and hookers! by Meski · · Score: 1

      Yahoo are likely to do a worse job. Look at gmail compared to yahoo's atrocity. Look at whatever yahoo call their search compared to google.

    10. Re:With blackjack and hookers! by Wolfrider · · Score: 1

      --Forced to agree. Longtime yahoo email user (over 10 years) and they have f*cked it up so bad that now I have to switch. Shame, too - I really liked them up until they took Tabs out of their email. Between google and yahoo, I no longer trust yahoo.

      --
      .
      == WolfriderV6 == I'm willing to admit that *I just might* be wrong... Are you??
  2. ads by stokessd · · Score: 5, Informative

    They're seeking to take advantage of complaints from users who make videos for YouTube that they don't make enough money for their efforts.

    Lets hope they put in even more ads. I really like the unskipable 30 second ads before some shitty 15 second video.

    1. Re:ads by gbjbaanb · · Score: 5, Insightful

      it doesn't need more ads, just take less of a cut from them.

      Google quite happily pays out a tiny amount from each ad and creams off billions. Yahoo is coming along to give us some competition, reduce its take, and overall we should be happy about that. The only one who loses is Google.

      Competition is good in markets.

    2. Re:ads by BasilBrush · · Score: 4, Insightful

      I didn't know there was any lack of competition in the video serving market. Other video websites seem to find it hard to compete with YouTube. What makes Yahoo different? After all Yahoo hasn't been a force in anything much since the days when web-links were magenta and underlined, and most web page backgrounds were Windows grey.

    3. Re:ads by NIK282000 · · Score: 1

      Do you also like regular, free, user generated content? Because that's the only way you are going to get it.

      --
      Dear aunt, let's set so double the killer delete select all
    4. Re:ads by Anonymous Coward · · Score: 0

      Yes, but it won't be open to anyone, which defeats the entire point of a video sharing site. I have a YouTube account, but I won't let Google force me into creating a Google- account because it's crap. This idea from Yahoo sounds even worse than that.

    5. Re:ads by Karmashock · · Score: 1

      The adds need to be in the form of a banner on the bottom of the video... or adds on the left or right of the video.

      I agree that video ads are unacceptable.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    6. Re:ads by wiredlogic · · Score: 1

      There are ads on YouTube?

      --
      I am becoming gerund, destroyer of verbs.
    7. Re:ads by amiga3D · · Score: 1

      Most people are okay with them. The alternative is....nothing. This Yahoo site will still have the ads but they're going to cherry pick the content and pay a little better. I don't see where it's really any improvement for most people.

    8. Re:ads by wiredlogic · · Score: 4, Informative

      It was actually Motif gray since Mosaic was originally for X only.

      --
      I am becoming gerund, destroyer of verbs.
    9. Re:ads by stokessd · · Score: 2

      I'm actually OK with weeding out a crapload of user content. I don't need a 3 minute tutorial, with a 30 second intro, and 20 second outtro completely drenched in speed metal and cheesy effects to show me something that could have been typed out in three sentences of text.

      I've had a free regular and, I've been told, very helpful website with no advertising (other than my own services) for many years now. There would still be useful content on the web without ads. There was when it was starting.

      i'm just old, so get off my lawn.

      Sheldon

    10. Re:ads by Anonymous Coward · · Score: 0, Interesting

      Who still visits Yahoo? I stopped going there and even quit using it for my spam account when they did the whole fluffy redesign. Like slashdot, they walked away from their user base when their board said we need more ad space and a shittier looking site.

    11. Re:ads by Anonymous Coward · · Score: 1

      Equally an alternative would be to actually make a Decent Dynamic Site, something that nobody seems to care about wanting to make despite ALL the good shit we have in JavaScript now, and it actually works fast in all browsers that matter. (that includes IE9+!)

      Seriously, it isn't that hard to make a good site where there is a common side or top navigation with all the other content loading below it, then have the ads in there that just rotate every minute or so.
      Downright deny flash ads, image ads and text ads only, no abusively flashy gifs either, absolutely no popups or popunders, and you have a winner right there.
      I pretty much only block abusive ads and flash ads like that because they are awful. But everything else I let through because they aren't total dicks that want to destroy your computer just so you'd buy a drink. (think it is safe to say I also block malware distributors as well!)

      Build the webpage IN CODE, do NOT add all the DOM elements individually to the page one-by-one. Why the hell do people do that? It is slow as hell, the DOM is slow as hell, stop it damn it, DOM updates play havoc with a webpage. Write the page in a variable / object first, then append it as a child element after everything is done. It is CONSIDERABLY faster.
      I know this personally when I wanted to make an old-style tile game. Problem, div backgrounds weren't scaling with size in some instances, so I had to resort to images. Regardless, I added well over a thousand tiles to a webpage, one by one, insanely slow. Another version of it years later, I wrote the page in another elements innerHTML before committing it to the page, so much faster. Note that I also tested it on the same browser I had years ago (I keep many major versions around)

      And then there is Good Coding Standards, erase data you no longer need to hold in your webpages. Kill event handlers if you don't need them.
      Don't make redundant CSS (like ID freaks or class-freaks that give everything identities when they do NOT NEED THEM when you can easily just travel down the DOM tree one by one because elements are unique, or something like that)
      Don't use horrible libraries with pointless bloat, optimize them, get rid of crap that never gets used.
      Say "fuck you" to semantics and syntax nerds and don't use quotes around values if they aren't needed. Don't use semicolons if not needed. Don't use anything unless it is needed in fact. Web browsers have been designed to be flexible and shit, take advantage of that fact. All of them pretty much adhere to the same loose coding styles like that. (IE has some problems with comments in older versions, but that is pointless to care about since nobody cares about some office nerd with IE5.5, printing from a printing press and is wearing clothes from the stone age, they aren't the target market)
      Don't Do Global.
      Try not to abuse Objects too much because they are oddly still quite slow in JavaScript compared to direct variable access. If you must use objects, and more so with loops, store those in a temporary variable each time and reference that rather than the variable. It is noticeably faster when you are dealing with even 100 nodes, never mind 500, or 1000

      And finally, of course, for all those tards that think JavaScript is da devil, redirect them to a no-js version of a page with an iframed ad that has that one tag that refreshes the page.
      Don't bother trying to stop adblockers. It will only piss them off and make them not come back. They will only make up a small percentage of losses.
      You can ask nicely, stating you only accept Good Ads and don't do any dodgy stuff, but don't stop them.
      .
      There we go. A Good Website. Shame we are speaking about Yahoo. Haven't they been stuck in the 90s since the 90s?

      I'd love for another professional video site to come in to the market for independent groups.
      Hell, I'd love for Youtube to completely die forever, but that is for another post.

    12. Re:ads by FuzzNugget · · Score: 1

      Even better, when I want to watch a movie trailer or funny commercial, I have to watch an ad first. So, I have to watch an ad to watch an ad. Yo dawg.

    13. Re:ads by Trax3001BBS · · Score: 1

      They're seeking to take advantage of complaints from users who make videos for YouTube that they don't make enough money for their efforts.

      Lets hope they put in even more ads. I really like the unskipable 30 second ads before some shitty 15 second video.

      Run a HOSTS file (Howdy apk), and use Tcpview www.sysinternals.com (Microsoft), easier HTTPNetworkSniffer www.nirsoft.net there may be better (wireshark is too much overhead) but these work for me.

      Find where the ad is coming from and block it, if that doesn't work, I'll just download the video, it comes without any filler.

    14. Re:ads by MrBigInThePants · · Score: 1

      I never see the ads...

      Technology is a wonderful thing.

    15. Re:ads by Gavagai80 · · Score: 1

      Even google (google video) couldn't compete with youtube. That's why they had to buy it.

      --
      This space intentionally left blank
    16. Re:ads by CTU · · Score: 1

      I hear you like ad's so I put an ad in your ad

    17. Re:ads by Anonymous Coward · · Score: 0

      Lets hope they put in even more ads. I really like the unskipable 30 second ads before some shitty 15 second video.

      I use the Adblock Plus addon (to block ads) and the YouTube Center addon (to enforce HTML5 video on YouTube so no need for Flash) in Firefox. I don't see any ads.

    18. Re:ads by tlhIngan · · Score: 1

      I didn't know there was any lack of competition in the video serving market. Other video websites seem to find it hard to compete with YouTube. What makes Yahoo different? After all Yahoo hasn't been a force in anything much since the days when web-links were magenta and underlined, and most web page backgrounds were Windows grey.

      What other sites are there?

      Vimeo is probably the biggest alternative, and they have a good following for the "high quality indie film" market - given the videos I see posted there tend to be well produced and edited short films and other videos. It lacks the "rawness" of YouTube. But it seems to work well.

      Twitch? That site is geared towards videogames. It offers livestreaming of events (with 30 second commercials every 30 seconds it seems) meaning it's not only pointless for non-videogame content, but the commercials are intrusive, loud, and really get in the way. It's only seeing a resurgence because both the PS4 and Xbone support it natively. But it lost a fair bit when PS4 voyeurs got caught up streaming amateur porn forcing Twitch to hide PS4 streamers away and close down a bunch of accounts.

      The other two I can think of are Dailymotion and Liveleak, the former doesn't seem to do anything YouTube can't, except maybe mobile, and Liveleak, well, they seem to be for posting stuff some people don't want the public to know.

      The other reason is well, the two biggest smartphone platforms natively support direct YouTube uploads. And Vimeo got ground because they were the first to embrace mobile by offering HTML5 video content shortly after iPhone first came out. (YouTube took a bit longer because well, everyone had the YouTube app)

    19. Re:ads by hobarrera · · Score: 1

      Get rid of flash and use the HTML5 player. Those ads don't exist when using it.

  3. Ooh, me, me! by Anonymous Coward · · Score: 0

    Yatube!

    1. Re:Ooh, me, me! by flyneye · · Score: 4, Interesting

      Yahoob! Roll a doob, squeeze her boobs, gonna veg on the intertube!
      Hey, lookout , here comes the lube, Microsoft hosting pr0n on a Bling Redtube!
      Out of the grave, here comes it sista, hosting world access TV is Alta Vista.
      Ibeen had to watch more ads, faster dates who masturbate on Iphone webcam.
      They got you hooked, you always look, youve forgotten how to read a book.
      To sit and dream and often wonder, to shit and smell and fart like thunder,
      in your hand a mangled book, those days are gone, dont be mistook.
      For now your droid does all the work and wipes your butt, while you jerk.

      --
      *Repent!Quit Your Job!Slack Off!The World Ends Tomorrow and You May Die!
    2. Re:Ooh, me, me! by Anonymous Coward · · Score: 0

      Yahoob!

      Yahub!

    3. Re:Ooh, me, me! by Anonymous Coward · · Score: 1

      And Yaboob! for the adult section.

  4. If it's only for professionals by tepples · · Score: 2

    If it's only for established professional video publishers, it's not really YouTube as much as Hulu. Or perhaps Yahoo has the right idea to fill the gap between YouTube and Hulu for the strongest YouTube Partners.

    1. Re:If it's only for professionals by TWX · · Score: 4, Interesting

      Sounds to me that it's more like Blip.tv, Vimeo, or perhaps Funny or Die, than Hulu.

      I don't expect it to work because I don't expect enough content to be on it to justify my going there to look at random content when there aren't enough contributors. I generally only find myself going to non-Youtube video sites when someone sends me a link to a video that's on one of those sites, not to browse or search myself. That may well be because of their interfaces not making it as easy to find the content I want in the first place or to find like-items to what I'm currently viewing, but for whatever reason, Youtube has the content and the way to find it better than the other video sites at the moment.

      I wish Yahoo well, don't get me wrong, but we'll just have to wait and see if they actually manage to make something or if this is just another, "Me Too!" moment.

      --
      Do not look into laser with remaining eye.
  5. if yahoo builds a youtube... by Anonymous Coward · · Score: 0

    They might be able to attract a higher quality of video by making the barrier to uploading higher. On Google's youtube, anyone can upload anything and so the quality is often very low but yahoo could go a different direction to a higher value strata for their youtube. Sort of the premium segment like Apple does vs Android.

    Could work if they do it right but a lot of tube sites have started up and failed so it is a lot of risk for them.

    1. Re:if yahoo builds a youtube... by stokessd · · Score: 1

      Sort of the premium segment like Apple does vs Android.

      When I think premium, I think Yahoo. :D

  6. Good luck! by Anonymous Coward · · Score: 0

    Good luck to them, they'll certainly need it.

  7. Bigger slice of smaller pie by Anonymous Coward · · Score: 0

    They'll probably be offering a bigger slice of a smaller pie. It might not be such a great deal for the content providers. I applaud them for trying though. If they can successfully cherry-pick the best of YouTube, that's an intriguing idea. It reminds me of how NBC incubates comics. Google might come up with a better approach. NBC looks like it could never really figure out how to capitalize on its incubation capabilities. After the Letterman fiasco, they just got really paranoid about letting talent go to another network. This strategy doesn't seem to be helping them. Instead of Jay Leno filling in for Johnny, we got re-runs. What did I do when that was happening? Switch to their old nemesis, Letterman who was also in re-runs against their re-run; but it was material I'd never seen before. So, NBC lost me during those 15 minutes before I turned out the lights and went to bed. They would have had me for those 15 minutes if they had been willing to incubate another guy and not worry about him going to another network.

  8. I'll bite your hand off for it by The123king · · Score: 4, Informative

    If it means i don't have to deal with Google+

    --
    If you gave me a choice between a printer and a giraffe with explosive diarrhoea, i'll get my ladder and my raincoat
    1. Re:I'll bite your hand off for it by tepples · · Score: 5, Informative

      Yahoo has its own problems with registration. In order to make a Yahoo account, you have to give Yahoo your valid cell phone number. Without receiving the verification message that Yahoo sends, you can't use your account. This means you have to buy a cell phone and subscribe to a plan that includes SMS.

    2. Re:I'll bite your hand off for it by Anonymous Coward · · Score: 0

      Yeah, right there you have the biggest problem with yahoo. It's like a mall with a bouncer at the door saying "give me your cell number" and if you don't comply, you aren't allowed in. Completely ridiculous way to run a website. Unless your goal is to run it into the ground. No, that can't be it. No one would do that. Well, unless they were sent over from the #1 rival to do that. Yeah, that would fit.

    3. Re:I'll bite your hand off for it by Anonymous Coward · · Score: 0

      Actually that's the direction a lot of the web is doing now, towards verified accounts. Like it or not it seems unavoidable because it is the only way they can cut down on abusive posts and they have to do that to attract the mass audience.

      Verification is the new hot thing. Yeah I don't liek it either but that's not gonna stop it from happening.

    4. Re:I'll bite your hand off for it by tepples · · Score: 1

      So if multiple people living under one roof share a phone, such as a POTS phone or a wireless home phone, how are they all supposed to get verified?

    5. Re:I'll bite your hand off for it by Anonymous Coward · · Score: 0

      So if multiple people living under one roof share a phone, such as a POTS phone or a wireless home phone, how are they all supposed to get verified?

      Tough to be them.

    6. Re:I'll bite your hand off for it by amiga3D · · Score: 1

      It's off to Usenet for them.

    7. Re:I'll bite your hand off for it by Mantrid42 · · Score: 1

      Simple. Set up a Google Voice account.

    8. Re:I'll bite your hand off for it by Anonymous Coward · · Score: 0

      They will have to buy a $10 anonymous throwaway liquor store phone. No biggie.

    9. Re:I'll bite your hand off for it by Anonymous Coward · · Score: 0

      So if multiple people living under one roof share a phone, such as a POTS phone

      Then they can step out of the 1990's for a minute. People have individual smartphones now. Have for years. It's not a problem for most people. If you're an outlier, then maybe you'll need to find another site. They aren't obligated to make theirs work for corner cases.

    10. Re:I'll bite your hand off for it by chenjeru · · Score: 1

      There are free web services to receive SMS's, just as you can send or receive a fax.

      --
      Even if you're on the right track, you'll get run over if you just sit there. - Will Rogers
    11. Re:I'll bite your hand off for it by tepples · · Score: 1

      Set up a Google Voice account.

      Which requires immigration to the United States and (still) buying a cell phone to which to forward the calls.

  9. bigger slice by Anonymous Coward · · Score: 0

    bigger slice of a small pie vs small slice of a big pie.

  10. Good by gigaherz · · Score: 4, Informative

    Google is increasingly trying harder to get me to use my real name while browsing/commenting on YouTube, even though I have repeatedly stated that I do not want to do so. The sooner there's less abusive competition, the better.

    1. Re:Good by Virtucon · · Score: 1

      That's the trend, to tie you to your comments directly and to your marketing preferences as well. That way they can sell your likes and dislikes to the highest bidder and use your "recommendations" to push products without your consent. Frankly the d-anonymizing of the Internet is a bad thing and gives people many more tools to categorize you.

      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
    2. Re:Good by jez9999 · · Score: 1

      Yeah, and Yahoo! are the perfect guys to be less abusive.

    3. Re:Good by eric_harris_76 · · Score: 1

      Yeah, I've grown tired of that prompting for my real name, too.

      It's also rather hard to find features you don't use much, such as logging out. When I'm away from home, like at the library, I want to do that. I really really want to.

      When the clock is about to run out, I don't want to have to try the Google main page, Google Alerts, my YouTube home page, Google Crochet and such to find the inconspicuous part of the obscure page where this is possible.

      Yeah, I know it's not that hard a thing to remember, once you know it. But why should we have to remember it? And what about the first time we need to know it, when there's nothing to remember yet?

      Grrr!

      --
      There's no time like the present. Well, the past used to be.
  11. Ads on Youtube are getting obnoxious by JoeyRox · · Score: 4, Informative

    For my own experience the quantity and length of ads on Youtube has reached the tipping point where I start dreading even going to Youtube anymore. It's fine to see a 5 second ad for a video I know I will enjoy, but the ads on the 'speculative' videos where I'm just hopping around looking for something interesting to watch are beyond ridiculous. The other day I watched 10 crappy videos in a row, all of which had at least a 5 second-then-skip ad at the beginning, and one with a must-watch 15 second ad. That totaled one minute of ads for what turned out to be zero seconds of entertainment.

    1. Re:Ads on Youtube are getting obnoxious by corezz · · Score: 2

      Why don't you use AdBlock+ like the rest of us? I didn't know ads existed on the net until you brought it up just now.

    2. Re:Ads on Youtube are getting obnoxious by Anonymous Coward · · Score: 0

      I do 90% of my youtubing a cell/tablet and Adblock on mobile sucks.

    3. Re:Ads on Youtube are getting obnoxious by DiEx-15 · · Score: 1

      Not only that: There is no quality control over it.

      Friday, I watched an ad for something called "The American Parasite". It was basically making some accusations and saying over 250 million Americans have this "parasite" and it was being covered up by the government and medical fields.All being done in a ASAP Science kind of way in order to somehow get people to trust them.

      Well, knowing what bullshit smells and looks like, I did a quick fact check. Turns out this "parasite" is nothing more than a yeast (Candida to be exact) that feeds on sugar. Not only that: the ad makes a whole lot of bogus and Correlation = Causality shit. All they wanted is for people to go to their complete moonbat site, watch a TL;DW video that makes even more bullshit moonbat claims, and for people to buy this probiotic crap.

      The moral of this story is that it won't be long before even more moonbats with pseudoscience take advantage of this and advertise a plethora of "You can't skip these" bullshit ads selling shit and sugar.

  12. Holy 2005, Batman! by kimvette · · Score: 2

    Holy 2005, Batman!

    Google has a 9 year lead in this and they've been doing it better than anyone. How does Yahoo expect to compete in this space?

    Honestly the one company I'm surprised HASN'T entered this space is Microsoft because their M.O. lately hasn't been to improve their core product offerings and give customers what they want, but to get into market segments where they see OTHERS succeeding, only to fail miserably (see: MP3 players, search engines) - even in cases where they once dominated the market then let it languish without further development because it hadn't hit critical mass yet (see: PDA/multimedia devices and Smartphones).

    --
    The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
    1. Re:Holy 2005, Batman! by rainwater · · Score: 3, Informative

      They can compete by offering better revenue for more high quality content. If you read the article, they are not trying to build a "Youtube". It is more like Hulu for web only videos.

    2. Re:Holy 2005, Batman! by FlyingGuy · · Score: 2

      This is really simple. They have the infrastructure, they have the bandwidth. There are a lot of really quality content generators out there that Google just rapes. Here is a really cogent explanation ( ironically on You Tube ) by Jack Conte of Pomplamoose.

      http://www.youtube.com/watch?v...

      Really listen to what he is talking about and you can understand how Yahoo could just kick Google's ass in this space.

      --
      Hey KID! Yeah you, get the fuck off my lawn!
    3. Re:Holy 2005, Batman! by Anonymous Coward · · Score: 0

      A nine year lead and "doing it better than anyone" -- whatever that means -- buys Youtube very little in terms of long-term stability. It's the internet: You're better off betting on any particular site's demise than its long-term success, especially when that site has nothing significantly unique about it other than its current popularity. Youtube has no moat, as Warren Buffet would call it, and my n=1 is that more and more people posting videos are using other sites.

    4. Re:Holy 2005, Batman! by Anonymous Coward · · Score: 0

      Microsoft are so so bad at advertising, though. They have failed time and time again to get a good grasp on the markets.

      They have some fairly good back-end stuff though, so if they were to make it, They Would Come, and it'd make them loads of money.
      I actually am surprised they haven't done it yet.

      People are hating Youtube more and more as time passes, just like they are with Facebook.
      The next Big Thing of social video sites, if they could marry them both in a way that doesn't upset the user and gives them the freedom to be who or what they want, and let them upload in a nice safe environment, it could be a winner.
      Microsoft has a good chance to do that, more so because they have good relationships with loads of large media players in the industry.

      Problem is Microsoft would likely Xbox Live it up and ruin it rather than make the experience nice for people.

  13. Copying your way to success by Anonymous Coward · · Score: 0

    I thought it was AOL who were all "Me too", but I guess Yahoo copied that as well.

    1. Re:Copying your way to success by Pinky's+Brain · · Score: 1

      AOL already has their own video streaming service set up, stream quality seems quite nice too ... no user videos though so no direct competition to youtube.

  14. Complaints from complainers by Anonymous Coward · · Score: 0

    "complaints from users who make videos for YouTube"
    It sounds like these people who make videos "for" YouTube should take a closer look at their contract.

    waaaaa, i uploaded content to a free video sharing site and didnt get paid enough. Get a job, you cunts.

  15. so close! by slashmydots · · Score: 1

    Anyone who makes a youtube clone with less ads and no stupid social-tie-in comment system will demolish youtube very quickly. Unfortunately, since it's Yahoo, they're incapable of doing that. They will screw it up epically.

    1. Re:so close! by corezz · · Score: 1

      Makes u wonder why other long-lived sites like Vimeo, DailyMotion, and maybe a hundred other me-too video sites havne't taken off since they have "less ads and no stupid social-tie-in comment system"? Just a curious question.

    2. Re:so close! by TWX · · Score: 1

      There already are sites like Vimeo that don't have the social-tie-in. Obviously it's not working like you propose.

      I'm just getting tired of all of the Youtubers constantly showing up on each other's channels for little more than self-promotion. Once in awhile is fine, but it seems like they're cross-pollinating in a giant Youtube circle-jerk and unless you're following all of them it gets rather old rather quickly.

      --
      Do not look into laser with remaining eye.
    3. Re:so close! by hendrips · · Score: 1

      I don't know about Vimeo, but it's been my experience that a several of these competing video sites actually have more annoying and intrusive ads, though no Google+, thank God. Maybe I've just been unlucky.

    4. Re: so close! by wintermute000 · · Score: 1

      So, less ads and no data mining, it will get money via unicorns I presume.

  16. Welcome by jones_supa · · Score: 2

    I welcome them. YouTube needs a realistic competitor. Why I say realistic is because there are already a good bunch of similar video sites but they have hard time rivaling YouTube.

    The YouTube support for both watchers and content creators is terrible. If there's a technical problem in the site, good luck contacting anyone. Same thing for video makers: your channel might get flagged as infringing (and thus closed) completely automatically, based on some random troll viewer doing the flagging maliciously. After that, sorting out the situation is rather painful.

    1. Re:Welcome by Overzeetop · · Score: 2

      This is a youtube competitor like Crackle or Hulu is a competitor. It will fail if it wants to be Youtube, given the policies at Yahoo. This is more of a video commerce site for a curated few, not a place to throw up videos for the hell of it.

      --
      Is it just my observation, or are there way too many stupid people in the world?
    2. Re:Welcome by amiga3D · · Score: 1

      This is not really a competitor. Considering what the price is for browsing youtube it's hard to imagine anything better.

    3. Re:Welcome by Mashiki · · Score: 1

      This is a youtube competitor like Crackle or Hulu is a competitor.

      Let's be realistic, if you're outside of the US, and don't use a US based proxy neither one of those work properly. In turn, that's why youtube has the pull it does.

      --
      Om, nomnomnom...
  17. Interesting by Anonymous Coward · · Score: 0

    When media bundles products it is fine. You google that, you youtube this, but when IE is bundled with Windows, it is a monopoly.

  18. Do the search giants offer job search? by tepples · · Score: 1
    Anonymous Coward wrote:

    Get a job, you cunts.

    Does Yahoo or Google even offer effective search tools for video production jobs?

    1. Re:Do the search giants offer job search? by TWX · · Score: 1

      No, but theatre-technical programs in post-secondary programs will most likely lead to that, plus then one actually gets training on things like set design, lighting, set-blocking, and other important things that most youtubers don't seem to account for...

      In some ways I miss the days of Cable Access TV, when the relative scarcity of timeslots helped weed-out the absolute-worst content. It still may not have been great, but if you couldn't fill your fifteen-minute or half-hour timeslot with passable content then you lost your timeslot to someone that could.

      --
      Do not look into laser with remaining eye.
    2. Re:Do the search giants offer job search? by tepples · · Score: 1

      theatre-technical programs in post-secondary programs will most likely lead to [job placement]

      Any chance these programs can be done at least partly in the MOOC format?

    3. Re:Do the search giants offer job search? by TWX · · Score: 1

      Probably not. Television production is a trade. There's a lot more applied aspects to learn than there are theoretical aspects to learn in a classroom or via webcast, and a lot of it involves learning how to work as part of a team, which also does not work as part of a webcast.

      --
      Do not look into laser with remaining eye.
  19. And... by Anonymous Coward · · Score: 0

    Who will go to yahoo to actually watch stuff?

  20. Yahoo not only site requiring cell subscription by tepples · · Score: 2

    Yeah, right there you have the biggest problem with yahoo.

    It's not only Yahoo. Facebook reportedly has a similar "verification" process to enable extra privileges, and some sites using Facebook login require this verification, such as AOL's The Huffington Post. So does Google, where the privileges include Gmail and uploading longer videos to YouTube.

  21. This is a great idea! by Anonymous Coward · · Score: 0

    What a great idea!

    Next, they should try releasing an operating system, an office productivity suite, a social network, and maybe launch a console.

  22. Hey Yahoo Just don't by maliqua · · Score: 1

    Try to shove yahoo+ down our throats and it might work out for you

  23. Re:AdBlock = 'Souled-Out' + INFERIOR by TWX · · Score: 1

    Wow.

    I'm so glad that BBSes and Usenet lacked the ability to have bold text when I was fourteen...

    --
    Do not look into laser with remaining eye.
  24. I pick Marissa by Anonymous Coward · · Score: 0

    She did become CEO and redesign the logo.

  25. Re:AdBlock = 'Souled-Out' + INFERIOR by Anonymous Coward · · Score: 0

    If that's the best you've got apk must be right about hosts vs adblock.

  26. Blooming hosts files by tepples · · Score: 2
    I found your mention of ClarityRay interesting. I wonder what they mean by "serving of customized ads to ad-blocked users", especially when people block ads by Content-type like I do. For example, a request for a Flash object on a domain where I haven't whitelisted Flash Player doesn't even get as far as DNS. This means site with text and image articles can show text and image ads, and sites with video articles (such as YouTube) can show video ads. However:

    Hosts do more with less (1 file) at a faster level

    That'd be true if the hosts file processor in operating systems were actually efficient. I proposed an implementation involving a Bloom filter on my page about efficient implementation of a DNS blacklist. But in the operating systems deployed on most deployed PCs, a linear search through a multi-megabyte hosts file takes a while.

    (ring 0)

    Whether a resolver runs in supervisor mode (ring 0) or user mode (ring 3) makes little difference. It's about how efficient the resolution is, and most resolutions take longer than a context switch. There's no guarantee that it actually runs in ring 0; microkernels hand off hostname resolution to a user-space process. One example of this across multiple platforms is running a recursive resolver on localhost. Another is the possibility of storing the hosts file on a file system implemented in userspace (such as FUSE, Samba, or the like). What this ultimately means is that a well-coded user-space resolver can query a hosts file faster than a popular kernel's built-in linear search can.

    Hosts files yield more speed (blocks ads and hardcodes favorite sites - faster than remote DNS)

    One problem with hardcoding favorite sites comes when the IP address for a favorite site changes. That's what the expiry time on each record in a DNS zone was supposed to fix.

    1. Re:Blooming hosts files by Anonymous Coward · · Score: 0

      Thank you for the link & the ( thorough & enlightening ) details of your setup.

      I have a lot of unresolved ;-) issues surrounding the setups I use for R & D, compartmentalization of data, et cetera.

      I used to have a fairly decent setup running BIND9 services ( with custom resolver configurations extending into userspace) on OpenBSD with some custom modifications, but the system unfortunately was one of the affected units running a Broadcom backplane, so I had to remove it from duty.

      Thanks again, /u/tepples.

  27. Re:AdBlock = 'Souled-Out' + INFERIOR by TWX · · Score: 1

    That particular use of bold made reading his post quite disjointed. His presentation negated the making of his point regardless of validity.

    --
    Do not look into laser with remaining eye.
  28. Question: What subsystem runs this? by Anonymous Coward · · Score: 0

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\ServiceProvider]
    "Class"=dword:00000008
    "DnsPriority"=dword:00000007
    "HostsPriority"=dword:00000005
    "LocalPriority"=dword:00000006
    "NetbtPriority"=dword:00000008
    "Name"="TCP/IP"

    ?

    ,b>* ALSO NOTE WHAT IS 1st RESOLVER IT USES TOO (hosts)... cached into RAM (for speed).

    APK

    P.S.=> Answer = the LAST BOLDED entry, & WHAT ring of privelege does it run in? Ring 0/RPL 0/kernelmode (pnp driver design)...apk
    BOLDED

  29. As to your LAST line? Cake... apk by Anonymous Coward · · Score: 0

    I make it so, via this program of mine http://start64.com/index.php/6...

    * :)

    So, IF a site changes its IP address (usually due to host provider switches, which is RARE, & GOOD SITES LET YOU KNOW they are doing so too, no less)? No biggie... when I update my hosts file using my app, my fav. sites are ALSO updated, fresh, too!

    APK

    P.S.=> & there ya go... FACT:I do FAR MORE with LESS (vs. weak crippled & "SOULED-OUT" so-callled INFERIOR 'competitors' do in browser addons as well as SHORING UP DNS FAULTS), by far - & CLARITYRAY isn't going to stop hosts files users - but it WILL STOP ADBLOCK (& that, IS that)... apk

  30. Re:AdBlock = 'Souled-Out' + INFERIOR by Anonymous Coward · · Score: 0

    Obviously you can't disprove apk's on hosts files superiority over adblock. ghostery, requestpolicy and the fact it fixes faults in dns too with less complexity, redundancy, and less moving parts he extolls here in 17 points http://start64.com/index.php/6... so you can spout your arbitrary opinion all day long but facts apk used work where your off topic crap doesn't against them. Every time he challenges his naysayers to disprove those points, they do what you do. Troll b.s.

  31. It's got to be by petes_PoV · · Score: 1

    YahooTube

    That is all

    --
    politicians are like babies' nappies: they should both be changed regularly and for the same reasons
  32. broadcast.com by crow · · Score: 1

    Why does Yahoo! need a new YouTube alternative when they already have Broadcast.com?

    http://en.wikipedia.org/wiki/B...

  33. Think about this tepples... apk by Anonymous Coward · · Score: 0

    " But in the operating systems deployed on most deployed PCs, a linear search through a multi-megabyte hosts file takes a while." - by tepples (727027) on Saturday March 29, 2014 @11:58AM (#46609897) Homepage

    It's done in RAM - top speed (for me, ring 0 kernelmode diskcache)

    &

    My favorite sites placement ASSURES equality OR SUPERIORITY of seek with indexing (that I lose since the Windows USERMODE SLOW clientside faulty dnscache service is off, substituting in using TCP/IP & kernelmode diskcache instead - SAVING the cpu cycles, RAM, & other forms of I/O that the faulty usermode slower dnscache service used too - BONUS)

    It works: Mainly since, @ most, I do 24 seeks (at most mind you) of my FAV. SITES I keep @ the top of hosts WHERE I KNOW I SPEND A GOOD 95%++ OF MY TIME ONLINE...

    (& the diskcache doesn't sort the file, it leaves it be as is - so, I do indeed equal OR EXCEED what a sorted & indexed seek would use, but I save what's WASTED there with large hosts in cpu, ram, & other forms of I/O + use FASTER SUBSYSTEMS to do the job of host-domain name resolution from memory)...

    APK

    P.S.=> Downside? Only when I MISS a lookup (negligible term in this equation - it's done @ speed of RAM)

    Then I use OpenDNS (better secured & filtered) as my lookup for an external DNS server!

    Plus - & my MILLIONS of blocked entries?

    No biggie - they're KNOWN BAD sites/servers/hosts-domains, & I never INTENDED TO REACH THEM @ ALL IN THE 1st place - they're intentionally blocked...

    The rest of the speed comes from LOCAL in memory resolves of where I spend MOST of my time online, laid out in a fashion that equals or beats sorted & indexed entries - plus, I make load & line-by-line PARSE of hosts faster with my app - I change the LARGER & SLOWER 127.0.0.1 blocking IP address to a SMALLER & FASTER form (0.0.0.0) for yet MORE speed & efficiency too... apk

  34. Non-exclusive big-name videos = internet graveyard by default+luser · · Score: 2

    I agree that you have to start at the bottom and build a community if you want to build a solid following. Big name titles mean people will stop in, and forget the place even exists once the video is done playing. I know I did that for years with anything aside from Youtube.

    Not only are they aiming at the wrong end of the spectrum here , the non-exclusive video hosting means that nobody will bother linking to their copy versus the Youtube version. They're both free to watch, but Youtube has the advantage of name and platform support. Why would you make your blog or Facebook post of a video *less accessible* to your readers when Youtube is more widely available as a native app on cheaper mobile devices?

    --

    Man is the animal that laughs.
    And occasionally whores for Karma.

  35. Riiight... by Just+Brew+It! · · Score: 1

    If their recent redesign of YahooGroups is any indication, this will be a massive train wreck. The overhaul of YahooGroups was definitely a case of "fixing" something that wasn't broken. I admin three long-standing fora on YahooGroups (one even dates all the way back to before the eGroups acquisition) and plan to migrate all of them off of their system. Randomly dropped members, members who want to be removed but can't be, and other stupid shit.

    Replacement will be a hosted solution of my choosing, on a server I have more control over. I've had enough.

  36. Re:AdBlock = 'Souled-Out' + INFERIOR by geminidomino · · Score: 3, Informative

    Actually, it's trivial to do so.

    Running more than one computer? You have to manually edit the hosts file on every one.

    Concerned with futureproofing? Google has completely bypassed the hosts file on Android 4.4. I expect the same "feature" to appear on Windows either in the next SP, or the next version.

    Hosts files are sequential lists of entries: completely unsuited for random access.

    Obviously, the superior solution is a local DNS configured to return localhost/your favorite cat video site/your favorite porn site/whatever for all of those scumbag domains.

    APK is just caught in the 80s.

  37. What we need is P2P by Anonymous Coward · · Score: 0

    I would rather see YouTube get competition from peer to peer systems like Popcorn Time or Bittorrent Live.

  38. Please destroy eBay, Yahoo! by SethJohnson · · Score: 2

    A long while ago Yahoo tried to compete with eBay offering YahooAuctions. Their heart wasn't in it, and they killed it off. The potential there was huge and because there is no competition, eBay has enjoyed enormous profits at the expense of anyone trying to sell stuff. The commission they take off every sale is huge. Yahoo could shave the commissions down just a bit and still make a healthy profit.

    Oh, and it would be trivial for Yahoo to make a craigslist competitor. I wish they would. Heck, with flickr, they've already got the photo hosting set up. Users would be attracted by improved interface and excellent mobile buying and selling app. At present, Craigslist doesn't care about either of these things and deserves to be knocked off its laurels.

  39. Anyone try to remain anonymous on Youtube? by GodfatherofSoul · · Score: 2

    Google makes it REALLY hard to create accounts now that aren't tied to your real identity. Every time I try with nicknames and non-name handles, I get told there's something suspicious about my account (yeah right) and that they're blocking it.

    If Yahoo doesn't try to make it a social tracking node (like the Google+ crap ruining the comments section), pays out well for hits, and provides a better interface for screening out the crap (low rated videos that get millions of hits based on a good teaser, duplicates, etc.) I think they stand a great chance of seeing a ton of videos migrate.

    --
    I swear to God...I swear to God! That is NOT how you treat your human!
  40. Archive.org by ikhider · · Score: 4, Informative

    I prefer to post on Archive.org. The site can support different resolutions and can even run on Libre-based operating systems. Also, you don't have to worry about regional restrictions. For example, I may send someone a Youtube link to a friend in Germany, but she cannot view it due to region restrictions. However, an Archive.org link will work. I would prefer Archive.org as the place for original, independent video content. No ads, no stress.

    --
    "SO we bide our time, waiting for a purer kick to bloom and the future is still bleak, uncertain and beautiful" -GSYBE
  41. Yahoo is the content king by Anonymous Coward · · Score: 0

    and still in the game and makes billions off of their ads.

  42. Wrong - dusting your "points" easily... apk by Anonymous Coward · · Score: 0

    1.) Moving hosts around network nodes/workstations = cake via logon scripts OR even a centrally located server scheduling updates via scheduled tasks - take your pick, either way, it's simple.

    2.) "Future-Proofing"? You mean GOOGLE's SO AFRAID of hosts they REMOVED it (& it's a std. PART of the IP stack on everything else)...

    3.) Random access? WTF would you NEED IT FOR??

    4.) HERE IS THE BIG ONE:

    DNS != Superior - DO YOU KNOW HOW OFTEN DNS GETS "REDIRECTED"?

    a.) Look up the Kaminsky flaw (& even though there IS A PATCH?? Most ISPs (like 99%) HAVEN'T IMPLEMENTED THE PATCH, due to difficulties with MX records setup iirc).

    b.) Do you ALSO know how many "rogue" DNS servers there are that malware use?

    c.) Ever heard of "FastFlux" &/or Dynamic DNS using botnets too??

    BOTH take advantage of DNS flaws rampantly (in easily being redirected to FALSE look-alike hijack sites).

    APK

    P.S.=> I *may* be caught in the 80's according to you, but, you've been CAUGHT FLAT-FOOTED BEATEN, point-by-so-called-"point" of yours above...

    &

    You STILL HAVEN'T DISPROVEN 17 points I list here in favor of hosts, giving users of them more speed, security, reliaiblity, & even anonymity @ all, whatsoever -> http://start64.com/index.php/6...

    1. Re:Wrong - dusting your "points" easily... apk by Anonymous Coward · · Score: 0

      damn right

    2. Re:Wrong - dusting your "points" easily... apk by geminidomino · · Score: 1

      3.) Random access? WTF would you NEED IT FOR??

      4.) HERE IS THE BIG ONE:

      DNS != Superior - DO YOU KNOW HOW OFTEN DNS GETS "REDIRECTED"?

      These two I'm going to use to display that you don't know WTF you're talking about.

      3) "Random Access" is what you call reading data without going through the file line-by-line. If you can't figure out what that's for, then you're as incompetent as you are inane.

      4) I said internally run DNS. If your network is so full of holes that you have to worry about 192.168.0.150 being "redirected", then you're as incompetent as you are inane.

  43. Adblock = INFERIOR + "Souled-Out' by Anonymous Coward · · Score: 0

    ClarityRay (look it up) will end adblock, & Hosts do more w/ less (1 file) @ a faster level (ring 0) vs redundant browser addons (slowing up slower ring 3 browsers) via filtering 4 the IP stack (coded in C, loads w/ OS, & 1st net resolver queried w\ 45++ yrs.of optimization):

    ---

    APK Hosts File Engine 9.0++ 32/64-bit:

    http://start64.com/index.php?o...

    (Details of hosts' benefits enumerated in link)

    Summary:

    ---

    A. ) Hosts do more than AdBlock ("souled-out" 2 Google/Crippled by default) + Ghostery (Advertiser owned) - "Fox guards henhouse", or Request Policy -> http://yro.slashdot.org/commen...

    B. ) Hosts add reliability vs. downed or redirected DNS + secure vs. known malicious domains too -> http://tech.slashdot.org/comme... w/ less added "moving parts" complexity + room 4 breakdown,

    C. ) Hosts files yield more speed (blocks ads & hardcodes fav sites - faster than remote DNS), security (vs. malicious domains serving mal-content + block spam/phish), reliability (vs. downed or Kaminsky redirect vulnerable DNS, 99% = unpatched vs. it & worst @ ISP level + weak vs FastFlux + DynDNS botnets), & anonymity (vs. dns request logs + DNSBL's).

    ---

    * Addons are more complex + slowup browsers in message passing (use a few concurrently - you'll see) - Addons slowdown SLOWER usermode browsers layering on MORE: I work w/ what you have in kernelmode, via hosts ( A tightly integrated PART of the IP stack itself )

    APK

    P.S.=> I reposted this AGAIN... why? Simple:

    I did since the "best you had" was effete unjustifiable downmods of the last time I posted it here -> http://tech.slashdot.org/comme...

    (Yet ,b>nobody VALIDLY disproves my points on hosts either, "funny that", eh? Not)

    ... apk

    1. Re:Adblock = INFERIOR + "Souled-Out' by Anonymous Coward · · Score: 0

      Suck the HOSTS file out of my asshole and then lick the shit off, cocksucking faggot. I hope a serial killer takes out your family.

  44. AdBlock = INFERIOR + 'Souled-Out' by Anonymous Coward · · Score: 0

    ClarityRay (look it up) will end adblock, & Hosts do more w/ less (1 file) @ a faster level (ring 0) vs redundant browser addons (slowing up slower ring 3 browsers) via filtering 4 the IP stack (coded in C, loads w/ OS, & 1st net resolver queried w\ 45++ yrs.of optimization):

    ---

    APK Hosts File Engine 9.0++ 32/64-bit:

    http://start64.com/index.php?o...

    (Details of hosts' benefits enumerated in link)

    Summary:

    ---

    A. ) Hosts do more than AdBlock ("souled-out" 2 Google/Crippled by default) + Ghostery (Advertiser owned) - "Fox guards henhouse", or Request Policy -> http://yro.slashdot.org/commen...

    B. ) Hosts add reliability vs. downed or redirected DNS + secure vs. known malicious domains too -> http://tech.slashdot.org/comme... w/ less added "moving parts" complexity + room 4 breakdown,

    C. ) Hosts files yield more speed (blocks ads & hardcodes fav sites - faster than remote DNS), security (vs. malicious domains serving mal-content + block spam/phish), reliability (vs. downed or Kaminsky redirect vulnerable DNS, 99% = unpatched vs. it & worst @ ISP level + weak vs FastFlux + DynDNS botnets), & anonymity (vs. dns request logs + DNSBL's).

    ---

    * Addons are more complex + slowup browsers in message passing (use a few concurrently - you'll see) - Addons slowdown SLOWER usermode browsers layering on MORE: I work w/ what you have in kernelmode, via hosts ( A tightly integrated PART of the IP stack itself )

    APK

    P.S.=> I reposted this AGAIN... why? Simple:

    I did since the "best you had" was effete unjustifiable downmods of the last time I posted it here -> http://tech.slashdot.org/comme...

    (Yet ,nobody VALIDLY disproves my points on hosts either, "funny that", eh? Not)

    ... apk

  45. Re:AdBlock = 'Souled-Out' + INFERIOR by Zontar+The+Mindless · · Score: 1

    If you must know, we're actually quite content just to sit here, watch you talk about yourself in the 3rd person, and continue munching our popcorn.

    --
    Il n'y a pas de Planet B.
  46. I'm content with YOU, "Forrest"... apk by Anonymous Coward · · Score: 0

    As "you & yours" (quit projecting - they're ALL you) "Run, Forrest: RUN!!!" from validly technically disproving the 17 points I posted here showing how hosts files give users more speed, security, reliability, & even anonymity, enumerated here -> http://start64.com/index.php/6...

    * :)

    (Additionally: There's NO QUESTION Hosts files do MORE than browser addons do & from a faster + more efficient level of operations (ring 0/rpl 0/kernelmode vs. SLOWER usermode/ring 3/rpl 3 layered on, more complex & REDUNDANT browser addons with their message passing overheads too...)).

    APK

    P.S.=> Yes, YOU Fail (& yours, all YOU of course, lol) + You make this (& you just KNOW that I've just GOTTA say it, now don't you? AH, but of COURSE you do) just

    "too, Too, TOO EASY - just '2ez'"

    For me, & you make ME look GOOD - & yourselves, by way of comparison? Well... lol, "not so good"...

    ... apk

    1. Re:I'm content with YOU, "Forrest"... apk by Zontar+The+Mindless · · Score: 1

      You're the one who is projecting and pretending to be other people, not me.

      I *know* who I am, and I do not keep my entire self-image beholden to a single ridiculous "accomplishment" for decades on end. And, no, I am not a sockpuppet for Tom/Barbara Hudson, who joined a couple of years *after* I did, and whom you harassed to the point that s/he left the site rather than put up with you.

      I actually use my Slashdot account, which, unlike yours, does not automatically post at -1 (which is why you quit using it). I've only the one account. I rarely if ever post AC. (Since I've some years' worth of excellent karma to draw on, I've no need to do so.)

      Also, I don't waste my time and others' posting volumes of drivel on a subject about which no-one else gives a shit.

      Are you ready to grow up now? Or at least get back on your meds?

      Or do I need to ring your up mum and have another little talk with her about you?

      --
      Il n'y a pas de Planet B.
  47. It will be called... by Anonymous Coward · · Score: 0

    YahTube, mon!

  48. JennaMarbles by Trax3001BBS · · Score: 1

    Ars also has an article saying Yahoo maybe poaching Youtube "Stars" like Jenna Marbles.
    http://arstechnica.com/busines...

    Bachelor of Science in Psychology, and later attended Boston University for her Masters of Education in Sport Psychology and Counseling. http://en.wikipedia.org/wiki/J... she's no slouch, and a sense of humor that's just enjoyable.

    I first came across her in the video "How to trick people into thinking you're good looking" http://www.youtube.com/watch?v... and it surprised me how decent it was (as opposed to most videos).

    The bigger surprise? She's making ton's of money from Youtube ($4.3 million at least) - good for her. http://www.celebritynetworth.c...

    Youtube has a video they put together "Rewind YouTube Style 2012" http://www.youtube.com/watch?v... done to the video of PSY - Gangnam Style http://www.youtube.com/watch?v... (working on 2 Billion views , mucho dinero). And where I came across FreddieW ($1.8 million) another good sense of humor.

    Yahoo has a long climb to even become seen as a video source, It went from the next big thing to unnoticed over night. Youtube has become huge and an unexpected source of income to many. Me? I still won't allow ads on my videos, that any aren't being being viewed is irrelevant :}

    disclaimer
    I don't subscribe to any youtube channels, apparently that's a good thing, reading the comments on the Ars article you can't view Youtube, or comment to a video without first going through Google +, I can (it can't be that hard).

    And more importantly, I expect kick backs from all mentioned above.

  49. A great idea, then doom it to fail. by Anonymous Coward · · Score: 0

    If Yahoo did stuff different than YouTube, and backed the users, it could get popular. Content ID is a disaster on YouTube. I am surprised no one has truly taken advantage of that system.

  50. The kinds of videos that carry advertisements by tepples · · Score: 1

    There are ads on YouTube?

    Yes. The ads typically appear on videos that YouTube won't let you watch because "This video requires Adobe Flash Player" or "The content owner has not made this video available on mobile".

    1. Re:The kinds of videos that carry advertisements by CTU · · Score: 1

      I do not understand the later one, just what the heck dose it matter if someone watches on a mobile device or not?

  51. Benefit: series will continue by tepples · · Score: 1

    [Yahoo will] cherry pick the content and pay a little better. I don't see where it's really any improvement for most people.

    Some people's favorite video producers will be able to afford to license recognizable music for their videos. Or it might just be that the producer can keep producing videos as opposed to ending a series entirely in favor of a better paying job, as this anonymous commenter suggested.

    1. Re:Benefit: series will continue by amiga3D · · Score: 1

      No doubt it will benefit some people but as a competitor to youtube it'll have to improve things for everyone. Not sure that is their goal.

  52. VPN cost by tepples · · Score: 1

    Considering what the price is for browsing youtube

    Does "the price" include the price of a VPN to circumvent "Not available in your country"?

    1. Re:VPN cost by amiga3D · · Score: 1

      I guess that would depend on where you live. Some day soon we may all need VPN's to be safe.

  53. It just might be Broadcast.com by tepples · · Score: 1

    Why does Yahoo! need a new YouTube alternative when they already have Broadcast.com?

    How are you sure this article isn't a Slashvertisement for a grand reopening of Broadcast.com?

  54. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  55. Good luck with that home page by Anonymous Coward · · Score: 0

    The Yahoo homepage is a visual disaster. If they can lure high profile video producers away to that awful mess, more power to them.

    1. Re: Good luck with that home page by Atl+Rob · · Score: 1

      You've actually been their, so your the one, interesting! I was imagining it was only used by the elderly who adopted it in the 90s... Go figure.

  56. Uncertainty about Vimeo's terms by tepples · · Score: 2

    There already are sites like Vimeo that don't have the social-tie-in. Obviously it's not working like you propose.

    Vimeo's guidelines require uploaded videos to be not only non-infringing but also the uploader's own work (permission is explicitly not enough) and without "commercial intent". Uncertainty around how those rules shall be interpreted makes me hesitant to recommend it as a general-purpose alternative to YouTube. For example, any video containing footage of a video game is banned if uploaded by anyone other than the game's copyright owner, which appears to rules out video game reviews that use footage of the game being reviewed. It also appears to be banned as "Product demos and tutorials" if uploaded by the game's copyright owner.

  57. They can build it... by AmazingRuss · · Score: 1

    ...but nobody will come.

  58. So....... by Anonymous Coward · · Score: 0

    "Yahooligans!"?

  59. Mobile phone number as unique key by tepples · · Score: 1

    I don't know about Yahoo or Google, but I do know Facebook locks out any number from these "free web services" that is already associated to another user account. These services really want a unique mobile phone number per person.

  60. How is it made not a problem? by tepples · · Score: 1

    People have individual smartphones now. Have for years. It's not a problem for most people.

    What luxury do most families give up in order to afford five smartphones for a family of five?

  61. Oh the irony! by sgt+scrub · · Score: 1

    15 years ago Yahoo! destroyed broadcast.com, something that was better than YouTube will ever be. Now they have decided to start broadcast.com minus the in-house professionals that encoded and streamed the content for you. In April 1999, Yahoo! acquired the company for $5.7 billion (or over $10,000 per user) in stock and renamed it ...

    --
    Having to work for a living is the root of all evil.
  62. 'bout time by Anonymous Coward · · Score: 0

    "Yahoo May Build Its Own YouTube"

    I've always wondered why Microsoft, Apple, or Yahoo haven't done this yet. YouTube did it as a startup. It can't be that difficult.

  63. Yahoo DID by mr100percent · · Score: 1

    Does nobody remember 2005? Yahoo Video and Google Video competed with YouTube, it was not uncommon to see videos cross-posted on more than one.

  64. JumpCut became Yahoo Video in 2006 by Robbat2 · · Score: 1

    Back in 2006, Yahoo bought JumpCut. I met some of the JumpCut founders shortly after the acquisition, and they were hopeful at the time, because they we being rebranded as "Yahoo Video".

    Other than the implementation of ads, that doesn't different significantly from what they had 8 years ago. Why did it take this long?

    --
    ICQ# : 30269588
    "I used to be an idealist, but I got mugged by reality."
  65. Re:AdBlock = 'Souled-Out' + INFERIOR by Anonymous Coward · · Score: 0

    Hosts files are sequential lists of entries: completely unsuited for random access.

    Obviously, the superior solution is a local DNS configured to return localhost/your favorite cat video site/your favorite porn site/whatever for all of those scumbag domains.

    I sense you are being a little sarcastic, but the fact a hosts file is plaintext does not mean internal library routines cannot build an optimized version in memory and update it when the file on disk is updated.

    A local DNS is superior for multiple machines, unless you like replicating your hosts file
    to multiple machines. Depends on the OS of course how that is done, or if you can just throw it on a network filesystem.

  66. Wrong - & adblock does FAR less by Anonymous Coward · · Score: 0

    1,) Hosts are processed by the IP stack itself in a FAR faster level of privelege (& the way I do it with LARGE hosts is to omit the use of the faulty local DNS clientside cache usermode service in Windows, saving CPU cycles, RAM, & other forms of I/O it uses in SLOWER usermode no less, & substitute the use of the KERNELMODE FASTER subsystems (local kernelmode diskcache + TCP/IP)).

    2,) I do so with less moving parts & room for breakdown

    3.) The IP stack's also written in a FASTER language (especially vs. Adblock & other browser addons), & runs in a FAR faster level of privelege too

    4.) I put my favorite sites @ the TOP of the custom hosts file (where I spend 9%%++ of my time online), so it equals OR EXCEEDS indexing the faulty with large hosts files slower usermode clientside dns cache in Windows.

    5.) The REST of the speed & efficiency comes from not only kernelmode FASTER subsystems @ work on it, but also the fact I BLOCK OUT ADBANNERS (saves up to 40++% of sites, like this one, to download + process) with hardcoding those favs too (faster than looking up hostname/domainname to IP address resolutions, by far)

    ABOVE ALL ELSE - FACE FACTS:

    Adblock = dead vs. ClarityRay, & hosts do FAR MORE for added speed, security, reliability, & even anonymity than AdBlock OR other browser addons... by far.

    APK

    P.S.=> Do the math (binary search pattern on 2-3 million entries = the 24 favorites I keep in my hosts @ the top of it (of a TOTAL of 2.4 million entries - majority & remainder of which past my favs are BLOCKED + never intended to be gotten to), so seeks for where I spend 95%++ of my time online = or beat indexing I lost... apk

  67. good luck with that by lophophore · · Score: 1

    Yahoo cannot even make yahoo mail work right. The "redesign" -- when it works -- is not user friendly at all. Most of the time it doesn't load pages and show mail at all.

    Good luck getting video going.

    They need to pack their shit and go home, not blow more shareholder money on a(nother) losing venture.

    --
    there are 3 kinds of people:
    * those who can count
    * those who can't
  68. I think they'll lose to Facebook by PJ6 · · Score: 1

    As much as their purchase of Oculus Rift bothered me, I think I can see where it's going now.

    Some day, everyone will have a VR camera on their cellphones or Google Glass. Yahoo will try to catch up, but it won't matter.

  69. Oho, he reveals himself... apk by Anonymous Coward · · Score: 0

    Zontar, haven't YOU are multiple personality disorder "I don't need multiple personality disorder; I *am* multiple personality disorder!" from -> http://slashdot.org/comments.p...

    * NOW, go take your meds, OR whatever it is you need to get well & leave us NORMAL PEOPLE, alone already... ok? Good...

    APK

    P.S.=> So much for your USUAL off-topic illogical FAILED ad hominem attack attempts & playing "SiDeWaLk-ShRiNk of /.' on YOUR part (as you have & failed @ before vs. myself, here http://yro.slashdot.org/commen... vs. myself) minus a degree in the psychiatric sciences, a license to practice, & MOST OF ALL a formal examination of my alleged mental state (according to you, an unqualified stooge with NO validity behind your LIBEL, moron)... apk

    1. Re:Oho, he reveals himself... apk by Zontar+The+Mindless · · Score: 1

      I too can just as easily quote you out of context and "prove" any humourless, asinine thing I want.

      And--any kidding aside, Andy--I know a hell of a lot more about MPS than you might think, having spent nearly 15 years living with someone who has it.

      Also, *I* know how to use punctuation and markup correctly. :P

      --
      Il n'y a pas de Planet B.
  70. Multiple personality disorder by Anonymous Coward · · Score: 0

    Per my subject-line = YOU post ac for trolling & with your "registered 'luser'" account as you are now... scumbag (you have REVEALED yoruself/"I see you").

    After all, YOU said it:

    Zontar, haven't YOU SAID YOURSELF that YOU are multiple personality disorder?

    YES, you have:

    "I don't need multiple personality disorder; I *am* multiple personality disorder!" -

    from -> http://slashdot.org/comments.p...

    * NOW, go take your meds, OR whatever it is you need to get well & leave us NORMAL PEOPLE, alone already... ok? Good...

    APK

    P.S.=> So much for your USUAL off-topic illogical FAILED ad hominem attack attempts & playing "SiDeWaLk-ShRiNk of /.' on YOUR part (as you have & failed @ before vs. myself, here http://yro.slashdot.org/commen... [slashdot.org] vs. myself) minus a degree in the psychiatric sciences, a license to practice, & MOST OF ALL a formal examination of my alleged mental state (according to you, an unqualified stooge with NO validity behind your LIBEL, moron)... apk

  71. Effete, illogical, failed ad hominem attacks? by Anonymous Coward · · Score: 0

    Take your own advice, quit projecting, & same to you + yours (since that's the "best you got"... & it ain't much!)

    * :)

    Try your luck (& you'll NEED it: More like a miracle actually, lol) @ VALIDLY technically disproving the 17 points I enumerated here in favor of custom hosts files gfiving users of them added SPEED, SECURITY, RELIABILITY, & ANONYMITY online -> http://start64.com/index.php?o...

    APK

    P.S.=> THAT's the "best you got", naysayer trolls (in mere off-topic illogical FAILING effete ad hominem attacks)? Please, lol - YOU FAIL...

    ...apk

  72. TomHudson = Barbara, not Barbie by Anonymous Coward · · Score: 0

    Is a LIBELOUS SCUMBAG & liar (whom I confronted) -> http://slashdot.org/comments.p... Who ADMITTEDLY stalked & harassed ME (not the other way around) -> http://slashdot.org/comments.p... AND HERE TOO http://slashdot.org/comments.p...

    * & JUST LIKE YOU? He/She USES MULTIPLE TROLLING ACCOUNTS here on /. like most trolling scumbags are wont to do (Barbara, not Barbie = TomHudson (same person)).

    APK

    P.S.=> You're a lying piece of crap, troll, who I can PROVE is full of it, as I did just above (vs. your off-topic b.s.) - why don't you just LEAVE, like that diseased scumbag tomhudson/barbara, not barbie the MULTIPLE /. ACCOUNT USING TROLL (whom I cold-busted in it no less) did... apk

  73. Flash Player; preexisting exclusive sublicenses by tepples · · Score: 1

    just what the heck dose it matter if someone watches on a mobile device or not?

    For one thing, mobile devices don't support Adobe Flash Player. They never did in the case of iOS, and they no longer do in the case of Android. YouTube needs Flash Player to obfuscate the advertisement display process and streaming process in order to deter development of effective ad blockers and stream recorders. For another, some video producers had already exclusively sublicensed mobile rights to a party other than YouTube. I'm guessing YouTube assumes that collecting advertisement revenue from viewers on PCs while respecting the producer's existing contractual obligations is better than collecting no advertisement revenue at all.

  74. Re:Buy Vimeo by sudorm · · Score: 1

    They unsuccessfully tried to buy DailyMotion already.

  75. Re:AdBlock = 'Souled-Out' + INFERIOR by Anonymous Coward · · Score: 0

    APK, why the fuck do you even bother? You are utterly transparent to anyone with half a brain.

    I have yet to see anyone back you up who isn't an AC and doesn't use exactly the same talking points as you, over and over again...

  76. Re:You are FUCKING stupid... apk by Anonymous Coward · · Score: 0

    You've written ONE program. Not a very good one, either.

  77. Re:You are FUCKING stupid... apk by Zontar+The+Mindless · · Score: 1

    One that posted DAYS after I left this thread to get your bullshit in thinking I wouldn't see it...

    So says the one who followed my posting history backwards...

    --
    Il n'y a pas de Planet B.
  78. Re:You are FUCKING stupid... apk by Anonymous Coward · · Score: 0

    Which history? TrollingForHostsFiles (your sockpuppet) or Zontar (what you're using now, sockpuppetmaster). Yes, I saw apk's evidence of that here http://slashdot.org/comments.p... so either you are stupid or nuts from what was put up about you on that account or just another slashdot troll. Your burma shave bit gave you away and apk caught you in it.

  79. Where's yours to compare? It's NOT... apk by Anonymous Coward · · Score: 0

    By the way: You're WRONG AGAIN, Zontar (trolling by ac) - & when YOU can show us you've done MORE, EARLIER, & BETTER than I have in the art & science of computing (when YOU were still in DIAPERS I wager)?

    Then, you can talk:

    ---

    Windows NT Magazine (now Windows IT Pro) April 1997 "BACK OFFICE PERFORMANCE" issue, page 61

    (&, for work done for EEC Systems/SuperSpeed.com on PAID CONTRACT (writing portions of their SuperCache program increasing its performance by up to 40% via my work) albeit, for their SuperDisk & HOW TO APPLY IT, took them to a finalist position @ MS Tech Ed, two years in a row 2000-2002, in its HARDEST CATEGORY: SQLServer Performance Enhancement).

    WINDOWS MAGAZINE, 1997, "Top Freeware & Shareware of the Year" issue page 210, #1/first entry in fact (my work is there)

    PC-WELT FEB 1998 - page 84, again, my work is featured there

    WINDOWS MAGAZINE, WINTER 1998 - page 92, insert section, MUST HAVE WARES, my work is again, there

    PC-WELT FEB 1999 - page 83, again, my work is featured there

    CHIP Magazine 7/99 - page 100, my work is there

    GERMAN PC BOOK, Data Becker publisher "PC Aufrusten und Repairen" 2000, where my work is contained in it

    HOT SHAREWARE Numero 46 issue, pg. 54 (PC ware mag from Spain), 2001 my work is there, first one featured, yet again!

    Also, a British PC Mag in 2002 for many utilities I wrote, saw it @ BORDERS BOOKS but didn't buy it... by that point, I had moved onto other areas in this field besides coding only...

    Being paid for an article that made me money over @ PCPitstop in 2008 for writing up a guide that has people showing NO VIRUSES/SPYWARES & other screwups, via following its point, such as THRONKA sees here -> http://www.xtremepccentral.com...

    It's also been myself helping out the folks at the UltraDefrag64 project (a 64-bit defragger for Windows), in showing them code for how to do Process Priority Control @ the GUI usermode/ring 3/rpl 3 level in their program (good one too), & being credited for it by their lead dev & his team... see here -> http://ultradefrag.sourceforge... or here http://sourceforge.net/tracker...

    Which ended up fixing a "bug" for them later, here -> http://sourceforge.net/p/ultra... [sourceforge.net] via its implementation (partially, NOT fully yet as I outline it & use in my applications such as this one -> http://www.start64.com/index.p...

    ---

    * :)

    APK

    P.S.=> Then again, I KNOW you can't do better... lol, & YOU KNOW IT TOO!

    ... apk

  80. Re:AdBlock = 'Souled-Out' + INFERIOR by Anonymous Coward · · Score: 0

    apk's right and you can't prove him wrong. that's what I see here.

  81. Re:You are FUCKING stupid... apk by Zontar+The+Mindless · · Score: 1

    Take a wild fucking guess, asshole.

    --
    Il n'y a pas de Planet B.
  82. Re:You are FUCKING stupid... apk by Anonymous Coward · · Score: 0

    Appears you're a sock puppet using asshole troll http://slashdot.org/comments.p...