Abe Estrada

Code & Coffee 🧬☕️

Abe EstradaAbeEstrada
2026-02-17

@mitchellh Thanks, my before (left) and after (right)

Abe EstradaAbeEstrada
2026-02-14

chrome://watermark/

Abe EstradaAbeEstrada
2026-02-11

@bender my strategy is using the nightly 0.12 vim.pack and keeping my plugins to a minimum

github.com/AbeEstrada/dotfiles

Abe EstradaAbeEstrada
2026-01-10

Modern problems require Lua solutions

vim.api.nvim_create_user_command("W", "w", { bang = true, nargs = "*" })
vim.api.nvim_create_user_command("Wq", "wq", { bang = true, nargs = "*" })
vim.api.nvim_create_user_command("WQ", "wq", { bang = true, nargs = "*" })

Abe EstradaAbeEstrada
2025-12-29

I’ve discovered that I don’t require a shell (noctalia), a bar (swaybar), or any other unnecessary software. A bare Arch Linux installation, Niri, a terminal, and a browser are all that I need

A screenshot of Arch Linux and Niri Window Manager displaying three split windows
Abe EstradaAbeEstrada
2025-07-21

The new @neovim v0.12 package manager looks good

```
vim.pack.add({
"github.com/folke/tokyonight.nv",
})

require("tokyonight.colors").setup()
vim.cmd[[colorscheme tokyonight-moon]]
```

Abe EstradaAbeEstrada
2025-05-21

I added this to my aliases:

```
alias :q="exit"
alias :wq="exit"
```

Abe EstradaAbeEstrada
2025-05-17

I occasionally have to use TimeCamp, but I don’t like the web app. I definitely won’t be installing their desktop app, so I decided to build a TUI. It’s not going to be fully featured; it only works with the parts I need. Still, it’s a work in progress

github.com/AbeEstrada/tuicamp

Abe EstradaAbeEstrada
2025-05-09

@data0 @stib this is what I did:

```
cargo install --git github.com/q60/uwu_colors.git
```

```
[language-server.uwu_colors]
command = "uwu_colors"

[[language]]
name = "toml"
language-servers = ["taplo", "uwu_colors"]
```

Abe EstradaAbeEstrada
2025-04-30

I decided to begin with the design, once I’m happy with it, I’ll start adding the functionality

A terminal user interface with a calendar, a timer panel, and a list of events for the selected date
Abe EstradaAbeEstrada
2025-04-25

Different problem, same experience: lkml.org/lkml/2025/4/21/737

Abe EstradaAbeEstrada
2025-04-25

After configuring, updating, and installing some basic apps in Linux for half a day, I rebooted my system, and this is what I got 😩

An old MacBook Pro with a black screen and a tiny white cursor
Abe EstradaAbeEstrada
2025-04-17
A terminal window is split in half. On the left side, there’s a text editor displaying Go code. On the right side, a TUI app in development is showing a calendar picker.
Abe EstradaAbeEstrada
2024-04-11

I have created the simplest example for using the Retrieval Augmented Generation (RAG) technique with MLX (Apple silicon) LLMs

github.com/AbeEstrada/mlx-rag

Abe EstradaAbeEstrada
2018-09-01

Pi Zero USB Stem, now I need to 3D print a case for this, I want to use it as a portable VPN server mastodon.social/media/zXOvpnoG

Abe EstradaAbeEstrada
2016-10-06

Hello World

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst