Skip to content

Instantly share code, notes, and snippets.

View andriandreo's full-sized avatar
🎾

Andrés Alberto andriandreo

🎾
View GitHub Profile
@andriandreo
andriandreo / xref.md
Last active January 9, 2023 11:22 — forked from mblondel/xref.txt
Cross-referencing in LaTeX.

Cross-referencing in LaTeX

Considered Files

  • paper.tex: main manuscript
  • supp.tex: supplementary material

Cross-referencing

We want to cross-reference equations in paper.tex from supp.tex.

@andriandreo
andriandreo / Comparison Espressif ESP MCUs.md
Last active November 29, 2024 11:43 — forked from sekcompsci/Comparison Espressif ESP MCUs.md
Comparison table for ESP8266/ESP32/ESP32-S2/ESP32-S3/ESP32-C3/ESP32-C6

Comparison table for ESP32/ESP32-S2/ESP32-S3/ESP32-C3/ESP32-C6

A minimal table to compare the Espressif's MCU families.

ESP32 ESP32-S2 ESP32-S3 ESP32-C3 ESP32-C6
Announcement Date 2016, September 2019, September 2020, December 2020, November 2021, April
@andriandreo
andriandreo / Setting up guide for ArchLinux on Raspberry Pi.md
Created November 17, 2023 15:49 — forked from TheZoc/Setting up guide for ArchLinux on Raspberry Pi.md
This is a guide to setup Arch Linux in Raspberry Pi 4, using macOS as the auxiliary system.

Raspberry Pi Setup Guide

This guide will use either a macOS or an ArchLinux base system, to prepare a microSD card with Arch Linux for Raspberry Pi.

If someone managed to do the initial setup using Windows, please let me know, so I can add to this guide.

This guide will be verbose at times for some simple tasks. This is intended to help people just starting out, so it's not confusing. If something confuses you, let me know and I'll try my best to answer it.

@andriandreo
andriandreo / clipboard.sh
Last active January 24, 2025 08:20 — forked from progzone122/clipboard.sh
Fixing the wps-office clipboard in Linux on Wayland
#!/bin/bash
while true; do
# Capture the current clipboard content
clipboard_content=$(wl-paste)
# Remove trailing newlines using sed
cleaned_content=$(echo "$clipboard_content" | sed ':a; /^$/{$d; N;}; /\n$/ba')
# Place the cleaned content back into the clipboard
echo -n "$cleaned_content" | xclip -selection clipboard
@andriandreo
andriandreo / XIAO_RestoreBootloader.md
Last active July 3, 2024 08:51
Restore Seeed Studio XIAO Bootloader

Restore Seeed Studio XIAO Bootloaders WITHOUT A PROGRAMMER POD (CircuitPython 'install' method)

IMPORTANT CAVEAT

** XIAO nRF52840 may lose UICR (User Information Configuration Register) default configuration regarding NFC pads and NFCT functionality: it may get 0xFFFFFFFE (LSB = 0) instead of default/reset 0xFFFFFFFF (LSB = 1) value, leading to some sort of CONFIG_NFCT_PINS_AS_GPIOS written in protected bits. ** If NFCT functionality is not needed, then you're good to go.

For it to change, use a J-TAG SWD pod and perform:

# 1. Erase all
    
 nrfjprog --eraseall

The Death of the User Interface

TL;DR: We're witnessing the end of graphical user interfaces. AI agents like Claude Code are eliminating the need for windows, menus, and clicks, replacing them with natural language. The computer is finally learning to speak human, not the other way around.


🔮 A Personal Revelation

Last week, I realized something profound: I haven't opened Finder in months. Not once.