Category: OneDrive

  • I Don’t Miss Obsidian One Bit

    I Don’t Miss Obsidian One Bit

    When I found Obsidian it felt like a major score. OneNote by then was long in the tooth. Useful, yes, full-featured, absolutely, but also old and hard to work with. Plus, OneNote often creates ugly notes as you copy from various sources and paste into it. If you don’t take the time to format notes consistently, the fonts and other formatting get out of control quickly.

    Obsidian not only offered a gorgeous font that was consistently applied to every note, but notes are plain text (markdown), easy to back up, and formatting is as simple as typing a few characters.Then there’s plugins. Thousands of them. Able to handle just about any task Obsidian can’t handle on its own. 

    Problem is, it seemed like I needed a new plugin every week. Every single shortcoming in the application could be overcome by a simple download. This became tiring. Exhausting even.

    Suddenly I was a slave to an application instead of its master. What at first was simple, beautiful even, became ugly, tiresome, and I began to hate it.

    Yes, I hate Obsidian. I can’t stand using it anymore. 

    Then someone at work mentioned using Google Docs for notes. 

    I investigated and it appealed to me for a number of reasons.

    1. While Obsidian requires a plugin to allow semantic search, as long as what you store in Google Drive, which is where Google Docs is hosted, is in a format and structure it understands, it’s fully searchable with Gemini
    2. Similar to OneNote, and unlike Microsoft Word, a Google Docs document can have multiple tabs, or sections, which means one document can serve as the container for many different notes
    3. It’s all backed by Google, which is already my main provider of mobile operating system, e-mail, reminders, calendar events, and AI
    4. It gets me away from plugins, which are a blight on humanity as far as I’m concerned
    5. It offers the same sorts of formatting options as OneNote, but is less complicated

    There are a few downsides because it’s mostly web-based, at least on PC. But so far that hasn’t been an issue. And it has excellent native support on Android.

    In the end, it’s yet another note taking application, but it’s also more than that. Similar to Microsoft’s Office suite, I can create documents, spreadsheets, and presentations all in one place, and I no longer have to keep notes in a completely separate application.

    It doesn’t mean I’ve done away with a family subscription to Office 365. My daughter and I need all the cloud space it provides for our legacy documents, photos, and other files, and I still use Excel on occasion, but I’m finding Google Drive and Google Docs a welcoming new home for most everything else I do.

  • Cursor Continues to Save My Life

    Cursor Continues to Save My Life

    I’m a middle-aged man who has worked in the software development industry for 35 years and has been computing for 45. I’ve learned a lot, but I’ve also forgotten a lot. I can honestly say that something I work on one day, week, or month, is forgotten the next.

    That’s where Cursor comes in.

    Not only can it review, edit, and write code for me, but it can also search through my documents and find information I often forget. Case in point, I was revisiting some UI automation I had worked on in June, and although it had only been about six weeks, I had completely forgotten the name of a SQL script I had written to reset data.

    I knew I had written it, but wasn’t sure if I had completed it, if it worked, where it resided, or anything else about it, so I asked Cursor:

    “I created a sql script earlier this year to reset the document designer changes in the associated databases. look for references to that work”

    It found it!

    I opened it in Notepad++ and didn’t recognize it, and it was clear it had been generated by AI (most likely by Gemini). It took me a few minutes to prove it was the correct one, but when I found a copy of it in a virtual machine, it looked promising.

    I asked Cursor a follow-up question:

    “If I remember correctly, what the script DeleteDocumentLayouts (latest) does is wipe out all the documents and then you have to reimport them. Are there notes specifically mentioning that?”

    And it confirmed exactly that. Now I was sure this was THE script I had used successfully in June.

    This isn’t an isolated incident. There are numerous occasions I’ve relied on Cursor to search documents, to confirm that a branch has been merged into Github, and more. It’s not just a coding tool; it is a universal AI tool especially focused on activities having to do with the file system or code.

    When I get a chance I’ll write about how I used Cursor at home to vibe code a patching tool for The Sims 3. Initially it didn’t work quite right, so I installed Cursor on my daughter’s computer, and it helped troubleshoot and update the patcher and got The Sims 3 working. This is a notoriously difficult old video game that Electronic Arts has failed to patch for modern systems, but Cursor figured it out.