blackman's comments

blackman | 13 years ago | on: Chinese Hackers Infiltrate New York Times Computers

they probably found the place where windows stores the passwords. All 8 character passwords under the unsalted scheme (NTLM) used by Microsoft can be cracked within minutes via use of rainbow tables. Even easier if LANMAN passwords are enabled.

blackman | 13 years ago | on: The Worst

sounds like they are both optimising for value

blackman | 14 years ago | on: How to seem good at everything: Stop doing stupid shit

i think really what he wants to say is to drill the fundamentals. getting the basics right is important.

don't do stupid shit means nothing. why would anyone want to do stupid shit? This kind of the same meaningless wording that everyone thinks applies to them in horoscopes how many times have you read "doesn't suffer fools gladly"?

blackman | 15 years ago | on: Why Startups Could Use .NET, But Don’t

It hasn't changed much. some syntactic sugar and influence from functional languages has helped C# but the IDE is not as good as eclipse IMO. You can however add a lot of the refactorings and features from eclipse by using jetbrains ReSharper. (I believe they also make a Java IDE too).

blackman | 15 years ago | on: TermKit - a graphical terminal replacement

Looks really good (haven't tried it yet though). The concept is great. I'd like to see some TextMate/CommandT style functionality for file and path completion (I've been thinking cd'ing around in shells has been cumbersome ever since trying commandT).

Some other inspiration could be taken from zsh autocomplete.

blackman | 15 years ago | on: Reasons To Give The Vim Text Editor A Chance

I agree somewhat (although I do feel that debuggers are useful) in that IDEs can influence the design of your program by encouraging a debug first development style similar to "programming by coincidence"

blackman | 15 years ago | on: Reasons To Give The Vim Text Editor A Chance

There is no reason you can't use both. I tend to structure my projects using an IDE but do most of my text editing in vim.

Nothing beats vim for grunting through a pile of code that needs cleaning up. Just set up your IDE and vim to autoload when it detects changes.

My workflow generally goes Edit in vim -> check IDE for syntax errors -> Run/Debug -> repeat.

blackman | 15 years ago | on: Dress.me: Because Guys Hate to Shop

I would totally use this. I buy clothing online all the time and have had great success but I do tend to stick to big name brands (birkenstock, levis, converse, ben sherman) that have easy to use size charts online or I have bought in shops before anyway.

If they had a way of matching your favourite clothes to others and making recommendations based on style and fit I think it could be great.

page 1