My avatar — A pixelated self-portrait in the style of the 'bitizens' in the mobile game Tiny Tower

Death.au's Domain

Posts tagged “Markdownload”

Going on Safari (Chapter Two)

This is part of a series I'm writing documenting my efforts to establish native messaging communication between my MarkDownload web extension and a native app. Go check out the motivation or my previous efforts

Going on Safari (Chapter One)

As mentioned in my previous blog post, I went down a bit of a rabbit hole regarding native messaging. I couldn't figure out how to communicate properly via stdin/stdout from a MacOS Swift app. If anyone has any pointers, that would greatly simplify the process; because oh boy is this a process.

Going on Safari (Prologue)

I'm currently working on a complete rewrite of my browser extension, MarkDownload. In the current version, most of my logic and processing takes place on a persistent background page. An invisible webpage, just sitting there taking up memory, waiting for someone to click that button and get the process started.