Search

Sequoia Capital, Ron Conway Issue Warnings

1 views

It's officially time for tech companies to take cover.  Sequoia Capital (a venture capital firm known for backing Apple, Google, and YouTube) and Ron Conway (an angel investor behind Google and PayPal) have advised entities in their portfolios to cut costs and hunker down.

Sequoia started a meeting yesterday with - no joke - an image of a gravestone and the phrase "R.I.P.: Good Times," according to Ron Conway' /><br /> Ron Conway<p>As for Conway, he sent a note to the CEOs of his portfolio companies, and actually included the text of two emails from 2000.  Quite a few executives' assistants were probably sent out to acquire antacids as a result.</p>
<p>Anyway, the main points made by Sequoia and Conway were that companies should focus on survival more than anything.  Sequoia alluded to a years-long slump.  Conway talked in terms of months, but specifically mentioned the drastic step of employee layoffs as a way of reducing expenses.</p>
<p>The odds of both Sequoia and Conway being off base are pretty slim, and even if they made a mistake, there are such things as self-fulfilling prophecies.  Companies that haven't done so already should probably get to work on their economic collapse plans.</p>                </div>
                
                <script>
                (function() {
                    function initCopyableSections() {
                        document.querySelectorAll('.article-content .copyable-section').forEach(function(section) {
                            if (section.querySelector('.copyable-section__btn')) return;
                            var btn = document.createElement('button');
                            btn.type = 'button';
                            btn.className = 'copyable-section__btn';
                            btn.setAttribute('aria-label', 'Copy to clipboard');
                            var label = section.getAttribute('data-copy-label');
                            btn.textContent = label ? 'Copy ' + label : 'Copy';
                            section.appendChild(btn);
                            btn.addEventListener('click', function() {
                                var contentEl = section.querySelector('.copyable-section__content');
                                var text;
                                if (contentEl) {
                                    text = contentEl.textContent.trim();
                                } else {
                                    var clone = section.cloneNode(true);
                                    var btnClone = clone.querySelector('.copyable-section__btn');
                                    if (btnClone) btnClone.parentNode.removeChild(btnClone);
                                    text = clone.textContent.trim();
                                }
                                if (!text) return;
                                navigator.clipboard.writeText(text).then(function() {
                                    var t = btn.textContent;
                                    btn.textContent = 'Copied!';
                                    btn.classList.add('copied');
                                    setTimeout(function() {
                                        btn.textContent = t;
                                        btn.classList.remove('copied');
                                    }, 2000);
                                });
                            });
                        });
                    }
                    if (document.readyState === 'loading') {
                        document.addEventListener('DOMContentLoaded', initCopyableSections);
                    } else {
                        initCopyableSections();
                    }
                })();
                </script>
                
                <!-- Tags -->
                                
                <!-- Correction Form -->
                <div class=

Found an error or have a suggestion? Let us know and we'll review it.

Share this article

Comments (0)

Please sign in to leave a comment.

No comments yet. Be the first to comment!