Blog
-
I was surprised by how useful it’s to have a Clipboard Manager support in Raycast in my MacOS setup, so this is my attempt to have the same behavior in Ubuntu Linux, using GNOME with Wayland. I was surprised by how useful Clipboard Manager support in Raycast is on MacOS, so now I’m trying to…
-
Here is a list of tools that I tested to convert web pages to the Markdown format, mainly for using their content with AI (LLMs). To compare the results, I decided to convert a post I wrote that has subheadings, code, links, keyboard input, and an image. Proprietary pure.md How to use it: Add the…
-
This is the excerpt content.
-
To get started, install ChatGPT Desktop and add the ChatGPT extension in Visual Studio Code. Next, open a file in VS Codeβyouβll see a VS Code icon and the filename above the ChatGPT Desktop chat input. Clicking on the icon lets ChatGPT make changes to your code, offering a similar experience to GitHub Copilot, but…
-
Iβve used Linux as my main Operating System for over 20 years, and just started using macOS for work this year (2025). Iβm treating it as a research experimentβto see how another OS works and look for ways to improve my Linux setup (which I already haveβlike using pbcopy/pbpaste, and recently, the trash command). Iβll…
-
Here’s how I installed Arize Phoenix, an open-source AI observability and evaluation tool, using the uv package manager: To open it in the future, just run the following commands:
-
WP-CLI uses the same locale as the WordPress installation, so if you deal with multiple locales, it might be tricky to follow the output. Luckily, the official documentation shows how to set a specific locale. Hereβs a quick summary, plus an important caveat I found: 1. Create a file called force-locale.php and set your desired…
-
I made a simple plugin with AIβs help that I use locally, so I donβt have to log in as administrator every time I reset a WordPress site to run tests. The initial plugin code had the credentials hard-coded, but before sharing it, I changed it to fetch the first admin user from the database.…
-
I use LocalWP to run WordPress locally, and I made a command to reset a site while keeping the themes and some plugins so I can quickly run various tests. For the script above, I used the steps from my previous guides about removing files (except certain subfolders) and using the trash command. I’ve added…
-
Today I Learned you can discard changes in all files in a Git repo with this command: I use this a lot when testing different PRs and need to discard file changes after running the build command for each one. π€ Clarification on the use of Artificial Intelligence in this content
-
Today I Learned that you can use Vertical tabs in Firefox since version 136. To enable it, go to Menu > Settings > General > Browser Layout > Select: Vertical tabs. In the sidebar, you can click on ‘Customize Sidebar’ for more options. I found the ‘Move Sidebar to the Right’ feature helpful for avoiding…
-
Today I Learned that the easiest way to get an em dash (β) is with a Composer Key. To set it up, go to Settings > Keyboard > Special Character Entry > Compose Key, enable it, and pick a key. Be aware that this key will lose its original function. I use Caps Lock, but…
