-
#Event – Resources used during the session “Let’s code a drone 🛸 to follow faces with #dotnet”@dotnetdocsshow
Hi ! I had a great time yesterday with the @dotnetdocsshow team talking about how to program a drone. And this time, with a special flavor: Lets program the drone using dotnet core ! It was an amazing experience, and a really fun moment. Scott, David, Cam and Cecil are great hosts, and they make… — read more
-
#Podcast – NTN 70 – Experiencias en Azure en proyectos GRANDES, Cloud vs Premise, NetCore Conf y más !
Buenas! Robert Bermejo me escribió un día sugiriendo un invitado para el podcast, y pocas horas después estábamos grabando junto a Juan Carlos y a Adrian Diaz Cervera un episodio de los buenos. Lo primero es que cuando hablamos de Cloud, y de desarrollos en el Cloud, Robert nos comentó sobre experiencias reales, millones de… — read more
-
Use Microsoft Lists and Power Automate to provision Microsoft Teams
Originally posted on Norm Young: In this blog post I’ll show how easy it is to provision Microsoft Teams teams using Microsoft Lists and Power Automate. Creating a Teams team is super simple from the Teams client, this post is not intended to replace that functionality, rather this has been developed with a PMO (project… — read more
-
#Tools – How to create an IP Camera from a USB Camera on #Windows10
Hi! So, I may need to create a new category for these posts, something like “scenarios that you will never need in your life”, or “I did this once and now I can’t remember what I did”. Today is a simple one, Let’s create a IP Camera from a USB Webcam in Windows. There are… — read more
-
Azure: Architecture Best Practices Cloud Solutions Video (ingles) — Santimacnet
Originally posted on mteheran.dev: https://www.youtube.com/embed/8SCz9x6vaK8?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=es&autohide=2&wmode=transparent Hoy quiero compartir este video realizado hace pocos días por Dominik Zemp (Microsoft Cloud Solution Architect) y Thomas Maurer (Microsoft Senior Cloud Advocate) donde conoceremos de primera mano las guías y mejores prácticas recomendadas para nuestras soluciones de arquitectura en Azure. La agenda del video la tenéis aquí: Introduction Why… — read more
-
#RaspberryPi – Raspberry Pi 400,
Hi ! It seems that it was yesterday when I wrote about the amazing and new Raspberry Pi 4, and it was on February ! There was a lot of news since February, however the Raspberry 400 is a huge milestone. From a hardware view, is a faster device, that’s cool. However I really like… — read more
-
#Podcast – NTN 69 – Ensamblador es facil !!! Desde BBS / MSX hasta WSL2, Visual Studio Code y Azure Global Bootcamp
Buenas! Pasar un rato con Carlos Milan Figueredo es un placer. A los 2 minutos de estar conectados, ya nos estaba mostrando el boot de una MSX. En pocos segundos nos conectamos a su BBS, y fue como ver películas de SciFi de los 80s. Y un detalle, no fue todo nostalgia ochentera, también nos… — read more
-
#AI – #Lobe, exporting to ONNX, and running in C# #csharp @lobe_ai
Hi ! Follow up post after yesterday post on Lobe, and today focusing on ONNX and C# code. And, it all started because someone asked in twitter about an ETA to export the model to ONNX I decided to give a try to the TensorFlow to Onnx tool, and it worked great ! (see references).… — read more
-
#AI – #Lobe, desktop tool to train custom machine learning models for Computer Vision @lobe_ai
Hi ! There are 2 ways to describe Lobe. You may want to use their official description Lobe helps you train machine learning models with a free, easy to use tool. Lobe AI Homepage Or you may want to use the tool. Let’s review the 2nd one with a NNNN step tutorial. Data Source Images… — read more
-
#Python – Convert an #OpenCV frame to PIL image and viceversa
Hi ! It’s amazing how I can code and have fun for hours, and them suddenly spent 2 hours trying to manually do something, that it’s already resolved in all internet. Today’s challenge: Convert an OpenCV frame to PIL image And, why ? very simple, OpenCV follows the BGR convention and PIL follows RBG convention.… — read more
-
Aplicaciones en tiempo real con Blazor y SignalR – #BlazorForAll
Originally posted on mteheran.dev: https://www.slideshare.net/MiguelAngelTeheranGa/aplicaciones-en-tiempo-real-con-blazor-y-signalr https://youtu.be/D0-f-dCx5Fs — read more
-
#JavaScript – Console-log-viewer.js an amazing script to overlay console in your HTML apps
Hi ! Yes, I know, I’m writing about JavaScript. It’s 2020, so anything can happen, and here I am, blogging about JavaScript. So, I’m learning a lot of TensorFlowJs, and having some kind of logging is a must. I’m a huge fan of Edge Developer Tools, however in some scenarios, like a browser in a… — read more
-
#ML.NET Image Classification with ML.NET Command-Line Interface (CLI), no #VS2019 needed !
Hi ! I haven’t write a lot about ML.NET Command-Line Interface (CLI) (see references), and that’s a shame. It’s very powerful and also it supports most of the ML.Net features, like in example: Model Builder Image Classification scenario. The ML.NET CLI automates model generation for .NET developers. To use the ML.NET API by itself, (without… — read more
-
[Learning] Angular + NodeJS para un “.NET-tero (C#)”
Originally posted on Juanlu, ElGuerre: Como fanático, enamorado y apasionado del mundo DotNet/DotNetCore (C#), durante las últimas semanas, he podido dedicar tiempo a incrementar mis Skills, tanto en Frontend (Angular) como en un nuevo lenguaje de backend (nodejs) y mucho, mucho Visual Studio Code. Hasta ahora, siempre he sido totalmente autodidacta dedicando mucho esfuerzo en… — read more
-
#Podcast – NTN 67 – 2 grandes historias de experiencias y comunidades técnicas gracias a 2 super grandiosas Microsoft MVPs !
Buenas! Lo comenté en Twitter, me ha costado encontrar el título de este episodio. Mar y Rocio se han encargado de ayudarnos a pasar un rato genial compartiendo sus experiencias profesionales y personales. En el camino, quedaron recuerdos de amigos comunes (saludos a la flia Bisbe!); eventos que se han convertidos en virtuales, la adaptación… — read more
-
#VS2019 – ML.NET Model Builder for Object Detection, be careful with file names and VoTT
Hi ! This is a sequel part after yesterday post on the new Model Builder Object Detection scenario. I’ve found this error, and it took me some time to figure out the reason. As usual, an error on the Model Builder, with very few details and the suggestion to check more details on the Azure… — read more
-
#VS2019 – ML.NET Model Builder for Object Detection using #Azure Compute #mlnet #objectdetection
Hi ! There is a new scenario available in ML.Net Model Builder for Visual Studio 2019: Object Detection. This scenario is not just image tagging, this scenario allows us to detect objects in an image, and get the specific coordinates and size of the detected objects. As usual, it requires a starting data set with… — read more
-
Crear valores de configuración para Blazor
Originally posted on mteheran.dev: Blazor al igual que todas los tipos apps de .NET Core utilizan el archivo appsettings.json para guardar la configuración que queramos utilizar dentro de la App de tal manera que cuando esta configuración cambie la App cambie su comportamiento y se ajuste a la nueva configuración. En Blazor el archivo de… — read more
-
Comprehensive Guide To Create an Azure Kubernetes Service with Az CLI
Originally posted on Roy Kim on Azure and AI: Objective: To provide key configuration parameters for the beginner when creating the Azure Kubernetes Service with Azure CLI. My design with related az aks create command configuration parameters. You can find the az aks create command’s documentation provides a list of about 60 parameters. az aks… — read more