[go-nuts] [ANN] Code your own blockchain in less than 200 lines of Go!

2018-01-30 Thread nosequeldeebee
Hi all, I wrote an intermediate level tutorial to teach the basic concepts of the blockchain by writing one up in Go. It's a tutorial so doesn't have full unit tests and such but let me know if you have any feedback. Tutorial: https://medium.com/@mycoralhealth/code-your-own-blockchain-in-less

[go-nuts] gitcreepy – get GitHub users' previous email addresses from all their historical commits!

2017-07-15 Thread nosequeldeebee
https://github.com/nosequeldeebee/gitcreepy It's stunning how much personal information you can get from Github users through its developer APIs. In addition to profile information, a list of every email address they've used in historical public commits can be extracted. Many users s