Demystifying Epigenetics: Beyond the DNA Code

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 …

Cyberpunk Llama

Installing Ollama and Open-WebUI with Docker Compose: A Comprehensive Guide

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 …

redis logo

WordPress and Redis Integration

Redis is the world’s fastest in-memory database. It provides cloud and on-prem solutions for caching, vector search, and NoSQL databases that seamlessly fit into any tech stack—making it simple for digital customers to build, scale, and deploy the fast apps our world runs on. About – Redis If you’ve seen this alert on your WordPress …

Playstation 4 White Controller

Instructions for Upgrading PS4 Harddrive

Summary You’ll basically just be installing a new HDD and then installing the PS4 software and starting from scratch.  Full Sony PS4 Instructions can be found here but I’ve summarized them below (Still use the link I provided since my instructions are only a summary)

NASA Interactive Eclipse Map 2024

2024 Eclipse Interactive Map

This is more of a bookmark for myself, but I found this really cool map showing where the 2024 Eclipse will appear so that I can better find a hotel to stay at! The FULL Interactive Map is available here: https://svs.gsfc.nasa.gov/5073

Windows and Mac Incompatible because of APIs and Hardware Limitations

Decoding Operating System Compatibility: Understanding the Intricacies of Cross-Platform Software Interaction

This article was heavily inspired using ChatGPT and Bing although 99% of the ideas were more or less derived from ChatGPT. Introduction: Have you ever faced frustration when trying to run a Windows program on your Mac, only to hit a dead end? Or perhaps you’ve pondered over the obstacles standing in the way of …

Fast Fourier Transform of Pink Noise Generated using python

Understanding Pink Noise Generation in Python

Generating Pink Noise Using Python Pink noise, also known as 1/f noise, is a type of random signal that has equal energy per octave. Unlike white noise, which has a constant power spectral density across all frequencies, pink noise decreases in power as the frequency increases. It is commonly used in audio applications, such as …

Steam Punk Spaceships in front of the White House

Playing around with Bing Chat Image Creator (DALL-E 3)

Just messing around. Wanted to posts some images I created. First, I started by asking Bing to generate a photo realistic image of the White House: I then asked it to add some spaceships, and thunderstorm with lightning I then asked it to make the spaceships more ‘steampunk’ So much interesting chaos. I love it. …

Python Updating DNS records in CloudFlare

Updating CloudFlare API with your latest Home IP

[DEPRECATED] Go to this article instead https://ades-blog.tiempo.llc/updating-cloudflare-with-your-home-ip-using-python/ There are multiple scenarios where you would like to have a domain name pointing to your home IP address. One method is to use a service like DuckDNS but there are several Dynamic DNS services you could use. Most Dynamic DNS services only allow you to update the …