It’s 2008. Happy New Year!
To list available contexts: kubectl config get-contexts To show the current context: kubectl config current-context…
kubectl exec -it <podname> -- sh To get a list of running pods in the…
# Create a soft symbolic link from /mnt/original (file or folder) to ~/link ln -s…
git config --global user.name "<your name>" git config --global user.email "<youremail@somewhere.com>" Related Commands Show current…
TypeScript/JavaScript function getLastMonday(d: Date) { let d1 = new Date(d.getFullYear(), d.getMonth() + 1, 0); let…
I had to do some SMTP relay troubleshooting and it wasn't obvious how to view…
View Comments
Lol I had forgotten about Google Answers.... Yeah that was a bit of a failure from a business P.O.V. I'm thinking there's going to be a much larger wide-scale failure. My money is on Google Knol or OpenSocial. Google Knol simply won't be well-received by the WikiPedia community of editors and OpenSocial can't seem to get anything started.
Great post btw. I'm going to check out that GhostDoc add-on. Log4NET is another thing I'm going to have to look at. Have you checked out ELMAH at all for error logging? That's a pretty handy tool that I use in my Facebook applications.
Aaron: You're right... Google Answers wasn't that big in the larger scheme of things. I'll be curious to see when the invincible Google will suffer its first major setback.
Log4NET is cool. The documentation could be a little bit better organized. I have not heard of ELMAH but I'll definitely check it out. Thanks and cheers.
ELMAH is pretty sick; it's one of the projects built into DotNetKicks. When I was playing around with the DNK source code I found out about it.
Thank you for link my post!!!
I found this in my random web surfing!!!
:)