• 0 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: July 26th, 2023

help-circle



  • I’ve been using Storygraph for a couple of years now and love it. The only feature it’s missing for me that Goodreads has (although its implementation is awkward anyway) is the ability to add a note to a book you haven’t started yet.

    My workaround for now is a tagging system with friends names like #recommendation #recommendation-amy and if I want some more detailed info, I made a custom shortcut to transform a Storygraph share URL into a note in my book notes folder in Obsidian.




  • I use LLM-type AI every day as a software developer. It’s incredibly helpful in many contexts, but you have to understand what it’s designed to do and what its limitations are.

    I went back and forth with Claude and ChatGPT today about its logic being incorrect and it telling me “You’re right,” then outputting the same/similar erroneous code it output before, until I needed to just slow down and fix some fundamental issues with its output myself. It’s certainly a force multiplier, but not at any kind of scale without guidance.

    I’m not convinced AI, in its current incarnation, can be used to write code at a reasonable scale without human intervention. Though I hope we get there so I can retire.










  • Tbh it’s made a pretty significant improvement in my life as a software developer. Yeah, it makes shit up/generates garbage code sometimes, but if you know how to read code, debug, and program in general, it really saves a lot of grunt work and tedious language barriers. It can also be a solid rubber duck for debugging.

    Basically any time I just need a little script to take x input and give me y output, or a regex, I’ll have ChatGPT write it for me.





  • I’ve gotten better about taking book notes.

    I was thinking of ways to eliminate as much friction as possible, so I made an iOS shortcut that takes a URL from a share link in The Storygraph (the app I use for tracking my books) and sends it to an API endpoint I made that returns a deep link for Obsidian (the app I use for notes) which automatically creates a note for me with Title - Author format in my preferred subdirectory for book notes.

    It seems like a silly thing to go through so much trouble to automate, but it was a tedious barrier to get a new note going when a thought came to me as I was reading, and I actually have gotten much better at taking book notes since I made it.