-
#Humor – Best way to understand While and Do While Loops
Hi! Greetings @ Burlington El Bruno — read more
-
#Event – Global Azure Bootcamp, Mississauga, Call for Speakers open!
Hi ! Wow, it seems yesterday when I was sharing some Cognitive Services experiences in the Global Azure Bootcamp 2018. Now, I’m happy to announce that the 2019 edition will be on April 27 at Microsoft Offices in Mississauga. More information in the official website. And, a couple of days ago, we opened the Call… — read more
-
#Event – Slides of the session [Tips on how to earn an MVP award and what are the benefits] #MVPBuzz
Hi ! Quick post today, I’m dealing with tons of personal stuff and my blogging time is near to zero 😀 Yesterday I co-hosted a session with Ehsan (@ehsaneskandarim) about our experiences in the MVP program. It was nice to share some non technical content, and I hope I shocked some people with my Xbox… — read more
-
#Hololens – After the huge announcement of #Hololens2, here are some interesting resources
Hi ! The official launch of the Hololens 2 was a couple of days ago during MWC 2019. Even if I miss my days supporting Avanade booth in the MWC, we are incredibly connected today, so I feel like I was there during the launch. So I may recap some resources to… — read more
-
#MacOs – Where is my Putty? Utilizando SSH y RealVNC para conectar con #RaspberryPi [experiencias en Mac de un long time #Windows user]
Buenas ! En mi post anterior escribí sobre mis experiencias en el nuevo mundo de MacOS. Soy un novato total en este mundo y estoy aprendiendo sobre la marcha para poder ser productivo en mi día a día en Avanade y en mis hobbies y actividades personales. Al igual que en mi post anterior, la… — read more
-
#MacOs – Where is my Putty? Need for SSH and RealVNC to connect to #RaspberryPi [experiences in Mac from a #Windows user]
Hi ! In my previous post I share the context on why I’m a total newbie into the MacOS world. So today, I want to share another experience when switching from Windows to Mac. As my previous content, the need for a SSH client is based on my live demos on my Custom Vision event.… — read more
-
#Event – Webinar: Getting Started with ML.NET and Windows Machine Learning, Today with the GLUG .Net User Group
Hi ! Another virtual event about Windows ML and Machine Learning .Net, and this time with my good friends from Okemos, MI. The event will be Getting Started with ML.NET and Windows Machine Learning Thursday, Feb 21, 2018. 6:30 PM to 8:00 PM One more time, we have new features and improvements on the platform… — read more
-
#MacOs – Where is my Paint? [Primeros días en MacOs después de décadas en #Windows]
Buenas ! Antes de comenzar, creo que es mejor compartir un poco de contexto. He sido un usuario de Windows por mas de 2 décadas. He probado y utilizado otros SOs, como Linux, cuando trabajo con mi Raspberry Pi; o hace mucho tiempo con Xamarin y Mac OS. Sin embargo, mi SO principal siempre ha… — read more
-
#MacOs – Where is my Paint? [experiences in Mac from a #Windows user]
Hi ! Let me start with some context, I’ve been using Windows from over 20 years. I’ve play around with other OS, like Linux when I’m using my Raspberry Pi; or Mac back in some old Xamarin days. However my main platform was always Windows. A couple of weeks ago I switched my portable device… — read more
-
#VS2019 – Lanzamiento de Visual Studio 2019 el 2 de Abril 9:00am PT
Buenas ! Es tiempo de preparar el 2do monitor para el próximo 2 de Abril, cuando se presenta la nueva versión de Visual Studio 2019 ! The Visual Studio 2019 Launch Event is Coming April 2nd, 9:00am PT. Whether you're a C#, C++, or Python dev & target the web, desktop, or cloud, we'll… — read more
-
#VS2019 – Visual Studio Launch event on the next April 2nd, 9:00am PT
Hi ! You may want to get your 2nd monitor ready on the next April 2nd, 9:00am PT, because is the official launch of Visual Studio 2019 ! The Visual Studio 2019 Launch Event is Coming April 2nd, 9:00am PT. Whether you're a C#, C++, or Python dev & target the web, desktop, or… — read more
-
#Docker – Sobre puertos, IPs y mas para acceder a un container alojado en #RaspberryPi
Buenas ! Mi proyecto de CustomVision.ai esta compilado y ejecutándose en Docker en Raspberry Pi 3. Ahora llega el momento de utilizar el mismo desde aplicaciones en otros dispositivos, y para este caso, todos en la misma red. Cuando ejecute mi imagen, utilice parámetros para definir la IP y los mapeos de los puertos de… — read more
-
#Docker – About ports, IPs and more to access a container hosted in a #RaspberryPi
Hi ! So, my CustomVision.ai image is build and running in a container in my Raspberry Pi 3. It’s time to see if I can use it from other devices in the same network. When I run my image I defined IP and Port, but if you want to know these information, the following command… — read more
-
#Docker – Container muere inmediatamente después de ser iniciado en #RaspberryPi. Obviamente, era un problema de dependencias de #TensorFlow
Buenas ! La creación de imágenes en Docker es un proceso divertido. Cuando cree la imagen de CustomVision.ai para ser ejecutada en Docker en Raspberry Pi, me encontré con unos errores interesantes, así que aprovechare este post para escribir sobre los mismos. La compilación de cada imagen suele tardar alrededor de unos 15 minutos. Ver… — read more
-
#Docker – Container dies immediately upon successful start in a #RaspberryPi. Of course, it’s all about #TensorFlow dependencies
Hi ! Creating Docker images is a fun process. When I created the CustomVision.ai custom image to be executed in my Raspberry Pi, I faced a couple of errors, so now it’s time to save / share some lessons learned. One of the most frustrating steps was after my 15 min wait time to build… — read more
-
#CustomVision – Compilar el proyecto de CustomVision en #Docker en una #RaspberryPi
Buenas ! Después de compilar y utilizar el modelo exportado de CustomVision.ai en Windows y Linux, el siguiente paso es intentarlo en una RaspberryPi (RPI). Desde hace un tiempo RPI soporta docker, así que intentare tomar la imagen de Linux y modificar la misma para que funcione en la RPI. Este es el contenido del… — read more
-
#CustomVision – Building the CustomVision project in #Docker in a #RaspberryPi
Hi ! So my next step in my build process is to host the CustomVision.ai exported model in a RaspberryPi (RPI). RPI supports docker, so it should be easy to work with the exported Linux image. So let’s take a look at the original [DockerFile] in the Linux export FROM python:3.5 ADD app /app RUN… — read more