Posted by jpluimers on 2014/03/13
If you ever get the error message
This virtual machine’s policies are too old to be run by this version of VMware Fusion.
or
This virtual machine’s policies are too old to be run by this version of VMware Workstation.
Then the solution is really simple: Read the rest of this entry »
Like this:
Like Loading...
Posted in Fusion, Power User, VMware, VMware Workstation | Tagged: Rene Larsen, VMware Fusion, VMware Workstation | Leave a Comment »
Posted by jpluimers on 2014/03/13
Listen to Podcast 106: Shipping | iDeveloper.
A few notes:
- RemObjects C# on iOS is based on LLVM, so I assume the other platforms use that too.
- Both guys are really busy shipping stuff, and it is hard.
–jeroen
Like this:
Like Loading...
Posted in .NET, C#, C# 1.0, C# 2.0, C# 3.0, C# 4.0, C# 5.0, Development, RemObjects C#, Software Development | 2 Comments »
Posted by jpluimers on 2014/03/13
Interessant weetje over zonnepanelen: lagere hellingshoek tegenover verlies capaciteit, tegenover winst door extra panelen: lagere hellingshoek wint altijd.
–jeroen
Like this:
Like Loading...
Posted in LifeHacker, Power User, Solar Power | Leave a Comment »
Posted by jpluimers on 2014/03/13
Yet another example of somehow who got bitten hard by using the with statement (I decided to give with its own category on my blog).
This time it got shared by Paul Foster on G+ and comes down to this:
Even in unsuspiciously looking code, the wit statement can bite you, especially if you need to do refactoring and (because of that) introduce two names in the same scope.
Or in Paul‘s words:
Whilst upgrading the code to remove the Containers unit (its not supported on NextGen platforms, so I have to make things work with Generics.Collections instead, (bye bye D7 support for this code) and refactor a couple stupidities in my original design (they always creep in, don’t they) I ended up with two class members of the same name. The with block then looked OK but I was in fact not access the member I thought I was.
–jeroen
via: Paul Foster – Google+ – WITH IS EVIL! God damn it, I know it makes code easier to….
Like this:
Like Loading...
Posted in Borland Pascal, Delphi, Delphi 1, Delphi 2, Delphi 2005, Delphi 2006, Delphi 2007, Delphi 2009, Delphi 2010, Delphi 3, Delphi 4, Delphi 5, Delphi 6, Delphi 7, Delphi 8, Delphi x64, Delphi XE, Delphi XE2, Delphi XE3, Delphi XE4, Delphi XE5, Development, Pascal, Software Development, Turbo Pascal, With statement | 18 Comments »