-
[#VS2015] x:Bind, better performance and typed bindings in #Windows10 apps
Hello! If you work with XAML for sure you know the label x:Binding, we usually use it to associate code behind properties with XAML views. With the arrival of Windows Universal Apps for Windows 10 to have an evolution of that tag x:Bind. The way to use it is very similar. This is the Binding that we… — read more
-
[#VS2015] x:Bind, bindados tipados y con mejor performance para apps #Windows10
Hola! Si trabajas con XAML seguramente conoces la etiqueta x:Binding, que usualmente utilizamos cuando asociamos propiedades de con vistas. Con la llegada de las Windows Universal Apps para Windows 10 tenemos una evolución de esa etiqueta x:Bind. La utilización es muy similar. Este es el Binding que ya conocemos desde WPF y ahora también podemos… — read more
-
#PERSONAL – €699 an #OculusRift really? IMHO OR has lost it
Hello! I’ve always been a big fan of Oculus Rift. From the point of view of technology, OR was a collage of many technologies that were for long time. However, they were the first ones who really knew how to succeed with a simple product based on 2 topics -Be cheap -Have a very powerful SDK… — read more
-
[#PERSONAL] #OculusRift a €699, de verdad ? IMHO OR ha perdido la esencia que lo hizo grande
Hola! Siempre he sido un fanatico de las Oculus Rift. Desde el punto de vista de la tecnología, OR era un collage de muchas tecnologías que se conocían desde hace tiempo. Sin embargo, supo triunfar a base de – Ser barato – Tener un SDK muy potente Aquí más de uno tendrá su propia opinion.… — read more
-
#VS2015 – #FateDetection and Merry Christmas #Coding4Fun
Hi! Although Christmas is gone, my children still love to play with their Santa hats. Half of them have already have been given, but I get out my dev superpowers and with 4 lines of code I add some VIRTUAL HATS in the face detection app !!! Like always the source is on GitHub and a… — read more
-
#VS2015 – Detección de rostros en Navidad #FateDetection #Coding4Fun
Hola! Si bien ya han pasado las navidades, mis niños siguen queriendo jugar con sus gorros de Papa Noel. Como la mitad ya han sido regalados, con 4 líneas en la app que detecta rostros, pues podemos tener GORROS VIRTUALES !!! Como siempre el código fuente en GitHub y un par de detalles a tener en… — read more
-
[#PERSONAL] #MVP for 9th time and a year with some BIG changes
Hello! New year season is always a great time to enjoy with family and friends. And also to consider new goals. This year I’ve been a bit ambicious with the goals… but I’ll get to that later. Going back to January 1st, I must admit, even if I’ve being recognized as MVP 9 years in a… — read more
-
[#PERSONAL] #MVP por 9na vez y año de grandes cambios
Hola! Año nuevo siempre es un gran momento para disfrutar con la familia y amigos. Y también para plantearse nuevas metas. Este año me he pasado un poco con las metas … pero bueno ya llegaré a eso. Volviendo al 1ro de Enero, he de reconocer, que si bien son 9 años siendo reconocido como… — read more
-
#HUMOR – #IoT Connected World
Hi ! Everyone is talking about IoT, however this is maybe the best way to explain the current state of “everything” And then you became … Greetings @ Madrid -El Bruno Source Geek & Poke, Connected World — read more
-
#VS2015 – Windows Universal sample App using #FaceDetection native API on #Windows10
Hello! In the yesterday’s post I wrote on the new Windows 10 APIs to perform face detection. In today’s sample app (shared on GitHub), it is possible to see how a WebCam feed is analyzed in real time and displays the detected faces. A couple of details about the App The AppCommandBar button changes to show… — read more
-
#VS2015 – Windows Universal App de ejemplo con la API nativa para #FaceDetection en #Windows10
Hola ! En el post de ayer comentaba sobre las nuevas APIs para realizar detección de rostros que se incorporan en Windows 10. En la app de ejemplo que he compartido en GitHub, es posible ver como se analiza en tiempo real el feed de una WebCam y se muestran los rostros detectados. Un par… — read more
-
#VS2015 – #Windows10 native API for #FaceDetection
Hi ! Among the new APIs that brings Windows 10 to work with images we found one quite interesting: Windows.Media.FaceAnalysis. The name already tells us the functionality of this API: face detection. Using this library, we have several ways of working with it. For example, in the FaceDetector class, we have a DetectFacesAsync() operation that using a SoftwareBitmap,… — read more
-
#VS2015 – Api nativa en #Windows10 para #FaceDetection
Hola ! Entre las nuevas APIs que trae Windows 10 para el trabajo con imágenes tenemos una bastante interesante: Windows.Media.FaceAnalysis. El nombre ya nos indica la funcionalidad de esta API: la detección de rostros. Utilizando esta librería tenemos varias formas de trabajar con la misma. Por ejemplo, en la clase FaceDetector, tenemos una operación DetectFacesAsync()… — read more
-
#HUMOR – The truth behind #OpenSource projects
Hi! Back in Madrid and found this amazing one 😀 Greetings @ Madrid -El Bruno Source : http://www.commitstrip.com/en/2014/05/07/the-truth-behind-open-source-apps/? — read more
-
#VS2015 – Compare 2 external files in Visual Studio from the IDE
Hello! Visual Studio 2013 file comparison tool can be considered “first citizen tool”. Before I used to use WinMerge, or another tool to compare. What is still missing in the IDE is a small menu that allows us to select 2 files and compare them. From command line, you can do it with devenv.exe /diff … — read more
-
#VS2015 – Comparar 2 archivos externos en Visual Studio 2015 sin salir del IDE
Hola! A partir de Visual Studio 2013 la herramienta de comparación de archivos puede ser considerada “first citizen tool”. Antes yo solía utilizar WinMerge, u otra herramienta para comparar. Lo que todavía hecho en falta dentro del IDE es un pequeño menú que nos permita seleccionar 2 archivos y comparar los mismos. Desde línea de… — read more
-
#VS2015 – VS Touch useful extension to work in #TouchMode in Visual Studio
Hi! I didn’t write any post for my Visual Studio Friday Extension series, so I’ll start to share a couple of them even if today is not Friday. Today’s extension is very useful if you are using a touch enabled device, for my is very useful to be used with my Surface Pro 3 :… — read more
-
#VS2015–VS Touch util extensión para trabajar en modo Touch con nuestro IDE
Hola! Tengo un poco abandonada los viernes de extensiones así que me pondré al día con un par por semana. Hoy toca el momento de comentar una que utilizo mucho en la Surface Pro: VS Touch. Con solo un doble tap en la pantalla tenemos acceso a opciones bastante útiles. En el video adjunto podemos… — read more
-
#HUMOR – It Works on my machine
Hi! And spanish version Greetings @ Madrid -El Bruno — read more
-
#EVENT – Now in #Channel9 our #Talks4Kids videos, thanks!
Hi ! I’ve already shared the materials I’ve used in the event (slides + source code), now is time to watch all the sessions live in Channel9. Big Disclaimer: All the sessions are in spanish. Keynote Talks4Kids Windows 10: La comunidad del core (Ruben Fernandez) The Big Cloud Theory (Alejandro Campos Magencio) Bailando con monos (Josue Yeray) Coding4Fun 2.4 (Bruno Capuano) Consejos Heisenberg para conseguir Apps Windows… — read more