351
Living Room / Re: Obscene # of Tabs in FF
« Last post by Eóin on December 19, 2010, 11:50 AM »More of a Chrome (well Iron) user myself. I find having about 12 open gets annoying and I start closing them. Rarely need more than say 5.
A modern server can calculate the MD5 hash of about 330MB every second. If your users have passwords which are lowercase, alphanumeric, and 6 characters long, you can try every single possible password of that size in around 40 seconds.
And that’s without investing anything.
A promise is a promise
In JavaScript:
'5' + 3 gives '53'
Whereas
'5' - 3 gives 2
...the first thing you should notice about this is that it has clearly been designed to be almost impossible to crack, by someone who knows nothing about cracking captchas.
Have you heard of green computing? It’s basically the concept of lowering the energy requirements of computers in order to reduce the carbon footprint of datacenter operations and desktop/mobile applications
For me, the bad experience with the first versions is important. I had expectations and was disappointed on so many fronts. They turned me from a potential fan into a passionate hater. If Ms kept the first two versions internal and released #3, it could have been a different story.-vlastimil (November 19, 2010, 10:54 AM)
A number of the features introduced to C# 4.0 already exist or will be introduced in some form or other in Visual Basic:VB in turn is adding a number of features that have hitherto been a mainstay of C#. As a result future versions of C# and VB will have much better feature parity, for the benefit of everyone.
- Late binding in VB is similar in many ways to dynamic binding in C#. In VB 10 (the “sister” VB version to C# 4.0), late binding has been extended to target the DLR for dynamic objects. Thus VB has the same degree of integration with dynamic objects as does C#.
- Named and optional arguments have been part of Visual Basic for a long time, and the C# version of the feature is explicitly engineered with maximal VB interoperability in mind.
- VB also already allows reference parameters to be omitted, and exposes indexed properties.
- PIA embedding and variance are both being introduced to VB and C# at the same time.