-
#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 β 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
-
#RaspberryPi β Putting all together to display device temperature using #AzureIoT and #docker. Privilege permissions and other lessons learned
Hi! Today challenge was based on an easy one How do I get a Raspberry Pi temperature using Python? The lines to do this are quite simple, with the following lines we can get the absolute value for the device temperature, in Celsius (of course!) Easy! My next step was to add a new [Device β read more
-
#Humor – How is your #AI algorithm working? Fine …
Hi! Source: https://www.facebook.com/permalink.php?story_fbid=769667186803358&id=380869852349762 β read more
-
#Azure β Sending custom Telemetry and Event information from a #RaspberryPi device to #AzureIoT Central
Hi! Azure IoT Central is one of the amazing services we can use on Azure. I was wondering how easy is to use a Raspberry Pi using Raspbian and Azure IoT and here is my experience. Letβs assume we had a device up to date using Raspbian, our next step will be to create an β read more
-
#VSCode β How to install #docker in a #RaspberryPi 4
Hi! In my series of posts on how to create a development environment using a Raspberry Pi4, today is time to write about installing Docker. (see references) I was user to download and build docker to be used on the device, however now we have an easier way to do this. Thanks to http://get.docker.com we β read more
-
#Humor – git pull -yourLifeTogether
Hi! … read the tittle. β read more
-
#Anaconda – My steps to install a virtual environment with #TensorFlow, #Keras and more
Hi! So today post is not a post, just a selfish reminder of the steps I do when I setup a new dev machine Install Anaconda (see references). I use the default settings, and important: I donβt add Anaconda to Windows PATH. Open Anaconda command prompt as administrator Need to be open as Admin in β read more
-
#Anaconda β How to create a custom #Python virtual environment and use it in #Jupyter notebooks (a kernel!)
Hi! In yesterday post, I created a new virtual environment named [devtf] and in this environment Iβve installed a lot of tools that I need. Then I tried to launch a jupyter notebook from this environment, to use this tools and, of course, it didnβt work. It was time to read and learn how this β read more
-
#Python β Canβt install TensorFlow on Anaconda, maybe is the Visual Studio distribution
Hi! This is the 2nd time I get a weird error when I install TensorFlow in my Anaconda distribution. And this is the 2nd time I realize that Iβm using the Anaconda version that is preinstalled with Visual Studio. Iβm not sure if the spaces in the path affects the creation of environments or itβs β read more
-
#Event β Resources used during the #GlobalAINight at @MarsDD
Hi! It was a placer to share some amazing time with the Metro Toronto .Net User Group. Last night was also a special one, we hosted the event at the amazing @MarsDD it was great to have a huge group interested in Artificial Intelligence. As usual, itβs time to share the resources of the event β read more
-
#VSCode β Let’s do some #Git dev in #RaspberryPi (GitHub and Azure DevOps!)
Hi! In my previous posts I wrote about how to prepare a developer station with a Raspverry Pi 4. I wrote on how to install Visual Studio Code, how to install .Net Core and how to build and run C# projects. Of course, the next step is to work with Git. The command to install β read more
-
#Event – Great news for #GlobalAINight: new venue and final Agenda for Toronto
Hi ! The Global AI Night is a free evening event organized by 93 communities all over the world that are passionate about Artificial Intelligence on the Microsoft Azure. During this AI Night you will get inspired through sessions and get your hands dirty during the workshops. By the end of the night you will β read more
-
#VSCode – Build and Run C# #DotNetCore projects in #RaspberryPi
Hi! Time to move on with some lessons learned using Visual Studio Code in the Raspberry Pi 4. One of the first issues you may find working with VSCode in the device is related to file write permissions when you are saving a file. So, it was a good opportunity for me to learn about β read more
-
#RaspberryPi β How to install #DotNetCore in a #RaspberryPi4 and test with #HelloWorld (of course!)
Hi! During the next couple of months, Iβll be sharing some amazing experiences around AI. Some of these experiences includes IoT devices like a Raspberry Pi, and of course some Machine Learning.Net (ML.Net). Because ML.Net is built with .Net Core, it makes sense to share the 5 simple steps you need to do to install β read more
-
#Humor – From the creators of “New Folder” and “New Folder (2)” ….
Greetings @ Burlington El Bruno β read more
-
#RaspberryPi β How To enable auto start with #HDMI safe mode
Hi! A couple of days ago I wrote (a personal reminder post) about how to add automatic connect to Wi-Fi and SSH enabled in a bootable Raspbian image in a SD card (see references). I also explained that this was required for me because, by default Raspberry Pi 4 video ports were not starting with β read more