cubes | 3 years ago | on: Ask HN: What game do you wish existed?
cubes's comments
cubes | 3 years ago | on: Ask HN: Important nonobvious startup/business lessons you've learned?
The wrinkle here is that it's not always obvious what projects will create business value. Unfortunately, if you're not in an organization with deep pockets and a long time horizon for projects to succeed, it's almost always a better business decision to work on projects that have a direct link to creating business value.
2. Using a technology because [insert large successful company or startup here] uses it well at scale is almost always the wrong decision for a startup. What works for Google, Meta, Uber, etc. will likely not work for your startup until you reach a certain critical level of scale.
3. Headcount is vanity metric. If a company is proud that they have a large team, you should probably run. Employees cost money and employee salaries count toward OPEX vs. CAPEX. What matters is revenue per employee, but many startups are pre-revenue.
4. Scaling your organization or technical stack before you have product market fit is a waste of time. Silicon Valley history is littered with dead startups you've never heard of that burned through their runway building over-engineered systems designed to scale to meet the demand of users that never came. The same is true of startups that built out massive sales departments before they had a product that people wanted to buy.
cubes | 3 years ago | on: Markdoc: Stripe's Markdown-based authoring framework
As a former colleague liked to say, "The bar to authoring documentation needs to be so low you can trip over it."
cubes | 3 years ago | on: The great VC pullback of 2022
cubes | 3 years ago | on: Ask HN: I burned out but I don't want to let my team down
What worked for me was talking to my manager, and arranging to unplug by taking a significant amount of time off. For me, this was two weeks initially, which I extended to three. IMO, three weeks is the minimum I would consider taking if I get into this state again.
If your manager is a good one, they will support you. If your organization is a healthy one, your team will understand and empathize.
Burnout is real, and, in my experience, it's unlikely to resolve by staying the course.
cubes | 5 years ago | on: Pysa: An open source tool to detect and prevent security issues in Python code
cubes | 5 years ago | on: Pysa: An open source tool to detect and prevent security issues in Python code
cubes | 5 years ago | on: Pysa: An open source tool to detect and prevent security issues in Python code
cubes | 5 years ago | on: Feeling unproductive? Maybe you should stop overthinking
Such actionable advice! Much wow!
cubes | 12 years ago | on: Vizify acquired by Yahoo
cubes | 12 years ago | on: What you need to know about employee stock options
Feel free to edit your post so as not to send people to the poor house.
cubes | 14 years ago | on: Ask HN: MacBook Pro still preferred laptop for non-MS development?
cubes | 14 years ago | on: In defense of the Google chef
cubes | 14 years ago | on: How To Get Covered In a Major Tech Blog
cubes | 15 years ago | on: Mailgun (YC W11) Raises $1.1 Million For Its "Twilio For Email"
cubes | 15 years ago | on: Ask HN: Who is Hiring? (April 2011)
Email [email protected] if you're curious.
cubes | 15 years ago | on: The Lost Horizon Night Market, bespoke experiences in box trucks
cubes | 15 years ago | on: The Lost Horizon Night Market, bespoke experiences in box trucks
cubes | 15 years ago | on: Foursquare and MongoDB: What If?
* http://www.quora.com/What-caused-Foursquares-downtime-on-Oct...
* http://blog.foursquare.com/2010/10/05/so-that-was-a-bummer/
* https://groups.google.com/group/mongodb-user/browse_thread/t...
Someone on this thread suggested that Foursquare's performance problem is related to the calculation of badges. I'm not sure where this idea came from. I haven't seen any mention of the issue being related to badges in first or secondhand sources.
That said, Mongo DB's map/reduce operation would not be a reasonable solution at this time. Mongo DB's map/reduce performance is, at present, somewhat lacking because it runs via the javascript engine which is currently single threaded. I know there are plans to improve performance of Mongo DB's javascript engine by switching to V8, but I don't know if V8 is multithreaded.
Often design decisions that look bad in hindsight get baked in early. By the time you realize that an alternate design would yield better performance, there may be too much data to migrate so you just have to live with it.
cubes | 15 years ago | on: Foursquare and MongoDB: What If?