Opportunity Sizing: Is the Juice Worth the Squeeze?
blog.harterrt.com
Opportunity Sizing: Is the Juice Worth the Squeeze?
1–10 of 26 posts
Re: Opportunity Sizing: Is the Juice Worth the Squeeze?
#2Re: Opportunity Sizing: Is the Juice Worth the Squeeze?
#3Re: Opportunity Sizing: Is the Juice Worth the Squeeze?
#4I wonder if this kind of reasoning might be why Mozilla keeps dropping features of Firefox I liked such as RSS, bookmark descriptions, FTP, while adding stuff I don't care about like Pocket and Hello. I've recently finally caved in and installed Chromium and Brave, to see if they might be worth switching because of the reasons I had for using Firefox are just not there any more. After 15 years using Firefox (and advo…
Re: Opportunity Sizing: Is the Juice Worth the Squeeze?
#5This is one of those “Product Management 101” things that engineers are surprisingly bad at. I couldn’t agree more that this is an essential skill for engineers (especially sr engineers), whether they’re working on infra, growth, or product.
Re: Opportunity Sizing: Is the Juice Worth the Squeeze?
#6Re: Opportunity Sizing: Is the Juice Worth the Squeeze?
#7This is one of those “Product Management 101” things that engineers are surprisingly bad at. I couldn’t agree more that this is an essential skill for engineers (especially sr engineers), whether they’re working on infra, growth, or product.
At least in my experience, management tends to break engineers of this 'skill'. They usually just want us to build whatever they say. Never mind if we could tweak the underlying business process to make the technical system better and even save the business money.
a bad manager would.
But also, an engineer capable of this is basically CxO material - which threatens said manager's career progress!
Re: Opportunity Sizing: Is the Juice Worth the Squeeze?
#8Re: Opportunity Sizing: Is the Juice Worth the Squeeze?
#9I wonder if this kind of reasoning might be why Mozilla keeps dropping features of Firefox I liked such as RSS, bookmark descriptions, FTP, while adding stuff I don't care about like Pocket and Hello. I've recently finally caved in and installed Chromium and Brave, to see if they might be worth switching because of the reasons I had for using Firefox are just not there any more. After 15 years using Firefox (and advo…
I also don't quite get people's attachment to FTP. FTP has always been a horrible protocol and only relatively tolerable back before the Internet got so widespread. The moment one went from a modem to say, DSL, one would quickly bump into the horrors of FTP under NAT. And even before then, FTP sometimes screw up hours of downloading with ASCII mode.
FTP is clearly a protocol made for command-line comfort, and was never a good fit for something like a web browser anyway. The directory listing is an atrocity because it's made for human eyes and requires a dozen different parsers for automation depending on variety. The mess with the passive/ASCII stuff requires the user to understand those are things that exist and what they may want. And the hacky anonymous download access was achieved by giving the user instructions in the login banner.
All those things are really not suitable for anything that aims to make it simple to download on click.
Re: Opportunity Sizing: Is the Juice Worth the Squeeze?
#10Earlier quoted context omitted.
At least in my experience, management tends to break engineers of this 'skill'. They usually just want us to build whatever they say. Never mind if we could tweak the underlying business process to make the technical system better and even save the business money.
> They usually just want us to build whatever they say. a bad manager would. But also, an engineer capable of this is basically CxO material - which threatens said manager's career progress!