-
#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
-
#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
-
#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
-
#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
-
#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
-
#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 …
-
#PowerPlatform – Send notifications to launch #PowerApp using #PowerAutomate
Hi ! I keep on my Power Platform learning path, and today Iβve implemented one very cool feature: Send notifications to launch Power App using Power Automate The full concept is to Capture specific events using Power Automate Perform some back-end logic updating information using Power Automate Send a notification to specific users, to open… β read more
-
#PowerPlatform – We can Debug an app with canvas App Monitor and it’s awesome !
Hi ! I was deploying and testing an interesting Power App scenario to make desk reservations. It was created by April Dunnam, and it was fast an easy to deploy (see references). I even had the chance to make a Pull Request with a minor update to the deploy steps. While I was doing this,… β read more
-
#LinkedIn – How do I pronounce your name? LinkedIn may help
Hi ! I meet new people everyday, and living in this multicultural world, one of the first questions I ask is: How do I pronounce your name? I think I can manage Latin names, however with so many people from all around the world, is nice to try to learn the correct way to pronounce… β read more
-
#Event – Letβs hack a drone, hack the camera and use AI! virtual with Microsoft Reactor @MSFTReactor
Hi ! Today I’ll share a new version of my drone and Artificial Intelligence session, hosted by Microsoft Reactor Toronto. The registration link and details are available here β read more
-
#Python – #FastAPI Webserver sharing information from values in a different thread
Hi ! After my yesterday post using Flask, I was sure that a FastAPI version will be needed, so here it goes: I have a common scenario which involves: A sensor collecting information A web-server publishing the sensor information Read my previous posts to understand why I think this is the simple way to solve… β read more
-
#Python – Flask Webserver sharing information from values in a different thread
Hi ! I have a common scenario which involves: A sensor collecting information A web-server publishing the sensor information This is simple, however the sensor does not support constants requests, and it may return a “too many requests” response when called directly. The idea to get the sensor information directly in the web-request was not… β read more
-
#Humor – CSS is awesome
No more words … β read more
-
#Office – New Microsoft Word editor helps support Inclusive Language.
Hi! I already write about some cool features embedded in Office to help us to be more productive. These features are mostly based on Artificial Intelligence. And one great example is the Microsoft Word Editor feature. Today I was reading an article “New AI tools help writers be more clear, concise and inclusive in Office… β read more
-
#SomeGoodNews: Reminder, less than 24 hr for Talk 4 Kids 2020. #t4k2020 @talks4kids
Hi ! Let’s share Some Good News. Before moving to Canada, my last event in Spain was probably one of the the best one ever: with a couple of friends we hosted the Talk 4 Kids. Talk 4 Kids The event is focused on technology, with amazing speakers, and the funds raised will go entirely… β read more
-
#Python – Update all Python Packages using pip with #PowerShell
Hi ! Here is a small script that I always go back to search in my notes. I found this on internet sometime ago, and is the easiest way to update all packages in a specific environment using pip and PowerShell: Depending on your environment, it may take some time. The output is cool, your… β read more