Posts with Tag: wi-fi direct

Wi-Fi Direct on Android has become Annoying

### UI/UX popups Several years ago when I was working on RightMesh, it used to be possbile to startu ...

Most Recent Post

IPFS in-memory indexing in rust

Over the last six months or so, a couple friends and I have been working on and off on a hobby project to do indexing of IPFS content: [https://github.com/compscidr/ipfs_indexer](https://github.com/compscidr/ipfs_indexer). ![file](/uploads/image-1690429677682.png) We wanted to use rust in order to learn a bit about it. Currently the way this thing works, is it starts with a seed CID (the hash / address that IPFS content are given. From there, we add the CID to a queue. We then have some number of worker threads depending on how many processors / threads are available on the machine to start ...