When (or when not) to buy a new Mac, iPhone, iPad or iPod.
Purely based on rumours and statistics.
–jeroen
via: Mac Buyer’s Guide: Know When to Buy Your Mac, iPod or iPhone.
Posted by jpluimers on 2011/03/07
When (or when not) to buy a new Mac, iPhone, iPad or iPod.
Purely based on rumours and statistics.
–jeroen
via: Mac Buyer’s Guide: Know When to Buy Your Mac, iPod or iPhone.
Posted in Apple, iPad, Power User | Leave a Comment »
Posted by jpluimers on 2011/03/07
Posted in DIY | Leave a Comment »
Posted by jpluimers on 2011/03/06
So much for e-Government:
Er is geen verbinding met de server. Probeer het later opnieuw.
and
Request is unsuccessful
Those are the messages I get for the last couple of hours when trying to see my community TAX information in Amsterdam.
It means the Amsterdam community TAX office server cannot connect to the country wide government DigiD authentication server.
It basically means that you cannot get reliably get to your on-line TAX information.
Don’t give me the ‘oh, this is outside business hours, we’ll fix it during business hours’ crap.
When you – as a business or government – offer information on-line, people expect it to work 24/7, so you need to have a system for 24/7 monitoring and response-upon-failure.
The paperless era is still ages away…
–jeroen
via: http://www.dienstbelastingen.amsterdam.nl/taxatieverslag
Posted in Opinions | Leave a Comment »
Posted by jpluimers on 2011/03/06
Wel een heel interessante research droom:
Cloud computing zal echt doorbreken, maar laten we daar nog niet teveel over dromen
–jeroen
via: CeBIT: Cloud computing blijft een droom | Computerworld.
Posted in Opinions | Leave a Comment »
Posted by jpluimers on 2011/03/04
Transform your old WiFi router into a WLAN Bridge using DD-WRT:
You may be able to upgrade your old router with a different firmware that will allow it to act as a wireless bridge. That is, turn your old router into wireless bridge. A wireless bridge allows you to connect one network to another over the airwaves, rather than having to run wire from one room to another.
–jeroen
Posted in Power User, WiFi | Leave a Comment »
Posted by jpluimers on 2011/03/04
To check if/why an IP is on a blacklist: Blacklist Check.
–jeroen
Posted in Internet, Power User | Leave a Comment »
Posted by jpluimers on 2011/03/03
All software contains bugs, so for my own reference, when I bump into one of those below, it is good they are known .NET JIT bugs:
http://stackoverflow.com/questions/2056948/net-jit-potential-error/2057228
–jeroen
Posted in .NET, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2011/03/02
It seems so simple that everyone would understand it.
Practice shows this theory is very wrong. So here are the most important rules about Semantic Versioning:
–jeroen
via Semantic Versioning.
Posted in Development, Source Code Management | 1 Comment »
Posted by jpluimers on 2011/03/02
Boy I wished the PHP guys have pushed object oriented programming a lot more a lot sooner.
–jeroen
Posted in PHP, Scripting | Leave a Comment »
Posted by jpluimers on 2011/03/01
Often solutions are simple, but the steps finding that simple solution can take a while.
This time, good friend Danny Thorpe found out the hard way using the joungest Community Technology Preview version of Entity Framework 4, he writes:
I don’t claim to know why, but after a day of permutations and combinations, this is what I found cleared the problem for me.
The solution for his problems – all sorts of stranges errors when using DropCreateDatabaseAlways in the Entity Framework – is simple: make sure you don’t have any other connection to your underlying database open.
–jeroen
via: Weird Errors With EF4 CTP5 Code First? Close All Database Connections » Danny Thorpe.
Posted in .NET, Development, EF Entity Framework, Software Development | Leave a Comment »