Posts by srijan@fedi.srijan.dev
 (DIR) Post #AUB7jAo6uLkryuai4u by srijan@fedi.srijan.dev
       2023-03-31T02:39:27.880526Z
       
       0 likes, 0 repeats
       
       @nafnlj desync looks very interesting. There are applications (#obsidian, #orgmode) working on folders that I often use with syncthing that sometimes have sync conflicts. This can be used to solve those issues.
       
 (DIR) Post #AUC5UuPj3VFCKmDRCK by srijan@fedi.srijan.dev
       2023-03-31T15:40:53.411598Z
       
       0 likes, 0 repeats
       
       @nafnlj The primary reason there are difficult-to-resolve conflicts in pure file-based sync is that parallel edits (or async edits) in two devices can cause changes to the same file. The level of granularity to resolve conflicts is at file level.I’m assuming that with custom DecSync plugins, we can increase or decrease that granularity as required by the application. (Note that I have not looked deeply into DecSync - just thinking aloud about how it can work)For example, in orgmode, a single org file can contain several “tasks” or “items”. If we can increase the granularity to do conflict resolution at this level, most conflicts would be resolved automatically.Another example in the reverse direction: in obsidian, there can be plugins that are saved as a folder containing multiple files. If I update the plugin in one machine to v1 and in another machine to v2, the final resolved folder can contain some changes from v1 and some from v2. Here, if we are able to decrease the granularity to “folder” level, then during resolution was can just select the latest “folder” denoting a complete plugin.Hopefully this makes sense!
       
 (DIR) Post #AhrmgGv6HlczxF3OWe by srijan@fedi.srijan.dev
       2023-10-02T04:12:06.990042Z
       
       0 likes, 0 repeats
       
       @crb @l13u7anant - I plan to have a working setup on android with #Orgmode - I will share details once / if it's successful.One challenge is the difficulty of pressing Meta or Ctrl on Android - but maybe I can have context-specific custom toolbar buttons instead for common actions...
       
 (DIR) Post #AhrmgI402ALBV8E12G by srijan@fedi.srijan.dev
       2023-10-02T04:23:01.271663Z
       
       0 likes, 0 repeats
       
       @crb @l13u7anant With modifier keys in the toolbar!
       
 (DIR) Post #AhulOvNjas8TkhUVkW by srijan@fedi.srijan.dev
       2023-10-17T15:47:36.714115Z
       
       0 likes, 0 repeats
       
       @PuercoPop Do common feed readers support ActivityStreams?
       
 (DIR) Post #AhulOxVbgZcaLhBpIW by srijan@fedi.srijan.dev
       2023-10-17T17:23:14.013213Z
       
       0 likes, 0 repeats
       
       @PuercoPop So maybe as the provider, you should offer all popular variants (rss/atom/activity streams) and let the consumers choose based on what their tool(s) support.There's also https://granary.io/ that can convert your feed from one format to another, so you can have an ActivityStreams feed and use granary for auto-converted rss/atom/other variations.
       
 (DIR) Post #AhzGRocB5HWGqQwebQ by srijan@fedi.srijan.dev
       2023-10-02T04:08:13.342036Z
       
       0 likes, 0 repeats
       
       @l13u7anant Check the readme and faq here: https://sourceforge.net/projects/android-ports-for-gnu-emacs/files/termux/
       
 (DIR) Post #Ai0lY1tXugfBVUTJxI by srijan@fedi.srijan.dev
       2023-10-02T13:56:00.224975Z
       
       0 likes, 0 repeats
       
       @brunjact modifier-bar-mode ?https://fedi.srijan.dev/notice/AaLefIZY1SM9F9LHxg
       
 (DIR) Post #Ai2CRLyDlbkffAexN2 by srijan@fedi.srijan.dev
       2023-10-02T03:08:46.769000Z
       
       0 likes, 0 repeats
       
       #Emacs GUI on #Android
       
 (DIR) Post #Ai2CRPGPWR5HsSC1dg by srijan@fedi.srijan.dev
       2023-10-02T03:17:15.074921Z
       
       0 likes, 0 repeats
       
       Now I just need to figure out if there is a way to increase the margin below the tool bar - it's too close to the edge.