-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththe_upgrading _life.html
More file actions
88 lines (83 loc) · 6.05 KB
/
the_upgrading _life.html
File metadata and controls
88 lines (83 loc) · 6.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://underaaa.github.io/Under.github.io/Css/Blog_template.css">
<link rel="stylesheet" href="https://underaaa.github.io/Under.github.io/Css/nav.css">
<link rel="stylesheet" href="https://underaaa.github.io/Under.github.io/Css/header.css">
<title>Under's_main</title>
</head>
<body>
<header>
<a href="index.html">
<h1>Underlife Website</h1>
</a>
</header>
<nav>
<div id="mySidepanel" class="sidepanel">
<!-- close button -->
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<ul>
<!-- In side the nav that is hidden tell open this is reused on many pages and uses javascript a little to keep it hidden and able to be responsive on its own -->
<li><a href="https://underaaa.github.io/Under.github.io/Blog.html">Blog</a></li>
<li><a href="https://underaaa.github.io/Under.github.io/plans.html">Plans</a></li>
<li><a href="https://underaaa.github.io/Under.github.io/tech_skills.html">Tech Skills</a></li>
</ul>
</div>
<div class="blog-nav-left-sp">
<button class="openbtn" onclick="openNav()">☰</button> <!-- this is the nav hamburger bottom -->
</div>
</nav>
<main>
<aside>
<!-- This is for the side bar and with how this site is we will keep it on all pages to keep it consistent -->
<article>
<!-- This is the about me section. This is on the right side of the site at most times unless user is on mobile -->
<h2>About Me</h2>
<p>I’m 19 years old and my name is Jacob smith. I love technology and love to try new things like this year I plan to build this site and try to work in VR/MR after I get the quest 3. I like to share things that I do and want to get a job in I.T. Rn I’m upgrading a high school class to get the needed requirement for a computer science class in a local college or university.</p>
</article>
<br>
<div class="Socials">
<h2>Socials</h2>
<ul>
<!-- This is Socials section all of them are links that need to be updated -->
<li><a href="https://bsky.app/profile/underleftlife.bsky.social">BlueSky</a></li>
<li><a href="https://github.com/underaaa?tab=overview&from=2023-09-01&to=2023-09-26">GitHub</a></li>
<li>Still thinking…</li>
</ul>
</div>
</aside>
<section>
<article>
<h2>The Upgrades Never End</h2>
<h2>Starting Out</h2>
<p>When I first got into tech, the journey felt like a ladder that kept climbing. At first it was just a laptop, then a PC, a VR headset, a home lab, a router, and all of the little things that go with them. If you’re on a tight budget—like me—you’ll begin with something that barely meets your basic needs. As you play around more, new demands surface and the urge to upgrade grows.</p>
<h2>Why I Keep Updating</h2>
<p>My main driver for upgrading is performance: when a game or a task starts to feel sluggish, it’s time to get better hardware. It’s not just about keeping up with the latest titles; it’s also about running side‑by‑side applications without constantly closing windows. For me, that means staying current so I can enjoy new games and multitask smoothly.</p>
<br>
<p>I’ve never let my main PC stay on the same specs for longer than a year. During the peak of my learning curve, I refreshed components every other month. Over the years I’ve been upgrading my GPU, CPU, and storage, especially when a game demands more power.</p>
<h2>What’s Happening This Year</h2>
<p>I’m planning several upgrades before the end of the year:</p>
<ul>
<li>More NVMe storage – to keep my primary drive fast.</li>
<li>Two large HDDs – for bulk files that don’t need speed.</li>
<li>Two high‑capacity SATA SSDs – so I can move games and apps without juggling which drive they’re on.</li>
</ul>
<br>
<p>The need isn’t urgent yet, but having this setup will save me the hassle of constantly deciding where to install new titles.</p>
<h2>Home Lab Progress</h2>
<p>I’ve been thinking about a home lab for two years. This year I finally set up a laptop with TrueNAS and a fresh 2 TB NVMe drive. It should last me about six months before I need to upgrade again. Then I’ll move to a better system, add RAID for redundancy, and beef up my networking so everything runs smoothly.</p>
<h2>VR: Past and Future</h2>
<p>I’ve upgraded my VR gear over time but stopped at the Quest 2. The Quest 3 feels like the next logical step, or perhaps a new headset altogether if it comes out soon. I’m also looking into PC‑based VR upgrades to expand what I can do.</p>
<h2>Final Thoughts</h2>
<p>This hobby is amazing—rich with learning and experimentation, but it does come at a cost. Money, time, and sometimes mental strain are part of the equation. I’ve already spent several thousand dollars and will spend more, but that’s okay. It’s an investment in myself: fun, challenging, and rewarding.</p>
<br>
<p>If you’re thinking about diving into tech upgrades, remember that the journey never really ends. The key is to keep learning, stay flexible with your budget, and enjoy every step along the way.</p>
</article>
</section>
</main>
<footer>@Underlife__</footer>
</body>
<script src="https://underaaa.github.io/Under.github.io/JS/index.JS"></script>
</html>