#gist
3 posts · filter on the home page
- Tranfer a Giant Directory across NetworkDealing with huge web3 data, I see myself doing this a lot: moving data directories across machines. In this case, we have a 250 GB directory with 10K files. The network connection between machines is ~5 MBps. But using these techniques…
- Adding Unique IDs to Transaction Logs in Polygon using JQI'm working on serving Polygon data via Outserv. As part of the process, I downloaded the first 15 million Polygon blocks and stored them as JSON. To avoid any duplicates while loading this data into Outserv, each object in JSON has a…
- 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.