Earlier quoted context omitted.
https://www.merriam-webster.com/dictionary/snare transitive verb 1b : to win or attain by artful or skillful maneuvers
This exactly supports my point. There was no artful or skillful "maneuvering" on Dropbox's part. They made an offer and negotiated a purchase that was amenable to both parties. Had this been a hostile takeover or had Dropbox forced them to sell "snare" would indeed be applicable. However the Dropbox relationship was one Hellosign unequivocally stated they were "thrilled" about as far back as last November: https://ww…
Dropbox buys HelloSign (YC W11) for $230M
101–110 of 164 posts
Re: Dropbox buys HelloSign (YC W11) for $230M
#102Earlier quoted context omitted.
revenue * multiple let's say $10m in ARR * a 23x multiple The way you get to the multiple is a combination of how fast the revenue is growing, how long you think that will keep up, and the margin of the revenue. Craftsman Tools, for example, was probably not growing much or shrinking and likely had low margin revenue but I don't know.
Would revenue or assets be used? So once the accounting statements are reviewed, then most of the acquisition talk is just a discussion over a multiplier?
Re: Dropbox buys HelloSign (YC W11) for $230M
#103Earlier quoted context omitted.
Have you used Paper? Also an acquired team, and a great product that has seen a bevy of improvements since being under Dropbox.
Paper is a security nightmare. Every document is automatically accessible publicly if you know the url. You need to set each document individually to private. At least for the Personal/Pro plans.
Re: Dropbox buys HelloSign (YC W11) for $230M
#104Earlier quoted context omitted.
Would it make sense to give them decision making power over the rest of Dropbox's marketing and product direction, not just HelloSign's pending integration?
Correct. I think the HelloSign acquisition is an attempt to position for medium and enterprise sales. However, I suspect Dropbox doesn't have competencies to execute on that in marketing or sales. Again, there are 2 or 3 more acquisitions they need to make... now... to make all this tick.
Re: Dropbox buys HelloSign (YC W11) for $230M
#105Earlier quoted context omitted.
Paper is a security nightmare. Every document is automatically accessible publicly if you know the url. You need to set each document individually to private. At least for the Personal/Pro plans.
The URLs contain a long random string in them, no? This makes them unguessable. Public-by-default seems to enable easy sharing of documents. I would hope that corporate plans would impose stricter privacy controls, but for personal use, being able to share a document just by sharing its URL seems very convenient. Though I suppose defaulting the permissions such that anyone with the URL can edit the document seems may…
Re: Dropbox buys HelloSign (YC W11) for $230M
#106Earlier quoted context omitted.
DocuSign makes like $700 million a year. HelloSign makes less than $4 million a year (according to Crunchbase at least). If Dropbox was buying revenue then by Docusign's multiple they handsomely overpaid for HelloSign. But they're not buying revenue, so who knows if they over or underpaid.
That can't possibly accurate, right? If their revenue is 4M, the acquisition is 57x their rev. That's crazy. Except if they have long time contracts signed maybe?
Re: Dropbox buys HelloSign (YC W11) for $230M
#107Earlier quoted context omitted.
Have you used Paper? Also an acquired team, and a great product that has seen a bevy of improvements since being under Dropbox.
Literally all I want from Dropbox is to sync files between my various devices. I am not interested in doing anything else with it.
Please dont mess up HelloSign like you did with the parent company!
Re: Dropbox buys HelloSign (YC W11) for $230M
#108This is awesome news, congrats folks!! Have relied on hellosign over the years, including doing all of my home buying paperwork with it.
I've used HelloSign as well, but every other app that I used that Dropbox bought has been discontinued so while I'm happy for the team, I don't have high long term hopes for the project.
Re: Dropbox buys HelloSign (YC W11) for $230M
#109Earlier quoted context omitted.
It needs a lot more work, the search is horrible, and there are a number of features needed to take it to the next level. So far their feature velocity has been tepid. I like a lot of the ideas, and appreciate a viable google docs alternative, but I fear a Dropbox-level of feature development will doom Paper long term.
I'm forced to use Paper as a wiki now. Search, discoverability and extensibility is so bad that I miss Confluence....
Re: Dropbox buys HelloSign (YC W11) for $230M
#110Earlier quoted context omitted.
Literally all I want from Dropbox is to sync files between my various devices. I am not interested in doing anything else with it.
I think improving on the syncing-workflow and enhancing it to offer more then just syncing would be something useful. Something like automated actions, or filters. I store sourcecode in my dropbox, and I really would prefer a way to not sync certain junk-files from compiling-process. Or let it automatically commit to a git-repo if there are changes in certain folders. Something like IFTTT for files seems a sane solut…
exclude_folders=$(find . -type d -name "node_modules")
dropbox exclude add $exclude_folders
dropbox exclude list # Sanity check