In .NET, you get Dutch errors when your Windows is in Dutch, which is hugely annoying. You can use
this site to translate them, so that you can Google them.
Read More »
By
halfgaar, 9 months ago, on
August 09, 2012, at 15:08 |
Whenever this remote's battery is loose for a while, it forgets its programming. So, here it is:
For computer, use the TV setting. Press 1 and 3 for a few seconds, then when the light turns on, enter 0677 as code.
Read More »
By
halfgaar, 9 months ago, on
August 06, 2012, at 21:08 |
I want to keep track of my kart racing scores:
dateTrackRacerfastest Time
2012-07-24Long BeachWiebe55.95
2012-07-24Long BeachWiebe56.22
2012-07-24Long BeachWiebe58.84
Read More »
By
halfgaar, 10 months ago, on
July 25, 2012, at 15:07 |
I found several apache mod_proxy configs for setting up a proxy for The Pirate Bay, but none worked fully.
Read More »
By
halfgaar, 10 months ago, on
July 13, 2012, at 16:07 |
This query lists the sizes of all tables in MySQL:
SELECT TABLE_SCHEMA, TABLE_NAME, CONCAT(ROUND(data_length / ( 1024 * 1024 ), 2), 'MB') DATA, CONCAT(ROUND(data_free / ( 1024 * 1024 ), 2), 'MB')FREE from information_schema.TABLES where TABLE_SCHEMA NOT IN ('information_schema','mysql', 'performance_schema');
Read More »
By
halfgaar, 10 months ago, on
July 12, 2012, at 13:07 |
I haven't got much experience when it comes to testing web applications. Instead (and more so out of apathy than belief), I've always adhered to the ad-hoc test approach. However, the usage of pure Posgres unit tests back when I worked on a complicated investment database with Halfgaar did teach me the advantages of test-driven development.
Read More »
To generate an SSL certificate signing request (CSR) with key you can do this:
openssl req -nodes -newkey rsa:2048 -keyout bla.key -out bla.csr
Read More »
By
halfgaar, 1 year ago, on
May 10, 2012, at 15:05 |
I needed some VMs to be available on a backup node, which I accomplished with the distributed remote block device, or DRBD. My host machine is Debian 6.
Read More »
By
halfgaar, 1 year ago, on
May 01, 2012, at 18:05 |
I've been needing IE for testing payformystay.com for some time now, but now I'm studying and I need it to work with some interactive Silverlight stuff.
Read More »