-
#Event – Machine Learning.Net y AutoML, esta vez en Español !
Buenas ! Seguimos en modo StayAtHome, y una forma excelente de conectar con las comunidades, es participando en eventos ya sea como Speaker o como Attendee. Esta vez tengo la oportunidad de hablar en NetCoreConf: NetCoreConf 2020 Lo último en tecnologías Microsoft y mucho más con los mejores expertos. Donde podrás aprender, compartir y hacer… — read more
-
#Humor – time looking at exponential graphs during the past months
-
Managing Azure Kubernetes with Windows Subsystem for Linux
Originally posted on Roy Kim on Azure and AI: Scenario:Building upon my previous blog post Managing Azure with Az CLI and Windows Subsystem for Linux, I want to demonstrate examples and techniques in managing a Kubernetes cluster on Azure Kubernetes Service (AKS) in a bash shell using Windows Subsystem for Linux. As a mainstream Microsoft… — read more
-
#RaspberryPi – Raspberry Pi Imager, super cool imaging utility. Bonus: source code included !
Hi ! It’s time to setup a Raspberry Pi so my kid can learn a little Python with some local projects at home. And, it’s also time to test one super cool tool from the Raspberry Pi family: Raspberry Pi Imager, a new tool to image microSD cards with Raspbian. Until today, I mostly used… — read more
-
#Event – Resources used in the #devdotnextdigital session around Anomaly Detection #devdotnext2020
Hi! I had an amazing time with the Dev.Next team in a virtual session. The agenda was great, I joined a couple of session and it was great ! Take a look at the full set of contents here. Recording sessions soon ! Important: the event was postponed to August, and you can more information… — read more
-
#Event – #GlobalAICommunity Virtual Tour, April 8th. A full virtual day with sessions around AI
Hi ! On the 8th of April 2020 the Global AI Community is hosting a 30 hour live event across timezones in different languages. Mark the date in your calendar, subscribe to our YouTube channel and tune in. We updated the agenda with an amazing set of great speakers, and super cool sessions. Take a… — read more
-
How to create a Bot to help answer COVID-19 questions in 10 steps with QnAMaker?
Originally posted on Ivana Tilca: In times of isolation, we are all thinking how can we help people understand the situation that the world is going trough. So it occurred to me to create a small Bot that can help answer some of the most common questions regarding this virus. I start my development at… — read more
-
#Podcast – NTN 45 – Azure Kinect en Corona Times ! con Ivanta Tilka @ivanatilca y Juan Quijano @jc_quijano
Buenas! Hoy tengo la suerte de hablar con Ivanta Tilka (@ivanatilca) y Juan Quijano (@jc_quijano) sobre uno de mis dispositivos preferidos: Microsoft Kinect, y en esta ocasión, de la versión Azure Kinect. Veremos un poco de la historia del dispositivo, características técnicas, capacidades de desarrollo y más. Juan es Microsoft Certified Trainer, Arquitecto de Soluciones… — read more
-
#Humor – Welcome to the Club …
No fun today, just a big THANK YOU ! — read more
-
#MSTeams – #SnapChat lenses on Microsoft Teams ! (Why not? and #ToiletPaper as a bonus)
Hi ! Let’s go with a fun off-topic for a Friday, and let’s use some SnapChat lenses in our camera feed in Microsoft Teams. Disclaimer: This is not a very useful post, but in this Covid-19 days, you can get some fun with this in all the virtual meetings. So, simple steps Close Teams App… — read more
-
#dotnet – .Net Core Uninstall Tool !
Hi ! I’ll hold my drone series to basically repost an amazing news for today: Announcing the .NET Core Uninstall Tool 1.0! This is amazing! Mostly because .Net Core versions are a “not-happy experience” to manage. If you work with them a lot, you probably find yourself going to “Add and Remove Programs” and spending… — read more
-
#Coding4Fun – How to control your #drone with 20 lines of code! (12/N)
Hi! Today code objective is very simple, based on a request I received from internet: The drone is flying very happy, but if the camera detects a face, the drone will flip out ! Let’s take a look at the program working: This one is very similar to the previous one. I also realized that… — read more
-
#Event – (update) @devdotnext now in virtual mode ! #devdotnext2020
Hi! These are strange days, however we all try to do our best to move forward. An important part of today’s behaviors is to try to avoid big events. That’s why, in the last 2 weeks, we get news about events being cancelled all over the world. I have a plan to visit Colorado, US,… — read more
-
#Coding4Fun – How to control your #drone with 20 lines of code! (11/N)
Hi! Today code objective is very simple: The drone is flying very happy, but if the camera detects a banana, the drone must land ! Let’s take a look at the program working: And a couple of notes regarding the app Still use Haar Cascades for object detection. I found an article with a Xml… — read more
-
#Humor – Stay At Home challenge ! via @turnoff_us
Source: http://turnoff.us/geek/quarantine — read more
-
#Podcast – NTN 44 – CLIs vs GUIs con @jc_quijano y @eiximenis
Buenas! Buenas!Hoy tengo la suerte de hablar con Eduard Tomas (@eiximenis) y Juan Quijano (@jc_quijano) sobre uno de los temas que ha tenido bastante popularidad en Twitter: CLIs o GUIs. Hablamos sobre las preferencias de cada uno y sobre cómo nos hemos movido hasta el punto actual donde parece que hay CLIs por todos lados.Juan… — read more
-
#VSCode – Let’s do some #FaceRecognition with 20 lines in #Python (7/N)
Hi! I’m writing a series of posts about how to control a drone with Python and 20 lines of code, and once I reach to the point to read the camera feed, I’ve added a face detection sample. However this time I didn’t use the face_recognition python package I’ve used in this series, I performed… — read more
-
#Coding4Fun – How to control your #drone with 20 lines of code! (10/N)
Hi! Back to some drone posts! I was kind of busy during the last weeks and now I can get back to write about the drone. OK, in the last posts I described how to connect and work with the drone camera feed using OpenCV. Now with 2 extra lines of code we can also… — read more
-
#Humor – Me giving coding advice
-
How to create a Custom Translator for my company.
Originally posted on Ivana Tilca: One of the categories that has Azure Cognitive Services is Language. This group let us extract meaning from unstructured text. There are different services under the language category you can see them in this link. We are going to use from Language, the Translator API. Microsoft Translator API is a… — read more