Archive for 2013
Posted by jpluimers on 2013/01/29
The iOS 6.1 Software Update is available. Whereas the 6.0.2 didn’t install on an iPod Touch 4th generation, this one does and seems to promise better battery life.
6.0 and 6.0.1 seemed to have shorter battery life, so I’m looking forward to see how much better 6.1 is.
–jeroen
Posted in Apple, iOS, iPod, iPod touch, Power User | Leave a Comment »
Posted by jpluimers on 2013/01/29
If Gloegg@Bonn has posted a few nice Delphi entries over the last couple of years, so he should be added to DelphiFeeds.
His last one was a very funny post on the Delphi implementation of Sleep sort.
It uses Generics, so you need at least Delphi 2009 or better.
–jeroen
via:
Posted in Delphi, Delphi 2009, Delphi 2010, Delphi XE, Delphi XE2, Delphi XE3, Development, Software Development | 4 Comments »
Posted by jpluimers on 2013/01/29
Posted in About, Personal, Photography | Tagged: architecture, arts, aviation, nature, nikkor, nikon, outdoors, photography, teleconverter, vr | Leave a Comment »
Posted by jpluimers on 2013/01/29
A while ago, I had to adapt a DOS app that used one specific version of Excel to do some batch processing so it would support multiple versions of Excel on multiple versions of Windows.
One of the big drawbacks of DOS applications is that the command lines you can use are even shorter than Windows applications, which depending you how you call an application are:
This is how the DOS app written in Clipper (those were the days, it was even linked with Blinker :) started Excel:
c:\progra~1\micros~2\office11\excel.exe parameters
01234567890123456789012345678901234567890
1 2 3 4
The above depends on 8.3 short file names that in turn depend on the order in which similar named files and directories have been created.
The trick around this, and around different locations/versions of an application, is to use START to find the right version of Excel.
The reason it works is because in addition to PATH, it checks the App Paths portions in the registry in this order to find an executable: Read the rest of this entry »
Posted in Batch-Files, Development, Encoding, Power User, Scripting, Software Development, Unicode, Windows, Windows 7, Windows 8, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP | Leave a Comment »
Posted by jpluimers on 2013/01/28
A quick and easy way of getting the CurrentCulture and CurrentUICulture is to use the get-host cmdlet from PowerShell.
This is what PowerShell 2.0 shows on my system:
C:\Users\jeroenp>powershell get-host
Name : ConsoleHost
Version : 2.0
InstanceId : 1ce173fb-70a7-403b-a2bd-3800fe740f7c
UI : System.Management.Automation.Internal.Host.InternalHostUserInterface
CurrentCulture : en-IE
CurrentUICulture : en-US
PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy
IsRunspacePushed : False
Runspace : System.Management.Automation.Runspaces.LocalRunspace
The SeaTools from Seagate can’t cope with that because they don’t manage the Resource Fallback Process properly.
My machine is on en-IE, as it is English, and USA as location.
The main advantage for me is to use the that it is a good mix between English and Dutch settings:
- English language (so you get proper error messages that you can find back using Google)
- USA as location (to force more search engines to use .com domains)
- EUR money settings (most software in Western Europe expects EUR, but displays USD when using en-US)
- decimal dot (far easier import/export with non-Dutch stuff)
- DD/MM/YYYY date format (I tried ISO 8601 YYYYMMDD, but that breaks too much software)
- 24 hour clock format (just as it should be)
- comma list separator (too much software is not configurable to use a certain separator for CSV, especially Excel depends on the system settings for list separator and decimal)
- metric system (just as it should be)
–jeroen
via: Get-Host.
Posted in .NET, CSV, Development, Excel, ISO 8601, Office, Power User, PowerShell, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2013/01/27
Wondering what the state of the art is now, as the article is about 9 months old. How Can I Sync My Files Without Having To Store Them Online?.
Basically I want to keep about 10 TB of data (and growing) in sync on multiple locations (server at home, server in data center, maybe some backup server somewhere else).
–jeroen
Posted in Power User | Leave a Comment »
Posted by jpluimers on 2013/01/26
Back in the days I started programming, Micro Cornucopia was a wonderful magazine, so I’m glad that BitSavers scanned a few more issues and put them online today, a week after some great PDF scans: Turbo Assembler/Debugger (1993/1994), Borland C++/Object Windows Library (1993):
They covered a lot of languages (x86 and 68k assembly, C, C++, Turbo Pascal and many more), and very interesting hardware designs.
–jeroen
via: Index of /pdf/microCornucopia.
Posted in Assembly Language, BitSavers.org, C, C++, Delphi, Development, History, Pascal, Software Development, Turbo Assembler, Turbo Pascal, x86 | Tagged: computer, software, technology, wonderful magazine | 2 Comments »
Posted by jpluimers on 2013/01/26
If you want to view a TreeMap of your Android device then DiskUsage – Android Apps on Google Play is a great choice.
Simple, easy to use, fast.
It showed me that my SD-Card suddenly was almost full because /sdcard/LOST.DIR contained a 2 gigabyte file full of garbage.
–jeroen
Posted in Android Devices, Power User | Leave a Comment »
Posted by jpluimers on 2013/01/26
Waar je nou wel en geen 130 mag rijden is voor velen een zoekplaatje, ook voor mij.
Zelfs op de weg is het vaak niet duidelijk met een oerwoud aan borden en onderborden.
Ook on-line is er eigenlijk niet heel veel nuttige informatie te vinden, onderstaand is wat ik heb gevonden.
Veel plezier ermee (:
Samenvatting:
- in de randstad mag je vrijwel nergens 130, zeker niet overdag
- buiten de randstad liggen de grootste stukken 130 in het noorden (kop van Noord-Holland; Flevoland, Friesland, Groningen, Drenthe, met uitzondering van een fiks deel A28)

En de links:
Helaas zijn de JPEG kaarten slecht, die hadden PNG moeten zijn, maar ja, ze zijn verminkt met JPEG artefacten want veel web editors hebben geen oog voor beeld kwaliteit.
–jeroen
Posted in About, LifeHacker, Opinions, Personal, Power User | Tagged: cars, mac os x, rtl nieuws, transportation, web editors | Leave a Comment »
Posted by jpluimers on 2013/01/26
Posted in Opinions | Leave a Comment »