Joined April 2020
71 Photos and videos
Pinned Tweet
Published a new write-up on using Kotlin Multiplatform in practice sakethpathike.github.io/blog…

1
29
1,481
Rewriting syncing mechanics in @LinkoraApp. Been experimenting around CRDTs and they shine when dealing with collections of items that need to be merged. Martin Kleppmann has great explanations on this (which I'll use for @LimaeApp in future). 1/9
1
2
123
I might still need specific operations like edit title, note, or parent rather than naturally merging two edits the CRDT way. Especially if the update is happening post operation. 8/9
1
85
I could package the entire object as a collection instead and get rid of every specific operation, which would make the codebase much easier to maintain, but it might increase bandwidth usage. So, that's that. 9/9
97
stack overflow's new design (beta) ain't it comments got that thread style instead of plain list and they're removing certain "review queues"
119
v0.16.0 of @LinkoraApp makes imports/exports a lot more efficient. Both now run in O(n) instead of O(n^2). JSON imports: 56.1% less heap memory, 17% better CPU efficiency. HTML imports: 58.7% less heap memory, that's ~225MB less. (1/4)
1
1
3
261
Pagination is now cursor-based instead of offset-based. Sliding window is still there (was before too), using Kotlin Flows to keep only viewport items in read connections. (3/4)
1
71
hot reload adds some cool effects
2
62
uploading files to a release on GitHub without a VPN takes forever. The moment you switch to USA server, it "magically" fixes it (⁠╯⁠°⁠□⁠°⁠)⁠╯⁠︵⁠ ⁠┻⁠━⁠┻
1
23
UNION ALL in a typical RDBMS/SQL is a "god-sent" thing
1
14
was working on a custom paginator to handle local mutable data. it works great. still need to make a couple of minor improvements, and then it should be good to go in @LinkoraApp
1
20
25 Dec 2025
Published a new write-up on my @openSUSE Tumbleweed experience (and some thoughts), as it's been more than a year since I started using it. sakethpathike.github.io/blog…

2
60