Acuity, Microsoft to jointly show lighting-based IoT services for retail trade at New York confab

Indoor positioning using LEDs can help stores engage and sell to brick-and-mortar customers as if they were online. At first glance it looks like an ordinary announcement: A technology company is teaming with Microsoft to help industry collect, analyze, and use data in a manner that optimizes sales. Only this time, the partner is not … Continue reading Acuity, Microsoft to jointly show lighting-based IoT services for retail trade at New York confab

Some interesting reading on VC

This is from https://www.bvp.com/portfolio/anti-portfolio HONORING THOSE WE MISSED The Anti-Portfolio   Bessemer Venture Partners is perhaps the nation's oldest venture capital firm, tracing our roots back to the Carnegie Steel empire. This long and storied history has afforded our firm an unparalleled number of opportunities to completely screw up. Over the course of our history, we did invest … Continue reading Some interesting reading on VC

Scan for available WIFI access points on Linux

$sudo iwlist wlan0 scanning | egrep 'Cell |Encryption|Quality|Last beacon|ESSID' It's the combination of sudo (run as root, do privileged operations), iwlist wlan0 scanning (produce some output on STDOUT), the pipe symbol "|" (connecting STDOUT of the command(s) to the left to the STDIN of the process on the right), and an egrep command with a … Continue reading Scan for available WIFI access points on Linux

Switch back and forth between Wifi and AP on Raspberry Pi

Source: http://sirlagz.net/2013/01/22/script-starting-hostapd-when-wifi-goes-down/ Source: https://www.raspberrypi.org/forums/viewtopic.php?f=26&t=38323 I’ve had issues with my WiFi in the past, and with my Pi running headless it’s sometimes a pain to get it connected back up to WiFi, so I’ve created this little script to start hostapd and dnsmasq whenever the WiFi connection went down, which allowed me to SSH into the … Continue reading Switch back and forth between Wifi and AP on Raspberry Pi

How effective are social media?

https://www.shopify.com/infographics/social-commerce o better understand how social media is impacting the ecommerce industry, we analyzed data from 37 million social media visits that led to 529,000 orders. Here's some interesting data points we uncovered: Facebook dominates as a source of social traffic and sales. Nearly two thirds of all social media visits to Shopify stores come … Continue reading How effective are social media?