@mitchellh Thanks, my before (left) and after (right)
@mitchellh Thanks, my before (left) and after (right)
chrome://watermark/
@bender my strategy is using the nightly 0.12 vim.pack and keeping my plugins to a minimum
https://github.com/AbeEstrada/dotfiles/blob/master/nvim/init.lua
The new @neovim v0.12 package manager looks good
```
vim.pack.add({
"https://github.com/folke/tokyonight.nvim",
})
require("tokyonight.colors").setup()
vim.cmd[[colorscheme tokyonight-moon]]
```
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
@data0 @stib this is what I did:
```
cargo install --git https://github.com/q60/uwu_colors.git
```
```
[language-server.uwu_colors]
command = "uwu_colors"
[[language]]
name = "toml"
language-servers = ["taplo", "uwu_colors"]
```
I decided to begin with the design, once I’m happy with it, I’ll start adding the functionality
Different problem, same experience: https://lkml.org/lkml/2025/4/21/737
After configuring, updating, and installing some basic apps in Linux for half a day, I rebooted my system, and this is what I got 😩
I have created the simplest example for using the Retrieval Augmented Generation (RAG) technique with MLX (Apple silicon) LLMs
Pi Zero USB Stem, now I need to 3D print a case for this, I want to use it as a portable VPN server https://mastodon.social/media/zXOvpnoGzV8WJ_Q-dfQ
Hello World