-
#Event – Materiales utilizados en el evento [Introducción a Microsoft AI y Amazon Alexa]
Buenas! Como siempre es un placer hablar sobre la plataforma de Inteligencia Artificial de Microsoft, y si además le sumo la capacidad de crear en vivo un Amazon Alexa Skill integrando estos 2 mundos, pues el evento es divertido si o si. Ahora los clásicos, slides Y source code en GitHub link Happy Coding! Saludos… — read more
-
#DevOps – WebSites, Azure and Error: Multiple types were found that match the controller named ‘messages’.
Hi! I’ll leave it written down in a post so I will not forget later. Let’s start with the context We work with a web App. For example, a Microsoft Bot App with Visual Studio The deployment of it is done to Azure as part of an automated process (DevOps rules!) Everything works perfectly Until… — read more
-
#DevOps – WebSites, Azure y multiples controllers. Error: Multiple types were found that match the controller named ‘messages’.
Buenas! Lo voy a dejar apuntado en un post para que luego no me olvide. Comencemos por el contexto Trabajamos con una App web. Por ejemplo, una Microsoft Bot App con Visual Studio El despliegue de la misma se realiza a Azure como parte de un proceso automatizado (DevOps rules!) Todo funciona perfectamente Hasta que… — read more
-
#VS2017 – Lessons learned migrating a UWP App from #Windows 8.1 to #Windows10 and how to replace Geolocation CivicAddress
Hi! If you ever get bored, an 100% interesting activity is to try to update a project that has been closed 3 years ago or more. In my case, I have invested much time during these past days upgrading a Windows 8.1 to Windows 10 App. Here’s a couple of things I’ve learned Visual Studio… — read more
-
#VS2017 – Lecciones aprendidas migrando una UWP App de #Windows 8.1 a #Windows10 y como reemplazar GeoLocation.CivicAddress
Buenas! Si alguna vez te aburres, una actividad 100% interesante es intentar actualizar un proyecto que se ha cerrado hace 3 años o más. En mi caso, he invertido gran parte de estos últimos días en actualizar una App de Windows 8.1 a Windows 10. He aquí un par de cosas que he aprendido Visual… — read more
-
#VS2017 – ASP.Net, IIS Express, #OneDrive and the error “The IIS Express applicationHost.config file contains invalid entries and must be corrected before you can open project”
Hi! In recent months OneDrive has enabled a new feature that is great [Files On Demand]. If you have terabytes of information in OneDrive, this is a great way to optimize space and synchronization between multiple devices.. Well, another feature that has OneDrive for a while is to automatically synchronize som of the information of… — read more
-
#VS2017 – ASP.Net, IIS Express, #OneDrive y el freaking error “The IIS Express applicationHost.config file contains invalid entries and must be corrected before you can open project”
Buenas! En estos últimos meses OneDrive ha habilitado una nueva feature que es grandiosa [Files On Demand]. Si tienes TeraBytes de información en OneDrive, esta es una excelente forma de optimizar el espacio y la sincronización entre varios dispositivos. Pues bien, otra feature que posee OneDrive desde hace un tiempo es la de sincronizar automáticamente… — read more
-
#VS2017 – Main Namespaces to be used in Q#
Hi! When we create a new Q# (extension. qs) file, this new file has a main namespace (usualy our project name) and then it includes a series of namespaces that will be used in our operations. Something similar to this image The Q# file operation template includes 2 main namespaces to be used open… — read more
-
#VS2017 – Namespaces principales para usar en Q#
Buenas! Cuando creamos un fichero de Q# (extension .qs) el mismo suele estar definido por un Namespace y luego definir una serie de Namespaces que serán utilizados en nuestras operaciones Usualmente se ve asi Los 2 namespaces que por defecto se agregan desde el template son open Microsoft.Quantum.Primitive; Este namespace da acceso a… — read more
-
#VS2017 – Releasing #Qubits using Reset() and ResetAll() in Q# on Microsoft Quantum Development Kit
HI! Yesterday I wrote on the MResetZ() which allows us to get the status of a Qubit and release it. Well, at the end of each Q# operation, all the used Qubits need to be released for the simulator to work properly. The following sample code will show a bad sample where a Qubit is used… — read more
-
#VS2017 – Liberando #Qubits utilizando Reset() y ResetAll() con Microsoft Quantum Development Kit
Buenas! Ayer comente como la operación MResetZ() nos permite obtener el estado de un Qubit y liberar al mismo. Pues bien, al final de cada operación los Qubits tienen que ser liberados para que el simulador funcione correctamente. Nota: La palabra en inglés es Release, la traducción de “liberado” no me termina de gustar.… — read more
-
#VS2017 – Using MResetZ() to reset #Qubits in Q# and Microsoft Quantum Development Kit
Hi! After an intense week of events, this week it’s my turn to go back to the Quantum Computing studio. In this particular case, to a detail that we have to keep in mind when we work with Q # When a qubit is in an eigenstate of the measurement operator, i.e., either in |0>… — read more
-
#VS2017 – Utilizando MResetZ() para liberar #Qubits en Q# con Microsoft Quantum Development Kit
Hola! Despues de una semana intensa de eventos, esta semana me toca volver al estudio de Quantum Computing. En este caso en particular, a un detalle que tenemos que tener en cuenta cuando trabajamos con Q# Cuando modificamos los estados de un Qubit, en mismo puede quedar en |0> o en |1>, Los Qubits necesidad… — read more
-
#QuantumDevKit – #Qubit operations in Q#
Hi! I’m still at the Microsoft Tech Summit Toronto, so it’s time to share another interesting learned lesson from the Microsoft Quantum Development Kit. In today’s post, I will talk about the possible operations that we can perform on a Qubit. Well, the post is short: We can only perform test for identity on Qubits… — read more
-
#QuantumDevKit – Tipos de operaciones posibles a realizar con #Qubit en Q#
Buenas! Sigo en el Microsoft Tech Summit, asi que es momento de soltar otra píldora sobre algo interesantes aprendido de Microsoft Quantum Development Kit. En el post de hoy, hablare sobre las posibles operaciones que podemos realizar sobre un Qubit. Pues bien, el post es corto: La única operación permitida que podemos realizar con Qubits… — read more
-
#Quantum – Information about Simulators on Microsoft Quantum Development Kit (Do you have 16 TB RAM?)
Hi! Today is Microsoft Tech Summit Day in Toronto, so I will write a quick post about simulators on Microsoft Quantum Development Kit. I’m sure you already downloaded and installed he tools to work with Q#. So you see that when we created a Q# project, we can see that we have a Q# file… — read more
-
#Quantum – Capacidades e información de los emuladores en Microsoft Quantum Development Kit (tienes 16TB de RAM?)
Buenas! Hoy es día de Microsoft Tech Summit en Toronto, así que aprovechare para dejar un par de datos sobre los emuladores de Microsoft Quantum Development Kit. Cuando creamos un proyecto de Q#, podemos ver que en el mismo tenemos un archivo en el Q # y el otro en un lenguaje de programación estándar,… — read more
-
#VS2017 – Hello QWorld using Microsoft #Quantum Development Kit (fix to build the project) [Updated]
Hi! Today is a special day, from this moment on, 98% of what I learned at the university is no longer useful for me. I will no longer use binary states in my computing devices, now is time to work with Quantum States. In fact, there is still a long way to make this a… — read more
-
#VS2017 – 1er Hola QMundo con Microsoft #Quantum Development Kit (fix para que funcione) [Updated]
Buenas! Hoy es un día especial, a partir de este momento el 98% de lo aprendido en la Universidad deja de ser útil. La informática deja de depender de unos y ceros y pasamos a trabajar con estados quánticos. En realidad, todavía falta mucho para que esto sea una realidad, pero ya podemos ir aprendiendo… — read more
-
#VisualStudio – JSON Viewer, excellent extension to work with #JSON contents
Hi! When I’m in debug mode in Visual Studio, I always use several options to view debugging data. Text, XML and JSON are the default data viewers ones that we have in the IDE (as far as I know!). What I do not find in the IDE is an external viewer in JSON format. Lucky… — read more