-
#HowTo-Connect ElGato Stream Deck to non supported IoT devices using IFTTT ๐บ๐น๐บ
Hi ! I am deploying several new IoT devices to my house and office, and … hey I want to control them using my Stream Deck from Elgato. Sadly, most of my devices does not have an ElGato extension to work with Stream Deck, however, there is a cool solution for this. It involves the… โ read more
-
#Video ๐ฆ – Testing Morph transitions while edit videos in #PowerPoint
Hi ! Ok, more tips of video editing using PowerPoint. Please read my previous posts for the context on how to use these scenarios. I’m a big fan of Microsoft Morph transition, so I was wondering if the I will have some amazing also working with slides. You can reach your own conclusions. In the… โ read more
-
#Video ๐ฆ – Concatenate 2 videos, trim content, add transitions and more using #PowerPoint ๐ผ๏ธ without a video editing tool
Hi ! Ok, more tips of video editing using PowerPoint. Please read my previous post for the context on how to use these scenarios. And, disclaimer: even if we can do this, Microsoft PowerPoint is not the best tool to do this. Trim Video content 1st scenario is about selecting specific start and end time… โ read more
-
#Video ๐ฆ – How to add a layer, image or credits information using #PowerPoint ๐ผ๏ธ without a video editing tool
Hi ! Getting ready for my new role, it’s time to share some quick tips. Today I’ll share a quick video editing tip, when you don’t have any video editing tool, or skills. Add a bottom-right corner text on top of a video using Microsoft PowerPoint. For this demo, I’ll use a free video from… โ read more
-
#GitHub – Tip: how to get a github profile photo ๐ผ๏ธ , just add .png
Hi ! So, I learned this some time ago, and now is my preferred method to share my photo for events and more. Let’s start. This is my profile in GitHub: https://github.com/elbruno/ And, if I want to access the profile photo, I just need to add a .png on the profile url: https://github.com/elbruno.png Super easy… โ read more
-
#Office365 – How to get profile photos from AD/O365 users?
Hi ! Here goes a simple one: How to get profiles users from Office portal ? You know the profile photos that you see all around in Office 365. In example, in Delve If you right click one of the users, you won’t get a save image option, that’s bad. However there is a simple… โ read more
-
#Tools – How to create an IP Camera from a USB Camera on #Windows10
Hi! So, I may need to create a new category for these posts, something like “scenarios that you will never need in your life”, or “I did this once and now I can’t remember what I did”. Today is a simple one, Let’s create a IP Camera from a USB Webcam in Windows. There are… โ read more
-
#Windows10 โ How to Install Connect app (yes, somehow is not part of my Windows 10 installation)
Hi! Iโve been using the Connect App for several years. Itโs super useful when you need to share your Android screen to your Windows device, or any other device sharing screen scenario. However, today I realized that I donโt have my Connect app installed in my Windows 10 I donโt know why, maybe one of… โ read more
-
#Teams – How to add your custom background (not official and at your own risk!)
Hi ! If you are a Microsoft Teams user, you are probably happy. We are getting the amazing feature which allows us to change our background. The feature uses AI to detect our body and head, and change everything else by a custom background. So cool ! However, in the current release of the feature,… โ read more
-
#RaspberryPi – How to solve the SSH warning: WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
Hi ! When you test and play around with your Raspberry Pi, you may need to format again your Raspbian SD Card, and then start everything from scratch. This is a trivial process, and is usual to setup the device to connect automatically to a Wifi network and also enable SSH (I wrote about this,… โ read more
-
#RaspberryPi – Where is my Add/Remove programs? let’s use Synaptic
Hi! When I wrote about the latest version of Visual Studio Code working on the Raspberry Pi, I realize that I used a couple of commands to find an installed application. The following command will list all the installed apps Which is great, but hard to read in bash mode. So that’s why I use… โ read more
-
#HowTo – Grant permissions to a folder after #Git clone, to perform #dotnet restore on a #RaspberryPi #dotnetcore
Hi ! Quick post today, to leave this as a public note. And, disclaimer, Iโm not a Linux expert, just a normal user; Iโm sure there are plenty of better ways to do this. Any advice will be appreciated. Context: Iโm working with Git and .Net Core 3.1. Just cloned a repository and ready to… โ read more
-
#Windows10 โ How to Install Connect app (yes, somehow is not part of my Windows 10 installation)
Hi! Iโve been using the Connect App for several years. Itโs super useful when you need to share your Android screen to your Windows device, or any other device sharing screen scenario. However, today I realized that I donโt have my Connect app installed in my Windows 10 I donโt know why, maybe one of… โ read more
-
#VS2019 โ How to fix the [obj\project.assets.json’ not found] when building a #NetCore project
Hi! Quick post today. This one is to save me 30 minutes of internet search next time I face this error. Context: New .Net Core Console App. When I build the console app for the 1st time I got this error. Error: NETSDK1004 Assets file ‘<Path> \EventConsoleApp01\obj\project.assets.json’ not found. Run a NuGet package restore to… โ read more
-
#Windows10 โ Fixing Mouse Without Border DPI screen settings (very easy!)
Hi! A while ago, I wrote about the awesome [Mouse without Borders] application. This app is extremely useful, and itโs becoming very handy in scenarios like the Avanade Toronto Innovation Center. In our Innovation Center, we have plenty of different machines, and it wasnโt a good moment when I realize that this is how the… โ 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 – Where is my Task Manager? let’s try #htop
Hi ! As a Windows user, I use task manager a lot. You know that moment when Your PC start to work very slow You press CTRL+SHIFT+ESC to open Task Manager Select the not amicable process And Kill it ! Bonus: another group of people uses a more classic way Press CTRL+ALT+DEL Select Task Manager… โ 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
-
#VSCode โ Installing Visual Studio Code in a #RaspberryPi, a couple of lessons learned – @code
Hi! Now that I have my amazing Raspberry Pi 4 with 4GB RAM, itโs time to see how serious the device is. So, I decided to install and use some developersโ tools in the RPi. My dev list will be something like this Python Some ML and AI Python packages GIT Arduino Visual Studio Code… โ read more
-
#RaspberryPi – Running a #python script in a Python Virtual Environment on reboot / startup
Hi! Adrian Rosebrock is a very smart person who has tons of great resources about Computer Vision in PyImageSearch.com. Most of them are with Python, and he also have some of them focused on how to perform CV using OpenCV in a Raspberry Pi. In the post [Running a Python + OpenCV script on reboot,… โ read more