Technology

Tech trends analysis, app reviews, streaming tutorials, blockchain, IoT and digital transformation. Informed opinions on how technology impacts everyday life.

  • 2026-04-17 - Package Managers on Windows

    Historically, Windows hasn’t been the most developer-friendly operating system when it comes to installing software quickly and centrally. For years, the default workflow was finding an .exe or .msi on a website, downloading it, and clicking through a setup wizard. Today, however, the ecosystem has matured. We now have solid options: WinGet, Microsoft’s official package manager, and community-driven alternatives like Chocolatey and Scoop.

    PowerShell terminal installing packages with Scoop and WinGet
  • 2026-02-24 - Best practices in Google Colab for sharing with non-technical teams

    In teams where technical and non-technical profiles coexist, it is common for the technical team to develop notebooks in Google Colab for periodic processes: monthly reports, data analysis, recurring tasks. The problem arises when these processes require periodic execution with small variations — a different month, another department, a new input file — and the responsibility of running them always falls on the technical team.

    image.png
  • 2026-02-23 - Prompt Engineering: Technical Skill or Scam?

    Prompt engineering was sold as the skill of the future. Courses, certifications, job titles, books, and even graduate programs sprang up around the idea that knowing how to talk to an AI was a differentiating technical competency. But was it really, or was it just a temporary patch for the limitations of language models?

  • 2026-02-22 - Seekee: free alternative to watch movies and series

    In a previous post I talked about Stremio and Torrentio as the best free alternative to Netflix, and I still think it’s an excellent option, especially on a computer or Android TV. However, today I want to talk about Seekee, an alternative that has surprised me with its ease of use and its extensive content catalog.

  • 2026-02-21 - Authentication Error in Antigravity and AmpCode on Windows

    If you’ve installed Antigravity or AmpCode on Windows 11 and found it impossible to log in, you’re not alone. This authentication issue is more common than it seems and the usual solutions don’t always work. Here’s how I solved it.

  • 2025-10-08 - Finding the Best Mastodon Client for Android

    Navigating the Fediverse is an experience that largely depends on the client you use. In my case, as an Android user, I’ve gone through several applications looking for the one that best fits my workflow and offers a comfortable and stable user experience. This has been my journey through three of the most popular clients: Tusky, Megalodon and Moshidon.

  • 2025-02-13 - Hallucination in Artificial Intelligence

    Robots also dream. Yes, and they dream while awake. The hallucination in language models (or artificial intelligences) is inevitable. Not everything generated by an AI can be trusted, and you should have appropriate criteria to judge the information produced. In general, AI is a good assistant, but only that—its purpose is to assist you, and the final decision must always be yours. Here I will illustrate why this is important.

  • 2025-02-02 - Install Your Local AI Assistant

    If you wish to install your own artificial intelligence assistant on your device, free of charge, without creating accounts, exposing your data, and all under your control, this is possible thanks to Ollama. Available for Windows, Linux, and Mac. I will explain how you can obtain the assistants for Qwen, Llama, and Deepseek.

    Information about Qwen2.5 Model on Ollama's Website
  • 2025-01-04 - Creating a blog with Sphinx

    Finally, I’ve taken the step of restarting my blog, and with it, the migration process that I wanted to undertake. On this process, I’ll be telling you about it in several entries, since the migration isn’t complete yet, and this is the first entry regarding this topic, covering the basics so you don’t fail on your attempt.

  • 2025-01-04 - Adding Logo and Favicon to Sphinx

    A new step in my blog, I decided to leave a personal touch through a logo, something simple but distinctive from pre-downloaded images like before, and which is why I hadn’t configured it yet. I’ll tell you how to configure the logo and favicon for Sphinx.

    Configured logo in blog
  • 2025-01-03 - Adding Google Ads to Sphinx

    Following my recent adjustments to my blog, I wanted to give it another chance, and some people may not like it, but I’m putting up Google Ads and seeing if this can generate some income now that many of us use blockers (yes, even me). I’ll tell you how to configure it through modifying the default templates.

    Ads display on site generated with Sphinx.
  • 2024-12-31 - Proton: Compatibility Mode of Steam

    Do you want to play that Steam game that is supported on Windows, but not on Linux? I’ll tell you how to use the compatibility mode of Steam for all games.

  • 2024-12-27 - Watch free movies with Stremio and Torrentio

    Tired of streaming subscriptions draining your wallet? Perhaps not, but I’ll share a trick to comfortably, safely, and freely access a lot of content. I’ll be talking about Stremio and an extension that pulls content from torrents.

  • 2024-12-27 - Setting Up RetroArch on Steam

    RetroArch is a cross-platform (supported platform downloads) and open-source emulator and game aggregator. Installing RetroArch through Steam offers advantages by integrating Steam Play features and Steam Cloud save states. This also benefits the community by providing an additional distribution method.

  • 2024-05-24 - Migrating my blog from Nikola to Sphinx

    Migrating from a static generator to another isn’t an entirely transparent process, so I’ll explain some simpler steps to help you migrate your blog from Nikola to Sphinx.