#top5
5 posts · filter on the home page
- Detailed Guide to Setting Up ZFS RAID on Ubuntu 22.04In a previous post, I showed how to put together a cheap load balancer server for $500. I later had an idea to use that server for storage too. Storage servers don't need much CPU, just a lot of disk space. And this one had very little…
- Retrospection and Learnings from Dgraph LabsIt's been almost nine months since I left Dgraph Labs, a company that I spent 6 years of my life building -- after a layoff followed by a failed Series B round (unsurprisingly, and in that order).
- How To Set Up Linux RAID On Ubuntu 22.04Update (Sep 14, 2022): I've switched to using ZFS because it has checksums for every block -- I can't imagine trusting a storage without checksums. [This blog post][zfs] covers how to setup ZFS and switch away from mdadm.
- Introducing Outserv: Blockchain Search with GraphQLToday, I'm excited to announce the launch of Outserv -- a GraphQL-powered Blockchain Search Engine. Outserv enables you to run production-grade GraphQL Search APIs over any blockchain data 10x faster than existing mechanisms.
- Autocomplete with Vim-Go and Neovim in 2022Vim-Go uses gopls for autocompletion. By default, it relies on Ctrl-x Ctrl-o to trigger it. To trigger it automatically in Neovim, use Deoplete.