I am a software engineer at Rakuten Symphony. On a daily basis, I deal with storage and distributed systems. This involves pumping out features, figuring out race conditions, mitigating deadlocks, and coding by keeping network latency in mind. That's a lot of C and GDB 😛
Python projects, Web development, Content writing
Sep 26, 2025 · 3 min read · Implementation Bitonic Sort is a type of a sorting network. The only intelligence this network possesses is the comparator. Apart from that, it is just a butterfly network that ingests the data and sorts it while it flows through the network. Intuiti...
Join discussionAug 27, 2025 · 3 min read · Our experiments indicate that depending on the workload and hardware used, performance degradation caused by FUSE can be completely imperceptible or as high as –83% even when optimized; and relative CPU utilization can increase by 31%. Ref: To FUSE ...
ASonal commented
Aug 24, 2025 · 2 min read · I had set up Nvidia drivers sometime in the beginning of the year, but somehow configurations just evaporated from my sight. So, I’m writing this article to keep a track of what I did this time. Installing the Compiler (Actually the Entire Toolkit) C...
Join discussion