-
#AI – Getting started with #ComputerVision, #DeepLearning, and #OpenCV by Adrian Rosebrock @pyimagesearch
Hi! When you start to research the amazing world of Computer Vision, you find that there are plenty of courses, tutorials, videos and more resources. Something is kind of “too much”, and it’s not easy to choose where to start. That’s why, when you arrive to one of the Adrian Rosebrock tutorials or articles, they’ll… — read more
-
#Event – We will also have Learning Paths in #MSIgnite The Tour in Toronto on January 2020
Hi! In a couple of weeks; I’ll be at Microsoft Ignite 2019, and I’m very excited. I’ll have 2 sessions (see below), and I’m also excited for the networking opportunities and for some amazing sessions. There are tons of awesome sessions, and one cool option that we have, is to choose a Learning Path around… — read more
-
#Windows10 – Cleaning some disk space, Windows SDK and #dotnetcore installs
Hi! I’m very careful with my disk space, however my C: drive in Windows 10 started to claim about low space. I got 3 disks on my machine, 2 SSDs and a regular one; and I always check to install all my software on my D: drive. So, that’s why running low space on C:… — read more
-
#Event – #GlobalAIBootcamp 2019, Call for Speakers and pre-registration open !
Hi ! The Global AI Bootcamp is a free one-day event organized across the world by local communities that are passionate about artificial intelligence on Microsoft Azure. The Global #AI Bootcamp is a perfect balance of quality content, awesome talks, and hands-on learning with like-minded peers in your community. As usual, a video is better… — read more
-
#Humor – #Developer poem
Greetings @ Burlington El Bruno — read more
-
#CDC2019 – This photo is much more important than you think ! #InternationalDayoftheGirl #DayoftheGirl
Hi! Last week I was at the Caribbean Developer Conference (@caribbeandevcon) in Punta Cana and it was an amazing experience. The agenda was great, and I was lucky to assist to a couple of sessions like the one leaded by Phil Hack (@haacked), Scott Hanselman (@shanselman), Andres Pineda (@ajpinedam), Cecil Phillip (@cecilphillip) and Jessica Deen… — read more
-
#CustomVision – Sort and manage Json response estimation in a single line of code
Hi! On my Custom Vision samples, I usually send an image to a CustomVision.ai HTTP Endpoint, and I process the Json result. The results are very easy to understand, however, I created a C# converter class to help with the Custom Vision results. To create this class I navigate: http://json2csharp.com/, and paste a sample result… — read more
-
Raspberry Pi 4 + Arduino + Sensores + Socket.IO + HTML
Originally posted on Matías Iacono: En unos días estaremos llevando adelante un evento muy grande. Se viene la STEMFest por esta zona del planeta (Tauranga, New Zealand). Y parte de mi trabajo será enseñarle a niños y adolescentes (Muchos… dicen que habrá cerca de 3000) que la tecnología, la programación y las ciencias, en general,… — read more
-
#Humor – For #Css lovers
Hi! I’m still processing all my queued work since my trip to Caribbean Developers Conference, so why not this? Bonus: you probably noticed that I missed Samuel-C-Jackson ? Greetings @ Burlington El Bruno — read more
-
Realidad Aumentada en el navegador – Parte II
Originally posted on Matías Iacono: Hace una semana les contaba que había estado experimentando con un par de frameworks y herramientas de realidad aumentada para el navegador. Todo esto se debe a un evento en el que estoy participando donde estaremos enseñando a niños y adolescentes sobre programación, lógica y demás (StemFest), y para divertir… — read more
-
#RaspberryPi – Double Commander on #RaspberryPi4, because files are important!
Hi ! As a Windows User, I was never happy with the out-of-the-box File Explorer, that’s why I’m a big fan of Total Commander. The 2 panels mode to move or copy files between the panels, or the quick access keys, ftp connections and more, makes Total Commander a #MustHave tool in my Windows 10… — read more
-
#VSCode – Installing Visual Studio Code @code in a #RaspberryPi, run as root, fix black screen (Updated)
Hi! TL;DR: These 2 commands are the only ones you need to install At the bottom of the post you will also find the command to run Visual Studio Code as Root in RPI Some history on installing VSCode in a Raspberry Pi Now that I have my amazing Raspberry Pi 4 with 4GB RAM,… — read more
-
#RaspberryPi – 6 commands to install #OpenCV for #Python in #RaspberryPi4
Hi ! Quick post to remind me the 6 commands to install OpenCV in my Raspberry Pi There is an optional command to update pip, which is always nice. Happy Coding! Greetings @ Burlington El Bruno References Open CV, https://opencv.org/ Caribbean Developer Conference 2019, https://cdc.dev/ — read more
-
[Material] dotNetMálaga 2019: Crear interfaces de usuario atractivas con Xamarin.Forms
Originally posted on Javier Suárez | Blog: El evento El pasado 28 de Septiembre tenía lugar la dotNetMálaga 2019. Un gran día repleto de sesiones técnicas de tecnologías .NET, desde Xamarin, IA, Docker, etc. dotNetMálaga 2019 Quisiera agradecer a todos los ponentes y asistentes por hacer posible el evento. Y por supuesto, mi enhorabuena a… — read more
-
#RaspberryPi – MultiMonitor support in #RaspberryPi4 rocks!
Hi ! Another post in my path to use a Raspberry Pi 4 as a fully development device. And today, no code at all, just a showcase of the amazing new hardware: 2 video output. So let’s start with a working mode: In the previous image, in Screen 1 I’m using an instance of Visual… — read more
-
How Analytics Is Transforming One of the Oldest Jobs: Farming
Originally posted on Technology Trends: Implementation of analytics in agricultural and farming activities help the farmers to analyze all real-time data such as soil, moisture, weather, crop, and more. It also enables to have an organized plan for farm production, post-harvest activities. An emphasis on government and regulatory bodies for the adoption of modern farming… — read more
-
#RaspberryPi – How To automatically connect to WiFi, enable SSH on 1st boot, SSH connect and update!
Hi! If you been playing around with Raspberry Pi, I’m sure you already know this. For me this was a 1st timer, so I must write this down for the future myself. When I started testing the Raspberry Pi 4, I got one of the complete kits, so I got the official red keyboard and… — read more
-
#MSIgnite – Diversity is more, much more! Living in tech as a Latino who can’t dance > See you in November @Msignite!
Hi! If you think that my blog was hacked, not yet. Someone advised me to get out of my comfort zone, and somehow my comfort zone is usually speack tech at tech events. So, I decided to try a new format for a session, with some of the stories I usually share in my tech… — read more
-
#VSCode – 20 lines to display a webcam camera feed with #Python using #OpenCV
Hi ! I always write this from scratch, so it seems that I’ll drop this one here. So next time I search for this, I’ll find myself. And with some extra lines, we can even detect faces and display some face landmarks: This is the base of some many image recognition scenarios, so I hope… — read more