-
[Xamarin.Forms] Un vistazo a RefreshView
Originally posted on Javier Suárez | Blog: Introducción A día de hoy, estamos a acostumbrados (y cada vez más) a utilizar gestos para realizar acciones concretas en las aplicaciones móviles. Actualizar el contenido, cambiar de sección, etc. El objetivo final es diverso pero sin duda alguna, una de las acciones con gestos más utilizadas es… — 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
-
Announcing the Second Edition of Rock Your Code: Code & App Performance for Microsoft.NET
Originally posted on dotNetTips.com: Today I am announcing the brand new edition of my book titled Rock Your Code: Code & App Performance for Microsoft .NET, now available on Amazon. How fast your code executes is very important for your users and back-end server processes. This is even more important for the future as more… — read more
-
[Xamarin.Forms] RelativeSource Binding
Originally posted on Javier Suárez | Blog: Introducción Estas usando un control enlazado a una colección (por ejemplo, un listado de peliculas) y en cada elemento cuentas con un botón para añadir la pelicula a favoritos. Por defecto, cada elemento tendra como contexto la pelicula de la colección enlazada al listado y añadir un comando… — 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
-
#Humor – How is your #AI algorithm working? Fine …
Hi! Source: https://www.facebook.com/permalink.php?story_fbid=769667186803358&id=380869852349762 — read more
-
Passed AZ-300 – My take on the new Microsoft exams
-
#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
-
Perceptrón (Inteligencia Artificial) con JavaScript
Originally posted on Matías Iacono: Ufff! Sí, más de un año desde el último post y, viendo las estadísticas del blog (Claramente) la gente que lo consulta es casi nula. Pero, los que me han seguido sabrán que mudé toda la creación de contenido a mi canal de YouTube: https://youtube.com/user/lacosagorda En el canal subo un… — 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
-
[Xamarin October Challenge] Best Practices
Originally posted on Javier Suárez | Blog: Introducción Los retos (Challenges) han sido una de las gratas sorpresas en la comunidad de Xamarin en este año. No solo hemos tenido varios retos, además han sido recibidos y apoyados de una forma muy positiva. ¿Por qué no tener otro reto en el mes de Octubre?. Nuevo… — read more
-
[Evento] Monkey Conf 2019
Originally posted on Javier Suárez | Blog: El evento Y vuelve el evento técnico Xamarin que estabas esperando, Monkey Conf 2019!. Monkey Conf 2019 Tras el éxito del evento del año pasado, regresamos con una nueva edición de la Monkey Conf. Volverá a ser un evento gratuito, en el que trataremos temas relacionados con desarrollo… — 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
-
dotNetTips.Utility.Standard NuGet Packages Quarterly Release (Q3 2019)
Originally posted on dotNetTips.com: The 3rd quarter release of the dotNetTips.Utility.Standard NugGet packages has been released. These packages contain common code for Microsoft .NET that I use every day and I hope you do too. Package Version Release notes dotNetTips.Utility.Standard 2019.8.31.1 Code & documentation cleanup. Code fixes. New code in LoggingHelper, ComputerInfo. dotNetTips.Utility.Standard.Extensions 2019.8.31.1 Code… — 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
-
First Azure Kinect App–VIDEO- Getting Depth and Color camera
Originally posted on Ivana Tilca: Hello! This article if part of a serie of “How to” create Apps with Azure Kinect DK. Yesterday I posted the first Part of this serie. Including: Connect and open our Device Configure our camera Start our camera Stop our camera Dispose our Device Today I am excited to dig… — read more