Earlier quoted context omitted.
Isn't that just the Substack default? so much better than Medium's or others, at least it closes. Besides, Substack is one of the more writer-friendly platforms re: take-home-pay and no ads, so maybe reconsider?
At risk of being condescending, 50% of the platform's job is also being reader-friendly. If it can't achieve that, then it's not very well-designed. Some people have said it has a nicer nag than Medium, though surely we can do much better and have no nagging when you're in the middle of reading an in-depth technical article?
How many lines of C it takes to execute a + b in Python
91–100 of 224 posts
Re: How many lines of C it takes to execute a + b in Python
#92Earlier quoted context omitted.
As disrespectful and annoying as it is, don't sites do this because it's a net gain in conversions for them? I think we're a minority here. At scale, do not the masses submit to these popups and end up converting into sales?
To echo another person in the thread, surely the best time to engage someone is at the end, when they've finished reading a (hopefully) substantive article, and want to stay engaged with the writer. Not after a few paragraphs.
I would definitely imagine a sweet spot between “they are now engaged” and “they haven’t given up or gotten distracted yet” is optimal, especially given people’s attention spans these days :)
Re: How many lines of C it takes to execute a + b in Python
#93Re: How many lines of C it takes to execute a + b in Python
#94Python's math operations are going to need a lot of C code because the numbers can be any size. It's part of what makes it so great for scientific computing (as you don't have to spend hours implementing arbitrary precision math - probably badly.) If that's too slow though there's always NumPy.
That's only true for integers. For scientific applications you'd typically want floating points and Python's floats are just regular ieee-754 doubles (or whatever "double" meant to the compiler used to compile that python interpreter).
Re: How many lines of C it takes to execute a + b in Python
#95[flagged]
Maybe mildly annoying? You can easily close it and continue reading.
Re: How many lines of C it takes to execute a + b in Python
#96[flagged]
Kill Sticky: https://github.com/t-mart/kill-sticky
NoScript: https://noscript.net/
Reader mode: https://duckduckgo.com/?q=browser+reader+mode
Or yeah just close it. Life's too short to put up with websites that hate you. I rarely bother visiting Medium or Substack articles because of how hostile they are to readers.
Re: How many lines of C it takes to execute a + b in Python
#97Earlier quoted context omitted.
As disrespectful and annoying as it is, don't sites do this because it's a net gain in conversions for them? I think we're a minority here. At scale, do not the masses submit to these popups and end up converting into sales?
To echo another person in the thread, surely the best time to engage someone is at the end, when they've finished reading a (hopefully) substantive article, and want to stay engaged with the writer. Not after a few paragraphs.
It wouldn't surprise me at all if any of the following effects (or hundreds of others) are enough to make a difference.
- The people most likely to pay for in-depth tech articles are also high earners with large demands on their time, and they're likely to be interrupted before they finish the article or bounce before the conclusion because they've internalized the meat of the content already. Asking early is annoying, but if it's even 10% as effective then it might overcome the bounce rate. Optimizing total revenue might happen by targeting those people, even at the expense of ruining the sign-in conversion rate.
- Their A/B testing treats sign-ups and subscriptions as information-independent funnels. They're optimizing sign-ups, hoping to therefore optimize revenue, but the sort of person most likely to sign-up after being afronted with a pop-up is also the sort of person who doesn't care that the pop-up appeared before they finished.
- Sign-ups are dominated by people who are hooked on a single article after then first paragraph or three and who can't stand to put it down. After the psychological investment of making an account, they're more likely to stay.
- Sign-ups are roughly orthogonal to the current article. People sign up when they think doing so will have enough value over time, and they have enough signal from the article to figure that out well before they've extracted all the benefit they'll get from the article. The pop-ups only capture people who were about to convert anyway, and the pop-up just made the conversion easier.
Re: How many lines of C it takes to execute a + b in Python
#98[flagged]
I personally would not call it "incredibly" annoying. There's much more annoying things out there. Maybe mildly annoying? You can easily close it and continue reading.
Offer a decently sized, floating, pinned-to-top, non-blocking subscription banner, perfectly fine.
Re: How many lines of C it takes to execute a + b in Python
#99[flagged]
I open a HN discussion about an article, and the first comment talks about popups, colours, fonts, cookies, ... and it triggers a long discussion. Same story again and again ...
... now, that's annoying.
Re: How many lines of C it takes to execute a + b in Python
#100Earlier quoted context omitted.
Isn't that just the Substack default? so much better than Medium's or others, at least it closes. Besides, Substack is one of the more writer-friendly platforms re: take-home-pay and no ads, so maybe reconsider?
At risk of being condescending, 50% of the platform's job is also being reader-friendly. If it can't achieve that, then it's not very well-designed. Some people have said it has a nicer nag than Medium, though surely we can do much better and have no nagging when you're in the middle of reading an in-depth technical article?