-
#Humor – Definition of Chaos
Hi! Source https://twitter.com/PR0GRAMMERHUM0R/status/1152926217374318593?s=19 Greetings @ Ottawa El Bruno — read more
-
[Xamarin UI Challenge] Art Plant Mall (English Version)
Originally posted on Javier Suárez | Blog: The challenge I am going for a new user interface challenge with Xamarin.Forms. In this article, we are going to take as reference a Dribbble design (by JIANGGM), and we will try to replicate it using Xamarin.Forms step by step. Art Plant Mall The challenges of the sample… — read more
-
#Office – Acronyms pane in Word, another amazing example of #AI embedded in our day to day tools – Powered by Microsoft Graph!
Hi! Today’s post is, one more time, related to some amazing Artificial Intelligence features embedded in Microsoft Office. And this is very helpful if you work in an organization with tons of Acronyms. I’m sure, you have your own set of acronyms at different levels: Team, Group and Organization. When you are new to this — read more
-
#Camtasia – Remind to add [Noise Removal] effect to your audio tracks! #TechSmith
Hi! I’ll leave this tip / reminder here, because it seems weird for that I forgot this after all this time. So, I was finishing the edit process in some Machine Learning videos with Camtasia, and @JuanKRuiz told me to improve the audio quality. And of course, it’s as simple as add the [Noise Removal] — read more
-
#NetUniversity – Introducción a Machine Learning (Curso Online)
Buenas! Existen muchos recursos para comenzar a aprender Machine Learning. Sin embargo, suele ser complicado elegir uno que realmente se adapte a nuestro perfil, y que nos permita aprender de forma coherente y concisa los principios de Machine Learning. Si trabajas con tecnologías Microsoft o eres un programador .Net, este curso es para ti. Durante — read more
-
#Humor – The real #10xEngineer
Hi! Greetings @ Burlington El Bruno — read more
-
#Humor – You know that the #Javascript ecosystem is a mess when you find this …
Hi ! Greetings @ Burlington El Bruno — read more
-
#Podcast – Talking about #Azure Notebooks with Rodrigo (@rdiazconcha) in Interfaz (spanish podcast)
Hi! As it turns out that I have been fortunate to participate, once again, in Interface: the podcast that my friend Rodrigo Diaz Concha manages and coordinates (link). This time, I’ve talked about one of the coolest preview products we have in Azure: Azure Notebooks. This product sounds weird for a .Net Developers, however, the — read more
-
#Podcast – Hablando de #Azure Notebooks con Rodrigo (@rdiazconcha) en Interfaz (podcast en Español)
Buenas! Pues resulta que he tenido la suerte de participar, una vez más, en Interfaz: el podcast que dirige y coordina mi amigo Rodrigo Diaz Concha (link). En esta oportunidad, he hablado de uno de los productos en Preview que tenemos en Azure: Azure Notebooks. Este producto suena raro para un .Net Developers, sin embargo, — read more
-
#Personal – Amazing surprises managing the internet traffic at home #RaspberryPi #PiHole #Windows10
Hi ! A couple of days ago, my friend Luca (@lucavgobbi) told me about PiHole: A Network-wide Ad Blocking. Even better, let me copy the official description from their GitHub repo: The Pi-hole® is a DNS sinkhole that protects your devices from unwanted content, without installing any client-side software. Easy-to-install: our versatile installer walks you — read more
-
#VSCode – Let’s do some #FaceRecognition with 20 lines in #Python (6/N)
Hi! In my last post I share some lines of code which allowed me to run some of the face recognition demos 6 times faster. I added a Frames per Second (FPS) feature in my samples. Later, thinking about performance, I realize that I don’t need to work with a full HD picture (1920 x — read more
-
#RaspberryPi – The amazing single command to install UI mods in #Raspbian Lite (yes, my memory need this …)
Hi ! Quick post today. And a memory backup one. I just spend 30 minutes trying to install a desktop UI in a clean lite RaspberryPi install. And I missed and missed again the command. The right command is sudo apt install raspberrypi-ui-mods And that’s it. Now is here, so I can search me and — read more
-
#RaspberryPi – Wow, the new #RaspberryPi4 is amazing !
Hi ! After an amazing weekend, where I split my time supporting 2 different hackathons, today big news is the announcement of the new Raspberry Pi 4. Did you check the news? 64-bit Quad-Core ARM Cortex-A72 processor, with a core clock speed of 1.5GHz 1GB, 2GB or 4GB of RAM 2 4K HDMI displays USB — read more
-
#Training – @_NetUniversity, excelentes cursos online de Azure, .Net, y más. Y en las próximas semanas terminaré uno de #MachineLearning para programadores .Net!
Buenas! Hoy toca volver a escribir en Español, y es para presentar una plataforma excelente de aprendizaje: Net-University Programación, bases de datos, .Net, JavaScript, Azure, Windows, Linux y más. En Net University te brindamos entrenamiento de alta calidad con profesionales experimentados, al mejor costo / beneficio que puedas encontrar. Net University Actualmente hay 3 cursos — read more
-
#AI – MineRL, play #Minecraft to benefit science!
Hi ! I’ve write a couple of time about project Malmo and Minecraft, so if you like Minecraft and Artificial Intelligence, MineRL will make your day. Let’s start with some basis: MineRL is a large-scale dataset on Minecraft of seven different tasks, which highlight a variety of research challenges including open-world multi-agent interactions, long-term planning, — read more
-
[Xamarin.Forms] Mejorar el rendimiento en el tiempo de arranque
Originally posted on Javier Suárez | Blog: Introducción Además de cuidar detalles como la funcionalidad o la apariencia visual de nuestra aplicación, nuestra aplicación debe funcionar correctamente bajo todas las condiciones en todos los dispositivos para la que sea lanzada. Un punto importante a revisar siempre suele ser, el tiempo de arranque de la aplicación.… — read more
-
#Event – Toronto #InsiderDevTour on June 19
Hi ! The Insider Dev Tour is for developers interested in building Microsoft 365 experiences (Windows, Graph, Office, Teams) today, using the latest dev technologies, as well as for those who want a peek into the future. If you can read code, this is for you, regardless if you are a beginner, an expert, a — read more
-
[Xamarin.Forms] Mejorar el rendimiento al trabajar con imágenes
Originally posted on Javier Suárez | Blog: Introducción El uso de imágenes en aplicaciones móviles es habitual. Es un elemento clave a la hora de conseguir buenos resultados visuales. Sin embargo, también suelen ser uno de los puntos clave que impactan en el rendimiento de la aplicación. Problemas como: Alto consumo de memoria. Bloqueo de… — read more
-
#Twitter – #Accessibility in images in Twitter, 5 extra seconds will help a lot of people! @kastwey
Hi! So, the trip to Italy is done, and I have the best memories ever. I’ve spend some time with the Global Avanade Innovation Network, and it was amazing to see again my friends from all around the globe. I was supposed to continue my series of posts on Face Recognition and Python. Remember, I — read more
-
#VSCode – Let’s do some #FaceRecognition with 20 lines in #Python (5/N)
Hi! And after yesterday’s post I realize that the code is working, but there is room for performance improvement. So, I went back to my 1st sample, the one for face detection and I added some code to get some times for Frames per Second (FPS). In my initial code, the app was working processing — read more