Personal Recommendations Images

- Add images to personal recommendations
- Update README w/ current progress
This commit is contained in:
Sravan Balaji
2020-01-05 00:23:53 -05:00
parent 240ef03c80
commit 4257b15e26
35 changed files with 440 additions and 248 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

BIN
Assets/Video Games/BOTW.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -20,16 +20,20 @@ This is the repository for my personal website. This includes all linked files a
- [x] Link - [x] Link
- [x] Platform(s) - [x] Platform(s)
- [x] Discussion - [x] Discussion
- [x] Images
- [x] Hardware - [x] Hardware
- [x] Device type - [x] Device type
- [x] Specs - [x] Specs
- [x] Discussion - [x] Discussion
- [x] Images
- [ ] Favorite Games - [ ] Favorite Games
- [x] List - [x] List
- [ ] Images
- [ ] Discussion - [ ] Discussion
- [ ] Upcoming Games - [ ] Upcoming Games
- [x] Podcasts - [x] Podcasts
- [x] List - [x] List
- [x] Images
- [x] Discussion - [x] Discussion
- [x] Music - [x] Music
- [x] Spotify Playlist - [x] Spotify Playlist
@@ -44,7 +48,7 @@ This is the repository for my personal website. This includes all linked files a
- [x] Page Restructure - [x] Page Restructure
- [x] Add Styling w/ CSS - [x] Add Styling w/ CSS
- [x] Favicon - [x] Favicon
- [ ] Logo w/ Link to Home Page - [x] Logo w/ Link to Home Page
- [ ] Use a component library to fix formatting issues (especially on phone) - [ ] Use a component library to fix formatting issues (especially on phone)
- https://getbootstrap.com/ - https://getbootstrap.com/

View File

@@ -8,7 +8,7 @@
<nav> <nav>
<div class="navbar"> <div class="navbar">
<a class="active" href="index.html"><b>Home</b></a> <a class="active" href="index.html"><img src="../Assets/logo.png" height="20px"></a>
<div class="subnav"> <div class="subnav">
<button class="subnavbtn"><b>About &#9660;</b></button> <button class="subnavbtn"><b>About &#9660;</b></button>
<div class="subnav-content"> <div class="subnav-content">

View File

@@ -4,6 +4,24 @@
<script language="javascript" type="text/javascript" src="Templates/header.txt"></script> <script language="javascript" type="text/javascript" src="Templates/header.txt"></script>
<style> <style>
table#software_table td {
padding: 10px;
text-align: left;
}
table#software_table img {
width: 175px;
}
table#hardware_table td {
padding: 10px;
text-align: left;
}
table#hardware_table img {
width: 350px;
}
table#gaming_profile_table td { table#gaming_profile_table td {
padding: 0; padding: 0;
text-align: center; text-align: center;
@@ -12,6 +30,24 @@
table#gaming_profile_table img { table#gaming_profile_table img {
width: 200px; width: 200px;
} }
table#favorite_games_table td {
padding: 10px;
text-align: left;
}
table#favorite_games_table img {
width: 200px;
}
table#podcast_table td {
padding: 10px;
text-align: left;
}
table#podcast_table img {
width: 175px;
}
</style> </style>
<title>Personal Recommendations</title> <title>Personal Recommendations</title>
@@ -19,7 +55,7 @@
<nav> <nav>
<div class="navbar"> <div class="navbar">
<a href="index.html"><b>Home</b></a> <a href="index.html"><img src="../Assets/logo.png" height="20px"></a>
<div class="subnav"> <div class="subnav">
<button class="subnavbtn"><b>About &#9660;</b></button> <button class="subnavbtn"><b>About &#9660;</b></button>
<div class="subnav-content"> <div class="subnav-content">
@@ -53,193 +89,317 @@
<body> <body>
<div class="main_content"> <div class="main_content">
<h1><a name="software">Software</a></h1> <h1><a name="software">Software</a></h1>
<h2><a name="Fences" href="https://www.stardock.com/products/fences/" target="_blank">Fences</a></h2> <table id="software_table">
<h3>Platform: Windows</h3> <tr>
<p> <td><a href="https://www.stardock.com/products/fences/" target="_blank"><img src="../Assets/Software/logo-fences.png"></a></td>
Fences is a desktop management software that allows you to group your desktop icons into "fences". <td>
These fences can be rolled up so they are tucked away neatly into a corner, allowing you to view <h2><a name="Fences" href="https://www.stardock.com/products/fences/" target="_blank">Fences</a></h2>
your desktop wallpaper while still being able to access your shortcuts when you need to. <h3>Platform: Windows</h3>
I really like Fences because it keeps my desktop clutter-free and I get to look at my amazing <p>
wallpaper (see <a href="#Wallpaper Engine">Wallpaper Engine</a>). I purchased Fences on Fences is a desktop management software that allows you to group your desktop icons into "fences".
<a href="https://store.steampowered.com/app/607380/Fences/" target="_blank">Steam</a>, but you These fences can be rolled up so they are tucked away neatly into a corner, allowing you to view
can also get it directly from <a href="https://www.stardock.com/products/fences/" target="_blank">Stardock's website</a>. your desktop wallpaper while still being able to access your shortcuts when you need to.
Would definitely recommend getting it if you have a cluttered desktop. I really like Fences because it keeps my desktop clutter-free and I get to look at my amazing
</p> wallpaper (see <a href="#Wallpaper Engine">Wallpaper Engine</a>). I purchased Fences on
<a href="https://store.steampowered.com/app/607380/Fences/" target="_blank">Steam</a>, but you
<h2><a name="Start10" href="https://www.stardock.com/products/start10/" target="_blank">Start10</a></h2> can also get it directly from <a href="https://www.stardock.com/products/fences/" target="_blank">Stardock's website</a>.
<h3>Platform: Windows</h3> Would definitely recommend getting it if you have a cluttered desktop.
<p> </p>
I wasn't actually interested in Start10 when I first got it. I got it in a </td>
<a href="https://store.steampowered.com/bundle/3675/Fences__Start10/" target="_blank">bundle</a> with <a href="#Fences">Fences</a>. </tr>
The gist of Start10 is that it allows you to customize the way your taskbar looks and the style of start menu <tr>
you would like. The options are Windows 7, Windows 10, or Modern. Windows 7 has the classic <td><a href="https://www.stardock.com/products/start10/" target="_blank"><img src="../Assets/Software/logo-start10.png"></a></td>
searchbar and list of applications. Windows 10 has the list of programs and start menu "tiles" <td>
introduced in Windows 10. Modern style is a bit of a hybrid. It has the application list from <h2><a name="Start10" href="https://www.stardock.com/products/start10/" target="_blank">Start10</a></h2>
Windows 7, but the theme looks more like Windows 10. I personally prefer Windows 10 style because <h3>Platform: Windows</h3>
of the "tiles" that easily let you launch your favorite apps. I wouldn't necessarily recommend <p>
getting Start10 on its own as I don't see much value in it, but it is a nice addition if you have I wasn't actually interested in Start10 when I first got it. I got it in a bundle with <a href="#Fences">Fences</a>.
ever wanted to change the look of your taskbar or start menu. The gist of Start10 is that it allows you to customize the way your taskbar looks and the style of start menu
</p> you would like. The options are Windows 7, Windows 10, or Modern. Windows 7 has the classic
searchbar and list of applications. Windows 10 has the list of programs and start menu "tiles"
<h2><a name="Wallpaper Engine" href="https://www.wallpaperengine.io/" target="_blank">Wallpaper Engine</a></h2> introduced in Windows 10. Modern style is a bit of a hybrid. It has the application list from
<h3>Platform: Windows</h3> Windows 7, but the theme looks more like Windows 10. I personally prefer Windows 10 style because
<p> of the "tiles" that easily let you launch your favorite apps. I wouldn't necessarily recommend
Wallpaper Engine is amongst my favorite programs on this list. If you have ever seen live wallpapers on phones getting Start10 on its own as I don't see much value in it, but it is a nice addition if you have
and thought "can I get that on my PC?"", this is the program for you. At a regular price of $3.99, I ever wanted to change the look of your taskbar or start menu.
cannot recommend this enough. Fair warning, this will drain your battery and RAM if you plan on running </p>
it at its highest settings with animations and other compute heavy settings. I usually run this on my laptop </td>
so the wallpaper is static when unplugged, but animated and reactive when plugged in. There are some memory </tr>
saving options that can pause the program when another program is in full-screen and in-focus to improve <tr>
battery life and performance. <td><a href="https://www.wallpaperengine.io/" target="_blank"><img src="../Assets/Software/logo-wallpaper-engine.png"></a></td>
</p> <td>
<h2><a name="Wallpaper Engine" href="https://www.wallpaperengine.io/" target="_blank">Wallpaper Engine</a></h2>
<h2><a name="Notion" href="https://www.notion.so/?r=542c7e5df78d4ff0bf5417dd397f26b8" target="_blank">Notion</a></h2> <h3>Platform: Windows</h3>
<h3>Platform: Web App, Mac, Windows, iOS, Android</h3> <p>
<p> Wallpaper Engine is amongst my favorite programs on this list. If you have ever seen live wallpapers on phones
This is my current favorite productivity app. I use it to keep track of things like homework, personal tasks, and thought "can I get that on my PC?", this is the program for you. At a regular price of $3.99, I
gift ideas, shopping lists, personal wish lists, upcoming video games, etc. I previously used Trello and cannot recommend this enough. Fair warning, this will drain your battery and RAM if you plan on running
google keep to track tasks and random bits of information, but Notion has been a game changer. While the it at its highest settings with animations and other compute heavy settings. I usually run this on my laptop
full experience is locked behind a paywall, you can try it out for free if you have a university (.edu) email. so the wallpaper is static when unplugged, but animated and reactive when plugged in. There are some memory
If you haven't already, I would suggest giving it a try. Use this saving options that can pause the program when another program is in full-screen and in-focus to improve
<a href="https://www.notion.so/?r=542c7e5df78d4ff0bf5417dd397f26b8" target="_blank">referral link</a> to get battery life and performance.
some free credit on your account to use if you decide to use any of the paid tier. </p>
</p> </td>
</tr>
<h2><a name="Clatter" href="https://www.microsoft.com/en-us/p/clatter/9nps35br12q8" target="_blank">Clatter</a></h2> <tr>
<h3>Platform: Windows</h3> <td><a href="https://www.notion.so/?r=542c7e5df78d4ff0bf5417dd397f26b8" target="_blank"><img src="../Assets/Software/logo-notion.png"></a></td>
<p> <td>
Have you ever wondered if there was an app to combine all of your messaging apps into 1? Well, Clatter <h2><a name="Notion" href="https://www.notion.so/?r=542c7e5df78d4ff0bf5417dd397f26b8" target="_blank">Notion</a></h2>
is the answer. I used to keep multiple tabs and programs open so I could see all of my messaging services <h3>Platform: Web App, Mac, Windows, iOS, Android</h3>
at once, but with Clatter, they are all neatly packaged in one application. Any messaging service with a web <p>
app can be accessed through Clatter. Give it a try, I'm sure you will enjoy it as much as I do. This is my current favorite productivity app. I use it to keep track of things like homework, personal tasks,
</p> gift ideas, shopping lists, personal wish lists, upcoming video games, etc. I previously used
<a href="https://trello.com/en-US" target="_blank">Trello</a> and <a href="https://keep.google.com/" target="_blank">Google Keep</a>
<h2><a name="Chocolatey" href="https://chocolatey.org/" target="_blank">Chocolatey</a></h2> to track tasks and random bits of information, but Notion has been a game changer. While the
<h3>Platform: Windows</h3> full experience is locked behind a paywall, you can get the paid tier for free if you have a university (.edu) email.
<p> If you haven't already, I would suggest giving it a try. Use this
Chocolatey is Windows's answer to Homebrew. It is essentially a package manager that allows you to easily track <a href="https://www.notion.so/?r=542c7e5df78d4ff0bf5417dd397f26b8" target="_blank">referral link</a> to get
and upgrade/install/uninstall programs on Windows. My process when installing apps is to check if there is a some free credit on your account to use if you decide to use any of the paid tiers.
Windows app on the Microsoft Store. If not, I check Chocolatey. More times than not, it's available there. </p>
You can easily install any programs you need via command prompt and avoid the tedious installation wizard. </td>
</p> </tr>
<tr>
<h2><a name="Pocket Casts" href="https://www.pocketcasts.com/" target="_blank">Pocket Casts</a></h2> <td><a href="https://www.microsoft.com/en-us/p/clatter/9nps35br12q8" target="_blank"><img src="../Assets/Software/logo-clatter.png"></a></td>
<h3>Platform: Web App, iOS, Android</h3> <td>
<p> <h2><a name="Clatter" href="https://www.microsoft.com/en-us/p/clatter/9nps35br12q8" target="_blank">Clatter</a></h2>
This is my preferred Podcast app. I have it on my Android phone and I use the Windows app on my desktop <h3>Platform: Windows</h3>
and laptop. I purchased the web app and android app prior to the new "subscription" model that Pocket Casts <p>
has implemented. While I don't agree with this new pay structure, I appreciate that they have implemented a Have you ever wondered if there was an app to combine all of your messaging apps into 1? Well, Clatter
free tier that has the majority of features that most people will need. is the answer. I used to keep multiple tabs and programs open so I could see all of my messaging services
</p> at once, but with Clatter, they are all neatly packaged in one application. Any messaging service with a web
app can be accessed through Clatter. Give it a try, I'm sure you will enjoy it as much as I do.
<h2><a name="YouTube Vanced" href="https://vanced.app/" target="_blank">YouTube Vanced</a></h2> </p>
<h3>Platform: Android</h3> </td>
<p> </tr>
I discovered this on a MEGA PRO TIPS post on <tr>
<a href="https://www.reddit.com/r/galaxys10/comments/bg2bb2/mega_pro_tips_make_the_most_of_your_s10_settings/?utm_source=share&utm_medium=web2x">r/galaxys10</a> <td><a href="https://chocolatey.org/" target="_blank"><img src="../Assets/Software/logo-chocolatey.png"></a></td>
(tip 29). All relevant information on what apps to download and a fix for a login issue can be found in the <td>
reddit post. The gist of the app is that it removes ads from YouTube on your android phone and you can play <h2><a name="Chocolatey" href="https://chocolatey.org/" target="_blank">Chocolatey</a></h2>
music while your screen is off for free. <h3>Platform: Windows</h3>
</p> <p>
Chocolatey is Windows's answer to Homebrew. It is essentially a package manager that allows you to easily track
<h2><a name="Xodo" href="https://xodo.com/" target="_blank">Xodo</a></h2> and upgrade/install/uninstall programs on Windows. My process when installing apps is to check if there is a
<h3>Platform: Web App, iOS, Android, Windows</h3> Windows app on the Microsoft Store. If not, I check Chocolatey. More times than not, it's available there.
<p> You can easily install any programs you need via command prompt and avoid the tedious installation wizard.
This is the best PDF editor/reader I have found that doesn't require a paid subscription (unlike Adobe) for </p>
all of its features. You can easily write/edit, fill out forms, and add digital signatures. All for free. </td>
</p> </tr>
<tr>
<h2><a name="myTube!" href="https://www.microsoft.com/en-us/p/mytube/9wzdncrcwf3l" target="_blank">myTube!</a></h2> <td><a href="https://www.pocketcasts.com/" target="_blank"><img src="../Assets/Software/logo-pocket-casts.png"></a></td>
<h3>Platform: Windows</h3> <td>
<p> <h2><a name="Pocket Casts" href="https://www.pocketcasts.com/" target="_blank">Pocket Casts</a></h2>
Similar to <a href="#YouTube Vanced">YouTube Vanced</a>, this app removes ads from YouTube. The main difference <h3>Platform: Web App, iOS, Android</h3>
here is that myTube! is a Windows app rather than an Android app. <p>
</p> This is my preferred Podcast app. I have it on my Android phone and I use the Windows app on my desktop
and laptop. I purchased the web app and android app prior to the new "subscription" model that Pocket Casts
<h2><a name="Microsoft Edge" href="https://www.microsoftedgeinsider.com/en-us/download" target="_blank">Microsoft Edge (Chromium)</a></h2> has implemented. While I don't agree with this new pay structure, I appreciate that they have implemented a
<h3>Platform: Windows, macOS, iOS, Android</h3> free tier that has the majority of features that most people will need.
<p> </p>
At the time of writing, Microsoft Edge (Chromium) doesn't have an official release yet. Latest reports suggest January 15th, 2020 as the official release </td>
date. You can still download a Beta, Development, or Canary build of the new web browser from the <a href="https://www.microsoftedgeinsider.com/en-us/" target="_blank">Edge Insider site</a>. </tr>
I have been using the development build of the new Microsoft Edge since around June 2019 and have generally enjoyed it. <tr>
It will be very familiar for those coming from Chrome since it is also based on <a href="https://www.chromium.org/" target="_blank">Chromium</a>. <td><a href="https://vanced.app/" target="_blank"><img src="../Assets/Software/logo-youtube-vanced.png"></a></td>
The main reason I like it is for its speed and reduced RAM usage. I haven't done any official tests comparing performance, but it <td>
subjectively seems more responsive. Additionally, most if not all Chrome extensions can be used on the new Edge, so that <h2><a name="YouTube Vanced" href="https://vanced.app/" target="_blank">YouTube Vanced</a></h2>
should help ease the transition for those who can't live without them. One of Microsoft's main selling points for <h3>Platform: Android</h3>
the new Edge is privacy features. Overall, there are still a few issues I have encountered like links in google searches <p>
not opening properly, but I'm sure these will be ironed out by the official release date. I discovered this on a MEGA PRO TIPS post on
</p> <a href="https://www.reddit.com/r/galaxys10/comments/bg2bb2/mega_pro_tips_make_the_most_of_your_s10_settings/?utm_source=share&utm_medium=web2x">r/galaxys10</a>
(tip 29). All relevant information on what apps to download and a fix for a login issue can be found in the
reddit post. The gist of the app is that it removes ads from YouTube on your android phone and you can play
music while your screen is off for free.
</p>
</td>
</tr>
<tr>
<td><a href="https://xodo.com/" target="_blank"><img src="../Assets/Software/logo-xodo.png"></a></td>
<td>
<h2><a name="Xodo" href="https://xodo.com/" target="_blank">Xodo</a></h2>
<h3>Platform: Web App, iOS, Android, Windows</h3>
<p>
This is the best PDF editor/reader I have found that doesn't require a paid subscription (unlike Adobe) for
all of its features. You can easily write/edit, fill out forms, and add digital signatures. All for free.
</p>
</td>
</tr>
<tr>
<td><a href="https://www.microsoft.com/en-us/p/mytube/9wzdncrcwf3l" target="_blank"><img src="../Assets/Software/logo-mytube.png"></a></td>
<td>
<h2><a name="myTube!" href="https://www.microsoft.com/en-us/p/mytube/9wzdncrcwf3l" target="_blank">myTube!</a></h2>
<h3>Platform: Windows</h3>
<p>
Similar to <a href="#YouTube Vanced">YouTube Vanced</a>, this app removes ads from YouTube. The main difference
here is that myTube! is a Windows app rather than an Android app.
</p>
</td>
</tr>
<tr>
<td><a href="https://www.microsoftedgeinsider.com/en-us/download" target="_blank"><img src="../Assets/Software/logo-edge.png"></a></td>
<td>
<h2><a name="Microsoft Edge" href="https://www.microsoftedgeinsider.com/en-us/download" target="_blank">Microsoft Edge (Chromium)</a></h2>
<h3>Platform: Windows, macOS, iOS, Android</h3>
<p>
At the time of writing, Microsoft Edge (Chromium) doesn't have an official release yet. Latest reports suggest January 15th, 2020 as the official release
date. You can still download a Beta, Development, or Canary build of the new web browser from the <a href="https://www.microsoftedgeinsider.com/en-us/" target="_blank">Edge Insider site</a>.
I have been using the development build of the new Microsoft Edge since around June 2019 and have generally enjoyed it.
It will be very familiar for those coming from Chrome since it is also based on <a href="https://www.chromium.org/" target="_blank">Chromium</a>.
The main reason I like it is for its speed and reduced RAM usage. I haven't done any official tests comparing performance, but it
subjectively seems more responsive. Additionally, most if not all Chrome extensions can be used on the new Edge, so that
should help ease the transition for those who can't live without them. One of Microsoft's main selling points for
the new Edge is privacy features. Overall, there are still a few issues I have encountered like links in google searches
not opening properly, but I'm sure these will be ironed out by the official release date.
</p>
</td>
</tr>
<tr>
<td><a href="https://support.microsoft.com/en-us/help/4531293/your-phone-system-requirements-and-set-up" target="_blank"><img src="../Assets/Software/logo-your-phone.png"></a></td>
<td>
<h2><a name="Your Phone" href="https://support.microsoft.com/en-us/help/4531293/your-phone-system-requirements-and-set-up" target="_blank">Your Phone</a></h2>
<h3>Platform: Windows, Android</h3>
<p>
Your Phone from Microsoft is the answer to my long-term need for a way to interact with my phone from my PC (not you
<a href="https://www.samsung.com/global/galaxy/apps/samsung-dex/" target="_blank">Samsung DeX</a>). At the time of writing, this isn't
supported on all android devices, but it works with my Samsung Galaxy S10+. The main feature I use is viewing my
phone's notifications on my PC, but they have also implemented Phone Screen which let's you interact with you
phone via mouse and keyboard (or touch screen if you have it). If you have a supported PC and phone, you will
need to download the <a href="https://play.google.com/store/apps/details?id=com.microsoft.appmanager&hl=en_US" target="_blank">Android App</a>
and the <a href="https://www.microsoft.com/en-us/p/your-phone/9nmpj99vjbwv" target="_blank">Windows App</a>. If you have
ever wanted a better way to integrate your desktop/laptop and phone experience, this is it.
</p>
</td>
</tr>
<tr>
<td><a href="https://play.google.com/store/apps/details?id=ro.andreimircius.remotefingerauth&hl=en_US" target="_blank"><img src="../Assets/Software/logo-remote-fingerprint-unlock.png"></a></td>
<td>
<h2><a name="Remote Fingerprint Unlock" href="https://play.google.com/store/apps/details?id=ro.andreimircius.remotefingerauth&hl=en_US" target="_blank">Remote Fingerprint Unlock</a></h2>
<h3>Platform: Windows, Android</h3>
<p>
I discovered Remote Fingerprint Unlock recently, but in my short time with it, I absolutely love it. When Google announced the
<a href="https://store.google.com/us/product/google_pixelbook" target="_blank">Pixelbook</a> back in 2017, needless to say I was
very disappointed to hear that the great hardware would be paired with Chrome OS. One feature I wished I had on Windows + Android
was the ability to unlock the Pixelbook with an Android Phone. With this app, you can do just that. You'll need the
<a href="https://play.google.com/store/apps/details?id=ro.andreimircius.remotefingerauth&hl=en_US" target="_blank">Android App</a>
and the <a href="http://bit.ly/2Q4YoUP" target="_blank">Windows Program</a>. If you get the Pro version, you can even use the
Wake-on-LAN feature.
</p>
</td>
</tr>
</table>
<h1><a name="hardware">Hardware</a></h1> <h1><a name="hardware">Hardware</a></h1>
<h2>Desktop PC</h2> <table id="hardware_table">
A full list of my desktop PC build components can be found on <a href="https://pcpartpicker.com/user/sr98vn/saved/#view=dv8LJx" target="_blank">PCPartPicker</a>. <tr>
My current build has stayed largely the same from when I first built it, with the exception of the peripherals and monitors. <td><img src="../Assets/Hardware/desktop-case.png"></td>
I have upgraded my keyboard, mouse, and speakers over the past couple of years as I found deals. <td>
<h2>Desktop PC: Custom</h2>
<h2>Laptop</h2> <p>
<h3>Model: HP Spectre x360 15"</h3> A full list of my desktop PC build components can be found on <a href="https://pcpartpicker.com/user/sr98vn/saved/#view=dv8LJx" target="_blank">PCPartPicker</a>.
<h3>CPU: Intel i7-7500U</h3> My current build has stayed largely the same from when I first built it, with the exception of the peripherals and monitors.
<h3>GPU: NVIDIA GeForce 940MX</h3> I have upgraded my keyboard, mouse, and speakers over the past couple of years as I found deals.
<h3>RAM: 16 GB</h3> </p>
<p> </td>
My main laptop use case is for school. I wanted a touchscreen so I could take digital written notes in class and </tr>
I needed a good processor and dedicated graphics card for CAD software and for general programming applications. <tr>
I landed on the HP Specture x360 because it had a great balance of specs, amazing display, touch screen, and very <td><img src="../Assets/Hardware/spectre-x360.png"></td>
nice typing experience for a reasonable price. I was initially leaning towards a Razer Blade or Microsoft's Surface Book. <td>
The former would be great for my use case and for gaming, but it isn't great for taking handwritten digital notes. <h2>Laptop: HP Spectre x360 15"</h2>
The latter is similar to the Spectre in regards to specs, but has a favorable display ratio. The main reason I chose <h3>CPU: Intel i7-7500U</h3>
against it in the end was the high price relative to the Spectre. I was able to get very comparable specs for a much <h3>GPU: NVIDIA GeForce 940MX</h3>
lower price with the spectre. <h3>RAM: 16 GB</h3>
</p> <p>
My main laptop use case is for school. I wanted a touchscreen so I could take digital written notes in class and
<h2>Tablet</h2> I needed a good processor and dedicated graphics card for CAD software and for general programming applications.
<h3>Model: Microsoft Surface Go</h3> I landed on the HP Specture x360 because it had a great balance of specs, amazing display, touch screen, and very
<h3>CPU: Intel Pentium 4415Y</h3> nice typing experience for a reasonable price. I was initially leaning towards a Razer Blade or Microsoft's Surface Book.
<h3>RAM: 4 GB</h3> The former would be great for my use case and for gaming, but it isn't great for taking handwritten digital notes.
<p> The latter is similar to the Spectre in regards to specs, but has a favorable display ratio. The main reason I chose
The Surface Go is primarily used as a secondary-device and tablet. I use it for media consumption and occasional e-book against it in the end was the high price relative to the Spectre. I was able to get very comparable specs for a much
reading. It is by no means powerful enough to act as my primary device, but I like it as a secondary device that lower price with the spectre.
I will occasionally use. </p>
</p> </td>
</tr>
<h2>Phone</h2> <tr>
<h3>Model: Samsung Galaxy S10+</h3> <td><img src="../Assets/Hardware/surface-go.png"></td>
<p> <td>
Got the Galaxy S10+ on sale on Amazon's Prime Day. My previous phone was a Pixel 2XL which I really liked, but I decided <h2>Tablet: Microsoft Surface Go</h2>
to switch to a Galaxy after the Pixel 3 was a bit of a disappointment and the Pixel 4 wouldn't come out until later in the year. <h3>CPU: Intel Pentium 4415Y</h3>
Other phones I considered, but ultimately decided against were the OnePlus 7 Pro and Samsung Galaxy Note 9. In retrospect, <h3>RAM: 4 GB</h3>
I would have waited to replace my Pixel 2XL until the Galaxy Note 10+ came out and the price dropped down to something reasonable. <p>
However, I am happy with my decision as is. The Surface Go is primarily used as a secondary-device and tablet. I use it for media consumption and occasional e-book
</p> reading. It is by no means powerful enough to act as my primary device, but I like it as a secondary device that
I will occasionally use. If you do end up going with the Surface Go, make sure you
<h2>Watch</h2> <a href="https://www.windowscentral.com/surface-go-how-unlock-windows-10-s-mode" target="_blank">turn off S mode</a>
<h3>Model: Samsung Galaxy Watch</h3> to be able to install apps that aren't on the Microsoft Store. If you are a Costco member, I would recommend
<p> looking at the <a href="https://www.costco.com/microsoft-surface-go-bundle---intel-pentium---1800-x-1200-display---windows-10-in-s-mode---surface-type-cover.product.100428070.html" target="_blank">Surface Type Cover bundle</a>.
I previously had a Moto 360 Sport smartwatch, but the performance was extremely disappointing. After looking at other </p>
Android wear devices, I didn't feel that another compelling watch on the level of the Apple Watch for iPhones existed. </td>
Thus, I decided to switch to the Galaxy watch. My primary impressions of Tizen OS vs Android Wear is the lack of </tr>
supported apps. I have found that this really isn't that big of a deal as it has great media controls for your phone <tr>
and the amazing rotating bezel interface. This is by far the superior input method for watches and I feel that <td><img src="../Assets/Hardware/galaxy-s10-plus.png"></td>
all watches should have some variant of this. Overall, the performance is great and I have come to appreciate <td>
Samsung's brand of apps for my phone and watch. <h2>Phone: Samsung Galaxy S10+</h2>
</p> <p>
Got the Galaxy S10+ on sale on Amazon's Prime Day. My previous phone was a Pixel 2XL which I really liked, but I decided
to switch to a Galaxy after the Pixel 3 was a bit of a disappointment and the Pixel 4 wouldn't come out until later in the year.
Other phones I considered, but ultimately decided against were the OnePlus 7 Pro and Samsung Galaxy Note 9. In retrospect,
I would have waited to replace my Pixel 2XL until the Galaxy Note 10+ came out and the price dropped down to something reasonable.
However, I am happy with my decision as is.
</p>
</td>
</tr>
<tr>
<td><img src="../Assets/Hardware/galaxy-watch.png"></td>
<td>
<h2>Watch: Samsung Galaxy Watch</h2>
<p>
I previously had a Moto 360 Sport smartwatch, but the performance was extremely disappointing. After looking at other
Android wear devices, I didn't feel that another compelling watch on the level of the Apple Watch for iPhones existed.
Thus, I decided to switch to the Galaxy watch. My primary impressions of Tizen OS vs Android Wear is the lack of
supported apps. I have found that this really isn't that big of a deal as it has great media controls for your phone
and the amazing rotating bezel interface. This is by far the superior input method for watches and I feel that
all watches should have some variant of this. Overall, the performance is great and I have come to appreciate
Samsung's brand of apps for my phone and watch.
</p>
</td>
</tr>
<tr>
<td><img src="../Assets/Hardware/galaxy-buds.png"></td>
<td>
<h2>Wireless Earbuds: Samsung Galaxy Buds</h2>
<p>
I found these on sale at Costco and heard that the audio quality was among the best for the price. I love that they also have
audio passthrough so you can hear your environment when necessary, or keep noise cancelling on. They fit nice in my ears
and don't fall out. My only grip is that the mic isn't that great for taking phone calls. Integrates well with my Galaxy
Watch and Galaxy S10+.
</p>
</td>
</tr>
<tr>
<td><img src="../Assets/Hardware/wh-1000xm3.png"></td>
<td>
<h2>Wireless Headphones: Sony WH-1000XM3</h2>
<p>
I actually purchased the WH-1000XM2's, but the XM3's are an improvement in every way and well worth the price. Sound quality
is amazing, noise cancelling is excellent, and it has audio passthrough in case you need to hear your environment.
If you need wireless bluetooth headphones, this is it. You can get these headphones for around $290 on
<a href="https://drop.com/buy/sony-wh-1000xm3-wireless-noise-canceling-headphones/" target="_blank">Drop</a>.
</p>
</td>
</tr>
</table>
<h1><a name="video_games">Video Games</a></h1> <h1><a name="video_games">Video Games</a></h1>
<h2>Gaming Platform Profiles</h2> <h2>Gaming Platform Profiles</h2>
<table id="gaming_profile_table"> <table id="gaming_profile_table">
<tr> <tr>
<td><a href="https://steamcommunity.com/id/sr98vn/" target="_blank"><img alt="Steam" src="../Images/steam.jpg"></a></td> <td><a href="https://steamcommunity.com/id/sr98vn/" target="_blank"><img alt="Steam" src="../Assets/Video Games/steam.jpg"></a></td>
</tr> </tr>
<tr> <tr>
<td><b>Steam:</b> sr98vn</td> <td><h3>Steam: sr98vn</h3></td>
</tr> </tr>
</table> </table>
<h2>Favorite Games</h2> <h2>Favorite Games</h2>
<p>
These are some of my favorite video games (on my prefered platforms) in no particular order.
</p>
<h3>Nintendo Switch</h3> <h3>Nintendo Switch</h3>
<p><ul> <p><ul>
<li>The Legend of Zelda: Breath of the Wild</li> <li>The Legend of Zelda: Breath of the Wild</li>
@@ -269,76 +429,104 @@
</ul></p> </ul></p>
<h1><a name="podcasts">Podcasts</a></h1> <h1><a name="podcasts">Podcasts</a></h1>
<p> <table id="podcast_table">
These are some of my favorite podcasts that I listen to on a regular basis. <tr>
</p> <td><a href="https://pca.st/simmons" target="_blank"><img src="../Assets/Podcasts/bill-simmons.jpg"></a></td>
<td>
<h2>Sports</h2> <h2><a href="https://pca.st/simmons" target="_blank">The Bill Simmons Podcast (The Ringer)</a></h2>
<h3><a href="https://pca.st/simmons" target="_blank">The Bill Simmons Podcast (The Ringer)</a></h3> <p>
<p> As a New England Patriot's fan (most because of Tom Brady), I really enjoy this (perhaps too Boston-centric) sports podcast.
As a New England Patriot's fan (most because of Tom Brady), I really enjoy this (perhaps too Boston-centric) sports podcast. Bill Simmons grew up in the New England area and supports all of the Boston teams, although he currently lives in LA.
Bill Simmons grew up in the New England area and supports all of the Boston teams, although he currently lives in LA. I enjoy his conversations with friends and family about the week's events in sports, generally focused on NFL and NBA.
I enjoy his conversations with friends and family about the week's events in sports, generally focused on NFL and NBA. He occasionally has celebrity guests and sometimes brings guests on to talk about TV and movies.
He occasionally has celebrity guests and sometimes brings guests on to talk about TV and movies. </p>
</p> </td>
</tr>
<h3><a href="https://pca.st/footballweekly" target="_blank">Football Weekly (The Guardian)</a></h3> <tr>
<p> <td><a href="https://pca.st/footballweekly" target="_blank"><img src="../Assets/Podcasts/football-weekly.jpg"></a></td>
I love the light-hearted and sometimes comedic news and analysis of Premier League (and others) matches. The rotating <td>
cast of football journalists and long-time hosts are thoroughly enjoyable to listen to every week. <h2><a href="https://pca.st/footballweekly" target="_blank">Football Weekly (The Guardian)</a></h2>
Definitely recommend this podcast for any football (soccer) fans. <p>
</p> I love the light-hearted and sometimes comedic news and analysis of Premier League (and others) matches. The rotating
cast of football journalists and long-time hosts are thoroughly enjoyable to listen to every week.
<h2>Video Games</h2> Definitely recommend this podcast for any football (soccer) fans.
<h3><a href="https://pca.st/bombcast" target="_blank">Giant Bombcast (Giant Bomb)</a></h3> </p>
<p> </td>
The Giant Bombcast is a great podcast for video game fans. They discuss video game news, latest releases, and sometimes </tr>
stuff completely unrelated. Very fun to listen to throughout the week as each episode is pretty long. <tr>
</p> <td><a href="https://pca.st/bombcast" target="_blank"><img src="../Assets/Podcasts/giant-bombcast.jpg"></a></td>
<td>
<h2>Technology</h2> <h2><a href="https://pca.st/bombcast" target="_blank">Giant Bombcast (Giant Bomb)</a></h2>
<h3><a href="https://pca.st/vergecast" target="_blank">The Vergecast (The Verge)</a></h3> <p>
<p> The Giant Bombcast is a great podcast for video game fans. They discuss video game news, latest releases, and sometimes
The Vergecast is perhaps my favorite podcast of any genre. The hosts discuss the week's tech news and other stuff completely unrelated. Very fun to listen to throughout the week as each episode is pretty long.
nerdy topics as well as interviews with tech leaders. Cannot recommend this enough. </p>
</p> </td>
</tr>
<h2>Comedy</h2> <tr>
<h3><a href="https://pca.st/nprwaitwait" target="_blank">Wait Wait... Don't Tell Me! (NPR)</a></h3> <td><a href="https://pca.st/vergecast" target="_blank"><img src="../Assets/Podcasts/vergecast.jpg"></a></td>
<p> <td>
This is my favorite news/comedy podcast. I love hearing about the week's wacky stories and the rotating <h2><a href="https://pca.st/vergecast" target="_blank">The Vergecast (The Verge)</a></h2>
panel of comedians' opinons on world events. <p>
</p> The Vergecast is perhaps my favorite podcast of any genre. The hosts discuss the week's tech news and other
nerdy topics as well as interviews with tech leaders. Cannot recommend this enough.
<h2>News</h2> </p>
<h3><a href="https://pca.st/thedaily" target="_blank">The Daily (The New York Times)</a></h3> </td>
<p> </tr>
My go to for the major news events of the day (as implied by the name). It's ready every weekday by 6 AM and <tr>
generally doesn't run longer than 30 minutes. Great way to start the day. <td><a href="https://pca.st/nprwaitwait" target="_blank"><img src="../Assets/Podcasts/wait-wait.jpg"></a></td>
</p> <td>
<h2><a href="https://pca.st/nprwaitwait" target="_blank">Wait Wait... Don't Tell Me! (NPR)</a></h2>
<h2>History</h2> <p>
<h3><a href="https://pca.st/hardcorehist" target="_blank">Dan Carlin's Hardcore History (Dan Carlin)</a></h3> This is my favorite news/comedy podcast. I love hearing about the week's wacky stories and the rotating
<p> panel of comedians' opinons on world events.
This is long-form historical discussion and analysis. If you are interested in diving deep into historical </p>
events from the perspective of someone who knows how to tell a story, this is the podcast for you. Episodes </td>
are generally 4 to 5 hours long and aren't released very often as they require an enormous amount of research. </tr>
</p> <tr>
<td><a href="https://pca.st/thedaily" target="_blank"><img src="../Assets/Podcasts/the-daily.jpg"></a></td>
<h3><a href="https://pca.st/lmm1" target="_blank">Throughline (NPR)</a></h3> <td>
<p> <h2><a href="https://pca.st/thedaily" target="_blank">The Daily (The New York Times)</a></h2>
The premise of Throughline is exploring how we can look at the past to understand the present. The hosts are <p>
awesome and always find very interesting stories in the past relating to current events that help put My go to for the major news events of the day (as implied by the name). It's ready every weekday by 6 AM and
things in perspective. generally doesn't run longer than 30 minutes. Great way to start the day.
</p> </p>
</td>
<h2>Miscellaneous</h2> </tr>
<h3><a href="https://pca.st/invisibilia" target="_blank">Invisibilia (NPR)</a></h3> <tr>
<p> <td><a href="https://pca.st/hardcorehist" target="_blank"><img src="../Assets/Podcasts/hardcore-history.jpg"></a></td>
I'm not entirely sure how to describe this podcast. According to the podcast description, Invisibilia is about <td>
the unseeable forces that control human behavior and shake our ideas, beliefs, and assumptions. Definitely very <h2><a href="https://pca.st/hardcorehist" target="_blank">Dan Carlin's Hardcore History (Dan Carlin)</a></h2>
interesting and different from most of the other podcasts I listen to. <p>
</p> This is long-form historical discussion and analysis. If you are interested in diving deep into historical
events from the perspective of someone who knows how to tell a story, this is the podcast for you. Episodes
are generally 4 to 5 hours long and aren't released very often as they require an enormous amount of research.
</p>
</td>
</tr>
<tr>
<td><a href="https://pca.st/lmm1" target="_blank"><img src="../Assets/Podcasts/throughline.jpg"></a></td>
<td>
<h2><a href="https://pca.st/lmm1" target="_blank">Throughline (NPR)</a></h2>
<p>
The premise of Throughline is exploring how we can look at the past to understand the present. The hosts are
awesome and always find very interesting stories in the past relating to current events that help put
things in perspective.
</p>
</td>
</tr>
<tr>
<td><a href="https://pca.st/invisibilia" target="_blank"><img src="../Assets/Podcasts/invisibilia.jpg"></a></td>
<td>
<h2><a href="https://pca.st/invisibilia" target="_blank">Invisibilia (NPR)</a></h2>
<p>
I'm not entirely sure how to describe this podcast. According to the podcast description, Invisibilia is about
the unseeable forces that control human behavior and shake our ideas, beliefs, and assumptions. Definitely very
interesting and different from most of the other podcasts I listen to.
</p>
</td>
</tr>
</table>
<h1><a name="music">Music</a></h1> <h1><a name="music">Music</a></h1>
<h2>Spotify Playlist</h2> <h2>Spotify Playlist</h2>

View File

@@ -49,7 +49,7 @@
<nav> <nav>
<div class="navbar"> <div class="navbar">
<a href="index.html"><b>Home</b></a> <a href="index.html"><img src="../Assets/logo.png" height="20px"></a>
<div class="subnav"> <div class="subnav">
<button class="subnavbtn"><b>About &#9660;</b></button> <button class="subnavbtn"><b>About &#9660;</b></button>
<div class="subnav-content"> <div class="subnav-content">