Digital 101 Official

Digital 101 Official

I work underground in mining and built multiple digital businesses on the side.

Digital 101 Official

Digital 101 Official

Build a digital income stream that works while you sleep.

$597

Get Instant Access
Northern Rewire: The Mental Reset Guide

Northern Rewire: The Mental Reset Guide

We'll deliver this file right to your inbox.

$27

Get Instant Access
Digital Literacy FAQ

Questions & answers

Clear answers to the questions you were too embarrassed to ask.

Showing 25 questions

The Internet is a global network of interconnected computers that communicate using standardized protocols. When you visit a website, your device sends a request through your ISP to a DNS server, which translates the domain name into an IP address. Your request then travels through routers and switches across the globe to reach the destination server, which sends the requested data back to you — all in milliseconds. This exchange happens via the TCP/IP protocol suite.

A web browser is software that displays web pages — it renders HTML, CSS, and JavaScript into the visual websites you interact with. Examples include Chrome, Safari, Firefox, and Edge. A search engine is a website or service that indexes and searches the web to help you find information. Google, Bing, and DuckDuckGo are search engines you access through your browser. Think of the browser as your car and the search engine as your GPS.

Wi-Fi is a wireless technology that connects your devices to a local network (usually a router) without cables. The Internet is the global network of networks that your router connects to via your Internet Service Provider (ISP). Wi-Fi lets you access the Internet wirelessly, but Wi-Fi itself is just the local wireless connection — you can have Wi-Fi without Internet access (for example, connecting to a local printer).

A URL (Uniform Resource Locator) is the address of a web page. Let's break down https://www.example.com/page: 'https://' is the protocol (secure hypertext transfer protocol); 'www' is a subdomain; 'example.com' is the domain name (registered through a domain registrar); '.com' is the top-level domain; and '/page' is the specific path on that website. Together, they tell your browser exactly where to go.

Bandwidth refers to the maximum rate at which data can be transmitted over an Internet connection, typically measured in megabits per second (Mbps). Higher bandwidth means you can download files faster, stream higher-quality video, and have more devices connected simultaneously. A household with 4K streaming, video calls, and gaming typically needs 100+ Mbps. Bandwidth is like the width of a highway — wider roads handle more traffic.

Two-factor authentication adds a second layer of security beyond your password. After entering your password, you must provide a second verification — usually a code sent to your phone, generated by an authenticator app, or confirmed via biometric data. Even if someone steals your password, they cannot access your account without that second factor. Enable 2FA on all critical accounts: email, banking, and social media.

Look for these red flags: urgency ('Act now or lose access!'), generic greetings ('Dear Customer' instead of your name'), suspicious sender addresses (slight misspellings like 'amaz0n.com'), unexpected attachments, requests for personal information, and poor grammar. Hover over links to see the real destination before clicking. When in doubt, contact the company directly through their official website — never reply to suspicious emails.

A password manager is an app that securely stores and generates unique, strong passwords for all your accounts. It uses encryption (often AES-256) to protect your data, and you only need to remember one strong master password. Reputable managers like Bitwarden, 1Password, and Apple's Keychain are considered very safe — much safer than reusing passwords or writing them down. They also protect against phishing by only autofilling on legitimate sites.

First, change the compromised password immediately. Then check haveibeenpwned.com to see what was exposed. Enable 2FA on the affected account. Monitor your financial accounts for unauthorized activity. Consider placing a fraud alert with credit bureaus if sensitive financial data was leaked. Finally, use unique passwords everywhere going forward — a breach of one site should never compromise your other accounts.

HTTPS (HyperText Transfer Protocol Secure) encrypts the data sent between your browser and the website, preventing hackers from intercepting sensitive information like passwords and credit card numbers. The padlock icon in your browser's address bar indicates the site has a valid SSL/TLS certificate and your connection is encrypted. Never enter passwords or payment information on sites without HTTPS — it's like sending a postcard instead of a sealed envelope.

Review and tighten your privacy settings on each platform — limit who can see your posts, photos, and personal info. Be cautious about sharing location data, birthdates, phone numbers, and workplace details. Enable login notifications to detect unauthorized access. Review tagged photos before they appear on your profile. Remember: even 'private' posts can be screenshotted and shared. Treat everything you post as potentially public.

Social media algorithms use machine learning to predict what content will keep you engaged longest. They analyze your behavior — what you like, share, comment on, watch, and pause on — to build a profile of your interests. Content is then ranked and shown to you based on predicted engagement. This creates 'filter bubbles' where you primarily see content that confirms your existing views. Following diverse accounts and actively seeking different perspectives can help.

Doomscrolling is the compulsive consumption of negative news or content on social media, often late into the night. It happens because our brains are wired to pay attention to threats, and platforms exploit this with infinite scroll and personalized feeds. To avoid it: set time limits on apps, turn off notifications, keep phones out of the bedroom, use grayscale mode to make screens less appealing, and curate your feed to include positive, educational content alongside news.

Check for: unnatural lighting, extra or missing fingers, asymmetric faces, garbled background text, inconsistent shadows, and unnatural hair textures. Use reverse image search (Google Images, TinEye) to find the original source. Check metadata with tools like exiftool. For videos, look for unnatural blinking, lip-sync issues, and inconsistent audio. Fact-checking sites like Snopes and Reuters Fact Check can help verify viral claims. When in doubt, don't share.

Cookies are small text files websites store on your browser to remember information about you — login sessions, shopping cart items, and tracking data for ads. Essential cookies that keep you logged in or remember your preferences are generally safe. Third-party tracking cookies that follow you across sites to build an advertising profile raise privacy concerns. Many browsers now block third-party cookies by default. You should review cookie settings and reject non-essential tracking cookies when possible.

The cloud refers to storing and accessing data over the Internet on remote servers managed by companies like Google, Microsoft, and Apple, rather than on your local device. Cloud storage is generally safe for most users — providers use strong encryption and have teams of security professionals. However, always enable 2FA, use strong passwords, and consider encrypting sensitive files before uploading. Remember: you don't truly control data in the cloud, so keep local backups of irreplaceable files.

Hardware is the physical components of a device — the screen, keyboard, processor, memory chips. Software is the programs and operating systems that run on hardware, like Windows, Chrome, or Photoshop. Firmware is specialized software embedded directly into hardware (like in your router or smart TV) that controls how that hardware functions. You can uninstall software, but firmware requires specific tools to update and is tightly coupled with the hardware it controls.

Use a simple, consistent folder structure: Year > Project or Topic > Subtopic. Name files descriptively with dates (YYYY-MM-DD format sorts automatically), e.g., '2024-06-01_Project-Proposal_v2.pdf'. Use cloud storage with automatic syncing. Declutter monthly — delete duplicates and archive old projects. For photos, use AI-powered tools like Google Photos that auto-tag by content. Keep a 'Quick Access' folder for current projects. Consistency is more important than perfection.

A VPN (Virtual Private Network) encrypts your Internet traffic and routes it through a remote server, masking your real IP address and location. Use a VPN on public Wi-Fi (coffee shops, airports) to prevent others on the network from snooping on your data. Use it to access geo-restricted content or to add a layer of privacy from your ISP. However, VPNs are not a complete security solution — they don't protect against malware, phishing, or weak passwords. Choose a reputable paid VPN over free ones, which often log and sell your data.

Keyboard shortcuts let you perform actions faster than using a mouse. Universal shortcuts: Ctrl/Cmd+C (copy), Ctrl/Cmd+V (paste), Ctrl/Cmd+Z (undo), Ctrl/Cmd+F (find), Ctrl/Cmd+S (save), Ctrl/Cmd+T (new tab), Ctrl/Cmd+W (close tab), Alt/Option+Tab (switch apps). Browser: Ctrl/Cmd+L (address bar), Ctrl/Cmd+Shift+T (reopen closed tab). Learning just 10 shortcuts can save hours per week. Most apps show shortcuts in menus next to commands.

AI refers to computer systems that can perform tasks typically requiring human intelligence — understanding language, recognizing images, making decisions, and learning from data. Modern AI, like the technology behind ChatGPT, uses neural networks with billions of parameters trained on vast amounts of text data. During training, the model learns patterns in language. When you ask a question, it predicts the most likely next words based on those patterns. It's not 'thinking' in a human sense — it's sophisticated statistical pattern matching at massive scale.

Yes, AI can and does make mistakes — a phenomenon called 'hallucination' where the model generates confident-sounding but completely false information. AI has no real-world understanding, no access to current events (unless connected to search), and cannot verify facts. It generates plausible-sounding text based on patterns. Always fact-check AI-generated content for: dates, names, statistics, medical advice, legal information, and historical facts. Use AI as a starting point, not an authority.

A blockchain is a digital ledger distributed across many computers, where each 'block' of data is cryptographically linked to the previous one, making tampering extremely difficult. Originally created for Bitcoin, blockchain technology enables trustless transactions without central authorities. Beyond cryptocurrency, it's used for supply chain tracking, digital identity verification, smart contracts (self-executing agreements), and NFTs. However, many blockchain applications are still experimental, and traditional databases are often more efficient for most use cases.

The metaverse refers to persistent, shared virtual spaces where people can interact through avatars — think of it as the Internet experienced in 3D. Current examples include VR platforms like Meta's Horizon Worlds, gaming environments like Roblox and Fortnite, and virtual real estate platforms. For most people, the metaverse is still more hype than daily reality. AR (Augmented Reality) — digital overlays on the real world via your phone or glasses — is likely to be more immediately useful. You don't need to rush into the metaverse, but understanding VR/AR basics is worthwhile as these technologies evolve.

Machine learning (ML) is a subset of AI focused on systems that learn and improve from data without being explicitly programmed for every scenario. Traditional AI might use hardcoded rules (if X then Y), while ML uses statistical models that find patterns in data. For example, spam filters using ML analyze thousands of emails to learn what spam looks like, rather than relying on a fixed list of spam words. Deep learning, a subset of ML, uses neural networks with many layers to handle complex tasks like image recognition and natural language understanding.