-
CPU vs GPU: Which Wins for Running LLMs Locally?
Introduction Running large language models (LLMs) locally has become increasingly accessible, thanks to advancements in hardware and model optimization. For .NET programmers, understanding the performance differences between CPUs and GPUs is crucial to selecting the best setup for their use case. In this blog post, we’ll explore these differences by benchmarking the Llama 3.2 Vision — read more
-
Powering Up #NET Apps with #Phi-3 and #SemanticKernel
Hi! Introducing the Phi-3 Small Language Model Hi! Phi-3 is an amazing Small Language Model. And hey, it’s also an easy one to use in C#. I already wrote how to use it with ollama, now it’s time to hit the ONNX version. Introduction to Phi-3 Small Language Model The Phi-3 Small Language Model (SLM) — read more
-
#GitHub – How to display the status badge for a GitHub Action 🟢🔴
Hi ! Last week I wrote 2 posts about How to create and publish an Azure Static Website How to add an API (HTTP Function) to the site It’s a super cool feature ! 😁 GitHub Actions, are an important part of this series, and on the online event, I had this question: How do — read more
-
#Azure ☁️ – Adding an API to an Azure Static Web Apps 🕸️ 2/N
Hi ! Yesterday I wrote a quick tutorial about how to publish a static website using Azure Static Web Pages, using GitHub and GitHub Actions. Really simple, and all from Visual Studio Code ! Azure ☁️ – Adding an API to an Azure Static Web Apps 🕸️ 1/N Today, I’ll show how to also add — read more
-
#Event – Introducción a GitHub con Visual Studio @Code online desde @msftreactor
Buenas ! Basado en los resultados de una encuesta, este próximo jueves tendremos esta sesion en vivo y online desde Microsoft Reactor: Introducción a GitHub con Visual Studio Code📝 En esta sesión aprenderemos a trabajar con Visual Studio Code y GitHub. Veremos diferentes temas, incluida la autenticación, la publicación de repositorios y la visualización en — read more
-
#Event – Introduction to GitHub in Visual Studio Code 📝at @msftreactor
Hi ! After a quick poll, the following event was the winner for a live session from Microsoft Reactor: Introduction to GitHub in Visual Studio Code 📝 In this session we will learn how to work with Visual Studio Code and GitHub. We will learn different topics, including authentication, publishing repos, and viewing your repo — read more
-
#LemonCode 🍋 – GitHub SSH + Personal Access Token en #Windows 🪟
Buenas ! Los amigos de Lemon Code nos recuerdan que partir del 13 agosto de 2021 Github no va a dejar clonarte un repo usando el protocolo HTTPS. Para los que trabajamos con Windows, han publicado una serie, donde explican paso a paso como habilitar otras opciones. Personal Access Token Hasta ahora, la forma más — 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
-
#GitHubCoPilot 🤖 – Real Scenario: let’s send a tweet! 🐦
Hi ! Next question on the line: how useful is CoPilot in day to day tasks? So, I decided to use copilot to help me solve a current problem: send a tweet. Usually I’ll perform a couple of search, test some libraries, etc. I’ll do this at full speed with the CoPilot suggestion. This is — read more
-
#GitHubCoPilot 🤖 – Is CoPilot sharing security credentials ? Let’s take a look. Spoiler: NO
Hi ! One of the most common questions that I see around CoPilot, is related to sensitive information, like keys, database connection strings, etc. So, I decided to make a couple of tests and show that CoPilot is not sharing sensitive information from public data sources. Let’s start with a simple book class, and the — read more
-
#GitHubCopilot 🤖 – ¿Es el fin de los programadores? (no tanto 🐱🐉) – Video Español con Polo MC Tech
Buenas ! Otro sábado más compartiendo experiencias y opiniones sobre CoPilot. Esta vez con los amigos del Polo Tecnológico de Mina Clavero. — read more
-
#GitHubCopilot 🤖 – General experience with C#, generating unit tests, security keys and more.
Hi ! I used mostly Copilot with Python, and I have to admit that it generates super accurate Machine Learning and TensorFlow code. I don’t to a lot of C# code in Visual Studio Code, I’m old school I use Visual Studio 2022 for C#. However, I decided to give it a try and here — read more
-
#GitHubCopilot: 🤖 qué es, cómo funciona y el impacto futuro de la IA en el trabajo de programador. Grabación 📺
Buenas ! ¿Qué es GitHub Copilot?¿En qué me afecta como programador? En este evento, José Manuel Alarcón y el MVP experto en IA Bruno Capuano hablaron sin sensacionalismos (¡y sin guión!) sobre qué es GitHub Copilot, vimos cómo funciona Copilot con ejemplos en directo, qué son GPT-3 y Codex, y cómo afectará la IA al — read more
-
#GitHub – 1st experiences with 🤖 #GitHubCopilot ⭐⭐⭐⭐⭐
Hi ! I was lucky enough to get access to the preview of GitHub Copilot, and I’ll rate my experience so far ⭐⭐⭐⭐⭐. Let’s start from the beginning, sharing the official definition: GitHub Copilot Your AI pair programmerWith GitHub Copilot, get suggestions for whole lines or entire functions right inside your editor. GitHub Copilot I — read more
-
#BaseFactor – Hello Docker CI / CD – Github Actions
In this post we will use Github Actions to automatically trigger the following processes on every merge to master or pull request: Fire up a clean linux + nodejs instance. Download the repository source code. Install the project dependencies. Execute the associated unit tests. Generate a docker image including the production build. Tag it and — read more
-
#Podcast – NTN 57 – DevOps, GitHub Actions, cultura de DevOps, estrategias de despliegues y mucho más! @snavarropino @jc_quijano,
Buenas! Hoy tenemos la suerte de hablar con Sergio Navarro Pino (@snavarropino) y Juan Carlos Quijano (@jc_quijano) sobre varios temas interesantes. Empezamos hablando de DevOps, orientado a experiencias y cultura. Como somos muy frikis obviamente terminado hablando de Azure DevOps, GitHub Actions, estrategias de Testing, Blue / Green deployments y mucho más! Speakers Sergio Navarro — read more
-
#RaspberryPi – Performance differences in #FaceRecognition using #OpenVino (code with @code!)
Hi ! I’ve been looking to use the amazing Intel Neural Stick 2 for a while, and one of the 1st ideas that I have was to check how fast my Raspberry Pi 4 can run using this device. The Intel team released a nice step by step process installation for Raspberry Pi. And it — read more
-
#RaspberryPi – Visual Studio Code blank screen is fixed on version 1.42. Thanks @headmelted! @code
Hi! When I wrote about how to install Visual Studio Code on a Raspberry Pi, there was an error on the app running on the device: the tool opened and display a black window. We needed to manually go back to version 1.29 to avoid this problem. And we also forgot to apply any updates, — read more
-
#CognitiveServices – Easy lines to convert CSV to JSON to be used on the #AnomalyDetector service
Hi! After the event “Building an Anomaly Detector System with a few or no lines of code” at MsftReactor, some people asked for the 2 lines that I used to convert a CSV file to JSON, to be used with Cognitive Services Anomaly Detector, so here they are. Important: you need Newtonsoft.Json to build the — read more