Personal Recommendations Images
- Add images to personal recommendations - Update README w/ current progress
BIN
Assets/Hardware/desktop-case.png
Normal file
After Width: | Height: | Size: 432 KiB |
BIN
Assets/Hardware/galaxy-buds.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
Assets/Hardware/galaxy-s10-plus.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
Assets/Hardware/galaxy-watch.png
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
Assets/Hardware/spectre-x360.png
Normal file
After Width: | Height: | Size: 198 KiB |
BIN
Assets/Hardware/surface-go.png
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
Assets/Hardware/wh-1000xm3.png
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
Assets/Podcasts/bill-simmons.jpg
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
Assets/Podcasts/football-weekly.jpg
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
Assets/Podcasts/giant-bombcast.jpg
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
Assets/Podcasts/hardcore-history.jpg
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
Assets/Podcasts/invisibilia.jpg
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
Assets/Podcasts/the-daily.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
Assets/Podcasts/throughline.jpg
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
Assets/Podcasts/vergecast.jpg
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
Assets/Podcasts/wait-wait.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
Assets/Software/logo-chocolatey.png
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
Assets/Software/logo-clatter.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
Assets/Software/logo-edge.png
Normal file
After Width: | Height: | Size: 196 KiB |
BIN
Assets/Software/logo-fences.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
Assets/Software/logo-mytube.png
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
Assets/Software/logo-notion.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
Assets/Software/logo-pocket-casts.png
Normal file
After Width: | Height: | Size: 148 KiB |
BIN
Assets/Software/logo-remote-fingerprint-unlock.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
Assets/Software/logo-start10.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
Assets/Software/logo-wallpaper-engine.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
Assets/Software/logo-xodo.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
Assets/Software/logo-your-phone.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
Assets/Software/logo-youtube-vanced.png
Normal file
After Width: | Height: | Size: 155 KiB |
BIN
Assets/Video Games/BOTW.jpg
Normal file
After Width: | Height: | Size: 237 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
@@ -20,16 +20,20 @@ This is the repository for my personal website. This includes all linked files a
|
||||
- [x] Link
|
||||
- [x] Platform(s)
|
||||
- [x] Discussion
|
||||
- [x] Images
|
||||
- [x] Hardware
|
||||
- [x] Device type
|
||||
- [x] Specs
|
||||
- [x] Discussion
|
||||
- [x] Images
|
||||
- [ ] Favorite Games
|
||||
- [x] List
|
||||
- [ ] Images
|
||||
- [ ] Discussion
|
||||
- [ ] Upcoming Games
|
||||
- [x] Podcasts
|
||||
- [x] List
|
||||
- [x] Images
|
||||
- [x] Discussion
|
||||
- [x] Music
|
||||
- [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] Add Styling w/ CSS
|
||||
- [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)
|
||||
- https://getbootstrap.com/
|
||||
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
<nav>
|
||||
<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">
|
||||
<button class="subnavbtn"><b>About ▼</b></button>
|
||||
<div class="subnav-content">
|
||||
|
@@ -4,6 +4,24 @@
|
||||
<script language="javascript" type="text/javascript" src="Templates/header.txt"></script>
|
||||
|
||||
<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 {
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
@@ -12,6 +30,24 @@
|
||||
table#gaming_profile_table img {
|
||||
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>
|
||||
|
||||
<title>Personal Recommendations</title>
|
||||
@@ -19,7 +55,7 @@
|
||||
|
||||
<nav>
|
||||
<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">
|
||||
<button class="subnavbtn"><b>About ▼</b></button>
|
||||
<div class="subnav-content">
|
||||
@@ -53,193 +89,317 @@
|
||||
<body>
|
||||
<div class="main_content">
|
||||
<h1><a name="software">Software</a></h1>
|
||||
<h2><a name="Fences" href="https://www.stardock.com/products/fences/" target="_blank">Fences</a></h2>
|
||||
<h3>Platform: Windows</h3>
|
||||
<p>
|
||||
Fences is a desktop management software that allows you to group your desktop icons into "fences".
|
||||
These fences can be rolled up so they are tucked away neatly into a corner, allowing you to view
|
||||
your desktop wallpaper while still being able to access your shortcuts when you need to.
|
||||
I really like Fences because it keeps my desktop clutter-free and I get to look at my amazing
|
||||
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
|
||||
can also get it directly from <a href="https://www.stardock.com/products/fences/" target="_blank">Stardock's website</a>.
|
||||
Would definitely recommend getting it if you have a cluttered desktop.
|
||||
</p>
|
||||
|
||||
<h2><a name="Start10" href="https://www.stardock.com/products/start10/" target="_blank">Start10</a></h2>
|
||||
<h3>Platform: Windows</h3>
|
||||
<p>
|
||||
I wasn't actually interested in Start10 when I first got it. I got it in a
|
||||
<a href="https://store.steampowered.com/bundle/3675/Fences__Start10/" target="_blank">bundle</a> with <a href="#Fences">Fences</a>.
|
||||
The gist of Start10 is that it allows you to customize the way your taskbar looks and the style of start menu
|
||||
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"
|
||||
introduced in Windows 10. Modern style is a bit of a hybrid. It has the application list from
|
||||
Windows 7, but the theme looks more like Windows 10. I personally prefer Windows 10 style because
|
||||
of the "tiles" that easily let you launch your favorite apps. I wouldn't necessarily recommend
|
||||
getting Start10 on its own as I don't see much value in it, but it is a nice addition if you have
|
||||
ever wanted to change the look of your taskbar or start menu.
|
||||
</p>
|
||||
|
||||
<h2><a name="Wallpaper Engine" href="https://www.wallpaperengine.io/" target="_blank">Wallpaper Engine</a></h2>
|
||||
<h3>Platform: Windows</h3>
|
||||
<p>
|
||||
Wallpaper Engine is amongst my favorite programs on this list. If you have ever seen live wallpapers on phones
|
||||
and thought "can I get that on my PC?"", this is the program for you. At a regular price of $3.99, I
|
||||
cannot recommend this enough. Fair warning, this will drain your battery and RAM if you plan on running
|
||||
it at its highest settings with animations and other compute heavy settings. I usually run this on my laptop
|
||||
so the wallpaper is static when unplugged, but animated and reactive when plugged in. There are some memory
|
||||
saving options that can pause the program when another program is in full-screen and in-focus to improve
|
||||
battery life and performance.
|
||||
</p>
|
||||
|
||||
<h2><a name="Notion" href="https://www.notion.so/?r=542c7e5df78d4ff0bf5417dd397f26b8" target="_blank">Notion</a></h2>
|
||||
<h3>Platform: Web App, Mac, Windows, iOS, Android</h3>
|
||||
<p>
|
||||
This is my current favorite productivity app. I use it to keep track of things like homework, personal tasks,
|
||||
gift ideas, shopping lists, personal wish lists, upcoming video games, etc. I previously used Trello and
|
||||
google keep to track tasks and random bits of information, but Notion has been a game changer. While the
|
||||
full experience is locked behind a paywall, you can try it out for free if you have a university (.edu) email.
|
||||
If you haven't already, I would suggest giving it a try. Use this
|
||||
<a href="https://www.notion.so/?r=542c7e5df78d4ff0bf5417dd397f26b8" target="_blank">referral link</a> to get
|
||||
some free credit on your account to use if you decide to use any of the paid tier.
|
||||
</p>
|
||||
|
||||
<h2><a name="Clatter" href="https://www.microsoft.com/en-us/p/clatter/9nps35br12q8" target="_blank">Clatter</a></h2>
|
||||
<h3>Platform: Windows</h3>
|
||||
<p>
|
||||
Have you ever wondered if there was an app to combine all of your messaging apps into 1? Well, Clatter
|
||||
is the answer. I used to keep multiple tabs and programs open so I could see all of my messaging services
|
||||
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.
|
||||
</p>
|
||||
|
||||
<h2><a name="Chocolatey" href="https://chocolatey.org/" target="_blank">Chocolatey</a></h2>
|
||||
<h3>Platform: Windows</h3>
|
||||
<p>
|
||||
Chocolatey is Windows's answer to Homebrew. It is essentially a package manager that allows you to easily track
|
||||
and upgrade/install/uninstall programs on Windows. My process when installing apps is to check if there is a
|
||||
Windows app on the Microsoft Store. If not, I check Chocolatey. More times than not, it's available there.
|
||||
You can easily install any programs you need via command prompt and avoid the tedious installation wizard.
|
||||
</p>
|
||||
|
||||
<h2><a name="Pocket Casts" href="https://www.pocketcasts.com/" target="_blank">Pocket Casts</a></h2>
|
||||
<h3>Platform: Web App, iOS, Android</h3>
|
||||
<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
|
||||
has implemented. While I don't agree with this new pay structure, I appreciate that they have implemented a
|
||||
free tier that has the majority of features that most people will need.
|
||||
</p>
|
||||
|
||||
<h2><a name="YouTube Vanced" href="https://vanced.app/" target="_blank">YouTube Vanced</a></h2>
|
||||
<h3>Platform: Android</h3>
|
||||
<p>
|
||||
I discovered this on a MEGA PRO TIPS post on
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
<table id="software_table">
|
||||
<tr>
|
||||
<td><a href="https://www.stardock.com/products/fences/" target="_blank"><img src="../Assets/Software/logo-fences.png"></a></td>
|
||||
<td>
|
||||
<h2><a name="Fences" href="https://www.stardock.com/products/fences/" target="_blank">Fences</a></h2>
|
||||
<h3>Platform: Windows</h3>
|
||||
<p>
|
||||
Fences is a desktop management software that allows you to group your desktop icons into "fences".
|
||||
These fences can be rolled up so they are tucked away neatly into a corner, allowing you to view
|
||||
your desktop wallpaper while still being able to access your shortcuts when you need to.
|
||||
I really like Fences because it keeps my desktop clutter-free and I get to look at my amazing
|
||||
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
|
||||
can also get it directly from <a href="https://www.stardock.com/products/fences/" target="_blank">Stardock's website</a>.
|
||||
Would definitely recommend getting it if you have a cluttered desktop.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://www.stardock.com/products/start10/" target="_blank"><img src="../Assets/Software/logo-start10.png"></a></td>
|
||||
<td>
|
||||
<h2><a name="Start10" href="https://www.stardock.com/products/start10/" target="_blank">Start10</a></h2>
|
||||
<h3>Platform: Windows</h3>
|
||||
<p>
|
||||
I wasn't actually interested in Start10 when I first got it. I got it in a bundle with <a href="#Fences">Fences</a>.
|
||||
The gist of Start10 is that it allows you to customize the way your taskbar looks and the style of start menu
|
||||
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"
|
||||
introduced in Windows 10. Modern style is a bit of a hybrid. It has the application list from
|
||||
Windows 7, but the theme looks more like Windows 10. I personally prefer Windows 10 style because
|
||||
of the "tiles" that easily let you launch your favorite apps. I wouldn't necessarily recommend
|
||||
getting Start10 on its own as I don't see much value in it, but it is a nice addition if you have
|
||||
ever wanted to change the look of your taskbar or start menu.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://www.wallpaperengine.io/" target="_blank"><img src="../Assets/Software/logo-wallpaper-engine.png"></a></td>
|
||||
<td>
|
||||
<h2><a name="Wallpaper Engine" href="https://www.wallpaperengine.io/" target="_blank">Wallpaper Engine</a></h2>
|
||||
<h3>Platform: Windows</h3>
|
||||
<p>
|
||||
Wallpaper Engine is amongst my favorite programs on this list. If you have ever seen live wallpapers on phones
|
||||
and thought "can I get that on my PC?", this is the program for you. At a regular price of $3.99, I
|
||||
cannot recommend this enough. Fair warning, this will drain your battery and RAM if you plan on running
|
||||
it at its highest settings with animations and other compute heavy settings. I usually run this on my laptop
|
||||
so the wallpaper is static when unplugged, but animated and reactive when plugged in. There are some memory
|
||||
saving options that can pause the program when another program is in full-screen and in-focus to improve
|
||||
battery life and performance.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://www.notion.so/?r=542c7e5df78d4ff0bf5417dd397f26b8" target="_blank"><img src="../Assets/Software/logo-notion.png"></a></td>
|
||||
<td>
|
||||
<h2><a name="Notion" href="https://www.notion.so/?r=542c7e5df78d4ff0bf5417dd397f26b8" target="_blank">Notion</a></h2>
|
||||
<h3>Platform: Web App, Mac, Windows, iOS, Android</h3>
|
||||
<p>
|
||||
This is my current favorite productivity app. I use it to keep track of things like homework, personal tasks,
|
||||
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>
|
||||
to track tasks and random bits of information, but Notion has been a game changer. While the
|
||||
full experience is locked behind a paywall, you can get the paid tier for free if you have a university (.edu) email.
|
||||
If you haven't already, I would suggest giving it a try. Use this
|
||||
<a href="https://www.notion.so/?r=542c7e5df78d4ff0bf5417dd397f26b8" target="_blank">referral link</a> to get
|
||||
some free credit on your account to use if you decide to use any of the paid tiers.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://www.microsoft.com/en-us/p/clatter/9nps35br12q8" target="_blank"><img src="../Assets/Software/logo-clatter.png"></a></td>
|
||||
<td>
|
||||
<h2><a name="Clatter" href="https://www.microsoft.com/en-us/p/clatter/9nps35br12q8" target="_blank">Clatter</a></h2>
|
||||
<h3>Platform: Windows</h3>
|
||||
<p>
|
||||
Have you ever wondered if there was an app to combine all of your messaging apps into 1? Well, Clatter
|
||||
is the answer. I used to keep multiple tabs and programs open so I could see all of my messaging services
|
||||
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.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://chocolatey.org/" target="_blank"><img src="../Assets/Software/logo-chocolatey.png"></a></td>
|
||||
<td>
|
||||
<h2><a name="Chocolatey" href="https://chocolatey.org/" target="_blank">Chocolatey</a></h2>
|
||||
<h3>Platform: Windows</h3>
|
||||
<p>
|
||||
Chocolatey is Windows's answer to Homebrew. It is essentially a package manager that allows you to easily track
|
||||
and upgrade/install/uninstall programs on Windows. My process when installing apps is to check if there is a
|
||||
Windows app on the Microsoft Store. If not, I check Chocolatey. More times than not, it's available there.
|
||||
You can easily install any programs you need via command prompt and avoid the tedious installation wizard.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://www.pocketcasts.com/" target="_blank"><img src="../Assets/Software/logo-pocket-casts.png"></a></td>
|
||||
<td>
|
||||
<h2><a name="Pocket Casts" href="https://www.pocketcasts.com/" target="_blank">Pocket Casts</a></h2>
|
||||
<h3>Platform: Web App, iOS, Android</h3>
|
||||
<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
|
||||
has implemented. While I don't agree with this new pay structure, I appreciate that they have implemented a
|
||||
free tier that has the majority of features that most people will need.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://vanced.app/" target="_blank"><img src="../Assets/Software/logo-youtube-vanced.png"></a></td>
|
||||
<td>
|
||||
<h2><a name="YouTube Vanced" href="https://vanced.app/" target="_blank">YouTube Vanced</a></h2>
|
||||
<h3>Platform: Android</h3>
|
||||
<p>
|
||||
I discovered this on a MEGA PRO TIPS post on
|
||||
<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>
|
||||
<h2>Desktop PC</h2>
|
||||
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>.
|
||||
My current build has stayed largely the same from when I first built it, with the exception of the peripherals and monitors.
|
||||
I have upgraded my keyboard, mouse, and speakers over the past couple of years as I found deals.
|
||||
|
||||
<h2>Laptop</h2>
|
||||
<h3>Model: HP Spectre x360 15"</h3>
|
||||
<h3>CPU: Intel i7-7500U</h3>
|
||||
<h3>GPU: NVIDIA GeForce 940MX</h3>
|
||||
<h3>RAM: 16 GB</h3>
|
||||
<p>
|
||||
My main laptop use case is for school. I wanted a touchscreen so I could take digital written notes in class and
|
||||
I needed a good processor and dedicated graphics card for CAD software and for general programming applications.
|
||||
I landed on the HP Specture x360 because it had a great balance of specs, amazing display, touch screen, and very
|
||||
nice typing experience for a reasonable price. I was initially leaning towards a Razer Blade or Microsoft's Surface Book.
|
||||
The former would be great for my use case and for gaming, but it isn't great for taking handwritten digital notes.
|
||||
The latter is similar to the Spectre in regards to specs, but has a favorable display ratio. The main reason I chose
|
||||
against it in the end was the high price relative to the Spectre. I was able to get very comparable specs for a much
|
||||
lower price with the spectre.
|
||||
</p>
|
||||
|
||||
<h2>Tablet</h2>
|
||||
<h3>Model: Microsoft Surface Go</h3>
|
||||
<h3>CPU: Intel Pentium 4415Y</h3>
|
||||
<h3>RAM: 4 GB</h3>
|
||||
<p>
|
||||
The Surface Go is primarily used as a secondary-device and tablet. I use it for media consumption and occasional e-book
|
||||
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.
|
||||
</p>
|
||||
|
||||
<h2>Phone</h2>
|
||||
<h3>Model: Samsung Galaxy S10+</h3>
|
||||
<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>
|
||||
|
||||
<h2>Watch</h2>
|
||||
<h3>Model: Samsung Galaxy Watch</h3>
|
||||
<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>
|
||||
<table id="hardware_table">
|
||||
<tr>
|
||||
<td><img src="../Assets/Hardware/desktop-case.png"></td>
|
||||
<td>
|
||||
<h2>Desktop PC: Custom</h2>
|
||||
<p>
|
||||
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>.
|
||||
My current build has stayed largely the same from when I first built it, with the exception of the peripherals and monitors.
|
||||
I have upgraded my keyboard, mouse, and speakers over the past couple of years as I found deals.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../Assets/Hardware/spectre-x360.png"></td>
|
||||
<td>
|
||||
<h2>Laptop: HP Spectre x360 15"</h2>
|
||||
<h3>CPU: Intel i7-7500U</h3>
|
||||
<h3>GPU: NVIDIA GeForce 940MX</h3>
|
||||
<h3>RAM: 16 GB</h3>
|
||||
<p>
|
||||
My main laptop use case is for school. I wanted a touchscreen so I could take digital written notes in class and
|
||||
I needed a good processor and dedicated graphics card for CAD software and for general programming applications.
|
||||
I landed on the HP Specture x360 because it had a great balance of specs, amazing display, touch screen, and very
|
||||
nice typing experience for a reasonable price. I was initially leaning towards a Razer Blade or Microsoft's Surface Book.
|
||||
The former would be great for my use case and for gaming, but it isn't great for taking handwritten digital notes.
|
||||
The latter is similar to the Spectre in regards to specs, but has a favorable display ratio. The main reason I chose
|
||||
against it in the end was the high price relative to the Spectre. I was able to get very comparable specs for a much
|
||||
lower price with the spectre.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../Assets/Hardware/surface-go.png"></td>
|
||||
<td>
|
||||
<h2>Tablet: Microsoft Surface Go</h2>
|
||||
<h3>CPU: Intel Pentium 4415Y</h3>
|
||||
<h3>RAM: 4 GB</h3>
|
||||
<p>
|
||||
The Surface Go is primarily used as a secondary-device and tablet. I use it for media consumption and occasional e-book
|
||||
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
|
||||
<a href="https://www.windowscentral.com/surface-go-how-unlock-windows-10-s-mode" target="_blank">turn off S mode</a>
|
||||
to be able to install apps that aren't on the Microsoft Store. If you are a Costco member, I would recommend
|
||||
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>.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../Assets/Hardware/galaxy-s10-plus.png"></td>
|
||||
<td>
|
||||
<h2>Phone: Samsung Galaxy S10+</h2>
|
||||
<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>
|
||||
<h2>Gaming Platform Profiles</h2>
|
||||
<table id="gaming_profile_table">
|
||||
<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>
|
||||
<td><b>Steam:</b> sr98vn</td>
|
||||
<td><h3>Steam: sr98vn</h3></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<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>
|
||||
<p><ul>
|
||||
<li>The Legend of Zelda: Breath of the Wild</li>
|
||||
@@ -269,76 +429,104 @@
|
||||
</ul></p>
|
||||
|
||||
<h1><a name="podcasts">Podcasts</a></h1>
|
||||
<p>
|
||||
These are some of my favorite podcasts that I listen to on a regular basis.
|
||||
</p>
|
||||
|
||||
<h2>Sports</h2>
|
||||
<h3><a href="https://pca.st/simmons" target="_blank">The Bill Simmons Podcast (The Ringer)</a></h3>
|
||||
<p>
|
||||
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.
|
||||
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.
|
||||
</p>
|
||||
|
||||
<h3><a href="https://pca.st/footballweekly" target="_blank">Football Weekly (The Guardian)</a></h3>
|
||||
<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.
|
||||
Definitely recommend this podcast for any football (soccer) fans.
|
||||
</p>
|
||||
|
||||
<h2>Video Games</h2>
|
||||
<h3><a href="https://pca.st/bombcast" target="_blank">Giant Bombcast (Giant Bomb)</a></h3>
|
||||
<p>
|
||||
The Giant Bombcast is a great podcast for video game fans. They discuss video game news, latest releases, and sometimes
|
||||
stuff completely unrelated. Very fun to listen to throughout the week as each episode is pretty long.
|
||||
</p>
|
||||
|
||||
<h2>Technology</h2>
|
||||
<h3><a href="https://pca.st/vergecast" target="_blank">The Vergecast (The Verge)</a></h3>
|
||||
<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.
|
||||
</p>
|
||||
|
||||
<h2>Comedy</h2>
|
||||
<h3><a href="https://pca.st/nprwaitwait" target="_blank">Wait Wait... Don't Tell Me! (NPR)</a></h3>
|
||||
<p>
|
||||
This is my favorite news/comedy podcast. I love hearing about the week's wacky stories and the rotating
|
||||
panel of comedians' opinons on world events.
|
||||
</p>
|
||||
|
||||
<h2>News</h2>
|
||||
<h3><a href="https://pca.st/thedaily" target="_blank">The Daily (The New York Times)</a></h3>
|
||||
<p>
|
||||
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
|
||||
generally doesn't run longer than 30 minutes. Great way to start the day.
|
||||
</p>
|
||||
|
||||
<h2>History</h2>
|
||||
<h3><a href="https://pca.st/hardcorehist" target="_blank">Dan Carlin's Hardcore History (Dan Carlin)</a></h3>
|
||||
<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>
|
||||
|
||||
<h3><a href="https://pca.st/lmm1" target="_blank">Throughline (NPR)</a></h3>
|
||||
<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>
|
||||
|
||||
<h2>Miscellaneous</h2>
|
||||
<h3><a href="https://pca.st/invisibilia" target="_blank">Invisibilia (NPR)</a></h3>
|
||||
<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>
|
||||
<table id="podcast_table">
|
||||
<tr>
|
||||
<td><a href="https://pca.st/simmons" target="_blank"><img src="../Assets/Podcasts/bill-simmons.jpg"></a></td>
|
||||
<td>
|
||||
<h2><a href="https://pca.st/simmons" target="_blank">The Bill Simmons Podcast (The Ringer)</a></h2>
|
||||
<p>
|
||||
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.
|
||||
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.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://pca.st/footballweekly" target="_blank"><img src="../Assets/Podcasts/football-weekly.jpg"></a></td>
|
||||
<td>
|
||||
<h2><a href="https://pca.st/footballweekly" target="_blank">Football Weekly (The Guardian)</a></h2>
|
||||
<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.
|
||||
Definitely recommend this podcast for any football (soccer) fans.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://pca.st/bombcast" target="_blank"><img src="../Assets/Podcasts/giant-bombcast.jpg"></a></td>
|
||||
<td>
|
||||
<h2><a href="https://pca.st/bombcast" target="_blank">Giant Bombcast (Giant Bomb)</a></h2>
|
||||
<p>
|
||||
The Giant Bombcast is a great podcast for video game fans. They discuss video game news, latest releases, and sometimes
|
||||
stuff completely unrelated. Very fun to listen to throughout the week as each episode is pretty long.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://pca.st/vergecast" target="_blank"><img src="../Assets/Podcasts/vergecast.jpg"></a></td>
|
||||
<td>
|
||||
<h2><a href="https://pca.st/vergecast" target="_blank">The Vergecast (The Verge)</a></h2>
|
||||
<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.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://pca.st/nprwaitwait" target="_blank"><img src="../Assets/Podcasts/wait-wait.jpg"></a></td>
|
||||
<td>
|
||||
<h2><a href="https://pca.st/nprwaitwait" target="_blank">Wait Wait... Don't Tell Me! (NPR)</a></h2>
|
||||
<p>
|
||||
This is my favorite news/comedy podcast. I love hearing about the week's wacky stories and the rotating
|
||||
panel of comedians' opinons on world events.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://pca.st/thedaily" target="_blank"><img src="../Assets/Podcasts/the-daily.jpg"></a></td>
|
||||
<td>
|
||||
<h2><a href="https://pca.st/thedaily" target="_blank">The Daily (The New York Times)</a></h2>
|
||||
<p>
|
||||
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
|
||||
generally doesn't run longer than 30 minutes. Great way to start the day.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://pca.st/hardcorehist" target="_blank"><img src="../Assets/Podcasts/hardcore-history.jpg"></a></td>
|
||||
<td>
|
||||
<h2><a href="https://pca.st/hardcorehist" target="_blank">Dan Carlin's Hardcore History (Dan Carlin)</a></h2>
|
||||
<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>
|
||||
<h2>Spotify Playlist</h2>
|
||||
|
@@ -49,7 +49,7 @@
|
||||
|
||||
<nav>
|
||||
<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">
|
||||
<button class="subnavbtn"><b>About ▼</b></button>
|
||||
<div class="subnav-content">
|
||||
|