Live data from Hacker News

Developer and Power Users Tool List for Windows

hanselman.com

21–30 of 197 posts

Re: Developer and Power Users Tool List for Windows

#21
post #16

I suggested the author to review my company product SpyStudio that has a free version and is being used by Microsoft MVPs and VMware to troubleshoot Windows issues. If you need a trustworthy source, here is a video from Peter Björk ( http://blogs.vmware.com/thinapp/author/peter_bjork ) showing how to troubleshoot a ThinApp package: https://www.youtube.com/watch?v=6sLxeoB7Bho

Hmmm "the author" works at Microsoft, I'm not sure if you are aware of this

Re: Developer and Power Users Tool List for Windows

#22
post #16

I suggested the author to review my company product SpyStudio that has a free version and is being used by Microsoft MVPs and VMware to troubleshoot Windows issues. If you need a trustworthy source, here is a video from Peter Björk ( http://blogs.vmware.com/thinapp/author/peter_bjork ) showing how to troubleshoot a ThinApp package: https://www.youtube.com/watch?v=6sLxeoB7Bho

Hmmm "the author" works at Microsoft, I'm not sure if you are aware of this

Yes, what's the issue with that?

Re: Developer and Power Users Tool List for Windows

#23
post #17

Does anyone know of (or have) a similar list for OSX?

Here ya' go:

http://carpeaqua.com/2013/10/27/my-ultimate-developer-and-po...

My Ultimate Developer and Power Users Tool List for OS X (2013 Edition)

> The idea for this list was shamelessly ripped off from Windows developer Scott Hanselman whose list has long been an enjoyable read when he updates it.

Re: Developer and Power Users Tool List for Windows

#24

my 2 cents: - TreeSize ( and/or SequoiaView ) -- see where the big files/directories are on your harddrives - Piriform CrapCleaner -- deletes unwanted/unneeded files after booting; configure all of it, then add folders and log files manually (find good candidates with Treesize ;) I like all Piriform tools, they're small, quick and slick. I wish they made more things. - any SysInternals stuff you have a use for (Autor…

I'd swap out Treesize for Windirstat (Free-er) and FreeFileSync for PathSync (which I really need to fork one day)

I never heard of WinDirStat before, it's like Treesize and SequoiaView rolled into one! Thanks a lot :)

Re: Developer and Power Users Tool List for Windows

#25

Earlier quoted context omitted.

I'd swap out Treesize for Windirstat (Free-er) and FreeFileSync for PathSync (which I really need to fork one day)

I never heard of WinDirStat before, it's like Treesize and SequoiaView rolled into one! Thanks a lot :)

And this is why I still read every utilities/tools thread.

Another cool one that needs a new maintainer is SelfImage: it can make a disc image of a running Windows system and even connect to a Linux network block device.

Re: Developer and Power Users Tool List for Windows

#26
post #8

> "NimbleText - Regular Expressions are hard and I'm not very smart. NimbleText lets me do crazy stuff with large amounts of text with it hurting so much [sic]." In case it's unclear from the description, NimbleText is a simple code generator. It's saved me a ton of time and keystrokes. Well worth the $20.

> "NimbleText - Regular Expressions are hard and I'm not very smart. NimbleText lets me do crazy stuff with large amounts of text with it hurting so much [sic]." I couldn't even read this part without laughing, all I hear is: "I'm too lazy to spend a few hours learning the free, extremely powerful tools available to me, so I'll use this weaker substitute instead. And it's only 20 bucks!" I overcame my eye rolling, an…

If you're missing something, perhaps it is the use of literary license. The article is written for an audience not as a therapeutic journal. Sure regular expressions can be learned as quickly as one can type

      del *.*
but a few hours of study isn't going to make much of their syntax stick two weeks later, and two weeks between uses is a lot more frequent than most computer users use them. Everyone ain't a programmer.

Re: Developer and Power Users Tool List for Windows

#29
post #28
post #27

Cmder[ http://bliker.github.io/cmder/ ] from that list changed how i view a windows commandline. My best windows tool discovery in 2013.

That's just a repackaged ConEmu. Nothing earth-shattering under the sun.

"Looking sexy from the start" is what it matters for me

Re: Developer and Power Users Tool List for Windows

#30
post #15

I don't know why people have such a blind spot in this regard, but Visual Studio's non-support for word-wrapping comments is obviously shameful. It's utterly ridiculous that you have to press Return while writing comments, and then more ridiculous yet that you have to go back and re-wrap them by hand when they change! - and the end result of course is that people usually don't bother, with the wrapping becoming stead…

To be honest it's not a problem I have, I like to keep my comments short and punchy. If I'm writing war and peace, it will only ever be for the class comment at the top, for some reason I manually do my own line breaks then as I feel it can be used to break up thought and provide emphasis.

However, I'm also a GhostDoc fan: http://submain.com/products/ghostdoc.aspx So I appreciate some people consider me to be inherently evil/lazy.

Post reply on HN