Earlier quoted context omitted.
Discoverability is solved by being on the Mozilla AddOn store. Besides, not everybody cares about discoverability.
But it was removed from AMO. That was an issue as people that installed it from AMO just stopped receiving updates silently. You had to uninstall it and re-install the gitlab version for the auto-update to work again.
Tell HN: Bypass Paywalls repository is gone
111–120 of 137 posts
Re: Tell HN: Bypass Paywalls repository is gone
#112Earlier quoted context omitted.
But it was removed from AMO. That was an issue as people that installed it from AMO just stopped receiving updates silently. You had to uninstall it and re-install the gitlab version for the auto-update to work again.
Hmm, didn't catch that. I see there's still _a_ Bypass add-on on Mozilla. There always were a few, and close forks last I bothered to check. Is this different?
Re: Tell HN: Bypass Paywalls repository is gone
#113Seems like Gitlab seems to be even more ridiculous with their responses to large businesses and potentially dubious copyright claims than GitHub is. It's not the only time this month I've seen them take down repositories related to projects that some large company wanted removed despite it not necessarily being illegal in any way.
Yeah this is not a DMCA thing, there is nothing copyrighted in the code. The core problem is the newspapers wanting their cake and eat it. They want those sweet google hits but they don't want to give their articles to readers without payment. So there's always a way around it if you can manage to fake a google spider. For me the current model is so broken. I end up on lots of different newspaper sites. But no, I'm n…
It's ... kinda crazy when I type it out.
But that's basically what advertisements do for publishers today, and if we're moving away from that model (and we *really* should), what do we replace it with?
Re: Tell HN: Bypass Paywalls repository is gone
#114Why was this hosted on gitlab.com ? If you're not on github, the discoverablity is pretty low. You are not self hosting. There is no upside for a project like this to be on gitlab.com. If you're already taking the hit of not being mainstream, why not self host in a sane country ?
1) There are lots of reasons to avoid Github and they are all spelled Microsoft. 2) Putting something on Gitlab means that there is one level of activation energy between idiots trying to pad out some corporate "social goodwill" number by "fixing" things on your project. If I ever had to open-source anything, I would host it somewhere else and mirror a read-only repo to github.
Re: Tell HN: Bypass Paywalls repository is gone
#115Re: Tell HN: Bypass Paywalls repository is gone
#116Earlier quoted context omitted.
Discoverability is solved by being on the Mozilla AddOn store. Besides, not everybody cares about discoverability.
But it was removed from AMO. That was an issue as people that installed it from AMO just stopped receiving updates silently. You had to uninstall it and re-install the gitlab version for the auto-update to work again.
Re: Tell HN: Bypass Paywalls repository is gone
#117Earlier quoted context omitted.
This is the attitude that has ruined the entire web. The real question should be: why is JavaScript necessary and what does it add? (In the majority of applications, absolutely nothing.)
It adds interactivity and dynamic features that would be pretty slow or very challenging to implement in pure HTML/CSS.
Re: Tell HN: Bypass Paywalls repository is gone
#118Earlier quoted context omitted.
This is the attitude that has ruined the entire web. The real question should be: why is JavaScript necessary and what does it add? (In the majority of applications, absolutely nothing.)
It adds interactivity and dynamic features that would be pretty slow or very challenging to implement in pure HTML/CSS.
That's the heart of it, isn't it? It's challenging.
At the core of modern web development is the attitude that developer convenience trumps all.
The software is free after all. (The thousands you pay in bandwidth and hardware upgrade costs to keep running their bloatware doesn't count because none of that goes to the web developer, and is therefore irrelevant in their it's-all-about-me worldview.)
Re: Tell HN: Bypass Paywalls repository is gone
#119Earlier quoted context omitted.
Yeah this is not a DMCA thing, there is nothing copyrighted in the code. The core problem is the newspapers wanting their cake and eat it. They want those sweet google hits but they don't want to give their articles to readers without payment. So there's always a way around it if you can manage to fake a google spider. For me the current model is so broken. I end up on lots of different newspaper sites. But no, I'm n…
The trouble is that the ideal model (newspapers on the whole used to cost, like, 0.25c) is extremely tricky in the online space, because payments are high friction and small payments especially are not really economically viable. I'm not sure what solution could possibly exist that wouldn't involve some hyper-common payment provider building out a service to solve this specific thing, and then getting all the online…
Re: Tell HN: Bypass Paywalls repository is gone
#120Earlier quoted context omitted.
Why would they have to make their interface work without JavaScript? The few people who block JavaScript for sure know how to enable JavaScript again. And if they block JavaScript for security and trust reasons, well, they are going to download software from gitlab and run it anyway.
Delivering STATIC DOCUMENTS via dynamic javascript apps running on top of http is the quintessential caricature of overengineering.
Over-engineering indeed, but it does address actual problems.
Primarily: Addressing what most browsers haven't well managed to handle: interaction with big files.
E.g. huge database-like Plain Text: browsers typically fail with OOM (Out of Memory).
I'll write a review of GitHub's delivery infrastructure when I have the time.