Viewing profile — jdsin
jdsin
HN member- Joined
- Wed, Nov 02, 2016, 7:53 PM UTC
- HN karma
- 15
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About jdsin
No profile information was provided.
Recent public activity
-
comment
Comment #14038072
Simple bookmarklet for paywall bypass. Write the following in URL and bookmark it: javascript:location.href=' http://facebook.com/l.php?u='+location.href Tested in Firefox
-
comment
Comment #13707330
This is exactly the issue I encountered. I run a pelican static blog on github. I just host my comments as a simple flask app on www.pythonanywhere.com Code here: https://github.co…
-
comment
Comment #13707287
Actually I wanted something even more simpler. No usernames, avatars,emails,threading, none of that. I just wanted the simplest way to add comments, and to keep spammers out, that …
-
comment
Comment #13707262
Exactly! I host my blog for free on github, and the comments on free account from www.pythonanywhere.com.
-
comment
Comment #13700871
I explored this for my static website (hosted on github), Didn't fit my needs exactly. So I started building one in flask and mySQL recently: https://github.com/singhjaideep/flask_…
-
comment
Comment #12878260
That makes sense. So we can, instead of mining anonymous data about users (like my other comment), can mine the webpage the ad is going to be displayed on. This would make it inter…
-
comment
Comment #12866374
Dang it! Back to square one. So it seems its a double edged sword. Personally I feel this is a good compromise. What would you rather have, something like this? Or something like G…
-
comment
Comment #12860440
That is true. They drive up prices on Google Ad prices. But I feel its a symptom more than the problem. Because these ad networks have a per-click payout system, they have to track…
-
comment
Comment #12859458
Good question. Maybe target using some kind of heuristics? We can figure out who is loading our imgs: ip addresses, requesting browser details, load time, approximate location (cit…
-
comment
Comment #12859028
I'll take a stab at it. Do not embed javascript at all! Javascript slows down the webpage, send creepy-tracking-stuff back to the ad network, and gets easly blacklisted in adblocke…
-
comment
Comment #12858961
Commit everything to a github repo. I have one repo named Stuff lol
-
comment
Comment #12858842
Absolutely! Some websites I can't even scroll properly without disabling ads. I like the Patreon idea, because of not middleman, so it certainly appeals to an audience. But I don't…
-
story
Ask HN: How would you build a trackerless ad network?
We have seen a lot of posts on HN regarding ad networks and ad blockers. Basically there are two arguments: 1) Allow ad networks, so we can compensate content creaters. 2) Block ad…