Category: Productivity

  • From Chaos to Clarity: I Vibe Coded My Perfect Tasks Tracker

    From Chaos to Clarity: I Vibe Coded My Perfect Tasks Tracker

    I’ve always struggled. I always felt like I was catching up and never ahead. My memory is chaos. My to-do lists are black holes. The stickies on my monitor might as well be a foreign language because I forgot what I wrote “Call Jackie” for. Raising more questions than answers.  Whose Jackie? What do I…

  • I Tried Finding The Best Note-Taking App

    I Tried Finding The Best Note-Taking App

    The bottom line up front, I went with the most basic method for this; notepad or some text editor and saving individual text files. Or a markdown editor for more flexibility and flavor to the text like Obsidian. What I am trying to achieve My memory is terrible. I have to write down EVERYTHING in…

  • How To: Make Multiple Folders From Text File

    How To: Make Multiple Folders From Text File

    The Code On Windows, if you open up PowerShell ISE, you can paste this into a new script file. It will run from the folder it is placed in so make sure you have a blank folder to start. Create a new text file in the same directory called “People.txt”. If you have another use…