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

Sassenheim; achtergrond straatnamen rondom Johan Dixstraat

Posted by jpluimers on 2016/03/11

Grappig om in een stukje achtergrond te duiken.

Mijn broer woonde vroeger aan de Johan Dixstraat 18. Dat is vlak bij de Nicolaas Damesstraat. Ik werkte voor een klant genaamd Nico Dames. De combinatie wekte mijn interesse.

De buurt rondom die straat is allemaal rondom Kwekers, dus je ziet straten als:

Dan een paar linkjes:

–jeroen

Posted in About, History, Personal | Leave a Comment »

Yay. My first homebrew contribution got merged. https://github.com/Homebrew/h…

Posted by jpluimers on 2016/03/10

Yay. My first homebrew contribution got merged. [WayBackhttps://github.com/Homebrew/homebrew/pull/49928 – Jeroen Wiert Pluimers – Google+

Source: [WayBackYay. My first homebrew contribution got merged.

–jeroen

(somehow this was still stuck in the drafts of my plpost queue)

Posted in Apple, Development, Home brew / homebrew, PlantUML, Power User, Software Development, UML | Leave a Comment »

Getting the ESXi version from the console

Posted by jpluimers on 2016/03/10

Since ESXi is based on busybox, it is using ash a variation of sh (the classic bourne shell) called Almquist shell and most nxes use some form of bash a lot of things won’t work.

For instance, doesn’t support sh –version.

Luckily there are uname -mrs and (more elaborate) vmware -vl to get the version.

Note there is support busybox aliases so alias dir=”ls -laF” works, and you can define aliases for the version information too.

–jeroen

via:

Posted in *nix, *nix-tools, bash, Linux, Power User, SuSE Linux, Virtualization, VMware, VMware ESXi | Leave a Comment »

The huge Borland C++ Box

Posted by jpluimers on 2016/03/09

I never had the box, but someone is selling the [Wayback] 10+ kg Borland C++ 3.0 box:

The 10+ kg Borland C++ 3.0 box

image

Edit 2022-02-04: the above went away because of link rot, so I replaced it with an Archive.is version as it was copied at [Wayback/Archive.is] My First Windows C++ Application in Ages: Hello World in Win32 with Visual C++ 2010 – Pete Brown’s 10rem.net.

I did a bit of digging ([Wayback/Archive.is] borland c++ box – Google Search) and found [Wayback/Archive.is] Version information for older Borland/Inprise C Compilers has all the product box photos of these products:

Borland C++ 3.1 through 4.5 shipped in huge boxes, each even larger than the before it.

The box with the 1994 Borland C++ 4.5 and Database Tools supported DOS, Windows, and Win32. It had either a CD or 28 3.5″ HD diskettes.

The last version with 5.25″ diskettes was the 1991 Borland C++ 3.1: 15-5.25″ 1.2 Meg. Diskettes or 15 3.5″ 1.44MB disks.

Borland C++ 3.1 and Application Frameworks

–jeroen

Posted in Borland C++, C++, Development, Software Development | 2 Comments »

Some Tibco Rendezvous links

Posted by jpluimers on 2016/03/08

For my own reference:

–jeroen

Posted in Development, MQ Message Queueing/Queuing, Software Development, Tibco Rendezvous (RV) | Leave a Comment »

Mosh: the mobile shell

Posted by jpluimers on 2016/03/07

Reminder: install mosh and get it working when it runs behind a firewall.

Mobile shell that supports roaming and intelligent local echo. Like SSH secure shell, but allows mobility and more responsive and robust.

Links:

Then see how well it stacks up against or complements with the ssh/tmux combo.

–jeroen

Read the rest of this entry »

Posted in *nix, Linux, openSuSE, Power User, SuSE Linux, Tumbleweed | Leave a Comment »

some more lsof, netstat and rpcinfo examples

Posted by jpluimers on 2016/03/07

Last friday I updated the examples at *nix networking – lsof: How to tell what process has a specific port open on Linux (via: Server Fault) as I needed to document some of the machines around here (so it becomes easier replacing them).

I also added some links to background information and (when I get to using it: OS X still goes without) a good iproute2 starter page.

–jeroen

Posted in *nix, *nix-tools, Apple, Communications Development, Cygwin, Development, Internet protocol suite, Linux, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.6 Snow Leopard, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, MacMini, OS X 10.10 Yosemite, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User, TCP | Leave a Comment »

Cutting the Chai: How to Download Images from Issuu

Posted by jpluimers on 2016/03/07

Hopefully this keeps working: Cutting the Chai: How to Download Images from Issuu.

Posted in LifeHacker, Power User | Leave a Comment »

Beyond Compare v 4.1.4 will fix the leap day crash of last monday when accessing cloud service

Posted by jpluimers on 2016/03/05

I was on the road last monday, so I missed this crash, but the good news is that Beyond Compare Technical Support indicates the upcoming v 4.1.4 will fix that for the future.

Cases like these are hard to find and fix a priori as you cannot force the cloud services to run faking a certain date…

Update (somehow my browser cache didn’t see this page when posting): the update was already out; see the change log at Download Beyond Compare which lists a lot of nice other things as well (including a way to force 32-bit installation on x64 windows versions when some of your other tooling cannot cope with x64 DLLs).

–jeroen

Posted in Beyond Compare, Power User | Leave a Comment »

my ScanSnap ix500 has a box too…

Posted by jpluimers on 2016/03/04

So my ScanSnap ix500 has a box too (actually a Leitz Rotho Profiline 10 Schübe drawer). The ix500 scans double sided and takes like 2 seconds per sheet. Works through WiFi (or USB) on both PC and Mac.

This is the process:

  1. I scan and roughly sort the document by destination in a drawer.
  2. A Windows VM creates OCR PDF and puts them into the cloud.
  3. It gets synced to my Macs, where spotlight indexes them by content.
  4. Once a month I split off the parts for my bookkeeper, file important non bookkeeping stuff and shred the rest.
  5. I name files on a selective base (as spotlight is very good at finding the rest).

This is why I like it over scanning with your mobile phone any time:

My ix500 setup just works.

Now I need to optimise the S510 scanned files. Maybe linux – optimize PDF files (with Ghostscript or other) – Stack Overflow (from the same thread) works.

–jeroen

via: Hey everyone, we are currently preparing the next release.

Posted in Fujitsu ScanSnap, ix500, LifeHacker, Power User, Scanners, SpotLight | Leave a Comment »