Tagged: Free and Open Source

1

Self hosted Mobile Push Notifications using NTFY

I am slowly moving to LineageOS on my personal phone. The most important features I use on that phone are Email, Messaging, Mapping, and Alerts. I have found decent alternatives for Email, Messaging, and Mapping. Alerts or Notifications are something I depend on a lot; currently, they are Google or Apple features. I could settle down for pulls (I get a few alerts by way of RSS feeds), but push would be great. Especially for alerts from my home or servers. Hence was looking for it. NTFY suited my needs from all angles. Therefore I took some time to deploy it.

1

Remote Desktop on Linux Using XRDP and Remmina

I use my tpx as a travel machine; at home, it’s mainly used remotely. As in, I connect to it either through ssh or through a remote desktop and work on it. I wanted RDP and not VNC, mostly because I want to have a session on the remote desktop with the same profile etc. And also allow others to log in using their profile. Somewhat akin to SSH logins.

Feedback email template 2

Using Rich Text in AutoKey

consistent. Email template insertion is one of them. It can be done easily using phrases in AutoKey. But phrases support only simple text. But I do like HTML emails sometimes. So this is my hack.

0

Weekly Notes 30/2022

It was an exciting week. Many things got done, and it was a reasonably successful week.

2

How to Create and Issue Open Badges

Badges are ubiquitous on the web. Any website that has some social component has badges. Audible gives you badges based on your listening. StackOverFlow gives you badges based on your participation etc. The problem with these badges is that they are not portable and not verifiable. For example, if you are on a site where you want to show or prove the badge that you have acquired on StackOverFlow, then it’s not possible. OpenBadge solves this.

0

Tracking API Performance over time

Testing and Tracking the performance of APIs is not a one-time activity. As the APIs are built and improved over time, we need to track them. It’s important to correlate what changes in business logic changed the performance.