Comment on: Programmers how do you tackle the feedback problem?
I have a thick skin and no human feelings
Reptilians!
Comment on: There's a guy over in /v/IAMA ATM claiming to write cryptography programs for the U.S. Gov.
I remember a censored pic of an ID card (Air force I think?) on digital camo clothing. Not proof in the sense that matters.
Comment on: Decentralized Internet Will Save Humanity!
IPFS is a legit attempt to do distributed bittorrent/http file sharing and supports distributed websites.
Comment on: What does this mean -> private string PasteValueToExcel(string format = "@")
A default value of ”@” to the method parameter (format) making that parameter optional when calling the method.
The empty string: ""