Posted by jpluimers on 2015/05/10
Om het met de AWBZ, WLZ, WMO en trekkingsrecht (zo ingewikkeld dat het nog niet op Wikipedia staat) allemaal makkelijker te maken heet WLZ zorg thuis nu soms “Zorg met verblijf”.
Het CAK (voorheen Centraal administratiekantoor, maar is die term niet waard: ze “vergeten” zaken uit hun administratie op het moment dat hen dat uit komt) noemt het “Zorg met verblijf” in hun correspondentie, maar het zorgkantoor rept hier met geen woord over in hun correspondentie.
Als je dan de folder die het CAK bijsluit goed leest is er een speciaal onderdeel van “Zorg met verblijf” dat “Volledig pakket thuis” heet. Die vindt je dan wel weer terug op de site van het zorgkantoor, maar niet in de correspondentie. Als je onder “ik wil zorg” kijkt, dan begrijp ik dat veel zorgbehoevenden door de bomen het bos niet meer zien.
De overheid: makkelijker kunnen we het niet maken.
–jeroen
Posted in About, Curatele, Opinions, Personal | Leave a Comment »
Posted by jpluimers on 2015/05/08
In this case, another tool didn’t obtain the right Proxy settings.
Chrome to the rescue as chrome://net-internals/#proxy shows you the system proxy settings:
When browsers are experiencing network problems, generally the first thing to test is your network proxy settings. Misconfigured settings, or misbehaving settings, can have a profound impact on your network traffic possibly resulting in pages not loading at all.
Main take aways: chrome://net-internals/#proxy
Since then, I created this small batch file:
reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" | findstr proxy
And this one to edit the settings:
"C:\Windows\system32\rundll32.exe" shell32.dll,Control_RunDLL inetcpl.cpl,,4
It will open the same Window that your Control Panel or Internet Explorer uses to manage connection and proxy settings.
From there click the “LAN Settings” button to edit the proxy configuration.
–jeroen
via: Debugging problems with the network proxy – The Chromium Projects.
Posted in Power User, Windows, Windows 7, Windows 8, Windows 8.1, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista, Windows XP, Windows-Http-Proxy | Leave a Comment »
Posted by jpluimers on 2015/05/06
It took me a while to figure this one out:
When you have a registered Delphi, you can Ctrl-Click browse both the units and symbols of RTL, VCL, etc. But Delphi will not recompile these units.
Some third party components you cannot Ctrl-Click browse the units or symbols, unless you put the source directory in the Delphi Library Path (which causes them to be compiled each and every time).
This is because:
- the precompiled DCUs are in the Delphi Library Path.
- the source code is added to the Delphi Browsing Path (and sometimes not even that).
- the DCUs don’t contain information that the source code is Browsable or Referencable as it was compiled with {$Y-}.
These are the possible values for that directive:
- {$Y-} or {$DEFINITIONINFO OFF} or {$REFERENCEINFO OFF},
- {$Y+} or{$REFERENCEINFO ON},
- {$YD} or {DEFINITIONINFO ON}
So please component vendors: when you ship source code, make it IDE-browsable as well by compiling with $YD or $Y+.
–jeroen
via:
Posted in Delphi, Delphi 2007, Delphi 2009, Delphi 2010, Delphi XE, Delphi XE2, Delphi XE3, Delphi XE4, Delphi XE5, Delphi XE6, Development, Software Development | 2 Comments »
Posted by jpluimers on 2015/05/05
I wrote about the xsd.exe tool before to generate XSD from XML:
But it is much more than that, as it is a great way of generating .NET (not only C# and VB.NET code) from XSD files:
Long ago, xsd.exe used to come as part of Visual Studio, but now it is installed with the various Microsoft Windows SDK versions (of which some are downloadable) which makes it harder to locate on your system.
The really bad thing is that Visual Studio cannot find XSD.exe as part of your project Build Events, as the PATH has not been set up correctly.
Starting xsd.exe from a Visual Studio Build Events
In my hunt for the xsd.exe location, I started with a small batch file to find the xsd.exe locations from the registry:
Read the rest of this entry »
Posted in .NET, Continuous Integration, Development, msbuild, Software Development, Visual Studio 2003, Visual Studio 2005, Visual Studio 2008, Visual Studio 2010, Visual Studio 2013, Visual Studio 2014, Visual Studio and tools, XML/XSD, XSD | 3 Comments »
Posted by jpluimers on 2015/05/04
I wonder if Toshiba’s MQ03ABB300 really can be ordered in May:
- 3 TB
- 2.5 inch
- 15 mm Height
- 5,400 rpm
–jeroen
via:
Posted in Hardware, Power User | 1 Comment »
Posted by jpluimers on 2015/05/01
A few places, including the comment thread at MacWorld UK – New 2015 MacBook Pro with Retina display release date, specs and UK pricing – News – Page 2 – Macworld UK have a some rumours on the Macbook Pro Retina QHD+ 2015 Expected Specs: Skylake and more.
This would be having the Skylake Tock of the Intel Tick-Tock.
If Apple pulls that of this year, I’m sure lots of high end developers and graphics people are going to get it:
Macbook Pro Retina QHD+ 2015 Expected Specs.
- Processor : Intel Skylake i7-6770HQ (40% Faster & 50% Power Efficient Over Haswell)
- RAM: 32 GB DDR4 @ 2400 Mhz.
- Display : Retina QHD+ (iPS/OLED 30% Power Saving!)
- Hard Disk : 3rd-gen PCIe SSD 2.1Gbps Read Speed 1.6Gbps Write Speed.
- Graphics Card : Intel & GTX 970 M 4GB DDR5 256Bit. (300x Faster & 50% Less pwr vs 750m)
- Body/Looks : New Thinner Design & 3 Color Options.(Radical New Look)
- Security : Touch ID integration.
- Webcam : Improved Face time HD Camera 1080p @ 60fps
- Keyboard : New Multi Color LED Backlight Keyboard.
–jeroen
Posted in Apple, Mac, MacBook, MacBook Retina, Power User | Leave a Comment »
Posted by jpluimers on 2015/04/30
Often I want to execute a TF.exe from the console, but don’t have the Visual Studio environment variables setup. Most of the times I want to run TF.exe from the most current Visual Studio installation, hence this TF.bat file figures out the location of it, then runs with the parameters passed to TF.bat: Read the rest of this entry »
Posted in .NET, Development, Software Development, Visual Studio 11, Visual Studio 2005, Visual Studio 2008, Visual Studio 2010, Visual Studio 2013, Visual Studio 2014, Visual Studio and tools | 1 Comment »
Posted by jpluimers on 2015/04/29
Front-end web development isn’t my core area of expertise, but every now and then I am slightly more than the usual spectator and do get involved.
This case it was about helping to prevent The Clickjacking attack by using the The X-Frame-Options response header from RFC 7034.
Lots of people seem to have questions about it: Highest Voted ‘x-frame-options’ Questions – Stack Overflow.
So, from The X-Frame-Options response header:
There are three possible values for X-Frame-Options:
DENY
- The page cannot be displayed in a frame, regardless of the site attempting to do so.
SAMEORIGIN
- The page can only be displayed in a frame on the same origin as the page itself.
ALLOW-FROM uri
- The page can only be displayed in a frame on the specified origin.
–jeroen
via:
Posted in Development, Software Development, Web Development | Leave a Comment »