• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle
  • I’m sorry I have nothing helpful to add, other than congratulating you on the achievement of filling up a Gmail account. That is impressive.

    Google should send out awards for that. Like, if you get a Youtube play button for having 1 million subscribers, they should give you some kind of “I’ll get to it later” button for having 1 million unread emails in your inbox.







  • It showed me the same thing, but after searching again a few times I’m now seeing a summary of the articles on their homepages.

    Side note: I’ve had a weird bug a few times with DDG lately, where it showed me results for current events that were completely unrelated to what I was looking for. I searched for something like “10 inch chef’s knife” but the results were as though I had typed “US house of representatives speaker.” This has happened maybe three or four times in the last two weeks.




  • …I’m pretty sure every feature in obsidian can be done in emacs.

    It definitely can. Unfortunately, I was the only emacs user on my team at work, so switching from org-mode to something that used plain markdown files was beneficial. There’s a network effect here – sharing notes is valuable.

    Also, since Obsidian (and Logseq, which is what I use now) both use save plain markdown files, you can still edit your notes in emacs.

    Honestly emacs is pretty decent for almost every text related task and many non text related tasks as well.

    For sure, emacs is still my favorite operating system. :)


  • Obsidian is reaching market criticality so I’m expecting enshitification any time now.

    You could be right, but I’m not 100% sure of that. From the article:

    Keeping the team small and spurning outside investment is Obsidian’s way of avoiding incentives that might lead the company astray.

    If they can stick to that, they can avoid going downhill. The main driver for enshittification is big shareholders that want the company to keep growing – shareholders don’t care about stable profitability, they need growth for their ownership stake to increase in value. If Obsidian is profitable now and they’re fine with just keeping it that way, they can make it work.


  • Obsidian is great; I was a happy user for a couple years. But I recently switched to Logseq and I think I’m already liking it more, and it’s because of something Logseq doesn’t do.

    Obsidian lets you write a full markdown file, so step one is deciding how to write something down. Is it a nested list? Or a table? Or headings and subheadings with paragraphs?

    In Logseq, everything is a nested list. This feels like a limitation, but I’ve been preferring it. The decision is made for you: you’re going to jot this information down as a list. So then you just start writing it.

    People often tout that Logseq is open source, and while that is great, IMO there is also a design consideration that makes it better. Pretty much any kind of information you want to write down can be represented as a nested list. Doing it that way keeps everything simple, consistent, and more searchable. (Logseq’s built-in querying feature seems to be more powerful than Obsidian’s Dataview plugin, although I can’t say much about it since I haven’t really played with it yet.)

    Both Obsidian and Logseq save (kinda) standard markdown files, so if you spend a lot of time in a plain text editor, you can still use that. You don’t lose anything by editing a file in a separate editor – they will both parse and re-index the file next time you view it in the respective app.