← Back to context

Comment by forcer

1 day ago

I am not sure why this old news is surfacing here today but I can give my 2 cents, since I sold speedchecker.com last year and were directly competing with Ookla.

The main business is selling the data. You use Speedtest.net to troubleshoot your connection but metrics captured with the test alongside location data give telcos invaluable insights on where they should improve their networks. Telcos pay 6 figures annually for this data and we have a few hundreds of of those big MNOs globally. This market is pretty big. Accenture is in trouble with their main consulting business due to AI so acquiring data business is one of the smart strategies they can implement to stay relevant.

To all commenters who think they can code it over the weekend, yes you are right. I coded my first speed checker over the weekend in 2008 but it took me 18 years to grow the user base , figure out entreprise sales strategy and exit. Its not easy as it seems.

As someone who worked at a CDN for years, I imagine the code is the easiest technical part. Managing the infrastructure, network connectivity, load balancing, and capacity planning would be the harder parts, outside of the sales and marketing bits.

If you don’t get all of those parts right, you are going to end up measuring your own bandwidth rather than the client’s.

  • This.

    The website, and backend code for the test. 10% of the software work. Which is what everyone seems to think.

    The code to managing the infrastructure, network connectivity, load balancing, and capacity planning is the 90% of the software part. But even then it is only 10% of the technical thing.

    Getting all the ISP onboard to have your server in their network / exchange and to deal with you, takes more time and effort then all the software part. But even then it is only 10% of the project.

    The remaining 90%? Non technical part for Sales and Marketing and getting user traction.

    To put that into perspective, the website can be done in a weekend was only 0.01% of the work.

> but it took me 18 years to grow the user base , figure out entreprise sales strategy and exit.

The audience here has never wanted to admit that the codebase doesn't really matter. Now that codebases can be created in a weekend, people are opening their eyes to this sentiment - the hard part is the sales, the code is easy.

  • Great code is still not easy. Choosing the right stack/libraries/billing and getting everything to work together (for cheap) is still something barely 10% of devs can actually realistically do.

    Sales is hard, yeah, but look at everyone claiming to be building something amazing and it ends up 9 months behind schedule or just being an buggy, untested version of something that already exists in the market.

    • Great code has never been the requirement of success.

      Throughout my career no software that hits $100m annual revenue was born from great code. That’s 2 fortune 100 hi-tech companies with other medium sized companies with revenue close to $1B.

      There was one company that had better codebase than the others, unfortunately that company struggles to hit $2M MRR…

      Looking back, it was painful to admit that code quality was not how the company succeed: it was overall strategy and luck.

  • Most of them can't. It's just a few products like speed testers and social media that are at least surface level easy. You can't vibe code up a triple A quality game in a weekend.

    • To be fair, triple A gaming lately has been something of a letdown. That does not invalidate your point exactly, but it does mean that the tastes of the gaming audience might be changing ( we kinda were in similar spots before ).

  • > the codebase doesn't really matter

    Sigh.

    I’m sure the viewpoint from being in mergers and acquisitions is quite different (and to me, often comes across as quite callow). I’ve been a software developer for 35 years (closer to 45 if you include my pre-professional life, aka adolescence) and have deliberately stayed “on the tools” in my career with working in codebases and product development as I’ve found that is where I am happiest and can make the best contribution, rather than move up the managerial ladder to my level of incompetence, to quote Peter.

    To create a successful product in IT, or any industry really, it takes a lot of different skills, facets and (often competing) priorities. And those priorities do change over time. I’m sure by the time a product or service crosses your desk, the codebase quality is not as big of a priority. Earlier in the life cycle a shit codebase makes for a shit product that is a lot harder to grow and maintain — so much so that most of them have probably folded before they reached the stage of looking to be merged or acquired. I’ve dabbled in sound mixing for live performance and when training others I’ve mentioned the fact that it very hard to make a bad singer or musician sound good, but very easy to make a good singer or musician sound bad. Same goes for trying to make what would otherwise have been a good product or service with a bad codebase. That’s really hard and creates a hell of a lot more work for every part of the business.

    I’ve had sales people tell me to my face that they are the most important part of the business and the actual product or services is not that important. And in my more callow stages of life experience I’m pretty sure I’ve reciprocated with words like useless and parasitic, and that I could replace them with a small bash script. But in reality what we all do is important to the complex endeavour of developing and maintaining a successful product or service. The existential threat of AI is moving up the ladder of incompetence and changing the face of what we do. It may even jump a few rungs in the process. But it’s not there just yet. Keep making good sales, keep making good mergers, good products, good acquisitions, good services, and good codebases.

    No tokens were harmed in the production of this comment.

    • I think this perspective benefits from experience, the ability to step outside one’s self, see that the world is complicated, then focus on the thing you enjoy.

      As much as I agree with you now, I also accept that younger me wouldn’t have!

      Very well said.

    • Your argument is sound. It certainly takes a good deal of skill to create good code. And yes, good code makes it easier to create a better product.

      And yes it's easier to build a better company on a better product.

      But history is littered with "worse products" that won in the marketplace.

      It turns out that all the attributes you name are helpful but not necessary. Good marketing trumps good product. We see this over and over again.

      The best combination is good marketing and good product. If I can only get 1 of those then I'll take hood marketing. Equally if you have a good product but bad marketing you don't get many (if any) users. The "ask" section on this site is littered with that.

      So, assuming we can all make "good enough" code, the code doesn't matter. It's all good enough. The distinguishing feature is the marketing, because that leads to market share, and that's all any company is really selling (once it sells for a lot).

      I'm upvoting you because your comment is well made, and certainly common, even if it is incorrect:)

      Having been involved in multiple different acquisitions, on both sides of the table, I can anecdote that the code quality had no impact on any part of the acquisitions. The players are not buying or selling the code.

      5 replies →

  • > The audience here has never wanted to admit that the codebase doesn't really matter.

    Are we talking about speed testing websites or the code that controls space vehicles? Perhaps extreme generalities do not provide useful insights.

    > Now that codebases can be created in a weekend

    Now that corporations are whitewashing copyright off of code so you can steal it without conscience.

    > people are opening their eyes to this sentiment

    Code is the product. Engineering is the discipline. That you can achieve high sales without good engineering is not a new idea. That it only provides short term benefits and leaves you irrelevant in the long term is the actual sentiment.

    > the code is easy.

    Coding has been easy since Perl was released. Knowing _what_ to code is the problem.

The partner network of Speedtest is also impressive. I don't know how many speed tests they need to handle in parallel, but usually it's always enough to do speed tests up to 5-10 Gbit/s. With more and more fiber connections also latency becomes very relevant. Otherwise the tests would be meaningless. Speedtest manages to measure less than 1ms latency on my fiber connection.

  • Once you have a good amount of users testing, its not that difficult to get free servers from the ISPs. The secret is that on-net servers show testers better performance than off-net so every ISP wants to contribute the speed test server. If they dont do it they are shooting themselves in the foot by routing their traffic to competitor networks and getting test results behind their peers.

    Whats even worst then your competitors can claim awards for the Fastest ISP and your marketing people are furious!

    • That was a persistent conversation with ISPs when I was building a white label WiFi product (competitor to Eero).

      Some ISPs wanted us to pin to their servers in our app to have the best possible results (we refused) while others wanted us to use their servers because they offered 10G service and none of the other servers had that much throughout. So their true 10G line would be limited by the server, not the line.

    • Sure, but it's still a huge effort to set up all those partnerships and keep them alive. ISPs are often traditional and slow moving companies, it probably takes a lot of work to get those servers in place at the right locations.

When you first built it, were you aware there was market for the data? Or was this something you discovered afterwards? It makes sense, but I wouldn’t have guessed it.

Telcos wanting to improve their networks is news to me. I always thought providing the bare minimum is basically their business model.

It’s less than ninety days old and it isn’t (2025), so I wouldn’t consider this as ‘old news’ yet. TIL, for example! But if you think it’s a dupe/repost and should be squashed, email the mods a link to both this and the prior post so they can evaluate.

How come ISPs aren't providing that data internally from observing their own traffic ?

  • I'm not sure about broadband data, as it can't be that useful. However on the mobile side, it's fairly valuable as a mobile app can collect A-GPS location and sensor telemetry that are unknown to the MNO otherwise.

Thank you for your service ( the product was/is -- haven't used in a while -- useful ).

I think this is the part that people do not appreciate. Sometimes it genuinely it is not the difficulty of the task from a pure programming perspective, but 1) getting the users and 2) getting people to pay for the service and 3) getting the right people to sign off on that.

It is very similar in banking. The products themselves are not super hard ( though the challenges are real ), buy just getting to talk to the right people is a hassle.

ISP seems to give higher network priority to Ookla so I'm not sure how useful it is compared to actual experience.

Are you able to share the details on how it was valued? Was it N times revenue or anything like that? I have tried to value a property several parties are interested in and found it quite mysterious.

thanks fornthe insights. inthought it was a wopping number but this makes totally sense. never realised this was gather valuable data for network operators. cool insights!

Any recommendations for similar tools to check network metrics other than speed ? Used to be a few free ones but would be nice to have an easy one to use

  • Most will show you speed / latency / packetloss with the toggleable option for multi-single threaded.

    What would you like to see?

> Accenture is in trouble with their main consulting business due to AI

Is this something being seen across all outsourcers like Accenture, Wipro, Infosys etc?

> To all commenters who think they can code it over the weekend, yes you are right... but it took me 18 years to grow the user base

I should get this printed and framed

All it takes to defeat the business model is https://openspeedtest.com/

what was the point where you had enough data to make it worthwhile for telcos?

  • I would say if you can reach 1% of the population in a given country every month then you are starting to be interesting for the telcos.

    • What about city specific data? Is that equally/more/less valuable? At what scale do you think?

> I coded my first speed checker over the weekend in 2008 but it took me 18 years to grow the user base , figure out entreprise sales strategy and exit. Its not easy as it seems.

The biggest surprise (imo) when you start a business is how little of running a business is actually directly about the product. Having a product is essential, sure, and having a good product is nice, but that’s just the tip of the iceberg.