RSSAmplifier

Blog

about on acme@volatile

Recent content in about on acme@volatile

4cm3.devRSS feed ↗17 posts

Latest posts

OpenWrt on a Cudyr700, with two ISPs

After my previous failure of trying openwrt on a rpi4 I switched back to my cudy r700, there’s openwrt support for that device, so I went that route. After some research I found this and was able to have it running.

Openwrt with AX88179B USB network adapters on a rpi 4b

Spoiler … it didn’t work, yet. 
 So, my current network setup is:

Today I Learned - Spotify client on Linux

Yeah, I know. I should not be using spotify. However I still a lot for playlists and stuff there, and I’m slowly migrating them,

Going back in time

As a big music fan, I also think that spotify keeps us in a golden cage. I haven’t found any new music through there. It’s just the same random playlists over and over, plus suggestions of mainstream trash.

Rabbit Holes v01

A few days ago I did some changes in my internal infrastructure, just adding a router and some cables. Then when I wanted to create a nice diagram just for fun, tried mermaid.live but couldn’t find nice icons and the local installation threw me some errors with my chrome version (which I cannot update yet due to other project that I’m working on). So I switch to diagrams and found that…

sadservers

I found the sadservers site very interesting and educative.
I didn’t know that you could do sums and calculations with awk, to name one thing.

Playing with videos

A cheatsheet on how to merge/convert timelapse videos from iPhone:

Pwnagotchi 02 - Linux tools

Based on https://github.com/mtagius/pwnagotchi-tools I wrote some scripts to use pwnagetty and generate scripts for linux. Plan is to use it on an EC2 instance (once AWS allows me)

k8s lab 02

So, got a few use cases that I want to try:

k8s lab 01

Another day, another lab, this time something with k8s. I haven’t done anything with it, just some hello-world examples and the ocassional ranting of “we don’t need this here”. First I started with a simple python service (forget the bad code, we’ll fix it later)

Stocks plugin for sopel

Good ol’ irc is the best way to keep in contact with my friends, since ‘98 or around. We use sopel for some stuff, for example, to track all the stocks we own.

about

Hi 👋, I’m Luis 
 This place is a random site with some posts, and links related to myself.
It’s a temporal replacement until geocities comes from the dead to end the reign of
instagram, tiktok and all of those apps.

blogroll

What’s a blogroll? It’s a list of blogs that I read frequently. Still in progress.

labs


 pwnagotchi-tools-for-linux : Based on another pwnagotchi-tools repo that works in windows, I did some small changes to have them ready for me (Linxux + docker). Still a work in progress. 
 hoyesfestivo AT co : a simple calendar of colombian holidays. Dropped because meh, and then someone else took the domain. 
 La Polla de Futbol : A bunch of php code written in 2006 for online bets…

now

this is my now page . Updated on Jul 8, 2026. 
 [July 8, 2026] 
 
 Reading a bunch of blogs from humans that I found on different webrings (check homepage for a list of the ones that I’m part of). It reminds me of a better era when I had an /~acme page. I’m also starting to use open services, like codeberg instead of github and so on. 
 That leads me to my new project,…

Pwnagotchi 01

So, I decided to start with a simple (outside from comfort zone) project during my “funemployment” time and found pwnagotchi on my todo list (which is quite huge). After some reading I bought an rpi zero and a waveshare 2.1 display, along with one SD card. First mistake was to select the Vilros kit in amazon because it doesn’t have the 40 pins solded. Also Amazon suggests to add…

Vim Setup

Simple vim configuration 
 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
 set nocompatible 
 ' => General 
 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
 ' Sets how many lines of history VIM has to remember 
 set history = 700 
 
 ' Enable filetype plugins 
 filetype plugin on 
 filetype indent on 
 
 ' Set to…