• 6 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle
  • I do not agree with @FiniteBanjo@lemmy.today’s take. LLMs as these are used today, at the very least, reduces the number of steps required to consume any previously documented information. So these are solving at least one problem, especially with today’s Internet where one has to navigate a cruft of irrelevant paragraphs and annoying pop ups to reach the actual nugget of information.

    Having said that, since you have shared an anecdote, I would like to share a counter(?) anecdote.

    Ever since our workplace allowed the use of LLM-based chatbots, I have never seen those actually help debug any undocumented error or non-traditional environments/configurations. It has always hallucinated incorrectly while I used it to debug such errors.

    In fact, I am now so sceptical about the responses, that I just avoid these chatbots entirely, and debug errors using the “old school” way involving traditional search engines.

    Similarly, while using it to learn new programming languages or technologies, I always got incorrect responses to indirect questions. I learn that it has incorrectly hallucinated only after verifying the response through implementation. This makes the entire purpose futile.

    I do try out the latest launches and improvements as I know the responses will eventually become better. Most recently, I tried out GPT-4o when it got announced. But I still don’t find them useful for the mentioned purposes.

















  • Unless I misunderstood “cloud service functionality”, an Obsidian vault can be placed almost anywhere on the file system. For instance, a remote/WebDAV drive or even the Dropbox/iCloud Drive/Google Drive directory.

    Migrating is as easy as moving the vault directory from one location to another, and pointing Obsidian to it.

    As always, on iOS, there are some caveats as it lacks a traditional file system. So, the Obsidian app cannot access the vault directory on, say your Dropbox. But there are workarounds for it, like hosting the vault on a remote Git repository - which is what I ended up doing. Of course, this is a non-issue on Android.

    Obsidian has a help page that goes in detail about what I just said.

    As for the Git repository workaround, I referred to this article to arrive at my current workflow.

    As an aside, I would like to touch upon my experience with using the inbuilt sync on apps like Agenda and Joplin - both offering syncing using iCloud and Dropbox while the latter offering a whole lot more. It is a flaky experience at best, wherein a significant number of notes never really sync between the devices. This forces me to use my phone to view a particular note while my computer for another. This is where the plain text file foundation for apps like Obsidian and Logseq wins me over.