Live data from Hacker News

Developer and Power Users Tool List for Windows

hanselman.com

111–120 of 197 posts

Re: Developer and Power Users Tool List for Windows

#111
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

Probably not included because 'SpyStudio Unregistered is free for non-commercial use' [emphasis mine]

Re: Developer and Power Users Tool List for Windows

#113
post #18

Earlier quoted context omitted.

What?? I don't have access to a Windows install right now, but the last time I used ST3 on Windows, it took a heck of a lot longer (~2-3 seconds) to start up than Notepad2. For micro-edit sessions, Notepad2 is unbeatable.

Just tested: less than half a second (it basically came up instantly). I have a SSD though.

ST2 takes 8 seconds for me to start on my laptop. Notepad++ starts in 0.5.

Re: Developer and Power Users Tool List for Windows

#114

There's a lot about asking people not to copy the list to their own blogs which kind of spoils the first impression to me - especially that the note is before the fold. Does the HN crowd have an opinion on this? Did you find the note a bit weird ?

I don't see any issues with it. He's trying to preserve credit for a work he created. Yes, even a blog post like this one is work. In the past, some of Scott Hanselman's has been ripped off. I think it was a talk or post about working from home, or something related to how to be productive.

Re: Developer and Power Users Tool List for Windows

#115

What's the best hex editor on Windows these days? I'm rarely on it but when I am I usually use the Notepad++ plugin for it but love to hear about something better

I use HxD (http://mh-nexus.de/en/hxd/); it's freeware and doesn't suck.

(Previously I used XVI32 (http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.h...) and frhed (http://frhed.sourceforge.net/en/), which are both usable. They both have somewhat non-standard UI though.

Re: Developer and Power Users Tool List for Windows

#116
post #52

For python development, I'd also add Python(x,y) and/or Anaconda distributions for windows. They're binary installers that give you cpython interpreters + the kitchen sink when it comes to third party libraries and development tools. Also, I have to disagree with the author about recommending µTorrent. It's become more and more adware ridden with each new update. Deluge is pretty good though.

For Python development, I'd strongly suggest Cygwin. Unless you plan to run your Python code on Windows, it'll give you an environment much closer to the server the code will run on.

Re: Developer and Power Users Tool List for Windows

#117

I agree having Paint.NET on this list, it is pretty good. I used paint shop pro 6 (yes, the one made in 1999) and switched to Paint.NET last year. It has really expanded my capabilities with regard to art for game development. To get the most out of Paint.NET check out their plugins ( http://forums.getpaint.net/index.php?/forum/7-plugins-publis... ). It seems like there is a plugin for anything you can think of.

Still using PSP 6 from 1999, too! :) Will definitely look into Paint.NET, thx.

Re: Developer and Power Users Tool List for Windows

#118

Does anyone know of a list similar in scale and scope for Mac users?

1 item: macports Seriously, that's all you need.

I have stopped using macports since I tried homebrew. Is there any reason for me to switch back?

Re: Developer and Power Users Tool List for Windows

#120
post #96
post #61

Earlier quoted context omitted.

You can't forget Python tools for Visual Studio http://pytools.codeplex.com/ !

It is indeed rather nice. However I just started using PyCharm and it's on a whole other level: http://www.jetbrains.com/pycharm/

I tried both, why do you prefer PyCharm? Personally I like the Visual Studio IDE. The main concern I found with the VS extension is that is using 1/4 of the CPU all the time but with PyCharm I saw a similar behavior.
Post reply on HN