<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Treefort Club - Recent questions and answers in Tech</title>
<link>https://lurnika.com/index.php/qa/tech</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: What is cloud computing, actually?</title>
<link>https://lurnika.com/index.php/31/what-is-cloud-computing-actually?show=32#a32</link>
<description>Pretty much, yes, with some nuance. &amp;quot;The cloud&amp;quot; isn&amp;#039;t some abstract, placeless thing. It&amp;#039;s real physical servers sitting in real data centers owned by companies like Amazon (AWS), Google, or Microsoft (Azure), and when your data is &amp;quot;in the cloud,&amp;quot; it&amp;#039;s stored on hardware in one of those buildings, not floating anywhere.&lt;br /&gt;
&lt;br /&gt;
What &amp;quot;cloud computing&amp;quot; actually means is renting computing resources, storage, processing power, software, over the internet instead of owning and running the physical equipment yourself. Before cloud computing, a company that needed a website would buy its own servers, house them, cool them, maintain them. Now they just rent space and processing power from a provider&amp;#039;s massive data center, paying only for what they use, and scaling up or down as needed without buying new hardware.&lt;br /&gt;
&lt;br /&gt;
For regular consumers, this is why your phone photos can sync to Google Photos or iCloud: your phone uploads the data over the internet to one of these companies&amp;#039; servers, where it&amp;#039;s stored on drives in a data center, often duplicated across multiple physical locations for backup, and made available back to you (or your other devices) on demand. So yes, it is sitting on someone else&amp;#039;s computer, but that &amp;quot;someone else&amp;quot; is typically a professional data center with security, redundancy, and backups well beyond what most personal devices have.&lt;br /&gt;
&lt;br /&gt;
The trade-off is that you&amp;#039;re trusting that company with your data and depending on your internet connection to access it. If their servers go down or you lose internet access, you temporarily lose access too, that&amp;#039;s the most common downside people run into.</description>
<category>Tech</category>
<guid isPermaLink="true">https://lurnika.com/index.php/31/what-is-cloud-computing-actually?show=32#a32</guid>
<pubDate>Fri, 19 Jun 2026 17:39:17 +0000</pubDate>
</item>
<item>
<title>Answered: What&#039;s the actual difference between HTTP and HTTPS?</title>
<link>https://lurnika.com/index.php/29/whats-the-actual-difference-between-http-and-https?show=30#a30</link>
<description>Yes, the S matters a lot, it&amp;#039;s not a technicality. HTTPS is HTTP with encryption added on top, and that encryption changes what&amp;#039;s actually possible for someone snooping on the connection.&lt;br /&gt;
&lt;br /&gt;
With plain HTTP, data travels between your browser and the website&amp;#039;s server as plain text. Anyone positioned between you and the site, on public WiFi, your internet provider, someone on the same network, can potentially read everything: passwords you type, credit card numbers, what pages you&amp;#039;re viewing. They could also tamper with the data in transit, injecting ads or malicious code into a page before it reaches you.&lt;br /&gt;
&lt;br /&gt;
HTTPS adds an encryption layer (TLS) that scrambles the data before it leaves your device, so anyone intercepting it sees gibberish instead of your password or card number. It also verifies you&amp;#039;re actually talking to the real website and not an impostor pretending to be it (this is what the site&amp;#039;s SSL certificate does), and it confirms the data hasn&amp;#039;t been altered in transit.&lt;br /&gt;
&lt;br /&gt;
The lock icon means your browser successfully verified the site&amp;#039;s certificate and the connection is encrypted. No lock (or a &amp;quot;Not Secure&amp;quot; warning) means none of that protection exists, anything you send is exposed. That&amp;#039;s why browsers now actively flag HTTP sites: any page asking for a password or payment info over plain HTTP is a real risk, not just an old-fashioned setup. Most legitimate sites moved to HTTPS years ago, including ones that don&amp;#039;t handle payments, partly because Google also ranks HTTPS sites slightly higher in search results.</description>
<category>Tech</category>
<guid isPermaLink="true">https://lurnika.com/index.php/29/whats-the-actual-difference-between-http-and-https?show=30#a30</guid>
<pubDate>Fri, 19 Jun 2026 17:37:58 +0000</pubDate>
</item>
<item>
<title>Answered: What actually happens when you turn on two-factor authentication?</title>
<link>https://lurnika.com/index.php/27/what-actually-happens-when-you-turn-factor-authentication?show=28#a28</link>
<description>A password alone is &amp;quot;something you know.&amp;quot; If someone steals or guesses it, they can log in as you, full stop. Two-factor authentication (2FA) adds a second, different kind of proof before access is granted, usually &amp;quot;something you have,&amp;quot; like your phone.&lt;br /&gt;
&lt;br /&gt;
Here&amp;#039;s what actually happens when you enable it: after you enter your correct password, the bank&amp;#039;s site doesn&amp;#039;t log you in immediately. Instead it sends a one-time code to your phone (via text, an authenticator app, or a push notification), or asks you to approve the login on a device you already have signed in. You have to provide that second piece before the session opens. Each code is typically time-limited and single-use, so even if someone captured it, it would be useless minutes later.&lt;br /&gt;
&lt;br /&gt;
The security gain is that a stolen or leaked password stops being enough on its own. Passwords get exposed constantly, through phishing pages, data breaches at other sites where people reuse passwords, malware, or simple guessing. With 2FA on, an attacker who has your password still cannot get in unless they also physically have your phone or authenticator device. That&amp;#039;s a much higher bar than just knowing a string of characters.&lt;br /&gt;
&lt;br /&gt;
Authenticator apps (like Google Authenticator or Authy) are generally considered more secure than SMS codes, because text messages can sometimes be intercepted through SIM-swapping attacks. But any form of 2FA is meaningfully safer than a password by itself, which is why banks push it so hard, your money is the thing most worth protecting with a second lock.</description>
<category>Tech</category>
<guid isPermaLink="true">https://lurnika.com/index.php/27/what-actually-happens-when-you-turn-factor-authentication?show=28#a28</guid>
<pubDate>Fri, 19 Jun 2026 17:33:39 +0000</pubDate>
</item>
<item>
<title>Answered: What&#039;s the actual difference between RAM and storage?</title>
<link>https://lurnika.com/index.php/25/whats-the-actual-difference-between-ram-and-storage?show=26#a26</link>
<description>Both numbers matter because RAM and storage do completely different jobs, even though they&amp;#039;re both measured in gigabytes.&lt;br /&gt;
&lt;br /&gt;
Storage (your 512GB) is where files live permanently: your operating system, installed apps, documents, photos, videos, games. It keeps everything saved even when the computer is off. Modern laptops use SSDs (solid-state drives), which are fast, or older/cheaper machines may still use HDDs (spinning hard drives), which are slower. Either way, storage capacity determines how much stuff you can keep on the machine long-term, how many apps you can install, how many files you can save before running out of room.&lt;br /&gt;
&lt;br /&gt;
RAM (your 16GB) is temporary, working memory the computer uses while it&amp;#039;s actually running things. When you open an app, the computer loads the relevant data from storage into RAM so the processor can access it instantly. RAM is dramatically faster than storage, but it&amp;#039;s volatile, meaning everything in it is wiped the moment you lose power or restart. That&amp;#039;s why an unsaved document disappears if your laptop crashes: it only existed in RAM, not yet written to storage.&lt;br /&gt;
&lt;br /&gt;
Think of storage like a filing cabinet and RAM like your desk. The filing cabinet (storage) holds everything you own, but it&amp;#039;s slower to dig through. Your desk (RAM) only holds what you&amp;#039;re actively working on right now, but you can grab anything on it instantly. A bigger desk (more RAM) lets you have more things open and accessible at once, juggling more browser tabs, more apps, bigger files, without the computer slowing down or needing to constantly swap things in and out. A bigger filing cabinet (more storage) just means more total stuff fits, but it doesn&amp;#039;t make any single task run faster.&lt;br /&gt;
&lt;br /&gt;
This is why a computer with tons of storage but very little RAM can still feel sluggish: storage capacity doesn&amp;#039;t help if the computer doesn&amp;#039;t have enough temporary workspace to actually run your programs smoothly. And a computer with huge RAM but a small drive can run fast but fill up quickly and run out of room to install things. They solve different problems, which is why both specs get listed separately and both matter for different reasons.</description>
<category>Tech</category>
<guid isPermaLink="true">https://lurnika.com/index.php/25/whats-the-actual-difference-between-ram-and-storage?show=26#a26</guid>
<pubDate>Fri, 19 Jun 2026 17:30:37 +0000</pubDate>
</item>
</channel>
</rss>