Talk about how information technology works is often cast in mystical
terms for the "uninitiated". For example, we're often told about these
things called "algorithms" that will replace jobs, protect
national security/privacy, and so on and so forth.
We should frame these things in simpler, more transparent terms. All …
In this article, I will discuss some practical solutions for getting
around using search engines.
Build a library
Having your own curated collection of useful resources is a fast and
easy way to bypass search engines. For a given topic (e.g. gardening),
you can find out what the most …
Search engines use terms ("search terms") to give you relevant
information. Sometimes, this is pretty straightforward. For example,
weather CITY will conveniently give you a weekly weather forecast
for the place you searched in all major search engines.
Using Search Engines to find this sort of straightforward, homogenous
data is …
An Internet friend pointed out to me that my blog was rather
anti-SEO—that is, very unoptimized for search engines.
Indeed, this is true. Search engines more easily index and point
people towards certain sorts of content. Many popular websites, which
may not be of particularly high quality, try to …
Today, there are a handful of popular Web Frameworks including
React, Angular, and Vue. What these things do is allow you to use more
programatic ways to spit out websites made of HTML, CSS, and
JavaScript rather than writing the HTML, CSS, and JavaScript directly.
The things these web frameworks …
A popular way to build websites these days is to use
React, which is officially described as "A
JavaScript library for building user interfaces". With React, you
write JavaScript which does stuff in a "virtual DOM" rather than the
(browser's) DOM directly. In this way, you can work …
Built into all browsers these days are buttons like FORWARD, BACK, and
REFRESH. However, many web developers choose to build navigation
components into their sites which ignore this built in functionality.
The result is UI bloat. There are multiple back buttons displayed
for most users, both those on screen and …
A quick Internet search (c.f. Google search) will reveal troves of
anti-Facebook articles. Should you get off Facebook?
I have not quit Facebook. Here's some reasons why:
Using an online platform transparently linked to your real-world
offers many advantages over anonymous platforms for connecting
with real-life friends and family …