Showing posts with label browser. Show all posts
Showing posts with label browser. Show all posts

Thursday, 11 October 2018

The Browser Keeps Bugging Me

Lately the browser and/or websites seems to keep bugging me, and I am getting a little tired of it.

The questions it keeps asking for each website are the following:

  1. "We use cookies to ensure ... etc."
  2. "Would you like Firefox to save this login for [sitename]?"
  3. "Will you allow [sitename] to send notifications?"

The amount of questions a website/webbrowser offers me seems to have been proliferating lately.

I always accept cookies, but I never want the other options.

Seeing as I am using Firefox at the moment, let's see what we can do about it.

  1. The "i-don't care about cookies' addon1 2 seems to suit me just fine.
  2. Preferences - Privacy & Security - Forms & Passwords - turn off "Remember logins and passwords for websites".
  3. Go to "about:config". Search for "dom.webnotifications". Set "dom.webnotifications.enabled" to false to not see any notifications3.

UBlock addon4 5 seems to be also very good.

References

[1] I-Don't-Care-About-Cookies website
https://www.i-dont-care-about-cookies.eu/
[2] I-Don't-Care-About-Cookies addon
https://addons.mozilla.org/en-US/firefox/addon/i-dont-care-about-cookies/
[3] Web Push notifications in Firefox
https://support.mozilla.org/en-US/kb/push-notifications-firefox
[4] Firefox Addon UBlock
https://addons.mozilla.org/nl/firefox/addon/ublock-origin/
[5] Wikipedia - UBlock
https://en.wikipedia.org/wiki/UBlock_Origin

Thursday, 24 December 2015

Client and Server - Waves of the Past

Pardon me for the esoteric title. Just a small note from me to indicate what kind of movements we have had in the past, when it comes to client and server, or frontend and backend, or browser and server or what have you.








ClientServerTimecomments
-Mainframes1950ssingle-user
-Mainframes1960susers provide punchcards to system admins (batch-processing)
Dum terminalsMainframes1970stime-sharing, server does all the work1
Personal Computers-
1980sPCs in network sharing files/printers and do all the work
Personal ComputersServer
1990sPC is fat client and can do all the work, the start of client-server
Thin clientServer
1993Thin client does a little bit of work, but a lot is done on the server side
Internet BrowserServer1994Server does all the work, pushes HTML pages to client
PDAServer2000Basically the same concept as Thinclient, but discontinued.
Single Page Application in your Internet BrowserServer2005Browser does all the work, but queries servers.
Tablets and Mobile phonesMany Servers2010Basically the same concept as Thinclient, but distributed computing starts.

So, my question is always, what next? Will we see things of the Past come round again, where people come to the conclusion that Fat Clients are awesome?

The answer is probably that there will be cases where either fat or thin clients make sense. Especially in the plethora of new devices available nowadays.

References

[1] Wikipedia - Centralized computing
https://en.wikipedia.org/wiki/Centralized_computing