RSSAmplifier

Blog

Unexpected cool pointer

This is my personal blog where I write about things I like.

followthetrace.comRSS feed ↗5 posts

Latest posts

Escape the algorithm with RSS

import Quote from "../../components/Quote.vue"; How to unplug <Quote author="Morpheus" source="The Matrix (1999)"> I can only show you the door. You’re the one that has to walk through it. </Quote> A couple of months ago I started my journey to get off social media, at least as much as possible. I removed the last-standing social apps that I had: Instagram, to "keep up" with my friends, and…

HackRSS: URL centric discussion network

The idea This idea came while writing the post Escape the algorithm with RSS How it works

Xivat: Global notification marks

import Notification from "../../components/Notification.vue"; The app will be named Xivat. It means snitch in catalan. The idea You create some type of identificator that its anoymous for everyone Internally each phone should be identified You give access to location and maybe other stuff The app will ask for what is happening where you are now? This is part of the initial tutorial You can add a…

Setup pass as a multi device password manager

I started to take password management more seriously lately. Reusing passwords is bad. Storing them in notes is worse. Depending on an external service always puts you in a walled garden and that is never good. I want the password store to be mine , portable, simple and boring. That is why pass its perfect: Passwords are just GPG encrypted files Stored in a git repo Works on laptop and phone…

Deploying a Go Web App to a DigitalOcean VPS

First we need to create a DigitalOcean account and create a new droplet. You can find the instructions for this in the DigitalOcean documentation . Connect via ssh to the droplet to set up the environment After creating the droplet, we need to connect to it using SSH. The following steps will guide you through the process: Open your terminal Run the following command to connect to your droplet:…