Open Source Alternative Software
Fireship recently released a video outlining several products that are great alternatives to software you have to pay for. The full list is below with their official video embedded after the list.
Fireship recently released a video outlining several products that are great alternatives to software you have to pay for. The full list is below with their official video embedded after the list.
This blog will teach you how to write a Python script that allows you to update a CloudFlare domain with your home IP address. The problem we’re trying to solve is that my home has a dynamic IP address instead of a static one. If I have services at my house I want to access …
Read more “Updating CloudFlare with your Home IP using Python”
Putting these notes together in case I need to reference them in the future. Most of the bullet points below are found here (Department of Labor) https://www.dol.nebraska.gov/ but I’m including some other points about banking at the end.
This page contains the manuals for a 2021 Toyota Tacoma. I do recommend creating an account via Toyota if you would like to get these PDFs or a different Toyota model / year via this link https://www.toyota.com/owners/warranty-owners-manuals/ Owners Manual https://assets.sia.toyota.com/publications/en/om-s/OM04029U/pdf/OM04029U.pdf Quick Reference guide https://assets.sia.toyota.com/publications/en/om-s/OM21N1QRG/pdf/OM21N1QRG.pdf
This page contains the manuals for a 2017 Toyota Tacoma I do recommend creating an account via Toyota if you would like to get these PDFs or a different Toyota model / year via this link https://www.toyota.com/owners/warranty-owners-manuals/ Owners Manual https://assets.sia.toyota.com/publications/en/om-s/OM04013U/pdf/OM04013U.pdf Quick Reference guide https://assets.sia.toyota.com/publications/en/om-s/OM17N1QRG/pdf/17Tacoma_OM17N1QRG.pdf
I’ve been trying to better understand the concept of epigenetics lately and this article caught my eye after it was posted on Hacker News https://www.thenewatlantis.com/publications/getting-over-the-code-delusion Just a disclaimer, but I had Copilot summarize this for me as a form of note taking so I could make sure I was getting all the key concepts. I …
Changing the oil in your 2021 Toyota Tacoma is a straightforward process that requires a few specific tools and materials. Here’s a step-by-step guide to help you get started. Tools & Materials Before you begin, gather the necessary tools and materials1: Step-by-Step Guide Extra Credit You can also sample your oil and send it off …
Ollama (LLaMA 3) and Open-WebUI are powerful tools that allow you to interact with language models locally. Whether you’re writing poetry, generating stories, or experimenting with creative content, this guide will walk you through deploying both tools using Docker Compose. I’m also trying to figure out how to better format the YAML file used in …
Read more “Installing Ollama and Open-WebUI with Docker Compose: A Comprehensive Guide”
Today I went to the largest Lego expo in the area called Brick Days Omaha!! I wanted to showcase some of the really cool sets I saw! Here’s a short 8 minute video showcasing the event with photos below!
To change your WordPress Admin’s login page logo and URL, simply paste the following code into your themes functions.php file: In the above code, we’ve uploaded a file named new_logo.png to the /assets/images/ folder under the current theme. Of course change out the actual logo image and site URL. If you need help performing this …