Author: Anthony Herrera

  • Fixing Python Pandas / NumPy Binary Incompatibility Error

    Fixing Python Pandas / NumPy Binary Incompatibility Error

    Python error with Pandas / numpy: This is going to be a quick and easy post. I got following error when running pandas < 2 on python 3.10 Fixed by uninstalling numpy and installing version less than 2. Seems like an issue with the dependency resolver – resolver sees numpy is available and doesn’t check… Read more

  • Dad Advice: Reflections From The First 5 Months

    Dad Advice: Reflections From The First 5 Months
    ,

    Dad Advice Oh boy, this is going to be a fun one. I have a kid who is now 5 months old. Some things will get better, and some things will get worse, but for the most part, month 5 is so much better than the first 4. And month 4 was better than the… Read more

  • How to Disable the Fish Shell Bell in WSL: A Step-by-Step Guide

    How to Disable the Fish Shell Bell in WSL: A Step-by-Step Guide

    How to Disable the Fish Shell Bell in WSL This seems to be a “zero day” solution, as I haven’t found the correct answer anywhere else. When running Fish Shell on Windows Subsystem for Linux (WSL), the bell would sound every single time I hit enter. Solution Straight to the point: That’s it! Details The… Read more

  • Whole Wheat Bread Recipe

    Whole Wheat Bread Recipe
    , ,

    Simple Whole Wheat Bread Recipe Okay, I promised not to flood the recipes with stories, but this is therecipe that I used to make bread in college and people would buy it from my. It’s amazing. It’s so good I considered making a business outof it. I LOVE this bread. Ingredients Directions Get Freaky With… Read more

  • Baja Cakes Recipe: An interesting take on Pancakes

    Baja Cakes Recipe: An interesting take on Pancakes
    ,

    Baja Cakes Recipe These come from my wife and her family. They are ridiculous and very good. Specifically requested many times in high school. I’ll let you read the story of how they came about. They are like hearty cinnamon pancakes. Baja cakes came about while Mom, Dad, and I were traveling in the Baja… Read more

  • Creating Something For Me: Reclaiming Personal Value in the Digital Age

    Creating Something For Me: Reclaiming Personal Value in the Digital Age
    ,

    Creating Something For Me: Reclaiming Personal Value in the Digital Age Corporations are extracting everything valuable we produce—labor, creativity, homes, land, and even our biometric data. Every photo you put on Facebook and every tweet you tweet on Twitter X you X on X is fed into a machine to generate money for someone else.… Read more

  • A Painter in a Print Shop My Struggle with Databricks

    A Painter in a Print Shop My Struggle with Databricks
    , ,

    A Painter in a Print Shop: My Struggle with Databricks This is a cry into the void. A single man against a freight train. As I have become fond of saying, “A painter in a print shop.” I don’t think I can stop Databricks. In a way, what they have done is brilliant and scratches… Read more

  • 5 Minute Chocolate Mug Cake Recipe: Quick and Delicious!

    5 Minute Chocolate Mug Cake Recipe: Quick and Delicious!
    ,

    5 Minute Chocolate Mug Cake Recipe This recipe is good. See below for the secret rice cooker mug cake. Yield: 1 servingTime: 5 minutes Ingredients Original Instructions Amazing Instructions This requires a small rice cooker. I know how that sounds. It’s worth it. It’s amazing. Read more

  • Maximize Your Terminal Efficiency with TMUX: Configuration and Tips

    Maximize Your Terminal Efficiency with TMUX: Configuration and Tips

    TMUX Split panes, create new tabs, and move between them quickly and easily! This should be installed by default, but can be installed with sudo apt-get install tmux if it does not exist. Config Use touch ~/.tmux.conf to create the configuration file. Open TMUX by Default Answer found here. Put this into config.fish and restart. Read more

  • Getting Things Done (GTD) with Obsidian and Todoist

    Getting Things Done (GTD) with Obsidian and Todoist
    ,

    Getting Things Done (GTD) with Obsidian and Todoist Obsidian is a tool to take notes and organize information. Todoist is a tool to create tasks and organize them. Getting Things Done (GTD) is a method to, well, get things done. I’ll share some notes about these tools and methods soon. Getting Things Done Method This… Read more