blink(1)

I’ve already posted about a 3d printer funded by Kickstarter. Today I found, on Kickstarter again, an interesting project by ThingM, named blink(1). The idea behind it is very simple: an RGB led powered and controlled via USB. blink(1) is detected as an HID device by computers, so it doesn’t need any drivers being compatible with every O.S.; ThingM promised the controlling…

mbed NXP LPC11U24, review

Farnell kindly offered me to test and review the new microcontroller in mbed family, the NXP LPC11U24. mbed microcontrollers are designed for rapid prototyping: [checklist] run a microprocessor (ARM Cortex) with all the required components; connect to PC via USB for firmware uploading; have a breadboard friendly shape (DIP win 40 pins). [/checklist] Since a few weeks, the new…

VMWare View, how to count active sessions

Today I needed to track the number of active sessions of a given virtual desktop pool in my VMWare View infrastructure. VMWare offers some cmdlets to Powershell integration; you can find them on the server where the Connection Server is installed: You can include those cmdlets in your scripts with the command: add-PSSnapin "VMware.View.Broker"add-PSSnapin "VMware.View.Broker" To get remote sessions, use Get-RemoteSession cmdlet,…