The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

    • RT @NodeSpace: Due to IPv4 shortages and the world refusing to use IPv6, we’re moving all services to IPX/SPX. After all, 0BAD33CE:0003FE7C… 1 hour ago
    • RT @Visit_NL: We're proud to present the ultimate Dutch flower: the #FloresTouristia! See for yourself how our scientists have worked mirac… 1 hour ago
    • RT @HPN2_0: Yep. That sums it up quite nicely. 1 hour ago
    • RT @adestmusica: Presentatie nieuwe uniformen! 🤩💂 Zaterdag 15 april is “Adest-dag” want deze middag zal de Drum- en Showband hun nieuwe un… 2 hours ago
    • @matijn Het goede nieuws is een nieuw huis. Mooi hoor! 2 hours ago
  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 4,182 other subscribers

Archive for October, 2010

VMware workstation guestappscache directory with GUID based filenames: they are for Unity support

Posted by jpluimers on 2010/10/29

After upgrading VMware workstation, I noticed when making backups of my VMs that they contained lots of files in the guestappscache subdirectory that have names containing GUIDs.

I’m always wary for sudden seemingly random files being created.
It might be just some kind of virus slipping through the gates targeting a specific vulnerability.

The files appear to be for Unity, and it is easy to disable Unity. (I don’t use Unity: I use VMs to separate work and keep the clutter away from my host machine’s desktop <g>).

–jeroen

via: VMware workstation guestappscache directory – Google Search.

Posted in Power User, VMware | Leave a Comment »

SQL Server: some date calculation logic

Posted by jpluimers on 2010/10/28

I always forget the syntax, because different DBMS systems use different ways of doing this.

This is the SQL Server way of doing some date calculations: Read the rest of this entry »

Posted in Database Development, Development, SQL Server | Leave a Comment »

Delphi Basics – worth a look!

Posted by jpluimers on 2010/10/27

Quite a while ago, Neil Moffat started the Delphi Basics site.

It is aimed at beginners, but since it has such a wealth of information (for instance a comprehensive list of compiler directives).
So even if you are a Delphi pro, it is worth to give Delphi Basics a look.

The cool thing: Neil originally is not even a programmer, nor a writer.
Maybe that is his strength: he learned by doing, step by step, now giving us a peak on what he learned.

–jeroen

via Delphi Basics.

Posted in Delphi, Development, Software Development | 8 Comments »

Signs of Delphi x64: Allen Bauer (kylix_rd) on Twitter

Posted by jpluimers on 2010/10/26

Probably a few others will blog about these tweets too.
I have bolded the most important pieces:

kylix_rd Allen Bauer

If you must… Value := Integer(TList[x]) -> Value := NativeInt(TList[x]). Even better, TList<Integer>.

6 hours ago

kylix_rd Allen Bauer

Another Milestone: fixed my first legitimate 64bit RTL bug. if TryOpenForInput(t) then s/b if not TryOpenForInput(t) then

10 hours ago

kylix_rd Allen Bauer

Milestone: 64bit compiler now merged into the main dev branch! All devs are now locked and loaded!

13 hours ago

–jeroen

via Allen Bauer (kylix_rd) on Twitter.

Posted in Delphi, Development, kylix_rd, Software Development | Leave a Comment »

On-the-road: XML Viewer

Posted by jpluimers on 2010/10/26

When on the road without access to your most favourite XML editing tools, and you want to view a local XML file, you are a bit stuck.

The built-in XML viewing capabilities of Internet Explorer 6 and up give you those nice “To help protect your security, Internet Explorer has restricted this…” messages.
Disabling those messages makes your system a lot less secure, so that is not a real option.
This besides the lack for viewing UTF-16 encoded XML files in Internet Explorer (and getting the dreaded “Switch from current encoding to specified encoding not supported. Line 1, Position 40“).

So, in my toolbox is XML Viewer from MindFusion. Read the rest of this entry »

Posted in Development, Power User, XML, XML/XSD | 3 Comments »

 
%d bloggers like this: