-
#Anaconda – How to List and Remove Virtual Environments (get back some disk space!)
Hi ! I already shared how to create Virtual Environments using Anaconda, and also how to create shortcuts to use them directly in Windows Terminal (see references). This task is easy an amazing, however, at some point you may want to clean your environment. That’s an easy task. I’m currently using Anaconda version 4.8.3. You… — read more
-
#Python – Creating GUIs with #PySimpleGUI. 2 webcams view with 50 lines of code
Hi ! Working with Computer Vision is super fun. And there are some scenarios where display the step by step of the processing of an image is the best way to present this. In most of my scenarios I use OpenCV, however for a more detailed presentation I needed to search and learn a GUI… — read more
-
#Podcast – NTN 61 – Todo lo que pasa cuando haces tap con una tarjeta electrónica: millones de transacciones, programacion de bajo nivel, hardware mucho hardware, seguridad en menos de un segundo y mucho más!
Buenas! Hoy tenemos la suerte de hablar con Ariel Perassi, Germán Pagliaroli y Juan Quijano sobre todo lo que pasa en ese segundo mágico que hay cuando haces Tap con una tarjeta electrónica. Empezamos con el hardware de bajo nivel que existe para soportar esto y la novedosa solución que han implementado para soportar diversos… — read more
-
#Personal – USB Hub with On/Off switch, one of the best ideas ever !
Hi ! Every single day I have connected to my main PC at least 5 or more different USB devices. In example: Logitech Brio WebCam SENNHEISER SP 30 Speakerphone USB BT and Wifi Dongle and more… And, depending on my current work, I also connect and disconnect extra devices. These days, I’m playing with Thermal… — read more
-
Conociendo Azure Cosmos DB [Curso]
Originally posted on Vicente G. Guzmán Lucio: Estamos viviendo hoy en día tiempos difíciles, eventos inesperados como el Covid-19 hacen que tengamos que comportarnos de una manera diferente. Sectores que no se veían obligados a estar montados en Internet, hoy deben de adaptarse a la brevedad para no desaparecer. Y es que ya vivimos en la era… — read more
-
#Event – Resources used with @ivanatilca during the “Lessons Learned creating a multiplatform AI project for Azure Kinect and Hololens 2” for the Global XR Talks
Hi ! We had an amazing time last week with Ivana at the Global XR Talks, sharing some of our lessons learned creating an Mixed Reality app to work in Hololens 2 and Azure Kinect. As usual, now it’s time for slides and code Slides Code The main scripts for Camera and Cognitive Services interaction… — read more
-
#Unity3D – Making a CustomVision.ai HTTP Post call to have a better #MRTK experience with #CognitiveServices @ivanatilca
Hi ! Quick post today, with mostly sample code. And, it’s all about a scenario that we faced with Ivana a couple of days ago while we were using MRTK and we were trying to use some Cognitive Services. As of today, not all the services in Cognitive Services are supported and have official Unity3D… — read more
-
Crear aplicaciones en tiempo real con Blazor y SignalR
Originally posted on mteheran.dev: Blazor es uno de los frameworks para Web Assembly mas avanzados del momento y por otra parte SignalR es una librería ligera y fácil de implementar, que nos permite incorporar comunicación en tiempo real dentro de nuestras apps, en este post aprenderemos como combinar estas 2 tecnologías. Como es usual lo… — read more
-
#Hololens2 – Project sizes using #MRTK
Hi ! Quick post today. When I started with Hololens 1, Unity and the Hololens Toolkit a couple of years ago, I did this exercise to have a sense of the required disk space for my projects and tests. I realize that I didn’t blogged this, so here is an updated version using the latest… — read more
-
#Podcast – NTN 60 – Experiencias creando negocios de Datos e Inteligencia Artificial a nivel mundial y mucho más. Bonus: Historias de cuando Atari hacía más que juegos
Buenas! Hoy tenemos la suerte de hablar con Fernando Guerrero y Juan Quijano sobre sus experiencias como CEO. La pregunta “Qué hace un CEO_” es parte del podcast, sin embargo, lo más interesante es ver como estas iniciativas crecieron a nivel mundial, como el talento y el trabajo fueron pilares importantes de su éxito.En el… — read more
-
#docker – Updating docker containers automatically with Watchtower. Bonus: let’s learn Go !
Hi ! A couple of days ago, I wrote about how I like Portainer as a visual interface to manage docker (see references). In one of the comments, Marco suggested also an option to automatically update all my containers. As I explained in my post, the basic steps for this are docker stop docker rm… — read more
-
Personalizando nuestro [GitHub]
Originally posted on Vicente G. Guzmán Lucio: Sabemos que GitHub hace parte de nuestro día a día y porque, además de funcionar como un repositorio en el que podemos encontrar algo nuevo para nuestros desarrollos, es un lugar donde siempre encontraremos a alguien dispuesto a ayudarnos a solucionar un bug o un problema en nuestro… — read more
-
#docker – How to update Portainer (big fan here!)
Hi ! I’m a big fan of Portanier. I usually will go for a graphical interface on top of a command line option, and to manage my docker labs, Portainer is my best choice for this. Portainer is a lightweight management UI which allows you to easily manage your different Docker environments (Docker hosts or… — read more
-
#Office365 – HowTo access to the new Lists features
Hi ! If you are looking forward to test the new Microsoft Lists (see references), and you are in First Release of office Microsoft 365, there is an easy way to access to Lists. In 2 clicks, you may have access to this: You need to select OneDrive, from the Office 365 menu, and change… — read more
-
#Azure – Easy fix to subscription is not registered to use microsoft.insights
Hi! Azure days for me and weird behavior when I was trying to enable some monitoring resources in an IoT Hub resource. In random times, I get an error similar to this one The subscription ‘[subscription id]’ is not registered to use microsoft.insights. And, it was weird because when I check the Resources providers available… — read more
-
Crear un reproductor de música en un skill de Alexa con Alexa .NET
Originally posted on mteheran.dev: Alexa .NET es la librería para C# que te permite crear skills para Alexa de una manera super fácil. Si aun no sabes como comenzar te recomiendo seguir la siguiente guía: https://techcommunity.microsoft.com/t5/windows-dev-appconsult/build-your-first-alexa-skill-with-alexa-net-and-azure-functions/ba-p/317930 Si ya sabes como construir tu skill acá te explico como agregar un reproductor de música a tu skill,… — read more
-
#Event – ML.Net in Spanish and back to XR with @ivanatilca to share some #Hololens2 and #AzureKinect dev experiences @globxrcommunity
Hi ! Just a self reminder post of a couple of events in my calendar. Introduction to Machine Learning.Net 31 July 2020 Machine Learning.Net 1.5.1 is already here, so that’s the perfect excuse to chat with my colleagues from the MUG Argentina about this. This session is designed for developers who wants to start in… — read more
-
#WindowsTerminal – Open Windows Terminal from the current edit file path in Visual Studio Code @code
Hi ! I’m a big fan of Windows Terminal, and is my default external terminal in Visual Studio Code. However, today I learned a very cool tip: Launch an external Windows Terminal from Visual Studio Code, and the terminal will open using the path of the current Workspace in VSCode. Fabian explains the full scenario… — read more
-
#Humor – Every time I start to do some #Javascript, I do this to remember what I’m getting into …