Following the crowd, I moved my photos to Picasa Web (my old photos were hosted on my custom developed ASP.NET site). Picasa Web actually works very well for an online photo album. It’s the best in its class. Check out the pictures of my son Dat Do’s Page.
After deciding that I don’t have enough time to maintain my own photos site (and still be feature competitive with all the “Web 2.0″ stuff out there) , I first looked into Flickr. I liked almost everything about Flickr, but the deal killer was Flickr’s inability to display images at higher resolutions than the paltry 500-pixel-wide default. Hello! It’s 2007. Everybody has a 24” wide screen monitor now (ok maybe not everybody)! Yes, the viewer can click on “All Sizes” to see higher resolution versions but that has to be done every time.
Picasa allows for a much better viewing experience. The images are autosized to fit your browser window! Hmm… why didn’t anyone think of THAT before (rolling eyes and shaking head)? It seems that Google is the only company that consistently comes up with ideas that totally make sense like this one. Perhaps there is a reason why Google stock price is in the stratosphere.
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…