The Wiert Corner – irregular stream of stuff

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

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

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

    Join 1,854 other subscribers

Archive for 2014

A Quick Test Drive of Tails, a Privacy Focused Linux Distribution

Posted by jpluimers on 2014/05/05

Fazit:

You’ll probably want a standard OS for day to day tasks, and only use Tails if you really need to remain anonymous.

–jeroen

via A Quick Test Drive of Tails, a Privacy Focused Linux Distribution.

Posted in *nix, LifeHacker, Linux, Power User | Leave a Comment »

pickhardt/betty: a command-line like tool like Google Now/Siri for *nix and Mac OS X (requires ruby)

Posted by jpluimers on 2014/05/05

Fun project with potential: pickhardt/betty that was pointed to me by Ilya Grigorik – Google+.

Betty is a natural language (for now: English based) front end for tools like curl, find, wc, whoami, find, etc.

It requires ruby, and runs on *nix or Mac OS X (where it uses osascript for iTunes).

–jeroen

via: Ilya Grigorik – Google+ – Betty is an english-like interface for your command line:….

Posted in *nix, Apple, Development, Mac, Mac OS X / OS X / MacOS, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User, Ruby, Software Development | Leave a Comment »

Interesting discussion about generic Dictionaries in Delphi (via: Steve Maughan – Google+ – TObjectDictionary Advice Needed)

Posted by jpluimers on 2014/05/05

There is an interesting G+ discussion thread about generic Dictionaries in Delphi.

It covers the stock TObjectDictionary in the Generic.Collections unit, Spring4D, performance characteristics like O(1), O(log n), etc, and implementation details like fill factors and hashing algorithms.

Worth reading at Steve Maughan – Google+ – TObjectDictionary Advice Needed I’ve been using Delphi for….

Since TObjectDictionary hasn’t changed much since the introduction of generics in Delphi, this discussion is valid for at least Delphi XE and up (and probably Delphi 2010 and 2009 as well).

I’m not sure about these last ones as like Andreas Hausladen, I’m cutting back on the Delphi versions I regularly use, which for now are mainly XE6, XE3, XE and 2007).

–jeroen

Posted in Delphi, Delphi XE, Delphi XE2, Delphi XE3, Delphi XE4, Delphi XE5, Delphi XE6, Development, Software Development | Leave a Comment »

; a semi-colon starts a comment line in a .reg file (via: Windows Server content from Windows IT Pro)

Posted by jpluimers on 2014/05/05

Thanks John Savill from Windows IT Pro:

To include comments in a registry file, place a semicolon (;) at the beginning of the line, as shown below:

; This will delete the key below because of the - sign
\[-HKEY_LOCAL_MACHINE\SOFTWARE\SavillTech\key\]

–jeroen

via: How do I place comments in a .reg file? | Windows Server content from Windows IT Pro.

Posted in Microsoft Surface on Windows 7, Power User, 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 »

permissions – Delphi – setting Full Control on Registry Key – Stack Overflow

Posted by jpluimers on 2014/05/02

One of those StackOverflow gems: permissions – Delphi – setting Full Control on Registry Key – Stack Overflow.

–jeroen

Posted in Delphi, Delphi 2007, Delphi 2009, Delphi 2010, Delphi 7, Delphi XE, Delphi XE2, Delphi XE3, Delphi XE4, Delphi XE5, Delphi XE6, Development, Software Development | 4 Comments »

Text Formatting Notation Help – Atlassian JIRA

Posted by jpluimers on 2014/05/02

Too bad Atlassian don’t specify that the {code} tag now supports more languages.

The trick is to specify an invalid one (like JSON, for which you can use javascript), then it emits an error telling you which languages are supported:

 

Available languages are: javascript, sql, xhtml, actionscript, none, html, xml, java

(Yes I know there is a JIRA MarkDown plugin, but not every customer installs plugins at will)

–jeroen

via: Text Formatting Notation Help – Atlassian JIRA.

Posted in Development, Issue/Bug tracking, JIRA, Software Development | Leave a Comment »

Cutting Cherry Tomatoes / Ideale manier om cherrytomaatjes te snijden – Lifehacking

Posted by jpluimers on 2014/05/02

Brilliant way to cut cherry tomatoes /

Briljant: Ideale manier om cherrytomaatjes te snijden – Lifehacking.

–jeroen

Posted in LifeHacker, Power User | Leave a Comment »

This week: five BASICs for the 6502, to mark the 50th (via: mos6502 – Google+)

Posted by jpluimers on 2014/05/02

Basic@50 would not be complete without This week: five BASICs for the 6502, to mark the 50th… from mos6502 – Google+.

–jeroen

via: Happy 50th birthday BASIC! (via: BASIC at Dartmouth) « The Wiert Corner – irregular stream of stuff.

Posted in 6502, BASIC, Development, History, Software Development | Leave a Comment »

Interesting thread on IP geolocation and providers (via: Dan Sohad – Google+)

Posted by jpluimers on 2014/05/02

IP geolocation is hard, and very dependent on where you are in the world. Providers giving different or confusing results are not exceptional.

See the struggle at Dan Sohad – Google+ – Hi! I working in a IP locate app. I’m using as “motors”: … where Dan Sohad tries a Delphi implementation.

–jeroen

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

Great overview of how Chromecast works (via: Ilya Grigorik – Google+)

Posted by jpluimers on 2014/05/02

Thanks Ilya Grigorik for pointing me to Chromecast: Understanding its Potential beyond Video Streaming | The EWD Files.

Great overview on how it works accompanied with nice diagrams like this one:

Read the rest of this entry »

Posted in Chromecast, Development, Google, Power User, Software Development | Leave a Comment »