Posts
Archer's Blog
Cancel

I bundled FZF with my password store flow. Why does one operate without it?

This post requires familiarity with FZF and *nix PasswordStore (Pass). Unlike my other posts, I intend this to be a retrospective & my experience rather than a tutorial. I may not have violate...

Make Integrations work for you: iOS Shortcuts app with Wireguard Randomizer

To complete this tutorial, a Wireguard Randomizer script is required. I recommend reading my post on setting up a Wireguard Randomizer. Integrations make life easier. I’ve had experiences setting ...

Randomize Mullvad Wireguard interface connection

In order to get identity hiding forward secrecy the suggestion is to have the client change its static pubkey often in order to de-link VPN sessions, in the event of a compromise of the server’s...

Route PiVPN client traffic via Mullvad

Note: As of July 2021, this post is still accurate. However, considering iptables has been deprecated and replacd with nftables (I think?), I plan to re-write this post in the near future. In case ...

Ingesting Unity assets at runtime

The web is littered with blog posts, forums and code examples on how to achieve this. Consume a unity asset - 3D Models, Images, videos at runtime. To download these from a server and display them ...

Execute UI Tests on App Center through APIs

Visual Studio App center (VSAC) is great! It virtually eliminates the humongous effort it usually requires to setup a DevOps pipeline. As an end user, I am completely satisfied with what is on offe...