• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics in ~tech with the tag "websites". Back to normal view / Search all groups
    1. Which web browser do you use?

      Most of the world seems to be settled around Chrome and Safari these days. I remember using Firefox a long time ago myself but then everyone started switching to Chrome and that also turned out to...

      Most of the world seems to be settled around Chrome and Safari these days. I remember using Firefox a long time ago myself but then everyone started switching to Chrome and that also turned out to be a natural path of least resistance for web developers like me who had to test web apps in local environment.

      This switch happened in circa 2015-16 if I recall correctly, many other browsers have evolved since then and people are looking at alternatives. The Android Kiwi browser, for example, is a great alternative for power users on mobile who need plugins but Chrome won't allow that. Other alternatives have evolved too like Brendan Eich's Brave browser which seems to be promising. Anyone here tried that yet?

      I have half a mind to go back to Firefox but I recently learned about how Mozilla Corp is also funded by Google and that turned me off. Wouldn't you rather want to deal with the Devil directly instead of the Devil's assistant or sidekick!

      And then there are also those who use Garibaldi, Midori, etc. but I can't go that purist way. I'm way too dependent on the digital way of life and sites like amazon and flipkart won't work in those browsers. What do you think should be the right path ahead from here?

      24 votes
    2. Google Adsense is bringing a bunch of policy changes that affect how your sites are monetized

      Yesterday, Adsense support sent an email to their users regarding their upcoming policy changes. This primarily affects how subdomains are monetized. Going forward, your subdomains inside the...

      Yesterday, Adsense support sent an email to their users regarding their upcoming policy changes. This primarily affects how subdomains are monetized. Going forward, your subdomains inside the primary domains in the "Sites" section (www, etc.) won't be allowed, any existing ones will be removed and their rules will be merged with the primary domain (such as example.com).

      Furthermore, what constitutes a "Site" will also change henceforth. You can only add a primary domain (such as example.com) and the subdomains which are listed on the public suffix list (such as github.io, blogspot.com, etc.). Thus, your own subdomains (such as xyz.example.com or www.example.com) won't be allowed in Adsense.

      I don't know what they will achieve by doing this considering they already vet and audit each site before approving them for adsense? In any case, other alternatives to Adsense exist such as Propeller Ads, CJ Affiliate, etc. for those affected by this move but I don't know their efficacy.

      3 votes
    3. To use Disqus or Giscus (Github Discussions) for comments is the conundrum

      I happen to host my blog https://prahladyeri.github.io/blog statically, built using Pelican and served on Github Pages. Plebs like us can't afford a backend server infrastructure, so we must rely...

      I happen to host my blog https://prahladyeri.github.io/blog statically, built using Pelican and served on Github Pages. Plebs like us can't afford a backend server infrastructure, so we must rely on external services like Disqus for comment hosting.

      So far, Disqus was the only fellow in town who allowed us to host comments on a free plan. Though there were some issues (bloat, adware, etc.), people seemed to be generally happy with it so far.

      But now, a new fellow named giscus commenting system has entered the town, it's basically powered by github. Since I already host my blog on github pages, this should be a natural choice for me, right? Many bloggers seem to be migrating to this new system and I might too soon. The downsides however are as follows:

      1. It won't allow me to export existing comments from the old disqus system. Understandable to an extent as those exact author usernames may not be on the Github platform?
      2. Disqus interface seems to have improved all of a sudden in last few days! There no longer seem to be any ad and even the comment interface seems to be less heavy or cluttered now. It might sound a bit conspiratorial in nature but could this be the result of rising competition in the form of Giscus!

      I'm a lazy status-quoist by nature and might well end up retaining disqus if they don't deviate too much from where they are now. But I'll keep an eye out on Giscus too and its progress. What do you guys suggest?

      5 votes
    4. Little 12ft.io bookmarklet

      Today I was doing some paywall hopping and wondered why there wasn't a 12ft.io bookmarklet to make it a little easier. So I whipped up this little 5 second bookmarklet for anyone who hasn't...

      Today I was doing some paywall hopping and wondered why there wasn't a 12ft.io bookmarklet to make it a little easier.

      So I whipped up this little 5 second bookmarklet for anyone who hasn't bothered to do it themselves yet.

      Just make a bookmark with the code snippet below as the URL.

      javascript: (() => { window.location.replace("https://12ft.io/" + window.location.href)})();
      

      I tried to make a link here that could be dragged and dropped directly into a bookmark bar, but it's disallowed.

      20 votes
    5. Why have web pages dropped the www?

      I don't know where to put this question, if here or in ~tech, but I chose here due to I want a response for someone who doesn't know all about internet. So my question is: why there is a trend of...

      I don't know where to put this question, if here or in ~tech, but I chose here due to I want a response for someone who doesn't know all about internet.

      So my question is: why there is a trend of removing the www of every web address? why it was standard in the first place and not now?

      There are a handful of popular web pages that don't use a triple w in their link and they have replaced it or removed it. Tildes, for example, doesn't need triple w. Why?

      17 votes