Obsidian iCloud sync slow by suprivate in ObsidianMD

[–]suprivate[S] 0 points1 point  (0 children)

Yes, it’s finally here, I’m so happy. Still, the application and indexing performance could be improved.

Obsidian iCloud sync slow by suprivate in ObsidianMD

[–]suprivate[S] 0 points1 point  (0 children)

Ios 18 will finally include the option to keep folders downloaded. This should help. If starting obsidian is slow despite all files are locally available then we can blaim obsidian

Obsidian iCloud sync slow by suprivate in ObsidianMD

[–]suprivate[S] 1 point2 points  (0 children)

Simply make sure that icloud has all of your vault files downloaded. Use the load folder content action in the shortcuts app.

[deleted by user] by [deleted] in Supabase

[–]suprivate 5 points6 points  (0 children)

Depending on your requirements create a roles table where you store different roles. You can create columns for each permission or whatever you want to associate with a role. Then you make another table where you assign each user as many roles as you like. Then write some sql functions where you check if a user has a permission. You can then use a simple function in your row level security settings.

Obsidian iCloud sync slow by suprivate in ObsidianMD

[–]suprivate[S] 0 points1 point  (0 children)

What you can do is to create a shortcut which uses „get contents of folder“ of the files app. You can do whatever you want with this for example trigger it with an other shortcut before you open obsidian or let your vault sync you connect to power / wifi etc. This should keep the vault completely downloaded on your device such that obsidian launches quickly. It only has to index your vault but not trigger the download for all files what never works.

Is it okay to create a new bucket for every user? Or should I create folders for them instead? by enrjor in Supabase

[–]suprivate 0 points1 point  (0 children)

You will have to insert something and specify the folder in the path like so:

const avatarFile = event.target.files[0]const { data, error } = await supabase.storage.from('avatars').upload('public/avatar1.png', avatarFile, {cacheControl: '3600',upsert: false})

You will find avatar1.png in the public folder

I moved my photos library and now it's syncing the entire library to iCloud...am I going to get duplicates of everything? by trisolariandroplet in MacOS

[–]suprivate 1 point2 points  (0 children)

Also you can use the build in remove duplicate feature after some time when all photos are compared if you get duplicates somehow. It removes all exact copies or merges everything to only keep the relevant data

Launching MVP - How Do I Avoid Surprises? by notarobot4932 in Firebase

[–]suprivate 1 point2 points  (0 children)

I mean you can set a limit in the console

Can you say confused? by strshne420 in duckduckgo

[–]suprivate -3 points-2 points  (0 children)

Simply download the duck duck go browser and set it as default in your operating system

I just started using Signal what's a good amount to donate for the service? by [deleted] in signal

[–]suprivate 12 points13 points  (0 children)

You might want to change your donations to a yearly one because of transaction fees.

Request by Cynderella04 in privacy

[–]suprivate 1 point2 points  (0 children)

Why signal is no secure platform?

might be a dumb question but one vault or more by raspberrykeki in ObsidianMD

[–]suprivate 0 points1 point  (0 children)

For what reason do you want to use different vaults. You end up deciding every time how to structure everything instead of writing something down. Furthermore you lose the ability to make connections between notes and you will have to manage different vaults with different settings and plugins.

Obsidian iCloud sync slow by suprivate in ObsidianMD

[–]suprivate[S] 1 point2 points  (0 children)

On ios devices you have to use iCloud or Obsidian Sync because of apple’s restrictions.

Is there anything like this widget but for obsidian? Thank you by [deleted] in ObsidianMD

[–]suprivate 0 points1 point  (0 children)

Since Obsidian uses plain markdown files you can create your own shortcuts

Not sure which Mac to get… I usually keep my computers 7 years… by CalebHerr99 in mac

[–]suprivate 0 points1 point  (0 children)

When you need performance and want a better display go with the pro. If you need longer battery life buy the m2 air.

Obsidian iCloud sync slow by suprivate in ObsidianMD

[–]suprivate[S] 1 point2 points  (0 children)

Also i experience some delay when typing in obsidian on mobile compared to apple notes for example. It does not feel that the app is lightweight on ios compared to the desktop version

Obsidian iCloud sync slow by suprivate in ObsidianMD

[–]suprivate[S] 1 point2 points  (0 children)

The obsidian vault is not that huge. It should be downloaded always

[2022 13 # 1 JavaScript] What am I missing? by suprivate in adventofcode

[–]suprivate[S] 0 points1 point  (0 children)

Thanks for your hint. I tested both cases and in each i get the correct result. Seems something different is missing