This could be Faraday Future’s answer to the Tesla Model X

faraday-spy-shot Faraday Future is driving a camouflaged version of a real upcoming production EV in LA, according to Electrek. The site reports that a candid shot of a covered-up SUV is actually a test vehicle from the Californian would-be Tesla competitor backed by Chinese consumer gadget company LeEco. The vehicle looks like a crossover-style SUV, similar to a Tesla Model X, and this is in line with… Read More

Categories IT

All 44 startups that launched at Y Combinator S16 Demo Day 1

y-combinator-logo Farm drones, autonomous security guards and next-generation tampons were among the products presented at today’s Y Combinator startup accelerator Summer 2016 Demo Day 1. You can check out write-ups of all 44 below. And here are TechCrunch’s picks for “The top 7 startups from YC Demo Day 1”, plus writeups of the 48 startups that launched on Demo Day 2… Read More

How to install Powershell for Linux in Ubuntu 16.04.

Installing Powershell for Linux in Ubuntu 16.04 is very easy. I had problems with the packages, but I sorted it out very quickly. Firstly, download the Powershell Debian package. https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell_6.0.0-alpha.9-1ubuntu1.14.04.1_amd64.deb. Then the required libicu package. http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu52_52.1-3ubuntu0.4_amd64.deb. Then install the libicu package. jason$ sudo dpkg -i libicu52_52.1-3ubuntu0.4_amd64.deb Selecting previously unselected package libicu52:amd64. (Reading database … 490392 … Read more