I am Joshua Poehls. Say hello Archives (not so) silent thoughts

From Windows Live Mesh to Dropbox

The other night I received a recommendation to try out Dropbox. If you don’t know what Dropbox is, here’s the short of it. Post-install, you’ll see a “My Dropbox” folder on your desktop (or wherever you chose to place it) and anything you put in there gets automagically sync’d with every other computer you have Dropbox installed on.

From random documents and OneNote Notebooks to my Keepass Database and books I’m reading, I have quite a few files that I like to have access to no matter which computer I’m on. I could use a thumb drive for this… and I have in the past, but the convenience of having everything synchronized automatically for me and not having to remember to carry around the thumb drive is too much to pass up.

Continue reading

Recursively deleting files with PowerShell

So out of all the things I don’t know, PowerShell is the one thing that made it to the top of my To Learn stack. Last week I ordered PowerShell In Action, it hasn’t arrived yet but I’ve already read about 100 pages out of the PDF (don’t ask). The book is very well written and describes the core concepts of PowerShell very well.

Having (almost) never written a batch file in my life it is taking a bit for me to wrap my head around the basics but so far I love it. Compiling C# apps to do simple tasks like iterate directory structures and process files has always annoyed me. There is just too much overhead in having to compile and manage both the source code an executable when you only need the code once (until tomorrow comes).

Continue reading