• 1 Post
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle

  • This is expected behaviour though?

    Realisticly, it would be beyond wrong to have every file in ram at all times, or process’s every file to any extend when it is not in immediate use or you are in a search field or link/back link Dialog.

    Try copy pasting 2GB of data into your vim and you will find it takes quite a while for everything to be pasted. When you drag and drop via the UI in obsidian and you do that with thousands of files, then this is not very surprising to slow your application. Assuming obsidian wants to make the files available as soon as possible, I presume it parses/indexes them immediately one after the other instead of one big block.

    My vault is about 1.5k files, all interlinked in some way (ignoring larger pictures or PDFs). Making a new vault and drag and dropping all of them in lags quite a bit for quite a while, but once everything is loaded its fine.





  • I work in IT, so a desk job with almost no movement. If I wasn’t doing sports I’d be crashing hard as well.

    I always feel like, if someone with a sporty routine (lets say gym once or twice a week for 2h) stops doing sports for a longer period of time (2 weeks) they will feel generally pissed. But it never feels like sports are the reason. Then you do sports again and suddenly feel much better, at which point you face palm and think ‘of course!’.

    And it feels like that every fucking time. It’s stupid but knowing it helps.














  • This seems incredibly interesting, but the idea of a ‘general purpose syncing service’, in the way he describes it, makes my head scream’security concern’. In general the way it’s described the format is not fixed for these services so your data might as well be encrypted in any arbitrary way I think?

    But knowing this wouldn’t this kind of general purpose syncing service need some way of identifying what data it is even syncing? Unless you encooperate something grand like the signal protocol (as in encrypted anonymous messaging) you d always run a security risk if the service you use for syncing is not self-controlled?

    If anyone has more insight on this I’d be very interested, it seems like a very good concept.

    It sounds to me like anything other than p2p local syncing with some protocol is a confidentiality no-go.